:root {
  --black: black;
  --white: white;
}

body {
  color: var(--black);
  font-family: Tt Commons, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.global-embed {
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.page-wrapper {
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.c-section {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.c-section.cc-full-width {
  width: 100%;
  position: relative;
}

.navbar {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 54px;
  display: flex;
  position: relative;
}

.nav-logo {
  background-image: url('../images/Astrocytal\ Labs\ logo1w.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 350px;
  height: 200px;
}

.nav-utilities {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.c-button {
  border: 2px solid #000;
  border-radius: 110px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 26px 58px 24px;
  font-size: 30px;
  line-height: 1;
  transition: color .4s, background-color .4s;
}

.c-button:hover {
  background-color: var(--black);
  color: var(--white);
}

.c-button.cc-nav {
  color: var(--black);
  background-color: #49e44e;
  border-style: none;
  padding: 20px 38px;
  font-size: 22px;
}

.c-button.cc-nav:hover {
  background-color: var(--black);
  color: var(--white);
}

.c-button.cc-lg {
  padding: 48px 106px 44px;
  font-size: 38px;
}

.nav-menu {
  flex: none;
  margin-left: 14px;
  position: relative;
}

.nav-menu_toggle {
  z-index: 3;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--black);
  cursor: pointer;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 62px;
  display: flex;
  position: relative;
}

.nav-menu_dropdown {
  z-index: 2;
  background-color: var(--white);
  color: #0cdc12;
  border: 4px solid #d6d6d6;
  border-radius: 38px;
  min-width: 634px;
  padding: 60px 66px 76px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.125;
  transition-property: opacity;
  transition-duration: .4s;
  transition-timing-function: ease;
  position: absolute;
  top: -16px;
  right: -16px;
}

.nav-menu_dropdown.cc-active {
  display: block;
}

.nav-menu_links {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 45px;
  margin-bottom: 4px;
  display: flex;
}

.nav-link {
  color: var(--black);
  margin-bottom: 40px;
  font-size: 48px;
  line-height: .8;
  transition: color .4s;
  display: block;
}

.nav-link:hover {
  color: rgba(0, 0, 0, .6);
}

.nav-link.w--current {
  color: #0cdc12;
}

.c-hero {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.c-hero.cc-about {
  width: 100%;
  padding-bottom: 202px;
}

.hero-cta_wrapper {
  padding-top: 20px;
}

.heading-h1 {
  font-family: Anton, sans-serif;
  /* font-size: 112px; */
  font-size: 80px;
  font-weight: 400;
  line-height: 1;
}

.uc-lightgreen-text {
  white-space: nowrap;
  color: #85a18c;
}

.hero-header_text {
  max-width: 850px;
}

.hero-subtext {
  max-width: 530px;
  margin-top: 58px;
  margin-bottom: 64px;
  font-size: 28px;
  line-height: 1.17857;
}

.manifesto-shape {
  width: 100%;
  height: 380px;
}

.manifesto-inner {
  justify-content: space-between;
  margin-top: -140px;
  padding-bottom: 120px;
  padding-left: 20px;
  padding-right: 86px;
  display: flex;
  position: relative;
}

.manifesto-img {
  z-index: 1;
  flex: none;
  width: 568px;
  height: 520px;
  margin-top: -190px;
  position: relative;
}

.c-img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.c-img.cc-cover {
  object-fit: cover;
}

.manifesto-text_wrapper {
  z-index: 1;
  color: var(--white);
  letter-spacing: -3px;
  max-width: 650px;
  margin-left: 40px;
  font-size: 64px;
  line-height: 1;
  position: relative;
}

.manifesto-header {
  letter-spacing: 0;
  margin-bottom: 42px;
  font-family: Anton, sans-serif;
  font-size: 30px;
}

.uc-yellow-text {
  color: #f8c630;
}

.manifesto-bg {
  background-color: #34623f;
  position: absolute;
  top: 180px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.process-section {
  color: var(--white);
  background-color: #34623f;
}

.process-inner {
  border-top: 1px solid rgba(255, 255, 255, .3);
  justify-content: space-between;
  align-items: center;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 50px;
  display: flex;
}

.process-inner_text {
  max-width: 690px;
}

.heading-h2 {
  font-family: Anton, sans-serif;
  font-size: 92px;
  font-weight: 400;
  line-height: 1;
}

.process-img {
  flex: none;
  width: 350px;
  height: 350px;
}

.process-container {
  grid-column-gap: 130px;
  grid-row-gap: 130px;
  padding-bottom: 60px;
  padding-left: 7.5%;
  padding-right: 7.5%;
  display: flex;
  overflow: hidden;
}

.c-process {
  flex: none;
  max-width: 496px;
  font-size: 26px;
  line-height: 1.2;
}

.c-process.cc-lg {
  max-width: 565px;
}

.process-header {
  margin-bottom: 40px;
  font-size: 64px;
  line-height: 1;
}

.process-subtext {
  max-width: 496px;
}

.projects-section {
  background-color: var(--white);
  color: var(--black);
  padding-top: 112px;
}

.projects-inner {
  width: 85%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.heading-h3 {
  font-family: Anton, sans-serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 1;
}

.projects-inner_text {
  max-width: 830px;
}

.projects-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  align-items: start;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

.project-img {
  border-radius: 40px;
  width: 100%;
  height: 700px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.project-img.cc-sm {
  height: 520px;
}

.project-details {
  padding-left: 32px;
  padding-right: 32px;
}

.project-details_flex {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.project-name {
  margin-right: 32px;
  font-size: 64px;
  line-height: .890625;
}

.c-tag {
  background-color: #f7f9f7;
  border-radius: 100px;
  flex: none;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: .875;
}

.project-summary {
  max-width: 385px;
  font-size: 18px;
  line-height: 1;
}

.project-summary.cc-sm {
  max-width: 310px;
}

.project-btn {
  background-color: var(--white);
  background-image: url('../images/black-arrow-long.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 110px;
  width: 142px;
  height: 72px;
  transition: background-position .3s, transform .7s;
  position: absolute;
  bottom: 0;
  right: 40px;
  transform: translate(0, 112px);
}

.project-btn:hover {
  background-position: 52%;
  background-size: 46px;
}

.projects-divider_line {
  background-color: rgba(0, 0, 0, .1);
  width: 85%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.project-stack_wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-left: 7.5%;
  display: flex;
}

.porject-stack_text {
  background-color: var(--white);
  flex: none;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 75px;
  font-size: 44px;
  line-height: .909091;
}

.project-stack_container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.project-stack {
  background-color: #f7f9f7;
  border-radius: 12px;
  flex: none;
  padding: 30px;
  overflow: hidden;
}

.project-stack_flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.footer {
  border-top: 1px solid rgba(0, 0, 0, .1);
  justify-content: flex-start;
  align-items: center;
  padding-left: 8%;
  display: flex;
}

.footer-cta {
  border-right: 1px solid rgba(0, 0, 0, .1);
  width: 60%;
  max-width: 800px;
  padding-top: 100px;
  padding-bottom: 138px;
  padding-right: 2%;
}

.footer-cta_header {
  font-family: Anton, sans-serif;
  font-size: 100px;
  line-height: 1;
}

.uc-green-text {
  color: #09dc12;
}

.footer-cta_subtext {
  max-width: 540px;
  margin-top: 55px;
  margin-bottom: 60px;
  font-size: 38px;
  line-height: 1;
}

.footer-inner {
  flex: 1;
  padding-left: 4%;
  padding-right: 4%;
}

.contact-link {
  font-size: 34px;
  line-height: .882353;
}

.social-links_container {
  max-width: 240px;
  margin-top: 62px;
  margin-bottom: 80px;
  font-size: 18px;
  line-height: 1;
}

.social-link {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 26px;
  margin-right: 16px;
  transition: color .4s;
  display: flex;
}

.social-link:hover {
  color: #09dc12;
}

.social-link.cc-ig {
  margin-bottom: -4px;
}

.social-link_icon {
  width: 100%;
}

.social-links_flex {
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.copyright-text {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.25;
}

.footer-logo {
  box-sizing: border-box;
  background-image: url('../images/Astrocytal\ Labs\ logo1w.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 350px;
  height: 124px;
}

.nav-toggle_line {
  background-color: var(--white);
  border-radius: 2.5px;
  width: 17.5px;
  height: 2.5px;
  transition: width .4s, transform .5s;
}

.hero-text_wrapper {
  padding-top: 92px;
}

.about-header {
  max-width: 420px;
}

.about-subtext {
  max-width: 624px;
  margin-top: -104px;
  font-size: 28px;
  line-height: 1.17857;
}

.about-hero_inner {
  justify-content: space-between;
  padding-top: 104px;
  padding-left: 5%;
  padding-right: 3%;
  display: flex;
}

.about-hero_image {
  flex: none;
  width: 364px;
  height: 360px;
  margin-right: 7%;
}

.sevices-section {
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 50px;
  display: flex;
  position: relative;
  overflow: visible;
}

.sevices-header {
  max-width: 360px;
  margin-bottom: 102px;
  font-family: Anton, sans-serif;
  font-size: 63px;
  font-weight: 400;
  line-height: 1;
}

.services-details {
  padding-top: 112px;
}

.services-list {
  margin-right: 28px;
}

.c-service {
  opacity: .2;
  margin-bottom: 100px;
  font-size: 64px;
  line-height: .890625;
}

.service-description {
  max-width: 496px;
  margin-top: 40px;
  font-size: 26px;
  line-height: 1;
}

.services-progress {
  background-color: #d6d6d6;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 34vw;
  max-width: 490px;
  height: 34vw;
  max-height: 490px;
  padding: 1px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.progress-circle {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.progress-details {
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.progress-marker {
  background-color: var(--white);
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
}

.progress-marker.cc-active {
  border-width: 9px;
  border-color: #0cdc12;
}

.progress-marker.cc-top {
  top: -25px;
  left: 50%;
  transform: translate(-50%);
}

.progress-marker.cc-bottom {
  bottom: -25px;
  left: 50%;
  transform: translate(-50%);
}

.progress-marker.cc-left {
  top: 50%;
  left: -25px;
  transform: translate(0, -50%);
}

.progress-marker.cc-right {
  top: 50%;
  right: -25px;
  transform: translate(0, -50%);
}

.progress-marker_inner {
  opacity: 0;
  background-color: #0cdc12;
  border-radius: 50%;
  width: 24px;
  height: 24px;
}

.progress-number {
  background-color: var(--white);
  opacity: 0;
  text-align: center;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-family: Anton, sans-serif;
  font-size: 180px;
  line-height: 1;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.progress-number.cc-active {
  opacity: 1;
}

.portfolio-header_text {
  max-width: 1100px;
}

.process-progress {
  background-color: rgba(255, 255, 255, .3);
  width: 100%;
  height: 1px;
  margin-bottom: 140px;
  position: relative;
}

.process-progress_fill {
  background-color: var(--white);
  width: 0%;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.hero-illustration {
  width: 1800px;
  max-width: 1960px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.hero-illustration.cc-hide-mobile, .hero-illustration.cc-hide-desktop {
  display: none;
}

@media screen and (max-width: 991px) {
  .c-button {
    padding: 22px 48px 20px;
    font-size: 28px;
  }

  .c-button.cc-lg {
    padding: 38px 96px;
    font-size: 32px;
  }

  .nav-menu_dropdown {
    border-width: 3px;
    border-radius: 28px;
    min-width: 550px;
    padding: 50px 46px 66px;
  }

  .nav-link {
    margin-bottom: 30px;
    font-size: 40px;
  }

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

  .hero-header_text {
    max-width: none;
  }

  .hero-subtext {
    margin-top: 40px;
    margin-bottom: 55px;
    font-size: 24px;
  }

  .manifesto-shape {
    background-color: #34623f;
    height: 340px;
    margin-top: 130px;
  }

  .manifesto-inner {
    margin-top: -300px;
    padding-bottom: 80px;
    padding-right: 56px;
  }

  .manifesto-img {
    width: 368px;
    height: 368px;
  }

  .manifesto-text_wrapper {
    max-width: 450px;
    font-size: 48px;
  }

  .process-inner {
    padding-top: 40px;
  }

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

  .process-img {
    width: 280px;
    height: 280px;
  }

  .process-header {
    margin-bottom: 25px;
    font-size: 52px;
  }

  .projects-section {
    padding-top: 90px;
  }

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

  .heading-h3 {
    font-size: 56px;
  }

  .c-project {
    margin-bottom: 60px;
  }

  .project-img {
    border-radius: 25px;
    height: 550px;
  }

  .project-img.cc-sm {
    height: 420px;
  }

  .project-name {
    margin-right: 22px;
    font-size: 50px;
  }

  .project-btn {
    background-size: 34px;
    width: 100px;
    height: 48px;
    bottom: 25px;
    right: 25px;
    transform: translate(0);
  }

  .project-btn:hover {
    background-position: 50%;
    background-size: 34px;
  }

  .porject-stack_text {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 40px;
    font-size: 30px;
  }

  .project-stack_container {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .project-stack {
    max-width: 180px;
  }

  .project-stack_flex {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .footer-cta_header {
    font-size: 80px;
  }

  .footer-cta_subtext {
    max-width: 450px;
    font-size: 30px;
  }

  .footer-logo {
    width: 150px;
    height: 75px;
  }

  .hero-text_wrapper {
    padding-top: 62px;
  }

  .about-header {
    max-width: 400px;
  }

  .about-subtext {
    font-size: 24px;
  }

  .about-hero_inner {
    padding-left: 2%;
    padding-right: 0%;
  }

  .about-hero_image {
    width: 280px;
    height: 280px;
    margin-right: 5%;
  }

  .sevices-section {
    position: relative;
  }

  .sevices-header {
    margin-bottom: 92px;
    font-size: 52px;
  }

  .services-details {
    padding-top: 70px;
  }

  .c-service {
    margin-bottom: 50px;
  }

  .service-name {
    font-size: 40px;
  }

  .service-description {
    max-width: 400px;
    margin-top: 15px;
    font-size: 20px;
  }

  .services-progress {
    margin-top: 30px;
  }

  .progress-marker {
    width: 40px;
    height: 40px;
  }

  .progress-marker.cc-top {
    top: -20px;
  }

  .progress-marker.cc-bottom {
    bottom: -20px;
  }

  .progress-marker.cc-left {
    left: -20px;
  }

  .progress-marker.cc-right {
    right: -20px;
  }

  .progress-number {
    font-size: 100px;
  }

  .process-progress {
    margin-bottom: 90px;
  }

  .hero-illustration {
    width: 1400px;
    max-width: none;
  }

  .hero-illustration.cc-about.cc-hide-tablet {
    width: 1850px;
  }
}

@media screen and (max-width: 767px) {
  .c-section {
    width: 90%;
  }

  .navbar {
    width: 90%;
    padding-top: 0;
    padding-bottom: 30px;
  }

  .nav-logo {
    width: 200px;
    height: 75px;
  }

  .c-button {
    padding: 18px 28px;
    font-size: 16px;
  }

  .c-button.cc-nav.cc-hide-mobile {
    display: none;
  }

  .c-button.cc-lg {
    padding: 46px 100px;
    font-size: 38px;
  }

  .nav-menu_toggle {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    width: 40px;
    height: 40px;
  }

  .nav-menu_dropdown {
    border-width: 2px;
    border-radius: 20px;
    min-width: 95vw;
    padding-bottom: 56px;
  }

  .c-hero {
    padding-top: 46px;
  }

  .c-hero.cc-about {
    padding-bottom: 63px;
  }

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

  .hero-header_text {
    max-width: 380px;
  }

  .hero-subtext {
    margin-top: 24px;
    margin-bottom: 48px;
    font-size: 18px;
  }

  .manifesto-section {
    overflow: hidden;
  }

  .manifesto-shape {
    width: 150%;
    height: 280px;
    margin-top: 125px;
  }

  .manifesto-inner {
    flex-flow: column;
    margin-top: -350px;
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .manifesto-img {
    width: 265px;
    height: 250px;
    margin-top: -100px;
    margin-left: auto;
    margin-right: auto;
  }

  .manifesto-text_wrapper {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    font-size: 32px;
  }

  .manifesto-header {
    margin-bottom: 24px;
    font-size: 24px;
  }

  .process-inner {
    width: 90%;
    padding-top: 60px;
    padding-bottom: 48px;
  }

  .process-inner_text {
    max-width: 350px;
  }

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

  .process-img {
    display: none;
  }

  .process-container {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding-bottom: 42px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .c-process {
    max-width: 300px;
    font-size: 18px;
  }

  .c-process.cc-lg {
    max-width: 300px;
  }

  .process-header {
    margin-bottom: 32px;
    font-size: 32px;
  }

  .projects-section {
    padding-top: 70px;
  }

  .projects-inner {
    width: 90%;
    margin-bottom: 56px;
  }

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

  .projects-inner_text {
    max-width: 360px;
  }

  .projects-wrapper {
    grid-template-columns: 1fr;
  }

  .c-project {
    margin-bottom: 50px;
  }

  .project-img {
    border-radius: 20px;
    height: 400px;
  }

  .project-details {
    padding-left: 0;
    padding-right: 0;
  }

  .project-name {
    font-size: 40px;
  }

  .c-tag {
    font-size: 12px;
  }

  .project-summary {
    max-width: 90%;
  }

  .project-btn {
    background-size: 30px;
    width: 76px;
    height: 38px;
  }

  .projects-divider_line {
    width: 90%;
  }

  .project-stack_wrapper {
    flex-flow: column;
    padding-bottom: 70px;
    padding-left: 0%;
  }

  .porject-stack_text {
    width: 90%;
    padding-top: 70px;
    padding-bottom: 40px;
    padding-right: 0;
  }

  .project-stack {
    max-width: 150px;
    padding: 16px;
  }

  .footer {
    flex-flow: column;
    align-items: stretch;
    padding-left: 0%;
  }

  .footer-cta {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-right-style: none;
    width: auto;
    max-width: none;
    padding: 70px 5% 50px;
  }

  .footer-cta_header {
    max-width: 450px;
    font-size: 58px;
  }

  .footer-cta_subtext {
    max-width: 310px;
    margin-top: 40px;
    margin-bottom: 48px;
    font-size: 24px;
  }

  .footer-inner {
    padding-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .footer-logo {
    width: 350px;
    margin-top: 50px;
  }

  .nav-toggle_line {
    width: 12px;
    height: 2px;
  }

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

  .about-header {
    max-width: 200px;
    margin-bottom: 32px;
  }

  .about-subtext {
    max-width: none;
    margin-top: 0;
    margin-bottom: 46px;
    font-size: 18px;
  }

  .about-hero_inner {
    flex-flow: column;
    padding-top: 0;
    padding-left: 0%;
  }

  .about-hero_image {
    order: 1;
    width: 195px;
    height: 195px;
    margin-right: 0%;
  }

  .sevices-section {
    padding-bottom: 2px;
  }

  .sevices-header {
    max-width: 200px;
    margin-bottom: 56px;
    font-size: 40px;
  }

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

  .c-service {
    opacity: 1;
    margin-bottom: 50px;
  }

  .service-name {
    font-size: 32px;
  }

  .service-description {
    max-width: none;
    margin-top: 32px;
    font-size: 18px;
  }

  .services-progress {
    display: none;
  }

  .process-progress {
    margin-bottom: 72px;
  }

  .hero-illustration {
    width: auto;
    margin-right: -65px;
  }

  .hero-illustration.cc-hide-tablet {
    display: none;
  }

  .hero-illustration.cc-hide-mobile {
    width: 800px;
    margin-right: 0;
    display: block;
  }

  .hero-illustration.cc-about.cc-hide-mobile {
    width: 800px;
    right: 0;
  }
}

@media screen and (max-width: 479px) {
  .c-button.cc-lg {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .nav-menu_dropdown {
    padding-left: 30px;
    padding-right: 30px;
    top: -10px;
    right: -10px;
  }

  .uc-lightgreen-text {
    white-space: normal;
  }

  .hero-header_text {
    padding-right: 0;
  }

  .hero-subtext {
    font-size: 16px;
  }

  .manifesto-shape {
    height: 200px;
    margin-top: 260px;
  }

  .manifesto-inner {
    margin-top: -350px;
  }

  .manifesto-text_wrapper {
    padding-top: 50px;
  }

  .c-process {
    max-width: 250px;
  }

  .project-img {
    height: 370px;
  }

  .project-details_flex {
    margin-bottom: 30px;
  }

  .project-summary, .about-subtext {
    font-size: 16px;
  }

  .portfolio-header_text {
    max-width: none;
  }

  .hero-illustration.cc-hide-mobile {
    display: none;
  }

  .hero-illustration.cc-hide-desktop {
    width: 530px;
    margin-top: -10px;
    margin-right: -38px;
    display: block;
  }

  .hero-illustration.cc-about.cc-hide-desktop {
    width: 700px;
  }
}

#w-node-cd2b3f74-58ed-03a2-64e7-9f570add2c89-09a0afa6, #w-node-cd2b3f74-58ed-03a2-64e7-9f570add2c89-f06c9ff2 {
  grid-area: 1 / 2 / 2 / 3;
}


@font-face {
  font-family: 'Tt Commons';
  src: url('../fonts/TT-Commons-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Commons';
  src: url('../fonts/TT-Commons-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Commons';
  src: url('../fonts/TT-Commons-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Commons';
  src: url('../fonts/TT-Commons-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Commons';
  src: url('../fonts/TT-Commons-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Commons';
  src: url('../fonts/TT-Commons-DemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Commons';
  src: url('../fonts/TT-Commons-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Commons';
  src: url('../fonts/TT-Commons-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}