.about_us_banner_section {
    width: 100%;
    background: linear-gradient(3deg, #FFF 2.41%, #F6F9FF 93.56%);
    padding: 56px 0px;
}

.about_us_banner_content {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.about_us_banner_content h1 {
    color: var(--grey, #222A3F);
    text-align: center;
    font-family: Manrope;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 65px;
    width: 100%;
    max-width: 534px;
}

.about_us_video_container {
    width: 100%;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_us_video {
    width: 100%;
    max-width: 1095px;
    height: 520px;
    border-radius: 32px;
    object-fit: cover;
    cursor: pointer;
    display: block;
}

.expertise_section {
    width: 100%;
    background: var(--linear-gradient, linear-gradient(3deg, #F0F5FF 2.41%, #F6FAFF 97.59%));
    padding: 80px 0px;
    margin-top: 32px;
}

.expertise_container {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.expertise_content_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.expertise_content {
    display: flex;
    flex-direction: column;
}

.expertise_heading {
    color: var(--grey, #222A3F);
    font-family: Manrope;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 100%;
    max-width: 330px;
}

.expertise_stats {
    width: 100%;
    display: flex;
    margin-top: 65px;
    margin-bottom: 72px;
}

.stats_item1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 109px;
    gap: 4px;
}

.stats_item2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 127px;
    gap: 4px;
}

.stats_item3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 278px;
    gap: 4px;
}

.stats_item1 h3 {
    color: var(--grey, #222A3F);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Manrope;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.stats_item1 p {
    color: var(--text-secondary, #5F6368);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

.stats_item2 h3 {
    color: var(--grey, #222A3F);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Manrope;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.stats_item2 p {
    color: var(--text-secondary, #5F6368);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

.stats_item3 h3 {
    color: var(--grey, #222A3F);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Manrope;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.stats_item3 p {
    color: var(--text-secondary, #5F6368);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

.margin_between_item {
    width: 2px;
    height: 112px;
    /* background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, #DAE4F7 100%, rgba(255, 255, 255, 0.00) 0%); */
    margin-right: 30px !important;
    margin-left: 30px !important;
    border: 0px !important;
}

.product_service_heading {
    width: 100%;
    color: var(--grey, #222A3F);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    max-width: 283px;
    margin-bottom: 16px;
}

.expertise_img {
    width: 400px;
    height: 323px;
}

.product_services_container {
    display: flex;
    align-items: center;
    gap: 40px;
}

.sentinel_product {
    display: flex;
    flex-direction: column;
    height: 210px;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 2px 42px 0px #EFF2F9;
    width: 560px;
    padding: 24px 32px;
}

.sentinel_product img {
    width: 143px;
    height: 44px;
    margin-bottom: 16px;
}

.sentinel_product p {
    width: 100%;
    color: var(--text-secondary, #5F6368);
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    max-width: 392px;
    margin-bottom: 24px;
}

.sentinel_product button {
    display: inline-flex;
    /* height: 40px; */
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid var(--Unifo-Gradient-Blue, #3F6073);
    /* backdrop-filter: blur(2px); */
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    background: var(--Unifo-Gradient-Blue, linear-gradient(180deg, #3F6073 0%, #5786A2 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
    cursor: pointer;
}

.sentinel_product button:hover {
    box-shadow: 0px 4px 9.3px 0px rgba(1, 83, 114, 0.12);
}

.daas_product {
    display: flex;
    flex-direction: column;
    height: 210px;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 2px 42px 0px #EFF2F9;
    width: 560px;
    padding: 28px 32px;
}

.daas_product h3 {
    display: flex;
    height: 44px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    color: var(--grey, #222A3F);
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 16px;
}

.daas_product p {
    width: 100%;
    max-width: 241px;
    color: var(--text-secondary, #5F6368);
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 24px;
}

.daas_product button {
    display: inline-flex;
    /* height: 40px; */
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid var(--Unifo-Gradient-Blue, #3F6073);
    /* backdrop-filter: blur(2px); */
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    background: var(--Unifo-Gradient-Blue, linear-gradient(180deg, #3F6073 0%, #5786A2 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
    cursor: pointer;
}

.daas_product button:hover {
    /* box-shadow: 0px 4px 9.3px 0px #015372; */
    box-shadow: 0px 4px 9.3px 0px rgba(1, 83, 114, 0.12);
}

.all_team_img_container {
    width: 100%;
    padding: 80px 0px;
    background: var(--base-white, #FFF);
}

.images_content_container {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
}

.meet_heading {
    width: 100%;
    color: var(--grey, #222A3F);
    font-family: Manrope;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 65px;
    max-width: 642px;
}

.leadership_heading {
    color: var(--grey, #222A3F);
    font-family: Manrope;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 40px;
    margin-top: 40px;
}

.management_heading {
    color: var(--grey, #222A3F);
    font-family: Manrope;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 40px;
    margin-top: 60px;
}

.leadership_img_con {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    align-items: center;
    justify-content: center;
}

.management_img_con {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    align-items: center;
    justify-content: center;
}

.img_con {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.img_con img {
    display: flex;
    width: 260px;
    height: 286px;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}

.image_details {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 260px;
    height: 64px;
    flex-shrink: 0;
    fill: #FFF;
    /* filter: drop-shadow(0px 0px 39px #EAEFF7); */
    gap: 4px;
    border-radius: 24px 0px 24px 0px;
    box-shadow: 0px 0px 39px #EAEFF7;
}

.image_details h1 {
    color: var(--grey, #222A3F);
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.image_details p {
    display: flex;
    height: 16px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    color: var(--text-secondary, #5F6368);
    text-align: center;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 10px;
}

.about_us_join_family {
    width: 100%;
}

.about_join_family_content {
    width: 100%;
    display: flex;
    max-width: 1160px;
    padding: 40px 48px 48px 80px;
    justify-content: center;
    align-items: center;
    gap: 61px;
    border-radius: 32px;
    background: var(--linear-gradient, linear-gradient(3deg, #F0F5FF 2.41%, #F6FAFF 97.59%));
    margin: 0 auto;
}

.about_join_family_description {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.about_join_family_description h1 {
    width: 100%;
    color: var(--grey, #222A3F);
    font-family: Manrope;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 61px;
    max-width: 300px;
}

.about_join_family_content button {
    display: flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: var(--Primary-Left--right, linear-gradient(90deg, #005575 0.28%, #01314A 99.7%));
    /* backdrop-filter: blur(50px); */
    color: var(--base-white, #FFF);
    /* text-align: justify; */
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    border: 0px;
    width: 140px;
    cursor: pointer;
}

.about_join_family_content button:hover {
    box-shadow: 0px 6px 10.5px 0px rgba(1, 60, 87, 0.43);
}

.about_join_family_content img {
    width: 100%;
    max-width: 671px;
    border-radius: 20px;
    height: 642px;
}

.careers_picture {
    height: 562px;
}

.special_moments_container {
    width: 100%;
    padding: 80px 0px 0px 0px;
    position: relative;
    overflow: hidden;
}

.special_moments_content {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
}

.special_moments_header {
    display: flex;
    position: relative;
    width: 282px;
    align-items: center;
}

.special_moments_header h1 {
    color: var(--grey, #222A3F);
    font-family: Manrope;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 61px;
    width: 228px;
}

.special_moments_description {
    width: 100%;
    color: var(--text-secondary, #5F6368);
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    max-width: 750px;
    margin-top: 24px;
    margin-bottom: 48px;
}

.special_moments_img_con {
    height: 1360px;
}

.special_moments_img {
    width: 1160px;
    height: 1360px;
}

.graffy_img1 {
    width: 49px;
    height: 104px;
    position: absolute;
    left: -60px;
}

.graffy_img2 {
    width: 86px;
    height: 82px;
    position: absolute;
    right: 0px;
}

.star_icon {
    width: auto;
    height: 320px;
    flex-shrink: 0;
    position: absolute;
    top: 32px;
    right: 0px;
}

.changeable-img {
    transition: opacity 0.3s ease-in-out;
}

@media screen and (max-width: 1200px) {
    .about_us_banner_section {
        padding: 56px 0px 44px 0px !important;
    }

    /* .about_us_banner_content {
        max-width: 744px !important;
    } */

    .about_us_video {
        max-width: 835px !important;
        height: 391px !important;
        border-radius: 24px !important;
    }

    .expertise_section {
        padding: 80px 0px 75px 0px !important;
        margin-top: 0px !important;
    }

    .expertise_container {
        max-width: 744px !important;
        gap: 19px !important;
    }

    .expertise_img {
        display: none !important;
    }

    .expertise_content_wrapper {
        align-items: flex-start;
    }

    .expertise_content {
        gap: 54px !important;
    }

    .expertise_stats {
        margin: 0px !important;
    }

    .product_service_heading {
        margin-bottom: 0px !important;
    }

    .sentinel_product {
        border-radius: 24px !important;
        width: 352px !important;
        height: 232px !important;
        justify-content: center;
    }

    .sentinel_product p {
        font-size: 16px !important;
        line-height: normal !important;
        max-width: 236px !important;
    }

    .daas_product {
        width: 352px !important;
        height: 232px !important;
        border-radius: 24px !important;
        justify-content: center;
    }

    .daas_product p {
        font-size: 16px !important;
        max-width: 208px !important;
        margin-bottom: 22px !important;
    }

    .margin_between_item {
        margin-left: 24px !important;
        margin-right: 24px !important;
    }

    .about_join_family_content {
        max-width: 744px !important;
        padding: 60px 48px 24px 48px !important;
        gap: 18px !important;
        flex-direction: column !important;
    }

    .about_join_family_content img {
        max-width: 648px !important;
        height: 620px !important;
    }

    .about_join_family_description {
        align-items: center;
    }

    .about_join_family_description h1 {
        text-align: center !important;
        line-height: 65px !important;
    }

    .all_team_img_container {
        padding: 60px 0px !important;
    }

    .images_content_container {
        max-width: 744px !important;
    }

    .leadership_img_con {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 24px !important;
    }

    .management_img_con {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 24px !important;
    }

    .special_moments_container {
        padding: 60px 0px 0px 0px !important;
    }

    .special_moments_content {
        max-width: 744px !important;
    }

    .special_moments_description {
        font-size: 20px !important;
        max-width: 622px !important;
    }

    .special_moments_img {
        width: 744px !important;
        height: 874px !important;
    }

    .special_moments_img_con {
        height: 874px !important;
    }

    .star_icon {
        height: 310px !important;
        top: -24px !important;
        right: -10px !important;
    }
}

@media screen and (max-width: 850px) {
    /* .about_us_banner_content {
        max-width: 636px !important;
    } */

    .about_us_video {
        max-width: 651px !important;
        height: 305px !important;
        border-radius: 19px !important;
    }

    .expertise_section {
        padding: 40px 0px 38px 0px !important;
    }

    .expertise_container {
        max-width: 636px !important;
        gap: 16px !important;
    }

    .expertise_content {
        gap: 32px !important;
    }

    .product_services_container {
        flex-direction: column !important;
        gap: 24px !important;
    }

    .sentinel_product {
        width: 636px !important;
        height: 210px !important;
        border-radius: 24px !important;
    }

    .sentinel_product p {
        font-size: 18px !important;
        line-height: 22px !important;
        max-width: 392px !important;
    }

    .daas_product {
        width: 636px !important;
        height: 210px !important;
        border-radius: 24px !important;
    }

    .daas_product p {
        font-size: 18px !important;
        max-width: 241px !important;
        margin-bottom: 24px !important;
    }

    .margin_between_item {
        margin-left: 12px !important;
        margin-right: 12px !important;
    }

    .about_join_family_content {
        display: flex !important;
        max-width: 636px !important;
        padding: 40px 52px 24px 52px !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: center !important;
        gap: 43px !important;
        /* height: 826px !important; */
    }

    .about_join_family_content img {
        max-width: 532px !important;
        height: 509px !important;
        border-radius: 0px !important;
        /* position: relative !important; */
        /* bottom: -19px !important; */
    }

    .careers_picture {
        height: 576px !important;
    }

    .all_team_img_container {
        padding: 40px 0px !important;
    }

    .images_content_container {
        max-width: 636px !important;
    }

    .meet_heading {
        max-width: 572px !important;
    }

    .leadership_img_con {
        grid-template-columns: repeat(2, 1fr) !important;
        row-gap: 32px !important;
        column-gap: 68px !important;
    }

    .management_img_con {
        grid-template-columns: repeat(2, 1fr) !important;
        row-gap: 32px !important;
        column-gap: 68px !important;
    }

    .management_heading {
        margin-top: 40px !important;
        margin-bottom: 32px !important;
    }

    .special_moments_container {
        padding: 40px 0px 0px 0px !important;
    }

    .special_moments_content {
        max-width: 636px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .special_moments_header {
        width: 346px !important;
        justify-content: center !important;
    }

    .graffy_img1 {
        left: 0px !important;
    }

    .special_moments_description {
        font-size: 18px !important;
        max-width: 560px !important;
    }

    .special_moments_img {
        width: 572px !important;
        height: 673px !important;
    }

    .special_moments_img_con {
        height: 673px !important;
    }

    .about_us_join_family {
        margin-bottom: 40px !important;
    }

    .star_icon {
        height: 237px !important;
    }
}

@media screen and (max-width: 699px) {
    .about_us_banner_section {
        padding: 24px 12px !important;
    }

    .about_us_banner_content {
        gap: 15px !important;
    }

    .about_us_banner_content h1 {
        font-size: 32px !important;
        line-height: normal !important;
        max-width: 263px !important;
    }

    .about_us_video {
        max-width: 297px !important;
        height: 139px !important;
        border-radius: 9px !important;
    }

    .expertise_section {
        padding: 24px 16px !important;
    }

    .expertise_container {
        max-width: 428px !important;
    }

    .expertise_content {
        gap: 24px !important;
    }

    .expertise_heading {
        font-size: 32px !important;
    }

    .expertise_stats {
        flex-wrap: wrap !important;
        gap: 24px !important;
    }

    .expertise_stats img:last-of-type {
        display: none;
    }

    .margin_between_item {
        margin: 0px !important;
        height: 85px !important;
    }

    .stats_item1 h3 {
        font-size: 24px !important;
    }

    .stats_item1 p {
        font-size: 14px !important;
        line-height: 24px !important;
    }

    .stats_item2 h3 {
        font-size: 24px !important;
    }

    .stats_item2 p {
        font-size: 14px !important;
        line-height: 24px !important;
    }

    .stats_item3 h3 {
        font-size: 24px !important;
    }

    .stats_item3 p {
        font-size: 14px !important;
        line-height: 24px !important;
    }

    .product_service_heading {
        max-width: 211px !important;
        font-size: 18px !important;
        line-height: 24px !important;
    }

    .product_services_container {
        gap: 8px !important;
    }

    .sentinel_product {
        width: 100% !important;
        height: auto !important;
        border-radius: 16px !important;
        padding: 24px 16px !important;
    }

    .sentinel_product img {
        width: 112px !important;
        height: 31px !important;
        margin-bottom: 8px !important;
    }

    .sentinel_product p {
        font-size: 14px !important;
        line-height: 22px !important;
        max-width: 100% !important;
        margin-bottom: 16px !important;
    }

    .sentinel_product button {
        padding: 12px 16px !important;
        font-size: 14px !important;
    }

    .daas_product {
        width: 100% !important;
        height: auto !important;
        border-radius: 16px !important;
        padding: 24px !important;
    }

    .daas_product h3 {
        margin-bottom: 8px !important;
    }

    .daas_product p {
        max-width: 100% !important;
        font-size: 14px !important;
        line-height: 22px !important;
        margin-bottom: 16px !important;
    }

    .daas_product button {
        font-size: 14px !important;
        padding: 12px 16px !important;
    }

    .about_join_family_content {
        max-width: 428px !important;
        padding: 24px 0px 0px 0px !important;
        gap: 16px !important;
        border-radius: 16px !important;
        height: auto !important;
    }

    .about_join_family_description {
        gap: 16px !important;
    }

    .about_join_family_description h1 {
        max-width: 210px !important;
        font-size: 24px !important;
        line-height: normal !important;
    }

    .about_join_family_content button {
        padding: 12px !important;
        width: 132px !important;
    }

    .about_join_family_content img {
        width: 100% !important;
        max-width: 428px !important;
        height: auto !important;
        bottom: 0px !important;
    }

    .careers_picture {
        height: 279px !important;
    }

    .about_us_join_family {
        margin: 0px !important;
        padding: 24px 16px !important;
    }

    .all_team_img_container {
        padding: 24px 16px !important;
    }

    .images_content_container {
        max-width: 428px !important;
    }

    .meet_heading {
        font-size: 32px !important;
        line-height: normal !important;
        max-width: 428px !important;
    }

    .leadership_heading {
        font-size: 24px !important;
        margin-top: 32px !important;
        margin-bottom: 32px !important;
    }

    .management_heading {
        margin-top: 40px !important;
        margin-bottom: 24px !important;
        font-size: 24px !important;
    }

    .leadership_img_con {
        grid-template-columns: repeat(1, 1fr) !important;
        column-gap: 0px !important;
        row-gap: 32px !important;
    }

    .management_img_con {
        grid-template-columns: repeat(1, 1fr) !important;
        column-gap: 0px !important;
        row-gap: 32px !important;
    }

    .special_moments_container {
        padding: 24px 16px !important;
    }

    .special_moments_content {
        max-width: 428px !important;
    }

    .special_moments_img {
        width: 100% !important;
        max-width: 428px !important;
        height: auto !important;
    }

    .special_moments_img_con {
        height: auto !important;
    }

    .special_moments_header {
        width: 288px !important;
    }

    .special_moments_header h1 {
        font-size: 32px !important;
        line-height: normal !important;
        width: 146px !important;
        text-align: center !important;
    }

    .graffy_img1 {
        width: 49.046px !important;
        height: 103.837px !important;
        flex-shrink: 0 !important;
    }

    .graffy_img2 {
        width: 85.993px !important;
        height: 82.189px !important;
        transform: rotate(10.974deg) !important;
        flex-shrink: 0 !important;
    }

    .special_moments_description {
        max-width: 279px !important;
        font-size: 16px !important;
        margin-bottom: 24px !important;
        text-align: center !important;
        margin-top: 32px !important;
    }

    .star_icon {
        display: none;
    }
}