.ud-faq.ud-faq-theme-supertyro {
    --ud-primary: #3AAFE0;
    --ud-secondary: #E6DC00;
    --ud-title: #0E2348;
    --ud-text: #56657C;
    --ud-card: #FFFFFF;
    --ud-answer: #FFFFFF;
    --ud-line: #DDE6EF;
    --ud-soft-blue: #EAF7FD;
    --ud-shadow: 0 8px 24px rgba(20, 43, 70, .08);
    --ud-shadow-hover: 0 12px 30px rgba(20, 43, 70, .11);

    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    color: var(--ud-text) !important;
    font-family: inherit !important;
    font-size: 16px;
    line-height: 1.55;
    isolation: isolate;
}

.ud-faq.ud-faq-theme-supertyro,
.ud-faq.ud-faq-theme-supertyro * {
    box-sizing: border-box;
}

.ud-faq.ud-faq-theme-supertyro h1,
.ud-faq.ud-faq-theme-supertyro h2,
.ud-faq.ud-faq-theme-supertyro h3,
.ud-faq.ud-faq-theme-supertyro h4,
.ud-faq.ud-faq-theme-supertyro p,
.ud-faq.ud-faq-theme-supertyro button,
.ud-faq.ud-faq-theme-supertyro input {
    font-family: inherit !important;
}

/* Main FAQ heading */
.ud-faq.ud-faq-theme-supertyro .ud-faq-intro {
    width: 100% !important;
    margin: 0 0 30px !important;
    padding: 0 !important;
    text-align: center !important;
}

.ud-faq.ud-faq-theme-supertyro h2.ud-faq-title {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--ud-title) !important;
    font-size: clamp(34px, 3.4vw, 48px) !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
    text-align: center !important;
    text-transform: none !important;
    letter-spacing: normal !important;
}

.ud-faq.ud-faq-theme-supertyro h2.ud-faq-title::after {
    content: "" !important;
    display: block !important;
    width: 78px !important;
    height: 3px !important;
    margin: 20px auto 0 !important;
    border-radius: 999px !important;
    background: var(--ud-primary) !important;
}

.ud-faq.ud-faq-theme-supertyro p.ud-faq-subtitle {
    margin: 20px 0 0 !important;
    padding: 0 !important;
    color: #64748B !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1.55 !important;
    text-align: center !important;
}

/* Search */
.ud-faq.ud-faq-theme-supertyro .ud-faq-search-wrap {
    display: flex !important;
    align-items: center !important;
    gap: 18px !important;
    width: 86% !important;
    min-height: 64px !important;
    margin: 0 auto 38px !important;
    padding: 0 28px !important;
    border: 1px solid #D9E3EE !important;
    border-radius: 999px !important;
    background: #FFFFFF !important;
    box-shadow: 0 8px 24px rgba(20, 43, 70, .06) !important;
    transition: border-color .18s ease, box-shadow .18s ease !important;
}

.ud-faq.ud-faq-theme-supertyro .ud-faq-search-wrap:focus-within {
    border-color: var(--ud-primary) !important;
    box-shadow: 0 9px 26px rgba(58, 175, 224, .13) !important;
}

.ud-faq.ud-faq-theme-supertyro .ud-faq-search-wrap > svg {
    width: 23px !important;
    height: 23px !important;
    min-width: 23px !important;
    margin: 0 !important;
    padding: 0 !important;
    fill: none !important;
    stroke: var(--ud-title) !important;
    stroke-width: 2 !important;
    stroke-linecap: round !important;
    overflow: visible !important;
}

.ud-faq.ud-faq-theme-supertyro input.ud-faq-search,
.ud-faq.ud-faq-theme-supertyro input.ud-faq-search[type="search"] {
    appearance: none !important;
    -webkit-appearance: none !important;
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 48px !important;
    height: 48px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    color: var(--ud-title) !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 48px !important;
    text-transform: none !important;
    letter-spacing: normal !important;
}

.ud-faq.ud-faq-theme-supertyro input.ud-faq-search::placeholder {
    color: #6C7D94 !important;
    opacity: 1 !important;
}

.ud-faq.ud-faq-theme-supertyro input.ud-faq-search::-webkit-search-cancel-button {
    cursor: pointer;
}

/* Categories */
.ud-faq.ud-faq-theme-supertyro .ud-faq-category-section {
    width: 100% !important;
    margin: 0 0 42px !important;
    padding: 0 !important;
    text-align: center !important;
}

.ud-faq.ud-faq-theme-supertyro h2.ud-faq-categories-title {
    display: block !important;
    margin: 0 0 22px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--ud-title) !important;
    font-size: clamp(27px, 2.6vw, 36px) !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    text-transform: none !important;
    letter-spacing: normal !important;
}

.ud-faq.ud-faq-theme-supertyro h2.ud-faq-categories-title::after {
    display: none !important;
}

.ud-faq.ud-faq-theme-supertyro .ud-faq-categories {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Category buttons inherit the Elementor Kit. */
.ud-faq.ud-faq-theme-supertyro button.ud-faq-category.elementor-button {
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    min-width: 118px;
    min-height: 46px;
    margin: 0;
    cursor: pointer;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease;
}

.ud-faq.ud-faq-theme-supertyro button.ud-faq-category.elementor-button:hover {
    transform: translateY(-1px);
}

.ud-faq.ud-faq-theme-supertyro button.ud-faq-category.elementor-button:focus-visible {
    outline: 3px solid rgba(58, 175, 224, .30) !important;
    outline-offset: 3px !important;
}

.ud-faq.ud-faq-theme-supertyro button.ud-faq-category.elementor-button.is-active,
.ud-faq.ud-faq-theme-supertyro button.ud-faq-category.elementor-button[aria-pressed="true"] {
    background-color: var(--ud-primary) !important;
    color: #FFFFFF !important;
}

.ud-faq.ud-faq-theme-supertyro button.ud-faq-category.elementor-button .elementor-button-content-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100%;
}

.ud-faq.ud-faq-theme-supertyro .ud-faq-category-label {
    max-width: 100%;
    margin: 0;
    padding: 0;
    color: inherit;
    overflow-wrap: anywhere;
}

.ud-faq.ud-faq-theme-supertyro .ud-faq-category-media {
    display: grid !important;
    place-items: center !important;
    flex: 0 0 24px !important;
    width: 24px !important;
    height: 24px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.ud-faq.ud-faq-theme-supertyro .ud-faq-category-image {
    display: block !important;
    width: 24px !important;
    height: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    object-fit: contain !important;
    box-shadow: none !important;
}

.ud-faq.ud-faq-theme-supertyro button.ud-faq-category.elementor-button.is-active .ud-faq-category-image,
.ud-faq.ud-faq-theme-supertyro button.ud-faq-category.elementor-button[aria-pressed="true"] .ud-faq-category-image {
    filter: brightness(0) invert(1) !important;
}

/* FAQ accordion */
.ud-faq.ud-faq-theme-supertyro .ud-faq-groups,
.ud-faq.ud-faq-theme-supertyro .ud-faq-main,
.ud-faq.ud-faq-theme-supertyro .ud-faq-search-results {
    width: 100% !important;
}

.ud-faq.ud-faq-theme-supertyro section.ud-faq-group {
    margin: 0 0 30px !important;
    padding: 0 !important;
}

.ud-faq.ud-faq-theme-supertyro.ud-faq-flat-list section.ud-faq-group {
    margin-bottom: 0 !important;
}

.ud-faq.ud-faq-theme-supertyro h3.ud-faq-group-title {
    display: block !important;
    margin: 0 0 16px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--ud-title) !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
}

.ud-faq.ud-faq-theme-supertyro.ud-faq-flat-list h3.ud-faq-group-title {
    display: none !important;
}

.ud-faq.ud-faq-theme-supertyro article.ud-faq-item {
    display: block !important;
    width: 100% !important;
    margin: 0 0 14px !important;
    padding: 0 !important;
    border: 1px solid #EDF1F5 !important;
    border-radius: 14px !important;
    background: var(--ud-card) !important;
    box-shadow: var(--ud-shadow) !important;
    overflow: hidden !important;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease !important;
}

.ud-faq.ud-faq-theme-supertyro article.ud-faq-item:hover {
    border-color: #DFE7EF !important;
    box-shadow: var(--ud-shadow-hover) !important;
}

.ud-faq.ud-faq-theme-supertyro article.ud-faq-item.is-open {
    border-color: #E0EAF3 !important;
    box-shadow: var(--ud-shadow-hover) !important;
}

.ud-faq.ud-faq-theme-supertyro button.ud-faq-question {
    appearance: none !important;
    -webkit-appearance: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 20px !important;
    width: 100% !important;
    min-height: 64px !important;
    margin: 0 !important;
    padding: 16px 22px 16px 28px !important;
    border: 0 !important;
    border-radius: 0 !important;
    outline: 0 !important;
    background: #FFFFFF !important;
    background-image: none !important;
    color: var(--ud-title) !important;
    box-shadow: none !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    text-align: left !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    cursor: pointer !important;
    transition: color .18s ease, background-color .18s ease !important;
	        white-space: normal !important;
        overflow-wrap: break-word !important;
        text-align: left;
}

.ud-faq.ud-faq-theme-supertyro button.ud-faq-question:hover {
    color: var(--ud-title) !important;
    background: #FCFDFE !important;
}

.ud-faq.ud-faq-theme-supertyro button.ud-faq-question:focus-visible {
    outline: 3px solid rgba(58, 175, 224, .28) !important;
    outline-offset: -3px !important;
}

.ud-faq.ud-faq-theme-supertyro article.ud-faq-item.is-open button.ud-faq-question {
    background: #FFFFFF !important;
    color: var(--ud-title) !important;
}

.ud-faq.ud-faq-theme-supertyro button.ud-faq-question > span:first-child {
    min-width: 0 !important;
    color: inherit !important;
}

.ud-faq.ud-faq-theme-supertyro .ud-faq-chevron {
    position: relative !important;
    display: block !important;
    flex: 0 0 40px !important;
    width: 40px !important;
    height: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: var(--ud-soft-blue) !important;
    color: var(--ud-primary) !important;
    transition: transform .2s ease, background-color .2s ease !important;
}

.ud-faq.ud-faq-theme-supertyro .ud-faq-chevron::before {
    content: "" !important;
    position: absolute !important;
    left: 15px !important;
    top: 13px !important;
    width: 10px !important;
    height: 10px !important;
    border: 0 !important;
    border-right: 2.5px solid currentColor !important;
    border-bottom: 2.5px solid currentColor !important;
    transform: rotate(45deg) !important;
}

.ud-faq.ud-faq-theme-supertyro article.ud-faq-item.is-open .ud-faq-chevron {
    transform: rotate(180deg) !important;
    background: var(--ud-soft-blue) !important;
    color: var(--ud-primary) !important;
}

.ud-faq.ud-faq-theme-supertyro .ud-faq-answer {
    display: block;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-top: 1px solid #E6EDF4 !important;
    background: var(--ud-answer) !important;
    color: var(--ud-text) !important;
    box-shadow: none !important;
}

.ud-faq.ud-faq-theme-supertyro .ud-faq-answer-inner {
    width: 100% !important;
    margin: 0 !important;
    padding: 20px 28px 24px !important;
    color: var(--ud-text) !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.65 !important;
}

.ud-faq.ud-faq-theme-supertyro .ud-faq-answer-inner p,
.ud-faq.ud-faq-theme-supertyro .ud-faq-answer-inner li,
.ud-faq.ud-faq-theme-supertyro .ud-faq-answer-inner a,
.ud-faq.ud-faq-theme-supertyro .ud-faq-answer-inner strong,
.ud-faq.ud-faq-theme-supertyro .ud-faq-answer-inner em {
    font-family: inherit !important;
}

.ud-faq.ud-faq-theme-supertyro .ud-faq-answer-inner > :first-child {
    margin-top: 0 !important;
}

.ud-faq.ud-faq-theme-supertyro .ud-faq-answer-inner > :last-child {
    margin-bottom: 0 !important;
}

.ud-faq.ud-faq-theme-supertyro .ud-faq-answer-inner a {
    color: var(--ud-primary) !important;
}

/* Show more reuses Elementor button styling. */
.ud-faq.ud-faq-theme-supertyro .ud-faq-more-wrap {
    width: 100% !important;
    margin: 28px 0 0 !important;
    padding: 0 !important;
    text-align: center !important;
}

.ud-faq.ud-faq-theme-supertyro button.ud-faq-more.elementor-button {
    appearance: none;
    -webkit-appearance: none;
    margin: 0;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease;
}

.ud-faq.ud-faq-theme-supertyro button.ud-faq-more.elementor-button:hover {
    transform: translateY(-1px);
}

.ud-faq.ud-faq-theme-supertyro button.ud-faq-more.elementor-button:focus-visible {
    outline: 3px solid rgba(58, 175, 224, .30) !important;
    outline-offset: 3px !important;
}

.ud-faq.ud-faq-theme-supertyro .ud-faq-no-results,
.ud-faq.ud-faq-theme-supertyro .ud-faq-empty {
    margin: 0 !important;
    color: var(--ud-text) !important;
    font-size: 16px !important;
}

.ud-faq.ud-faq-theme-supertyro [hidden] {
    display: none !important;
}

@media (max-width: 767px) {
    .ud-faq.ud-faq-theme-supertyro h2.ud-faq-title {
        font-size: 32px !important;
    }

    .ud-faq.ud-faq-theme-supertyro p.ud-faq-subtitle {
        margin-top: 16px !important;
        font-size: 16px !important;
    }

    .ud-faq.ud-faq-theme-supertyro .ud-faq-search-wrap {
        width: 100% !important;
        min-height: 58px !important;
        margin-bottom: 30px !important;
        padding: 0 20px !important;
    }

    .ud-faq.ud-faq-theme-supertyro h2.ud-faq-categories-title {
        margin-bottom: 18px !important;
        font-size: 27px !important;
    }

    .ud-faq.ud-faq-theme-supertyro .ud-faq-category-section {
        margin-bottom: 32px !important;
    }

    .ud-faq.ud-faq-theme-supertyro .ud-faq-categories {
        gap: 10px !important;
    }

    .ud-faq.ud-faq-theme-supertyro button.ud-faq-category.elementor-button {
        min-width: 0;
    }

    .ud-faq.ud-faq-theme-supertyro .ud-faq-category-media,
    .ud-faq.ud-faq-theme-supertyro .ud-faq-category-image {
        width: 22px !important;
        height: 22px !important;
        min-width: 22px !important;
        max-width: 22px !important;
        max-height: 22px !important;
    }

    .ud-faq.ud-faq-theme-supertyro h3.ud-faq-group-title {
        font-size: 20px !important;
    }

    .ud-faq.ud-faq-theme-supertyro button.ud-faq-question {
        min-height: 58px !important;
        padding: 14px 14px 14px 18px !important;
        gap: 14px !important;
        font-size: 16px !important;
    }
	    .ud-faq.ud-faq-theme-supertyro button.ud-faq-category {
        min-height: 30px !important;
        padding: 2px 6px 2px 6px !important;
        font-size: 10px !important;
    }

    .ud-faq.ud-faq-theme-supertyro .ud-faq-answer-inner {
        padding: 17px 18px 20px !important;
        font-size: 15px !important;
    }

    .ud-faq.ud-faq-theme-supertyro .ud-faq-chevron {
        flex-basis: 34px !important;
        width: 34px !important;
        height: 34px !important;
    }

    .ud-faq.ud-faq-theme-supertyro .ud-faq-chevron::before {
        left: 12px !important;
        top: 11px !important;
        width: 9px !important;
        height: 9px !important;
        border-right-width: 2px !important;
        border-bottom-width: 2px !important;
    }
}

@media (max-width: 480px) {
    .ud-faq.ud-faq-theme-supertyro .ud-faq-categories {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        width: 100% !important;
    }

    .ud-faq.ud-faq-theme-supertyro button.ud-faq-category.elementor-button {
        width: 100%;
    }
}
