.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.body {
  overflow: hidden;
  background-color: #000;
  font-family: Helvetica, sans-serif;
  color: grey;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  cursor: auto;
}

.section {
  width: 100%;
  height: 100vh;
  cursor: auto;
}

.video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 52%;
  margin-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: auto;
}

.background-video {
  z-index: 0;
  display: none;
  width: 60%;
  height: 60vh;
  margin-top: 0%;
  cursor: auto;
}

.heading {
  position: absolute;
  left: auto;
  top: 30%;
  z-index: 3;
  background-color: transparent;
  font-family: Monumentextended, sans-serif;
  color: #fff;
  font-size: 4.5vw;
  line-height: 75px;
  font-style: normal;
  font-weight: 700;
}

.heading-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo-title {
  margin-top: 10px;
  color: #fe9677;
  font-size: 46px;
  font-weight: 600;
}

.link {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.link.w--current {
  color: #fe9677;
  font-weight: 600;
}

.social-icon {
  cursor: pointer;
}

.footer-social-links-wrapper {
  display: none;
}

.footer-links {
  padding-right: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}

.content-wrapper {
  position: absolute;
  left: 3%;
  top: auto;
  right: 3%;
  bottom: 3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-logo-link {
  cursor: pointer;
}

.container.wide-1280px {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding: 10px 0px;
}

.copyright-headline-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-social-logos-wrapper {
  padding-right: 0px;
  padding-left: 30px;
}

.titile-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0px 2px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
}

.footer-links-wrapper.hide {
  display: none;
}

.social-icon-wrapper {
  padding-right: 10px;
  padding-left: 10px;
  opacity: 0.5;
  -webkit-transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, color 200ms ease;
  transition: transform 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
  cursor: pointer;
}

.social-icon-wrapper:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.nav-content-wrapper {
  position: absolute;
  left: 3%;
  top: 0%;
  right: 3%;
  bottom: auto;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  z-index: 99;
  width: 100%;
  background-color: transparent;
}

.container-2 {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-3 {
  color: #fff;
}

.heading-2 {
  font-family: Monumentextended, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 1px;
}

.heading-2.light {
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  font-weight: 400;
}

.heading-2.light:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.nav-link {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

.nav-link {
  position: absolute;
  left: 40%;
  top: auto;
  right: 40%;
  bottom: 40%;
  z-index: 1;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 0.5;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 5px;
}

.heading-4:hover {
  opacity: 1;
}

.image {
  margin-right: 10px;
  opacity: 0.5;
}

.menu-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  color: #fff;
}

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

.brand {
  top: 10%;
}

.nav-menu {
  z-index: 1000;
  margin-right: -5%;
  margin-left: -5%;
  background-color: #000;
}

.nav-link-2 {
  z-index: 10;
  color: #fff;
}

.nav-link-3 {
  color: #fff;
}

.circle-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 250px;
  max-height: 100vw;
  max-width: 100vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.circle-text {
  position: relative;
  z-index: 10;
  overflow: visible;
  margin-right: 5px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.circle {
  position: absolute;
  width: 80%;
  height: 80%;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 10000px;
}

.text-badge {
  display: none;
  cursor: auto;
}

.lightbox-link {
  position: absolute;
  left: 71%;
  top: 55%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  width: 9%;
  height: 15vh;
  cursor: auto;
}

.background-video-1 {
  position: absolute;
  width: 100%;
  height: 100vh;
  margin-top: 0%;
  -webkit-filter: none;
  filter: none;
  cursor: auto;
}

.background-video-1.blur {
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.heading-5 {
  position: absolute;
  left: auto;
  top: 41%;
  z-index: 5;
  opacity: 1;
  font-family: Monumentextended, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 1.5vw;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 14px;
}

.image-gif {
  z-index: 0;
  width: 50%;
  height: 60vh;
  margin-top: 0%;
  cursor: auto;
}

.menu1 {
  top: 10%;
}

.miso {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

.body-2 {
  overflow: visible;
  background-color: #000;
  font-size: 13px;
}

.viewport {
  display: block;
  overflow: scroll;
  width: 100vw;
  height: 100vh;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.section-2.hide {
  display: none;
}

.slide {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide._50 {
  width: 53%;
}

.slide__image {
  width: 65%;
  max-width: 50%;
  margin-top: 0vh;
  margin-bottom: 12vh;
  border: 1px none #000;
  border-radius: 0vw;
}

.slide__image.hide {
  display: none;
}

.slide__text {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 10%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.slide__text._1 {
  z-index: -3;
}

.heading-1 {
  margin-bottom: 0.5vw;
  margin-left: 0vw;
  font-size: 8vw;
}

.text-block {
  margin-bottom: 1vh;
  font-family: Monumentextended, sans-serif;
  color: #fff;
  font-size: 4.5vw;
  line-height: 75px;
  font-style: normal;
  text-align: center;
}

.project-link {
  position: absolute;
  z-index: 1;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Monumentextended, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 1.5vw;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
}

.project-link:hover {
  color: #fff;
}

.project-link._2 {
  position: static;
}

.project-link._2.hide {
  display: none;
}

.slide_image {
  z-index: 1;
  width: 100%;
  height: auto;
}

.youtube-wrapper {
  position: relative;
  z-index: 1;
  width: 90%;
  height: auto;
  margin-bottom: 10%;
}

.social-tteam-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.background-video--mobile {
  position: absolute;
  display: none;
  width: 100%;
  height: 100vh;
  margin-top: 0%;
  -webkit-filter: none;
  filter: none;
  cursor: auto;
}

.background-video--mobile.blur {
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.youtube {
  height: auto;
  max-height: 0%;
  max-width: 100%;
  margin-bottom: 15%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 50px;
  }

  .footer-social-links-wrapper {
    margin-top: 16px;
    margin-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content-wrapper {
    bottom: 1%;
  }

  .copyright-headline-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .nav-social-logos-wrapper {
    display: block;
  }

  .footer-links-wrapper {
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .nav-link {
    left: 65%;
  }

  .heading-4 {
    letter-spacing: 4px;
  }

  .lightbox-link {
    left: 69%;
    top: 72%;
  }

  .heading-5 {
    top: 41%;
  }

  .slide {
    width: 100%;
  }

  .project-link._2 {
    font-size: 3vw;
  }
}

@media screen and (max-width: 767px) {
  .background-video {
    width: 64%;
    height: 44vh;
  }

  .heading {
    left: auto;
    font-size: 41px;
  }

  .container.wide-1280px {
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-social-logos-wrapper {
    display: block;
  }

  .nav-link {
    left: 56%;
  }

  .lightbox-link {
    left: 75%;
    top: 67%;
  }

  .heading-5 {
    left: auto;
  }

  .image-gif {
    width: 64%;
    height: 44vh;
  }
}

@media screen and (max-width: 479px) {
  .body {
    overflow: hidden;
  }

  .section {
    height: 100%;
  }

  .background-video {
    width: 68%;
    height: 50vh;
    margin-top: 4%;
  }

  .heading {
    left: auto;
    top: 27%;
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 8vw;
    text-align: center;
    mix-blend-mode: normal;
  }

  .link {
    font-size: 3.1vw;
  }

  .footer-social-links-wrapper {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .footer-links {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container.wide-1280px {
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .copyright-headline-wrapper {
    padding-right: 23px;
    padding-left: 23px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .footer-links-wrapper {
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav-content-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .heading-2 {
    font-size: 3.5vw;
  }

  .heading-2.light {
    font-size: 3.5vw;
  }

  .nav-link {
    display: none;
  }

  .brand {
    padding-left: 0px;
  }

  .lightbox-link {
    left: 71%;
    top: 70%;
    width: 22%;
    height: 14vh;
  }

  .background-video-1 {
    display: none;
  }

  .background-video-1.blur.show {
    display: block;
  }

  .heading-5 {
    left: auto;
    top: 36%;
    font-size: 2.7vw;
    letter-spacing: 6px;
  }

  .image-gif {
    width: 68%;
    height: 50vh;
    margin-top: 4%;
  }

  .menu1 {
    display: block;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .body-2 {
    overflow: hidden;
  }

  .section-2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slide__image {
    max-width: 66%;
  }

  .slide__text {
    bottom: 27vh;
    margin-bottom: 0vh;
    padding-bottom: 0vh;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .slide__text._1 {
    padding-bottom: 0vh;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .slide__text._1._5vh {
    padding-bottom: 5vh;
  }

  .heading-1 {
    margin-top: 0px;
    margin-bottom: 0vw;
  }

  .text-block {
    font-size: 5vw;
    line-height: 40px;
  }

  .project-link {
    top: 43%;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 2.8vw;
  }

  .project-link._2 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 4vw;
    text-align: center;
  }

  .css {
    display: block;
  }

  .slide_image {
    width: 100%;
  }

  .youtube-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-bottom: 12vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .social-tteam-1 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .background-video--mobile {
    display: block;
  }
}

@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-BoldOblique.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica 587ebe5a59211';
  src: url('../fonts/helvetica-light-587ebe5a59211.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Oblique.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Monumentextended';
  src: url('../fonts/MonumentExtended-Ultrabold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monumentextended';
  src: url('../fonts/MonumentExtended-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica compressed 5871d14b6903a';
  src: url('../fonts/helvetica-compressed-5871d14b6903a.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica rounded 5871d05ead8de';
  src: url('../fonts/helvetica-rounded-bold-5871d05ead8de.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}