/*#region base */
@media (min-width: 1100px) {
    .container {
        width: 1310px;
    }
}
/*#endregion */
/*#region buttons*/

.product-btn-primary {
    min-width: 140px;
    padding: 14px 24px;
    background: linear-gradient(76deg, #1b49f5 0%, #5993ff 100%);
    overflow: unset;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    gap: 4px;
    position: relative;
    text-decoration: none;
}

.product-btn-outline {
    border: 2px solid #1b49f5;
    min-width: 150px;
    padding: 12px 24px;
    border-radius: 12px;
    outline: 2px #1b49f5 solid !important;
    backdrop-filter: blur(12px);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    background: linear-gradient(244deg, #fff 10.19%, #f8faff 105.78%);
    text-decoration: none;
}

.product-btn-outline .product-icon-box {
    width: 20px;
    height: 20px;
    overflow: hidden;
    opacity: 1;
    transition: transform 0.3s ease;
    transform: translateX(0);
}

.product-btn-outline:hover .product-icon-box {
    transform: translateX(4px);
}

.product-btn-outline-icon {
    min-width: 140px;
    padding: 12px 24px;
    background: white;
    border-radius: 12px;
    outline-offset: -2px;
    backdrop-filter: blur(12px);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    box-shadow:
        0 8px 30px -6px rgba(116, 135, 255, 0.05),
        0 8px 30px -4px rgba(10, 27, 137, 0.03);
    text-decoration: none;
}

.product-btn-outline-icon .product-icon-box {
    transition: transform 0.3s ease;
    width: 20px;
    height: 20px;
}

.product-btn-outline-icon:hover .product-icon-box {
    transform: translateX(4px);
}

.product-btn-text-white {
    text-align: center;
    color: white !important;
    font-size: 16px;
    font-family: "Inter SemiBold", sans-serif;
    line-height: 24px;
    word-wrap: break-word;
}

.product-btn-text-brand {
    text-align: center;
    color: #1b49f5;
    font-size: 16px;
    font-family: "Inter SemiBold", sans-serif;
    line-height: 24px;
    word-wrap: break-word;
}

.product-icon-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.product-icon-box {
}

.borderMove {
    position: relative;
    overflow: visible;
    display: inline-block;
}

.borderMove > * {
    position: relative;
    z-index: 1;
}

.borderMove::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 12px;
    background: linear-gradient(
        90deg,
        #ff6ec4,
        #7873f5,
        #22d3ee,
        #4ade80,
        #ff6ec4
    );
    background-size: 300% 300%;
    opacity: 0;
    filter: blur(2px);
    transition: opacity 0.3s ease;
}

.borderMove:hover::before {
    opacity: 1;
    animation: shadowMove 4s linear infinite;
}

@keyframes shadowMove {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 300% 50%;
    }
}

.ai-btn {
    outline: none !important;
    opacity: 1 !important;
}

@keyframes aiBtnBorderMove {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}

.ai-btn:hover {
    border: 2px solid transparent;
    background:
        linear-gradient(white, white) padding-box,
        linear-gradient(90deg, #ff6ec4, #7873f5, #4ade80, #22d3ee, #ff6ec4)
            border-box;
    background-size: 200% 200%;
    animation: aiBtnBorderMove 3s linear infinite;
}
@media (max-width:979px){
    .product-btn-primary {
        width: 100%;
        justify-content: center;
    }
}

.bhxh-btn-primary {
    min-width: 140px;
    padding: 14px 24px;
    background: var(--color-oneai, linear-gradient(270deg, #FF6F55 0%, #F64C2D 100%));
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    text-decoration: none;
}

.bhxh-btn-text-white {
    color: white;
    font-size: 16px;
    font-family: 'Inter SemiBold', sans-serif;
    line-height: 24px;
}

.bhxh-btn-outline-green {
    min-width: 140px;
    padding: 12px 24px;
    background: white;
    border-radius: 12px;
    border: 2px solid var(--g, #FF6F55);
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    text-decoration: none;
}

.line-action:hover {
    border: 2px solid transparent;
    background:
        linear-gradient(white, white) padding-box,
        linear-gradient(90deg, #ff6ec4, #7873f5, #4ade80, #22d3ee, #ff6ec4) border-box;
    background-size: 200% 200%;
    animation: aiBtnBorderMove 3s linear infinite;
}

.bhxh-btn-text-green {
    color: #099250;
    font-size: 16px;
    font-family: 'Inter SemiBold', sans-serif;
    line-height: 24px;
    background: linear-gradient(270deg, #FF6F55 0%, #F64C2D 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bhxh-btn-tertiary {
    min-width: 140px;
    padding: 12px 24px;
    background: white;
    border-radius: 12px;
    border: 2px solid rgba(255, 255, 255, 0.60);
    backdrop-filter: blur(12px);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    text-decoration: none;
    box-shadow: 0 8px 30px -6px rgba(116, 135, 255, 0.05), 0 8px 30px -4px rgba(10, 27, 137, 0.03);
}

.bhxh-btn-icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.bhxh-btn-outline-green:hover .bhxh-btn-icon,
.bhxh-btn-tertiary:hover .bhxh-btn-icon {
    transform: translateX(4px);
}

@media (max-width: 979px) {
    .bhxh-btn-primary,
    .bhxh-btn-outline-green,
    .bhxh-btn-tertiary {
        width: fit-content;
        justify-content: center;
    }
}

/*#endregion*/
/*#region banner */
@keyframes textShine {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}
.banner-main-cta {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    z-index: 1;
    margin-top: 32px;
    margin-bottom: 64px;
}
.td-header-wrap .td-header-menu-wrap-full {
    position: relative;
}
.wrap-page-content{
    position: relative;
}

.td-theme-wrap .footer{
    display:none;
}
.td-page-content{
    padding: unset;
}


.title-form-head {
    color: var(--Text-Secondary, #252B37);
    text-align: center;
    font-family: 'Inter SemiBold';
    font-size: 20px;
    font-style: normal;
    line-height: var(--Line-height-m, 28px);
    letter-spacing: var(--Letter-spacing-None, 0);
    margin: 0 auto;
}
.crm-hero-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 64px;
    padding-top: 126px;
    background: url(/sites/amis/images/pages/one-ai/bg-banner.webp);
    background-position: center;
    background-size: cover;
}

.crm-content-wrapper {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.crm-text-section {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    gap: 32px;
}

.crm-heading-group {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
}

.heading-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.crm-title-row {
    display: block;
}

.title-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.crm-title-text {
    text-align: center;
    color: #181D27;
    font-size: 54px;
    font-family: 'Inter Bold', sans-serif;
    word-wrap: break-word;
}

.crm-title-highlight {
    text-align: center;
    font-size: 54px;
    font-family: 'Inter Bold', sans-serif;
    word-wrap: break-word;
    background: var(--Gradient-Base-AI, linear-gradient(66deg, #1B49F5 0.38%, var(--Violet-500, #875BF7) 51.18%, #F969B7 94.86%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.subtitle-row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.subtitle-text {
    text-align: center;
    color: #252B37;
    font-size: 24px;
    font-family: 'Inter SemiBold', sans-serif;
    word-wrap: break-word;
}

.subtitle-highlight {
    text-align: center;
    font-size: 24px;
    font-family: 'Inter SemiBold', sans-serif;
    word-wrap: break-word;
    background: var(--Gradient-Base-AI, linear-gradient(66deg, #1B49F5 0.38%, var(--Violet-500, #875BF7) 51.18%, #F969B7 94.86%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.subtitle-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    position: relative;
    cursor: pointer;
}

.subtitle-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

/*#endregion */
/*#region stats */
.wrap-bg-main {
    background: linear-gradient(180deg, #FFF6F6 0%, #FFF 54.22%);
}
.stats {
    padding: 96px 0 0px 0;
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    align-items: center;
}

.stats-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 20px;
    height: 118px;
    background: #fff;
    border-radius: 16px;
    outline: 3px solid #fff;
    outline-offset: -3px;
}

.stats-number {
    align-self: stretch;
    text-align: center;
    color: #181D27;
    font-size: 32px;
    font-family: 'Inter Bold';
    line-height: 40px;
}

.stats-label {
    align-self: stretch;
    text-align: center;
    color: #535862;
    font-size: 18px;
    font-family: 'Inter';
    line-height: 24px;
}

@media (max-width: 979px) {
    .stats {
        padding: 48px 0 0 0;
    }

    .stats-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}
/*#endregion */
/*#region banner-cta */
.banner-cta {
 
padding-bottom: 96px;
}

.banner-cta-inner {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: start;
    gap: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background-image: url('/sites/amis/images/pages/one-ai/bg-banner-cta.webp');
    background-size: cover;
    background-position: center;
    box-shadow: 0 4px 40px rgba(137, 10, 10, 0.20);
    padding-right: 60px;
    padding-left: 101px;
    padding-top: 41px;
    background-repeat: no-repeat;
    min-height: 200px;
}

.banner-cta-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.banner-cta-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.banner-cta-title {
    color: #FF5B2A;
    font-size: 38px;
    font-family: 'Inter Bold';
    line-height: 46px;
}

.banner-cta-subtitle {
    color: #535862;
    font-size: 20px;
    font-family: 'Inter';
    line-height: 28px;
}

.banner-cta-subtitle-highlight {
    font-family: 'Inter SemiBold';
    background: var(--AI, linear-gradient(76deg, #FF5B2A 0%, #E459E2 65.27%, var(--Violet-600, #7839EE) 130.54%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;
    width: fit-content;
}

.banner-cta-right {
    display: flex;
    align-items: center;
    gap: 24px;
    padding-top: 54px;
}

@media (max-width: 979px) {
    .banner-cta {
        padding-bottom: 48px;
    }

    .banner-cta-inner {
        grid-template-columns: 1fr;
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .banner-cta-title {
        font-size: 24px;
        line-height: 32px;
    }

    .banner-cta-subtitle {
        font-size: 16px;
        line-height: 24px;
    }

    .banner-cta-right {
        padding-top: 0;
    }
}
/*#endregion */
/*#region features */
.features {
    padding-bottom: 96px;
}

.features-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.features-heading {
    text-align: center;
}

.features-title {
    color: #212121;
    font-size: 32px;
    font-family: 'Inter Bold';
    line-height: 40px;
    text-align: center;
}

.features-title-highlight {
    background: var(--AI, linear-gradient(76deg, #FF5B2A 0%, #E459E2 65.27%, var(--Violet-600, #7839EE) 130.54%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;
    width: fit-content;
}

.features-tabs {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 13px;
    width: 100%;
}

.features-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 24px;
    min-height: 143px;
    background: #fff;
    border-radius: 12px;
    outline: 1px solid #D1D5DB;
    cursor: pointer;
    transition: background 0.2s, outline-color 0.2s;
}

.features-tab.active {
    background: linear-gradient(180deg, #FF6F55 0%, #F64C2D 100%);
    outline-color: transparent;
}

.features-tab-icon {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.features-tab-label {
    color: #212121;
    font-size: 18px;
    font-family: 'Inter SemiBold';
    line-height: 24px;
    text-align: center;
}

.features-tab.active .features-tab-label {
    color: #fff;
}

.features-tab.active .features-tab-icon {
    filter: brightness(0) invert(1);
}

.features-desc {
    color: #111827;
    font-size: 20px;
    font-family: 'Inter';
    line-height: 28px;
    text-align: center;
    max-width: 904px;
}

.features-img-wrap {
    width: 100%;
}

.features-img {
    width: 100%;
    border-radius: 16px;
}

@media (max-width: 979px) {
    .features {
        padding: 48px 0;
    }

    .features-title {
        font-size: 22px;
        line-height: 30px;
    }

    .features-tabs {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .features-tab {
        min-height: unset;
        padding: 12px 8px;
        gap: 8px;
    }

    .features-tab-icon {
        width: 36px;
        height: 36px;
    }

    .features-tab-label {
        font-size: 13px;
        line-height: 18px;
    }

    .features-tab:last-child:nth-child(odd) {
        grid-column: 1 / -1;
        max-width: calc(50% - 4px);
        margin: 0 auto;
    }

    .features-desc {
        font-size: 16px;
        line-height: 24px;
        text-align: left;
    }
}
/*#endregion */
/*#region all-in-one */
.all-in-one {
    padding: 96px 0;
    background: #FFF6F6;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.all-in-one-blob {
    position: absolute;
    border-radius: 9999px;
    filter: blur(150px);
    pointer-events: none;
}

.all-in-one-blob-left {
    width: 458px;
    height: 459px;
    left: 330px;
    top: 276px;
    background: rgba(0, 89, 255, 0.20);
}

.all-in-one-blob-right {
    width: 458px;
    height: 459px;
    right: 776px;
    top: 276px;
    background: rgba(0, 89, 255, 0.20);
}

.all-in-one-blob-center {
    width: 527px;
    height: 527px;
    left: 50%;
    top: 232px;
    transform: translateX(-50%);
    background: #FFCFEF;
}

.all-in-one .container {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    position: relative;
}

.all-in-one-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 40px;
}

.all-in-one-title {
    color: #181D27;
    font-size: 32px;
    font-family: 'Inter Bold';
    line-height: 40px;
    text-align: center;
}

.all-in-one-title-highlight {
    background: var(--AI, linear-gradient(76deg, #FF5B2A 0%, #E459E2 65.27%, var(--Violet-600, #7839EE) 130.54%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;
    width: fit-content;
}

.all-in-one-subtitle {
    color: #535862;
    font-size: 20px;
    font-family: 'Inter';
    line-height: 28px;
    text-align: center;
}

.all-in-one-img-wrap {
    width: 100%;
}

.all-in-one-img {
    width: 100%;
}

@media (max-width: 979px) {
    .all-in-one {
        padding: 48px 0;
    }

    .all-in-one-blob-left,
    .all-in-one-blob-right {
        display: none;
    }

    .all-in-one-title {
        font-size: 22px;
        line-height: 30px;
    }

    .all-in-one-subtitle {
        font-size: 16px;
        line-height: 24px;
    }
}
/*#endregion */
/*#region why-oneai */
.why-oneai {
    padding: 96px 0;
}

.why-oneai-heading {
    text-align: center;
    margin-bottom: 40px;
}

.why-oneai-title {
    color: #181D27;
    font-size: 32px;
    font-family: 'Inter Bold';
    line-height: 40px;
}

.why-oneai-title-highlight {
    background: var(--AI, linear-gradient(76deg, #FF5B2A 0%, #E459E2 65.27%, var(--Violet-600, #7839EE) 130.54%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;
    width: fit-content;
}

.why-oneai-rows {
    display: flex;
    flex-direction: column;
    gap: 96px;
}

.why-oneai-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
}

.why-oneai-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.why-oneai-row-title {
    color: #252B37;
    font-size: 32px;
    font-family: 'Inter Bold';
    line-height: 40px;
}

.why-oneai-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.why-oneai-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.why-oneai-check {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.why-oneai-item-text {
    color: #181D27;
    font-size: 16px;
    font-family: 'Inter';
    line-height: 24px;
}

.why-oneai-img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-oneai-img {
    width: 100%;
    border-radius: 16px;
}

@media (max-width: 979px) {
    .why-oneai {
        padding: 48px 0;
    }

    .why-oneai-title {
        font-size: 22px;
        line-height: 30px;
    }

    .why-oneai-row,
    .why-oneai-row-reverse {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .why-oneai-row-reverse .why-oneai-img-wrap {
        order: -1;
    }

    .why-oneai-rows {
        gap: 48px;
    }

    .why-oneai-row-title {
        font-size: 22px;
        line-height: 30px;
    }

    .why-oneai-btns {
        flex-wrap: wrap;
    }
}
/*#endregion */
/*#region tooltip-ai-agent */
.tooltip-ai-agent {
    position: absolute;
    top: calc(100% + 8px);
    left: 564%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1000;
    pointer-events: none;
}

.subtitle-icon:hover .tooltip-ai-agent {
    opacity: 1;
    visibility: visible;
}

.tooltip-ai-agent-content {
    width: 318px;
    padding: 12px;
    background: white;
    border-radius: 8px;
    box-shadow: 0px 4px 24px rgba(10, 27, 137, 0.15);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
}

.tooltip-ai-agent-text {
    width: 294px;
    color: #101828;
    font-size: 12px;
    font-family: Inter;
    line-height: 16px;
    word-wrap: break-word;
}

.tooltip-ai-agent::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 37px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid white;
}


.bhxh-hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    margin-bottom: 64px;
}

.bhxh-hero-text-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    font-size: 54px;
}

.bhxh-hero-title-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.bhxh-hero-title-row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    flex-wrap: wrap;
    text-align: center;
}

.bhxh-hero-title {
    text-align: center;
    color: #181D27;
    font-size: 54px;
    font-family: 'Inter Bold', sans-serif;
    line-height: 60px;
    word-wrap: break-word;
}

.bhxh-hero-title-highlight {
    text-align: center;
    font-family: 'Inter Bold', sans-serif;
    line-height: 60px;
    word-wrap: break-word;
    background: var(--AI, linear-gradient(76deg, #FF5B2A 0%, #E459E2 65.27%, var(--Violet-600, #7839EE) 130.54%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;
    width: fit-content;
}

.bhxh-hero-subtitle-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    width: 660px;
    max-width: 100%;
}

.bhxh-hero-subtitle {
    text-align: center;
    color: #252B37;
    font-size: 24px;
    font-family: 'Inter SemiBold', sans-serif;
    line-height: 36px;
    word-wrap: break-word;
}

.bhxh-hero-subtitle-highlight {
    text-align: center;
    font-size: 24px;
    font-family: 'Inter SemiBold', sans-serif;
    line-height: 36px;
    word-wrap: break-word;
    background: var(--AI, linear-gradient(76deg, #FF5B2A 0%, #E459E2 65.27%, var(--Violet-600, #7839EE) 130.54%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;
    width: fit-content;
}

.bhxh-hero-cta {
    display: flex;
    align-items: center;
    gap: 16px;
}

@media (max-width: 979px) {
    .bhxh-hero-content {
        margin-bottom: 32px;
    }

    .bhxh-hero-title,
    .bhxh-hero-title-highlight {
        font-size: 28px;
        line-height: 38px;
    }

    .bhxh-hero-subtitle,
    .bhxh-hero-subtitle-highlight {
        font-size: 16px;
        line-height: 26px;
    }

    .bhxh-hero-subtitle-row {
        width: 100%;
    }

    .bhxh-hero-cta {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
}
/*#endregion */
/*#region banner-form */
.crm-hero-banner-section {
    display: flex;
    justify-content: space-around;
    gap: 24px;
    align-items: start;
    width: 100%;
    margin-bottom: 108px;
    position: relative;
}

.crm-hero-banner-image {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.crm-hero-banner-image img {
    height: auto;
    border-radius: 16px;
    display: block;
    top: 0;
}

.form-placeholder-wrapper {
    padding: 3px;
    border-radius: var(--radius-3xl, 24px); 
    width: 65%;
    height: fit-content;
}

.crm-hero-form-placeholder {
    min-height: 400px;
    border-radius: var(--radius-3xl, 24px);
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: 30px 0 0px 0;
    margin-bottom: 48px;
}

@media (max-width: 979px) {
    .tooltip-ai-agent::before{
        left: 150px;
    }
    .tooltip-ai-agent{
        width: auto;
        left: -384%;
    }
    .subtitle-icon{
        display: unset;
    }
    .subtitle-highlight{
    }
    .subtitle-text{
        font-size: 20px;
    }
    .subtitle-row{
        font-size: 23px;
        display: block;
        max-width: 308px;
        text-align: center;
    }
    .crm-hero-banner-image img{
        position: unset;
        width: 100%;
    }
    .crm-hero-container {
        gap: 32px;
        padding-top: 40px;
    }

    .crm-content-wrapper {
        gap: 24px;
    }

    .crm-text-section {
        gap: 24px;
    }

    .crm-heading-group {
        gap: 16px;
    }

    .crm-title-text,
    .crm-title-highlight {
        font-size: 26px;
    }

    .crm-action-buttons {
        display: flex;
        flex-wrap: wrap;
        gap: 9px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .crm-hero-banner-section {
        grid-template-columns: 1fr;
        gap: 16px;
        flex-direction: column;
        margin-bottom: 48px;
    }

    .form-placeholder-wrapper {
        width: 100%;
        min-width: unset;
    }
}

/*#endregion */

/*#region section-8 */
.register-section {
    background: url(/sites/amis/images/pages/one-ai/bg-register.webp) center / cover no-repeat;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 96px 0px 0px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.register-section__container {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 40px;
}

.register-section__content {
    display: flex;
    justify-content: space-between;
    gap: 54px;
}

.register-section__features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 39px;
    max-width: 829px;
}

.register-features {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.register-features-title {
    color: white;
    font-size: 32px;
    font-family: 'Inter Bold', sans-serif;
    line-height: 40px;
}

.register-features-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 32px;
}

.register-feature-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.register-feature-icon {
    width: 40px;
    height: 40px;
}

.register-feature-text {
    color: white;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    line-height: 24px;
}

.register-section__form-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    max-width: 508px;
    border-radius: 36px;
    background: url(/sites/amis/images/pages/crm-v3/bg-form.webp);
    box-shadow: 0 4px 60px 0 rgba(10, 27, 137, 0.10);
    padding: 30px;
    background-repeat: no-repeat;
    background-size: cover;
}

.register-section__form {
    padding: 38px 0px;
    background: white;
    box-shadow: 24px 24px 100px -12px rgba(0, 82.38, 235.38, 0.50);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 32px;
}

.register-section__form-header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.register-section__form-title {
    width: 100%;
    text-align: center;
    color: #27272D;
    font-size: 24px;
    font-family: 'Inter Bold', sans-serif;
    word-wrap: break-word;
}

.register-section__form-subtitle {
    width: 100%;
    text-align: center;
    color: #2563EB;
    font-size: 16px;
    font-family: 'Inter Bold', sans-serif;
    word-wrap: break-word;
}

@media (max-width: 979px) {
    .register-section__container {
        background-size: cover;
        background-position: center;
        padding: 15px;
        padding-top: 20px;
    }

    .register-section {
        padding: 48px 0 0 0;
    }

    .register-section__content {
        flex-direction: column;
        gap: 40px;
    }

    .register-section__features {
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .register-section__form-wrapper {
        flex-direction: column;
        padding: unset;
    }

    .register-section__form {
        max-width: 100%;
        padding: 13px;
    }
}

.register-features-container {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    display: inline-flex;
}

.register-features-main {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    display: flex;
}

.register-features-title {
    align-self: stretch;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex;
    padding-top: 94px;
}

.register-features-title-text {
    flex: 1 1 0;
    color: white;
    font-size: 32px;
    font-family: 'Inter Bold';
    line-height: 40px;
    word-wrap: break-word;
}

.register-features-list {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px 12px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.register-features-item {
    align-self: stretch;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    display: inline-flex;
}

.register-features-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.register-features-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.register-features-content {
    flex: 1 1 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: inline-flex;
}

.register-features-text {
    align-self: stretch;
}

.register-features-text-normal {
    color: white;
    font-size: 16px;
    font-family: Inter;
    line-height: 24px;
    word-wrap: break-word;
}

.register-features-text-bold {
    color: white;
    font-size: 16px;
    font-family: 'Inter Bold';
    line-height: 24px;
    word-wrap: break-word;
}

.register-features-demo-box {
    padding: 16px;
    border-radius: 12px;
    outline: 1px #8EB9FF solid;
    outline-offset: -1px;
    backdrop-filter: blur(20px);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    display: flex;
}

.register-features-demo-item {
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    display: inline-flex;
}

.register-features-demo-item-short {
    max-width: 312px;
}

.register-features-demo-item-long {
    max-width: 437px;
}

.register-features-demo-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.register-features-demo-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.register-features-demo-content {
    flex: 1 1 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px;
    display: inline-flex;
}

.register-features-demo-text {
    align-self: stretch;
    color: white;
    font-size: 16px;
    font-family: Inter;
    line-height: 24px;
    word-wrap: break-word;
}
@media(max-width:979px){
    .register-features-title-text{
        font-size: 26px;
    }
    .register-features-title-text br {
        display: none;
    }
    .register-features-title{
        padding-top: 0;
    }
}

.register-left {
    padding-top: 24px;
    padding-bottom: 24px;
}

.register-left-body {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.register-left-title {
    display: flex;
    flex-direction: column;
}

.register-title-text {
    color: #181D27;
    font-size: 32px;
    font-family: 'Inter Bold';
    line-height: 40px;
}

.register-title-highlight {
    color: #FF5B2A;
    background: var(--AI, linear-gradient(76deg, #FF5B2A 0%, #E459E2 65.27%, var(--Violet-600, #7839EE) 130.54%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;
    width: fit-content;
}

.register-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.register-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.register-item-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.register-item-text {
    color: #252B37;
    font-size: 20px;
    font-family: 'Inter SemiBold';
    line-height: 28px;
}

.register-ava {
    max-width: 300px;
    width: 100%;
}

@media (max-width: 979px) {
    .register-title-text {
        font-size: 22px;
        line-height: 30px;
    }

    .register-ava {
        max-width: 240px;
    }

    .register-item-text {
        font-size: 16px;
        line-height: 24px;
    }
}
/*#endregion */

.question-wrap {
    margin: 0;
    padding-top: 40px;
    font-size: 18px;
}

.ic-question {
    margin: 0 auto 10px;
}

.question .panel-group .panel {
    border-radius: 16px;
}

.question .panel-group .panel:not(:first-child) {
    margin-top: 15px;
}

.question .panel-default>.panel-heading {
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
    font-family: 'Inter SemiBold', sans-serif;
    padding-left: 0;
    padding-bottom: 12px;
}

.panel-answer {
    line-height: 1.5;
    font-size: 16px;
}

.panel-answer ul li {
    padding: 0 0 10px 18px;
    position: relative;
    list-style: none;
    margin: 0;
}

.panel-answer ul li::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #c8c8c8;
    left: 0;
    top: 6px;
}

.panel-answer ul li:last-child {
    padding-bottom: 0;
}

.panel-answer>div:not(:last-child) {
    padding-bottom: 6px;
}

.page-title {
    color: #212121;
    text-align: center;
    font-family: 'Inter Bold', sans-serif;
    font-size: 40px;
    font-style: normal;
}

.section-temp.question {
    padding: 64px 0 96px 0;
}

.section-temp.question .panel-default:has(.panel-collapse.in) {
    border-radius: var(--radius-4xl, 24px);
    border: 1px solid var(--Blue-400, #5993FF);
    background: var(--Base-White, #FFF);
    box-shadow: 0 6px 20px 3px rgba(116, 135, 255, 0.03), 0 3px 6px -6px rgba(10, 27, 137, 0.03);
}

.section-temp.question .panel-default.active-panel {
    border-radius: var(--radius-4xl, 24px);
    border: 1px solid var(--Blue-400, #5993FF);
    background: var(--Base-White, #FFF);
    box-shadow: 0 6px 20px 3px rgba(116, 135, 255, 0.03), 0 3px 6px -6px rgba(10, 27, 137, 0.03);
}

.section-temp.question .panel-default:has(.panel-collapse.in) .panel-heading {
    color: var(--Text-Blue, #2662FF);
}

.section-temp.question .panel-default.active-panel .panel-heading {
    color: var(--Text-Blue, #2662FF);
}
@media(max-width:979px){
    .section-temp.question{
        padding-bottom:10px
    }
    .question-wrap{
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .page-title{
    font-size: 28px;
}
}
/*#endregion */
/*#region robot */
.robot {
    position: absolute;
}

img.robot.robot-6 {
    right: -5px;
    bottom: -98px;
}

img.robot.robot-9 {
    bottom: 0;
    left: 45%;
    width: 275px;
}

@media (max-width: 979px) {
    .robot {
        width: 20%;
    }
    img.robot.robot-6 {
        width: 51%;
    }



    img.robot.robot-9 {
        left: 4px;
        bottom: -61px;
        display: none;
    }
}

/*#endregion */

/*#region badge-hot */
.badge-hot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0px 4px;
    background: #F04438;
    border-radius: 4px;
    margin-left: 8px;
}

.badge-hot-text {
    color: white;
    font-size: 12px;
    font-family: 'Inter Medium';
    line-height: 18px;
    word-wrap: break-word;
}

/*#endregion */
/*#region security-certifications */
.security-certifications-section {
    padding-top: 96px;
    padding-bottom: 96px;
    background: #FFF6F6;
}

.security-certifications-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.security-certifications-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 40px;
}

.security-certifications-title {
    color: #181D27;
    font-size: 32px;
    line-height: 40px;
    font-family: 'Inter Bold', sans-serif;
    text-align: center;
}

.security-certifications-grid {
    display: flex;
    align-items: center;
    gap: 32px;
}

.certification-card {
    flex: 1;
    min-width: 0;
}

.certification-card-inner {
    display: flex;
    justify-content: center;
    gap: 10px;
    height: 140px;
    padding: 22px 20px;
    background: white;
    border-radius: 16px;
    outline: 3px solid rgba(255, 255, 255, 0.60);
    outline-offset: -3px;
    box-shadow: 0px 4px 8.7px 4px rgba(10, 27, 137, 0.02), 0px 24px 50px -8px rgba(10, 27, 137, 0.03);
}

.certification-image {
    max-width: 100%;
    height: auto;
    width: auto;
}


@media (max-width: 979px) {
    .security-certifications-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .security-certifications-container {
        padding: 0 15px;
    }

    .security-certifications-title {
        font-size: 24px;
        line-height: 32px;
    }

    .security-certifications-grid {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .certification-card {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}

/*#endregion */
/*#region awards*/
.awards-section {
    padding: 96px 0;
    overflow: hidden;
    background: #fff;
}

.awards-header {
    max-width: 1227px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    gap: 12px;
    text-align: center;
}

.awards-title {
    color: #181d27;
    font-size: 32px;
    line-height: 40px;
    font-family: 'Inter Bold', sans-serif;
}

.awards-subtitle {
    color: #414651;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    line-height: 28px;
}

.awards-slider {
    margin-top: 40px;
    align-items: center;
    gap: 16px;
}

.swiper.awards-slider.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    position: relative;
    z-index: 0;
    height: 342px;
}

.awards-slider span.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border-radius: 9999px;
    background: #E9EAEB;
    opacity: unset;
}

.awards-slider span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #FF5637;
}

.awards-slider .swiper-pagination {
    position: absolute;
    bottom: 0;
    z-index: 16;
}

.award-card {
    position: relative;
    justify-items: center;
    align-content: start;
    gap: 12px;
    scroll-snap-align: center;
}

.award-shadow {
    width: 111px;
    height: 24px;
    background: rgba(190, 190, 190, 0.4);
    position: absolute;
    bottom: 147px;
    filter: blur(11.395349502563477px);
    left: 50%;
    transform: translate(-50%);
}

.award-shadow-small {
    width: 116px;
    height: 24px;
}

.award-shadow-medium {
    width: 121px;
    height: 26px;
}

.award-shadow-xsmall {
    width: 111px;
    height: 24px;
}

.award-image-link {
    display: grid;
    place-items: center;
    text-decoration: none;
}

.award-image {
    height: 187.07px;
    width: auto;
    display: block;
    position: relative;
    z-index: 2;
}

.award-caption {
    margin-top: 33px;
    width: 209px;
    display: grid;
    justify-items: center;
    gap: 6px;
}

.award-caption-wide {
    width: 267px;
}

.award-name {
    width: 100%;
    text-align: center;
    color: #181d27;
    font-family: 'Inter Medium', sans-serif;
    font-size: 18px;
    line-height: 24px;
}

@media (max-width: 979px) {
    .awards-section {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .awards-title {
        font-size: 26px;
        line-height: 34px;
    }

    .awards-subtitle {
        font-size: 16px;
        line-height: 24px;
    }

    .awards-subtitle br {
        display: none;
    }

    .awards-slider {
        gap: 12px;
    }

    .awards-track {
        justify-content: start;
    }

    .award-caption {
        width: 100%;
    }
}
/*#endregion*/

/*#region ic-action-play */
@keyframes pulse {
    0% {
        transform: scale(1, 1);
    }
    50% {
        opacity: 0.3;
    }
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

.ai-feature-right {
    display: grid;
    grid-template-areas: "stack";
}

.ai-feature-right > * {
    grid-area: stack;
}

.ai-feature-right > img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
}

.ic-action-play {
    display: grid;
    grid-template-areas: "stack";
    place-items: center;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
}

.ic-action-play > * {
    grid-area: stack;
}

.ic-action-play .bg {
    animation: pulse 1.2s ease infinite;
    background: rgba(27, 73, 245, 0.3);
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.ic-action-play .icplay {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.ic-action-play .icplay img {
    width: 48px;
    height: 48px;
}
/*#endregion */

/*#region ai-roles*/
.ai-roles {
    padding: 96px 0;
}

.ai-roles .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ai-roles-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 40px;
}

.ai-roles-title {
    font-family: 'Inter Bold';
    font-size: 32px;
    line-height: 40px;
    color: #181D27;
    text-align: center;
}

.ai-roles-tabs {
    display: flex;
    align-items: center;
    padding: 8px;
    background: #F5F5F5;
    border-radius: 9999px;
    backdrop-filter: blur(12px);
    margin-bottom: 40px;
}

.ai-roles-tab {
    padding: 12px 24px;
    border-radius: 9999px;
    font-family: 'Inter SemiBold';
    font-size: 16px;
    line-height: 24px;
    color: #181D27;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.ai-roles-tab.active {
    background: #fff;
    color: #FF6F55;
}

.ai-roles-images {
    width: 100%;
}

.ai-roles-img {
    width: 100%;
    display: none;
}

.ai-roles-img.active {
    display: block;
}

@media (max-width: 979px) {
    .ai-roles {
        padding: 48px 0;
    }

    .ai-roles-title {
        font-size: 24px;
        line-height: 32px;
    }

    .ai-roles-tab {
        font-size: 14px;
        padding: 10px 16px;
    }
}
/*#endregion*/

/*#region feature-sections*/
.feature-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 64px;
}

.feature-row-reverse {
    grid-template-columns: 1fr 1fr;
}

.feature-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.feature-body {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.feature-title {
    color: #252B37;
    font-size: 32px;
    font-family: 'Inter Bold';
    line-height: 40px;
}

.feature-checklist {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.feature-img {
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
}

@media (max-width: 979px) {
    .dien-tu-hoa-section,
    .ket-noi-bhxh-section,
    .lien-thong-section {
        padding: 48px 10px;
    }

    .feature-row,
    .feature-row-reverse {
        grid-template-columns: 1fr;
    }

    .feature-row-reverse .feature-img {
        order: -1;
    }

    .feature-title {
        font-size: 24px;
        line-height: 32px;
    }
}
/*#endregion*/
/*#region question*/
.question {
    padding: 96px 0 96px 0;
}

.page-title {
    margin: 0 auto;
    color: #181D27;
    text-align: center;
    font-family: 'Inter Bold', sans-serif;
    font-size: 32px;
    line-height: 40px;
}

.question-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.panel-default {
    padding: 24px;
    background: white;
    border-radius: 24px!important;
    border: 1px solid var(--Border-Second, #E9EAEB);
    padding-bottom: 12px;
}

.panel-heading {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 0;
    background: none;
    border-radius: 0;
    cursor: pointer;
    background-color: #fff !important;
    color: #181D27;
}

.panel-heading-content {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 4px;
}

.panel-number {
    flex-shrink: 0;
    color: #181D27;
    font-family: 'Inter SemiBold', sans-serif;
    font-size: 18px;
    line-height: 24px;
}

.panel-heading .heading3 {
    color: #181D27;
    font-family: 'Inter SemiBold', sans-serif;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
}

.panel-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    background: url(/sites/amis/images/pages/ketoan/ic-dow.webp) center / 12px no-repeat;
}

.panel-heading:not(.collapsed) .panel-icon {
    background-image: url(/sites/amis/images/pages/ketoan/ic-up.webp);
}
   
.panel-answer {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.panel-answer p {
    color: #535862;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    line-height: 24px;
    margin: 0;
}

.panel-answer a {
    color: var(--Text-Blue, #2662FF);
}

.panel-answer li {
    display: block;
    margin-left: 10px;
}

.panel-answer ul li {
    padding: 0 0 10px 18px;
    position: relative;
    list-style: none;
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: var(--Text-Tertiary, #535862);
}

.panel-answer ul li::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #c8c8c8;
    left: 0;
    top: 6px;
}

.panel-answer ul li:last-child {
    padding-bottom: 0;
}

.question .panel-default:has(.panel-collapse.in) {
    border-radius: 24px;
    border-color: rgba(255, 86, 55, 0.64);
    box-shadow: 0 6px 20px 3px rgba(116, 135, 255, 0.03), 0 3px 6px -6px rgba(10, 27, 137, 0.03);
}

.question .panel-default.active-panel {
    border-radius: 24px;
    border-color: var(--Blue-400, #5993FF);
    box-shadow: 0 6px 20px 3px rgba(116, 135, 255, 0.03), 0 3px 6px -6px rgba(10, 27, 137, 0.03);
}

.question .panel-default:has(.panel-collapse.in) .panel-heading,
.question .panel-default.active-panel .panel-heading {
    align-items: flex-start;
    gap: 16px;
}

.question .panel-default:has(.panel-collapse.in) .panel-heading-content,
.question .panel-default.active-panel .panel-heading-content {
    align-items: flex-start;
}

.question .panel-default:has(.panel-collapse.in) .panel-number,
.question .panel-default:has(.panel-collapse.in) .panel-heading .heading3,
.question .panel-default.active-panel .panel-number,
.question .panel-default.active-panel .panel-heading .heading3 {
    color: var(--Text-Blue, #2662FF);
    color: #FF5637;
}

@media (max-width: 979px) {
    .question {
        padding-bottom: 10px;
    }

    .question-wrap {
        margin-top: 30px;
    }

    .page-title {
        font-size: 28px;
    }
}
/*#endregion*/