body {
  color: #333330;
  -webkit-text-fill-color: inherit;
  background-color: #ededeb;
  background-clip: border-box;
  font-family: Inter;
  font-size: 2vw;
  line-height: 1.5;
}

h1 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1;
}

h2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
}

h3 {
  letter-spacing: -.015em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .9em;
  font-weight: 500;
  line-height: 1;
}

h4 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .8em;
  font-weight: 500;
  line-height: 1;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .7em;
  font-weight: 500;
  line-height: 1;
}

h6 {
  letter-spacing: .025em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .65em;
  font-weight: 300;
  line-height: 1;
}

p {
  margin-bottom: 0;
  font-size: .6em;
}

a {
  color: #154de7;
  text-decoration: none;
}

ul, ol {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 2em;
  line-height: 1.8;
}

li {
  font-size: .65em;
}

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

label {
  margin-bottom: .8em;
  font-size: .65em;
  font-style: italic;
  font-weight: 500;
  line-height: 1;
  display: block;
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

blockquote {
  border-left: .2em solid #e2e2e2;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: .5em 0 .5em 1.5em;
  font-size: .65em;
  line-height: 1.8;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  color: #555;
  text-align: center;
  margin-top: .5em;
  font-size: .65em;
  line-height: 1.3;
}

.utility-button {
  color: #fff;
  background-color: #646fe7;
  border-radius: 1em;
  margin-top: .5em;
  padding: .5em 1em;
  font-size: .8em;
  line-height: 1;
  text-decoration: none;
  transition: background-color .4s;
  display: inline-block;
}

.utility-button:hover {
  background-color: rgba(85, 98, 241, .8);
}

.rich-text-block {
  min-width: 600px;
  color: #313033;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.5vw;
}

.rich-text-block p {
  max-width: none;
  min-width: 700px;
  margin-bottom: 1em;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.rich-text-block h4 {
  margin-top: 1em;
  margin-bottom: .5em;
  line-height: 1.2;
}

.rich-text-block h2 {
  margin-top: 1em;
  margin-bottom: .5em;
  line-height: 1.1;
}

.rich-text-block h1 {
  margin-top: .25em;
  margin-bottom: 1em;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.rich-text-block h3, .rich-text-block h5 {
  margin-top: 1em;
  margin-bottom: .5em;
  line-height: 1.2;
}

.rich-text-block h6 {
  margin-top: 1em;
  margin-bottom: .5em;
  font-family: Ubuntu, Helvetica, sans-serif;
  line-height: 1.2;
}

.all-headings {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.25em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  margin-bottom: 2em;
  display: grid;
}

.page-style-guide {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5%;
  padding-bottom: 8%;
}

.label-class {
  color: #fff;
  background-color: #a95889;
  border-radius: .4em;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: .4em .6em;
  font-size: .65em;
  font-weight: 300;
  line-height: 1;
  display: inline-block;
}

.label-class.blue {
  background-color: #4b78bd;
}

.all-texts {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-bottom: 2em;
  display: grid;
}

.all-lists {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: start;
  justify-items: start;
  margin-bottom: 2em;
  display: grid;
}

.utility-block {
  width: 20em;
  background-color: #fff;
  border-radius: .5em;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 30px 90px -50px rgba(0, 0, 0, .15);
}

.utility-image {
  width: 1.5em;
  margin-right: .8em;
}

.span-heading {
  width: 20px;
  opacity: .64;
  text-align: right;
  letter-spacing: 0;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}

.license-image {
  width: 4em;
  margin-bottom: 1em;
  margin-right: 1em;
}

.page-changelog {
  max-width: 480px;
  min-height: 70vh;
  margin-top: 10%;
  margin-left: auto;
  margin-right: auto;
}

.page-licenses {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10%;
}

.page-password {
  background-color: #f0f7f7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-header {
  border-bottom: 1px solid rgba(0, 0, 0, .12);
  justify-content: flex-start;
  align-items: center;
  padding-top: .8em;
  padding-bottom: .8em;
  padding-left: 1em;
  display: flex;
}

.utility-body {
  padding: 1.2em 1.5em .8em;
}

.error-message {
  padding: 1.5em;
  font-size: .7em;
}

.page-404 {
  background-color: #f0f7f7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-text {
  padding: 1.5em 2em;
  font-size: .65em;
  line-height: 1.8;
}

.section-hero {
  min-height: 100vh;
  outline-offset: 0px;
  outline: 0 rgba(0, 0, 0, 0);
  display: flex;
  position: relative;
}

.section-hero:focus {
  outline-offset: 0px;
  outline: 0 rgba(0, 0, 0, 0);
}

.hero-left {
  width: 65%;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 24vh;
  padding-left: 8vw;
  display: flex;
}

.hero-right {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero-text {
  letter-spacing: -.07em;
  text-transform: uppercase;
  padding-right: .2em;
  font-family: Oswald, sans-serif;
  font-size: 4em;
  font-style: italic;
  font-weight: 200;
}

.hero-text-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-text-wrap._2nd {
  margin-left: 4.5vw;
}

.text-line {
  width: 93%;
  height: .05em;
  background-image: linear-gradient(to right, rgba(9, 165, 243, 0), #09a5f3 5%, #09a5f3 95%, rgba(9, 165, 243, 0));
  position: absolute;
  bottom: 0;
  left: .5em;
}

.text-line._2nd {
  width: 96%;
  margin-left: .3em;
  left: 0;
}

.hero-slider-mask {
  overflow: hidden;
  transform: skew(-15deg);
}

.hero-slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1)skew(15deg);
}

.hero-subtext {
  z-index: 1;
  letter-spacing: -.05em;
  text-transform: uppercase;
  padding-left: .25em;
  padding-right: .5em;
  font-size: 2em;
  font-weight: 200;
  line-height: .95;
  position: relative;
}

.grids {
  z-index: -1;
  width: 110vw;
  height: 100vh;
  justify-content: space-between;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.vertical-line {
  width: 1px;
  height: 100%;
  background-image: linear-gradient(rgba(255, 204, 204, .4), #fcc 50%, rgba(255, 204, 204, .4));
  transform: skew(-15deg);
}

.section-bio {
  min-height: 100vh;
  outline-offset: 0px;
  outline: 0 rgba(0, 0, 0, 0);
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.section-bio:focus {
  outline-offset: 0px;
  outline: 0 rgba(0, 0, 0, 0);
}

.section-bio:focus-visible {
  outline-offset: 0px;
  outline: 0 rgba(0, 0, 0, 0);
}

.section-bio[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 0 rgba(0, 0, 0, 0);
}

.section-projects {
  min-height: 100vh;
}

.section-contacts {
  min-height: 100vh;
  outline-offset: 0px;
  outline: 0 rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: flex-start;
  padding-top: 15vh;
  padding-left: 10%;
  padding-right: 10%;
  font-family: Ubuntu, Helvetica, sans-serif;
  display: flex;
}

.section-contacts:focus {
  outline-offset: 0px;
  outline: 0 rgba(0, 0, 0, 0);
}

.subtext-background {
  z-index: 0;
  width: 93%;
  height: 100%;
  background-color: #ffc2c2;
  border-bottom: 1px solid #ebb3b3;
  margin-left: .2em;
  position: absolute;
  transform: skew(-15deg);
}

.hero-subtext-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.horizontal-line {
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, rgba(255, 204, 204, 0), #fcc 70%, rgba(255, 204, 204, .4));
  position: absolute;
  top: 15vh;
  transform: skew(-15deg);
}

.horizontal-line.bottom {
  background-image: linear-gradient(to right, rgba(255, 204, 204, .4), #fcc 20%, rgba(255, 204, 204, 0));
  top: auto;
  bottom: 15vh;
}

.hero-slider {
  width: 12.5em;
  height: 5em;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 1em;
  margin-left: 5em;
}

.slide-nav, .slider-arrow {
  display: none;
}

.hero-slide {
  width: 12.5em;
  height: 5em;
  margin-right: .5em;
  overflow: hidden;
  transform: skew(-15deg);
}

.tab {
  color: #cca3a3;
  letter-spacing: -.05em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  margin-left: .5em;
  margin-right: .5em;
  padding: 0;
  font-size: 2em;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
  transition: font-size .4s, color .4s;
  display: flex;
}

.tab.w--current {
  color: #4c4545;
  background-color: rgba(0, 0, 0, 0);
  font-size: 3em;
}

.taglines {
  margin-bottom: 15vh;
  font-family: Oswald, sans-serif;
}

.tagline {
  max-width: 25ch;
  text-transform: uppercase;
  padding-right: .2em;
  font-style: italic;
  font-weight: 200;
}

.tagline-wrap {
  margin-bottom: .5em;
  overflow: hidden;
}

.tabs-menu {
  z-index: 1;
  height: 3em;
  justify-content: flex-end;
  align-items: center;
  padding-right: 12em;
  display: flex;
}

.bio-text {
  max-width: 36ch;
  margin-top: 1em;
  margin-left: 3em;
  font-family: Oswald, sans-serif;
  line-height: 1.8;
}

.tab-bio {
  align-items: center;
  display: flex;
}

.bio-image-left-wrap {
  width: 15em;
  height: 19em;
  position: relative;
  top: -3em;
  left: -3.5em;
  overflow: hidden;
  transform: skew(-15deg);
}

.bio-image-left {
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 2.7em;
  transform: skew(15deg);
}

.tabs {
  overflow: hidden;
}

.tabs-content {
  overflow: visible;
}

.bio-content {
  margin-left: auto;
  margin-right: auto;
}

.bio-heading {
  color: #7f7373;
  text-transform: none;
  font-family: Oswald, sans-serif;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5;
}

.tab-capabilities {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-end;
  padding-top: 10vh;
  padding-right: 1em;
  display: flex;
}

.capabilities-item {
  width: 15em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.capabilities-number {
  letter-spacing: -.05em;
  margin-right: .2em;
  font-size: 5em;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
}

.capabilities-item-title {
  max-width: 16ch;
  color: #7f7373;
  margin-bottom: 1em;
  font-weight: 400;
  line-height: 1.2;
}

.capabilities-item-content {
  padding-top: 1.5em;
  padding-left: 2em;
}

.capabilities-item-text {
  max-width: 28ch;
}

.capabilities-item-header {
  width: 100%;
  align-items: center;
  display: flex;
  position: relative;
}

.capabilities-item-line {
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, rgba(9, 165, 243, 0), #09a5f3 5%, #09a5f3 95%, rgba(9, 165, 243, 0));
}

.capabilities-item-line._3rd {
  display: none;
}

.span-blue {
  color: #09a5f3;
}

.bio-image-right {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  left: -2.7em;
  transform: skew(15deg);
}

.bio-image-right-wrap {
  width: 15em;
  height: 19em;
  margin-top: 3em;
  position: relative;
  right: -3.5em;
  overflow: hidden;
  transform: skew(-15deg);
}

.scroll-down {
  width: 3em;
  height: 3em;
  color: #09a5f3;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding-right: .4em;
  font-weight: 300;
  transition: border-color .4s, color .4s;
  display: flex;
  position: absolute;
  bottom: 10.5vh;
  right: 24em;
}

.scroll-down:hover {
  color: #333330;
  border-bottom: 1px solid #cca3a3;
}

.scroll-down-arrow {
  font-size: 2em;
  line-height: 1;
  transform: rotate(-75deg);
}

.navigation {
  z-index: 10;
  width: 5vw;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.nav-link {
  opacity: .5;
  color: #333330;
  letter-spacing: -.05em;
  margin-left: -.2em;
  padding-top: .2em;
  padding-bottom: .35em;
  padding-left: 1em;
  font-size: 1em;
  font-weight: 200;
  line-height: 1;
  transition: opacity .5s, filter .5s, background-color .5s;
  transform: skew(-15deg);
}

.nav-link.w--current {
  opacity: 1;
  filter: invert();
  background-color: #ededeb;
}

.project {
  height: 100vh;
  grid-column-gap: 12vw;
  grid-row-gap: 12vw;
  outline-offset: 0px;
  outline: 0 rgba(0, 0, 0, 0);
  justify-content: center;
  padding-left: 8vw;
  display: flex;
}

.project:focus {
  outline-offset: 0px;
  outline: 0 rgba(0, 0, 0, 0);
}

.project-left {
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 10vh;
  display: flex;
}

.project-right {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 10vh;
  display: flex;
}

.project-details {
  align-items: flex-end;
  display: flex;
}

.details-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.15)skew(15deg);
}

.project-info {
  max-width: 50ch;
  margin-top: 1em;
  font-family: Oswald, sans-serif;
  line-height: 1.65;
}

.project-heading {
  max-width: 14ch;
  letter-spacing: -.04em;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 2.8em;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2;
}

.details-content {
  margin-left: .5em;
}

.details-image-wrap {
  width: 12em;
  height: 6em;
  margin-left: -.8em;
  overflow: hidden;
  transform: skew(-15deg);
}

.details-title-small {
  margin-top: .25em;
  margin-bottom: .1em;
  margin-left: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 200;
  line-height: 1.2;
}

.details-title-small.client {
  margin-top: 0;
  margin-bottom: .125em;
  margin-left: .5em;
  font-family: Oswald, sans-serif;
  font-size: .8em;
}

.details-title-small._2 {
  margin-left: .5em;
}

.details-title-small._3 {
  margin-left: 1em;
}

.details-title-small._4 {
  margin-left: 1.5em;
}

.details-title-small._5 {
  margin-left: 2em;
}

.contacts-heading {
  text-transform: uppercase;
  margin-bottom: .5em;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 3em;
  font-style: italic;
  font-weight: 300;
}

.span-lets {
  color: #cca3a3;
  margin-left: .5em;
  font-size: .6em;
}

.contacts-form-block {
  width: 18em;
  margin-left: auto;
}

.input {
  height: 3em;
  letter-spacing: -.02em;
  background-color: rgba(0, 0, 0, 0);
  border: 2px #000;
  border-bottom: 2px solid #7f7373;
  margin-bottom: 2em;
  padding: 1em .5em 1em .2em;
  font-family: Oswald, sans-serif;
  font-size: .8em;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  transition: border-color .4s;
}

.input.textarea {
  height: 3.3em;
  line-height: 1.5;
  transition: height .5s, border-color .4s;
}

.input.textarea:focus {
  height: 7em;
}

.button {
  color: #fff;
  text-transform: uppercase;
  background-color: #7f7373;
  margin-left: -.3em;
  padding: .7em 1.2em;
  font-family: Oswald, sans-serif;
  font-size: .75em;
  line-height: 1;
  transition: background-color .3s;
  transform: skew(-15deg);
}

.button:hover {
  background-color: #09a5f3;
}

.button:active {
  background-color: #0d82bd;
}

.project-link {
  border-bottom: 1px solid #09a5f3;
  padding-bottom: .2em;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: .6em;
}

.nav-link-icon {
  width: .75em;
  transform: skew(15deg);
}

.footer {
  justify-content: space-between;
  align-items: center;
  padding: 4vh 8vw;
  display: flex;
}

.footer-link {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  font-family: Ubuntu, Helvetica, sans-serif;
}

.footer-link:hover {
  border-bottom-color: #09a5f3;
}

.footer-links {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  font-size: .6em;
  display: flex;
}

.success-message, .contact-error-message {
  padding: 1em;
  font-size: .8em;
  font-style: italic;
}

.bio-subheading {
  color: #7f7373;
  text-transform: none;
  margin-left: 5em;
  font-family: Oswald, sans-serif;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5;
}

.details-title {
  text-transform: uppercase;
  margin-left: 1em;
  font-weight: 200;
  line-height: 1.2;
}

.details-title.year {
  margin-bottom: .125em;
  margin-left: 1em;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.details-title.client {
  margin-left: .1em;
  font-family: Oswald, sans-serif;
}

.buy-link {
  color: #a74d4d;
  letter-spacing: -.03em;
  border-bottom: 1px solid #ffc2c2;
  font-size: .8em;
  font-style: italic;
  font-weight: 300;
  position: fixed;
  top: 5%;
  right: 5%;
}

.buy-link:hover {
  color: #2f00ff;
  border-bottom-color: rgba(255, 194, 194, 0);
}

.scd_logo {
  max-width: 30%;
  text-align: right;
  flex: 0 auto;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.text-block, .text-block-2 {
  font-family: Oswald, sans-serif;
}

.body {
  min-width: 120px;
}

.paragraph {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: .3em;
}

.grid {
  grid-template-columns: 1fr .25fr 1fr .25fr 1fr;
  grid-template-areas: "Area . Area-3"
                       "Area-2 . .";
}

.text-block-3 {
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: .6vw;
}

.image {
  max-height: 100px;
  text-align: center;
}

.image.kl {
  max-height: 150px;
  max-width: 150%;
}

.image-2 {
  max-height: 100px;
}

.image-2.itil {
  max-height: 60px;
}

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

  h2 {
    font-size: 1.1em;
  }

  h3 {
    font-size: 1em;
  }

  h4 {
    font-size: .9em;
  }

  h5 {
    font-size: .8em;
  }

  h6, p, li, label, blockquote {
    font-size: .75em;
  }

  .utility-button {
    font-size: .9em;
  }

  .rich-text-block figcaption, .label-class, .utility-text {
    font-size: .75em;
  }

  .hero-left {
    width: 60%;
    padding-top: 30vh;
  }

  .tab-capabilities {
    justify-content: center;
    padding-left: 1em;
    padding-right: 0;
  }

  .project-link, .footer-links {
    font-size: .75em;
  }
}

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

  h1 {
    font-size: 1.3em;
  }

  h2 {
    font-size: 1.2em;
  }

  h3 {
    font-size: 1.1em;
  }

  h4 {
    font-size: 1em;
  }

  h5 {
    font-size: .9em;
  }

  h6, p, li, label, blockquote {
    font-size: .85em;
  }

  .utility-button {
    font-size: 1em;
  }

  .rich-text-block figcaption {
    font-size: .85em;
  }

  .page-style-guide {
    padding-left: 8%;
    padding-right: 8%;
  }

  .label-class {
    font-size: .85em;
  }

  .utility-block {
    width: 25em;
  }

  .page-licenses {
    padding-left: 10%;
    padding-right: 10%;
  }

  .utility-text {
    font-size: .85em;
  }

  .section-hero {
    flex-direction: column;
  }

  .hero-left {
    width: 100%;
    padding-top: 25vh;
  }

  .hero-right {
    flex: none;
    margin-left: auto;
    margin-right: 2.5em;
    padding-top: 3vh;
  }

  .hero-text {
    padding-right: .3em;
  }

  .text-line {
    height: .1em;
  }

  .hero-slider, .hero-slide {
    width: 10em;
  }

  .tab.w--current {
    font-size: 2em;
  }

  .taglines {
    margin-bottom: 5vh;
  }

  .tabs-menu {
    justify-content: center;
    padding-left: 8%;
    padding-right: 8%;
  }

  .tab-capabilities {
    padding-top: 5vh;
    padding-left: 0;
  }

  .capabilities-item {
    width: 12.5em;
  }

  .capabilities-number {
    font-size: 4em;
  }

  .scroll-down {
    right: 20em;
  }

  .project {
    height: auto;
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 10vh;
  }

  .project-left {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    order: -1;
    padding-bottom: 5vh;
  }

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

  .project-info {
    max-width: 32ch;
  }

  .project-heading {
    font-size: 2.4em;
  }

  .input {
    border-radius: 0;
    font-size: 1em;
  }

  .button {
    font-size: 1em;
  }

  .project-link, .footer-links {
    font-size: .85em;
  }

  .success-message {
    font-size: 1em;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 4vw;
  }

  .utility-button {
    font-size: 1.1em;
  }

  .page-style-guide {
    padding-left: 6%;
  }

  .utility-block {
    width: 20em;
  }

  .span-heading {
    font-size: 16px;
    display: none;
  }

  .page-changelog {
    padding-left: 10%;
    padding-right: 10%;
  }

  .hero-text {
    font-size: 3em;
  }

  .hero-subtext {
    font-size: 2em;
  }

  .grids {
    left: -5%;
  }

  .bio-text {
    margin-left: 0;
  }

  .tab-bio {
    align-items: flex-start;
    padding-top: 3vh;
  }

  .bio-image-left-wrap {
    width: 10em;
    height: 12em;
    margin-left: 0;
    top: 0;
  }

  .bio-content {
    margin-left: 0;
    margin-right: 0;
  }

  .capabilities-item {
    width: 25em;
    margin-bottom: 3em;
  }

  .capabilities-number {
    font-size: 3em;
  }

  .capabilities-item-title {
    max-width: 20ch;
  }

  .capabilities-item-content {
    padding-left: 5em;
  }

  .capabilities-item-text {
    max-width: 32ch;
  }

  .capabilities-item-header {
    padding-left: 8%;
  }

  .capabilities-item-line {
    width: 100%;
    background-image: linear-gradient(to right, rgba(9, 165, 243, 0), #09a5f3 10%, #09a5f3 95%, #09a5f3);
  }

  .capabilities-item-line._3rd {
    display: block;
  }

  .bio-image-right-wrap {
    width: 10em;
    height: 12em;
    margin-left: 0;
  }

  .scroll-down {
    right: 12em;
  }

  .navigation {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    top: 0;
    bottom: auto;
    right: 0;
  }

  .navigation.hide-on-mobile {
    display: none;
  }

  .nav-link {
    margin-left: 0;
    padding: .5em .8em .7em;
  }

  .project-details {
    margin-left: -8vw;
  }

  .nav-link-icon {
    width: 1.2em;
  }

  .footer {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-error-message {
    font-size: 1em;
  }

  .bio-subheading {
    margin-left: 3em;
  }
}


