@keyframes product-carousel-marquee{0%{transform:translateX(0)}to{transform:translateX(calc(-100% / var(--pcs-copy-count, 2)))}}.pcs-marquee{display:flex;width:-moz-max-content;width:max-content;animation:product-carousel-marquee var(--pcs-duration,48s) linear infinite}.pcs-marquee-group{display:flex;flex-shrink:0;gap:.75rem;padding-right:.75rem}@media (min-width:768px){.pcs-marquee-group{gap:1rem;padding-right:1rem}}.pcs-marquee:hover{animation-play-state:paused}@media (prefers-reduced-motion:reduce){.pcs-marquee{animation:none}}@keyframes tech-trail-ltr{0%{width:0}to{width:100%}}@keyframes tech-dot-ltr{0%{left:0}to{left:100%}}@keyframes tech-trail-rtl{0%{width:0}to{width:100%}}@keyframes tech-dot-rtl{0%{left:100%}to{left:0}}.tech-line{display:flex;align-items:center;width:100%}.tech-rail{position:relative;height:1px;border-radius:999px;flex:1;background:transparent;overflow:visible}.tech-rail:before{top:0;height:1px;width:0}.tech-rail:after,.tech-rail:before{content:"";position:absolute;left:0;border-radius:999px;background:var(--tech-primary-color,#000)}.tech-rail:after{top:50%;width:6px;height:6px;transform:translate(-50%,-50%);opacity:0}.tech-line-right .tech-rail:before{left:auto;right:0}.tech-line-right .tech-rail:after{left:100%}.tech-animated .tech-line-left .tech-rail:before{animation:tech-trail-ltr .7s ease-out forwards}.tech-animated .tech-line-left .tech-rail:after{opacity:1;animation:tech-dot-ltr .7s ease-out forwards}.tech-animated .tech-line-right .tech-rail:before{transform-origin:right center;animation:tech-trail-rtl .7s ease-out forwards}.tech-animated .tech-line-right .tech-rail:after{opacity:1;animation:tech-dot-rtl .7s ease-out forwards}.tech-feature{opacity:0;transform:translateY(calc(var(--tech-y, 0px) * -1 + 12px));transition:opacity .35s ease-out,transform .35s ease-out}.tech-animated .tech-feature{opacity:1;transform:translateY(calc(var(--tech-y, 0px) * -1))}@media (max-width:767px){.tech-line-right .tech-rail:before{left:0;right:auto}.tech-line-right .tech-rail:after{left:100%}.tech-animated .tech-line-right .tech-rail:before{animation:tech-trail-ltr .7s ease-out forwards;transform-origin:left center}.tech-animated .tech-line-right .tech-rail:after{opacity:1;animation:tech-dot-ltr .7s ease-out forwards}}@keyframes scrolling-image-bar-marquee{0%{transform:translateX(0)}to{transform:translateX(calc(-100% / var(--sib-copy-count, 2)))}}.sib-marquee{display:flex;width:-moz-max-content;width:max-content;animation:scrolling-image-bar-marquee 55s linear infinite}.sib-marquee-group{display:flex;flex-shrink:0;gap:1rem;padding-right:1rem}@media (min-width:768px){.sib-marquee-group{gap:1.25rem;padding-right:1.25rem}}.sib-marquee:hover{animation-play-state:paused}