:root {
  --tati-grey: whitesmoke;
  --near-black: #2a2a28;
  --dark-grey: #212121;
  --para-grey: #f2f2f2;
  --nav-yellow: #f3fb83;
  --coral: #f78b7c;
  --tati-biege: #e9e1d2;
  --new-beige: #ebe4d9;
}

body {
  background-color: var(--tati-grey);
  letter-spacing: 0;
  font-size: 1em;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.4em;
}

a {
  font-size: 1em;
  text-decoration: none;
}

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

label {
  margin-bottom: .3em;
  font-size: 1.25em;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: .3em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em 1em 1.7em;
  font-size: 1.2em;
  line-height: 1.6;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container.is-restricted {
  height: 100vh;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.styleguide_item {
  border-bottom: .1em solid #bdbdbd;
  padding: 2em 0;
}

.global_embed {
  width: 0;
  height: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.global_symbol {
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.styleguide_rich-text p {
  margin-top: 0;
  margin-bottom: 1.6em;
}

.styleguide_rich-text h1 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 3.28em;
}

.styleguide_rich-text h2 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 2.5em;
}

.styleguide_rich-text h3 {
  margin-top: 0;
  margin-bottom: .3em;
  font-size: 2.19em;
}

.styleguide_rich-text h4 {
  margin-top: 0;
  margin-bottom: .4em;
  font-size: 1.88em;
}

.styleguide_rich-text h5 {
  margin-top: 0;
  margin-bottom: .6em;
  font-size: 1.67em;
}

.styleguide_rich-text h6 {
  margin-top: 0;
  margin-bottom: .7em;
  font-size: 1.46em;
}

.page-wrapper {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.text-size-h1 {
  color: var(--near-black);
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  font-family: Stinger, sans-serif;
  font-size: 5em;
  font-weight: 500;
  line-height: 1.2;
}

.text-size-h1.is-faded {
  width: auto;
  color: rgba(42, 42, 40, .4);
}

.text-size-h2 {
  font-size: 2.5em;
  line-height: 1.2;
}

.text-size-h3 {
  font-size: 2.19em;
  line-height: 1.3;
}

.text-size-h4 {
  font-size: 1.88em;
  line-height: 1.3;
}

.text-size-h5 {
  font-size: 1.67em;
  line-height: 1.3;
}

.text-size-h6 {
  font-size: 1.46em;
}

.styleguide_form-input {
  height: 3em;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0;
  margin-bottom: 1em;
  padding: 0 .9em;
  font-size: 1.25em;
}

.text-size-display {
  color: var(--dark-grey);
  text-align: center;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  font-family: Stinger, sans-serif;
  font-size: 7em;
  font-style: normal;
  font-weight: 700;
  line-height: .9;
}

.text-size-display.is-white {
  color: var(--para-grey);
}

.text-size-display.is-white.is-restricted {
  line-height: 1;
}

.styleguide_form-submit {
  font-size: 1.25em;
}

.styleguide_list {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.page-padding {
  padding: 6em 6% 5em;
}

.page-padding.is-home-hero {
  padding: 9em 5em 17em;
}

.page-padding.is-nav-bar {
  padding-top: .6em;
  padding-bottom: .6em;
}

.page-padding.is-home-projects {
  padding-top: 2em;
  padding-bottom: 14em;
}

.page-padding.is-home-services {
  padding-top: 2em;
  padding-bottom: 10em;
}

.page-padding.is-footer {
  padding-top: 10em;
  padding-bottom: 5em;
}

.page-padding.is-project {
  padding: 9em 5em 17em;
}

.home-hero_layout {
  position: relative;
}

.brand {
  width: 11.06em;
  cursor: pointer;
}

.brand.w--current {
  width: 10em;
  cursor: pointer;
  position: relative;
}

.nav-bar_layout {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-2 {
  margin-left: 0;
  margin-right: 0;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.nav-link {
  cursor: pointer;
  margin-right: 1em;
  padding: 1.25em;
  font-family: Graphik, sans-serif;
  font-size: 1.1em;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .3s;
}

.nav-link:hover {
  opacity: .5;
  text-decoration: none;
}

.nav-link.is-nav-button {
  border: 2px solid var(--near-black);
  background-color: var(--nav-yellow);
  box-shadow: 3px 5px 0 0 var(--near-black);
  color: var(--near-black);
  border-radius: 3em;
  margin-left: 1em;
  margin-right: 0;
  padding-top: .5em;
  padding-bottom: .4em;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.6;
  transition: all .3s;
}

.nav-link.is-nav-button:hover {
  box-shadow: 5px 9px 0 0 var(--near-black);
  opacity: 1;
  transform: translate(-4px, -4px);
}

.nav-link.is-nav-button:active {
  box-shadow: 5px 9px 0 0 var(--near-black);
}

.navbar {
  background-color: var(--tati-grey);
  color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.home-hero_text-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 3%;
  display: flex;
}

.home-hero_heading-wrap {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.hero-heading_line-1 {
  height: 6.7em;
  position: relative;
  left: -1.09em;
  overflow: hidden;
}

.hero-heading_line-2 {
  height: 6.7em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: auto;
  display: flex;
  position: relative;
  left: 8.45em;
  overflow: hidden;
}

.hero-heading_line-3 {
  display: flex;
  position: relative;
  left: 8.3em;
  overflow: hidden;
}

.shape-wrap {
  width: 4.8em;
  height: 4.8em;
  margin-top: 1em;
  margin-right: 1.13em;
}

.shape-wrap.is-banner-text {
  width: 3.3em;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-right: 0;
  display: flex;
}

.home-hero_para-wrap {
  width: 30.63em;
  margin-top: 2.94em;
  position: relative;
  left: 4em;
}

.paragraph {
  padding: 0;
  font-family: Graphik, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.8;
}

.paragraph.para-text-bold.is-white {
  color: var(--para-grey);
  -webkit-text-stroke-color: var(--para-grey);
}

.paragraph.is-white {
  color: var(--para-grey);
}

.paragraph.is-nuansa {
  font-style: normal;
}

.paragraph.is-hero {
  font-size: 1.2em;
  line-height: 1.8;
}

.paragraph.is-nav-link {
  padding: 0;
  font-size: 1.2em;
}

.marquee {
  width: 100vw;
  grid-column-gap: 1rem;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  margin-top: 4em;
  margin-left: -5%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  overflow: visible;
}

.marquee-content {
  min-width: 100%;
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  display: flex;
}

.marquee-content.scroll {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: row;
  display: flex;
}

.text-block {
  color: #000;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 9vw;
  font-weight: 900;
  line-height: 1;
}

.html-embed {
  display: block;
}

.home-services_text-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 4em;
  display: block;
}

.home-services_title-wrap {
  margin-top: 2em;
  margin-bottom: 2.44em;
}

.services-title {
  color: #f78b7c;
  font-family: Graphik, sans-serif;
  font-size: 1.5em;
}

.home-services_heading-wrap {
  overflow: hidden;
}

.services-line {
  width: 1.25em;
  height: .25em;
  background-color: var(--coral);
  border-radius: 20px;
}

.services-line.is-drop-down {
  width: 43.38em;
  height: .13em;
  background-color: var(--near-black);
  margin-bottom: 0;
}

.home-services_drop-down {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.services-dropdown_left {
  width: 17.88em;
  margin-right: 7.69em;
}

.services-dropdown {
  margin-top: 2.47em;
  margin-bottom: 2.47em;
}

.service-dropdown-heading {
  cursor: pointer;
  font-family: Graphik, sans-serif;
  font-size: 1.38em;
  font-weight: 500;
}

.services-dropdown_para {
  width: 36.94em;
  height: auto;
  display: block;
  overflow: hidden;
}

.para-text-bold {
  font-weight: 500;
}

.image {
  opacity: .5;
}

.arrow-wrap {
  cursor: pointer;
  margin-right: 2em;
}

.services-dropdown_heading-wrap {
  justify-content: space-between;
  display: flex;
}

.service-para_top-margin {
  height: 3.13em;
}

.home-projects_text-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 4em;
  display: block;
}

.home-services_title-wrap-copy {
  margin-bottom: 2.44em;
}

.home-projects_projects-wrap {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 4.69em;
  display: grid;
}

.project-img-wrap {
  width: 100%;
  height: 24.63em;
  object-position: 50% 100%;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: block;
  overflow: visible;
}

.project-img-wrap:hover {
  object-fit: fill;
  object-position: 50% 50%;
}

.project-img-wrap.is-nuansa {
  height: 42em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.project-img-wrap.is-nuansa:hover {
  transform: none;
}

.project-img-wrap.is-nuansa.is-square {
  height: 38em;
}

.project-img-wrap.is-square {
  height: auto;
  overflow: hidden;
}

.image-2 {
  object-fit: fill;
  object-position: 50% 100%;
}

.ss02 {
  text-indent: 0;
}

.project-wrap {
  flex-direction: column;
  display: flex;
}

.project-button {
  margin-right: 1em;
  padding: 1.25em;
  font-family: Graphik, sans-serif;
  font-size: 1.38em;
  font-weight: 400;
  transition: opacity .3s;
}

.project-button:hover {
  opacity: .7;
}

.project-button.is-nav-button {
  border: 2px solid var(--near-black);
  background-color: var(--nav-yellow);
  box-shadow: 3px 5px 0 0 var(--near-black);
  color: var(--near-black);
  border-radius: 3em;
  margin-right: 0;
  padding-top: .5em;
  padding-bottom: .4em;
  font-weight: 500;
  line-height: 1.6;
  transition: all .3s;
}

.project-button.is-nav-button:hover {
  box-shadow: 5px 9px 0 0 var(--near-black);
  opacity: 1;
  transform: translate(-4px, -4px);
}

.project-button.is-yellow {
  width: auto;
  border: 2px solid var(--near-black);
  background-color: var(--nav-yellow);
  box-shadow: 3px 5px 0 0 var(--near-black);
  color: var(--near-black);
  cursor: pointer;
  border-radius: 3em;
  flex-direction: row;
  margin-right: 0;
  padding-top: .5em;
  padding-bottom: .4em;
  font-weight: 500;
  line-height: 1.6;
  transition: all .3s;
  display: block;
}

.project-button.is-yellow:hover {
  box-shadow: 5px 9px 0 0 var(--near-black);
  opacity: 1;
  transform: translate(-4px, -4px);
}

.button-wrap {
  width: auto;
  flex-direction: row;
  margin-top: 1.75em;
  display: flex;
}

.button-wrap.is-nuansa {
  justify-content: flex-end;
  margin-top: 1em;
}

.home-about_text-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 4em;
  display: block;
}

.about-left-wrap {
  width: 17.88em;
  margin-right: 7.69em;
}

.home-about_content-wrap {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 4.06em;
  display: flex;
}

.about-para-wrap {
  width: 36.94em;
}

.text-span {
  font-weight: 500;
}

.footer-section {
  background-color: #2a2a28;
  overflow: hidden;
}

.footer_text-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-heading {
  position: relative;
  left: -1.09em;
}

.footer-heading.is-line-1 {
  margin-left: 5.91em;
  margin-right: auto;
}

.footer-heading.is-line-2 {
  left: 0;
}

.footer-heading.is-line-3 {
  margin-top: .5em;
  margin-left: auto;
  margin-right: 5.65em;
}

.footer-heading_line-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  left: 6.45em;
}

.footer-heading_line-3 {
  position: relative;
  left: 6em;
}

.footer-left-wrap {
  width: 15.63em;
  margin-right: 9.88em;
}

.footer-para-wrap {
  width: 36.94em;
}

.footer-para-top {
  margin-bottom: 1.81em;
}

.footer_bottom-wrap {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.logo-wrap {
  width: 11.44em;
  height: 100%;
  align-items: center;
  display: flex;
}

.marquee-shape-wrap {
  width: 5.6em;
  margin-top: 1em;
  margin-right: 1em;
}

.marquee-shape-wrap.is-banner-text {
  width: 3.3em;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-right: 0;
  display: flex;
}

.project_text-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2em;
  margin-bottom: 2.94em;
  display: block;
}

.project-para-wrap {
  width: 36.94em;
  margin-top: 3.94em;
  margin-bottom: 2em;
}

.projects-wrap {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-direction: column;
  display: flex;
}

.background-video {
  width: 100%;
  height: 100%;
}

.text-animation-wrap {
  height: auto;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 1.5em;
  display: flex;
  overflow: visible;
}

.animation_word1, .animation_word2, .animation_word3, .animation_word4, .animation_word5 {
  margin-left: 0;
}

.home-hero_heading-wrap-mobile {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  justify-content: center;
  display: none;
}

.hero-heading_line-4-mobile {
  display: flex;
  position: relative;
  left: 8.3em;
}

.hero-heading_line-3--mobile {
  height: 7.5em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -.5em;
  display: flex;
  position: relative;
  left: 8.45em;
  overflow: hidden;
}

.hero-heading_line-1-mobile {
  position: relative;
  left: -1.09em;
}

.text-animation-wrap-mobile {
  height: auto;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 1.5em;
  display: flex;
  overflow: visible;
}

.shape-wrap-mobile {
  width: 5.6em;
  margin-top: 1em;
  margin-right: 1em;
}

.shape-wrap-mobile.is-banner-text {
  width: 3.3em;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-right: 0;
  display: flex;
}

.hero-heading_line-2-mobile {
  position: relative;
  left: -1.09em;
}

.hero-heading-animation-wrapper {
  display: flex;
}

.services-text-reveal {
  overflow: hidden;
}

.footer_heading-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.page-transition {
  z-index: 100;
  width: 100vw;
  height: 100vw;
  background-color: var(--nav-yellow);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.shape-wrap-banner {
  width: 5.6em;
  height: 5.6em;
  margin-top: 1em;
  margin-right: 1.13em;
}

.shape-wrap-banner.is-banner-text {
  width: 3.3em;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-right: 0;
  display: flex;
}

.image-4 {
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-4:hover {
  opacity: 1;
}

.image-5 {
  position: relative;
}

.heome-hero_arrow-wrap {
  width: 2.97em;
  position: absolute;
  top: auto;
  bottom: 1%;
  left: auto;
  right: 7%;
}

.nav-fade-out_animation-trigger {
  width: 100%;
  height: 0;
}

.navbar-1 {
  background-color: var(--tati-biege);
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.body-biege {
  background-color: var(--tati-biege);
}

.img-portfolio-preview {
  width: 60em;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}

.img-portfolio-preview:hover {
  transform: scale(1.1);
}

.image-6 {
  object-fit: cover;
}

.double-project {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  display: flex;
}

.nuansa-images {
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.nuansa-images.is-image-1 {
  object-fit: cover;
  object-position: 21% 50%;
}

.body {
  background-color: #ebe4d9;
}

.navbar-2 {
  background-color: var(--new-beige);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-project {
  z-index: 30;
  background-color: var(--tati-grey);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.project-link-block, .link-block-2 {
  border-radius: 20px;
  overflow: hidden;
}

.nav-link-projects {
  cursor: pointer;
  padding: 1.25em;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .3s;
}

.nav-link-projects:hover {
  opacity: .5;
  text-decoration: none;
}

.nav-link-projects.is-nav-button {
  border: 2px solid var(--near-black);
  background-color: var(--nav-yellow);
  box-shadow: 3px 5px 0 0 var(--near-black);
  color: var(--near-black);
  border-radius: 3em;
  margin-left: 1em;
  margin-right: 0;
  padding-top: .5em;
  padding-bottom: .4em;
  font-weight: 500;
  line-height: 1.6;
  transition: all .3s;
}

.nav-link-projects.is-nav-button:hover {
  box-shadow: 5px 9px 0 0 var(--near-black);
  opacity: 1;
  transform: translate(-4px, -4px);
}

.nav-link-projects.is-nav-button:active {
  box-shadow: 5px 9px 0 0 var(--near-black);
}

.nav-link-home {
  cursor: pointer;
  padding: 1.25em;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .3s;
}

.nav-link-home:hover {
  opacity: .5;
  text-decoration: none;
}

.nav-link-home.is-nav-button {
  border: 2px solid var(--near-black);
  background-color: var(--nav-yellow);
  box-shadow: 3px 5px 0 0 var(--near-black);
  color: var(--near-black);
  border-radius: 3em;
  margin-left: 1em;
  margin-right: 0;
  padding-top: .5em;
  padding-bottom: .4em;
  font-weight: 500;
  line-height: 1.6;
  transition: all .3s;
}

.nav-link-home.is-nav-button:hover {
  box-shadow: 5px 9px 0 0 var(--near-black);
  opacity: 1;
  transform: translate(-4px, -4px);
}

.nav-link-home.is-nav-button:active {
  box-shadow: 5px 9px 0 0 var(--near-black);
}

.body-2 {
  background-color: var(--near-black);
}

.restricted-heading {
  position: static;
  left: -1.09em;
}

.restricted-heading.is-line-1 {
  margin-left: 5.91em;
  margin-right: auto;
}

.restricted-heading.is-line-2 {
  left: 0;
}

.restricted-heading.is-line-3 {
  margin-top: .5em;
  margin-left: auto;
  margin-right: 5.65em;
}

.background-video-2 {
  height: 100%;
  aspect-ratio: auto;
  object-fit: scale-down;
  object-position: 50% 50%;
}

.background-video-3 {
  height: 100%;
}

@media screen and (max-width: 991px) {
  body {
    background-color: var(--tati-grey);
  }

  img {
    height: 100%;
    object-fit: cover;
  }

  .text-size-display {
    font-size: 7.5em;
  }

  .text-size-display.is-white.is-restricted {
    font-size: 7em;
  }

  .page-padding.is-home-hero, .page-padding.is-project, .page-padding.is-project {
    padding-left: 5em;
    padding-right: 5em;
  }

  .nav-menu {
    background-color: var(--near-black);
    color: var(--para-grey);
    padding-top: 1em;
    padding-bottom: 3em;
  }

  .nav-link {
    opacity: 1;
    color: var(--para-grey);
    text-align: center;
    margin-right: 0;
  }

  .nav-link.is-nav-button {
    margin-top: .5em;
    margin-bottom: 0;
    margin-left: 0;
    padding: .6em 2em;
    font-size: 1.2em;
  }

  .navbar {
    background-color: var(--tati-grey);
  }

  .home-hero_heading-wrap {
    grid-column-gap: .25em;
    grid-row-gap: .25em;
    margin-left: -5em;
  }

  .hero-heading_line-1, .hero-heading_line-2 {
    height: 7.1em;
  }

  .shape-wrap.is-banner-text {
    height: 3.3em;
  }

  .home-hero_para-wrap {
    left: 2em;
  }

  .paragraph {
    font-size: 1.5em;
  }

  .paragraph.is-white.is-centre {
    text-align: center;
  }

  .paragraph.is-hero {
    font-size: 1.5em;
  }

  .paragraph.is-nav-link, .paragraph.is-centre {
    text-align: center;
  }

  .marquee-content.scroll {
    align-items: center;
  }

  .menu-button {
    border: 1px solid var(--dark-grey);
    border-radius: 10px;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .project-img-wrap {
    overflow: hidden;
  }

  .project-button {
    text-align: center;
    margin-right: 0;
  }

  .footer-heading.is-line-2 {
    left: 0;
  }

  .icon {
    color: var(--dark-grey);
  }

  .home-hero_heading-wrap-mobile {
    grid-column-gap: .25em;
    grid-row-gap: .25em;
    margin-left: -5em;
  }

  .shape-wrap-mobile.is-banner-text {
    height: 3.3em;
  }

  .footer_heading-wrap {
    grid-column-gap: .25em;
    grid-row-gap: .25em;
    margin-left: 0;
  }

  .shape-wrap-banner.is-banner-text {
    height: 3.3em;
  }

  .nav-menu-link {
    color: var(--para-grey);
    text-align: center;
    padding: 1.5em;
    font-family: Graphik, sans-serif;
    font-size: 1.2em;
  }

  .is-white {
    opacity: 1;
    color: var(--tati-grey);
    font-size: 1.5em;
  }

  .double-project {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    justify-content: flex-start;
    display: flex;
  }

  .nav-link-projects {
    opacity: 1;
    color: var(--para-grey);
    text-align: center;
    margin-right: 0;
  }

  .nav-link-projects.is-nav-button {
    margin-top: 1em;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 1.5em;
  }

  .nav-link-home {
    opacity: 1;
    color: var(--para-grey);
    text-align: center;
    margin-right: 0;
  }

  .nav-link-home.is-nav-button {
    margin-top: 1em;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 1.5em;
  }

  .button-text {
    font-size: 1.5em;
  }

  .restricted-heading.is-line-2 {
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .page-wrapper {
    overflow: hidden;
  }

  .text-size-display {
    font-size: 12vw;
  }

  .text-size-display.is-white.is-restricted {
    font-size: 10vw;
  }

  .page-padding.is-home-hero, .page-padding.is-project {
    padding-left: 5em;
    padding-right: 4em;
  }

  .home-hero_heading-wrap {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    margin-left: -5vw;
  }

  .hero-heading_line-1 {
    height: 11.5vw;
    left: 0;
  }

  .hero-heading_line-2 {
    height: 11.5vw;
    margin-bottom: -.5vw;
    left: 8.45vw;
  }

  .hero-heading_line-3 {
    left: 14.4vw;
  }

  .shape-wrap {
    width: 8vw;
    height: 8vw;
    align-items: center;
    margin-top: 2vw;
    margin-right: 2.5vw;
    display: flex;
  }

  .shape-wrap.is-banner-text {
    height: 3.3em;
  }

  .shape-wrap.is-footer {
    margin-top: 0;
    margin-right: 0;
  }

  .home-hero_para-wrap {
    width: 30.63em;
    left: 0;
  }

  .paragraph {
    font-size: 1.5em;
  }

  .menu-button {
    padding: 12px;
  }

  .services-title {
    font-size: 2em;
  }

  .services-line {
    width: 1.5em;
  }

  .services-line.is-drop-down {
    width: auto;
  }

  .home-services_drop-down {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .services-dropdown_left {
    width: 35%;
    margin-right: 0;
  }

  .services-dropdown_right {
    width: 60%;
  }

  .services-dropdown_para {
    width: auto;
  }

  .project-img-wrap.is-nuansa.is-off {
    display: none;
  }

  .about-para-wrap {
    width: auto;
  }

  .footer-heading.is-line-1 {
    margin-left: auto;
    left: -10.99%;
  }

  .footer-heading.is-line-3 {
    margin-right: auto;
    left: auto;
    right: -13%;
  }

  .footer_bottom-wrap {
    align-items: center;
    margin-top: 4em;
  }

  .project-para-wrap {
    width: auto;
  }

  .text-animation-wrap {
    grid-column-gap: 2.5vw;
    grid-row-gap: 2.5vw;
    margin-left: 3vw;
  }

  .home-hero_heading-wrap-mobile {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    margin-left: -5vw;
  }

  .hero-heading_line-4-mobile {
    left: 14.4vw;
  }

  .hero-heading_line-3--mobile {
    height: 11vw;
    margin-bottom: -.5vw;
    left: 8.45vw;
  }

  .hero-heading_line-1-mobile {
    left: 0;
  }

  .text-animation-wrap-mobile {
    grid-column-gap: 2.5vw;
    grid-row-gap: 2.5vw;
    margin-left: 3vw;
  }

  .shape-wrap-mobile {
    width: 8vw;
    align-items: center;
    margin-top: 2vw;
    display: flex;
  }

  .shape-wrap-mobile.is-banner-text {
    height: 3.3em;
  }

  .shape-wrap-mobile.is-footer {
    margin-top: 0;
    margin-right: 0;
  }

  .hero-heading_line-2-mobile {
    left: 0;
  }

  .footer_heading-wrap {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    display: block;
  }

  .shape-wrap-banner {
    width: 8vw;
    height: 8vw;
    align-items: center;
    margin-top: 2vw;
    margin-right: 2.5vw;
    display: flex;
  }

  .shape-wrap-banner.is-banner-text {
    height: 3.3em;
  }

  .shape-wrap-banner.is-footer {
    margin-top: 0;
    margin-right: 0;
  }

  .heome-hero_arrow-wrap {
    right: 0%;
  }

  .restricted-heading.is-line-1 {
    margin-left: auto;
    left: -10.99%;
  }

  .restricted-heading.is-line-3 {
    margin-right: auto;
    left: auto;
    right: -13%;
  }
}

@media screen and (max-width: 479px) {
  .page-wrapper {
    overflow: hidden;
  }

  .text-size-h1 {
    font-size: 3.5em;
  }

  .text-size-display {
    font-size: 14vw;
  }

  .text-size-display.is-white {
    text-align: center;
  }

  .text-size-display.mobile-portrait {
    font-size: 15.5vw;
  }

  .page-padding.is-home-hero {
    padding-left: 10%;
    padding-right: 5%;
  }

  .page-padding.is-home-services {
    padding-top: 2em;
  }

  .page-padding.is-footer {
    padding-top: 5em;
    padding-left: 10%;
    padding-right: 10%;
  }

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

  .nav-menu {
    background-color: var(--near-black);
    color: var(--para-grey);
  }

  .nav-link {
    color: #fff;
  }

  .nav-link.is-nav-button {
    margin-top: .5em;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .home-hero_heading-wrap {
    flex-direction: column;
    align-items: center;
    margin-left: -4vw;
    display: none;
  }

  .hero-heading_line-1 {
    height: 13vw;
  }

  .hero-heading_line-2 {
    height: 13vw;
    margin-bottom: 0;
    left: auto;
  }

  .hero-heading_line-3 {
    left: -6.5vw;
  }

  .shape-wrap {
    width: 9vw;
    margin-top: 3vw;
  }

  .shape-wrap.is-footer {
    width: 13vw;
    height: 13vw;
  }

  .home-hero_para-wrap {
    width: auto;
    margin-left: 0%;
    left: auto;
  }

  .paragraph {
    font-size: 1.5em;
    overflow: hidden;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .services-title {
    font-size: 2em;
  }

  .services-line {
    width: 1.5em;
  }

  .services-line.is-drop-down {
    width: 100%;
  }

  .home-services_drop-down {
    flex-direction: column;
  }

  .services-dropdown_left {
    width: 100%;
    margin-bottom: 3em;
  }

  .services-dropdown_right {
    width: 100%;
  }

  .service-dropdown-heading {
    font-size: 1.5em;
  }

  .services-dropdown_para {
    width: auto;
  }

  .home-projects_projects-wrap {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .project-img-wrap.is-nuansa {
    height: 55vw;
  }

  .project-img-wrap.is-nuansa.is-square {
    height: 80vw;
  }

  .project-wrap {
    margin-bottom: auto;
  }

  .about-left-wrap {
    margin-bottom: 4em;
    margin-right: auto;
  }

  .home-about_content-wrap {
    flex-direction: column;
  }

  .about-para-wrap {
    width: auto;
  }

  .footer-heading.is-line-1 {
    margin-left: 0;
    margin-right: 0;
    position: relative;
    left: -6%;
  }

  .footer-heading.is-line-2 {
    position: relative;
    left: 12px;
  }

  .footer-heading.is-line-3 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    left: auto;
    right: -13%;
  }

  .footer-left-wrap {
    width: auto;
    margin-bottom: 2em;
    margin-right: auto;
  }

  .footer-para-wrap {
    width: auto;
  }

  .footer_bottom-wrap {
    margin-top: 4em;
  }

  .project_text-wrap {
    margin-bottom: 4em;
  }

  .project-para-wrap {
    margin-top: 2em;
    overflow: visible;
  }

  .projects-wrap {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    flex-wrap: nowrap;
  }

  .background-video {
    width: 100%;
    height: 100%;
    float: none;
    aspect-ratio: auto;
    object-fit: fill;
    object-position: 50% 50%;
    position: relative;
    bottom: auto;
    left: auto;
  }

  .text-animation-wrap {
    grid-column-gap: 2.5vw;
    grid-row-gap: 2.5vw;
    margin-left: 3vw;
  }

  .home-hero_heading-wrap-mobile {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    flex-direction: column;
    align-items: stretch;
    margin-left: 0;
    display: flex;
  }

  .hero-heading_line-4-mobile {
    left: 14.7vw;
    overflow: hidden;
  }

  .hero-heading_line-3--mobile {
    height: 16vw;
    margin-bottom: -.5vw;
    display: flex;
    left: 0;
    overflow: hidden;
  }

  .hero-heading_line-1-mobile {
    height: 17vw;
    align-items: center;
    margin-bottom: -2vw;
    display: flex;
    left: 0;
    overflow: hidden;
  }

  .text-animation-wrap-mobile {
    grid-column-gap: 2.5vw;
    grid-row-gap: 2.5vw;
    margin-left: auto;
  }

  .shape-wrap-mobile {
    width: 11vw;
    margin: .5em 0 auto 4vw;
  }

  .hero-heading_line-2-mobile {
    height: 17vw;
    align-items: center;
    display: flex;
    left: 8.1vw;
    overflow: hidden;
  }

  .div-block-2 {
    align-items: stretch;
    display: flex;
  }

  .footer_heading-wrap {
    flex-direction: column;
    align-items: center;
    margin-left: -4vw;
    display: block;
  }

  .page-transition {
    background-color: var(--nav-yellow);
  }

  .shape-wrap-banner {
    width: 9vw;
    margin-top: 3vw;
  }

  .shape-wrap-banner.is-footer {
    width: 13vw;
    height: 13vw;
  }

  .heome-hero_arrow-wrap {
    display: none;
  }

  .double-project {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    flex-direction: column;
    display: flex;
  }

  .nav-link-projects, .nav-link-home {
    color: #fff;
  }

  .button-text {
    font-family: Graphik, sans-serif;
  }

  .restricted-heading {
    position: static;
  }

  .restricted-heading.is-line-1 {
    margin-left: 0;
    margin-right: 0;
    position: relative;
    left: -6%;
  }

  .restricted-heading.is-line-2 {
    position: relative;
    left: 12px;
  }

  .restricted-heading.is-line-3 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    left: auto;
    right: -13%;
  }
}


@font-face {
  font-family: 'Stinger';
  src: url('../fonts/Stinger-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Stinger';
  src: url('../fonts/Stinger-Regular.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Stinger';
  src: url('../fonts/Stinger-Heavy.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}