@charset "UTF-8";

@media (max-width: 641px) {
  #bk36039 img[src$="BACK_SMA_03.png"],
  #bk36039 img[src*="/BACK_SMA_03.png"] {
    display: none !important;
  }

  html,
  body {
    height: 100%;
    overflow-x: hidden;
  }
  #page {
    position: relative;
    z-index: 0;
  }

  #page::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: url("/_userdata/BACK_SMA_03.png") center 0 / 100vw auto repeat-y;
    animation: vBg 90s linear infinite;
  }

  .bg-document {
    position: relative;
    z-index: 1;
  }

  @keyframes vBg {
    to {
      background-position-y: -100%;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    #page::before {
      animation: none;
    }
  }
}
