.faqs__inner{max-width:940px}.faqs__question{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;color:#76ced9;font-weight:800;justify-content:space-between;margin-bottom:2rem}.faqs__question,.faqs__toggle{-webkit-transition:all .2s ease;transition:all .2s ease}.faqs__toggle{-ms-flex-negative:0;flex-shrink:0;height:1.6rem;margin-left:1rem;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.faqs__question:hover{cursor:pointer}.faqs__question.is-active .faqs__toggle{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.faqs__answer{display:none}.faqs__answer.is-active{display:block}