body.page-id-16098 {
    overflow-x: unset !important;
}

body.page-id-110 {
    overflow-x: unset !important;
}

body.page-id-39002 {
    overflow-x: unset !important;
}

body.page-id-39600 {
    overflow-x: unset !important;
}

body.postid-194 {
    overflow-x: unset !important;
}

body.page-id-194 {
    overflow-x: unset !important;
}

body.page-id-326 {
    overflow-x: unset !important;
}

.scrollIndicator {
    display: inline-block;
    animation: scrollHint 6s linear infinite;
    animation-delay: 3s;
    will-change: transform, opacity;
}

@keyframes scrollHint {
    0% {
        opacity: 0;
        transform: translateY(-16px);
    }

    15% {
        opacity: 1;
        transform: translateY(0);
    }

    35% {
        transform: translateY(14px);
    }

    55% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(12px);
        opacity: 1;
    }

    90% {
        transform: translateY(4px);
        opacity: 0.6;
    }

    100% {
        opacity: 0;
        transform: translateY(16px);
    }
}


/* When container has a lazyblock inside */
.container:has([class*="lazyblock-"]) {
    max-width: 100%;
    width: 100% !important;
    padding: 0;
}

.container:has([class*="lazyblock-"]) .row {
    margin-left: 0;
    margin-right: 0;
}

.container:has([class*="lazyblock-"]) .row .col.title {
    display: none;
}

.container:has([class*="lazyblock-"]) .col {
    padding: 0;
}

/* Lazy block typography */
.container:has([class*="lazyblock-"]) [class*="lazyblock-"] {
    font-family: var(--font-plus) !important;
}

section:has([class*="lazyblock-"]) {
    padding: 0;
    font-family: var(--font-plus) !important;
    background: #F3F5F9;
}

.ourIdeas {
    /* Styles for the main container */
    font-size: 18px;
    font-family: var(--font-plus) !important;
}

@media (max-width: 1200px) {
    .ourIdeas {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .ourIdeas {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .ourIdeas {
        font-size: 15px;
    }
}

.ourIdeas .wrapper {
    /* Styles for wrapper elements */
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    padding: 0;
}

@media (max-width: 991.98px) {
    .ourIdeas .wrapper {
        flex-direction: column-reverse;
    }
}

.ourIdeas .banner-wrapper {
    /* Styles for banner wrappers */
}

.ourIdeas .main-banner {
    /* Styles for main banner */
}

.ourIdeas .desktop-banner-wrapper {
    /* Styles for desktop banner wrapper */
    padding-bottom: 4rem;
}

.ourIdeas.is-pt-05 .banner-wrapper .left-container {
    /* Styles for left container */
    width: 50%;
    padding: 1.6rem 3.2rem 1.6rem 8vw;
    background-color: #f8eace;
    display: flex;
    flex-direction: column;
    justify-content: center;

    @media (max-width: 991px) {
        width: 100%;
        padding: 3.2rem 3.2rem 3.2rem 8vw;
    }
}

/* @media (max-width: 768px) {
    .ourIdeas.is-pt-05 .banner-wrapper .left-container {
        padding: 1.6rem 3.2rem 1.6rem 8vw;
    }
} */

@media (max-width: 768px) {
    .ourIdeas.is-pt-05 .banner-wrapper .left-container {
        padding: 2rem 8vw;
    }
}

@media (max-width: 576px) {
    .ourIdeas.is-pt-05 .banner-wrapper .left-container {
        padding: 1.5rem 4vw;
    }
}

.ourIdeas .banner-caption {
    /* Styles for banner caption */
}

.ourIdeas .infoBox {
    /* Styles for info box */
    font-size: 90%;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.32px;
    text-align: left;
    color: #414244;
    margin-bottom: 0.5rem;
}

.ourIdeas .publishDate {
    /* Styles for publish date */
}

.ourIdeas .ideaCategory {
    /* Styles for idea category */
}

.ourIdeas h1 {
    /* Styles for post type */
    font-family: var(--font-funnel) !important;
    font-size: 220%;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #881946;
    margin-bottom: 1.5rem;

    @media (max-width: 991px) {
        font-size: 180%;
    }
}

.ourIdeas .left-container .banner-caption .postType {
    /* Styles for post type */
    font-size: 75%;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 1.12px;
    text-align: left;
    margin-bottom: 1.5rem;
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.ourIdeas .left-container .banner-caption .postType a {
    color: #5e6062;
    padding: 5px 10px;
    border-radius: 10px;
    background-color: #fff;
    width: fit-content;
    text-decoration: none !important;
    text-transform: uppercase !important;
    border-radius: 5px;
    box-shadow: 0 0 5.3px 0 #ccc;
    background-color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.8px;
    text-align: center;
    color: #5e6062;
}

.ourIdeas .left-container .banner-caption p {
    /* Styles for author names */
    font-size: 90%;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.32px;
    text-align: left;
    color: #414244;
    margin-bottom: 1rem;
    font-family: var(--font-plus) !important;
    ;
    text-transform: capitalize !important;
}

.ourIdeas .left-container .banner-caption p a {
    color: #414244;
    text-decoration: underline !important;
    transition: all 0.3s ease;
    text-transform: capitalize !important;
}

.ourIdeas .left-container .banner-caption p a:hover {
    text-decoration: none !important;
}

.ourIdeas .socialWrapper {
    /* Styles for social wrapper */
    display: flex;
    align-items: center;
    gap: 1rem;
}

.ourIdeas .shareText {
    /* Styles for share text */
}

.ourIdeas .socialIcon a svg {
    /* Styles for social icons */
    height: 20px;
    width: 20px;
    display: block;
}

.ourIdeas .right-container {
    /* Styles for right container */
    width: 50%;

    @media (max-width: 991px) {
        width: 100%;
    }
}

.ourIdeas .banner-image {
    /* Styles for banner image */
    height: 100%;
}

.ourIdeas .banner-image img {
    /* Styles for banner image img element */
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
}

.ourIdeas .inner-body-content {
    /* Styles for banner image img element */
    font-size: 100%;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #414244;
    padding: 0 16vw;

    @media (max-width: 768px) {
        padding: 0 8vw;
    }

    @media (max-width: 575px) {
        padding: 0 4vw;
    }
}

.ourIdeas .inner-body-content p {
    /* Styles for banner image img element */
    margin-top: 0;
    margin-bottom: 1rem;
}

.ourIdeas .inner-body-content h2 {
    /* Styles for banner image img element */
    font-family: var(--font-plus) !important;
    font-size: 200%;
    margin: 0;
    /* max-width: 100%; */
}

/*////////////////////////////////////////////////////////////////////////*/
.ourIdeas .ourServices {
    padding: 4rem 8vw;
    background: #f2f3f9;
    font-family: var(--font-plus) !important;
    font-size: 18px;
    /* margin: 2rem 0; */

    @media (max-width: 768px) {
        padding: 3.2rem 6vw;
    }

    @media (max-width: 480px) {
        padding: 2rem 4vw;
    }
}

.ourIdeas .aboutPractice {
    padding: 4rem 8vw;
    /* background: #f2f3f9; */
    font-family: var(--font-plus) !important;
    font-size: 18px;
    margin: 2rem 0;

    @media (max-width: 768px) {
        padding: 3.2rem 6vw;
    }

    @media (max-width: 480px) {
        padding: 2rem 4vw;
    }
}

.ourIdeas {

    .practiceBanner {
        position: relative;
        padding: 6rem 8vw;
        background: #fff;


        font-family: var(--font-plus) !important;
        font-size: 18px;

        @media (max-width: 1200px) {
            font-size: 17px;
        }

        @media (max-width: 768px) {
            font-size: 16px;
            padding: 4rem 8vw 8rem 8vw;
        }

        @media (max-width: 575.98px) {
            padding: 4rem 4vw 8rem 4vw;
        }

        @media (max-width: 480px) {
            font-size: 15px;
        }


        .practiceNav {
            position: absolute;
            top: 15%;
            left: 45%;
            transform: translate(-50%, -50%);
            display: flex;
            gap: 1rem;
            z-index: 5;
            display: none;

            @media (max-width: 767px) {
                top: unset;
                bottom: 2rem;
                left: 50%;
            }

            button {
                background: none;
                border: none;
                padding: 0;
                cursor: pointer;
            }
        }


        .practiceSlider {
            position: relative;

            .practiceSlide {
                outline: none;

                .practiceInner {
                    display: grid;
                    grid-template-columns: 1fr 1.1fr;
                    gap: 5rem;
                    align-items: flex-start;

                    @media (max-width: 991px) {
                        grid-template-columns: 1fr;
                        display: flex;
                        flex-direction: column-reverse;
                        gap: 2rem;
                    }


                    .practiceContent {

                        img {
                            max-height: 70px;
                            height: 100%;
                            width: auto;
                            margin-bottom: 1rem;


                            @media (max-width: 768px) {
                                max-height: 50px;
                            }

                            @media (max-width: 575px) {
                                max-height: 40px;
                            }
                        }

                        .eyebrow {
                            display: block;
                            font-size: 0.9em;
                            color: #2b2b2b;
                            margin-bottom: 2rem;
                            font-size: 90%;
                            font-weight: 500;
                            font-stretch: normal;
                            font-style: normal;
                            line-height: 1.6;
                            letter-spacing: 0.32px;
                            text-align: left;
                            color: #414244;
                        }

                        h1 {
                            font-family: var(--font-funnel) !important;
                            font-size: clamp(200%, 4.5vw, 385%);
                            font-weight: normal;
                            font-stretch: normal;
                            font-style: normal;
                            line-height: 1.1;
                            letter-spacing: normal;
                            text-align: left;
                            color: #881946;
                            margin-bottom: 1.6rem;
                        }

                        .intro {
                            max-width: 100%;
                            margin-bottom: 2.4rem;
                            line-height: 1.6;
                            font-family: var(--font-funnel) !important;
                            font-size: 120%;
                            font-weight: normal;
                            font-stretch: normal;
                            font-style: normal;
                            line-height: 1.3;
                            letter-spacing: normal;
                            text-align: left;
                            color: #881946;
                            padding: 0;
                            margin: 0;
                            margin-bottom: 2.4rem;

                            @media (max-width: 1400px) {
                                font-size: 100%;
                                line-height: 1.45;
                            }
                        }


                        .socialWrapper {
                            display: flex;
                            align-items: center;
                            gap: 1rem;


                            .shareText {
                                font-size: 90%;
                                font-weight: 500;
                                font-stretch: normal;
                                font-style: normal;
                                line-height: 1.6;
                                letter-spacing: 0.32px;
                                text-align: left;
                                color: #881946;
                            }

                            .socialIcon {
                                a {
                                    display: inline-flex;
                                    align-items: center;
                                    justify-content: center;

                                    svg {
                                        width: 20px;
                                        height: 20px;
                                        display: block;
                                    }
                                }

                                &.bluesky svg {
                                    width: 23px;
                                    height: 20px;
                                }

                                &.email svg {
                                    width: 24px;
                                    height: 17px;
                                }
                            }
                        }
                    }


                    .practiceImage {
                        height: 100%;

                        img {
                            width: 100%;
                            height: auto;
                            border-radius: 20px;
                            object-fit: cover;
                        }
                    }
                }
            }
        }
    }
}



/*////////////////////////////////////////////////////////////////////////*/
/* Authors Section */
.ourIdeas .authors-container {
    /* Styles for authors container */
    padding: 4rem 16vw;

    @media (max-width: 768px) {
        padding: 4rem 8vw;
    }

    @media (max-width: 575px) {
        padding: 4rem 4vw;
    }
}

.ourIdeas .authorsHeading {
    /* Styles for authors heading */
    font-size: 80%;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 1.12px;
    text-align: center;
    color: #881946;
}

.ourIdeas .section-author {
    /* Styles for author section container */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
    padding: 2rem 0 2rem 0;
}

@media (max-width: 991px) {
    .ourIdeas .section-author {
        grid-template-columns: repeat(1, 1fr);

    }
}

@media (max-width: 576px) {
    .ourIdeas .section-author {
        padding: 2rem 0 2rem 0;
    }
}

.ourIdeas .section-author figure {
    /* Styles for author figure */
    padding: 24px;
    border-radius: 11px;
    box-shadow: 0 0 18.6px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
    display: flex;
    gap: 1.2rem;
}

@media (max-width: 576px) {
    .ourIdeas .section-author figure {
        padding: 12px;
    }
}

.ourIdeas .author-img {
    /* Styles for author image container */
}

.ourIdeas .author-img a {
    /* Styles for author image link */
    text-decoration: none;
}

.ourIdeas .author-img img {
    /* Styles for author image */
    min-width: 107px;
    width: 107px;
    /* height: 100%; */
    object-fit: cover;
    display: block;
    border-radius: 12px;
    aspect-ratio: 1 / 1;
}

.ourIdeas figcaption {
    /* Styles for figure caption */
}

.ourIdeas figcaption h3 {
    /* Styles for author name heading */
    font-size: 18px;
    font-family: var(--font-plus) !important;
    ;
    text-transform: capitalize;
    padding-bottom: 0;
    font: unset;
}

.ourIdeas figcaption h3 a {
    /* Styles for author name link */
    font-size: 90%;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.32px;
    text-align: left;
    color: #881946;
    text-transform: capitalize;
}

.ourIdeas figcaption h4 {
    /* Styles for author designation */
    font-size: 90%;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.32px;
    text-align: left;
    color: #414244;
    font: unset;
    font-family: var(--font-plus) !important;
    ;
}

.ourIdeas .social-icons {
    /* Styles for social icons container */
    display: flex;
    gap: 0.5rem;
}

.ourIdeas .social-icons li a svg {
    /* Styles for social icon list items */
    height: 24px;
    width: 24px;
    display: block;
}

.ourIdeas .is-linkedin {
    /* Styles for LinkedIn icon */
}

.ourIdeas .is-linkedin a {
    /* Styles for LinkedIn link */
}

.ourIdeas .is-email {
    /* Styles for Email icon */
}

.ourIdeas .is-email a {
    /* Styles for Email link */
}

.ourIdeas .inner-body-content {
    /* Styles for author bottom content */
}

/* Related Articles Section */
.ourIdeas .relatedArticles {
    width: 100%;
    padding: 4rem 16vw;
    margin: 0 auto;

    @media (max-width: 1199.98px) {
        /* max-width: 980px; */
    }

    @media (max-width: 991.98px) {
        /* max-width: 720px; */

    }

    @media (max-width: 768px) {
        /* max-width: 540px; */
        padding: 4rem 8vw;
    }

    @media (max-width: 575.98px) {
        padding: 4rem 4vw;
    }
}

.ourIdeas .relatedHeading {
    font-size: 80% !important;
    font-weight: 600 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.5 !important;
    letter-spacing: 1.12px !important;
    text-align: center;
    color: #881946;
    text-transform: uppercase;
    font: unset;
    padding-bottom: 0;
    max-width: 100%;
}

.ourIdeas .blocksContainer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
    padding: 1rem 0 2rem 0;
}

@media (max-width: 991px) {
    .ourIdeas .blocksContainer {
        grid-template-columns: repeat(2, 1fr);

    }
}

@media (max-width: 576px) {
    .ourIdeas .blocksContainer {
        grid-template-columns: repeat(1, 1fr);
        padding: 1rem 0 2rem 0;
    }
}

.ourIdeas .relatedArticle {
    border-radius: 11px;
    box-shadow: 0 0 18.6px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
    overflow: hidden;
}

.ourIdeas .relatedArticle:hover img {
    transform: scale(1.05);
}

.ourIdeas .relatedArticle:hover .relatedContent {
    background-color: #f5d59a;
}

.ourIdeas .relatedArticle:hover img {
    transform: scale(1.05);
}

.ourIdeas .relatedArticle .readBtn {
    font-size: 90%;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.32px;
    text-align: left;
    color: #881946;
    padding: 0;
    margin: 0;
    margin-top: auto;

    @media (max-width: 1000px) {
        font-size: 80%;
    }
}

.ourIdeas .relatedArticle .readBtn svg {
    width: 16px;
    height: auto;
    display: inline-block;
    margin-left: 0.5rem;
    transition: all 0.3s ease-in-out;

    @media (max-width: 1000px) {
        width: 14px;
    }
}

.ourIdeas .relatedArticle:hover .readBtn svg {
    transform: translateX(4px);
}

.ourIdeas .relatedArticle:hover .categoryTags p {
    background-color: #881946;
    color: #fff;
    border: solid 0.5px #881946;
}

.ourIdeas .relatedImage {
    overflow: hidden;
}

.ourIdeas .relatedImage img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    display: block;
    transition: all 0.3s ease-in-out;
}

.ourIdeas .relatedContent {
    padding: 1.2rem;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease-in-out;
    min-height: 15rem;
}

.ourIdeas .categoryTags {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    margin-bottom: 1rem;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.ourIdeas .categoryTags p {
    padding: 4px 8px;
    border-radius: 5px;
    border: solid 0.5px #c1c4c7;
    background-color: #F3F5F9;
    font-size: 60%;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.8px;
    text-align: center;
    color: #5e6062;
    transition: all 0.3s ease;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.ourIdeas .categoryTags .category {}

.ourIdeas .categoryTags .region {}

.ourIdeas .relatedContent .title {
    font-family: var(--font-funnel) !important;
    font-size: 95% !important;
    font-weight: 300 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.29 !important;
    letter-spacing: normal !important;
    text-align: left;
    color: #881946;
    font: unset;
    padding-bottom: 0.5rem;
    margin: unset;
}


.ourIdeas .readMore {
    padding: 7px 14px;
    border-radius: 5px;
    background-color: #881946;
    font-size: 90%;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.32px;
    text-align: left;
    color: #fff;
    text-decoration: none;
    width: fit-content;

    &:hover {
        background-color: #4f0121;
        color: #fff;
    }
}

/* Home Page Styles */





.heroBanner {
    position: relative;
    background-color: #881946;

    .bannerContainer {
        display: flex;
        position: relative;
        overflow: hidden;

        video {
            max-width: 100%;
            object-fit: cover;
            max-height: 85vh;
            aspect-ratio: 16/9;
            margin: 0;

            @media (max-width: 767px) {
                aspect-ratio: 3/4;
                max-height: 600px;

            }
        }

        img {
            max-width: 100%;
            object-fit: cover;
            max-height: 95vh;
            aspect-ratio: 16/9;
            margin: 0;

            @media (max-width: 767px) {
                aspect-ratio: 3/4;
                max-height: 600px;

            }
        }



        .contentBox {
            position: absolute;
            left: 0;
            bottom: 0;
            transform: translate(0, -30%);
            padding: 0 8vw;
            z-index: 10;
            width: 70%;

            @media (max-width: 1600px) {
                width: 80%;
            }

            /* @media (max-width: 991px) {
                            top: 50%;
                        } */

            @media (max-width: 650px) {
                width: 100%;
            }

            @media (max-width: 575px) {
                padding: 0 4vw;
            }

            .subtitle {
                font-size: 110%;
                font-weight: 500;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.5;
                letter-spacing: 0.4px;
                text-align: left;
                color: #fff;
                max-width: 100%;
                padding-bottom: 1rem;
                width: 70%;

                @media (max-width: 991.98px) {
                    width: 80%;
                }

                @media (max-width: 650px) {
                    width: 100%;
                }

                @media (max-width: 450px) {
                    padding-bottom: 1rem;
                    font-size: 100%;
                }
            }


            h1 {
                font-family: var(--font-funnel) !important;
                font-size: clamp(200%, 4.5vw, 390%);
                font-weight: 300;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.1;
                letter-spacing: normal;
                text-align: left;
                color: #fff;
                padding-bottom: 1.5rem;
                width: 100%;

                strong {
                    font-weight: 600 !important;
                }

                @media (max-width: 767px) {
                    width: 100%;
                }

                @media (max-width: 450px) {
                    font-size: clamp(160%, 4.5vw, 390%);
                }
            }
        }


        a {
            padding: 7px 14px;
            border-radius: 5px;
            background-color: #ffab15;
            font-size: 90%;
            font-weight: 500;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.5;
            letter-spacing: 0.32px;
            text-align: left;
            color: #881946;
            transition: all 0.3 ease-in-out;

            &:hover {
                background-color: #4f0121;
                color: #fff;

            }
        }
    }

    .bannerContainer::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(45deg,
                rgba(0, 0, 0, 0.75) 0%,
                rgba(0, 0, 0, 0.55) 30%,
                rgba(0, 0, 0, 0.25) 50%,
                rgba(0, 0, 0, 0) 65%);
        pointer-events: none;
    }
}





.homeAnc {

    .slick-dotted.slick-slider {
        margin-bottom: 0;
    }


    .ancontainer {
        padding: 4rem 8vw;
        display: flex;
        justify-content: space-between;
        gap: 1rem;
        background-color: #6a1236;
        overflow-x: scroll;
        scrollbar-width: thin;
        /* Firefox */
        scrollbar-color: #ffab15 #6a1236;
        /* thumb color | track color */

        @media (max-width: 1000px) {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            column-gap: 1rem;
            row-gap: 4rem;
        }



        @media (max-width: 768px) {
            display: block;
        }


        @media (max-width: 575.98px) {
            padding: 2rem 4vw;
        }

        .block {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 1rem;
            margin: 0 10px;
            min-width: 18rem;
            flex: 1;

            .blockHead {
                font-family: var(--font-funnel) !important;
                font-size: 130%;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.21;
                letter-spacing: normal;
                text-align: left;
                color: #fff;
                padding-bottom: 0;
                margin: 0;
            }

            .blockPara {
                font-family: var(--font-plus) !important;
                font-size: 90%;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.5;
                letter-spacing: 0.32px;
                text-align: left;
                color: #fff;
                padding-bottom: 0;
            }

            .readBtn {
                margin: 0;
                margin-top: auto;
                padding-bottom: 0;
                font-family: var(--font-plus) !important;
                font-size: 90%;
                font-weight: 500;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.5;
                letter-spacing: 0.32px;
                text-align: left;
                color: #f5d59a;
                transition: all 0.3s ease-in-out;

                .icon-arrow-right {
                    svg {
                        width: 16px;
                        height: auto;
                        display: inline-block;
                        margin-left: 0.2rem;
                        transition: all 0.3s ease-in-out;

                        @media (max-width: 1000px) {
                            width: 14px;
                        }


                        path {}
                    }
                }

                &:hover {
                    .icon-arrow-right {
                        svg path {}
                    }
                }
            }
        }

        .block:hover {

            .blockHead {
                color: #ffab15;
                transition: all 0.3s ease-in-out;
            }

            .blockPara {
                color: #ffab15;
                transition: all 0.3s ease-in-out;
            }

            .readBtn {
                color: #ffab15;
                transition: all 0.3s ease-in-out;

                svg {
                    transform: translateX(4px);
                    transition: all 0.3s ease-in-out;

                    path {
                        fill: #ffab15;
                        transition: all 0.3s ease-in-out;
                    }
                }
            }
        }
    }

    .ancontainer::-webkit-scrollbar {
        height: 8px;
        /* scrollbar thickness (horizontal) */
    }

    .ancontainer::-webkit-scrollbar-track {
        background: #3b0b20;
        /* scrollbar track color */
        border-radius: 10px;
    }

    .ancontainer::-webkit-scrollbar-thumb {
        background: #F5D59A;
        /* scrollbar thumb color */
        border-radius: 10px;
    }

    .ancontainer::-webkit-scrollbar-thumb:hover {
        background: #ffdfae;
        /* lighter on hover */
    }
}

.homeMission {
    font-family: var(--font-plus) !important;
    padding: 8rem 8vw;
    background-color: #F3F5F9;

    @media (max-width: 1200px) {
        padding: 6rem 8vw;
    }

    @media (max-width: 575.98px) {
        padding: 4rem 4vw;
    }


    .missionContainer {
        .headerSectionWrapper {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 2rem;
            width: 100%;
            margin-bottom: 10rem;

            @media (max-width: 767px) {
                margin-bottom: 8rem;
            }

            .headerSection {
                display: flex;
                align-items: center;
                gap: 3rem;

                @media (max-width: 767px) {
                    flex-direction: column;
                    gap: 2rem;
                }

                video {
                    height: 200px;
                    width: 200px;
                    margin: 0;

                    @media (max-width: 1000px) {
                        height: 160px;
                        width: 160px;
                    }
                }

                .missionTitle {
                    font-family: var(--font-funnel) !important;
                    font-size: 195%;
                    font-weight: 300;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.25;
                    letter-spacing: normal;
                    text-align: left;
                    color: #881946;
                    padding-bottom: 0;
                    margin: 0;

                    @media (max-width: 1000px) {
                        font-size: 160%;
                    }

                    @media (max-width: 767px) {
                        text-align: center;
                    }
                }
            }

            .learnBtn {
                padding: 7px 14px;
                border-radius: 5px;
                background-color: #881946;
                font-size: 90%;
                font-weight: 500;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.5;
                letter-spacing: 0.32px;
                text-align: center;
                color: #fff;

                &:hover {
                    background-color: #4f0121;
                    color: #fff;
                }
            }
        }

        .missionListings {
            /* padding: 2rem 0; */
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

            .block {
                display: flex;
                transition: all 0.3s ease-in-out;

                @media (max-width: 767px) {
                    flex-direction: column !important;
                }


                &:nth-child(odd) {
                    flex-direction: row;
                }


                &:nth-child(even) {
                    flex-direction: row-reverse;
                }

                .missionImage {
                    flex: 50%;

                    img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                    }
                }

                .missionText {
                    flex: 50%;
                    display: flex;
                    flex-direction: column;
                    padding: 3%;
                    transition: all 0.3s ease-in-out;
                    background-color: #fff;

                    @media (max-width: 767px) {
                        padding: 5%;
                    }

                    .categoryBox {
                        display: flex;
                        align-items: center;
                        gap: 0.5rem;
                        margin-bottom: 0.8rem;
                        flex-wrap: wrap;

                        @media (max-width: 1000px) {
                            gap: 0.5rem;
                        }

                        .postCategory {
                            font-size: 65%;
                            text-transform: uppercase;
                            padding: 0;
                            margin: 0;
                            padding: 5px 10px;
                            border-radius: 5px;
                            border: solid 0.5px #c1c4c7;
                            background-color: #F3F5F9;
                            font-weight: 600;
                            font-stretch: normal;
                            font-style: normal;
                            line-height: 1.5;
                            letter-spacing: 0.96px;
                            text-align: center;
                            color: #5e6062;
                            transition: all 0.3s ease-in-out;

                            @media (max-width: 1000px) {
                                font-size: 60%;
                            }
                        }
                    }

                    h4 {
                        font-family: var(--font-funnel) !important;
                        font-size: 195%;
                        font-weight: 300;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: 1.29;
                        letter-spacing: normal;
                        text-align: left;
                        color: #881946;
                        padding: 0;
                        margin: 0;
                        margin-bottom: 1rem;

                        @media (max-width: 1000px) {
                            font-size: 120%;
                        }

                    }

                    .readBtn {
                        font-size: 90%;
                        font-weight: 500;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: 1.5;
                        letter-spacing: 0.32px;
                        text-align: left;
                        color: #881946;
                        padding: 0;
                        margin: 0;
                        margin-top: auto;

                        @media (max-width: 1000px) {
                            font-size: 80%;
                        }



                        .icon-arrow-right {
                            svg {
                                width: 16px;
                                height: auto;
                                display: inline-block;
                                margin-left: 0.5rem;
                                transition: all 0.3s ease-in-out;

                                @media (max-width: 1000px) {
                                    width: 14px;
                                }

                                path {}
                            }
                        }

                        &:hover {
                            .icon-arrow-right {
                                svg path {}
                            }
                        }
                    }
                }


            }

            .block:hover {
                .missionText {
                    background-color: #f8eace;
                    transition: all 0.3s ease-in-out;

                    .postCategory {
                        border: solid 0.5px #881946;
                        background-color: #881946;
                        color: #fff;
                        transition: all 0.3s ease-in-out;
                    }
                }



                .icon-arrow-right {
                    svg {
                        transform: translateX(4px);
                        transition: all 0.3s ease-in-out;

                    }

                }
            }
        }

        .viewAllBox {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            padding-top: 3.2rem;


            a {
                text-decoration: none;
                padding: 7px 14px;
                border-radius: 5px;
                background-color: #881946;
                font-family: var(--font-plus) !important;
                font-size: 90%;
                font-weight: 500;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.5;
                letter-spacing: 0.32px;
                text-align: center;
                color: #fff;
                margin: auto 0;

                &:hover {
                    background-color: #4f0121;
                    color: #fff;
                }
            }
        }
    }
}

.homeRedirect {
    background-color: #F0F3F8;
    padding: 4rem 8vw 8rem 8vw;

    @media (max-width: 575.98px) {
        padding: 2rem 4vw 4rem 4vw;
    }

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

        h3 {
            font-family: var(--font-funnel) !important;
            font-size: 195%;
            font-weight: 300;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.25;
            letter-spacing: normal;
            text-align: center;
            color: #881946;

            @media (max-width: 1000px) {
                font-size: 160%;
            }
        }


        a {
            padding: 7px 14px;
            border-radius: 5px;
            background-color: #881946;
            font-family: var(--font-plus) !important;
            font-size: 90%;
            font-weight: 500;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.5;
            letter-spacing: 0.32px;
            text-align: center;
            color: #fff;
            margin: auto 0;

            &:hover {
                background-color: #4f0121;
                color: #fff;
            }
        }
    }
}



.homeAnc .ancontainer {
    display: flex;
    /* flex-direction: column; */


    .slick-dots {
        position: unset;
        padding-top: 1rem;
        margin: 0 auto;
    }

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        border-radius: 50%;
        padding: 0;
        cursor: pointer;
        background: #fff;
    }

    .slick-dots li.slick-active {
        background: #ffab15;
    }
}





/* Our Ideas Listing Page */




.ideasListingBanner {
    font-size: 18px;
    font-family: var(--font-plus) !important;
    background-image: linear-gradient(to bottom, rgba(248, 234, 206, 0), #f5d59a);
    /* padding-bottom: 4rem; */
    padding: 2rem 8vw 4rem 8vw;
}

@media (max-width: 1200px) {
    .ideasListingBanner {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .ideasListingBanner {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .ideasListingBanner {
        padding: 1rem 4vw 4rem;
    }
}

@media (max-width: 480px) {
    .ideasListingBanner {
        font-size: 15px;
    }
}

/* Header */
.ideasListingBanner .ideasHeader {
    display: flex;
    margin: 0 0 2.4rem 0;
    gap: 2rem;
    align-items: center;
    /* justify-content: space-between; */
}

@media only screen and (max-width: 991.98px) {
    .ideasListingBanner .ideasHeader {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
}

.ideasListingBanner .ideasHeader h2 {
    margin: 0;
    font-family: var(--font-funnel) !important;
    font-size: 385%;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: normal;
    text-align: left;
    color: #881946;
    padding-bottom: 0;

    @media (max-width: 768px) {
        font-size: clamp(200%, 4.5vw, 385%);
    }
}

.ideasListingBanner .ideasHeader p {
    font-family: var(--font-funnel) !important;
    font-size: 120%;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: normal;
    text-align: left;
    color: #881946;
    margin: 0;
    padding-bottom: 0;
    max-width: 41%;
    margin-top: 0.5rem;
}

@media only screen and (max-width: 991.98px) {

    .ideasListingBanner .ideasHeader p {
        font-family: var(--font-funnel) !important;
        font-size: 120%;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.1;
        letter-spacing: normal;
        text-align: left;
        color: #881946;
        margin: 0;
        padding-bottom: 0;
        max-width: 100%;
    }
}

/* Content */
.ideasListingBanner .ideasContent {}

/* Left Slider */
.ideasListingBanner .ideasSliderWrapper {
    border-right: 1px solid rgba(0, 0, 0, 0.25);
    padding-right: 2rem;
}

@media only screen and (max-width: 991.98px) {
    .ideasListingBanner .ideasSliderWrapper {
        padding-right: 15px;
        border-right: none;
    }
}

/* Slider Pagination */
.ideasListingBanner .sliderHeading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    width: 100%;
    margin-bottom: 2rem;
}

.ideasListingBanner .sliderHeading h6 {
    padding-bottom: 0;
    margin: 0;
    font-size: 90%;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #414244;
    font-family: var(--font-plus);
}


.ideasListingBanner .sliderHeading .sliderPagination {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    gap: 6px;
}

.ideasListingBanner .sliderHeading .sliderPagination .prevBtn {
    margin-right: 4px;
}

.ideasListingBanner .sliderHeading .sliderPagination .nextBtn {
    margin-left: 4px;
}

.ideasListingBanner .sliderHeading .sliderPagination button {
    outline: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.ideasListingBanner .sliderHeading .sliderPagination button svg {
    width: 1.7rem;
    height: auto;
}

.ideasListingBanner .sliderHeading .sliderPagination button svg rect {
    transition: all 0.3s ease-in-out;
}

.ideasListingBanner .sliderHeading .sliderPagination button svg path {
    transition: all 0.3s ease-in-out;
}

.ideasListingBanner .sliderHeading .sliderPagination button svg:hover rect {
    fill: #881946;
}

.ideasListingBanner .sliderHeading .sliderPagination button svg:hover path {
    stroke: #F5D59A;
}

.ideasListingBanner .sliderHeading .sliderPagination .currentSlide {
    width: 10px;
}

.ideasListingBanner .sliderHeading .sliderPagination .currentSlide,
.ideasListingBanner .sliderHeading .sliderPagination .totalSlides,
.ideasListingBanner .sliderHeading .sliderPagination .divider {
    font-size: 90%;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #881946;
}

/* Slider Items */

.ideasListingBanner .ideaItem:hover .ideaImage img {
    transform: scale(1.05);
}

.ideasListingBanner .ideaItem:hover .ideaImage .greyTagsWrapper .greyTag {
    border: solid 0.5px #881946;
    background-color: #881946;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.ideasListingBanner .ideaItem:hover .icon-arrow-right svg {
    transform: translateX(4px);
    transition: all 0.3s ease-in-out;
}

.ideasListingBanner .ideaImage {
    position: relative;
    margin-bottom: 8px;
    overflow: hidden;
    border-radius: 15px;
}

.ideasListingBanner .ideaImage img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;

    transition: all 0.3s ease-in-out;
}

.ideasListingBanner .ideaImage .greyTagsWrapper {
    position: absolute;
    right: 1rem;
    top: 1rem;
    left: 1rem;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.greyTagsWrapper {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.greyTag {
    font-size: 65%;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    padding: 5px 10px;
    border-radius: 5px;
    border: solid 0.5px #c1c4c7;
    background-color: #F3F5F9;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.96px;
    text-align: center;
    color: #881946;
    transition: all 0.3s ease-in-out;
}

.ideasListingBanner .ideaTags {}

.ideasListingBanner .ideaTags .tag {}

.ideasListingBanner .ideaInfo {}

.ideasListingBanner .ideaInfo .ideaMeta {
    font-size: 90%;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.32px;
    text-align: left;
    color: #28292a;
    margin-bottom: 8px;
}

.ideasListingBanner .ideaInfo .ideaTitle {
    font-family: var(--font-funnel) !important;
    font-size: 130%;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #881946;
    padding: 0.5rem 0 1rem 0;
    margin: 0;
}

.ideasListingBanner .readMore {
    font-size: 90%;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.32px;
    text-align: left;
    color: #881946;
    margin: 0;
    padding-bottom: 0;
    display: flex;
}

.ideasListingBanner .readMore .icon-arrow-right {
    svg {
        width: 16px;
        height: auto;
        display: inline-block;
        margin-left: 0.5rem;
        transition: all 0.3s ease-in-out;

        @media (max-width: 1000px) {
            width: 14px;
        }
    }

}


/* Right Tabs */
.ideasListingBanner .ideasTabsWrapper {
    padding-left: 2rem;
    position: relative;
    /* needed for the pseudo-element */
}

@media only screen and (max-width: 991.98px) {
    .ideasListingBanner .ideasTabsWrapper {
        padding-left: 15px;
        margin-top: 3.6rem;
    }
}

@media only screen and (max-width: 575.98px) {
    .ideasListingBanner .ideasTabsWrapper {
        padding-left: 15px;
        margin-top: 3rem;
    }
}

/* Fade-out overlay */
.ideasListingBanner .ideasTabsWrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    /* adjust fade height */
    pointer-events: none;
    /* let clicks pass through */
    background: linear-gradient(to bottom, rgba(248, 234, 206, 0), #f5d59a);
}

.ideasListingBanner .tabsHeader {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    width: 100%;
    margin-bottom: 1.85rem;
}

.ideasListingBanner .tabBtn {
    font-size: 90%;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #414244;
    outline: none;
    border: none;
    background: none;
    cursor: pointer;
    font-family: var(--font-plus) !important;
}

.ideasListingBanner .tabBtn.active {
    /* color: #881946;
                border-bottom: 2px solid #881946;
                padding-bottom: 5px; */
}

.ideasListingBanner .tabsContent {
    max-height: 58vh;
    overflow-y: scroll;

}

.ideasListingBanner .tabsContent::-webkit-scrollbar {
    width: 8px;
    /* scrollbar width */
}

.ideasListingBanner .tabsContent::-webkit-scrollbar-track {
    background-image: linear-gradient(rgba(248, 234, 206, 0), rgb(245, 213, 154));
    /* track color */
}

.ideasListingBanner .tabsContent::-webkit-scrollbar-thumb {
    background-color: #881946;
    /* thumb color */
    border-radius: 10px;
}

.ideasListingBanner .tabsContent::-webkit-scrollbar-thumb:hover {
    background-color: #5e0e2f;
}

.ideasListingBanner .tabContent {
    display: none;
}

.ideasListingBanner .tabContent {
    display: none;
}

.ideasListingBanner .tabContent.active {
    display: block;
}

.ideasListingBanner .tabsContent .ideasList {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ideasListingBanner .ideasListItem {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    /* margin-bottom: 2rem; */
}

.ideasListingBanner .ideasListItem:hover .listImage img {
    transform: scale(1.05);
}

.ideasListingBanner .ideasListItem:hover .listInfo h4 {
    color: #881946;
}

.ideasListingBanner .listImage {
    flex: 1;
    border-radius: 8px;
    overflow: hidden;
}

.ideasListingBanner .listImage img {
    border-radius: 8px;
    aspect-ratio: 3/2;
    object-fit: cover;
    display: block;
    /* width: 25rem; */
    transition: all 0.3s ease-in-out;
}

.ideasListingBanner .listInfo {
    flex: 1.5;
}

.ideasListingBanner .listType {
    font-size: 70%;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 0.24px;
    text-align: left;
    color: #881946;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.ideasListingBanner .listInfo h4 {
    font-size: 90%;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #414244;
    font-family: var(--font-plus);
    transition: all 0.3s ease-in-out;
}











/* ideas Listing Page Ends */
.ideasListingWrapper {
    font-size: 18px;
    font-family: var(--font-plus) !important;
    padding: 4rem 0;
    background-color: #F2F3F9;
    padding: 4rem 8vw;
}

/* Responsive */
@media (max-width: 768px) {
    .ideasListingWrapper {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .ideasListingWrapper {
        padding: 4rem 4vw;
    }
}

@media (max-width: 480px) {
    .ideasListingWrapper {
        font-size: 15px;
    }
}

/* Filters */
.ideasListingWrapper .ideasFilters {}

.ideasListingWrapper .ideasFilters .searchBox {
    width: 100%;
}

.ideasListingWrapper .ideasFilters .searchBox input {
    width: 100%;
    padding: 0.8rem 4px;
    font-size: 110%;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    border: none;
    background-color: #F2F3F9;
    border-bottom: 1px solid #881946;
    font-family: var(--font-plus);
}

.ideasListingWrapper .ideasFilters .searchBox input::placeholder {
    font-size: 110%;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #999b9f;
}

.ideasListingWrapper .ideasFilters .searchBox .searchBtn {}

/* .ideasListingWrapper .ideasFilters .filterGroups {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    margin: 2rem 0 3.2rem 0;
}

.ideasListingWrapper .ideasFilters .filterGroup {
    flex: 0 0 calc(50% - 1rem);
} */

/* .ideasListingWrapper .ideasFilters .filterGroups {
    column-count: 2;
    column-gap: 2rem;
    margin: 2rem 0 3.2rem 0;
}

@media only screen and (max-width: 768px) {
    .ideasListingWrapper .ideasFilters .filterGroups {
        column-count: 1;
        column-gap: 2rem;
        margin: 2rem 0 2rem 0;
    }

} */


.ideasListingWrapper .ideasFilters .filterGroups {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: start;
    margin: 2rem 0 3.2rem 0;
}

@media only screen and (max-width: 768px) {
    .ideasListingWrapper .ideasFilters .filterGroups {
        grid-template-columns: 1fr;
        gap: 0;
        margin: 2rem 0 2rem 0;
    }
}

/* 
.inner-body-content p,
.inner-body-content h1,
.inner-body-content h2,
.inner-body-content h3,
.inner-body-content h4,
.inner-body-content h5,
.inner-body-content h6,
.inner-body-content ul,
.inner-body-content ol,
.inner-body-content blockquote {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
} */

.wrapper.bg-white .content-box-theme-1 {
    width: 100vw;
    padding: 3.2rem 0;
}

.wrapper.bg-white .content-box-theme-1 li {
    width: 100vw;
}

.inner-body-content>*:not([class*="wp-block-lazyblock"]) {
    width: 100%;
    /* padding: 0 8vw; */
    margin: 0 auto;
    max-width: 100%;
}

/* @media (max-width: 1199.98px) {
    .inner-body-content>*:not([class*="wp-block-lazyblock"]) {
        padding: 0 8vw;
    }
}

@media (max-width: 991.98px) {
    .inner-body-content>*:not([class*="wp-block-lazyblock"]) {
        padding: 0 8vw;
    }
}

@media (max-width: 767.98px) {
    .inner-body-content>*:not([class*="wp-block-lazyblock"]) {
        padding: 0 8vw;
    }
}

@media (max-width: 575.98px) {
    .inner-body-content>*:not([class*="wp-block-lazyblock"]) {
        padding: 0 4vw;
    }
} */

.inner-body-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ideasListingWrapper .ideasFilters .filterGroup {
    height: fit-content;
}

.ideasListingWrapper .filterGroup:nth-child(odd) {
    grid-column: 1;
}

.ideasListingWrapper .filterGroup:nth-child(even) {
    grid-column: 2;
}

.ideasListingWrapper .ideasFilters .filterGroup {
    break-inside: avoid;
    margin-bottom: 2rem;
    width: 100%;
    border-bottom: 1px solid #881946;
    padding-bottom: 1rem;
}

.ideasListingWrapper .ideasFilters .filterGroup {}

.ideasListingWrapper .ideasFilters .filterGroup .filterTitle {
    margin: 0;
    padding-bottom: 0.6rem;
    font-size: 120%;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.32px;
    text-align: left;
    color: #881946;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    width: fit-content;
    font-family: var(--font-plus);
}

.ideasListingWrapper .ideasFilters .filterGroup .filterTitle .arrow {
    /* width: 10px;
    height: 10px; */
    /* border-right: 2px solid #881946;
    border-bottom: 2px solid #881946;
    transform: rotate(45deg); */
    transition: transform 0.5s ease-in-out;
    /* margin-bottom: 5px; */
}

.ideasListingWrapper .ideasFilters .filterGroup.active .filterTitle .arrow {
    transform: rotate(-180deg);
}


.ideasListingWrapper .ideasFilters .filterGroup .filterContent {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}

.ideasListingWrapper .ideasFilters .filterGroup.active .filterContent {
    max-height: 1000px;
    /* margin-top: 0.5rem; */
}

.ideasListingWrapper .ideasFilters .filterGroup .filterTabs {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    align-items: center;
}

.ideasListingWrapper .ideasFilters .filterGroup .filterTabs .filterTab {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 6px 12px 8px;
    border-radius: 42px;
    border: solid 1px #999B9F;
    font-size: 90%;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0.32px;
    color: #999B9F;
    transition: all 0.2s ease;
    text-transform: capitalize;
    cursor: pointer;
    background: transparent;
    font-family: var(--font-plus);
}

.ideasListingWrapper .ideasFilters .filterGroup .filterTabs .filterTab.active {
    background-color: #881946;
    color: #f5d59a;
    border: solid 1px #881946;
}

.ideasListingWrapper .ideasFilters .filterGroup .filterTabs .filterTab:hover {
    background-color: #881946;
    color: #f5d59a;
}

/* Posts */
.ideasListingWrapper .ideasPostContainer {}

.ideasListingWrapper .ideasPostContainer .ideasPosts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

@media only screen and (max-width: 991.98px) {
    .ideasListingWrapper .ideasPostContainer .ideasPosts {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 767.98px) {
    .ideasListingWrapper .ideasPostContainer .ideasPosts {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 480px) {
    .ideasListingWrapper .ideasPostContainer .ideasPosts {
        grid-template-columns: repeat(1, 1fr);
    }
}



.ideasListingWrapper .ideasPostContainer .ideasPosts .single-post-item {
    border-radius: 11px;
    box-shadow: 0 0 18.6px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
    transition: background-color 0.3s ease;
    cursor: pointer;
    overflow: hidden;
}

.ideasListingWrapper .ideasPostContainer .ideasPosts .single-post-item figure {
    height: 100%;
}

.ideasListingWrapper .ideasPostContainer .ideasPosts .single-post-item:hover {
    background-color: #f5d59a;
}

.ideasListingWrapper .ideasPostContainer .ideasPosts .single-post-item:hover .post-img img {
    transform: scale(1.05);

}

.ideasListingWrapper .ideasPostContainer .ideasPosts .single-post-item:hover figcaption .postTags .postTag {
    background-color: #881946;
    color: #fff;
    border: solid 0.5px #881946;
}


.ideasListingWrapper .ideasPostContainer .ideasPosts .single-post-item .post-img img {
    object-fit: cover;
    width: 100%;
    transition: all 0.3s ease-in-out;
    aspect-ratio: 16/9.5;
}

.ideasListingWrapper .ideasPostContainer .ideasPosts .single-post-item .post-img .img-holder {
    overflow: hidden;
}

.ideasListingWrapper .ideasPostContainer .ideasPosts .single-post-item figcaption {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    min-height: 13rem;
}

.ideasListingWrapper .ideasPostContainer .ideasPosts .single-post-item figcaption .post-title {
    font-family: var(--font-funnel) !important;
    font-size: 100%;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #881946;
    margin: 0;
}

.ideasListingWrapper .ideasPostContainer .ideasPosts .single-post-item .readBtn {
    font-size: 90%;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.32px;
    text-align: left;
    color: #881946;
    padding: 0;
    margin: 0;
    margin-top: auto;

    @media (max-width: 1000px) {
        font-size: 80%;
    }
}

.ideasListingWrapper .ideasPostContainer .ideasPosts .single-post-item .readBtn svg {
    width: 16px;
    height: auto;
    display: inline-block;
    margin-left: 0.5rem;
    transition: all 0.3s ease-in-out;



    @media (max-width: 1000px) {
        width: 14px;
    }
}

.ideasListingWrapper .ideasPostContainer .ideasPosts .single-post-item:hover .readBtn svg {
    transform: translateX(4px);
    transition: all 0.3s ease-in-out;
}

.ideasListingWrapper .postTags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 10px;
}

.ideasListingWrapper .postTags .postTag {
    padding: 4px 8px;
    border-radius: 5px;
    border: solid 0.5px #c1c4c7;
    background-color: #F3F5F9;
    font-size: 60%;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.8px;
    text-align: center;
    color: #5e6062;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.ideasPaginate {
    background-color: #F2F3F9;
    padding: 0 0 3.2rem 0;
}


/* New Our Experience CSS */
.expBanner {
    padding: 0;
    font-family: var(--font-plus) !important;
    position: relative;
    font-size: 18px;
    background-color: #601233;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

    @media (max-width: 768px) {
        font-size: 16px;
    }

    @media (max-width: 480px) {
        font-size: 15px;
    }

    .mainContainer {



        img {
            width: 100%;
            max-height: 100vh;
            object-fit: cover;
            max-width: 100%;
            object-fit: cover;
            max-height: 85vh;
            aspect-ratio: 16/9;
            margin: 0;

            @media (max-width: 767px) {
                aspect-ratio: 3/4;
                max-height: 600px;

            }
        }

        video {
            max-width: 100%;
            object-fit: cover;
            max-height: 85vh;
            aspect-ratio: 16/9;
            margin: 0;

            @media (max-width: 767px) {
                aspect-ratio: 3/4;
                max-height: 600px;
                object-position: right;
            }
        }

        .contentBox {
            position: absolute;
            left: 0;
            top: 50%;
            transform: translate(0, -50%);
            padding: 0 8vw;
            width: 55%;

            @media only screen and (max-width: 1600px) {
                width: 60%;
            }

            @media only screen and (max-width: 1300px) {
                width: 55%;
                padding: 0;
                padding-left: 8vw;
            }

            @media only screen and (max-width: 991.98px) {
                width: 60%;
                /* padding-left: 4vw; */
            }

            @media only screen and (max-width: 767px) {
                width: 70%;
                /* padding-left: 4vw; */
                top: 65%;
            }

            @media only screen and (max-width: 575px) {
                width: 90%;
                padding-left: 4vw;
                top: 75%;
            }

            @media only screen and (max-width: 350px) {
                width: 90%;
                /* padding-left: 4vw; */
                top: 55%;
            }

            h1 {
                font-family: var(--font-funnel) !important;
                font-size: clamp(200%, 4.5vw, 390%);
                font-weight: 300;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.1;
                letter-spacing: normal;
                text-align: left;
                color: #fff;
                margin-bottom: 1.6rem;
            }

            p {
                font-size: 90%;
                font-weight: 500;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.6;
                letter-spacing: 0.32px;
                text-align: left;
                color: #fff;
            }
        }


    }
}



.clientsMarquee {
    font-family: var(--font-plus) !important;
    font-size: 18px;
    padding: 4rem 0;
    overflow: hidden;
    display: none;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

    @media (max-width: 768px) {
        font-size: 16px;
    }

    @media (max-width: 480px) {
        font-size: 15px;
    }


    .mainContainer {
        .heading {
            text-align: center;
            margin-bottom: 0 auto;
            padding-bottom: 1rem;
            font-family: var(--font-funnel) !important;
            font-size: 190%;
            font-weight: normal;
            line-height: 1.3;
            color: #881946;
        }

        .marqueeDesc {
            font-family: var(--font-plus) !important;
            font-weight: 500 !important;
            line-height: 1.2;
            color: #414244;
            margin-bottom: 0;
            font-size: 110%;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.3;
            letter-spacing: normal;
            text-align: center;
            padding-bottom: 0;

            @media (max-width: 575.98px) {
                font-size: 100%;
            }
        }

        .clientsMarqueeBox {
            display: flex;
            overflow: hidden;
            position: relative;
            align-items: center;
            padding-top: 4rem;

            @media (max-width: 767px) {
                margin-top: 3.2rem;
            }

            .clientsMarqueeTrack {
                display: flex;
                width: max-content;
                align-items: center;
                animation: marqueeScroll 60s linear infinite;

                .clientsMarqueeItem {
                    flex-shrink: 0;
                    padding: 0 40px;

                    .clientsMarqueeImg {
                        max-width: 150px;
                        height: auto;
                        transition: all 0.3s ease;
                        aspect-ratio: 4/1.5;
                        object-fit: contain;
                    }
                }
            }

            /* &:hover .clientsMarqueeTrack {
                animation-play-state: paused;
            } */
        }
    }
}

/* The key: full translation of one complete track */
@keyframes marqueeScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.testimonialSection {
    padding: 6rem 8vw;
    background: #fff;
    font-family: var(--font-plus) !important;
    font-size: 18px;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

    @media (max-width: 768px) {
        font-size: 16px;
    }

    @media (max-width: 575px) {
        padding: 4rem 4vw;
    }

    @media (max-width: 480px) {
        font-size: 15px;
    }


    .testimonialGrid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        gap: 20px;
        /* max-width: 1200px; */
        margin: 0 auto;


        /* =========================
     MOBILE (≤ 767px)
  ========================= */
        @media (max-width: 767px) {
            display: flex;
            flex-direction: column;

            .testimonialItem,
            .testimonialImage {
                grid-column: 1 / -1;
                grid-row: auto;
            }

            .testimonialImage {
                min-height: auto;
            }
        }

        .testimonialItem {
            background: #f8f9fb;
            padding: 32px;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            border-radius: 20px;
            box-shadow: 0 0 12.1px 0 rgba(0, 0, 0, 0.1);
            border: solid 1px #e5e7f0;
            background-color: #F3F5F9;

            .quoteIcon {
                font-size: 390%;
                color: #a10064;
                line-height: none;
                /* margin-bottom: 12px; */
                font-family: var(--font-funnel) !important;

            }


            p {
                color: #333;
                font-size: 16px;
                line-height: 1.6;
                margin-bottom: 20px;
            }

            .logoBox {
                margin-top: auto;
                max-width: 14rem;

                img {
                    max-height: 4.5rem;
                }

                h4 {
                    font-family: var(--font-funnel);
                    font-size: 130%;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.5;
                    letter-spacing: normal;
                    text-align: left;
                    color: #881946;
                    padding-bottom: 0;
                    margin: 0;
                }

            }


            h5 {
                color: #7c004a;
                font-weight: 600;
                font-size: 16px;
            }

            &.bigText {
                grid-column: 1 / span 3;
            }

            &.left {
                grid-column: 1 / span 1;
                grid-row: 2 / span 3;
            }

            &.right {
                grid-column: 3 / span 5;
                grid-row: 2;
            }
        }

        .testimonialImage {
            border-radius: 12px;
            overflow: hidden;
            transition: all 0.3s ease-in-out;

            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                display: block;
                transition: all 0.3s ease-in-out;
            }

            &.first {
                grid-column: 4 / span 4;
                grid-row: 1;
            }

            &.second {
                grid-column: 2;
                grid-row: 2 / span 3;
            }

            &.bottom {
                grid-column: 3 / span 5;
                grid-row: 3 / span 2;
            }
        }

        .testimonialImage:hover img {
            transform: scale(1.1);
        }
    }

    .ctaBox {
        text-align: center;
        margin-top: 40px;

        .ctaButton {
            display: inline-block;
            padding: 12px 28px;
            background-color: #881946;
            color: #fff;
            border-radius: 6.4px;
            text-decoration: none;
            font-weight: 500;
            transition: background 0.3s;

            &:hover {
                background-color: #4f0121;
            }
        }
    }
}

.caseStudiesSection {
    background-color: #f8f9fb;
    padding: 4rem 0;
    font-family: var(--font-plus) !important;
    font-size: 18px;
    text-align: center;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

    @media (max-width: 768px) {
        font-size: 16px;
    }

    @media (max-width: 480px) {
        font-size: 15px;
    }


    .sectionTitle {
        font-family: var(--font-funnel) !important;
        font-size: 200%;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.3;
        letter-spacing: normal;
        text-align: center;
        color: #881946;
        padding-bottom: 3.2rem;
    }

    .caseFilters {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 1rem;
        margin-bottom: 2rem;

        .filterSelect {
            position: relative;
            display: inline-block;
            margin-right: 16px;

            .selectWrapper {
                position: relative;
                display: inline-block;

                select.filterDropdown {
                    appearance: none;
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    background-color: #fff;
                    border: 1px solid #ccc;
                    border-radius: 8px;
                    padding: 10px 40px 10px 16px;
                    font-size: 16px;
                    color: #333;
                    cursor: pointer;
                    font-family: var(--font-plus) !important;
                    ;
                    min-width: 200px;
                    transition: all 0.3s ease;
                    font-weight: 500;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.5;
                    letter-spacing: 0.32px;
                    text-align: left;
                    color: #5e6062;
                    font-size: 90%;

                    /* &:hover {
                        border-color: #a10064;
                    } */

                    &:focus {
                        outline: none;
                        border-color: #881946;
                    }
                }

                &::after {
                    content: "";
                    position: absolute;
                    right: 14px;
                    top: 50%;
                    width: 10px;
                    height: 10px;
                    pointer-events: none;
                    transform: translateY(-50%) rotate(45deg);
                    border-right: 2px solid #881946;
                    border-bottom: 2px solid #881946;
                    transition: transform 0.3s ease;
                }

                /* select.filterDropdown:focus+&::after,
                &:focus-within::after {
                    transform: translateY(-50%) rotate(225deg);
                } */
            }
        }

        .searchBox {
            input {
                padding: 0.7rem 1rem;
                border-radius: 6px;
                border: 1px solid #ccc;
                font-size: 90%;
                min-width: 200px;
                background: #fff;
                outline: none;
                transition: border-color 0.3s ease;
                font-size: 16px;
                font-weight: 500;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.5;
                letter-spacing: 0.32px;
                text-align: left;
                color: #5e6062;

                &:focus {
                    border-color: #881946;
                }
            }
        }
    }

    .caseGrid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
        margin-bottom: 3rem;

        .caseItem {
            background: #fff;
            border-radius: 10px;
            box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            text-decoration: none;
            color: #333;
            display: flex;
            flex-direction: column;
            transition: all 0.3s ease;

            &:hover {
                /* transform: translateY(-5px); */
                box-shadow: 0 0 18px rgba(0, 0, 0, 0.15);
                background-color: #ffddeb;
            }

            .caseImage {
                width: 100%;
                overflow: hidden;

                img {
                    width: 100%;
                    aspect-ratio: 16 / 9;
                    object-fit: cover;
                    display: block;
                    transition: all 0.3s ease;
                }
            }

            .caseContent {
                padding: 1rem;
                text-align: left;
                display: flex;
                flex-direction: column;
                flex-grow: 1;

                .caseTags {
                    display: flex;
                    flex-wrap: wrap;
                    gap: 0.5rem;
                    margin-bottom: 0.5rem;

                    .caseTag {
                        font-size: 65%;
                        text-transform: uppercase;
                        padding: 0;
                        margin: 0;
                        padding: 4px 8px;
                        border-radius: 5px;
                        border: solid 0.5px #c1c4c7;
                        background-color: #F3F5F9;
                        font-weight: 600;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: 1.5;
                        letter-spacing: 0.96px;
                        text-align: center;
                        color: #5e6062;
                        transition: all 0.3s ease-in-out;
                    }
                }

                .caseTitle {
                    color: #881946;
                    font-weight: 500;
                    margin-bottom: 0.5rem;
                    font-family: var(--font-funnel) !important;
                    font-size: 110%;
                    font-weight: 300;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.4;
                    letter-spacing: normal;
                    text-align: left;
                    color: #881946;
                    padding: 0;
                    margin: 0;
                    margin-bottom: 1rem;
                }

                .readBtn {
                    margin: 0;
                    margin-top: auto;
                    padding-bottom: 0;
                    font-family: var(--font-plus) !important;
                    ;
                    font-size: 90%;
                    font-weight: 500;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.5;
                    letter-spacing: 0.32px;
                    text-align: left;
                    color: #881946;

                    .icon-arrow-right {
                        svg {
                            width: 16px;
                            height: auto;
                            display: inline-block;
                            margin-left: 0.2rem;

                            path {}
                        }
                    }

                    &:hover {
                        .icon-arrow-right {
                            svg path {}
                        }
                    }
                }
            }
        }

        .caseItem:hover .caseImage img {
            transform: scale(1.05);
            transition: all 0.3s ease;
        }

        .caseItem:hover .readBtn {
            transition: all 0.3s ease-in-out;


            svg {
                transform: translateX(4px);
                transition: all 0.3s ease-in-out;

            }
        }

        .caseItem:hover .caseContent .caseTags .caseTag {
            border: solid 0.5px #881946;
            background-color: #881946;
            color: #fff;
            transition: all 0.3s ease-in-out;
        }
    }

    .seeAllWrap {
        text-align: center;
        display: flex;
        justify-content: center;

        .seeAllBtn {
            padding: 10px 20px;
            border-radius: 6.4px;
            background-color: #881946;
            transition: background-color 0.3s ease;
            font-size: 90%;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.5;
            letter-spacing: 0.32px;
            text-align: center;
            color: #fff;
            border: none;
            cursor: pointer;
            outline: none;
            font-family: var(--font-plus) !important;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.5;
            letter-spacing: 0.32px;
            text-align: center;
            color: #fff;

            &:hover {
                /* background-color: #6b1338; */
                background-color: #4f0121;
            }
        }
    }

    /* Responsive */
    @media (max-width: 768px) {
        font-size: 16px;

        .sectionTitle {
            font-size: 1.6rem;
        }

        .caseFilters {
            flex-direction: column;
            align-items: center;
        }
    }

    @media (max-width: 480px) {
        font-size: 15px;

        .caseFilters {

            .filterDropdown,
            .searchBox input {
                min-width: 100%;
            }
        }

        .caseGrid {
            grid-template-columns: 1fr;
        }
    }
}

.expImpact {
    font-family: var(--font-plus) !important;
    font-size: 18px;
    padding: 4rem 0 0.5rem 0;
    background-color: #F2F3F9;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

    @media (max-width: 991px) {
        display: none;
    }

    @media (max-width: 768px) {
        font-size: 16px;
    }

    @media (max-width: 480px) {
        font-size: 15px;
    }


    .mainContainer {
        padding: 0 8vw;

        @media (max-width: 1500px) {
            padding: 0 4vw;
        }

        .heading {
            font-family: var(--font-funnel) !important;
            font-size: 200%;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.3;
            letter-spacing: normal;
            text-align: center;
            color: #881946;
            margin-bottom: 2rem;
        }

        .filterGroups {

            .filterGroup {

                .filterTitle {
                    font-size: 80%;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.6;
                    letter-spacing: 0.28px;
                    text-align: center;
                    color: #5e6062;
                }

                .filterTabs {
                    display: flex;
                    gap: 6px;
                    flex-wrap: wrap;
                    /* margin-bottom: 2rem; */
                    justify-content: center;


                    figure {
                        display: flex;
                        flex-direction: row;
                        justify-content: center;
                        align-items: center;
                        gap: 8px;
                        padding: 4px 10px 6px;
                        border-radius: 42px;
                        border: solid 1px #881946;
                        font-size: 80%;
                        font-weight: 500;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: 1;
                        letter-spacing: 0.32px;
                        color: #881946;
                        transition: all 0.2s ease;
                        text-transform: capitalize;
                        cursor: pointer;

                        &.active {
                            background-color: #881946;
                            color: #fff;
                            border: solid 0.5px #881946;
                        }

                        &:hover {
                            background-color: #881946;
                            color: #f5d59a;
                        }

                        figcaption {
                            line-height: 1.5;
                        }
                    }
                }

            }
        }
    }
}

.map {
    background-color: #F2F3F9;
    position: relative;
}


.mapSlider {
    position: absolute;
    bottom: 10%;
    left: 8vw;
    max-width: 21rem;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.4s ease;
}

@media (max-width: 1500px) {
    .mapSlider {
        bottom: 10%;
        left: 8vw;
        max-width: 17rem;
    }
}


@media (max-width: 1200px) {
    .mapSlider {
        bottom: 10%;
        left: 8vw;
        max-width: 15rem;
    }
}

@media (max-width: 991px) {
    .mapSlider {
        padding: 2rem 0 0rem 0;
        position: relative;
        bottom: 0;
        left: 8vw;
        max-width: 20rem;
    }
}

@media (max-width: 575px) {
    .mapSlider {
        left: 4vw;
    }
}


.mapSlider .slider {
    margin-bottom: 30px;
}


.mapSlider .nav {
    display: none;
    gap: 1.6rem;
    margin-bottom: 1rem;

    @media (max-width: 991px) {
        display: flex;
    }
}



.mapSlider .nav svg {
    cursor: pointer;
    max-width: 2rem;
    transition: all .3s ease-in-out;

    @media (max-width: 768px) {
        max-width: 1.6rem;
    }
}

.mapSlider .nav svg:hover {
    opacity: .7;
}


.mapSlider .slider .block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    img {
        max-width: 5rem;
        object-fit: contain;
        margin-bottom: 0.5rem;

        @media (max-width: 1400px) {
            max-width: 3rem;
        }

        @media (max-width: 1400px) {
            max-width: 2.5rem;
        }

    }

    h1 {
        margin-bottom: 1.6rem;
        font-family: var(--font-plus);
        font-size: 90%;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: 0.32px;
        text-align: left;
        color: #881946;
        margin-bottom: 0.8rem;

        @media (max-width: 1400px) {
            font-size: 1.1rem;
            margin-bottom: 0.4rem;
        }

        @media (max-width: 1200px) {
            font-size: 1rem;
            margin-bottom: 0.4rem;
        }
    }

    p {
        font-family: var(--font-plus);
        font-size: 80%;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.4;
        letter-spacing: 0.32px;
        text-align: left;
        color: #414244;
        margin-bottom: 1.5rem;

        @media (max-width: 1400px) {
            font-size: 0.9rem;
            margin-bottom: 1rem;
        }

        @media (max-width: 1200px) {
            font-size: 0.8rem;
            margin-bottom: 1rem;
        }

    }

    a {
        border: none;
        display: block;
        width: 140px;
        text-align: center;
        padding: 6px 12px;
        border-radius: 5px;
        background-color: #881946;
        font-size: 80%;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: 0.32px;
        text-align: center;
        color: #fff;
        text-transform: capitalize;
        font-family: var(--font-plus) !important;

        &:hover {
            background-color: #4f0121;
            color: #fff;

        }
    }

}


.our-experience-map {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.our-experience-map img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16/7;
}

.map-pointers figure {
    position: absolute;
    transform: translate(-50%, 50%);
    cursor: pointer;
    transition: all 0.3s ease;
}

.map-pointers figure img {
    width: 22px;
    height: auto;
}

.map-pointers figure figcaption {
    display: none;
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 12px 16px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
    z-index: 10;
}

.map-pointers figure:hover figcaption {
    display: block;
}

.filterTabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.filterTab {
    background: #f0f0f0;
    border: none;
    border-radius: 20px;
    padding: 8px 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filterTab.active {
    background: #6b1c3c;
    color: #fff;
}



/* ///////////////////// New Home Page CSS //////////////////////////// */

.accordionSection {
    background-color: #f8eace;
    font-family: var(--font-plus) !important;
    padding: 0;
    border-bottom: solid 1px #d3618f;
    transition: background 0.3s ease;
    font-size: 18px;
    padding: 0 8vw;
    position: relative;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

    @media (max-width: 768px) {
        font-size: 16px;
    }

    @media (max-width: 575px) {
        padding: 0 4vw;
    }

    @media (max-width: 480px) {
        font-size: 15px;
    }



    .accordionItem {
        border-top: 1px solid #e5b0c2;
        overflow: hidden;
        cursor: pointer;


        &::before {
            content: "";
            position: absolute;
            inset: 0;
            background-image: linear-gradient(to right, #881946, #6a1236);
            opacity: 1;
            transition: opacity 0.3s ease;
            z-index: 0;
        }

        &.open::before {
            opacity: 0;
        }


        .accordionHeader,
        .accordionContent {
            position: relative;
            z-index: 1;
        }

        .accordionHeader {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            background: transparent;
            color: #fff;
            font-size: 18px;
            font-weight: 600;
            padding: 1.9rem 1rem;
            border: none;
            cursor: pointer;
            transition: background 0.3s ease;
            position: relative;

            @media (max-width: 768px) {
                padding: 1.5rem 0rem
            }

            .accordionIcon {
                display: flex;
                align-items: center;
                margin-right: 20px;

                img {
                    width: 40px;
                    height: 40px;
                    display: block;

                    @media only screen and (max-width: 767.98px) {
                        width: 30px;
                        height: 30px;
                    }
                }
            }

            .accordionTitle {
                flex: 1;
                text-align: left;
                font-family: var(--font-funnel) !important;
                font-size: 180%;
                font-weight: 300;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.25;
                letter-spacing: normal;
                text-align: left;
                color: #f5d59a;
                transition: all 0.3s ease;

                @media only screen and (max-width: 767.98px) {
                    font-size: 160%;
                }

                @media only screen and (max-width: 575.98px) {
                    font-size: 130%;
                }
            }

            .accordionToggleIcon {
                /* font-size: 20px; */
                transition: transform 0.3s ease;
            }

            .accordionToggleIcon svg path {

                transition: transform 0.3s ease;
            }

            &.active {
                .accordionTitle {
                    color: #881946;
                }

                .accordionToggleIcon {
                    transform: rotate(180deg);
                }

                .accordionToggleIcon svg path {
                    fill: #881946;
                }
            }
        }

        .accordionContent {
            max-height: 0;
            overflow: hidden;
            background-color: transparent;
            transition: all 0.3s ease;
            padding: 0 28px;

            &.open {
                max-height: 100%;
                padding: 28px;
                /* background-color: #f8eace; */
            }

            .accordionGrid {
                display: grid;
                grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
                column-gap: 24px;
                row-gap: 4rem;

                @media only screen and (max-width: 767.98px) {
                    row-gap: 3.2rem;
                    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
                }

                @media only screen and (max-width: 575.98px) {
                    row-gap: 2.6rem;
                }

                .accordionCard {
                    background: transparent;
                    /* border-radius: 10px; */
                    overflow: hidden;
                    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
                    transition: transform 0.3s ease;
                    text-decoration: none;

                    &:hover .cardImage img {
                        transform: scale(1.05);

                    }

                    .cardImage {
                        overflow: hidden;
                        border-radius: 12.6px;

                        img {
                            width: 100%;
                            height: 100%;
                            aspect-ratio: 16 / 9.5;
                            object-fit: cover;
                            display: block;
                            transition: all 0.3s ease;
                        }
                    }

                    .cardInfo {
                        padding: 6px 0;

                        .cardMeta {
                            text-transform: uppercase;
                            letter-spacing: 0.5px;
                            font-size: 70%;
                            font-weight: 600;
                            font-stretch: normal;
                            font-style: normal;
                            line-height: 1.25;
                            letter-spacing: 0.24px;
                            text-align: left;
                            color: #414244;
                            text-transform: uppercase;
                        }

                        .cardTitle {
                            font-size: 90%;
                            font-weight: 500;
                            font-stretch: normal;
                            font-style: normal;
                            line-height: 1.25;
                            letter-spacing: normal;
                            text-align: left;
                            color: #881946;
                            margin-top: 2px;
                        }
                    }
                }
            }

            .accordionDiscover {
                text-align: right;
                margin-bottom: 60px;
                display: flex;
                align-items: center;
                justify-content: center;

                .discoverLink {
                    text-decoration: none;
                    transition: color 0.3s ease;
                    font-family: var(--font-funnel) !important;
                    font-size: 130%;
                    font-weight: 300;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.25;
                    letter-spacing: normal;
                    text-align: left;
                    color: #881946;

                    span svg {
                        display: inline-block;
                        height: 24px;
                        width: auto;
                        transition: transform 0.3s ease;
                    }

                    &:hover span svg {
                        transform: translateX(4px);

                    }
                }
            }
        }
    }
}


.Headercontainer {
    font-size: 18px;


    .VideoContainer {
        margin-left: auto;

        @media (max-width: 1200px) {
            display: none;
        }

        .VideoMenuItem {

            a {
                text-decoration: none;

                .Video {
                    border-radius: 20px;
                    overflow: hidden;
                    margin-bottom: 10px;

                    img {
                        height: 100%;
                        aspect-ratio: 16/9;
                        object-fit: cover;
                        border-radius: 20px;
                        overflow: hidden;
                    }


                }

                .videoTitle {
                    font-family: var(--font-plus) !important;
                    font-size: 80%;
                    font-weight: 500;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.5;
                    letter-spacing: 0.28px;
                    text-align: center;
                    color: #881946;
                }
            }




        }
    }
}


.peopleBanner {
    font-size: 18px;
    font-family: var(--font-plus) !important;
    padding: 4rem 0;
    background-color: #F3F5F9;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

    @media (max-width: 768px) {
        font-size: 16px;
    }

    @media (max-width: 480px) {
        font-size: 15px;
    }

    .container {
        .top {
            display: flex;
            justify-content: space-between;
            gap: 3.2rem;
            padding-bottom: 3.2rem;
            border-bottom: solid 1px #d4d5db;

            @media only screen and (max-width: 768px) {
                flex-direction: column-reverse;
                gap: 2rem;
            }

            .left {
                display: flex;
                flex-direction: column;
                width: 60%;

                @media only screen and (max-width: 768px) {
                    width: 100%;
                }

                gap: 8px;

                h1 {
                    font-family: var(--font-funnel) !important;
                    font-size: clamp(200%, 4.4vw, 390%);
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.1;
                    letter-spacing: normal;
                    text-align: left;
                    color: #881946;

                }

                h4 {
                    font-family: var(--font-funnel) !important;
                    font-size: 120%;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.2;
                    letter-spacing: normal;
                    text-align: left;
                    color: #881946;
                    font-style: normal;
                    margin: 0;


                    p {
                        display: inline;

                        a {
                            text-decoration: none;
                            color: #881946;
                        }
                    }
                }

                .details {
                    display: flex;
                    align-items: center;
                    gap: 6px;

                    p {
                        font-size: 90%;
                        font-weight: 500;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: 1.6;
                        letter-spacing: 0.32px;
                        text-align: left;
                        color: #881946;

                        a {
                            text-decoration: underline !important;
                            color: #881946;

                            &:hover {
                                text-decoration: none !important;
                            }
                        }
                    }
                }

                .location {
                    svg {
                        path {}

                        defs {
                            linearGradient {
                                stop {}
                            }
                        }
                    }

                    p {}
                }

                .email {

                    @media only screen and (max-width: 575px) {
                        overflow-x: scroll;
                    }


                    svg {
                        path {}

                        defs {
                            linearGradient {
                                stop {}
                            }
                        }
                    }

                    p {}
                }

                .socialWrapper {
                    margin-top: auto;

                    @media only screen and (max-width: 768px) {
                        margin-top: 1rem;
                    }

                    .social {
                        li {

                            .email {
                                font-family: var(--font-plus) !important;
                                ;
                                font-size: 90%;
                                font-weight: 500;
                                font-stretch: normal;
                                font-style: normal;
                                line-height: 1;
                                letter-spacing: 0.32px;
                                text-align: center;
                                color: #fff;
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                padding: 10px 12px;
                                border-radius: 5px;
                                background-color: #881946;
                            }

                            .linkedIn {
                                font-family: var(--font-plus) !important;
                                ;
                                font-size: 80%;
                                font-weight: 500;
                                font-stretch: normal;
                                font-style: normal;
                                line-height: 1;
                                letter-spacing: 0.32px;
                                text-align: center;
                                color: #fff;
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                padding: 6px 12px;
                                border-radius: 50px;
                                background-color: #003977;
                            }

                        }
                    }
                }
            }

            .right {
                width: 40%;

                @media only screen and (max-width: 768px) {
                    width: 100%;
                }


                figure {

                    img {
                        aspect-ratio: 1/1;
                        /* max-width: 463px; */
                        object-fit: cover;
                        border-radius: 16px;
                        padding-bottom: 0;
                        height: auto;
                        width: 100%;
                    }
                }
            }
        }

        .bottom {
            padding-top: 3.2rem;
            display: flex;
            justify-content: space-between;
            gap: 3.2rem;

            @media only screen and (max-width: 768px) {
                flex-direction: column-reverse;
                gap: 2rem;
            }

            .left {
                width: 70%;

                @media only screen and (max-width: 768px) {
                    width: 100%;
                }

                .expertise {
                    margin-bottom: 1.6rem;

                    ul {
                        display: flex;
                        flex-wrap: wrap;
                        gap: 12px;

                        li {
                            a {
                                font-family: var(--font-plus) !important;
                                font-size: 90%;
                                font-weight: normal;
                                font-stretch: normal;
                                font-style: normal;
                                line-height: 1.5;
                                letter-spacing: 0.32px;
                                text-align: left;
                                color: #28292a;
                                padding: 8px 16px;
                                border-radius: 8px;
                                border: solid 1px #d4d5db;
                                background-color: #fff;
                                display: flex;
                                align-items: center;
                                justify-content: center;
                            }
                        }
                    }
                }

                article {

                    p,
                    ul,
                    li,
                    ol {
                        font-family: var(--font-plus) !important;
                        font-size: 90%;
                        font-weight: normal;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: 1.6;
                        letter-spacing: 0.28px;
                        text-align: left;
                        color: #414244;
                    }
                }
            }

            .right {
                width: 40%;

                @media only screen and (max-width: 768px) {
                    width: 100%;
                }


                p {}

                figure {

                    img {
                        aspect-ratio: 16/9;
                        /* max-width: 463px; */
                        object-fit: cover;
                        border-radius: 16px;
                        padding-bottom: 0;
                        height: auto;
                        width: 100%;
                    }

                }
            }
        }
    }
}


.peopleThoughts {
    font-size: 18px;
    font-family: var(--font-plus) !important;
    padding: 4rem 0;
    /* background-color: #F3F5F9; */

    @media (max-width: 1200px) {
        font-size: 17px;
    }

    @media (max-width: 768px) {
        font-size: 16px;
    }

    @media (max-width: 480px) {
        font-size: 15px;
    }

    .container {
        .headWrapper {
            display: flex;
            align-items: center;


            h2 {
                font-family: var(--font-funnel) !important;
                font-size: 200%;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.3;
                letter-spacing: normal;
                text-align: center;
                color: #881946;
                padding-bottom: 0;
                /* margin-right: 0; */
            }

            .btnWrapper {
                display: flex;
                gap: 12px;
                margin-left: auto;


                svg {
                    width: 30px;
                    height: auto;
                    display: block;
                    height: fit-content;
                    cursor: pointer;
                }

                .btnLeft {


                    path {}
                }

                .btnRight {


                    path {}
                }
            }
        }

        .cardsContainer {
            padding: 4rem 0;

            .cardsWrapper {
                display: grid;
                grid-template-columns: repeat(4, 1fr);
                gap: 1rem;

                @media only screen and (max-width: 991.98px) {

                    grid-template-columns: repeat(3, 1fr);

                }

                @media only screen and (max-width: 767.98px) {

                    grid-template-columns: repeat(2, 1fr);

                }

                @media only screen and (max-width: 480px) {

                    grid-template-columns: repeat(1, 1fr);

                }

                .single-post-item {
                    border-radius: 11px;
                    box-shadow: 0 0 18.6px 0 rgba(0, 0, 0, 0.15);
                    background-color: #fff;
                    transition: background-color 0.3s ease;
                    cursor: pointer;
                    overflow: hidden;

                    &:hover {
                        background-color: #f5d59a;

                        .post-img img {
                            transform: scale(1.05);
                        }

                        .readBtn svg {
                            transform: translateX(4px);
                            transition: all 0.3s ease-in-out;
                        }
                    }

                    figure {
                        height: 100%;

                        .post-img {
                            .img-holder {
                                overflow: hidden;

                                img {
                                    object-fit: cover;
                                    width: 100%;
                                    transition: all 0.3s ease-in-out;
                                    aspect-ratio: 3/2;
                                    padding-bottom: 0;
                                }
                            }
                        }

                        figcaption {
                            padding: 1rem;
                            display: flex;
                            flex-direction: column;
                            min-height: 13rem;

                            .postTags {
                                display: flex;
                                flex-wrap: wrap;
                                gap: 0.5rem;
                                margin-bottom: 10px;

                                .postTag {
                                    padding: 4px 8px;
                                    border-radius: 5px;
                                    border: solid 0.5px #c1c4c7;
                                    background-color: #F3F5F9;
                                    font-size: 60%;
                                    font-weight: 600;
                                    font-stretch: normal;
                                    font-style: normal;
                                    line-height: 1.5;
                                    letter-spacing: 0.8px;
                                    text-align: center;
                                    color: #5e6062;
                                    text-transform: uppercase;
                                }
                            }

                            .post-title {
                                font-family: var(--font-funnel) !important;
                                font-size: 120%;
                                font-weight: normal;
                                font-stretch: normal;
                                font-style: normal;
                                line-height: 1.2;
                                letter-spacing: normal;
                                text-align: left;
                                color: #881946;
                                margin-bottom: 1rem;
                            }
                        }

                        .readBtn {
                            font-size: 90%;
                            font-weight: 500;
                            font-stretch: normal;
                            font-style: normal;
                            line-height: 1.5;
                            letter-spacing: 0.32px;
                            text-align: left;
                            color: #881946;
                            padding: 0;
                            margin: 0;
                            margin-top: auto;

                            @media (max-width: 1000px) {
                                font-size: 80%;
                            }

                            .icon-arrow-right {
                                svg {
                                    width: 16px;
                                    height: auto;
                                    display: inline-block;
                                    margin-left: 0.5rem;
                                    transition: all 0.3s ease-in-out;

                                    @media (max-width: 1000px) {
                                        width: 14px;
                                    }

                                    path {}
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}


.peopleSlider {
    font-size: 18px;
    font-family: var(--font-plus) !important;
    padding: 6rem 0;
    background-color: #F3F5F9;
    position: relative;
    overflow: hidden;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

    @media (max-width: 768px) {
        font-size: 16px;
    }

    @media (max-width: 480px) {
        font-size: 15px;
    }

    .mainContainer {

        .sliderWrapper {
            display: flex;
            gap: 2rem;
            /* overflow-x: auto;
            scroll-behavior: smooth; */

            .slide {
                min-width: 300px;
                margin: 0 10px;


                @media only screen and (max-width: 575px) {
                    margin: 0 15px;
                }


                figure {
                    border-radius: 20px;
                    overflow: hidden;

                    img {
                        aspect-ratio: 16 / 9;
                        object-fit: cover;
                        padding-bottom: 0;
                        height: auto;
                        width: 100%;
                    }
                }

                h5 {
                    font-family: var(--font-funnel) !important;
                    font-size: 130%;
                    font-weight: 500;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.25;
                    letter-spacing: normal;
                    text-align: left;
                    color: #881946;
                    margin-top: 1rem;
                }
            }
        }

        .bookBtn {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 3.2rem;
            width: 100%;

            @media only screen and (max-width: 575px) {
                margin-top: 2rem;
            }

            a {
                font-family: var(--font-plus) !important;
                ;
                font-size: 90%;
                font-weight: 500;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.6;
                letter-spacing: 0.32px;
                text-align: center;
                color: #fff;
                padding: 8px 16px;
                border-radius: 5px;
                background-color: #881946;
            }
        }
    }
}


.peopleSlider::before,
.peopleSlider::after {
    content: "";
    position: absolute;
    top: 0;
    width: 150px;
    /* adjust width of the fade */
    height: 100%;
    z-index: 2;
    pointer-events: none;
    /* ensures clicks go through */


    @media only screen and (max-width: 575px) {
        display: none;
    }
}

.peopleSlider::before {
    left: 0;
    background: linear-gradient(to right, rgba(241, 243, 249, 1) 0%, rgba(241, 243, 249, 0) 100%);
}

.peopleSlider::after {
    right: 0;
    background: linear-gradient(to left, rgba(241, 243, 249, 1) 0%, rgba(241, 243, 249, 0) 100%);
}

.peopleSlider .sliderWrapper.static-layout {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;

    @media only screen and (max-width: 575px) {
        padding: 4rem 5vw;
    }
}

.peopleSlider .sliderWrapper.static-layout .slide {
    flex: 1 1 30%;
    max-width: 300px;
}


.peopleProfiles {
    font-size: 18px;
    font-family: var(--font-plus) !important;
    ;
    padding: 6rem 0;
    /* background-color: #F3F5F9; */
    position: relative;
    overflow: hidden;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

    @media (max-width: 768px) {
        font-size: 16px;
        padding: 4rem 0;
    }

    @media (max-width: 480px) {
        font-size: 15px;
    }

    .mainContainer {
        .headWrapper {
            display: flex;
            align-items: center;


            h2 {
                font-family: var(--font-funnel) !important;
                font-size: 200%;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.3;
                letter-spacing: normal;
                text-align: center;
                color: #881946;
                padding-bottom: 0;
                margin-right: 0;
            }

            .btnWrapper {
                display: flex;
                gap: 12px;
                margin-left: auto;

                svg {
                    width: 30px;
                    height: auto;
                    display: block;
                    height: fit-content;
                    cursor: pointer;
                }

                .btnLeft {


                    path {}
                }

                .btnRight {


                    path {}
                }
            }
        }

        .profilesWrapper {
            padding: 4rem 0 4rem 8vw;

            @media only screen and (max-width: 575px) {
                padding: 2rem 5px;
            }

            .profileCard {
                padding: 20px;
                border-radius: 10px;
                /* box-shadow: 0 0 18.6px 0 rgba(0, 0, 0, 0.15); */
                border: solid 0.5px #d4d5db;
                background-color: #fff;
                display: flex;
                gap: 1.6rem;
                align-items: center;
                width: 100%;
                min-width: 22rem;
                margin: 0 10px;

                @media only screen and (max-width: 768px) {
                    min-width: auto;
                }


                .profileLink {
                    border-radius: 50%;
                    border: solid 1px #d3618f;
                    /* background-color: #f0adc8; */
                    min-width: 7.2rem;
                    width: 7.2rem;
                    height: auto;
                    overflow: hidden;
                    aspect-ratio: 1/1;


                    img {

                        min-width: 7.2rem;
                        width: 7.2rem;
                        height: auto;
                        object-fit: cover;
                        padding-bottom: 0;
                        aspect-ratio: 1/1;
                    }
                }



                .infoContainer {


                    h4 {
                        padding-bottom: 0;

                        a {
                            font-family: var(--font-plus) !important;
                            ;
                            font-size: 90%;
                            font-weight: 500;
                            font-stretch: normal;
                            font-style: normal;
                            line-height: 1.6;
                            letter-spacing: 0.32px;
                            text-align: left;
                            color: #881946;
                            padding-bottom: 0;
                            text-decoration: none;
                        }

                        /* white-space: nowrap; */
                    }

                    p {
                        font-family: var(--font-plus) !important;
                        ;
                        font-size: 90%;
                        font-weight: 500;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: 1.6;
                        letter-spacing: 0.32px;
                        text-align: left;
                        color: #414244;
                    }

                    .socialBox {
                        ul {
                            display: flex;
                            gap: 12px;
                            align-items: center;

                            li {
                                a {


                                    svg {}

                                    &.linkedIn {
                                        svg {
                                            path {}
                                        }
                                    }

                                    &.twitter {
                                        svg {
                                            path {}
                                        }
                                    }

                                    &.email {
                                        svg {
                                            rect {}

                                            path {}
                                        }
                                    }

                                    &.share {
                                        svg {
                                            path {}
                                        }
                                    }
                                }
                            }
                        }
                    }
                }

                h4 {}

                p {}
            }
        }
    }
}

.peopleProfiles::before,
.peopleProfiles::after {
    content: "";
    position: absolute;
    top: 0;
    width: 150px;
    /* adjust width of the fade */
    height: 100%;
    z-index: 2;
    pointer-events: none;
    /* ensures clicks go through */

    @media only screen and (max-width: 575px) {
        display: none;
    }
}

.peopleProfiles::before {
    left: 0;
    background: linear-gradient(to right, rgba(241, 243, 249, 1) 0%, rgba(241, 243, 249, 0) 100%);
}

.peopleProfiles::after {
    right: 0;
    background: linear-gradient(to left, rgba(241, 243, 249, 1) 0%, rgba(241, 243, 249, 0) 100%);
}

.peopleProfiles .profilesWrapper.static-layout {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    justify-content: center;
    padding: 4rem 8vw;

    @media only screen and (max-width: 767.98px) {
        grid-template-columns: repeat(2, 1fr);
    }

    @media only screen and (max-width: 575px) {
        padding: 4rem 15px;
        grid-template-columns: repeat(1, 1fr);
    }
}

.peopleProfiles .profilesWrapper.static-layout .slide {
    /* flex: 1 1 30%; */
    max-width: 300px;
}


.ourExperience {
    font-size: 18px;
    font-family: var(--font-plus) !important;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

    @media (max-width: 768px) {
        font-size: 16px;
    }

    @media (max-width: 480px) {
        font-size: 15px;
    }

    .wrapper {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        width: 100%;
        padding: 0;

        @media (max-width: 991.98px) {
            flex-direction: column-reverse;
        }
    }

    &.is-pt-05 {
        .banner-wrapper {
            .left-container {
                flex: 1;
                padding: 1.6rem 1.6rem 1.6rem 8vw;
                background-color: #f8eace;
                display: flex;
                flex-direction: column;
                justify-content: center;

                @media (max-width: 768px) {
                    padding: 2rem;
                }

                @media (max-width: 576px) {
                    padding: 1.5rem 15px;
                }

                .banner-caption {
                    max-width: 680px;

                    .infoBox {
                        font-size: 90%;
                        font-weight: 500;
                        line-height: 1.5;
                        letter-spacing: 0.32px;
                        color: #414244;
                        margin-bottom: 0.5rem;
                    }

                    .publishDate,
                    .ideaCategory {
                        color: #414244;
                    }

                    h1 {
                        font-family: var(--font-funnel) !important;
                        font-size: 220%;
                        font-weight: 300;
                        line-height: 1.25;
                        color: #881946;
                        margin-bottom: 1.5rem;
                    }

                    .authorNames {
                        font-size: 90%;
                        font-weight: 500;
                        line-height: 1.5;
                        color: #414244;
                        margin-bottom: 1rem;
                        font-family: var(--font-plus) !important;
                        ;
                        text-transform: capitalize !important;

                        a {
                            color: #414244;
                            text-decoration: underline !important;
                            transition: all 0.3s ease;

                            &:hover {
                                text-decoration: none !important;
                            }
                        }
                    }

                    .socialWrapper {
                        display: flex;
                        align-items: center;
                        gap: 1rem;
                        margin-bottom: 1.6rem;

                        .socialIcon {
                            a {
                                background-color: transparent;

                                svg {
                                    height: 20px;
                                    width: 20px;
                                    display: block;
                                }
                            }
                        }
                    }
                }
            }

            .right-container {
                flex: 1;

                .banner-image {
                    height: 100%;

                    img {
                        height: 100%;
                        width: 100%;
                        display: block;
                        object-fit: cover;
                        min
                    }
                }
            }
        }
    }
}

.ourExperience .inner-body-content {
    /* Styles for banner image img element */
    font-size: 100%;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #414244;
    padding: 4rem 0;
}

.ourExperience .inner-body-content p {
    /* Styles for banner image img element */
    margin-top: 0;
    margin-bottom: 1rem;
}

.ourExperience .inner-body-content h2 {
    /* Styles for banner image img element */
    font-family: var(--font-plus) !important;
    font-size: 200%;
    margin: 0;
}

.ourExperience {
    .relatedArticles {}

    .relatedHeading {
        font-size: 80% !important;
        font-weight: 600 !important;
        font-stretch: normal !important;
        font-style: normal !important;
        line-height: 1.5 !important;
        letter-spacing: 1.12px !important;
        text-align: center;
        color: #881946;
        text-transform: uppercase;
        font: unset;
        padding-bottom: 0;
    }

    .blocksContainer {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1.2rem;
        padding: 2rem 0 6rem 0;

        @media (max-width: 768px) {
            grid-template-columns: repeat(2, 1fr);
        }

        @media (max-width: 576px) {
            grid-template-columns: repeat(1, 1fr);
            padding: 2rem 0 5rem 0;
        }
    }

    .relatedArticle {
        border-radius: 11px;
        box-shadow: 0 0 18.6px 0 rgba(0, 0, 0, 0.15);
        background-color: #fff;
        overflow: hidden;
    }

    .relatedImage {
        img {
            width: 100%;
            aspect-ratio: 3 / 2;
            object-fit: cover;
            display: block;
        }
    }

    .relatedContent {
        padding: 1.2rem;
        display: flex;
        flex-direction: column;
        height: 100%;

        .title {
            font-family: var(--font-funnel) !important;
            font-size: 95% !important;
            font-weight: 300 !important;
            font-stretch: normal !important;
            font-style: normal !important;
            line-height: 1.29 !important;
            letter-spacing: normal !important;
            text-align: left;
            color: #881946;
            font: unset;
            padding-bottom: 0.5rem;
            margin: unset;
        }
    }

    .categoryTags {
        display: flex;
        align-items: baseline;
        gap: 0.5rem;
        margin-bottom: 1rem;
        justify-content: space-between;
        width: 100%;

        p {
            font-size: 60%;
            font-weight: 600;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.5;
            letter-spacing: 0.81px;
            text-align: left;
            color: #881946;
            text-transform: uppercase;
            text-decoration: underline;
        }

        .category {}

        .region {}
    }

    .readMore {
        padding: 7px 14px;
        border-radius: 5px;
        background-color: #881946;
        font-size: 90%;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: 0.32px;
        text-align: left;
        color: #fff;
        text-decoration: none;
        width: fit-content;

        &:hover {
            background-color: #4f0121;
            color: #fff;
        }
    }
}



#potential .mainContainer {
    padding-top: unset !important;
    padding: 4rem 8vw !important;
}




.joinBanner {
    background: #F3F5F9;
    font-size: 18px;
    font-family: var(--font-plus) !important;

    @media only screen and (max-width: 1200px) {
        font-size: 17px;
    }

    @media only screen and (max-width: 768px) {
        font-size: 16px;
    }

    .mainContainer {
        padding: 4rem 8vw;

        @media (max-width: 575px) {
            padding: 2rem 4vw;
        }

        #h-join-our-team {
            font-family: var(--font-funnel) !important;
            font-size: 385%;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.1;
            letter-spacing: normal;
            text-align: left;
            color: #881946;
            padding-bottom: 2.4rem;

            @media (max-width: 768px) {
                font-size: clamp(220%, 4.5vw, 385%);
                padding-bottom: 1.6rem;
            }


        }

        .wp-block-media-text {
            /* padding-bottom: 4rem; */
            display: flex;
            align-items: flex-start;
            gap: 2.4rem;

            @media (max-width: 991.98px) {
                flex-direction: column;
                gap: 2rem;
            }

            .wp-block-media-text__media {
                width: auto;

                @media (max-width: 991.98px) {
                    width: 100%;
                }

                img {
                    border-radius: 20px;
                    object-fit: cover;
                    aspect-ratio: 16/9;
                }
            }

            .wp-block-media-text__content {
                width: 40%;
                display: flex;
                flex-direction: column;
                height: -webkit-fill-available;

                @media (max-width: 991.98px) {
                    width: 100%;
                    padding: 0;
                }

                p {
                    font-family: var(--font-plus) !important;
                    font-size: 90%;
                    font-weight: 500;
                    line-height: 1.6;
                    letter-spacing: 0.32px;
                    color: #414244;
                    margin: 0;
                }

                .openPositionBtn {
                    font-family: var(--font-plus) !important;
                    font-size: 90%;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.5;
                    letter-spacing: 0.32px;
                    text-align: center;
                    color: #fff;
                    padding: 8px 16px;
                    border-radius: 6.4px;
                    background-color: #881946;

                    &:hover {
                        background-color: #4f0121;
                        color: #fff;
                    }
                }

                .downArrow {
                    margin-top: auto;
                    background-color: transparent;

                    &:hover {
                        background-color: transparent;
                    }

                    @media (max-width: 991px) {
                        display: none;
                    }

                    svg {
                        height: 2.4rem;
                        width: auto;
                        display: block;
                        opacity: 0;

                        @media (max-width: 1300px) {
                            height: 1.6rem;
                        }

                        path {}
                    }
                }
            }
        }
    }
}



.whyJoin {


    .mainContainer {
        padding: 0 8vw;


        @media (max-width: 575px) {
            padding: 0 4vw;

        }



        .headingBox {
            width: 100%;

            h3 {
                font-family: var(--font-funnel) !important;
                font-size: 200%;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.3;
                letter-spacing: normal;
                text-align: center;
                color: #881946;
                margin: 0 auto;
                padding: 4rem 0;
            }
        }

        .contentContainer {
            .contentRow {
                display: flex;
                justify-content: space-between;
                gap: 3.2rem;
                flex-direction: row;
                margin-bottom: 6rem;

                @media only screen and (max-width: 768px) {
                    flex-direction: column-reverse !important;
                    margin-bottom: 4rem;
                    gap: 1.2rem;
                }

                .left {
                    flex: 1;

                    h3 {
                        font-family: var(--font-funnel) !important;
                        font-size: 190%;
                        font-weight: normal;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: 1.3;
                        letter-spacing: normal;
                        text-align: left;
                        color: #881946;
                        padding-bottom: 0.6rem;
                    }

                    p {
                        font-family: var(--font-plus) !important;
                        font-size: 90%;
                        font-weight: 500;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: 1.6;
                        letter-spacing: 0.32px;
                        text-align: left;
                        color: #414244;
                        margin: 0;
                        max-width: 435px;
                    }
                }

                .right {
                    flex: 1;
                    overflow: hidden;
                    border-radius: 20px;

                    img {
                        width: 100%;
                        height: auto;
                        object-fit: cover;
                        aspect-ratio: 16/9;
                        transition: all 0.3s ease-in-out;

                        &:hover {
                            transform: scale(1.05);
                        }
                    }
                }
            }

            .contentRow.rowReverse {
                flex-direction: row-reverse;
            }
        }

    }
}


.joinPeople {
    background-color: #F3F5F9;
    padding: 4rem 8vw;

    @media (max-width: 575px) {
        padding: 4rem 4vw;
    }

    .mainContainer {
        .headBox {
            h3 {
                font-family: var(--font-funnel) !important;
                font-size: 200%;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.3;
                letter-spacing: normal;
                text-align: center;
                color: #881946;
            }
        }

        .contentContainer {
            display: flex;
            justify-content: space-between;
            gap: 2rem;
            margin: 4rem 0 6rem 0;

            @media only screen and (max-width: 991.98px) {
                flex-direction: column-reverse;
                margin: 2rem 0;
            }


            .left {
                flex: 0.7;

                @media only screen and (max-width: 991.98px) {
                    flex: 1;
                }

                h3 {
                    font-family: var(--font-funnel) !important;
                    font-size: 200%;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.3;
                    letter-spacing: normal;
                    color: #881946;
                }

                p {
                    font-family: var(--font-plus) !important;
                    ;
                    font-size: 90%;
                    font-weight: 500;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.6;
                    letter-spacing: 0.32px;
                    color: #414244;
                }

                a {
                    font-family: var(--font-plus) !important;
                    font-size: 90%;
                    font-weight: 500;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1;
                    letter-spacing: 0.32px;
                    color: #881946;
                    text-decoration: none;
                    display: flex;
                    align-items: flex-end;
                    gap: 8px;

                    span {
                        svg {
                            transition: all 0.3s ease-in-out;

                            path {}
                        }
                    }

                    &:hover span svg {
                        transform: translateX(4px);
                    }
                }
            }

            .right {
                flex: 1;

                img {
                    width: 100%;
                    height: auto;
                    object-fit: contain;
                }
            }
        }

        .pointsContainer {
            display: flex;
            gap: 2rem;
            justify-content: space-between;
            align-items: center;
            width: 100%;
            /* padding: 4rem 0; */

            .pointWrapper {
                display: flex;
                flex-direction: column;
                align-items: center;
                text-align: center;
                gap: 0.5rem;
                background-image: radial-gradient(circle at 50% 50%, #ed9bbc, #f6d8e7 35%, #f1f3f9 58%);
                background-repeat: no-repeat;
                /* background-size: 300px 300px; */
                background-position: center;
                border-radius: 50%;
                padding: 6%;
                flex: 1;

                @media only screen and (max-width: 1200px) {
                    padding: 2rem;
                }

                h2 {
                    font-family: var(--font-funnel) !important;
                    font-size: 390%;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.1;
                    letter-spacing: normal;
                    text-align: center;
                    color: #881946;
                    padding-bottom: 0;

                    @media only screen and (max-width: 1200px) {
                        font-size: 300%;
                    }
                }

                p {
                    font-family: var(--font-funnel) !important;
                    font-size: 200%;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.3;
                    letter-spacing: normal;
                    text-align: center;
                    color: #881946;
                    padding-bottom: 0;

                    @media only screen and (max-width: 1200px) {
                        font-size: 150%;
                    }
                }
            }
        }
    }
}



.homeImpact {
    background: #F3F5F9;
    padding: 2rem 8vw 6rem 8vw;
    font-family: var(--font-plus) !important;
    position: relative;
    font-size: 18px;
    min-height: 80vh;
    align-items: center;
    display: flex;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

    @media (max-width: 768px) {
        font-size: 16px;
        padding: 1rem 8vw 4rem 8vw;
    }

    @media (max-width: 575.98px) {
        padding: 1rem 4vw 4rem 4vw;
    }

    @media (max-width: 480px) {
        font-size: 15px;
    }

    .impactContainer {
        display: flex;
        gap: 4rem;
        align-items: flex-end;
        justify-content: space-between;
        width: 100%;

        @media (max-width: 991px) {
            /* grid-template-columns: 1fr; */
            gap: 2rem;
        }

        @media (max-width: 768px) {
            flex-direction: column;
            align-items: center;
            gap: 3.2rem;
        }
    }

    .impactLeft,
    .impactRight {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex: 1;

        @media (max-width: 991px) {
            align-items: center;
            text-align: center;
        }
    }

    .impactRight {
        align-items: center;
    }

    /* IMAGE */
    .impactImage {
        max-width: 100%;
        height: auto;
        display: block;
        margin-bottom: 3rem;
        max-height: 23rem;
    }

    /* TEXT */
    .impactText {
        font-family: var(--font-funnel) !important;
        font-size: 120%;
        font-weight: 400;
        line-height: 1.5;
        color: #8a1443;
        max-width: 480px;
        margin-bottom: 2rem;
        text-align: center;

        &.right {
            text-align: center;
        }
    }

    /* BUTTON (same visual language as your site) */
    .impactBtn {
        display: inline-block;
        padding: 10px 22px;
        border-radius: 6px;
        background-color: #8a1443;
        color: #fff;
        font-size: 90%;
        font-weight: 500;

        &:hover {
            background-color: #4f0121;
            color: #fff;
        }
    }
}


.homeLinkedIn {
    padding: 6rem 8vw;
    background: #fff;
    font-family: var(--font-plus) !important;
    position: relative;
    font-size: 18px;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

    @media (max-width: 768px) {
        font-size: 16px;
    }

    @media (max-width: 575.98px) {
        padding: 4rem 4vw;
    }

    @media (max-width: 480px) {
        font-size: 15px;
    }



    .linkedInHeader {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 3rem;

        @media (max-width: 575.98px) {
            flex-direction: column;
            align-items: flex-end;
            gap: 1.6rem;
        }


        h3 {
            font-family: var(--font-funnel) !important;
            font-weight: 400;
            color: #8a1443;
            display: flex;
            align-items: center;
            gap: 0.6rem;
            font-size: 190%;
            padding-bottom: 0;
        }

        .linkedinIcon {
            background: #8a1443;
            color: #fff;
            font-size: 70%;
            font-weight: 600;
            padding: 2px 6px;
            border-radius: 3px;
            line-height: 1;
        }
    }

    /* ARROWS */
    .linkedInArrows {
        display: flex;
        gap: 1rem;
        display: none;

        button {
            width: 30px;
            height: 30px;
            border-radius: 6px;
            border: 1px solid #e6e6e6;
            background: #f7f7ea;
            cursor: pointer;
            position: relative;

            /* &::after {
                content: '';
                position: absolute;
                inset: 0;
                margin: auto;
                width: 8px;
                height: 8px;
                border-top: 2px solid #8a1443;
                border-right: 2px solid #8a1443;
            }

            &.li-prev::after {
                transform: rotate(-135deg);
            }

            &.li-next::after {
                transform: rotate(45deg);
            } */
            /* 
            &:hover {
                background: #f1efe6;
            } */
        }
    }

    /* SLIDER */
    .linkedInSlider {
        .liSlide {
            padding: 1rem;

            @media (max-width: 575.98px) {
                padding: 0 0.5rem;
            }
        }
    }

    .linkedInSlider .slick-track {
        width: 100% !important;
    }

    /* Previous arrow */
    .linkedInSlider [aria-label="Previous"] {
        left: 0 !important;
        right: auto !important;
    }

    /* Next arrow */
    .linkedInSlider [aria-label="Next"] {
        right: 0 !important;
        left: auto !important;
    }

    /* Hide Elfsight / LinkedIn widget branding */
    .elfsight-app-credits,
    a[href*="elfsight.com"] {
        display: none !important;
    }




    .linkedInSlider .elfsight-app-bb720974-1f19-4d0b-9482-77a29791f079 {
        width: 100% !important;
    }

    /* EMBED CARD */
    .liEmbed {
        border-radius: 10px;
        /* box-shadow: 0 0 18.6px 0 rgba(0, 0, 0, 0.15); */
        background-color: #fff;

        iframe {
            width: 100%;
            border: none;
        }
    }
}

.page-template-default article {
    padding-top: 0 !important;
}

.homeLinkedIn .Carousel__CarouselInner-sc-f2ox7y-2 {
    padding: 0 2rem !important;
}





.practiceBanner {
    position: relative;
    padding: 6rem 8vw;
    background: #f2f3f9;

    /* BASE FONT */
    font-family: var(--font-plus) !important;
    font-size: 18px;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

    @media (max-width: 768px) {
        font-size: 16px;
        padding: 4rem 8vw 8rem 8vw;
    }

    @media (max-width: 575.98px) {
        padding: 4rem 4vw 8rem 4vw;
    }

    @media (max-width: 480px) {
        font-size: 15px;
    }

    /* FIXED NAVIGATION */
    .practiceNav {
        position: absolute;
        top: 15%;
        left: 45%;
        transform: translate(-50%, -50%);
        display: flex;
        gap: 1rem;
        z-index: 5;
        display: none;

        @media (max-width: 767px) {
            top: unset;
            bottom: 2rem;
            left: 50%;
        }

        button {
            background: none;
            border: none;
            padding: 0;
            cursor: pointer;
        }
    }

    /* SLIDER */
    .practiceSlider {
        position: relative;

        .practiceSlide {
            outline: none;

            .practiceInner {
                display: grid;
                grid-template-columns: 1fr 1.1fr;
                gap: 5rem;
                align-items: flex-start;

                @media (max-width: 991px) {
                    grid-template-columns: 1fr;
                    display: flex;
                    flex-direction: column-reverse;
                    gap: 2rem;
                }

                /* LEFT CONTENT */
                .practiceContent {

                    img {
                        max-height: 70px;
                        height: 100%;
                        width: auto;
                        margin-bottom: 1rem;


                        @media (max-width: 768px) {
                            max-height: 50px;
                        }

                        @media (max-width: 575px) {
                            max-height: 40px;
                        }
                    }

                    .eyebrow {
                        display: block;
                        font-size: 0.9em;
                        color: #2b2b2b;
                        margin-bottom: 2rem;
                        font-size: 90%;
                        font-weight: 500;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: 1.6;
                        letter-spacing: 0.32px;
                        text-align: left;
                        color: #414244;
                    }

                    h1 {
                        font-family: var(--font-funnel) !important;
                        font-size: clamp(200%, 4.5vw, 385%);
                        font-weight: normal;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: 1.1;
                        letter-spacing: normal;
                        text-align: left;
                        color: #881946;
                        margin-bottom: 1.6rem;

                        @media (max-width: 768px) {
                            font-size: clamp(200%, 4.5vw, 385%);
                        }
                    }

                    .intro {
                        max-width: 100%;
                        margin-bottom: 2.4rem;
                        line-height: 1.6;
                        font-family: var(--font-funnel) !important;
                        font-size: 120%;
                        font-weight: normal;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: 1.3;
                        letter-spacing: normal;
                        text-align: left;
                        color: #881946;
                        padding: 0;
                        margin: 0;
                        margin-bottom: 2.4rem;

                        @media (max-width: 1400px) {
                            font-size: 100%;
                            line-height: 1.45;
                        }
                    }

                    /* SOCIAL WRAPPER (YOUR CODE, NESTED) */
                    .socialWrapper {
                        display: flex;
                        align-items: center;
                        gap: 1rem;
                        /* margin-bottom: 1.6rem; */

                        .shareText {
                            font-size: 90%;
                            font-weight: 500;
                            font-stretch: normal;
                            font-style: normal;
                            line-height: 1.6;
                            letter-spacing: 0.32px;
                            text-align: left;
                            color: #881946;
                        }

                        .socialIcon {
                            a {
                                display: inline-flex;
                                align-items: center;
                                justify-content: center;

                                svg {
                                    width: 20px;
                                    height: 20px;
                                    display: block;
                                }
                            }

                            &.bluesky svg {
                                width: 23px;
                                height: 20px;
                            }

                            &.email svg {
                                width: 24px;
                                height: 17px;
                            }
                        }
                    }
                }

                /* RIGHT IMAGE */
                .practiceImage {
                    height: 100%;

                    img {
                        width: 100%;
                        height: auto;
                        border-radius: 20px;
                        object-fit: cover;
                    }
                }
            }
        }
    }
}










.aboutPractice {
    padding: 6rem 8vw;
    background: #fff;
    font-family: var(--font-plus) !important;
    font-size: 18px;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

    @media (max-width: 768px) {
        font-size: 16px;
        padding: 4rem 8vw;
    }

    @media (max-width: 575.98px) {
        padding: 4rem 4vw;
    }

    @media (max-width: 480px) {
        font-size: 15px;
    }

    .aboutPractice-inner {
        display: block;
    }

    /* TOP HEADER */
    .aboutTitle {
        font-family: var(--font-funnel) !important;
        font-weight: 400 !important;
        line-height: 1.2 !important;
        color: #881946;
        margin-bottom: 1rem !important;
        font-size: 190% !important;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.3;
        letter-spacing: normal;
        text-align: center;
        color: #881946;
        padding-bottom: 0;
    }

    .aboutDesc {
        font-family: var(--font-plus) !important;
        font-weight: 500 !important;
        line-height: 1.2;
        color: #414244;
        margin-bottom: 0;
        font-size: 110%;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.3;
        letter-spacing: normal;
        text-align: center;
        padding-bottom: 0;

        @media (max-width: 575.98px) {
            font-size: 100%;
        }
    }

    /* 3 COLUMN GRID */
    .aboutGrid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 2.4rem;
        align-items: flex-start;
        margin-top: 4rem;

        @media (max-width: 991px) {
            grid-template-columns: 1fr 1fr;
            gap: 3rem;

            /* 3rd column goes full width */
            .aboutCol-secondary {
                grid-column: 1 / -1;
            }
        }

        @media (max-width: 767px) {
            grid-template-columns: 1fr;
            gap: 2rem;
            margin-top: 3.2rem;

            .aboutCol-secondary {
                grid-column: auto;
            }
        }
    }

    .aboutCol {
        p {
            font-size: 100%;
            line-height: 1.6;
            color: #414244;
            margin-bottom: 1.6rem;
            font-family: var(--font-plus) !important;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.6;
            letter-spacing: 0.28px;
            text-align: left;
            color: #414244;
            padding-bottom: 0;
        }

        ul {
            li {
                font-size: 100%;
                line-height: 1.6;
                color: #414244;
                font-family: var(--font-plus) !important;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.6;
                letter-spacing: 0.28px;
                text-align: left;
                color: #414244;
                padding-bottom: 0;
            }
        }
    }

    /* IMAGE COLUMN */
    .aboutCol-media {
        img {
            width: 100%;
            height: auto;
            border-radius: 16px;
            object-fit: cover;
        }
    }

    /* PRIMARY CONTENT */
    .aboutCol-primary {
        .lead {
            font-family: var(--font-funnel) !important;
            font-size: 115%;
            line-height: 1.4;
            color: #414244;
            margin-bottom: 2rem;
            padding-bottom: 0;
            font-family: var(--font-plus) !important;
            ;
            font-size: 120%;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.3;
            letter-spacing: 0.28px;
            text-align: left;
            color: #414244;
        }
    }

    /* SECONDARY CONTENT */
    .aboutCol-secondary {
        p {
            max-width: 420px;
        }
    }
}


.connectLeaders {
    padding: 6rem 8vw 6rem 8vw;
    background: #fff;
    font-family: var(--font-plus) !important;
    font-size: 18px;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

    @media (max-width: 768px) {
        font-size: 16px;
        padding: 6rem 8vw 4rem 8vw;
    }

    @media (max-width: 575.98px) {
        padding: 6rem 4vw 4rem 4vw;
    }

    @media (max-width: 480px) {
        font-size: 15px;
    }

    .sectionTitle {
        font-family: var(--font-funnel) !important;
        font-size: 190% !important;
        font-weight: 400 !important;
        text-align: center;
        color: #881946;
        margin-bottom: 1rem !important;
        padding-bottom: 0 !important;

    }

    .leadersDesc {
        font-family: var(--font-plus) !important;
        font-weight: 500 !important;
        line-height: 1.2;
        color: #414244;
        margin-bottom: 0;
        font-size: 110%;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.3;
        letter-spacing: normal;
        text-align: center;
        padding-bottom: 0;

        @media (max-width: 575.98px) {
            font-size: 100%;
        }
    }

    .leadersGrid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 1.2rem;
        margin-top: 4rem;

        @media (max-width: 1200px) {
            grid-template-columns: repeat(3, 1fr);
        }

        @media (max-width: 991px) {
            grid-template-columns: repeat(2, 1fr);
        }

        @media (max-width: 767px) {
            margin-top: 3.2rem;
        }

        @media (max-width: 575.98px) {
            grid-template-columns: 1fr;
        }
    }

    .leaderCard {
        background: #fff;
        border-radius: 10px;
        padding-top: 0 !important;
        padding: 20px !important;
        box-shadow: 0 0 18.6px 0 rgba(0, 0, 0, 0.15);
        display: flex;
        flex-direction: column;
        height: 100%;
        border: solid 0.5px #d4d5db;
        background-color: #fff;
    }

    .leaderImage {
        margin-bottom: 1.4rem;

        img {
            width: 100%;
            aspect-ratio: 1 / 1;
            object-fit: cover;
            border-radius: 10px;
        }
    }

    .leaderContent {
        display: flex;
        flex-direction: column;
        flex-grow: 1;

        .leaderName {
            font-size: 90% !important;
            font-weight: 600 !important;
            color: #881946;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.6;
            letter-spacing: 0.32px;
            text-align: left;
            color: #881946;
            margin: 0;
            padding-bottom: 0;
        }

        .leaderRole {
            font-size: 90% !important;
            font-weight: 500 !important;
            color: #881946;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.6;
            letter-spacing: 0.32px;
            text-align: left;
            color: #881946;
            margin: 0;
            padding-bottom: 0.8rem;
        }

        .leaderExcerpt {
            font-size: 80%;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.6;
            letter-spacing: 0.28px;
            text-align: left;
            color: #303030;
            margin: 0;
            padding-bottm: 1.6rem;
        }

        .leaderLink {
            margin-top: auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 0.6rem;
            font-size: 90%;
            font-weight: 500;
            color: #881946;
            font-weight: 600;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.6;
            letter-spacing: 0.32px;
            text-align: left;
            color: #881946;

            .icon svg {
                width: 30px;
                height: 30px;
            }

            &:hover {
                opacity: 0.6;
            }
        }
    }
}



.ourServices {
    padding: 6rem 8vw;
    background: #f2f3f9;
    font-family: var(--font-plus) !important;
    font-size: 18px;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

    @media (max-width: 768px) {
        font-size: 16px;
        padding: 4rem 6vw;
    }

    @media (max-width: 480px) {
        font-size: 15px;
        padding: 4rem 4vw;
    }

    .sectionTitle {
        font-family: var(--font-funnel) !important;
        font-size: 190% !important;
        font-weight: 400 !important;
        color: #881946;
        text-align: center;
        margin-bottom: 1rem !important;
        padding: 0 !important;
        padding-bottom: 0 !important;
    }

    .servicesDesc {
        font-family: var(--font-plus) !important;
        font-weight: 500 !important;
        line-height: 1.2;
        color: #414244;
        margin-bottom: 0;
        font-size: 110%;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.3;
        letter-spacing: normal;
        text-align: center;
        padding-bottom: 0;

        @media (max-width: 575.98px) {
            font-size: 100%;
        }
    }

    .servicesWrapper {
        display: flex;
        flex-direction: column;
        gap: 3rem;
        margin-top: 4rem;

        @media (max-width: 767px) {
            margin-top: 3.2rem;
        }
    }

    .serviceCard {
        display: grid;
        grid-template-columns: 1.1fr 1fr;
        gap: 4rem;
        background: #fff;
        border-radius: 14px;
        padding: 3%;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        border-radius: 20px;
        box-shadow: 0 0 18.6px 0 rgba(0, 0, 0, 0.15);
        background-color: #fff;

        @media (max-width: 991px) {
            display: flex !important;
            flex-direction: column !important;
        }



        &.rowReverse {
            grid-template-columns: 1fr 1.1fr;





            .serviceContent {
                order: 2;

                @media (max-width: 991px) {
                    order: unset;
                }
            }

            .serviceImage {
                order: 1;

                @media (max-width: 991px) {
                    order: unset;
                }
            }
        }

        @media (max-width: 991px) {
            grid-template-columns: 1fr;
            gap: 2rem;

            .serviceContent,
            .serviceImage {
                order: unset;
            }
        }

        .serviceContent {

            .serviceTitle {
                font-family: var(--font-funnel) !important;
                color: #881946 !important;
                margin-bottom: 1.2rem !important;
                font-size: 190% !important;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.3;
                letter-spacing: normal;
                text-align: left;
                color: #881946;
                padding-bottom: 0 !important;
            }

            .serviceIntro {
                font-size: 80% !important;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.6;
                letter-spacing: 0.28px;
                text-align: left;
                color: #414244 !important;
                margin-bottom: 1rem !important;
            }

            .caseStudy {

                .svgWrap {
                    display: block;
                    margin-bottom: 0.5rem;

                }


                .caseLabel {
                    display: inline-block;
                    font-size: 85% !important;
                    font-weight: 600 !important;
                    margin-bottom: 0.6rem;
                    font-family: var(--font-funnel) !important;
                    font-size: 120% !important;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.3;
                    letter-spacing: normal;
                    text-align: left;
                    color: #881946;
                }

                .caseText {
                    font-size: 90% !important;
                    margin-bottom: 0.8rem !important;
                    font-size: 80% !important;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.6 !important;
                    letter-spacing: 0.28px !important;
                    text-align: left;
                    color: #303030 !important;
                }

                .caseLink {
                    font-size: 90% !important;
                    font-weight: 500 !important;
                    color: #881946;
                    text-decoration: none;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.6;
                    letter-spacing: 0.32px;
                    text-align: left;
                    color: #881946;

                    &:hover {
                        text-decoration: underline;
                    }
                }
            }
        }

        .serviceImage {
            img {
                width: 100%;
                height: auto;
                border-radius: 12px;
                object-fit: cover;
            }
        }
    }
}


.insightsIdeas {
    padding: 6rem 8vw;
    background: #F3F5F9;
    font-family: var(--font-plus);
    font-size: 18px;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

    @media (max-width: 768px) {
        font-size: 16px;
        padding: 4rem 8vw;
    }

    @media (max-width: 575px) {
        font-size: 15px;
        padding: 4rem 4vw;
    }

    .headWrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 3rem;
        position: relative;
        flex-direction: column;

        h2 {
            font-family: var(--font-funnel);
            font-size: 190%;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.3;
            letter-spacing: normal;
            text-align: center;
            color: #881946;
            padding-bottom: 1rem;
        }

        .ideasDesc {
            font-family: var(--font-plus) !important;
            font-weight: 500 !important;
            line-height: 1.2;
            color: #414244;
            margin-bottom: 0;
            font-size: 110%;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.3;
            letter-spacing: normal;
            text-align: center;
            padding-bottom: 0;

            @media (max-width: 575.98px) {
                font-size: 100%;
            }
        }

        .navArrows {
            display: flex;
            gap: 1rem;
            position: absolute;
            right: 0;
            bottom: 0;

            button {
                background: none;
                border: none;
                padding: 0;
                cursor: pointer;

                &.slick-disabled {
                    opacity: 0.4;
                    pointer-events: none;
                }
            }
        }
    }

    /* GRID DEFAULT (NO SLIDER) */
    .ideasSlider {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 1.2rem;

        &.slick-initialized {
            display: block;
        }
    }

    .ideaCard {
        display: block;
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 0 18.6px 0 rgba(0, 0, 0, 0.15);
        border: solid 0.5px #d4d5db;
        background-color: #fff;
        transition: transform 0.25s ease, box-shadow 0.25s ease;


        .imageWrap {
            position: relative;

            img {
                width: 100%;
                height: 230px;
                object-fit: cover;
            }

            .mediaIcon {
                /* position: absolute;
                top: 12px;
                left: 12px;
                width: 36px;
                height: 36px;
                border-radius: 50%;
                background: #f5c16c; */
            }
        }

        .contentWrap {
            padding: 1.5rem;
            /* height: 100%; */
            display: flex;
            flex-direction: column;
            min-height: 16rem;


            .tags {
                display: flex;
                align-items: center;
                gap: 0.5rem;
                margin-bottom: 0.8rem;
                flex-wrap: wrap;

                @media (max-width: 1000px) {
                    gap: 0.5rem;
                }

                .tag {
                    font-size: 65%;
                    text-transform: uppercase;
                    padding: 0;
                    margin: 0;
                    padding: 5px 10px;
                    border-radius: 5px;
                    border: solid 0.5px #c1c4c7;
                    background-color: #F3F5F9;
                    font-weight: 600;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.5;
                    letter-spacing: 0.96px;
                    text-align: center;
                    color: #5e6062;
                    transition: all 0.3s ease-in-out;

                    @media (max-width: 1000px) {
                        font-size: 60%;
                    }
                }
            }

            .cardTitle {
                font-family: var(--font-funnel);
                font-size: 120%;
                color: #881946;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.2;
                letter-spacing: normal;
                text-align: left;
                color: #881946;
                margin-bottom: 1.2rem;
            }

            .readMore {
                font-size: 90%;
                font-weight: 500;
                color: #881946;
                display: flex;
                align-items: center;
                gap: 0.4rem;
                padding-bottom: 0;
                margin: 0;
                margin-top: auto;
                font-family: var(--font-plus);
                font-weight: 500;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.6;
                letter-spacing: 0.32px;
                text-align: left;
                color: #881946;

                .arrow {
                    display: flex;

                    svg {
                        width: 16px;
                        height: auto;
                        display: inline-block;
                        margin-left: 0.5rem;
                        transition: all 0.3s ease-in-out;

                        @media (max-width: 1000px) {
                            width: 14px;
                        }
                    }
                }

            }
        }
    }

    .ideaCard:hover {
        background-color: #f8eace;
        transition: all 0.3s ease-in-out;

        .contentWrap {
            /* background-color: #f8eace;
            transition: all 0.3s ease-in-out; */

            .tag {
                border: solid 0.5px #881946;
                background-color: #881946;
                color: #fff;
                transition: all 0.3s ease-in-out;
            }
        }



        .arrow {
            svg {
                transform: translateX(4px);
                transition: all 0.3s ease-in-out;

            }



        }
    }

    /* TABLET */
    @media (max-width: 1024px) {
        .ideasSlider {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    /* MOBILE */
    @media (max-width: 575px) {
        .ideasSlider {
            grid-template-columns: 1fr;
        }

        .ideaCard .imageWrap img {
            height: 200px;
        }
    }
}

/* SLICK TRACK FIX */
.insightsIdeas .ideasSlider .slick-track {
    display: flex;
}

/* SLIDE SPACING */
.insightsIdeas .ideasSlider .slick-slide {
    margin: 0 8px;
    /* 👈 gap control */
    height: auto;
}

/* REMOVE EXTRA OFFSET AT EDGES */
.insightsIdeas .ideasSlider {
    margin: 0 -8px;
}



.webinarsSection {
    padding: 6rem 8vw;
    background: #F3F5F9;
    font-family: var(--font-plus);
    font-size: 18px;

    @media (max-width: 768px) {
        padding: 4rem 8vw;
        font-size: 16px;
    }

    @media (max-width: 575px) {
        padding: 4rem 4vw;
        font-size: 15px;
    }

    .sectionHeader {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 3rem;
        flex-direction: column;
        position: relative;

        h2 {
            font-family: var(--font-funnel);
            font-size: 190%;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.3;
            letter-spacing: normal;
            text-align: center;
            color: #881946;
            padding-bottom: 1rem;
        }

        .webinarsDesc {
            font-family: var(--font-plus) !important;
            font-weight: 500 !important;
            line-height: 1.2;
            color: #414244;
            margin-bottom: 0;
            font-size: 110%;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.3;
            letter-spacing: normal;
            text-align: center;
            padding-bottom: 0;

            @media (max-width: 575.98px) {
                font-size: 100%;
            }
        }

        .navArrows {
            display: flex;
            gap: 1rem;
            position: absolute;
            right: 0;
            bottom: 0;

            button {
                width: 32px;
                height: 32px;
                border-radius: 6px;
                border: 1px solid #ddd;
                background: #fff;
                cursor: pointer;
            }
        }
    }

    .webinarsSlider {
        display: flex;

        .webinarCard {
            background: transparent;
            border-radius: 14px;
            overflow: hidden;
            margin: 0 12px;
            box-shadow: none;

            .webinarImage {
                position: relative;

                img {
                    width: 100%;
                    height: 220px;
                    object-fit: cover;
                    display: block;
                    border-radius: 15px;
                    box-shadow: 0 0 18.6px 0 rgba(0, 0, 0, 0.15);
                    background-color: #fff;
                }

                .statusBadge {
                    position: absolute;
                    top: 12px;
                    left: 12px;
                    background: #fff;
                    font-weight: 600;
                    padding: 4px 8px;
                    border-radius: 4px;
                    letter-spacing: 0.04em;
                    font-family: var(--font-plus);
                    font-size: 70%;
                    font-weight: 600;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.5;
                    letter-spacing: 0.96px;
                    text-align: center;
                    color: #5e6062;
                    padding: 5px;
                    border-radius: 5px;
                    border: solid 0.5px #c1c4c7;
                    background-color: #F3F5F9;
                }
            }

            .webinarContent {
                padding: 0.8rem;
                display: flex;
                flex-direction: column;
                min-height: 18rem;

                .webinarMeta {
                    font-size: 80%;
                    color: #444;
                    margin-bottom: 0.6rem;
                    font-family: var(--font-plus);
                    font-size: 90%;
                    font-weight: 500;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.5;
                    letter-spacing: 0.32px;
                    text-align: left;
                    color: #28292a;
                    padding-bottom: 0;
                    margin: 0;
                    margin-bottom: 0.6rem;
                }

                .webinarTitle {
                    font-family: var(--font-funnel);
                    font-size: 130%;
                    color: #881946;
                    margin-bottom: 1rem;
                    font-weight: 500;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.25;
                    letter-spacing: normal;
                    text-align: left;
                    color: #881946;
                    padding-bottom: 0;
                }

                .webinarLink {
                    font-weight: 500;
                    color: #881946;
                    text-decoration: none;
                    font-family: var(--font-plus);
                    font-size: 90%;
                    font-weight: 500;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.5;
                    letter-spacing: 0.32px;
                    text-align: left;
                    color: #881946;
                    margin-top: auto;
                    display: flex;
                    align-items: baseline;

                    .arrow {
                        display: flex;

                        svg {
                            width: 16px;
                            height: auto;
                            display: inline-block;
                            margin-left: 0.5rem;
                            transition: all 0.3s ease-in-out;

                            @media (max-width: 1000px) {
                                width: 14px;
                            }
                        }
                    }
                }
            }
        }
    }
}


/* SLICK TRACK FIX */
.webinarsSection .webinarsSlider .slick-track {
    display: flex;
}

/* SLIDE SPACING */
.webinarsSection .webinarsSlider .slick-slide {
    margin: 0 8px;
    /* 👈 gap control */
    height: auto;
}

/* REMOVE EXTRA OFFSET AT EDGES */
.webinarsSection .webinarsSlider {
    margin: 0 -8px;
}

/* 
.practiceBanner .sr-only,
.practiceBanner .visually-hidden {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
} */

footer span {
    position: static !important;
    clip: auto !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
}

footer strong {
    position: static !important;
    clip: auto !important;
    overflow: visible !important;
    width: auto !important;
    height: auto !important;
}







.heroBanner {
    position: relative;
    background-color: #881946;
    font-family: var(--font-plus);
    font-size: 18px;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

    @media (max-width: 768px) {
        font-size: 16px;
    }

    @media (max-width: 575px) {
        font-size: 15px;
    }

    .bannerContainer {
        display: flex;

        video {
            max-width: 100%;
            object-fit: cover;
            max-height: 85vh;
            aspect-ratio: 16/9;
            margin: 0;
            width: 100%;

            @media (max-width: 767px) {
                aspect-ratio: 3/4;
                max-height: 600px;

            }
        }

        img {
            max-width: 100%;
            object-fit: cover;
            max-height: 95vh;
            aspect-ratio: 16/9;
            margin: 0;
            width: 100%;

            @media (max-width: 767px) {
                aspect-ratio: 3/4;
                max-height: 600px;

            }
        }



        .contentBox {
            position: absolute;
            left: 0;
            top: 50%;
            transform: translate(0, -30%);
            padding: 0 0 0 8vw;

            @media (max-width: 575.98px) {
                padding: 0 0 0 4vw;
            }

            .subtitle {
                font-size: 110%;
                font-weight: 500;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.5;
                letter-spacing: 0.4px;
                text-align: left;
                color: #fff;
                max-width: 100%;
                padding-bottom: 2rem;
                margin: 0;
            }


            h1 {
                font-family: var(--font-funnel) !important;
                font-size: clamp(150%, 4.5vw, 390%);
                font-weight: 300;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.1;
                letter-spacing: normal;
                text-align: left;
                color: #fff;
                padding-bottom: 1.5rem;
                width: 90%;

                @media (max-width: 767px) {
                    width: 90%;
                }
            }

            .bannerButton {
                padding: 7px 14px;
                border-radius: 5px;
                background-color: #ffab15;
                font-size: 90%;
                font-weight: 500;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.5;
                letter-spacing: 0.32px;
                text-align: left;
                color: #881946;

                &:hover {
                    background-color: #4f0121;
                    color: #fff;
                }
            }
        }




        .socialWrapper {
            display: flex;
            align-items: center;
            gap: 1rem;
            margin-top: 2rem;

            .shareText {
                font-family: var(--font-plus);
                font-size: 90%;
                font-weight: 500;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.6;
                letter-spacing: 0.32px;
                text-align: left;
                color: #fff;
            }

            .socialIcon {
                a {
                    display: inline-flex;
                    align-items: center;
                    justify-content: center;
                    background-color: transparent;
                    padding: 0;

                    svg {
                        width: 20px;
                        height: 20px;
                        display: block;

                        path,
                        rect {
                            transition: all 0.3s ease-in-out;
                        }
                    }
                }

                a:hover svg path {
                    fill: #881946;
                }

                a:hover svg rect {
                    fill: #881946;
                }

                &.bluesky svg {
                    width: 23px;
                    height: 20px;
                }

                &.email svg {
                    width: 24px;
                    height: 17px;
                }
            }
        }
    }
}



.single-our-ideas section {
    padding: 0;
    font-family: var(--font-plus) !important;

    .heroBanner {
        position: relative;
        background-color: #881946;
        font-family: var(--font-plus);
        font-size: 18px;
        min-width: 100vw;

        @media (max-width: 1200px) {
            font-size: 17px;
        }

        @media (max-width: 768px) {
            font-size: 16px;
        }

        @media (max-width: 575px) {
            font-size: 15px;
        }

        .bannerContainer {
            display: flex;

            video {
                max-width: 100%;
                object-fit: cover;
                max-height: 95vh;
                aspect-ratio: 16/9;
                margin: 0;
                width: 100%;

                @media (max-width: 767px) {
                    aspect-ratio: 3/4;
                    max-height: 600px;

                }
            }

            img {
                max-width: 100%;
                object-fit: cover;
                max-height: 95vh;
                aspect-ratio: 16/9;
                margin: 0;
                width: 100%;

                @media (max-width: 767px) {
                    aspect-ratio: 3/4;
                    max-height: 600px;

                }
            }



            .contentBox {
                position: absolute;
                left: 0;
                top: 50%;
                transform: translate(0, -30%);
                padding: 0 8vw;

                @media (max-width: 575.98px) {
                    padding: 0 4vw;
                }

                .subtitle {
                    font-size: 110%;
                    font-weight: 500;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.5;
                    letter-spacing: 0.4px;
                    text-align: left;
                    color: #fff;
                    max-width: 100%;
                    padding-bottom: 2rem;
                    margin: 0;
                }


                h1 {
                    font-family: var(--font-funnel) !important;
                    font-size: clamp(150%, 4.5vw, 390%);
                    font-weight: 300;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.1;
                    letter-spacing: normal;
                    text-align: left;
                    color: #fff;
                    /* padding-bottom: 1.5rem; */
                    width: 90%;

                    @media (max-width: 767px) {
                        width: 90%;
                    }
                }

                .bannerButton {
                    padding: 7px 14px;
                    border-radius: 5px;
                    background-color: #ffab15;
                    font-size: 90%;
                    font-weight: 500;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.5;
                    letter-spacing: 0.32px;
                    text-align: left;
                    color: #881946;

                    &:hover {
                        background-color: #4f0121;
                        color: #fff;
                    }
                }
            }




            .socialWrapper {
                display: flex;
                align-items: center;
                gap: 1rem;
                margin-top: 2rem;

                .shareText {
                    font-family: var(--font-plus);
                    font-size: 90%;
                    font-weight: 500;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.6;
                    letter-spacing: 0.32px;
                    text-align: left;
                    color: #fff;
                }

                .socialIcon {
                    a {
                        display: inline-flex;
                        align-items: center;
                        justify-content: center;

                        svg {
                            width: 20px;
                            height: 20px;
                            display: block;
                        }
                    }

                    &.bluesky svg {
                        width: 23px;
                        height: 20px;
                    }

                    &.email svg {
                        width: 24px;
                        height: 17px;
                    }
                }
            }
        }
    }


}


#ideasPagination .pagination {
    align-items: center;
    justify-content: center;
}







.pressBanner {
    position: relative;
    background-color: #F2F3F9;
    font-family: var(--font-plus);
    font-size: 18px;
    padding: 4rem 8vw;

    @media (max-width: 768px) {
        font-size: 16px;
        padding: 4rem 8vw 2rem 8vw;
    }

    @media (max-width: 575px) {
        font-size: 15px;
        padding: 4rem 4vw 2rem 4vw;
    }

    .mainContainer {
        .headContainer {
            display: flex;
            gap: 1.5rem;
            align-items: baseline;
            padding-bottom: 2.4rem;

            @media (max-width: 767px) {
                flex-direction: column;
                gap: 0.5rem;
                padding-bottom: 1.4rem;
            }

            h1 {
                font-family: var(--font-funnel);
                font-size: 385%;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1;
                letter-spacing: normal;
                text-align: left;
                color: #881946;

                @media (max-width: 768px) {
                    font-size: clamp(200%, 4.5vw, 385%);
                }
            }

            span {
                font-family: var(--font-funnel);
                font-size: 120%;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.2;
                letter-spacing: normal;
                text-align: left;
                color: #881946;
            }
        }

        .bodyContainer {
            display: flex;
            gap: 2rem;
            justify-content: space-between;
            width: 100%;

            @media (max-width: 991px) {
                flex-direction: column;
                gap: 2rem;
            }

            .left {
                width: 55%;

                @media (max-width: 991px) {
                    width: 100%;
                }

                img,
                video {
                    border-radius: 20px;
                    object-fit: cover;
                    overflow: hidden;
                    width: 100%;
                    height: auto;
                    margin: 0;
                }
            }

            .right {
                width: 40%;
                display: flex;
                flex-direction: column;

                @media (max-width: 991px) {
                    width: 75%;
                }

                h3 {
                    font-family: var(--font-funnel);
                    font-size: 195%;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.3;
                    letter-spacing: normal;
                    text-align: left;
                    color: #881946;

                    @media (max-width: 1300px) {
                        font-size: 150%;
                        padding-bottom: 15px;
                    }
                }

                .description {
                    font-family: var(--font-plus) !important;
                    font-size: 90%;
                    font-weight: 500;
                    line-height: 1.6;
                    letter-spacing: 0.32px;
                    color: #414244;
                    margin: 0;
                }

                .ctaContainer {
                    display: flex;
                    flex-direction: column;
                    gap: 2rem;

                    @media (max-width: 1300px) {
                        gap: 1.5rem;
                    }

                    @media (max-width: 991px) {
                        padding-bottom: 1.5rem;
                    }

                    .wrapper {
                        p {
                            font-family: var(--font-plus);
                            font-size: 100%;
                            font-weight: 500;
                            font-stretch: normal;
                            font-style: normal;
                            line-height: 1.5;
                            letter-spacing: 0.36px;
                            text-align: left;
                            color: #414244;
                            padding-bottom: 1rem;

                            @media (max-width: 1300px) {
                                padding-bottom: 0.5rem;
                            }
                        }

                        a {
                            padding: 7px 14px;
                            border-radius: 5px;
                            background-color: #881946;
                            font-size: 90%;
                            font-weight: 500;
                            font-stretch: normal;
                            font-style: normal;
                            line-height: 1.5;
                            letter-spacing: 0.32px;
                            text-align: center;
                            color: #fff;
                            transition: all 0.3s ease;

                            &:hover {
                                background-color: #4f0121;
                                color: #fff;
                            }
                        }
                    }
                }

                .bannerBtn {
                    font-family: var(--font-plus) !important;
                    font-size: 90%;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.5;
                    letter-spacing: 0.32px;
                    text-align: center;
                    color: #fff;
                    padding: 8px 16px;
                    border-radius: 6.4px;
                    background-color: #881946;
                    width: fit-content;

                    &:hover {
                        background-color: #4f0121;
                        color: #fff;
                    }
                }

                .downArrow {
                    margin-top: auto;

                    @media (max-width: 991px) {
                        display: none;
                    }

                    svg {
                        height: 2.4rem;
                        width: auto;
                        display: block;
                        opacity: 0;

                        @media (max-width: 1300px) {
                            height: 1.6rem;
                        }

                        path {}
                    }
                }
            }
        }
    }
}

#mediaResources {
    display: none;
}

#ctaCards {
    .mainContainer {
        padding: 2rem 8vw 0rem 8vw;
    }
}

.mediaResourcesSection {
    background-color: #F2F3F9;

    .mainContainer {
        padding: 4rem 8vw 6rem 8vw;

        @media (max-width: 768px) {
            padding: 2rem 8vw 4rem 8vw;
        }

        @media (max-width: 575px) {
            padding: 2rem 4vw 4rem 4vw;
        }

        .headingText {
            font-family: var(--font-funnel);
            font-size: 195%;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.3;
            letter-spacing: normal;
            text-align: center;
            color: #881946;
            padding-bottom: 3.2rem;
            max-width: 100%;
        }

        .cardContainer {
            display: flex;
            gap: 1.5rem;
            justify-content: center;

            @media (max-width: 991px) {
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                gap: 1.5rem;
            }

            /* 
            @media (max-width: 991px) {
                grid-template-columns: repeat(2, 1fr);
            } */

            @media (max-width: 575px) {
                grid-template-columns: repeat(1, 1fr);
            }


            .card {
                padding: 20px;
                border-radius: 10px;
                box-shadow: 0 0 18.6px 0 rgba(0, 0, 0, 0.15);
                background-color: #fff;
                border: none;
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                flex: 1;
                /* max-width: 24rem; */

                .logo {
                    height: 60px;
                    width: auto;
                    object-fit: contain;
                    display: block;
                    margin-bottom: 1rem;
                }

                .title {
                    font-family: var(--font-funnel);
                    font-size: 120%;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.2;
                    letter-spacing: normal;
                    text-align: left;
                    color: #881946;
                    margin-bottom: 1rem;
                    margin-left: 0;
                    padding-bottom: 0;
                }

                p {
                    font-family: var(--font-plus);
                    font-size: 90%;
                    font-weight: 500;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.6;
                    letter-spacing: 0.32px;
                    text-align: left;
                    color: #414244;
                    margin: 0;
                    margin-bottom: 2rem;
                }

                a {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    width: 100%;
                    font-family: var(--font-plus);
                    font-size: 90%;
                    font-weight: 500;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.6;
                    letter-spacing: 0.32px;
                    text-align: left;
                    color: #881946;
                    background: transparent;
                    margin-top: auto;

                    &:hover {
                        opacity: 0.6;
                    }

                    span {
                        .btnIcon {
                            height: 36px;
                            width: auto;
                            display: block;
                        }
                    }
                }
            }
        }

        .btnWrapper {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            padding-top: 3.2rem;


            a {
                padding: 7px 14px;
                border-radius: 5px;
                background-color: #881946;
                font-size: 90%;
                font-weight: 500;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.5;
                letter-spacing: 0.32px;
                text-align: center;
                color: #fff;
                transition: all 0.3s ease;

                &:hover {
                    background-color: #4f0121;
                    color: #fff;
                }
            }
        }


    }
}

.announcementSection {
    /* background-color: #f8f9fb; */
    padding: 4rem 8vw !important;
    font-family: var(--font-plus) !important;
    font-size: 18px;
    text-align: center;

    @media (max-width: 575px) {
        font-size: 15px;
        padding: 4rem 4vw !important;
    }

    .announcementTitle {
        font-family: var(--font-funnel);
        font-size: 190%;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.3;
        letter-spacing: normal;
        text-align: center;
        color: #881946;
        padding-bottom: 3.2rem;
    }

    .announcementFilters {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 1rem;
        margin-bottom: 3.2rem;

        .announcementFilterSelect {
            position: relative;

            .announcementSelectWrapper {
                position: relative;

                @media (max-width: 600px) {
                    width: 80vw;
                }

                .announcementDropdown {
                    appearance: none;
                    background: #fff;
                    border: 1px solid #ccc;
                    border-radius: 8px;
                    padding: 10px 40px 10px 16px;
                    min-width: 200px;
                    font-size: 90%;
                    font-weight: 500;
                    color: #5e6062;
                    cursor: pointer;
                    font-family: var(--font-plus);

                    @media (max-width: 600px) {
                        width: 100%;
                    }

                    &:focus {
                        outline: none;
                        border-color: #881946;
                    }
                }

                &::after {
                    content: "";
                    position: absolute;
                    right: 14px;
                    top: 50%;
                    width: 10px;
                    height: 10px;
                    transform: translateY(-50%) rotate(45deg);
                    border-right: 2px solid #881946;
                    border-bottom: 2px solid #881946;
                    pointer-events: none;
                }
            }
        }

        .announcementSearchBox {
            input {
                padding: 0.7rem 1rem;
                border-radius: 6px;
                border: 1px solid #ccc;
                min-width: 250px;
                font-size: 90%;
                font-weight: 500;
                color: #5e6062;
                font-family: var(--font-plus);

                @media (max-width: 600px) {
                    min-width: 80vw;
                }

                &:focus {
                    outline: none;
                    border-color: #881946;
                }
            }
        }
    }

    .announcementGrid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        row-gap: 3rem;
        column-gap: 1.5rem;
        margin-bottom: 3rem;

        @media (max-width: 991px) {
            grid-template-columns: repeat(2, 1fr);
        }

        .announcementItem {
            /* background: #fff;
            border-radius: 10px;
            box-shadow: 0 0 12px rgba(0, 0, 0, 0.1); */
            overflow: hidden;
            text-decoration: none;
            display: flex;
            flex-direction: column;
            transition: all 0.3s ease;

            &:hover {
                /* box-shadow: 0 0 18px rgba(0, 0, 0, 0.15);
                background-color: #ffddeb; */
            }

            .announcementImage {
                overflow: hidden;
                border-radius: 15px;
                /* box-shadow: 0 0 18.6px 0 rgba(0, 0, 0, 0.15); */
                background-color: rgba(0, 0, 0, 0.05);
            }

            .announcementImage img {
                width: 100%;
                aspect-ratio: 16 / 9;
                object-fit: cover;
                transition: transform 0.3s ease;
            }

            &:hover img {
                transform: scale(1.05);
            }

            &:hover {
                .icon-arrow-right {
                    svg {
                        transform: translateX(4px);
                        transition: all 0.3s ease-in-out;

                    }

                }
            }

            .announcementContent {
                padding: 1rem 0;
                text-align: left;
                display: flex;
                flex-direction: column;
                flex-grow: 1;

                .announcementMeta {
                    display: flex;
                    gap: 0.5rem;
                    margin-bottom: 0.5rem;
                    flex-wrap: wrap;
                    align-items: center;

                    span {
                        font-family: var(--font-plus);
                        font-size: 90%;
                        font-weight: 500;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: 1.5;
                        letter-spacing: 0.32px;
                        text-align: left;
                        color: #28292a;
                    }
                }

                .announcementItemTitle {
                    font-family: var(--font-funnel);
                    font-size: 130%;
                    font-weight: 500;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.25;
                    letter-spacing: normal;
                    text-align: left;
                    color: #881946;
                    margin: 0;
                    /* margin-bottom: 1rem; */

                }

                .announcementExcerpt {
                    font-family: var(--font-plus);
                    font-size: 100%;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.5;
                    letter-spacing: 0.36px;
                    text-align: left;
                    color: #414244;
                    margin: 0;
                }

                .announcementRead {
                    font-family: var(--font-plus);
                    font-size: 90%;
                    font-weight: 500;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.5;
                    letter-spacing: 0.32px;
                    text-align: left;
                    color: #881946;
                    margin: 0;
                    margin-top: auto;
                    padding-bottom: 0;

                    .icon-arrow-right {
                        svg {
                            width: 16px;
                            height: auto;
                            display: inline-block;
                            margin-left: 0.5rem;
                            transition: all 0.3s ease-in-out;

                            @media (max-width: 1000px) {
                                width: 14px;
                            }

                            path {}
                        }
                    }
                }
            }
        }
    }

    .announcementLoadWrap {
        display: flex;
        justify-content: center;

        .announcementLoadBtn {
            padding: 10px 20px;
            border-radius: 6.4px;
            background-color: #881946;
            color: #fff;
            border: none;
            cursor: pointer;
            transition: all 0.3s ease-in-out;
            font-family: var(--font-plus);

            &:hover {
                background-color: #4f0121;
            }
        }
    }

    @media (max-width: 768px) {
        .announcementGrid {
            grid-template-columns: 1fr;
        }

        .announcementFilters {
            /* flex-direction: column; */
            align-items: center;
        }
    }
}


.pressAboutSection {
    padding: 10rem 8vw 6rem 8vw;
    background-color: #F2F3F9;
    font-family: var(--font-plus);
    font-size: 18px;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

    @media (max-width: 768px) {
        font-size: 16px;
        padding: 6rem 8vw 4rem 8vw;
    }

    @media (max-width: 575.98px) {
        padding: 6rem 4vw 4rem 4vw;
    }

    @media (max-width: 480px) {
        font-size: 15px;
    }

    .mainContainer {
        width: 100%;
    }

    /* ================= Header ================= */
    .headContainer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 4rem;
        gap: 1.5rem;

        @media (max-width: 768px) {
            flex-direction: column;
            align-items: flex-start;
            margin-bottom: 3rem;
        }

        h2 {
            font-family: var(--font-funnel);
            font-size: 190%;
            font-weight: 400;
            color: #881946;
            margin: 0;

            @media (max-width: 768px) {
                padding-bottom: 0;
            }
        }

        .sliderPagination {
            display: flex;
            gap: 0.8rem;

            @media (max-width: 768px) {
                width: 100%;
                justify-content: flex-end;
            }

            button {
                padding: 0;
                border: none;
                background: transparent;
                cursor: pointer;
                display: flex;

                svg {
                    display: block;
                }

                svg rect,
                svg path {
                    transition: all 0.3s ease-in-out;
                }

                &:hover svg rect {
                    fill: #4f0121;
                }

                &:hover svg path {
                    stroke: #fff;
                }
            }
        }
    }

    /* ================= Cards ================= */
    .cardsContainer {
        display: flex;
        gap: 1.2rem;
    }

    .card {
        background: #fff;
        border-radius: 10px;
        padding: 20px;
        /* box-shadow: 0 0 18.6px rgba(0, 0, 0, 0.15); */
        border: solid 0.5px #d4d5db;
        display: flex;
        flex-direction: column;
        height: 100%;
        margin: 0 0.5rem;

        img {
            width: 100%;
            aspect-ratio: 16 / 9;
            object-fit: contain;
            border-radius: 8px;
            /* padding-bottom: 1.2rem; */
        }

        h1 {
            font-weight: 600;
            color: #881946;
            line-height: 1.6;
            letter-spacing: 0.32px;
            margin: 2rem 0 0.4rem 0;
            font-family: var(--font-funnel);
            font-size: 390%;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 0.1;
            letter-spacing: normal;
            text-align: left;
            color: #881946;
        }

        p {
            font-family: var(--font-plus);
            font-size: 100%;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.5;
            letter-spacing: 0.36px;
            text-align: left;
            color: #414244;
        }

        /* ===== Reused link style ===== */
        .leaderLink {
            margin-top: auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 0.6rem;
            font-size: 90%;
            font-weight: 500;
            color: #881946;
            line-height: 1.6;
            letter-spacing: 0.32px;
            text-decoration: none;
            font-family: var(--font-plus);

            .icon svg {
                width: 30px;
                height: 30px;
            }

            &:hover svg rect {
                opacity: 0.6;
            }
        }
    }
}







.pressBanner {
    position: relative;
    background-color: #F2F3F9;
    font-family: var(--font-plus);
    font-size: 18px;
    padding: 4rem 8vw;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

    @media (max-width: 768px) {
        font-size: 16px;
        padding: 4rem 8vw 2rem 8vw;
    }

    @media (max-width: 575px) {
        font-size: 15px;
        padding: 2rem 4vw 2rem 4vw;
    }

    .mainContainer {
        .headContainer {
            display: flex;
            gap: 1.5rem;
            align-items: baseline;
            padding-bottom: 3.2rem;

            @media (max-width: 767px) {
                flex-direction: column;
                gap: 0.5rem;
                padding-bottom: 2rem;
            }

            h1 {
                font-family: var(--font-funnel);
                font-size: 385%;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.1;
                letter-spacing: normal;
                text-align: left;
                color: #881946;

                @media (max-width: 768px) {
                    font-size: clamp(200%, 4.5vw, 385%);
                }
            }

            span {
                font-family: var(--font-funnel);
                font-size: 120%;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.2;
                letter-spacing: normal;
                text-align: left;
                color: #881946;
            }
        }

        .bodyContainer {
            display: flex;
            gap: 4rem;
            justify-content: space-between;
            width: 100%;

            @media (max-width: 991px) {
                flex-direction: column;
                gap: 2rem;
            }



            .left {
                width: 55%;

                @media (max-width: 991px) {
                    width: 100%;
                }

                img {
                    border-radius: 20px;
                    object-fit: cover;
                    overflow: hidden;
                    width: 100%;
                    height: auto;
                }
            }

            .right {
                width: 40%;
                display: flex;
                flex-direction: column;

                @media (max-width: 991px) {
                    width: 60%;
                }

                @media (max-width: 768px) {
                    width: 85%;
                }

                @media (max-width: 480px) {
                    width: 100%;
                }

                h3 {
                    font-family: var(--font-funnel);
                    font-size: 195%;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.3;
                    letter-spacing: normal;
                    text-align: left;
                    color: #881946;

                    @media (max-width: 1300px) {
                        font-size: 150%;
                        padding-bottom: 15px;
                    }
                }

                .ctaContainer {
                    display: flex;
                    flex-direction: column;
                    gap: 2rem;

                    @media (max-width: 1300px) {
                        gap: 1.5rem;
                    }

                    @media (max-width: 991px) {
                        padding-bottom: 1.5rem;
                    }

                    .wrapper {
                        p {
                            font-family: var(--font-plus);
                            font-size: 100%;
                            font-weight: 500;
                            font-stretch: normal;
                            font-style: normal;
                            line-height: 1.5;
                            letter-spacing: 0.36px;
                            text-align: left;
                            color: #414244;
                            padding-bottom: 1rem;

                            @media (max-width: 1300px) {
                                padding-bottom: 0.5rem;
                            }
                        }

                        a {
                            padding: 7px 14px;
                            border-radius: 5px;
                            background-color: #881946;
                            font-size: 90%;
                            font-weight: 500;
                            font-stretch: normal;
                            font-style: normal;
                            line-height: 1.5;
                            letter-spacing: 0.32px;
                            text-align: center;
                            color: #fff;
                            transition: all 0.3s ease;

                            &:hover {
                                background-color: #4f0121;
                                color: #fff;
                            }
                        }
                    }
                }

                .downArrow {
                    margin-top: auto;

                    @media (max-width: 991px) {
                        display: none;
                    }

                    svg {
                        height: 2.4rem;
                        width: auto;
                        display: block;

                        @media (max-width: 1300px) {
                            height: 1.6rem;
                        }

                        path {}
                    }
                }
            }
        }
    }
}


.storyMission {
    padding: 4rem 8vw;
    font-size: 18px;
    padding: 8rem 0 3rem 8vw;
    position: relative;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

    @media (max-width: 768px) {
        font-size: 16px;
        padding: 6rem 8vw 3rem 8vw;
    }

    @media (max-width: 575px) {
        font-size: 15px;
        padding: 4rem 4vw;
    }

    .mainContainer {
        display: flex;
        gap: 3.2rem;

        @media (max-width: 768px) {
            flex-direction: column;
            gap: 2rem;
        }

        .left {
            width: 35%;

            @media (max-width: 768px) {
                width: 100%;
            }

            h3 {
                font-family: var(--font-funnel);
                font-size: 195%;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.3;
                letter-spacing: normal;
                text-align: left;
                color: #881946;

                @media (max-width: 1300px) {
                    font-size: 150%;
                    padding-bottom: 15px;
                }
            }

            .ancorWrap {
                /* cursor: pointer; */

                a {
                    font-family: var(--font-plus);
                    font-size: 90%;
                    font-weight: 500;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.6;
                    letter-spacing: 0.32px;
                    text-align: left;
                    color: #881946;
                    text-decoration: underline !important;

                    @media (max-width: 1000px) {
                        font-size: 80%;
                    }


                    span {

                        svg {
                            width: 16px;
                            height: auto;
                            display: inline-block;
                            margin-left: 0.5rem;
                            transition: all 0.3s ease-in-out;
                            margin-bottom: 6px;



                            @media (max-width: 1000px) {
                                width: 14px;
                                margin-bottom: 4px;
                            }
                        }
                    }
                }

                a:hover {
                    text-decoration: none !important;
                }

                a:hover span svg {
                    transform: translateX(4px);
                    transition: all 0.3s ease-in-out;
                }



            }


        }

        .right {
            width: 67%;

            @media (max-width: 768px) {
                width: 100%;
            }


            .cardsContainer {
                display: flex;
                gap: 1rem;


                .single-post-item {
                    border-radius: 11px;
                    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.10);
                    background-color: #fff;
                    transition: background-color 0.3s ease;
                    cursor: pointer;
                    overflow: hidden;
                    margin: 0.5rem;
                    /* max-width: 20rem;
                    max-height: 20rem; */
                    min-height: 26rem;

                    &:hover {
                        background-color: #f5d59a;
                    }

                    figure {
                        height: 100%;

                        .post-img img {
                            object-fit: cover;
                            width: 100%;
                            transition: all 0.3s ease-in-out;
                            aspect-ratio: 16/9.5;
                        }

                        .post-img .img-holder {
                            overflow: hidden;
                        }

                        figcaption {
                            padding: 1rem;
                            display: flex;
                            flex-direction: column;
                            min-height: 13rem;

                            .postTags {
                                display: flex;
                                flex-wrap: wrap;
                                gap: 0.5rem;
                                margin-bottom: 10px;

                                .postTag {
                                    padding: 4px 8px;
                                    border-radius: 5px;
                                    border: solid 0.5px #c1c4c7;
                                    background-color: #F3F5F9;
                                    font-size: 60%;
                                    font-weight: 600;
                                    font-stretch: normal;
                                    font-style: normal;
                                    line-height: 1.5;
                                    letter-spacing: 0.8px;
                                    text-align: center;
                                    color: #5e6062;
                                    transition: all 0.3s ease;
                                    text-transform: uppercase;
                                }
                            }

                            .post-title {
                                font-family: var(--font-funnel) !important;
                                font-size: 100%;
                                font-weight: normal;
                                font-stretch: normal;
                                font-style: normal;
                                line-height: 1.4;
                                letter-spacing: normal;
                                text-align: left;
                                color: #881946;
                                margin: 0;
                            }

                            .readBtn {
                                font-size: 90%;
                                font-weight: 500;
                                font-stretch: normal;
                                font-style: normal;
                                line-height: 1.5;
                                letter-spacing: 0.32px;
                                text-align: left;
                                color: #881946;
                                padding: 0;
                                margin: 0;
                                margin-top: auto;

                                @media (max-width: 1000px) {
                                    font-size: 80%;
                                }

                                svg {
                                    width: 16px;
                                    height: auto;
                                    display: inline-block;
                                    margin-left: 0.5rem;
                                    transition: all 0.3s ease-in-out;



                                    @media (max-width: 1000px) {
                                        width: 14px;
                                    }
                                }


                            }
                        }




                    }




                }

                .single-post-item:hover .readBtn svg {
                    transform: translateX(4px);
                    transition: all 0.3s ease-in-out;
                }

                .single-post-item:hover .post-img img {
                    transform: scale(1.05);
                }

                .single-post-item:hover figcaption .postTags .postTag {
                    background-color: #881946;
                    color: #fff;
                    border: solid 0.5px #881946;
                }
            }


        }

        .right::after {
            content: "";
            position: absolute;
            top: 0;
            width: 150px;
            /* adjust width of the fade */
            height: 100%;
            z-index: 2;
            pointer-events: none;
            /* ensures clicks go through */


            @media only screen and (max-width: 768px) {
                display: none;
            }
        }

        .right::after {
            right: 0;
            background: linear-gradient(to left,
                    rgba(255, 255, 255, 1) 0%,
                    rgba(255, 255, 255, 0) 100%);

            @media only screen and (max-width: 768px) {
                display: none;
            }
        }
    }
}

.storyVision {
    padding: 4rem 8vw;
    font-size: 18px;
    padding: 4rem 8vw;
    position: relative;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

    @media (max-width: 768px) {
        font-size: 16px;
    }

    @media (max-width: 575px) {
        font-size: 15px;
        padding: 4rem 4vw;
    }

    .mainContainer {
        display: flex;
        gap: 3.2rem;

        @media (max-width: 768px) {
            flex-direction: column;
            gap: 2rem;
        }

        .left {
            width: 35%;

            @media (max-width: 768px) {
                width: 100%;
            }

            h3 {
                font-family: var(--font-funnel);
                font-size: 195%;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.3;
                letter-spacing: normal;
                text-align: left;
                color: #881946;

                @media (max-width: 1300px) {
                    font-size: 150%;
                    padding-bottom: 15px;
                }
            }

            .ancorWrap {
                /* cursor: pointer; */

                a {
                    font-family: var(--font-plus);
                    font-size: 90%;
                    font-weight: 500;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.6;
                    letter-spacing: 0.32px;
                    text-align: left;
                    color: #881946;

                    @media (max-width: 1000px) {
                        font-size: 80%;
                    }

                    span {

                        svg {
                            width: 16px;
                            height: auto;
                            display: inline-block;
                            margin-left: 0.5rem;
                            transition: all 0.3s ease-in-out;
                            margin-bottom: 6px;



                            @media (max-width: 1000px) {
                                width: 14px;
                                margin-bottom: 4px;
                            }

                        }
                    }
                }

                a:hover span svg {
                    transform: translateX(4px);
                    transition: all 0.3s ease-in-out;
                }


            }


        }

        .right {

            width: 67%;

            @media (max-width: 768px) {
                width: 100%;
            }


            .cardsContainer {
                display: flex;
                gap: 1rem;

                .cardVideo {
                    margin: 0;
                    max-width: 100%;
                    border-radius: 20px;
                    cursor: pointer;
                }
            }


        }
    }
}

.storyValues {
    padding: 4rem 8vw;
    font-size: 18px;
    padding: 4rem 8vw;
    position: relative;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

    @media (max-width: 768px) {
        font-size: 16px;
    }

    @media (max-width: 575px) {
        font-size: 15px;
        padding: 4rem 4vw;
    }

    .mainContainer {
        display: flex;
        gap: 3.2rem;

        @media (max-width: 768px) {
            flex-direction: column;
            gap: 2rem;
        }

        .left {
            width: 35%;

            @media (max-width: 768px) {
                width: 100%;
            }


            h3 {
                font-family: var(--font-funnel);
                font-size: 195%;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.3;
                letter-spacing: normal;
                text-align: left;
                color: #881946;

                @media (max-width: 1300px) {
                    font-size: 150%;
                    padding-bottom: 15px;
                }
            }

            .ancorWrap {
                /* cursor: pointer; */

                a {
                    font-family: var(--font-plus);
                    font-size: 90%;
                    font-weight: 500;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.6;
                    letter-spacing: 0.32px;
                    text-align: left;
                    color: #881946;

                    @media (max-width: 1000px) {
                        font-size: 80%;
                    }

                    span {

                        svg {
                            width: 16px;
                            height: auto;
                            display: inline-block;
                            margin-left: 0.5rem;
                            transition: all 0.3s ease-in-out;
                            margin-bottom: 6px;



                            @media (max-width: 1000px) {
                                width: 14px;
                                margin-bottom: 4px;
                            }
                        }
                    }
                }


                a:hover span svg {
                    transform: translateX(4px);
                    transition: all 0.3s ease-in-out;
                }

            }


        }

        .right {
            width: 67%;

            @media (max-width: 768px) {
                width: 100%;
            }


            .cardsContainer {
                display: grid;
                gap: 2rem;
                grid-template-columns: repeat(2, 1fr);

                @media (max-width: 480px) {
                    grid-template-columns: repeat(1, 1fr);
                }

                .block {
                    h5 {
                        font-family: var(--font-funnel);
                        font-size: 120%;
                        font-weight: normal;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: 1.3;
                        letter-spacing: normal;
                        text-align: left;
                        color: #881946;
                        padding-bottom: 1rem;

                        @media (max-width: 480px) {
                            padding-bottom: 0.5rem;
                        }
                    }

                    p {
                        font-family: var(--font-plus);
                        font-size: 80%;
                        font-weight: normal;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: 1.6;
                        letter-spacing: 0.28px;
                        text-align: left;
                        color: #414244;
                    }
                }
            }


        }
    }
}

.storyLeadership {
    font-size: 18px;
    padding: 6rem 0 0 8vw;
    position: relative;
    background-color: #F2F3F9;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

    @media (max-width: 768px) {
        font-size: 16px;
        padding: 4rem 8vw 4rem 8vw;
    }

    @media (max-width: 575px) {
        font-size: 15px;
        padding: 4rem 4vw;
    }

    .mainContainer {
        display: flex;
        gap: 3.2rem;

        @media (max-width: 768px) {
            flex-direction: column;
            gap: 2rem;
        }

        .left {
            width: 35%;

            @media (max-width: 768px) {
                width: 100%;
            }

            h3 {
                font-family: var(--font-funnel);
                font-size: 195%;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.3;
                letter-spacing: normal;
                text-align: left;
                color: #881946;

                @media (max-width: 1300px) {
                    font-size: 150%;
                    padding-bottom: 15px;
                }
            }

            .ancorWrap {
                /* cursor: pointer; */

                a {
                    font-family: var(--font-plus);
                    font-size: 90%;
                    font-weight: 500;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.6;
                    letter-spacing: 0.32px;
                    text-align: left;
                    color: #881946;

                    @media (max-width: 1000px) {
                        font-size: 80%;
                    }

                    span {

                        svg {
                            width: 16px;
                            height: auto;
                            display: inline-block;
                            margin-left: 0.5rem;
                            transition: all 0.3s ease-in-out;
                            margin-bottom: 6px;



                            @media (max-width: 1000px) {
                                width: 14px;
                                margin-bottom: 4px;
                            }
                        }
                    }
                }

                a:hover span svg {
                    transform: translateX(4px);
                    transition: all 0.3s ease-in-out;
                }



            }

        }

        .right {
            width: 67%;

            @media (max-width: 768px) {
                width: 100%;
            }


            .cardsContainer {
                /* display: grid;
                gap: 2rem; */

                .teamGrid {
                    display: grid;
                    grid-template-columns: repeat(6, 1fr);
                    gap: 1rem;


                    @media (max-width: 1200px) {
                        grid-template-columns: repeat(5, 1fr);
                    }

                    @media (max-width: 991px) {
                        grid-template-columns: repeat(4, 1fr);
                    }

                    @media (max-width: 768px) {
                        grid-template-columns: repeat(3, 1fr);
                    }

                    @media (max-width: 480px) {
                        grid-template-columns: repeat(2, 1fr);
                    }

                    .teamCard {
                        overflow: hidden;
                        border-radius: 10px;
                        box-shadow: 0 0 5.4px 0 rgba(0, 0, 0, 0.2);
                        border: solid 1px #d3618f;
                        cursor: pointer;


                        img {
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                            display: block;
                            transition: all 0.3s ease-in-out;
                        }
                    }

                    @media (min-width: 768px) {

                        .teamCard:hover img {
                            transform: scale(1.05);
                        }

                    }


                }

                @media (min-width: 768px) {

                    /* .teamGrid:hover .teamCard img {
                        filter: grayscale(100%);
                        opacity: 0.6;
                    } */

                    .teamGrid .teamCard:hover img {
                        transform: scale(1.05);
                    }

                }


            }


        }
    }
}

.storyLeadership::after {
    content: "";
    position: absolute;
    top: 0;
    width: 150px;
    /* adjust width of the fade */
    height: 100%;
    z-index: 2;
    pointer-events: none;
    /* ensures clicks go through */
    transition: all 0.3s ease-in-out;


    @media only screen and (max-width: 768px) {
        display: none;
    }
}

.storyLeadership::after {
    right: 0;
    background: linear-gradient(to left, rgba(241, 243, 249, 1) 0%, rgba(241, 243, 249, 0) 100%);


    @media only screen and (max-width: 768px) {
        display: none;
    }
}

@media (min-width: 768px) {

    .storyLeadership:has(.teamGrid:hover)::after {
        opacity: 0;
    }

}


.storyCommitments {
    font-size: 18px;
    position: relative;
    background-color: #F2F3F9;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

    @media (max-width: 768px) {
        font-size: 16px;
    }

    @media (max-width: 575px) {
        font-size: 15px;
        padding-top: 2rem;
    }

    .mainContainer {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        /* gap: 3.2rem; */
        transform: translateY(10rem);
        position: relative;
        z-index: 1;

        @media (max-width: 768px) {
            transform: translateY(4rem);
        }

        @media (max-width: 575px) {
            transform: translateY(0rem);
        }

        .headWrap {
            display: flex;
            justify-content: center;
            width: 100%;

            h3 {
                font-family: var(--font-funnel);
                font-size: 190%;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.3;
                letter-spacing: normal;
                text-align: center;
                color: #881946;
                padding-bottom: 3.2rem;
            }
        }



        .cardsContainer {
            display: flex;
            gap: 2rem;
            padding: 0 16vw;

            @media (max-width: 1200px) {
                padding: 0 8vw;
            }

            @media (max-width: 768px) {
                gap: 1rem;
            }

            @media (max-width: 575px) {
                padding: 0 4vw;
                flex-direction: column;
                margin-bottom: 2rem;
            }


            .single-post-item {
                border-radius: 11px;
                box-shadow: 0 0 18.6px 0 rgba(0, 0, 0, 0.15);
                background-color: #fff;
                transition: background-color 0.3s ease;
                cursor: pointer;
                overflow: hidden;
                flex: 1;

                &:hover {
                    background-color: #f5d59a;
                }

                figure {
                    height: 100%;
                    padding: 1rem;

                    .post-img img {
                        object-fit: cover;
                        width: 100%;
                        transition: all 0.3s ease-in-out;
                        aspect-ratio: 16/9.5;

                    }

                    .post-img .img-holder {
                        overflow: hidden;
                        margin-bottom: 1rem;
                        border-radius: 10px;
                    }

                    figcaption {
                        display: flex;
                        flex-direction: column;
                        min-height: 13rem;

                        /* .postTags {
                            display: flex;
                            flex-wrap: wrap;
                            gap: 0.5rem;
                            margin-bottom: 10px;

                            .postTag {
                                padding: 4px 8px;
                                border-radius: 5px;
                                border: solid 0.5px #c1c4c7;
                                background-color: #F3F5F9;
                                font-size: 60%;
                                font-weight: 600;
                                font-stretch: normal;
                                font-style: normal;
                                line-height: 1.5;
                                letter-spacing: 0.8px;
                                text-align: center;
                                color: #5e6062;
                                transition: all 0.3s ease;
                                text-transform: uppercase;
                            }
                        } */

                        .post-title {
                            font-family: var(--font-funnel) !important;
                            font-size: 120%;
                            font-weight: normal;
                            font-stretch: normal;
                            font-style: normal;
                            line-height: 1.4;
                            letter-spacing: normal;
                            text-align: left;
                            color: #881946;
                            margin: 0;
                        }

                        .readBtn {
                            font-size: 90%;
                            font-weight: 500;
                            font-stretch: normal;
                            font-style: normal;
                            line-height: 1.5;
                            letter-spacing: 0.32px;
                            text-align: left;
                            color: #881946;
                            padding: 0;
                            margin: 0;
                            margin-top: auto;

                            @media (max-width: 1000px) {
                                font-size: 80%;
                            }

                            svg {
                                width: 16px;
                                height: auto;
                                display: inline-block;
                                margin-left: 0.5rem;
                                transition: all 0.3s ease-in-out;



                                @media (max-width: 1000px) {
                                    width: 14px;
                                }
                            }


                        }
                    }




                }




            }

            .single-post-item:hover .readBtn svg {
                transform: translateX(4px);
                transition: all 0.3s ease-in-out;
            }

            .single-post-item:hover .post-img img {
                transform: scale(1.05);
            }

            .single-post-item:hover figcaption .postTags .postTag {
                background-color: #881946;
                color: #fff;
                border: solid 0.5px #881946;
            }
        }



    }

    .bgImage {
        background: rgba(235, 236, 242, 1);

        img {
            width: 100%;
            height: auto;
            object-fit: contain;
            transform: translateY(-4rem);

            @media (max-width: 768px) {
                transform: translateY(0rem);
            }
        }
    }
}















.commitmentBannner.wrapper {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    font-family: var(--font-plus) !important;

    @media (max-width: 991px) {
        flex-direction: column-reverse;
    }
}


.commitmentBannner {
    /* Styles for desktop banner wrapper */
    padding-bottom: 4rem;
}

.commitmentBannner .left-container {
    /* Styles for left container */
    flex: 1;
    padding: 1.6rem 1.6rem 1.6rem 8vw;
    background-color: #f1f3f9;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 768px) {
    .commitmentBannner .left-container {
        padding: 2rem 8vw;
    }
}

@media (max-width: 575px) {
    .commitmentBannner .left-container {
        padding: 2rem 4vw;
    }
}

.commitmentBannner .banner-caption {
    /* Styles for banner caption */
}

.commitmentBannner .infoBox {
    /* Styles for info box */
    font-size: 90%;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.32px;
    text-align: left;
    color: #414244;
    margin-bottom: 0.5rem;
}

.commitmentBannner .publishDate {
    /* Styles for publish date */
}

.commitmentBannner .ideaCategory {
    /* Styles for idea category */
}

.commitmentBannner h1 {
    /* Styles for post type */
    font-family: var(--font-funnel) !important;
    font-size: 220%;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #881946;
    margin-bottom: 1.5rem;

    @media (max-width: 575px) {
        font-size: 180%;
    }
}

.commitmentBannner .left-container .banner-caption .postType {
    /* Styles for post type */
    font-size: 75%;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 1.12px;
    text-align: left;
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    /* padding-bottom: 0; */
    margin: 0;
    margin-bottom: 1.5rem;
}

.commitmentBannner .left-container .banner-caption .postType a {
    color: #5e6062;
    padding: 5px 10px;
    border-radius: 10px;
    background-color: #fff;
    width: fit-content;
    text-decoration: none !important;
    text-transform: uppercase !important;
    border-radius: 5px;
    box-shadow: 0 0 5.3px 0 #ccc;
    background-color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.8px;
    text-align: center;
    color: #5e6062;
    font-size: 70%;
}

.commitmentBannner .left-container .banner-caption p {
    /* Styles for author names */
    font-size: 90%;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.32px;
    text-align: left;
    color: #414244;
    margin-bottom: 1rem;
    font-family: var(--font-plus) !important;
    text-transform: capitalize !important;
}

.commitmentBannner .left-container .banner-caption p a {
    color: #414244;
    text-decoration: underline !important;
    transition: all 0.3s ease;
    text-transform: capitalize !important;
}

.commitmentBannner .left-container .banner-caption p a:hover {
    text-decoration: none !important;
}

.commitmentBannner .socialWrapper {
    /* Styles for social wrapper */
    display: flex;
    align-items: center;
    gap: 1rem;
}

.commitmentBannner .shareText {
    /* Styles for share text */
    font-family: var(--font-plus);
    font-size: 90%;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.32px;
    text-align: left;
    color: #881946;
}

.commitmentBannner .socialIcon a svg {
    /* Styles for social icons */
    height: 20px;
    width: 20px;
    display: block;
}

.commitmentBannner .right-container {
    /* Styles for right container */
    flex: 1;
}

.commitmentBannner .banner-image {
    /* Styles for banner image */
    height: 100%;
}

.commitmentBannner .banner-image img {
    /* Styles for banner image img element */
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
}

.commitmentBannner .inner-body-content {
    /* Styles for banner image img element */
    font-size: 100%;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #414244;
    /* padding: 4rem 0; */
}

.commitmentBannner .inner-body-content p {
    /* Styles for banner image img element */
    margin-top: 0;
    margin-bottom: 1rem;
}

.commitmentBannner .inner-body-content h2 {
    /* Styles for banner image img element */
    font-family: var(--font-plus) !important;
    font-size: 200%;
    margin: 0;
}






.commContent {
    padding: 4rem 8vw;

    @media (max-width: 575px) {
        padding: 4rem 4vw;
    }

    .mainContainer {
        display: flex;
        gap: 3.2rem;
        position: relative;

        @media (max-width: 768px) {
            flex-direction: column;
        }

        .left {
            width: 100%;

            p,
            ul,
            ol,
            li,
            h1,
            h2,
            h3,
            h4,
            h5,
            h6 {
                font-family: var(--font-plus) !important;
                color: #414244;
                margin: 0;
            }

            p {
                font-size: 80%;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.6;
                letter-spacing: 0.28px;
                text-align: left;
                color: #414244;
            }

            h4 {
                font-size: 90%;
                font-weight: 500;
                line-height: 1.6;
                letter-spacing: 0.32px;
                text-align: left;
                color: #414244;
            }

            ul,
            ol {
                li {
                    font-size: 80%;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.6;
                    letter-spacing: 0.28px;
                    text-align: left;
                    color: #414244;
                }
            }
        }

        .right {
            width: 50%;

            @media (max-width: 768px) {
                width: 100%;
            }

            .mainWrap {
                position: sticky;
                top: 2.8rem;


                @media (max-width: 768px) {
                    position: relative;
                    top: unset;
                }


                h6 {
                    font-family: var(--font-plus);
                    font-size: 90%;
                    font-weight: 500;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.6;
                    letter-spacing: 0.32px;
                    text-align: left;
                    color: #881946;
                    border-bottom: 1px solid #d4d5db;
                    padding-bottom: 1.2rem;
                }

                .block {
                    display: flex;
                    flex-direction: column;
                    gap: 0.8rem;
                    padding-top: 1.2rem;

                    h5 {
                        font-family: var(--font-funnel);
                        font-size: 120%;
                        font-weight: normal;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: 1.3;
                        letter-spacing: normal;
                        text-align: left;
                        color: #881946;
                        padding-bottom: 0;
                        margin: 0;
                    }

                    .readBtn {
                        padding-bottom: 1.2rem;
                        border-bottom: 1px solid #d4d5db;

                        a {
                            font-family: var(--font-plus);
                            font-size: 90%;
                            font-weight: 500;
                            font-stretch: normal;
                            font-style: normal;
                            line-height: 1.6;
                            letter-spacing: 0.32px;
                            text-align: left;
                            color: #881946;
                            display: flex;
                            align-items: center;



                            @media (max-width: 1000px) {
                                font-size: 80%;
                            }

                            span {
                                svg {
                                    width: 16px;
                                    height: auto;
                                    display: inline-block;
                                    margin-left: 0.5rem;
                                    transition: all 0.3s ease-in-out;
                                    margin-bottom: 6px;



                                    @media (max-width: 1000px) {
                                        width: 14px;
                                        margin-bottom: 4px;
                                    }

                                    path {}
                                }
                            }
                        }

                        a:hover svg {
                            transform: translateX(4px);
                            transition: all 0.3s ease-in-out;
                        }
                    }


                }
            }
        }
    }
}








.contactBanner {
    position: relative;
    background-color: #F2F3F9;
    font-family: var(--font-plus);
    font-size: 18px;
    padding: 2rem 8vw 4rem 8vw;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

    @media (max-width: 768px) {
        font-size: 16px;
        padding: 2rem 8vw 2rem 8vw;
    }

    @media (max-width: 575px) {
        font-size: 15px;
        padding: 2rem 4vw 2rem 4vw;
    }

    .mainContainer {
        .headContainer {
            display: flex;
            gap: 1.5rem;
            align-items: baseline;
            padding-bottom: 1rem;

            @media (max-width: 767px) {
                flex-direction: column;
                gap: 0.5rem;
                padding-bottom: 1rem;
            }

            h1 {
                font-family: var(--font-funnel);
                font-size: 385%;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.1;
                letter-spacing: normal;
                text-align: left;
                color: #881946;

                @media (max-width: 768px) {
                    font-size: clamp(200%, 4.5vw, 385%);
                }
            }

            span {
                font-family: var(--font-funnel);
                font-size: 120%;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.2;
                letter-spacing: normal;
                text-align: left;
                color: #881946;
            }
        }

        .bodyContainer {
            display: flex;
            gap: 4rem;
            justify-content: space-between;
            width: 100%;

            @media (max-width: 991px) {
                flex-direction: column;
                gap: 2rem;
            }



            .left {
                width: 75%;

                @media (max-width: 991px) {
                    width: 100%;
                }

                img {
                    border-radius: 20px;
                    object-fit: contain;
                    overflow: hidden;
                    width: 100%;
                    height: auto;
                    max-height: 40vh;
                }
            }

            .right {
                width: 25%;
                display: flex;
                flex-direction: column;

                @media (max-width: 991px) {
                    width: 60%;
                }

                @media (max-width: 768px) {
                    width: 85%;
                }

                @media (max-width: 480px) {
                    width: 100%;
                }

                h3 {
                    font-family: var(--font-funnel);
                    font-size: 120%;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.3;
                    letter-spacing: normal;
                    text-align: left;
                    color: #881946;

                    @media (max-width: 1300px) {
                        font-size: 120%;
                        padding-bottom: 15px;
                    }
                }

                .ctaContainer {
                    display: flex;
                    flex-direction: column;
                    gap: 2rem;

                    @media (max-width: 1300px) {
                        gap: 1.5rem;
                    }

                    @media (max-width: 991px) {
                        padding-bottom: 1.5rem;
                    }

                    .wrapper {
                        p {
                            font-family: var(--font-plus);
                            font-size: 100%;
                            font-weight: 500;
                            font-stretch: normal;
                            font-style: normal;
                            line-height: 1.5;
                            letter-spacing: 0.36px;
                            text-align: left;
                            color: #414244;
                            padding-bottom: 1rem;

                            @media (max-width: 1300px) {
                                padding-bottom: 0.5rem;
                            }
                        }

                        a {
                            padding: 7px 14px;
                            border-radius: 5px;
                            background-color: #881946;
                            font-size: 90%;
                            font-weight: 500;
                            font-stretch: normal;
                            font-style: normal;
                            line-height: 1.5;
                            letter-spacing: 0.32px;
                            text-align: center;
                            color: #fff;
                            transition: all 0.3s ease;

                            &:hover {
                                background-color: #4f0121;
                                color: #fff;
                            }
                        }
                    }
                }

                .downArrow {
                    margin-top: auto;

                    @media (max-width: 991px) {
                        display: none;
                    }

                    svg {
                        height: 2.4rem;
                        width: auto;
                        display: block;

                        @media (max-width: 1300px) {
                            height: 1.6rem;
                        }

                        path {}
                    }
                }
            }
        }
    }
}



.contactLocations {
    position: relative;
    background-color: #F2F3F9;
    font-family: var(--font-plus);
    font-size: 18px;
    padding: 3.2rem 8vw;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

    @media (max-width: 768px) {
        font-size: 16px;
        padding: 4rem 8vw 2rem 8vw;
    }

    @media (max-width: 575px) {
        font-size: 15px;
        padding: 2rem 4vw 2rem 4vw;
    }

    .mainContainer {
        h3 {
            font-family: var(--font-funnel);
            font-size: 195%;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.3;
            letter-spacing: normal;
            text-align: left;
            color: #881946;
            margin: 0;
            padding-bottom: 2.4rem;
        }

        .locationsWrapper {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 1.5rem;

            @media (max-width: 768px) {
                grid-template-columns: repeat(auto-fill, minmax(245px, 1fr));
            }

            .locationBlock {
                padding: 1.5rem 0;
                border-top: 1px solid #881946;

                .head {
                    display: flex;
                    align-items: baseline;
                    gap: 0.6rem;
                    padding-bottom: 1.2rem;

                    svg {
                        height: auto;
                        min-width: 14px;
                        width: auto;
                        display: block;
                    }

                    h5 {
                        font-family: var(--font-funnel);
                        font-size: 120%;
                        line-height: 1.2;
                        letter-spacing: normal;
                        color: #881946;
                        margin: 0;
                        padding-bottom: 0;
                    }
                }

                .content {
                    font-family: var(--font-plus);
                    font-size: 80%;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.6;
                    letter-spacing: 0.28px;
                    text-align: left;
                    color: #414244;
                }
            }
        }
    }
}


.advisorsVideoSec {
    background: #fff;

    .mainContainer {
        padding: 0 8vw;

        @media (max-width: 575px) {
            padding: 0 4vw;
        }

        #h-join-our-team {
            font-family: var(--font-funnel) !important;
            font-size: 195%;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1;
            letter-spacing: normal;
            text-align: center;
            color: #881946;
            padding: 4.8rem 0 3.2rem 0;
            margin: 0 auto;

            @media (max-width: 768px) {
                font-size: 150%;
            }
        }

        .wp-block-media-text {
            padding-bottom: 4rem;
            display: flex;
            align-items: flex-start;
            gap: 2.4rem;

            @media (max-width: 991.98px) {
                flex-direction: column;
                gap: 2rem;
            }

            .wp-block-media-text__media {
                flex: 1;

                img,
                video {
                    border-radius: 20px;
                    object-fit: cover;
                }
            }

            .wp-block-media-text__content {
                flex: 0.7;

                @media (max-width: 991.98px) {
                    width: 100%;
                    padding: 0;
                }

                p {
                    font-family: var(--font-plus) !important;
                    font-size: 110%;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.3;
                    letter-spacing: normal;
                    text-align: left;
                    color: #414244;
                }

                a {
                    font-family: var(--font-plus) !important;
                    font-size: 90%;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.5;
                    letter-spacing: 0.32px;
                    text-align: center;
                    color: #fff;
                    padding: 8px 16px;
                    border-radius: 6.4px;
                    background-color: #881946;

                    &:hover {
                        background-color: #4f0121;
                        color: #fff;
                    }
                }
            }
        }
    }
}


.paraImgSplit {
    padding: 4rem 8vw;
    position: relative;
    font-size: 18px;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

    @media (max-width: 768px) {
        font-size: 16px;
    }

    @media (max-width: 575px) {
        font-size: 15px;
        padding: 4rem 4vw;
    }

    .mainContainer {
        display: flex;
        gap: 3.2rem;

        @media (max-width: 991px) {
            flex-direction: column-reverse;
            gap: 2rem;
        }

        .left {
            flex: 0.7;



            p {
                font-family: var(--font-plus) !important;
                font-size: 110%;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.3;
                letter-spacing: normal;
                text-align: left;
                color: #414244;
            }
        }

        .right {
            flex: 1;

            img {
                border-radius: 20px;
                aspect-ratio: 3/2;
                width: 100%;
                object-fit: cover;
            }
        }
    }
}


.advisorsAOE {
    background-color: #F2F3F9;
    font-size: 18px;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

    @media (max-width: 768px) {
        font-size: 16px;
    }

    @media (max-width: 575px) {
        font-size: 15px;
        padding: 4rem 4vw;
    }

    .mainContainer {
        padding: 4rem 8vw 6rem 8vw;

        @media (max-width: 768px) {
            padding: 2rem 8vw 4rem 8vw;
        }

        @media (max-width: 575px) {
            padding: 2rem 4vw 4rem 4vw;
        }

        .headingText {
            font-family: var(--font-funnel);
            font-size: 195%;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.3;
            letter-spacing: normal;
            text-align: center;
            color: #881946;
            padding-bottom: 1.5rem;
            max-width: 100%;
        }

        .sliderPagination {
            display: flex;
            gap: 0.8rem;
            padding-bottom: 1.5rem;
            width: 100%;
            justify-content: flex-end;

            @media (max-width: 768px) {
                width: 100%;
                justify-content: flex-end;
            }

            button {
                padding: 0;
                border: none;
                background: transparent;
                cursor: pointer;
                display: flex;

                svg {
                    display: block;
                }

                svg rect,
                svg path {
                    transition: all 0.3s ease-in-out;
                }

                &:hover svg rect {
                    fill: #4f0121;
                }

                &:hover svg path {
                    stroke: #fff;
                }
            }
        }

        .cardContainer {
            display: flex;

            /* @media (max-width: 991px) {
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                gap: 1.5rem;
            } */

            /* 
            @media (max-width: 991px) {
                grid-template-columns: repeat(2, 1fr);
            } */

            /* @media (max-width: 575px) {
                grid-template-columns: repeat(1, 1fr);
            } */


            .card {
                padding: 20px;
                border-radius: 10px;
                box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
                background-color: #fff;
                border: none;
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                flex: 1;
                margin: 0 0.5rem;
                /* max-width: 24rem; */

                .logo {
                    height: 60px;
                    width: auto;
                    object-fit: contain;
                    display: block;
                    margin-bottom: 1rem;
                }

                .title {
                    font-family: var(--font-funnel);
                    font-size: 120%;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.2;
                    letter-spacing: normal;
                    text-align: left;
                    color: #881946;
                    margin-bottom: 1rem;
                    margin-left: 0;
                    padding-bottom: 0;
                }

                p {
                    font-family: var(--font-plus);
                    font-size: 90%;
                    font-weight: 500;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.6;
                    letter-spacing: 0.32px;
                    text-align: left;
                    color: #414244;
                    margin: 0;
                    margin-bottom: 2rem;
                }

                a {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    width: 100%;
                    font-family: var(--font-plus);
                    font-size: 90%;
                    font-weight: 500;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.6;
                    letter-spacing: 0.32px;
                    text-align: left;
                    color: #881946;
                    background: transparent;
                    margin-top: auto;

                    &:hover {
                        opacity: 0.6;
                    }

                    span {
                        .btnIcon {
                            height: 36px;
                            width: auto;
                            display: block;
                        }
                    }
                }
            }
        }

        .btnWrapper {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            padding-top: 3.2rem;


            a {
                padding: 7px 14px;
                border-radius: 5px;
                background-color: #881946;
                font-size: 90%;
                font-weight: 500;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.5;
                letter-spacing: 0.32px;
                text-align: center;
                color: #fff;
                transition: all 0.3s ease;

                &:hover {
                    background-color: #4f0121;
                    color: #fff;
                }
            }
        }


    }
}


.advisorsRecentWork {
    background-color: #F2F3F9;
    font-size: 18px;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

    @media (max-width: 768px) {
        font-size: 16px;
    }

    @media (max-width: 575px) {
        font-size: 15px;
        padding: 4rem 4vw;
    }

    .mainContainer {
        padding: 4rem 8vw 6rem 8vw;

        @media (max-width: 768px) {
            padding: 2rem 8vw 4rem 8vw;
        }

        @media (max-width: 575px) {
            padding: 2rem 4vw 4rem 4vw;
        }

        .headingText {
            font-family: var(--font-funnel);
            font-size: 195%;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.3;
            letter-spacing: normal;
            text-align: center;
            color: #881946;
            padding-bottom: 1.5rem;
            max-width: 100%;
        }

        .sliderPagination {
            display: flex;
            gap: 0.8rem;
            padding-bottom: 1.5rem;
            width: 100%;
            justify-content: flex-end;

            @media (max-width: 768px) {
                width: 100%;
                justify-content: flex-end;
            }

            button {
                padding: 0;
                border: none;
                background: transparent;
                cursor: pointer;
                display: flex;

                svg {
                    display: block;
                }

                svg rect,
                svg path {
                    transition: all 0.3s ease-in-out;
                }

                &:hover svg rect {
                    fill: #4f0121;
                }

                &:hover svg path {
                    stroke: #fff;
                }
            }
        }

        .cardContainer {
            display: flex;


            .caseItem {
                background: #fff;
                border-radius: 10px;
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
                overflow: hidden;
                text-decoration: none;
                color: #333;
                display: flex;
                flex-direction: column;
                transition: all 0.3s ease;
                margin: 0 0.5rem;
                min-height: 26rem;

                &:hover {
                    /* transform: translateY(-5px); */
                    box-shadow: 0 0 18px rgba(0, 0, 0, 0.15);
                    background-color: #ffddeb;
                }

                .caseImage {
                    width: 100%;
                    overflow: hidden;

                    img {
                        width: 100%;
                        aspect-ratio: 16 / 9;
                        object-fit: cover;
                        display: block;
                        transition: all 0.3s ease;
                    }
                }

                .caseContent {
                    padding: 1rem;
                    text-align: left;
                    display: flex;
                    flex-direction: column;
                    flex-grow: 1;

                    .caseTags {
                        display: flex;
                        flex-wrap: wrap;
                        gap: 0.5rem;
                        margin-bottom: 0.5rem;

                        .caseTag {
                            font-size: 65%;
                            text-transform: uppercase;
                            padding: 0;
                            margin: 0;
                            padding: 4px 8px;
                            border-radius: 5px;
                            border: solid 0.5px #c1c4c7;
                            background-color: #F3F5F9;
                            font-weight: 600;
                            font-stretch: normal;
                            font-style: normal;
                            line-height: 1.5;
                            letter-spacing: 0.96px;
                            text-align: center;
                            color: #5e6062;
                            transition: all 0.3s ease-in-out;
                        }
                    }

                    .caseTitle {
                        color: #881946;
                        font-weight: 500;
                        margin-bottom: 0.5rem;
                        font-family: var(--font-funnel) !important;
                        font-size: 120%;
                        font-weight: normal;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: 1.2;
                        letter-spacing: normal;
                        text-align: left;
                        color: #881946;
                        padding: 0;
                        margin: 0;
                        margin-bottom: 1rem;
                    }

                    .readBtn {
                        margin: 0;
                        margin-top: auto;
                        padding-bottom: 0;
                        font-family: var(--font-plus) !important;
                        ;
                        font-size: 90%;
                        font-weight: 500;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: 1.5;
                        letter-spacing: 0.32px;
                        text-align: left;
                        color: #881946;

                        .icon-arrow-right {
                            svg {
                                width: 16px;
                                height: auto;
                                display: inline-block;
                                margin-left: 0.2rem;

                                path {}
                            }
                        }

                        &:hover {
                            .icon-arrow-right {
                                svg path {}
                            }
                        }
                    }
                }
            }

            .caseItem:hover .caseImage img {
                transform: scale(1.05);
                transition: all 0.3s ease;
            }

            .caseItem:hover .readBtn {
                transition: all 0.3s ease-in-out;


                svg {
                    transform: translateX(4px);
                    transition: all 0.3s ease-in-out;

                }
            }

            .caseItem:hover .caseContent .caseTags .caseTag {
                border: solid 0.5px #881946;
                background-color: #881946;
                color: #fff;
                transition: all 0.3s ease-in-out;
            }
        }

        .btnWrapper {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            padding-top: 3.2rem;


            a {
                padding: 7px 14px;
                border-radius: 5px;
                background-color: #881946;
                font-size: 90%;
                font-weight: 500;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.5;
                letter-spacing: 0.32px;
                text-align: center;
                color: #fff;
                transition: all 0.3s ease;

                &:hover {
                    background-color: #4f0121;
                    color: #fff;
                }
            }
        }


    }
}


.advisorsIdeas {
    background-color: #F2F3F9;
    font-size: 18px;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

    @media (max-width: 768px) {
        font-size: 16px;
    }

    @media (max-width: 575px) {
        font-size: 15px;
        padding: 4rem 4vw;
    }

    .mainContainer {
        padding: 4rem 8vw 6rem 8vw;

        @media (max-width: 768px) {
            padding: 2rem 8vw 4rem 8vw;
        }

        @media (max-width: 575px) {
            padding: 2rem 4vw 4rem 4vw;
        }

        .headingText {
            font-family: var(--font-funnel);
            font-size: 195%;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.3;
            letter-spacing: normal;
            text-align: center;
            color: #881946;
            padding-bottom: 1.5rem;
            max-width: 100%;
        }

        .sliderPagination {
            display: flex;
            gap: 0.8rem;
            padding-bottom: 1.5rem;
            width: 100%;
            justify-content: flex-end;

            @media (max-width: 768px) {
                width: 100%;
                justify-content: flex-end;
            }

            button {
                padding: 0;
                border: none;
                background: transparent;
                cursor: pointer;
                display: flex;

                svg {
                    display: block;
                }

                svg rect,
                svg path {
                    transition: all 0.3s ease-in-out;
                }

                &:hover svg rect {
                    fill: #4f0121;
                }

                &:hover svg path {
                    stroke: #fff;
                }
            }
        }

        .cardContainer {
            display: flex;


            .caseItem {
                background: #fff;
                border-radius: 10px;
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
                overflow: hidden;
                text-decoration: none;
                color: #333;
                display: flex;
                flex-direction: column;
                transition: all 0.3s ease;
                margin: 0 0.5rem;
                min-height: 26rem;
                max-height: 30rem;

                &:hover {
                    /* transform: translateY(-5px); */
                    box-shadow: 0 0 18px rgba(0, 0, 0, 0.15);
                    background-color: #f8eace;
                }

                .caseImage {
                    width: 100%;
                    overflow: hidden;

                    img {
                        width: 100%;
                        aspect-ratio: 16 / 9;
                        object-fit: cover;
                        display: block;
                        transition: all 0.3s ease;
                    }
                }

                .caseContent {
                    padding: 1rem;
                    text-align: left;
                    display: flex;
                    flex-direction: column;
                    flex-grow: 1;

                    .caseTags {
                        display: flex;
                        flex-wrap: wrap;
                        gap: 0.5rem;
                        margin-bottom: 0.5rem;

                        .caseTag {
                            font-size: 65%;
                            text-transform: uppercase;
                            padding: 0;
                            margin: 0;
                            padding: 4px 8px;
                            border-radius: 5px;
                            border: solid 0.5px #c1c4c7;
                            background-color: #F3F5F9;
                            font-weight: 600;
                            font-stretch: normal;
                            font-style: normal;
                            line-height: 1.5;
                            letter-spacing: 0.96px;
                            text-align: center;
                            color: #5e6062;
                            transition: all 0.3s ease-in-out;
                        }
                    }

                    .caseTitle {
                        color: #881946;
                        font-weight: 500;
                        margin-bottom: 0.5rem;
                        font-family: var(--font-funnel) !important;
                        font-size: 120%;
                        font-weight: normal;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: 1.2;
                        letter-spacing: normal;
                        text-align: left;
                        color: #881946;
                        padding: 0;
                        margin: 0;
                        margin-bottom: 1rem;
                    }

                    .readBtn {
                        margin: 0;
                        margin-top: auto;
                        padding-bottom: 0;
                        font-family: var(--font-plus) !important;
                        ;
                        font-size: 90%;
                        font-weight: 500;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: 1.5;
                        letter-spacing: 0.32px;
                        text-align: left;
                        color: #881946;

                        .icon-arrow-right {
                            svg {
                                width: 16px;
                                height: auto;
                                display: inline-block;
                                margin-left: 0.2rem;

                                path {}
                            }
                        }

                        &:hover {
                            .icon-arrow-right {
                                svg path {}
                            }
                        }
                    }
                }
            }

            .caseItem:hover .caseImage img {
                transform: scale(1.05);
                transition: all 0.3s ease;
            }

            .caseItem:hover .readBtn {
                transition: all 0.3s ease-in-out;


                svg {
                    transform: translateX(4px);
                    transition: all 0.3s ease-in-out;

                }
            }

            .caseItem:hover .caseContent .caseTags .caseTag {
                border: solid 0.5px #881946;
                background-color: #881946;
                color: #fff;
                transition: all 0.3s ease-in-out;
            }
        }

        .viewAllBox {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            padding-top: 1rem;

            a {
                text-decoration: none;
                padding: 7px 14px;
                border-radius: 5px;
                background-color: #881946;
                font-family: var(--font-plus) !important;
                font-size: 90%;
                font-weight: 500;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.5;
                letter-spacing: 0.32px;
                text-align: center;
                color: #fff;
                margin: auto 0;

                &:hover {
                    background-color: #4f0121;
                    color: #fff;
                }
            }
        }

        .btnWrapper {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            padding-top: 3.2rem;


            a {
                padding: 7px 14px;
                border-radius: 5px;
                background-color: #881946;
                font-size: 90%;
                font-weight: 500;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.5;
                letter-spacing: 0.32px;
                text-align: center;
                color: #fff;
                transition: all 0.3s ease;

                &:hover {
                    background-color: #4f0121;
                    color: #fff;
                }
            }
        }


    }
}


.advisorLeaders {
    background-color: #F2F3F9;
    font-size: 18px;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

    @media (max-width: 768px) {
        font-size: 16px;
    }

    @media (max-width: 575px) {
        font-size: 15px;
        padding: 4rem 4vw;
    }

    .mainContainer {
        padding: 4rem 8vw 6rem 8vw;

        @media (max-width: 768px) {
            padding: 2rem 8vw 4rem 8vw;
        }

        @media (max-width: 575px) {
            padding: 2rem 4vw 4rem 4vw;
        }

        .headingText {
            font-family: var(--font-funnel);
            font-size: 195%;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.3;
            letter-spacing: normal;
            text-align: center;
            color: #881946;
            padding-bottom: 1.5rem;
            max-width: 100%;
        }



        .cardsWrapper {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 1.5rem;

            @media (max-width: 1200px) {
                grid-template-columns: repeat(3, 1fr);
            }

            @media (max-width: 768px) {
                grid-template-columns: repeat(2, 1fr);
            }

            @media (max-width: 576px) {
                grid-template-columns: 1fr;
            }


            .card {
                background: transparent;
                border: none;
                border-radius: 0;


                .imgWrap {
                    border-radius: 10px;
                    box-shadow: 0 0 5.4px 0 rgba(0, 0, 0, 0.2);
                    border: solid 1px #d3618f;
                    overflow: hidden;
                    aspect-ratio: 1/1;
                    margin-bottom: 0.8rem;
                    transition: all 0.2s ease-in-out;

                    img {
                        object-fit: cover;
                        aspect-ratio: 1/1;
                        width: 100%;
                        transition: all 0.3s ease-in-out;
                    }
                }



                .nameBox {
                    display: flex;
                    gap: 10px;
                    align-items: flex-start;
                    justify-content: space-between;

                    h5 {
                        font-family: var(--font-funnel);
                        font-size: 120%;
                        font-weight: normal;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: 1.3;
                        letter-spacing: normal;
                        text-align: left;
                        color: #881946;
                        margin: 0;
                        padding-bottom: 0;

                        @media (max-width: 1200px) {
                            font-size: 110%;
                        }

                    }

                    svg {
                        width: 24px;
                        height: auto;
                        display: block;
                    }
                }

                p {
                    font-family: var(--font-plus);
                    font-size: 90%;
                    font-weight: 500;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.6;
                    letter-spacing: 0.32px;
                    text-align: left;
                    color: #5e6062;
                    margin: 0;
                    padding-bottom: 0;
                }
            }

            .card:hover .imgWrap img {
                transform: scale(1.05);
                transition: all 0.3s ease;
            }

            /* .card:hover .imgWrap {
                border: solid 2px #d3618f;
                transition: all 0.3s ease;
            } */

            .caseItem:hover .readBtn {
                transition: all 0.3s ease-in-out;


                svg {
                    transform: translateX(4px);
                    transition: all 0.3s ease-in-out;

                }
            }

            .caseItem:hover .caseContent .caseTags .caseTag {
                border: solid 0.5px #881946;
                background-color: #881946;
                color: #fff;
                transition: all 0.3s ease-in-out;
            }
        }

        .viewAllBox {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            padding-top: 1rem;

            a {
                text-decoration: none;
                padding: 7px 14px;
                border-radius: 5px;
                background-color: #881946;
                font-family: var(--font-plus) !important;
                font-size: 90%;
                font-weight: 500;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.5;
                letter-spacing: 0.32px;
                text-align: center;
                color: #fff;
                margin: auto 0;

                &:hover {
                    background-color: #4f0121;
                    color: #fff;
                }
            }
        }

        .btnWrapper {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            padding-top: 3.2rem;


            a {
                padding: 7px 14px;
                border-radius: 5px;
                background-color: #881946;
                font-size: 90%;
                font-weight: 500;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.5;
                letter-spacing: 0.32px;
                text-align: center;
                color: #fff;
                transition: all 0.3s ease;

                &:hover {
                    background-color: #4f0121;
                    color: #fff;
                }
            }
        }


    }
}


/* ===== MAP V2 ===== */


.mapV2 {
    padding: 60px 0;
    background-color: #F2F3F9;
    font-size: 18px;
}

.experience-map-v2 {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    /* aspect-ratio: 16 / 9; */
}

.experience-map-v2 .desktop {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;

    @media (max-width: 768px) {
        display: none;
    }
}

.experience-map-v2 .mobile {
    display: none;

    @media (max-width: 768px) {
        display: block;
    }
}

.experience-map-v2 .pointerContainer {
    position: absolute;
    inset: 0;

    @media (max-width: 768px) {
        display: none;
    }
}

/* POINTER */
.experience-map-v2 .map-point {
    position: absolute;
    transform: translate(-50%, -100%);
    cursor: pointer;
    z-index: 1;
}

.experience-map-v2 .map-point img {
    width: 18px;
}

/* POPUP */
.experience-map-v2 figcaption {
    display: none;
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    width: 260px;
    background: #fff;
    padding: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    z-index: 10;
    border-radius: 10px;
    box-shadow: 0 0 18.6px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
    z-index: 1000;
}

.experience-map-v2 figcaption h4 {
    font-size: 80%;
    font-family: var(--font-plus);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #881946;
}

.experience-map-v2 figcaption h6 {
    font-size: 80%;
    font-family: var(--font-plus);
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #881946;
    padding-bottom: 1rem;
}

.experience-map-v2 figcaption p {
    padding-bottom: 0;
}

.experience-map-v2 figcaption p a {
    font-size: 80%;
    font-family: var(--font-plus);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.28px;
    text-align: left;
    color: #881946;
    padding: 0;
    border: none;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.experience-map-v2 figcaption p a svg {
    transition: all 0.3s ease-in-out;
}

.experience-map-v2 figcaption p a:hover {
    background: transparent;
    color: #881946;
}

.experience-map-v2 figcaption p a:hover svg {
    transform: translateX(4px);
}

.experience-map-v2 .map-point.active figcaption {
    display: block;
    z-index: 999;
}

.experience-map-v2 .closeX {
    position: absolute;
    right: 8px;
    top: 5px;
    cursor: pointer;
    font-size: 1.6rem;
    font-family: var(--font-funnel);
}



.leaderListing {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    padding: 0 8vw;
    padding-bottom: 3.2rem;

    @media (max-width: 1200px) {
        grid-template-columns: repeat(3, 1fr);
    }

    @media (max-width: 768px) {
        grid-template-columns: repeat(2, 1fr);
    }

    @media (max-width: 576px) {
        grid-template-columns: 1fr;
        padding: 0 4vw;
    }

    .item {



        .card {
            background: transparent;
            border: none;
            border-radius: 0;


            .imgWrap {
                border-radius: 10px;
                box-shadow: 0 0 5.4px 0 rgba(0, 0, 0, 0.2);
                border: solid 1px #d3618f;
                overflow: hidden;
                aspect-ratio: 1/1;
                margin-bottom: 0.8rem;
                transition: all 0.2s ease-in-out;

                img {
                    object-fit: cover;
                    aspect-ratio: 1/1;
                    width: 100%;
                    transition: all 0.3s ease-in-out;
                }
            }



            .nameBox {
                display: flex;
                gap: 10px;
                align-items: flex-start;
                justify-content: space-between;

                h5 {
                    font-family: var(--font-funnel);
                    font-size: 120%;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.3;
                    letter-spacing: normal;
                    text-align: left;
                    color: #881946;
                    margin: 0;
                    padding-bottom: 0;

                    @media (max-width: 1200px) {
                        font-size: 110%;
                    }

                }

                svg {
                    width: 24px;
                    height: auto;
                    display: block;
                }
            }

            p {
                font-family: var(--font-plus);
                font-size: 90%;
                font-weight: 500;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.6;
                letter-spacing: 0.32px;
                text-align: left;
                color: #5e6062;
                margin: 0;
                padding-bottom: 0;
            }
        }

        .card:hover .imgWrap img {
            transform: scale(1.05);
            transition: all 0.3s ease;
        }

        /* .card:hover .imgWrap {
                border: solid 2px #d3618f;
                transition: all 0.3s ease;
            } */

        .caseItem:hover .readBtn {
            transition: all 0.3s ease-in-out;


            svg {
                transform: translateX(4px);
                transition: all 0.3s ease-in-out;

            }
        }

        .caseItem:hover .caseContent .caseTags .caseTag {
            border: solid 0.5px #881946;
            background-color: #881946;
            color: #fff;
            transition: all 0.3s ease-in-out;
        }
    }
}