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

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

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

:root {
  --background: #181818;
  --primary-1: #f0eeeb;
  --heading-font: Inter, sans-serif;
  --border: #202020;
  --background-dark: #111;
  --primary-2: #adadad;
  --tehopinkki: #ef2fa0;
}

body {
  background-color: var(--background);
  color: var(--primary-1);
  letter-spacing: -.03em;
  text-transform: uppercase;
  font-family: Fahkwang, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

h1 {
  font-family: var(--heading-font);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  line-height: .9;
}

h2 {
  font-family: var(--heading-font);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: .9;
}

h3 {
  font-family: var(--heading-font);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
}

h4 {
  font-family: var(--heading-font);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 1.2;
}

h5 {
  font-family: var(--heading-font);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.2;
}

h6 {
  font-family: var(--heading-font);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

p {
  font-family: var(--heading-font);
  margin-bottom: 0;
}

a {
  font-family: var(--heading-font);
  color: var(--primary-1);
  text-decoration: none;
}

ul, ol {
  margin-bottom: 0;
  padding-left: 20px;
}

li {
  font-family: var(--heading-font);
  margin-top: 12px;
  margin-bottom: 12px;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  font-family: var(--heading-font);
  font-weight: 700;
}

em {
  font-family: var(--heading-font);
  font-style: italic;
}

blockquote {
  font-family: var(--heading-font);
  border-left: 5px #e2e2e2;
  margin-bottom: 0;
  padding: 0;
  font-size: 32px;
  line-height: 1.2;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

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

.section.padding-bottom-0.hide {
  display: none;
}

.section.home-hero-section {
  background-image: linear-gradient(#111111b3, #111111b3);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.border-section {
  border-bottom: 1px solid var(--border);
}

.section.border-section.hide {
  display: none;
}

.section.footer-section {
  background-color: var(--background-dark);
  padding-top: 0;
  padding-bottom: 56px;
}

.section.template-section {
  border-bottom: 1px none var(--border);
  background-color: var(--background-dark);
}

.section.header-section {
  padding-bottom: 0;
}

.section.get-started {
  border-top: 1px solid var(--border);
}

.section._404-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section.hide {
  display: none;
}

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

.grid-quarters {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.grid-quarters.client-logo {
  grid-row-gap: 56px;
}

.column-xsmall {
  width: 100%;
  max-width: 290px;
}

.column-xsmall.style-guide-sample {
  font-family: var(--heading-font);
}

.column-small {
  width: 100%;
  max-width: 400px;
}

.column-small.style-guide-sample {
  font-family: var(--heading-font);
}

.column-medium {
  width: 100%;
  max-width: 510px;
}

.column-medium.style-guide-sample {
  font-family: var(--heading-font);
}

.column-large {
  width: 100%;
  max-width: 620px;
}

.column-large.style-guide-sample {
  font-family: var(--heading-font);
}

.column-xlarge {
  width: 100%;
  max-width: 730px;
}

.column-xlarge.style-guide-sample {
  font-family: var(--heading-font);
}

.column-2xlarge {
  width: 100%;
  max-width: 1060px;
}

.column-2xlarge.style-guide-sample {
  font-family: var(--heading-font);
}

.divider {
  background-color: var(--border);
  width: 100%;
  height: 1px;
}

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

.heading-display-1 {
  font-size: 80px;
  line-height: .9;
}

.text-size-large {
  font-family: var(--heading-font);
}

.padding-bottom-0 {
  padding-bottom: 0;
}

.padding-bottom-0.style-guide-sample {
  font-family: var(--heading-font);
}

.padding-top-0 {
  padding-top: 0;
}

.padding-top-0.style-guide-sample {
  font-family: var(--heading-font);
}

.padding-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-0.style-guide-sample {
  font-family: var(--heading-font);
}

.text-align-left {
  font-family: var(--heading-font);
  text-align: left;
}

.text-align-center {
  font-family: var(--heading-font);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.text-align-center.space {
  line-height: 1;
}

.text-align-right {
  font-family: var(--heading-font);
  text-align: right;
}

.text-color-primary-2 {
  font-family: var(--heading-font);
  color: var(--primary-2);
}

.text-color-primary-2.text-style-spaced-mid {
  letter-spacing: .07em;
}

.grid-thirds {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-thirds.footer-bottom {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 2fr 1fr;
  line-height: 1px;
}

.text-small {
  font-size: 14px;
  line-height: 1;
}

.style-guide-sample {
  background-color: var(--background-dark);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

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

.margin-0.style-guide-sample {
  font-family: var(--heading-font);
}

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

.margin-12.style-guide-sample {
  font-family: var(--heading-font);
}

.margin-16 {
  margin-bottom: 16px;
}

.margin-16.style-guide-sample {
  font-family: var(--heading-font);
}

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

.margin-24.style-guide-sample {
  font-family: var(--heading-font);
}

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

.margin-32.style-guide-sample {
  font-family: var(--heading-font);
}

.margin-40 {
  margin-bottom: 40px;
}

.margin-40.style-guide-sample {
  font-family: var(--heading-font);
}

.margin-56 {
  margin-bottom: 56px;
}

.margin-56.style-guide-sample {
  font-family: var(--heading-font);
}

.margin-80 {
  margin-bottom: 80px;
}

.margin-80.style-guide-sample {
  font-family: var(--heading-font);
}

.rich-text {
  font-size: 18px;
}

.rich-text h1 {
  width: 730px;
  max-width: 100%;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  font-size: 32px;
  line-height: 1.2;
}

.rich-text h2 {
  width: 730px;
  max-width: 100%;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 1.2;
}

.rich-text h3 {
  width: 730px;
  max-width: 100%;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  line-height: 1.2;
}

.rich-text h4 {
  width: 730px;
  max-width: 100%;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
}

.rich-text h5 {
  width: 730px;
  max-width: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}

.rich-text h6 {
  width: 730px;
  max-width: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 1.2;
}

.rich-text p {
  letter-spacing: 0;
  text-transform: none;
  width: 730px;
  max-width: 730px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  font-family: Dmsans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}

.rich-text li {
  margin-bottom: 12px;
}

.rich-text ul {
  width: 100%;
  max-width: 730px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
}

.rich-text ol {
  width: 100%;
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.rich-text figcaption {
  color: var(--primary-2);
  margin-top: 12px;
  font-size: 16px;
}

.rich-text blockquote {
  width: 100%;
  max-width: 730px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text figure {
  margin-top: 56px;
  margin-bottom: 56px;
}

.grid-halves {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-halves.about {
  grid-template-columns: 1.5fr 1fr;
}

.grid-halves.team {
  grid-template-columns: 1fr 1fr;
}

.grid-halves.team.advisors {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.style-guide-color {
  height: 150px;
  margin-bottom: 12px;
}

.style-guide-color.primary1 {
  background-color: var(--primary-1);
}

.style-guide-color.primary2 {
  background-color: var(--primary-2);
}

.style-guide-color.border {
  background-color: var(--border);
}

.style-guide-color.background {
  border: 1px solid var(--border);
  background-color: var(--background);
}

.style-guide-color.background-dark {
  background-color: var(--background-dark);
}

.text-style-alternative {
  letter-spacing: 0;
  text-transform: none;
  font-family: Dmsans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.text-style-alternative.italic {
  font-family: var(--heading-font);
  font-style: italic;
}

.text-style-spaced {
  letter-spacing: .7em;
}

.scroll-wrap {
  background-color: var(--background-dark);
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  overflow: hidden;
}

.scroll-wrap.hide {
  display: none;
}

.scroll-holder {
  flex: none;
  align-items: center;
  display: flex;
}

.scroll-item-wrap {
  flex: none;
}

.scroll-item {
  align-items: center;
  display: flex;
}

.scroll-item-icon {
  margin-left: 24px;
  margin-right: 24px;
}

.work-left {
  grid-column-gap: 16px;
  grid-row-gap: 200px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.work-item {
  cursor: default;
  align-items: flex-end;
  width: 100%;
  height: 720px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-item-thumb {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.work-item-background-video {
  z-index: 2;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.work-item-content {
  z-index: 4;
  padding: 56px;
  position: relative;
}

.heading-small {
  font-size: 40px;
}

.work-item-overlay {
  z-index: 3;
  background-color: #1116;
  position: absolute;
  inset: 0%;
}

.work-item-description {
  overflow: hidden;
}

.heading-xsmall {
  font-size: 20px;
  line-height: 1.2;
}

.about-left {
  position: relative;
}

.about-image-2 {
  width: 38%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.blog-item {
  width: 100%;
}

.blog-item-thumb {
  width: 100%;
  margin-bottom: 24px;
}

.footer-top {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.footer-top-social {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-top-social.hide {
  display: none;
}

.footer-top-social-icon {
  border: 1px solid var(--primary-2);
  border-radius: 100px;
  margin-left: 6px;
  margin-right: 6px;
  padding: 10px 24px;
  transition: background-color .6s cubic-bezier(.23, 1, .32, 1);
}

.footer-top-social-icon:hover {
  background-color: var(--primary-2);
}

.container-large {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}

.footer-link {
  font-size: 14px;
  line-height: 1;
  transition: color .6s;
}

.footer-link:hover {
  color: var(--primary-2);
}

.footer-bottom-template-links {
  justify-content: center;
  align-items: center;
  display: flex;
}

.template-link {
  margin-left: 12px;
  margin-right: 12px;
  font-size: 14px;
  line-height: 1;
  transition: color .6s;
}

.template-link:hover {
  color: var(--primary-2);
}

.home-hero-background-video {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.home-hero-background-video.hide {
  display: none;
}

.nav {
  z-index: 1500;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000004d;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  inset: 0 0% auto;
}

.nav.utility {
  border-bottom: 1px solid var(--border);
  background-color: var(--background-dark);
  padding-top: 20px;
  padding-bottom: 20px;
  position: static;
}

.nav-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-logo.w--current {
  width: 200px;
}

.nav-link {
  margin-left: 24px;
  font-size: 14px;
  transition: color .6s cubic-bezier(.23, 1, .32, 1);
}

.nav-link:hover {
  color: var(--primary-2);
}

.nav-menu-button {
  width: 20px;
  height: 20px;
  display: none;
}

.nav-lottie {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.nav-logo-image {
  width: 200px;
}

.blog-post-info {
  align-items: center;
  display: flex;
}

.blog-post-info-date {
  margin-right: 24px;
}

.blog-post-thumb-large, .licenses-image, .licenses-video {
  width: 100%;
}

.licenses-item {
  background-color: var(--background-dark);
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 32px;
  display: flex;
}

.dm-sans {
  font-family: Dmsans, sans-serif;
}

.changelog-item {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  justify-content: space-between;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.button {
  background-color: var(--primary-2);
  border-radius: 100px;
  padding: 20px 32px;
  font-size: 18px;
  transition: background-color .6s cubic-bezier(.23, 1, .32, 1), color .6s cubic-bezier(.23, 1, .32, 1);
}

.button:hover {
  background-color: var(--primary-1);
  color: var(--background-dark);
}

.top-bar {
  background-color: var(--primary-2);
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 24px;
  font-family: Dmsans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.people-heading {
  font-family: var(--heading-font);
  line-height: 1;
}

.background-noise {
  z-index: 0;
  opacity: .45;
  cursor: pointer;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.black-1 {
  background-color: #000;
  border-radius: 999em;
  width: 4em;
  height: 15em;
  position: absolute;
  top: -5em;
  right: 41%;
  transform: rotate(39deg);
}

.orange {
  background-color: #faad2e;
  border-radius: 999em;
  width: 4em;
  height: 10em;
  margin-left: auto;
  position: absolute;
  top: auto;
  left: 0;
  right: 37%;
  transform: rotate(40deg);
}

.gradient-wrapper {
  opacity: .39;
  pointer-events: none;
  background-color: #1b1b1b;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  font-size: 1vw;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.black {
  background-color: #000;
  border-radius: 999em;
  width: 4em;
  height: 15em;
  position: absolute;
  top: -5em;
  right: 88%;
  transform: rotate(39deg);
}

.button-link {
  z-index: 1;
  border: 1.5px solid var(--tehopinkki);
  cursor: pointer;
  background-color: #ef2fa0;
  border-radius: 999999px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blending-group-wrapper {
  z-index: 1;
  filter: blur(14px);
  mix-blend-mode: overlay;
}

.purple-2 {
  background-color: #b5a3d6;
  border-radius: 999em;
  width: 7em;
  height: 6em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  left: 10%;
  right: auto;
  transform: rotate(40deg);
}

.shapes-wrapper {
  filter: blur(10px);
}

.text {
  font-family: var(--heading-font);
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 1px 10px #0003;
  mix-blend-mode: color;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 800;
}

.orange-1 {
  background-color: #e7805b;
  border-radius: 999em;
  width: 9em;
  height: 7em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  left: 0;
  right: 49%;
}

.blue-1 {
  background-color: #a0bce0;
  border-radius: 999em;
  width: 10em;
  height: 5em;
  margin-left: auto;
  position: absolute;
  top: auto;
  right: 44%;
  transform: rotate(60deg);
}

.green {
  background-color: #9fc68e;
  border-radius: 999em;
  width: 8em;
  height: 10em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  right: 40%;
  transform: rotate(29deg);
}

.blue {
  background-color: #a0bce0;
  border-radius: 999em;
  width: 8em;
  height: 11em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0 -73px 19%;
}

.purple-1 {
  background-color: #b5a3d6;
  border-radius: 999em;
  width: 7em;
  height: 7em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0 auto -4%;
}

.button-link-wrapper {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.purple {
  background-color: #b5a3d6;
  border-radius: 999em;
  width: 8em;
  height: 10em;
  position: absolute;
  top: 0%;
  left: 18%;
  right: 0;
  transform: rotate(-28deg);
}

.text-wrapper {
  z-index: 1;
  pointer-events: none;
  color: #fff;
  text-shadow: 0 1px 10px #000000ba;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.team-member-wrapper.hide {
  display: none;
}

.member-image {
  width: 100%;
}

.member-info {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.pink {
  color: var(--tehopinkki);
}

.pink.glow {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(9deg, #ef2fa0, #fff);
  -webkit-background-clip: text;
  background-clip: text;
}

.pink.glow-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(9deg, #ef2fa0, #fdcdff);
  -webkit-background-clip: text;
  background-clip: text;
}

.max-width {
  max-width: 600px;
}

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

  h2 {
    font-size: 48px;
  }

  h3 {
    font-size: 32px;
  }

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

  .section.padding-bottom-0 {
    padding-bottom: 0;
  }

  .section.home-hero-section {
    min-height: 800px;
  }

  .section.header-section {
    padding-top: 140px;
  }

  .section.padding-top-0 {
    padding-top: 0;
  }

  .grid-quarters {
    grid-column-gap: 24px;
  }

  .grid-quarters.style-guide {
    grid-template-columns: 1fr;
  }

  .grid-quarters.client-logo {
    grid-template-columns: 1fr 1fr;
  }

  .heading-display-1 {
    font-size: 56px;
  }

  .grid-thirds {
    grid-column-gap: 24px;
  }

  .grid-thirds.footer-bottom {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .grid-thirds.blog, .grid-thirds.licenses {
    grid-template-columns: 1fr 1fr;
  }

  .margin-80 {
    margin-bottom: 56px;
  }

  .rich-text h1, .rich-text h2, .rich-text h3, .rich-text h4, .rich-text h5, .rich-text h6 {
    width: auto;
    max-width: 730px;
  }

  .rich-text p, .rich-text ul, .rich-text ol {
    width: auto;
  }

  .rich-text blockquote {
    width: auto;
    font-size: 28px;
  }

  .grid-halves {
    grid-column-gap: 24px;
  }

  .grid-halves.licenses {
    grid-template-columns: 1fr;
  }

  .grid-halves.team.advisors {
    grid-template-columns: 1fr 1fr;
  }

  .text-style-alternative {
    font-size: 16px;
    line-height: 1.2;
  }

  .work-left, .work-right {
    grid-row-gap: 60px;
  }

  .work-item {
    height: 600px;
  }

  .work-item-content {
    padding: 40px;
  }

  .heading-small {
    font-size: 24px;
  }

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

  .container-large {
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav.utility {
    position: sticky;
    top: 0;
  }

  .nav-wrap {
    position: relative;
  }

  .nav-logo {
    z-index: 1600;
    position: relative;
  }

  .nav-menu {
    background-color: var(--background-dark);
    flex-direction: column;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 40px;
    display: none;
    position: fixed;
    inset: 0% 0% auto;
  }

  .nav-menu.utility {
    padding-top: 40px;
    display: none;
    position: absolute;
    inset: 53px 0% auto;
  }

  .nav-link {
    margin-bottom: 12px;
    margin-left: 40px;
  }

  .nav-link.utility {
    margin-left: 0;
  }

  .nav-menu-button {
    cursor: pointer;
    display: block;
  }

  .licenses-image {
    object-fit: cover;
  }

  .orange {
    top: 22em;
  }

  .gradient-wrapper {
    font-size: 1.3vh;
  }

  .blending-group-wrapper {
    margin-left: -4em;
  }

  .purple {
    width: 44em;
    height: 57em;
    position: absolute;
    inset: 23.2em -9.5em 0 auto;
  }
}

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

  h1 {
    font-size: 56px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

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

  .section.home-hero-section {
    min-height: 700px;
  }

  .section.template-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.header-section {
    padding-top: 120px;
  }

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

  .grid-quarters.client-logo {
    grid-row-gap: 40px;
  }

  .grid-quarters.changelog {
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .column-2xlarge.text-align-center {
    margin-top: 40px;
  }

  .heading-display-1 {
    font-size: 40px;
  }

  .grid-thirds.blog {
    grid-template-columns: 1fr;
  }

  .grid-thirds.style-guide {
    grid-template-columns: 1fr 1fr;
  }

  .rich-text blockquote {
    font-size: 24px;
  }

  .rich-text figure {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .grid-halves.about, .grid-halves.work {
    grid-template-columns: 1fr;
  }

  .grid-halves.team {
    grid-template-columns: 1fr 1fr;
  }

  .work-left {
    grid-row-gap: 40px;
  }

  .work-right {
    grid-row-gap: 40px;
    margin-top: 0;
  }

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

  .container-large {
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav {
    top: 0;
  }

  .nav-menu.utility {
    top: 46px;
  }

  .nav-link {
    margin-left: 24px;
  }

  .nav-logo-image {
    width: 160px;
  }

  .licenses-video {
    height: 450px;
  }

  .changelog-item {
    margin-top: -1px;
  }

  .gradient-wrapper {
    opacity: .44;
    filter: saturate(150%);
  }

  .purple {
    width: 30em;
    height: 100em;
  }
}

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

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

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

  .section.home-hero-section {
    min-height: 600px;
  }

  .section.template-section {
    padding-top: 100px;
    padding-bottom: 56px;
  }

  .section.header-section {
    padding-top: 100px;
  }

  .section.blog-hero-section {
    padding-top: 80px;
  }

  .heading-display-1 {
    font-size: 24px;
  }

  .text-color-primary-2.text-style-spaced-mid {
    font-size: 16px;
  }

  .grid-thirds.style-guide, .grid-thirds.licenses {
    grid-template-columns: 1fr;
  }

  .margin-40 {
    margin-bottom: 24px;
  }

  .margin-80 {
    margin-bottom: 40px;
  }

  .rich-text blockquote {
    font-size: 20px;
  }

  .grid-halves.team, .grid-halves.team.advisors {
    grid-template-columns: 1fr;
  }

  .text-style-spaced {
    letter-spacing: 0;
    font-size: 16px;
  }

  .work-item-content {
    padding: 24px;
  }

  .heading-xsmall {
    font-size: 16px;
  }

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

  .footer-top-social {
    flex-wrap: wrap;
  }

  .footer-top-social-icon {
    flex: 0 40%;
    margin-bottom: 12px;
  }

  .footer-bottom-template-links {
    flex-wrap: wrap;
  }

  .template-link {
    flex: 0 100%;
    margin-bottom: 12px;
  }

  .nav-menu.utility {
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
    position: absolute;
    top: 46px;
  }

  .nav-link.utility {
    margin-left: 0;
  }

  .blog-post-info {
    flex-wrap: wrap;
  }

  .blog-post-info.margin-80 {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-post-info-date {
    margin-bottom: 4px;
    margin-right: 0;
  }

  .licenses-video {
    height: 300px;
  }

  .licenses-item {
    padding: 24px;
  }

  .top-bar {
    font-size: 14px;
    line-height: 1.2;
  }

  .orange {
    top: 30.7em;
  }
}

#w-node-_7cff60e5-7e0f-67ad-d926-9166b4ece574-6e892d1d, #w-node-_648db475-fab3-641d-36b2-bf7a572a244a-6e892d1d {
  align-self: start;
}

#w-node-_4d81623a-cc7e-dfc0-1e54-5ba7d8ffd4c6-6e892d1d, #w-node-acf993aa-6f8c-7b7f-64f7-11ffb7575c8b-6e892d1d, #w-node-_9de25bc5-904d-d58b-0024-ab24998f0a51-6e892d1d, #w-node-_9dbaa6ff-d6dd-b282-7579-ea1658cd6407-6e892d1d, #w-node-_8a8b9a5a-136b-91ff-2944-b2327e888bf9-6e892d1d, #w-node-_5eeb89a9-fd45-6d0d-d871-8b3261be4d59-6e892d1d, #w-node-_83842eeb-0de6-6681-eca5-b9f0bd0101f0-6e892d1d, #w-node-a860b497-9e68-8211-9414-2ac3a38ebfdf-6e892d1d, #w-node-b11b421b-6728-35ea-fc39-4f0439d9da68-6e892d1d, #w-node-_87bd7848-1ca4-d2b4-1284-45ffc8cdcea7-6e892d1d, #w-node-_535e319e-00d3-d5e0-ed1d-28bff0eb4a90-6e892d1d, #w-node-_2a8ff8a8-ebda-3653-9a0b-bd6518f42735-6e892d1d {
  place-self: center;
}

#w-node-_6f3b3eb3-dfc1-8fc6-77a2-9e41179c49ed-6e892d1d {
  align-self: end;
}

#w-node-_9f812687-8733-853a-b14a-ef097ec05a7d-7ec05a5d {
  justify-self: start;
}

#w-node-_9f812687-8733-853a-b14a-ef097ec05a88-7ec05a5d {
  justify-self: end;
}

#w-node-_6ce95a03-1098-6add-2fca-26e4623a0e0b-6e892d1e, #w-node-_7868a56e-8748-6c4b-620a-d591a7144f6b-6e892d1e, #w-node-_7114eb16-5176-f0a7-ed25-efc74450aaf3-6e892d1e, #w-node-b512093b-625b-ea32-8835-eecc1d55929b-6e892d1e, #w-node-e5e32c2d-6788-b701-d7e1-d1a34bc061a5-6e892d1e, #w-node-af55fbfe-6b67-8ac5-24e5-8253deeeecfa-6e892d1e, #w-node-c988f34c-70c6-030e-3775-e4c25d3095fa-6e892d1e, #w-node-_9bcbfd36-0a8a-47df-79b6-5423768308c3-6e892d1e {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: end;
}

#w-node-_038ca7a4-fccb-8eef-2849-7cdf9bf9ee13-6e892d20, #w-node-_52707878-db66-b787-e318-04eebcc4f065-6e892d22, #w-node-_83ff3c37-5060-0022-1b32-f5fd31a9ac2e-6e892d22, #w-node-_90209a67-5fa7-6bb6-a939-4f389333ca7d-6e892d22, #w-node-_90209a67-5fa7-6bb6-a939-4f389333ca7f-6e892d22, #w-node-_52707878-db66-b787-e318-04eebcc4f065-6e892d23, #w-node-_83ff3c37-5060-0022-1b32-f5fd31a9ac2e-6e892d23, #w-node-_90209a67-5fa7-6bb6-a939-4f389333ca7d-6e892d23, #w-node-_90209a67-5fa7-6bb6-a939-4f389333ca7f-6e892d23, #w-node-_468fc525-b461-2faf-1b52-2776e47dc530-6e892d23, #w-node-c6f770b9-31a9-6203-c449-64586b308efb-6e892d23, #w-node-c6f770b9-31a9-6203-c449-64586b308efd-6e892d23, #w-node-c6f770b9-31a9-6203-c449-64586b308f00-6e892d23, #w-node-_627228b0-e25a-e0b7-6470-b9d893dd3a7f-6e892d23, #w-node-_627228b0-e25a-e0b7-6470-b9d893dd3a81-6e892d23, #w-node-_627228b0-e25a-e0b7-6470-b9d893dd3a84-6e892d23, #w-node-e630067d-eb94-b7d1-62d1-a7d2da97d94e-6e892d26, #w-node-e630067d-eb94-b7d1-62d1-a7d2da97d951-6e892d26, #w-node-e630067d-eb94-b7d1-62d1-a7d2da97d954-6e892d26 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_7cff60e5-7e0f-67ad-d926-9166b4ece574-6e892d1d, #w-node-_648db475-fab3-641d-36b2-bf7a572a244a-6e892d1d, #w-node-_9f812687-8733-853a-b14a-ef097ec05a7d-7ec05a5d, #w-node-_9f812687-8733-853a-b14a-ef097ec05a7f-7ec05a5d, #w-node-_9f812687-8733-853a-b14a-ef097ec05a88-7ec05a5d {
    justify-self: center;
  }

  #w-node-_6ce95a03-1098-6add-2fca-26e4623a0e0b-6e892d1e, #w-node-_7868a56e-8748-6c4b-620a-d591a7144f6b-6e892d1e, #w-node-_7114eb16-5176-f0a7-ed25-efc74450aaf3-6e892d1e, #w-node-b512093b-625b-ea32-8835-eecc1d55929b-6e892d1e, #w-node-e5e32c2d-6788-b701-d7e1-d1a34bc061a5-6e892d1e, #w-node-af55fbfe-6b67-8ac5-24e5-8253deeeecfa-6e892d1e, #w-node-c988f34c-70c6-030e-3775-e4c25d3095fa-6e892d1e, #w-node-_9bcbfd36-0a8a-47df-79b6-5423768308c3-6e892d1e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_8348d1b0-33df-d038-e08d-15a45b917bf5-6e892d22 {
    align-self: stretch;
  }
}


@font-face {
  font-family: 'Fahkwang';
  src: url('../fonts/Fahkwang-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}