.hero{background:var(--Drk-Gradient,linear-gradient(0deg,#151956 0,#32267d 100%));border-radius:30px;padding:100px 32px}.hero.hero--img.hero--img-bottom{padding:100px 32px 0}.hero__wrapper{align-items:flex-start;display:flex;flex-direction:column;gap:60px}.hero.hero--img.hero--img-bottom .hero__wrapper{padding-bottom:100px}.hero__content{display:flex;flex-direction:column;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--img .hero__inner .hero__image-container,.hero--img .hero__inner .hero__wrapper{flex-basis:50%;min-width:50%}.hero.hero--img.hero--img-bottom .hero__image-container{align-self:flex-end}@media (max-width:1024px){.hero__inner{flex-direction:column;gap:2rem}.hero.hero--img.hero--img-bottom .hero__image-container{align-self:center}.hero.hero--img.hero--img-bottom .hero__wrapper{padding-bottom:32px}}@media (max-width:768px){.hero{padding:64px 32px}.hero.hero--img.hero--img-bottom{padding:64px 32px 0}.hero.hero--img.hero--img-bottom .hero__wrapper{padding-bottom:32px}}.hero__blocks{color:#fff;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);width:100%}.hero__blocks__block{border-image:linear-gradient(180deg,#d6dd21,#d6dd2100) 1;border-left:2px solid transparent;display:flex;flex-direction:column;gap:.5rem;padding-left:10%}.hero__block__eyebrow{color:#d6dd21;font-size:12px;font-weight:600;letter-spacing:1.2px;text-transform:uppercase}.hero__block__subtext{font-size:14px;font-weight:400}@media (max-width:768px){.hero__blocks{grid-template-columns:repeat(1,1fr)}.hero__blocks__block{border-image:linear-gradient(90deg,#d6dd21,#d6dd2100) 1;border-left:none;border-top:2px solid transparent;padding-left:0;padding-top:1.5rem}}