.embla{max-width:1000px;height:min-content;margin:auto;--slide-spacing:1rem;--slide-size:70%}.embla__viewport{overflow:hidden;mask:linear-gradient(90deg,transparent 0,black 10%,black 90%,transparent)}.embla__container{display:flex;touch-action:pan-y pinch-zoom;margin-left:calc(var(--slide-spacing) * -1)}.embla__slide{flex:0 0 var(--slide-size);min-width:0;height:100%;padding-left:var(--slide-spacing)}.embla__controls{display:grid;grid-template-columns:auto 1fr;justify-content:space-between;gap:1.2rem;margin-top:0}.embla__buttons{display:grid;grid-template-columns:repeat(2,1fr);gap:.6rem;align-items:center}.embla__button{-webkit-tap-highlight-color:rgba(var(--color-foreground),.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:var(--color-foreground);display:flex;align-items:center;justify-content:center;transition:all .2s ease-in-out}.embla__button:active{transform:scale(.7);color:var(--color-background);background-color:var(--color-foreground)}.embla__button:disabled{color:var(--color-muted-foreground)}.embla__button__svg{width:35%;height:35%}.embla__dots{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;margin-right:calc((2.6rem - 1.4rem) / 2 * -1)}.embla__dot{-webkit-tap-highlight-color:rgba(var(--color-foreground),.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:2.6rem;height:2.6rem;justify-content:center}.embla__dot,.embla__dot:after{display:flex;align-items:center;border-radius:50%}.embla__dot:after{box-shadow:inset 0 0 0 1px var(--color-foreground);width:1.4rem;height:1.4rem;content:""}.embla__dot--selected:after{background-color:var(--color-foreground)}