@font-face {
  font-family: Nunito_Sans;
  font-weight: 200;
  src: url("fonts/Nunito_Sans/NunitoSans-200.ttf") format("truetype");
}
@font-face {
  font-family: Nunito_Sans;
  font-weight: 200;
  font-style: italic;
  src: url("fonts/Nunito_Sans/NunitoSans-200-italic.ttf") format("truetype");
}
@font-face {
  font-family: Nunito_Sans;
  font-weight: 300;
  src: url("fonts/Nunito_Sans/NunitoSans-300.ttf") format("truetype");
}
@font-face {
  font-family: Nunito_Sans;
  font-weight: 300;
  font-style: italic;
  src: url("fonts/Nunito_Sans/NunitoSans-300-italic.ttf") format("truetype");
}
@font-face {
  font-family: Nunito_Sans;
  font-weight: 400;
  src: url("fonts/Nunito_Sans/NunitoSans-400.ttf") format("truetype");
}
@font-face {
  font-family: Nunito_Sans;
  font-weight: 400;
  font-style: italic;
  src: url("fonts/Nunito_Sans/NunitoSans-400-italic.ttf") format("truetype");
}
@font-face {
  font-family: Nunito_Sans;
  font-weight: 600;
  src: url("fonts/Nunito_Sans/NunitoSans-600.ttf") format("truetype");
}
@font-face {
  font-family: Nunito_Sans;
  font-weight: 600;
  font-style: italic;
  src: url("fonts/Nunito_Sans/NunitoSans-600-italic.ttf") format("truetype");
}
@font-face {
  font-family: Nunito_Sans;
  font-weight: 700;
  src: url("fonts/Nunito_Sans/NunitoSans-700.ttf") format("truetype");
}
@font-face {
  font-family: Nunito_Sans;
  font-weight: 700;
  font-style: italic;
  src: url("fonts/Nunito_Sans/NunitoSans-700-italic.ttf") format("truetype");
}
@font-face {
  font-family: Nunito_Sans;
  font-weight: 800;
  src: url("fonts/Nunito_Sans/NunitoSans-800.ttf") format("truetype");
}
@font-face {
  font-family: Nunito_Sans;
  font-weight: 800;
  font-style: italic;
  src: url("fonts/Nunito_Sans/NunitoSans-800-italic.ttf") format("truetype");
}
@font-face {
  font-family: Nunito_Sans;
  font-weight: 900;
  src: url("fonts/Nunito_Sans/NunitoSans-900.ttf") format("truetype");
}
@font-face {
  font-family: Nunito_Sans;
  font-weight: 900;
  font-style: italic;
  src: url("fonts/Nunito_Sans/NunitoSans-900-italic.ttf") format("truetype");
}
@font-face {
  font-family: Tighty;
  font-weight: normal;
  src: url(fonts/tighty.ttf) format("truetype");
}
.__web-player__components__four-oh-four-page {
  text-align: center;
  padding: 4rem 5rem;
}

.__web-player__components__four-oh-four-page p {
  font-size: 1.5em;
  margin-top: 1em;
}

.__web-player__components__four-oh-four-page .url {
  font-size: 1em;
  font-weight: bold;
  margin-top: 0;
  color: #EF4C23;
}

.__web-player__components__header-bar {
  background-color: #EF4C23;
  color: #FFF;
  text-align: center;
  padding: 4rem 0 5rem 0;
}

.__web-player__components__header-bar h1 {
  margin: 1rem;
  text-transform: uppercase;
  font-size: 4rem;
}

.__web-player__components__header-bar img {
  width: 9rem;
}

.__web-player__components__player-unsupported {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  font-size: 10vw;
  z-index: 1000000000000;
  text-align: center;
  display: flex;
  align-items: center;
}

.__web-player__components__player-unsupported p {
  flex: 1;
}

.__web-player__components__pwa-install {
  height: 50%;
  font-size: 0.6em;
}

.__web-player__components__pwa-install .install-button {
  display: block;
  margin: 1em auto;
  font-size: 1.75em;
  color: white;
  font-weight: 200;
  background-color: #EF4C23;
  padding: 0.25em 0.5em;
  box-shadow: 2px 5px 5px #555c6c;
}

.__web-player__components__pwa-install .instructions {
  margin: 2em 2em;
}

.__web-player__components__pwa-install .prompt {
  color: #EF4C23;
  text-align: center;
  margin: 2em;
}

.__web-player__components__registration-info {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-around;
  padding: 6rem 4rem;
  background-color: white;
}

.__web-player__components__registration-info .prompt {
  margin-top: 3rem;
  text-transform: uppercase;
}

.__web-player__components__registration-info a {
  text-decoration: none;
  color: inherit;
  font-size: 0.9em;
}

.__web-player__components__registration-info .short-code {
  font-size: 6rem;
  font-weight: 700;
  color: #FFF;
  background-color: #dddee2;
  letter-spacing: 4rem;
  text-align: center;
  padding: 1rem;
}

.__web-player__components__registration-info .or {
  text-transform: uppercase;
  border-left: 1px solid #555c6c;
  position: relative;
  align-self: stretch;
  margin: 0 4rem;
}
.__web-player__components__registration-info .or p {
  font-size: 2.5rem;
  background-color: #FFF;
  position: absolute;
  top: 40%;
  left: -2.8rem;
  padding: 1rem;
  font-weight: normal;
}

.__web-player__components__registration-info .qr-code {
  width: 15rem;
  padding: 10px;
  background-color: #dddee2;
  display: block;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 1vw;
  background-color: transparent;
}

body {
  padding: 0;
  margin: 0;
  color: #555c6c;
  font-family: Nunito_Sans, Arial, Helvetica, sans-serif;
  font-weight: 200;
  font-size: 2em;
  background-color: transparent;
}

.no-scrollbars {
  overflow: hidden;
}