.scroll-showcase{position:relative}.scroll-showcase-box{position:relative;height:200vh}@media(min-width: 750px){.scroll-showcase-box{height:400vh}}.scroll-showcas-wrapper{position:sticky;top:0;height:90vh}.scroll-showcas-content{z-index:1;text-align:center;max-width:65rem;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.scroll-showcas__desc{max-width:45rem;margin:0 auto 1.6rem}.scroll-showcase_img{width:100%;height:100%}.scroll-showcase_img img,.scroll-showcase_img video,.scroll-showcase_img svg{width:100%;height:100%;object-fit:cover;max-width:100%;max-height:100%;border-radius:var(--border-radius)}.scroll-showcase_block{z-index:1;display:grid;grid-template-rows:repeat(10, 10%);grid-template-columns:repeat(17, 1fr);justify-content:center;align-items:stretch;width:100vw;position:relative;max-height:90vh}.scroll-showcase_block .scroll-showcase_item{opacity:0;transition:opacity 1s ease-in-out;display:flex;justify-content:center;align-items:center}.scroll-showcase_block .scroll-showcase_item:nth-child(1){grid-area:2/3/6/6}.scroll-showcase_block .scroll-showcase_item:nth-child(2){grid-area:1/10/4/13}.scroll-showcase_block .scroll-showcase_item:nth-child(3){grid-area:3/15/7/18}.scroll-showcase_block .scroll-showcase_item:nth-child(4){grid-area:7/1/10/4}.scroll-showcase_block .scroll-showcase_item:nth-child(5){grid-area:8/9/11/14}.scroll-showcase_item.animate{opacity:1}