.FAQ{padding:40px 10px}.FAQ .faqItem{background:transparent;border:0;border-bottom:1px solid #f7f7f7;cursor:pointer}.FAQ .arrow:after,.FAQ .arrow:before{background-color:#000;content:"";height:14px;position:absolute;right:15px;top:50%;transform-origin:bottom;transition:all .4s ease-in-out;width:2px}.FAQ .arrow:before{transform:translateY(-50%) rotate(-45deg)}.FAQ .arrow:after{transform:translateY(-50%) rotate(45deg)}.FAQ .faqBody .faqItem:first-of-type{border-top:1px solid #f7f7f7}.FAQ .question{padding:25px 0;position:relative}.FAQ .answer{max-height:0;opacity:0;overflow:hidden;transition:all .5s ease-in-out}.FAQ .answer>:last-child{margin-bottom:25px}.FAQ .faqItem.open .answer{max-height:30000px;opacity:1}.FAQ .faqItem.open .arrow:before{transform:translateY(-110%) rotate(135deg)}.FAQ .faqItem.open .arrow:after{transform:translateY(-110%) rotate(-135deg)}