@font-face {
  font-family: Satoshi Variable;
  src: url('../fonts/Satoshi-Variable.ttf') format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --green--100: #daffd6;
  --neutral--950: black;
  --nav-blur: 10px;
  --red--500: #f83b3b;
  --red--600: #e51d1d;
  --neutral--50: white;
  --red--400: #ff6262;
  --green--50: #f1feef;
  --red--50: #fff1f1;
  --red--100: #ffe1e1;
  --red--200: #ffc7c7;
  --red--300: #ffa0a0;
  --red--700: #c11414;
  --red--800: #a01414;
  --red--900: #841818;
  --red--950: #480707;
  --green--200: #bcfdb5;
  --green--300: #86f97c;
  --green--400: #4aec3c;
  --green--500: #21d413;
  --green--600: #15b009;
  --green--700: #148a0b;
  --green--800: #156c0f;
  --green--900: #11590e;
  --green--950: #033201;
  --orange--50: #fff7ed;
  --orange--100: #ffeed4;
  --orange--200: #ffd9a9;
  --orange--300: #ffb157;
  --orange--400: #fe9739;
  --orange--500: #fc7813;
  --orange--600: #ed5d09;
  --orange--700: #c54509;
  --orange--800: #9c3610;
  --orange--900: #7e2f10;
  --orange--950: #441606;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  background-color: var(--green--100);
  color: var(--neutral--950);
  font-family: Satoshi Variable, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.75rem;
}

h1 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 1rem;
  margin-bottom: .45rem;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: .75rem;
  margin-bottom: .4rem;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: .5rem;
  margin-bottom: .35rem;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: .3rem;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: .25rem;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

a {
  color: var(--neutral--950);
  text-decoration: none;
}

.page-wrapper, .main-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.navigation {
  z-index: 1000;
  -webkit-backdrop-filter: blur(var(--nav-blur));
  backdrop-filter: blur(var(--nav-blur));
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 6rem;
  text-decoration: none;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.nav-link {
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1rem 1.5rem;
  font-family: Satoshi Variable, Arial, sans-serif;
  font-size: .75rem;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
}

.nav-link:hover, .nav-link.w--current:hover {
  color: var(--red--500);
}

.nav-links {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button {
  grid-column-gap: 8px;
  color: #000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: .25rem;
  font-family: Satoshi Variable, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: transform .15s cubic-bezier(.77, 0, .175, 1), padding-top .15s cubic-bezier(.77, 0, .175, 1), padding-right .15s cubic-bezier(.77, 0, .175, 1), padding-left .15s cubic-bezier(.77, 0, .175, 1), padding-bottom .15s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.button:hover {
  filter: drop-shadow(0 2px 2px #61322340);
  border-style: none;
  padding: 0;
  transform: none;
}

.button.square {
  width: 48px;
}

.nav-cta {
  margin-right: 1.5rem;
  position: absolute;
  right: 0%;
}

.hero-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.hero {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.hero-heading {
  color: #0000;
  text-align: center;
  letter-spacing: -.05em;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 1rem;
  font-family: Satoshi Variable, Arial, sans-serif;
  font-size: clamp(3rem, .667rem + 11.67vw, 10rem);
  font-weight: 900;
  line-height: 100%;
  display: flex;
}

.hero-text-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 900px;
  display: flex;
}

.hero-marquee {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #00000026;
  text-transform: uppercase;
  white-space: nowrap;
  transform-style: preserve-3d;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  font-family: Satoshi Variable, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: 100%;
  display: flex;
  transform: scale3d(1, .75, 1);
}

.hero-marquee-track {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  display: inline-flex;
  position: relative;
}

.hero-heading-creative {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

.hero-heading-developer {
  background-image: url('../images/noise.webp'), linear-gradient(180deg, var(--neutral--950) 44%, #4f6d4c);
  -webkit-text-fill-color: transparent;
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  -webkit-background-clip: text;
  background-clip: text;
  padding-right: 1rem;
}

.bg-grid {
  z-index: -1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  max-width: 1440px;
  height: 100vh;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: grid;
  position: fixed;
}

.bg-column {
  border-left: 1px solid #0000001a;
}

.button_inner {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(315deg, #ff6262bf, #ffb157bf 50%);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition: padding-right .15s cubic-bezier(.77, 0, .175, 1), padding-left .15s cubic-bezier(.77, 0, .175, 1);
  display: flex;
}

.button_inner.sqaure {
  padding-left: 0;
  padding-right: 0;
}

.services-section {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 1440px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-decoration: none;
  display: flex;
}

.section {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-decoration: none;
  display: flex;
}

.section.small {
  max-width: 600px;
  padding-top: 0;
  padding-bottom: 0;
}

.section_title {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-decoration: none;
  display: flex;
}

.eyebrow {
  opacity: .5;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Variable, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2rem;
  text-decoration: none;
}

.text-64 {
  font-family: Satoshi Variable, Arial, sans-serif;
  font-size: clamp(3rem, 2.7143rem + 1.4286vw, 4rem);
  line-height: 100%;
}

.section_grid-3 {
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-decoration: none;
  display: grid;
}

.service {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-decoration: none;
  display: flex;
}

.service-icon {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 62px;
  height: 62px;
  padding: 9px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.service-icon_decor-45 {
  opacity: .5;
  background-image: linear-gradient(225deg, #ff6262, #ffb157 52%);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  transform: rotate(45deg);
}

.service-icon_decor {
  -webkit-backdrop-filter: blur(1.8px);
  backdrop-filter: blur(1.8px);
  background-color: #ffb15780;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.text-32 {
  width: 100%;
  font-family: Satoshi Variable, Arial, sans-serif;
  font-size: 2rem;
  line-height: 110%;
  text-decoration: none;
}

.text-24 {
  width: 100%;
  font-family: Satoshi Variable, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 140%;
  text-decoration: none;
}

.hero-wrapper {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.logo {
  color: var(--neutral--950);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 1.5rem;
  font-family: Satoshi Variable, Arial, sans-serif;
  font-size: .9rem;
  font-weight: 900;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  left: 0%;
}

.logo:hover {
  color: var(--red--500);
}

.logo.w--current {
  margin-left: 1.5rem;
  position: absolute;
  left: 0;
}

.logo.w--current:hover {
  color: var(--red--600);
}

.work-section {
  background-image: linear-gradient(#daffd400, #daffd4 20% 80%, #daffd400);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-decoration: none;
  display: flex;
}

.hero-marquee-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.main-menu {
  color: #000;
  letter-spacing: .25em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Variable, Arial, sans-serif;
  font-size: .75rem;
  font-weight: 900;
  line-height: 100%;
  text-decoration: none;
  display: none;
}

.main-menu:hover {
  color: #ff8763;
}

.menu {
  display: none;
}

.mobile-nav-links {
  grid-column-gap: 48px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.menu-close {
  color: #000;
  letter-spacing: .25em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Variable, Arial, sans-serif;
  font-size: .75rem;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
}

.menu-close:hover {
  color: #ff8763;
}

.service-icon_icon {
  width: 24px;
  height: 24px;
}

.work_body {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 1.5rem;
  text-decoration: none;
  display: flex;
}

.work-list {
  flex-flow: column;
  flex: none;
  align-self: stretch;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.work-item {
  border-bottom: 1px solid #0000000d;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 100%;
  padding: 1.5rem;
  text-decoration: none;
  display: flex;
}

.work-item:hover, .work-item.active-item {
  background-color: #0000000d;
}

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  perspective: 1000px;
  letter-spacing: .02rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px dotted #000;
  border-radius: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: 1rem;
  text-decoration: none;
  transition: transform .15s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  overflow: hidden;
}

.tags {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  display: flex;
}

.footer-section {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.footer {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #c1e5c04d;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 4rem 1.5rem;
  text-decoration: none;
  display: flex;
}

.footer-inner {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex: 1;
  grid-template: "connect connect connect links"
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  text-decoration: none;
}

.footer-social_links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: auto;
  text-decoration: none;
  display: flex;
}

.footer-social_items {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.envelope {
  grid-row-gap: 7.52632px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 22.5789px;
  padding-top: 2.25789px;
  padding-bottom: 2.25789px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 200px;
  max-width: 320px;
  text-decoration: none;
  display: flex;
}

.footer-block.right {
  text-align: right;
  flex: 0 auto;
  min-width: 100px;
  max-width: 120px;
}

.footer-link {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 100%;
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

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

.footer-head {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-weight: 800;
  text-decoration: none;
  display: flex;
}

.text-16 {
  font-size: 1rem;
  line-height: 1.85rem;
}

.text-16.bold.p-400 {
  color: var(--red--400);
}

.navigation-wrapper {
  z-index: 1000;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-top: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.resume {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-image: linear-gradient(#daffd400, #daffd4 10% 90%, #daffd400);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 1440px;
  text-decoration: none;
  display: flex;
}

.text-48 {
  font-size: 3rem;
  line-height: 100%;
}

.resume-item {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: relative;
}

.resume-item_text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.mobile-nav-link {
  color: #000;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Variable, Arial, sans-serif;
  font-size: .75rem;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
}

.mobile-nav-link:hover {
  color: #ff8763;
}

.work-list-title {
  border-bottom: 1px solid #0000000d;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 100%;
  padding: 1.5rem;
  text-decoration: none;
  display: flex;
}

.service-photo {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  margin-bottom: 1rem;
}

.blog-section {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 1440px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-decoration: none;
  display: flex;
}

.blog {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-decoration: none;
  display: flex;
}

.work-item-preview {
  z-index: 1000;
  pointer-events: none;
  border-radius: 1rem;
  width: 50vw;
  height: auto;
  transition: transform .75s ease-in-out;
  display: none;
  position: fixed;
  top: 2rem;
  right: 2rem;
  overflow: hidden;
  box-shadow: 0 15px 25px #00000026;
}

.bold {
  font-weight: 700;
}

.bolder {
  font-weight: 800;
}

.medium {
  font-weight: 500;
}

.style-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  padding: 1rem;
}

.style-align {
  background-color: var(--green--50);
  width: 100%;
  padding: .5rem 1rem;
}

.center {
  text-align: center;
}

.right {
  text-align: left;
}

.hero-text {
  width: 100%;
  max-width: 600px;
}

.icon-20 {
  flex: none;
  width: 20px;
  height: 20px;
}

.resume-download {
  z-index: 999;
  position: sticky;
  bottom: 2rem;
  right: 2rem;
}

.download-icon_icon {
  width: 40px;
  height: 40px;
}

.download-icon_content {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  background-image: linear-gradient(#ff6262bf, #ffb157bf 50%);
  border-radius: 8rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 8rem;
  transition: transform .25s cubic-bezier(.86, 0, .07, 1);
  display: flex;
}

.download-icon_content:hover {
  transform: scale(1.25);
}

.resume_section {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1440px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-decoration: none;
  display: flex;
}

.cta-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 6rem 1.5rem;
  text-decoration: none;
  display: flex;
}

.cta-text {
  width: 100%;
  max-width: 600px;
}

.sections-here {
  background-color: red;
  flex: 1;
}

.resume-header {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.label {
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
}

.resume-item-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.icon-24 {
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 991px) {
  .navigation {
    justify-content: center;
    align-items: center;
    height: 4rem;
    overflow: visible;
  }

  .nav-links, .nav-cta {
    display: none;
  }

  .hero-section {
    height: auto;
  }

  .section {
    padding-top: 2rem;
  }

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

  .section_grid-3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .hero-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .main-menu {
    cursor: pointer;
    margin-right: 1.5rem;
    display: flex;
    position: absolute;
    right: 0;
  }

  .menu {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    background-color: var(--neutral--950);
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    display: none;
    position: fixed;
    top: 0;
  }

  .mobile-nav-links {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .menu-close {
    color: var(--neutral--50);
  }

  .work-item {
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 0;
  }

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

  .footer-inner {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "connect links blogs";
  }

  .footer-social_links {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .navigation-wrapper {
    height: 4rem;
    padding-top: 0;
    overflow: visible;
  }

  .mobile-nav-link {
    color: var(--green--100);
    letter-spacing: .05em;
    font-size: 2rem;
  }

  .work-list-title {
    display: none;
  }

  .work-item-preview {
    pointer-events: auto;
    width: 60vw;
  }

  .style-block {
    padding-right: 2px;
  }
}

@media screen and (max-width: 767px) {
  .bg-grid {
    grid-template-columns: 1fr 1fr;
  }

  .bg-column.first {
    display: none;
  }

  .tags {
    margin-left: 0;
  }

  .footer-inner {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    grid-template: "connect connect"
                   "links blogs"
                   / 1fr 1fr;
  }

  .footer-social_links {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .bg-grid {
    grid-template-columns: 1fr;
  }

  .bg-column.second {
    display: none;
  }

  .section {
    padding-bottom: 2rem;
  }

  .text-64 {
    text-overflow: ellipsis;
    font-size: clamp(3rem, 2.7143rem + 1.4286vw, 4rem);
  }

  .section_grid-3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .service {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .menu {
    display: none;
  }

  .menu-close {
    color: var(--green--100);
    cursor: pointer;
    padding: .5rem;
  }

  .work-item {
    grid-row-gap: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-inner {
    grid-row-gap: 4rem;
    grid-template: "connect"
                   "links"
                   "blogs"
                   / 1fr;
  }

  .work-list-title {
    padding-left: 0;
    padding-right: 0;
  }

  .work-item-preview {
    width: 70vw;
  }
}

#w-node-b8be7e1a-f552-0db5-e285-302febe014fd-ebe014f9 {
  grid-area: connect;
  align-self: stretch;
}

#w-node-b8be7e1a-f552-0db5-e285-302febe0150b-ebe014f9 {
  grid-area: links;
  align-self: stretch;
}

@media screen and (max-width: 767px) {
  #w-node-b8be7e1a-f552-0db5-e285-302febe014fd-ebe014f9 {
    grid-area: connect;
  }

  #w-node-b8be7e1a-f552-0db5-e285-302febe0150b-ebe014f9 {
    grid-area: links;
  }
}


@font-face {
  font-family: 'Satoshi Variable';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}