@font-face {
  font-family: Focal Web;
  src: url('../fonts/Focal-Extrabold-Web.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --yellow: #eee356;
}

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

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

.section {
  background-image: linear-gradient(270deg, #000000bf, #0000 33%, #0000), url('../images/35_bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  padding: 1rem;
  display: flex;
}

.content-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 100vh;
  padding-top: 1rem;
  display: grid;
}

.main-content-flexbox {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.packshot-image {
  aspect-ratio: 1;
  width: 100%;
  max-width: 512px;
  box-shadow: 0 8px 8px 2px #00000080;
}

.button {
  filter: drop-shadow(0 6px 6px #000000b3);
  color: #000;
  text-align: center;
  cursor: pointer;
  background-color: #eee356;
  padding: 12px 24px 10px;
  font-family: Focal Web, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  transition: all .2s;
}

.button:hover {
  color: #eee356;
  background-color: #000;
  border: 1px solid #eee356;
}

.video-section {
  background-image: linear-gradient(270deg, #000, #0000 33%, #0000), url('../images/35_bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  width: 100vw;
  height: auto;
  min-height: auto;
  padding: 1rem;
  display: flex;
}

.mailing-section {
  background-image: linear-gradient(270deg, #000, #0000 33%, #0000), url('../images/35_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: center;
  align-items: center;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  padding: 1rem;
  display: flex;
}

.code-embed {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  font-family: Focal Web, Arial, sans-serif;
  display: flex;
}

.social-links {
  z-index: 3;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  transition: all .2s;
  display: flex;
  position: fixed;
  inset: 1rem 1rem auto auto;
}

.social-link {
  filter: drop-shadow(0 2px 4px #0006);
  width: 20px;
  transition: all .2s;
}

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

.site-links-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  display: flex;
  position: fixed;
  inset: 1rem auto auto 1rem;
}

.site-link {
  color: var(--yellow);
  font-family: Focal Web, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1;
}

.site-link:hover, .site-link.w--current {
  text-decoration: none;
}

.youtube {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.tour-section {
  background-image: linear-gradient(270deg, #000, #0000 33%, #0000), url('../images/35_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: center;
  align-items: center;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  padding: 1rem;
  display: flex;
}

.section-2 {
  z-index: 9999;
  background-color: red;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100svw;
  height: 100svh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.text-block {
  color: var(--yellow);
  width: 100%;
  max-width: none;
  font-family: Focal Web, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}

.text-block:hover {
  text-decoration: none;
}

.text-block.about-link {
  color: var(--yellow);
  text-align: left;
}

.heading {
  color: var(--yellow);
  text-align: center;
  font-family: Focal Web, Arial, sans-serif;
  font-size: 2rem;
}

.about-popup {
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-popup-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 88%;
  max-width: 80ch;
  height: 88%;
  margin-top: 0;
  padding: 8px;
  display: flex;
  position: relative;
  overflow: scroll;
}

.about-popup-section {
  z-index: 9999;
  opacity: 0;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100svw;
  height: 100svh;
  min-height: 0;
  padding: 64px 1rem;
  transition: all;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.close-about-button {
  z-index: 99;
  color: var(--yellow);
  text-align: right;
  cursor: pointer;
  font-family: Focal Web, Arial, sans-serif;
  text-decoration: underline;
  position: absolute;
  inset: 16px 16px auto auto;
}

.close-about-button:hover {
  text-decoration: none;
}

.link {
  color: var(--yellow);
}

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

.about-link {
  color: var(--yellow);
  text-align: left;
  width: 100%;
  max-width: none;
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: Focal Web, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}

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

.link-2 {
  color: var(--yellow);
}

.about-popup-link {
  color: var(--yellow);
  font-family: Focal Web, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1;
}

.about-popup-link:hover, .about-popup-link.w--current {
  text-decoration: none;
}

.live-video-text-link {
  color: var(--yellow);
}

.bold-text {
  color: #fff;
}

.link-3 {
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .main-content-flexbox {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .section {
    background-position: 70%;
  }

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

  .video-section, .mailing-section, .tour-section {
    background-position: 70%;
  }
}

@media screen and (max-width: 479px) {
  .section {
    background-image: linear-gradient(270deg, #000000bf, #0000 33%, #0000), url('../images/35_bg.jpg');
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

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

  .video-section, .mailing-section {
    background-position: 70%;
  }

  .social-links {
    justify-content: center;
    align-items: center;
    width: 100%;
    position: fixed;
    inset: 12px 0% auto;
  }

  .site-links-wrapper {
    justify-content: center;
    align-items: center;
    inset: 52px 0% auto;
  }

  .tour-section {
    background-position: 70%;
  }

  .text-block {
    font-size: 1rem;
    line-height: 1.1;
  }

  .about-popup-content {
    width: 96%;
    padding: 2px;
  }

  .about-popup-section {
    opacity: 0;
    display: none;
  }

  .bold-text-2 {
    font-size: 1rem;
    line-height: 1.2;
  }
}

#w-node-_2957e1f3-9b74-b62c-08b9-714581469e21-2328458f {
  place-self: center;
}


@font-face {
  font-family: 'Focal Web';
  src: url('../fonts/Focal-Extrabold-Web.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '1942';
  src: url('../fonts/1942.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}