.scroll-gallery{position:relative;width:100%;background-color:#f7f4f3;overflow:hidden}.scroll-gallery__desktop{display:block}@media screen and (max-width: 991px){.scroll-gallery__desktop{display:none}}.scroll-gallery__container{position:relative;width:100%;height:100vh;max-width:1400px;margin:0 auto;padding:4rem 2rem;overflow:visible}.scroll-gallery__image{position:absolute;overflow:hidden;will-change:transform,opacity}.scroll-gallery__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.scroll-gallery__image--1{top:calc(50% - 300px);left:calc(5% - 150px);height:370px;z-index:2;transform:translateY(-50%);aspect-ratio:450/370}.scroll-gallery__image--2{top:calc(50% + 260px);left:calc(12% - 150px);height:365px;z-index:1;transform:translateY(-50%);aspect-ratio:500/365}.scroll-gallery__image--3{top:calc(50% + 150px);right:calc(5% - 150px);height:465px;z-index:3;transform:translateY(-50%);aspect-ratio:680/465}.scroll-gallery__text{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:0;text-align:center;width:100%;pointer-events:none}.scroll-gallery__headline{font-family:"Saol Display",Georgia,serif;font-size:8rem;font-weight:400;line-height:1.3;margin:0;color:#a08964}@media screen and (max-width: 1200px){.scroll-gallery__headline{font-size:6rem}}.scroll-gallery__mobile{display:none;padding:0;overflow:hidden}@media screen and (max-width: 991px){.scroll-gallery__mobile{display:block}}.scroll-gallery__mobile-title{text-align:center;margin-bottom:2rem}.scroll-gallery__mobile-title .scroll-gallery__headline{font-size:3rem}@media screen and (max-width: 575px){.scroll-gallery__mobile-title .scroll-gallery__headline{font-size:2.5rem}}.scroll-gallery__swiper{width:100%;overflow:visible}.scroll-gallery__swiper .swiper-slide img{width:100%;height:auto}.scroll-gallery__nav{display:flex;justify-content:flex-end;gap:12px;margin-top:1.5rem}.scroll-gallery__prev,.scroll-gallery__next{display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;background:rgba(0,0,0,0);border:none;cursor:pointer;transition:all 300ms ease}.scroll-gallery__prev path,.scroll-gallery__prev circle,.scroll-gallery__next path,.scroll-gallery__next circle{transition:fill .3s ease,stroke .3s ease}.scroll-gallery__prev:hover svg path,.scroll-gallery__next:hover svg path{fill:#1c1c1b}.scroll-gallery__prev:hover svg circle,.scroll-gallery__next:hover svg circle{stroke:#1c1c1b}.scroll-gallery__prev.swiper-button-disabled,.scroll-gallery__next.swiper-button-disabled{opacity:.3;cursor:not-allowed}.scroll-gallery__prev.swiper-button-disabled:hover,.scroll-gallery__next.swiper-button-disabled:hover{background:rgba(0,0,0,0)}.scroll-gallery__prev.swiper-button-disabled:hover svg,.scroll-gallery__next.swiper-button-disabled:hover svg{fill:#a08964}.scroll-gallery__prev:hover{transform:translateX(-3px)}.scroll-gallery__next:hover{transform:translateX(3px)}.scroll-gallery__placeholder{display:flex;align-items:center;justify-content:center;height:100%;min-height:400px;background:#f7f4f3;border:2px dashed #e6e3de}.scroll-gallery__placeholder p{font-family:"Work Sans",sans-serif;font-size:1rem;color:#1c1c1b;margin:0}.pin-spacer{max-width:100% !important}