:root {
  --black: black;
  --text-shadow: #21285d;
  --rebecca: rebeccapurple;
  --red: #fe3824;
  --dark-green: #39620a;
  --white: white;
  --charcoal: #21201e;
  --chocolate: #eb6917;
}

.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: var(--black);
  font-family: "Press Start 2P", sans-serif;
  font-size: 16px;
  line-height: 1.5rem;
  overflow: hidden;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  text-decoration: none;
}

.content {
  cursor: auto;
  width: 100%;
  height: 100%;
}

.home-content {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.home-container {
  z-index: 10;
  background-color: #e6e2e2;
  border: 2px solid #000;
  border-radius: 7px;
  flex-direction: column;
  width: 55vw;
  min-width: 465px;
  height: 57vh;
  min-height: 300px;
  margin: auto;
  display: flex;
  position: relative;
}

.home-video-wrapper {
  z-index: 2;
  position: absolute;
  top: 10vh;
  left: -7.2vw;
}

.home-video-container {
  width: 0;
  height: 0;
  margin-left: 100%;
  position: relative;
}

.home-video-parent {
  object-fit: cover;
  border-radius: 4px;
  width: 325px;
  height: 25vh;
  min-height: 130px;
  position: relative;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.home-video-media-gif {
  object-fit: cover;
  width: 100%;
  height: 100%;
  box-shadow: 2px 2px 10px 3px #00000075;
}

.home-video-vhs-gif {
  width: 60%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.home-video-text {
  z-index: 2;
  color: #fdfcfc;
  margin-top: 44px;
  margin-right: 33px;
  font-size: 1em;
  position: absolute;
  inset: 0% 0% auto auto;
}

.body {
  font-family: "Press Start 2P", sans-serif;
  overflow: hidden;
}

.home-navbar {
  background-color: #d4cdcd;
  border: 3px solid #979797;
  border-radius: 4px;
  height: 55px;
  margin-top: -4px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 5%;
  position: relative;
}

.home-options-items {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.home-options-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.home-options-item {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-options-text {
  text-shadow: 1px 2px 0 var(--text-shadow);
  white-space: break-spaces;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 1em;
  line-height: 1.5em;
}

.home-options-text.purple-text {
  color: var(--rebecca);
}

.home-options-text.black-text {
  color: var(--black);
  white-space: pre-line;
}

.home-options-text.orange-text {
  color: var(--text-shadow);
}

.home-options-text.red-text {
  color: var(--red);
}

.home-options-text.green-text {
  color: var(--dark-green);
}

.home-options-icon {
  max-width: 120px;
  max-height: 80px;
}

.awge-copyright {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 10vh;
}

.awge-copyright.awge-copyright-mobile {
  z-index: 10;
}

.awge-copyright-text {
  color: #fff;
  text-align: center;
  font-size: .7em;
  line-height: 1.5em;
  text-decoration: none;
}

.home-content-mobile {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}

.home-container-mobile {
  background-color: #e6e2e2;
  border: 2px solid #000;
  border-radius: 7px;
  width: 55vw;
  height: 57vh;
  position: relative;
}

.home-section-video-mobile {
  position: relative;
}

.home-options-container-mobile {
  justify-content: center;
  display: flex;
  position: relative;
}

.landing-content {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.landing-title {
  flex: 1.3;
  align-items: flex-end;
  display: flex;
}

.landing-start {
  color: var(--black);
  flex: .5;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  display: flex;
}

.landing-copyright {
  flex: .5;
}

.page-wrapper {
  align-items: center;
}

.tube-border {
  z-index: 10;
  background-image: url('../images/y2ktube.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 101% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.tube-border.tube-border-mobile {
  z-index: 12;
  background-image: url('../images/y2ktube.png');
}

.landing-start-arrow {
  text-shadow: none;
}

.landing-copyright-text {
  color: var(--black);
  text-align: center;
  font-size: .9em;
  line-height: 1.5em;
}

.landing-image {
  height: 16vw;
}

.landing-start-text {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .83em;
  padding-bottom: .83em;
  font-size: 1.5em;
  line-height: 1.5em;
  display: flex;
}

.tube-shape {
  background-color: var(--black);
  color: var(--white);
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.tube-shape.landing {
  z-index: 10;
  display: block;
  overflow: hidden;
}

.script, .style {
  display: none;
}

.awge-stars {
  box-shadow: 0 2px 5px #0003;
}

.awge-home {
  z-index: 2;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 10vh;
  left: 10vw;
}

.error-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 25%;
}

.error-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 400;
  line-height: 2em;
}

.form-container {
  text-align: center;
  width: 40vw;
  min-width: 695px;
  height: 49vh;
  min-height: 400px;
}

.form-container.form-container--password {
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
}

.form-field {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.form-label {
  background-color: #9b9b9b;
  border: 1px solid #9b9b9b;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1em 15px;
  font-size: 1em;
  line-height: 1.5rem;
}

.form-field-label-container {
  background-color: #999;
  border: 1px solid #9b9b9b;
  border-radius: 5px;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 5px 15px;
  display: flex;
}

.form-page {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.form-input {
  background-color: var(--white);
  color: #9b9b9b;
  border: 1px solid #9b9b9b;
  border-radius: 5px;
  height: 100%;
  margin-bottom: 0;
  padding: 10px;
  font-size: .9em;
  line-height: 1.1rem;
}

.home-options-link {
  text-decoration: none;
}

.form-fields {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  height: 100%;
  padding: 20px;
  display: flex;
}

.form-button {
  background-color: #545454;
  border-radius: 8px;
  width: 100%;
  margin: 5px;
  padding: 10px;
  font-size: 1.3em;
}

.form-footer {
  border-top: 2px solid #000;
  display: flex;
}

.form-content {
  background-color: #d7d6d6;
  border: 5px solid #000;
  border-radius: 8px;
  overflow: hidden;
}

.form-error {
  background-color: var(--red);
  text-align: center;
  border-radius: 4px;
  margin-top: 0;
  font-size: 1em;
  position: absolute;
  inset: auto 25% 30%;
}

.landing-start-container {
  color: var(--black);
  text-decoration: none;
}

.gif-overlay {
  z-index: 5;
  opacity: .13;
  mix-blend-mode: normal;
  background-image: url('../images/home-background-2.gif');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0%;
}

.background-video {
  z-index: 4;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  .home-video-parent {
    width: 225px;
    height: 250px;
  }

  .home-video-vhs-gif {
    width: 70%;
  }

  .home-video-text {
    margin-right: 30px;
  }

  .home-navbar {
    margin-top: 0;
  }

  .home-options-items {
    grid-column-gap: 0px;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: column dense;
    place-content: space-around space-between;
    place-items: stretch stretch;
    overflow: hidden;
  }

  .home-options-container {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    overflow: hidden;
  }

  .home-options-text.black-text {
    text-align: center;
  }

  .home-options-icon {
    width: 80px;
  }

  .home-options-icon.testing, .home-options-icon.about {
    width: 70px;
  }

  .home-content-mobile {
    display: none;
  }

  .home-options-container-mobile {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    overflow: hidden;
  }

  .tube-shape.landing {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .home-content {
    display: none;
  }

  .home-video-media-gif {
    box-shadow: none;
    border: 2px solid #000;
    border-radius: 7px;
  }

  .home-video-text {
    z-index: 11;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-right: 0;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .home-navbar.home-navbar-mobile {
    box-shadow: 0 4px 4px 1px var(--text-shadow);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 60px;
    margin-top: 0;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 0%;
    display: flex;
  }

  .home-options-items {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .awge-copyright {
    flex: .45 0;
  }

  .awge-copyright.awge-copyright-mobile {
    position: static;
  }

  .awge-copyright-text {
    font-size: .6em;
  }

  .home-content-mobile {
    background-color: #dbdbdb;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .home-container-mobile {
    background-color: #0000;
    border-style: none;
    border-radius: 0;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: auto;
    height: 100%;
    padding-top: 40px;
    display: flex;
  }

  .home-section-video-mobile {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .home-video-ipad-mobile {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 210px;
    height: 170px;
    display: flex;
  }

  .image-gif {
    border: 2px solid #000;
    border-radius: 7px;
  }

  .home-video-gif-mobile {
    z-index: 10;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: -10% 0% 0%;
  }

  .home-options-container-mobile {
    width: 90vw;
    margin-top: 40px;
  }

  .tube-border {
    background-image: url('../images/border-compressed-2.png');
    background-size: 100% 100%;
  }

  .tube-border.tube-border-mobile {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .form-field {
    grid-template-columns: 1fr;
  }

  .form-label {
    display: none;
  }

  .form-input {
    min-height: 3em;
  }

  .form-content {
    margin-left: 15px;
    margin-right: 15px;
  }

  .form-error {
    font-size: .7em;
    line-height: 1rem;
    bottom: 25%;
    left: 15%;
    right: 15%;
  }

  .paragraph {
    white-space: break-spaces;
    word-break: break-all;
    overflow-wrap: break-word;
    font-size: 15px;
  }
}

@media screen and (max-width: 479px) {
  .home-video-media-gif {
    position: absolute;
  }

  .home-video-text {
    position: absolute;
    inset: 0%;
  }

  .home-options-items {
    grid-template-rows: 1fr;
    grid-template-areas: ".";
    grid-auto-columns: 125fr;
  }

  .home-options-text.purple-text, .home-options-text.black-text, .home-options-text.orange-text, .home-options-text.red-text, .home-options-text.green-text {
    font-size: .8em;
  }

  .home-options-icon {
    width: 70px;
  }

  .home-options-icon.testing {
    width: 55px;
  }

  .home-options-icon.about {
    width: 60px;
  }

  .image-gif {
    background-image: url('../images/ingen-background.gif');
    background-position: 50% 34%;
    background-repeat: no-repeat;
    background-size: 180px 124px;
  }

  .landing-title {
    flex-grow: 1;
  }

  .landing-start-text {
    font-size: 1em;
  }

  .error-text {
    line-height: 1.5em;
  }

  .form-button {
    font-size: 1.2em;
  }

  .form-error {
    left: 10%;
    right: 10%;
  }
}

#w-node-_6452a424c576a5e1bedf945d000000000010-67ad9958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_51e8143e-59c9-baf9-04c5-7560315772bd-67ad995a {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_96a7c455-37ef-56e2-5dd8-a8513081b89e-67ad995a {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-ccbcad67-f9a7-1e4f-8252-b83fa8550926-67ad995a {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_2cbc4a61-59f6-0e8a-c1dc-4c1a467bfb29-67ad995a {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_2cbc4a61-59f6-0e8a-c1dc-4c1a467bfb2e-67ad995a {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_2cbc4a61-59f6-0e8a-c1dc-4c1a467bfb33-67ad995a {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_2cbc4a61-59f6-0e8a-c1dc-4c1a467bfb38-67ad995a {
  grid-area: 2 / 2 / 3 / 3;
  place-self: center;
}

#w-node-_2cbc4a61-59f6-0e8a-c1dc-4c1a467bfb3d-67ad995a {
  grid-area: 2 / 3 / 3 / 4;
  place-self: center;
}

#w-node-_2cbc4a61-59f6-0e8a-c1dc-4c1a467bfb42-67ad995a {
  grid-area: 2 / 4 / 3 / 5;
  place-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_2cbc4a61-59f6-0e8a-c1dc-4c1a467bfb33-67ad995a {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-_2cbc4a61-59f6-0e8a-c1dc-4c1a467bfb38-67ad995a {
    grid-column: 1 / 2;
  }

  #w-node-_2cbc4a61-59f6-0e8a-c1dc-4c1a467bfb3d-67ad995a {
    grid-column: 2 / 3;
  }

  #w-node-_2cbc4a61-59f6-0e8a-c1dc-4c1a467bfb42-67ad995a {
    grid-column: 3 / 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2cbc4a61-59f6-0e8a-c1dc-4c1a467bfb3d-67ad995a {
    grid-area: 2 / 1 / 3 / 4;
    place-self: center;
  }
}


