/*!/wp-content/themes/mediaboom/redesign/css/home/home-faq.css*/.home-faq{background-color:#141414;padding:80px 0}.home-faq-inner{max-width:580px;margin:0 auto}.home-faq-title{text-align:center;margin-bottom:60px}.home-faq-list{list-style:none;margin:0;padding:0}.home-faq-item{border-bottom:1px solid #ccc}.home-faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:24px;background:none;border:0;outline:none;cursor:pointer;text-align:left;padding:22px 0;color:#fff;font-family:"Poppins",sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:28px}.home-faq-icon{position:relative;flex:0 0 auto;width:16px;height:16px}.home-faq-icon::before,.home-faq-icon::after{content:"";position:absolute;top:50%;left:50%;background-color:#fff}.home-faq-icon::before{width:16px;height:1.5px;transform:translate(-50%,-50%)}.home-faq-icon::after{width:1.5px;height:16px;transform:translate(-50%,-50%);transition:transform 0.3s ease,opacity 0.3s ease}.home-faq-item.is-open .home-faq-icon::after{transform:translate(-50%,-50%) rotate(90deg);opacity:0}.home-faq-answer{max-height:0;overflow:hidden;transition:max-height 0.35s ease}.home-faq-answer-inner{padding:0 0 22px;color:#fff;font-family:"Poppins",sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.home-faq-answer-inner p{margin:0 0 12px}.home-faq-answer-inner p:last-child{margin-bottom:0}.home-faq-question{outline:unset!important}@media (max-width:575px){.home-faq{padding:50px 0}.home-faq-title{margin-bottom:20px}.home-faq-question{font-size:16px;line-height:24px}}