.faq-container-e0b119a0 {
    width: 100%;
}
.faq-item-e0b119a0 {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
}
.faq-title-e0b119a0 {
    margin: 0 !important;
    padding: 0 !important;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}
.faq-question-btn-e0b119a0 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    font-weight: 600;
    line-height: inherit;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.faq-question-text-e0b119a0 {
    flex-grow: 1;
    margin-right: 15px;
}
.faq-icon-e0b119a0 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}
.faq-icon-e0b119a0 svg {
    display: block;
}
.faq-item-e0b119a0 .faq-icon-active-e0b119a0 {
    display: none;
}
.faq-item-e0b119a0 .faq-icon-inactive-e0b119a0 {
    display: inline-flex;
}
.faq-item-e0b119a0.is-active .faq-icon-active-e0b119a0 {
    display: inline-flex;
}
.faq-item-e0b119a0.is-active .faq-icon-inactive-e0b119a0 {
    display: none;
}
.faq-answer-wrapper-e0b119a0 {
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-answer-content-e0b119a0 {
    font-family: inherit;
    font-size: inherit;
    font-weight: normal;
    line-height: 1.6;
}
.faq-answer-content-e0b119a0 p:last-child {
    margin-bottom: 0;
}
