.hero-embla{max-width:1800px;margin:auto;--slide-height:100vh;--slide-spacing:1rem;--slide-size:100%}.hero-embla__viewport{overflow:hidden}.hero-embla__container{display:flex;touch-action:pan-y pinch-zoom}.hero-embla__slide{transform:translateZ(0);flex:0 0 var(--slide-size);min-width:0}.hero-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;align-items:center;justify-content:center;height:var(--slide-height);user-select:none}.hero-embla__buttons{display:flex;justify-content:end;gap:.5rem}.hero-embla__play{-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;margin:0;display:flex;align-items:center;justify-content:center;color:var(--text-body);font-weight:700;font-size:1.4rem;padding:0 2.4rem;min-width:8.4rem}.hero-embla__play,.hero-embla__progress{box-shadow:inset 0 0 0 .2rem var(--detail-medium-contrast);border-radius:1.8rem;justify-self:flex-end}.hero-embla__progress{background-color:var(--background-site);position:relative;height:.6rem;align-self:center;width:13rem;max-width:90%;overflow:hidden}.hero-embla__progress__bar{background-color:var(--text-body);position:absolute;width:100%;top:0;bottom:0;left:-100%}.hero-embla__controls{grid-template-columns:auto 1fr auto}.hero-embla__progress{justify-self:center;transition:opacity .3s ease-in-out;width:8rem}.hero-embla__progress--hidden{opacity:0}.hero-embla__progress__bar{animation-name:autoplay-progress;animation-timing-function:linear;animation-iteration-count:1}.hero-embla__progress--hidden .hero-embla__progress__bar{animation-play-state:paused}@keyframes autoplay-progress{0%{transform:translateZ(0)}to{transform:translate3d(100%,0,0)}}.hero-embla__buttons{display:grid;grid-template-columns:repeat(2,1fr);gap:.25rem;align-items:center}.hero-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:3.6rem;height:3.6rem;z-index:1;border-radius:50%;color:var(--text-body);display:flex;align-items:center;justify-content:center}.hero-embla__button:disabled{color:var(--detail-high-contrast)}.hero-embla__button__svg{width:35%;height:35%}.hero-embla__dots{display:flex;flex-wrap:wrap}.hero-embla__dot,.hero-embla__dots{justify-content:center;align-items:center}.hero-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:.5rem;margin:0;display:flex;border-radius:50%}@media (min-width:1024px){.hero-embla__dots{justify-content:flex-end;margin:0 auto}.hero-embla__dot{padding:.25rem}}.hero-embla__dot:after{box-shadow:inset 0 0 0 .2rem var(--detail-medium-contrast);width:18px;height:18px;border-radius:50%;display:flex;align-items:center;content:""}.hero-embla__dot--selected:after,.hero-embla__dot:after{background-color:var(--color-brand-light-green)}.hero-embla__dot--selected{border:4px solid var(--color-brand-light-green)}@media (min-width:1024px){.hero-embla__dot:after{width:10px;height:10px}.hero-embla__dot--selected{border:2px solid var(--color-brand-light-green)}}.hero-embla__slide__img{user-select:none}.hero-embla__buttons,.hero-embla__play-button{display:none}@media (min-width:1024px){.hero-embla__buttons,.hero-embla__play-button{display:flex}}.hero-embla__buttons button{cursor:pointer}.hero-embla__play-button.active{background-color:transparent}.hero-embla__play-button.active,.hero-embla__play-button.active span{border-color:var(--brand-light-green,#00FF4A)}.hero-embla__play-button.active svg path{fill:var(--brand-light-green,#00FF4A)}