@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");.faq_item{width:100%;padding:10px 30px;cursor:pointer}.faq_item_title{font-weight:600;font-size:calc(calc(1vw + 1vh) / 1.5);color:#efefef}.faq_item_description{transition:.3s;overflow:hidden;margin-top:25px;font-weight:300;font-size:calc(calc(1vw + 1vh) / 1.5)}.faq_item_description.close{margin-top:0;height:0}.faq_item_separator{width:100%;height:1px;background:#2a2a2a;margin-top:25px}.faq_item_title_container{display:flex;justify-content:space-between;align-items:center}.faq_item_title_svg{transition:.3s;transform:rotate(180deg)}.faq_item_title_svg.close{transform:rotate(0)}@media (max-width:600px){.faq_item_description,.faq_item_title{font-size:calc(calc(1vw + 1vh) / 1)}}@media (max-width:500px){.faq_item_description,.faq_item_title{font-size:calc(calc(1vw + 1vh) / .8)}}@media (max-width:400px){.faq_item_description,.faq_item_title{font-size:calc(calc(1vw + 1vh) / .6)}}