#hero{position:relative;width:100%;min-height:100dvh;color:#fff;background-color:#1a1a1a;background-image:radial-gradient(circle,#1c372d 1px,transparent 0),radial-gradient(circle,#162b23 1px,transparent 0),linear-gradient(90deg,rgba(43,43,43,.5) 1px,transparent 0),linear-gradient(rgba(43,43,43,.5) 1px,transparent 0);background-size:50px 50px,50px 50px,50px 50px,50px 50px;background-position:0 0,10px 10px,0 0,0 0}#hero .hero-wrapper{width:100%;margin:0 auto;max-width:920px;padding:1rem;display:flex;flex-direction:column;height:100dvh;justify-content:center}@media only screen and (max-width:920px){#hero .hero-wrapper{padding:2rem}}#hero .hero-big-text{font-size:5rem}@media only screen and (max-width:600px){#hero .hero-big-text{font-size:3rem}}#hero .hero-description{font-size:2rem}@media only screen and (max-width:600px){#hero .hero-description{font-size:1rem}}#hero #blob{top:0;width:100%;height:40%;position:absolute;mix-blend-mode:color-dodge;background:linear-gradient(180deg,#1870c2 30%,#0d8598 50%,rgba(13,133,152,0));opacity:.8;overflow:hidden;filter:blur(50px)}#hero #blob div{width:70%;height:800px;border-radius:100%}#hero #blob .style-1{left:20%;position:absolute;filter:blur(40px);background:linear-gradient(180deg,#1870c2 5%,#5c940d 20%,rgba(13,133,152,0) 50%,rgba(13,133,152,0));animation:move 7s linear infinite}#hero #blob .style-2{position:absolute;filter:blur(40px);background:linear-gradient(180deg,#364fc7 5%,rgba(13,133,152,0) 50%,rgba(13,133,152,0));animation:move 5s linear infinite}#hero #blob .style-3{top:80%;left:25%;position:absolute;filter:blur(100px);background:linear-gradient(180deg,#a61e4d 5%,#e67700 20%,rgba(13,133,152,0) 50%,rgba(13,133,152,0));animation:moveplus 10s linear infinite}@keyframes moveplus{to{transform:rotate(-1turn) translate(100px) rotate(1turn)}}@keyframes move{to{transform:rotate(1turn) translate(200px) rotate(-1turn)}}