.home-page-hero{padding:2rem .5rem;position:relative;overflow:hidden;z-index:2}.home-page-hero:after,.home-page-hero:before{content:"";position:absolute;border-radius:50%;background:rgba(0,150,255,.2);pointer-events:none}.home-page-hero:before{width:200px;height:200px;top:-30px;left:-40px;z-index:-1}.home-page-hero:after{width:200px;height:200px;bottom:-20px;right:-30px;background:rgba(255,0,150,.08);z-index:-1}.home-page-hero .floating-balls{position:absolute;width:100%;height:100%;pointer-events:none;z-index:-1}.home-page-hero .floating-balls span{position:absolute;border-radius:50%;background:rgba(0,200,100,.1);width:80px;height:80px}.home-page-hero .floating-balls span:first-child{top:10%;left:20%;z-index:-1}.home-page-hero .floating-balls span:nth-child(2){top:50%;left:80%;z-index:-1}.home-page-hero .floating-balls span:nth-child(3){top:70%;left:40%;z-index:-1}.home-page-hero .floating-balls span:nth-child(4){top:-5%;left:60%;z-index:-1}.home-page-hero .wrapper{display:flex;flex-direction:column;gap:2rem}.home-page-hero .wrapper .container{display:grid;grid-template-columns:repeat(1,1fr);gap:.25rem}@media(min-width:768px){.home-page-hero .wrapper .container{grid-template-columns:repeat(1,1fr);gap:.5rem}}@media(min-width:1024px){.home-page-hero .wrapper .container{grid-template-columns:repeat(2,1fr);gap:1rem}}.home-page-hero .wrapper .container{margin:0 auto;gap:1rem}@media(min-width:1024px){.home-page-hero .wrapper .container>:first-child{order:2}.home-page-hero .wrapper .container>:nth-child(2){order:1}}.home-page-hero .wrapper .container .left h1{text-align:center}.home-page-hero .wrapper .container .left .action{display:flex;flex-direction:column;gap:.5rem}.home-page-hero .wrapper .container .left .action a{width:100%}@media(min-width:768px){.home-page-hero .wrapper .container .left .action a{width:50%;margin:0 auto}}.home-page-hero .wrapper .container .right{display:flex;align-items:center;justify-content:center}.home-page-hero .wrapper .banner{background:hsla(0,0%,100%,.7);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:10px;padding:1rem 2rem;box-shadow:0 20px 40px -10px rgba(0,0,0,.1);display:grid;grid-template-columns:repeat(1,1fr);gap:.25rem}@media(min-width:768px){.home-page-hero .wrapper .banner{grid-template-columns:repeat(2,1fr);gap:.5rem}}@media(min-width:1024px){.home-page-hero .wrapper .banner{grid-template-columns:repeat(4,1fr);gap:1rem}.home-page-hero .wrapper .banner>:first-child{order:4}.home-page-hero .wrapper .banner>:nth-child(2){order:1}.home-page-hero .wrapper .banner>:nth-child(3){order:2}.home-page-hero .wrapper .banner>:nth-child(4){order:3}}.sell-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:.5rem;align-items:center}@media(min-width:768px){.sell-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.sell-grid.reverse>:first-child{order:2}.sell-grid.reverse>:nth-child(2){order:1}}