/* FAQ */
.faq-page-heading {
    text-align: center;
}

.faq-page-heading h4 {
    font-size: 16px;
    line-height: 21.2px;
    color: #FFD8B0;
}

.faq-outer-wrapper {
    margin-top: 124px;
    margin-bottom: 184px;
    display: flex;
    gap: 8.333%;
}

.faq-outer-wrapper {
    margin-top: 124px;
    margin-bottom: 184px;
    display: flex;
    gap: 8.333%;
}

.faq-outer-wrapper .left-col {
    padding-top: 17px;
    flex: 0 0 auto;
    width: 25%;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.faq-outer-wrapper .faq-categories {
    display: flex;
    flex-direction: column;

}

.faq-outer-wrapper .faq-category {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    border: 0 solid #443629;
    border-right-width: 1px;
    color: #B29579;
    padding: 16px;
}

.faq-outer-wrapper .faq-cat-title {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3333;
    color: inherit;
    hyphens: none;
}

.faq-outer-wrapper .faq-category.selected {
    border-color: #B29579;
    color: #FFD8B0;
}

@media (pointer: fine) {
    .faq-outer-wrapper .faq-category:hover {
        border-color: #B29579;
        color: #FFD8B0;
    }
}

.faq-outer-wrapper .faq-category .icon {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

.faq-outer-wrapper .faq-category svg {
    object-fit: contain;
    width: 24px;
    min-height: 100%;
}

.faq-outer-wrapper .faq-questions-col {
    flex: 1 1 auto;
}

.faq-outer-wrapper .extra-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
}

.faq-outer-wrapper .extra-links h2 {

    font-size: 16px;
    line-height: 21.2px;
    color: #FFD8B0;

}

.faq-outer-wrapper .extra-link {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

.faq-outer-wrapper .extra-link .label {
    min-width: 0;
}

.faq-outer-wrapper .extra-link .icon {
    display: block;
    width: 22px;
    height: 22px;
}

.faq-outer-wrapper .extra-link .icon svg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    fill: currentColor;
}

.faq-outer-wrapper .extra-link .reveal {
    display: none;
}

.faq-outer-wrapper .extra-link.revealed .reveal {
    display: block;
    cursor: initial;
}

.faq-outer-wrapper .extra-link.revealed .label {
    display: none;
}

.faq-questions-col .extra-links {
    display: none;
}

.faq-questions {
    display: none;
    flex-direction: column;
}

.faq-questions.selected {
    display: flex;
}

.faq-item {

    border-bottom: 1px solid #443629;
}

.faq-item .question {
    padding: 24px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #FFD8B0;
    cursor: pointer;
    line-height: 1.6;
}

.faq-item .question span {
    flex: 1 1 auto;
}

.faq-item .question::after {
    display: block;
    content: '';
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cpath fill='%23B29579' d='M11 15 4 8l1-1 6 6 6-6 1 1-7 7Z'/%3E%3C/svg%3E") center / contain no-repeat;
    transform-origin: center;
    transition: transform 0.2s;
}

.faq.acc_active .question::after {
    transform: scaleY(-1);
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cpath fill='%23B29579' d='M11 15 4 8l1-1 6 6 6-6 1 1-7 7Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.faq-item .answer {
    color: #B29579;
    padding-right: 60px;
    padding-bottom: 24px;
}

.faq-item .answer p:not(:last-child) {
    margin-bottom: 1em;
}

@media (max-width: 1023px) {
    .faq-outer-wrapper {
        flex-direction: column;
        gap: 40px;
        margin-top: 84px;
        margin-bottom: 104px;
    }

    .faq-outer-wrapper .left-col {
        width: 100%;
        max-width: 100%;
    }

    .faq-outer-wrapper .extra-links {
        display: none;
    }

    .faq-outer-wrapper .faq-categories {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 24px;
        width: 100%;
        justify-content: center;
    }

    .faq-outer-wrapper .faq-category {
        max-width: calc(50% - 12px);
        min-width: 0;
        padding-top: 16px;
        padding-bottom: 16px;
        border-width: 1px;
    }

    .faq-outer-wrapper .faq-category.selected {
        border-color: #443629;
        background-color: #41332C;
        color: #FFD8B0;
    }

    .faq-questions-col .extra-links {
        display: flex;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
        margin-top: 98px;
    }

    .faq-questions-col .extra-links h2 {
        width: 100%;
    }
}

@media (max-width: 850px) {
    .faq-outer-wrapper {
        margin-top: 64px;
        margin-bottom: 84px;
        gap: 35px;
    }

    .faq-outer-wrapper .faq-categories {
        gap: 18px;
    }

    .faq-outer-wrapper .faq-category {
        max-width: 320px;
        width: calc(50% - 9px);
        gap: 12px;
        justify-content: center;
    }

    .faq-outer-wrapper .faq-category .icon {
        height: 24px;
    }

    .faq-item .answer {
        padding-right: 0;
    }
}

@media (max-width: 670px) {
    .faq-outer-wrapper {
        margin-top: 44px;
        margin-bottom: 64px;
        gap: 27px;
    }

    .faq-outer-wrapper .faq-categories {
        gap: 10px;
    }

    .faq-outer-wrapper .faq-category {
        width: 100%;
        max-width: unset;
    }

    .faq-questions-col .extra-links {
        flex-direction: column;
        justify-content: center;
        gap: 38px;
    }

    .faq-questions-col .extra-link {
        flex-direction: column;
        justify-content: center;
        gap: 12px;
    }
}
