.embla{--slide-spacing:4px;--slide-size:25%}.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__button{-webkit-tap-highlight-color:rgba(var(--text-high-contrast-rgb-value),.5);-webkit-appearance:none;-moz-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:2rem;height:2rem;z-index:1;border-radius:50%;color:var(--text-body);display:flex;align-items:center;justify-content:center;position:absolute;top:50%;transform:translateY(-50%)}html[dir=rtl] .embla__button--prev{left:unset;right:8px;transform:translateY(-50%) scale(-1)}html[dir=rtl] .embla__button--next{right:unset;left:8px;transform:translateY(-50%) scale(-1)}.embla__button--prev{left:8px}.embla__button--next{right:8px}.embla__button__svg{width:20px;height:20px}.embla__button:disabled{color:var(--detail-high-contrast)}.embla__dots{display:flex;flex-wrap:wrap;gap:5px}.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;-moz-appearance:none;appearance:none;background-color:#7a7a7a;touch-action:manipulation;display:inline-flex;text-decoration:none;cursor:pointer;border:0;padding:0;margin:0;width:10px;height:10px;display:flex;border-radius:50%}.embla__dot--selected{background-color:#fafafa}@media screen and (max-width:767px){.embla__slide{flex:0 0 80%}.embla__buttons{display:none}}