@font-face{font-family:mainFont;src:url(/public/styles/fonts/minecraft.ttf)}@font-face{font-family:Roboto-Regular;src:url(/public/styles/fonts/Roboto-Regular.woff)}.faq-accordion{font-family:mainFont;max-width:900px;margin:0 auto;color:#fff}.faq-accordion .faq__item{margin-bottom:10px;background:hsla(0,0%,100%,.05);border-radius:8px;overflow:hidden;transition:background-color .3s ease}.faq-accordion .faq__item:hover{background:hsla(0,0%,100%,.1)}.faq-accordion .faq__question{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;padding:15px 20px;cursor:pointer}.faq-accordion .faq__title{margin:0;font-size:1.1em;font-weight:600}.faq-accordion .faq__toggle-icon{font-size:1.5em;font-weight:700;transition:transform .3s ease}.faq-accordion .faq__item.active .faq__toggle-icon{-ms-transform:rotate(45deg);transform:rotate(45deg)}.faq-accordion .faq__answer-wrapper{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-accordion .faq__item.active .faq__answer-wrapper{max-height:500px}.faq-accordion .faq__answer{padding:0 20px 20px;font-size:1em;line-height:1.6;color:silver}.faq-accordion .faq__answer p{margin:0}