body:has(header.header-anime) .top-oc {
  background-image: linear-gradient(125deg, #b98de4, #f0cfce) !important;
  background-size: cover !important;
  background-position: center !important;
  position: relative !important;
  z-index: 1 !important;
}
body:has(header.header-anime) .top-oc::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background-image: url("../images/bg_oc.png") !important;
  background-size: cover !important;
  background-position: center !important;
  z-index: -2 !important;
  opacity: 0 !important;
  transition: opacity 0.5s ease-in-out !important;
}
body:has(header.header-anime) .top-oc.is-visible::before {
  opacity: 1 !important;
}
body:has(header.header-anime) .top-oc.is-visible .button {
  background: #000000 !important;
}

.top-oc {
  position: relative !important;
  z-index: 1 !important;
  overflow: visible !important;
}
.top-oc::before {
  z-index: -2 !important;
}

.logo-animation-container {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: -1 !important;
  width: 280px !important;
  height: 280px !important;
  pointer-events: none !important;
}
@media (min-width: 768px) {
  .logo-animation-container {
    width: 350px !important;
    height: 350px !important;
  }
}
.logo-animation-container .rotating-logo {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  animation: rotate360 10s linear infinite !important;
}

.top-event-information {
  position: relative !important;
}

.button {
  transition: background-color 0.5s ease-in-out !important;
}

@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=top-oc-anime.css.map */