.gallery{gap:var(--grid-horizontal-spacing);margin:0}.gallery .gallery__item{padding-bottom:0}@media screen and (min-width:750px){.gallery .gallery__item{max-width:100%;width:calc(50% - var(--grid-horizontal-spacing)/2)}.gallery--1 .gallery__text,.gallery--2 .gallery__text,.gallery--3 .gallery__text,.gallery--4 .gallery__text{padding-inline-end:3rem;padding-inline-start:3rem}}@media screen and (min-width:990px){.gallery--1 .gallery__item{width:100%}.gallery--2 .gallery__item{width:calc(50% - var(--grid-horizontal-spacing)/2)}.gallery--3 .gallery__item{width:calc(33.33% - var(--grid-horizontal-spacing)*2/3)}.gallery--4 .gallery__item{width:calc(25% - var(--grid-horizontal-spacing)*3/4)}.gallery--5 .gallery__item{width:calc(20% - var(--grid-horizontal-spacing)*4/5)}.gallery--6 .gallery__item{width:calc(16.66% - var(--grid-horizontal-spacing)*5/6)}}@media screen and (min-width:750px) and (max-width:989px){.gallery--3 .gallery__item,.gallery--4 .gallery__item,.gallery--5 .gallery__item,.gallery--6 .gallery__item{width:calc(33.33% - var(--grid-horizontal-spacing)*2/3)}}.gallery .media{height:var(--image-height)}.gallery__card{overflow:hidden;position:relative}.gallery__overlay{height:100%;position:absolute;--color-heading:255,255,255;top:0;left:0;width:100%;display:flex}.gallery__overlay--top-left{justify-content:flex-start;text-align:start;align-items:flex-start}.gallery__overlay--top-center{justify-content:center;text-align:center;align-items:flex-start}.gallery__overlay--top-right{justify-content:flex-end;text-align:end;align-items:flex-start}.gallery__overlay--middle-left{justify-content:flex-start;text-align:start;align-items:center}.gallery__overlay--middle-center{justify-content:center;text-align:center;align-items:center}.gallery__overlay--middle-right{justify-content:flex-end;text-align:end;align-items:center}.gallery__overlay--bottom-left{justify-content:flex-start;text-align:start;align-items:flex-end}.gallery__overlay--bottom-center{justify-content:center;text-align:center;align-items:flex-end}.gallery__overlay--bottom-right{justify-content:flex-end;text-align:end;align-items:flex-end}.gallery__text{padding:2rem;position:relative;width:100%;z-index:0}.overlay-text__wrapper{vertical-align:middle;display:inline-block}.overlay-text__heading{margin:0;line-height:1.1}.overlay-text__subheading+.overlay-text__heading{margin-top:1rem}@media screen and (hover:hover){.gallery__card .full-unstyled-link~.gallery__overlay:before{right:0;transition:opacity var(--duration-long) ease;content:"";position:absolute;opacity:0;bottom:0;top:0;background-color:#000;left:0}.gallery__card:hover .full-unstyled-link~.gallery__overlay:before{opacity:.25}.gallery__card .full-unstyled-link~.gallery__overlay .overlay-text__heading{transition-duration:var(--duration-default);transition-timing-function:ease;background-size:0 .1rem,100% .1rem;background-position:100% 100%,100% 100%;background-image:linear-gradient(0deg,currentColor 0,currentColor 0),linear-gradient(0deg,transparent 0,transparent 0);background-repeat:no-repeat;transition-property:background-size;display:inline}.gallery__card:hover .full-unstyled-link~.gallery__overlay .overlay-text__heading{background-size:100% .1rem,100% .1rem;background-position:0 100%,0 100%}.gallery__card .full-unstyled-link~.media img{transition:transform var(--duration-long) ease}.gallery__card:hover .full-unstyled-link~.media img{transform:scale(1.03)}}.gallery--contrast .gallery__text:after{pointer-events:none;right:-10rem;content:"";position:absolute;bottom:-20rem;top:-20rem;background:radial-gradient(rgba(0,0,0,.15) 0,transparent 70%);left:-10rem;z-index:-1}.gallery--contrast .gallery__overlay--bottom-left .gallery__text:after,.gallery--contrast .gallery__overlay--middle-left .gallery__text:after,.gallery--contrast .gallery__overlay--top-left .gallery__text:after{right:0;left:-85%}.gallery--contrast .gallery__overlay--bottom-right .gallery__text:after,.gallery--contrast .gallery__overlay--middle-right .gallery__text:after,.gallery--contrast .gallery__overlay--top-right .gallery__text:after{right:-50%;left:15%}.gallery .media--placeholder{background-color:rgba(var(--color-foreground),.3)}