.hero-slider{position:relative;height:400px;margin:22px 0 0;border-radius:13px;overflow:hidden;background:#f4efe6}.hero-slides{height:100%;position:relative}.hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .65s ease;background-size:cover;background-position:center;background-color:#f4efe6}.hero-slide.active{opacity:1;visibility:visible}.hero-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--slide-overlay) 0%,color-mix(in srgb,var(--slide-overlay) 60%,transparent) 34%,transparent 76%)}.hero-slide-content{position:relative;z-index:2;width:min(560px,58%);height:100%;display:flex;flex-direction:column;justify-content:center;padding:45px 60px;color:var(--slide-text)}.hero-slide-content small{font-size:10px;font-weight:900;letter-spacing:2px;color:#ffd400}.hero-slide-content h1{font:700 clamp(40px,5vw,67px)/.98 Oswald,sans-serif;margin:12px 0 15px;text-transform:uppercase}.hero-slide-content p{font-size:14px;line-height:1.6;margin:0 0 24px;max-width:490px}.hero-slide-content .btn{align-self:flex-start}.hero-arrow{position:absolute;z-index:4;top:50%;transform:translateY(-50%);width:38px;height:52px;border:0;background:rgba(255,255,255,.9);color:#111;font-size:32px;cursor:pointer}.hero-arrow.prev{left:0}.hero-arrow.next{right:0}.hero-dots{position:absolute;z-index:4;bottom:15px;left:50%;transform:translateX(-50%);display:flex;gap:7px}.hero-dots button{width:8px;height:8px;border:0;border-radius:50%;background:#fff;opacity:.6;padding:0;cursor:pointer}.hero-dots button.active{width:24px;border-radius:8px;background:#ffd400;opacity:1}.hero-slider.single .hero-arrow,.hero-slider.single .hero-dots{display:none}@media(max-width:680px){.hero-slider{height:370px;margin-top:12px;background:#f4efe6}.hero-slide:after{background:linear-gradient(90deg,var(--slide-overlay),color-mix(in srgb,var(--slide-overlay) 55%,transparent))}.hero-slide-content{width:86%;padding:35px 27px}.hero-slide-content h1{font-size:42px}.hero-arrow{width:30px;height:44px}}
