@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Manrope:wght@400;600;700;800&display=swap");:root{--background:#fff;--foreground:#171717;--pri:#b2dd4c;--text:#000;--fontColor:#414042;--container:1428px;--font-sans:"Inter",system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial;--font-display:"Manrope","Poppins","Syne",system-ui}@media only screen and (max-width:1450px){:root{--container:90%}}@media only screen and (max-width:750px){:root{--container:100%}}html{scroll-behavior:smooth}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}a{color:inherit;text-decoration:none}a,h1,h2,h3,h4,h5,h6,li,p{color:var(--text)}h1{font-size:4.5rem;line-height:1.03;letter-spacing:-.02em}h1,h2{font-family:var(--font-display);font-weight:700}h2{font-size:3.2rem;line-height:1.05}h3{font-family:var(--font-display);font-weight:600;font-size:2.4rem;line-height:1.1}@media only screen and (max-width:1024px){h1{font-size:3.6rem}h2{font-size:2.6rem}}@media only screen and (max-width:650px){h1{font-size:2.4rem}h2{font-size:1.8rem}}p{line-height:1.5em}