:root {
  --view-online: #d46e4b;
  --in-progress: #333;
  --white: white;
  --dark-slate-blue: #3d475a;
  --hero-text-color: #858585;
}

.body-wrap {
  flex-direction: column;
  align-items: center;
  display: block;
}

.hero-content {
  width: auto;
  height: 100vh;
  opacity: 1;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.df-text {
  color: var(--view-online);
}

.df-description {
  opacity: 1;
  color: #fff;
  white-space: normal;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 140%;
}

.body {
  color: #fff;
  text-transform: uppercase;
  background-color: #0d0d0d;
  font-family: Turret Road, sans-serif;
}

.df-introduction {
  z-index: 1;
  width: 70%;
  max-width: 1200px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 27px;
  font-weight: 500;
  line-height: 142.75%;
  display: flex;
  position: static;
}

.projects {
  margin-top: 100px;
}

.body-content-wrap {
  width: 1440px;
  height: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.project-border-wrap {
  cursor: auto;
  flex: auto;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  display: block;
}

.project-border-wrap.online {
  cursor: pointer;
  justify-content: center;
  display: flex;
}

.project-name-container {
  width: 33.3%;
  flex: 0 auto;
  align-items: baseline;
  display: flex;
}

.project-name-container.typo-project-big {
  width: 50%;
  margin-right: 5%;
  font-size: 3.4rem;
  line-height: 135%;
}

.project-name-prefix {
  width: 32px;
  height: 2px;
  color: #3d475a;
  background-color: #3d475a;
  padding-right: 0;
}

.project-name {
  white-space: nowrap;
  flex: 0 auto;
  padding-left: 0;
  font-size: 54px;
}

.project-roles {
  width: 33.3px;
  display: flex;
}

.project-roles.typo-project-roles {
  width: auto;
  color: rgba(255, 255, 255, .3);
  letter-spacing: .3em;
  mix-blend-mode: normal;
  flex: 1;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  font-family: Tabular, sans-serif;
  font-size: 8px;
}

.project-link {
  width: 33.3%;
  white-space: nowrap;
  line-height: 13px;
}

.project-link.typo-project-link {
  width: auto;
  text-align: right;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.project-in-production.typo-in-progress {
  color: var(--in-progress);
}

.project-in-production.typo-view-online {
  color: var(--view-online);
  font-size: 14px;
  font-weight: 700;
}

.project-in-production.typo-view-online.footer-sm {
  margin-top: 20px;
  font-size: 11px;
  display: none;
}

.project-boarder {
  flex: auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.project-role-item.strategy {
  color: rgba(255, 255, 255, .5);
  flex-direction: row;
  align-items: center;
  font-family: Tabular, sans-serif;
  font-weight: 700;
  line-height: 15px;
  display: flex;
}

.footer {
  border-bottom: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 135px;
  padding-bottom: 60px;
  display: block;
  position: relative;
}

.project-row {
  color: #fff;
  border-bottom: 1px solid rgba(196, 196, 196, .07);
  align-items: baseline;
  padding-right: 30px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.project-row:hover {
  background-color: rgba(196, 196, 196, .02);
}

.project-row:active {
  background-color: rgba(212, 110, 75, .1);
}

.footer-main-content.typo-footer-main {
  max-width: none;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 21px;
  line-height: 23px;
  display: flex;
}

.footer-inquiries-text {
  opacity: .6;
  margin-bottom: 0;
  line-height: 140%;
  display: inline-block;
}

.footer-copyright {
  max-width: none;
  color: rgba(255, 255, 255, .3);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Tabular, sans-serif;
  font-size: 8px;
  line-height: 10px;
}

.footer-infuiries {
  max-width: 35%;
  flex-direction: column;
  display: flex;
}

.projects-main-content {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}

.footer-icon-holder {
  opacity: 1;
  margin-top: 30px;
}

.footer-icon-triangle {
  opacity: 1;
  padding-top: 0;
}

.features {
  margin-top: 100px;
}

.features-main-content {
  height: auto;
  max-width: none;
  text-align: left;
  flex-flow: column wrap;
  align-content: space-around;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  font-family: Turret Road, sans-serif;
  font-weight: 300;
  display: flex;
}

.features-wrapper {
  width: auto;
  max-width: none;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  font-family: Turretroad;
  font-weight: 200;
  display: block;
}

.image-hero-logo-container {
  z-index: 0;
  width: auto;
  max-height: 90vh;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-hero-background {
  height: 100%;
  max-width: none;
  object-fit: fill;
}

.footer-copyright-container {
  margin-top: 20px;
}

.hero-text-container {
  width: 1300px;
  height: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.introduction-flexwrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.introduction-flexwrap-mobile {
  justify-content: center;
  align-items: center;
  display: none;
}

.hero-content-mobile {
  width: auto;
  height: 100vh;
  opacity: 1;
  background-image: url('../images/hero-background.jpg');
  background-position: 50%;
  background-size: 100vw 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: none;
  position: relative;
}

.image-hero-logo-container-mobile {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-hero-background-copy {
  height: 100%;
  object-fit: fill;
}

.button {
  border: 1px solid var(--view-online);
  color: var(--view-online);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100px;
  align-self: center;
  margin-top: 10px;
  padding: 14px 30px 12px;
  transition: color .3s, background-color .3s;
  display: block;
}

.button:hover {
  color: var(--view-online);
  background-color: rgba(212, 110, 75, .07);
}

.button:active {
  color: var(--white);
}

.hero-background {
  width: 100%;
  height: 100vh;
  opacity: 1;
  background-image: url('../images/hero-background.jpg');
  background-position: 50%;
  background-size: 100vw 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: absolute;
}

.link-footer-sm {
  color: var(--view-online);
  border-bottom: 1px solid rgba(212, 110, 75, 0);
  text-decoration: none;
  transition: border .35s;
  display: inline-block;
}

.link-footer-sm:hover {
  border-bottom-color: #d46e4b;
}

.feature-items {
  width: auto;
  background-image: linear-gradient(320deg, var(--dark-slate-blue), var(--view-online) 49%, var(--dark-slate-blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 200;
  display: block;
}

.feature-text {
  width: auto;
  max-width: none;
  min-width: 0;
  background-image: linear-gradient(320deg, var(--dark-slate-blue), var(--view-online) 50%, var(--dark-slate-blue));
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  -webkit-text-fill-color: transparent;
  object-fit: fill;
  -webkit-background-clip: text;
  background-clip: text;
  border: 1px #000;
  flex-flow: column wrap;
  align-content: space-around;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Turret Road, sans-serif;
  font-size: 6.4vw;
  font-style: normal;
  font-weight: 200;
  line-height: 1.01;
  text-decoration: none;
  display: block;
  overflow: visible;
}

.feature-span {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.feature-span.one {
  color: #fff;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.features-container {
  width: auto;
  height: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 991px) {
  .hero-content {
    object-fit: fill;
  }

  .df-introduction {
    max-width: none;
  }

  .projects {
    margin-top: 0;
    padding-top: 40px;
  }

  .body-content-wrap {
    margin-top: 100px;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .project-name-container.typo-project-big {
    width: 55%;
    margin-right: 0%;
    font-size: 2.7rem;
  }

  .project-name {
    width: auto;
    flex: 0 auto;
    font-size: 40px;
  }

  .project-roles.typo-project-roles {
    flex: 1;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
  }

  .project-link.typo-project-link {
    margin-left: 0;
    padding-left: 20px;
  }

  .project-in-production.typo-in-progress {
    font-size: 11px;
  }

  .project-role-item.strategy {
    text-align: left;
    align-items: center;
    font-size: 7px;
    line-height: 11px;
  }

  .project-row {
    padding-right: 15px;
  }

  .footer-inquiries-text {
    margin-bottom: 0;
    display: block;
  }

  .footer-infuiries {
    max-width: 45%;
    align-items: center;
    display: flex;
  }

  .image-hero-logo-container {
    max-height: 80vh;
    max-width: none;
  }

  .image-hero-background {
    height: 100%;
    object-fit: fill;
  }

  .hero-text-container {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-content-mobile {
    object-fit: fill;
  }

  .image-hero-background-copy {
    height: 100%;
    object-fit: fill;
  }

  .hero-background {
    object-fit: fill;
  }

  .feature-items {
    line-height: 4rem;
  }

  .feature-text {
    font-size: 8vw;
    line-height: 6.9vw;
    display: inline-block;
  }

  .features-container {
    width: auto;
    max-width: 1440%;
    margin-top: 100px;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .hero-content {
    height: 70vh;
    background-size: cover;
    justify-content: space-around;
    margin-bottom: 0;
    display: none;
  }

  .df-introduction {
    max-width: 450px;
    font-size: 15px;
  }

  .projects {
    margin-top: 0;
  }

  .body-content-wrap {
    flex-direction: column;
    margin-top: 0;
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .project-border-wrap {
    padding-left: 10px;
  }

  .project-name-prefix {
    width: 12px;
  }

  .project-name {
    font-size: 1.25rem;
  }

  .project-roles.typo-project-roles {
    display: none;
  }

  .footer {
    margin-top: 0;
  }

  .footer-copyright {
    line-height: 11px;
  }

  .footer-infuiries {
    max-width: 70%;
    font-size: 16px;
    line-height: 18px;
  }

  .projects-main-content {
    width: 100%;
    flex: auto;
  }

  .image-hero-logo-container {
    max-height: 400px;
    max-width: 200px;
    padding-top: 0;
  }

  .introduction {
    display: none;
  }

  .hero-text-container {
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .introduction-flexwrap-mobile {
    padding-left: 30px;
    padding-right: 30px;
    display: block;
  }

  .hero-content-mobile {
    width: 100%;
    height: 70vh;
    background-size: cover;
    justify-content: space-around;
    margin-bottom: 0;
    display: flex;
    overflow: visible;
  }

  .image-hero-logo-container-mobile {
    max-height: 90%;
    padding-top: 0;
    display: block;
  }

  .hero-background {
    height: 70vh;
    background-size: cover;
    justify-content: space-around;
    margin-bottom: 0;
    display: none;
  }

  .feature-text {
    background-color: rgba(255, 255, 255, 0);
    margin-bottom: 0;
    font-size: 8vw;
    line-height: 6.8vw;
  }

  .features-container {
    width: auto;
    max-width: 1440px;
    flex-direction: column;
    margin-top: 0;
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .hide-parent {
    width: 100%;
    overflow: hidden;
  }
}

@media screen and (max-width: 479px) {
  .body-wrap {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .hero-content {
    height: 70vh;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .df-description {
    padding-left: 0;
    padding-right: 0;
    line-height: 140%;
  }

  .projects {
    padding-top: 0;
  }

  .body-content-wrap {
    margin-top: 60px;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .project-roles.typo-project-roles {
    font-size: 8px;
  }

  .footer-main-content.typo-footer-main {
    display: flex;
  }

  .footer-inquiries-text {
    line-height: 140%;
  }

  .footer-copyright {
    max-width: none;
  }

  .footer-infuiries {
    max-width: 90%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-icon-holder {
    padding-bottom: 0;
  }

  .features {
    margin-top: 0;
  }

  .features-main-content {
    padding-left: 0;
  }

  .features-wrapper {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .image-hero-logo-container {
    max-height: 350px;
    max-width: 250px;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .hero-text-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .introduction-flexwrap-mobile {
    margin-top: 0;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
    position: relative;
    top: auto;
    bottom: -5%;
    left: 0%;
    right: 0%;
  }

  .hero-content-mobile {
    height: 80vh;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .image-hero-logo-container-mobile {
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .hero-background {
    height: 70vh;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .feature-items {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-text {
    color: #fff;
    -webkit-text-fill-color: transparent;
    background-color: rgba(255, 255, 255, 0);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 7.8vw;
    line-height: 1;
  }

  .features-container {
    width: auto;
    max-width: 1440%;
    margin-top: 60px;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
}


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