:root {
  --neutral-800: #0f0f0f;
  --neutral-500: #bbb;
  --heading-spacing: .35em;
  --heading-spacing-mobile: .5em;
  --neutral-100: white;
  --neutral-600: #575757;
  --neutral-700: #323232;
  --neutral-300: #f3f3f3;
  --neutral-550: #8b8b8b;
  --neutral-400: #e4e4e4;
  --neutral-200: #f7f7f7;
  --font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --section-spacing: 120px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--neutral-800);
  color: var(--neutral-500);
  letter-spacing: .01em;
  font-family: Inter Display, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

h1 {
  margin-top: 20px;
  margin-bottom: var(--heading-spacing);
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: var(--heading-spacing);
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: var(--heading-spacing);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: var(--heading-spacing);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: var(--heading-spacing);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: var(--heading-spacing);
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.page-wrapper {
  padding-bottom: 48px;
}

.header {
  z-index: 99;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
  position: sticky;
  top: 32px;
}

.header-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: #282828;
  border-radius: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding: 14px;
  display: flex;
  box-shadow: 0 2px 6px #0f0f0fb3, 0 0 0 1px #ffffff24;
}

.header-item {
  z-index: 2;
  color: #6f6f6f;
  transform-style: preserve-3d;
  background-image: linear-gradient(#494949, #383838);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-width: 48px;
  max-width: 48px;
  min-height: 48px;
  max-height: 48px;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0f0f0f99, 0 0 0 .5px #ffffff40;
}

.header-item:hover {
  transform: translate3d(0, -2px, .001px);
  box-shadow: 0 2px 5px #0f0f0f3d, 0 0 0 .5px #ffffff42;
}

.header-item-icon {
  z-index: 1;
  max-width: 28px;
  margin-top: 2px;
  position: relative;
}

.header-item-icon.contact {
  margin-top: 3px;
  margin-right: 2px;
}

.header-item-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.header-item-shadow {
  z-index: 1;
  background-color: var(--neutral-800);
  filter: blur(4px);
  border-radius: 4px;
  width: 80%;
  height: 12px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% -4px;
}

.header-item-icon-filter {
  z-index: 4;
  opacity: .23;
  background-image: linear-gradient(#0000 30%, #000);
  border-radius: 8px;
  position: absolute;
  inset: 0%;
}

.header-item---divider {
  background-color: #3f3f3f;
  border-radius: 2px;
  width: 1px;
}

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

.section.hero-section {
  margin-top: -120px;
  padding-top: 168px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section.light-section {
  background-color: var(--neutral-100);
  border-radius: 48px;
}

.section.light-section.social-media-section {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding-bottom: 0;
}

.section.light-section.contact-section {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-bottom: 64px;
}

.section.about-section {
  position: relative;
  overflow: hidden;
}

.item-tooltip {
  flex-flow: column;
  display: flex;
  position: absolute;
  top: 56px;
  bottom: 0%;
}

.tooltip-border-icon {
  width: 16px;
  margin-left: auto;
  margin-right: auto;
}

.tooltip-wrapper {
  background-color: #4a4a4a;
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -2px;
  padding: 6px 8px;
  display: flex;
  box-shadow: 0 2px 3px #141414;
}

.tooltip-wrapper.light-tooltip {
  box-shadow: 0 2px 3px #24242433;
}

.tooltip-text {
  color: var(--neutral-100);
  text-align: center;
  text-shadow: 0 1px 1px #0000004d;
  white-space: nowrap;
  font-size: 12px;
  line-height: 14px;
}

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

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

.about-badge-wrapper {
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 16px;
  display: inline-flex;
}

.about-badge-image-wrapper {
  border-radius: 100%;
  min-width: 54px;
  max-width: 54px;
  min-height: 54px;
  max-height: 54px;
  margin-right: 8px;
  overflow: hidden;
}

.about-badge-text {
  color: var(--neutral-100);
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  display: inline;
}

.about-badge-text.dark {
  color: var(--neutral-800);
}

.titles-wrapper {
  margin-top: 6px;
  display: inline-flex;
}

.typer {
  color: var(--neutral-500);
  line-height: 18px;
  display: inline;
}

.typer.dark {
  color: var(--neutral-600);
}

.about-badge-text-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.cursor {
  color: var(--neutral-500);
  line-height: 18px;
  display: inline;
}

.cursor.dark {
  color: var(--neutral-600);
}

.heading-h1 {
  letter-spacing: -.02em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#dcdcdc, #8e8e8e);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Roobert, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 120%;
}

.inner-wrapper._740px {
  max-width: 740px;
}

.inner-wrapper._620px {
  max-width: 620px;
}

.inner-wrapper.logos-label {
  max-width: 140px;
}

.inner-wrapper._480px {
  max-width: 480px;
}

.inner-wrapper._440px {
  max-width: 440px;
}

.inner-wrapper._520px {
  max-width: 520px;
}

.button-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 32px;
  display: inline-flex;
}

.button-row.center {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.dark-button {
  background-color: var(--neutral-800);
  text-shadow: 0 1px 1px #0000001f;
  transform-style: preserve-3d;
  background-image: linear-gradient(#6f6f6f, #373737);
  border-radius: 10px;
  padding: 10px 18px;
  transition: transform .3s;
  box-shadow: 0 2px 2px #00000080, 0 0 0 .8px #ffffff80;
}

.dark-button:hover {
  transform: translate3d(0, -2px, .001px);
}

.dark-button.secondary {
  background-image: linear-gradient(#353535, #2c2c2c);
  box-shadow: 0 2px 2px #0006, 0 0 0 .8px #ffffff4d;
}

.dark-button.light-bg {
  box-shadow: 0 2px 2px #0000001f, 0 0 0 .8px #ffffff80;
}

.logo-strip-wrapper {
  border-top: 1px dashed var(--neutral-700);
  justify-content: space-between;
  align-items: center;
  margin-top: 84px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.circle-button {
  transform-style: preserve-3d;
  background-color: #2e2e2e;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 64px;
  max-width: 64px;
  min-height: 64px;
  max-height: 64px;
  transition: transform .3s;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
  box-shadow: 0 3px 3px #000000d9, 0 2px 1px #000, 0 0 0 1px #ffffff40;
}

.circle-button:hover {
  transform: translate3d(0, -2px, .001px);
}

.circle-button.light {
  background-color: #f3f3f3;
  background-image: linear-gradient(180deg, var(--neutral-100), #f3f3f3);
  box-shadow: 0 2px 2px #0000001a, 0 0 0 1px #00000014;
}

.circle-button-arrow {
  width: 18px;
}

.logos-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.light-gradient-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#9d9d9d, #686868);
  -webkit-background-clip: text;
  background-clip: text;
}

.projects-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 48px;
  display: flex;
}

.subtitle-badge {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--neutral-100);
  color: var(--neutral-700);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  padding: 8px 14px;
  font-size: 14px;
  line-height: 16px;
  display: inline-flex;
  box-shadow: inset 0 -1px 1px #0f0f0f14, 0 2px 4px #0f0f0f14, 0 0 0 1px #0f0f0f1f;
}

.subtitle-badge.dark-badge {
  background-color: var(--neutral-700);
  color: var(--neutral-300);
  background-image: linear-gradient(#5c5c5c, #505050);
  box-shadow: inset 0 -1px 1px #0f0f0f1a, 0 2px 2px #0f0f0fcc, 0 0 0 1px #ffffff40;
}

.subtitle-badge-icon {
  min-width: 16px;
  max-width: 16px;
  min-height: 16px;
  max-height: 16px;
}

.subtitle-badge-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.heading-h2 {
  color: var(--neutral-800);
  letter-spacing: -.02em;
  margin-bottom: 16px;
  font-family: Roobert, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 110%;
}

.heading-h2.light-gradient-heading {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#f0f0f0, #979899);
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-h2.mg-bottom-0 {
  margin-bottom: 0;
}

.paragraph-light {
  color: var(--neutral-550);
}

.projects-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: flex;
}

.project-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: minmax(352px, 352px) 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-content-wrapper {
  background-color: var(--neutral-300);
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 32px;
  display: flex;
  box-shadow: 0 4px 6px #0f0f0f1a, 0 0 0 1px #0f0f0f24;
}

.project-image-wrapper {
  border-radius: 16px;
  overflow: hidden;
}

.project-image {
  width: 100%;
}

.project-logo-wrapper {
  border-radius: 100%;
  min-width: 48px;
  max-width: 48px;
  min-height: 48px;
  max-height: 48px;
  margin-bottom: 16px;
  overflow: hidden;
  box-shadow: 0 4px 4px #0f0f0f1f;
}

.heading-h3 {
  color: var(--neutral-800);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Roobert, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.project-title {
  color: var(--neutral-600);
  font-weight: 500;
  line-height: 18px;
}

.dashed-divider {
  border-style: dashed none none;
  border-width: 1px;
  border-color: var(--neutral-500) black black;
  width: 100%;
  height: 1px;
}

.dashed-divider.music-divider {
  border-top-color: var(--neutral-600);
  margin-bottom: 12px;
}

.dashed-divider._24px {
  margin-top: 24px;
  margin-bottom: 24px;
}

.dashed-divider.dark-bento-top-divider {
  border-top-color: var(--neutral-600);
  margin-top: 16px;
  margin-bottom: 16px;
}

.dashed-divider.dark-bento-top-divider.more-margin-bottom {
  margin-bottom: 24px;
}

.dashed-divider.light-bento-top-divider {
  border-top-color: var(--neutral-500);
  margin-top: 16px;
  margin-bottom: 16px;
}

.dashed-divider.light-bento-top-divider.more-margin-bottom {
  margin-bottom: 24px;
}

.project-description {
  color: var(--neutral-600);
}

.top-light {
  z-index: 0;
  filter: blur(70px);
  background-image: linear-gradient(93deg, #ffffff1a 48%, #fff0 90%);
  height: 400px;
  position: absolute;
  inset: 0% 0% auto;
  transform: rotate(39deg);
}

.top-light.cta-light {
  filter: blur(30px);
  background-image: linear-gradient(93deg, #ffffff9e 45%, #fff0 90%);
  height: 300px;
  left: -31%;
}

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

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

.bento-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 48px;
}

.bento-grid-item {
  background-color: #1f1f1f;
  border-radius: 16px;
  min-height: 336px;
  max-height: 336px;
  padding: 32px;
  position: relative;
  overflow: hidden;
  transform: translate(0);
  box-shadow: 0 6px 4px #0f0f0f40, 0 0 0 1px #ffffff1f;
}

.bento-grid-item.testimonial {
  background-color: #2f2f2f;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
  box-shadow: 0 6px 4px #0f0f0f80, 0 0 0 1px #ffffff3d;
}

.bento-grid-item.image {
  padding: 0;
}

.bento-grid-item.music, .bento-grid-item.about {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.bento-grid-item.light {
  background-color: #fdfdfd;
  box-shadow: 0 4px 4px #0f0f0f1a, 0 0 0 1px #0f0f0f1f;
}

.bento-grid-item.light.gray {
  background-color: var(--neutral-300);
}

.testimonial-text {
  color: var(--neutral-100);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Roobert, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
}

.caption-text {
  color: var(--neutral-100);
  font-weight: 600;
  line-height: 18px;
}

.caption-text.absolute {
  z-index: 2;
  position: absolute;
  inset: auto auto 32px 32px;
}

.caption-text.absolute.dark {
  color: var(--neutral-800);
}

.regular-caption {
  color: var(--neutral-500);
  font-weight: 400;
}

.regular-caption.dark {
  color: var(--neutral-550);
}

.bento-grid-image {
  z-index: 0;
  object-fit: cover;
  height: 100%;
  position: relative;
}

.bento-grid-image.grayscale {
  filter: grayscale();
}

.bento-grid-image-filter {
  z-index: 1;
  background-image: linear-gradient(#0f0f0f00, #0f0f0fcc);
  height: 40%;
  position: absolute;
  inset: auto 0% 0%;
}

.bento-heading {
  color: var(--neutral-100);
  letter-spacing: -.02em;
  margin-bottom: 4px;
  font-family: Roobert, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.bento-heading.light {
  color: var(--neutral-800);
}

.bento-heading.mg-bottom-0 {
  margin-bottom: 0;
}

.music-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.music-item {
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  overflow: hidden;
}

.music-item:hover {
  background-color: #292929;
}

.album-cover {
  border-radius: 6px;
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  margin-right: 8px;
  overflow: hidden;
}

.music-item-left-content {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.music-item-number {
  color: var(--neutral-500);
  margin-right: 12px;
  font-size: 14px;
}

.song-name {
  color: var(--neutral-100);
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.artist-name {
  color: var(--neutral-550);
  font-size: 14px;
  line-height: 16px;
}

.icon {
  color: var(--neutral-550);
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon._18px {
  min-width: 18px;
  max-width: 18px;
  min-height: 18px;
  max-height: 18px;
}

.icon._22px {
  min-width: 22px;
  max-width: 22px;
  min-height: 22px;
  max-height: 22px;
}

.icon._24px {
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
}

.icon._10px {
  min-width: 10px;
  max-width: 10px;
  min-height: 10px;
  max-height: 10px;
}

.icon._10px.white {
  color: var(--neutral-100);
}

.icon.cta-icon {
  color: var(--neutral-800);
  max-width: 16px;
  margin-top: 1px;
  margin-right: 8px;
}

.music-item-right-content {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.music-item-time {
  color: var(--neutral-550);
  margin-left: 2px;
  font-size: 14px;
  line-height: 16px;
}

.music-bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.spotify-logo {
  color: #1ed760;
  max-width: 18px;
}

.spotify-logo-link {
  transform-style: preserve-3d;
  transition: transform .3s;
  display: flex;
}

.spotify-logo-link:hover {
  transform: scale3d(1.1, 1.1, 1.001);
}

.dark-link {
  color: var(--neutral-550);
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  transition: color .3s;
}

.dark-link:hover {
  color: var(--neutral-400);
}

.color-neutral-550 {
  color: var(--neutral-550);
}

.list-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.list-item {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.color-neutral-100 {
  color: var(--neutral-100);
}

.small-btn {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--neutral-700);
  color: var(--neutral-400);
  border-radius: 48px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 14px 9px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  transition: color .3s, background-color .3s;
  display: inline-flex;
}

.small-btn:hover {
  color: var(--neutral-100);
  background-color: #292929;
}

.small-btn.popup-btn {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  cursor: pointer;
}

.popup {
  z-index: 99999;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.popup-background {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #0f0f0fcc;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.popup-content {
  z-index: 1;
  background-color: var(--neutral-800);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-radius: 12px;
  width: 80%;
  max-width: 820px;
  height: 80vh;
  max-height: 1200px;
  padding: 64px 86px;
  position: relative;
  overflow: auto;
  box-shadow: 0 2px 4px #0000004d, 0 0 0 1px #ffffff0f;
}

.popup-top-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.app-icon {
  transform-style: preserve-3d;
  border-radius: 12px;
  max-width: 56px;
  text-decoration: none;
  transition: transform .3s;
  overflow: hidden;
  box-shadow: 0 4px 4px #00000024;
}

.app-icon:hover {
  transform: translate3d(0, -4px, .001px);
}

.app-icon.light-icon {
  box-shadow: 0 2px 2px #0000001f;
}

.app-icon.light-icon.product-hunt {
  border: .5px solid #ffcfcc;
}

.app-icon.light-icon.layers {
  border: .5px solid #acc4f3;
}

.app-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.apps-bar {
  width: 140%;
  height: 20px;
  margin-bottom: 24px;
  margin-left: -32px;
}

.apps-bar.dark-bento {
  background-image: linear-gradient(#383838, #272727);
  box-shadow: 0 1px 12px #00000024;
}

.apps-bar.light-bento {
  background-image: linear-gradient(#f5f5f5, #ececec);
}

.bento-grid-app-filter {
  z-index: 1;
  background-image: linear-gradient(#1f1f1f00, #1f1f1f);
  height: 20%;
  position: absolute;
  inset: auto 0% 0%;
}

.bento-grid-app-filter.light-filter {
  background-image: linear-gradient(#fdfdfd00, #fdfdfd);
}

.absolute-icon-link {
  z-index: 4;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 32px 32px auto;
}

.x-post {
  margin-top: 24px;
}

.x-post p {
  color: var(--neutral-800);
  font-size: 14px;
  line-height: 140%;
}

.x-post blockquote {
  color: var(--neutral-550);
  border-left-width: 0;
  margin-top: 16px;
  margin-bottom: 0;
  padding: 0;
  font-size: 14px;
  line-height: 16px;
}

.icon-link {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.icon-link:hover {
  transform: scale3d(1.04, 1.04, 1.001);
}

.caption-link {
  color: var(--neutral-800);
  text-decoration: none;
  transition: color .3s;
}

.caption-link:hover {
  color: var(--neutral-600);
}

.post-link {
  color: var(--neutral-800);
  font-weight: 600;
  text-decoration: none;
  transition: color .3s;
}

.post-link:hover {
  color: var(--neutral-700);
}

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

.cta {
  background-color: #eee;
  background-image: url('../images/grid-shape.svg');
  background-position: 50%;
  background-size: auto;
  border-radius: 24px;
  padding: 64px 48px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 4px #0f0f0f1a, 0 0 0 1px #0f0f0f24;
}

.cta-content-wrapper {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.cta-content {
  max-width: 560px;
}

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

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

.copyright-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.copyright-text {
  color: var(--neutral-550);
}

.dot-divider {
  background-color: var(--neutral-400);
  border-radius: 100%;
  min-width: 4px;
  max-width: 4px;
  min-height: 4px;
  max-height: 4px;
}

.dot-divider.hide-mb {
  display: block;
}

.icon-button {
  background-color: var(--neutral-100);
  background-image: linear-gradient(180deg, var(--neutral-100), #f3f3f3);
  color: var(--neutral-800);
  text-shadow: 0 1px 1px #0000000a;
  transform-style: preserve-3d;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  text-decoration: none;
  transition: transform .3s;
  display: inline-flex;
  box-shadow: 0 2px 2px #0f0f0f1a, 0 0 0 .8px #00000014;
}

.icon-button:hover {
  transform: translate3d(0, -2px, .001px);
}

.biography-link {
  color: var(--neutral-500);
  transition: color .3s;
}

.biography-link:hover {
  color: var(--neutral-100);
}

.biography-link.without-underline {
  text-decoration: none;
}

.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;
}

._404-section {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

  .section.light-section {
    border-radius: 24px;
  }

  .heading-h1 {
    font-size: 58px;
  }

  .logos-wrapper {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
  }

  .projects-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .heading-h2 {
    font-size: 42px;
  }

  .project-item {
    grid-template-columns: .75fr 1fr;
  }

  .project-image {
    object-fit: cover;
    height: 100%;
  }

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

  .bento-grid {
    grid-template-columns: 1fr 1fr;
  }

  .bento-grid-item {
    min-height: 380px;
    max-height: 380px;
  }

  .bento-grid-item.image.responsive-large {
    max-height: none;
  }

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

  .bento-grid-image {
    object-position: 50% 0%;
    width: 100%;
  }

  .bento-grid-image.grayscale {
    object-position: 50% 50%;
  }

  .music-bottom-content {
    margin-top: 16px;
  }

  .popup-content {
    padding: 54px;
  }

  .app-icon {
    max-height: 56px;
  }

  .bento-grid-app-filter, .bento-grid-app-filter.light-filter {
    height: 33%;
  }

  .copyright-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .dot-divider.hide-mb {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: var(--heading-spacing-mobile);
  }

  .heading-h1 {
    font-size: 42px;
  }

  .inner-wrapper.logos-label {
    max-width: none;
  }

  .logo-strip-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    text-align: center;
    flex-flow: column;
    margin-top: 48px;
  }

  .circle-button {
    min-width: 46px;
    max-width: 47px;
    min-height: 46px;
    max-height: 46px;
  }

  .circle-button-arrow {
    width: 14px;
  }

  .logos-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: grid;
  }

  .brand-logo.product-hunt-logo {
    min-width: 140px;
  }

  .projects-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 32px;
  }

  .project-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .project-content-wrapper {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .project-image-wrapper {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .bento-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .bento-grid-item.image.responsive-large {
    max-height: 380px;
  }

  .about-bottom-content {
    margin-top: 16px;
  }

  .popup-content {
    padding: 36px 32px;
  }

  .cta {
    padding: 54px 32px;
  }

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

  .footer {
    flex-flow: column;
    display: flex;
  }

  .copyright-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
  }

  .dot-divider.hide-mb {
    display: block;
  }
}

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

  .section.light-section {
    border-radius: 16px;
  }

  .content-wrapper.center-mobile {
    text-align: center;
  }

  .about-badge-wrapper {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .heading-h1 {
    font-size: 36px;
  }

  .logo-strip-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .circle-button {
    margin-top: 32px;
    position: relative;
  }

  .circle-button.hide-mb {
    display: none;
  }

  .logos-wrapper {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    max-width: 280px;
  }

  .brand-logo.product-hunt-logo {
    min-width: auto;
  }

  .heading-h2 {
    font-size: 28px;
    line-height: 120%;
  }

  .projects-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .project-content-wrapper {
    padding: 32px 24px;
  }

  .heading-h3 {
    font-size: 24px;
    line-height: 26px;
  }

  .dashed-divider._24px {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .bento-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .bento-grid-item {
    min-height: 320px;
    max-height: none;
    padding: 32px 24px;
  }

  .bento-grid-item.apps-grid {
    max-height: 320px;
  }

  .testimonial-text {
    font-size: 24px;
  }

  .caption-text.absolute {
    bottom: 24px;
    left: 24px;
  }

  .music-item {
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .music-item:hover {
    background-color: #0000;
  }

  .album-cover {
    min-width: 38px;
    max-width: 38px;
    min-height: 38px;
    max-height: 38px;
    margin-right: 6px;
  }

  .popup-content {
    width: 90%;
    padding: 32px 25px;
  }

  .popup-top-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .bento-grid-app-filter {
    height: 23%;
  }

  .bento-grid-app-filter.light-filter {
    height: 22%;
  }

  .cta {
    padding: 32px 24px;
  }

  .cta-content-wrapper {
    flex-flow: column;
  }

  .copyright-text {
    font-size: 14px;
  }

  .biography-rich-text p {
    font-size: 15px;
    line-height: 160%;
  }
}

#w-node-c71ae757-f8ab-0d09-2d92-c115508a4219-ce8af8b4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c71ae757-f8ab-0d09-2d92-c115508a421a-ce8af8b4 {
  justify-self: stretch;
}

#w-node-c71ae757-f8ab-0d09-2d92-c115508a421c-ce8af8b4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_284b88a1-9f51-abbe-e27a-d096226ebbae-ce8af8b4 {
  justify-self: stretch;
}

#w-node-c1ec058e-7159-169a-1404-12a3110469b8-ce8af8b4, #w-node-_6da8f73c-877f-18f0-13f8-dabb143b470b-ce8af8b4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6da8f73c-877f-18f0-13f8-dabb143b470c-ce8af8b4 {
  justify-self: stretch;
}

#w-node-_6da8f73c-877f-18f0-13f8-dabb143b470e-ce8af8b4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e0ba5bab-06a8-3210-e7d9-1678bc75f6ba-ce8af8b4, #w-node-_4e5fee30-bd85-a7a4-abb3-3a94478f218d-ce8af8b4, #w-node-_83d6b2c2-1656-b02e-9f50-9f951a2d1171-ce8af8b4, #w-node-abbeb494-88d6-12bc-2bec-359b006de135-ce8af8b4, #w-node-_5d61b537-0f53-bced-a9bf-f8f75939a931-ce8af8b4, #w-node-f3d07bd8-827f-3b1d-f36d-2446cebfc06d-ce8af8b4, #w-node-_253ab19e-fff6-60b9-cca9-2352af557da9-ce8af8b4, #w-node-dffeeeda-9ef1-2f35-58f9-e35d8a19092b-ce8af8b4, #w-node-_810fe211-b5b3-c2ee-2638-2e3d83807164-ce8af8b4, #w-node-_810fe211-b5b3-c2ee-2638-2e3d838071f2-ce8af8b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_974ea7fb-7697-1b6f-77e4-37e7a1a14525-ce8af8b4 {
  justify-self: start;
}

#w-node-_3e385457-d2c4-c19f-4ab5-355bd1c7f036-ce8af8b4 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-e0ba5bab-06a8-3210-e7d9-1678bc75f6ba-ce8af8b4 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_4e5fee30-bd85-a7a4-abb3-3a94478f218d-ce8af8b4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_810fe211-b5b3-c2ee-2638-2e3d83807248-ce8af8b4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c62eed36-dcab-b82b-44e7-710d24d31fe2-ce8af8b4, #w-node-d7d0f4c1-d97e-3bde-6cc6-002665409bb2-ce8af8b4, #w-node-ed9baf99-385f-539b-f9d9-1900a688bbe0-ce8af8b4, #w-node-a7c66acd-d4bc-1e01-dbce-ec8876068da5-ce8af8b4 {
    justify-self: center;
  }

  #w-node-e0ba5bab-06a8-3210-e7d9-1678bc75f6ba-ce8af8b4, #w-node-_810fe211-b5b3-c2ee-2638-2e3d83807248-ce8af8b4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Inter Display';
  src: url('../fonts/InterDisplay-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Display';
  src: url('../fonts/InterDisplay-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Display';
  src: url('../fonts/InterDisplay-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roobert';
  src: url('../fonts/Roobert-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roobert';
  src: url('../fonts/Roobert-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roobert';
  src: url('../fonts/Roobert-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}