@keyframes sparkle-glow{0%,to{filter:drop-shadow(0 0 2px rgba(255,255,255,.5))}50%{filter:drop-shadow(0 0 8px rgb(255,255,255)) drop-shadow(0 0 12px rgba(255,255,255,.6))}}@keyframes sparkle-rotate{0%,to{transform:rotate(0) scale(1)}25%{transform:rotate(-10deg) scale(1.1)}50%{transform:rotate(10deg) scale(1.15)}75%{transform:rotate(-10deg) scale(1.1)}}.logo-grid{--grid-col-gutter:40px;align-items:center;display:flex;flex-wrap:wrap;gap:var(--grid-col-gutter);justify-content:center}@media screen and (min-width:1024px){.logo-grid{--grid-col-gutter:60px}}.logo-grid__item{flex:0 0 calc(50% - var(--grid-col-gutter) + var(--grid-col-gutter)/2);max-width:100px;min-width:0}@media screen and (min-width:768px){.logo-grid__item{flex:0 0 calc(25% - var(--grid-col-gutter) + var(--grid-col-gutter)/4);max-width:130px}}@media screen and (min-width:1024px){.logo-grid__item{max-width:170px}}@supports(-webkit-touch-callout:none) and (not (translate:none)){.logo-grid__item:nth-child(2n){margin-left:60px}}.logo-grid img{margin:0 auto;max-height:140px;width:auto}
