/* Hercules WordPress Generator native slider */
.hercules_wordpress_generator-core-slider{position:relative;min-height:520px;height:78vh;max-height:820px;overflow:hidden;background:#07111f;color:#fff}
.hercules_wordpress_generator-core-slider__track,.hercules_wordpress_generator-core-slider__slide{position:absolute;inset:0}
.hercules_wordpress_generator-core-slider__slide{display:flex;align-items:center;opacity:0;pointer-events:none;background-position:center;background-size:cover;transition:opacity .7s ease}
.hercules_wordpress_generator-core-slider__slide.is-active{opacity:1;pointer-events:auto}
.hercules_wordpress_generator-core-slider__inner{width:min(1180px,88vw);margin:auto}
.hercules_wordpress_generator-core-slider__eyebrow{color:var(--hercules_wordpress_generator-slider-accent);font-weight:700;letter-spacing:.18em;text-transform:uppercase}
.hercules_wordpress_generator-core-slider__title{max-width:780px;margin:.25em 0;font-size:clamp(2.25rem,6vw,4.75rem);line-height:1.02;color:#fff}
.hercules_wordpress_generator-core-slider__description{max-width:640px;font-size:clamp(1rem,2vw,1.3rem);color:#e5e7eb}
.hercules_wordpress_generator-core-slider__button{display:inline-block;margin-top:1rem;padding:.9rem 1.5rem;border-radius:999px;background:var(--hercules_wordpress_generator-slider-accent);color:#fff;text-decoration:none;font-weight:700}
.hercules_wordpress_generator-core-slider__button:focus-visible,.hercules_wordpress_generator-core-slider__dots button:focus-visible{outline:3px solid #fff;outline-offset:3px}
.hercules_wordpress_generator-core-slider__dots{position:absolute;z-index:4;right:0;bottom:1.75rem;left:0;display:flex;justify-content:center;gap:.65rem}
.hercules_wordpress_generator-core-slider__dots button{width:.75rem;height:.75rem;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.45);cursor:pointer}
.hercules_wordpress_generator-core-slider__dots button.is-active{background:#fff;transform:scale(1.25)}
@media (max-width:782px){.hercules_wordpress_generator-core-slider{min-height:430px;height:65vh}.hercules_wordpress_generator-core-slider__inner{width:min(90vw,680px)}}
@media (prefers-reduced-motion:reduce){.hercules_wordpress_generator-core-slider__slide{transition:none}}