body{cursor:none}.gallery-section{width:100%;padding:40px 5%;display:flex;flex-direction:column;align-items:center;position:relative}section.gallery-section-page{margin:100px 0 0}.gallery-images-page{display:grid;gap:16px;width:100%;max-width:1240px;margin:0 auto;grid-template-columns:300px 1fr 300px;grid-template-rows:repeat(2,232px)}.gallery-img{width:100%;height:100%;object-fit:cover;transition:transform .3s,box-shadow .3s;border-radius:8px}.gallery-img:hover{transform:scale(1.02)}.gallery-img:nth-child(3){grid-column:2/3;grid-row:1/3}@media (max-width:950px){.gallery-images-page{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:auto;gap:16px}.gallery-img,.gallery-img:nth-child(3){grid-column:auto;grid-row:auto;aspect-ratio:4/3}}@keyframes scroll-watcher{from,to{transform:scale(.85);opacity:.5}50%{transform:scale(1);opacity:1}}@media (max-width:768px){.gallery-section-page{padding:40px 0}.gallery-section-page::after,.gallery-section-page::before{content:"";position:absolute;top:0;bottom:0;width:20px;z-index:2;pointer-events:none}.gallery-section-page::before{left:0;background:linear-gradient(to right,#f5f5f7,transparent)}.gallery-section-page::after{right:0;background:linear-gradient(to left,#f5f5f7,transparent)}.gallery-images-page{display:flex;flex-direction:row;overflow-x:auto;scroll-snap-type:x mandatory;gap:16px;padding:0 25px;-ms-overflow-style:none;scrollbar-width:none}.gallery-images-page::-webkit-scrollbar{display:none}.gallery-img,.gallery-img:nth-child(3){flex-shrink:0;width:80vw;height:280px;scroll-snap-align:center;aspect-ratio:auto;transition:transform .2s;animation:linear scroll-watcher;animation-timeline:view(inline)}.gallery-img:active{transform:scale(.97)!important}}