.steps{background-color:var(--color-black);color:#fff;padding:clamp(9rem,11.8vw,20rem) 0}.steps__rich-text{margin-bottom:clamp(5rem,4.8vw,8rem);max-width:99.2rem}.steps__grid{counter-reset:step-counter;display:grid;gap:2rem}.steps__item{border:.2rem solid #fff;border-radius:2rem;padding:min(13%,6rem) min(13%,6rem) min(17%,8rem)}.steps__item>:last-child{margin-bottom:0}.steps__item-number{align-items:center;border:.2rem solid #fff;border-radius:50%;color:transparent;counter-increment:step-counter;display:flex;font-family:var(--font-neue-haas);font-size:clamp(4.5rem,4.5vw,7.5rem);font-weight:700;height:2em;justify-content:center;width:2em;-webkit-text-stroke:.2rem #fff;margin-bottom:1em}.steps__item-number:before{content:counter(step-counter,decimal-leading-zero)}.steps__item:nth-child(3n+1) .steps__item-heading{color:var(--color-turquoise)}.steps__item:nth-child(3n+2) .steps__item-heading{color:var(--color-cerise)}.steps__item:nth-child(3n+3) .steps__item-heading{color:var(--color-perriwinkle)}@media (min-width:768px){.steps__grid{gap:clamp(3rem,2.4vw,4rem);grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.steps__grid{grid-template-columns:repeat(3,1fr)}}