body.home #all-in-one h2, body.home #all-in-one .subtitle {
  text-align: center;
  text-wrap: balance;
}
body.home #buy {
  margin-top: 2rem;
}
body.home #buy .subtitle {
  margin-top: 2rem;
}
body.home #competitors {
  margin: 4rem auto;
}
body.home #competitors img {
  display: block;
  width: 100%;
  max-width: 890px;
  height: auto;
  margin: 0 auto;
}
body.home #hero {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
body.home #hero h1 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1em;
}
body.home #hero h2 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.1em;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  body.home #hero {
    margin-top: 8rem;
  }
  body.home #hero h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  body.home #hero h1 {
    font-size: 4rem;
  }
}
body.home #layers {
  padding: 4rem 2rem;
}
body.home #layers p:not(.subtitle) {
  margin-bottom: 2rem;
}
body.home #layers iframe {
  margin-left: auto;
  margin-right: 0;
  width: 100%;
  aspect-ratio: 16/9;
}
body.home #layers .youtube {
  text-align: center;
}
body.home #layers .providers > div {
  margin-top: 2rem;
}
body.home #layers .providers > div p {
  margin-bottom: 0;
}
body.home #layers svg {
  height: 2rem;
  width: auto;
}
body.home #layers h3 {
  margin-top: 0.5em;
}
@media (min-width: 1024px) {
  body.home #layers .providers p {
    margin-bottom: 0;
  }
  body.home #layers iframe {
    width: 90%;
  }
  body.home #layers .youtube {
    text-align: left;
  }
}
body.home #plan .white-panel {
  padding: 2rem;
}
body.home #plan p {
  text-wrap: balance;
}
body.home #partners .partners {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
body.home #partners .partner {
  width: 30%;
  margin: auto;
  opacity: 0.5;
  transition: opacity 0.5s;
  cursor: pointer;
  display: block;
}
body.home #partners .partner:hover {
  opacity: 1;
}
@media (min-width: 1200px) {
  body.home #partners {
    flex-wrap: nowrap;
  }
  body.home #partners .partner {
    flex: 1;
    width: 18%;
  }
}
body.home #screenshots .app-screenshots {
  max-width: 100%;
  overflow: hidden;
}
body.home #testimonials .star {
  width: auto;
  height: 1em;
}
body.home #testimonials {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 1rem;
}
body.home #testimonials .testimonial {
  background-color: white;
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid var(--color-bd);
}
body.home #testimonials .testimonial .testimonial-content {
  margin: 2rem 0;
  font-size: 1.2em;
}
body.home #testimonials .testimonial .author {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
body.home #testimonials .testimonial .author .author-name {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 0;
}
body.home #testimonials .testimonial .author .author-position {
  font-size: 1em;
  font-weight: 300;
  color: var(--color-gray-700);
}
body.home #testimonials .testimonial .author img {
  display: block;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 50%;
}
@media (min-width: 960px) {
  body.home #testimonials {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  body.home #testimonials {
    grid-template-columns: repeat(4, 1fr);
  }
}
body.home {
  background: url("/img/bg/background-3.webp") no-repeat center top;
  background-size: contain;
}
body.home section {
  margin: 4rem 0;
}

@media (min-width: 1024px) {
  body.home #header {
    position: relative;
    background-color: transparent;
    backdrop-filter: none;
    top: 4rem;
  }
}

/*# sourceMappingURL=home.css.map */
