@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cabinetgrotesk;
  src: url('../fonts/CabinetGrotesk-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cabinetgrotesk;
  src: url('../fonts/CabinetGrotesk-Bold.woff2') format("woff2"), url('../fonts/CabinetGrotesk-Extrabold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h1 {
  margin-top: 20px;
  margin-bottom: 1rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  margin-top: 3rem;
  margin-bottom: 10px;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 30px;
}

p {
  margin-bottom: 16px;
  font-size: 1.25rem;
  line-height: 1.4;
}

a {
  color: #000;
  text-decoration: underline;
}

.header26_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.button {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-size-medium {
  font-size: 1.125rem;
}

.section_header26 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.header26_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  width: 100%;
  overflow: hidden;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.heading-style-h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.header26_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.margin-top, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.text-align-center {
  text-align: center;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 1rem;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  background-color: #000;
  padding: 12px 25px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.w--current {
  background-color: #1b1b1b;
}

.button-primary.mid {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.button-primary.hero {
  border-radius: 1px;
  align-self: center;
}

.navbar-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-button-wrapper {
  margin-left: 10px;
}

.navbar-brand {
  flex: 0 auto;
}

.mobile-margin-top-10 {
  flex: 0 auto;
  list-style-type: none;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.container-regular {
  width: 100%;
  max-width: none;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1400px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
}

.logo {
  max-width: 80%;
}

.navbar-no-shadow {
  padding-left: 30px;
  padding-right: 30px;
}

.icon-embed-small {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.icon-embed-small.whiter {
  color: #fff;
  transition: all .2s ease-in-out;
}

.hero-stack {
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px 80px;
  position: relative;
  overflow: hidden;
}

.btn-cta-desktop {
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  background-color: #242424;
  border: 1px #000;
  margin-right: auto;
  padding: 12px 25px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  transition: all .2s;
  display: block;
}

.btn-cta-desktop:hover {
  color: #fff;
  background-color: #32343a;
}

.btn-cta-desktop:active {
  background-color: #43464d;
}

.btn-cta-desktop.mid {
  text-align: center;
  border-style: none;
  margin-left: auto;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
}

.hero-wrapper-two {
  text-align: left;
  border: 1px #000;
  border-radius: 8px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: auto;
  padding-top: 7%;
  display: flex;
  position: relative;
}

.btn-main-hero {
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  background-color: #242424;
  border: 1px #000;
  margin-right: auto;
  padding: 12px 25px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  transition: all .2s;
  display: none;
}

.btn-main-hero:hover {
  color: #fff;
  background-color: #32343a;
}

.btn-main-hero:active {
  background-color: #43464d;
}

.container {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.margin-bottom-24px {
  text-align: left;
  margin-bottom: 24px;
  font-size: 1.25rem;
  line-height: 1.2;
  position: relative;
}

.margin-bottom-24px.max-width-medium {
  max-width: 700px;
}

.margin-bottom-24px.max-width-medium.mid {
  text-align: center;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.3;
}

.margin-bottom-24px.max-width-medium.check {
  color: #333;
  max-width: 850px;
  margin-bottom: 0;
  font-size: 1.1rem;
}

.margin-bottom-24px.max-width-medium.cta_text {
  color: #333;
  text-align: center;
  width: 100%;
  max-width: 760px;
  margin: 0 auto 8px;
  font-size: 1.75rem;
  font-weight: 400;
}

.margin-bottom-24px.max-width-medium.under_head {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.25rem;
}

.button-hero {
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  background-color: #225b88;
  border: 1px #000;
  margin-right: auto;
  padding: 12px 25px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  transition: all .2s;
  position: static;
  inset: auto auto 2.5% 5%;
}

.button-hero:hover {
  color: #fff;
  background-color: #000;
}

.button-hero:active {
  background-color: #43464d;
}

.button-hero.second {
  color: #000;
  background-color: #1e3e5700;
  border-style: solid;
}

.button-hero.second:hover {
  background-color: #eee;
}

.button-hero.second.mobile {
  display: none;
}

.hero_img {
  width: 100%;
  max-width: 550px;
}

.columns-header {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.heading {
  pointer-events: auto;
  text-align: center;
  align-self: flex-start;
  max-width: 1200px;
  margin: 0 auto 12px;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: clamp(1.5rem, 6vw, 5rem);
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.heading.case {
  font-size: clamp(1.5rem, 6vw, 4rem);
}

.heading.blog {
  text-align: left;
  max-width: 900px;
  margin-top: 5%;
  margin-left: 0;
  font-size: clamp(1.5rem, 4vw, 3rem);
}

.heading.honme {
  text-transform: none;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-weight: 500;
}

.image {
  max-width: 16px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
}

.body {
  background-color: #f2f2f2;
  font-family: Satoshi, Arial, sans-serif;
  font-weight: 400;
}

.wrapper_list {
  background-color: #e9e9e900;
  border: 1px #b1b1b1;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  padding: 12px 24px 24px;
  display: flex;
}

.wrapper_list.case {
  background-color: #f7f7f7;
  border-style: solid;
  border-color: #e0e0e0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}

.wrapper_pint {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #eee;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.check_div {
  background-color: #f0f0f08c;
  border: 1px solid #b8b8b8;
  border-radius: 2px;
  width: 24px;
  height: 24px;
}

.checkbox {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #e9e9e9;
  border: 1px solid #bebebe;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 16px 10px 0;
  display: flex;
}

.checkbox.case {
  background-color: #e9e9e900;
  border-style: none;
}

.h2 {
  flex: 0 auto;
  margin-bottom: 2rem;
  margin-right: auto;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1;
}

.h2.mid {
  text-align: center;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.h2.mid.up {
  margin-top: 5%;
  margin-bottom: 0%;
}

.h2.white {
  color: #fff;
  max-width: 750px;
  margin-bottom: 20px;
  line-height: 1;
}

.h2.padding_down {
  margin-bottom: 3%;
}

.bold-text {
  font-weight: 700;
}

.spacing-small {
  height: 100px;
}

.spacing-small.hero {
  height: 50px;
}

.bg_video {
  box-sizing: border-box;
  aspect-ratio: 3 / 2;
  border: 1px solid #858585;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 850px;
  margin-top: 2%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.wrapper-model {
  width: 100%;
  max-width: 400px;
}

.features-wrapper-two {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  max-width: 1400px;
  min-height: 400px;
  padding-top: 2%;
  padding-bottom: 2%;
  display: flex;
}

.features-wrapper-two.close {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.features-wrapper-two.case {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.features-wrapper-two.proces {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border: 1px solid #b2b2b2;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  min-height: auto;
  padding: 5%;
  position: relative;
}

.features-left {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 700px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.features-left.case {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 1;
  align-items: stretch;
  width: auto;
  max-width: none;
}

.visual-zakup {
  flex: 0 auto;
  margin-bottom: 0;
}

.h3 {
  max-width: 700px;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1;
}

.h3.no-margin {
  margin-top: 10px;
}

.h3.no-margin.cena {
  margin-bottom: 0;
}

.h3.emblem {
  margin-top: 0;
}

.h3.white {
  color: #fff;
  font-weight: 500;
}

.h3.faq {
  font-size: 1.5rem;
}

.h3.white {
  color: #fff;
  margin-bottom: 0;
}

.h3.linkcase {
  margin-top: 1rem;
}

.h3.short {
  max-width: 500px;
}

.paragraph {
  text-align: left;
  align-self: auto;
  margin-bottom: 10px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
}

.paragraph.align {
  text-align: left;
}

.paragraph.align.cena {
  text-align: left;
  max-width: 340px;
}

.paragraph.emblem {
  color: #fff;
  background-color: #000;
  border-radius: 0;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 4px .5rem;
  font-size: 1rem;
}

.paragraph.white {
  color: #e4e4e4;
}

.paragraph.white.add {
  opacity: 1;
}

.paragraph.white.cta {
  line-height: 1.5;
}

.paragraph.blog {
  color: #4b4b4b;
  margin-bottom: 0;
  font-size: 1rem;
}

.image-3 {
  order: 9999;
  margin-left: auto;
  margin-right: auto;
}

.image-3.mobile {
  order: 9999;
}

.wrapper_pomagam {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.wrapper_hero_content {
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.wrapper_hero_left {
  flex-flow: column;
  display: flex;
}

.video_hero {
  box-sizing: border-box;
  aspect-ratio: 2.39;
  opacity: 1;
  border: 1px solid #7c7c7c;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.video_hero.hide {
  display: none;
}

.spacing-tiny {
  height: 24px;
}

.spacing-tiny.big {
  height: 8rem;
}

.extra_bold {
  font-weight: 700;
}

.text-span {
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-weight: 700;
}

.div-block {
  background-color: #000;
  padding: 5% 0;
}

.div-block.padding-global {
  background-color: #0e0e0e;
  padding-left: 5%;
  padding-right: 5%;
}

.btn-cta-desktop-2 {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
  background-color: #fff;
  border: 1px #000;
  justify-content: flex-start;
  align-items: center;
  max-width: 250px;
  margin-right: 0;
  padding: 12px 25px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.btn-cta-desktop-2:hover {
  color: #fff;
  background-color: #32343a;
}

.btn-cta-desktop-2:active {
  background-color: #43464d;
}

.image-4 {
  object-fit: contain;
  width: 100%;
  max-width: 750px;
  margin-top: -15%;
  margin-bottom: -10%;
  margin-left: -5%;
  position: static;
  inset: 50% 0% 0% auto;
}

.wrapper_blog_cta {
  display: flex;
}

.text-span-2 {
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1;
}

.wrapper-step.left {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 80px;
}

.wrapper-step.left.last {
  padding-bottom: 120px;
}

.wrapper-step.right {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 80px;
}

.faq6_icon-wrapper {
  align-self: center;
  width: 2rem;
  display: flex;
}

.faq6_icon-wrapper.black {
  background-color: #000;
}

.faq6_icon-wrapper.black:hover {
  background-color: #3b3b3b;
}

.line-left {
  background-color: #000;
  flex: 1;
  width: 100%;
  height: 1px;
}

.wapper-heading--step {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.line-right {
  background-color: #000;
  flex: none;
  width: 72px;
  height: 1px;
}

.faq6_answer {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.line-main {
  background-color: #000;
  width: 1px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.nowrap {
  white-space: nowrap;
}

.line-heading-wrapper-steps {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  margin-right: -88px;
  padding-right: 0;
  display: flex;
}

.line-heading-wrapper-steps-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  margin-left: -88px;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.grid {
  padding-bottom: 5%;
  position: relative;
}

.proces-img.mobile {
  display: none;
}

.container-2 {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.container-2.case {
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.wrapper-case-study {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.wrapper-case-study.case_page {
  flex-flow: column;
  justify-content: flex-start;
  align-self: auto;
  padding-bottom: 5%;
}

.features-list {
  background-color: #151221;
  border-bottom: 1px #e4ebf3;
  padding: 40px 30px 80px;
  position: relative;
}

.features-list.blue {
  background-color: #1a3752;
}

.img-case-study-thumb {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  border: 1px #eee;
  border-radius: 4px;
  width: 100%;
  max-height: 400px;
}

.wrapper-btns {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-top: 16px;
  display: flex;
}

.wrapper-testimonial-id {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.wrapper-testimonial-id.white {
  color: #fff;
}

.wrapper_testimonial_home {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px #eee;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  max-height: none;
  padding: 0 0 24px;
  display: flex;
}

.wrapper_testimonial_home.hide {
  display: none;
}

.button-hero-2 {
  color: #1a3752;
  letter-spacing: 2px;
  text-transform: none;
  background-color: #fff;
  border: 1px #000;
  margin-right: auto;
  padding: 12px 25px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  transition: all .2s;
  position: static;
  inset: auto auto 2.5% 5%;
}

.button-hero-2:hover {
  color: #fff;
  background-color: #000;
}

.button-hero-2:active {
  background-color: #43464d;
}

.button-hero-2.cc {
  background-color: #ef6710;
  border-style: none;
  flex: none;
}

.button-hero-2.cc:hover {
  background-color: #000;
}

.button-hero-2.cc.mid {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.button-hero-2.second {
  color: #fff;
  background-color: #1e3e5700;
  border-style: solid;
  border-color: #fff;
}

.button-hero-2.second:hover {
  color: #000;
  background-color: #eee;
}

.button-hero-2.avograna {
  color: #fff;
  background-color: #1a3752;
  border-style: none;
}

.button-hero-2.avograna.second {
  color: #1a3752;
  background-color: #fff0;
  border-style: none;
}

.testimopnial_home {
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1;
}

.testimopnial_home.white {
  color: #fff;
  font-weight: 500;
}

.div-block-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.spacing-small-2 {
  height: 50px;
}

.grid-case-study {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.small {
  font-size: .9rem;
}

.img-testimonial {
  aspect-ratio: auto;
  object-fit: fill;
  border: 1px solid #000;
  align-self: auto;
  width: auto;
  max-width: 350px;
  height: auto;
  margin-right: 16px;
}

.img-testimonial.small {
  max-width: 150px;
}

.img-testimonial.small.white {
  border-color: #fff;
}

.white_case_number {
  color: #dadada;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 18px;
}

.white_case_number.black {
  color: #333;
}

.white_case_number.black.cena, .white_case_number.cena {
  margin-top: 16px;
  margin-bottom: 8px;
}

.number {
  font-size: 2rem;
  line-height: 16px;
}

.number.down {
  line-height: 12px;
}

.number.proces {
  background-color: #f2f2f2;
  padding: .5rem;
  font-size: 3.5rem;
  line-height: 1;
  position: absolute;
  inset: -1% auto auto -1%;
}

.div-block-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spacing_big {
  height: 100px;
}

.wrapper_cena {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.start_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #797979;
  border-radius: 4px;
  flex-flow: column;
  width: 100%;
  max-width: none;
  padding: 16px;
  display: flex;
}

.start_wrapper.rozw-j {
  color: #fff;
  background-color: #0e0e0e;
  border-style: none;
  width: 100%;
  max-width: none;
}

.div-block-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  max-width: none;
  display: flex;
}

.btn-cta-desktop-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  background-color: #000;
  border: 1px #000;
  margin-top: 8px;
  margin-right: auto;
  padding: 12px 25px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  transition: all .2s;
  display: inline-block;
}

.btn-cta-desktop-3:hover {
  color: #fff;
  background-color: #32343a;
}

.btn-cta-desktop-3:active {
  background-color: #43464d;
}

.btn-cta-desktop-3.hero {
  color: #000;
  background-color: #0000;
  border-style: solid;
  align-self: center;
  margin-left: auto;
  text-decoration: none;
}

.spacing_tiny {
  height: 20px;
}

.grid-pasujemy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.wrapper-point-check {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.wrapper-point-check.left-align {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 32px;
}

.problem-img {
  flex: 0 auto;
  height: 60px;
  margin-bottom: 12px;
  margin-left: 0;
  margin-right: auto;
}

.problem-img.white {
  filter: invert();
  align-self: auto;
  height: 40px;
  margin-left: 0;
  margin-right: auto;
}

.quote {
  text-align: center;
  max-width: 959px;
  margin: 15% auto 10%;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1;
}

.quote.case {
  max-width: 800px;
  font-size: 2rem;
}

.span {
  font-size: 24px;
}

.span.bold {
  font-weight: 400;
}

.container-3 {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.features-list-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 0;
  position: relative;
}

.features-list-2.hide {
  display: none;
}

.features-list-2.case {
  border-bottom-style: none;
  padding-top: 0;
  padding-bottom: 0;
}

.faq6_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 0;
  display: flex;
}

.faq6_accordion {
  border: 1px solid #e7e7e7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 12px 16px;
  overflow: hidden;
}

.faq6_list {
  max-width: none;
}

.faq6_list-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 100%;
  grid-auto-flow: row;
  place-items: start stretch;
  display: grid;
}

.image-5 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  flex: 0 auto;
  max-width: 350px;
  transform: translate(0);
}

.wrapper-links-contact {
  flex: 1;
  align-self: stretch;
}

.dane-firmy {
  margin-bottom: 10px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
}

.dane-firmy.white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-5 {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.underline {
  text-decoration: underline;
}

.footer-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 1400px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.footer-contact {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.footer-contact.dark-bg {
  background-color: #000;
  border-bottom-style: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: auto;
  display: block;
}

.wrapper-contact {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.wrapper-contact:hover {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  text-decoration: underline;
}

.wrapper-content-contact {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  display: flex;
}

.wrapper-arrow {
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  display: flex;
}

.giant-text {
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1;
}

.giant-text.white {
  color: #fff;
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 5rem;
  line-height: 1;
}

.link {
  color: #000;
}

.bg_site_show {
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  width: 100%;
}

.body-2 {
  font-family: Satoshi, Arial, sans-serif;
}

.background-video {
  aspect-ratio: 2;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
}

.wraper_wynik {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
}

.bg-website-case {
  object-fit: cover;
  width: 100%;
  max-width: none;
  max-height: 600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.grid-2 {
  position: relative;
}

.wrapper_testimonial_home-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 700.5px;
  height: 100%;
  max-height: none;
  margin-bottom: -1px;
  margin-left: 0;
  margin-right: auto;
  padding: 24px 32px;
  display: flex;
}

.div-block-6 {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.img_blog {
  opacity: .57;
  color: #000;
  object-fit: scale-down;
  border: 1px #e2e2e2;
  flex: 0 auto;
  align-self: auto;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  margin-top: 1rem;
  margin-right: auto;
  padding: 1rem;
  display: block;
}

.blog_wrap_post {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem 2rem;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.blog_wrap_post:hover {
  background-color: #f7f7f7;
}

.blog_wrap_post.case {
  flex: 1;
  align-items: stretch;
  width: auto;
  max-width: none;
}

.blog_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  min-height: 460px;
  padding: 5% 0;
  display: grid;
}

.blog_grid.close {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog_grid.case {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.rich-text-block {
  max-width: 700px;
  margin-top: 5%;
  margin-bottom: 5%;
}

.cta-blog {
  background-color: #f7f7f7;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  margin-top: auto;
  padding: 6px 10px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 1rem;
}

.lightbox-link {
  aspect-ratio: auto;
  align-self: stretch;
  width: auto;
  margin-top: 5%;
}

.line_check {
  background-color: #bebebe;
  order: -9999;
  width: 7%;
  height: 1px;
}

.image-6 {
  aspect-ratio: auto;
  object-fit: contain;
  flex: 0 auto;
  width: auto;
  max-height: 400px;
  margin-left: auto;
  display: block;
}

.over_heading {
  background-color: #e0e0e0;
  border-radius: 4px;
  padding: 2px 8px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.image-7 {
  flex: 0 auto;
  order: -9999;
  display: block;
}

.wrapper_all_process {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  padding-top: 0%;
  padding-bottom: 3%;
  display: flex;
}

.cytat {
  font-size: 1.75rem;
}

.on_movie {
  text-align: center;
  align-self: center;
  margin-top: 10%;
  margin-bottom: 0;
  padding-left: 8px;
  padding-right: 8px;
  font-weight: 400;
}

.emoji {
  filter: grayscale();
}

.wrapper_button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .nav-menu {
    background-color: #f5f7fa;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .logo {
    max-width: 80%;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .hero-stack {
    padding-bottom: 40px;
  }

  .btn-cta-desktop {
    text-align: center;
    margin-right: 0;
  }

  .hero-wrapper-two {
    order: -1;
    width: auto;
    min-height: auto;
  }

  .btn-main-hero {
    text-align: center;
    margin-right: 0;
  }

  .container {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    max-width: 728px;
    display: flex;
  }

  .button-hero {
    text-align: center;
    margin-right: 0;
  }

  .hero_img {
    order: 9999;
    width: 80%;
    max-width: none;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
  }

  .columns-header {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .h2.mid.up {
    margin-left: 0;
  }

  .wrapper-model {
    max-width: none;
  }

  .features-wrapper-two {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 10%;
  }

  .features-wrapper-two.close {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .features-left {
    order: -9999;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .h3.faq {
    font-size: 1.75rem;
  }

  .image-3 {
    opacity: .8;
    border: 1px #000;
    border-radius: 2px;
    order: 0;
    width: 70%;
    margin-left: 0;
    padding: 5%;
    display: block;
  }

  .image-3.mobile {
    border-color: #686868;
    order: 0;
    align-self: auto;
    width: 70%;
    margin-left: 0;
    margin-right: 0;
  }

  .wrapper_hero_left {
    flex: 0 auto;
  }

  .video_hero {
    aspect-ratio: 16 / 9;
    max-width: 700px;
    right: auto;
    overflow: hidden;
  }

  .div-block.padding-global {
    flex-flow: column;
    display: flex;
  }

  .btn-cta-desktop-2 {
    text-align: center;
    margin-right: 0;
  }

  .image-4 {
    order: -9999;
    margin-top: 0%;
    margin-bottom: 0%;
    display: none;
  }

  .wrapper_blog_cta {
    flex-flow: column;
  }

  .proces-img.mobile {
    display: none;
  }

  .container-2 {
    max-width: 728px;
  }

  .container-2.case {
    flex-flow: column;
  }

  .wrapper-btns {
    flex-flow: column;
    width: 100%;
  }

  .button-hero-2 {
    text-align: center;
    margin-right: 0;
  }

  .testimopnial_home {
    font-size: 2rem;
  }

  .grid-case-study {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .btn-cta-desktop-3 {
    text-align: center;
    margin-right: 0;
    display: block;
  }

  .btn-cta-desktop-3.hero.w--current {
    margin-left: auto;
    margin-right: auto;
  }

  .grid-pasujemy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container-3 {
    max-width: 728px;
  }

  .faq6_accordion {
    border-style: none;
    padding: 0;
  }

  .faq6_list-grid {
    grid-template-columns: 1fr;
  }

  .footer-wrapper {
    max-width: 728px;
  }

  .giant-text.white {
    font-size: 4rem;
  }

  .blog_wrap_post {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .blog_grid {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog_grid.close {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .image-6 {
    margin-left: 0;
    margin-right: auto;
  }

  .image-7 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .navbar-brand {
    flex: 1;
    padding-left: 0;
  }

  .mobile-margin-top-10 {
    margin-top: 0;
  }

  .nav-menu {
    flex-flow: row;
    padding-bottom: 0;
    padding-left: 0;
  }

  .nav-menu.hide {
    padding: 8px;
  }

  .navbar-no-shadow-container {
    justify-content: flex-start;
    align-items: center;
    padding: 0 16px;
    display: flex;
  }

  .logo {
    max-width: none;
    max-height: 35px;
  }

  .navbar-no-shadow {
    padding-left: 0;
    padding-right: 0;
  }

  .icon-embed-small.is-border {
    border: 1px solid #000;
  }

  .icon-embed-small.whiter {
    border: 1px #fff;
  }

  .menu-button {
    background-color: #0000;
    transition: all .2s ease-in-out;
  }

  .menu-button.w--open {
    background-color: #fff0;
    border: 1px #000;
    transition: all .2s ease-in-out;
    transform: rotate(45deg);
  }

  .hero-stack {
    opacity: 1;
    padding: 24px 15px 60px;
  }

  .btn-cta-desktop {
    margin-bottom: 8px;
    display: none;
  }

  .hero-wrapper-two {
    order: 1;
    min-height: auto;
    padding-top: 10%;
  }

  .btn-main-hero {
    margin-bottom: 8px;
    display: block;
  }

  .container {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .button-hero.second.mobile.contact {
    display: block;
  }

  .columns-header {
    flex-flow: column;
  }

  .heading {
    font-size: 3rem;
  }

  .features-wrapper-two {
    flex-flow: column;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
  }

  .features-wrapper-two.proces {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 8%;
  }

  .h3.no-margin {
    order: -9999;
  }

  .video_hero {
    max-width: 600px;
    max-height: 300px;
  }

  .btn-cta-desktop-2 {
    margin-bottom: 8px;
    display: none;
  }

  .wrapper-step.left {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 0;
  }

  .wrapper-step.right {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .faq6_icon-wrapper {
    width: 1.75rem;
  }

  .faq6_icon-wrapper.black {
    order: -1;
  }

  .line-left {
    display: none;
  }

  .wapper-heading--step {
    justify-content: space-between;
    width: 100%;
  }

  .line-right {
    display: none;
  }

  .faq6_answer {
    padding-left: 0;
    padding-right: 0;
  }

  .line-main {
    display: none;
  }

  .line-heading-wrapper-steps {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 0;
  }

  .line-heading-wrapper-steps-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .proces-img, .proces-img.second {
    display: none;
  }

  .proces-img.mobile {
    display: block;
  }

  .proces-img.mobile.hide {
    display: none;
  }

  .container-2.case {
    padding-left: 5%;
    padding-right: 5%;
  }

  .features-list {
    padding: 60px 15px;
  }

  .wrapper-btns, .wrapper_testimonial_home {
    flex-flow: row;
  }

  .testimopnial_home {
    margin-bottom: 16px;
  }

  .grid-case-study {
    grid-template-columns: 1fr;
  }

  .img-testimonial {
    max-width: 150px;
  }

  .wrapper_cena {
    flex-flow: column;
  }

  .btn-cta-desktop-3 {
    margin-bottom: 8px;
    display: block;
  }

  .grid-pasujemy {
    grid-template-columns: 1fr;
  }

  .wrapper-point-check {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 16px;
  }

  .wrapper-point-check.left-align {
    border-bottom-color: #202020;
  }

  .features-list-2 {
    padding: 60px 15px;
  }

  .faq6_question {
    padding: 1rem 1.25rem;
  }

  .faq6_accordion {
    border-style: none;
    padding: 0;
  }

  .image-5 {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: cover;
    order: 1;
    width: 100%;
    max-width: none;
    max-height: none;
  }

  .footer-contact {
    padding: 60px 15px;
  }

  .wrapper-content-contact {
    flex-flow: column;
  }

  .giant-text.white {
    font-size: 3rem;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .wrapper_testimonial_home-2 {
    flex-flow: row;
  }

  .image-6 {
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  p {
    font-size: 1rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link.hide {
    text-align: center;
    display: block;
  }

  .button-primary {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-primary.hero {
    text-align: center;
    align-self: auto;
    display: block;
  }

  .navbar-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .navbar-brand {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .list-item {
    width: 100%;
  }

  .nav-menu {
    flex-direction: column;
    list-style-type: none;
    display: block;
  }

  .nav-menu.hide {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-menu-wrapper {
    flex: 0 auto;
    align-self: auto;
    width: 100%;
  }

  .navbar-no-shadow-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .logo {
    max-width: none;
    max-height: 30px;
  }

  .navbar-no-shadow {
    margin-top: -1px;
    padding-left: 0;
    padding-right: 0;
  }

  .icon-embed-small {
    flex: 0 auto;
    align-self: auto;
  }

  .icon-embed-small.is-border {
    border: 1px solid #000;
  }

  .icon-embed-small.whiter {
    color: #000;
  }

  .hero-stack {
    padding-bottom: 16px;
  }

  .btn-cta-desktop {
    text-align: center;
    background-color: #222;
    align-self: stretch;
    margin-bottom: 8px;
    margin-right: 0;
    display: none;
  }

  .hero-wrapper-two {
    order: 0;
    justify-content: flex-start;
    align-items: stretch;
    min-height: auto;
    padding-top: 10%;
    padding-bottom: 16px;
  }

  .btn-main-hero {
    text-align: center;
    background-color: #222;
    align-self: stretch;
    margin-bottom: 8px;
    margin-right: 0;
    display: block;
  }

  .container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: none;
  }

  .margin-bottom-24px {
    font-size: 1rem;
  }

  .margin-bottom-24px.max-width-medium.cta_text {
    text-align: left;
    align-self: auto;
    max-width: none;
    font-size: 1.25rem;
    font-weight: 400;
  }

  .margin-bottom-24px.max-width-medium.under_head {
    font-size: 1rem;
  }

  .button-hero {
    text-align: center;
    align-self: stretch;
    margin-right: 0;
  }

  .button-hero.second {
    text-align: center;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: stretch;
    margin-right: 0;
    display: block;
  }

  .button-hero.second:hover {
    background-color: #f0f0f0;
  }

  .button-hero.second.mobile {
    margin-bottom: 8px;
    display: block;
  }

  .button-hero.second.mobile:hover {
    background-color: #e6e6e6;
  }

  .hero_img {
    width: 100%;
  }

  .columns-header {
    flex-flow: column;
    order: 0;
    justify-content: center;
    align-items: center;
  }

  .heading {
    font-size: 2.5rem;
  }

  .heading.case {
    font-size: clamp(2rem, 6vw, 4rem);
  }

  .heading.blog {
    font-size: clamp(2rem, 4vw, 3rem);
  }

  .wrapper_list {
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .check_div {
    flex: none;
    width: 24px;
    height: 24px;
  }

  .checkbox {
    border-color: #bebebe;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .h2 {
    font-size: 2rem;
  }

  .spacing-small {
    height: 25px;
  }

  .spacing-small.hide-mobile {
    display: none;
  }

  .spacing-small.hero {
    height: 2rem;
  }

  .features-wrapper-two {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border: 1px solid #dadada;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 5%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .features-wrapper-two.case {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .features-left {
    margin-bottom: 24px;
  }

  .visual-zakup {
    padding-left: 12px;
    padding-right: 12px;
  }

  .h3 {
    font-size: 1.5rem;
    line-height: 1;
  }

  .h3.faq {
    font-size: 1.25rem;
  }

  .paragraph {
    margin-bottom: 0;
    font-size: 1rem;
  }

  .paragraph.surname {
    font-size: .8rem;
  }

  .image-3 {
    opacity: 1;
    border-color: #494949;
    order: 0;
    align-self: auto;
    width: 90%;
    max-width: none;
    height: auto;
    margin: 0 auto 0 0;
    padding: 2rem;
  }

  .image-3.mobile {
    opacity: 1;
    object-fit: fill;
    border-color: #474747;
    flex: 0 auto;
    width: 100%;
    max-width: none;
    margin: 0 auto 2rem 0;
    padding: 2rem;
  }

  .image-3.mobile.except {
    overflow: hidden;
  }

  .image-3.mobile.bigger {
    opacity: 1;
    padding-left: 0;
    padding-right: 0;
  }

  .image-3.smaller {
    width: 70%;
    margin-left: 0;
    margin-right: auto;
  }

  .image-3.smaller.second {
    width: 80%;
    margin-left: 0;
  }

  .wrapper_hero_content {
    flex-flow: column;
  }

  .video_hero {
    aspect-ratio: 2 / 3;
    width: 100%;
    max-width: 400px;
    margin-top: 2rem;
    margin-left: auto;
  }

  .spacing-tiny {
    height: 1rem;
  }

  .spacing-tiny.big {
    height: 3rem;
  }

  .btn-cta-desktop-2 {
    color: #000;
    text-align: center;
    background-color: #fff;
    align-self: stretch;
    max-width: none;
    margin-bottom: 8px;
    margin-right: 0;
    display: block;
  }

  .image-4 {
    order: -9999;
    margin-top: -25%;
    margin-bottom: 0%;
  }

  .wrapper_blog_cta {
    flex-flow: column;
  }

  .wrapper-step.left {
    border-bottom: 1px solid #ebebeb;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 0;
  }

  .wrapper-step.right {
    border-bottom: 1px solid #ebebeb;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 0;
  }

  .faq6_icon-wrapper {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
  }

  .faq6_icon-wrapper.black {
    background-color: #0000;
    order: 1;
  }

  .line-left {
    display: none;
  }

  .wapper-heading--step {
    justify-content: space-between;
    align-self: stretch;
    align-items: center;
    display: flex;
  }

  .line-right {
    display: none;
  }

  .faq6_answer {
    padding-left: 0;
    padding-right: 0;
  }

  .nowrap {
    white-space: nowrap;
  }

  .line-heading-wrapper-steps {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 0;
  }

  .line-heading-wrapper-steps-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    display: flex;
  }

  .proces-img {
    width: 30px;
    max-width: 40%;
    display: none;
  }

  .proces-img.mobile {
    width: auto;
    max-width: none;
    max-height: 50px;
    display: block;
  }

  .proces-img.mobile.hide {
    display: none;
  }

  .container-2 {
    max-width: none;
  }

  .container-2.case {
    padding-left: 5%;
    padding-right: 5%;
  }

  .wrapper-case-study {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .features-list {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .wrapper-btns {
    flex-flow: column;
    width: 100%;
  }

  .wrapper-testimonial-id {
    order: 1;
  }

  .wrapper_testimonial_home {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    padding-left: 0;
    padding-right: 0;
  }

  .button-hero-2 {
    text-align: center;
    align-self: stretch;
    margin-right: 0;
  }

  .button-hero-2.cc {
    order: 9999;
  }

  .button-hero-2.second {
    text-align: center;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: stretch;
    margin-right: 0;
    display: block;
  }

  .button-hero-2.second:hover {
    background-color: #f0f0f0;
  }

  .testimopnial_home {
    font-size: 1.5rem;
  }

  .testimopnial_home.white {
    font-size: 1.25rem;
  }

  .spacing-small-2 {
    height: 25px;
  }

  .img-testimonial, .img-testimonial.small {
    max-width: 100px;
  }

  .img-testimonial.small.white {
    max-width: 80px;
  }

  .number.proces {
    font-size: 2rem;
  }

  .div-block-3 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .spacing_big {
    height: 2rem;
  }

  .wrapper_cena {
    flex-flow: column;
    margin-top: 0;
  }

  .btn-cta-desktop-3 {
    text-align: center;
    background-color: #0e0e0e;
    align-self: stretch;
    margin-bottom: 8px;
    margin-right: 0;
    display: block;
  }

  .spacing_tiny.mobile {
    display: none;
  }

  .wrapper-point-check.left-align {
    border-bottom-color: #ddd;
  }

  .quote {
    font-size: 20px;
    line-height: 26px;
  }

  .quote.case {
    font-size: 1.5rem;
    line-height: 1.1;
  }

  .span {
    font-size: 20px;
  }

  .container-3 {
    max-width: none;
  }

  .features-list-2 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .features-list-2.case {
    margin-top: 2rem;
  }

  .faq6_question {
    padding-left: 0;
    padding-right: 0;
  }

  .faq6_accordion {
    border-style: none;
    padding: 0;
  }

  .faq6_list-grid {
    grid-column-gap: 1rem;
  }

  .image-5 {
    order: -1;
    max-width: 100px;
  }

  .dane-firmy {
    font-size: 1rem;
  }

  .footer-wrapper {
    max-width: none;
    height: auto;
  }

  .footer-contact.dark-bg {
    min-height: auto;
    padding-top: 32px;
  }

  .wrapper-content-contact {
    flex-flow: column;
    margin-bottom: 8px;
  }

  .giant-text, .giant-text.white {
    font-size: 2rem;
  }

  .wrapper_testimonial_home-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-style: none;
    flex-flow: column;
  }

  .blog_wrap_post {
    margin-bottom: 24px;
  }

  .blog_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
  }

  .line_check {
    background-color: #bebebe;
    width: 10%;
    height: 1px;
  }

  .cytat {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}

#w-node-acdd946e-711a-d777-fff9-fa73b2f55e22-6619011f, #w-node-_5d399ceb-251d-06e5-5aba-2b8ba9cdedcc-6619011f, #w-node-_7e0046f3-a542-8598-e87e-08e1ba97b2cf-6619011f, #w-node-cacc4b20-b39a-e3eb-650b-6c10e166e559-6619011f, #w-node-f02fcaf0-8b1f-c5be-a102-9e3fb64338c5-6619011f, #w-node-_5688d5c8-04ea-06ca-8ec5-1531fe53e27f-6619011f {
  place-self: stretch;
}

#w-node-_9faa8f37-c67e-0100-89e8-f22d4106246a-6619011f {
  align-self: auto;
}

#w-node-_9faa8f37-c67e-0100-89e8-f22d41062475-6619011f, #w-node-_9faa8f37-c67e-0100-89e8-f22d41062480-6619011f {
  align-self: stretch;
}

#w-node-_9faa8f37-c67e-0100-89e8-f22d4106248b-6619011f, #w-node-_9faa8f37-c67e-0100-89e8-f22d41062496-6619011f {
  align-self: auto;
}

#w-node-_9faa8f37-c67e-0100-89e8-f22d410624a6-6619011f {
  align-self: stretch;
}

#w-node-_9faa8f37-c67e-0100-89e8-f22d410624b1-6619011f, #w-node-_9faa8f37-c67e-0100-89e8-f22d410624c0-6619011f {
  align-self: auto;
}

#w-node-_088637af-b6de-0dc1-95ce-1b6331cead00-a7279a0f, #w-node-dd9917a4-7e95-b693-b4af-a6a516a6fea0-a7279a0f, #w-node-ce561fe6-f324-83b2-bcbc-42aaf36bb53b-a7279a0f, #w-node-e3e851c7-7833-4f88-7aad-ca522758b71b-a7279a0f, #w-node-_879bb4e7-b4a2-1bdb-b8e1-960975cce99a-a7279a0f, #w-node-_6db8b47f-40bc-1a0f-280a-f1119fe46466-a7279a0f, #w-node-_8299eb75-4cb7-ab9a-bb7e-09b7f75cbb2d-a7279a0f, #w-node-_7d522ba4-7764-1b26-e7fb-5b7a31c07958-a7279a0f, #w-node-_2e324cc7-3c67-57ac-08ed-34ab66cdd5d3-a7279a0f {
  align-self: stretch;
}

#w-node-_52a0ecf4-5d81-40d7-dd15-4857d0a7230a-a2303096 {
  place-self: stretch;
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Bold.woff2') format('woff2'), url('../fonts/CabinetGrotesk-Extrabold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}