.image-gallery{--gallery-columns: 3;--gallery-gap: clamp(20px, 6cqw, 64px);margin-top:clamp(30px,6cqw,80px)}.image-gallery__item{display:flex;flex-direction:column;align-items:space-between;justify-content:space-between}.image-gallery__caption{padding-top:1.75em;padding-bottom:2.5em;font-size:var(--font-size-18);color:var(--color-text);border-bottom:1px solid var(--color-border)}.image-gallery--grid{display:grid;grid-template-columns:repeat(var(--gallery-columns), 1fr);gap:var(--gallery-gap)}.image-gallery--grid .image-gallery__item{overflow:hidden;border-radius:var(--border-radius, 4px)}.image-gallery--grid .image-gallery__item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .3s ease}.image-gallery--masonry{-moz-column-count:var(--gallery-columns);column-count:var(--gallery-columns);-moz-column-gap:var(--gallery-gap);column-gap:var(--gallery-gap)}.image-gallery--masonry .image-gallery__item{-moz-column-break-inside:avoid;break-inside:avoid;margin-bottom:var(--gallery-gap);overflow:hidden;border-radius:var(--border-radius, 4px)}.image-gallery--masonry .image-gallery__item img{width:100%;height:auto;display:block;transition:transform .3s ease}.image-gallery--masonry .image-gallery__item:hover img{transform:scale(1.04)}.image-gallery--columns-1{--gallery-columns: 1}.image-gallery--columns-2{--gallery-columns: 2}.image-gallery--columns-3{--gallery-columns: 3}.image-gallery--columns-4{--gallery-columns: 4}.image-gallery--columns-5{--gallery-columns: 5}.image-gallery--columns-6{--gallery-columns: 6}.image-gallery--slider{--slider-gap: clamp(12px, 3cqw, 32px)}.image-gallery--slider .image-gallery__viewport{overflow:hidden;margin-left:calc(var(--slider-gap)*-1);margin-right:calc(var(--slider-gap)*-1)}.image-gallery--slider .image-gallery__container{display:flex}.image-gallery--slider .image-gallery__slide{flex:0 0 33.33%;min-width:0}.image-gallery--slider .image-gallery__slide-inner{padding:0 var(--slider-gap)}.image-gallery--slider .image-gallery__slide-inner img{width:100%;aspect-ratio:1;height:auto;-o-object-fit:cover;object-fit:cover;display:block;border-radius:var(--border-radius, 4px)}@media screen and (min-width: 1720px){.content--smaller .image-gallery{margin-left:-370px;margin-right:-370px}}
