* {
  font-family: Montserrat;
}

.content-wrapper {
  position: relative;
}
.content-wrapper::before {
  display: block;
  content: " ";
  position: absolute;
  top: -300px;
  width: 100%;
  height: 350px;
  background: linear-gradient(0deg, #000000 30%, rgba(0, 0, 0, 0.677083) 70%, rgba(0, 0, 0, 0) 100%);
  z-index: 11;
}
.content-wrapper .content .module .medias-gradient::before {
  display: block;
  content: " ";
  position: absolute;
  bottom: 0;
  height: 90px;
  width: inherit;
  background: linear-gradient(0deg, #000000 30%, rgba(0, 0, 0, 0.677083) 70%, rgba(0, 0, 0, 0) 100%);
  z-index: 11;
  opacity: 0.8;
}

.detail-buttons {
  padding: 32px 0;
  position: relative;
}
.detail-buttons .btn {
  margin-bottom: 32px;
  margin-left: 5px;
  border-radius: 4px;
  height: 42px;
  box-sizing: border-box;
  padding: 12px;
}
.detail-buttons .menu-focus {
  position: absolute;
  width: 300px;
  left: 0;
  border: 2px solid white;
  border-radius: 4px;
  height: 54px;
  top: 26px;
}
.detail-buttons .white-btn {
  background-color: white;
  border-radius: 4px;
  display: inline-block;
  color: black;
  width: 290px;
  font-weight: 600;
}

.details-scrollable-content {
  height: 100%;
}

.details-header-gradient {
  position: absolute;
}

.player {
  position: absolute;
  top: 0;
  left: 0;
}
.player .next-confirm {
  z-index: 13;
  opacity: 0;
}
.player .next-confirm span {
  position: relative;
  z-index: 15;
}
.player .next-confirm::before {
  display: block;
  content: " ";
  position: absolute;
  width: 100%;
  z-index: 14;
  height: 100%;
  background: #444;
  left: 0;
  top: 0;
  transform: scale(0, 1);
  transform-origin: left;
  transition: transform 5s ease-in-out;
}
.player .btn {
  border: 2px solid transparent;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.3);
}
.player .btn.active .label span, .player .btn:focus .label span, .player .btn:hover .label span {
  opacity: 1 !important;
  visibility: visible !important;
}
.player .btn.active, .player .btn:hover {
  border: 2px solid #fff;
}
.player .btn svg {
  max-width: 50%;
  min-width: 50%;
  height: auto;
}
.player .btn svg path {
  fill: white;
}
.player .controls-and-fade {
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 7;
  position: relative;
}
.player, .player .video-container {
  width: 100%;
  height: 100%;
  z-index: 1;
}
.player .video-container {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
}
.player .video-container .loading {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  justify-content: center;
  align-items: center;
  z-index: 15;
}
.player .video-container .loading .spinner, .player .video-container .loading .spinner:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.player .video-container .loading .spinner {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.player .video-container .video {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.sign-in {
  background: linear-gradient(180deg, #000000 0%, #151515 100%);
  height: 100%;
  padding-top: 67px;
}
.sign-in .header {
  text-align: center;
}
.sign-in .header .logo {
  width: 53px;
  height: 50px;
  margin: 0 auto;
}
.sign-in .header .login-title {
  margin-top: 22px;
}
.sign-in .container {
  height: 100%;
}
.sign-in .container .text-spacing {
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 4px;
}
.sign-in .body {
  display: flex;
  margin-top: 85px;
}
.sign-in .body .column {
  flex: 50%;
}
.sign-in .body .column .option {
  margin-bottom: 31px;
}
.sign-in .body .column .step-number {
  vertical-align: top;
  margin-right: 10px;
}
.sign-in .body .column span {
  display: inline-block;
}
.sign-in .body .column .option-content {
  margin-bottom: 16px;
}
.sign-in .body .border-box {
  border: 2px solid #FFFFFF;
  border-radius: 5px;
  margin-right: 13px;
}
.sign-in .body .border-box.text {
  font-size: 20px;
}
.sign-in .body .text {
  font-size: 15px;
  line-height: 19px;
  letter-spacing: normal;
  font-weight: 300;
}
.sign-in .body .qrcode-container {
  align-items: center;
  display: flex;
}
.sign-in .body .login-sub-title {
  font-weight: 600;
  letter-spacing: normal;
  font-size: 26px;
  line-height: 26px;
  margin-top: 16px;
}
@-webkit-keyframes placeholderShimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}

.menu-container {
  height: 100%;
  position: absolute;
  z-index: 12;
}
.menu-container .full-menu {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.2s;
  transform: translateX(-100%);
}
.menu-container .menu-hover:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.menu-container .menu {
  width: 97px;
  height: 100%;
  z-index: 10;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-container .menu > img {
  position: absolute;
  z-index: 11;
}
.menu-container .menu ul {
  padding: 0;
  z-index: 12;
  text-align: center;
}
.menu-container .menu ul li {
  width: 100%;
  margin-bottom: 30px;
  padding: 10px;
  position: relative;
  transition: opacity 0.5s;
  opacity: 0.3;
}
.menu-container .menu ul li img {
  width: 35px;
  left: 15px;
}
.menu-container .menu ul li .label {
  position: absolute;
  text-align: left;
  padding: 10px;
  margin-left: 10px;
  font-size: 24px;
  top: 45%;
  transform: translate(0, -45%);
  transition: opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 13px;
  width: 350px;
}
.menu-container .menu ul li .avatar {
  border-radius: 50%;
  width: 35px;
  border: 2px solid transparent;
  border-radius: 50%;
  margin: 0 auto;
}
.menu-container .menu ul li:last-child {
  margin-bottom: 0;
}
.menu-container.open ul li {
  opacity: 0.5;
}
.menu-container.open ul li.active {
  opacity: 1;
  font-weight: 600;
  position: relative;
}
.menu-container.open ul li .label.show {
  transform: translate(0, -50%);
}
.menu-container.open .full-menu {
  transform: translateX(0%);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0.7+100 */
  background: -moz-linear-gradient(left, black 0%, rgba(0, 0, 0, 0.5) 90%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, black 0%, rgba(0, 0, 0, 0.5) 90%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0.5) 90%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#b3000000",GradientType=1 );
  /* IE6-9 */
}

.exit-popup .overlay {
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 15;
  width: 100%;
  height: 100%;
  font-size: 22px;
  text-align: center;
  overflow: hidden;
}
.exit-popup .content .title {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
}
.exit-popup .content .messages {
  font-weight: 450;
  line-height: 28px;
}
.exit-popup .content .messages.block-message {
  font-size: 24px;
}
.exit-popup .content .messages.warning-message {
  font-size: 18px;
  color: #A0A0AB;
}
.exit-popup .content .options {
  margin-top: 25px;
}
.exit-popup .content .options button {
  text-transform: uppercase;
  padding: 25px 45px;
  outline: none;
  font-size: 22px;
  font-weight: 600;
  border: none;
  color: white;
  border-radius: 5px;
}
.exit-popup .content .options button:not(:last-of-type) {
  margin-right: 20px;
}
.exit-popup .content .options button.exit {
  background-color: #18181B;
}
.exit-popup .content .options button.cancel {
  background: #fff;
  color: #222;
}
.exit-popup .content .options button.active {
  outline: 4px solid #eee;
}
.exit-popup .content .options button:disabled {
  background: #3F3F46;
  color: #70707B;
}
.exit-popup .content .stacked {
  height: 20vh;
  background: none;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.exit-popup .content .stacked * {
  width: 100%;
}

html, body, .app, #root {
  background-color: #000000;
  color: white;
  overflow: hidden;
  width: 1280px;
  height: 720px;
  outline: 2px solid white;
}

.shaka-text-container {
  position: absolute;
  color: white;
  background: none;
  font-family: Montserrat;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.75);
  font-size: 32px;
  bottom: 64px;
  transition: transform 0.5s ease-in-out;
  left: 0px;
  width: 100%;
  z-index: 99999999;
}

.shaka-text-container > div > span {
  font-weight: 600 !important;
}

svg {
  max-width: 100%;
  height: auto;
}

.notransition {
  transition: none !important;
}

ul, li {
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 19px;
  padding: 0;
  margin: 0;
  margin-bottom: 21px;
}

ul {
  list-style-type: none;
}

img {
  height: auto;
  display: block;
}

.uppercase {
  text-transform: uppercase;
}

.container {
  width: 930px;
  margin: 0 auto;
}

.animate-transform {
  transition: opacity 0.5s, transform 0.5s ease-in-out, visibility 0.5s;
}

.hoverable {
  cursor: pointer;
}
.hoverable.menu-container {
  outline: none !important;
  curor: auto !important;
}
.hoverable.menu-container:not(.opened).hover-enabled:hover {
  background-color: #333 !important;
  cursor: pointer;
}
.hoverable:hover {
  outline: none;
  outline-offset: 8px;
}
.hoverable.hover-enabled:hover {
  outline: 4px solid white;
  outline-offset: 8px;
}

.card-container, .content-media, .module-thumbnail {
  background: black url("/assets/images/logo_bp_icone_branco.png") no-repeat scroll center center;
  background-size: 30%;
}

.gradient-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}

.player-fade {
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: rotate(180deg);
  height: 400px;
  z-index: 5;
}

.fancy-focus {
  position: relative;
  z-index: 100;
}
.fancy-focus div {
  position: absolute;
}

.debug-msg {
  display: none;
  border-radius: 10px;
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 24px;
  top: 24px;
  padding: 24px;
  font-size: 24px;
  z-index: 90;
  font-size: 14px;
  line-height: 1.4;
  font-family: "Inconsolata";
  text-shadow: 1px 1px 2px black;
  pointer-events: none;
}

.debug-msg, .debug-msg * {
  white-space: pre-wrap;
}

.splash-bg {
  display: none;
  width: 1280px;
  height: 720px;
}

.loading {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  justify-content: center;
  align-items: center;
  z-index: 15;
}
.loading .spinner, .loading .spinner:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loading .spinner {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.artwork-title {
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
  max-width: 420px;
}

.artwork-description {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  max-width: 403px;
}

.content-thumbnail {
  width: 286px;
  height: 161px;
  margin-bottom: 12px;
}

.qrcode-image {
  width: 208px;
  height: 208px;
}
.qrcode-image svg {
  width: 208px;
  height: 208px;
}
.qrcode-image .qr-loading {
  width: 208px;
  height: 208px;
  border-radius: 20px;
  background: #f6f7f8;
  background-image: linear-gradient(to right, #eff1f3 4%, #e2e2e2 25%, #eff1f3 36%);
  background-repeat: no-repeat;
  background-size: 1000px 208px;
  display: inline-block;
  position: relative;
  -webkit-animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: placeholderShimmer;
  -webkit-animation-timing-function: linear;
}
.qrcode-image svg {
  border-radius: 20px;
}

.rating-wrapper {
  visibility: hidden;
  position: absolute;
  top: 5%;
  left: 5%;
  z-index: 100;
}
.rating-wrapper .rating-container {
  display: flex;
  flex-direction: column;
  padding-left: 16px;
  border-left: 2px solid #15B79E;
}
.rating-wrapper .rating-container .rating {
  display: flex;
  text-align: center;
  margin-right: 10px;
}
.rating-wrapper .rating-container .rating-text {
  font-style: bold;
  margin-right: 8px;
  color: white;
  font-size: 32px;
}
.rating-wrapper .rating-container .rating-image-container {
  padding-top: 2px;
}
.rating-wrapper .rating-container .rating-image {
  width: 36px;
  height: 36px;
  display: block;
}
.rating-wrapper .rating-container .advisory {
  font-style: normal;
  padding-left: 2px;
}
 @media (min-width: 1920px) { * {
  font-family: Montserrat;
}

.content-wrapper {
  position: relative;
}
.content-wrapper::before {
  display: block;
  content: " ";
  position: absolute;
  top: -300px;
  width: 100%;
  height: 350px;
  background: linear-gradient(0deg, #000000 30%, rgba(0, 0, 0, 0.677083) 70%, rgba(0, 0, 0, 0) 100%);
  z-index: 11;
}
.content-wrapper .content .module .medias-gradient::before {
  display: block;
  content: " ";
  position: absolute;
  bottom: 0;
  height: 90px;
  width: inherit;
  background: linear-gradient(0deg, #000000 30%, rgba(0, 0, 0, 0.677083) 70%, rgba(0, 0, 0, 0) 100%);
  z-index: 11;
  opacity: 0.8;
}

.detail-buttons {
  padding: 32px 0;
  position: relative;
}
.detail-buttons .btn {
  margin-bottom: 32px;
  margin-left: 5px;
  border-radius: 4px;
  height: 42px;
  box-sizing: border-box;
  padding: 12px;
}
.detail-buttons .menu-focus {
  position: absolute;
  width: 300px;
  left: 0;
  border: 2px solid white;
  border-radius: 4px;
  height: 54px;
  top: 26px;
}
.detail-buttons .white-btn {
  background-color: white;
  border-radius: 4px;
  display: inline-block;
  color: black;
  width: 290px;
  font-weight: 600;
}

.details-scrollable-content {
  height: 100%;
}

.details-header-gradient {
  position: absolute;
}

.player {
  position: absolute;
  top: 0;
  left: 0;
}
.player .next-confirm {
  z-index: 13;
  opacity: 0;
}
.player .next-confirm span {
  position: relative;
  z-index: 15;
}
.player .next-confirm::before {
  display: block;
  content: " ";
  position: absolute;
  width: 100%;
  z-index: 14;
  height: 100%;
  background: #444;
  left: 0;
  top: 0;
  transform: scale(0, 1);
  transform-origin: left;
  transition: transform 5s ease-in-out;
}
.player .btn {
  border: 2px solid transparent;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.3);
}
.player .btn.active .label span, .player .btn:focus .label span, .player .btn:hover .label span {
  opacity: 1 !important;
  visibility: visible !important;
}
.player .btn.active, .player .btn:hover {
  border: 2px solid #fff;
}
.player .btn svg {
  max-width: 50%;
  min-width: 50%;
  height: auto;
}
.player .btn svg path {
  fill: white;
}
.player .controls-and-fade {
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 7;
  position: relative;
}
.player, .player .video-container {
  width: 100%;
  height: 100%;
  z-index: 1;
}
.player .video-container {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
}
.player .video-container .loading {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  justify-content: center;
  align-items: center;
  z-index: 15;
}
.player .video-container .loading .spinner, .player .video-container .loading .spinner:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.player .video-container .loading .spinner {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.player .video-container .video {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.sign-in {
  background: linear-gradient(180deg, #000000 0%, #151515 100%);
  height: 100%;
  padding-top: 100px;
}
.sign-in .header {
  text-align: center;
}
.sign-in .header .logo {
  width: 80px;
  height: 75px;
  margin: 0 auto;
}
.sign-in .header .login-title {
  margin-top: 33px;
}
.sign-in .container {
  height: 100%;
}
.sign-in .container .text-spacing {
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 6px;
}
.sign-in .body {
  display: flex;
  margin-top: 128px;
}
.sign-in .body .column {
  flex: 50%;
}
.sign-in .body .column .option {
  margin-bottom: 47px;
}
.sign-in .body .column .step-number {
  vertical-align: top;
  margin-right: 10px;
}
.sign-in .body .column span {
  display: inline-block;
}
.sign-in .body .column .option-content {
  margin-bottom: 24px;
}
.sign-in .body .border-box {
  border: 2px solid #FFFFFF;
  border-radius: 5px;
  margin-right: 20px;
}
.sign-in .body .border-box.text {
  font-size: 30px;
}
.sign-in .body .text {
  font-size: 22px;
  line-height: 28px;
  letter-spacing: normal;
  font-weight: 300;
}
.sign-in .body .qrcode-container {
  align-items: center;
  display: flex;
}
.sign-in .body .login-sub-title {
  font-weight: 600;
  letter-spacing: normal;
  font-size: 39px;
  line-height: 39px;
  margin-top: 24px;
}
@-webkit-keyframes placeholderShimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}

.menu-container {
  height: 100%;
  position: absolute;
  z-index: 12;
}
.menu-container .full-menu {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.2s;
  transform: translateX(-100%);
}
.menu-container .menu-hover:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.menu-container .menu {
  width: 146px;
  height: 100%;
  z-index: 10;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-container .menu > img {
  position: absolute;
  z-index: 11;
}
.menu-container .menu ul {
  padding: 0;
  z-index: 12;
  text-align: center;
}
.menu-container .menu ul li {
  width: 100%;
  margin-bottom: 45px;
  padding: 15px;
  position: relative;
  transition: opacity 0.5s;
  opacity: 0.3;
}
.menu-container .menu ul li img {
  width: 53px;
  left: 23px;
}
.menu-container .menu ul li .label {
  position: absolute;
  text-align: left;
  padding: 15px;
  margin-left: 15px;
  font-size: 36px;
  top: 45%;
  transform: translate(0, -45%);
  transition: opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 13px;
  width: 350px;
}
.menu-container .menu ul li .avatar {
  border-radius: 50%;
  width: 53px;
  border: 2px solid transparent;
  border-radius: 50%;
  margin: 0 auto;
}
.menu-container .menu ul li:last-child {
  margin-bottom: 0;
}
.menu-container.open ul li {
  opacity: 0.5;
}
.menu-container.open ul li.active {
  opacity: 1;
  font-weight: 600;
  position: relative;
}
.menu-container.open ul li .label.show {
  transform: translate(0, -50%);
}
.menu-container.open .full-menu {
  transform: translateX(0%);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0.7+100 */
  background: -moz-linear-gradient(left, black 0%, rgba(0, 0, 0, 0.5) 90%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, black 0%, rgba(0, 0, 0, 0.5) 90%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0.5) 90%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#b3000000",GradientType=1 );
  /* IE6-9 */
}

.exit-popup .overlay {
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 15;
  width: 100%;
  height: 100%;
  font-size: 22px;
  text-align: center;
  overflow: hidden;
}
.exit-popup .content .title {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
}
.exit-popup .content .messages {
  font-weight: 450;
  line-height: 28px;
}
.exit-popup .content .messages.block-message {
  font-size: 24px;
}
.exit-popup .content .messages.warning-message {
  font-size: 18px;
  color: #A0A0AB;
}
.exit-popup .content .options {
  margin-top: 25px;
}
.exit-popup .content .options button {
  text-transform: uppercase;
  padding: 25px 45px;
  outline: none;
  font-size: 22px;
  font-weight: 600;
  border: none;
  color: white;
  border-radius: 5px;
}
.exit-popup .content .options button:not(:last-of-type) {
  margin-right: 20px;
}
.exit-popup .content .options button.exit {
  background-color: #18181B;
}
.exit-popup .content .options button.cancel {
  background: #fff;
  color: #222;
}
.exit-popup .content .options button.active {
  outline: 4px solid #eee;
}
.exit-popup .content .options button:disabled {
  background: #3F3F46;
  color: #70707B;
}
.exit-popup .content .stacked {
  height: 20vh;
  background: none;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.exit-popup .content .stacked * {
  width: 100%;
}

html, body, .app, #root {
  background-color: #000000;
  color: white;
  overflow: hidden;
  width: 1920px;
  height: 1080px;
  outline: 2px solid white;
}

.shaka-text-container {
  position: absolute;
  color: white;
  background: none;
  font-family: Montserrat;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.75);
  font-size: 48px;
  bottom: 96px;
  transition: transform 0.5s ease-in-out;
  left: 0px;
  width: 100%;
  z-index: 99999999;
}

.shaka-text-container > div > span {
  font-weight: 600 !important;
}

svg {
  max-width: 100%;
  height: auto;
}

.notransition {
  transition: none !important;
}

ul, li {
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 29px;
  padding: 0;
  margin: 0;
  margin-bottom: 32px;
}

ul {
  list-style-type: none;
}

img {
  height: auto;
  display: block;
}

.uppercase {
  text-transform: uppercase;
}

.container {
  width: 1395px;
  margin: 0 auto;
}

.animate-transform {
  transition: opacity 0.5s, transform 0.5s ease-in-out, visibility 0.5s;
}

.hoverable {
  cursor: pointer;
}
.hoverable.menu-container {
  outline: none !important;
  curor: auto !important;
}
.hoverable.menu-container:not(.opened).hover-enabled:hover {
  background-color: #333 !important;
  cursor: pointer;
}
.hoverable:hover {
  outline: none;
  outline-offset: 8px;
}
.hoverable.hover-enabled:hover {
  outline: 4px solid white;
  outline-offset: 8px;
}

.card-container, .content-media, .module-thumbnail {
  background: black url("/assets/images/logo_bp_icone_branco.png") no-repeat scroll center center;
  background-size: 30%;
}

.gradient-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}

.player-fade {
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: rotate(180deg);
  height: 400px;
  z-index: 5;
}

.fancy-focus {
  position: relative;
  z-index: 100;
}
.fancy-focus div {
  position: absolute;
}

.debug-msg {
  display: none;
  border-radius: 10px;
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 24px;
  top: 24px;
  padding: 24px;
  font-size: 24px;
  z-index: 90;
  font-size: 14px;
  line-height: 1.4;
  font-family: "Inconsolata";
  text-shadow: 1px 1px 2px black;
  pointer-events: none;
}

.debug-msg, .debug-msg * {
  white-space: pre-wrap;
}

.splash-bg {
  display: none;
  width: 1920px;
  height: 1080px;
}

.loading {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  justify-content: center;
  align-items: center;
  z-index: 15;
}
.loading .spinner, .loading .spinner:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loading .spinner {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.artwork-title {
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  line-height: 60px;
  max-width: 630px;
}

.artwork-description {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  max-width: 605px;
}

.content-thumbnail {
  width: 429px;
  height: 242px;
  margin-bottom: 18px;
}

.qrcode-image {
  width: 312px;
  height: 312px;
}
.qrcode-image svg {
  width: 312px;
  height: 312px;
}
.qrcode-image .qr-loading {
  width: 312px;
  height: 312px;
  border-radius: 20px;
  background: #f6f7f8;
  background-image: linear-gradient(to right, #eff1f3 4%, #e2e2e2 25%, #eff1f3 36%);
  background-repeat: no-repeat;
  background-size: 1000px 312px;
  display: inline-block;
  position: relative;
  -webkit-animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: placeholderShimmer;
  -webkit-animation-timing-function: linear;
}
.qrcode-image svg {
  border-radius: 20px;
}

.rating-wrapper {
  visibility: hidden;
  position: absolute;
  top: 5%;
  left: 5%;
  z-index: 100;
}
.rating-wrapper .rating-container {
  display: flex;
  flex-direction: column;
  padding-left: 16px;
  border-left: 2px solid #15B79E;
}
.rating-wrapper .rating-container .rating {
  display: flex;
  text-align: center;
  margin-right: 10px;
}
.rating-wrapper .rating-container .rating-text {
  font-style: bold;
  margin-right: 8px;
  color: white;
  font-size: 32px;
}
.rating-wrapper .rating-container .rating-image-container {
  padding-top: 2px;
}
.rating-wrapper .rating-container .rating-image {
  width: 36px;
  height: 36px;
  display: block;
}
.rating-wrapper .rating-container .advisory {
  font-style: normal;
  padding-left: 2px;
}
 }