.hs-carousel{position:relative;width:100%}.hs-carousel__viewport{overflow:hidden;width:100%}.hs-carousel__track{display:flex;touch-action:pan-y;transition:transform .4s ease;will-change:transform}.hs-carousel__slide{flex:0 0 auto}.hs-carousel__img{height:auto}.hs-carousel__controls{align-items:center;display:flex;inset:0;justify-content:space-between;pointer-events:none;position:absolute}.hs-carousel__btn{align-items:center;background-color:#e26b00;border:0;border-radius:999px;color:#fff;cursor:pointer;flex:row;height:24px;justify-content:center;margin:0 8px;pointer-events:auto;transition:background .3s;width:24px}@media only screen and (min-width:768px){.hs-carousel__btn{height:40px;width:40px}}.hs-carousel__btn svg{display:block;height:100%;width:100%}.hs-carousel__btn:hover{background-color:#c15c01}.hs-carousel__dots{display:flex;gap:8px;justify-content:center;margin-top:12px}.hs-carousel__dot{background:rgba(0,0,0,.25);border:0;border-radius:999px;cursor:pointer;height:10px;width:10px}.hs-carousel__dot[aria-current=true]{background:rgba(0,0,0,.75)}@media (prefers-reduced-motion:reduce){.hs-carousel__track{transition:none}}.hs-carousel__slide{padding:0}.hs-carousel__img{display:block;height:100%;object-fit:cover;object-position:center;width:100%}.hs-carousel__slide{aspect-ratio:16/9;border-radius:8px;overflow:hidden}