/* ANCHOR BUTTON LINK COMMON STYLES STARTS */
a.anchorBtn-link-comStyle {
    text-decoration: none;
}

a.anchorBtn-link-comStyle:hover {
    background: #24A7B3;
}

a.anchorBtn-link-comStyle:active {
    background: #00626B;
}

a.anchorBtn-link-comStyle::after {
    transition: transform 0.3s ease;
}

a.anchorBtn-link-comStyle:hover::after {
    transform: translateX(5px);
}

/* ANCHOR BUTTON LINK COMMON STYLES ENDS */

/* HOMEPAGE EXPERT TESTIMONIAL SECTION STARTS */
#expert-panel-section #testimonial-mainCont {
    padding: 19px 0 48px;
    background: #F4F7F7;
}

#expert-panel-section .testimonial-container {
    width: 80%;
    max-width: 1110px;
    margin: 0 auto;
    /* background: #FFFFFF; */
    padding: 45px 0 25px;
    /* box-shadow: 0px 4px 4px 0px #00000040; */
    position: relative;
    overflow: hidden;
}

#expert-panel-section .main-content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    gap: 6vw;
    margin-bottom: 50px;
}

#expert-panel-section .avatar-main {
    width: 100%;
    max-width: 342px;
    height: auto;
    border-radius: 14px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

/* #expert-panel-section .avatar-main:hover {
    transform: translateY(-5px);
} */

#expert-panel-section .avatar-main img {
    width: 100%;
    height: 100%;
    border-radius: 14px;
}

#expert-panel-section .testimonial-content {
    flex: 1;
}

#expert-panel-section .testimonial-text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 34px;
    line-height: 1.24;
    color: #0A1E1A;
    margin: 0 0 10px;
    max-width: 645px;
    position: relative;
}

#expert-panel-section .testimonial-text::before,
#expert-panel-section .testimonial-text::after {
    font-family: "Inter-Regular";
    color: #FF8B6E;
    font-weight: 600;
    font-size: 80px;
}

#expert-panel-section .testimonial-text::before {
    content: open-quote;
    vertical-align: top;
    line-height: 1;
    position: absolute;
    left: -43px;
    top: -1px;
}

#expert-panel-section .testimonial-text::after {
    content: close-quote;
    vertical-align: bottom;
    line-height: 0;
    position: relative;
    right: -8px;
    bottom: 1px;
}

#expert-panel-section .author-info #authorName {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 1.3;
    color: #0A1E1A;
    margin: 0;
}

#expert-panel-section .author-info p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 1.3;
    color: #0A1E1A;
    margin-bottom: 8px;
}

#expert-panel-section .bio-link {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 1.3;
    color: #0A1E1A;
    text-decoration: underline;
    transition: color 0.3s ease;
    text-underline-offset: 3px;
}

#expert-panel-section .bio-link:hover {
    text-decoration: none;
}

#expert-panel-section .avatars-grid {
    display: flex;
    gap: 7px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

#expert-panel-section .avatars-grid span.dNone-spanSpace {
    display: none;
}

#expert-panel-section .avatar-small {
    /* opacity: 0.7; */
    width: 10%;
    max-width: 108px;
    height: auto;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    /* background: linear-gradient(192.59deg, #008C98 2.85%, #002E32 90.87%), linear-gradient(0deg, rgba(111, 184, 182, 0.5), rgba(111, 184, 182, 0.5)); */
}

#expert-panel-section .avatar-small.active {
    opacity: 1;
    /* background: linear-gradient(192.59deg, #008C98 2.85%, #002E32 90.87%); */
}

#expert-panel-section .avatar-small:hover {
    opacity: 1;
}

#expert-panel-section .avatar-small::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000004D;
    z-index: 1;
}

#expert-panel-section .avatar-small.active::before,
#expert-panel-section .avatar-small:hover::before {
    content: "";
    background: unset;
}

#expert-panel-section .avatar-small img {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    border-radius: 14px;
}

#expert-panel-section .meet-experts-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: #00707A;
    color: #FDFEFE;
    padding: 10px 32px 10px 42px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 1.25;
    margin: 0 auto;
    max-width: 320px;
    text-decoration: none;
}

#expert-panel-section .meet-experts-btn:hover {
    background: #24A7B3;
    text-decoration: none;
}

#expert-panel-section .meet-experts-btn:active {
    background: #00626B;
    text-decoration: none;
}

a span.anchBtn-rightArrowIcon {
    transition: transform 0.3s ease;
}

a span.anchBtn-rightArrowIcon::before {
    content: "";
    background-image: url("/content/dam/intelligentcontent/unbranded/pioneerhub/us/en/images/global/white-arrow-right.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    width: 23px;
    height: 24px;
    transition: transform 0.3s ease;
}

a span.anchBtn-rightArrowIcon.download-arrowBtn::before {
    background-image: url("/content/dam/intelligentcontent/unbranded/pioneerhub/us/en/images/global/download-icon.svg");
}

a:hover span.anchBtn-rightArrowIcon::before {
    transform: translateX(5px);
}

#expert-panel-section .progress-bar {
    display: none;
}

/* HOMEPAGE EXPERT TESTIMONIAL SECTION ENDS */


/* HOMEPAGE TWO COLUMN FEATURE SECTION STARTS */
#twoCol-textComp {
    background: #F4F7F7;
}

#twoCol-sectionCont2 #twoCol-textComp {
    background: #FFFFFF;
}

#twoCol-textComp .rowContMain-twoCol {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    width: 80%;
    max-width: 1110px;
    margin: 0 auto;
    padding: 72px 0;
}

#twoCol-textComp .rowContMain-twoCol .colCont-child {
    flex: 1;
}

#twoCol-sectionCont1 #twoCol-textComp .rowContMain-twoCol .colCont-child h3 {
    max-width: 495px;
}

#twoCol-textComp .rowContMain-twoCol .colCont-child h3 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 34px;
    line-height: 38px;
    color: #0A1E1A;
    margin-top: 0;
    margin-bottom: 15px;
}

#twoCol-sectionCont1 #twoCol-textComp .rowContMain-twoCol .colCont-child p {
    max-width: 440px;
}

#twoCol-sectionCont2 #twoCol-textComp .rowContMain-twoCol .colCont-child p:nth-child(2) {
    margin-bottom: 10px;
}

#twoCol-textComp .rowContMain-twoCol .colCont-child p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    color: #0A1E1A;
}

#twoCol-textComp .rowContMain-twoCol .colCont-child a {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    background: #008C98;
    padding: 10px 32px 10px 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    max-width: fit-content;
    border-radius: 42px;
    margin-top: 32px;
    text-decoration: none;
}

#twoCol-sectionCont2 #twoCol-textComp .rowContMain-twoCol .colCont-child a,
#twoCol-sectionCont3 #twoCol-textComp .rowContMain-twoCol .colCont-child a {
    background: #00707A;
}

#twoCol-textComp .rowContMain-twoCol .colCont-child a:hover,
#twoCol-sectionCont2 #twoCol-textComp .rowContMain-twoCol .colCont-child a:hover,
#twoCol-sectionCont3 #twoCol-textComp .rowContMain-twoCol .colCont-child a:hover {
    background: #24A7B3;
    text-decoration: none;
}

#twoCol-textComp .rowContMain-twoCol .colCont-child img {
    width: 100%;
    max-width: 540px;
    height: auto;
    border-radius: 14px;
}

/* HOMEPAGE TWO COLUMN FEATURE SECTION ENDS */


/* HOMEPAGE BANNER SECTION STARTS */
#homeBanr-mainContainer .pioneer-homeBanner-div {
    position: relative;
}

#homeBanr-mainContainer .pioneer-homeBanner-div .banner-textArea-div {
    position: absolute;
    width: 100%;
    top: 0;
}

#homeBanr-mainContainer .pioneer-homeBanner-div img.heroBanr-img {
    width: 100%;
}

#homeBanr-mainContainer .pioneer-homeBanner-div .headPara-anchArea {
    width: 80%;
    max-width: 1110px;
    margin: 0 auto;
}

#homeBanr-mainContainer .pioneer-homeBanner-div .headPara-anchArea h1 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-style: normal;
    /* font-size: 50px; */
    font-size: clamp(35px, 3.5vw, 50px);
    line-height: 1.12;
    color: #FFFFFF;
    width: 64%;
    /* margin: 100px 0 28px; */
    margin: 7.25% 0 2.523%;
}

#homeBanr-mainContainer .pioneer-homeBanner-div .headPara-anchArea p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    /* font-size: 20px; */
    font-size: clamp(14px, 1.4vw, 20px);
    line-height: 1.3;
    color: #FFFFFF;
    /* margin-bottom: 48px; */
    margin-bottom: 4.325%;
    width: 49.5%;
}

#homeBanr-mainContainer .pioneer-homeBanner-div .headPara-anchArea a {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-style: normal;
    /* font-size: 20px; */
    font-size: clamp(14px, 1.4vw, 20px);
    line-height: 1.2;
    color: #FFFEFE;
    background: linear-gradient(217.97deg, #008C98 -0.2%, #015860 101.04%);
    border-radius: 8px;
    display: flex;
    width: 30%;
    max-width: 306px;
    align-items: center;
    justify-content: space-between;
    /* padding: 24px 20px 24px 26px; */
    padding: 2.163% 20px 2.163% 26px;
    /* column-gap: 66px; */
    column-gap: 10px;
    text-decoration: none;
}

#homeBanr-mainContainer .pioneer-homeBanner-div a span.banner-anchTxt {
    max-width: 158px;
}

#homeBanr-mainContainer .pioneer-homeBanner-div a span.banner-anchArw::before {
    content: "";
    background-image: url("/content/dam/intelligentcontent/unbranded/pioneerhub/us/en/images/home/desktop/peach-cta-arrow.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    width: 36px;
    height: 37px;
    transition: transform 0.3s ease;
}

#homeBanr-mainContainer .pioneer-homeBanner-div .headPara-anchArea a:hover {
    background: #008C98;
    text-decoration: none;
}

#homeBanr-mainContainer .pioneer-homeBanner-div a:hover span.banner-anchArw::before {
    transform: translateX(6px);
}

#homeBanr-mainContainer .pioneer-homeBanner-div .headPara-anchArea a:active {
    background: #00626B;
    text-decoration: none;
}

#homeBanr-mainContainer .pioneer-homeBanner-div .banner-anchDiv {
    display: flex;
    gap: 21px;
}

/* HOMEPAGE BANNER SECTION ENDS */

#explore-key-section a.cmp-masterlist__item-cta-link:focus-visible>span {
    outline: none;
}

.self-certify-blur .root {
    opacity: 1 !important;
}

.cmp-experiencefragment.cmp-experiencefragment--request-a-rep {
    display: none;
}

/* HOMEPAGE RUNNING COUNTER SECTION STARTS */
#pioneer-homePage #runningCounter-main {
    background-image: url("/content/dam/intelligentcontent/unbranded/pioneerhub/us/en/images/home/desktop/topology-and-grid-background.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 70%;
    position: relative;
    padding: 72px 0;
}

#pioneer-homePage #runningCount-headPara {
    width: 80%;
    max-width: 1110px;
    margin: 0 auto 0 auto;
    text-align: center;
}

#pioneer-homePage #runningCounter-main #animated-numbers-container .number-section .number-circle-bg {
    max-width: 227px;
    min-height: 227px;
}

#pioneer-homePage #runningCount-headPara .runningCount-head {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 34px;
    line-height: 38px;
    color: #FDFEFE;
    margin: 0 auto 16px;
    max-width: 990px;
}

#pioneer-homePage #runningCount-headPara p {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    color: #FDFEFE;
    margin: 0 0 40px;
}

#pioneer-homePage #runningCounter-main #animated-numbers-container .number-section .number-circle-bg {
    border-radius: 50%;
    background: #9ADBDA;
    backdrop-filter: blur(4px);
    color: #0A1E1A;
}

#pioneer-homePage #runningCounter-main .number-content p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    color: #FDFEFE;
    padding: 0 22px;
}

#pioneer-homePage #runningCounter-main .number-content p span.counterPara-txtBold {
    font-weight: 700;
}

#pioneer-homePage #runningCounter-main .number-content p.mouseType-txt {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    line-height: 14px;
    color: #FDFEFE;
    margin: 5px auto 0;
    max-width: 180px;
    padding: 0;
}

#pioneer-homePage #runningCounter-main #runningCount-headPara a {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    background: #008C98;
    padding: 10px 32px 10px 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    max-width: fit-content;
    border-radius: 42px;
    margin: auto;
    text-decoration: none;
}

#pioneer-homePage #runningCounter-main #runningCount-headPara a:hover {
    background: #24A7B3;
    text-decoration: none;
}

/* HOMEPAGE RUNNING COUNTER SECTION ENDS */


/* ABOUT PIONEER HUB PAGE 3 COLUMN SECTION STARTS */
#about-pioneerHub-pageId .maxWid-mainContainer {
    width: 80%;
    max-width: 1110px;
    margin: 0 auto;
}

#about-pioneerHub-pageId #whyFocus-bioMarker-main #whyFocus-bioMarker-txtComp {
    padding: 64px 0 76px;
}

#about-pioneerHub-pageId #whyFocus-bioMarker-main h3.headH3-div {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 34px;
    line-height: 38px;
    color: #0A1E1A;
    margin: 0 0 31px;
}

#about-pioneerHub-pageId #whyFocus-bioMarker-main .threeCol-rowCont-section {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

#about-pioneerHub-pageId #whyFocus-bioMarker-main .threeCol-rowCont-section .colChild-common {
    flex: 1;
    padding-right: 10px;
}

#about-pioneerHub-pageId #whyFocus-bioMarker-main .threeCol-rowCont-section h4 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 26px;
    line-height: 32px;
    color: #0A1E1A;
    margin: 28px 0 14px;
}

#about-pioneerHub-pageId #whyFocus-bioMarker-main .threeCol-rowCont-section h4.optimPat-maxWid {
    max-width: 320px;
}

#about-pioneerHub-pageId #whyFocus-bioMarker-main .threeCol-rowCont-section p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    color: #0A1E1A;
}

#about-pioneerHub-pageId #whyFocus-bioMarker-main .threeCol-rowCont-section p:not(:last-child) {
    margin: 0 0 15px;
}

/* ABOUT PIONEER HUB PAGE 3 COLUMN SECTION ENDS */

#pioneer-homePage #explore-key-section,
#about-pioneerHub-pageId #explore-key-section {
    background: #FFFFFF;
}

h2.page-secondhead {
    margin: 0;
    font-weight: inherit;
    font-size: inherit;
}

@media only screen and (max-width: 991px) {

    /* HOMEPAGE EXPERT TESTIMONIAL SECTION STARTS */
    #expert-panel-section #testimonial-mainCont {
        padding: 66px 0 48px;
    }

    #expert-panel-section .main-content {
        flex-direction: column;
        text-align: left;
        width: 90.77%;
        margin: 0 auto 50px;
        gap: 32px;
    }

    #expert-panel-section .avatar-main {
        width: 100%;
        max-width: 354px;
        height: auto;
        margin: 0 auto;
    }

    #expert-panel-section .testimonial-text {
        font-size: 24px;
        line-height: 1.25;
        padding: 0 32px;
    }

    #expert-panel-section .testimonial-text::before {
        font-size: 70px;
        left: -4px;
        top: -2px;
    }

    #expert-panel-section .testimonial-text::after {
        font-size: 70px;
        right: -6px;
        bottom: -3px;
    }

    #expert-panel-section .author-info {
        padding: 0 32px;
    }

    #expert-panel-section .author-info #authorName {
        font-size: 18px;
        line-height: 1.33;
    }

    #expert-panel-section .author-info p {
        font-size: 18px;
        line-height: 1.33;
    }

    #expert-panel-section .bio-link {
        font-size: 18px;
        line-height: 1.33;
    }

    #expert-panel-section .avatars-grid {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 15px;
        justify-content: flex-start;
        flex-wrap: nowrap;
        padding: 0;
        margin: 0 0px 50px 0px;
        padding-left: 20px;
        padding-right: 20px;
        scrollbar-width: none;
        /* Firefox */
        -ms-overflow-style: none;
        /* IE and Edge */
        scroll-snap-type: x proximity;
    }

    #expert-panel-section .avatars-grid::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari and Opera */
    }

    #expert-panel-section .avatar-small {
        width: 25.145%;
        height: auto;
        flex-shrink: 0;
        /* Prevent avatars from shrinking */
        min-width: 70px;
        scroll-snap-align: center;
        transition: all 0.3s ease, transform 0.3s ease;
    }

    /* Add smooth scrolling on touch devices */
    #expert-panel-section .avatars-grid {
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
    }

    /* Optional: Add subtle fade effect on edges to indicate scrollability */
    #expert-panel-section .avatars-grid::before,
    #expert-panel-section .avatars-grid::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 20px;
        pointer-events: none;
        z-index: 2;
    }

    #expert-panel-section .testimonial-container {
        position: relative;
        width: 100%;
        background: none;
        padding: 0;
        box-shadow: none;
    }

    /* HOMEPAGE EXPERT TESTIMONIAL SECTION ENDS */



    /* HOMEPAGE TWO COLUMN FEATURE SECTION STARTS */
    #twoCol-textComp .rowContMain-twoCol {
        gap: 32px;
        width: 90.77%;
        max-width: 575px;
        margin: 0 auto;
        padding: 48px 0;
        flex-direction: column-reverse;
    }

    #twoCol-sectionCont2 #twoCol-textComp .rowContMain-twoCol {
        flex-direction: column;
    }

    #twoCol-textComp .rowContMain-twoCol .colCont-child h3 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    #twoCol-textComp .rowContMain-twoCol .colCont-child p {
        font-size: 16px;
        line-height: 20px;
    }

    #twoCol-textComp .rowContMain-twoCol .colCont-child a {
        font-size: 14px;
        line-height: 21px;
        font-weight: 600;
        padding: 10px 32px 10px 42px;
        border-radius: 42px;
        margin: 16px auto 0;
        width: 100%;
        max-width: 354px;
        gap: 10px;
        justify-content: center;
    }

    /* HOMEPAGE TWO COLUMN FEATURE SECTION ENDS */



    /* HOMEPAGE BANNER SECTION STARTS */
    #homeBanr-mainContainer .pioneer-homeBanner-div .banner-textArea-div {
        position: relative;
        top: unset;
    }

    #homeBanr-mainContainer .pioneer-homeBanner-div .headPara-anchArea {
        width: 90.77%;
        max-width: 1110px;
        margin: 32px auto 0;
        padding-bottom: 48px;
    }

    #homeBanr-mainContainer .pioneer-homeBanner-div {
        background: linear-gradient(182.81deg, #1D848F -32.31%, #0A1E1A 118.35%);
    }

    #homeBanr-mainContainer .pioneer-homeBanner-div .headPara-anchArea h1 {
        font-size: 33px;
        line-height: 1.18;
        width: 100%;
        margin: 0px 0px 14px;
    }

    #homeBanr-mainContainer .pioneer-homeBanner-div .headPara-anchArea p {
        font-size: 16px;
        line-height: 1.25;
        margin-bottom: 32px;
        width: 100%;
    }

    #homeBanr-mainContainer .pioneer-homeBanner-div .headPara-anchArea a {
        width: 100%;
        max-width: 354px;
        margin: auto;
        font-size: 20px;
        padding: 24px 20px 24px 26px;
    }

    #homeBanr-mainContainer .pioneer-homeBanner-div .banner-anchDiv {
        flex-direction: column;
    }

    /* HOMEPAGE BANNER SECTION ENDS */


    /* HOMEPAGE RUNNING COUNTER SECTION STARTS */
    #pioneer-homePage #runningCounter-main {
        background-image: url("/content/dam/intelligentcontent/unbranded/pioneerhub/us/en/images/home/mobile/topology-and-grid-background-mobile.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center 70%;
        padding: 48px 0;
    }

    #pioneer-homePage #runningCounter-main #animated-numbers-container {
        margin: 32px 0 0;
    }

    #pioneer-homePage #runningCounter-main #animated-numbers-container .number-section {
        margin-bottom: 32px;
    }

    #pioneer-homePage #runningCounter-main #animated-numbers-container .number-section .number-content {
        margin-top: 10px;
    }

    #pioneer-homePage #runningCount-headPara .runningCount-head {
        font-size: 24px;
        line-height: 28px;
        width: 100%;
    }

    #pioneer-homePage #runningCount-headPara {
        width: 82%;
        max-width: 720px;
    }

    #pioneer-homePage #runningCount-headPara p {
        width: 85%;
        margin: 0 auto;
    }

    #pioneer-homePage #runningCounter-main .number-content p {
        width: 56%;
        margin: 0 auto;
        padding: 0;
    }

    #pioneer-homePage #runningCounter-main #animated-numbers-container .number-section .number-circle-bg p span.fw-splCht {
        font-size: 32px;
    }

    /* HOMEPAGE RUNNING COUNTER SECTION ENDS */


    /* ABOUT PIONEER HUB PAGE 3 COLUMN SECTION STARTS */
    #about-pioneerHub-pageId .maxWid-mainContainer {
        width: 90.77%;
    }

    #about-pioneerHub-pageId #whyFocus-bioMarker-main .threeCol-rowCont-section {
        gap: 32px;
        flex-direction: column;
    }

    #about-pioneerHub-pageId #whyFocus-bioMarker-main .threeCol-rowCont-section .colChild-common {
        padding-right: 0;
    }

    #about-pioneerHub-pageId #whyFocus-bioMarker-main #whyFocus-bioMarker-txtComp {
        padding: 40px 0;
    }

    #about-pioneerHub-pageId #whyFocus-bioMarker-main h3.headH3-div {
        font-size: 24px;
        line-height: 28px;
        margin: 0 0 32px;
        width: 70%;
    }

    #about-pioneerHub-pageId #whyFocus-bioMarker-main .threeCol-rowCont-section h4 {
        font-size: 22px;
        line-height: 26px;
        margin: 16px 0 10px;
    }

    #about-pioneerHub-pageId #whyFocus-bioMarker-main .threeCol-rowCont-section p {
        font-size: 16px;
        line-height: 20px;
    }

    #about-pioneerHub-pageId #whyFocus-bioMarker-main .threeCol-rowCont-section p:not(:last-child) {
        margin: 0 0 10px;
    }

    #about-pioneerHub-pageId #whyFocus-bioMarker-main .threeCol-rowCont-section h4.optimPat-maxWid {
        width: 75%;
    }

    /* ABOUT PIONEER HUB PAGE 3 COLUMN SECTION ENDS */

}

@media only screen and (min-width: 992px) {
    #pioneer-homePage #runningCounter-main #animated-numbers-container {
        margin: 40px 0 45px;
    }

    #pioneer-homePage #runningCounter-main #animated-numbers-container .number-section .number-circle-bg p span.fw-splCht {
        font-size: 40px;
        line-height: 48px;
        font-weight: 400;
    }

    #pioneer-homePage #runningCounter-main #animated-numbers-container .number-section .number-circle-bg p span.number-animation,
    #pioneer-homePage #runningCounter-main #animated-numbers-container .number-section .number-circle-bg p span {
        font-size: 50px;
        line-height: 60px;
        font-weight: 900;
    }

    #pioneer-homePage #runningCounter-main #animated-numbers-container .number-section .number-circle-bg p span.fw-light {
        font-size: 34px;
        line-height: 42px;
        font-weight: 400;
    }

    #pioneer-homePage #runningCounter-main #animated-numbers-container .number-section .number-circle-bg p span.fw-thin {
        font-size: 26px;
        line-height: 32px;
        font-weight: 400;
    }
}


/* Feedback Staging 1 - 28-08-25 */

a:hover span.anchBtn-rightArrowIcon.download-arrowBtn::before,
a.anchorBtn-link-comStyle.non-animation:hover::after {
    transform: translateX(0);
}

#twoCol-textComp .rowContMain-twoCol .colCont-child a {
    background: #00707A;
}

#twoCol-textComp .rowContMain-twoCol .colCont-child a:active {
    background-color: #00545C !important;
}

#twoCol-sectionCont3 #twoCol-textComp .rowContMain-twoCol .colCont-child p {
    padding-right: 12px;
}

@media screen and (min-width:992px) and (max-width:1300px) {
    #header #navigation-container {
        padding-left: 30px;
        padding-right: 30px;
    }

    #reference-accordion {
        /* padding-left: 30px; */
        /* padding-right: 30px; */
    }


}

@media screen and (min-width: 992px) {
    #about-pioneerHub-pageId #banner .banner-section .banner-content>* {
        max-width: 718px;
    }
}

@media (min-width: 444px) and (max-width: 991px) {
    #about-pioneerHub-pageId #whyFocus-bioMarker-main h3.headH3-div {
        width: 90%;
    }
}

@media screen and (max-width: 380px) {
    #expert-panel-section .meet-experts-btn {
        max-width: 290px;
        text-align: center;
    }
}

@supports (-webkit-touch-callout: none) {
    /* @media screen and (max-width:991px) {
        #expert-panel-section .testimonial-text::after {
            bottom: -35px;
        }

        
        #biomarker-driven-pageId #expert-thumbnail .expert-quote-container .expert-quote::after {
            bottom: -47px !important;
        }
    }

    @media screen and (orientation: landscape) and (min-width:992px) {
        #expert-panel-section .testimonial-text::after {
            bottom: -40px;
        }
    } */
}