body {
  color: #131515;
  background-color: #e8ecec;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-family: Hauora, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1;
  display: block;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 5em;
  font-weight: 500;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 4.5em;
  font-weight: 500;
  line-height: 1.1;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 3.9em;
  font-weight: 500;
  line-height: 1.1;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 3.2em;
  font-weight: 500;
  line-height: 1.2;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.2;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2.2em;
  font-weight: 600;
  line-height: 1.2;
}

p {
  margin-bottom: 21px;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: #131515;
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 1.3em;
  line-height: 1.5;
}

blockquote {
  color: #131515;
  border-left: 3px solid #131515;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1.8em;
  line-height: 22px;
}

figcaption {
  text-align: center;
  margin-top: 10px;
  font-size: 1.1em;
}

.page-wrapper {
  z-index: 10;
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: auto;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin: 0;
  padding-bottom: 100px;
  padding-left: 71px;
  padding-right: 71px;
  display: block;
  position: static;
  left: auto;
  overflow: visible;
}

.section {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.container {
  width: 100%;
  padding: 0;
  overflow: visible;
}

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

.container.grid.home-v2 {
  z-index: 10;
  height: 450vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.container.grid.home-v2.top {
  z-index: 9;
  height: auto;
  grid-template-rows: auto 492px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: 500px;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: stretch;
  justify-items: stretch;
  margin: auto;
  padding: 0 0 11.9em;
  display: grid;
  position: relative;
}

.container.fixed {
  z-index: 11;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: row;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.container.fullscreen {
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  padding-top: 54px;
  padding-bottom: 0;
  display: flex;
}

.container.fullscreen.low-bottom-padding {
  padding-bottom: 2em;
}

.container.footer {
  z-index: 999;
  text-align: center;
  background-color: #e8ecec;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  margin: 0;
  padding: 1em 4vw;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.container.no-bottom-padding {
  padding-bottom: 0;
}

.container.no-bottom-padding.top {
  height: 100%;
  max-height: none;
  min-height: 0;
  margin: auto;
  padding-bottom: 0;
}

.container.top {
  width: auto;
  height: auto;
  max-height: none;
  margin: auto;
  padding: 103px 0 10em;
}

.container.top.no-bottom-padding {
  width: 1325px;
  padding-left: 0;
  padding-right: 0;
}

.relative-1 {
  position: relative;
  top: -70px;
  left: 62px;
}

.lightbox-img {
  width: 100%;
}

.center-text {
  text-align: center;
}

.center-text.home-title {
  text-transform: none;
  margin-bottom: 0;
  display: block;
  overflow: visible;
}

.slide-wrapper {
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.slide {
  width: 32.6%;
  margin-right: 1em;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  align-items: flex-start;
}

.slide-nav {
  display: none;
}

.row-wrapper {
  height: 38em;
  border-bottom: 1px #131515;
  justify-content: center;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.row-content-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}

.large-heading {
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 5em;
}

.row-img {
  width: 15em;
  margin-left: 3em;
  margin-right: 3em;
}

.projects-wrapper {
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10em;
  display: flex;
  position: relative;
}

.project-wrapper {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.img-wrapper-small {
  width: 14em;
  height: 19em;
  position: absolute;
  top: 2em;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.image-small {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-wrapper-large {
  width: 22em;
  height: 30em;
  position: absolute;
  top: auto;
  bottom: 2em;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.central-img-wrapper {
  width: 30em;
}

.title-wrapper {
  text-decoration: none;
  position: absolute;
  bottom: 0%;
}

.jumbo-heading {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 7em;
}

.jumbo-heading.home-title.no-bottom-margin {
  font-size: 6.9em;
}

.jumbo-heading.no-bottom-margin {
  text-align: center;
  margin-top: -8px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

._2-column-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #131515;
  border-bottom: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: .7em;
  padding-bottom: 1em;
  display: grid;
}

._2-column-wrapper.hero {
  border-top-style: none;
  margin: auto;
  padding: 0 100px 0 0;
}

.about-img-wrapper {
  border-right: 1px solid #131515;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4em 7em;
  display: flex;
}

.image-6 {
  width: 430%;
  height: 510px;
  max-height: 400px;
  max-width: 560px;
  min-height: 60px;
  min-width: 90px;
  object-fit: cover;
}

.about-text-wrapper {
  color: #131515;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 4em 5.2em 4em 7em;
  display: flex;
}

.display-text {
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 1.5em;
  font-size: 2.3em;
  line-height: 1.4;
  display: block;
}

.contact-content {
  border-right: 1px solid #131515;
  margin-right: auto;
  padding: 3em 5em 3em 0;
  display: block;
}

.error-message {
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
}

.button {
  color: #e8ecec;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #131515;
  border: 1px solid #131515;
  padding: 1em 2.5em;
  font-size: 1.3em;
  font-weight: 400;
  transition: color .3s, background-color .3s;
}

.button:hover {
  color: #131515;
  background-color: #e8ecec;
}

.button:active, .button:focus {
  color: #131515;
  background-color: #e8ecec;
  border-width: 1px;
  border-color: #131515;
}

.button._404 {
  margin-top: 40px;
}

.button.top-margin {
  margin-top: 3em;
}

.form-label {
  text-align: left;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

.form-label.bottom-margin {
  margin-bottom: 2em;
}

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

.radio-button-label {
  margin-bottom: -.1em;
  margin-left: 1em;
  font-size: 14px;
  font-weight: 400;
}

.left-container {
  width: 50%;
  margin-right: 2em;
}

.form {
  margin-left: auto;
  margin-right: auto;
  padding: 4em 0;
}

.form-container {
  display: flex;
}

.form-text-area {
  min-height: 6em;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #131515;
  border-radius: 0;
  margin-bottom: 3em;
  font-size: 14px;
}

.form-text-area:active, .form-text-area:focus {
  border-style: solid;
  border-color: #131515;
}

.success-text {
  text-align: left;
  border: .15em #000;
  font-size: 1.8em;
  line-height: 1.6;
}

.success-message {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 6em;
  padding-left: 0;
}

.right-container {
  width: 50%;
}

.form-text-field {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #131515;
  border-radius: 0;
  margin-bottom: 3em;
  font-size: 14px;
  overflow: scroll;
}

.form-text-field:active, .form-text-field:focus {
  border-bottom-color: #131515;
}

.radio-button-field {
  align-items: center;
  margin-top: 1em;
  display: flex;
}

.radio-button {
  width: 1.2em;
  height: 1.2em;
  border-width: .15em;
  border-color: #000;
  margin-top: 0;
}

.radio-button:active {
  background-color: #000;
}

.radio-button.w--redirected-checked {
  background-color: #000;
  border-width: .15em;
  border-color: #000;
}

.radio-button.w--redirected-focus {
  box-shadow: none;
  background-color: #000;
  border-width: .15em;
  border-color: #000;
}

.form-wrapper {
  margin-left: 0;
  padding-left: 1em;
}

.project-info-row {
  border-bottom: 1px solid #131515;
  padding: 2em 0 2em 3em;
}

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

.project-info-wrapper {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.project-title-wrapper {
  border-bottom: 1px solid #131515;
  border-right: 1px solid #131515;
  padding-top: 1em;
  padding-right: 3em;
}

.project-photos-wrapper {
  margin-top: 5em;
  padding-left: 17em;
  padding-right: 17em;
}

.collection-item {
  margin-bottom: 5em;
}

.next-project-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block {
  width: 40em;
  color: #131515;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.image-10 {
  width: 100%;
  height: 40em;
  object-fit: cover;
}

.navbar-wrapper {
  z-index: 999;
  width: 100%;
  text-align: left;
  background-color: #e8ecec;
  justify-content: space-between;
  align-items: center;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #131515;
  justify-content: space-around;
  align-items: center;
}

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

.nav-link {
  text-transform: uppercase;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 400;
  transition: color .3s;
}

.nav-link:hover {
  color: rgba(19, 21, 21, .66);
}

.nav-link.w--current {
  color: rgba(19, 21, 21, .66);
  font-family: Hauora, sans-serif;
}

.nav-link.w--current:hover {
  color: rgba(19, 21, 21, .66);
}

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

.footer-wrapper {
  z-index: 100;
  clear: none;
  background-color: #e8ecec;
  border-top: 1px solid #131515;
  justify-content: space-between;
  margin-left: 50px;
  margin-right: 50px;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.relative-2 {
  position: relative;
  top: -50px;
  left: -79px;
}

.top-title-wrapper {
  border-bottom: 1px solid #131515;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 2em;
  display: flex;
}

.left-arrow {
  height: 28px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  top: -1.3em;
  bottom: 0%;
  left: auto;
  right: 3em;
}

.right-arrow {
  height: 28px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  top: -1.3em;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.uppercase {
  text-transform: uppercase;
}

.large-paragraph {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
}

.large-paragraph._404 {
  text-align: center;
  margin-top: 10px;
}

.large-paragraph.licensing-text {
  max-width: 60%;
}

.large-paragraph.no-bottom-margin {
  font-size: 1em;
  font-weight: 300;
}

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

.label-text {
  text-transform: uppercase;
  font-size: 1.4em;
}

.projects-fixed-wrapper {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-large {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-title-link {
  text-decoration: none;
}

.row-collection-item {
  border-bottom: 1px solid #000;
}

.row-collection-item:last-child {
  border-bottom-style: none;
}

.footer-link {
  margin-right: 2em;
  font-size: 14px;
  transition: color .3s;
}

.footer-link:hover {
  color: rgba(19, 21, 21, .66);
}

.footer-link.last {
  margin-right: 0;
}

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

.utility-page-content {
  text-align: center;
  border-top: 1px #131515;
  border-bottom: 1px #131515;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.slide-overlay {
  background-color: rgba(232, 236, 236, .5);
  justify-content: center;
  align-items: center;
  padding: 2em;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.footer-right-wrapper, .footer-left-wrapper {
  display: flex;
}

.footer-link-text {
  margin: auto 0 auto auto;
  padding-left: 0;
  display: block;
}

.gallery-2-photo {
  margin-top: auto;
}

.gallery-wrapper {
  height: 450vh;
  padding-bottom: 0;
  overflow: visible;
}

.top-title-wrapper-low {
  padding-top: 1em;
  padding-bottom: 1em;
}

.top-title-wrapper-low.bottom-border {
  border-bottom: 1px solid #131515;
  padding-top: 0;
}

.sg-wrapper {
  align-items: flex-start;
}

.sticky-wrapper {
  width: 40%;
  padding-top: 3em;
  padding-bottom: 5em;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

.section-content-wrapper {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5em;
}

.sg-section {
  border-top: 0 #131515;
  border-bottom: 1px solid #131515;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.sg-section.no-border {
  border-bottom-style: none;
}

.sg-container {
  margin-top: 3em;
  display: block;
}

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

.licensing-photo-wrapper {
  width: 27em;
  height: 27em;
  overflow: hidden;
}

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

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

.text-field {
  background-color: #e8ecec;
  border: 1px #131515;
  border-bottom-style: solid;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 14px;
}

.text-field:active, .text-field:focus {
  border-bottom-color: #131515;
}

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

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

.project-info, .form-block {
  margin-bottom: 0;
}

.dropdown-list {
  background-color: #131515;
}

.dropdown-link {
  color: #e8ecec;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  transition: color .3s;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: rgba(232, 236, 236, .66);
}

.dropdown-toggle {
  text-transform: uppercase;
  padding-right: 20px;
  font-size: 14px;
  transition: color .3s;
}

.dropdown-toggle:hover {
  color: rgba(19, 21, 21, .66);
}

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

.top {
  padding-top: 54px;
}

.collection-item-2 {
  margin-bottom: 1em;
}

.collection-item-2:last-child {
  margin-bottom: 0;
}

.changelog-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  padding-top: 5em;
  padding-bottom: 15em;
  display: grid;
}

.changelog-list {
  font-weight: 500;
}

.color-wrapper {
  width: 15em;
  height: 15em;
  border: 1px solid #000;
  margin-right: 5em;
  display: inline-block;
}

.color-wrapper.light {
  background-color: #e8ecec;
}

.color-wrapper.dark {
  background-color: #131515;
}

.arrow-img {
  width: 100%;
  height: 100%;
}

.fixed-title-wrapper {
  z-index: 11;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: static;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.no-bottom-margin {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 14px;
}

.background-video {
  width: auto;
  max-height: 370px;
  max-width: 310px;
  margin-left: 95px;
  display: block;
  overflow: hidden;
}

.background-video-2 {
  width: 410px;
  max-height: 410px;
  max-width: 310px;
  margin-left: 108px;
}

.background-video-3 {
  width: auto;
  height: 480px;
  max-height: 420px;
  max-width: 270px;
  margin-top: 60px;
  margin-left: 56px;
}

.background-video-4 {
  width: 320px;
  max-height: 400px;
  margin-left: 20px;
}

.background-video-5 {
  max-height: 380px;
  margin-left: 148px;
}

.background-video-6 {
  width: 300px;
  max-height: 368px;
  margin-left: 18px;
}

.image-11 {
  width: auto;
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  display: inline-block;
  position: static;
}

.text-block {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 0;
  display: flex;
}

.text-block-2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 5vw;
  font-style: italic;
  line-height: 0;
  text-decoration: none;
}

.background-video-7 {
  width: auto;
  height: auto;
  max-height: 23px;
  max-width: 440px;
  min-height: 0;
  min-width: 0;
  overflow: visible;
}

.background-video-8 {
  width: auto;
  height: auto;
  max-height: 130px;
  max-width: 190px;
  min-height: 360px;
  min-width: 190px;
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  left: auto;
}

.heading {
  text-align: center;
  text-transform: uppercase;
  margin: auto;
  font-size: 3em;
}

.button-2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.button-2:hover {
  margin-top: auto;
  margin-bottom: auto;
}

.call-to-action {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.heading-2 {
  text-align: center;
  text-transform: uppercase;
  margin-top: -20px;
  margin-left: -143px;
  margin-right: -143px;
  padding-left: 0;
  padding-right: 0;
  font-size: 2em;
  position: -webkit-sticky;
  position: sticky;
}

.paragraph {
  text-align: center;
  margin-top: -15px;
  font-size: 1em;
  position: -webkit-sticky;
  position: sticky;
}

.button-3 {
  width: 100px;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  text-align: center;
  text-transform: uppercase;
  margin-top: -20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 2vw;
  display: block;
  position: -webkit-sticky;
  position: sticky;
}

.container-2 {
  margin-top: auto;
}

.paragraph-2 {
  text-align: center;
  margin-bottom: 2px;
  margin-left: -174px;
  margin-right: -174px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1em;
}

.heading-4 {
  text-transform: uppercase;
  margin-top: 9px;
  margin-left: auto;
  margin-right: auto;
  font-size: 5em;
}

.lightbox-link-2 {
  height: 410px;
}

.grid-2 {
  grid-template-areas: "Area";
}

.lightbox-link-3 {
  height: 470px;
}

.image-12 {
  width: auto;
  height: auto;
  max-height: 100px;
  max-width: 90%;
  padding-left: 50px;
}

.column, .column-2, .column-3 {
  padding-bottom: 0;
}

.image-13, .image-14, .image-15 {
  max-width: 60%;
}

.heading-5 {
  font-size: 2em;
}

.heading-6 {
  font-size: 2.5em;
}

.paragraph-3, .paragraph-4, .paragraph-5 {
  font-size: 1em;
}

.image-16 {
  width: 210px;
  height: 208.576px;
  max-width: none;
  min-height: auto;
  min-width: auto;
  display: block;
}

.image-17 {
  width: auto;
  max-height: none;
  max-width: none;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-clip: border-box;
  margin: auto;
  display: block;
  position: static;
}

.container-3 {
  justify-content: flex-start;
  display: flex;
}

.text-block-3 {
  text-align: center;
  position: -webkit-sticky;
  position: sticky;
}

.link-block-2 {
  cursor: pointer;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block {
  z-index: 11;
  width: 590px;
  height: 440px;
  clear: none;
  cursor: auto;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin: -155px auto auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
}

.link-block-3 {
  text-align: center;
  cursor: auto;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.body {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  overflow: visible;
}

.container-4 {
  flex-direction: column;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.body-2 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

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

.body-3 {
  justify-content: space-between;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.background-video-9 {
  width: 130%;
  height: 130%;
  max-height: 490px;
  max-width: 600px;
}

.link-block-4 {
  width: 40px;
  height: 40px;
  max-height: none;
  max-width: none;
  background-image: url('../images/512px-Instagram_font_awesome.svg.png');
  background-size: cover;
  background-attachment: scroll;
  align-items: stretch;
  margin-right: auto;
  padding-top: 0;
  display: block;
  overflow: visible;
}

.link {
  padding-left: 40px;
}

.image-18 {
  max-height: 50px;
  max-width: 50%;
}

.background-video-10 {
  max-height: 380px;
}

.background-video-11 {
  max-height: 370px;
}

.background-video-12 {
  max-height: 560px;
}

.container-6 {
  padding: 5em 4vw;
}

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

.container-6.grid.home-v2 {
  z-index: 10;
  height: 450vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.container-6.grid.home-v2.top {
  grid-column-gap: 16px;
}

.container-6.footer {
  z-index: 999;
  z-index: 999;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0;
  display: flex;
  position: relative;
}

.background-video-13 {
  max-height: 480px;
}

.gallery-wrapper-2 {
  height: 450vh;
  overflow: hidden;
}

.section-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.container-7 {
  align-items: center;
  display: flex;
}

.footer-wrapper-2 {
  border-top: 1px solid #131515;
  justify-content: space-between;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.footer-left-wrapper-2 {
  display: flex;
}

.footer-link-2 {
  margin-left: -364px;
  margin-right: 63.3em;
  font-size: 14px;
  transition: color .3s;
}

.footer-link-2:hover {
  color: rgba(19, 21, 21, .66);
}

.footer-link-2.last {
  margin-right: 0;
}

.footer-right-wrapper-2 {
  width: 100%;
  height: 100%;
  max-height: 200px;
  max-width: 260px;
  min-height: 10px;
  min-width: 190px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-2 {
  width: 100%;
  height: 100%;
  max-height: 35px;
  max-width: 35px;
  min-height: 35px;
  min-width: 35px;
  background-image: url('../images/instagram.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: flex-start;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.div-block-3 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 278px;
  padding-right: 278px;
  display: block;
}

.body-4, .body-5 {
  overflow: hidden;
}

.div-block-4 {
  max-height: 50px;
  max-width: 150px;
  min-height: 50px;
  min-width: 100px;
  justify-content: flex-start;
  margin-top: -20px;
  margin-left: 0;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.link-block-5 {
  max-height: 40px;
  max-width: 40px;
  min-height: 30px;
  min-width: 30px;
  background-image: url('../images/instagram.png');
  background-position: 0 0;
  background-size: cover;
  flex-direction: row;
  justify-content: space-between;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  padding-right: 40px;
  display: flex;
}

.link-block-6 {
  max-height: 40px;
  max-width: 40px;
  min-height: 40px;
  min-width: 40px;
  background-image: url('../images/youtube.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: flex-start;
  margin-left: -30px;
  margin-right: auto;
  padding-right: 0;
  display: block;
}

.link-block-6-copy {
  max-height: 40px;
  max-width: 40px;
  min-height: 40px;
  min-width: 40px;
  background-image: url('../images/facebook.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: flex-start;
  margin-left: 20px;
  margin-right: auto;
  padding-right: 0;
  display: block;
}

.container-8 {
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.link-block-5-copy {
  width: 30px;
  height: 30px;
  max-height: 50px;
  max-width: 50px;
  min-height: auto;
  min-width: auto;
  opacity: 1;
  object-fit: fill;
  background-image: url('../images/instagram.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 0;
  flex-direction: row;
  justify-content: space-between;
  margin: auto auto auto 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.link-block-6-footer {
  width: 40px;
  height: 40px;
  max-height: 30px;
  max-width: 30px;
  min-height: auto;
  min-width: auto;
  background-image: url('../images/youtube.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: flex-start;
  margin: auto auto auto -50px;
  padding-right: 0;
  display: block;
}

.link-block-6-copy-copy {
  width: 40px;
  height: 40px;
  max-height: 30px;
  max-width: 30px;
  min-height: auto;
  min-width: auto;
  background-image: url('../images/facebook.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: flex-start;
  margin: auto auto auto -50px;
  padding-right: 0;
  display: block;
}

.footer-link-3 {
  margin-right: 2em;
  font-size: 14px;
  transition: color .3s;
}

.footer-link-3:hover {
  color: rgba(19, 21, 21, .66);
}

.footer-link-3.last {
  margin-right: 0;
}

.footer-right-wrapper-3 {
  display: flex;
}

.footer-left-wrapper-2-copy {
  width: 100%;
  height: 100%;
  max-height: 150px;
  max-width: 150px;
  min-height: 10px;
  min-width: 150px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .page-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .container.grid.home-v2.top {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto 492px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    justify-items: stretch;
    padding: 0 5vw;
    display: grid;
    overflow: visible;
  }

  .container.fixed {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .container.footer {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .container.no-bottom-padding.top {
    width: auto;
    height: auto;
    padding-left: 13vw;
    padding-right: 13vw;
  }

  .container.top {
    padding-bottom: 5em;
    font-size: 2em;
  }

  .container.top.no-bottom-padding {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .jumbo-heading.no-bottom-margin {
    font-size: 3.7em;
    font-weight: 500;
  }

  ._2-column-wrapper.hero {
    padding-left: 0;
    padding-right: 0;
  }

  .about-img-wrapper {
    padding-top: 1.5em;
    padding-bottom: 1.7em;
  }

  .about-text-wrapper {
    padding: 1.6em 1.4em 1.5em;
  }

  .display-text {
    font-size: 90%;
  }

  .form-label, .radio-button-label, .nav-link {
    font-size: 16px;
  }

  .top-title-wrapper {
    padding-top: .5em;
  }

  .left-arrow {
    width: 100px;
    height: 40px;
    top: -1.7em;
    right: 4em;
  }

  .right-arrow {
    width: 100px;
    height: 40px;
    top: -1.7em;
  }

  .large-paragraph, .large-paragraph.no-bottom-margin {
    font-size: 15px;
  }

  .footer-link {
    font-size: 16px;
  }

  .gallery-wrapper {
    height: 440vh;
    margin-left: auto;
    margin-right: auto;
  }

  .section-content-wrapper {
    flex: 0 auto;
    font-size: .5em;
  }

  .text-field, .dropdown-link, .dropdown-toggle {
    font-size: 16px;
  }

  .top {
    padding-top: 56px;
  }

  .no-bottom-margin {
    font-size: 80px;
  }

  .background-video-2 {
    margin-left: 160px;
  }

  .background-video-3 {
    max-height: 440px;
    margin-top: 100px;
    margin-left: 48px;
    padding-top: 0;
  }

  .image-11 {
    position: -webkit-sticky;
    position: sticky;
  }

  .heading {
    font-size: 2em;
    font-weight: 300;
  }

  .heading-2 {
    text-transform: uppercase;
    font-size: 2em;
  }

  .paragraph {
    margin-top: -14px;
    font-size: 1em;
  }

  .button-3 {
    text-transform: uppercase;
    margin-top: -15px;
    position: -webkit-sticky;
    position: sticky;
  }

  .paragraph-2 {
    margin-top: 0;
    font-size: 1em;
    position: -webkit-sticky;
    position: sticky;
  }

  .heading-4 {
    font-size: 80px;
  }

  .image-13, .image-14, .image-15 {
    max-width: 50%;
  }

  .heading-6 {
    font-size: 1.2em;
  }

  .paragraph-3, .paragraph-4, .paragraph-5 {
    font-size: 15px;
  }

  .heading-7 {
    font-size: 1.5em;
  }

  .paragraph-6 {
    font-size: 1em;
  }

  .text-block-4, .text-block-5, .text-block-6, .text-block-7 {
    font-size: 20px;
  }

  .footer-link-2 {
    margin-right: 55.7em;
    font-size: 16px;
  }

  .footer-right-wrapper-2 {
    max-width: 300px;
    min-width: 190px;
  }

  .link-block-5-copy {
    max-width: 50px;
    margin-left: 0;
  }

  .link-block-6-footer, .link-block-6-copy-copy {
    margin-left: -60px;
  }

  .footer-link-3 {
    font-size: 16px;
  }

  .footer-left-wrapper-2-copy {
    max-height: 130px;
    max-width: 150px;
    min-height: 10px;
    min-width: 150px;
    margin-left: 0;
    margin-right: auto;
  }
}

@media screen and (min-width: 1920px) {
  body {
    font-size: 18px;
  }

  .page-wrapper {
    width: auto;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .section {
    margin-bottom: 0;
  }

  .container {
    margin-top: auto;
    padding: 0 8vw;
  }

  .container.grid.home-v2.top {
    border: 10px #000;
    border-radius: 12px;
    margin-top: auto;
    padding-bottom: 11.3em;
    padding-left: 167px;
    padding-right: 167px;
  }

  .container.fixed {
    z-index: 11;
    height: 100vh;
    opacity: 1;
    filter: blur();
    -webkit-text-fill-color: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0;
    bottom: 204%;
  }

  .container.footer {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    align-self: auto;
    margin: auto;
    padding: 1em 0;
    bottom: 0%;
  }

  .container.no-bottom-padding.top {
    width: auto;
    height: auto;
    padding-left: 13vw;
    padding-right: 13vw;
  }

  .container.top {
    padding-top: 170px;
    padding-bottom: 5em;
  }

  .container.top.no-bottom-padding {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  ._2-column-wrapper {
    padding-top: 2em;
    padding-bottom: 6em;
    font-size: 20px;
  }

  .about-img-wrapper {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .image-6 {
    width: 460%;
    max-height: 550px;
    max-width: 710px;
  }

  .about-text-wrapper {
    margin-top: auto;
    margin-bottom: auto;
    padding: 2em;
  }

  .contact-content {
    font-size: 31px;
  }

  .form-label, .radio-button-label {
    font-size: 18px;
  }

  .form-container {
    width: auto;
    height: auto;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .form-text-area, .form-text-field {
    font-size: 16px;
  }

  .project-photos-wrapper {
    padding-left: 20em;
    padding-right: 20em;
  }

  .navbar-wrapper {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .nav-link {
    font-size: 18px;
  }

  .footer-wrapper {
    z-index: 100;
    width: 80%;
    height: 110%;
    object-fit: contain;
    border-radius: 0;
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 1em 173px;
    display: flex;
    position: fixed;
    overflow: visible;
  }

  .top-title-wrapper {
    padding-top: 0;
  }

  .large-paragraph {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .large-paragraph.no-bottom-margin, .footer-link {
    font-size: 18px;
  }

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

  .gallery-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .text-field, .dropdown-toggle {
    font-size: 18px;
  }

  .top {
    padding-top: 58px;
  }

  .fixed-title-wrapper {
    z-index: 11;
    max-height: 640px;
    max-width: 890px;
    margin-top: auto;
    padding-top: 0;
    position: fixed;
  }

  .fixed-title-wrapper:hover {
    border: 1px #000;
    border-radius: 0;
  }

  .no-bottom-margin {
    padding-top: 0;
    font-size: 80px;
  }

  .background-video {
    width: 120%;
    height: 450px;
    max-height: 430px;
    max-width: 350px;
    margin-top: auto;
    margin-left: 50px;
    margin-right: auto;
  }

  .background-video-2 {
    max-height: 470px;
    max-width: 350px;
    margin-top: 70px;
    margin-left: -41px;
    margin-right: 50px;
  }

  .background-video-3 {
    width: 320px;
    max-height: 480px;
    max-width: 390px;
    margin-left: 3px;
  }

  .background-video-4 {
    max-height: 100%;
    max-width: 380px;
    margin: 60px 90px auto auto;
  }

  .background-video-5 {
    width: 410px;
    max-height: 490px;
    max-width: 360px;
    margin: 0;
  }

  .background-video-6 {
    max-height: 420px;
    margin-left: 33px;
    margin-right: -40px;
  }

  .image-11 {
    width: auto;
    max-width: 110%;
    margin: auto;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
  }

  .background-video-8 {
    width: auto;
    height: auto;
    max-height: 550px;
    max-width: 300px;
    min-height: 550px;
    min-width: 300px;
    cursor: pointer;
  }

  .heading {
    font-size: 2.1em;
  }

  .call-to-action {
    margin: auto;
  }

  .centered-container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: -120px;
    display: block;
  }

  .heading-2 {
    text-align: center;
    text-transform: uppercase;
    margin-top: -30px;
    font-size: 2em;
  }

  .paragraph {
    text-align: center;
    text-transform: none;
    margin-top: -13px;
    font-size: 1em;
    font-weight: 400;
  }

  .button-3 {
    max-width: 140px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    margin-top: -18px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 2em;
    display: flex;
  }

  .paragraph-2 {
    text-align: center;
    text-transform: none;
    margin-top: 0;
    font-size: 1em;
    font-style: normal;
    line-height: 2.2;
    text-decoration: none;
  }

  .heading-3 {
    font-size: 2em;
    font-weight: 500;
  }

  .heading-4 {
    margin-top: -20px;
    font-size: 80px;
  }

  .column-2, .column-3 {
    padding-bottom: 10px;
  }

  .image-13, .image-14, .image-15 {
    max-width: 50%;
  }

  .heading-6 {
    font-size: 1.5em;
  }

  .paragraph-3, .paragraph-4, .paragraph-5 {
    font-size: 18px;
  }

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

  .div-block {
    width: 700px;
    height: 700px;
    padding-top: 100px;
  }

  .body {
    margin-top: 0;
    margin-bottom: auto;
    overflow: hidden;
  }

  .text-block-4, .text-block-5, .text-block-6, .text-block-7 {
    font-size: 20px;
  }

  .link-block-4 {
    width: 30px;
    height: 30px;
    justify-content: flex-start;
    margin-right: 0;
    display: flex;
  }

  .container-6 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .container-6.footer {
    margin-left: auto;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 0;
  }

  .footer-link-2 {
    font-size: 18px;
  }

  .footer-right-wrapper-2 {
    max-width: 400px;
    object-fit: contain;
    flex: 1;
    justify-content: center;
    align-self: baseline;
    align-items: stretch;
    margin: auto 0 auto auto;
    padding: 0;
    position: relative;
    right: 0;
  }

  .div-block-2 {
    max-height: 35px;
    max-width: 35px;
    margin-left: 320px;
  }

  .div-block-4 {
    max-width: 190px;
  }

  .link-block-5 {
    width: 40px;
    height: 40px;
    max-height: 40px;
    max-width: 40px;
    min-height: auto;
    min-width: auto;
  }

  .link-block-6 {
    width: 40px;
    height: 40px;
    max-height: 40px;
    max-width: 40px;
    min-height: auto;
    min-width: auto;
    margin-left: -80px;
  }

  .link-block-6-copy {
    width: 40px;
    height: 40px;
    min-height: auto;
    min-width: auto;
  }

  .container-8 {
    height: auto;
    max-height: none;
    min-height: auto;
    object-fit: contain;
    flex-wrap: wrap;
    flex: 1;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: space-between;
    justify-content: space-between;
    align-self: center;
    align-items: stretch;
    margin-top: auto;
    margin-bottom: auto;
    padding: 20px 0;
    display: flex;
    position: relative;
    left: 0;
  }

  .link-block-5-copy {
    width: auto;
    height: auto;
    max-height: 50px;
    max-width: 60px;
    min-height: 50px;
    min-width: 50px;
    margin-top: 0;
    padding-top: 0;
  }

  .link-block-6-footer {
    width: auto;
    height: auto;
    min-height: 50px;
    min-width: 50px;
    margin-left: -60px;
  }

  .link-block-6-copy-copy {
    width: auto;
    height: auto;
    min-height: 50px;
    min-width: 50px;
    margin-left: -60px;
    padding-left: 0;
  }

  .footer-link-3 {
    font-size: 18px;
  }

  .footer-left-wrapper-2-copy {
    max-width: 200px;
    min-width: 200px;
    object-fit: contain;
    flex: 1;
    justify-content: center;
    align-self: baseline;
    align-items: stretch;
    margin: auto auto auto 100px;
    padding: 0;
    position: relative;
    right: 0;
  }
}

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

  h2 {
    font-size: 48px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 22px;
  }

  p {
    font-size: 14px;
  }

  ul, ol {
    font-size: 16px;
  }

  blockquote {
    font-size: 20px;
  }

  figcaption {
    font-size: 12px;
  }

  .container {
    padding-top: 5em;
  }

  .container.grid.home-v2 {
    height: 300vh;
  }

  .container.grid.home-v2.top {
    width: auto;
    height: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    align-content: stretch;
    justify-content: space-between;
    justify-items: stretch;
    padding: 0 0 17.4em;
    display: grid;
  }

  .container.fixed {
    padding-top: 58px;
    padding-bottom: 58px;
    overflow: hidden;
  }

  .container.fullscreen {
    height: auto;
    padding-top: 58px;
  }

  .container.fullscreen.low-bottom-padding {
    height: auto;
  }

  .container.footer {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .container.no-bottom-padding {
    padding-top: 8em;
  }

  .container.no-bottom-padding.top {
    width: auto;
    height: auto;
    padding-top: 58px;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .container.top {
    padding-bottom: 11em;
  }

  .center-text.uppercase {
    font-size: 48px;
  }

  .slide {
    width: 49%;
  }

  .slider {
    height: 100%;
    flex: none;
  }

  .row-wrapper {
    height: 45em;
  }

  .row-img {
    width: 17em;
  }

  .projects-wrapper {
    height: auto;
    margin-bottom: 16em;
  }

  .project-wrapper {
    min-height: 600px;
    flex-direction: column;
    margin-top: 2em;
    margin-bottom: 8em;
    position: relative;
  }

  .img-wrapper-small {
    width: 130px;
    height: auto;
    align-self: flex-end;
    position: relative;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 7%;
  }

  .img-wrapper-large {
    width: 200px;
    height: auto;
    align-self: flex-start;
    position: relative;
    top: 0%;
    bottom: auto;
    left: 7%;
    right: auto;
  }

  .central-img-wrapper {
    width: 400px;
  }

  .jumbo-heading {
    font-size: 68px;
  }

  .jumbo-heading.no-bottom-margin {
    margin-top: -20px;
    font-size: 45px;
  }

  ._2-column-wrapper {
    border-bottom-color: #131515;
    margin-bottom: 0;
    padding-top: 2.5em;
    padding-bottom: 8em;
  }

  ._2-column-wrapper.hero {
    grid-template-columns: 1fr;
    padding-right: 0;
  }

  .about-img-wrapper {
    border-bottom: 1px solid #131515;
    border-right-style: none;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .image-6 {
    width: 80%;
    height: 290px;
    max-height: 80em;
  }

  .about-text-wrapper {
    padding: 3em 0 7em;
  }

  .display-text {
    font-size: 26px;
  }

  .contact-content {
    border-bottom: 1px solid #131515;
    border-right-style: none;
    padding-top: 4em;
    padding-bottom: 4em;
    padding-right: 20em;
  }

  .error-message {
    width: auto;
    margin-left: 0;
  }

  .button, .error-text {
    font-size: 14px;
  }

  .radio-button-label {
    margin-bottom: 0;
  }

  .form {
    padding-top: 0;
    padding-bottom: 0;
  }

  .form-text-area {
    border-bottom-color: #131515;
    border-radius: 0;
    font-size: 14px;
  }

  .success-text {
    font-size: 16px;
  }

  .form-wrapper {
    padding-top: 4em;
    padding-bottom: 4em;
    padding-left: 0;
  }

  .project-info-row, .project-info-row.grid {
    padding-left: 0;
  }

  .project-title-wrapper {
    padding-top: 2em;
    padding-bottom: 2em;
  }

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

  .nav-link:hover, .nav-link.w--current, .nav-link.last.w--current {
    color: rgba(232, 236, 236, .66);
  }

  .footer-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .top-title-wrapper {
    padding-top: 3em;
  }

  .left-arrow, .right-arrow {
    top: -1.1em;
  }

  .large-paragraph {
    max-width: 80%;
    font-size: 13px;
  }

  .large-paragraph.licensing-text {
    max-width: 80%;
  }

  .large-paragraph.no-bottom-margin {
    margin-top: 0;
    padding-top: 0;
    font-size: 13px;
  }

  .label-text, .label-text.uppercase {
    font-size: 16px;
  }

  .projects-fixed-wrapper {
    display: block;
  }

  .project-title-link {
    margin-top: 3em;
    margin-bottom: 3em;
  }

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

  .slide-overlay {
    display: none;
  }

  .gallery-wrapper {
    height: 300vh;
  }

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

  .licensing-photo-wrapper {
    width: 26em;
    height: 26em;
  }

  .project-info {
    max-width: 80%;
    font-size: 16px;
  }

  .dropdown-toggle {
    color: #e8ecec;
  }

  .dropdown-toggle:hover {
    color: rgba(232, 236, 236, .66);
  }

  .menu-button.w--open {
    background-color: #131515;
  }

  .nav-menu {
    background-color: #131515;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .top {
    padding-top: 58px;
  }

  .collection-item-2 {
    margin-bottom: 0;
  }

  .fixed-title-wrapper {
    background-color: rgba(232, 236, 236, .8);
  }

  .no-bottom-margin {
    margin-top: 30px;
    font-size: 45px;
  }

  .background-video {
    width: 210px;
    height: 280px;
    max-height: 320px;
    max-width: 300px;
    margin-left: 6px;
    margin-right: 126px;
    display: inline-block;
  }

  .background-video-2 {
    max-height: 290px;
    max-width: 218px;
    margin-left: 30px;
  }

  .background-video-3 {
    height: 360px;
    max-height: 300px;
    max-width: 202px;
    margin-left: 15px;
  }

  .background-video-4 {
    width: 240px;
    max-height: 330px;
    margin-left: -12px;
  }

  .background-video-5 {
    width: 230px;
    max-height: 300px;
    max-width: none;
    margin-left: 22px;
  }

  .background-video-6 {
    width: 210px;
    max-height: 290px;
    margin-left: 0;
  }

  .image-11 {
    max-height: 270px;
    max-width: 390px;
  }

  .heading-2 {
    font-size: 3em;
  }

  .paragraph {
    font-size: 2em;
  }

  .button-3 {
    margin-top: -15px;
    font-size: 3vw;
  }

  .paragraph-2 {
    font-size: 2em;
  }

  .heading-4 {
    font-size: 56px;
  }

  .image-12 {
    padding-left: 0;
  }

  .image-13, .image-14, .image-15 {
    max-width: 80%;
  }

  .paragraph-3, .paragraph-4, .paragraph-5 {
    font-size: 13px;
  }

  .image-17 {
    width: 80px;
    height: 80px;
    max-width: none;
  }

  .body {
    overflow: hidden;
  }

  .text-block-4, .text-block-5, .text-block-6, .text-block-7 {
    font-size: 20px;
  }

  .background-video-9 {
    width: auto;
    height: 270px;
    max-height: none;
    max-width: none;
    min-height: 110%;
    min-width: 400px;
    margin: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .container-6 {
    padding-top: 5em;
  }

  .container-6.grid.home-v2 {
    height: 300vh;
  }

  .container-6.grid.home-v2.top {
    padding-top: 58px;
  }

  .gallery-wrapper-2 {
    height: 300vh;
  }

  .footer-wrapper-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer-link-2 {
    margin-left: -198px;
    margin-right: 21.9em;
    font-size: 14px;
  }

  .footer-right-wrapper-2 {
    max-width: 230px;
  }

  .footer-link-3 {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .page-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }

  .container {
    padding-top: 10em;
    padding-bottom: 10em;
  }

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

  .container.grid.home-v2 {
    height: 400vh;
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .container.grid.home-v2.top {
    grid-column-gap: 19px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    padding-bottom: 157.3em;
    display: grid;
  }

  .container.grid.top {
    padding-top: 58px;
  }

  .container.fullscreen {
    height: auto;
  }

  .container.fullscreen.low-bottom-padding {
    padding-bottom: 4em;
  }

  .container.footer {
    background-color: #e8ecec;
    display: block;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .container.no-bottom-padding {
    padding-top: 11em;
  }

  .container.top {
    padding-top: 58px;
  }

  .slide {
    width: 100%;
    height: 100%;
  }

  .row-wrapper {
    height: 55em;
  }

  .large-heading {
    font-size: 6em;
  }

  .row-img {
    width: 26em;
  }

  .projects-wrapper {
    justify-content: center;
    margin-bottom: 20em;
  }

  .project-wrapper {
    margin-top: 2em;
  }

  .jumbo-heading, .jumbo-heading.home-title {
    font-size: 56px;
  }

  .jumbo-heading.no-bottom-margin {
    margin-top: 0;
  }

  .about-text-wrapper {
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .contact-content {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .button {
    text-align: center;
    font-size: 14px;
  }

  .error-text {
    font-size: 14px;
  }

  .form {
    padding-top: 8em;
  }

  .form-text-area {
    border-bottom-width: 1px;
    border-radius: 0;
    font-size: 2em;
  }

  .success-text {
    font-size: 16px;
  }

  .radio-button-field {
    margin-bottom: 10px;
  }

  .radio-button {
    width: 1.7em;
    height: 1.7em;
  }

  .form-wrapper {
    padding-bottom: 6em;
  }

  .project-photos-wrapper {
    margin-top: 10em;
    padding-left: 10em;
    padding-right: 10em;
  }

  .link-block {
    width: 50em;
  }

  .image-10 {
    height: 50em;
  }

  .footer-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .relative-2 {
    top: 0;
    left: -8px;
  }

  .top-title-wrapper {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .left-arrow, .right-arrow {
    height: 25px;
  }

  .large-paragraph {
    max-width: none;
    margin-bottom: auto;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 12px;
  }

  .large-paragraph._404 {
    max-width: 80%;
  }

  .large-paragraph.licensing-text {
    max-width: 100%;
  }

  .large-paragraph.no-bottom-margin {
    margin-top: auto;
    padding: 19px 30px 20px;
    font-size: 12px;
  }

  .footer-right-wrapper {
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
  }

  .footer-left-wrapper {
    flex-direction: column;
  }

  .footer-link-text {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
  }

  .gallery-wrapper {
    height: 400vh;
    padding-left: 0;
    padding-right: 0;
  }

  .top-title-wrapper-low {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .sticky-wrapper {
    width: 100%;
    background-color: #e8ecec;
    border-bottom: 1px solid #131515;
    padding-bottom: 3em;
    top: 60px;
  }

  .section-content-wrapper {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .sg-section {
    flex-direction: column;
  }

  .sg-container.grid {
    grid-template-columns: 1fr;
  }

  .licensing-photo-wrapper {
    width: 60em;
    height: 60em;
  }

  .project-info {
    max-width: none;
  }

  .color-wrapper {
    width: 25em;
    height: 25em;
  }

  .fixed-title-wrapper {
    width: 310px;
    max-height: 400px;
    background-color: rgba(232, 236, 236, .8);
  }

  .background-video {
    width: 202px;
    height: 260px;
    max-height: 370px;
    max-width: 360px;
    flex-flow: row;
    align-content: stretch;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 310px;
    margin-left: 136px;
    margin-right: auto;
    display: block;
    overflow: hidden;
  }

  .background-video-2 {
    max-height: 260px;
    max-width: 200px;
    margin-top: 410px;
    margin-right: -100px;
  }

  .background-video-3 {
    width: 240px;
    height: 380px;
    max-height: 290px;
    max-width: 180px;
    margin-left: 6px;
    margin-right: auto;
  }

  .background-video-4 {
    width: 410px;
    max-height: 270px;
    max-width: 204px;
    margin-top: 540px;
    margin-left: 132px;
    margin-right: -170px;
  }

  .background-video-5 {
    max-height: 270px;
    max-width: 195px;
    margin-top: 670px;
    margin-right: -100px;
  }

  .background-video-6 {
    width: 240px;
    height: 320px;
    max-height: 280px;
    max-width: 203px;
    min-height: 0;
    min-width: 0;
    margin-top: 780px;
    margin-left: 140px;
    margin-right: auto;
    padding-right: 0;
  }

  .heading {
    font-size: 5em;
  }

  .call-to-action {
    padding: 40px 20px;
  }

  .heading-2 {
    font-size: 4em;
  }

  .image-12 {
    max-height: 80px;
    max-width: 60%;
  }

  .column {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-2, .column-3 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .image-13, .image-14, .image-15 {
    max-width: 40%;
  }

  .heading-6 {
    font-size: 4em;
  }

  .paragraph-3 {
    margin-top: -5px;
    margin-bottom: 10px;
    font-size: 13px;
  }

  .paragraph-4 {
    margin-top: -5px;
    font-size: 13px;
  }

  .paragraph-5 {
    font-size: 13px;
  }

  .image-17 {
    width: 50px;
    height: 50px;
    max-width: none;
  }

  .link-block-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-6 {
    padding-top: 10em;
    padding-bottom: 10em;
  }

  .container-6.grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .container-6.grid.home-v2 {
    height: 400vh;
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .gallery-wrapper-2 {
    height: 400vh;
  }

  .footer-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-2 {
    margin-left: -140px;
    margin-right: 10.9em;
  }

  .footer-right-wrapper-2 {
    margin-top: 0;
  }

  .footer-right-wrapper-3 {
    margin-top: 24px;
  }

  .footer-left-wrapper-2-copy {
    margin-top: 0;
  }
}

@media screen and (max-width: 479px) {
  body {
    display: block;
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 40px;
  }

  .page-wrapper {
    padding-left: 2px;
    padding-right: 2px;
  }

  .section {
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    padding-top: 10em;
    padding-bottom: 10em;
  }

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

  .container.grid.home-v2 {
    height: 300vh;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .container.grid.home-v2.top {
    height: auto;
    grid-column-gap: 8px;
    padding-bottom: 264.8em;
  }

  .container.fixed {
    align-items: center;
    margin-top: 150px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .container.no-bottom-padding {
    padding-top: 19em;
  }

  .container.top {
    padding-top: 94px;
    padding-bottom: 40.4em;
  }

  .relative-1 {
    top: 0;
    left: 0;
  }

  .center-text.uppercase {
    font-size: 40px;
    line-height: 1.1;
  }

  .center-text.home-title {
    font-size: 11em;
  }

  .slider {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .row-wrapper {
    height: 50vh;
  }

  .row-content-wrapper {
    flex-direction: column;
    margin-left: 5em;
    margin-right: 5em;
  }

  .large-heading {
    font-size: 8em;
  }

  .row-img {
    width: 50em;
    margin-top: 4em;
  }

  .projects-wrapper {
    margin-bottom: 40em;
  }

  .project-wrapper {
    margin-bottom: 30em;
  }

  .jumbo-heading {
    font-size: 48px;
  }

  .jumbo-heading.home-title {
    font-size: 11em;
  }

  .jumbo-heading.no-bottom-margin {
    margin-top: -20px;
  }

  ._2-column-wrapper {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    padding-top: 10em;
    padding-bottom: 0;
    overflow: visible;
  }

  ._2-column-wrapper.hero {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
  }

  .about-img-wrapper {
    padding: 0;
  }

  .image-6 {
    width: 70%;
    height: 210px;
    max-height: none;
  }

  .about-text-wrapper {
    padding: 10em 0;
  }

  .display-text {
    font-size: 20px;
  }

  .contact-content {
    padding-top: 6em;
    padding-right: 4em;
  }

  .button {
    margin-top: 0;
  }

  .button.top-margin {
    margin-top: 1em;
  }

  .error-text {
    font-size: 14px;
    line-height: 1.2;
  }

  .radio-button-label {
    align-items: center;
    margin-bottom: -2px;
    display: block;
  }

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

  .form-container {
    flex-direction: column;
  }

  .form-text-area {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-radius: 0;
    font-size: 14px;
  }

  .success-text {
    font-size: 16px;
  }

  .right-container {
    width: auto;
  }

  .radio-button-field {
    align-items: center;
    margin-bottom: 15px;
  }

  .radio-button {
    width: 15px;
    height: 15px;
    border-style: solid;
    margin-left: 0;
  }

  .form-wrapper {
    padding-top: 6em;
    padding-bottom: 8em;
  }

  .project-info-row, .project-info-row.grid {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .project-title-wrapper {
    border-right-style: none;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .project-photos-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .link-block {
    width: 100%;
  }

  .image-10 {
    height: 60em;
  }

  .footer-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding: 7px 0;
  }

  .relative-2 {
    left: 0;
  }

  .top-title-wrapper {
    padding-top: 0;
    padding-bottom: 5em;
  }

  .left-arrow {
    top: -1.1em;
    right: auto;
  }

  .right-arrow {
    top: -1.1em;
    left: 2.5em;
    right: auto;
  }

  .large-paragraph {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .large-paragraph.no-bottom-margin {
    text-align: left;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .footer-link {
    margin-right: 2em;
    font-size: 11px;
  }

  .footer-right-wrapper, .footer-left-wrapper {
    flex-direction: column;
  }

  .footer-link-text {
    margin-bottom: auto;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 0;
  }

  .gallery-wrapper {
    height: 300vh;
  }

  .top-title-wrapper-low {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .sticky-wrapper {
    z-index: 100;
    padding-top: 8em;
    padding-bottom: 8em;
    top: 55px;
  }

  .section-content-wrapper {
    padding-bottom: 10em;
  }

  .sg-container {
    margin-top: 10em;
  }

  .password-title {
    font-size: 40px;
  }

  .changelog-grid {
    grid-template-columns: 1fr;
    padding-top: 15em;
    padding-bottom: 25em;
  }

  .color-wrapper {
    width: 30em;
    height: 30em;
  }

  .fixed-title-wrapper {
    width: auto;
    max-height: none;
    max-width: none;
    background-color: rgba(232, 236, 236, .8);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-left: 34px;
    margin-right: 34px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .no-bottom-margin {
    text-align: center;
    font-size: 770%;
  }

  .background-video {
    width: 270px;
    height: 370px;
    max-height: 62em;
    max-width: 53em;
    min-width: 0;
    justify-content: flex-start;
    align-items: center;
    margin-top: 350px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
    left: 90px;
  }

  .background-video-2 {
    width: 180px;
    height: 240px;
    max-height: 230px;
    margin-left: auto;
    margin-right: 10px;
    left: 12px;
  }

  .background-video-3 {
    width: 160px;
    height: 250px;
    max-height: 450px;
    margin-left: 12px;
  }

  .background-video-4 {
    max-height: 240px;
    margin-left: 40px;
    margin-right: -20px;
    left: 38px;
  }

  .background-video-5 {
    width: 180px;
    height: 240px;
    max-height: 220px;
    margin-top: 660px;
    margin-right: 0;
  }

  .background-video-6 {
    width: 199px;
    height: 230px;
    max-height: 330px;
    margin-top: 758px;
    margin-left: 40px;
    margin-right: -20px;
    left: 40px;
  }

  .image-11 {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 10px;
    display: block;
  }

  .heading {
    font-size: 6.8em;
  }

  .centered-container {
    text-align: left;
  }

  .heading-2 {
    font-size: 5em;
  }

  .paragraph {
    margin-top: -10px;
    margin-bottom: 10px;
    font-size: 3.5em;
  }

  .button-3 {
    font-size: 5vw;
  }

  .paragraph-2 {
    margin-bottom: 0;
    font-size: 3.5em;
  }

  .heading-4 {
    font-size: 48px;
  }

  .image-12 {
    padding-left: 0;
  }

  .heading-6 {
    font-size: 7em;
  }

  .paragraph-3 {
    margin-bottom: auto;
    font-size: 12px;
  }

  .paragraph-4, .paragraph-5 {
    font-size: 12px;
  }

  .image-17 {
    max-height: 50px;
    max-width: 50px;
    margin-top: 0;
    position: relative;
  }

  .link-block-2 {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block {
    z-index: 10;
    flex: 0 auto;
    justify-content: flex-start;
    margin-top: auto;
    padding-left: 156px;
    padding-right: 156px;
    display: block;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    overflow: hidden;
  }

  .link-block-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .body {
    overflow: hidden;
  }

  .container-5 {
    opacity: 1;
    background-color: rgba(232, 236, 236, .9);
    padding-top: 0;
    padding-bottom: 13px;
  }

  .text-block-4 {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 4vw;
  }

  .text-block-5 {
    padding-left: 23px;
    padding-right: 23px;
    font-size: 4vw;
  }

  .text-block-6, .text-block-7 {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 4vw;
  }

  .background-video-9 {
    min-width: 291px;
  }

  .container-6 {
    padding-top: 10em;
    padding-bottom: 10em;
  }

  .container-6.grid {
    grid-template-columns: 1fr;
  }

  .container-6.grid.home-v2 {
    height: 300vh;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .gallery-wrapper-2 {
    height: 300vh;
  }

  .footer-left-wrapper-2 {
    flex-direction: column;
  }

  .footer-link-2 {
    margin-left: -81px;
    margin-right: 5.1em;
  }

  .footer-link-text-2 {
    margin-bottom: 24px;
  }

  .footer-right-wrapper-2 {
    max-height: 160px;
    max-width: 160px;
    min-height: 10px;
    min-width: 90px;
    text-align: right;
    flex-direction: row;
    margin-top: -2px;
    font-size: 1vh;
  }

  .container-8 {
    max-width: 200px;
  }

  .link-block-5-copy {
    max-height: 20px;
    max-width: 20px;
    min-height: 10px;
    min-width: 10px;
  }

  .link-block-6-footer, .link-block-6-copy-copy {
    max-height: 20px;
    max-width: 20px;
    min-height: 20px;
    min-width: 20px;
    margin-left: -30px;
  }

  .footer-right-wrapper-3 {
    flex-direction: column;
  }

  .footer-left-wrapper-2-copy {
    max-width: 90px;
    min-width: 90px;
    flex-direction: row;
    margin-top: -2px;
    margin-left: 0;
  }
}

#w-node-_3bd6cdd8-1282-3782-2047-4b96481b078d-cc2f7bd0 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-cbb49c25-e659-7fa3-933b-2f9f8751d47c-cc2f7bd0 {
  grid-area: 2 / 5 / 3 / 7;
}

#w-node-_616ef926-864e-9bea-dae5-5b02674efdc1-cc2f7bd0 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-c9738c5e-8dad-986c-b827-fd42a434228a-cc2f7bd0 {
  grid-area: 4 / 5 / 5 / 7;
}

#w-node-_76c70379-183b-e08a-193c-8af82c1977d5-cc2f7bd0 {
  grid-area: 5 / 1 / 6 / 3;
}

#w-node-_4deea280-83c7-65f1-7890-e560d1531cee-cc2f7bd0 {
  grid-area: 6 / 5 / 7 / 7;
}

#w-node-_295ee18e-07f7-452a-c6e7-6d2c060d969c-cc2f7bd0 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_295ee18e-07f7-452a-c6e7-6d2c060d969e-cc2f7bd0 {
  grid-area: 2 / 5 / 3 / 7;
}

#w-node-_295ee18e-07f7-452a-c6e7-6d2c060d96a0-cc2f7bd0 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_295ee18e-07f7-452a-c6e7-6d2c060d96a2-cc2f7bd0 {
  grid-area: 4 / 5 / 5 / 7;
}

#w-node-_295ee18e-07f7-452a-c6e7-6d2c060d96a4-cc2f7bd0 {
  grid-area: 5 / 1 / 6 / 3;
}

#w-node-_295ee18e-07f7-452a-c6e7-6d2c060d96a6-cc2f7bd0 {
  grid-area: 6 / 5 / 7 / 7;
}

#w-node-_05a4887a-46bc-22e3-316f-3fb8a92d5f17-232f7bd3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_8bb8e7e5-6cbb-1426-f862-e245309143c7-232f7bd3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e9796065-1488-387a-38e1-6940fad17ba7-ff2f7bd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-cbb49c25-e659-7fa3-933b-2f9f8751d47c-cc2f7bd0, #w-node-c9738c5e-8dad-986c-b827-fd42a434228a-cc2f7bd0, #w-node-_4deea280-83c7-65f1-7890-e560d1531cee-cc2f7bd0, #w-node-_295ee18e-07f7-452a-c6e7-6d2c060d969e-cc2f7bd0, #w-node-_295ee18e-07f7-452a-c6e7-6d2c060d96a2-cc2f7bd0, #w-node-_295ee18e-07f7-452a-c6e7-6d2c060d96a6-cc2f7bd0 {
    grid-column: 3 / 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cbb49c25-e659-7fa3-933b-2f9f8751d47c-cc2f7bd0, #w-node-c9738c5e-8dad-986c-b827-fd42a434228a-cc2f7bd0, #w-node-_4deea280-83c7-65f1-7890-e560d1531cee-cc2f7bd0, #w-node-_295ee18e-07f7-452a-c6e7-6d2c060d969e-cc2f7bd0, #w-node-_295ee18e-07f7-452a-c6e7-6d2c060d96a2-cc2f7bd0, #w-node-_295ee18e-07f7-452a-c6e7-6d2c060d96a6-cc2f7bd0 {
    grid-column: 2 / 4;
  }
}


@font-face {
  font-family: 'Hauora';
  src: url('../fonts/Hauora-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hauora';
  src: url('../fonts/Hauora-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hauora';
  src: url('../fonts/Hauora-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hauora';
  src: url('../fonts/Hauora-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hauora';
  src: url('../fonts/Hauora-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hauora';
  src: url('../fonts/Hauora-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}