.scroll-carousel__dots{display:none}.scroll-carousel__dot{width:16px;height:16px;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:50%;background-color:var(--dark-grey-1);cursor:pointer;-webkit-transition:background-color .2s ease-in-out,-webkit-transform .2s ease-in-out;transition:background-color .2s ease-in-out,transform .2s ease-in-out;transition:background-color .2s ease-in-out,transform .2s ease-in-out,-webkit-transform .2s ease-in-out}.scroll-carousel__dot.active{background-color:var(--red)}.scroll-carousel__dot:focus-visible{outline:2px solid var(--red);outline-offset:4px}@media (max-width:1024px){.scroll-carousel__dots{margin:16px 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:24px}}