@keyframes rotating{100%{transform:rotate(360deg)}}.gallery-more{display:grid;grid-gap:3rem;grid-template-columns:repeat(1, 1fr)}@media(min-width: 575px){.gallery-more{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 768px){.gallery-more.type--galery-small{grid-template-columns:repeat(3, 1fr)}}.gallery-more .gallery-box{display:none}.gallery-more .gallery-box:nth-child(1){display:block}.gallery-more .gallery-box:nth-child(2){display:block}.gallery-more .gallery-box:nth-child(3){display:block}.gallery-more .gallery-box:nth-child(4){display:block}.gallery-more .gallery-box:nth-child(5){display:block}.gallery-more .gallery-box:nth-child(6){display:block}.gallery-more .gallery-more-link{position:absolute;z-index:2;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);color:var(--base-white, #fff);display:flex;align-items:center;justify-content:center;font-size:clamp(2.5rem,2.5477707006vw,4rem);transition:background 350ms ease-in-out;border-radius:var(--base-border-radius, 0)}.gallery-more .gallery-more-link:focus,.gallery-more .gallery-more-link:hover{color:var(--base-white, #fff);background:rgba(0,0,0,.7);text-decoration:none}.gallery-more.open .gallery-more-link{display:none}.gallery-more.open .gallery-box{display:block}.gallery-item{position:relative;border-radius:var(--base-border-radius, 0);aspect-ratio:16/9}.gallery-item img{object-fit:cover;width:100%;object-position:top center;max-height:100%;min-height:100%;transition:250ms}.gallery-item .gallery-item-inner picture{display:block;overflow:hidden;border-radius:var(--base-border-radius, 0)}a.gallery-item-inner:focus img,a.gallery-item-inner:hover img{transform:scale(1.05, 1.05)}.gallery-slider{display:flex;overflow:hidden}.gallery-slider.tns-slider{display:block;overflow:visible}.tns-outer:has(.gallery-slider){max-width:110rem;margin:0 auto}