/* [project]/src/app/page.module.css [app-client] (css) */
.page-module___8aEwW__page {
  flex-direction: column;
  height: 100svh;
  min-height: 100svh;
  padding: 0 3.5vw;
  display: flex;
  overflow: hidden;
}

.page-module___8aEwW__header {
  border-bottom: 1px solid #292929;
  flex: 0 0 94px;
  justify-content: space-between;
  align-items: center;
  height: 94px;
  display: flex;
}

.page-module___8aEwW__brand {
  color: #fff;
  font-size: 38px;
  font-weight: 500;
  line-height: 1;
}

.page-module___8aEwW__header nav {
  gap: 52px;
  display: flex;
}

.page-module___8aEwW__header nav a {
  font-size: 16px;
  position: relative;
}

.page-module___8aEwW__header nav a:after {
  content: "";
  background: #fff;
  height: 1px;
  transition: right .22s;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 100%;
}

.page-module___8aEwW__header nav a:hover:after {
  right: 0;
}

.page-module___8aEwW__hero {
  flex: 1;
  grid-template-columns: minmax(560px, 1fr) minmax(420px, .9fr);
  align-items: center;
  gap: 4vw;
  min-height: 0;
  display: grid;
  position: relative;
}

.page-module___8aEwW__copy {
  z-index: 2;
  position: relative;
}

.page-module___8aEwW__copy h1 {
  color: #f5f5f5;
  letter-spacing: -.07em;
  max-width: 850px;
  font-size: clamp(72px, 7.3vw, 118px);
  font-weight: 400;
  line-height: .93;
}

.page-module___8aEwW__copy q {
  quotes: "“" "”";
  display: inline;
}

.page-module___8aEwW__copy q:before {
  color: #666;
  margin-right: .04em;
}

.page-module___8aEwW__copy q:after {
  color: #666;
}

.page-module___8aEwW__copy p {
  color: #a8a8a8;
  max-width: 520px;
  margin-top: 42px;
  font-size: clamp(18px, 1.5vw, 24px);
  line-height: 1.45;
}

.page-module___8aEwW__cta {
  color: #090909;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 999px;
  justify-content: space-between;
  align-items: center;
  width: fit-content;
  min-width: 260px;
  height: 68px;
  margin-top: 34px;
  padding: 7px 8px 7px 25px;
  font-size: 17px;
  font-weight: 600;
  transition: box-shadow .22s, background .22s;
  display: flex;
  box-shadow: 0 12px 40px #0000003d;
}

.page-module___8aEwW__cta:hover {
  background: #f1f1f1;
  box-shadow: 0 16px 50px #ffffff1f;
}

.page-module___8aEwW__cta span {
  color: #fff;
  background: #090909;
  border-radius: 50%;
  place-items: center;
  width: 52px;
  height: 52px;
  font-size: 25px;
  font-weight: 300;
  transition: transform .22s;
  display: grid;
}

.page-module___8aEwW__cta:hover span {
  transform: rotate(-18deg);
}

.page-module___8aEwW__orbit {
  z-index: 0;
  aspect-ratio: 1.1;
  opacity: .56;
  filter: blur(.35px);
  pointer-events: none;
  width: min(47vw, 700px);
  position: absolute;
  top: 50%;
  right: -8vw;
  transform: translateY(-50%);
}

.page-module___8aEwW__orbit > i {
  border: 1px solid #555;
  border-radius: 50%;
  position: absolute;
  inset: 22% -15%;
  transform: rotate(-18deg);
}

.page-module___8aEwW__orbit .page-module___8aEwW__ringTwo {
  border-color: #343434;
  transform: rotate(25deg);
}

.page-module___8aEwW__orbit .page-module___8aEwW__ringThree {
  border-style: dashed;
  border-color: #777;
  transform: rotate(-48deg);
}

.page-module___8aEwW__orbit > span {
  background: #090909;
  border: 1px solid #707070;
  border-radius: 50%;
  place-items: center;
  width: 48px;
  height: 48px;
  display: grid;
  position: absolute;
}

.page-module___8aEwW__orbit svg {
  fill: none;
  stroke: #fff;
  stroke-width: 1.5px;
  width: 22px;
}

.page-module___8aEwW__personOne {
  top: 15%;
  right: 18%;
}

.page-module___8aEwW__personTwo {
  top: 46%;
  left: 28%;
}

.page-module___8aEwW__personThree {
  bottom: 9%;
  right: 32%;
}

.page-module___8aEwW__footer {
  color: #777;
  border-top: 1px solid #292929;
  flex: 0 0 78px;
  justify-content: space-between;
  align-items: center;
  min-height: 78px;
  font-size: 13px;
  display: flex;
}

.page-module___8aEwW__footer nav {
  gap: 26px;
  display: flex;
}

.page-module___8aEwW__footer a:hover {
  color: #fff;
}

@media (max-width: 980px) {
  .page-module___8aEwW__hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: clamp(34px, 7vh, 80px) 0 24px;
  }

  .page-module___8aEwW__orbit {
    opacity: .3;
    width: min(90vw, 620px);
    right: -22vw;
  }
}

@media (max-width: 600px) {
  .page-module___8aEwW__page {
    padding: 0 20px;
  }

  .page-module___8aEwW__header {
    flex-basis: 72px;
    height: 72px;
  }

  .page-module___8aEwW__brand {
    font-size: 31px;
  }

  .page-module___8aEwW__header nav {
    gap: 24px;
  }

  .page-module___8aEwW__header nav a {
    font-size: 14px;
  }

  .page-module___8aEwW__hero {
    min-height: auto;
    padding: clamp(28px, 6vh, 52px) 0 18px;
    display: block;
    overflow: hidden;
  }

  .page-module___8aEwW__copy {
    width: 100%;
  }

  .page-module___8aEwW__copy h1 {
    letter-spacing: -.06em;
    max-width: 100%;
    font-size: clamp(44px, 13.5vw, 60px);
    line-height: .98;
  }

  .page-module___8aEwW__copy p {
    max-width: 34ch;
    margin-top: 28px;
    font-size: 17px;
    line-height: 1.5;
  }

  .page-module___8aEwW__cta {
    min-width: 100%;
    height: 64px;
    padding-left: 22px;
  }

  .page-module___8aEwW__cta span {
    width: 48px;
    height: 48px;
  }

  .page-module___8aEwW__orbit {
    aspect-ratio: auto;
    width: 135%;
    max-width: none;
    height: 280px;
    margin: 0;
    top: 62%;
    right: -68%;
  }

  .page-module___8aEwW__orbit > i {
    inset: 20% -8%;
  }

  .page-module___8aEwW__orbit > span {
    width: 38px;
    height: 38px;
  }

  .page-module___8aEwW__footer {
    flex-wrap: wrap;
    flex-basis: 68px;
    min-height: 68px;
    margin-top: 0;
    font-size: 11px;
  }

  .page-module___8aEwW__footer nav {
    justify-content: space-between;
    gap: 16px;
    width: 100%;
  }
}

@media (max-width: 600px) and (max-height: 740px) {
  .page-module___8aEwW__header {
    flex-basis: 62px;
    height: 62px;
  }

  .page-module___8aEwW__hero {
    padding: 22px 0 12px;
  }

  .page-module___8aEwW__copy h1 {
    font-size: clamp(39px, 12vw, 50px);
  }

  .page-module___8aEwW__copy p {
    margin-top: 18px;
    font-size: 15px;
  }

  .page-module___8aEwW__cta {
    height: 54px;
    margin-top: 20px;
  }

  .page-module___8aEwW__cta span {
    width: 40px;
    height: 40px;
  }

  .page-module___8aEwW__footer {
    flex-basis: 58px;
    min-height: 58px;
  }
}

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