body{background-color:#0f1626;margin:0;padding:0}h1,h1,h3,h4,p{text-transform:capitalize;color:#fff;margin:0;font-family:Clash Display,sans-serif}.faq-title{font-size:25px;font-weight:600}input:-webkit-autofill{-webkit-text-fill-color:#fff;-webkit-background-clip:text;box-shadow:inset 0 0 0 1000px #0000!important}input:-webkit-autofill:hover{-webkit-text-fill-color:#fff;-webkit-background-clip:text;box-shadow:inset 0 0 0 1000px #0000!important}input:-webkit-autofill:focus{-webkit-text-fill-color:#fff;-webkit-background-clip:text;box-shadow:inset 0 0 0 1000px #0000!important}input:-webkit-autofill:active{-webkit-text-fill-color:#fff;-webkit-background-clip:text;box-shadow:inset 0 0 0 1000px #0000!important}.faq-section{flex-direction:column;align-items:center;width:80%;margin:50px auto 200px;display:flex}.faq{cursor:pointer;background-color:#131313;border-radius:10px;max-width:700px;margin-top:1rem;padding:30px}.question{justify-content:space-between;align-items:center;display:flex}.answer{max-height:0;transition:max-height .8s;overflow:hidden}.answer p{padding-top:1.5rem;font-size:1.4rem;line-height:1.1}.faq.active .answer{max-height:300px;animation:.8s fade}.faq.active .plus-img{transform:rotate(45deg)}.plus-img{transition:transform .2s}@keyframes fade{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translate(0)}}@media only screen and (max-width:475px){.faq-title{font-size:19px;line-height:20px}.answer p{font-size:1rem;line-height:1.3}}@media only screen and (max-width:370px){.faq-title{width:180px;font-size:19px;line-height:20px}.answer p{font-size:1rem;line-height:1.3}}
