.faq-section{padding-top:40px;padding-bottom:40px;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.faq-item{padding:20px;width:50%;margin-left:84px;margin-right:20px;background-color:#10101427;border:1px solid #2d3245;border-radius:6px;margin-bottom:10px;overflow:hidden;transition:max-height .3s ease-out,padding .3s ease-out;max-height:150px}.faq-item.open{max-height:none;padding-bottom:15px}.faq-answer{padding:20px 20px 20px 44px;color:#d9dee7;font-size:1rem;line-height:1.5;opacity:0;transition:opacity .3s ease,max-height .3s ease;max-height:0}.faq-item.open .faq-answer{opacity:1;max-height:1000px;transition:opacity .3s ease,max-height .3s ease}.question-text{color:#c5c7cf;font-size:1rem;text-align:left}.faq-question{display:flex;align-items:center;justify-content:start;color:#c5c7cf;cursor:pointer;width:100%}.faq-index{padding-right:20px;font-size:1.2rem;color:#c5c7cf;height:100%;text-align:left}.faq-arrow{padding-left:20px;height:100%;min-width:10px;margin-left:auto;fill:#c5c7cf;transition:transform .3s ease;display:flex;align-items:center}@media(max-width:800px){.faq-item{width:70%;margin-left:10px;margin-right:10px}}@media(max-width:1100px){.faq-item{margin-left:20px}}
