.o-registry-info-steps{--columns:1;--columns-desktop:4;--step-width:20rem;--icon-size:2rem;--number-position:relative;--number-size:3rem;--number-offset:0;--tile-gap:2rem;--grid-row-gap:7rem;--grid-column-gap:7rem;--arrow-width:2rem;--arrow-transform:translateX(-50%) rotate(90deg);--arrow-left:50%;--arrow-top:calc(var(--grid-row-gap)/-2)}@media screen and (min-width:768px){.o-registry-info-steps{--columns:2;--icon-size:2.5rem;--grid-row-gap:4rem;--grid-column-gap:7rem;--number-position:absolute;--number-offset:calc(var(--number-size)*-1.5);--arrow-transform:translateX(-50%);--arrow-top:calc(var(--step-width)/2);--arrow-left:calc(var(--grid-column-gap)/-2)}}@media screen and (min-width:768px)and (max-width:1100px){.o-registry-info-steps{--nth-3-arrow-display:none}}@media screen and (min-width:1100px){.o-registry-info-steps{--columns:4}}@media screen and (min-width:1250px){.o-registry-info-steps{--arrow-width:3rem;--grid-column-gap:12rem}}.o-registry-info-steps__inner{display:grid;gap:var(--grid-row-gap) var(--grid-column-gap);grid-template-columns:repeat(var(--columns),var(--step-width));justify-items:center;min-width:100%;place-content:center}@media screen and (min-width:1100px){.o-registry-info-steps__inner{grid-template-columns:repeat(var(--columns-desktop),var(--step-width))}}.o-registry-info-step{position:relative;width:var(--step-width)}.o-registry-info-step .icon-arrow-right-long{align-self:center;color:var(--color-primary);height:auto;left:var(--arrow-left);position:absolute;top:var(--arrow-top);transform:var(--arrow-transform);width:var(--arrow-width)}.o-registry-info-step:nth-child(3n) .icon-arrow-right-long{display:var(--nth-3-arrow-display)}.o-registry-info-step__inner{display:grid;gap:var(--tile-gap);position:relative}.o-registry-info-step__number{align-items:center;border:1px solid var(--color-primary);border-radius:100%;display:flex;height:var(--number-size);justify-content:center;position:relative;width:var(--number-size)}.o-registry-info-step__number--wrapper{align-items:flex-start;display:flex;justify-content:center;left:var(--number-offset);position:var(--number-position)}.o-registry-info-step__icon{display:grid;height:var(--icon-size);place-items:center;width:var(--icon-size)}.o-registry-info-step__icon--wrapper{aspect-ratio:1;background-color:var(--color-secondary-bg);border:1px solid var(--color-primary);display:grid;justify-self:center;place-items:center;width:var(--step-width)}.o-registry-info-step__icon img{height:auto;max-width:100%}.o-registry-info-step__content{display:grid;gap:var(--tile-gap);place-content:center;position:relative}.o-registry-info-step__content--inner{align-items:center;display:grid;gap:var(--tile-gap);justify-content:center}@media screen and (min-width:768px){.o-registry-info-step__content--inner{align-items:start;justify-content:start;text-align:left}}.o-registry-info-step__text{font-family:var(--ff-primary);font-size:var(--body-fs-xs);font-weight:400;text-align:center}@media screen and (min-width:768px){.o-registry-info-step__text{text-align:left}}.o-registry-info-step__text p{letter-spacing:var(--letter-spacing-tab-collection);margin-bottom:1.5rem;margin-top:1.5rem}.o-registry-info-step__text p:first-of-type{margin-top:0}.o-registry-info-step__text p:last-of-type{margin-bottom:0}