*{margin:0;padding:0;box-sizing:border-box;list-style:none;text-decoration:none;font-family:inherit;font-weight:inherit;color:inherit}:root{--white:#fff;--white-60:hsla(0,0%,100%,.6);--white-40:hsla(0,0%,100%,.4);--white-20:hsla(0,0%,100%,.2);--white-10:hsla(0,0%,100%,.1);--black:#000;--bg:#010101;--green:#40de84;--yellow:#fff174;--mint:#74fffb}html{scroll-behavior:smooth;font-size:100%}body,html{height:100%}body{font-family:DM Sans,serif;font-size:1rem;font-weight:400;line-height:16px;background:var(--bg);color:var(--white)}.app{height:100%}#scroll-container{display:flex;flex-direction:column;height:100%}main{flex:1 1}.container{max-width:1160px;padding:0 16px;margin:0 auto}section{padding:100px 0}@media screen and (max-width:768px){section{padding:40px 0}}h2{text-align:center;font-size:56px;font-weight:200;line-height:normal}@media screen and (max-width:1160px){h2{font-size:calc(30px + calc(56 - 30) * ((100vw - 390px) / (1158 - 390)))}}.btn{position:relative;cursor:pointer;border:none;outline:none;display:inline-block;border-radius:8px;background:var(--green);padding:12px 60px;color:var(--bg);text-align:center;font-size:16px;font-weight:700;line-height:18px;transition:.4s ease;overflow:hidden}.btn span{pointer-events:none;z-index:2}.btn:after{opacity:.2;animation:button-animation 4s linear infinite}.btn:after,.btn:before{background:var(--white);content:"";height:155px;left:-75px;position:absolute;top:-50px;transform:rotate(35deg);transition:all .55s cubic-bezier(.19,1,.22,1);width:50px;z-index:0}.btn:before{opacity:.4}@media (any-hover:hover){.btn:active{box-shadow:0 10px 20px 0 rgba(64,222,132,.3);transform:scale(.99)}.btn:hover:after{animation:paused}.btn:hover:before{animation:button-animation 2.5s linear}}@keyframes button-animation{0%{left:-75px}10%,to{left:120%}}