.faq-support-hero {
    position: relative;
    overflow: hidden;
    height: 255px;
    padding: 68px 0;
    box-sizing: border-box;
    background: #172238
}

.faq-support-background {
    position: absolute;
    z-index: 0;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 59%;
    pointer-events: none;
    user-select: none
}

.faq-support-hero::before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    background: rgba(0, 0, 0, .42)
}

.faq-support-layout {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 60px
}

.faq-support-heading {
    flex: 1;
    min-width: 0
}

.faq-support-heading > span {
    display: none
}

.faq-support-heading h1 {
    margin: 0 0 21px;
    color: #fff;
    font-size: var(--type-page-title);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -.045em
}

.faq-search {
    width: min(100%, 430px);
    height: 48px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 2px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .68);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    cursor: text;
    transition: border-color .18s ease
}

.faq-search:focus-within {
    border-color: #fff;
    box-shadow: 0 1px 0 #fff
}

.faq-search svg {
    color: rgba(255, 255, 255, .76);
    font-size: 16px
}

.faq-search input {
    width: 100%;
    border: 0;
    outline: 0;
    color: #fff;
    background: transparent;
    caret-color: #fff;
    cursor: text;
    font-size: 16px;
    -webkit-appearance: none;
    appearance: none
}

.faq-search input::-webkit-search-cancel-button {
    display: none
}

.faq-search input::placeholder {
    color: rgba(255, 255, 255, .7)
}

.faq-contact-list {
    display: flex;
    align-items: center
}

.faq-contact-card {
    width: 180px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    border: 0;
    border-radius: 0;
    color: #fff;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
    transition: opacity .18s ease
}

.faq-contact-card:hover {
    color: #fff;
    background: transparent;
    opacity: .72;
    transform: none
}

.faq-contact-card:active {
    background: transparent;
    opacity: .55;
    transform: none
}

.faq-contact-card > svg {
    flex: 0 0 auto;
    width: 25px;
    height: 25px;
    color: #fff
}

.faq-contact-card strong {
    font-size: 17px;
    font-weight: 700;
    white-space: nowrap
}

.faq-contact-card span {
    display: none
}

.faq-list-section {
    min-height: 500px;
    padding: 62px 0 48px;
    background: #fff
}

.faq-category-tabs {
    display: flex;
    gap: 0;
    border-bottom: 1px solid #dfe4ea
}

.faq-category-tabs button {
    position: relative;
    min-width: 92px;
    padding: 13px 18px;
    border: 0;
    color: #6c7687;
    background: #fff;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: color .16s ease, background-color .16s ease
}

.faq-category-tabs button:hover {
    color: #172238;
    background: #f7f8fa
}

.faq-category-tabs button::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 2px;
    background: #1d2939;
    transform: scaleX(0)
}

.faq-category-tabs button.is-active {
    color: #172238;
    font-weight: 700
}

.faq-category-tabs button.is-active::after {
    transform: scaleX(1)
}

.faq-public-list {
    background: #fff
}

.faq-public-list article {
    border-bottom: 1px solid #edf0f3
}

.faq-public-list article[hidden] {
    display: none
}

.faq-public-question {
    width: 100%;
    display: grid;
    grid-template-columns:150px minmax(0, 1fr) 30px;
    align-items: center;
    gap: 18px;
    min-height: 70px;
    padding: 18px 14px;
    border: 0;
    color: #26334a;
    background: #fff;
    text-align: left;
    cursor: pointer;
    transition: background-color .16s ease
}

.faq-public-question:hover {
    background: #f7f8fa
}

.faq-public-question > span {
    color: #536176;
    font-size: 14px
}

.faq-public-question strong {
    font-size: 17px;
    font-weight: 600
}

.faq-public-question strong b {
    margin-right: 4px;
    color: #172238
}

.faq-public-question i {
    color: #8791a1;
    font-style: normal;
    font-size: 22px;
    text-align: center;
    transition: transform .18s
}

.faq-public-answer {
    display: none;
    grid-template-columns:150px minmax(0, 1fr) 30px;
    gap: 18px;
    padding: 0 44px 26px 14px;
    color: #536176;
    background: #f3f5f7;
    font-size: 16px;
    line-height: 1.85
}

.faq-public-answer > div {
    grid-column: 2
}

.faq-public-list article.is-open {
    border-radius: 15px;
    background: #f3f5f7
}

.faq-public-list article.is-open .faq-public-question {
    background: #f3f5f7
}

.faq-public-list article.is-open .faq-public-answer {
    display: grid
}

.faq-public-list article.is-open .faq-public-question i {
    transform: rotate(45deg)
}

.faq-downloads {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    margin-top: 14px
}

.faq-downloads a {
    color: #1877f2;
    text-decoration: underline;
    text-underline-offset: 2px
}

.faq-empty {
    padding: 90px 20px;
    color: #98a2b1;
    text-align: center
}

@media (max-width: 768px) {
    .faq-support-hero {
        height: 195px;
        padding: 16px 0
    }

    .faq-support-background {
        object-position: 70% center
    }

    .faq-support-hero::before {
        background: rgba(0, 0, 0, .52)
    }

    .faq-support-layout {
        display: block
    }

    .faq-support-heading > span {
        display: none
    }

    .faq-support-heading h1 {
        margin-bottom: 9px;
        font-size: var(--type-page-title);
        line-height: 1.3;
        word-break: keep-all
    }

    .faq-search {
        width: 100%;
        height: 42px
    }

    .faq-contact-list {
        width: 100%;
        display: grid;
        grid-template-columns:repeat(2, minmax(0, 1fr));
        margin-top: 5px
    }

    .faq-contact-card {
        width: 100%;
        height: 40px;
        padding: 0
    }

    .faq-contact-card > svg {
        width: 22px;
        height: 22px
    }

    .faq-contact-card strong {
        font-size: 15px
    }

    .faq-contact-card span {
        display: none
    }

    .faq-list-section {
        padding: 26px 0 24px
    }

    .faq-category-tabs {
        position: relative;
        overflow-x: auto;
        border-bottom: 0;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x proximity
    }

    .faq-category-tabs::after {
        position: absolute;
        z-index: 2;
        right: 0;
        bottom: 0;
        left: 0;
        height: 3px;
        background: #dfe4ea;
        content: '';
        pointer-events: none
    }

    .faq-category-tabs button::after {
        bottom: 0;
        z-index: 3;
        height: 3px
    }

    .faq-category-tabs button.is-active {
        z-index: 3
    }

    .faq-category-tabs::-webkit-scrollbar {
        display: none
    }

    .faq-category-tabs button {
        min-width: auto;
        flex: 0 0 auto;
        padding: 9px 12px;
        font-size: 14px;
        scroll-snap-align: start
    }

    .faq-public-question {
        grid-template-columns:54px minmax(0, 1fr) 20px;
        gap: 8px;
        min-height: 56px;
        padding: 10px 6px
    }

    .faq-public-question > span {
        font-size: 12px
    }

    .faq-public-question strong {
        font-size: 15px;
        line-height: 1.55;
        word-break: keep-all
    }

    .faq-public-answer {
        grid-template-columns:1fr;
        gap: 0;
        padding: 0 14px 22px
    }

    .faq-public-answer > span {
        display: none
    }

    .faq-public-answer > div {
        grid-column: 1;
        font-size: 15px;
        line-height: 1.75
    }
}
