@keyframes Layout___spin___1BSVL {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@keyframes Layout___spin___1BSVL {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.Layout___container___oF2Ck {
  width: 100vw; }
  .Layout___container___oF2Ck p {
    margin-bottom: 0px; }

.Layout___children___1eT0O {
  width: 100%; }

@keyframes StoreBackground___spin___2bQ9J {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@keyframes StoreBackground___spin___2bQ9J {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.StoreBackground___cover___huba8 {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  object-fit: cover; }
  .StoreBackground___cover___huba8::before, .StoreBackground___cover___huba8::after {
    position: fixed;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 0; }
  .StoreBackground___cover___huba8::before {
    background-image: var(--url);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    filter: blur(3.4px); }
  .StoreBackground___cover___huba8::after {
    background-color: rgba(0, 0, 0, 0.5); }

.StoreBackground___container___2abkG {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  position: relative;
  max-width: 480px;
  min-height: 100vh;
  margin: 0 auto;
  z-index: 1; }

@keyframes DownloadApp___spin___262Hq {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@keyframes DownloadApp___spin___262Hq {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.DownloadApp___container___3GUHx {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin: 30px 0 30px 0; }
  .DownloadApp___container___3GUHx > img {
    width: 5.75rem; }
  .DownloadApp___container___3GUHx > a {
    margin-top: 0.25rem;
    font-size: 0.9rem;
    text-align: center;
    text-decoration: underline;
    color: #ffffff; }

.DownloadApp___hiddenLogoImg___2avQv {
  background-color: transparent; }

