.hero.kb4-v{background-position:75%;background-size:cover;margin-top:0;padding:120px 0 100px;position:relative}.hero__overlay{background:linear-gradient(80deg,#16131e 30%,rgba(22,19,30,.92) 50%,rgba(70,14,69,.55) 75%,rgba(70,14,69,.2));inset:0;position:absolute;z-index:1}.hero__textbox{display:flex;flex-direction:column;position:relative;width:100%;z-index:2}.hero__eyebrow{color:hsla(0,0%,100%,.75);font-size:.72rem;font-weight:500;letter-spacing:.2em;margin-bottom:16px;text-transform:uppercase}.hero__heading{color:#fff;font-size:clamp(2.4rem,5.5vw,4.5rem);font-weight:500;letter-spacing:-.03em;line-height:1.08;margin-bottom:24px}.hero__subtext{color:hsla(0,0%,100%,.75);font-size:clamp(1rem,1.5vw,1.2rem);font-weight:400;letter-spacing:normal;line-height:1.6;margin-bottom:40px;max-width:520px}.hero__cta{align-items:center;align-self:flex-start;background:var(--vermillion);border-radius:100px;color:#fff;display:inline-flex;font-size:.9rem;font-weight:600;gap:8px;padding:13px 28px;text-decoration:none;transition:background .2s}.hero__cta:hover{background:#f16144;color:#fff;font-weight:600}.hero__cta svg{flex-shrink:0;height:14px;width:14px}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.hero__cta,.hero__eyebrow,.hero__heading,.hero__subtext{animation:fadeUp .7s cubic-bezier(.22,1,.36,1) forwards;opacity:0}.hero__eyebrow{animation-delay:.1s}.hero__heading{animation-delay:.25s}.hero__subtext{animation-delay:.45s}.hero__cta{animation-delay:.6s}@media (prefers-reduced-motion:reduce){.hero__cta,.hero__eyebrow,.hero__heading,.hero__subtext{animation:none;opacity:1}}@media (min-width:768px){.hero.kb4-v{padding:150px 0}.hero__textbox{width:66%}.hero__subtext{width:80%}}