.walk-through-bg{background-size:cover;height:100%;left:0;position:absolute;top:0;width:100%}.walk-through-content{align-items:center;display:flex;flex-direction:column;gap:3rem;position:relative;z-index:1}.walk-through-wrapper:after{background-color:rgba(1,51,30,.7);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.walk-through-steps{display:grid;gap:1rem;grid-template-columns:repeat(4,minmax(0,1fr));margin:0 auto;max-width:1200px}@media (max-width:980px){.walk-through-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.walk-through-step:nth-child(2):after{display:none}}@media (max-width:520px){.walk-through-steps{grid-template-columns:repeat(1,minmax(0,1fr))}.walk-through-step.walk-through-step:not(:last-child):after{display:block;left:50%;margin:-17px 0 0;top:100%;transform:translateX(-50%)}}.walk-through-step{background-color:#fff;border-radius:var(--card-rounded);box-shadow:0 0 10px rgba(0,0,0,.1);display:flex;flex-direction:column;font-size:1.5rem;font-weight:700;justify-content:center;padding:var(--card-padding);position:relative}.walk-through-step:not(:last-child):after{aspect-ratio:1/1;background:var(--color-green);border-radius:10rem;content:var(--icon-plus);font-family:icomoon;font-size:1.7rem;left:100%;line-height:1;margin-left:-17px;padding:10px;position:absolute;z-index:1}.walk-through-bg-wrapper{background:var(--color-gray-light)}