@keyframes pulseRightLeft{0%{right:-5px}50%{right:5px}100%{right:-5px}}@keyframes fadeInOut{0%{opacity:1}50%{opacity:0}100%{opacity:1}}@keyframes autoplayLine{from{width:0%}to{width:100%}}carousel-wall{--wallRowHeight: clamp(15.625rem, 22.4vw, 26.875rem);--wallGap: 0.875rem;--wallEdge: 1.5rem;--wallMaxTile: 90vw;width:calc(100vw - var(--scrollbarWidth, 0px));margin-left:calc(50% - (100vw - var(--scrollbarWidth, 0px))/2);position:relative;display:block}@media screen and (max-width: 768px){carousel-wall{--wallRowHeight: clamp(9.375rem, 46vw, 16.25rem);--wallGap: 0.5rem;--wallEdge: 0.75rem}}carousel-wall:not(.is-laid-out){min-height:calc(var(--wallRowHeight)*2 + var(--wallGap))}carousel-wall[data-type=single]:not(.is-laid-out){min-height:var(--wallRowHeight)}carousel-wall>carousel-wall-item{display:none}carousel-wall .wall-scroll{overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-webkit-overflow-scrolling:touch;cursor:grab}carousel-wall .wall-scroll::-webkit-scrollbar{display:none}carousel-wall.is-dragging .wall-scroll{cursor:grabbing;user-select:none}carousel-wall.is-dragging .wall-scroll *{pointer-events:none}carousel-wall .wall-strip{display:flex;flex-direction:column;gap:var(--wallGap);width:max-content}carousel-wall .wall-row{display:flex;gap:var(--wallGap);height:var(--wallRowHeight)}carousel-wall .wall-row carousel-wall-item{display:block;flex:var(--ratio, 1.5) 0 auto;width:calc(var(--wallRowHeight)*var(--ratio, 1.5));max-width:var(--wallMaxTile);height:100%}carousel-wall .wall-row carousel-wall-item .item{position:relative;display:block;height:100%;overflow:hidden;background:#e9e9e9;-webkit-user-drag:none}carousel-wall .wall-row carousel-wall-item .item img{position:absolute;object-fit:cover;object-position:50% 50%;transform:scale(1.01);width:100%;height:100%;opacity:0;transition:opacity .6s cubic-bezier(0.19, 1, 0.22, 1)}carousel-wall .wall-row carousel-wall-item .item img.show{opacity:1}carousel-wall .wall-arrow{position:absolute;top:50%;z-index:2;display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;margin:0;padding:0;border:0;border-radius:50%;background:var(--colorSecondary);color:var(--colorTertiary);cursor:pointer;transform:translateY(-50%);transition:background .6s cubic-bezier(0.19, 1, 0.22, 1),color .6s cubic-bezier(0.19, 1, 0.22, 1),opacity .3s,visibility .3s}@media screen and (max-width: 480px){carousel-wall .wall-arrow{width:2rem;height:2rem}}carousel-wall .wall-arrow svg{display:block;width:1.5rem;height:1.5rem}@media screen and (max-width: 480px){carousel-wall .wall-arrow svg{width:1.25rem;height:1.25rem}}carousel-wall .wall-arrow--prev{left:var(--wallEdge)}carousel-wall .wall-arrow--next{right:var(--wallEdge)}@media(hover: hover){carousel-wall .wall-arrow:hover{background:var(--colorTertiary);color:#fff}}carousel-wall.at-start .wall-arrow--prev,carousel-wall.at-end .wall-arrow--next,carousel-wall.no-overflow .wall-arrow{opacity:0;visibility:hidden;pointer-events:none}/*# sourceMappingURL=gal-wall-min.css.map */
