.gallery{display:block;overflow:hidden;padding-top:var(--gallery-padding-top-mobile);padding-bottom:var(--gallery-padding-bottom-mobile);background:rgb(var(--color-background))}.gallery__inner{display:grid;gap:var(--gallery-gap);width:100%;max-width:var(--gallery-max-width);margin:0 auto;padding:0 1.5rem}.gallery--full-width .gallery__inner{max-width:none;padding-left:0;padding-right:0}.gallery__inner--none{gap:0}.gallery__inner--none .gallery__item{border-radius:0}.gallery__inner--small{gap:min(var(--gallery-gap),12px)}.gallery__inner--medium{gap:max(var(--gallery-gap),16px)}.gallery__inner--large{gap:max(var(--gallery-gap),24px)}.gallery__item{position:relative;isolation:isolate;overflow:hidden;border-radius:var(--media-radius,18px);box-shadow:0 8px 25px rgba(var(--color-shadow),.1);background:rgba(var(--color-foreground),.04)}.gallery__figure{position:relative;width:100%;margin:0;overflow:hidden}.gallery__figure:before{content:"";display:block;padding-bottom:var(--gallery-ratio)}.gallery__media{position:absolute;inset:0;z-index:0}.gallery__media:after{content:"";position:absolute;inset:0;z-index:2;background:rgba(var(--overlay-color-rgb),var(--overlay-opacity));pointer-events:none}.gallery__image,.gallery__video,.gallery__video-element,.gallery__placeholder{display:block;width:100%;height:100%;object-fit:cover}.gallery__video{position:absolute;inset:0;pointer-events:none}.gallery__placeholder{background:rgba(var(--color-foreground),.06)}.gallery__content{position:absolute;inset:0;z-index:3;display:flex;padding:2.5rem;color:var(--gallery-text-color,#fff)}.gallery__content-inner{position:relative;z-index:4;max-width:36rem}.gallery__content--top-left{justify-content:flex-start;align-items:flex-start}.gallery__content--top-center{justify-content:center;align-items:flex-start}.gallery__content--top-right{justify-content:flex-end;align-items:flex-start}.gallery__content--middle-left{justify-content:flex-start;align-items:center}.gallery__content--middle-center{justify-content:center;align-items:center}.gallery__content--middle-right{justify-content:flex-end;align-items:center}.gallery__content--bottom-left{justify-content:flex-start;align-items:flex-end}.gallery__content--bottom-center{justify-content:center;align-items:flex-end}.gallery__content--bottom-right{justify-content:flex-end;align-items:flex-end}.gallery__content--left{text-align:left}.gallery__content--center{text-align:center}.gallery__content--right{text-align:right}.gallery__subheading{margin:0 0 1.2rem;color:currentColor;font-size:1.2rem;font-weight:700;line-height:1.2;text-transform:uppercase}.gallery__heading{margin:0 0 .8rem;color:currentColor;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);line-height:1.05;letter-spacing:0;text-shadow:0 2px 18px rgba(0,0,0,.18)}.gallery__heading--large{font-size:clamp(3.2rem,4.2vw,5.4rem)}.gallery__heading--medium{font-size:clamp(2.4rem,3vw,4rem)}.gallery__heading--small{font-size:clamp(1.9rem,2vw,2.8rem)}.gallery__marker{position:relative;display:inline-block;white-space:normal}.gallery__marker:after{content:"";position:absolute;left:0;right:0;bottom:.05em;height:.18em;border-radius:999px;background:var(--gallery-marker-color,#fd6262);z-index:-1}.gallery__text{color:currentColor;line-height:1.55}.gallery__text p{margin:0 0 1.6rem}.gallery__text--small{font-size:1.4rem}.gallery__text--medium{font-size:1.55rem}.gallery__text--large{font-size:1.8rem}.gallery__button{position:relative;z-index:22;display:inline-flex;align-items:center;justify-content:center;min-height:4.2rem;margin-top:.6rem;padding:0 2.2rem;color:#1b1f3b;background:#fcc43d;border-radius:999px;font-size:1.4rem;font-weight:700;line-height:1;text-decoration:none}.gallery__button--text{min-height:auto;padding:0;color:currentColor;background:transparent;border-radius:0;text-decoration:underline;text-underline-offset:.3rem}.gallery__cover-link{position:absolute;inset:0;z-index:21}.gallery__button:hover{filter:brightness(.96)}.gallery__figure:hover .gallery__image,.gallery__figure:hover .gallery__video-element{transform:scale(1.05)}.gallery__image,.gallery__video-element{transition:transform 1s cubic-bezier(.104,.204,.492,1)}@media screen and (min-width:750px){.gallery{padding-top:var(--gallery-padding-top);padding-bottom:var(--gallery-padding-bottom)}.gallery__inner{grid-template-columns:repeat(var(--gallery-columns),minmax(0,1fr));padding-left:5rem;padding-right:5rem}.gallery__content{padding:3.5rem}}@media screen and (min-width:1440px){.gallery__content{padding:4.5rem}}@media screen and (max-width:749px){.gallery--swipe-mobile .gallery__inner{grid-auto-flow:column;grid-auto-columns:minmax(var(--gallery-mobile-card-width),1fr);grid-template-columns:repeat(auto-fill,minmax(var(--gallery-mobile-card-width),1fr));overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.gallery--swipe-mobile .gallery__inner::-webkit-scrollbar{display:none}.gallery--swipe-mobile .gallery__item{scroll-snap-align:center;scroll-snap-stop:always}.gallery:not(.gallery--swipe-mobile) .gallery__inner{grid-template-columns:1fr}.gallery__content{padding:2rem}.gallery__heading--large,.gallery__heading--medium{font-size:2.8rem}.gallery__heading--small{font-size:2.2rem}.gallery__text--large,.gallery__text--medium{font-size:1.45rem}}
