.embla{max-width:100vw;margin:auto;--slide-height:"auto";--slide-spacing:1rem;--slide-size:100%;position:relative}.embla__viewport{overflow:hidden}.embla__container{display:flex;touch-action:pan-y pinch-zoom;margin-left:calc(var(--slide-spacing) * -1)}.embla__slide{transform:translateZ(0);flex:0 0 var(--slide-size);min-width:0;padding-left:var(--slide-spacing)}.embla__slide__number{border-radius:1.8rem;display:flex;align-items:center;justify-content:center;height:var(--slide-height);user-select:none}.embla__controls{display:flex;width:100%;gap:1.2rem;position:absolute;left:0;top:50%;transform:translateY(-50%);@media (max-width:720px){position:relative;left:0;top:0;transform:translateY(0)}}.embla__buttons{display:flex;width:100%;align-items:center;justify-content:space-between;@media (max-width:720px){justify-content:center}}.embla__button{-webkit-tap-highlight-color:rgba(var(--accent),.5);-webkit-appearance:none;appearance:none;background-color:transparent;touch-action:manipulation;display:inline-flex;text-decoration:none;cursor:pointer;border:0;padding:0;margin:0;width:3.6rem;height:3.6rem;z-index:1;border-radius:50%;color:#1f1f1f;display:flex;align-items:center;justify-content:center;@media (max-width:720px){width:2.8rem;height:2.8rem}}.embla__button:disabled{color:#d1d1d1}.embla__button__svg{width:35%;height:35%}