.Gallery_titleShiny__fgULK{display:flex;flex-wrap:wrap;align-content:center;justify-content:center;margin-bottom:20px;background:linear-gradient(to right,var(--text-color) 20%,var(--star-yellow) 40%,#fff 60%,var(--star-gold) 80%);background-size:200% auto;background-clip:text;-webkit-background-clip:text;color:transparent;animation:Gallery_shine__DiW4h 15s linear infinite}.Gallery_titlePadding__0ED7J{padding:20px 0}.Gallery_highlightGalleryWrapper__Co_VF{width:100%;max-width:var(--main-width);align-content:center;position:relative;overflow:hidden;height:480px;margin:40px 0}.Gallery_highlightGallery__GfJmP{display:flex;gap:20px;animation:Gallery_scrollHorizontal__oWAZP 30s linear infinite}.Gallery_highlightGalleryWrapper__Co_VF:hover .Gallery_highlightGallery__GfJmP{animation-play-state:paused}.Gallery_highlightGallery__GfJmP img{height:360px;flex-shrink:0;border-radius:8px;object-fit:cover;cursor:pointer;box-shadow:0 4px 8px var(--star-blue);transition:transform .5s ease}.Gallery_highlightGallery__GfJmP img:hover{transform:scale(1.1)}.Gallery_fadeLeft__5skVq,.Gallery_fadeRight__f0Tk0{position:absolute;top:0;width:60px;height:100%;z-index:2;pointer-events:none}.Gallery_fadeLeft__5skVq{left:0;background:linear-gradient(to right,var(--body-bg),transparent)}.Gallery_fadeRight__f0Tk0{right:0;background:linear-gradient(to left,var(--body-bg),transparent)}.Gallery_gridGallery__6B174{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:15px;gap:15px;padding:40px 20px;max-width:var(--main-width);margin:0 auto}.Gallery_gridGallery__6B174 img{width:100%;height:180px;object-fit:cover;border-radius:12px;transition:transform .3s ease,opacity .3s ease;cursor:pointer;box-shadow:0 4px 8px var(--star-blue)}.Gallery_gridGallery__6B174 img:hover{transform:scale(1.05);opacity:.85}@keyframes Gallery_scrollHorizontal__oWAZP{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes Gallery_shine__DiW4h{0%{background-position:200%}to{background-position:-200%}}@media only screen and (max-width:768px){.Gallery_highlightGalleryWrapper__Co_VF{height:320px}.Gallery_highlightGallery__GfJmP img{height:240px}.Gallery_gridGallery__6B174{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));padding:20px 10px}.Gallery_gridGallery__6B174 img{height:150px}}