.embla{--slide-spacing:1rem;--slide-size:100%;--slide-height:19rem;--background-site:#d2d2d2;--brand-primary:#000;--brand-secondary:#828282}.embla__container{backface-visibility:hidden;margin-left:calc(var(--slide-spacing)*-1)}.embla__button{z-index:1;color:var(--background-site);display:flex;align-items:center;justify-content:center}.embla__button,.embla__dot{-webkit-appearance:none;-moz-appearance:none;appearance:none;touch-action:manipulation;cursor:pointer}.embla__dot{background-color:transparent;display:inline-flex;text-decoration:none;border:0;padding:0;margin:0}.embla__dot:after{background:var(--background-site);border-radius:.2rem;width:1rem;height:1rem;border-radius:50%;content:""}.embla__dot--selected:after{background:linear-gradient(45deg,var(--brand-primary),var(--brand-secondary))}