.embla{margin:auto;--slide-height:19rem;--slide-spacing:1rem;--slide-size:100%}.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{box-shadow:inset 0 0 0 .2rem var(--detail-medium-contrast);border-radius:1.8rem;font-size:4rem;font-weight:600;display:flex;height:var(--slide-height);user-select:none}.embla__controls,.embla__slide__number{align-items:center;justify-content:center}.embla__controls{margin-top:1.8rem}.embla__buttons{display:grid;grid-template-columns:repeat(2,1fr);gap:.6rem;align-items:center}.embla__button{-webkit-tap-highlight-color:rgba(var(--text-high-contrast-rgb-value),.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;box-shadow:inset 0 0 0 .2rem var(--detail-medium-contrast);width:50px;height:50px;z-index:1;border-radius:50%;color:var(--text-body);display:flex;align-items:center;justify-content:center}.embla__button:disabled{color:var(--detail-high-contrast)}.embla__button__svg{width:50px;height:50px;color:var(--primary)}.embla__dots{display:flex;flex-wrap:wrap;margin-right:calc((2.6rem - 1.4rem) / 2 * -1)}.embla__dot,.embla__dots{justify-content:center;align-items:center}.embla__dot{-webkit-tap-highlight-color:rgba(var(--text-high-contrast-rgb-value),.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}.embla__dot,.embla__dot:after{display:flex;border-radius:50%}.embla__dot:after{box-shadow:inset 0 0 0 .2rem var(--primary);width:1.4rem;height:1.4rem;align-items:center;content:""}.embla__dot--selected:after{box-shadow:inset 0 0 0 .2rem var(--text-body)}.embla__button__circle{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:rgba(180,7,1,.1)}.embla__button__svg{width:20px;height:20px;fill:var(--primary)}.embla__button__circle:hover{background-color:var(--primary)}.embla__button__circle:hover .embla__button__svg{fill:#fff}