/* Key-Hub faq module. Generated from the child-theme stylesheet; keep selector order intact. */

html body .kh-faq-page {
    --kh-faq-ink: #071122;
    --kh-faq-muted: #5b6a80;
    --kh-faq-blue: #3474ff;
    --kh-faq-green: #42b93c;
    --kh-faq-line: #dfe8f5;
    --kh-faq-surface: #f7f9fd;
    --kh-faq-soft-blue: #eef5ff;
    --kh-faq-shadow: 0 16px 38px rgba(33, 54, 96, .06);
    padding-top: 24px;
}

html body .kh-faq-page h1,
html body .kh-faq-page h2,
html body .kh-faq-page h3,
html body .kh-faq-page p {
    letter-spacing: 0;
}

html body .kh-faq-page a:focus-visible,
html body .kh-faq-page summary:focus-visible,
html body .kh-faq-page input:focus-visible {
    outline: 3px solid rgba(52, 116, 255, .34);
    outline-offset: 3px;
}

html body .kh-faq-page .kh-faq-showcase {
    position: relative;
    isolation: isolate;
    min-height: 360px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 42px 44px;
    border: 1px solid var(--kh-faq-line);
    border-radius: 18px;
    background: linear-gradient(135deg, #fff 0%, #f7faff 54%, #edf4ff 100%);
    box-shadow: 0 22px 60px rgba(33, 54, 96, .08);
}

html body .kh-faq-page .kh-faq-showcase::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, .99) 0%, rgba(255, 255, 255, .94) 34%, rgba(255, 255, 255, .28) 56%, transparent 78%);
    pointer-events: none;
}

html body .kh-faq-page .kh-faq-showcase__copy {
    position: relative;
    z-index: 2;
    width: 48%;
    max-width: 520px;
}

html body .kh-faq-page .kh-faq-showcase h1 {
    max-width: 500px;
    margin: 18px 0 0;
    color: var(--kh-faq-ink);
    font-size: 42px;
    line-height: 1.08;
    font-weight: 900;
}

html body .kh-faq-page .kh-faq-showcase__copy > p {
    max-width: 430px;
    margin: 18px 0 0;
    color: var(--kh-faq-muted);
    font-size: 15px;
    line-height: 1.66;
}

html body .kh-faq-page .kh-faq-showcase__visual {
    position: absolute;
    z-index: 0;
    inset: 0;
    display: block;
    margin: 0;
}

html body .kh-faq-page .kh-faq-showcase__visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

html body .kh-faq-page .kh-faq-search {
    position: relative;
    width: min(100%, 420px);
    min-height: 48px;
    display: block;
    margin-top: 24px;
}

html body .kh-faq-page .kh-faq-search input {
    width: 100%;
    height: 48px;
    margin: 0;
    padding: 0 50px 0 16px;
    border: 1px solid var(--kh-faq-line);
    border-radius: 11px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 10px 26px rgba(33, 54, 96, .07);
    color: var(--kh-faq-ink);
    font-family: inherit;
    font-size: 14px;
    line-height: 1;
    -webkit-appearance: none;
    appearance: none;
}

html body .kh-faq-page .kh-faq-search input::placeholder {
    color: #8b98aa;
    opacity: 1;
}

html body .kh-faq-page .kh-faq-search__icon {
    position: absolute;
    right: 15px;
    top: 50%;
    width: 21px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--kh-faq-blue);
    transform: translateY(-50%);
    pointer-events: none;
}

html body .kh-faq-page .kh-faq-benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 18px;
    padding: 0 !important;
}

html body .kh-faq-page .kh-faq-benefits article {
    position: relative;
    min-width: 0;
    min-height: 218px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 14px 16px;
    overflow: hidden;
    border: 1px solid #dce7f4;
    border-radius: 18px;
    background:
        radial-gradient(circle at 50% 25%, rgba(83, 145, 255, .055), transparent 38%),
        linear-gradient(155deg, #fff 0%, #fbfdff 100%);
    box-shadow: 0 12px 32px rgba(35, 64, 112, .055);
    text-align: center;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

html body .kh-faq-page .kh-faq-benefits article:hover {
    border-color: #cbdcf1;
    box-shadow: 0 18px 42px rgba(35, 64, 112, .09);
    transform: translateY(-3px);
}

html body .kh-faq-page .kh-faq-benefits__art {
    width: 108px;
    height: 108px;
    display: block;
    flex: 0 0 auto;
    margin: 0 auto 3px;
    object-fit: contain;
    object-position: center;
}

html body .kh-faq-page .kh-faq-benefits__copy {
    width: 100%;
}

html body .kh-faq-page .kh-faq-benefits h2 {
    margin: 0;
    color: var(--kh-faq-ink);
    font-size: 16px;
    line-height: 1.25;
    font-weight: 900;
}

html body .kh-faq-page .kh-faq-benefits p {
    max-width: 210px;
    min-height: 38px;
    margin: 7px auto 0;
    color: var(--kh-faq-muted);
    font-size: 12px;
    line-height: 1.48;
}

html body .kh-faq-page .kh-faq-benefits__number {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-top: auto;
    border-radius: 50%;
    background: linear-gradient(145deg, #f6f9ff, #edf3ff);
    color: #3d76ff;
    font-size: 14px;
    line-height: 1;
    font-weight: 900;
    box-shadow: inset 0 0 0 1px rgba(88, 135, 255, .035);
}

html body .kh-faq-page .kh-faq-dashboard {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 20px;
    align-items: start;
    margin-top: 28px;
}

html body .kh-faq-page .kh-faq-dashboard__main,
html body .kh-faq-page .kh-faq-dashboard__aside {
    min-width: 0;
    display: grid;
    gap: 22px;
}

html body .kh-faq-page .kh-faq-dashboard__aside {
    position: sticky;
    top: 18px;
}

html body .kh-faq-page .kh-faq-section-title,
html body .kh-faq-page .kh-faq-section-title > div,
html body .kh-faq-page .kh-faq-products__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

html body .kh-faq-page .kh-faq-section-title > div {
    justify-content: flex-start;
}

html body .kh-faq-page .kh-faq-section-title__icon {
    width: 31px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: var(--kh-faq-soft-blue);
    color: var(--kh-faq-blue);
}

html body .kh-faq-page .kh-faq-section-title__icon svg {
    width: 18px;
    height: 18px;
}

html body .kh-faq-page .kh-faq-section-title h2,
html body .kh-faq-page .kh-faq-products h2 {
    margin: 0;
    color: var(--kh-faq-ink);
    font-size: 20px;
    line-height: 1.25;
    font-weight: 900;
}

html body .kh-faq-page .kh-faq-section-title > a,
html body .kh-faq-page .kh-faq-products__head > a {
    flex: 0 0 auto;
    color: var(--kh-faq-blue) !important;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    text-decoration: none;
}

html body .kh-faq-page .kh-faq-popular,
html body .kh-faq-page .kh-faq-articles {
    min-width: 0;
}

html body .kh-faq-page .kh-faq-search-status {
    min-height: 18px;
    margin: 8px 0 0;
    color: var(--kh-faq-muted);
    font-size: 12px;
    line-height: 1.5;
}

html body .kh-faq-page .kh-faq-groups {
    gap: 14px;
}

html body .kh-faq-page .kh-faq-group {
    scroll-margin-top: 110px;
}

html body .kh-faq-page .kh-faq-group h3 {
    margin: 0 0 8px;
    color: #738199;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
}

html body .kh-faq-page .kh-faq-list {
    gap: 7px;
}

html body .kh-faq-page .kh-faq-item {
    border-color: #edf2f8;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 3px 12px rgba(36, 66, 116, .055);
    transition: border-color .2s ease, box-shadow .2s ease;
}

html body .kh-faq-page .kh-faq-item summary {
    min-height: 44px;
    padding: 10px 12px 10px 14px;
    color: var(--kh-faq-ink);
    font-size: 13px;
    line-height: 1.35;
    font-weight: 800;
    cursor: pointer;
    touch-action: manipulation;
}

html body .kh-faq-page .kh-faq-item summary i {
    flex-basis: 20px;
    width: 20px;
    height: 20px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

html body .kh-faq-page .kh-faq-item summary i::before {
    left: 6px;
    top: 5px;
    width: 6px;
    height: 6px;
    border: 0;
    border-right: 1.5px solid #6681aa;
    border-bottom: 1.5px solid #6681aa;
    border-radius: 1px;
    background: transparent;
    transform: rotate(45deg);
    transition: transform .2s ease, border-color .2s ease;
}

html body .kh-faq-page .kh-faq-item summary i::after {
    display: none;
}

html body .kh-faq-page .kh-faq-item[open] summary {
    background: #fff;
}

html body .kh-faq-page .kh-faq-item[open] {
    border-color: #dce8f7;
    box-shadow: 0 8px 22px rgba(36, 66, 116, .075);
}

html body .kh-faq-page .kh-faq-item[open] summary i::before {
    border-color: #3974d8;
    transform: translateY(3px) rotate(225deg);
}

html body .kh-faq-page .kh-faq-answer {
    padding: 2px 14px 14px;
    border-top: 1px solid #f0f4f9;
    color: #53647e;
    font-size: 13px;
    line-height: 1.66;
}

html body .kh-faq-page .kh-faq-empty {
    min-height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    padding: 28px;
    border: 1px dashed #cddced;
    border-radius: 14px;
    background: #f8fbff;
    text-align: center;
}

html body .kh-faq-page .kh-faq-empty[hidden] {
    display: none;
}

html body .kh-faq-page .kh-faq-empty > span {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--kh-faq-soft-blue);
    color: var(--kh-faq-blue);
}

html body .kh-faq-page .kh-faq-empty strong {
    margin-top: 12px;
    color: var(--kh-faq-ink);
    font-size: 16px;
}

html body .kh-faq-page .kh-faq-empty p {
    margin: 6px 0 0;
    color: var(--kh-faq-muted);
    font-size: 13px;
}

html body .kh-faq-page .kh-faq-articles__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 14px;
}

html body .kh-faq-page .kh-faq-article {
    position: relative;
    min-width: 0;
    min-height: 238px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 10px 10px 14px;
    border: 1px solid var(--kh-faq-line);
    border-radius: 13px;
    background: linear-gradient(180deg, #fff 0%, #f9fbff 100%);
    box-shadow: 0 10px 26px rgba(33, 54, 96, .05);
    color: var(--kh-faq-ink) !important;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

html body .kh-faq-page .kh-faq-article:hover {
    border-color: #bed4f3;
    box-shadow: 0 15px 32px rgba(33, 54, 96, .09);
    transform: translateY(-2px);
}

html body .kh-faq-page .kh-faq-article picture {
    height: 96px;
    display: block;
    overflow: hidden;
    margin: 0 0 10px;
    border-radius: 9px;
    background: var(--kh-faq-soft-blue);
}

html body .kh-faq-page .kh-faq-article img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

html body .kh-faq-page .kh-faq-article > span {
    color: var(--kh-faq-blue);
    font-size: 10px;
    line-height: 1.3;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .06em;
}

html body .kh-faq-page .kh-faq-article > strong {
    margin-top: 7px;
    color: var(--kh-faq-ink);
    font-size: 12px;
    line-height: 1.42;
    font-weight: 850;
}

html body .kh-faq-page .kh-faq-article > i {
    align-self: flex-end;
    margin-top: auto;
    color: var(--kh-faq-blue);
    font-size: 17px;
    font-style: normal;
}

html body .kh-faq-page .kh-faq-contact {
    min-height: 106px;
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    padding: 18px 20px;
    border: 1px solid #dce8f8;
    border-radius: 16px;
    background:
        radial-gradient(ellipse at 85% 50%, rgba(52, 116, 255, .09), transparent 48%),
        linear-gradient(135deg, #f6f9ff 0%, #fff 100%);
    box-shadow: var(--kh-faq-shadow);
}

html body .kh-faq-page .kh-faq-contact__icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dce8f8;
    border-radius: 50%;
    background: #fff;
    color: var(--kh-faq-blue);
}

html body .kh-faq-page .kh-faq-contact h2 {
    margin: 0;
    color: var(--kh-faq-ink);
    font-size: 17px;
    line-height: 1.3;
    font-weight: 900;
}

html body .kh-faq-page .kh-faq-contact p {
    margin: 4px 0 0;
    color: var(--kh-faq-muted);
    font-size: 12px;
    line-height: 1.5;
}

html body .kh-faq-page .kh-faq-contact .kh-info-btn {
    min-height: 44px;
    padding-inline: 18px;
}

html body .kh-faq-page .kh-faq-support-card,
html body .kh-faq-page .kh-faq-products {
    overflow: hidden;
    padding: 22px;
    border: 1px solid var(--kh-faq-line);
    border-radius: 16px;
    background: linear-gradient(145deg, #fff 0%, #f7f8ff 100%);
    box-shadow: var(--kh-faq-shadow);
}

html body .kh-faq-page .kh-faq-support-card {
    background:
        radial-gradient(circle at 90% 10%, rgba(105, 92, 255, .11), transparent 38%),
        linear-gradient(145deg, #fff 0%, #f5f5ff 100%);
}

html body .kh-faq-page .kh-faq-support-card__mark {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(135deg, #7567ff 0%, #35c7ff 100%);
    color: #fff;
    box-shadow: 0 12px 26px rgba(70, 118, 255, .24);
}

html body .kh-faq-page .kh-faq-support-card__mark svg {
    width: 25px;
    height: 25px;
}

html body .kh-faq-page .kh-faq-support-card h2 {
    margin: 16px 0 0;
    color: var(--kh-faq-ink);
    font-size: 20px;
    line-height: 1.25;
    font-weight: 900;
}

html body .kh-faq-page .kh-faq-support-card > p {
    margin: 8px 0 0;
    color: var(--kh-faq-muted);
    font-size: 13px;
    line-height: 1.55;
}

html body .kh-faq-page .kh-faq-support-card ul {
    display: grid;
    gap: 13px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

html body .kh-faq-page .kh-faq-support-card li {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
}

html body .kh-faq-page .kh-faq-support-card li > span {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #fff;
    color: var(--kh-faq-blue);
    box-shadow: inset 0 0 0 1px #e2e9f7;
}

html body .kh-faq-page .kh-faq-support-card li svg {
    width: 17px;
    height: 17px;
}

html body .kh-faq-page .kh-faq-support-card li strong,
html body .kh-faq-page .kh-faq-support-card li small,
html body .kh-faq-page .kh-faq-support-card li a {
    display: block;
}

html body .kh-faq-page .kh-faq-support-card li strong {
    color: var(--kh-faq-ink);
    font-size: 12px;
    line-height: 1.35;
    font-weight: 900;
}

html body .kh-faq-page .kh-faq-support-card li small,
html body .kh-faq-page .kh-faq-support-card li a {
    margin-top: 2px;
    color: #687891;
    font-size: 10px;
    line-height: 1.4;
    text-decoration: none;
}

html body .kh-faq-page .kh-faq-support-card > .kh-info-btn {
    width: 100%;
    min-height: 44px;
    margin-top: 18px;
    padding-inline: 12px;
}

html body .kh-faq-page .kh-faq-products h2 {
    font-size: 16px;
}

html body .kh-faq-page .kh-faq-products nav {
    display: grid;
    gap: 3px;
    margin-top: 14px;
}

html body .kh-faq-page .kh-faq-products nav a {
    min-height: 48px;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) 12px;
    gap: 10px;
    align-items: center;
    padding: 5px 7px;
    border-radius: 10px;
    color: var(--kh-faq-ink) !important;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 800;
    text-decoration: none;
    transition: background-color .2s ease, transform .2s ease;
}

html body .kh-faq-page .kh-faq-products nav a:hover {
    background: var(--kh-faq-soft-blue);
    transform: translateX(2px);
}

html body .kh-faq-page .kh-faq-products nav img {
    display: block;
    width: 32px;
    height: 32px;
    object-fit: contain;
}

html body .kh-faq-page .kh-faq-products nav i {
    color: #9aa8ba;
    font-size: 18px;
    font-style: normal;
}

html body .kh-faq-page .kh-faq-featured-articles {
    margin-top: 42px;
    padding: 0 !important;
    text-align: center;
}

html body .kh-faq-page .kh-faq-featured-articles > .kh-info-eyebrow {
    margin-inline: auto;
}

html body .kh-faq-page .kh-faq-featured-articles > h2 {
    margin: 10px 0 0;
    color: var(--kh-faq-ink);
    font-size: 32px;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: -.035em;
}

html body .kh-faq-page .kh-faq-featured-articles__lead {
    margin: 8px auto 20px;
    color: var(--kh-faq-muted);
    font-size: 14px;
    line-height: 1.55;
}

html body .kh-faq-page .kh-faq-featured-articles .kh-home-articles-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    margin: 0;
    padding: 0 !important;
    text-align: left;
}

html body .kh-faq-page .kh-faq-featured-articles .kh-home-article-card {
    min-width: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #dce7f4;
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(35, 64, 112, .06);
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

html body .kh-faq-page .kh-faq-featured-articles .kh-home-article-card:hover {
    border-color: #c9daef;
    box-shadow: 0 17px 36px rgba(35, 64, 112, .1);
    transform: translateY(-3px);
}

html body .kh-faq-page .kh-faq-featured-articles .kh-home-article-card__media {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #f2f6fb;
}

html body .kh-faq-page .kh-faq-featured-articles .kh-home-article-card__image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .35s ease, filter .35s ease;
}

html body .kh-faq-page .kh-faq-featured-articles .kh-home-article-card:hover .kh-home-article-card__image {
    filter: saturate(1.04);
    transform: scale(1.025);
}

html body .kh-faq-page .kh-faq-featured-articles .kh-home-article-card__body {
    min-height: 102px;
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 10px 11px 9px;
}

html body .kh-faq-page .kh-faq-featured-articles .kh-home-article-card__tag {
    order: 2;
    margin-top: auto;
    color: #718198;
    font-size: 9px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: .055em;
    text-transform: uppercase;
}

html body .kh-faq-page .kh-faq-featured-articles .kh-home-article-card__title {
    order: 1;
    min-height: 38px;
    display: -webkit-box;
    margin: 0 0 10px;
    overflow: hidden;
    color: var(--kh-faq-ink);
    font-size: 13px;
    line-height: 1.38;
    font-weight: 850;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

html body .kh-faq-page .kh-faq-featured-articles .kh-home-article-card__title a {
    color: inherit;
    text-decoration: none;
}

html body .kh-faq-page .kh-faq-featured-articles .kh-home-article-card__excerpt,
html body .kh-faq-page .kh-faq-featured-articles .kh-home-article-card__footer > span {
    display: none;
}

html body .kh-faq-page .kh-faq-featured-articles .kh-home-article-card__footer {
    position: absolute;
    right: 10px;
    bottom: 8px;
}

html body .kh-faq-page .kh-faq-featured-articles .kh-home-article-card__body {
    position: relative;
}

html body .kh-faq-page .kh-faq-featured-articles .kh-home-article-card__footer a {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #8090a6;
    text-decoration: none;
}

html body .kh-faq-page .kh-faq-featured-articles .kh-home-article-card__footer a::before {
    content: "→";
    font-size: 14px;
    line-height: 1;
}

html body .kh-faq-page .kh-faq-featured-articles__all {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    padding: 0 20px;
    border: 1px solid #d3dfef;
    border-radius: 11px;
    background: #fff;
    color: var(--kh-faq-ink);
    font-size: 12px;
    font-weight: 850;
    text-decoration: none;
    transition: border-color .2s ease, color .2s ease, transform .2s ease;
}

html body .kh-faq-page .kh-faq-featured-articles__all:hover {
    border-color: #9fbae1;
    color: var(--kh-faq-blue);
    transform: translateY(-1px);
}

html body .kh-faq-page .kh-faq-help {
    position: relative;
    min-height: 244px;
    display: flex;
    align-items: center;
    margin-top: 30px;
    padding: 30px 32px !important;
    overflow: hidden;
    border: 1px solid #d5e2f3;
    border-radius: 18px;
    background: linear-gradient(110deg, #fff 0%, #f8fbff 44%, #eef4ff 100%);
    box-shadow: 0 14px 34px rgba(33, 54, 96, .055);
}

html body .kh-faq-page .kh-faq-help::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .94) 40%, rgba(255, 255, 255, .3) 64%, transparent 78%);
    pointer-events: none;
}

html body .kh-faq-page .kh-faq-help__copy {
    position: relative;
    z-index: 2;
    width: 54%;
}

html body .kh-faq-page .kh-faq-help h2 {
    margin: 0;
    color: var(--kh-faq-ink);
    font-size: 30px;
    line-height: 1.16;
    font-weight: 900;
    letter-spacing: -.025em;
}

html body .kh-faq-page .kh-faq-help p {
    max-width: 520px;
    margin: 20px 0 0;
    color: var(--kh-faq-muted);
    font-size: 14px;
    line-height: 1.62;
}

html body .kh-faq-page .kh-faq-help__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

html body .kh-faq-page .kh-faq-help__actions .kh-info-btn {
    min-width: 138px;
}

html body .kh-faq-page .kh-faq-help > img {
    position: absolute;
    inset: 0 0 0 auto;
    z-index: 0;
    width: 64%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
}

@media (max-width: 1100px) {
    html body .kh-faq-page .kh-faq-showcase h1 {
        font-size: 38px;
    }

    html body .kh-faq-page .kh-faq-benefits article {
        min-height: 210px;
        padding-inline: 16px;
    }

    html body .kh-faq-page .kh-faq-benefits__art {
        width: 96px;
        height: 96px;
    }

    html body .kh-faq-page .kh-faq-benefits h2 {
        font-size: 15px;
    }

    html body .kh-faq-page .kh-faq-articles__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }}

@media (max-width: 900px) {
    html body .kh-faq-page .kh-faq-showcase__copy {
        width: 55%;
    }

    html body .kh-faq-page .kh-faq-showcase h1 {
        font-size: 34px;
    }

    html body .kh-faq-page .kh-faq-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    html body .kh-faq-page .kh-faq-featured-articles .kh-home-articles-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    html body .kh-faq-page .kh-faq-featured-articles .kh-home-article-card:nth-child(n + 4) {
        display: none;
    }

    html body .kh-faq-page .kh-faq-dashboard {
        grid-template-columns: 1fr;
    }

    html body .kh-faq-page .kh-faq-dashboard__aside {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }}

@media (max-width: 767px) {
    html body .kh-faq-page {
        padding-top: 12px;
    }

    html body .kh-faq-page .kh-faq-showcase {
        min-height: 520px;
        display: block;
        padding: 24px 20px 220px;
    }

    html body .kh-faq-page .kh-faq-showcase::after {
        background: linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .96) 49%, rgba(255, 255, 255, .26) 72%, transparent 100%);
    }

    html body .kh-faq-page .kh-faq-showcase__copy {
        width: 100%;
        max-width: none;
    }

    html body .kh-faq-page .kh-faq-showcase h1 {
        max-width: none;
        font-size: 31px;
        line-height: 1.1;
    }

    html body .kh-faq-page .kh-faq-showcase__copy > p {
        max-width: none;
        font-size: 15px;
    }

    html body .kh-faq-page .kh-faq-showcase__visual {
        top: auto;
        height: 245px;
    }

    html body .kh-faq-page .kh-faq-showcase__visual img {
        width: 150%;
        max-width: none;
        object-position: center bottom;
        transform: translateX(-18%);
    }

    html body .kh-faq-page .kh-faq-search,
    html body .kh-faq-page .kh-faq-search input {
        min-height: 50px;
        height: 50px;
    }

    html body .kh-faq-page .kh-faq-benefits article {
        min-height: 204px;
        padding: 12px 14px 14px;
    }

    html body .kh-faq-page .kh-faq-featured-articles {
        margin-top: 34px;
    }

    html body .kh-faq-page .kh-faq-featured-articles .kh-home-articles-grid {
        display: flex;
        gap: 12px;
        margin-inline: -20px;
        padding: 2px 20px 14px !important;
        overflow-x: auto;
        scroll-padding-inline: 20px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    html body .kh-faq-page .kh-faq-featured-articles .kh-home-articles-grid::-webkit-scrollbar {
        display: none;
    }

    html body .kh-faq-page .kh-faq-featured-articles .kh-home-article-card,
    html body .kh-faq-page .kh-faq-featured-articles .kh-home-article-card:nth-child(n + 4) {
        width: min(76vw, 286px);
        min-width: min(76vw, 286px);
        display: flex;
        flex: 0 0 min(76vw, 286px);
        scroll-snap-align: start;
    }

    html body .kh-faq-page .kh-faq-help {
        min-height: 300px;
        padding: 26px 24px !important;
    }

    html body .kh-faq-page .kh-faq-help__copy {
        width: 68%;
    }

    html body .kh-faq-page .kh-faq-help > img {
        width: 74%;
        opacity: .88;
    }

    html body .kh-faq-page .kh-faq-dashboard {
        margin-top: 24px;
    }

    html body .kh-faq-page .kh-faq-contact {
        grid-template-columns: 48px minmax(0, 1fr);
    }

    html body .kh-faq-page .kh-faq-contact .kh-info-btn {
        grid-column: 1 / -1;
        width: 100%;
    }

    html body .kh-faq-page .kh-faq-dashboard__aside {
        grid-template-columns: 1fr;
    }}

@media (max-width: 520px) {
    html body .kh-faq-page .kh-faq-showcase {
        min-height: 548px;
    }

    html body .kh-faq-page .kh-faq-showcase h1 {
        font-size: 29px;
    }

    html body .kh-faq-page .kh-faq-benefits {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    html body .kh-faq-page .kh-faq-benefits article {
        min-height: 138px;
        display: grid;
        grid-template-columns: 106px minmax(0, 1fr);
        gap: 12px;
        padding: 12px 16px;
        text-align: left;
    }

    html body .kh-faq-page .kh-faq-benefits__art {
        width: 100px;
        height: 100px;
        margin: 0;
    }

    html body .kh-faq-page .kh-faq-benefits h2 {
        font-size: 16px;
    }

    html body .kh-faq-page .kh-faq-benefits p {
        min-height: 0;
        margin: 7px 0 0;
        font-size: 12px;
    }

    html body .kh-faq-page .kh-faq-featured-articles > h2 {
        font-size: 27px;
    }

    html body .kh-faq-page .kh-faq-featured-articles__lead {
        max-width: 380px;
        font-size: 13px;
    }

    html body .kh-faq-page .kh-faq-help {
        min-height: 340px;
        align-items: flex-start;
        padding: 24px 20px !important;
    }

    html body .kh-faq-page .kh-faq-help::after {
        background: linear-gradient(180deg, rgba(255, 255, 255, .99) 0%, rgba(255, 255, 255, .95) 58%, rgba(255, 255, 255, .42) 82%, transparent 100%);
    }

    html body .kh-faq-page .kh-faq-help__copy {
        width: 100%;
    }

    html body .kh-faq-page .kh-faq-help h2 {
        font-size: 27px;
    }

    html body .kh-faq-page .kh-faq-help p {
        margin-top: 12px;
        font-size: 13px;
    }

    html body .kh-faq-page .kh-faq-help__actions {
        gap: 8px;
        margin-top: 14px;
    }

    html body .kh-faq-page .kh-faq-help__actions .kh-info-btn {
        min-width: 0;
        flex: 1 1 140px;
    }

    html body .kh-faq-page .kh-faq-help > img {
        top: auto;
        width: 100%;
        height: 58%;
        opacity: .72;
        object-position: 72% center;
    }

    html body .kh-faq-page .kh-faq-section-title {
        align-items: flex-start;
    }

    html body .kh-faq-page .kh-faq-section-title h2 {
        font-size: 18px;
    }

    html body .kh-faq-page .kh-faq-item summary {
        min-height: 48px;
        padding: 11px 12px 11px 14px;
        font-size: 13px;
    }

    html body .kh-faq-page .kh-faq-articles__grid {
        grid-template-columns: 1fr;
    }

    html body .kh-faq-page .kh-faq-article {
        min-height: 0;
        display: grid;
        grid-template-columns: 112px minmax(0, 1fr) 18px;
        grid-template-rows: auto auto;
        gap: 4px 12px;
        align-items: center;
        padding: 10px;
    }

    html body .kh-faq-page .kh-faq-article picture {
        grid-column: 1;
        grid-row: 1 / 3;
        height: 84px;
        margin: 0;
    }

    html body .kh-faq-page .kh-faq-article > span,
    html body .kh-faq-page .kh-faq-article > strong {
        grid-column: 2;
    }

    html body .kh-faq-page .kh-faq-article > i {
        grid-column: 3;
        grid-row: 1 / 3;
        align-self: center;
        margin: 0;
    }}

@media (prefers-reduced-motion: reduce) {
    html body .kh-faq-page .kh-faq-article,
    html body .kh-faq-page .kh-faq-products nav a,
    html body .kh-faq-page .kh-info-btn {
        transition: none;
    }}

@media (min-width: 1025px) {

    html body .kh-faq-page .kh-faq-showcase__copy > .kh-info-eyebrow {
        transform: translateY(-46.35px) !important;
    }}
html body .kh-faq-page .kh-faq-dashboard {
    margin-top: 18px;
}

html body .kh-faq-page .kh-faq-dashboard__main,
html body .kh-faq-page .kh-faq-dashboard__aside {
    gap: 16px;
}

html body .kh-faq-page .kh-faq-support-card {
    position: relative;
    padding: 14px;
    border-color: #d7e3f4;
    border-radius: 20px;
    background:
        radial-gradient(circle at 92% 8%, rgba(95, 90, 255, .13), transparent 34%),
        radial-gradient(circle at 15% 22%, rgba(55, 197, 255, .08), transparent 26%),
        linear-gradient(155deg, #fff 0%, #f7f8ff 55%, #f1f5ff 100%);
    box-shadow: 0 18px 42px rgba(40, 63, 112, .08);
}

html body .kh-faq-page .kh-faq-support-card__hero {
    position: relative;
    height: 128px;
    overflow: hidden;
    border: 1px solid rgba(215, 227, 244, .78);
    border-radius: 15px;
    background:
        radial-gradient(circle at 75% 40%, rgba(255, 255, 255, .96), transparent 38%),
        linear-gradient(145deg, rgba(246, 249, 255, .96), rgba(236, 242, 255, .92));
}

html body .kh-faq-page .kh-faq-support-card__hero::after {
    content: "";
    position: absolute;
    right: 12px;
    bottom: 7px;
    width: 150px;
    height: 20px;
    border-radius: 50%;
    background: rgba(56, 83, 130, .12);
    filter: blur(9px);
}

html body .kh-faq-page .kh-faq-support-card__mark {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 3;
    width: 44px;
    height: 44px;
    border-radius: 13px;
    background: linear-gradient(135deg, #6d5cff 0%, #2ebdfc 100%);
    box-shadow: 0 12px 24px rgba(64, 112, 255, .23);
}

html body .kh-faq-page .kh-faq-support-card__mark svg {
    width: 23px;
    height: 23px;
}

html body .kh-faq-page .kh-faq-support-card__agent {
    position: absolute;
    z-index: 2;
    top: -17px;
    right: -5px;
    width: 178px;
    height: 178px;
    display: block;
    object-fit: contain;
}

html body .kh-faq-page .kh-faq-support-card__bubble {
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    background: linear-gradient(145deg, #5b7aff, #36c9ff);
    box-shadow: 0 4px 10px rgba(65, 111, 229, .2);
}

html body .kh-faq-page .kh-faq-support-card__bubble--one {
    top: 26px;
    left: 83px;
    width: 8px;
    height: 8px;
}

html body .kh-faq-page .kh-faq-support-card__bubble--two {
    top: 64px;
    left: 68px;
    width: 5px;
    height: 5px;
    background: #62c95a;
}

html body .kh-faq-page .kh-faq-support-card__copy h2 {
    margin: 12px 0 0;
    font-size: 20px;
    line-height: 1.2;
}

html body .kh-faq-page .kh-faq-support-card__copy p {
    margin: 5px 0 0;
    color: var(--kh-faq-muted);
    font-size: 12px;
    line-height: 1.48;
}

html body .kh-faq-page .kh-faq-support-card ul {
    gap: 4px;
    margin: 12px 0 0;
}

html body .kh-faq-page .kh-faq-support-card li {
    display: block;
}

html body .kh-faq-page .kh-faq-support-card__channel {
    min-height: 48px;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) 26px;
    gap: 9px;
    align-items: center;
    margin: 0;
    padding: 5px 4px;
    border-radius: 12px;
    color: inherit;
    font-size: inherit;
    line-height: normal;
    text-decoration: none;
    transition: background-color .2s ease, transform .2s ease;
}

html body .kh-faq-page .kh-faq-support-card__channel:hover {
    background: rgba(255, 255, 255, .82);
    transform: translateX(2px);
}

html body .kh-faq-page .kh-faq-support-card__channel-icon {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e8f7;
    border-radius: 10px;
    background: rgba(255, 255, 255, .92);
    color: #4f73ff;
    box-shadow: 0 8px 18px rgba(44, 72, 125, .06);
}

html body .kh-faq-page .kh-faq-support-card__channel-icon svg {
    width: 17px;
    height: 17px;
}

html body .kh-faq-page .kh-faq-support-card__channel-copy,
html body .kh-faq-page .kh-faq-support-card__channel-copy strong,
html body .kh-faq-page .kh-faq-support-card__channel-copy small {
    min-width: 0;
    display: block;
}

html body .kh-faq-page .kh-faq-support-card__channel-copy strong {
    color: var(--kh-faq-ink);
    font-size: 12px;
    line-height: 1.3;
    font-weight: 900;
}

html body .kh-faq-page .kh-faq-support-card__channel-copy small {
    margin-top: 2px;
    overflow: hidden;
    color: #708097;
    font-size: 10px;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}

html body .kh-faq-page .kh-faq-support-card__channel-arrow {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e7f5;
    border-radius: 50%;
    background: rgba(255, 255, 255, .9);
    color: #5c73ff;
    font-size: 15px;
    line-height: 1;
}

html body .kh-faq-page .kh-faq-support-card__cta {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 12px;
    padding: 0 15px;
    border-radius: 12px;
    background: linear-gradient(105deg, #6857ff 0%, #347dff 52%, #31bdf8 100%);
    color: #fff;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 12px 24px rgba(65, 105, 255, .2);
    transition: transform .2s ease, box-shadow .2s ease;
}

html body .kh-faq-page .kh-faq-support-card__cta:hover {
    color: #fff;
    box-shadow: 0 16px 28px rgba(65, 105, 255, .27);
    transform: translateY(-1px);
}

html body .kh-faq-page .kh-faq-featured-articles {
    margin-top: 28px;
}

html body .kh-faq-page .kh-faq-help {
    margin-top: 22px;
}

@media (max-width: 900px) {
    html body .kh-faq-page .kh-faq-dashboard {
        margin-top: 20px;
    }

    html body .kh-faq-page .kh-faq-dashboard__aside {
        gap: 16px;
    }

    html body .kh-faq-page .kh-faq-support-card__hero {
        height: 142px;
    }

    html body .kh-faq-page .kh-faq-support-card__agent {
        top: -24px;
        right: 0;
        width: 202px;
        height: 202px;
    }

    html body .kh-faq-page .kh-faq-featured-articles {
        margin-top: 26px;
    }}

@media (max-width: 767px) {
    html body .kh-faq-page .kh-faq-dashboard {
        margin-top: 18px;
    }

    html body .kh-faq-page .kh-faq-featured-articles {
        margin-top: 24px;
    }

    html body .kh-faq-page .kh-faq-help {
        margin-top: 20px;
    }}

@media (max-width: 520px) {
    html body .kh-faq-page .kh-faq-support-card {
        padding: 12px;
        border-radius: 18px;
    }

    html body .kh-faq-page .kh-faq-support-card__hero {
        height: 136px;
    }

    html body .kh-faq-page .kh-faq-support-card__agent {
        top: -20px;
        right: -2px;
        width: 190px;
        height: 190px;
    }

    html body .kh-faq-page .kh-faq-support-card__copy h2 {
        font-size: 19px;
    }}
html body .kh-faq-page .kh-faq-products__head > a {
    color: #6b788c !important;
    transition: color .2s ease;
}

html body .kh-faq-page .kh-faq-products__head > a:hover,
html body .kh-faq-page .kh-faq-products__head > a:focus-visible {
    color: #24344d !important;
}
html body .kh-faq-page .kh-faq-section-title__icon {
    background: #f1f3f6;
    color: #78869a;
}

html body .kh-faq-page .kh-faq-section-title > a {
    color: #6b788c !important;
    transition: color .2s ease;
}

html body .kh-faq-page .kh-faq-section-title > a:hover,
html body .kh-faq-page .kh-faq-section-title > a:focus-visible {
    color: #24344d !important;
}
html body .kh-faq-page > .kh-faq-refund-support {
    position: relative;
    top: auto;
    min-height: 245px;
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr);
    grid-template-rows: auto;
    gap: 28px;
    align-items: center;
    margin-top: 22px;
    overflow: hidden;
    padding: 30px 30px 0;
    border: 1px solid #dce6f5;
    border-radius: 18px;
    background:
        radial-gradient(ellipse at 79% 52%, rgba(52, 116, 255, .13) 0%, rgba(52, 116, 255, .055) 35%, transparent 67%),
        linear-gradient(145deg, #fff 0%, #f4f7ff 100%);
    color: #071122;
    box-shadow: 0 18px 46px rgba(33, 54, 96, .065);
    text-align: left;
}

html body .kh-faq-page .kh-faq-refund-support .kh-refund-support__copy {
    align-self: center;
    padding: 0 0 30px;
}

html body .kh-faq-page .kh-faq-refund-support .kh-refund-support__copy h2 {
    margin: 0;
    color: #071122;
    font-family: inherit;
    font-size: 30px;
    line-height: 1.18;
    font-weight: 900;
}

html body .kh-faq-page .kh-faq-refund-support .kh-refund-support__copy p {
    max-width: 500px;
    margin: 13px 0 0;
    color: #5b6a80;
    font-size: 14px;
    line-height: 1.6;
}

html body .kh-faq-page .kh-faq-refund-support .kh-info-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 21px;
}

html body .kh-faq-page .kh-faq-refund-support .kh-info-btn {
    width: auto;
    min-width: 142px;
    min-height: 46px;
    margin: 0;
    border-radius: 11px;
}

html body .kh-faq-page .kh-faq-refund-support .kh-info-btn--primary {
    border: 1px solid #d7e2f1;
    background: #fff;
    color: #071122 !important;
    box-shadow: 0 10px 24px rgba(34, 54, 91, .06);
}

html body .kh-faq-page .kh-faq-refund-support .kh-info-btn--ghost {
    border: 0;
    background: linear-gradient(135deg, #7567ff 0%, #35c7ff 100%);
    color: #fff !important;
    box-shadow: 0 12px 26px rgba(64, 129, 255, .22);
}

html body .kh-faq-page .kh-faq-refund-support .kh-refund-support__visual {
    width: 100%;
    height: 226px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    align-self: end;
    margin: 0;
}

html body .kh-faq-page .kh-faq-refund-support .kh-refund-support__visual img {
    display: block;
    width: auto;
    max-width: 100%;
    height: 226px;
    margin: 0;
    object-fit: contain;
    object-position: center bottom;
    filter: none;
    transform: translateX(8px);
}

@media (max-width: 1024px) {
    html body .kh-faq-page > .kh-faq-refund-support {
        grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
    }}

@media (max-width: 767px) {
    html body .kh-faq-page > .kh-faq-refund-support {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
        min-height: 0;
        margin-top: 20px;
        padding: 24px 20px 0;
        text-align: left;
    }

    html body .kh-faq-page .kh-faq-refund-support .kh-refund-support__copy {
        padding-bottom: 10px;
    }

    html body .kh-faq-page .kh-faq-refund-support .kh-refund-support__copy h2 {
        font-size: 25px;
    }

    html body .kh-faq-page .kh-faq-refund-support .kh-info-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    html body .kh-faq-page .kh-faq-refund-support .kh-info-btn {
        width: 100%;
    }

    html body .kh-faq-page .kh-faq-refund-support .kh-refund-support__visual {
        height: 176px;
        justify-content: center;
    }

    html body .kh-faq-page .kh-faq-refund-support .kh-refund-support__visual img {
        height: 176px;
        transform: none;
    }}
html body .kh-faq-page .kh-faq-license-guide {
    min-width: 0;
    margin-top: 22px;
    padding: 28px 30px 30px;
    border: 1px solid #dfe8f5;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(33, 54, 96, .055);
    color: #26364d;
}

html body .kh-faq-page .kh-faq-license-guide h2 {
    margin: 0 0 14px;
    color: #071122;
    font-size: 25px;
    line-height: 1.25;
    font-weight: 900;
    letter-spacing: -.02em;
}

html body .kh-faq-page .kh-faq-license-guide section {
    margin: 24px 0 0;
    padding: 0 !important;
}

html body .kh-faq-page .kh-faq-license-guide h3 {
    margin: 0 0 9px;
    color: #142238;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 850;
}

html body .kh-faq-page .kh-faq-license-guide p {
    margin: 0;
    color: #526178;
    font-size: 14px;
    line-height: 1.75;
}

html body .kh-faq-page .kh-faq-license-guide p + p {
    margin-top: 12px;
}

@media (max-width: 767px) {
    html body .kh-faq-page .kh-faq-license-guide {
        margin-top: 18px;
        padding: 22px 20px 24px;
        border-radius: 14px;
    }

    html body .kh-faq-page .kh-faq-license-guide h2 {
        margin-bottom: 12px;
        font-size: 23px;
    }

    html body .kh-faq-page .kh-faq-license-guide section {
        margin-top: 21px;
    }

    html body .kh-faq-page .kh-faq-license-guide h3 {
        font-size: 17px;
    }

    html body .kh-faq-page .kh-faq-license-guide p {
        font-size: 13px;
        line-height: 1.7;
    }}

html body .kh-faq-page .kh-faq-products nav {
    gap: 0;
}

html body .kh-faq-page .kh-faq-products__group {
    border-bottom: 1px solid #e3eaf5;
}

html body .kh-faq-page .kh-faq-products__group:last-child {
    border-bottom: 0;
}

html body .kh-faq-page .kh-faq-products__toggle {
    width: 100%;
    min-height: 50px;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) 14px;
    gap: 10px;
    align-items: center;
    margin: 0;
    padding: 6px 7px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: var(--kh-faq-ink);
    font: inherit;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 800;
    text-align: left;
    cursor: pointer;
    transition: background-color .2s ease;
}

html body .kh-faq-page .kh-faq-products__toggle:hover,
html body .kh-faq-page .kh-faq-products__toggle:focus-visible {
    background: #f7f9fc;
}

html body .kh-faq-page .kh-faq-products__group.is-open > .kh-faq-products__toggle {
    background: transparent;
}

html body .kh-faq-page .kh-faq-products__toggle:focus-visible {
    outline: 2px solid var(--kh-faq-blue);
    outline-offset: 2px;
}

html body .kh-faq-page .kh-faq-products__toggle img {
    display: block;
    width: 32px;
    height: 32px;
    object-fit: contain;
}

html body .kh-faq-page .kh-faq-products__toggle-icon {
    width: 7px;
    height: 7px;
    justify-self: center;
    border-right: 1.5px solid #8da0b8;
    border-bottom: 1.5px solid #8da0b8;
    transform: rotate(45deg) translate(-1px, -1px);
    transition: transform .2s ease, border-color .2s ease;
}

html body .kh-faq-page .kh-faq-products__group.is-open .kh-faq-products__toggle-icon {
    border-color: #8da0b8;
    transform: rotate(225deg) translate(-1px, -1px);
}

html body .kh-faq-page .kh-faq-products__panel {
    overflow: hidden;
    margin: 0 0 7px;
    border-top: 1px solid #e3eaf5;
    animation: khFaqProductsReveal .2s ease both;
}

html body .kh-faq-page .kh-faq-products__panel[hidden] {
    display: none !important;
}

html body .kh-faq-page .kh-faq-products nav .kh-faq-products__panel a {
    min-height: 40px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 14px;
    gap: 8px;
    align-items: center;
    padding: 7px 8px;
    border-radius: 0;
    color: #24344d !important;
    font-size: 11px;
    line-height: 1.35;
    font-weight: 700;
    text-decoration: none;
    transform: none;
    transition: color .2s ease, background-color .2s ease;
}

html body .kh-faq-page .kh-faq-products nav .kh-faq-products__panel a + a {
    border-top: 1px solid #edf1f7;
}

html body .kh-faq-page .kh-faq-products nav .kh-faq-products__panel a:hover,
html body .kh-faq-page .kh-faq-products nav .kh-faq-products__panel a:focus-visible {
    background: #f7f9fc;
    color: #24344d !important;
    transform: none;
}

html body .kh-faq-page .kh-faq-products nav .kh-faq-products__panel a i {
    color: #91a1b6;
    font-size: 14px;
    font-style: normal;
}

@media (prefers-reduced-motion: reduce) {
    html body .kh-faq-page .kh-faq-products__panel {
        animation: none;
    }

    html body .kh-faq-page .kh-faq-products__toggle-icon {
        transition: none;
    }}
html body .kh-faq-page .kh-faq-support-card {
    padding: 16px;
    border-color: #d9e4f4;
    border-radius: 22px;
    background:
        radial-gradient(circle at 88% 10%, rgba(112, 101, 255, .13), transparent 31%),
        radial-gradient(circle at 11% 22%, rgba(51, 196, 255, .09), transparent 24%),
        linear-gradient(155deg, #fff 0%, #f8f9ff 52%, #f2f5ff 100%);
    box-shadow: 0 20px 48px rgba(36, 59, 105, .09);
}

html body .kh-faq-page .kh-faq-support-card__hero {
    height: 190px;
    overflow: hidden;
    border: 0;
    border-radius: 17px;
    background:
        radial-gradient(circle at 69% 46%, rgba(255, 255, 255, .98) 0%, rgba(245, 248, 255, .86) 45%, transparent 70%),
        linear-gradient(145deg, rgba(246, 249, 255, .92), rgba(237, 242, 255, .72));
}

html body .kh-faq-page .kh-faq-support-card__hero::after {
    right: 18px;
    bottom: 5px;
    width: 190px;
    height: 18px;
    opacity: .7;
}

html body .kh-faq-page .kh-faq-support-card__mark {
    top: 15px;
    left: 15px;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    box-shadow: 0 13px 27px rgba(64, 112, 255, .25);
}

html body .kh-faq-page .kh-faq-support-card__mark svg {
    width: 25px;
    height: 25px;
}

html body .kh-faq-page .kh-faq-support-card__agent {
    top: -7px;
    right: -7px;
    width: 268px;
    height: 206px;
    object-fit: contain;
    object-position: right center;
    filter: drop-shadow(0 10px 15px rgba(47, 66, 105, .08));
}

html body .kh-faq-page .kh-faq-support-card__bubble {
    display: none;
}

html body .kh-faq-page .kh-faq-support-card__copy h2 {
    margin-top: 12px;
    font-size: 21px;
    line-height: 1.18;
    letter-spacing: -.02em;
}

html body .kh-faq-page .kh-faq-support-card__copy p {
    max-width: 250px;
    margin-top: 7px;
    font-size: 12px;
    line-height: 1.5;
}

html body .kh-faq-page .kh-faq-support-card ul {
    gap: 0;
    margin-top: 12px;
}

html body .kh-faq-page .kh-faq-support-card li {
    border-bottom: 1px solid rgba(221, 230, 244, .8);
}

html body .kh-faq-page .kh-faq-support-card li:last-child {
    border-bottom: 0;
}

html body .kh-faq-page .kh-faq-support-card__channel {
    min-height: 58px;
    grid-template-columns: 40px minmax(0, 1fr) 30px;
    gap: 10px;
    padding: 7px 2px;
    border-radius: 13px;
}

html body .kh-faq-page .kh-faq-support-card__channel:hover {
    background: rgba(255, 255, 255, .72);
    transform: translateX(2px);
}

html body .kh-faq-page .kh-faq-support-card__channel-icon {
    width: 40px;
    height: 40px;
    border-color: #dde6f5;
    border-radius: 12px;
    box-shadow: 0 9px 20px rgba(44, 72, 125, .07);
}

html body .kh-faq-page .kh-faq-support-card__channel-icon svg {
    width: 20px;
    height: 20px;
}

html body .kh-faq-page .kh-faq-support-card__channel-copy strong {
    font-size: 13px;
    line-height: 1.3;
}

html body .kh-faq-page .kh-faq-support-card__channel-copy small {
    margin-top: 3px;
    font-size: 10.5px;
    line-height: 1.3;
}

html body .kh-faq-page .kh-faq-support-card__channel-arrow {
    width: 30px;
    height: 30px;
    font-size: 17px;
}

html body .kh-faq-page .kh-faq-support-card__cta {
    min-height: 48px;
    margin-top: 13px;
    padding-inline: 17px;
    border-radius: 13px;
    font-size: 13px;
    box-shadow: 0 13px 26px rgba(65, 105, 255, .22);
}

@media (max-width: 900px) {
    html body .kh-faq-page .kh-faq-support-card__hero {
        height: 194px;
    }

    html body .kh-faq-page .kh-faq-support-card__agent {
        top: -10px;
        right: 0;
        width: 280px;
        height: 215px;
    }}

@media (max-width: 520px) {
    html body .kh-faq-page .kh-faq-support-card {
        padding: 14px;
        border-radius: 20px;
    }

    html body .kh-faq-page .kh-faq-support-card__hero {
        height: 184px;
    }

    html body .kh-faq-page .kh-faq-support-card__agent {
        top: -4px;
        right: -4px;
        width: 250px;
        height: 192px;
    }

    html body .kh-faq-page .kh-faq-support-card__copy h2 {
        font-size: 20px;
    }

    html body .kh-faq-page .kh-faq-support-card__channel {
        min-height: 56px;
    }}
html body main.kh-faq-page section.kh-faq-support-card {
    padding: 16px !important;
}

html body .kh-faq-page .kh-faq-support-card li > a.kh-faq-support-card__channel {
    display: grid !important;
    margin: 0;
    color: inherit;
    font-size: inherit;
    line-height: normal;
}

@media (max-width: 520px) {
    html body main.kh-faq-page section.kh-faq-support-card {
        padding: 14px !important;
    }}
html body main.kh-faq-page section.kh-faq-support-card {
    overflow: hidden;
    padding: 18px !important;
    border-color: #d9e3f4;
    border-radius: 22px;
    background:
        radial-gradient(circle at 86% 9%, rgba(111, 99, 255, .14), transparent 32%),
        radial-gradient(circle at 10% 17%, rgba(48, 195, 255, .09), transparent 25%),
        linear-gradient(155deg, #ffffff 0%, #f8f9ff 50%, #f1f4ff 100%);
    box-shadow: 0 20px 48px rgba(36, 59, 105, .1);
}

html body .kh-faq-page .kh-faq-support-card__hero {
    height: 188px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: none;
}

html body .kh-faq-page .kh-faq-support-card__hero::after {
    right: -22px;
    bottom: -3px;
    width: 220px;
    height: 30px;
    opacity: .45;
    background: radial-gradient(ellipse, rgba(94, 119, 171, .2), transparent 68%);
    filter: blur(5px);
}

html body .kh-faq-page .kh-faq-support-card__mark {
    top: 3px;
    left: 0;
    width: 48px;
    height: 48px;
    z-index: 4;
    border-radius: 14px;
}

html body .kh-faq-page .kh-faq-support-card__copy {
    position: absolute;
    top: 72px;
    left: 0;
    z-index: 4;
    width: 145px;
}

html body .kh-faq-page .kh-faq-support-card__copy h2 {
    margin: 0;
    color: #0a1630;
    font-size: 19px;
    line-height: 1.16;
    letter-spacing: -.025em;
}

html body .kh-faq-page .kh-faq-support-card__copy p {
    max-width: 145px;
    margin: 12px 0 0;
    color: #697995;
    font-size: 11px;
    line-height: 1.55;
}

html body .kh-faq-page .kh-faq-support-card__agent {
    top: auto;
    right: -20px;
    bottom: -5px;
    z-index: 2;
    width: 216px;
    height: 216px;
    object-fit: contain;
    object-position: right bottom;
    filter: drop-shadow(0 12px 16px rgba(47, 66, 105, .1));
}

html body .kh-faq-page .kh-faq-support-card__bubble {
    position: absolute;
    z-index: 3;
    display: block;
    pointer-events: none;
}

html body .kh-faq-page .kh-faq-support-card__bubble--one {
    top: 45px;
    left: 87px;
    width: 45px;
    height: 27px;
    border-radius: 15px 15px 15px 6px;
    background:
        radial-gradient(circle at 32% 50%, #fff 0 2px, transparent 2.5px),
        radial-gradient(circle at 50% 50%, #fff 0 2px, transparent 2.5px),
        radial-gradient(circle at 68% 50%, #fff 0 2px, transparent 2.5px),
        linear-gradient(135deg, #7564ff, #3f8eff);
    box-shadow: 0 9px 18px rgba(92, 102, 255, .2);
}

html body .kh-faq-page .kh-faq-support-card__bubble--two {
    top: 26px;
    left: 141px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #39c8ec;
    box-shadow: 0 8px 16px rgba(49, 179, 225, .25);
}

html body .kh-faq-page .kh-faq-support-card ul {
    gap: 0;
    margin-top: 7px;
}

html body .kh-faq-page .kh-faq-support-card li > a.kh-faq-support-card__channel {
    min-height: 54px;
    grid-template-columns: 40px minmax(0, 1fr) 30px;
    gap: 10px;
    padding: 6px 2px;
}

html body .kh-faq-page .kh-faq-support-card__channel-copy strong {
    font-size: 12.5px;
}

html body .kh-faq-page .kh-faq-support-card__channel-copy small {
    margin-top: 2px;
    font-size: 10px;
}

html body .kh-faq-page .kh-faq-support-card__cta {
    min-height: 48px;
    margin-top: 11px;
    padding-inline: 17px;
    border-radius: 13px;
    font-size: 13px;
}

@media (max-width: 520px) {
    html body main.kh-faq-page section.kh-faq-support-card {
        padding: 16px !important;
        border-radius: 22px;
    }

    html body .kh-faq-page .kh-faq-support-card__hero {
        height: 228px;
    }

    html body .kh-faq-page .kh-faq-support-card__mark {
        top: 5px;
        width: 52px;
        height: 52px;
    }

    html body .kh-faq-page .kh-faq-support-card__copy {
        top: 85px;
        width: 176px;
    }

    html body .kh-faq-page .kh-faq-support-card__copy h2 {
        font-size: 23px;
    }

    html body .kh-faq-page .kh-faq-support-card__copy p {
        max-width: 176px;
        margin-top: 14px;
        font-size: 13px;
        line-height: 1.55;
    }

    html body .kh-faq-page .kh-faq-support-card__agent {
        right: -5px;
        bottom: -5px;
        width: 270px;
        height: 270px;
    }

    html body .kh-faq-page .kh-faq-support-card__bubble--one {
        top: 54px;
        left: 116px;
        width: 53px;
        height: 31px;
    }

    html body .kh-faq-page .kh-faq-support-card__bubble--two {
        top: 32px;
        left: 181px;
        width: 8px;
        height: 8px;
    }

    html body .kh-faq-page .kh-faq-support-card li > a.kh-faq-support-card__channel {
        min-height: 62px;
        grid-template-columns: 44px minmax(0, 1fr) 32px;
        gap: 12px;
        padding: 7px 2px;
    }

    html body .kh-faq-page .kh-faq-support-card__channel-icon {
        width: 44px;
        height: 44px;
    }

    html body .kh-faq-page .kh-faq-support-card__channel-copy strong {
        font-size: 14px;
    }

    html body .kh-faq-page .kh-faq-support-card__channel-copy small {
        font-size: 11.5px;
    }

    html body .kh-faq-page .kh-faq-support-card__cta {
        min-height: 56px;
        margin-top: 14px;
        font-size: 14px;
    }}
html body main.kh-faq-page section.kh-faq-support-card {
    padding: 16px !important;
    background:
        radial-gradient(circle at 88% 9%, rgba(117, 102, 255, .11), transparent 33%),
        radial-gradient(circle at 11% 17%, rgba(51, 196, 255, .07), transparent 26%),
        linear-gradient(155deg, #fff 0%, #fafaff 49%, #f3f5ff 100%);
}

html body .kh-faq-page .kh-faq-support-card__hero {
    height: 180px;
}

html body .kh-faq-page .kh-faq-support-card__hero::before {
    content: "";
    position: absolute;
    top: 75px;
    right: 1px;
    z-index: 3;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #73c94b;
    box-shadow:
        -8px -46px 0 -1px #4dbde9,
        2px 25px 0 -1px #5bc75c;
    pointer-events: none;
}

html body .kh-faq-page .kh-faq-support-card__mark {
    width: 46px;
    height: 46px;
}

html body .kh-faq-page .kh-faq-support-card__copy {
    top: 69px;
    width: 146px;
}

html body .kh-faq-page .kh-faq-support-card__copy p {
    max-width: 146px;
    margin-top: 11px;
}

html body .kh-faq-page .kh-faq-support-card__agent {
    right: -34px;
    bottom: -1px;
    width: 194px;
    height: 194px;
}

html body .kh-faq-page .kh-faq-support-card__bubble--one {
    top: 45px;
    left: 101px;
    width: 45px;
    height: 27px;
}

html body .kh-faq-page .kh-faq-support-card__bubble--two {
    top: 25px;
    left: 158px;
}

html body .kh-faq-page .kh-faq-support-card li > a.kh-faq-support-card__channel {
    min-height: 52px;
    grid-template-columns: 38px minmax(0, 1fr) 29px;
    gap: 9px;
    padding-block: 5px;
}

html body .kh-faq-page .kh-faq-support-card__channel-icon {
    width: 38px;
    height: 38px;
}

html body .kh-faq-page .kh-faq-support-card__channel-arrow {
    width: 29px;
    height: 29px;
}

html body .kh-faq-page .kh-faq-support-card__cta {
    min-height: 46px;
    margin-top: 10px;
}

@media (max-width: 520px) {
    html body main.kh-faq-page section.kh-faq-support-card {
        padding: 16px !important;
    }

    html body .kh-faq-page .kh-faq-support-card__hero {
        height: 220px;
    }

    html body .kh-faq-page .kh-faq-support-card__hero::before {
        top: 90px;
        right: 4px;
        width: 8px;
        height: 8px;
        box-shadow:
            -10px -56px 0 -1px #4dbde9,
            1px 30px 0 -1px #5bc75c;
    }

    html body .kh-faq-page .kh-faq-support-card__copy {
        top: 82px;
        width: 180px;
    }

    html body .kh-faq-page .kh-faq-support-card__copy h2 {
        font-size: 22px;
    }

    html body .kh-faq-page .kh-faq-support-card__copy p {
        max-width: 180px;
        margin-top: 13px;
        font-size: 12.5px;
    }

    html body .kh-faq-page .kh-faq-support-card__agent {
        right: -38px;
        bottom: 0;
        width: 235px;
        height: 235px;
    }

    html body .kh-faq-page .kh-faq-support-card__bubble--one {
        top: 52px;
        left: 126px;
        width: 51px;
        height: 30px;
    }

    html body .kh-faq-page .kh-faq-support-card__bubble--two {
        top: 30px;
        left: 192px;
    }

    html body .kh-faq-page .kh-faq-support-card li > a.kh-faq-support-card__channel {
        min-height: 60px;
        grid-template-columns: 42px minmax(0, 1fr) 32px;
        gap: 11px;
        padding-block: 6px;
    }

    html body .kh-faq-page .kh-faq-support-card__channel-icon {
        width: 42px;
        height: 42px;
    }

    html body .kh-faq-page .kh-faq-support-card__cta {
        min-height: 54px;
        margin-top: 12px;
    }}
html body .kh-faq-page .kh-faq-support-card li > a.kh-faq-support-card__channel {
    grid-template-columns: 32px minmax(0, 1fr) 14px;
    gap: 10px;
}

html body .kh-faq-page .kh-faq-support-card__channel-icon {
    width: 32px;
    height: 40px;
    border: 0 !important;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none !important;
}

html body .kh-faq-page .kh-faq-support-card__channel-icon svg {
    width: 24px;
    height: 24px;
    stroke-width: 1.8;
}

html body .kh-faq-page .kh-faq-support-card__channel-arrow {
    width: 14px;
    height: auto;
    justify-content: flex-end;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #9aabc2;
    font-size: 25px;
    line-height: 1;
    font-weight: 500;
}

html body .kh-faq-page .kh-faq-support-card__channel:hover .kh-faq-support-card__channel-arrow {
    color: #657995;
    transform: translateX(2px);
}

@media (max-width: 520px) {
    html body .kh-faq-page .kh-faq-support-card li > a.kh-faq-support-card__channel {
        grid-template-columns: 36px minmax(0, 1fr) 15px;
        gap: 11px;
    }

    html body .kh-faq-page .kh-faq-support-card__channel-icon {
        width: 36px;
        height: 42px;
    }

    html body .kh-faq-page .kh-faq-support-card__channel-icon svg {
        width: 27px;
        height: 27px;
    }

    html body .kh-faq-page .kh-faq-support-card__channel-arrow {
        width: 15px;
        font-size: 27px;
    }}
html body .kh-faq-page .kh-faq-support-card__copy {
    top: 38px;
}

html body .kh-faq-page .kh-faq-support-card__bubble--one {
    top: 34px;
    left: 150px;
}

html body .kh-faq-page .kh-faq-support-card__bubble--two {
    top: 18px;
    left: 141px;
}

@media (max-width: 520px) {
    html body .kh-faq-page .kh-faq-support-card__copy {
        top: 44px;
    }

    html body .kh-faq-page .kh-faq-support-card__bubble--one {
        top: 39px;
        left: 190px;
    }

    html body .kh-faq-page .kh-faq-support-card__bubble--two {
        top: 22px;
        left: 181px;
    }}
html body .kh-faq-page .kh-faq-support-card__hero {
    height: 160px;
}

html body .kh-faq-page .kh-faq-support-card__agent {
    width: 178px;
    height: 178px;
}

@media (max-width: 520px) {
    html body .kh-faq-page .kh-faq-support-card__hero {
        height: 190px;
    }

    html body .kh-faq-page .kh-faq-support-card__agent {
        width: 210px;
        height: 210px;
    }}
html body .kh-faq-page .kh-faq-support-card__copy {
    top: 4px;
}

@media (max-width: 520px) {
    html body .kh-faq-page .kh-faq-support-card__copy {
        top: 6px;
    }}
html body .kh-faq-page .kh-faq-dashboard {
    margin-top: 14px;
}

html body main.kh-faq-page section.kh-faq-popular,
html body main.kh-faq-page section.kh-faq-group {
    margin: 0 !important;
    padding: 0 !important;
}

html body .kh-faq-page .kh-faq-section-title {
    margin: 0 !important;
    padding: 0 !important;
}

html body .kh-faq-page .kh-faq-search-status:empty {
    display: none;
}

html body .kh-faq-page .kh-faq-groups {
    margin-top: 12px;
}

@media (max-width: 900px) {
    html body .kh-faq-page .kh-faq-dashboard {
        margin-top: 14px;
    }}
@media (max-width: 767px) {
    html body .kh-faq-page .kh-faq-showcase {
        isolation: isolate;
        min-height: 0;
        padding: 22px 16px;
        background: #f6faff;
    }

    html body .kh-faq-page .kh-faq-showcase__visual {
        z-index: 0;
        inset: -8px;
        width: auto;
        height: auto;
        opacity: .88;
        filter: blur(2px) brightness(1.06) saturate(.88);
        transform: scale(1.035);
        transform-origin: center right;
    }

    html body .kh-faq-page .kh-faq-showcase__visual img {
        width: 100%;
        max-width: none;
        height: 100%;
        object-fit: cover;
        object-position: 72% center;
        transform: none;
    }

    html body .kh-faq-page .kh-faq-showcase::after {
        z-index: 1;
        inset: 0;
        background: linear-gradient(90deg, rgba(255, 255, 255, .9) 0%, rgba(249, 252, 255, .82) 58%, rgba(244, 249, 255, .58) 100%);
    }

    html body .kh-faq-page .kh-faq-showcase__copy {
        position: relative;
        z-index: 2;
    }}
html body .kh-faq-page .kh-faq-license-guide {
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}
html body .kh-faq-page .kh-faq-benefits {
    gap: 0;
}

html body .kh-faq-page .kh-faq-benefits article,
html body .kh-faq-page .kh-faq-benefits article:hover {
    padding: 12px 20px 16px;
    overflow: visible;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none;
}

html body .kh-faq-page .kh-faq-benefits article + article {
    border-left: 1px solid #dce7f4 !important;
}

@media (max-width: 900px) {
    html body .kh-faq-page .kh-faq-benefits {
        gap: 0;
    }

    html body .kh-faq-page .kh-faq-benefits article,
    html body .kh-faq-page .kh-faq-benefits article + article {
        border-top: 0 !important;
        border-left: 0 !important;
    }

    html body .kh-faq-page .kh-faq-benefits article:nth-child(even) {
        border-left: 1px solid #dce7f4 !important;
    }

    html body .kh-faq-page .kh-faq-benefits article:nth-child(n + 3) {
        border-top: 1px solid #dce7f4 !important;
    }}

@media (max-width: 520px) {
    html body .kh-faq-page .kh-faq-benefits article,
    html body .kh-faq-page .kh-faq-benefits article:nth-child(even),
    html body .kh-faq-page .kh-faq-benefits article:nth-child(n + 3) {
        border-left: 0 !important;
    }

    html body .kh-faq-page .kh-faq-benefits article + article {
        border-top: 1px solid #dce7f4 !important;
    }}
/* Preserve the late shared iPad rail overrides from the original global cascade. */
@media (min-width: 768px) and (max-width: 1023px) {
    html body .kh-faq-page .kh-faq-featured-articles .kh-home-articles-grid {
        width: 100% !important;
        max-width: none !important;
        display: flex !important;
        flex-flow: row nowrap !important;
        align-items: stretch !important;
        gap: 14px !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        padding: 2px 16px 16px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        box-sizing: border-box !important;
        scrollbar-width: none !important;
        -ms-overflow-style: none !important;
        overscroll-behavior-inline: contain !important;
        scroll-behavior: smooth !important;
        scroll-padding-inline: 16px !important;
        scroll-snap-type: x mandatory !important;
        -webkit-overflow-scrolling: touch !important;
    }

    html body .kh-faq-page .kh-faq-featured-articles .kh-home-articles-grid::-webkit-scrollbar {
        display: none !important;
    }

    html body .kh-faq-page .kh-faq-featured-articles .kh-home-articles-grid > .kh-home-article-card {
        width: min(40vw, 300px) !important;
        min-width: min(40vw, 300px) !important;
        max-width: min(40vw, 300px) !important;
        flex: 0 0 min(40vw, 300px) !important;
        margin: 0 !important;
        scroll-snap-align: start !important;
        scroll-snap-stop: normal !important;
    }
}
