@font-face {
  font-family: Neue Haas Display;
  src: url('../fonts/NeueHaasDisplayBlack.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuehaasdisplayroman;
  src: url('../fonts/NeueHaasDisplayRoman.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.section {
  background-image: linear-gradient(0deg, #000, #0000001a 50%);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  padding: 24px 12px;
  display: flex;
  position: relative;
}

.buylisten {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  width: auto;
  margin-top: auto;
  margin-left: 0;
  padding: 16px 24px;
  font-family: Neue Haas Display, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: all .2s;
}

.buylisten:hover {
  color: #000;
  text-shadow: 0 1px 2px #000;
  background-color: #fff;
  box-shadow: 0 0 12px 12px #fff;
}

.nav {
  z-index: 99;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 18px 24px;
  display: flex;
  position: fixed;
  top: 0;
  box-shadow: 0 8px 20px 7px #00000054;
}

.logotype {
  z-index: 2;
  flex-flow: column;
  width: 80%;
  max-width: 33vw;
  display: flex;
  position: relative;
  overflow: visible;
}

.nav-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu-link {
  color: #fff;
  font-family: Neuehaasdisplayroman, Arial, sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
}

.nav-menu-link:hover {
  filter: invert();
  text-decoration: underline;
}

.heading {
  color: #fff;
  letter-spacing: 2px;
  margin: 0;
  font-family: Neue Haas Display, Arial, sans-serif;
  font-size: 1.75rem;
  line-height: 1.3;
}

.image {
  max-width: 188px;
}

.div-block {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: auto;
  padding: 12px;
  display: flex;
  position: relative;
}

.section-2 {
  background-color: #000;
  flex-flow: column;
  width: 100vw;
  min-height: 100vh;
  display: flex;
}

.div-block-2 {
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-3 {
  background-image: linear-gradient(0deg, #000 12%, #0000 64%), url('../images/bg.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  min-height: 0;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-4 {
  z-index: 2;
  background-color: #000;
  flex-flow: column;
  align-items: center;
  min-height: 100vh;
  padding: 20vh 12px;
  display: flex;
  position: relative;
}

.heading-2 {
  color: #fff;
  text-align: left;
  margin: 0;
  font-family: Neue Haas Display, Arial, sans-serif;
  font-size: 2.5rem;
}

.text-block {
  color: #fff;
  font-family: Neuehaasdisplayroman, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.paragraph {
  color: #fff;
  max-width: 56ch;
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: Neuehaasdisplayroman, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
}

.div-block-5 {
  color: #fff;
  display: flex;
  position: absolute;
  inset: auto auto 50vh 24px;
}

.text-block-2 {
  font-family: Neuehaasdisplayroman, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}

.text-span {
  font-family: Neue Haas Display, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.contact-section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #000;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: flex-start;
  padding: 64px 24px;
  display: flex;
  position: relative;
}

.contact-links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.contact-link {
  color: #fff;
  text-align: center;
  max-width: 32ch;
}

.contact-link:hover {
  text-decoration: none;
}

.content-link-wrapper {
  color: #fff;
  text-align: center;
  font-family: Neuehaasdisplayroman, Arial, sans-serif;
  text-decoration: none;
}

.text-block-3 {
  text-align: left;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.6;
  text-decoration: none;
}

.text-block-4 {
  text-align: left;
  font-family: Neue Haas Display, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  text-decoration: underline;
}

.div-block-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.heading-3 {
  color: #fff;
  text-align: left;
  border-bottom: 1.5px solid #fff;
  margin: 0;
  font-family: Neue Haas Display, Arial, sans-serif;
  font-size: 1.75rem;
}

.press-links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-around;
  width: auto;
  display: flex;
}

.socials {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-link {
  max-width: 24px;
  transition: all .2s;
}

.social-link:hover {
  transform: scale(1.5);
}

.div-block-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  align-items: flex-start;
  display: flex;
}

.link-block {
  max-width: 128px;
  margin-top: auto;
  margin-bottom: 12px;
}

.tour-section {
  z-index: 3;
  background-color: #000000bf;
  background-image: radial-gradient(circle, #00000080, #000), url('../images/bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  padding: 64px 24px;
  display: flex;
  position: relative;
}

.code-embed {
  width: 100%;
  max-width: 960px;
  height: auto;
  margin: auto;
}

.store-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  padding: 64px 24px;
  display: flex;
  position: relative;
}

.products {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  display: flex;
}

.product-link {
  width: 30vw;
  max-width: 256px;
  transition: all .2s;
}

.product-link:hover {
  transform: scale(1.15);
}

.videos-section {
  background-color: #000;
  flex-flow: column;
  width: 100vw;
  min-height: 100vh;
  display: flex;
}

.div-block-8 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  padding: 20px;
  display: flex;
}

.code-embed-2 {
  width: 100%;
  height: auto;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 12px;
}

.signup-section {
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  padding: 24px;
  display: flex;
}

.code-embed-3 {
  width: 96%;
  max-width: 512px;
}

.div-block-9 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.legalese-links {
  color: #fff;
  text-align: center;
  font-family: Neuehaasdisplayroman, Arial, sans-serif;
  font-size: 10px;
  line-height: 1.4;
}

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

  .nav-menu {
    font-family: Neuehaasdisplayroman, Arial, sans-serif;
    font-size: 12px;
  }

  .heading {
    font-size: 1.5rem;
  }

  .image {
    max-width: 144px;
  }

  .contact-section {
    justify-content: space-around;
    padding-left: 12px;
    padding-right: 12px;
  }

  .contact-link {
    font-size: 10px;
    line-height: 1.6;
  }

  .heading-3 {
    font-size: 1.25rem;
  }

  .products {
    flex-flow: wrap;
  }

  .product-link {
    width: 26vw;
  }
}

@media screen and (max-width: 767px) {
  .buylisten {
    width: auto;
    margin-top: auto;
    margin-left: 0;
    font-size: 16px;
  }

  .nav-menu {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .nav-menu-link {
    font-size: 12px;
  }

  .heading {
    font-size: 1.25rem;
  }

  .image {
    max-width: 144px;
  }

  .contact-section {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

  .contact-links {
    flex-flow: wrap;
    width: 60%;
  }

  .content-link-wrapper, .text-block-3 {
    font-size: 12px;
  }

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

  .press-links {
    width: 60%;
  }

  .div-block-7 {
    justify-content: space-between;
    width: 88%;
  }

  .products {
    flex-flow: row;
  }

  .product-link {
    width: 25vw;
  }
}

@media screen and (max-width: 479px) {
  .buylisten {
    width: auto;
    margin: auto auto 0;
    padding: 10px 40px;
    font-size: 10px;
    line-height: 1.6;
    display: block;
  }

  .nav {
    flex-flow: column;
    padding: 16px;
  }

  .logotype {
    max-width: 256px;
  }

  .nav-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: space-around;
    width: 100%;
  }

  .nav-menu-link {
    font-size: 12px;
  }

  .image {
    max-width: 256px;
  }

  .div-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .paragraph {
    font-size: 1rem;
  }

  .contact-section {
    flex-flow: column;
  }

  .contact-links {
    justify-content: center;
    align-items: center;
    margin-bottom: 18px;
    font-size: 12px;
  }

  .content-link-wrapper, .text-block-3, .text-block-4 {
    text-align: center;
  }

  .div-block-6 {
    justify-content: space-around;
    align-items: center;
    margin-left: 0;
  }

  .heading-3 {
    margin-top: 0;
  }

  .press-links {
    text-align: center;
    align-items: center;
  }

  .div-block-7 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .link-block {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

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

  .products {
    flex-flow: column;
  }

  .product-link {
    width: 100%;
  }
}


@font-face {
  font-family: 'Neue Haas Display';
  src: url('../fonts/NeueHaasDisplayBlack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuehaasdisplayroman';
  src: url('../fonts/NeueHaasDisplayRoman.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}