/* =================== hz-fx-stagger.css =================== */
.hz-fx-stagger > * {opacity: 0; transform: translateY(12px); transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.55s cubic-bezier(0.22, 1, 0.36, 1)}
.hz-fx-stagger.is-visible > * {opacity: 1; transform: none}
.hz-fx-stagger.is-visible > *:nth-child(2) {transition-delay: 0.06s}
.hz-fx-stagger.is-visible > *:nth-child(3) {transition-delay: 0.12s}
.hz-fx-stagger.is-visible > *:nth-child(4) {transition-delay: 0.18s}
.hz-fx-stagger.is-visible > *:nth-child(5) {transition-delay: 0.24s}
.hz-fx-stagger.is-visible > *:nth-child(6) {transition-delay: 0.30s}
.hz-fx-stagger.is-visible > *:nth-child(7) {transition-delay: 0.36s}
.hz-fx-stagger.is-visible > *:nth-child(8) {transition-delay: 0.42s}
.hz-fx-stagger.is-visible > *:nth-child(n+9) {transition-delay: 0.48s}
