.custom-bullets{justify-content:center;align-items:center;gap:10px;height:16px;margin-top:16px;display:flex}.custom-bullets .bullet{cursor:pointer;background-color:#ccc;background-position:50%;background-size:cover;border-radius:50%;width:6px;height:6px;transition:all .3s}.custom-bullets .bullet.white{opacity:.25;background-color:#fff}.custom-bullets .bullet.black{opacity:.25;background-color:#000}.custom-bullets .bullet.small{opacity:.35;transform:scale(.75)}.custom-bullets .bullet:not(.small):not(.active){opacity:.6;transform:scale(1)}.custom-bullets .bullet.active{opacity:1;background-color:#0000;background-image:url(/images/bullet.svg);width:16px;height:16px}.custom-bullets .bullet.active.white{background-image:url(/images/bullet-w.svg)}.custom-bullets .bullet.active.black{background-image:url(/images/bullet-b.svg)}.custom-bullets .bullet.active.org{background-image:url(/images/bullet-w-org.svg)}
