.faq{width:70%;max-width:1000px}.faq dt{text-transform:uppercase;cursor:pointer;background:#ffc600;justify-content:space-between;align-items:center;padding:8px 20px;font-weight:700;display:flex}.faq dd{background:#fff;border:1px solid #ffc600;max-height:0;margin:0;padding:0 20px;font-size:.875rem;line-height:1.25rem;transition:all .6s;overflow:hidden}.faq dd p,.faq dd ul,.faq dd li{font-size:inherit;line-height:inherit}.faq dd ul{margin-bottom:1rem;padding-left:1.5rem;font-size:.875rem;line-height:1.25rem;list-style:outside}.faq dd li{margin-bottom:.5rem;font-size:.875rem;line-height:1.25rem}.faq dd .content ul{margin-bottom:1rem!important;padding-left:1.5rem!important;font-size:.875rem!important;line-height:1.25rem!important;list-style:outside!important}.faq dd .content li{margin-bottom:.5rem!important;font-size:.875rem!important;line-height:1.25rem!important}.faq-answer .content ul{margin-bottom:1rem!important;padding-left:1.5rem!important;font-size:.8rem!important;line-height:1.25rem!important;list-style:outside!important}.faq-answer .content li{margin-bottom:.5rem!important;font-size:.8rem!important;line-height:1.25rem!important}.faq dd p{opacity:0;margin:0;transition:all .8s ease-out .4s}.faq dd.open{max-height:500px;padding:20px}.faq dd.open p{opacity:1}.faq-plus{flex-shrink:0;width:24px;height:24px;margin-left:20px;transition:all .5s ease-out;position:relative;transform:rotate(0)}.faq-plus img{width:100%;height:100%;display:block;position:absolute;top:50%;left:50%}.faq-plus img:first-of-type{transform:translate(-50%,-50%)rotate(90deg)}.faq-plus img{transform:translate(-50%,-50%)}.faq-plus.open{transform:rotate(45deg)}.faq-section h2{text-align:center;letter-spacing:1.5px;margin:80px 0 50px;font-size:44px;font-weight:400}.faq-section{max-width:800px;margin:0 auto;padding:2rem}.faq-section h2{text-align:center;margin-bottom:2rem;font-size:2.5rem;font-weight:400}.faq-item{border:1px solid #ffc600;border-radius:.5rem;margin-bottom:1rem;overflow:hidden}.faq-question{cursor:pointer;text-align:left;color:#000;text-transform:uppercase;background:#ffc600;border:none;justify-content:space-between;align-items:center;width:100%;padding:1rem;font-size:.875rem;font-weight:500;transition:background-color .2s;display:flex}.faq-question:hover{background-color:#e6b800}.faq-icon{color:#000;font-size:1.5rem;transition:transform .2s}.faq-icon.open{transform:rotate(45deg)}.faq-answer{color:#000;background-color:#fff;border-top:0 solid #ffc600;grid-template-rows:0fr;padding:0 1rem;transition:grid-template-rows .6s;display:grid}.faq-answer>*{min-height:0;overflow:hidden}.faq-answer.open{border-top:1px solid #ffc600;grid-template-rows:1fr;padding:1rem}
