.hero-full-bleed{margin-left:calc(-50vw + 50%);position:relative;width:100vw}.hero-slider-wrapper{height:70vh;overflow:hidden;position:relative;width:100%}.hero-slider{height:100%;position:relative;width:100%}.hero-slide{align-items:center;background-position:50%;background-size:cover;color:#fff;display:flex;height:100%;justify-content:center;left:0;opacity:0;padding:2rem;position:absolute;text-align:center;top:0;transition:opacity 1s ease-in-out;width:100%}.hero-slide.active{opacity:1;z-index:2}.hero-content{max-width:100%}.hero-content h1{color:#fff;font-size:3rem;margin-bottom:1rem}.hero-subheading{color:#fff;font-size:1.25rem;margin-bottom:1.5rem}.hero-button{background:#002d72;border:none;border-radius:0;color:#fff;font-weight:700;padding:.75rem 1.5rem;text-decoration:none;transition:background .3s ease}.hero-button:hover{background:var(--primary-dark,#333)}.hero-dots{bottom:1.5rem;display:flex;gap:.5rem;left:50%;position:absolute;transform:translateX(-50%);z-index:3}.hero-dot{background:#fff;border-radius:50%;cursor:pointer;height:12px;opacity:.5;transition:opacity .3s ease;width:12px}.hero-dot.active{opacity:1}.hero-slide-card a{position:relative;z-index:2}.hero-slide-card .caption,.hero-slide-card .overlay{pointer-events:none}body,html{overflow-x:hidden}