.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #131417;
  background-color: #f5f5f5;
  font-family: Manrope, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4em;
  font-weight: 400;
  line-height: 1.1;
}

h2 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.36;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.36;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.36;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

a {
  line-height: 1;
  text-decoration: none;
  display: inline-block;
}

ul {
  margin-top: 0;
  margin-bottom: 12px;
  padding-left: 20px;
}

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

form {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 600;
}

label {
  margin-bottom: 5px;
  font-size: 1em;
  display: block;
}

blockquote {
  color: #131417;
  border-left: 4px solid #142218;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 1.5;
}

figure {
  margin-bottom: 16px;
}

figcaption {
  color: #4d4e50;
  text-align: left;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 300;
}

.section {
  width: 100%;
}

.section.footer {
  color: #fff;
  background-color: #131417;
  position: relative;
}

.container {
  z-index: 1;
  max-width: none;
  padding: 8.5em 2.5em;
  position: relative;
}

.container.nav {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.container.inner-hero {
  padding-top: 11em;
}

.container.hero {
  padding-top: 25em;
  padding-bottom: 6em;
  display: flex;
}

.container.without-top-padding {
  padding-top: 0;
}

.container.footer {
  padding-top: 6.5em;
  padding-bottom: 2em;
}

.container.case-hero {
  padding-top: 92px;
}

.container.without-top-padding {
  padding-top: 0;
}

.grid {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.grid.center-align {
  justify-content: center;
}

.grid-item {
  width: 100%;
  position: relative;
}

.grid-item._80 {
  width: 80%;
}

.grid-item._20 {
  width: 20%;
  position: relative;
}

.grid-item._50 {
  width: 50%;
}

.grid-item._33 {
  width: 33%;
}

.grid-item._25 {
  width: 25%;
}

.grid-item._67 {
  width: 67%;
}

.page-wrapper {
  z-index: 1;
  background-color: #f5f5f5;
  border-radius: 2em;
  margin-bottom: -2em;
  position: relative;
  overflow: hidden;
}

.spacer._32 {
  height: 32px;
}

.spacer._88 {
  height: 88px;
}

.spacer._16 {
  height: 16px;
}

.spacer._24 {
  height: 24px;
}

.spacer._64 {
  height: 64px;
}

.spacer._56 {
  height: 56px;
}

.spacer._104 {
  height: 104px;
}

.spacer._8 {
  height: 8px;
}

.spacer._12 {
  height: 12px;
}

.spacer._20 {
  height: 20px;
}

.spacer._40 {
  height: 40px;
}

.spacer._48 {
  height: 48px;
}

.spacer._72 {
  height: 72px;
}

.spacer._80 {
  height: 80px;
}

.spacer._96 {
  height: 96px;
}

.spacer._112 {
  height: 112px;
}

.spacer._128 {
  height: 128px;
}

.spacer._184 {
  height: 184px;
}

.small {
  font-size: 14px;
}

.sg-block {
  justify-items: start;
  padding-top: 8px;
  padding-bottom: 8px;
}

.sg-block.colors {
  border-radius: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.sg-block.colors.dark {
  color: #fff;
  background-color: #131417;
  border-radius: 2px;
}

.sg-block.dark {
  background-color: #131417;
  border-radius: 32px;
  padding: 24px;
}

.sg-block.typo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #ecedf1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.sg-block.typo.on-dark {
  border-top-color: rgba(255, 255, 255, .5);
}

.sg-container {
  max-width: 100%;
  padding: 104px 48px;
}

.sg-container.dark-bg {
  color: #f8f9fa;
  background-color: #131417;
}

.paragraph.large {
  font-size: 16px;
}

.paragraph.small {
  font-size: 12px;
}

.paragraph.small.text-weight-semi {
  font-weight: 600;
}

.paragraph.extra-small {
  font-size: 11px;
}

.paragraph.text-color-grey-60 {
  color: #828283;
}

.sg-caption {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
}

.sg-colors-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link {
  letter-spacing: -.01em;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.link.small {
  font-size: 12px;
}

.link.small:visited {
  color: #131417;
}

.link.small.w--current {
  background-color: #f8f9fa;
  padding-left: .5em;
  padding-right: .5em;
}

.link.nav {
  background-color: rgba(0, 0, 0, 0);
  font-size: 14px;
}

.link.nav:hover {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
}

.link.medium {
  font-size: 14px;
}

.link.extra-small {
  font-size: 11px;
}

.color-block {
  width: 100%;
  height: 16vw;
  color: #fff;
  background-color: #131417;
  border-radius: 2px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  font-size: 20px;
  display: flex;
}

.color-block.grey-80 {
  background-color: #4d4e50;
}

.color-block.grey-60 {
  background-color: #828283;
}

.color-block.grey-40 {
  background-color: #9fa0a3;
}

.color-block.grey-20 {
  color: #131417;
  background-color: #cfd1d7;
}

.color-block.grey-15 {
  color: #131417;
  background-color: #ecedf1;
}

.color-block.grey-8 {
  color: #131417;
  background-color: #f8f9fa;
}

.color-block.white {
  color: #131417;
  background-color: #fff;
}

.color-block.white-50 {
  background-color: rgba(255, 255, 255, .5);
}

.color-block.white-25 {
  background-color: rgba(255, 255, 255, .25);
}

.color-block.brand-primary {
  background-color: #142218;
}

.color-block.white-75 {
  color: #131417;
  background-color: rgba(255, 255, 255, .75);
}

.color-block.brand-bg {
  color: #131417;
  background-color: #f5f5f5;
}

.button-bin {
  color: #131417;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border-style: none;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 16px 40px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  position: relative;
  overflow: hidden;
}

.button-bin.submit {
  padding: 0;
}

.sg-column {
  width: 100%;
  height: 60px;
  background-color: #cfd1d7;
  border-radius: 8px;
}

.text-link {
  color: #131417;
  padding-bottom: 0;
  text-decoration: underline;
  transition: opacity .3s;
  display: inline-block;
}

.text-link:hover {
  opacity: .6;
}

.text-link.white {
  color: #fff;
}

.sg-filler {
  width: 100%;
  height: 100%;
  background-color: #cfd1d7;
  border-radius: 8px;
}

.navigation {
  z-index: 999;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
}

.nav-brand {
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  transition: opacity .3s;
  display: flex;
}

.nav-brand:hover {
  opacity: .6;
}

.nav-brand.sg {
  color: #fff;
}

.menu-button {
  float: none;
}

.nav-link-text {
  letter-spacing: -.01em;
  text-transform: uppercase;
  text-shadow: 0 12px #000;
  padding: 0;
  transition: color .3s;
}

.nav-link-text.w--current {
  color: #fff;
  box-shadow: inset 0 -1px #fff;
}

.nav-link-text.text-shadow-light {
  text-shadow: 0 11px #fff;
}

.nav-link-text.text-shadow-light.non-capitilized, .nav-link-text.non-capitalized {
  text-transform: none;
}

.center-wrapper {
  max-width: 800px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-links-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-links-container {
  grid-column-gap: 2em;
  grid-row-gap: 4px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  justify-items: end;
  display: grid;
}

.footer-bottom-wrapper {
  height: 100%;
  color: #828283;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-bottom-wrapper.right-align {
  justify-content: flex-end;
}

.footer-bottom-wrapper.center-align {
  grid-column-gap: 12px;
  justify-content: center;
}

.footer-small-link {
  padding-left: 8px;
  padding-right: 8px;
  transition: background-color .3s;
}

.footer-small-link:hover {
  color: #fff;
  background-color: #000;
}

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

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

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

.page-overlay {
  z-index: 99999;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
}

.logo-loader-wrapper {
  opacity: .99;
  color: #131417;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  display: flex;
  overflow: hidden;
}

.grey {
  color: #828283;
}

.rich-text h2 {
  margin-bottom: 40px;
  font-size: 32px;
}

.rich-text p {
  margin-bottom: 64px;
}

.rich-text h4 {
  margin-bottom: 16px;
  font-size: 20px;
}

.rich-text h1 {
  margin-bottom: 24px;
}

.rich-text h3 {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 400;
}

.rich-text h5 {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 400;
}

.rich-text h6 {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
}

.rich-text figure {
  margin-bottom: 32px;
}

.sg-grid-images {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sg-images {
  width: 100%;
  height: 40vw;
  object-fit: cover;
}

.overlay-transition {
  width: 100%;
  height: 100%;
  background-color: #ecedf1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-nav {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.decorative {
  font-size: 3em;
  line-height: 1.36;
}

.decorative.large {
  font-size: 6.5em;
}

._404-content {
  height: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block {
  flex-direction: column;
  display: flex;
}

.brand-logo-wrapper {
  align-items: center;
  display: flex;
}

.error-message {
  color: #fc2b2b;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  font-size: 14px;
}

.changelog-wrapper {
  max-width: 800px;
  color: #fff;
  background-color: #131417;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
}

.changelog-divider {
  width: 100%;
  height: 1px;
  background-color: #c2c8d9;
  margin-top: 12px;
  margin-bottom: 12px;
}

.text-field {
  height: 48px;
  color: #828283;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #9fa0a3;
  margin-bottom: 24px;
  padding: 8px 0;
  font-size: 16px;
  font-weight: 400;
  transition: padding .3s, background-color .3s, color .3s, border-color .3s;
}

.text-field:hover {
  background-color: #0a0a0a;
  border-bottom-color: #131417;
  padding-left: 20px;
}

.text-field:focus {
  color: #fff;
  background-color: #000;
  border-bottom-color: #131417;
  padding-left: 20px;
  padding-right: 20px;
}

.text-field::-ms-input-placeholder {
  color: #828283;
}

.text-field::placeholder {
  color: #828283;
}

.text-field.text-area {
  max-height: 200px;
  min-height: 88px;
  padding-top: 16px;
}

.text-field.light:hover {
  background-color: #ecedf1;
  border-bottom-color: #ecedf1;
}

.text-field.light:focus {
  color: #131417;
  background-color: #ecedf1;
  border-bottom-color: #131417;
}

.select-field {
  height: 56px;
  color: #828283;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #9fa0a3;
  margin-bottom: 16px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
  transition: padding .3s, background-color .3s, border-color .3s, color .3s;
}

.select-field:hover {
  background-color: #0a0a0a;
  border-style: none;
  border-color: #000;
  padding-left: 20px;
}

.select-field:focus {
  color: #fff;
  border-bottom-color: #ecedf1;
}

.select-field.light:hover {
  background-color: #ecedf1;
}

.select-field.light:focus {
  color: #131417;
  background-color: #ecedf1;
  padding-left: 20px;
  padding-right: 20px;
}

.color-text {
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.submit-button {
  z-index: 1;
  width: 100%;
  height: 100%;
  color: #131417;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-arrow {
  width: 12px;
  height: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 1px;
  margin-left: 8px;
  display: flex;
}

.link-text-wrapper {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.link-floating-text {
  text-shadow: 0 17px #000;
  line-height: 1;
}

.link-floating-text.shadow-medium {
  text-shadow: 0 15px #131417;
}

.link-floating-text.shadow-extra-small {
  text-shadow: 0 12px #000;
}

.link-floating-text.shadow-small {
  text-shadow: 0 13px #000;
}

.link-floating-text.text-shadow-light, .link-floating-text.shadow-medium-light {
  text-shadow: 0 15px #fff;
}

.sg-link-wrapper {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hero-scroll-trigger-animation {
  z-index: -999;
  height: 50vh;
  position: absolute;
}

.category-item {
  border-bottom: 1px solid rgba(255, 255, 255, .25);
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.category-item.without-border {
  border-bottom-style: none;
}

.categories-wrapper {
  align-self: flex-start;
  margin-top: 1em;
}

.categories-wrapper.margin-bottom-xxxs {
  margin-bottom: 2.5em;
}

.flex-vertical {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.flex-vertical.full-hight {
  height: 100%;
  justify-content: center;
}

.flex-vertical.full-hight.space-between {
  justify-content: space-between;
}

.tile-img-wrapper {
  width: 100%;
  height: 100%;
  color: #fff;
}

.tag {
  text-align: center;
  border: 1px solid #4d4e50;
  border-radius: 50em;
  align-self: center;
  align-items: center;
  padding: 4px 8px;
  font-size: 10px;
  display: flex;
}

.tag.category {
  padding: 8px 12px;
  font-size: 12px;
  transition: color .3s, background-color .3s;
}

.tag.category:hover, .tag.category.w--current {
  color: #fff;
  background-color: #131417;
}

.succsess-message {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  font-size: 3em;
}

.social-icon-link {
  transform-origin: 0%;
  color: #fff;
  padding-left: .5em;
  padding-right: .5em;
  transition: background-color .3s, padding .3s;
  overflow: hidden;
}

.flex-horizontal {
  align-self: stretch;
  display: flex;
}

.flex-horizontal.categories {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
}

.flex-horizontal.justify-center {
  justify-content: center;
}

.flex-horizontal.gap-medium {
  grid-column-gap: 20px;
}

.flex-horizontal.align-bottom {
  align-items: flex-end;
}

.flex-horizontal.align-bottom.justify-space-between, .flex-horizontal.justify-space-between {
  justify-content: space-between;
}

.flex-horizontal.justify-space-between.align-baseline {
  align-items: baseline;
}

.nav-link-wrapper {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  overflow: hidden;
}

.nav-link-wrapper.w--current {
  color: #828283;
}

.inner-title-wrapper {
  width: 50%;
}

.back-wrapper {
  margin-bottom: 2.5em;
  display: flex;
}

.back-arrow {
  width: .8em;
  height: .8em;
  justify-content: center;
  align-items: center;
  margin-right: 1em;
  display: flex;
  transform: rotate(-135deg);
}

.cursor-dot-1 {
  z-index: 9999;
  width: 72px;
  height: 72px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: rgba(0, 0, 0, 0);
  letter-spacing: .02em;
  text-transform: uppercase;
  background-color: #131417;
  border: 1px solid #142218;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  overflow: hidden;
  transform: scale(.2);
}

.cursor-text {
  color: #fff;
}

.cursor-dot-2 {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  font-size: .7em;
  display: flex;
  position: absolute;
}

.cursor {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.title-1 {
  font-size: 2.5em;
  line-height: 1.36;
}

.title-2 {
  font-size: 2em;
  line-height: 1.36;
}

.title-3 {
  font-size: 1.5em;
  line-height: 1.36;
}

.title-4 {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.36;
}

.title-5 {
  font-size: 16px;
  line-height: 1.36;
}

.title-6 {
  font-size: 14px;
  line-height: 1.4;
}

.text-weight-light {
  font-weight: 300;
}

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

.button {
  color: #fff;
  letter-spacing: -.01em;
  text-transform: none;
  white-space: nowrap;
  background-color: #131417;
  border: 1px solid #fff;
  border-radius: 50em;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  font-size: 14px;
  line-height: 1;
  display: flex;
  position: relative;
}

.button.stroke {
  color: #131417;
  background-color: rgba(0, 0, 0, 0);
  border-color: #131417;
}

.button.stroke.white {
  color: #fff;
  border-color: #fff;
}

.button.submit {
  font-weight: 400;
  position: relative;
}

.nav-link-stack {
  grid-row-gap: 6px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.nav-link-stack.header {
  align-items: flex-end;
}

.text-color-white-75 {
  color: rgba(255, 255, 255, .75);
}

.text-color-grey-60 {
  color: #828283;
}

.full-bleed-case-link {
  width: 100%;
  display: flex;
}

.grid-case-link {
  width: 100%;
}

.all-button {
  width: 4em;
  height: 4em;
  color: #fff;
  background-color: #131417;
  border-radius: 50em;
  justify-content: center;
  align-items: center;
  padding: 1.3em;
  display: flex;
  position: relative;
}

.instagram-link-wrapper {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.caption {
  font-size: 12px;
  line-height: 1.5;
}

.contact-us-input {
  width: auto;
  color: rgba(13, 13, 13, .4);
  border: 1px #000;
  border-bottom: 1px solid rgba(13, 13, 13, .1);
  margin-bottom: 9px;
  padding-bottom: 8px;
  padding-left: 0;
  padding-right: 16px;
  font-size: 20px;
  font-weight: 500;
  transition: opacity .3s;
  display: inline-block;
}

.contact-us-input:focus {
  color: #0d0d0d;
  border-bottom-color: #0d0d0d;
}

.contact-us-input::-ms-input-placeholder {
  color: rgba(13, 13, 13, .2);
}

.contact-us-input::placeholder {
  color: rgba(13, 13, 13, .2);
}

.contact-us-input.budget {
  width: 100px;
}

.contact-us-input.email, .contact-us-input.date, .contact-us-input.project {
  width: 250px;
}

.contact-us-header {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-bottom: 5em;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.contact-us-text {
  opacity: .8;
  text-transform: none;
  margin-right: 8px;
  font-size: 20px;
  font-weight: 500;
  display: inline;
}

.contact-us-overlay {
  height: 100%;
  cursor: pointer;
  background-color: rgba(13, 13, 13, .8);
  flex: 1;
  padding-bottom: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.contact-us-scroll-wrapper {
  height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 3.5em;
  padding-bottom: 3.5em;
  display: flex;
}

.contact-us-close-link {
  width: 32px;
  height: 32px;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-left: 40px;
  text-decoration: none;
  display: flex;
}

.contact-us-container {
  width: 640px;
  height: 100%;
  background-color: #fff;
  flex-direction: column;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.contact-us-wrapper {
  z-index: 9998;
  width: 100%;
  cursor: default;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.close-icon, .logo-loader-img {
  width: 100%;
  height: 100%;
}

.floating-item {
  border-radius: 50em;
  padding: 12px 16px;
  font-size: 12px;
  display: block;
}

.floating-item.w--current {
  color: #fff;
  background-color: #131417;
}

.case-img-item {
  width: 50%;
  height: 29em;
  padding-left: 1em;
  padding-right: 1em;
  overflow: hidden;
}

.case-img-item:first-child {
  width: 100%;
}

.main-grid {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .6fr 1.25fr .5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: stretch;
  align-items: stretch;
  display: grid;
}

.nav-social-links-wrapper {
  grid-column-gap: 12px;
  display: flex;
}

.menu-links-wrapper {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: rgba(255, 255, 255, .5);
  border-radius: 50em;
  padding: 4px;
  display: flex;
  position: relative;
}

.letter-logo.last {
  margin-right: 4px;
}

.nav-location {
  color: #9fa0a3;
  font-size: 12px;
}

._1st-col-max-width {
  max-width: 180px;
}

._1st-col-max-width.top-margin-m {
  margin-top: 1.25em;
}

.bilboard-heading {
  font-size: 5.6em;
}

.project-grid {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-wrap: wrap;
  display: flex;
}

.project-grid.categories {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-item {
  height: 34em;
  min-width: 38%;
  border-radius: 1.5em;
  flex: 0 auto;
  overflow: hidden;
}

.project-item:nth-child(2n) {
  flex: 1;
}

.project-item:first-child {
  width: 100%;
}

.project-item.categories {
  width: 100%;
  min-width: auto;
}

.project-link {
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.25em;
  display: flex;
  position: relative;
}

.project-link.blaubeuren {
  background-image: url('../images/Einfamilienwohnung_in_Blaubeuren-Main.png');
}

.project-link.roggenburg {
  background-image: url('../images/ab2c0247-9f57-4b3e-8841-f866746a3d41-1592266146.webp');
}

.span-text-highlight {
  border: 1px solid #000;
  border-radius: 50em;
  padding: .1em .4em;
  display: inline-block;
}

.content-flex-col {
  max-width: 35em;
}

.overflow-hidden {
  overflow: hidden;
}

.full-width-img {
  width: 100%;
  height: 42em;
  object-fit: cover;
}

.row-item {
  width: 100%;
  border-bottom: 1px solid #cfd1d7;
  justify-content: space-between;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: flex;
}

.row-item.base-line-align {
  align-items: baseline;
}

.row-items-wrapper {
  margin-top: -1.5em;
}

.row-items-wrapper.animation-reveal-2.expose {
  padding-left: 35px;
}

.row-title {
  font-size: 1.38em;
}

.row-title.small {
  width: 50%;
  font-size: 12px;
}

.row-title.small.right-align {
  text-align: right;
}

.flex-item-33 {
  width: 33%;
}

.flex-item-33.right {
  text-align: right;
}

.flex-item-33.center {
  text-align: center;
}

.footer-contact-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 12em;
  padding-bottom: 12em;
  display: flex;
}

.contact-email-link {
  font-size: 56px;
}

.contact-email-text-shadow {
  text-shadow: 0 56px #fff;
}

.social-nav.small {
  font-size: 12px;
}

.social-nav.text-color-grey-60 {
  color: #828283;
}

.project-top-info-wrapper {
  grid-column-gap: 8px;
  justify-content: space-between;
  display: flex;
}

.project-additional-info {
  color: #fff;
  background-color: rgba(19, 20, 23, .2);
  border-radius: 50em;
  padding: 12px 16px;
  font-size: 12px;
}

.cv-item {
  margin-bottom: 3em;
}

.about-image {
  width: 100%;
  border-radius: 1.5em;
  margin-top: 3em;
}

.case-hero-img-wrapper {
  width: 100%;
  height: 80vh;
  border-radius: 1.5em;
  margin-bottom: 2em;
  overflow: hidden;
}

.case-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-client {
  margin-right: 4px;
  font-size: 12px;
  font-weight: 600;
}

.case-description {
  font-size: 1.75em;
  line-height: 1.3;
}

.case-description-wrapper {
  margin-top: 3.5em;
}

.case-img {
  width: 100%;
  border-radius: 1.5em;
}

.case-images-wrapper {
  grid-row-gap: 1.5em;
  flex-direction: column;
  display: flex;
}

.case-img-group {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.next-project-wrapper {
  background-color: #fff;
  border-radius: 1.5em;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.next-project-collection-list {
  width: 100%;
  height: 100%;
  align-items: flex-end;
  display: flex;
}

.next-project-item {
  width: 100%;
  height: 100%;
}

.next-project-link {
  width: 100%;
  height: 100%;
  flex-direction: column;
  padding: 1em;
  display: flex;
}

.next-project-img-wrapper {
  width: 100%;
  height: 34em;
  border-radius: 1em;
  overflow: hidden;
}

.next-project-info {
  padding: 2em;
}

.next-project-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-us-social-wrapper {
  width: 100%;
  grid-column-gap: 3em;
  grid-row-gap: 3px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  justify-items: end;
  display: flex;
}

.get-template-wrapper {
  z-index: 999;
  height: 0;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.get-template-link-wrapper {
  height: 5rem;
  align-items: flex-end;
  display: flex;
  position: relative;
  top: -.75rem;
  right: .75rem;
}

.get-template-link {
  z-index: 2;
  height: 2.6rem;
  min-width: 7.7rem;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #131417;
  background-color: rgba(232, 232, 232, .4);
  border-radius: .4rem;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: .6rem 1rem .6rem .6rem;
  font-size: 12px;
  transition: color .3s, background-color .3s;
  display: flex;
  position: relative;
}

.get-template-link:hover {
  color: #fff;
  background-color: #000;
}

.get-template-link.more-templates {
  z-index: 0;
  position: absolute;
  bottom: 15%;
  left: 0%;
  right: 0%;
}

.footer-spacer {
  height: 43.3em;
}

.logo-wrapper {
  width: 40px;
  height: 40px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-right: 8px;
  display: flex;
}

.image {
  height: 40px;
}

.empty-state, .empty-state-2, .empty-state-3, .empty-state-4 {
  background-color: rgba(0, 0, 0, 0);
}

.grid-2 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
}

.heading {
  color: rgba(0, 0, 0, 0);
}

.grid-3 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-auto-flow: row;
}

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

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 16px;
  }

  .container {
    padding: 72px 24px;
  }

  .container.nav {
    padding-top: 8px;
    padding-bottom: 8px;
    position: static;
  }

  .container.inner-hero {
    padding-top: 88px;
  }

  .container.hero {
    padding-top: 132px;
    padding-bottom: 48px;
  }

  .container.footer {
    padding-top: 64px;
    padding-bottom: 32px;
  }

  .container.case-hero {
    padding-top: 66px;
    padding-bottom: 24px;
  }

  .grid-item._80.tablet-100, .grid-item._50.tablet-100, .grid-item._33.tablet-100 {
    width: 100%;
  }

  .grid-item._33.footer-center {
    width: 100%;
    order: -1;
  }

  .grid-item._33.footer-2, .grid-item._33.footer-3 {
    width: 50%;
  }

  .grid-item._67.tablet-100 {
    width: 100%;
  }

  .page-wrapper {
    border-radius: 20px;
  }

  .spacer._32 {
    height: 20px;
  }

  .spacer._104, .spacer._112 {
    height: 64px;
  }

  .sg-container {
    padding: 64px 24px;
  }

  .paragraph.large {
    font-size: 16px;
  }

  .link.small {
    font-size: 12px;
  }

  .navigation {
    z-index: 9999;
    mix-blend-mode: normal;
    background-color: #f5f5f5;
    position: fixed;
  }

  .nav-brand {
    height: 20px;
    color: #131417;
    margin-right: 0;
    font-size: 16px;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    padding: 0 6px;
    display: flex;
  }

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

  .nav-link-text {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
    display: block;
  }

  .nav-link-text.w--current {
    color: #131417;
    box-shadow: inset 0 -1px #131417;
  }

  .nav-link-text.text-shadow-light {
    text-shadow: 0 17px #fff;
  }

  .nav-link-text.header {
    text-shadow: 0 19px #000;
    font-size: 18px;
  }

  .footer-links-wrapper {
    width: 100%;
    justify-content: space-between;
  }

  .footer-links-container {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 2.5fr 1fr;
    justify-content: center;
  }

  .footer-bottom-wrapper {
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-bottom-wrapper.center-align {
    grid-row-gap: 12px;
    flex-flow: wrap;
    margin-bottom: 56px;
  }

  .hamburger-icon {
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .logo-loader-wrapper {
    height: 24px;
  }

  .sg-images {
    height: 24vw;
  }

  .menu-nav {
    height: 100vh;
    min-height: 0;
    background-color: #f5f5f5;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 80px 24px 40px;
    display: flex;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

  .decorative {
    font-size: 4em;
  }

  .brand-logo-wrapper {
    z-index: 999;
    position: relative;
  }

  .categories-wrapper.margin-bottom-xxxs {
    margin-top: 0;
    margin-bottom: 24px;
  }

  .tag {
    font-size: 10px;
  }

  .succsess-message {
    font-size: 32px;
  }

  .social-icon-link {
    padding-left: 0;
    padding-right: 0;
  }

  .social-icon-link:hover {
    padding: 12px;
  }

  .hamburger-bar {
    width: 100%;
    height: 5px;
    background-color: #131417;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
  }

  .hamburger-bar._1, .hamburger-bar._2 {
    height: 2px;
  }

  .nav-link-wrapper {
    font-size: 14px;
  }

  .inner-title-wrapper {
    width: 100%;
  }

  .back-wrapper {
    margin-bottom: 32px;
  }

  .cursor {
    display: none;
  }

  .title-1 {
    font-size: 4em;
  }

  .title-4 {
    font-size: 14px;
  }

  .nav-link-stack.header {
    grid-row-gap: 20px;
    align-items: center;
    margin-top: 32px;
  }

  .all-button {
    width: 48px;
    height: 48px;
    padding: 14px;
  }

  .contact-us-input {
    font-size: 20px;
  }

  .contact-us-header {
    margin-bottom: 32px;
  }

  .contact-us-text {
    font-size: 18px;
  }

  .contact-us-scroll-wrapper {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .contact-us-container {
    height: 100%;
    padding-left: 40px;
    padding-right: 40px;
    overflow: scroll;
  }

  .contact-us-wrapper {
    z-index: 9999;
    height: 100vh;
    overflow: scroll;
  }

  .logo-loader-img {
    font-size: 18px;
  }

  .floating-item {
    padding: 12px 20px;
    font-size: 20px;
  }

  .main-grid {
    grid-template-columns: .5fr .75fr;
  }

  .main-grid.skip {
    margin-top: -100px;
  }

  .nav-social-links-wrapper {
    grid-column-gap: 20px;
  }

  .menu-links-wrapper {
    grid-row-gap: 8px;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-location {
    font-size: 10px;
  }

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

  .project-item {
    height: 38vw;
    border-radius: 20px;
  }

  .project-link {
    padding: 20px;
  }

  .content-flex-col {
    max-width: 290px;
  }

  .row-item {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .row-item.base-line-align {
    flex-direction: column;
  }

  .row-items-wrapper.animation-reveal-2.expose {
    padding-left: 75px;
  }

  .row-title {
    font-size: 16px;
  }

  .row-title.small {
    width: 100%;
  }

  .footer-contact-wrapper.animation-reveal-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .project-additional-info {
    font-size: 12px;
  }

  .case-hero-img-wrapper {
    border-radius: 20px;
    margin-bottom: 24px;
  }

  .case-description {
    font-size: 20px;
  }

  .case-img {
    border-radius: 20px;
  }

  .case-images-wrapper {
    grid-row-gap: 16px;
  }

  .case-img-group {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .next-project-wrapper {
    border-radius: 20px;
  }

  .next-project-img-wrapper {
    border-radius: 16px;
  }

  .contact-us-social-wrapper {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 2.5fr 1fr;
    justify-content: center;
  }

  .text-block-2 {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 16px;
  }

  .container {
    padding: 56px 20px;
  }

  .container.nav {
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .container.hero {
    padding-top: 104px;
  }

  .container.case-hero {
    padding-top: 56px;
  }

  .grid-item._33.tablet-100 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .page-wrapper {
    margin-bottom: -20px;
  }

  .spacer._32 {
    height: 20px;
  }

  .spacer._88.landscape-56 {
    height: 56px;
  }

  .spacer._64 {
    height: 48px;
  }

  .spacer._104 {
    height: 20px;
  }

  .spacer._40 {
    height: 24px;
  }

  .spacer._64.landscape-32 {
    height: 32px;
  }

  .spacer._72 {
    height: 24px;
  }

  .spacer._72.landscape-40 {
    height: 40px;
  }

  .spacer._80 {
    height: 24px;
  }

  .spacer._80.landscape-48 {
    height: 48px;
  }

  .spacer._96.landscape-64 {
    height: 64px;
  }

  .spacer._112.landscape-72 {
    height: 72px;
  }

  .spacer._128.landscape-80 {
    height: 80px;
  }

  .spacer._184.landscape-104 {
    height: 104px;
  }

  .sg-block.colors {
    border-radius: 12px;
    padding: 16px;
  }

  .sg-container {
    padding: 48px 16px;
  }

  .link {
    font-size: 14px;
  }

  .button-bin {
    width: 100%;
  }

  .nav-brand {
    padding-left: 0;
  }

  .footer-links-wrapper {
    flex-direction: row;
    align-items: flex-start;
  }

  .footer-bottom-wrapper.center-align {
    margin-bottom: 72px;
  }

  .utility-page-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rich-text h2 {
    font-size: 28px;
  }

  .rich-text h4 {
    font-size: 18px;
  }

  .rich-text h3 {
    font-size: 20px;
  }

  .rich-text h5 {
    font-size: 16px;
  }

  .rich-text h6 {
    font-size: 14px;
  }

  .menu-nav {
    padding-left: 20px;
    padding-right: 20px;
  }

  .decorative {
    font-size: 32px;
  }

  ._404-content {
    height: auto;
    margin-top: 32px;
  }

  .changelog-wrapper {
    padding: 24px;
  }

  .submit-button {
    width: 100%;
  }

  .link-floating-text {
    text-shadow: 0 15px #000;
  }

  .categories-wrapper {
    margin-top: 3em;
  }

  .flex-horizontal.align-bottom.justify-space-between {
    flex-direction: column;
    align-items: flex-start;
  }

  .title-1 {
    font-size: 32px;
  }

  .title-4 {
    font-size: 16px;
  }

  .full-bleed-case-link {
    flex-direction: column-reverse;
  }

  .contact-us-input {
    width: 182px;
  }

  .contact-us-input.email {
    width: 259px;
  }

  .contact-us-input.project {
    width: 260px;
  }

  .contact-us-header {
    margin-bottom: 20px;
  }

  .contact-us-overlay {
    display: none;
  }

  .contact-us-scroll-wrapper {
    min-height: 0;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .contact-us-container {
    width: auto;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
    overflow: scroll;
  }

  .contact-us-wrapper {
    min-height: auto;
    display: none;
  }

  .contact-us-contact {
    min-height: 400px;
    padding-right: 40px;
  }

  .main-grid {
    grid-column-gap: 16px;
  }

  .bilboard-heading {
    font-size: 7vw;
  }

  .project-grid.categories {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .project-item {
    width: 100%;
    height: 48vw;
    min-width: auto;
  }

  .project-link {
    padding: 16px;
  }

  .content-flex-col {
    max-width: none;
    padding-bottom: 24px;
  }

  .full-width-img {
    height: 50vw;
  }

  .footer-contact-wrapper.animation-reveal-2 {
    padding-bottom: 40px;
  }

  .project-top-info-wrapper {
    grid-row-gap: 8px;
    flex-wrap: wrap;
  }

  .case-hero-img-wrapper {
    height: 40vh;
  }

  .case-img, .next-project-wrapper {
    border-radius: 12px;
  }

  .next-project-img-wrapper {
    border-radius: 8px;
  }

  .next-project-info {
    padding: 16px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 22px;
    line-height: 1.3;
  }

  h3 {
    font-size: 24px;
  }

  .container {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .container.nav {
    width: 100%;
  }

  .container.hero {
    padding-top: 105px;
  }

  .container.case-hero {
    padding-top: 57px;
  }

  .grid-item._50.tablet-100 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .grid-item._33.footer-2 {
    width: 100%;
    order: 1;
  }

  .grid-item._33.footer-3 {
    width: 100%;
  }

  .spacer._56 {
    height: 16px;
  }

  .spacer._112 {
    height: 40px;
  }

  .footer-links-wrapper {
    flex-flow: column wrap;
  }

  .footer-links-container {
    width: 100%;
    flex-flow: column wrap;
    align-items: center;
    display: flex;
  }

  .footer-bottom-wrapper {
    opacity: .98;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .footer-bottom-wrapper.right-align {
    margin-bottom: 32px;
  }

  .footer-bottom-wrapper.center-align {
    height: auto;
    flex-flow: column;
    align-content: flex-start;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .link-floating-text.contact-email-text-shadow {
    font-size: 42px;
  }

  .categories-wrapper {
    width: 100%;
    margin-top: 20px;
  }

  .categories-wrapper.margin-bottom-xxxs {
    margin-bottom: 32px;
  }

  .succsess-message {
    font-size: 24px;
  }

  .contact-us-input {
    width: 160px;
    font-size: 16px;
  }

  .contact-us-input.email {
    width: 233px;
  }

  .contact-us-input.project {
    width: 230px;
    margin-bottom: 11px;
  }

  .contact-us-header {
    justify-content: space-between;
    align-self: flex-start;
  }

  .contact-us-text {
    font-size: 16px;
    display: inline-block;
  }

  .contact-us-overlay {
    overflow: visible;
  }

  .contact-us-scroll-wrapper {
    min-height: 200px;
  }

  .contact-us-close-link {
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .contact-us-container {
    padding-left: 16px;
    padding-right: 16px;
    overflow: auto;
  }

  .contact-us-wrapper {
    min-height: auto;
  }

  .contact-us-contact {
    padding-right: 0;
  }

  .case-img-item {
    width: 100%;
    height: 40em;
    padding-left: 0;
    padding-right: 0;
  }

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

  .main-grid.skip {
    margin-top: 0;
  }

  ._1st-col-max-width.top-margin-m {
    max-width: none;
  }

  ._1st-col-max-width.top-margin-m.animation-reveal-1 {
    margin-top: 32px;
    display: none;
  }

  .bilboard-heading {
    font-size: 12vw;
  }

  .project-item {
    height: 73vw;
  }

  .full-width-img {
    height: 54vw;
  }

  .row-item.base-line-align {
    flex-direction: column;
  }

  .row-items-wrapper {
    margin-top: 0;
  }

  .row-items-wrapper.animation-reveal-2.expose {
    padding-left: 0;
  }

  .row-title {
    margin-right: 10px;
  }

  .row-title.small {
    width: 100%;
  }

  .contact-email-link {
    text-align: center;
  }

  .case-hero-img-wrapper {
    margin-top: 24px;
  }

  .case-img-group {
    grid-template-columns: 1fr;
  }

  .contact-us-social-wrapper {
    width: 100%;
    flex-flow: column wrap;
    align-items: center;
    display: flex;
  }

  .grid-2 {
    grid-column-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }
}

#w-node-_12ded8d8-88ce-2d5b-c084-29b4864aff2a-2236ac11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eea5593f-5096-bcbb-548c-7aca4a2dc20e-2236ac11, #w-node-_55bb641a-b135-dace-f415-0b3913f09126-2236ac11, #w-node-_910b21a9-d80c-8f8d-292b-a28d2f01ecf4-2236ac11, #w-node-c7b1d432-6a7b-b5db-72c7-5050b57bfb5d-2236ac11 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_6bff00c8-e530-755f-826a-24de53748403-537483ff {
  grid-area: 1 / 3 / 2 / 5;
  align-self: stretch;
}

#w-node-_1e26e799-f057-6978-0356-63011d50c113-537483ff {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-eea5593f-5096-bcbb-548c-7aca4a2dc20e-b636ac14 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_55bb641a-b135-dace-f415-0b3913f09126-b636ac14, #w-node-_910b21a9-d80c-8f8d-292b-a28d2f01ecf4-b636ac14, #w-node-c7b1d432-6a7b-b5db-72c7-5050b57bfb5d-b636ac14, #w-node-_0f264973-8d37-3379-86c1-59dc6892e191-b636ac14, #w-node-_314b8f00-2be9-1626-e268-3a749f596f0c-b636ac14 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-e85cf084-4628-7fbc-2a3c-fcb18937340c-e736ac1e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_563c4c67-6080-740a-d543-ca7296031b30-e736ac1e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ed60e565-9750-d6aa-dcbd-2e04181b694f-5c234b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed60e565-9750-d6aa-dcbd-2e04181b6952-5c234b6f {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-ed60e565-9750-d6aa-dcbd-2e04181b695a-5c234b6f {
  grid-area: 2 / 2 / 2 / 3;
}

#w-node-ed60e565-9750-d6aa-dcbd-2e04181b695b-5c234b6f {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-ed60e565-9750-d6aa-dcbd-2e04181b695d-5c234b6f {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-ed60e565-9750-d6aa-dcbd-2e04181b6972-5c234b6f, #w-node-ed60e565-9750-d6aa-dcbd-2e04181b6973-5c234b6f {
  grid-area: 4 / 3 / 5 / 5;
}

#w-node-_73049ffa-1a53-fcea-ffb7-0ba55a0e8a3d-5c234b6f {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-ea025f17-b1b1-e378-6017-ac622bd05e28-5c234b6f {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-ed60e565-9750-d6aa-dcbd-2e04181b694f-fb2b7505 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed60e565-9750-d6aa-dcbd-2e04181b6952-fb2b7505 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-ed60e565-9750-d6aa-dcbd-2e04181b695a-fb2b7505 {
  grid-area: 2 / 2 / 2 / 3;
}

#w-node-ed60e565-9750-d6aa-dcbd-2e04181b695b-fb2b7505 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-ed60e565-9750-d6aa-dcbd-2e04181b695d-fb2b7505 {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-ed60e565-9750-d6aa-dcbd-2e04181b6972-fb2b7505, #w-node-ed60e565-9750-d6aa-dcbd-2e04181b6973-fb2b7505 {
  grid-area: 4 / 3 / 5 / 5;
}

#w-node-_73049ffa-1a53-fcea-ffb7-0ba55a0e8a3d-fb2b7505 {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-ea025f17-b1b1-e378-6017-ac622bd05e28-fb2b7505 {
  grid-area: 3 / 1 / 4 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-eea5593f-5096-bcbb-548c-7aca4a2dc20e-2236ac11 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_55bb641a-b135-dace-f415-0b3913f09126-2236ac11, #w-node-c7b1d432-6a7b-b5db-72c7-5050b57bfb5d-2236ac11 {
    grid-column: 2 / 3;
  }

  #w-node-_6bff00c8-e530-755f-826a-24de5374840e-537483ff {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
  }

  #w-node-eea5593f-5096-bcbb-548c-7aca4a2dc20e-b636ac14 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_55bb641a-b135-dace-f415-0b3913f09126-b636ac14, #w-node-c7b1d432-6a7b-b5db-72c7-5050b57bfb5d-b636ac14, #w-node-_0f264973-8d37-3379-86c1-59dc6892e191-b636ac14, #w-node-_314b8f00-2be9-1626-e268-3a749f596f0c-b636ac14 {
    grid-column: 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e85cf084-4628-7fbc-2a3c-fcb18937340c-e736ac1e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-ed60e565-9750-d6aa-dcbd-2e04181b6952-5c234b6f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ed60e565-9750-d6aa-dcbd-2e04181b695d-5c234b6f {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-ed60e565-9750-d6aa-dcbd-2e04181b6972-5c234b6f {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_73049ffa-1a53-fcea-ffb7-0ba55a0e8a3d-5c234b6f {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-ed60e565-9750-d6aa-dcbd-2e04181b6952-fb2b7505 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ed60e565-9750-d6aa-dcbd-2e04181b695d-fb2b7505 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-ed60e565-9750-d6aa-dcbd-2e04181b6972-fb2b7505 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_73049ffa-1a53-fcea-ffb7-0ba55a0e8a3d-fb2b7505 {
    grid-area: 3 / 2 / 4 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-eea5593f-5096-bcbb-548c-7aca4a2dc20e-2236ac11, #w-node-_55bb641a-b135-dace-f415-0b3913f09126-2236ac11 {
    grid-column: 1 / 2;
  }

  #w-node-c7b1d432-6a7b-b5db-72c7-5050b57bfb5d-2236ac11 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-eea5593f-5096-bcbb-548c-7aca4a2dc20e-b636ac14 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_55bb641a-b135-dace-f415-0b3913f09126-b636ac14 {
    grid-column: 1 / 2;
  }

  #w-node-c7b1d432-6a7b-b5db-72c7-5050b57bfb5d-b636ac14, #w-node-_0f264973-8d37-3379-86c1-59dc6892e191-b636ac14, #w-node-_314b8f00-2be9-1626-e268-3a749f596f0c-b636ac14, #w-node-ed60e565-9750-d6aa-dcbd-2e04181b6952-5c234b6f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ed60e565-9750-d6aa-dcbd-2e04181b695a-5c234b6f {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ed60e565-9750-d6aa-dcbd-2e04181b695b-5c234b6f {
    grid-row: 4 / 5;
  }

  #w-node-ed60e565-9750-d6aa-dcbd-2e04181b695d-5c234b6f {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-ed60e565-9750-d6aa-dcbd-2e04181b6972-5c234b6f {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_73049ffa-1a53-fcea-ffb7-0ba55a0e8a3d-5c234b6f {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-ea025f17-b1b1-e378-6017-ac622bd05e28-5c234b6f {
    grid-row: 4 / 5;
  }

  #w-node-ed60e565-9750-d6aa-dcbd-2e04181b6952-fb2b7505 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ed60e565-9750-d6aa-dcbd-2e04181b695a-fb2b7505 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ed60e565-9750-d6aa-dcbd-2e04181b695b-fb2b7505 {
    grid-row: 4 / 5;
  }

  #w-node-ed60e565-9750-d6aa-dcbd-2e04181b695d-fb2b7505 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-ed60e565-9750-d6aa-dcbd-2e04181b6972-fb2b7505 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_73049ffa-1a53-fcea-ffb7-0ba55a0e8a3d-fb2b7505 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-ea025f17-b1b1-e378-6017-ac622bd05e28-fb2b7505 {
    grid-row: 4 / 5;
  }
}


@font-face {
  font-family: 'Manrope Regular';
  src: url('../fonts/Manrope-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope Medium';
  src: url('../fonts/Manrope-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}