 .work-ticker{--shot-width:190px;--shot-height:410px;--shot-gap:24px;width:100%;overflow:hidden;padding:36px 0 55px;margin:0;mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent)}.work-ticker-track{display:flex;width:max-content;animation:work-ticker-slide 94s linear infinite;will-change:transform}.work-ticker-group{display:flex;flex-shrink:0;gap:var(--shot-gap);padding-right:var(--shot-gap)}.work-ticker-screen{flex:0 0 var(--shot-width);width:var(--shot-width);height:var(--shot-height);overflow:hidden;border:1px solid #e3e0e8;border-radius:18px;background:#fff;box-shadow:0 6px 18px #2921390d}.work-ticker-screen img{display:block;width:100%;height:100%;object-fit:cover;object-position:center top}.work-ticker-screen .ticker-front-screen{object-position:right top}.work-ticker.is-offscreen .work-ticker-track,.no-motion .work-ticker-track{animation-play-state:paused}@keyframes work-ticker-slide{to{transform:translateX(-50%)}}@media(max-width:600px){.work-ticker{--shot-width:150px;--shot-height:324px;--shot-gap:16px;padding:22px 0 38px}.work-ticker-track{animation-duration:78s}.work-ticker-screen{border-radius:14px}}@media(prefers-reduced-motion:reduce){.work-ticker{overflow-x:auto;mask-image:none}.work-ticker-track{animation:none;will-change:auto}.work-ticker-group[aria-hidden]{display:none}}