:root{--white: #fff;--border-color: #e0e0e0;--gray-100: #f0f0f0;--gray-200: #d8d8d8;--gray-300: #ababab;--gray-400: #898989;--gray-500: #757575;--gray-600: #5a5a5a;--gray-700: #363636;--gray-800: #222222;--gray-900: #171717;--black: #080808;--blue-300: #3b89ff;--liinkee-blue: #146ef6;--background-blue: #010542;--max-content-width: 1280px;--max-content-width-laptop: 1000px;--max-content-width-tablet: 90vw;--max-content-width-mobile: 400px}html{font-size:16px;color:var(--black)}body{margin:0}*{font-family:Poppins,sans-serif}h1,h2,h3,h4,h5,h6{font-weight:700;margin:0}h1{font-size:64px}h2{font-size:40px}p{margin:0}home-reviews{max-width:var(--max-content-width);margin:100px 50px 0}home-faq{max-width:var(--max-content-width);margin:100px 50px;width:calc(100% - 100px)}.app-page{min-height:100vh;display:flex;flex-direction:column;align-items:center}.feature-section{width:var(--max-content-width);padding:100px 0;border-bottom:1px solid var(--border-color)}.feature-section h2:first-of-type{color:var(--gray-600)}.feature-header{display:flex;align-items:center;gap:20px;margin-bottom:50px}.feature-header>img{width:60%;border-radius:4px;box-shadow:0 0 30px #0003}.feature-header>div:first-of-type{display:flex;flex-direction:column;align-items:flex-start}.feature-header p:first-of-type{margin:20px 0}.feature-specs{display:flex;justify-content:center;align-items:center;gap:20px;margin-top:20px;flex-wrap:wrap}app-feature-spec{flex:1 0 30%;box-sizing:border-box}@media only screen and (max-width: 1440px){.feature-section{width:var(--max-content-width-laptop)}home-reviews{width:var(--max-content-width-laptop)}home-faq{width:var(--max-content-width-laptop)}}@media only screen and (max-width: 1024px){.feature-section{width:var(--max-content-width-tablet)}home-reviews{width:var(--max-content-width-tablet)}home-faq{width:var(--max-content-width-tablet)}app-feature-spec{flex:1 0 40%}.feature-header{flex-direction:column}.feature-header>img{width:100%}}@media only screen and (max-width: 768px){h1{font-size:40px}h2{font-size:24px}app-feature-spec{flex:1 0 100%}}
