/* Lotus bloom — homepage courses panel only */

body.home-page .courses-panel .courses-flower-bloom {
  position: absolute;
  top: 38px;
  width: 115px;
  height: 115px;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
  opacity: 0.92;
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.22));
}

body.home-page .courses-panel .courses-flower-bloom--left {
  left: 55px;
}

body.home-page .courses-panel .courses-flower-bloom--right {
  right: 55px;
}

body.home-page .courses-panel .course-grid {
  position: relative;
  z-index: 2;
}

body.home-page .courses-section .course-grid::before {
  position: relative;
  z-index: 2;
}

.courses-flower-bloom__frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: contain;
  object-position: center center;
  opacity: 0;
  visibility: visible;
  will-change: opacity;
}

.courses-flower-bloom.is-animating .courses-flower-bloom__frame {
  transition: none;
}

.courses-flower-bloom__frame--1 {
  opacity: 1;
}

.courses-flower-bloom.is-complete .courses-flower-bloom__frame--1,
.courses-flower-bloom.is-complete .courses-flower-bloom__frame--2,
.courses-flower-bloom.is-complete .courses-flower-bloom__frame--3,
.courses-flower-bloom.is-complete .courses-flower-bloom__frame--4,
.courses-flower-bloom.is-complete .courses-flower-bloom__frame--5 {
  opacity: 0;
  visibility: hidden;
}

.courses-flower-bloom.is-complete .courses-flower-bloom__frame--6 {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 769px) and (max-width: 1024px) {
  body.home-page .courses-panel .courses-flower-bloom {
    top: 34px;
    width: 96px;
    height: 96px;
  }

  body.home-page .courses-panel .courses-flower-bloom--left {
    left: 42px;
  }

  body.home-page .courses-panel .courses-flower-bloom--right {
    right: 42px;
  }
}

@media (max-width: 768px) {
  body.home-page .courses-panel .courses-flower-bloom {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .courses-flower-bloom__frame {
    transition: none !important;
  }

  body.home-page .courses-panel .courses-flower-bloom.is-complete .courses-flower-bloom__frame--6 {
    opacity: 0.92 !important;
    visibility: visible !important;
  }
}

@media print {
  .courses-flower-bloom {
    display: none !important;
  }
}
