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

.x-closer-image {
  filter: invert();
  width: 16px;
}

.tag-globe {
  color: #858585;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: .5rem;
}

.tag-globe:hover {
  text-decoration: underline;
}

.x-closer-div {
  z-index: 2;
  cursor: pointer;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.tag-by {
  color: #d1d1d1;
  letter-spacing: 1px;
  font-family: Inconsolata, monospace;
  font-size: 10px;
  line-height: 10px;
}

.content-holder {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.actual-window-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.popout-content {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #8f8f8f4d;
  border: .7px solid #7776;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  max-width: 600px;
  max-height: 60vh;
  padding: 4rem;
  display: flex;
  position: absolute;
  overflow: auto;
  box-shadow: 4px 12px 20px -12px #8b8b8b82;
}

.about-box {
  z-index: 4000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: -100vh 0% 0% 0;
}

.png-button {
  max-width: 120px;
  position: relative;
  overflow: visible;
}

.logo-link {
  z-index: 10;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: fixed;
  top: .5rem;
}

.logo-link.w--current {
  z-index: 10;
}

.about-text {
  color: #fff;
  width: 100%;
}

.mobile-video {
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.p2-spin-gif {
  max-width: 120px;
  position: fixed;
}

.dark-bg-closer-2 {
  cursor: pointer;
  background-color: #00000094;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.png-button-div {
  color: #141414;
  background-color: #ffffffe6;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  text-decoration: none;
  display: flex;
}

.png-button-div:hover {
  background-color: #fff;
  text-decoration: underline;
}

.png-button-div.dreamworld {
  z-index: 10;
  position: fixed;
  bottom: 1rem;
  left: 1rem;
}

.png-button-div.rd {
  z-index: 10;
  position: fixed;
  top: 1rem;
  right: 1rem;
}

.png-button-div.archive {
  z-index: 10;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
}

.png-button-div.shop {
  z-index: 10;
  position: fixed;
  top: 1rem;
  left: 1rem;
}

.window-content-div {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.credit-linker {
  color: #fff;
}

.intro-video {
  z-index: 1;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.corner-buttons-group {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
}

.driveworld-code-embed {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: relative;
}

.landing-titles {
  padding: .25rem;
}

.logo {
  max-width: 110px;
}

.logo-link-div {
  z-index: 10;
  position: fixed;
  top: 1rem;
  left: 1rem;
}

@media screen and (max-width: 991px) {
  .tag-by {
    font-size: 8px;
    line-height: 10px;
  }

  .actual-window-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .popout-content {
    width: 70%;
  }

  .png-button {
    max-width: 100px;
  }

  .logo-link {
    top: 0;
  }

  .mobile-video {
    display: block;
  }

  .png-button-div {
    font-size: 24px;
    line-height: 24px;
  }

  .intro-video {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .actual-window-content {
    padding-bottom: 0;
  }

  .popout-content {
    max-width: 400px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .png-button {
    max-width: 80px;
  }

  .logo-link {
    top: .25rem;
  }

  .p2-spin-gif {
    width: 100px;
  }

  .png-button-div {
    font-size: 16px;
    line-height: 16px;
  }
}

@media screen and (max-width: 479px) {
  .popout-content {
    width: 85%;
    overflow: scroll;
  }

  .png-button-div {
    font-size: 16px;
  }
}
