.nr-carousel{width:100%;position:relative}.nr-carousel__viewport{width:100%}.nr-carousel__slide{box-sizing:border-box;height:auto}.nr-carousel__dots{justify-content:center;align-items:center;gap:var(--space-2);margin:var(--space-5) 0 0;flex-direction:row;padding:0;list-style:none;display:flex}.nr-carousel__dot{appearance:none;background:var(--color-divider);cursor:pointer;border:0;border-radius:2px;width:16px;height:6px;margin:0;padding:0;transition:background-color .14s ease-in,transform .14s ease-in}.nr-carousel__dot:hover,.nr-carousel__dot:focus-visible{background:#cfd0d4}.nr-carousel__dot.is-active{background:var(--color-brand-red)}.nr-sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;position:absolute!important}
