.GalleryGrid-module__E5nyIW__galleryGrid{-webkit-user-select:none;user-select:none;width:100%;position:relative;overflow:hidden}.GalleryGrid-module__E5nyIW__gridContainer{grid-template-columns:repeat(4,1fr);grid-auto-rows:minmax(220px,1fr);grid-auto-flow:dense;gap:20px;margin-bottom:60px;animation:.6s ease-out GalleryGrid-module__E5nyIW__fadeInUp;display:grid}@keyframes GalleryGrid-module__E5nyIW__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes GalleryGrid-module__E5nyIW__fadeInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes GalleryGrid-module__E5nyIW__fadeInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}.GalleryGrid-module__E5nyIW__gridContainer.GalleryGrid-module__E5nyIW__animating.GalleryGrid-module__E5nyIW__right{animation:.4s cubic-bezier(.4,0,.2,1) GalleryGrid-module__E5nyIW__fadeInRight}.GalleryGrid-module__E5nyIW__gridContainer.GalleryGrid-module__E5nyIW__animating.GalleryGrid-module__E5nyIW__left{animation:.4s cubic-bezier(.4,0,.2,1) GalleryGrid-module__E5nyIW__fadeInLeft}.GalleryGrid-module__E5nyIW__gridItem{cursor:pointer;opacity:0;background-color:#0000000d;border-radius:8px;width:100%;transition:transform .4s cubic-bezier(.4,0,.2,1),box-shadow .4s cubic-bezier(.4,0,.2,1);animation:.6s ease-out forwards GalleryGrid-module__E5nyIW__fadeInItem;position:relative;overflow:hidden}@keyframes GalleryGrid-module__E5nyIW__fadeInItem{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.GalleryGrid-module__E5nyIW__gridContainer.GalleryGrid-module__E5nyIW__animating .GalleryGrid-module__E5nyIW__gridItem{animation:.4s ease-out forwards GalleryGrid-module__E5nyIW__fadeInItem}.GalleryGrid-module__E5nyIW__gridItem:hover{transform:translateY(-8px);box-shadow:0 16px 32px #0003,0 0 0 2px #ed180d4d}.GalleryGrid-module__E5nyIW__gridItem{grid-area:span 1/span 1;position:relative}.GalleryGrid-module__E5nyIW__videoCard{border-radius:8px;width:100%;height:100%;overflow:hidden}.GalleryGrid-module__E5nyIW__gridItem:first-child{grid-area:1/1/auto/span 2}.GalleryGrid-module__E5nyIW__gridItem:nth-child(2){grid-area:1/3}.GalleryGrid-module__E5nyIW__gridItem:nth-child(3){grid-area:1/4}.GalleryGrid-module__E5nyIW__gridItem:nth-child(4){grid-area:2/1}.GalleryGrid-module__E5nyIW__gridItem:nth-child(5){grid-area:2/2}.GalleryGrid-module__E5nyIW__gridItem:nth-child(6){grid-area:2/3/auto/span 2}.GalleryGrid-module__E5nyIW__gridItem:nth-child(7){grid-area:3/1}.GalleryGrid-module__E5nyIW__gridItem:nth-child(8){grid-area:3/2/auto/span 2}.GalleryGrid-module__E5nyIW__gridItem:nth-child(9){grid-area:3/4}.GalleryGrid-module__E5nyIW__gridItem:nth-child(10){grid-area:4/1/auto/span 2}.GalleryGrid-module__E5nyIW__gridItem:nth-child(11){grid-area:4/3}.GalleryGrid-module__E5nyIW__gridItem:nth-child(12){grid-area:4/4}.GalleryGrid-module__E5nyIW__imageWrapper{background-color:#0000001a;border-radius:8px;width:100%;height:100%;position:relative;overflow:hidden}.GalleryGrid-module__E5nyIW__image{object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1)}.GalleryGrid-module__E5nyIW__gridItem:hover .GalleryGrid-module__E5nyIW__image{transform:scale(1.1)}.GalleryGrid-module__E5nyIW__imageOverlay{opacity:0;background:linear-gradient(#0000 0%,#0006 50%,#000c 100%);justify-content:center;align-items:center;transition:opacity .4s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;inset:0}.GalleryGrid-module__E5nyIW__gridItem:hover .GalleryGrid-module__E5nyIW__imageOverlay{opacity:1}.GalleryGrid-module__E5nyIW__viewText{color:var(--color-white);text-transform:uppercase;letter-spacing:2px;font-size:20px;font-weight:600;transition:transform .4s cubic-bezier(.4,0,.2,1);transform:translateY(10px)}.GalleryGrid-module__E5nyIW__gridItem:hover .GalleryGrid-module__E5nyIW__viewText{transform:translateY(0)}.GalleryGrid-module__E5nyIW__emptyState{text-align:center;padding:100px 20px}.GalleryGrid-module__E5nyIW__emptyState p{color:var(--color-gray);font-size:18px}.GalleryGrid-module__E5nyIW__pagination{justify-content:center;align-items:center;max-width:1400px;margin:80px auto 0;display:flex}@media (max-width:1200px){.GalleryGrid-module__E5nyIW__gridContainer{grid-template-columns:repeat(3,1fr);grid-auto-rows:200px;gap:16px}.GalleryGrid-module__E5nyIW__gridItem{grid-area:span 1/span 1}.GalleryGrid-module__E5nyIW__gridItem:nth-child(9n+1),.GalleryGrid-module__E5nyIW__gridItem:nth-child(9n+5){grid-area:span 2/span 2}.GalleryGrid-module__E5nyIW__gridItem:nth-child(9n+3){grid-area:span 2/span 1}.GalleryGrid-module__E5nyIW__gridItem:nth-child(9n+7){grid-area:span 1/span 2}.GalleryGrid-module__E5nyIW__pagination{margin-top:60px}}@media (max-width:768px){.GalleryGrid-module__E5nyIW__gridContainer{grid-template-columns:repeat(2,1fr);grid-auto-rows:minmax(160px,1fr);gap:14px;margin-bottom:40px}.GalleryGrid-module__E5nyIW__gridItem{border-radius:6px}.GalleryGrid-module__E5nyIW__gridItem:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000026,0 0 0 2px #ed180d33}.GalleryGrid-module__E5nyIW__gridItem:first-child{grid-area:1/1/auto/span 2}.GalleryGrid-module__E5nyIW__gridItem:nth-child(2){grid-area:2/1/span 2}.GalleryGrid-module__E5nyIW__gridItem:nth-child(3){grid-area:2/2}.GalleryGrid-module__E5nyIW__gridItem:nth-child(4){grid-area:3/2}.GalleryGrid-module__E5nyIW__gridItem:nth-child(5){grid-area:4/1}.GalleryGrid-module__E5nyIW__gridItem:nth-child(6){grid-area:4/2}.GalleryGrid-module__E5nyIW__viewText{letter-spacing:1.5px;font-size:16px}.GalleryGrid-module__E5nyIW__pagination{margin-top:50px}.GalleryGrid-module__E5nyIW__emptyState{padding:60px 20px}.GalleryGrid-module__E5nyIW__emptyState p{font-size:16px}}@media (max-width:480px){.GalleryGrid-module__E5nyIW__gridContainer{grid-template-columns:repeat(2,1fr);grid-auto-rows:minmax(150px,1fr);gap:12px;margin-bottom:30px}.GalleryGrid-module__E5nyIW__gridItem:first-child{grid-area:1/1/auto/span 2}.GalleryGrid-module__E5nyIW__gridItem:nth-child(2){grid-area:2/1/span 2}.GalleryGrid-module__E5nyIW__gridItem:nth-child(3){grid-area:2/2}.GalleryGrid-module__E5nyIW__gridItem:nth-child(4){grid-area:3/2}.GalleryGrid-module__E5nyIW__gridItem:nth-child(5){grid-area:4/1}.GalleryGrid-module__E5nyIW__gridItem:nth-child(6){grid-area:4/2}.GalleryGrid-module__E5nyIW__pagination{margin:40px auto 0}}
.GalleryPage-module__L7fuBG__galleryPage{width:100%;min-height:100vh}.GalleryPage-module__L7fuBG__headerSection{width:100%;height:auto;position:relative}
