:root {
  --black: #171717;
  --white: white;
  --border-white: rgba(255, 255, 255, .15);
  --border-black: rgba(9, 9, 9, .25);
  --hoover-dark-grey: #363636;
  --rgba-9-9-9-50: var(--border-black);
  --rgba-9-9-9-95: var(--rgba-9-9-9-50);
}

.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: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.125;
}

h3 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}

h4 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33;
}

h5 {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 16px;
}

a {
  color: var(--black);
  text-decoration: none;
}

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

.utility-page-content {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  width: 340px;
  margin-bottom: 0;
  padding: 32px;
  display: flex;
}

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

.layout {
  width: 1439px;
  margin-left: auto;
  margin-right: auto;
}

.section {
  width: 1200px;
  margin-top: 2%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0% 0 0;
  position: static;
}

.section.footer-black {
  z-index: 5;
  background-color: var(--black);
  color: var(--white);
  width: 100%;
  margin-top: 0%;
  padding-top: 3%;
  padding-bottom: 0%;
  font-family: Golos Text, sans-serif;
  font-weight: 500;
}

.body {
  background-color: var(--white);
  color: var(--black);
  font-family: Golos Text, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.display-2 {
  letter-spacing: -.03em;
  font-family: Adapta, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
}

.projects-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: 1fr auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-content: start;
  justify-content: stretch;
  align-items: start;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.project-thumb {
  position: relative;
  overflow: hidden;
}

.image-cover {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  position: relative;
}

.thumb-overlay {
  z-index: 5;
  color: var(--white);
  text-align: center;
  background-color: rgba(9, 9, 9, .5);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.bg-video-overlay {
  z-index: 0;
  opacity: .64;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay-info {
  z-index: 5;
  width: 100%;
  max-width: 20vw;
  position: relative;
}

.overlay-heading {
  width: 100%;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5vw;
  line-height: 1;
}

.slide-tab {
  color: rgba(255, 255, 255, .25);
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  transition: color .4s;
}

.slide-tab:hover {
  color: var(--white);
}

.slide-tab.w--current {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.tabs-slider {
  width: 100%;
  height: 90vh;
  display: flex;
}

.tab-line {
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.tab-pane-video {
  z-index: 0;
  opacity: .4;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tab-lightbox {
  color: #fff;
  flex: 1;
  width: 100%;
  height: 100%;
  padding: 12vw 8vw;
}

.quote {
  z-index: 5;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  font-size: 250%;
  font-weight: 600;
  line-height: 1.3;
  position: relative;
}

.tab-line-bg {
  background-color: rgba(255, 255, 255, .3);
  width: 100%;
  height: 1px;
  margin-top: 4px;
  position: relative;
}

.tabs-content {
  background-color: #1f1f1f;
  width: 100%;
  display: flex;
}

.tabs-menu {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  justify-items: stretch;
  padding-bottom: 6.25vw;
  padding-left: 8vw;
  padding-right: 8vw;
  display: grid;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tab-subheadline {
  font-size: 80%;
}

.tab-headline {
  margin-bottom: 16px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-style: italic;
  font-weight: 400;
}

.caption-margin-bottom {
  color: var(--border-white);
  font-family: Golos UI, sans-serif;
  font-size: 24px;
  line-height: 1;
}

.scale-thumb-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--black);
  grid-template-rows: auto;
  margin-bottom: -12vw;
  padding-bottom: 12vw;
  overflow: hidden;
}

.post-description {
  z-index: 15;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 80%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 1.1vw;
  left: 0%;
  right: 0%;
}

.scale-thumb-content {
  z-index: 10;
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 24px;
  display: flex;
  position: relative;
}

.scale-thumb {
  z-index: 0;
  background-color: var(--black);
  color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 28.125vw;
  transition: padding-top .4s, padding-bottom .4s, box-shadow .4s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 rgba(0, 0, 0, 0);
}

.scale-thumb:hover {
  z-index: 5;
  box-shadow: 0 10px 40px 3px rgba(27, 27, 27, .5);
}

.card-headline {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
}

.image-background {
  z-index: 0;
  opacity: .5;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.caption {
  opacity: .5;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 70%;
  font-weight: 500;
}

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

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

.display-none {
  display: none;
}

.footer-large-heading {
  color: var(--white);
  margin-top: 0%;
  font-family: Adapta, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
}

.footer-info-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 80%;
  margin-top: 2%;
  margin-left: auto;
  margin-right: auto;
}

.footer-heading-wrapper {
  width: 80%;
  margin-top: 0%;
  margin-left: auto;
  margin-right: auto;
}

.vertical-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
  width: 100%;
}

.hover-line {
  z-index: 5;
  background-color: var(--white);
  opacity: .6;
  color: var(--white);
  width: 100%;
  height: 1px;
  font-family: Golos UI, sans-serif;
  font-weight: 400;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.hover-line.bg-black {
  background-color: var(--black);
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--border-white);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  height: 64px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  transition: border .4s;
}

.text-field:hover, .text-field:focus {
  border-bottom-color: var(--white);
}

.form {
  display: flex;
}

.submit-button {
  border-bottom: 1px solid var(--border-white);
  background-color: rgba(0, 0, 0, 0);
  width: 64px;
  height: 64px;
  transition: padding .4s;
}

.submit-button:hover {
  padding-left: 30px;
  padding-right: 0;
}

.display-1 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -4px;
  padding-left: 0;
  font-family: Adapta, sans-serif;
  font-size: 122px;
  font-weight: 700;
  line-height: 1;
}

.contact-grid {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.contact-item {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  border-top: 1px solid var(--border-black);
  grid-template-rows: auto;
  padding-top: 3vw;
}

.contact-header-wrapper {
  padding-top: 3vw;
}

.contact-item-list {
  grid-column-gap: 0px;
  grid-row-gap: 6vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

._1st-section {
  width: 1200px;
  margin: 1% auto 0;
}

.black-link {
  color: var(--black);
  position: relative;
  overflow: hidden;
}

.tab-pane {
  width: 100%;
}

.tag-small {
  box-shadow: inset 0 0 0 1px var(--border-white);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 4px;
  margin: 0 .2vw;
  padding: .2vw .4vw;
  font-size: .7vw;
}

.bg-image-wrapper {
  z-index: -50;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.large-heading {
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 90px;
  font-weight: 600;
  line-height: 1.25;
  display: flex;
}

.lightbox-item {
  width: 100%;
  padding: 3vw 8vw;
}

.section-large-top {
  z-index: 5;
  padding-top: 60vh;
  padding-bottom: 12vw;
  position: relative;
}

.utility-grid {
  grid-column-gap: 0px;
  grid-row-gap: 6vw;
  grid-template-rows: auto;
}

.underline-link {
  border-bottom: 1px solid var(--border-black);
  transition: border .4s;
}

.underline-link:hover {
  border-bottom-color: var(--black);
}

.underline-link.white {
  border-bottom-color: var(--border-white);
  color: var(--white);
}

.underline-link.white:hover {
  border-bottom-color: var(--white);
}

.form-wrapper {
  background-color: var(--black);
  padding: 16px;
}

.colour-grid {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: 100px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: 100px;
  width: 100%;
}

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

.footer-logo {
  height: 32px;
  margin-bottom: 16px;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 80px;
  padding-left: 8vw;
  padding-right: 8vw;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-container {
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  display: flex;
}

.brand {
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.brand.w--current {
  width: 100%;
}

.bg-video {
  z-index: 0;
  opacity: .64;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.social-link {
  background-color: rgba(143, 143, 143, .25);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 3.33vw;
  height: 3.33vw;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  transition: background-color .4s;
  display: flex;
}

.social-link:hover {
  background-color: #363636;
}

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

.text-large {
  max-width: 40vw;
  font-size: 120%;
}

.images-thumbs {
  grid-template-rows: auto;
  margin-top: 32px;
}

.div-block {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.display-1-tablet {
  letter-spacing: -.03em;
  font-family: Adapta, sans-serif;
  font-size: 144px;
  font-weight: 700;
  line-height: 1;
  display: none;
}

.image {
  box-sizing: border-box;
  clear: none;
  aspect-ratio: auto;
  object-fit: fill;
  object-position: 50% 50%;
  flex: 0 auto;
  font-size: 16vw;
  display: block;
  overflow: clip;
}

.image-2 {
  width: 65%;
}

.text-block {
  color: var(--border-white);
  text-align: center;
  text-transform: uppercase;
  font-family: Golos UI, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

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

.heading {
  color: var(--black);
  margin-bottom: 0;
  font-family: Adapta, sans-serif;
}

.text-block-4 {
  font-family: Adapta, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.text-block-5 {
  color: var(--black);
  width: 100%;
  height: auto;
  font-family: Adapta, sans-serif;
  font-size: 2.2vw;
  font-weight: 700;
}

.text-block-6 {
  margin-top: 2%;
}

.image-3 {
  width: 60%;
}

.image-4 {
  width: 80%;
}

.social-links {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.image-5 {
  width: 70%;
}

.rich-text-block-1 {
  width: 100%;
}

.heading-4 {
  color: var(--black);
  margin-left: 5%;
  font-family: Golos Text, sans-serif;
  font-weight: 600;
}

.paragraph-2 {
  color: var(--black);
  margin-bottom: 0;
  padding-right: 10%;
  font-family: Golos Text, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.heading-3-copy-copy {
  float: left;
  color: var(--black);
  margin-bottom: 0%;
  font-family: Golos Text, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

.heading-4-copy {
  color: var(--black);
  margin-left: 5%;
  font-family: Golos Text, sans-serif;
  font-weight: 600;
}

.heading-3-copy-copy-copy {
  float: left;
  color: var(--black);
  font-family: Golos Text, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

.heading-4-copy-copy {
  color: var(--black);
  margin-left: 5%;
  font-family: Golos Text, sans-serif;
  font-weight: 600;
}

.heading-3-copy-copy-copy-copy {
  float: left;
  color: var(--black);
  font-family: Golos Text, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

.rich-text-block-1-copy {
  width: 100%;
}

.text-block-9 {
  color: var(--black);
  margin-top: 13%;
  font-family: Adapta, sans-serif;
  font-size: 2.2vw;
  font-weight: 200;
  line-height: 105%;
}

.text-block-10 {
  color: var(--black);
  padding-left: 0;
  font-family: Adapta, sans-serif;
  font-size: 5vw;
  font-weight: 700;
  line-height: 100%;
}

.text-block-9-copy {
  color: var(--black);
  margin-top: 25%;
  font-family: Adapta, sans-serif;
  font-size: 2.2vw;
  font-weight: 200;
  line-height: 105%;
}

.about-button {
  box-shadow: inset 0 0 0 1px var(--border-white);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 4px;
  margin: 0 .2vw;
  padding: .2vw .4vw;
  font-size: 80%;
}

.social-link-copy {
  background-color: rgba(143, 143, 143, .25);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 3.33vw;
  height: 3.33vw;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 1.1vw;
  transition: background-color .4s;
  display: flex;
}

.social-link-copy:hover {
  background-color: #363636;
}

.text-block-11 {
  color: var(--white);
  font-size: .8vw;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: center;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-5-copy {
  color: var(--black);
  width: 60%;
  font-family: Adapta, sans-serif;
  font-size: 2.2vw;
  font-weight: 700;
}

.section-2 {
  width: 1200px;
  margin: 2% auto 5%;
}

.section-2-copy {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.line {
  border: 1px solid #000;
  width: 1200px;
  height: 2px;
  margin-top: 2%;
  margin-bottom: 2%;
  line-height: 2px;
}

.text-block-12 {
  color: var(--black);
  width: 100%;
  margin-top: -24px;
  margin-left: -3px;
  padding-left: 0;
  font-family: Adapta, sans-serif;
  font-size: 9vw;
  font-weight: 700;
  line-height: 1;
}

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

.hover-line-2 {
  z-index: 1;
  opacity: .6;
  object-fit: fill;
  background-color: #fff;
  width: 100%;
  height: 2px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.footer-logo-2 {
  height: 32px;
  margin-bottom: 16px;
}

.footer-link-2 {
  color: #fff;
  position: relative;
  overflow: hidden;
}

.footer-heading-wrapper-2 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0%;
}

.caption-margin-bottom-2 {
  opacity: .5;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 2vw;
  font-size: 1.3vw;
  font-weight: 500;
  line-height: 1;
}

.footer-info-grid-2 {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  border-top: 1px solid rgba(255, 255, 255, .15);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 1200px;
  margin-top: 3%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3%;
}

.footer-copyright-grid-2 {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  opacity: .5;
  letter-spacing: .1em;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: 2fr;
  width: 100%;
  padding-top: 6vw;
  font-size: 70%;
  font-weight: 400;
}

.submit-button-2 {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  width: 64px;
  height: 64px;
  transition: padding .4s;
}

.submit-button-2:hover {
  padding-left: 30px;
  padding-right: 0;
}

.section-3 {
  padding: 12vw 8vw;
}

.section-3.footer-black {
  z-index: 5;
  background-color: var(--black);
  color: #fff;
  margin-top: 1%;
  padding: 3% 0%;
  font-family: Golos UI, sans-serif;
  position: relative;
}

.text-field-2 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  height: 64px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  transition: border .4s;
}

.text-field-2:hover, .text-field-2:focus {
  border-bottom-color: #fff;
}

.footer-large-heading-2 {
  letter-spacing: -.02em;
  width: 100%;
  max-width: 50vw;
  font-family: Adapta, sans-serif;
  font-size: 5vw;
  font-weight: 700;
  line-height: 1;
}

.vertical-list-2 {
  grid-column-gap: 0px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.text-block-5-copy {
  color: var(--white);
  width: 100%;
  height: auto;
  font-family: Adapta, sans-serif;
  font-size: 2.2vw;
  font-weight: 700;
  line-height: 1;
}

.text-block-14 {
  text-align: center;
  width: 100%;
  font-size: 1vw;
  line-height: 1;
}

.text-block-15 {
  width: 100%;
  height: 100%;
  font-size: 1.5vw;
}

.text-block-16 {
  width: 100%;
  height: auto;
  margin-top: 1vw;
  font-size: 1.6vw;
  line-height: 1;
  display: block;
}

.text-block-17 {
  width: 100%;
  height: auto;
  font-size: 1.6vw;
  line-height: 1;
}

.text-block-18 {
  font-size: 1.6vw;
  line-height: 1;
}

.grid-3 {
  grid-column-gap: .59vw;
  grid-row-gap: .59vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-content: start;
  justify-content: start;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.project-playlist {
  position: relative;
  overflow: hidden;
}

.overlay-heading-copy {
  width: 100%;
  margin-bottom: 0;
  font-size: 1.3vw;
  font-weight: 500;
  line-height: 1.25;
}

.section-4 {
  width: 100%;
  height: 100%;
  margin: 3% auto;
  padding-left: 0;
  padding-right: 0;
}

.project-playlist-copy {
  position: relative;
  overflow: hidden;
}

.image-cover-copy {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  position: relative;
}

.thumb-overlay-copy {
  z-index: 5;
  color: var(--white);
  text-align: center;
  background-color: rgba(9, 9, 9, .5);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.overlay-info-copy {
  z-index: 5;
  width: auto;
  max-width: 20vw;
  padding-top: 0;
  position: static;
  overflow: hidden;
}

.playlist-link {
  position: relative;
  overflow: visible;
}

.text-block-19, .text-block-20 {
  font-size: 1.3vw;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
  margin-top: 0;
}

@media screen and (min-width: 1440px) {
  h1 {
    margin-bottom: 1.11vw;
    font-size: 2.6vw;
  }

  h2 {
    margin-bottom: 1.11vw;
    font-size: 2.22vw;
  }

  h3 {
    margin-bottom: .55vw;
    font-size: 1.66vw;
  }

  h4 {
    margin-bottom: .55vw;
    font-size: 1.25vw;
  }

  h5 {
    margin-bottom: .3vw;
    font-size: 1vw;
  }

  h6 {
    margin-bottom: .3vw;
    font-size: .83vw;
  }

  p {
    margin-bottom: 1.11vw;
  }

  .utility-page-content {
    border-radius: .55vw;
    width: 24vw;
    padding: 2.2vw;
  }

  .layout {
    width: 100%;
    max-width: 100%;
  }

  .section {
    width: 1200px;
    margin-top: 26px;
    padding: 0;
    font-size: 100%;
  }

  .body {
    font-size: 1.11vw;
  }

  .display-2 {
    font-size: 5vw;
  }

  .projects-grid {
    grid-column-gap: .5vw;
    grid-row-gap: .5vw;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: start;
    align-items: start;
    justify-items: center;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .project-thumb {
    width: auto;
    height: auto;
    display: block;
  }

  .image-cover {
    opacity: 1;
  }

  .thumb-overlay {
    background-color: rgba(9, 9, 9, .5);
  }

  .bg-video-overlay {
    flex: none;
    order: -1;
    width: auto;
    height: auto;
    margin-bottom: 0;
  }

  .overlay-heading {
    font-size: 1.2vw;
  }

  .tab-line {
    height: .07vw;
  }

  .tab-lightbox {
    padding-left: 16vw;
    padding-right: 16vw;
  }

  .tab-line-bg {
    height: .07vw;
  }

  .tabs-menu {
    grid-column-gap: 1.11vw;
    grid-row-gap: 1.11vw;
    padding-left: 16vw;
    padding-right: 16vw;
  }

  .post-description {
    margin-left: auto;
    margin-right: auto;
    bottom: 1.1vw;
  }

  .scale-thumb-content {
    padding: 1.66vw;
  }

  .card-headline {
    font-size: 2.5vw;
  }

  .text-field {
    height: 4.44vw;
    font-size: 1.11vw;
  }

  .submit-button {
    width: 4.44vw;
    height: 4.44vw;
  }

  .display-1 {
    color: #333;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    font-size: 8vw;
  }

  ._1st-section {
    width: 1200px;
  }

  .tag-small {
    opacity: 1;
    pointer-events: auto;
    text-align: center;
    border-radius: .277vw;
    width: auto;
    max-width: none;
    margin: 0 .2vw;
    padding: .2vw;
    font-size: .4vw;
    line-height: 1;
    display: block;
    overflow: visible;
    box-shadow: 0 0 0 .07vw rgba(255, 255, 255, .1);
  }

  .large-heading {
    font-size: 6.25vw;
  }

  .lightbox-item {
    padding-left: 16vw;
    padding-right: 16vw;
  }

  .form-wrapper {
    padding: 1.11vw;
  }

  .footer-logo {
    height: 2.22vw;
    margin-bottom: 1.11vw;
  }

  .navbar {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    margin-top: 0;
    padding-left: 15vw;
    padding-right: 18vw;
    display: flex;
  }

  .navbar-container {
    z-index: auto;
    width: 1200px;
    margin-top: 10px;
    margin-bottom: 10px;
    position: static;
  }

  .brand {
    width: 100%;
    display: flex;
  }

  .brand.w--current {
    flex: 1;
  }

  .social-link {
    width: 3.33vw;
    height: 3.33vw;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0;
  }

  .social-link:hover {
    background-color: var(--hoover-dark-grey);
  }

  .images-thumbs {
    margin-top: 2.22vw;
  }

  .display-1-tablet {
    font-size: 10vw;
  }

  .image {
    flex: none;
    align-self: center;
    width: 250px;
    max-width: 400px;
    margin-top: 10px;
    margin-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .youtube {
    width: 300px;
  }

  .image-2 {
    width: 65%;
    max-width: none;
    max-height: none;
  }

  .div-block-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-3 {
    font-family: Adapta, sans-serif;
    font-size: 100%;
    font-weight: 700;
  }

  .heading {
    color: var(--white);
    -webkit-text-stroke-color: var(--black);
    margin-bottom: 0;
    font-family: Adapta, sans-serif;
    font-style: normal;
    line-height: 1;
  }

  .text-block-4 {
    display: block;
    position: static;
  }

  .text-block-5 {
    color: var(--black);
    width: 100%;
    height: auto;
    margin-left: 0;
    font-family: Adapta, sans-serif;
    font-size: 2.2vw;
    font-weight: 700;
  }

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

  .image-4 {
    width: 80%;
  }

  .social-links {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    width: auto;
    height: 100%;
    display: flex;
  }

  .grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    align-content: start;
    justify-content: center;
    align-items: start;
    justify-items: center;
    width: 100%;
    margin-top: 18px;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-7 {
    margin-top: 0;
    margin-left: 70px;
    font-family: Adapta, sans-serif;
    font-size: 4vw;
    font-weight: 700;
    line-height: 100%;
    display: block;
  }

  .paragraph {
    margin-top: 102px;
    margin-bottom: 0;
    margin-left: 70px;
    font-family: Golos Text, sans-serif;
    font-size: 1.5vw;
    font-style: normal;
    font-weight: 500;
    line-height: 2vw;
  }

  .image-5 {
    text-align: right;
    width: 60%;
    height: auto;
    margin-bottom: 38px;
  }

  .rich-text-block-1 {
    margin-left: 0;
    font-family: Adapta, sans-serif;
    font-size: 3vw;
    font-weight: 700;
    line-height: 2vw;
  }

  .heading-2 {
    width: 200%;
    margin-top: 60px;
    margin-bottom: 0;
    font-size: 1.8vw;
    font-style: normal;
    font-weight: 200;
  }

  .heading-3 {
    float: left;
    margin-top: 78px;
    margin-bottom: 0;
    font-family: Golos Text, sans-serif;
    font-size: 1vw;
    font-weight: 500;
  }

  .heading-4 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 2vw;
    font-family: Golos Text, sans-serif;
    font-weight: 600;
    display: block;
  }

  .paragraph-2 {
    text-align: left;
    width: auto;
    margin-top: 14px;
    margin-bottom: 0;
    padding-right: 2vw;
    font-family: Golos Text, sans-serif;
    font-size: 1vw;
    font-weight: 400;
    line-height: 1.5vw;
  }

  .heading-5 {
    box-sizing: border-box;
    width: 300%;
    margin-top: -17px;
    margin-bottom: 0;
    font-size: 5vw;
  }

  .heading-2-copy {
    width: 200%;
    margin-top: 21px;
    margin-bottom: 0;
    font-size: 1.8vw;
    font-weight: 200;
  }

  .heading-3-copy {
    float: left;
    margin-top: 78px;
    margin-bottom: 0;
    font-family: Golos Text, sans-serif;
    font-size: 1vw;
    font-weight: 500;
  }

  .heading-3-copy-copy {
    float: left;
    margin-top: .25vw;
    margin-bottom: 0;
    font-family: Golos Text, sans-serif;
    font-size: 1vw;
    font-weight: 500;
  }

  .heading-4-copy {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 2vw;
    font-family: Golos Text, sans-serif;
    font-weight: 600;
    display: block;
  }

  .heading-3-copy-copy-copy {
    float: left;
    margin-top: .25vw;
    margin-bottom: 0;
    font-family: Golos Text, sans-serif;
    font-size: 1vw;
    font-weight: 500;
  }

  .heading-4-copy-copy {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 2vw;
    font-family: Golos Text, sans-serif;
    font-weight: 600;
    display: block;
  }

  .heading-3-copy-copy-copy-copy {
    float: left;
    margin-top: .25vw;
    margin-bottom: 0;
    font-family: Golos Text, sans-serif;
    font-size: 1vw;
    font-weight: 500;
  }

  .bold-text, .bold-text-2 {
    width: 200%;
  }

  .rich-text-block-1-copy {
    margin-left: 0;
    font-family: Adapta, sans-serif;
    font-size: 3vw;
    font-weight: 700;
    line-height: 2vw;
  }

  .text-block-8 {
    width: 280vw;
    font-family: Adapta, sans-serif;
    font-size: 2vw;
    font-weight: 700;
    line-height: 2vw;
  }

  .text-block-9 {
    box-sizing: border-box;
    width: auto;
    margin-top: 10%;
    font-family: Adapta, sans-serif;
    font-size: 32px;
    font-weight: 200;
    line-height: 105%;
  }

  .text-block-10 {
    width: 100%;
    font-family: Adapta, sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 100%;
  }

  .text-block-9-copy {
    box-sizing: border-box;
    width: auto;
    margin-top: 22%;
    font-family: Adapta, sans-serif;
    font-size: 32px;
    font-weight: 200;
    line-height: 105%;
  }

  .grid-copy {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-left: 230px;
    margin-right: 230px;
  }

  .about-button {
    opacity: 1;
    pointer-events: auto;
    color: var(--border-black);
    text-align: center;
    text-transform: uppercase;
    border-radius: 2vw;
    align-self: center;
    width: auto;
    margin: 0 1vw 0 .2vw;
    padding: .5vw;
    font-size: 80%;
    display: block;
    overflow: visible;
    box-shadow: 0 0 0 .07vw rgba(0, 0, 0, .1);
  }

  .social-link-copy {
    width: 3.33vw;
    height: 3.33vw;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0;
  }

  .social-link-copy:hover {
    background-color: var(--hoover-dark-grey);
  }

  .text-block-11 {
    color: var(--white);
    font-size: .8vw;
  }

  .grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    align-content: start;
    justify-content: start;
    align-items: start;
    justify-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-5-copy {
    color: #333;
    width: 100%;
    height: auto;
    margin-top: -10px;
    margin-left: -.5vw;
    padding-left: 0;
    font-family: Adapta, sans-serif;
    font-size: 7vw;
    font-weight: 700;
    line-height: 1;
  }

  .section-2 {
    width: 1200px;
    margin-top: 49px;
    margin-left: auto;
    margin-right: auto;
  }

  .body-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .section-2-copy {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .line {
    outline-offset: 0px;
    background-color: #333;
    border: 1px #000;
    border-radius: 0;
    outline: 3px #333;
    width: 1150px;
    height: 2px;
    margin-top: 9px;
    margin-bottom: 44px;
    padding-bottom: 0;
    padding-right: 0;
    line-height: 2px;
  }

  .text-block-12 {
    color: var(--black);
  }

  .hover-line-2 {
    height: .07vw;
  }

  .footer-logo-2 {
    height: 2.22vw;
    margin-bottom: 1.11vw;
  }

  .footer-heading-wrapper-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .caption-margin-bottom-2 {
    margin-bottom: 2.22vw;
  }

  .footer-copyright-grid-2 {
    grid-column-gap: 2.22vw;
    grid-row-gap: 2.22vw;
  }

  .submit-button-2 {
    width: 4.44vw;
    height: 4.44vw;
  }

  .section-3 {
    padding-left: 16vw;
    padding-right: 16vw;
  }

  .text-field-2 {
    height: 4.44vw;
    font-size: 1.11vw;
  }

  .vertical-list-2 {
    grid-row-gap: .55vw;
  }

  .text-block-5-copy {
    color: var(--white);
    width: 100%;
    height: auto;
    margin-left: 0;
    font-family: Adapta, sans-serif;
    font-size: 2.2vw;
    font-weight: 700;
  }

  .rich-text-block-1-copy-copy {
    margin-left: 0;
    font-family: Adapta, sans-serif;
    font-size: 3vw;
    font-weight: 700;
    line-height: 2vw;
  }

  .grid-3 {
    align-content: start;
    justify-content: start;
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0%;
  }

  .project-playlist {
    width: auto;
    height: auto;
    display: block;
  }

  .overlay-heading-copy {
    font-size: 1vw;
  }

  .section-4 {
    width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }

  .project-playlist-copy {
    width: auto;
    height: auto;
    display: block;
  }

  .image-cover-copy {
    opacity: 1;
  }

  .thumb-overlay-copy {
    background-color: rgba(9, 9, 9, .5);
  }

  .playlist-link {
    overflow: visible;
  }
}

@media screen and (max-width: 991px) {
  .layout {
    width: 100%;
    height: auto;
  }

  .section {
    width: 100%;
    margin-top: 2%;
    margin-bottom: 3%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.footer-black {
    width: 100%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 24vw;
  }

  .projects-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 80%;
  }

  .thumb-overlay {
    background-color: rgba(9, 9, 9, .5);
  }

  .thumb-overlay.none-mobile, .bg-video-overlay {
    display: none;
  }

  .overlay-info {
    max-width: none;
    padding: 16px;
  }

  .overlay-heading {
    width: 100%;
    font-size: 1.6vw;
  }

  .overlay-subheading {
    display: none;
  }

  .tabs-slider {
    width: 100%;
  }

  .tab-lightbox {
    padding-top: 100px;
  }

  .quote {
    width: 75%;
    font-size: 28px;
    line-height: 1.5;
  }

  .post-description {
    display: none;
  }

  .scale-thumb, .scale-thumb:hover {
    box-shadow: none;
  }

  .card-headline {
    font-size: 24px;
  }

  .none-mobile {
    display: none;
  }

  .footer-large-heading {
    width: 80%;
    max-width: none;
    margin-top: 0;
    padding-top: 24px;
    font-size: 300%;
    line-height: 1;
  }

  .footer-info-grid {
    grid-template-columns: 2fr 1fr;
    width: 80%;
    margin-top: 3vw;
    padding-top: 0;
  }

  .footer-heading-wrapper {
    width: 100%;
    margin-top: 0;
  }

  .hover-line {
    display: none;
  }

  .submit-button:hover {
    padding-left: 15px;
    padding-right: 15px;
  }

  .display-1 {
    letter-spacing: -.04em;
    font-size: 80px;
  }

  ._1st-section {
    width: 80%;
    margin-top: 0;
    padding-top: 3%;
  }

  .bg-image-wrapper {
    z-index: 0;
    width: 100%;
    height: 50vh;
    margin-bottom: 3vw;
    position: relative;
  }

  .large-heading {
    font-size: 32px;
  }

  .lightbox-item {
    padding-bottom: 8vw;
  }

  .footer-logo {
    max-width: 80%;
  }

  .navbar {
    height: 6%;
  }

  .navbar-container {
    align-items: stretch;
    width: 100%;
  }

  .bg-video {
    height: 55vh;
    position: absolute;
  }

  .nav-menu {
    background-color: var(--white);
    flex-direction: row;
    padding: 0;
    position: relative;
  }

  .social-link {
    width: 5vw;
    height: 5vw;
    margin: 0;
  }

  .social-link:hover {
    background-color: var(--hoover-dark-grey);
  }

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

  .menu-button.w--open {
    background-color: var(--black);
    color: var(--white);
  }

  .nav-menu-container {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block {
    z-index: 10;
    height: 55vh;
    padding: 8vw;
    position: absolute;
  }

  .display-1-tablet {
    letter-spacing: -.01em;
    font-size: 40px;
    line-height: 1.2;
    display: block;
    position: relative;
  }

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

  .text-block-5 {
    width: 100%;
    font-size: 100%;
  }

  .grid {
    width: 80%;
  }

  .image-5 {
    width: 100%;
  }

  .heading-4 {
    margin-left: 7%;
    font-size: 16px;
  }

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

  .heading-3-copy-copy {
    font-size: 8px;
    line-height: 2;
  }

  .heading-4-copy {
    margin-left: 7%;
    font-size: 16px;
  }

  .heading-3-copy-copy-copy {
    font-size: 8px;
    line-height: 2;
  }

  .heading-4-copy-copy {
    margin-left: 7%;
    font-size: 16px;
  }

  .heading-3-copy-copy-copy-copy {
    font-size: 8px;
    line-height: 2;
  }

  .text-block-9 {
    width: 100%;
    margin-top: 18%;
    padding-left: 0;
  }

  .text-block-10 {
    width: 100%;
    padding-left: 0;
    font-size: 48px;
  }

  .text-block-9-copy {
    width: 100%;
    margin-top: 33%;
    padding-left: 0;
  }

  .social-link-copy {
    width: 5vw;
    height: 5vw;
    margin: 0;
  }

  .social-link-copy:hover {
    background-color: var(--hoover-dark-grey);
  }

  .text-block-11 {
    font-size: 1vw;
  }

  .grid-2 {
    width: 100%;
  }

  .section-2 {
    color: var(--black);
    width: 100%;
  }

  .line {
    width: 100%;
    margin-top: 0%;
    margin-bottom: 0%;
    overflow: visible;
  }

  .text-block-12 {
    width: 80%;
    margin-top: -19px;
    margin-left: auto;
    margin-right: auto;
  }

  .hover-line-2 {
    display: none;
  }

  .footer-heading-wrapper-2, .footer-info-grid-2 {
    width: 80%;
  }

  .footer-copyright-grid-2 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .submit-button-2:hover {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-large-heading-2 {
    max-width: none;
    font-size: 5vw;
  }

  .text-block-5-copy {
    width: 100%;
    font-size: 2.2vw;
  }

  .grid-3 {
    width: 80%;
  }

  .overlay-heading-copy {
    width: 100%;
  }

  .section-4 {
    width: 100%;
    margin-top: 3%;
  }

  .thumb-overlay-copy {
    background-color: rgba(9, 9, 9, .5);
  }

  .thumb-overlay-copy.none-mobile {
    display: none;
  }

  .overlay-info-copy {
    max-width: none;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-bottom: 0;
  }

  .section.footer-black {
    padding-top: 0;
  }

  .display-2 {
    letter-spacing: -.02em;
    font-size: 44px;
  }

  .projects-grid {
    grid-template-columns: 1fr 1fr;
  }

  .thumb-overlay {
    background-color: rgba(9, 9, 9, .5);
  }

  .overlay-heading {
    font-size: 3vw;
    line-height: 1.25;
  }

  .overlay-subheading {
    display: block;
  }

  .tabs-slider {
    min-height: 60vh;
  }

  .tab-lightbox {
    padding-top: 100px;
  }

  .quote {
    font-size: 24px;
  }

  .tabs-menu {
    grid-auto-flow: row;
  }

  .caption-margin-bottom {
    margin-bottom: 3vw;
  }

  .scale-thumb-grid {
    grid-template-columns: 1fr;
  }

  .scale-thumb {
    height: 56.25vw;
  }

  .footer-large-heading {
    letter-spacing: -.01em;
    font-size: 10vw;
  }

  .footer-info-grid {
    grid-row-gap: 6vw;
    grid-template-columns: 1fr;
  }

  .footer-copyright-grid {
    grid-row-gap: 6vw;
    grid-template-columns: 1fr;
    padding-top: 12vw;
  }

  .display-1 {
    letter-spacing: -.03em;
    margin-bottom: 0;
    font-size: 64px;
  }

  .contact-item {
    grid-template-columns: 1fr;
  }

  ._1st-section {
    margin-top: 0;
    margin-bottom: 2.5vw;
    padding-top: 7vw;
  }

  .large-heading {
    font-size: 24px;
  }

  .section-large-top {
    padding-top: 50vh;
  }

  .utility-grid {
    grid-template-columns: 1fr;
  }

  .bg-video {
    height: 45vh;
  }

  .nav-menu {
    flex: 0 auto;
  }

  .social-link {
    width: 7vw;
    height: 7vw;
  }

  .nav-menu-container {
    width: 100%;
  }

  .div-block {
    height: 45vh;
    padding-top: 80px;
  }

  .display-1-tablet {
    letter-spacing: 0;
    font-size: 30px;
  }

  .text-block-4 {
    margin-top: 11px;
    font-size: 5vw;
  }

  .text-block-5 {
    width: 60%;
    font-size: 3vw;
  }

  .grid {
    grid-template-rows: auto auto auto auto auto;
    height: auto;
  }

  .heading-4, .heading-4-copy, .heading-4-copy-copy {
    margin-left: 3.5%;
  }

  .rich-text-block-1-copy {
    margin-top: 0;
  }

  .text-block-9 {
    font-size: 2vw;
  }

  .text-block-10 {
    font-size: 6vw;
  }

  .text-block-9-copy {
    font-size: 2vw;
  }

  .social-link-copy {
    width: 7vw;
    height: 7vw;
  }

  .text-block-5-copy {
    width: 60%;
    font-size: 3vw;
  }

  .caption-margin-bottom-2 {
    margin-bottom: 3vw;
    font-size: 3vw;
  }

  .footer-info-grid-2 {
    grid-row-gap: 6vw;
    grid-template-columns: 1fr;
  }

  .footer-copyright-grid-2 {
    grid-row-gap: 6vw;
    grid-template-columns: 1fr;
    padding-top: 12vw;
  }

  .section-3.footer-black {
    margin-top: 6%;
    padding-top: 5%;
  }

  .footer-large-heading-2 {
    letter-spacing: -.01em;
    font-size: 7vw;
  }

  .text-block-5-copy {
    width: 60%;
  }

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

  .text-block-15 {
    font-size: 3vw;
  }

  .rich-text-block-1-copy-copy {
    margin-top: 0;
  }

  .overlay-heading-copy {
    text-align: center;
    line-height: 1.25;
  }

  .section-4 {
    margin-top: 4%;
    margin-bottom: 2.5%;
  }

  .thumb-overlay-copy {
    background-color: rgba(9, 9, 9, .5);
  }

  .text-block-19, .text-block-20 {
    font-size: 3vw;
  }

  .grid-4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-content: stretch;
    justify-content: stretch;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.footer-black {
    margin-top: 22px;
    padding-top: 0;
    padding-bottom: 6vw;
  }

  .projects-grid {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    height: 100%;
    margin-top: 0;
  }

  .image-cover {
    height: auto;
    display: inline-block;
  }

  .thumb-overlay {
    z-index: 5;
    float: none;
    background-color: rgba(0, 0, 0, .5);
    height: 100%;
    margin-bottom: 0;
    padding: 0;
    display: flex;
    position: absolute;
    overflow: hidden;
  }

  .overlay-info {
    padding: 0;
  }

  .overlay-heading {
    margin-bottom: 0;
    font-size: 70%;
  }

  .quote {
    width: 100%;
    font-size: 20px;
  }

  .caption-margin-bottom {
    margin-bottom: 0;
  }

  .footer-large-heading {
    margin-top: 0;
    padding-top: 14px;
    font-size: 9vw;
  }

  .footer-info-grid {
    margin-top: 6vw;
  }

  .footer-heading-wrapper {
    margin-top: 0;
  }

  .footer-copyright-grid {
    padding-top: 0;
  }

  .vertical-list {
    grid-row-gap: 0px;
  }

  .display-1 {
    margin-bottom: 0;
    margin-left: 0;
    font-size: 48px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-header-wrapper {
    padding-top: 0;
  }

  ._1st-section {
    margin-top: 33px;
    margin-bottom: 10px;
    padding-top: 0;
  }

  .footer-logo {
    width: 60%;
    height: auto;
    margin-bottom: 0;
  }

  .navbar {
    z-index: 0;
    height: 5%;
    margin-top: 0;
    display: flex;
  }

  .nav-menu {
    object-fit: fill;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 200%;
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .social-link {
    width: 7vw;
    height: 7vw;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button {
    padding: 0;
  }

  .nav-menu-container {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 50%;
    margin-left: auto;
    margin-right: 0;
  }

  .image-2 {
    width: 65%;
    max-width: 100%;
  }

  .text-block {
    margin-top: 30px;
    font-size: 60%;
  }

  .heading {
    width: 100%;
    font-size: 18px;
  }

  .text-block-4 {
    margin-top: 10px;
    font-size: 5vw;
  }

  .text-block-5 {
    flex: 0 auto;
    width: 100%;
    font-size: 4vw;
  }

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

  .image-3 {
    width: 60%;
    max-width: none;
  }

  .image-4 {
    width: 80%;
    max-width: 100%;
  }

  .social-links {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
  }

  .image-5 {
    min-width: 100px;
    overflow: visible;
  }

  .rich-text-block-1-copy {
    margin-top: 0;
  }

  .text-block-9 {
    font-size: 10px;
  }

  .text-block-10 {
    font-size: 18px;
  }

  .text-block-9-copy {
    font-size: 10px;
  }

  .social-link-copy {
    width: 7vw;
    height: 7vw;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-12 {
    margin-top: -1px;
  }

  .caption-margin-bottom-2 {
    font-size: 3vw;
  }

  .footer-large-heading-2 {
    font-size: 150%;
    line-height: 1.2;
  }

  .text-block-5-copy {
    flex: 0 auto;
    width: 100%;
    font-size: 4vw;
  }

  .text-block-14 {
    font-size: 55%;
  }

  .text-block-15 {
    font-size: 4vw;
  }

  .rich-text-block-1-copy-copy {
    margin-top: 0;
  }

  .overlay-heading-copy {
    margin-bottom: 0;
  }

  .section-4 {
    margin-top: 6%;
  }

  .image-cover-copy {
    height: auto;
    display: inline-block;
  }

  .thumb-overlay-copy {
    z-index: 5;
    float: none;
    background-color: rgba(0, 0, 0, .5);
    height: 100%;
    margin-bottom: 0;
    padding: 0;
    display: flex;
    position: absolute;
    overflow: hidden;
  }

  .overlay-info-copy {
    padding: 0;
  }
}

#w-node-_582cde1d-744a-850e-5301-0f4d10561365-f0e1c978 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-d5b0659e-6c12-b1b0-da35-64479d168670-f0e1c978 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_778b1b08-f300-4c15-6872-c26cf9582797-f0e1c978 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cb2c87e4-a830-4991-f69b-0bf63bcacc5f-f0e1c978 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_7aae2ea2-6be9-6bb8-736a-8a97d2599e5b-f0e1c978 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_947448d9-d688-08a9-4ca1-48c1e44b9c7c-f0e1c978 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-cb50fce0-8f82-6f7a-2e5d-fe44077f8e3a-f0e1c978 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-d2ac24aa-c7a1-6b94-8fb3-ad650fd4dd10-f0e1c978 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-a31ac62b-98d1-0328-18b4-cb318eb2e8fb-f0e1c978 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-f880bf88-8647-7cd1-7e7e-21ae83f2c404-f0e1c978 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_40ad1a98-3173-5ab2-e936-fbcee11fbe02-f0e1c978 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_672342ee-6b5e-e243-8ab7-da9f0ee05e82-f0e1c978 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_814234a1-c345-db39-b78d-c5ffc1be3c01-f0e1c978 {
  grid-area: 3 / 4 / 4 / 5;
}

#w-node-cee90e99-e6d7-48cd-8aed-e06b49d0fb77-f0e1c978 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-d5e41870-acf3-7460-106f-ee9e54b82ef5-f0e1c978 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-d79f0b9b-b435-a3d0-d1cc-d855933408dd-f0e1c978 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-ce6a6461-23c6-cdad-9309-741bd5660747-f0e1c978 {
  grid-area: 4 / 4 / 5 / 5;
}

#w-node-_026714c4-2413-c7c1-a50d-af5a26ac4a40-f0e1c978 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_45fc2a29-f5da-4b86-5fbb-c1944a18ab4d-f0e1c978 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_745c0c59-74cc-f230-2e9a-f18440b51511-f0e1c978 {
  grid-area: 5 / 3 / 6 / 4;
}

#w-node-ee078878-0748-df23-4f23-f069b99a40f2-f0e1c978 {
  grid-area: 5 / 4 / 6 / 5;
}

#w-node-bbe4337f-682f-aaf5-e603-92760a886c16-f0e1c978 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_47097d5f-c9de-5238-433b-6e027ae5bfbb-f0e1c978 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5743f165-c70f-1cfa-bf6f-13352493626d-f0e1c978 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-fe446a9d-5c16-0dcb-8d8f-1b181e1cfbac-f0e1c978 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_0d664b56-927e-6fff-347a-3fba16ad5387-f0e1c978 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_1005dd6f-d6c0-9b76-a470-01e37f48fc44-f0e1c978 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1005dd6f-d6c0-9b76-a470-01e37f48fc55-f0e1c978, #w-node-_1005dd6f-d6c0-9b76-a470-01e37f48fc59-f0e1c978 {
  justify-self: start;
}

#w-node-_1005dd6f-d6c0-9b76-a470-01e37f48fc98-f0e1c978 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_79a5e5ba-4900-a51b-15d6-917ca7c4c5cd-c983a3a7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b9f88f73-3158-f49c-7f10-46aee491194c-c983a3a7 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ac3766f7-9303-7678-610e-9351779502e7-c983a3a7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3470e624-9aee-ab1d-08e2-24b3ce22de06-f0e1c9b3 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_61460151-3988-147a-0848-8b29da5c450b-f0e1c9b7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_065523a0-dcc2-c3f7-c744-696bbefa16eb-f05393be {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_37f66846-8819-6019-d169-0c72a817986c-f05393be, #w-node-_37f66846-8819-6019-d169-0c72a817986e-f05393be {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: start;
}

#w-node-_37f66846-8819-6019-d169-0c72a8179870-f05393be {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_37f66846-8819-6019-d169-0c72a8179872-f05393be {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-df35a5bf-7fb3-dce7-a733-417c1b0954cd-f05393be {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_37f66846-8819-6019-d169-0c72a8179873-f05393be {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_37f66846-8819-6019-d169-0c72a817987a-f05393be {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_37f66846-8819-6019-d169-0c72a8179881-f05393be {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-a25c9629-e079-36b7-507d-263ed6f66a6a-f05393be {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a25c9629-e079-36b7-507d-263ed6f66a6f-f05393be {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a25c9629-e079-36b7-507d-263ed6f66a73-f05393be, #w-node-a25c9629-e079-36b7-507d-263ed6f66a77-f05393be {
  justify-self: start;
}

#w-node-a25c9629-e079-36b7-507d-263ed6f66a7c-f05393be {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1440px) {
  #w-node-_582cde1d-744a-850e-5301-0f4d10561365-f0e1c978 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-d5b0659e-6c12-b1b0-da35-64479d168670-f0e1c978 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: auto;
  }

  #w-node-_778b1b08-f300-4c15-6872-c26cf9582797-f0e1c978 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-cb2c87e4-a830-4991-f69b-0bf63bcacc5f-f0e1c978 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_7aae2ea2-6be9-6bb8-736a-8a97d2599e5b-f0e1c978 {
    grid-area: 1 / 4 / 2 / 5;
  }

  #w-node-_947448d9-d688-08a9-4ca1-48c1e44b9c7c-f0e1c978 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-cb50fce0-8f82-6f7a-2e5d-fe44077f8e3a-f0e1c978 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-d2ac24aa-c7a1-6b94-8fb3-ad650fd4dd10-f0e1c978 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-a31ac62b-98d1-0328-18b4-cb318eb2e8fb-f0e1c978 {
    grid-area: 2 / 4 / 3 / 5;
  }

  #w-node-f880bf88-8647-7cd1-7e7e-21ae83f2c404-f0e1c978 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_40ad1a98-3173-5ab2-e936-fbcee11fbe02-f0e1c978 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_672342ee-6b5e-e243-8ab7-da9f0ee05e82-f0e1c978 {
    grid-area: 3 / 3 / 4 / 4;
  }

  #w-node-_814234a1-c345-db39-b78d-c5ffc1be3c01-f0e1c978 {
    grid-area: 3 / 4 / 4 / 5;
  }

  #w-node-cee90e99-e6d7-48cd-8aed-e06b49d0fb77-f0e1c978 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-d5e41870-acf3-7460-106f-ee9e54b82ef5-f0e1c978 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-d79f0b9b-b435-a3d0-d1cc-d855933408dd-f0e1c978 {
    grid-area: 4 / 3 / 5 / 4;
  }

  #w-node-ce6a6461-23c6-cdad-9309-741bd5660747-f0e1c978 {
    grid-area: 4 / 4 / 5 / 5;
  }

  #w-node-_026714c4-2413-c7c1-a50d-af5a26ac4a40-f0e1c978 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_45fc2a29-f5da-4b86-5fbb-c1944a18ab4d-f0e1c978 {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-_745c0c59-74cc-f230-2e9a-f18440b51511-f0e1c978 {
    grid-area: 5 / 3 / 6 / 4;
  }

  #w-node-ee078878-0748-df23-4f23-f069b99a40f2-f0e1c978 {
    grid-area: 5 / 4 / 6 / 5;
  }

  #w-node-_065523a0-dcc2-c3f7-c744-696bbefa16eb-f05393be {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_37f66846-8819-6019-d169-0c72a817986c-f05393be, #w-node-_37f66846-8819-6019-d169-0c72a817986e-f05393be, #w-node-_37f66846-8819-6019-d169-0c72a8179870-f05393be {
    grid-area: 1 / 2 / 2 / 4;
    justify-self: start;
  }

  #w-node-_37f66846-8819-6019-d169-0c72a8179872-f05393be {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-df35a5bf-7fb3-dce7-a733-417c1b0954cd-f05393be {
    grid-area: 2 / 1 / 3 / 4;
    align-self: auto;
    justify-self: start;
  }

  #w-node-_37f66846-8819-6019-d169-0c72a8179873-f05393be {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_37f66846-8819-6019-d169-0c72a817987a-f05393be {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_37f66846-8819-6019-d169-0c72a8179881-f05393be {
    grid-area: 3 / 3 / 4 / 4;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_37f66846-8819-6019-d169-0c72a817986c-f05393be, #w-node-_37f66846-8819-6019-d169-0c72a817986e-f05393be, #w-node-_37f66846-8819-6019-d169-0c72a8179870-f05393be {
    grid-column-start: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d5b0659e-6c12-b1b0-da35-64479d168670-f0e1c978, #w-node-_778b1b08-f300-4c15-6872-c26cf9582797-f0e1c978, #w-node-cb2c87e4-a830-4991-f69b-0bf63bcacc5f-f0e1c978, #w-node-_7aae2ea2-6be9-6bb8-736a-8a97d2599e5b-f0e1c978, #w-node-_947448d9-d688-08a9-4ca1-48c1e44b9c7c-f0e1c978, #w-node-cb50fce0-8f82-6f7a-2e5d-fe44077f8e3a-f0e1c978, #w-node-d2ac24aa-c7a1-6b94-8fb3-ad650fd4dd10-f0e1c978, #w-node-a31ac62b-98d1-0328-18b4-cb318eb2e8fb-f0e1c978, #w-node-f880bf88-8647-7cd1-7e7e-21ae83f2c404-f0e1c978, #w-node-_40ad1a98-3173-5ab2-e936-fbcee11fbe02-f0e1c978, #w-node-_672342ee-6b5e-e243-8ab7-da9f0ee05e82-f0e1c978, #w-node-_814234a1-c345-db39-b78d-c5ffc1be3c01-f0e1c978, #w-node-cee90e99-e6d7-48cd-8aed-e06b49d0fb77-f0e1c978, #w-node-d5e41870-acf3-7460-106f-ee9e54b82ef5-f0e1c978, #w-node-d79f0b9b-b435-a3d0-d1cc-d855933408dd-f0e1c978, #w-node-ce6a6461-23c6-cdad-9309-741bd5660747-f0e1c978, #w-node-_026714c4-2413-c7c1-a50d-af5a26ac4a40-f0e1c978, #w-node-_45fc2a29-f5da-4b86-5fbb-c1944a18ab4d-f0e1c978, #w-node-_745c0c59-74cc-f230-2e9a-f18440b51511-f0e1c978, #w-node-ee078878-0748-df23-4f23-f069b99a40f2-f0e1c978 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1005dd6f-d6c0-9b76-a470-01e37f48fc98-f0e1c978, #w-node-ac3766f7-9303-7678-610e-9351779502e7-c983a3a7 {
    grid-column: span 1 / span 1;
  }

  #w-node-_37f66846-8819-6019-d169-0c72a8179873-f05393be {
    grid-row: 3 / 4;
    grid-column-end: 4;
  }

  #w-node-_37f66846-8819-6019-d169-0c72a817987a-f05393be {
    grid-area: 4 / 1 / 5 / 4;
  }

  #w-node-_37f66846-8819-6019-d169-0c72a8179881-f05393be {
    grid-row: 5 / 6;
    grid-column-start: 1;
  }

  #w-node-a25c9629-e079-36b7-507d-263ed6f66a7c-f05393be {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d5b0659e-6c12-b1b0-da35-64479d168670-f0e1c978 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Golos Text';
  src: url('../fonts/Golos-Text_Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Golos Text';
  src: url('../fonts/Golos-Text_DemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Golos Text';
  src: url('../fonts/Golos-Text_Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Golos Text';
  src: url('../fonts/Golos-Text_Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Golos UI';
  src: url('../fonts/Golos-UI_Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Golos UI';
  src: url('../fonts/Golos-UI_Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Golos UI';
  src: url('../fonts/Golos-UI_Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Adapta';
  src: url('../fonts/Typekiln---AdaptaText-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Adapta';
  src: url('../fonts/Typekiln---AdaptaDisplay-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}