.masonry-gallery-outer{box-sizing:border-box;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);max-width:100vw;width:100vw}.masonry-gallery{box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;max-width:100%;width:100%}.masonry-gallery__inner{margin:0 auto;max-width:1200px;width:100%}.masonry-gallery__title-wrap{width:100%}.masonry-gallery__title{font-weight:700;line-height:1.2;margin:0}.masonry-gallery__title :first-child{margin-top:0}.masonry-gallery__title :last-child{margin-bottom:0}.masonry-gallery__subtitle-wrap{width:100%}.masonry-gallery__subtitle{line-height:1.5;margin:0}.masonry-gallery__subtitle :first-child{margin-top:0}.masonry-gallery__subtitle :last-child{margin-bottom:0}.masonry-gallery__filters{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;list-style:none;padding:0}.masonry-gallery__filter-btn{border:none;cursor:pointer;font-family:inherit;font-size:1rem;font-weight:500;outline:none;transition:opacity .2s ease,transform .2s ease}.masonry-gallery__filter-btn:hover{opacity:.9}.masonry-gallery__filter-btn:focus-visible{outline:2px solid currentColor;outline-offset:2px}.masonry-gallery__items{display:grid;list-style:none;margin:0;padding:0;width:100%}.masonry-gallery__item{animation:fg-fadeIn .35s ease forwards;display:none;opacity:0}.masonry-gallery__item.active{display:block}@keyframes fg-fadeIn{0%{opacity:0}to{opacity:1}}.masonry-gallery__item-link{color:inherit;display:block;text-decoration:none}.masonry-gallery__item-img-wrap{background-color:#f1f5f9;overflow:hidden;position:relative;width:100%}.masonry-gallery__item-img-wrap[style*=aspect-ratio]{height:auto}.masonry-gallery__item-img{display:block;height:100%;object-fit:cover;vertical-align:middle;width:100%}.masonry-gallery__item-img-wrap:not(.masonry-gallery__item-img-wrap--auto){aspect-ratio:4/3}.masonry-gallery__empty{color:#64748b;font-size:1rem;padding:3rem 1rem;text-align:center}@media (prefers-reduced-motion:reduce){.masonry-gallery__filter-btn,.masonry-gallery__item{animation:none;transition:none}}