:root {
  --main-dark: #111;
  --white: #fff;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--main-dark);
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.2rem;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4rem;
}

p {
  margin-bottom: 10px;
  font-weight: 500;
}

.hero-section {
  background-image: url('../images/header-background_1.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding-left: 10%;
  display: flex;
}

.hero-main-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 600px;
  display: flex;
}

.hero-header-text {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  line-height: 4rem;
}

.hero-header-subtext {
  color: var(--white);
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.hero-header-social-proof-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 2px solid #fff;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  padding: 2px 16px;
  display: flex;
}

.hero-header-social-proof-text {
  color: var(--white);
  margin-top: 2px;
  font-size: 1rem;
}

.hero-header-social-proof-icon {
  width: 16px;
}

.hero-header-social-proof-icon-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.body {
  font-weight: 500;
  line-height: 1.3rem;
  overflow-x: hidden;
}

.button-zamow-white {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--white);
  color: var(--main-dark);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.button-zamow-white:hover {
  background-color: #b1b1b1;
}

.button-mail-white {
  border: 2px solid var(--white);
  color: var(--white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 7px 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.buttons-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-header-text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.key-benefits-section {
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 140px;
  display: flex;
}

.key-benefits-main-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  max-width: 1500px;
  padding: 0;
  display: flex;
}

.key-benefits-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  background-image: url('../images/usp-section-image_1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 1rem;
  flex: 1;
  align-self: stretch;
  max-width: 50%;
  display: flex;
}

.key-benefits-part-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.key-benefits-sub-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.key-benefits-single-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.key-benefits-single-title-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.key-benefits-single-flex {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.button-zamow-black {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--main-dark);
  color: var(--white);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.55, .085, .68, .53);
  display: flex;
}

.button-zamow-black:hover {
  background-color: #252525;
}

.button-mail-dark {
  border: 2px solid var(--main-dark);
  color: var(--main-dark);
  border-radius: 10px;
  padding: 8px 16px;
  font-weight: 600;
  text-decoration: none;
}

.gallery-section {
  padding-top: 140px;
  padding-bottom: 140px;
}

.gallery-main-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80vw;
  max-width: 1500px;
  display: flex;
}

.gallery-top-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.section-title-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  max-width: 50vw;
  display: flex;
}

.gallery-top-image {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.gallery-top-image-2 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  max-height: 700px;
}

.gallery-bottom-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.gallery-bottom-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: 50% 50%;
  max-height: 500px;
}

.gallery-images-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.button-facebook {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--main-dark);
  color: var(--white);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.proces-section {
  color: var(--white);
  background-image: url('../images/Proces_1.webp');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.proces-side-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.proces-line-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.proces-main-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: flex-start;
  width: 80vw;
  display: flex;
}

.proces-line-main-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.proces-button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.features-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.features-main-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80vw;
  max-width: 1500px;
  display: flex;
}

.features-top-single-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.features-top-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 10px;
}

.features-bottom-text {
  text-align: left;
}

.features-galery-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-qs-top {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-self: stretch;
  padding: 0;
}

.features-qs-bottom {
  padding: 0;
}

.features-bottom-image {
  aspect-ratio: 2;
  object-fit: cover;
  border-radius: 10px;
}

.testimonials-section {
  padding-top: 140px;
  padding-bottom: 140px;
}

.testimonials-main-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80vw;
  max-width: 1500px;
  display: flex;
}

.testimonials-secondary-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  display: grid;
}

.testimonials-card-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonials-stars-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.testimonials-text {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.testimonials-text-name {
  font-weight: 600;
}

.testimonials-company-name {
  font-size: .8rem;
  font-style: italic;
  line-height: 1rem;
}

.testimonials-name-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sklep-section {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: none;
  overflow: hidden;
}

.pasek-main-wrapper {
  box-sizing: content-box;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: visible;
}

.sklep-image-wrapper {
  box-sizing: content-box;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  flex: none;
  justify-content: space-between;
  align-items: center;
  margin-left: 2rem;
  display: flex;
}

.sklep-image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 10px;
  width: 200px;
}

.button-sklep {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--main-dark);
  color: var(--white);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
}

.about-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 140px;
}

.about-con {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 80vw;
  max-width: 1500px;
}

.about-qs {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  padding: 0;
}

.about-qs-text-cell {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: flex-start;
}

.image {
  border-radius: 20px;
}

.about-text {
  font-weight: 500;
}

.bottom-cta-section {
  padding-top: 140px;
  padding-bottom: 140px;
}

.bottom-cta-con {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80vw;
  max-width: 1500px;
  display: flex;
}

.footer {
  background-color: var(--main-dark);
  padding-top: 100px;
  padding-bottom: 10px;
}

.footer-con {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80vw;
  max-width: 1500px;
  display: flex;
}

.footer-qs {
  align-self: stretch;
  padding: 0;
}

.footer-qs-cell {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.footer-link-text {
  color: var(--white);
  text-decoration: none;
}

.qs-cell-social {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
}

.footer-moje {
  border-top: 1px solid var(--white);
  justify-content: flex-end;
  align-self: stretch;
  align-items: flex-start;
  padding-top: 1rem;
  font-size: .7rem;
  font-weight: 400;
  display: flex;
}

.footer-moje-link {
  color: var(--white);
  text-decoration: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.navbar-no-shadow {
  z-index: 2;
  background-color: var(--main-dark);
  color: var(--white);
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

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

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

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

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

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #8f8f8f;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

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

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

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

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.image-2 {
  width: 100px;
}

.footer-header-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-title-wrapper-copy, .section-title-wrapper-copy2, .section-title-wrapper-copy4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  max-width: 50vw;
  display: flex;
}

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.hero-image {
  width: 100%;
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  .hero-section {
    background-position: 65%;
    padding-left: 5%;
  }

  .hero-main-wrapper {
    max-width: 450px;
  }

  .hero-header-text {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .key-benefits-image {
    display: none;
  }

  .key-benefits-sub-wrapper, .gallery-top-wrapper {
    flex-flow: column;
  }

  .section-title-wrapper {
    text-align: center;
    max-width: 80vw;
  }

  .proces-side-wrapper {
    width: 100%;
  }

  .proces-main-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .proces-button-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .testimonials-secondary-wrapper {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer-qs-cell {
    justify-content: flex-start;
    align-items: center;
  }

  .qs-cell-social {
    justify-content: center;
    align-items: center;
  }

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

  .nav-menu {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-color: var(--main-dark);
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    display: flex;
  }

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

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

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

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--main-dark);
    color: #fff;
  }

  .footer-header-wrapper {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .section-title-wrapper-copy, .section-title-wrapper-copy2, .section-title-wrapper-copy4 {
    text-align: center;
    max-width: 80vw;
  }

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

@media screen and (max-width: 767px) {
  .hero-section {
    background-position: 75%;
  }

  .hero-header-text {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }

  .hero-header-subtext {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .key-benefits-section {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .key-benefits-single-flex, .proces-main-wrapper {
    flex-flow: column;
  }

  .proces-button-wrapper {
    flex-flow: row;
  }

  .navbar-no-shadow-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

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

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

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

  .image-2 {
    width: 50px;
  }

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

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

  .hero-section {
    background-image: linear-gradient(90deg, #1119, #0000 74%), url('../images/header-background_1.webp');
    background-position: 0 0, 70%;
    background-size: auto, cover;
    height: auto;
    padding-top: 140px;
    padding-bottom: 140px;
    padding-left: 7%;
    position: static;
    inset: 0%;
  }

  .hero-main-wrapper {
    width: 60vw;
  }

  .hero-header-text {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .hero-header-social-proof-wrapper {
    display: none;
  }

  .hero-header-social-proof-text {
    font-size: 1rem;
  }

  .hero-header-social-proof-icon {
    width: 10px;
  }

  .buttons-wrapper {
    flex-flow: column;
  }

  .key-benefits-section {
    padding-bottom: 100px;
  }

  .key-benefits-main-wrapper {
    width: 85vw;
  }

  .gallery-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .gallery-main-wrapper {
    width: 85vw;
  }

  .section-title-wrapper {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: 85vw;
  }

  .gallery-bottom-wrapper {
    flex-flow: column;
  }

  .proces-side-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .proces-line-wrapper {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
  }

  .proces-main-wrapper {
    width: 85vw;
  }

  .proces-button-wrapper {
    flex-flow: column;
  }

  .features-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .features-main-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    width: 85vw;
    padding-top: 40px;
  }

  .features-top-single-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-top: 10px;
  }

  .features-top-image {
    aspect-ratio: 2;
  }

  .features-qs-top, .features-qs-bottom {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .features-bottom-image {
    aspect-ratio: 16 / 9;
  }

  .testimonials-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .testimonials-main-wrapper {
    width: 85vw;
  }

  .testimonials-card-wrapper {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
  }

  .sklep-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .about-con {
    width: 85vw;
  }

  .about-qs {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .bottom-cta-section {
    padding-top: 40px;
  }

  .bottom-cta-con, .footer-con {
    width: 85vw;
  }

  .footer-qs {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .footer-qs-cell {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .nav-menu {
    flex-direction: column;
  }

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

  .image-2 {
    width: 75px;
  }

  .section-title-wrapper-copy {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    max-width: 85vw;
  }

  .section-title-wrapper-copy2 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: 85vw;
  }

  .section-title-wrapper-copy4 {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    max-width: 85vw;
  }

  .container {
    max-width: none;
  }
}

#w-node-_112b187f-f618-58fd-936e-6dffa0cfd581-aa83ece9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-c58edeb6-0f6f-7c66-bcbb-5b3dea0eb8f8-aa83ece9, #w-node-bb12d9b5-b926-6296-e9fd-362122702dfc-aa83ece9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9561f121-a49e-c28c-bfb8-227039e9ec27-aa83ece9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_112b187f-f618-58fd-936e-6dffa0cfd581-aa83ece9, #w-node-bb12d9b5-b926-6296-e9fd-362122702dfc-aa83ece9, #w-node-_9561f121-a49e-c28c-bfb8-227039e9ec27-aa83ece9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_112b187f-f618-58fd-936e-6dffa0cfd581-aa83ece9, #w-node-c58edeb6-0f6f-7c66-bcbb-5b3dea0eb8f8-aa83ece9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


