.website-fancy-steps{background-color:var(--color-gray);display:grid;padding-bottom:5rem;padding-top:3rem;place-content:center}.website-fancy-steps__heading{margin-bottom:9rem;text-align:center}@media (max-width:1023px){.website-fancy-steps__heading{margin-bottom:3rem}}@media (max-width:500px){.website-fancy-steps__heading{margin-bottom:5rem}}.website-fancy-steps__wrapper{max-width:110rem}@media (max-width:1024px){.website-fancy-steps__wrapper{padding-left:5rem;padding-right:5rem}}@media (max-width:850px){.website-fancy-steps__wrapper{padding-left:3rem;padding-right:3rem}}.website-fancy-steps__steps{display:grid;gap:2rem;grid-template-columns:repeat(var(--step-count,4),1fr);list-style-type:none}@media (max-width:1023px){.website-fancy-steps__steps{grid-template-columns:1fr}}@media (max-width:500px){.website-fancy-steps__steps{gap:4rem}}.website-fancy-steps .step{align-items:center;display:flex;flex-direction:column;position:relative}@media (max-width:1023px){.website-fancy-steps .step{flex-direction:row;gap:2rem}}.website-fancy-steps .step:last-child .step__arrow,.website-fancy-steps .step:last-child .step__arrow--mobile{opacity:0}.website-fancy-steps .step__arrow{left:30%;position:relative;top:-4rem}@media (max-width:1023px){.website-fancy-steps .step__arrow{display:none}}@media (min-width:1024px){.website-fancy-steps .step__arrow--mobile{display:none}}.website-fancy-steps .step__arrow--mobile{position:relative;top:50%}@media (max-width:500px){.website-fancy-steps .step__arrow--mobile{top:70%}}.website-fancy-steps .step--reverse{flex-direction:column-reverse}@media (max-width:1023px){.website-fancy-steps .step--reverse{flex-direction:row}}.website-fancy-steps .step--reverse .step__arrow{left:24%;top:2rem;transform:scaleY(-1)}.website-fancy-steps .step .step-box{align-items:center;display:flex;flex-direction:column;flex-grow:1;max-width:26rem;position:relative}@media (max-width:1023px){.website-fancy-steps .step .step-box{max-width:100%}}.website-fancy-steps .step .step-box__number{aspect-ratio:1/1;background-color:#fff;border:1.5px solid var(--color-brand);border-radius:8px;color:var(--color-brand-light);display:grid;font-size:6rem;font-weight:700;height:7.5rem;left:50%;place-content:center;position:absolute;top:-3.2rem;transform:translateX(-50%);width:7.5rem}@media (max-width:1023px){.website-fancy-steps .step .step-box__number{left:9%}}.website-fancy-steps .step .step-box__text{align-items:center;background-color:#fff;border:1.5px solid var(--color-brand);border-radius:8px;display:flex;flex-grow:1;font-size:1.6rem;justify-content:center;max-height:28rem;padding:6rem 2.5rem 3.5rem;text-align:center}@media (max-width:1023px){.website-fancy-steps .step .step-box__text{text-align:left}}