body.bricks-is-frontend .wa-hero-hp-section {
  padding-top: 0;
}
body.bricks-is-frontend .wa-hero-hp__contact {
  padding: var(--space-m);
  background-color: var(--primary);
}
body.bricks-is-frontend .wa-hero-hp__contact .wa-form__heading {
  font-size: var(--text-l);
  color: var(--white);
  font-weight: 700;
  font-family: "Anybody";
}
body.bricks-is-frontend .wa-hero-hp__contact .wa-form__subheading {
  color: var(--white);
}
body.bricks-is-frontend .wa-hero-hp__contact input[type=text], body.bricks-is-frontend .wa-hero-hp__contact input[type=tel] {
  background-color: var(--primary-dark);
  color: var(--white);
  border-color: var(--primary-dark);
}
body.bricks-is-frontend .wa-hero-hp__contact input[type=text]::placeholder, body.bricks-is-frontend .wa-hero-hp__contact input[type=tel]::placeholder {
  color: var(--white);
}

.wa-benefits-hp {
  display: flex;
  flex-direction: column;
  gap: var(--space-m);
}
.wa-benefits-hp-section {
  padding-top: 0;
}

.wa-reference-hp {
  display: flex;
  flex-direction: column;
  gap: var(--space-m);
}
.wa-reference-hp-section {
  padding-top: 0;
}
.wa-reference-hp__content {
  display: flex;
  flex-direction: column;
  gap: var(--space-s);
}
.wa-reference-hp__video {
  width: 100%;
  height: 100%;
}
.wa-reference-hp > .wa-button {
  margin-inline: auto;
}

.wa-products-hp {
  display: flex;
  flex-direction: column;
  gap: var(--space-m);
  position: relative;
}
.wa-products-hp-cats {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-s);
  width: 100%;
}
.wa-products-hp-cats-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: var(--space-s);
}
.wa-products-hp-cats .wa-system-box {
  aspect-ratio: 280/434;
  flex-wrap: wrap;
  line-height: 1.1;
  white-space: normal;
}
.wa-products-hp-cats::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: var(--secondary);
}
.wa-products-hp-cats::-webkit-scrollbar-thumb {
  background: var(--primary);
}
@media (max-width: 991px) {
  .wa-products-hp-cats {
    min-width: calc(100% + var(--gutter));
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    padding-bottom: var(--space-xs);
    padding-right: var(--gutter);
  }
  .wa-products-hp-cats .wa-system-box {
    justify-content: end;
    padding: var(--space-xs);
  }
  .wa-products-hp-cats .wa-system-box:last-of-type {
    z-index: 100;
  }
  .wa-products-hp-cats-wrapper:after {
    content: "";
    position: absolute;
    display: block;
    pointer-events: none;
    width: 10%;
    height: calc(100% - var(--space-xs));
    z-index: 99;
    top: 0;
    right: calc(var(--gutter) * -1);
    background: -moz-linear-gradient(270deg, white 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(270deg, white 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(270deg, white 0%, rgba(255, 255, 255, 0) 100%);
  }
  .wa-products-hp-cats .wa-system-box {
    aspect-ratio: 219/129;
    width: 219px;
    min-width: 219px;
  }
  .wa-products-hp-cats .wa-system-box .wa-button {
    display: none;
  }
}
.wa-products-hp-section {
  padding-top: 0;
}

.wa-steps-hp {
  display: flex;
  flex-direction: column;
  gap: var(--space-m);
}
.wa-steps-hp-section {
  padding-top: 0;
}
.wa-steps-hp .wa-steps-box {
  display: flex;
  flex-direction: column;
  gap: var(--space-s);
  padding: var(--space-m);
  background-color: var(--secondary);
  justify-content: center;
  align-items: center;
}
.wa-steps-hp .wa-steps-box__icon {
  width: 10rem;
  height: auto;
}
.wa-steps-hp .wa-steps-box__text {
  font-weight: 700;
  font-size: calc(var(--text-m) * 1.1);
  text-align: center;
}

.wa-faq-hp {
  display: flex;
  flex-direction: column;
  gap: var(--space-m);
}
.wa-faq-hp-section {
  padding-top: 0;
}
.wa-faq-hp > .wa-button {
  margin-inline: auto;
}

@media (max-width: 767px) {
  .wa-steps-hp .wa-steps-box {
    flex-direction: row;
    padding: var(--space-xs);
    justify-content: flex-start;
  }
  .wa-steps-hp .wa-steps-box__icon {
    width: 5.5rem;
    max-width: 5.5rem;
    min-width: 5.5rem;
  }
  .wa-steps-hp .wa-steps-box__text {
    text-align: left;
  }
}
