.headline-h1 {
  font-family: "Degular", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.headline-h2 {
  font-family: "Degular", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.headline-h3 {
  font-family: "Degular", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.headline-h4 {
  font-family: "Degular", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.body-large-bold {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.body-large {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.body-medium-bold {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.body-medium {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.body-small {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.body-caps {
  font-family: "Inter", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.text-center {
  text-align: center;
}

@media (max-width: 979px) {
  .hide {
    display: none;
  }
  .headline-h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .headline-h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .headline-h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .headline-h4 {
    font-size: 1.25rem;
  }
  .body-large-bold {
    font-size: 1rem;
    line-height: 1.4rem;
  }
  .body-large {
    font-size: 1rem;
    line-height: 1.1rem;
  }
  .body-medium {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
  .body-medium-bold {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
  .body-small {
    font-size: 0.75rem;
    line-height: 1.2rem;
  }
}
.grey {
  color: #7F8185;
}

.primary {
  color: #1063FF;
}

.white {
  color: white;
}

.green {
  color: #4ABA6B;
}

.btn-primary {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: #1063FF;
  color: #FFF;
  white-space: normal;
  transition: 300ms ease-in-out;
}

.btn-primary:hover {
  background-color: #0045C7;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.btn-secondary {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  padding: 8px 8px 8px 16px;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #87B1FF;
  white-space: normal;
  transition: 300ms ease-in-out;
}

.btn-secondary:hover {
  gap: 80px;
}

.btn-primary-small {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  padding: 10px 16px;
  align-items: center;
  border-radius: 8px;
  background: #1063FF;
  color: #FFF;
  transition: 300ms ease-in-out;
}

.btn-primary-small:hover {
  background-color: #0045C7;
  padding: 10px 24px;
}

.btn-ghost {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  padding: 0, 16px;
  align-items: center;
  gap: 8px;
  transition: 300ms ease-in-out;
}

.btn-ghost:hover {
  color: #0045C7;
  gap: 24px;
}

.btn-secondary-medium {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  padding: 12px 14px;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #E5E6E7;
  background: #FFF;
  transition: 300ms ease-in-out;
}

.btn-secondary-medium:hover {
  padding: 12px 20px;
  color: #1063FF;
}

.btn-secondary-small {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  padding: 6px 8px;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #E5E6E7;
  background: #FFF;
  transition: 600ms ease-in-out;
}

.btn-secondary-small:hover {
  color: white;
  background: #1063FF;
  border: 1px solid #E5E6E7;
  padding: 6px 14px;
}

.btn-ghost-small {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  padding: 8px;
  align-items: center;
}

@media (max-width: 979px) {
  .btn-primary {
    font-size: 0.9rem;
  }
  .btn-secondary {
    font-size: 0.9rem;
    line-height: 1rem;
    height: 16px;
  }
  .btn-ghost {
    font-size: 0.9rem;
    line-height: 1rem;
    height: 8px;
  }
  .btn-primary-small {
    font-size: 0.75rem;
    line-height: 1rem;
    height: 8px;
  }
}
.wrapper-menu {
  display: flex;
  flex-direction: row;
  padding: 16px 24px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E5E6E7;
  justify-content: space-between;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  position: sticky;
  top: 0px;
  z-index: 10;
}
.wrapper-menu .section-menu-left {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: center;
}
.wrapper-menu .section-menu-left .logo {
  display: flex;
}
.wrapper-menu .section-menu-left .external-link {
  display: flex;
  align-items: center;
  gap: 2px;
}
.wrapper-menu .section-menu-right {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 1.5rem;
}

@media (max-width: 979px) {
  .wrapper-menu {
    padding: 1rem;
  }
}
.wrapper-hero {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: auto;
  height: 102vh;
}

.section-hero-content {
  display: flex;
  flex-direction: column;
  margin: auto;
  align-items: center;
  max-width: 1200px;
  scroll-margin-top: 4rem;
}
.section-hero-content .copy-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5em;
  max-width: 1200px;
}
.section-hero-content .hero-body {
  max-width: 780px;
}
.section-hero-content .button {
  display: inline-flex;
  margin: auto;
  align-items: center;
  padding-top: 24px;
  gap: 40px;
}

.section-hero-img {
  display: flex;
  height: auto;
  justify-content: center;
  overflow: hidden;
}
.section-hero-img .hero-img {
  display: flex;
  width: 150%;
}

@media (max-width: 979px) {
  .wrapper-hero {
    height: 86vh;
    padding: 0 16px;
  }
  .section-hero-top {
    margin-top: 2rem;
    gap: 1.25rem;
  }
  .section-hero-button {
    gap: 8px;
  }
  .section-hero-img .hero-img {
    width: 140%;
  }
}
.wrapper-about {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: auto;
  padding: 1rem 0 30px 0;
}

.section-about-head {
  display: flex;
  align-items: center;
  gap: 4rem;
}
.section-about-head .about-head-left {
  display: flex;
  gap: 32px;
  flex-direction: column;
  width: 42%;
}
.section-about-head .about-head-left-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.section-about-head .about-head-right {
  display: flex;
  width: 58%;
}
.section-about-head .about-head-right .about-img {
  display: flex;
  width: 150%;
}

@media (max-width: 979px) {
  .wrapper-about {
    padding: 0 16px;
  }
  .section-about-head {
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
    gap: 0px;
  }
  .section-about-head .about-head-left {
    width: auto;
  }
  .section-about-head .about-head-left-content {
    display: flex;
    flex-direction: column;
  }
  .section-about-head .about-head-right {
    display: none;
  }
}
.wrapper-usp {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: auto;
  padding: 1rem 0 30px 0;
}

.section-usp-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.container-usp-card {
  display: flex;
  flex-direction: column;
  padding: 40px 64px;
  gap: 48px;
  align-items: center;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid #E5E6E7;
  background: #F8F8F9;
}
.container-usp-card .usp-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  align-items: center;
}
.container-usp-card .usp-img {
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 48px;
}

.container-usp-card-3 {
  display: flex;
  flex-direction: column;
  padding: 40px 64px 0 40px;
  gap: 48px;
  align-items: center;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid #E5E6E7;
  background: #F8F8F9;
}
.container-usp-card-3 .usp-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  align-items: center;
}
.container-usp-card-3 .usp-img {
  display: flex;
  align-items: center;
  width: 80%;
  padding-top: 48px;
}

.container-usp-card-4 {
  display: flex;
  flex-direction: column;
  padding: 40px 64px 0 40px;
  gap: 48px;
  align-items: center;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid #E5E6E7;
  background: #F8F8F9;
}
.container-usp-card-4 .usp-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  align-items: center;
}
.container-usp-card-4 .usp-img {
  display: flex;
  align-items: center;
  width: 86%;
  padding-top: 48px;
}

.container-usp-card-long {
  grid-column: span 2;
  display: flex;
  justify-content: space-between;
  border-radius: 16px;
  border: 1px solid #E5E6E7;
  background: #F8F8F9;
}
.container-usp-card-long .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 580px;
  padding-right: 12%;
  padding-left: 1%;
  gap: 16px;
}

@media (max-width: 979px) {
  .wrapper-usp {
    padding: 3rem 1rem;
  }
  .section-usp-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .container-usp-card {
    padding: 32px 16px 24px 16px;
    border-radius: 8px;
  }
  .container-usp-card .usp-img {
    padding-top: 1rem;
  }
  .container-usp-card-3 {
    padding: 32px 16px 0px 16px;
    border-radius: 8px;
  }
  .container-usp-card-3 .usp-img {
    padding-top: 1rem;
  }
  .container-usp-card-4 {
    padding: 32px 16px 24px 16px;
    border-radius: 8px;
  }
  .container-usp-card-4 .usp-img {
    padding-top: 2rem;
  }
  .container-usp-card-long {
    grid-column: span 1;
    flex-direction: column-reverse;
    padding: 32px 16px 24px 16px;
    border-radius: 8px;
    align-items: center;
    text-align: center;
    gap: 48px;
  }
  .container-usp-card-long .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 0 0;
    gap: 16px;
  }
  .container-usp-card-long .img {
    width: 80%;
  }
}
.wrapper-features {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: auto;
  margin-top: 7rem;
}

.features-headline-main {
  display: flex;
  gap: 24px;
}

.section-features-active {
  display: flex;
  flex-direction: column;
}

.feature-headline {
  display: flex;
  padding-top: 72px;
  padding-bottom: 32px;
}

.container-features-content-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.feature-card {
  display: flex;
  align-items: flex-start;
  padding: 20px;
  flex-direction: column;
  gap: 8px;
  align-self: stretch;
  border-radius: 16px;
  border: #E5E6E7;
  background: #F8F8F9;
}
.feature-card .content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.feature-card .feature-icon {
  padding: 8px 0;
}

.feature-headline-pill {
  display: flex;
  padding-bottom: 24px;
  align-items: center;
  gap: 16px;
  padding-top: 72px;
  padding-bottom: 32px;
}
.feature-headline-pill .pill {
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #1063FF;
  margin-top: 6px;
}
.feature-headline-pill .pill-green {
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #4ABA6B;
  margin-top: 6px;
  background-color: #4ABA6B;
}

.container-features-next-content-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 16px;
}

.feature-card-next {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-items: stretch;
}
.feature-card-next .img {
  display: flex;
}

@media (max-width: 979px) {
  .wrapper-features {
    padding: 1rem;
    margin-top: 1rem;
  }
  .feature-headline {
    padding-top: 2rem;
    padding-bottom: 24px;
  }
  .container-features-content-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
  .feature-card {
    align-items: flex-start;
    padding: 16px;
    flex-direction: row;
    border-radius: 8px;
  }
  .feature-card .content {
    display: flex;
    flex-direction: column;
    max-width: 86%;
    gap: 0.5rem;
  }
  .feature-card .feature-icon {
    padding: 3px 8px 0 0;
  }
  .container-features-next-content-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 2rem;
  }
}
.wrapper-team {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: auto;
  margin-top: 7rem;
}

.section-team-headline {
  display: flex;
  margin: auto;
  max-width: 60%;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  text-align: center;
}

.container-team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 40px;
}

.card-team {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 40px;
}
.card-team img {
  display: flex;
  width: 100%;
  height: 240px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.card-team .copy {
  display: flex;
  gap: 6px;
  padding-left: 12px;
  align-items: baseline;
  gap: 0px;
}
.card-team .team-button-group {
  display: flex;
  gap: 16px;
  padding-left: 6px;
}

@media (max-width: 979px) {
  .wrapper-team {
    padding: 1rem;
    margin-top: 1rem;
  }
  .container-team-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .card-team {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 40px;
  }
  .card-team img {
    height: 300px;
    border-radius: 16px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}
.wrapper-berylls {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: auto;
  margin-top: 7rem;
}

.container-berylls-banner {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 16px;
  background: #F8F8F9;
}

.banner-content {
  display: flex;
  max-width: 40%;
  padding: 24px 48px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
.banner-content .copy {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media (max-width: 979px) {
  .wrapper-berylls {
    padding: 1rem;
    margin-top: 2rem;
  }
  .container-berylls-banner {
    display: flex;
    flex-direction: column-reverse;
    border-radius: 8px;
    background: #F8F8F9;
  }
  .banner-content {
    display: flex;
    max-width: 100%;
    padding: 2rem 1rem 1rem 1rem;
    gap: 1.5rem;
  }
  .banner-content .copy {
    display: flex;
    flex-direction: column;
    max-width: 96%;
    gap: 1rem;
  }
  .banner-image {
    display: flex;
    height: 50%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.wrapper-earlyacess {
  display: flex;
  flex-direction: column;
  background-color: #1063FF;
  align-items: center;
  justify-content: center;
  margin: 96px 0 0 0;
  padding: 8rem 0;
  position: relative;
  overflow-y: hidden;
}
.wrapper-earlyacess .early-bg {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  z-index: -1;
}

.section-earlyaccess {
  display: flex;
  flex-direction: column;
  width: 524px;
  align-items: center;
  text-align: center;
  z-index: 1;
}
.section-earlyaccess .earlyaccess-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.section-earlyaccess .earlyaccess-bottom {
  display: flex;
  flex-direction: column;
  padding-top: 2rem;
}

@media (max-width: 979px) {
  .wrapper-earlyacess {
    padding: 4rem 0;
    margin: 40px 0 0 0;
  }
  .wrapper-earlyacess .early-bg {
    width: 200%;
  }
  .section-earlyaccess {
    width: 90%;
  }
  .section-earlyaccess .earlyaccess-bottom {
    display: flex;
    flex-direction: column;
    padding-top: 2rem;
  }
}
.wrapper-footer {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: auto;
  padding: 2rem 0;
  gap: 0.75rem;
}

.section-footer-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
.section-footer-content .left {
  display: flex;
}
.section-footer-content .right {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
}

@media (max-width: 979px) {
  .wrapper-footer {
    margin: auto;
    padding: 2rem 1rem;
    gap: 0.5rem;
  }
  .section-footer-content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
  .section-footer-content .left {
    display: flex;
  }
  .section-footer-content .right {
    justify-content: flex-start;
    gap: 1rem;
  }
}
.link:hover {
  color: #1063FF;
  cursor: pointer;
}

.reveal {
  position: relative;
  transform: translateY(30px);
  opacity: 0;
  transition: 1s all ease-in;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

a {
  all: unset;
  cursor: pointer;
}

button {
  all: unset;
}/*# sourceMappingURL=main.css.map */