body {
  color: #fff;
  letter-spacing: 1.4px;
  background-image: url("https://cdn.prod.website-files.com/68accf031d7e7be47b2cd06b/68b83cb0b6611b267ddeca13_bg__curtain.avif");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Otbulbmonoline 900", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  overflow: hidden;
}

a {
  color: #ff9fe4;
  text-decoration: none;
}

a:hover {
  color: #fff;
}

.stage {
  width: 100vw;
  height: 100vh;
  position: relative;
}

.tv-skin {
  opacity: 0;
  object-fit: contain;
  max-height: 90vh;
  transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
}

.tv-skin.hide {
  display: none;
}

.tv-skin.active {
  opacity: 100;
  opacity: 100;
  display: block;
}

.black-screen, .intro-channel {
  object-fit: contain;
  height: 100%;
  max-height: 90vh;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
}

.wrapper-stage {
  width: 90vw;
  height: 100%;
  position: relative;
  left: 5vw;
}

.nav-footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #ff9fe4;
  text-shadow: 0 3px #000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: 20px;
  line-height: 1.2;
  display: flex;
}

.dial {
  z-index: 1;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  color: #ff9fe4;
  text-align: center;
  letter-spacing: .1vw;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 3vw;
  font-size: 1vw;
  line-height: 1.2vw;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.dial:hover {
  color: #fff;
}

.dial.previous {
  left: 3vw;
}

.dial.next {
  right: 3vw;
}

.image {
  width: 100%;
}

.nav-header {
  max-width: 50%;
  position: absolute;
  top: 1.5vw;
  left: 50%;
  transform: translate(-50%);
}

.select-episode {
  color: #ff9fe4;
  letter-spacing: 2px;
  background-color: #0000;
  background-image: url("https://cdn.prod.website-files.com/68accf031d7e7be47b2cd06b/68af848fc14404f1e2b77f3e_arrow__select.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 80%;
  border-style: none;
  outline: none;
  padding-right: 40px;
  font-size: 20px;
  line-height: 1.2;
}

.player-yt {
  aspect-ratio: 16 / 9;
  object-fit: fill;
  position: absolute;
  top: 20%;
  left: 10%;
}

.play-episode {
  z-index: 10;
  cursor: pointer;
  width: 68px;
  height: 48px;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pause-episode {
  z-index: 1;
  aspect-ratio: 16 / 9;
  position: absolute;
  top: 20%;
  left: 10%;
}

.col-nav-footer {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.logo {
  width: 3vw;
  min-width: 40px;
  position: absolute;
  top: 1.5vw;
  left: 1.5vw;
}

.subscribe {
  border: 1px solid #fff;
  border-radius: 22px;
  flex: none;
  height: 44px;
  margin-bottom: 0;
  padding: 4px 5px 4px 30px;
  display: flex;
}

.inner-subscribe {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 34px;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  position: relative;
}

.input-subscribe {
  color: #fff;
  letter-spacing: 1.6px;
  background-color: #0000;
  border: 1px #000;
  width: 180px;
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1;
}

.input-subscribe::placeholder {
  color: #fff;
}

.submite-subscrive {
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.submite-subscrive.arrow {
  display: none;
}

.label-subscribe {
  color: #ff9fe4;
  flex: none;
  margin-bottom: 0;
  margin-right: 10px;
}

.wrapper-nav-footer {
  z-index: 10;
  justify-content: space-between;
  width: 100%;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  display: flex;
  position: absolute;
  bottom: 1.5vw;
  left: 0;
  right: 0;
}

.inner-player {
  aspect-ratio: 1.18;
  object-fit: contain;
  transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
}

.inner-player.hide {
  display: none;
}

.inner-player.active {
  opacity: 100;
  display: block;
}

.inner-player.pause {
  z-index: 10;
  z-index: 10;
}

@media screen and (min-width: 1920px) {
  .wrapper-stage {
    width: 90%;
    left: 5%;
  }

  .inner-player.active {
    left: calc(50% + 120px);
  }
}

@media screen and (max-width: 991px) {
  .stage {
    width: 100svw;
    height: calc(100svh - 60px);
    margin-top: 60px;
  }

  .tv-skin {
    width: 50%;
    max-height: none;
    left: 50%;
  }

  .black-screen {
    width: 50%;
    height: auto;
    max-height: none;
    left: 50%;
  }

  .intro-channel {
    width: 50%;
    max-height: none;
    left: 50%;
  }

  .wrapper-stage {
    width: 100%;
    left: 0;
  }

  .nav-footer {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: center;
    flex-flow: column;
    width: 25%;
    font-size: 12px;
    bottom: 1.5vh;
    transform: translate(0, -50%);
  }

  .dial.previous {
    inset: auto calc(12.5% - 20px) calc(50% + 5vh) auto;
    transform: none;
  }

  .dial.next {
    top: calc(50% + 5vh);
    right: calc(12.5% - 20px);
    transform: none;
  }

  .nav-header {
    top: 0;
    left: auto;
    right: 2vw;
    transform: none;
  }

  .select-episode {
    width: 100%;
    max-width: 23vw;
    padding-right: 20px;
    font-size: 12px;
  }

  .col-nav-footer {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .hide-mobile {
    display: none;
  }

  .logo {
    width: 40px;
    top: 0;
    left: calc(12.5% - 20px);
  }

  .subscribe {
    align-self: center;
    display: none;
  }

  .inner-subscribe {
    flex: none;
  }

  .dot-nav-footer {
    display: none;
  }

  .wrapper-nav-footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    top: 50%;
    transform: translate(0);
  }

  .inner-player {
    left: 50%;
  }
}

@media screen and (max-width: 767px) {
  body {
    height: 100%;
  }

  .stage {
    height: 100svh;
    margin-top: 0;
  }

  .tv-skin {
    width: 50%;
    max-height: none;
  }

  .intro-channel {
    width: 50%;
  }

  .nav-footer {
    top: 50%;
    bottom: auto;
    left: 0%;
  }

  .dial {
    width: 40px;
    font-size: 12px;
    line-height: 1.2;
  }

  .dial.previous {
    transform: none;
  }

  .nav-header {
    top: 20px;
  }

  .play-episode {
    pointer-events: none;
  }

  .col-nav-footer {
    width: 100%;
  }

  .logo {
    top: 1.5vw;
  }

  .wrapper-nav-footer {
    top: 50%;
  }

  .inner-player {
    width: 50%;
    max-height: none;
    left: 50%;
  }

  .footer-link {
    flex: 1;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .tv-skin {
    width: 100%;
    height: auto;
  }

  .black-screen, .intro-channel {
    pointer-events: none;
    width: 100%;
  }

  .nav-footer {
    grid-column-gap: 5%;
    grid-row-gap: 5%;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    top: auto;
    bottom: 20px;
    transform: none;
  }

  .dial {
    width: 35px;
  }

  .dial.previous {
    left: 30vw;
    right: inherit;
    top: 100px;
    bottom: inherit;
  }

  .dial.next {
    top: 100px;
    right: 30vw;
  }

  .nav-header {
    width: 90%;
    max-width: none;
    top: 60px;
    left: 5%;
  }

  .select-episode {
    max-width: none;
  }

  .col-nav-footer {
    flex-flow: column;
    width: 100%;
  }

  .logo {
    left: 50%;
    transform: translate(-50%);
  }

  .subscribe {
    align-self: auto;
    padding-left: 15px;
    display: block;
    top: 120px;
    left: 5%;
    right: auto;
  }

  .inner-subscribe {
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
  }

  .input-subscribe {
    letter-spacing: 1.2px;
    font-size: 12px;
  }

  .submite-subscrive {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .submite-subscrive.arrow {
    background-image: url("https://cdn.prod.website-files.com/68accf031d7e7be47b2cd06b/68bb41f9ed7bf96bf1b52a73_arrow__submit.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 14px;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    line-height: 18px;
    display: block;
    position: absolute;
    right: 0;
  }

  .label-subscribe {
    margin-right: 5px;
  }

  .dot-nav-footer {
    display: none;
  }

  .wrapper-nav-footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 20px;
    padding-right: 20px;
    top: auto;
    bottom: 20px;
  }

  .inner-player {
    width: 100%;
    height: auto;
  }

  .hide-xs {
    display: none;
  }

  .success-message {
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    line-height: 34px;
  }
}
