.tech-carousel{padding-inline:0;overflow:hidden}
.tech-carousel>p{padding-inline:24px}
.tech-viewport{width:100%;overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}
.tech-track{display:flex;width:max-content;animation:tech-scroll 24s linear infinite;will-change:transform}
.tech-group{display:flex;align-items:center;flex-wrap:nowrap;gap:clamp(32px,5vw,80px);padding-right:clamp(32px,5vw,80px)}
.tech-carousel .tech-group b{font:700 clamp(18px,2vw,27px) Manrope,sans-serif;white-space:nowrap;color:var(--ink);opacity:.62}
.tech-carousel .tech-group i{font-style:normal;font-size:11px;color:var(--green);opacity:.8}
.tech-carousel:hover .tech-track{animation-play-state:paused}
@keyframes tech-scroll{to{transform:translateX(-50%)}}
@media(prefers-reduced-motion:reduce){.tech-track{animation:none}.tech-viewport{overflow-x:auto;mask-image:none;-webkit-mask-image:none}.tech-group[aria-hidden="true"]{display:none}}
