:root {
  --white: white;
  --black: black;
}

.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;
  background-color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.page {
  overflow: hidden;
}

.swipeupcontainer {
  perspective: 3500px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 33vh;
  margin-bottom: 33vh;
  display: flex;
  transform: perspective(3500px);
}

.project {
  z-index: 2;
  perspective: 3500px;
  perspective-origin: 50%;
  justify-content: center;
  align-items: center;
  width: 66%;
  height: 90vh;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: perspective(3500px);
}

.heading-h1 {
  z-index: 10;
  perspective: 2000px;
  color: #fff;
  letter-spacing: .2vw;
  text-transform: uppercase;
  flex: none;
  width: 100%;
  margin-top: 30vh;
  margin-bottom: 0;
  margin-left: 16vw;
  font-size: 7.5vw;
  line-height: 10vw;
  position: relative;
  transform: perspective(2000px);
}

.heading-h1.outline {
  z-index: 3;
  color: #ffffff69;
  margin-top: -1vh;
  font-size: 6.5vw;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
  overflow: visible;
}

.heading-h1.solid {
  z-index: 1;
  margin-top: -1vh;
  font-size: 6.5vw;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.project__container {
  perspective: 3500px;
  align-items: center;
  width: 76%;
  min-width: 920px;
  max-width: 1500px;
  height: 42vw;
  min-height: 500px;
  display: flex;
  position: relative;
}

.img {
  object-fit: cover;
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  display: block;
  position: relative;
}

.btn {
  z-index: 4;
  color: #fff;
  letter-spacing: 6px;
  text-transform: uppercase;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 24% 12% auto;
}

.btn.w--current {
  justify-content: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  inset: 0% auto 0% 0%;
}

.btn-line {
  background-color: #fff;
  width: 56px;
  height: 2px;
  margin-right: 24px;
}

.noise {
  opacity: .12;
  background-image: url('../images/5c06f51d6e75c933fe05c728_giphy.gif');
  background-position: 0 0;
  background-size: 256px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
  position: fixed;
  inset: 0%;
}

.video {
  width: 100%;
  height: 100px;
  display: block;
}

.youtube {
  object-fit: fill;
  width: 150%;
  height: 150px;
}

.image {
  object-fit: fill;
}

.grid {
  grid-template: "Area Area-3"
                 ". Area-3"
                 ". Area-2"
                 / .75fr .75fr;
}

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

.grid-3 {
  grid-auto-flow: column;
}

.image-2 {
  max-width: 80%;
}

.section {
  min-width: 70px;
  margin: 115px;
}

.grid-4 {
  grid-template-rows: minmax(auto, .5fr) minmax(auto, 1fr);
  grid-template-columns: 1fr;
  grid-auto-columns: .25fr;
}

.heading {
  color: #fffdfd;
  text-align: right;
  margin-right: 0;
  font-size: 50px;
}

.paragraph {
  color: #fff0f0;
  max-width: 90%;
  max-height: 5vh;
  font-weight: 400;
}

.image-3 {
  min-width: 70%;
  min-height: 80%;
}

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

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

.background-video {
  object-fit: fill;
  width: 1280em;
  min-width: auto;
  height: 720px;
  min-height: auto;
  overflow: hidden;
}

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

.heading-2 {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  white-space: nowrap;
  direction: ltr;
  margin-top: 5px;
  margin-left: -45px;
  padding-left: 17px;
  padding-right: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-style: italic;
  line-height: 33px;
}

.navbar {
  background-color: #ddd0;
  position: fixed;
  inset: 0% 0% auto;
}

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

.grid-6 {
  grid-template-rows: repeat(auto-fit, 200px);
  grid-template-areas: "Area";
}

.section-3 {
  width: auto;
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-areas: "Area";
}

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

.section-4 {
  margin-left: 129px;
  margin-right: 129px;
}

.grid-9, .grid-10 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.paragraph-2 {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
}

.background-video-2 {
  width: auto;
  height: auto;
  overflow: visible;
}

.image-5, .image-6, .image-7 {
  width: 100%;
}

.container {
  display: block;
}

.background-video-3 {
  width: 100%;
  min-width: auto;
  min-height: auto;
  padding-bottom: 56.25%;
}

.background-video-4 {
  width: 100%;
  padding-bottom: 56.25%;
}

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

.paragraph-3 {
  color: #fff;
  display: none;
}

.container-2 {
  position: relative;
}

.navigationbottompage {
  background-color: #0000;
  bottom: -34px;
}

.btn-copy {
  z-index: 4;
  color: #fff;
  letter-spacing: 6px;
  text-transform: uppercase;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 24% 12% auto;
}

.btn-copy.w--current {
  justify-content: flex-end;
  padding-top: 0;
  padding-bottom: 30px;
  display: flex;
  inset: 0% auto 0% 0%;
}

.btn-copy-copy {
  z-index: 4;
  color: #fff;
  letter-spacing: 6px;
  text-transform: uppercase;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 24% 12% auto;
}

.btn-copy-copy.w--current {
  justify-content: flex-end;
  padding-top: 0;
  padding-bottom: 30px;
  display: flex;
  inset: 0% 0% 0% auto;
}

.html-embed {
  margin-top: 22px;
  margin-bottom: 6px;
  padding-bottom: 6px;
}

.div-block {
  width: 200px;
  min-width: 200px;
  max-width: 200px;
  height: 200px;
  min-height: 200px;
  max-height: 200px;
}

.image-8 {
  width: 100%;
  margin-top: 0;
}

.image-9 {
  min-width: 100%;
  padding-top: 0;
}

.text-block-2 {
  color: #fff;
  text-align: left;
  letter-spacing: 6px;
  padding-left: 15px;
  font-size: 20px;
  display: block;
}

.link-block {
  color: #fff;
}

.div-block-5 {
  background-color: #fff;
}

.text-block-3 {
  color: #fff;
  text-align: right;
  letter-spacing: 6px;
  font-size: 20px;
  display: block;
}

.div-block-6 {
  text-align: right;
  background-color: #fffefe;
  flex-wrap: nowrap;
  justify-content: flex-end;
  width: 56px;
  height: 2px;
  display: flex;
}

.link-block-2 {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-7 {
  color: #fff;
  background-color: #fff;
  justify-content: flex-start;
  align-items: stretch;
  width: 56px;
  height: 2px;
  margin-top: 7px;
  display: flex;
}

.link-block-3 {
  display: flex;
}

.section-5 {
  margin: 22px 129px 0;
  padding-top: 0;
}

.columns-4 {
  margin-top: 10px;
  margin-left: 129px;
  margin-right: 129px;
  padding-bottom: 10px;
}

.div-block-8 {
  margin-bottom: 10px;
  padding-bottom: 0;
}

.lastnextpost {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  display: none;
}

.firstposthide {
  display: none;
}

.home-button {
  padding-top: 33px;
  padding-bottom: 0;
  display: flex;
}

.home-button.w--current {
  padding-top: 33px;
}

.link {
  color: var(--white);
  font-style: italic;
  text-decoration: none;
}

.div-block-11 {
  margin-top: -13px;
  margin-bottom: -18px;
  padding-top: 0;
}

.image-10 {
  overflow: clip;
}

.heading-h1-copy {
  z-index: 10;
  perspective: 2000px;
  color: #fff;
  letter-spacing: .2vw;
  text-transform: uppercase;
  flex: none;
  width: 100%;
  margin-top: 30vh;
  margin-bottom: 0;
  margin-left: 16vw;
  font-size: 7.5vw;
  line-height: 10vw;
  position: relative;
  transform: perspective(2000px);
}

.heading-h1-copy.outline {
  z-index: 3;
  color: #ffffff69;
  margin-top: -1vh;
  font-size: 6.5vw;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
  overflow: visible;
}

.heading-h1-copy.solid {
  z-index: 1;
  margin-top: -1vh;
  font-size: 6.5vw;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

@media screen and (max-width: 991px) {
  .swipeupcontainer {
    margin-top: 20vh;
    margin-bottom: 20vh;
  }

  .project {
    width: 80%;
  }

  .heading-h1 {
    margin-left: 5vw;
  }

  .project__container {
    width: 90%;
    min-width: auto;
  }

  .heading-h1-copy {
    margin-left: 5vw;
  }
}

@media screen and (max-width: 767px) {
  .swipeupcontainer {
    margin-top: 15vh;
    margin-bottom: 15vh;
  }

  .project {
    height: 90vh;
  }

  .project__container {
    width: 100%;
    min-height: 68vw;
    margin-left: 24px;
    margin-right: 24px;
  }
}

@media screen and (max-width: 479px) {
  body {
    object-fit: fill;
  }

  .project {
    width: 80%;
    height: 30vh;
  }

  .heading-h1 {
    margin-top: 20vh;
    margin-left: 24px;
    font-size: 12vw;
    line-height: 14vw;
  }

  .heading-h1.outline, .heading-h1.solid {
    font-size: 8vw;
  }

  .project__container {
    align-items: center;
    width: 100%;
    min-height: 96vh;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .btn {
    font-size: 8px;
    inset: 0% auto -113% 0%;
  }

  .btn-line {
    font-size: 3px;
    display: block;
  }

  .noise {
    width: 100vw;
    display: none;
  }

  .heading {
    text-align: left;
    object-fit: fill;
    margin-left: 0;
    margin-right: 7px;
    font-size: 24px;
    display: block;
  }

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

  .heading-2 {
    font-size: 2vw;
    line-height: 10px;
    position: static;
  }

  .section-4 {
    min-width: 100vw;
    margin-left: 0;
  }

  .grid-9 {
    flex: 0 auto;
    display: block;
  }

  .grid-10 {
    grid-template-rows: auto;
    grid-template-columns: auto;
  }

  .paragraph-2 {
    display: none;
  }

  .background-video-3 {
    opacity: 1;
    object-fit: fill;
    justify-content: center;
    align-items: flex-start;
    width: 98%;
    min-width: 50%;
    max-width: 100vw;
    height: 50%;
    min-height: 5%;
    display: block;
    overflow: hidden;
  }

  .background-video-4 {
    top: 47px;
  }

  .column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-right: 8px;
    display: flex;
    position: relative;
  }

  .columns {
    min-width: 100vw;
    position: static;
  }

  .background-video-5 {
    width: 98%;
    min-width: 50%;
    max-width: 100vw;
    height: 50%;
    min-height: 1%;
    padding-bottom: 56.25%;
  }

  .background-video-6 {
    object-fit: fill;
    width: 100%;
    max-width: 100vw;
    height: 100%;
    max-height: 26.25vh;
    margin-top: 55px;
    padding-bottom: 26.25%;
    position: relative;
    top: 0;
  }

  .grid-11 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
    grid-auto-columns: 1fr;
    margin-bottom: -8px;
    display: grid;
  }

  .paragraph-3 {
    margin-bottom: 0;
    margin-left: 11px;
    margin-right: 8px;
    padding-bottom: 25px;
    display: block;
    position: relative;
  }

  .navigationbottompage {
    display: none;
  }

  .btn-copy {
    font-size: 8px;
    inset: 0% auto -113% 0%;
  }

  .btn-copy.w--current {
    padding-bottom: 0;
  }

  .btn-copy-copy {
    font-size: 8px;
    inset: 0% auto -113% 0%;
  }

  .btn-copy-copy.w--current {
    padding-bottom: 0;
    padding-right: 6px;
  }

  .text-block {
    margin-left: 10px;
  }

  .columns-2 {
    padding-bottom: 29px;
  }

  .html-embed {
    object-fit: fill;
    min-width: 0%;
    margin-bottom: -2px;
    margin-left: .5px;
    margin-right: 0;
    padding: 8px 0 0;
    display: block;
    position: static;
  }

  .image-8 {
    margin-bottom: 0;
    padding-bottom: 7px;
    padding-right: 11px;
  }

  .image-9 {
    margin-top: -12px;
    padding-top: 0;
  }

  .html-embed-2 {
    margin-top: 3px;
    padding-right: 1px;
  }

  .div-block-2 {
    margin-top: 0;
    padding-right: 0;
  }

  .div-block-3 {
    margin-top: 0;
  }

  .div-block-4 {
    margin-top: 0;
    padding-bottom: 0;
    padding-right: 9px;
  }

  .text-block-2, .text-block-3 {
    font-size: 6px;
  }

  .div-block-6, .div-block-7 {
    width: 10px;
  }

  .columns-3 {
    display: flex;
  }

  .columns-4 {
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .div-block-8 {
    margin-bottom: 0;
    padding-right: 0;
  }

  .column-2 {
    padding-right: 5px;
  }

  .div-block-9 {
    padding-right: 0;
  }

  .column-3 {
    padding-right: 6px;
  }

  .div-block-10 {
    padding-right: 11px;
  }

  .video-3 {
    margin-bottom: 6px;
    padding-bottom: 0;
  }

  .home-button {
    margin-bottom: -7px;
    padding-top: 26px;
    padding-left: 3px;
    font-size: 16px;
  }

  .div-block-11 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-12 {
    padding-right: 10px;
  }

  .div-block-13 {
    padding-right: 12px;
  }

  .div-block-14 {
    padding-right: 6px;
  }

  .div-block-15 {
    padding-right: 9px;
  }

  .video-4 {
    margin-bottom: 4px;
  }

  .heading-h1-copy.outline, .heading-h1-copy.solid {
    font-size: 8vw;
  }

  .heading-h1-copy {
    margin-top: 20vh;
    margin-left: 24px;
    font-size: 12vw;
    line-height: 14vw;
  }

  .heading-h1-copy.outline, .heading-h1-copy.solid {
    font-size: 8vw;
  }
}

#w-node-_90774079-f9be-74ad-2cf0-5418a48829e2-2c08b54f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8aceb964-3096-2642-3be9-07221bcca23b-2c08b54f, #w-node-c4b691c4-ddf5-0ce7-6de7-6c21e617654c-2c08b54f, #w-node-_540d687e-1b13-bae7-d878-b132b912a717-2c08b54f, #w-node-_65acc87b-f753-56f9-d887-287e8f1d71e4-2c08b54f, #w-node-e0195f53-c3f4-e710-274e-43ff83f1eb75-2c08b54f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_4e966505-d8b7-abb7-13c0-79e15df5f713-2c08b550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a30caaf-4bf1-35e7-43e2-1dfd65112760-2c08b551, #w-node-_2fd7dcf9-6c5e-b49b-8d2b-4e6308a28429-2c08b552, #w-node-dbb551db-7fa6-5a18-78fc-62296f419481-2c08b553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-a154d039-69d9-1b56-7961-91613a1e7b31-2c08b554, #w-node-_0c889d98-6a06-670c-4819-ff2d631bb50d-2c08b556, #w-node-_8b868c00-c925-dd04-b681-d99c312da5b7-2c08b557, #w-node-deced8f5-3068-178c-2b02-75ef46c8d92d-2c08b559, #w-node-_8876fb1f-b3e8-2cfd-2609-0e88ac0dc9d5-2c08b55a, #w-node-_8720e4d4-aa03-0e22-d813-948adbab46b4-2c08b55b, #w-node-_6b403c65-79cf-acd3-6c6f-e3c5efe20fb4-2c08b55c, #w-node-a1d35845-3b1a-853c-1f22-55c94107d43c-7b8d7abc, #w-node-deced8f5-3068-178c-2b02-75ef46c8d92d-7b8d7abc, #w-node-_0c889d98-6a06-670c-4819-ff2d631bb50d-9378b0a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f5e7b2a9-2cd1-c767-5e8a-99ccdcabcc42-9378b0a0 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_8b868c00-c925-dd04-b681-d99c312da5b7-5c917c75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-a154d039-69d9-1b56-7961-91613a1e7b35-2c08b554 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


