:root {
  --brand--bg: whitesmoke;
  --black: #131417;
  --brand-primary: #142218;
  --grey-80: #4d4e50;
  --white: white;
  --grey-15: #ecedf1;
  --white-50: #ffffff80;
  --grey-8-2: #f8f9fa;
  --grey-60: #828283;
  --grey-40: #9fa0a3;
  --grey-20: #cfd1d7;
  --white-25: #ffffff40;
  --white-75: #ffffffbf;
  --brand-secondary: #c0e3d1;
  --brand--tertiary: #93887c;
  --brand--hero-inner-page: #f9f3ee;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--brand--bg);
  color: var(--black);
  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 {
  border-left: 4px solid var(--brand-primary);
  color: var(--black);
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 1.5;
}

figure {
  margin-bottom: 16px;
}

figcaption {
  color: var(--grey-80);
  text-align: left;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 300;
}

.section {
  background-color: var(--white);
  width: 100%;
}

.section.footer {
  background-color: var(--black);
  color: var(--white);
  position: relative;
}

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

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

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

.container.hero {
  margin-top: 14.5em;
  padding-top: 10em;
  padding-bottom: 6em;
  display: flex;
}

.container.hero.radius {
  margin-top: 0;
  padding-top: 25em;
  padding-bottom: 6.2em;
}

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

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

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

.grid {
  flex-wrap: wrap;
  width: 100%;
  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: var(--brand--bg);
  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 {
  background-color: var(--black);
  color: #fff;
  border-radius: 2px;
}

.sg-block.dark {
  background-color: var(--black);
  border-radius: 32px;
  padding: 24px;
}

.sg-block.typo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--grey-15);
  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: var(--white-50);
}

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

.sg-container.dark-bg {
  background-color: var(--black);
  color: var(--grey-8-2);
}

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

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

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

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

.paragraph.text-color-grey-60 {
  color: var(--grey-60);
}

.paragraph.about-description {
  font-size: 1.1em;
}

.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: var(--black);
}

.link.small.w--current {
  background-color: var(--grey-8-2);
  padding-left: .5em;
  padding-right: .5em;
}

.link.nav {
  background-color: #0000;
  font-size: 14px;
}

.link.nav:hover {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

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

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

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

.color-block.grey-80 {
  background-color: var(--grey-80);
}

.color-block.grey-60 {
  background-color: var(--grey-60);
}

.color-block.grey-40 {
  background-color: var(--grey-40);
}

.color-block.grey-20 {
  background-color: var(--grey-20);
  color: var(--black);
}

.color-block.grey-15 {
  background-color: var(--grey-15);
  color: var(--black);
}

.color-block.grey-8 {
  background-color: var(--grey-8-2);
  color: var(--black);
}

.color-block.white {
  background-color: var(--white);
  color: var(--black);
}

.color-block.white-50 {
  background-color: var(--white-50);
}

.color-block.white-25 {
  background-color: var(--white-25);
}

.color-block.brand-primary {
  background-color: var(--brand-primary);
}

.color-block.white-75 {
  background-color: var(--white-75);
  color: var(--black);
}

.color-block.brand-bg {
  background-color: var(--brand--bg);
  color: var(--black);
}

.button-bin {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  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 {
  background-color: var(--grey-20);
  border-radius: 8px;
  width: 100%;
  height: 60px;
}

.text-link {
  color: var(--black);
  padding-bottom: 0;
  text-decoration: underline;
  transition: opacity .3s;
  display: inline-block;
}

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

.text-link.white {
  color: var(--white);
}

.sg-filler {
  background-color: var(--grey-20);
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.navigation {
  z-index: 999;
  background-color: #0000;
  width: 100%;
  position: fixed;
}

.nav-brand {
  color: var(--grey-80);
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  transition: opacity .3s;
  display: flex;
}

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

.nav-brand.w--current {
  color: var(--grey-80);
}

.nav-brand.sg {
  color: var(--grey-40);
}

.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 {
  box-shadow: inset 0 -1px 0 0 var(--white);
  color: var(--white);
}

.nav-link-text.text-shadow-light {
  text-shadow: 0 11px 0 var(--white);
}

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

.center-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  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;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: flex-start end;
  display: grid;
}

.footer-links-container.license {
  grid-template-columns: 1fr;
}

.footer-bottom-wrapper {
  color: var(--grey-60);
  justify-content: space-between;
  align-items: center;
  height: 100%;
  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: var(--white);
  background-color: #000;
}

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

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

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

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

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

.grey {
  color: var(--grey-60);
}

.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 {
  object-fit: cover;
  width: 100%;
  height: 40vw;
}

.overlay-transition {
  background-color: var(--brand--bg);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

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

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

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

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

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

.error-message {
  color: #fc2b2b;
  background-color: #0000;
  padding-left: 0;
  font-size: 14px;
}

.changelog-wrapper {
  background-color: var(--black);
  color: var(--white);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
}

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

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--grey-40);
  color: var(--grey-60);
  background-color: #0000;
  height: 48px;
  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 {
  border-bottom-color: var(--black);
  background-color: #0a0a0a;
  padding-left: 20px;
}

.text-field:focus {
  border-bottom-color: var(--black);
  color: var(--white);
  background-color: #000;
  padding-left: 20px;
  padding-right: 20px;
}

.text-field::placeholder {
  color: var(--grey-60);
}

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

.text-field.light:hover {
  border-bottom-color: var(--grey-15);
  background-color: var(--grey-15);
}

.text-field.light:focus {
  border-bottom-color: var(--black);
  background-color: var(--grey-15);
  color: var(--black);
}

.select-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--grey-40);
  color: var(--grey-60);
  background-color: #0000;
  height: 56px;
  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 {
  border-bottom-color: var(--grey-15);
  color: var(--white);
}

.select-field.light:hover {
  background-color: var(--grey-15);
}

.select-field.light:focus {
  background-color: var(--grey-15);
  color: var(--black);
  padding-left: 20px;
  padding-right: 20px;
}

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

.submit-button {
  z-index: 1;
  color: var(--black);
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  inset: 0%;
}

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

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

.link-text-wrapper,
.link-floating-text,
.link-arrow {
  pointer-events: none;
}

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

.link-floating-text.shadow-medium {
  text-shadow: 0 15px 0 var(--black);
}

.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 0 var(--white);
}

.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 var(--white-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 {
  justify-content: center;
  height: 100%;
}

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

.tile-img-wrapper {
  color: var(--white);
  width: 100%;
  height: 100%;
}

.tag {
  border: 1px solid var(--grey-80);
  text-align: center;
  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 {
  background-color: var(--black);
  color: var(--white);
}

.succsess-message {
  text-align: left;
  background-color: #0000;
  padding: 0;
  font-size: 3em;
}

.social-icon-link {
  transform-origin: 0%;
  color: var(--white);
  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: var(--grey-60);
}

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

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

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

.cursor-dot-1 {
  z-index: 9999;
  border: 1px solid var(--brand-primary);
  background-color: var(--black);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #0000;
  letter-spacing: .02em;
  text-transform: uppercase;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 112px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  overflow: hidden;
  transform: scale(.2);
}

.cursor-text {
  color: var(--white);
}

.cursor-dot-2 {
  background-color: var(--white);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  font-size: .7em;
  display: flex;
  position: absolute;
}

.cursor {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 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 {
  background-color: var(--black);
  color: var(--white);
  letter-spacing: -.01em;
  text-transform: none;
  white-space: nowrap;
  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 {
  border: 1px solid var(--black);
  color: var(--black);
  background-color: #0000;
  padding-left: 18px;
  padding-right: 18px;
}

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

.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 {
  justify-content: flex-end;
  align-items: stretch;
}

.text-color-white-75 {
  color: var(--white-75);
}

.text-color-grey-60 {
  color: var(--grey-60);
}

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

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

.all-button {
  background-color: var(--black);
  color: var(--white);
  border-radius: 50em;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  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 {
  color: #0d0d0d66;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #0d0d0d1a;
  width: auto;
  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::placeholder {
  color: #0d0d0d33;
}

.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 {
  cursor: pointer;
  background-color: #0d0d0d00;
  flex: 1;
  height: 100%;
  padding-bottom: 0;
  position: absolute;
  inset: 0%;
}

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

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

.contact-us-container {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #fff9;
  flex-direction: column;
  width: 640px;
  height: 100%;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.contact-us-wrapper {
  z-index: 9998;
  cursor: default;
  background-color: #0000;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.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 {
  background-color: var(--black);
  color: var(--white);
}

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

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

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

.nav-social-links-wrapper {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

.nav-location {
  color: var(--grey-40);
  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 {
  border-radius: 1.5em;
  flex-direction: column;
  flex: 0 auto;
  width: 40%;
  min-width: 38%;
  height: 34em;
  display: flex;
  overflow: hidden;
}

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

.row-item {
  border-bottom: 1px solid var(--grey-20);
  justify-content: space-between;
  width: 100%;
  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-title {
  font-size: 1.3em;
}

.row-title.small {
  width: 50%;
  max-width: 35em;
  font-size: 1em;
}

.row-title.small.right-align {
  text-align: right;
  margin-top: auto;
  margin-bottom: auto;
}

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

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

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

.footer-contact-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  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: var(--grey-60);
}

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

.project-additional-info {
  color: var(--white);
  background-color: #13141733;
  border-radius: 50em;
  padding: 12px 16px;
  font-size: 12px;
}

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

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

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

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

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

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

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

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

.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;
}

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

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

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

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

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

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

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

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

.contact-us-social-wrapper {
  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;
  place-items: flex-start end;
  width: 100%;
  display: flex;
}

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

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

.get-template-link {
  z-index: 2;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #131417;
  background-color: #e8e8e866;
  border-radius: .4rem;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 7.7rem;
  height: 2.6rem;
  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;
}

.image {
  max-width: none;
  height: auto;
}

.image-3 {
  width: 100%;
  height: 300px;
  position: fixed;
  overflow: hidden;
}

.image-4 {
  z-index: -1;
  box-sizing: border-box;
  max-width: 100%;
  max-height: none;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.image-4.square {
  display: none;
}

.image-5 {
  z-index: -1;
  width: 100%;
  height: 100%;
  margin-top: -1.25em;
  margin-bottom: auto;
  margin-left: -1.25em;
  display: block;
  position: absolute;
}

.social-icon {
  opacity: .8;
  color: var(--grey-40);
  width: auto;
  height: 16px;
}

.social-icon.nav-link-text.behance {
  height: 14px;
}

.social-icon.nav-link-text.nav-link-try {
  display: none;
}

.image-6 {
  z-index: -1;
  position: fixed;
}

.collection-item {
  padding-right: 10px;
  display: inline-block;
}

.div-block {
  border-radius: 1.5em;
}

.container-2 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template: "Area"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.container-3 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template: "Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.code-embed {
  aspect-ratio: 16 / 9;
  border-radius: 1.5em;
  overflow: hidden;
}

.div-block-2 {
  border-radius: 1.5em;
  overflow: hidden;
}

@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 {
    order: -1;
    width: 100%;
  }

  .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;
  }

  .paragraph.about-description {
    font-size: .8rem;
  }

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

  .navigation {
    z-index: 9999;
    background-color: var(--brand--bg);
    mix-blend-mode: normal;
    position: fixed;
  }

  .nav-brand {
    color: var(--black);
    height: 20px;
    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: #0000;
  }

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

  .nav-link-text.w--current {
    box-shadow: inset 0 -1px 0 0 var(--black);
    color: var(--black);
  }

  .nav-link-text.text-shadow-light {
    text-shadow: 0 17px 0 var(--white);
  }

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

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

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

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

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

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

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

  .sg-images {
    height: 24vw;
  }

  .menu-nav {
    background-color: var(--brand--bg);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    min-height: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 80px 24px 40px;
    display: flex;
    inset: 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 {
    background-color: var(--black);
    width: 100%;
    height: 5px;
    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;
  }

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

  .menu-links-wrapper {
    grid-row-gap: 8px;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #0000;
    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 {
    border-radius: 20px;
    height: 38vw;
  }

  .project-link {
    padding: 20px;
  }

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

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

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

  .row-title.small {
    font-size: .8rem;
  }

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

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

  .case-hero-img-wrapper {
    border-radius: 20px;
    height: 65vh;
    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-collection-list {
    height: 75vh;
  }

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

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

  .image-4 {
    display: none;
  }

  .image-4.square {
    display: block;
  }

  .image-5 {
    margin-top: -20px;
    margin-left: -20px;
  }

  .collection-item {
    padding-right: 8px;
  }

  .container-2, .container-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@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;
  }

  .footer-bottom-wrapper.center-align.animation-reveal-2 {
    margin-bottom: 0;
  }

  .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;
  }

  .link-floating-text.contact-email-text-shadow {
    text-shadow: none;
  }

  .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%;
    min-width: auto;
    height: 48vw;
  }

  .project-link {
    padding: 16px;
  }

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

  .content-flex-col.fixed {
    max-width: none;
  }

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

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

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

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

  .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-link {
    padding: 1em;
  }

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

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

  .image-4.square {
    display: none;
  }

  .image-4.image_gallery {
    display: block;
  }

  .image-5 {
    margin-top: -16px;
    margin-left: -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.hero.radius {
    padding-top: 40em;
    padding-bottom: 15em;
  }

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

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

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

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

  .spacer._56 {
    height: 16px;
  }

  .spacer._112 {
    height: 40px;
  }

  .paragraph, .nav-link-text.text-shadow-light.non-capitilized {
    font-size: 11px;
  }

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

  .footer-links-container {
    flex-flow: column wrap;
    align-items: center;
    width: 100%;
    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 {
    flex-flow: column;
    place-content: flex-start center;
    height: auto;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .footer-bottom-wrapper.center-align.animation-reveal-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-bottom: 0;
  }

  .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;
  }

  .button.stroke.white {
    padding: 11px 17px;
    font-size: 13px;
  }

  .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-columns: 1fr;
  }

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

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

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

  .project-item {
    height: 68vw;
  }

  .project-link {
    padding: 14px;
  }

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

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

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

  .project-top-info-wrapper {
    flex-flow: wrap;
    display: none;
  }

  .project-additional-info {
    padding: 10px 14px;
    font-size: 10px;
  }

  .project-additional-info.place {
    display: none;
  }

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

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

  .next-project-collection-list {
    height: 50vh;
  }

  .next-project-link {
    padding: 0;
  }

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

  .image-4 {
    width: 100%;
    max-width: 100%;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    display: none;
    overflow: clip;
  }

  .image-4.square {
    display: block;
  }

  .image-4.image_gallery {
    display: none;
  }

  .image-5 {
    margin-top: -14px;
    margin-left: -14px;
  }

  .collection-item {
    padding-right: 7px;
  }

  .container-2, .container-3 {
    grid-template-columns: 1fr;
  }
}

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

#w-node-eea5593f-5096-bcbb-548c-7aca4a2dc20e-12ae8c4c, #w-node-_55bb641a-b135-dace-f415-0b3913f09126-12ae8c4c, #w-node-_910b21a9-d80c-8f8d-292b-a28d2f01ecf4-12ae8c4c, #w-node-c7b1d432-6a7b-b5db-72c7-5050b57bfb5d-12ae8c4c {
  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-12ae8c4f {
  grid-area: 1 / 1 / 2 / 5;
}

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

#w-node-caaf867b-6358-0607-3eb5-364945160931-12ae8c55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba333b59-46d3-fb76-9e4a-0f8eff73cd3d-12ae8c55 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-e5cafed7-d303-2296-593c-47d5c11f26a4-12ae8c55 {
  grid-area: 2 / 2 / 2 / 3;
}

#w-node-_1e5cf4cd-9b7b-fe9a-1c7a-fbc3e02b7ebb-12ae8c55 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-a9cdfeef-c2c6-f055-e9f3-0295a7faa6d0-12ae8c55, #w-node-_06f9b971-910a-37f2-e5d3-620399c39c55-12ae8c55 {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-_519923c6-1e49-d785-1236-b0af91c96370-12ae8c55, #w-node-b51bc60f-6c41-1450-f7ed-983c9469e82f-12ae8c55 {
  grid-area: 4 / 3 / 5 / 5;
}

#w-node-_8d67840a-6d8c-69b2-578f-22c3fd524595-12ae8c55, #w-node-_40f7fcd6-1969-a256-1a0a-0a0794dbca0c-12ae8c55 {
  grid-area: Area;
}

#w-node-_585ff082-61a3-c7df-c644-70089ec7e7ff-12ae8c56 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_585ff082-61a3-c7df-c644-70089ec7e802-12ae8c56 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

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

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

#w-node-_7d774e4b-1205-463b-7fe3-d095761ead29-12ae8c5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_7014bfdd-f886-5247-c8c5-56bbe8c47be7-12ae8c5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

  #w-node-_55bb641a-b135-dace-f415-0b3913f09126-12ae8c4c, #w-node-c7b1d432-6a7b-b5db-72c7-5050b57bfb5d-12ae8c4c {
    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-12ae8c4f {
    grid-area: 1 / 1 / 2 / 3;
  }

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

  #w-node-caaf867b-6358-0607-3eb5-364945160931-12ae8c55 {
    grid-column: span 2 / span 2;
  }

  #w-node-_1e5cf4cd-9b7b-fe9a-1c7a-fbc3e02b7ebb-12ae8c55 {
    grid-column-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ba333b59-46d3-fb76-9e4a-0f8eff73cd3d-12ae8c55 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a9cdfeef-c2c6-f055-e9f3-0295a7faa6d0-12ae8c55 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_519923c6-1e49-d785-1236-b0af91c96370-12ae8c55 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_585ff082-61a3-c7df-c644-70089ec7e7ff-12ae8c56, #w-node-e85cf084-4628-7fbc-2a3c-fcb18937340c-12ae8c59 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

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

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

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

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

  #w-node-c7b1d432-6a7b-b5db-72c7-5050b57bfb5d-12ae8c4f, #w-node-_0f264973-8d37-3379-86c1-59dc6892e191-12ae8c4f, #w-node-_314b8f00-2be9-1626-e268-3a749f596f0c-12ae8c4f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ba333b59-46d3-fb76-9e4a-0f8eff73cd3d-12ae8c55 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e5cafed7-d303-2296-593c-47d5c11f26a4-12ae8c55 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_1e5cf4cd-9b7b-fe9a-1c7a-fbc3e02b7ebb-12ae8c55 {
    grid-row: 4 / 5;
  }

  #w-node-a9cdfeef-c2c6-f055-e9f3-0295a7faa6d0-12ae8c55 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_519923c6-1e49-d785-1236-b0af91c96370-12ae8c55 {
    grid-area: 6 / 1 / 7 / 3;
  }
}


