
/*! Squarespace LESS Compiler  (less.js language v1.3.3)  */
.sqs-block-html a{text-decoration:none !important;background-image:none !important}.star-btn{position:relative !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;text-decoration:none}.star-ring{display:flex;align-items:center;justify-content:center;transition:transform .6s cubic-bezier(.34,1.56,.64,1)}.star-btn:hover .star-ring{transform:scale(1.5)}.spin-cw img{animation:spin-cw 8s linear infinite}.spin-ccw img{animation:spin-ccw 8s linear infinite}.star-label{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:0;font-weight:500;text-align:center;text-transform:none;letter-spacing:.04em;color:#fff;pointer-events:none;z-index:2;transition:opacity .3s ease .15s}.star-btn:hover .star-label{opacity:1}.grow-1:hover .star-ring{transform:scale(1.5)}.grow-2:hover .star-ring{transform:scale(2.2)}.grow-3:hover .star-ring{transform:scale(3)}@keyframes spin-cw{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes spin-ccw{from{transform:rotate(0deg)}to{transform:rotate(-360deg)}}@media (prefers-reduced-motion:reduce){.spin-cw img,.spin-ccw img{animation:none}}