@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap");:root{--yelow:#fdc501;--orange:#da6d04;--blue:#054fde;--violet:#940ed8}*{box-sizing:border-box}html{font-family:Inter,sans-serif;font-size:20px;scroll-behavior:smooth}body,html{width:100%;height:100%;overflow:hidden}body{margin:0;padding:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.container{max-width:1200px;margin:0 auto;padding:0 20px 50px;overflow:hidden}section{position:relative;z-index:1;background-color:#fff}main,section{height:100%;overflow:hidden}main{width:100%}h1{font-size:3.2rem;margin:0}h1,h2{padding:0}h2{font-size:2.2rem;margin:30px 0 0}h3{font-size:1.6rem;margin:0;padding:0}@media screen and (max-width:900px){html{font-size:18px}}@media screen and (max-width:700px){html{font-size:16px}}@media screen and (max-width:500px){html{font-size:14px}.container{padding:0 10px}}