:root{--process-text-align:center;--process-text-margin:2.5rem;--process-columns:1;--process-gap:6rem}@media (min-width:768px){:root{--process-gap:4rem;--process-columns:2;--process-text-margin:4.375rem}}@media (min-width:1280px){:root{--process-columns:4}}.process__text{text-align:center;text-align:var(--process-text-align);margin:0 auto 2.5rem;margin:0 auto var(--process-text-margin)}.process__text h2,.process__text h3{margin-bottom:0}.process__items-wrapper{display:grid;grid-template-columns:repeat(1,1fr);grid-template-columns:repeat(var(--process-columns),1fr);grid-gap:6rem;gap:6rem;grid-gap:var(--process-gap);gap:var(--process-gap)}.process__item{position:relative;display:flex;flex-direction:column;grid-gap:1rem;gap:1rem;text-align:center;text-align:var(--process-text-align)}.process__item-icon{width:50%;aspect-ratio:1;margin:auto}@media (min-width:768px){.process__item-icon{width:8.75rem;margin:0 auto}}.process__item-icon img{width:100%;height:100%}.process__item h5{margin-bottom:0}.process__item .arrow{position:absolute;top:calc(100% + 3rem);left:50%;transform:translateX(-50%) rotate(90deg)}@media (min-width:768px){.process__item .arrow{top:3.5rem;right:-20%;left:auto;transform:rotate(0deg)}}@media (min-width:1024px){.process__item .arrow{right:-15%}}@media (min-width:1280px){.process__item .arrow{right:-25%}}@media (min-width:768px){.process__item:nth-of-type(2n) .arrow{top:calc(100% + 2rem);right:100%;transform:rotate(145deg)}}@media (min-width:1280px){.process__item:nth-of-type(2n) .arrow{top:3.5rem;right:-25%;transform:rotate(0deg)}}.process__long-arrow{display:none}@media (min-width:1280px){.process__long-arrow{display:block}.process__long-arrow svg{width:50%;height:100%;margin-top:1rem;margin-left:auto;margin-right:15%}}