.faq-section{position:relative;z-index:1;background-repeat:no-repeat;background-position:center center;background-size:cover}.faq-section::before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;z-index:-1;background:linear-gradient(180deg, #080503 0%, rgba(8, 5, 3, 0.7) 50%, #080503 100%)}.faq-section__heading{max-width:602px}.faq-section__list{max-width:860px;margin:0 auto}.faq-list{display:flex;flex-direction:column;row-gap:10px}.faq-item{background-color:var(--color-burnt-black);border-top:1px solid rgba(201,137,42,.5)}.faq-item__trigger{display:flex;align-items:center;justify-content:space-between;-moz-column-gap:20px;column-gap:20px;width:100%;padding:25px 30px}@media only screen and (max-width: 768px){.faq-item__trigger{padding:15px 20px}}.faq-item__trigger[aria-expanded=true] .faq-item__button{background:url("../../../assets/img/minus.svg") no-repeat center center/11px}.faq-item__question{font-size:22px;letter-spacing:.02em;color:rgba(245,239,224,.8);text-align:left}@media only screen and (max-width: 768px){.faq-item__question{font-size:18px}}.faq-item__button{transition:var(--transition);display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid rgba(201,137,42,.3);background:url("../../../assets/img/plus.svg") no-repeat center center/11px;flex-shrink:0}.faq-item__answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;padding-left:30px;padding-right:30px;line-height:156%;color:rgba(245,239,224,.72);font-weight:700}@media only screen and (max-width: 768px){.faq-item__answer{padding-left:20px;padding-right:20px}}.faq-item__answer.active{padding-bottom:24px;max-height:-moz-max-content;max-height:max-content}