:root {
  --bg--swatch-1: #080014;
  --white: #fdfcff;
  --gray--50: #fcfaff;
  --8a00ea: var(--brand--outline);
  --gray--700: #342f3a;
  --gray--600: #5a585e;
  --brand--primary: #8a00ea;
  --gray--100: #efedf1;
  --gray--200: #e6e2ec;
  --gray--400: #8f8899;
  --gray--900: #161a22;
  --gray--800: #28242e;
  --gray--500: #78737f;
  --gray--300: #cec7d8;
  --success--50: #ecfdf3;
  --success--700: #027a48;
  --bg--swatch-2: #1f0050;
  --brand--outline: #957aff;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  background-color: var(--bg--swatch-1);
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 66px;
  font-weight: 600;
  line-height: 1.1;
}

p {
  margin-bottom: 10px;
}

.navbar-menu-button {
  padding: 0;
}

.button {
  grid-column-gap: .5rem;
  color: var(--white);
  text-align: center;
  white-space: nowrap;
  border: 1px solid #8a00ea;
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.button:hover {
  background-color: #1a1a1a;
}

.button:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.button.large {
  grid-column-gap: .75rem;
  border-color: var(--8a00ea);
  padding: 16px 28px;
  font-size: 18px;
}

.button-tertiary {
  grid-column-gap: .5rem;
  color: #f4ebff;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-tertiary:hover {
  background-color: var(--gray--50);
  color: var(--gray--700);
}

.button-secondary {
  grid-column-gap: .5rem;
  background-color: var(--brand--primary);
  color: var(--white);
  text-align: center;
  white-space: nowrap;
  border: 1px #000;
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.button-secondary:hover {
  background-color: #260061;
}

.button-secondary:focus {
  background-color: var(--white);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--gray--100);
}

.button-secondary.large {
  grid-column-gap: .75rem;
  background-color: var(--brand--primary);
  padding: 16px 28px;
  font-size: 18px;
}

.button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.menu-link {
  color: var(--gray--200);
  align-items: center;
  padding: .75rem 1rem;
  font-size: 16px;
  font-weight: 600;
  transition: all .3s;
}

.menu-link:hover {
  color: var(--gray--400);
}

.menu-link.w--current {
  color: #000;
}

.menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.logo-image {
  width: auto;
  height: 20px;
  flex: none;
  display: block;
}

.logo-image:hover {
  opacity: .7;
}

.logo-link {
  padding-left: 0;
}

.navbar-container {
  width: 90%;
  height: 100%;
  max-width: 1280px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-component {
  width: 100%;
  min-height: 80px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: rgba(0, 0, 0, .16);
  border-bottom: 1px solid rgba(249, 250, 251, .16);
  align-items: center;
  display: flex;
  position: fixed;
}

.header-image-wrapper {
  height: 40rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.subheading {
  color: #8a00ea;
  -webkit-text-stroke-color: #8a00ea;
  margin-bottom: 12px;
  font-family: Poppins, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.5;
}

.header-content {
  z-index: 2;
  padding-left: 32px;
  position: relative;
}

.header-content.z-index-2 {
  z-index: 2;
  position: relative;
}

.header-component {
  grid-column-gap: 0rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.container {
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.logo {
  width: 175px;
  height: 3rem;
  opacity: .6;
}

.logo-wrapper {
  justify-content: center;
  align-items: flex-start;
  padding: .75rem 1.5rem;
  display: flex;
}

.logo-list {
  width: 100%;
  opacity: .9;
  white-space: nowrap;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: start;
  display: flex;
}

.logo-loop-inner {
  display: flex;
}

.logo-loop-component {
  height: 4.5rem;
  margin-top: 2rem;
  overflow: hidden;
}

.logo-text {
  color: var(--gray--400);
  letter-spacing: normal;
  -webkit-text-stroke-color: #b3b3b3;
  font-size: 16px;
  font-weight: 600;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center, .align-center {
  margin-left: auto;
  margin-right: auto;
}

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

.footer-legal-link {
  color: var(--gray--400);
  font-family: Inter, sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: all .3s;
}

.footer-legal-link:hover {
  color: var(--gray--600);
}

.footer-legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer-bottom-wrapper {
  border-top: 1px solid var(--gray--800);
  color: var(--gray--500);
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
}

.footer-link {
  grid-column-gap: .5rem;
  color: var(--gray--300);
  flex-wrap: nowrap;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.footer-link:hover {
  color: var(--gray--600);
}

.footer-link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: flex-start;
  justify-items: start;
  display: flex;
}

.badge {
  grid-column-gap: .25rem;
  background-color: var(--success--50);
  color: var(--success--700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.footer-menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-social-link {
  color: var(--gray--400);
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.footer-social-link:hover {
  color: var(--gray--500);
}

.footer-social-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: start;
  justify-items: start;
  margin-top: 2rem;
  display: grid;
}

.footer-details-wrapper {
  max-width: 20rem;
}

.footer-logo-link {
  float: none;
  margin-bottom: 2rem;
  display: block;
}

.footer-left-wrapper {
  color: var(--gray--300);
}

.footer-top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
  justify-items: start;
}

.spline-element {
  z-index: 2;
  width: 150%;
  height: 100%;
  position: absolute;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.hero {
  padding-top: 120px;
  overflow: hidden;
}

.hero-paragraph {
  max-width: 43ch;
  color: var(--gray--300);
  margin-bottom: 48px;
  font-family: Poppins, sans-serif;
  font-size: 19px;
  line-height: 1.5;
}

.footer {
  padding-top: 60px;
  padding-bottom: 60px;
}

.intro-logos-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.intro-logos_logo {
  display: block;
}

.heading {
  text-transform: none;
  font-family: Poppins, sans-serif;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
  }

  .menu-icon-line-bottom {
    width: 24px;
    height: 2px;
    background-color: var(--white);
    border-radius: 1rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-line-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-line-middle {
    width: 24px;
    height: 2px;
    background-color: #fff;
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon-line-top {
    width: 24px;
    height: 2px;
    background-color: var(--gray--50);
    border-radius: 1rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-component {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar-menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .menu-link {
    width: 100%;
    color: var(--white);
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-link:hover {
    color: var(--gray--900);
  }

  .menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--gray--900);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .menu {
    height: 100vh;
    border-top: 1px solid var(--gray--100);
    color: #fff;
    -webkit-text-fill-color: inherit;
    background-color: #181818;
    background-clip: border-box;
    align-items: flex-start;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .header-content {
    padding-left: 0;
  }

  .header-component {
    min-height: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .footer-top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .spline-element {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  .button {
    font-size: 1rem;
  }

  .button:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .button.large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-tertiary:hover {
    color: var(--gray--600);
    background-color: rgba(0, 0, 0, 0);
  }

  .button-secondary {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .button-secondary:hover {
    background-color: var(--white);
    color: var(--gray--700);
  }

  .button-secondary.large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .menu-link {
    font-size: 1rem;
  }

  .menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar-component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header-image-wrapper {
    height: 26rem;
    background-image: none;
  }

  .button-container.landscape {
    width: 100%;
  }

  .button-row {
    align-self: stretch;
  }

  .button-row.reverse-landscape {
    flex-direction: column-reverse;
  }

  .logo {
    height: 2.5rem;
  }

  .logo-wrapper {
    padding: .5rem 1rem;
  }

  .logo-list {
    width: 124rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
  }

  .logo-loop-component {
    height: 3.5rem;
  }

  .footer-legal-link:hover {
    color: var(--gray--400);
  }

  .footer-legal-list {
    margin-bottom: 1rem;
  }

  .footer-bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 3rem;
  }

  .footer-link:hover {
    color: #6941c6;
  }

  .badge {
    padding: .125rem .5rem;
  }

  .footer-social-link:hover {
    color: var(--gray--400);
  }

  .footer-social-list {
    margin-top: 1.5rem;
  }

  .footer-logo-link {
    margin-bottom: 1.5rem;
  }

  .footer-top-wrapper {
    grid-row-gap: 3rem;
  }

  .intro-logos_logo {
    margin-left: 6px;
    margin-right: 6px;
    transform: scale(.7);
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
  }

  .header-image-wrapper {
    height: 22rem;
  }

  .header-component {
    grid-template-columns: 1fr;
  }

  .logo-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .logo-list {
    justify-content: center;
  }

  .footer-menu-wrapper {
    grid-template-columns: 1fr;
  }
}

#w-node-_857d9e2a-501c-0c3e-fe64-e61c1fc6759c-1b18e3c3, #w-node-_857d9e2a-501c-0c3e-fe64-e61c1fc6759e-1b18e3c3, #w-node-_857d9e2a-501c-0c3e-fe64-e61c1fc675a0-1b18e3c3, #w-node-_857d9e2a-501c-0c3e-fe64-e61c1fc675a2-1b18e3c3, #w-node-_857d9e2a-501c-0c3e-fe64-e61c1fc675a4-1b18e3c3 {
  justify-self: center;
}

#w-node-_4b90b626-8e6f-6af8-9e93-a04664f376e7-1b18e3c3 {
  justify-self: stretch;
}

#w-node-_857d9e2a-501c-0c3e-fe64-e61c1fc6759c-8b028b4a, #w-node-_857d9e2a-501c-0c3e-fe64-e61c1fc6759e-8b028b4a, #w-node-_857d9e2a-501c-0c3e-fe64-e61c1fc675a0-8b028b4a, #w-node-_857d9e2a-501c-0c3e-fe64-e61c1fc675a2-8b028b4a, #w-node-_857d9e2a-501c-0c3e-fe64-e61c1fc675a4-8b028b4a {
  justify-self: center;
}

#w-node-_4b90b626-8e6f-6af8-9e93-a04664f376e7-8b028b4a {
  justify-self: stretch;
}


