.BrandShowcase-module__BaUMoq__container{width:100%;max-width:1200px;margin:0 auto;padding:4rem 0}.BrandShowcase-module__BaUMoq__title{text-align:center;background:linear-gradient(135deg, var(--fg-color) 0%, var(--primary-color) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:3rem;font-size:2rem;font-weight:700}.BrandShowcase-module__BaUMoq__grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));place-items:center;gap:2rem;display:grid}.BrandShowcase-module__BaUMoq__brandItem{filter:grayscale()opacity(.5);cursor:pointer;justify-content:center;align-items:center;width:80px;height:80px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.BrandShowcase-module__BaUMoq__brandItem:hover{filter:grayscale(0)opacity();transform:scale(1.1)}.BrandShowcase-module__BaUMoq__brandItem:after{content:attr(data-name);white-space:nowrap;opacity:0;color:var(--fg-color-muted);font-size:.75rem;font-weight:500;transition:opacity .2s;position:absolute;bottom:-20px;left:50%;transform:translate(-50%)}.BrandShowcase-module__BaUMoq__brandItem:hover:after{opacity:1}@media (max-width:768px){.BrandShowcase-module__BaUMoq__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}.BrandShowcase-module__BaUMoq__brandItem{width:60px;height:60px}}@media (max-width:480px){.BrandShowcase-module__BaUMoq__grid{grid-template-columns:repeat(3,1fr)}}
