/* Minification failed. Returning unminified contents.
(16,17): run-time error CSS1039: Token not allowed after unary operator: '-Text-Default'
(28,17): run-time error CSS1039: Token not allowed after unary operator: '-Text-Default'
(101,17): run-time error CSS1039: Token not allowed after unary operator: '-Neutral-Colors-white'
(121,28): run-time error CSS1039: Token not allowed after unary operator: '-Neutral-Colors-white'
(130,17): run-time error CSS1039: Token not allowed after unary operator: '-White'
(155,21): run-time error CSS1039: Token not allowed after unary operator: '-Text-Default'
(167,21): run-time error CSS1039: Token not allowed after unary operator: '-Text-Default'
(246,21): run-time error CSS1039: Token not allowed after unary operator: '-Neutral-Colors-white'
(266,32): run-time error CSS1039: Token not allowed after unary operator: '-Neutral-Colors-white'
(275,21): run-time error CSS1039: Token not allowed after unary operator: '-White'
(302,21): run-time error CSS1039: Token not allowed after unary operator: '-Text-Default'
(314,21): run-time error CSS1039: Token not allowed after unary operator: '-Text-Default'
(393,21): run-time error CSS1039: Token not allowed after unary operator: '-Neutral-Colors-white'
(413,32): run-time error CSS1039: Token not allowed after unary operator: '-Neutral-Colors-white'
(422,21): run-time error CSS1039: Token not allowed after unary operator: '-White'
 */
/* Base styles: Mobile first (below 768px) */
.fusion-faq-dropdown__container {
    display: flex;
    width: 100%;
    padding: 16px 16px 40px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
}

.fusion-faq-dropdown__title {
    width: 100%;
    height: auto;
    align-self: stretch;
    color: var(--Text-Default, #101010);
    /* H4 */
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px; /* 142.857% */
}

.fusion-faq-dropdown__description {
    width: 100%;
    height: auto;
    align-self: stretch;
    color: var(--Text-Default, #101010);
    /* Subtitle */
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px; /* 155.556% */
}

.fusion-faq-dropdown__faq-items-container {
    display: flex;
    width: 100%;
    align-items: flex-start;
    gap: 24px;
    flex-direction: row;
}

.fusion-faq-item {
    width: 100%;
}

.fusion-faq-item__right-container {
    display: none;
    width: 470px;
    gap: 16px;
    flex-shrink: 0;
    position: relative;
    align-self: stretch;
}

.fusion-faq-item__hero-default {
    display: none;
    width: 360px;
    height: 368px;
    padding: 16px 16px 24px 16px;
    align-items: flex-end;
    gap: 16px;
    flex-shrink: 0;
    border-radius: 12px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #515151;
    background-position: center center;
}

.fusion-faq-item__mobile-hero {
    display: flex;
    width: 100%;
    height: 368px;
    padding: 16px 16px 24px 16px;
    align-items: flex-end;
    gap: 16px;
    flex-shrink: 0;
    border-radius: 12px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #515151;
    background-position: center center;
}

    .fusion-faq-item__mobile-hero.active,
    .fusion-faq-item__mobile-hero-default.active {
        display: flex;
    }

.fusion-faq-item__hero-content-container {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-self: end;
    gap: 16px;
}

.fusion-faq-item__hero-text {
    color: var(--Neutral-Colors-white, #FFF);
    /* Small Text */
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px; /* 142.857% */
}

.fusion-faq-item__link {
    display: flex;
    width: 100%;
    height: 48px;
    min-width: 140px;
    padding: 0px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 40px;
    border: 1px solid var(--Neutral-Colors-white, #FFF);
}

.fusion-faq-item__btn {
    display: flex;
    align-items: end;
}

.fusion-faq-item__btn-text {
    color: var(--White, #FFF);
    text-align: center;
    /* Bold */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 175% */
}

/* Tablet: 768px to 1199px */
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .fusion-faq-dropdown__container {
        display: flex;
        width: 100%;
        padding: 16px 16px 40px 16px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 24px;
    }

    .fusion-faq-dropdown__title {
        width: 100%;
        height: auto;
        align-self: stretch;
        color: var(--Text-Default, #101010);
        /* H4 */
        font-size: 28px;
        font-style: normal;
        font-weight: 500;
        line-height: 40px; /* 142.857% */
    }

    .fusion-faq-dropdown__description {
        width: 100%;
        height: auto;
        align-self: stretch;
        color: var(--Text-Default, #101010);
        /* Subtitle */
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: 28px; /* 155.556% */
    }

    .fusion-faq-dropdown__faq-items-container {
        display: flex;
        width: 100%;
        align-items: flex-start;
        gap: 24px;
        flex-direction: row;
    }

    .fusion-faq-item {
        width: 100%;
    }

    .fusion-faq-item__right-container {
        display: flex;
        width: 49%;
        gap: 16px;
        flex-shrink: 0;
        position: relative;
        align-self: stretch;
    }

    .fusion-faq-item__mobile-hero {
        display: none;
    }

    .fusion-faq-item__hero-default {
        display: none;
        width: 100%;
        height: 532px;
        padding: 16px 16px 24px 16px;
        align-items: flex-end;
        gap: 16px;
        flex-shrink: 0;
        border-radius: 12px;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #515151;
        background-position: center center;
    }

    .fusion-faq-item__hero {
        display: none;
        width: 100%;
        height: 532px;
        padding: 16px 16px 24px 16px;
        align-items: flex-end;
        gap: 16px;
        flex-shrink: 0;
        border-radius: 12px;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #515151;
        background-position: center center;
    }

        .fusion-faq-item__hero.active,
        .fusion-faq-item__hero-default.active {
            display: flex;
            position: sticky;
            top: 0;
            z-index: 1;
        }

    .fusion-faq-item__hero-content-container {
        display: flex;
        flex-direction: row;
        align-self: end;
        gap: 16px;
    }

    .fusion-faq-item__hero-text {
        color: var(--Neutral-Colors-white, #FFF);
        /* Small Text */
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: 20px; /* 142.857% */
    }

    .fusion-faq-item__link {
        display: flex;
        width: 220px;
        height: 48px;
        min-width: 140px;
        padding: 0px 24px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
        border-radius: 40px;
        border: 1px solid var(--Neutral-Colors-white, #FFF);
    }

    .fusion-faq-item__btn {
        display: flex;
        align-items: end;
    }

    .fusion-faq-item__btn-text {
        color: var(--White, #FFF);
        text-align: center;
        /* Bold */
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px; /* 175% */
    }
}


/* Desktop: 1200px and up */
@media only screen and (min-width: 1200px) {
    .fusion-faq-dropdown__container {
        display: flex;
        width: 100%;
        padding: 16px 64px 40px 64px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 24px;
    }

    .fusion-faq-dropdown__title {
        width: 100%;
        height: auto;
        align-self: stretch;
        color: var(--Text-Default, #101010);
        /* H4 */
        font-size: 28px;
        font-style: normal;
        font-weight: 500;
        line-height: 40px; /* 142.857% */
    }

    .fusion-faq-dropdown__description {
        width: 100%;
        height: auto;
        align-self: stretch;
        color: var(--Text-Default, #101010);
        /* Subtitle */
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: 28px; /* 155.556% */
    }

    .fusion-faq-dropdown__faq-items-container {
        display: flex;
        width: 100%;
        align-items: flex-start;
        gap: 24px;
        flex-direction: row;
    }

    .fusion-faq-item {
        width: 100%;
    }

    .fusion-faq-item__right-container {
        display: flex;
        width: 49%;
        gap: 16px;
        flex-shrink: 0;
        position: relative;
        align-self: stretch;
    }

    .fusion-faq-item__mobile-hero {
        display: none;
    }

    .fusion-faq-item__hero-default {
        display: none;
        width: 100%;
        height: 532px;
        padding: 16px 16px 24px 16px;
        align-items: flex-end;
        gap: 16px;
        flex-shrink: 0;
        border-radius: 12px;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #515151;
        background-position: center center;
    }

    .fusion-faq-item__hero {
        display: none;
        width: 100%;
        height: 532px;
        padding: 16px 16px 24px 16px;
        align-items: flex-end;
        gap: 16px;
        flex-shrink: 0;
        border-radius: 12px;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #515151;
        background-position: center center;
    }

        .fusion-faq-item__hero.active,
        .fusion-faq-item__hero-default.active {
            display: flex;
            position: sticky;
            top: 0;
            z-index: 1;
        }

    .fusion-faq-item__hero-content-container {
        display: flex;
        flex-direction: row;
        align-self: end;
        gap: 16px;
    }

    .fusion-faq-item__hero-text {
        color: var(--Neutral-Colors-white, #FFF);
        /* Small Text */
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: 20px; /* 142.857% */
    }

    .fusion-faq-item__link {
        display: flex;
        width: 220px;
        height: 48px;
        min-width: 140px;
        padding: 0px 24px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
        border-radius: 40px;
        border: 1px solid var(--Neutral-Colors-white, #FFF);
    }

    .fusion-faq-item__btn {
        display: flex;
        align-items: end;
    }

    .fusion-faq-item__btn-text {
        color: var(--White, #FFF);
        text-align: center;
        /* Bold */
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px; /* 175% */
    }
}
