.stage{display:flex;gap:20px;align-items:center}@media(min-width:36.31125em){.stage{gap:40px}}.stage__overlay{position:relative;z-index:20}.stage:last-child .stage-number:after{display:none}.stage__content{position:relative;width:100%;padding:12px;box-shadow:var(--shadow-grey);border-radius:10px;display:flex;flex-direction:column;gap:10px;border-left:3px solid rgba(0,0,0,0);transition:transform var(--transition-default),border-left var(--transition-default)}@media(min-width:36.31125em){.stage__content{padding:24px 24px 40px;gap:10px}}.stage__content:hover{border-left:3px solid var(--color-green-1);transform:scale(1.03)}.stage__name{font-size:20px;color:var(--color-green-2)}@media(min-width:36.31125em){.stage__name{font-size:24px}}.stage__description{font-size:14px}@media(min-width:36.31125em){.stage__description{font-size:18px}}.stage-number{position:relative;z-index:1}.stage-number:after{content:"";position:absolute;width:4px;left:50%;background-color:var(--color-green-1)}@media(min-width:36.31125em){.stage-number:after{height:200%;bottom:-200%}}.stage-number .stage-number__inner{display:flex;justify-content:center;align-items:center;padding:24px;width:60px;height:60px;border-radius:10px;transition:var(--transition-default);position:relative;z-index:3}@media(min-width:36.31125em){.stage-number .stage-number__inner{width:100px;height:100px}}.stage-number .stage-number__inner.blue{background:linear-gradient(135deg,#0ea5e9,#38bdf8)}.stage-number .stage-number__inner.green{background:linear-gradient(135deg,#10b981,#34d399)}.stage-number .stage-number__inner.purple{background:linear-gradient(135deg,#8b5cf6,#a855f7)}.stage-number .stage-number__inner.yellow{background:linear-gradient(135deg,#f59e0b,#fbbf24)}.stage-number .stage-number__inner.orange{background:linear-gradient(135deg,#f97316,#fb923c)}.stage-number .stage-number__inner.red{background:linear-gradient(135deg,#ef4444,#f87171)}.stage-number .stage-number__inner_rotated{transform:rotate(30deg)}.stage-number .stage-number__inner_rotated .stage-number__circle{transform:rotate(-30deg)}.stage-number__circle{width:40px;height:40px;min-width:40px;min-height:40px;display:flex;justify-content:center;align-items:center;background-color:var(--color-white);border-radius:50%;transition:var(--transition-default);font-weight:600;font-size:20px}@media(min-width:36.31125em){.stage-number__circle{font-size:24px;width:60px;height:60px;min-width:60px;min-height:60px}}.stages{display:flex;flex-direction:column;gap:20px}@media(min-width:36.31125em){.stages{gap:30px}}@media(min-width:40.06125em){.stages{gap:50px}}@media(min-width:62.56125em){.stages{gap:70px}}.stages .wrapper{padding-inline:25px 15px}.stages__text{-webkit-padding-after:40px;padding-block-end:40px;text-align:center;font-size:18px}