/*#region base */
@media (min-width: 1100px) {
    .container {
        width: 1310px;
    }
}
.td-page-content p {
    display: none;
}
.icplay.play-video-item {
    cursor: pointer;
}

.icplay.play-video-item img {
    width: 48px;
    height: 48px;
}

.play-wrap {
    position: absolute;
    top: 60%;
    left: 59%;
    transform: translate(-50%, -50%);
}

@keyframes pulse {
    0% {
        transform: scale(1, 1);
    }

    50% {
        opacity: 0.3;
    }

    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

.bg {
    animation: pulse 1.2s ease infinite;
    background: #0992504f;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    position: absolute;
    left: -6px;
    top: -6px;
}

/*#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: linear-gradient(68deg, var(--Brand-600, #099250) 0%, var(--Brand-400, #3CCB7F) 131.14%);
    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 #099250;
    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;
    color: unset;
}

.bhxh-btn-text-green {
    color: #099250;
    font-size: 16px;
    font-family: 'Inter SemiBold', sans-serif;
    line-height: 24px;
    background: var(--Brand-600, #099250);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: var(--Brand-600, #099250);
}

.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/manufacture-agent/bg-banner.webp); */
    background-position: center;
    background-size: cover;
    background: radial-gradient(73.44% 69.04% at 52.14% 110.08%, #FFF 0.25%, rgba(255, 255, 255, 0.00) 100%), radial-gradient(77.72% 125.91% at 49.4% 136.65%, rgba(30, 255, 194, 0.50) 0%, rgba(0, 155, 113, 0.10) 67.76%, rgba(255, 255, 255, 0.00) 89.71%), linear-gradient(0deg, #BEEBDE 1.45%, #FBFFF6 47.28%), #FFF;
}

.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%);
}

/*#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;
    line-height: 60px;
    font-size: 52px;
}

.bhxh-hero-title {
    text-align: center;
    color: #181D27;
    font-family: 'Inter Bold', sans-serif;
    word-wrap: break-word;
}

.bhxh-hero-title-green {
    text-align: center;
    color: #099250;
    font-family: 'Inter Bold', sans-serif;
    word-wrap: break-word;
}

.br-mobile {
    display: none;
}

.bhxh-hero-title-highlight {
  text-align: center;
  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;
  background-size: 500% auto;
  animation: textShine 5s ease-in-out infinite alternate;
}
.highlight {
    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;
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;
}
.bhxh-hero-subtitle-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    text-align: center;
    color: #252B37;
    font-size: 20px;
    font-family: 'Inter', sans-serif;
}
.bhxh-hero-subtitle-line1,
.bhxh-hero-subtitle-line2 {
    display: contents;
}

.bhxh-hero-subtitle-bold {
    font-family: 'Inter SemiBold';
}

.bhxh-hero-subtitle {}

.bhxh-hero-subtitle-highlight {
    text-align: center;
    font-family: 'Inter SemiBold', sans-serif;
    width: fit-content;
    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;
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;
}

.bhxh-hero-cta {
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
    z-index: 999;
}

@media (max-width: 979px) {
    .bhxh-hero-title-row{
        gap: unset;
    }
    .bhxh-hero-content {
        margin-bottom: 32px;
    }

    .bhxh-hero-title,
    .bhxh-hero-title-highlight,
    .bhxh-hero-title-green {
        font-size: 28px;
        line-height: 38px;
    }

    .br-mobile {
        display: block;
    }

    .bhxh-hero-subtitle,
    .bhxh-hero-subtitle-highlight {
        font-size: 16px;
        line-height: 26px;
    }

    .bhxh-hero-subtitle-row {
        width: 100%;
        flex-direction: column;
        gap: 0;
    }
    .bhxh-hero-subtitle-line1,
    .bhxh-hero-subtitle-line2 {
        display: block;
        justify-content: center;
        flex-wrap: wrap;
        gap: 4px;
        font-size: 17px;
    }

    .bhxh-hero-cta {
        display: grid;
        justify-items: center;
    }
}

/*#endregion */
/*#region banner-form */
.crm-hero-banner-section {
    display: flex;
    justify-content: space-around;
    align-items: start;
    width: 100%;
    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;
    position: absolute;
    width: 70%;
    bottom: 39px;
    left: 0;
    top: 0;
    max-width: 819px;
} 

.form-placeholder-wrapper {
    padding: 4px;
    border-radius: var(--radius-3xl, 24px);
    width: 65%;
    background: var(--stroke, linear-gradient(43deg, var(--Molten-Orange-300, rgb(144 255 173 / 52%)) -0.05%, rgb(214 255 224 / 70%) 35.11%, rgb(91 227 136 / 70%) 100.81%));
    margin-bottom: 96px;
    /* min-height: 500px; */
    position: relative;
    z-index: 2;
}

.crm-hero-form-placeholder {
    min-height: 400px;
    border-radius: var(--radius-3xl, 24px);
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* width: 100%; */
    padding: 30px 0 24px 0;
    /* margin-bottom: 48px; */
    min-height: 500px;
}
@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;
        margin-bottom: unset;
    }
}

/*#endregion */

/*#region section-8 */
.register-section {
    background: url(/sites/amis/images/pages/manufacture-agent/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;
    min-height: 750px;
}

.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;
    justify-content: center;
    gap: 40px;
    max-width: 624px;
}

.register-left-title {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.register-title-text {
    color: white;
    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: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.register-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    flex-direction: column;
}

.register-item-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.register-item-text {
    color: white;
    font-size: 16px;
    font-family: 'Inter';
    line-height: 24px;
}

.register-ava {
    max-width: 176px;
    width: 100%;
    position: absolute;
    bottom: 15%;
    left: 51%;
    z-index: 99;
}

@media (max-width: 979px) {
    .register-title-text {
        font-size: 22px;
        line-height: 30px;
        text-align: center;
    }

    .register-ava {
        max-width: 240px;
        display: none;
    }

    .register-item {
        flex-direction: row;
        align-items: center;
    }

    .register-item-text {
        font-size: 16px;
        line-height: 24px;
    }

    .register-list {
        grid-template-columns: 1fr;
    }
}

/*#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-color: #edfcf2;
}

.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: #099250;
}

.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 features-detail-section*/

.features-detail-section {
    padding-top: 0;
    background: #fff;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.img-bg {
    position: absolute;
    /* width: 444px; */
    pointer-events: none;
    z-index: -1;
}

.img-bg--right {
    right: 0;
    top: 675px;
}

.img-bg--left {
    left: 0;
    top: 900px;
    transform: scaleX(-1) scaleY(-1);
}

.fd-inner {
    display: grid;
    gap: 96px;
}

.fd-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
    /* position: relative; */
    /* z-index: 2; */
}

.fd-img {
    width: 100%;
    display: block;
    border-radius: 16px;
}

.fd-content {
    display: grid;
    gap: 32px;
    /* z-index: 6; */
    /* position: relative; */
}

.fd-header {
    display: grid;
    gap: 12px;
}

.fd-label {
    color: #16B364;
    font-size: 20px;
    font-family: 'Inter SemiBold';
    line-height: 28px;
    text-transform: uppercase;
}

.fd-title {
    color: #252B37;
    font-size: 32px;
    font-family: 'Inter Bold';
    line-height: 40px;
}

.fd-list {
    display: grid;
    gap: 16px;
}

.fd-item {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 8px;
    align-items: start;
}

.fd-check {
    width: 24px;
    height: 24px;
    margin-top: 2px;
}

.fd-text {
    color: #414651;
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 979px) {
    .features-detail-section {
        padding: 48px 0;
    }

    .fd-inner {
        gap: 48px;
    }

    .fd-row,
    .fd-row-reverse {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .fd-content {
        display: contents;
    }

    .fd-title {
        order: 1;
        font-size: 22px;
        line-height: 32px;
    }

    .fd-img {
        order: 2;
    }

    .fd-list {
        order: 3;
    }

    .fd-content .bhxh-hero-cta {
        order: 4;
    }

    .fd-label {
        font-size: 16px;
        line-height: 24px;
    }
}

/*#endregion */
/*#region industry-section*/
.industry-section {
    width: 100%;
    padding: 96px 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 42px;
    background: #fff;
    padding-top: 0;
}

.industry-section__full-width-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.industry-section__container {
    width: 100%;
    max-width: 1272px;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 42px;
}

.industry-section__header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    text-align: center;
}

.industry-section__title {
    color: black;
    font-size: 32px;
    font-family: 'Inter Bold', sans-serif;
    line-height: 48px;
    margin: 0 auto;
}

.industry-section__subtitle {
    color: #374151;
    font-size: 18px;
    line-height: 24px;
    margin: 0 auto;
}

.industry-cards {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    flex-wrap: wrap;
    width: 100%;
}

.industry-card {
    flex: 1 1 calc(25% - 18px);
    border-radius: 16px;
    box-sizing: border-box;
}

.industry-card__content {
    background: rgba(255, 255, 255, 0.60);
    box-shadow: 50px 60px 100px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    outline-offset: -2px;
    backdrop-filter: blur(35px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    box-shadow: 0 8px 24px -6px rgba(129, 166, 255, 0.08), 0 12px 32px -6px rgba(141, 141, 141, 0.10);
}

.industry-card__header {
    align-self: stretch;
    height: 40px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #16b364;
}

.industry-card__title {
    color: white;
    font-size: 18px;
    font-family: 'Inter SemiBold', sans-serif;
    word-wrap: break-word;
}

.industry-card__body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex-grow: 1;
}

.industry-card__image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

@media (max-width: 979px) {
    .industry-card__title {
        font-size: 14px;
    }

    .industry-section {
        padding: 48px 0;
        gap: 32px;
    }

    .industry-section__title {
        font-size: 24px;
        line-height: 40px;
    }

    .industry-section__subtitle {
        font-size: 16px;
        line-height: 22px;
    }

    .industry-section__subtitle br {
        display: none;
    }

    .industry-card {
        flex: 1 1 calc(50% - 12px);
    }
}
/*#endregion */

/*#region mobile-section*/
.mobile-section {
    padding: 96px 0;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.mobile-section::before {
    content: '';
    position: absolute;
    width: 449px;
    height: 451px;
    left: 252px;
    top: 228px;
    background: linear-gradient(327deg, #FF7E37 0%, rgba(255, 255, 255, 0) 87%);
    border-radius: 9999px;
    filter: blur(200px);
    pointer-events: none;
    z-index: 0;
}

.mobile-section::after {
    content: '';
    position: absolute;
    width: 337px;
    height: 339px;
    left: 768px;
    top: 181px;
    background: #C9FFE4;
    border-radius: 9999px;
    filter: blur(200px);
    pointer-events: none;
    z-index: 0;
}

.mobile-section .container {
    position: relative;
    z-index: 1;
}

.mob-sec-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin-bottom: 32px;
}

.mobile-title-wrap {
    display: grid;
    gap: 12px;
    text-align: center;
}

.mobile-title {
    color: #181D27;
    font-size: 32px;
    font-family: 'Inter Bold', sans-serif;
    line-height: 40px;
}

.mobile-subtitle {
    color: #414651;
    font-size: 20px;
    font-family: 'Inter', sans-serif;
    line-height: 28px;
}

.mobile-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 32px;
    align-items: start;
}

.mobile-card {
    background: white;
    border-radius: 24px;
    box-shadow: 0px 18px 70px -4px rgba(191, 210, 197, 0.12), 0px 8px 28px -6px rgba(186, 229, 204, 0.12);
    overflow: hidden;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 0;
    padding: 24px;
}

.mobile-card-img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 24px;
}

.mobile-card-body {
    display: grid;
    gap: 20px;
    /* padding: 0 24px; */
}

.mobile-card-head {
    display: flex;
    align-items: center;
    gap: 16px;
}

.mobile-card-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.mobile-card-title {
    color: #181D27;
    font-size: 20px;
    font-family: 'Inter SemiBold', sans-serif;
    line-height: 28px;
}

.mobile-card-desc {
    color: #535862;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    line-height: 18px;
}

.mobile-check-list {
    display: grid;
    gap: 16px;
}

.mobile-check-item {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 8px;
    align-items: start;
}

.mobile-check-icon {
    width: 24px;
    height: 24px;
    margin-top: 2px;
}

.mobile-check-text {
    color: #535862;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    line-height: 24px;
}

@media (max-width: 979px) {
    .mobile-section {
        padding: 48px 0;
    }

    .mobile-cards {
        grid-template-columns: 1fr;
    }

    .mobile-title {
        font-size: 26px;
        line-height: 34px;
    }

    .mobile-subtitle {
        font-size: 16px;
        line-height: 24px;
    }
}
/*#endregion*/

/*#region cta-strip*/
.cta-strip {
    padding: 96px 0;
    padding-top: 0;
}

.cta-strip-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 0 66px;
    min-height: 221px;
    border-radius: 24px;
    overflow: hidden;
    background: url('/sites/amis/images/pages/manufacture-agent/formtrial.webp') center / cover no-repeat;
    max-width: 1280px;
    margin: 0 auto;
}

.cta-strip-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 550px;
    position: relative;
    z-index: 1;
}

.cta-strip-title {
    color: white;
    font-size: 32px;
    font-family: 'Inter Bold';
    line-height: 40px;
}

.cta-strip-subtitle {
    color: white;
    font-size: 16px;
    font-family: 'Inter Medium';
    line-height: 24px;
}

.cta-strip-mockup {
    position: absolute;
    right: 553px;
    top: 0;
    width: 250px;
    /* height: 280px; */
    /* overflow: hidden; */
    border-radius: 32px;
    /* opacity: 0.50; */
    pointer-events: none;
}

.cta-strip-mockup-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cta-strip-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    top: 40px;
}

.cta-strip-btn-primary {
    height: 52px;
    padding: 0 24px;
    background: linear-gradient(76deg, #099250 0%, #3CCB7F 100%);
    box-shadow: 0px 4px 6px -2px rgba(17, 24, 39, 0.05), 0px 12px 16px -4px rgba(17, 24, 39, 0.10);
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white !important;
    font-size: 16px;
    font-family: 'Inter SemiBold';
    line-height: 22px;
    text-decoration: none;
    white-space: nowrap;
}

.cta-strip-btn-secondary {
    height: 52px;
    padding: 0 24px;
    background: white;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #16B364 !important;
    font-size: 16px;
    font-family: 'Inter SemiBold';
    line-height: 22px;
    text-decoration: none;
    white-space: nowrap;
    border: 2px solid transparent;
}

@media (max-width: 979px) {
    .cta-strip {
        padding: 60px 16px;
    }

    .cta-strip-inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 40px 24px;
        min-height: unset;
    }

    .cta-strip-mockup {
        display: none;
    }

    .cta-strip-actions {
        flex-wrap: wrap;
        width: 100%;
        position: unset;
        justify-content: center;
    }

    .cta-strip-btn-primary,
    .cta-strip-btn-secondary {
        width: fit-content;
        justify-content: center;
    }
}
/*#endregion*/

/*#region pain-section*/
.pain-section {
    padding: 96px 0;
    background: #fff;
}

.pain-inner {
    display: grid;
    grid-template-columns: 405px 1fr;
    gap: 32px;
}
.pain-title-wrap{
    position: relative;
}
.pain-title {
    color: #000;
    font-size: 32px;
    font-family: 'Inter Bold', sans-serif;
    line-height: 40px;
}

.pain-deco-img {
    width: 218px;
    height: auto;
    margin-top: 16px;
    position: absolute;
    top: 56px;
    right: 51px;
}

.pain-title-accent {
    color: #099250;
}

.pain-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.pain-col {
    display: grid;
    gap: 32px;
}

.pain-card {
    padding: 24px 24px 32px 24px;
    background: white;
    border-radius: 24px;
    outline: 1px solid #AAF0C4;
    display: grid;
    gap: 20px;
}

.pain-card-head {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 16px;
    align-items: center;
}

.pain-card-icon {
    width: 64px;
    height: 64px;
    padding: 12px;
    background: #EDFCF2;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pain-card-icon img {
    width: 40px;
    height: 40px;
}

.pain-card-title {
    color: #181D27;
    font-size: 20px;
    font-family: 'Inter SemiBold', sans-serif;
    line-height: 28px;
}

.pain-card-body {
    color: #252B37;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    line-height: 24px;
}

@media (max-width: 979px) {
    .pain-section {
        padding: 48px 0;
    }

    .pain-inner {
        grid-template-columns: 1fr;
    }

    .pain-cards {
        grid-template-columns: 1fr;
    }

    .pain-deco-img {
        display: none;
    }

    .pain-title {
        text-align: center;
    }
}
/*#endregion*/
/*#region overview-section*/
.overview-section {
    padding: 96px 0;
    background: #fff;
    padding-top: unset;
}

.overview-inner {
    display: grid;
    gap: 40px;
}

.overview-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.overview-title-wrap {
    display: grid;
    gap: 12px;
    text-align: center;
}

.overview-title {
    color: #181D27;
    font-size: 32px;
    font-family: 'Inter Bold', sans-serif;
    line-height: 40px;
    max-width: 1227px;
    margin: 0 auto;
}

.overview-subtitle {
    color: #414651;
    font-size: 20px;
    font-family: 'Inter', sans-serif;
    line-height: 28px;
}

.overview-body {
    display: grid;
    grid-template-columns: 1fr 608px;
    gap: 64px;
    align-items: center;
}

.overview-features {
    display: grid;
    gap: 32px;
}

.overview-feature-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.overview-feature {
    display: grid;
    gap: 16px;
}

.overview-feature-icon {
    width: 40px;
    height: 40px;
}

.overview-feature-title {
    color: #181D27;
    font-size: 20px;
    font-family: 'Inter SemiBold', sans-serif;
    line-height: 28px;
    margin-bottom: 8px;
}

.overview-feature-desc {
    color: #535862;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    line-height: 24px;
}

.overview-image {
    width: 100%;
    border-radius: 16px;
    display: block;
}

.overview-video {
    display: block;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
}

@media (max-width: 979px) {
    .overview-section {
        padding: 48px 0;
    }

    .overview-inner {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }

    .overview-header {
        display: contents;
    }

    .overview-body {
        display: contents;
    }

    .overview-title-wrap {
        order: 1;
    }

    .overview-image-wrap {
        order: 2;
    }

    .overview-features {
        order: 3;
    }

    .overview-header .bhxh-hero-cta {
        order: 4;
    }

    .overview-feature-row {
        grid-template-columns: 1fr;
    }

    .overview-feature {
        grid-template-columns: 40px 1fr;
        grid-template-rows: auto auto;
        gap: 0 12px;
    }

    .overview-feature-icon {
        grid-row: 1 / 2;
    }

    .overview-feature-title {
        grid-column: 2;
        grid-row: 1 / 2;
        align-self: center;
        margin-bottom: 4px;
    }

    .overview-feature-desc {
        grid-column: 2;
        grid-row: 2 / 3;
    }
}
/*#endregion*/
/*#region fit-section*/
.fit-section {
    padding: 96px 0;
    background: #fff;
    padding-top: 0;
}

.fit-header {
    text-align: center;
    margin-bottom: 40px;
}

.fit-title {
    color: #181D27;
    font-size: 32px;
    font-family: 'Inter Bold', sans-serif;
    line-height: 40px;
}

.fit-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 32px;
    margin-bottom: 40px;
}

.fit-card {
    padding: 24px;
    background: white;
    border-radius: 24px;
    outline: 1px solid #EDEDED !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
    cursor: pointer;
    transition: outline-color 0.2s ease, box-shadow 0.2s ease;
    text-decoration: none;
    color: inherit;
}

.fit-card-active {
    outline: 2px solid #16B364;
    box-shadow: 0 8px 30px -4px rgba(10, 27, 137, 0.03), 0 8px 30px -6px rgba(116, 135, 255, 0.05);
}

.fit-card:hover {
    outline: 2px solid #16B364 !important;
    box-shadow: 0 8px 30px -4px rgba(10, 27, 137, 0.03), 0 8px 30px -6px rgba(116, 135, 255, 0.05);
    opacity: 1 !important;
}

.fit-card-icon {
    width: 146px;
    height: 98px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fit-card-icon img {
    width: 146px;
    height: 98px;
}

.fit-card-label {
    color: #181D27;
    font-size: 16px;
    font-family: 'Inter SemiBold', sans-serif;
    line-height: 24px;
}

.fit-section .bhxh-hero-cta {
    justify-content: center;
}

@media (max-width: 979px) {
    .fit-section {
        padding: 48px 0;
    }

    .fit-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .fit-card-icon {
        width: 100px;
        height: 67px;
    }

    .fit-card-icon img {
        width: 100px;
        height: 67px;
    }

    .fit-card {
        padding: 16px;
        border-radius: 16px;
    }
}
/*#endregion*/
/*#region ecosystem-section*/
.ecosystem-section {
    padding: 96px 0;
    background:
        radial-gradient(ellipse at 63% 135%, rgba(107,230,173,0.4) 0%, rgba(181,243,214,0.2) 36%, transparent 72%),
        radial-gradient(ellipse at 36% 132%, rgba(124,196,253,0.4) 0%, rgba(190,226,254,0.2) 32%, transparent 64%),
        #fff;
}

.ecosystem-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    margin-bottom: 40px;
}

.ecosystem-title-wrap {
    display: grid;
    gap: 12px;
    text-align: center;
}

.ecosystem-title {
    color: #181D27;
    font-size: 32px;
    font-family: 'Inter Bold', sans-serif;
    line-height: 40px;
    max-width: 1227px;
    margin: 0 auto;
}

.ecosystem-subtitle {
    color: #414651;
    font-size: 20px;
    font-family: 'Inter', sans-serif;
    line-height: 28px;
    text-align: center;
}

.ecosystem-image-wrap {
    width: 100%;
}

.ecosystem-image {
    width: 100%;
    display: block;
}

@media (max-width: 979px) {
    .ecosystem-section {
        padding: 48px 0;
    }

    .ecosystem-title {
        font-size: 22px;
        line-height: 32px;
    }

    .ecosystem-subtitle {
        font-size: 16px;
        line-height: 24px;
    }
}
/*#endregion*/


/*#region process*/
.process.section-p {
    padding: 96px 0;
    background: #fff;
    padding-top: 0;
}

.process .default-title {
    color: #181D27;
    font-size: 32px;
    font-family: 'Inter Bold', sans-serif;
    line-height: 40px;
    text-align: center;
    margin-bottom: 32px;
}

.process .bhxh-hero-cta {
    justify-content: center;
    margin-bottom: 40px;
}

.process-wrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 32px;
}

.process-item {
    position: relative;
    display: grid;
    gap: 24px;
    padding-top: 16px;
}

.pi-line-1 {
    position: absolute;
    left: 70px;
    top: 29px;
}

.pi-line-2 {
    position: absolute;
    top: 67px;
    left: 64px;
}

.pi-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    padding: 10px;
    border-radius: 12px;
    background: white;
    box-shadow: 0px 10px 15px -4px rgba(77, 208, 159, 0.08), 0px 0px 14px -6px rgba(176, 219, 198, 0.15);
}

.pi-icon img {
    width: 40px;
    height: 40px;
}

.pi-title {
    color: #181D27;
    font-family: 'Inter SemiBold', sans-serif;
    font-size: 18px;
    line-height: 24px;
}

.pi-desc {
    color: #414651;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    line-height: 24px;
}

@media (max-width: 979px) {
    .process.section-p {
        padding: 48px 0;
    }

    .process-wrap {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }

    .pi-line-1,
    .pi-line-2 {
        display: none;
    }
}
/*#endregion*/

/*#region process-section*/
.process-section {
    padding: 96px 0;
    background: #fff;
}

.process-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    margin-bottom: 40px;
}

.process-title {
    color: #181D27;
    font-size: 32px;
    font-family: 'Inter Bold', sans-serif;
    line-height: 40px;
    text-align: center;
    max-width: 1227px;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 32px;
}

.process-step {
    display: grid;
    gap: 24px;
    padding-top: 16px;
}

.process-step-icon {
    width: 60px;
    height: 60px;
    padding: 10px;
    background: white;
    box-shadow: 0px 10px 15px -4px rgba(77, 208, 159, 0.08), 0px 0px 14px -6px rgba(176, 219, 198, 0.15);
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.process-step-icon img {
    width: 40px;
    height: 40px;
}

.process-step-title {
    color: #181D27;
    font-size: 18px;
    font-family: 'Inter SemiBold', sans-serif;
    line-height: 24px;
}

.process-step-desc {
    color: #414651;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    line-height: 24px;
}

@media (max-width: 979px) {
    .process-section {
        padding: 48px 0;
    }

    .process-steps {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }
}
/*#endregion*/
/* #endregion */
