.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.scrollBar::-webkit-scrollbar{width:8px;height:8px}.scrollBar::-webkit-scrollbar-track{background-color:#bfbfbf}.scrollBar::-webkit-scrollbar-thumb{background-color:#1450b8;border-radius:.375rem}.heading{color:#212943;font-size:1.5rem;font-weight:600;margin-bottom:2rem}.FAQsearchbar{font-family:Poppins,sans-serif;font-size:1rem;font-weight:400;border:none;padding:1rem 1rem 1rem 4rem;width:100%;box-shadow:0 5px 13px 0 #dee4f1;border-radius:.8rem}.FAQsearchbar:focus{outline:none;box-shadow:0 0 0 1.5px #dee4f1,0 5px 13px 0 #dee4f1}.faq{margin:3rem 0}.question{font-size:1rem;font-weight:500;color:#212943;display:flex;justify-content:space-between}.question svg{width:1rem;height:1.5rem;fill:#9ea6ae}.question svg.active{transform:rotate(180deg)}.question svg.\!active{transform:rotate(180deg)!important}.question svg:hover{opacity:.8}.answer{display:none}.answer.active{display:block;text-align:left;padding-top:1.5rem;font-weight:light;font-size:.8rem;line-height:1.5;height:0;animation:slidein .4s;animation-fill-mode:forwards}.answer.\!active{display:block!important;text-align:left!important;padding-top:1.5rem!important;font-weight:light!important;font-size:.8rem!important;line-height:1.5!important;height:0!important;animation:slidein .4s!important;animation-fill-mode:forwards!important}@keyframes slidein{0%{opacity:.3;transform:translateY(-20%)}to{opacity:1;transform:translateY(0)}}