.twz-controls{overflow-x:clip;width:var(--row-width, 95%);display:flex;justify-content:center;margin-inline:auto}.twz-controls__wrapper{display:flex;align-items:center;gap:3rem}.twz-controls__button-wrapper{display:flex;align-items:center;gap:1rem}.twz-controls button{background:#fff;border:none;cursor:pointer;padding:0;margin:0;width:3.5rem;height:3.5rem;display:flex;align-items:center;justify-content:center}.twz-controls button:hover{background:var(--purple-700)}.twz-controls button:hover svg{fill:#fff}.twz-controls button svg{width:2rem}.twz-controls button.twz-controls__prev{border-radius:0 0 .4rem 0}.twz-controls button.twz-controls__prev svg{transform:rotate(180deg)}.twz-controls button.twz-controls__next{border-radius:.4rem 0 0 0}.twz-controls__dots{gap:.5rem;display:flex;flex-wrap:wrap;justify-content:center}.twz-controls__dots .twz-dot{background:var(--grey-400);border-radius:5rem;width:2.2rem;height:.5rem}.twz-controls__dots .twz-dot.is-selected{background:var(--purple-700);width:8rem}
