body app-splash-screen {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #f9fafb;
  z-index: 999990;
  pointer-events: none;
  opacity: 1;
  visibility: visible;
  transition: opacity 400ms cubic-bezier(0.4, 0, 0.2, 1);
  background-size: cover;
}

body app-splash-screen .layer-1 {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 999991;
  background: linear-gradient(
    179.99deg,
    #ffb23e 0.01%,
    #ff8012 15.11%,
    #e2063b 52.09%,
    #75287a 100%
  );
  pointer-events: none;
}

body app-splash-screen .layer-2 {
  background-size: cover;
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  height: 75%;
  width: 100%;
  z-index: 999992;
  pointer-events: none;
}
body app-splash-screen .layer-3 {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  height: 75%;
  width: 100%;
  z-index: 999993;
  background: linear-gradient(191.35deg, rgba(255, 178, 62, 0) 1.02%, rgba(226, 6, 59, 0.4) 52.57%, #75287A 100%);
  pointer-events: none;
}


body app-splash-screen .layer-4 {
  background-size: cover;
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  height: 75%;
  width: 100%;
  z-index: 999994;
}



body app-splash-screen img {
  z-index: 999999;
  width: 120px;
  max-width: 120px;
}

body:not(.app-splash-screen-hidden) {
  overflow: hidden;
}

body.app-splash-screen-hidden app-splash-screen {
  visibility: hidden;
  opacity: 0;
}
.avatar {
  width: 11rem;
  height: 11rem;
  min-width: 11rem;
  min-height: 11rem;
}
.title {
  z-index: 999999;
  width: 177px;
  height: 80px;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 200;
  font-size: 32px;
  line-height: 125%;
  text-align: center;
  color: #ffffff;
}
.footer {
  /* Wide/Wide-XXS */
  z-index: 999999;
  position: absolute;
  bottom: 2rem;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 125%;
  text-align: center;
  letter-spacing: 8px;
  color: #ffffff;
  animation-fill-mode: both;
}
.logo {
  position: absolute;
  top: 20rem;
  -webkit-animation: mymove 0.7s 0.1s linear;
  animation-fill-mode: both;
  align-items: center;
  padding: 0px;
  gap: 24px;
  position: absolute;
  width: 9rem;
}

@-webkit-keyframes mymove {
  0% { top:20rem;}
  80% {top: 10rem;}
  90% {top: 5rem;}
  95% {top: 7rem;}
  100% {top: 6rem;}
}
.h-1\/8{
  height: 12.5%;
}
