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 {
  margin-bottom: 0;
}
body.home #hero h2 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.1em;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}
body.home #hero #cockpit {
  position: absolute;
  background-image: url("/img/bg/cockpit.webp");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 20vw;
  width: 100vw;
  top: 17vw;
  background-attachment: scroll;
}
@media (min-width: 1024px) {
  body.home #hero {
    margin-top: 8rem;
  }
  body.home #hero h2 {
    font-size: 4rem;
  }
}
body.home #layers iframe {
  margin-top: 10%;
  margin-left: auto;
  margin-right: 0;
  width: 80%;
  aspect-ratio: 16/9;
}
body.home #layers .youtube {
  text-align: center;
}
body.home #layers svg {
  height: 2rem;
  width: auto;
}
body.home #layers h3 {
  margin-top: 0.5em;
}
@media (min-width: 1024px) {
  body.home #layers .youtube {
    text-align: right;
  }
}
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 .testimonial {
  background-color: white;
  padding: 2rem;
  margin-bottom: 2rem;
  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%;
}
body.home {
  background: url("/img/bg/background-3.webp") no-repeat center top;
  background-size: contain;
}

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

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