@font-face {
  font-family: Atlasgrotesk;
  src: url('../fonts/AtlasGrotesk-Black.woff2') format("woff2"), url('../fonts/AtlasGrotesk-Black.woff') format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Atlasgrotesk;
  src: url('../fonts/AtlasGrotesk-Medium.woff2') format("woff2"), url('../fonts/AtlasGrotesk-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Atlasgrotesk;
  src: url('../fonts/AtlasGrotesk-Regular.woff2') format("woff2"), url('../fonts/AtlasGrotesk-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #01000e;
  --white: #fff;
  --lila: #a4a7ff;
  --gray: #151421;
  --red: #ff000f;
  --white-2: white;
  --black-2: black;
}

body {
  background-color: var(--black);
  color: var(--white);
  letter-spacing: -.05em;
  font-family: Atlasgrotesk, sans-serif;
  font-size: 18px;
  line-height: 1.3;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 900;
  line-height: 1.05;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 72px;
  font-weight: 900;
  line-height: 1.05;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.05;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.3;
}

a {
  text-decoration: underline;
  transition: all .4s ease-in-out;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.section.hide {
  display: none;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.text--medium {
  font-weight: 500;
}

.hero-inner {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.hero-img {
  margin-bottom: 60px;
}

.text--lila {
  color: var(--lila);
}

.text--lila.text--underline {
  text-decoration: underline;
}

.hero-h1 {
  margin-bottom: 20px;
}

.hero-subt {
  text-align: center;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.3;
}

.hero-subt.max-w--560 {
  max-width: 560px;
}

.hero-subt.max-w--960 {
  max-width: 960px;
}

.hero-btn {
  background-color: var(--lila);
  max-width: 280px;
  color: var(--black);
  border-radius: 12px;
  justify-content: space-between;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding: 26px 40px 26px 26px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.hero-btn:hover {
  background-color: #7375b3;
}

.hero-btn:focus {
  outline-color: var(--lila);
  outline-offset: 2px;
  outline-width: 1px;
  outline-style: solid;
}

.hero-logos {
  background-color: var(--gray);
  border-radius: 15px;
  margin-top: 16px;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
}

.hero-logos--title {
  margin-top: 64px;
}

.hero-logos-wr {
  display: flex;
}

.hero-logo-list {
  flex: none;
}

.hero-logo {
  margin-left: 10px;
  margin-right: 10px;
}

.text--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.meet-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  display: grid;
}

.meet-card {
  max-width: 510px;
}

.meet-ico {
  width: 32px;
  margin-bottom: 12px;
}

.body-l {
  -webkit-text-stroke-color: var(--lila);
  font-size: 26px;
}

.img--fullw {
  width: 100%;
}

.img--fullw.mt--40 {
  margin-top: 40px;
}

.prod-row {
  grid-column-gap: 16px;
  grid-row-gap: 120px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 64px;
  display: grid;
}

.prod-card {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 420px;
  display: flex;
}

.prod-card-ico {
  margin-bottom: 32px;
}

.mb--12 {
  margin-bottom: 12px;
}

.prod--btn {
  background-color: var(--lila);
  width: 100%;
  max-width: 160px;
  color: var(--black);
  border-radius: 12px;
  justify-content: space-between;
  margin-top: auto;
  padding: 12px 20px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.prod--btn:hover {
  background-color: #7375b3;
}

.prod--btn:focus {
  outline-color: var(--lila);
  outline-offset: 2px;
  outline-width: 1px;
  outline-style: solid;
}

.mb--32 {
  margin-bottom: 32px;
}

.exp--row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 64px;
  display: grid;
}

.exp--row.mod--3col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.exp--card {
  background-color: var(--gray);
  border-radius: 15px;
  flex-flow: column;
  justify-content: space-between;
  min-height: 360px;
  padding: 24px 12px;
  transition: all .4s ease-in-out;
  display: flex;
}

.exp--card:hover {
  background-color: var(--lila);
  color: var(--black);
}

.exp--card.mod--stack {
  min-height: 200px;
}

.card-text {
  max-width: 360px;
  margin-top: auto;
}

.card-title {
  margin-bottom: auto;
  font-weight: 500;
}

.ach--head-wr {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.ach--head-wr.mod--code {
  max-width: 590px;
}

.ach-r {
  width: 120px;
  position: absolute;
  top: 51px;
  left: 98%;
}

.ach-l {
  width: 80px;
  position: absolute;
  top: 74px;
  right: 98%;
}

.ach-top {
  width: 80px;
  position: absolute;
  top: -48px;
  left: 133px;
}

.ach-bot {
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 80%;
  left: 0;
  right: 0;
}

.ach--row {
  grid-column-gap: 8px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
}

.ach-logo {
  height: 90px;
}

.ach-list {
  grid-column-gap: 8px;
  grid-row-gap: 40px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: grid;
}

.sec-sbut {
  text-align: center;
  max-width: 560px;
  margin: 20px auto 0;
}

.comm-cards {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  display: grid;
}

.comm-card {
  background-color: var(--gray);
  border-radius: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 320px;
  padding: 24px 140px 24px 24px;
  display: flex;
  position: relative;
}

.comm-card.mod--last {
  background-color: var(--lila);
  color: var(--black);
  padding-right: 170px;
}

.comm-card-bg {
  position: absolute;
  inset: 0% 0% auto auto;
}

.comm-card-bg.mod--last {
  z-index: 0;
  inset: auto auto 20px 216px;
}

.comm-card-bg.mod--bot {
  height: 100%;
  top: auto;
  bottom: 0;
}

.card-btn {
  z-index: 5;
  background-color: var(--black);
  width: 100%;
  max-width: 280px;
  color: var(--white);
  border-radius: 12px;
  justify-content: space-between;
  margin-top: 32px;
  padding: 26px 40px 26px 26px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.card-btn:hover {
  background-color: #44407f;
}

.card-btn:focus {
  outline-color: var(--lila);
  outline-offset: 2px;
  outline-width: 1px;
  outline-style: solid;
}

.card-btn.mod--form {
  text-align: left;
  background-image: url('../images/arr-w.svg');
  background-position: 94%;
  background-repeat: no-repeat;
  background-size: auto;
  max-width: 100%;
  margin-top: 24px;
  transition: all .4s;
  display: block;
}

.form-block {
  z-index: 1;
  background-color: var(--lila);
  max-width: 840px;
  color: var(--black);
  border-radius: 20px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 100px 80px;
  position: relative;
}

.text--underline {
  text-decoration: underline;
}

.input-wr {
  background-color: var(--white);
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
  padding: 24px 32px;
  font-size: 16px;
  display: flex;
}

.input {
  border: 0 solid #000;
  height: auto;
  margin-bottom: 0;
  padding: 0;
}

.field-label {
  flex: none;
  margin-bottom: 0;
  font-weight: 400;
}

.input-sep {
  margin-left: 12px;
  margin-right: 12px;
}

.form-inputs {
  margin-top: 64px;
}

.submit-button {
  text-align: left;
  border-radius: 15px;
  width: 100%;
  padding: 24px 28px;
  display: block;
}

.success-message {
  background-color: var(--lila);
  color: var(--black);
  padding-top: 60px;
  padding-bottom: 60px;
}

.f-menu {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 140px;
  display: flex;
}

.f-link {
  color: var(--white);
  padding-left: 20px;
  padding-right: 20px;
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
}

.f-link:hover {
  color: var(--lila);
}

.f-soc {
  justify-content: center;
  align-items: center;
  margin-bottom: 180px;
  display: flex;
}

.f-soc--link {
  background-color: var(--white);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-left: 6px;
  margin-right: 6px;
  display: flex;
}

.f-soc--link:hover {
  background-color: var(--lila);
  transform: scale(1.2);
}

.f-soc--link.hide {
  display: none;
}

.f--bot {
  color: #ffffff80;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  display: block;
}

.f--bot-left {
  max-width: 360px;
}

.f--bot-links {
  display: flex;
}

.f--bot-link {
  color: #ffffff80;
  text-decoration: none;
}

.f--bot-link:hover {
  color: #fff;
}

.f--bot-sep {
  margin-left: 24px;
  margin-right: 24px;
}

.form-bg {
  z-index: 0;
  position: absolute;
  inset: 64px 0% auto;
}

.ach-logo--wr {
  background-color: var(--white);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  padding: 32px 16px;
  display: flex;
}

.stack--row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 64px;
  display: grid;
}

.rcb-abs {
  position: absolute;
  top: -50px;
  left: -60px;
}

.rcb-abs.mod-2 {
  margin-left: auto;
  margin-right: auto;
  top: -67px;
  left: 13%;
  right: 0%;
}

.rcb-abs.mod-3 {
  inset: -60px -68px auto auto;
}

.navbar {
  background-color: #ddd0;
  padding-top: 24px;
  padding-bottom: 24px;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-inner {
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-logo {
  color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--white);
  margin-right: 24px;
  padding: 0;
  display: inline-block;
}

.nav-link:hover {
  opacity: .5;
}

.nav-link.w--current {
  color: var(--lila);
  text-decoration: underline;
}

.nav-link.mod--arr {
  background-image: url('../images/nav-arr.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 16px;
}

.nav-logo-emb {
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-span, .text-span-2, .text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9, .text-span-10, .text-span-11, .text-span-12, .text-span-13 {
  color: var(--lila);
}

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

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

  .container {
    max-width: 688px;
  }

  .hero-logo {
    height: 80px;
  }

  .body-l {
    font-size: 20px;
  }

  .prod-row {
    grid-row-gap: 64px;
  }

  .exp--row {
    grid-template-columns: 1fr;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .ach-logo {
    object-fit: contain;
    height: 60px;
  }

  .ach-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .comm-cards {
    grid-template-columns: 1fr;
  }

  .comm-card {
    min-height: 300px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .comm-card-bg {
    height: 100%;
  }

  .comm-card-bg.mod--last {
    height: auto;
  }

  .form-block {
    padding-left: 40px;
    padding-right: 40px;
  }

  .f-menu {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 100px;
  }

  .f-soc {
    flex-flow: wrap;
    max-width: 280px;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .f-soc--link {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .f--bot {
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .f--bot-left {
    margin-bottom: 64px;
  }

  .f--bot-sep {
    margin-left: 24px;
  }

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

  .stack--row {
    grid-template-columns: 1fr;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar {
    color: var(--white);
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav-logo {
    z-index: 100;
  }

  .nav-link {
    color: var(--black);
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 56px;
    font-weight: 900;
    text-decoration: underline;
    display: block;
  }

  .nav-link.w--current {
    color: var(--gray);
    text-decoration: none;
  }

  .nav-link.mod--arr {
    background-image: none;
    padding-right: 0;
  }

  .nav-link.mob-hide {
    display: none;
  }

  .nav-menu--flex {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-menu {
    z-index: 0;
    background-color: #a4a7ff;
    border-radius: 20px;
    padding-top: 100px;
    padding-bottom: 60px;
    inset: 0 0% auto;
  }

  .menu-button {
    z-index: 100;
    background-color: #c8c8c800;
    padding: 12px;
  }

  .menu-button.w--open {
    color: var(--gray);
    background-color: #c8c8c800;
  }
}

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

  h1, h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  .exp--row.mod--3col {
    grid-template-columns: 1fr;
  }

  .exp--card.mod--tech {
    min-height: 0;
  }

  .card-title.mod-tech {
    margin-bottom: 24px;
  }

  .ach-list {
    grid-template-columns: 1fr 1fr;
  }

  .f-link, .nav-link {
    font-size: 40px;
  }

  .nav-menu {
    padding-bottom: 40px;
    left: 12px;
    right: 12px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .meet-row {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .prod-row, .exp--row {
    grid-template-columns: 1fr;
  }

  .exp--card {
    min-height: 280px;
  }

  .card-title {
    margin-bottom: 24px;
  }

  .ach-top {
    left: 62px;
  }

  .ach-logo {
    height: auto;
  }

  .comm-card {
    padding: 200px 20px 32px;
    overflow: hidden;
  }

  .comm-card.mod--last {
    min-height: 0;
    padding-top: 32px;
    padding-right: 20px;
  }

  .comm-card.mod-2 {
    padding-top: 32px;
    padding-bottom: 280px;
  }

  .comm-card.mod-3 {
    padding-top: 180px;
  }

  .comm-card.mod--dev {
    padding-top: 32px;
    padding-right: 139px;
    display: block;
  }

  .comm-card-bg {
    max-height: 320px;
    inset: 0% 0% auto auto;
  }

  .comm-card-bg.mod--2 {
    inset: auto 0% -40px auto;
  }

  .form-block {
    padding-bottom: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .input-wr {
    flex-flow: wrap;
    padding-left: 24px;
    padding-right: 24px;
  }

  .input {
    width: 100%;
    margin-top: 20px;
  }

  .ach-logo--wr {
    padding: 16px 12px;
  }

  .stack--row {
    grid-template-columns: 1fr;
  }

  #w-node-_16a7a200-a479-dd84-1dee-7fd2a5e53863-392a9898 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Atlasgrotesk';
  src: url('../fonts/AtlasGrotesk-Black.woff2') format('woff2'), url('../fonts/AtlasGrotesk-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Atlasgrotesk';
  src: url('../fonts/AtlasGrotesk-Medium.woff2') format('woff2'), url('../fonts/AtlasGrotesk-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Atlasgrotesk';
  src: url('../fonts/AtlasGrotesk-Regular.woff2') format('woff2'), url('../fonts/AtlasGrotesk-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}