@font-face {
  font-family: Neco Variable;
  src: url('../fonts/Neco-Variable.woff2') format("woff2");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Jetbrains Mono;
  src: url('../fonts/JetBrainsMono-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.page-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  padding-left: 5%;
  font-family: Jetbrains Mono, Arial, sans-serif;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 250px -100px #fff;
}

.page-wrap.gradient-bg {
  box-shadow: none;
  background-image: url('../images/11-1_111 (1).webp'), linear-gradient(#1f1f1f 85%, #7132f5);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.page-wrap.normal-bg {
  box-shadow: none;
  height: auto;
}

.page-wrap.normal-bg.adjusted-width {
  width: auto;
}

.unicorn-script {
  margin-bottom: 0;
}

.unicorn-script.hidden {
  display: none;
}

.brand-logo {
  z-index: 1;
  width: 70px;
  max-width: 100px;
  position: static;
  top: 32px;
  left: 64px;
}

.unciron-html {
  flex: 0 auto;
  display: none;
  position: absolute;
  inset: 0%;
}

.body {
  background-color: #111;
}

.cta-link {
  z-index: 1;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #fff;
  background-color: #dbcef51a;
  border-radius: 999px;
  padding: 15px 24px;
  font-size: 20px;
  line-height: 26px;
  text-decoration: none;
  position: absolute;
  top: 32px;
  right: 64px;
}

.cta-link.hero-cta {
  color: #000;
  background-color: #fff;
  position: static;
}

.cta-link.hero-cta.secondary {
  z-index: 1;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #fff;
  background-color: #dbcef51a;
  position: relative;
  top: auto;
  right: auto;
}

.content-wrap {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  margin-top: 40px;
  margin-right: auto;
  display: flex;
  position: relative;
}

.content-wrap.footer {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: 20px;
  position: fixed;
  inset: auto auto 0%;
}

.cta-wrap {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.paragraph {
  opacity: .8;
  color: #f3f2f0;
  text-align: center;
  mix-blend-mode: lighten;
  margin-bottom: 32px;
  font-size: 28px;
  line-height: 40px;
}

.paragraph.code-para {
  text-align: left;
  text-transform: uppercase;
  font-family: Geist, sans-serif;
  font-weight: 500;
}

.paragraph.code-para.mid-v {
  font-size: 24px;
  line-height: 32px;
}

.heading {
  color: #f3f2f0;
  text-align: center;
  letter-spacing: .04em;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Neco Variable, Arial, sans-serif;
  font-size: 100px;
  font-weight: 500;
  line-height: 100px;
}

.heading.code-header {
  text-align: left;
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-family: Geist, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 80px;
}

.heading.code-header.mid-size {
  font-size: 70px;
}

.button {
  text-transform: uppercase;
  background-color: #7132f5;
  font-family: Geist, sans-serif;
}

.button.dark {
  background-color: #1f1f1f;
}

.btn {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  color: #fff;
  letter-spacing: .02em;
  text-transform: uppercase;
  background-color: #7231f5;
  padding: 17px 19px;
  font-family: Geist, sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
}

.btn.secondary {
  background-color: #111;
}

.div-block {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  display: flex;
}

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

.overlay {
  z-index: 1;
  background-image: linear-gradient(#111, #111), radial-gradient(circle at 0 0, #1f1f1f 65%, #532ba8 75%, #7132f5 95%);
  display: block;
  position: absolute;
  inset: 0%;
}

.link {
  color: #9c9c9c;
  text-transform: uppercase;
  padding-right: 20px;
  font-family: Geist, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.link.not-clickable {
  pointer-events: none;
}

.rich-text-block {
  color: #fff;
  margin-top: 40px;
  padding-bottom: 80px;
  font-family: Geist, sans-serif;
}

.rich-text-block p {
  font-size: 16px;
}

.rich-text-block a {
  color: #fff;
}

.rich-text-block ul {
  padding-left: 20px;
}

.rich-text-block h1 {
  font-size: 44px;
  line-height: 44px;
}

.job-post {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #0000;
  border-bottom: 1px solid #ffffff12;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.job-post:hover {
  background-color: #1b1b1bcc;
}

.job-name {
  color: #f3f2f0;
  text-transform: uppercase;
  font-family: Geist, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.job-details {
  color: #9c9c9c;
  text-transform: uppercase;
  font-family: Geist, sans-serif;
  font-size: 16px;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .brand-logo {
    left: 32px;
  }

  .cta-link {
    right: 32px;
  }

  .content-wrap, .cta-wrap {
    width: 95%;
  }

  .content-wrapper.mid-w {
    width: 100%;
  }

  .div-block-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .paragraph {
    font-size: 24px;
    line-height: 32px;
  }

  .paragraph.code-para {
    font-size: 20px;
    line-height: 28px;
  }

  .heading {
    font-size: 64px;
    line-height: 64px;
  }

  .heading.code-header {
    font-size: 60px;
    line-height: 60px;
  }

  .btn {
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (max-width: 479px) {
  .brand-logo {
    left: 16px;
  }

  .cta-link {
    font-size: 16px;
    line-height: 20px;
    right: 16px;
  }

  .content-wrap.footer {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph.code-para {
    font-size: 16px;
    line-height: 20px;
  }

  .heading {
    font-size: 36px;
    line-height: 36px;
  }

  .heading.code-header {
    font-size: 37px;
    line-height: 37px;
  }

  .heading.code-header.mid-size {
    font-size: 60px;
  }

  .btn {
    font-size: 14px;
    line-height: 16px;
  }

  .div-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .rich-text-block h1 {
    font-size: 38px;
    line-height: 40px;
  }

  .job-details {
    font-size: 14px;
  }

  .div-block-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }
}


@font-face {
  font-family: 'Neco Variable';
  src: url('../fonts/Neco-Variable.woff2') format('woff2');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jetbrains Mono';
  src: url('../fonts/JetBrainsMono-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}