.is-hidden,.is-hidden-card{display:none}button.button.gallery__loadMoreButton{margin-top:90px;border:1px solid white;padding:0.8em 2em;border-radius:2px;color:#fff}button.button.gallery__loadMoreButton .button__bg{height:100%;left:0;position:absolute;top:0;width:100%;background:var(--button-bg);border-radius:inherit}button.button.gallery__loadMoreButton .button__bg::after,button.button.gallery__loadMoreButton .button__bg .button__bg::before{height:100%;left:0;position:absolute;top:0;width:100%;border-radius:inherit;content:""}button.button.gallery__loadMoreButton .button__bg::before{background:var(--button-bg-hover);transform:scaleX(0);transform-origin:center;transition:transform 0.2s ease-in-out}button.button.gallery__loadMoreButton .button__bg::after{box-shadow:inset 0px 0px 0px 2px var(--button-bg)}@media (hover: hover){button.button.gallery__loadMoreButton:hover,button.button.gallery__loadMoreButton:not(:disabled):hover{color:var(--button-color-hover);filter:none}button.button.gallery__loadMoreButton:hover .button__bg::before,button.button.gallery__loadMoreButton:not(:disabled):hover .button__bg::before{transform:scaleX(1)}}.card-gallery__controls-container{scroll-margin-top:56px}.card-gallery__cards{--filter-transition: 0.7s;opacity:1;transition:opacity var(--filter-transition) ease-in-out;display:grid;grid-auto-rows:min-content;column-gap:calc(var(--base-space) * 1);row-gap:calc(var(--base-space) * 2);margin:0 auto;width:100%;max-width:2065px;min-block-size:80vh;position:relative}.card-gallery__cards.load-more-active{min-block-size:unset}.card-gallery__cards li{opacity:1;display:block;transition:opacity 0.3s ease, transform 0.5s ease;transform:unset}.is-reduced-motion .card-gallery__cards li{transition:none}.card-gallery__cards li.is-hidden{opacity:0;transform:translateY(10px)}@media only screen and (min-width: 40em){.card-gallery__cards{grid-template-columns:repeat(3, 1fr);column-gap:calc(var(--base-space) * 1);row-gap:calc(var(--base-space) * 4)}.card-gallery__controls-container{scroll-margin-top:62px}}@media only screen and (min-width: 64em){.gallery__loadMoreButton{margin-top:50px}.card-gallery__cards{grid-template-columns:repeat(4, 1fr)}}@media only screen and (min-width: 71.5em){.card-gallery__cards{width:90vw;grid-template-columns:repeat(5, 1fr)}.card-gallery__controls-container{scroll-margin-top:84px}}@media only screen and (min-width: 120em){.card-gallery__cards{grid-template-columns:repeat(8, 1fr)}}@media (min-width:1024px) and (prefers-reduced-motion: reduce){.card-gallery__cards li{transition:none}}
