.made-with__marquee{margin-top:var(--section-gap);overflow:hidden;width:100vw;margin-inline:calc(50% - 50vw)}.made-with__track{display:flex;gap:var(--spacing-lg);width:max-content;animation:made-with-scroll var(--marquee-ms, 45s) linear infinite}@keyframes made-with-scroll{0%{transform:translate(0)}to{transform:translate(calc(-100% / 3 - var(--spacing-lg) / 3))}}.made-with__marquee{cursor:grab;touch-action:pan-y}.made-with__marquee.is-dragging{cursor:grabbing}.made-with__marquee.is-dragging .made-with__track{animation-play-state:paused}.made-with__shift{will-change:transform}.made-with__cell{flex:0 0 clamp(220px,24vw,340px);margin:0;display:flex;flex-direction:column}.made-with__tile{position:relative;aspect-ratio:1 / 1;border-radius:var(--radius-xl);overflow:hidden;background:var(--bg-canvas)}.made-with__tile video,.made-with__tile img{width:100%;height:100%;object-fit:cover}.no-js .made-with__marquee{display:none}.made-with__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--spacing-lg);margin-top:var(--section-gap)}@media(max-width:1023px){.made-with__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.made-with__grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.made-with__marquee{width:auto;margin-inline:0;overflow:visible}.made-with__track{animation:none;display:grid;grid-template-columns:repeat(3,1fr);width:auto}.made-with__cell{flex:none}.made-with__marquee{cursor:default}.made-with__track>.made-with__cell:nth-child(n+9){display:none}@media(max-width:1023px){.made-with__track{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.made-with__track{grid-template-columns:1fr}}}.made-with{background:var(--bg-popup)}
