.gallery_page .home_gallery{overflow:hidden;background:#f5f5ff}.gallery_page .home_gallery .heading{max-width:720px}.gallery_page .home_gallery .gallery-list{display:flex;flex-direction:column;gap:80px}.gallery_page .home_gallery .location{position:relative;isolation:isolate;display:grid;grid-template-columns:minmax(240px, 30%) minmax(0, 70%);align-items:center;min-height:430px;overflow:hidden;background:#fff;border-radius:10px;box-shadow:0 20px 42px rgba(0,43,104,.12)}.gallery_page .home_gallery .location::before{content:"";position:absolute;inset:0;z-index:0;background-image:var(--location-content-pattern);background-position:center;background-repeat:repeat;opacity:.18;pointer-events:none}.gallery_page .home_gallery .location .location-content{position:relative;z-index:1;padding:45px}.gallery_page .home_gallery .location .location-images{position:relative;z-index:1;min-height:430px}.gallery_page .home_gallery .location .backdrop{position:absolute;top:0;right:0;bottom:0;width:52%;overflow:hidden}.gallery_page .home_gallery .location .backdrop::after{content:"";position:absolute;inset:0;background:rgba(0,43,104,.55);pointer-events:none}.gallery_page .home_gallery .location .backdrop img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover;transition:transform .6s ease}.gallery_page .home_gallery .location .photo-strip{position:absolute;top:50%;left:0;z-index:2;width:78%;display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:18px;transform:translateY(-50%)}.gallery_page .home_gallery .location .photo{height:225px;overflow:hidden;border-radius:10px;box-shadow:0 18px 38px rgba(0,43,104,.2)}.gallery_page .home_gallery .location .photo img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover;transition:transform .45s ease}.gallery_page .home_gallery .location:hover .backdrop img{transform:scale(1.04)}.gallery_page .home_gallery .location:hover .photo img{transform:scale(1.06)}.gallery_page .home_gallery .location.reverse{grid-template-columns:minmax(0, 70%) minmax(240px, 30%)}.gallery_page .home_gallery .location.reverse .location-content{grid-column:2;grid-row:1}.gallery_page .home_gallery .location.reverse .location-images{grid-column:1;grid-row:1}.gallery_page .home_gallery .location.reverse .backdrop{right:auto;left:0}.gallery_page .home_gallery .location.reverse .photo-strip{right:0;left:auto}@media(max-width: 1024px){.gallery_page .home_gallery .location,.gallery_page .home_gallery .location.reverse{grid-template-columns:1fr}.gallery_page .home_gallery .location .location-content,.gallery_page .home_gallery .location .location-images,.gallery_page .home_gallery .location.reverse .location-content,.gallery_page .home_gallery .location.reverse .location-images{grid-column:1}.gallery_page .home_gallery .location .location-content,.gallery_page .home_gallery .location.reverse .location-content{grid-row:1;padding:35px}.gallery_page .home_gallery .location .location-images,.gallery_page .home_gallery .location.reverse .location-images{grid-row:2}}@media(max-width: 480px){.gallery_page .home_gallery .location .location-content,.gallery_page .home_gallery .location.reverse .location-content{padding:28px 22px}.gallery_page .home_gallery .location .location-images,.gallery_page .home_gallery .location.reverse .location-images{min-height:420px}.gallery_page .home_gallery .location .backdrop,.gallery_page .home_gallery .location.reverse .backdrop{width:100%;height:220px}.gallery_page .home_gallery .location .photo-strip,.gallery_page .home_gallery .location.reverse .photo-strip{top:auto;right:14px;bottom:20px;left:14px;width:auto;gap:8px;transform:none}.gallery_page .home_gallery .location .photo,.gallery_page .home_gallery .location.reverse .photo{height:155px}}@media(max-width: 1024px){.gallery_page .home_gallery .gallery-list{gap:50px}}@media(prefers-reduced-motion: reduce){.gallery_page .home_gallery .location img{transition:none}}