.launch-faq-block{background-color:#1f1f1f;border-radius:5px;margin-bottom:40px;padding:30px}.launch-faq-block h2{color:#fff;font-size:2rem;font-weight:700;margin-bottom:24px;text-align:center}details{border-top:1px solid hsla(0,0%,100%,.1);margin-bottom:8px;padding:0}details:first-of-type{border-top:none}summary{align-items:center;color:#fff;cursor:pointer;display:flex;font-size:1.125rem;font-weight:600;justify-content:space-between;list-style:none;padding:16px 12px}summary::-webkit-details-marker{display:none}.chevron{height:16px;position:relative;transition:transform .2s ease;width:16px}.chevron:after,.chevron:before{background-color:#fff;content:"";height:10px;left:7px;position:absolute;top:3px;transform-origin:center;width:2px}.chevron:before{transform:rotate(45deg)}.chevron:after{transform:rotate(-45deg)}details[open] summary .chevron{transform:rotate(180deg)}.faq-answer{animation:fadeIn .2s ease;color:#bbb;font-size:1rem;line-height:1.6;padding:0 12px 16px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}