.hero{background:var(--Drk-Gradient,linear-gradient(0deg,#151956 0,#32267d 100%));border-radius:30px;padding:100px 32px}.hero__wrapper{align-items:flex-start;gap:60px}.hero__content,.hero__wrapper{display:flex;flex-direction:column}.hero__content{gap:20px}.hero__eyebrow{color:var(--Pear,#d6dd21)}.hero__title{margin-bottom:0}.hero__copy,.hero__title{color:var(--White,#fff)}.hero__inner{align-items:center;display:flex;margin:0 auto;max-width:var(--inner-container-width,1024px)}.hero__inner.has-hero-img .hero__image-container,.hero__inner.has-hero-img .hero__wrapper{flex-basis:50%;min-width:50%}@media (max-width:1024px){.hero__inner{flex-direction:column}}@media (max-width:768px){.hero{padding:64px 32px}}