.chips-filters{display:flex;align-items:center;column-gap:12px;overflow-x:overlay;margin-bottom:32px}.chips-filters::-webkit-scrollbar{display:none}.chips-filters .chip{flex-shrink:0;background-color:rgba(0,0,0,0);border:1px solid #000;border-radius:100px;color:#000;cursor:pointer;display:grid;place-content:center;font-family:var(--font-geist);font-size:1rem;font-weight:600;height:48px;padding:0 20px;transition:all .25s ease-in-out}.chips-filters .chip.active{background-color:#000;color:#fff}.chips-filters .chip:hover:not(.active){background-color:rgba(0,0,0,.1490196078)}@media screen and (min-width:1024px){.chips-filters{margin-bottom:40px}}.events-home-skeleton{display:flex;column-gap:32px;overflow-x:overlay;scrollbar-width:none}.carousel-container{display:flex;gap:32px;overflow-x:auto;overflow-y:hidden;padding:0;width:100%;scrollbar-width:none;-ms-overflow-style:none}.carousel-container::-webkit-scrollbar{display:none}.carousel-container>*{flex-shrink:0;width:280px}