.step{display:flex;height:100%;max-width:400px;flex-direction:column;align-items:flex-start;gap:1rem;background-color:#fefefe;border-radius:2rem;padding:2rem;box-shadow:0 4px 4px 0 rgba(0,0,0,.25);transition:all .3s ease-in-out}.step:last-child{margin-right:2rem}.step:hover{scale:1.05}@media(max-width:599px){.step{height:220px!important;width:200px}.step:hover{scale:1}}.step-number{font-family:Gotham-Black;font-size:4rem;background:linear-gradient(132deg,transparent -35%,rgba(13,96,49,.4) 104%),linear-gradient(157deg,#7a219c 23%,#0d6031 60%,#1d9512 80%,#55c534 153%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;-moz-background-clip:text;-moz-text-fill-color:transparent;background-clip:text;color:transparent}.step-title{font-family:Gotham-Black;font-size:1.5rem;color:#0d6031}.step-description{font-family:GeneralSans-Regular;font-size:1rem}@media(max-width:599px){.step-description{font-size:1.3rem}}.stepsContainer{padding:5rem}@media(max-width:599px){.stepsContainer{padding:0 0 0 2rem}}.stepsContainer .steps{display:grid;grid-template-columns:1fr 1fr 1fr;justify-items:center;align-items:center;padding:2rem 0;grid-gap:2rem;gap:2rem;margin:0 2rem;flex-wrap:wrap}@media(max-width:599px){.stepsContainer .steps{display:flex;flex-direction:row;flex-wrap:nowrap;gap:1rem;margin:0;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.stepsContainer .steps::-webkit-scrollbar{display:none}.stepsContainer .steps article{flex:0 0 auto;scroll-snap-align:start}}@font-face{font-family:Gotham-Black;src:url(/_next/static/media/Gotham-Black.e5ff0f37.woff2) format("woff2"),url(/_next/static/media/Gotham-Black.a1a78184.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Gotham-Book;src:url(/_next/static/media/Gotham-Book.52ebd981.woff2) format("woff2"),url(/_next/static/media/Gotham-Book.6f8e9bab.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:GeneralSans-Medium;src:url(/_next/static/media/GeneralSans-Medium.c769b9ad.woff2) format("woff2"),url(/_next/static/media/GeneralSans-Medium.b9031fab.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:GeneralSans-Regular;src:url(/_next/static/media/GeneralSans-Regular.eb38d80f.woff2) format("woff2"),url(/_next/static/media/GeneralSans-Regular.f134b2c5.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Satoshi-Medium;src:url(/_next/static/media/Satoshi-Medium.22539d17.woff2) format("woff2"),url(/_next/static/media/Satoshi-Medium.f3941e68.woff) format("woff");font-weight:400;font-style:normal}.hero{position:relative;width:100%;height:100vh;overflow:hidden;background-color:#000}.hero .poster-video,.hero .video-hero{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;transition:all .5s ease-in-out}.hero .video-hero.hidden{opacity:0;visibility:hidden}.hero .video-hero.visible{opacity:1;visibility:visible}.hero .hero-overlay{position:relative;z-index:10;height:100%;width:100%;display:flex;flex-direction:column;justify-content:center;padding-left:5rem;color:#fff}@media(max-width:599px){.hero .hero-overlay{padding-left:2rem}}.hero .hero-overlay .buttonContainer{display:flex;gap:1rem}.poster-video.hidden{opacity:0;visibility:hidden}.poster-video.visible{opacity:1;visibility:visible}