.wp-block-goldflower-brands-stack{--brand-stack-spacing:0.75rem;--stack-padding-top:80px;--brand-blur-amount:20px;--brand-scale-amount:0.75}.wp-block-goldflower-brands-stack .brands-stack-container{display:flex;flex-direction:column;gap:1rem}.wp-block-goldflower-brands-stack .brand-item{position:sticky;top:var(--brand-stack-spacing);transform-origin:center top;background:#000;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem;border-radius:1rem;min-height:300px;animation:stack;animation-timeline:view(auto calc(100% - var(--brand-stack-spacing)))}.wp-block-goldflower-brands-stack .brand-item:last-child{animation:none}.wp-block-goldflower-brands-stack .brand-item .brand-image img{filter:grayscale(100%)}.wp-block-goldflower-brands-stack .brand-item .brand-image:hover img{filter:initial!important;transition:all 0.3s ease-in-out}@media (prefers-reduced-motion:no-preference){@keyframes stack{to{filter:blur(var(--brand-blur-amount));scale:var(--brand-scale-amount)}}}