#stages.covered{background-color:var(--white)}#stages .grid{grid-template-columns:1fr}#stages .grid,#stages .items>.flex{gap:var(--space)}#stages .items>.flex{flex-direction:column}#stages .image{position:relative;height:220px;overflow:hidden}#stages .image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}#stages .header{display:flex;margin-bottom:calc(var(--space) / 2);align-items:center;gap:.5rem;font-weight:600;font-size:1rem;line-height:1.2rem}#stages .number{padding:.2rem .5rem;border:5px solid var(--gainsboro);border-radius:var(--br-xl)}#stages ul{margin-left:var(--space);color:var(--silver)}@media(min-width:480px){#stages .image{height:300px}#stages .image img{object-position:50% 45%}}@media(min-width:768px){#stages .container{grid-template-columns:repeat(2,1fr)}#stages .image{height:auto}#stages .image img{object-position:20% center}}@media(min-width:1024px){#stages .header{gap:.7rem;font-size:1.2rem;line-height:1.5rem}#stages .image img{object-position:center}}@media(min-width:1280px){#stages .container{grid-template-columns:repeat(3,1fr)}#stages .items{grid-template-columns:repeat(2,1fr);grid-column:span 2}}
