


body{
    margin: 0;
}

body.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.footer-link {
    color: #fff;
    text-decoration: none;
}

.mt-29{
    margin-top: 29px;
}

.mw-1262{
    max-width: 1262px!important;
}

.w-lg-75 {
    width: 75%!important;
}

.pt-200 {
    padding-top: 200px;
}

.pt-lg-150{
    padding-top: 150px;
}

.pb-lg-75{
    padding-bottom: 75px;
}

.main-header{
    height: 119px;
}

.header-content{
    display: flex;
    align-items: center;
    height: 119px;
}

.header-content img{
    width: 150px;
    margin-top: 115px;
}

.header-content nav{
    margin-left: auto;
    display: flex;
    gap: 40px;
}

.header-content nav a{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    line-height: 23px;
    color: #000000;
    text-decoration: none;
}

.header-content nav .active{
    font-weight: bold;
}

.hero-section{
    background-color: #3AC3D5;
    height: 375px;
    border-top: #000000 1px solid;
    border-bottom: #000000 1px solid;
    display: flex;
    color: white;
    align-items: center;
    justify-content: center;
    flex-direction: column;        
}

.hero-content{
    display: flex;
    color: white;
    align-items: center;
    justify-content: center;
    flex-direction: column;    
    width: 1316px;
}

.hero-section h2{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 37px;
    line-height: 55px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    color: #FFFFFF;
}

.hero-section .yellow-btn {
    margin-left: auto;
}

.yellow-btn {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 20px;
    gap: 10px;
    background: #FFC800;
    border-radius: 8px;
    color: white;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 25px;
    text-decoration: none;
}

.image-section{
    margin-top: 10px;
}

.image-section img{
    max-width: 88%;
}

.text-section{
    margin: 90px 0;
}

.text-section p{
    font-family: 'Inter';
    font-weight: 500;
    font-size: 30px;
    line-height: 45px;
    color: #1E1E1E;
}

.text-section a:not(.testimonial-content-link):not(.contact-subtext-link){
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 55px;
    text-align: center;
    color: #3AC3D5!important;
}

.title-section a:not(.yellow-btn) {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 55px;
    text-align: center;
    color: #3AC3D5 !important;
    text-decoration: none;
}

.testimonial-content-link {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    text-align: center;
    color: #3AC3D5 !important;
}

a.read-more {
    margin-bottom: 26px;
    display: inline-block;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 55px;
    text-align: center;
    color: #3AC3D5 !important;
    text-decoration: none;
    cursor: pointer;
}

a.text-white {
    color: #FFF !important;
}

.bg-image-section{
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    padding-bottom: 60px;
}

.bg-image-section p{
    font-family: 'Inter';
    font-weight: 500;
    font-size: 32px;
    line-height: 45px;
    color: #1E1E1E; 
    margin: 0 auto;
}

.bg-image-section img.apple-slice{
    max-width: 500px;
    padding: 200px 0 100px;
}

.image-section-right{
    margin-top: 160px;
    text-align: right;
}

.image-section-right img{
    max-width: 88%;
}

.title-section h2{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-size: 100px;
    line-height: 177px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #3AC3D5;
}

.title-section p{
    font-family: 'Inter';
    font-weight: 500;
    font-size: 30px;
    line-height: 45px;
    color: #1E1E1E; 
    margin: 0 auto;
}

.title-section ol, .title-section ul {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 30px;
    line-height: 45px;
    color: #1E1E1E;
    margin: 0 auto;
}

.main-footer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 32px 0 32px;
    background: #3AC3D5;
}

.main-footer .top-nav{
    display: flex;
    justify-content: space-between;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #FFFFFF;
    padding: 30px 0;
}

.main-footer .lower-nav{
    display: flex;
    font-family: 'Inter';
    font-style: normal;
    font-size: 22px;
    line-height: 27px;
    color: #FFFFFF;
    gap: 30px;
    align-items: center;
    margin-top: 40px;
    border-top: 1px solid white;
    padding: 40px 0 0;
}

.mobile-menu-button{
    color: #3AC3D5;
    font-size: 35px;
    position: absolute;
    left: 20px;
    top: 20px;
        background: none;
        border: none;    
}

.mobile-hide{
    display: block;
}

.mobile-social{
    display: none;
}

.footer-logo-mobile{
    display: none;
}

.show-mobile{
    display: none;
}

.hero-image{
    height: 670px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    background-position: center;
}

.hero-image-content{
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-image-content h2{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 128px;
    line-height: 156px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 2px 4px 2px rgba(0, 0, 0, 0.45);
}


.product-links{
    text-align: center;
}

.product-links img{
    width: 100%;
}

.product-links-section{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;    
}

.product-list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.product-list a{
    width: 100%;
    cursor: pointer;
}

.product-list img{
    width: 100%;
}

.my-prod-snapshot h2{
    font-size: 80px!important;
    line-height: 98px!important;
}

.my-prod-snapshot{
    margin: 100px 0 40px 0;
}

.My25-card {
    margin: 40px auto;
    background: #fff;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
    border: #3AC3D5 2px solid;
    /* box-shadow: 0 10px 30px rgba(0,0,0,0.1); */
    /* font-family: Arial, Helvetica, sans-serif; */
}

/* Top teal band */
.My25-header {
    background: #41c3d3;
    height: 180px;
}

/* Circular logo container */
.My25-logo {
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    padding: 12px;
}

.My25-logo img {
    width: 275px;
    height: 275px;
    object-fit: contain;
    border-radius: 50%;
}

/* Main content */
.My25-content {
    padding: 135px 40px 40px; /* top padding accounts for logo overlap */
    text-align: center;
    color: #333;
    line-height: 1.6;
}

.My25-content p {


font-family: 'Inter';
font-weight: 500;
font-size: 30px;
line-height: 45px;
/* or 150% */
text-align: center;

color: #151515;


}

.My25-content p a{
 


font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 30px;
line-height: 45px;
color: #3AC3D5!important;
text-decoration: none;


}


.btn-blue{
    background-color: #3AC3D5!important;
    border: #FFC800 solid 2px!important;
    color: white!important;
    font-weight: bold!important;
}

.My25-card h3{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-size: 45px;
    line-height: 55px;
    /* identical to box height, or 122% */
    text-align: center;

    color: #151515;


}

.main-nav {
    display: flex;
    gap: 20px;
}

.offset-border-card {
    position: relative;
    /* max-width: 320px; */
    margin: 0 auto;
}

/* BLUE BORDER (top-right offset) */
.offset-border-card::before {
    content: "";
    position: absolute;
    top: -10px;
    right: -10px;
    width: 100%;
    height: 100%;
    border: 2px solid #3cc6d9;
    box-sizing: border-box;
    z-index: 0;
}

/* YELLOW BORDER (bottom-left offset) */
.offset-border-card::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    border: 2px solid #f5c400;
    box-sizing: border-box;
    z-index: 0;
}

/* CONTENT */
.card-content {
    position: relative;
    padding: 20px;
    text-align: center;
    z-index: 1;
}


    .product-links p{
        /* Learn more below, but first watch and lick your lips */

        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 36px;
        text-align: center;
        letter-spacing: 0.02em;
        text-transform: uppercase;

        color: #151515;

    }

    .card-sub-title {
        color: #3AC3D5!important;
    }

.text-teal {
    color: #3AC3D5 !important;
}

.outcomes-charts-card:first-of-type {
    margin: 90px 0;
}

.outcomes-charts-card {
    border-radius: 28px;
    border: #3AC3D5 2px solid;
    margin: 60px 0;
    padding: 30px;
}

.outcomes-fact-pill {
    border-radius: 250px;
    background-color: #E2F5F8 !important;
    margin: 50px 0 100px 0;
    padding: 100px;
}

.outcomes-fact-title {
    width: 70%;
    margin: auto;
}

    .outcomes-fact-title h2 {
        font-size: 42px !important;
    }

    .outcomes-fact-title img{
        width: 100px;
        margin-right: 40px;
    }


    .testimonial-content-background {
        background-color: #E2F5F8 !important;
        padding: 20px 0;
    }

.testimonial-column-parent {
    text-align: left;
    padding-bottom: 25px;
}

.testimonial-cloud-container {
    background-color: #ffffff;
    box-shadow: 2px -1px 4px 0 rgba(0, 0, 0, 0.3);
    color: #141414;
    display: table;
    font-family: "museo-slab", Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif!important;
    font-size: 22px;
    padding: 20px;
}

.testimonial-quote-shape {
    height: 18px;
    width: 30px;
}

.outcomes-fact-care{
    width: 92%;
}

.testimonial-quote {
    display: table-cell;
    font-size: 18px !important;
    height: 350px;
    vertical-align: middle;
    line-height: 1.5 !important;
    font-family: "museo-slab", Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif !important;
}

.testimonial-name-container {
    color: #141414;
    padding: 0 20px;
    font-family: "myriad-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
}

.testimonial-name {
    font-weight: bold;
    padding-top: 10px;
}

.testimonial-name-container p {
    color: #141414;
    font-family: "myriad-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 1.5;
}

.testimonial-column-parent .square {
    background-color: #ffffff;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    margin: -2px 0 0 50px;
    min-height: 50px;
    width: 100px;
}

.contact-subtext, .contact-subtext-link {
    font-size: 18px !important;
    font-weight: normal !important;
    line-height: 1 !important;
    text-decoration: none !important;
    color: #314158!important;
}

.contact-subtext-link {
    color: #3AC3D5 !important;
}

.contact-icon {
    margin: 25px auto 10px auto;
    background-color: #E2F5F8!important;
    width: 101px!important;
    border-radius: 100px;
    padding: 10px!important;
}

.contact-icon-pad {
    padding: 15px 0!important;
}

.contact-icon img, .healthy-outcome-icon img {
    margin: 0 auto !important;
}

.healthy-outcome-icon {
    margin: 25px auto 10px auto;
    background-color: #E2F5F8 !important;
    width: 100px !important;
    height: 100px !important;
    border-radius: 100px;
    padding: 10px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.healthy-outcome-arrow {
    margin: 0 auto;
    background-color: #FFC800 !important;
    width: 50px !important;
    border-radius: 100px;
    padding: 10px !important;
    text-align: center;
}

    .healthy-outcome-arrow img{
        width: 100%!important;
    }

    .healthy-outcome-subtext {
        font-weight: bold;
        font-size: 20px;
    }

    .contact-row {
        margin-left: -10px;
        margin-right: -10px;
    }

.contact-block {
    background: #FFF;
    border-radius: 10px;
    margin-left: 25px;
    margin-right: 25px;
}

    .contact-block p {
        font-family: 'Inter';
        font-weight: 700;
        font-size: 30px;
        color: #314158;
    }

    .contact-block p:first-of-type {
        margin-bottom: 15px!important;
    }

    .healthy-outcome-block {
        background: #FFF;
        border-radius: 10px;
        width: 30% !important;
    }

.bubble-shadow {
    box-shadow: 0 4px 5px -1px rgba(0, 0, 0, 0.13);
}

.about-holistic-content-parent {
    margin: 200px 0px 0px 0px!important;
}

.about-holistic-parent {
    width: 51%!important;
}

.about-holistic-section {
    position: relative;
}

    .about-holistic-section:after {
        content: "";
        background-color: #E2F5F8 !important;
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;
        position: relative;
        padding: 50px 0;
        width: 50%;
        height: 103%;
        display: block;
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
    }

    .about-holistic-image-parent {
        width: 49% !important;
    }

.about-holistic-image-parent img {
    width: 80%!important;
}

.holistic-content-parent {
    width: 75% !important;
    margin-top: 165px !important;
}

.holistic-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-size: 70px;
    letter-spacing: 0.02em;
    text-transform: uppercase !important;
    color: #85C5C9 !important;
    opacity: 0.9;
    margin-top: -300px;
    position: absolute;
    text-align: left;

}

.holistic-circle-image {
    width: 100%;
}

.backbone-content {
    padding-top: 50px;
    margin-top: -2px;
}

.engagement-sticy-content {
    padding-top: 80px;
    margin-top: -2px;
}

.engagement-sticy-img {
    margin-top: -125px;
    border: 15px solid #FFF;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 80%;
}

.yellow-title {
    color: #FFC800 !important;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-size: 65px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.w-30 {
    width: 30% !important;
}

.w-40 {
    width: 40%!important;
}

.w-60 {
    width: 60%!important;
}

.w-75 {
    width: 75%!important;
}

.w-85 {
    width: 85%!important;
}

.impact-content {
    position: relative;
    top: 100px;
    text-align: left;
}

.clear-both {
    clear: both;
}

.backbone-content-parent {
    /*margin-top: 225px!important;*/
    background-color: #3AC3D5 !important;
}

.juicy-insight-img {
    width: 40%;
    margin-top: -268px;
}

.juicy-insight-content-parent {
    padding-top: 300px;
    background-color: #98DBE4 !important;
}

.outside-box-parent {
    background-color: #98DBE4 !important;
    margin-top: -1px;
}

.hes-parent {
    background-color: #98DBE4 !important;
}

.darker-teal {
    color: #98DBE4 !important;
    opacity: 0.6;
}

.big-blue-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-size: 65px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #3AC3D5;
}

.blue-text-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #3AC3D5;
}

.outcomes-charts-card h2 {
    font-size: 50px !important;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.02em;
    margin: 20px 0;
}

.health-outcomes-content-background h2 {
    font-size: 45px !important;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800!important;
    letter-spacing: 0.02em;
}

.product-snapshot-link {

    text-decoration: none !important;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 30px;
    line-height: 45px;
    color: #1E1E1E;
}



.outcomes-fact-care-img {
/*    width: 60%!important;*/
}

.outcomes-charts-left img, .outcomes-charts-right img {
    width: 75% !important;
}

.outcomes-charts-left {
    text-align: right!important;
    margin-top: 20px!important;
}

.outcomes-charts-right {
    text-align: left !important;
    margin-top: 20px!important;
}

.about-portion-plate-img-left, .about-portion-plate-img-right {
    width: 40%!important;
}

.about-portion-plate-img-left {
    margin-right: 50px!important;
}

.about-portion-plate-img-right {
    margin-left: 50px !important;
}

.check-square {
    margin-right: 30px!important;
    width: 5%!important;
}

.about-impact-img-mobile {
    display: none;
}

.header-text-image-desktop, .header-text-image-mobile {
    width: 100% !important;
}

    .header-text-image-mobile {
        display: none;
    }


.health-outcomes-content-background {
    background-color: #98DBE4 !important;
    padding: 20px 0;
}

.terms-conditions-content p {
    text-align: left!important;
    margin-top: 20px;
    font-size: 20px;
    line-height: 30px;
}

.terms-conditions-content a {
    font-size: 20px!important;
    line-height: 30px!important;
}

.terms-conditions-content ol, .terms-conditions-content ul {
    text-align: left !important;
    font-size: 20px!important;
    line-height: 30px!important;
}

.terms-conditions-content h2 {
    line-height: 100px!important;
    margin-top: 75px;
    font-size: 60px;
}

.terms-conditions-content h4 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #3AC3D5;
    margin-top: 30px;
}

.b2b2c-header {
    color: #E2F5F8!important;
    font-family: 'Montserrat';
}

.main-footer .lower-nav a:not([href]):not([class]), .main-footer .lower-nav a:not([href]):not([class]):hover {
    font-weight: 300;
}

.fw-800 {
    font-weight: 800 !important;
}

.container.container-wider {
    max-width: 98%!important;
}

.about-engagement-background {
    background-color: #98DBE4 !important;
    padding-bottom: 200px;
}

.backbone-header{
    margin-top: 40px;
}

.header-logo-gohome {
    cursor: pointer;
    z-index: 9999;
}

.about-impact-img-desktop {
    padding-left: 30px;
}

.value-based br {
    display: none;
}

.hero-inner {
    /*max-width: 1090px;*/ /* controls text wrapping */
}

.hero-btn-wrap {
    display: flex;
    justify-content: flex-end; /* aligns button to text edge */
    margin-top: 1.5rem;
}

/* Mobile */
@media screen and (max-width: 768px) {


    .main-nav {
        display: none;
        flex-direction: column;
        background: #fff;
        position: absolute;
        top: 100px;
        left: 0;
        width: 100%;
        padding: 15px;
        height: 100vh;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

        .main-nav.open {
            display: flex;
            z-index: 5;
        }

    .mobile-menu-button {
        background: none;
        border: none;
        /* font-size: 24px; */
        cursor: pointer;
    }

    .main-header nav {
        display: none;
    }

    .bg-image-section img {
        width: 100%;
    }

    .header-content {
        justify-content: center;
        align-items: start;
    }

        .header-content img {
            width: 126px;
            margin-top: 15px;
            z-index: 9;
        }

    .main-header {
        height: 120px;
    }

    .hero-section {
        height: 180px;
    }

    .hero-content {
        padding-top: 25px;
    }

    .hero-section h2 {
        font-size: 16px;
        line-height: 20px;
    }

    .yellow-btn {
        font-size: 14px;
        padding: 10px;
    }

    .hero-section .yellow-btn {
        margin-left: 0;
    }

    .text-section {
        margin: 26px 0;
    }

    a.read-more {
        font-size: 16px !important;
        margin: 0;
    }

    .text-section p {
        font-size: 15px;
        line-height: 20px;
        margin: 0;
        text-wrap: pretty;
    }

    .bg-image-section {
        padding-bottom: 40px;
    }

        .bg-image-section img.apple-slice {
            max-width: 200px;
            padding: 50px 0;
        }

        .bg-image-section p {
            font-size: 15px;
            line-height: 22px;
        }

    .image-section-right {
        margin-top: 20px;
    }

    .mt-29 {
        margin-top: 0;
    }

    .pt-lg-150 {
        padding-top: 0;
    }

    .pb-lg-75 {
        padding-bottom: 0;
    }

    .title-section h2 {
        font-size: 35px !important;
        line-height: 40px !important;
        margin-top: 40px;
    }

    .title-section p {
        font-size: 15px;
        line-height: 20px;
        text-wrap: pretty;
    }

    .title-section ol, .title-section ul {
        font-size: 15px;
        line-height: 20px;
    }

    .main-footer {
        flex-wrap: wrap;
        flex-direction: row;
        align-items: flex-start;
        padding: 15px;
    }

    footer .top-nav {
        flex-direction: column;
        padding: 0 10px !important;
        font-size: 20px !important;
        width: 50%;
    }

        footer .top-nav a {
            padding-bottom: 10px;
            color: white !important;
            text-decoration: none;
        }

        footer .top-nav img {
            display: none;
        }

    .mobile-hide {
        display: none;
    }

    .mobile-social {
        display: flex;
        width: 50%;
        padding: 10px;
    }

        .mobile-social a {
            padding: 10px;
        }

    .show-mobile {
        display: block;
    }

    footer .lower-nav {
        flex-direction: column;
        align-items: start !important;
        padding: 10px !important;
        font-size: 20px !important;
        gap: 5px !important;
        margin-top: 0 !important;
    }

    .footer-logo-mobile {
        border-top: 1px solid white;
        text-align: center;
        display: block;
        width: 100%;
        padding: 10px;
        margin-top: 10px;
    }

    .hero-image-content h2 {
        font-size: 36px;
    }

    .hero-image {
        height: 189px;
    }

    .product-links {
        padding: 10px 0;
    }


    .product-links-section {
        background-image: none !important;
    }

        .product-links-section .product-links-mobile {
            position: relative;
            margin-top: -10px;
        }

            .product-links-section .product-links-mobile svg {
                width: 100%;
                position: absolute;
            }

        .product-links-section .product-links-mobile {
            pointer-events: none;
        }

    .product-links .product-list {
        grid-template-columns: 1fr;
    }

        .product-links .product-list a {
            text-align: center;
        }

            .product-links .product-list a img {
                width: 100%;
            }

    .product-links p {
        padding-bottom: 15px;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
        text-align: center;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #151515;
    }

    .my-prod-snapshot {
        margin: 80px 0 0 0;
    }

    .My25-card {
        margin: 20px auto;
    }

    .My25-header {
        height: 80px;
    }

    .My25-logo img {
        width: 100px;
        height: 100px;
    }

    .My25-content {
        padding: 60px 10px 10px 10px;
    }

        .My25-content p {
            font-size: 16px;
            line-height: 20px;
            text-wrap: pretty;
        }

            .My25-content p a {
                font-size: 16px;
                line-height: 20px;
            }

    .My25-card h3 {
        font-size: 22px;
        line-height: 25px;
    }

    .value-based br{
        display: block;
    }



    .My25-content iframe {
        height: 200px;
    }


    .offset-border-card {
        margin: 20px;
    }

    .w-lg-75 {
        width: 100%!important;
    }

    .testimonial-content-link {
        font-size: 15px !important;
        line-height: 20px !important;
        margin: 0 !important;
    }

    .contact-block {
        width: 80% !important;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }

    .big-blue-title-small {
        font-size: 30px !important;
    }

    .big-blue-title {
        font-size: 35px;
        line-height: 40px !important;
        margin-top: 40px;
    }

    .outcomes-charts-card:first-of-type{
        margin: 50px 0;
    }

    .outcomes-apple-block div, .outcomes-apple-block p {
        text-align: center !important;
    }

    .outcomes-apple-block img {
        margin-bottom: 10px !important;
        width: 25% !important;
    }

    .outcomes-charts-card h2 {
        font-size: 25px !important;
    }

    .outcomes-charts-card img:not(.outcomes-charts-self) {
        width: 100% !important;
    }

    .outcomes-charts-self {
        width: 50% !important;
    }

    .health-outcomes-content-background h2 {
        font-size: 25px !important;
    }

    .healthy-outcome-block {
        width: 80% !important;
        margin-bottom: 30px !important;
    }

    .health-outcomes-content-background {
        padding: 1px 0 15px 0;
    }

    .outcomes-fact-pill {
        border-radius: 0;
        background-color: #E2F5F8 !important;
        margin: 25px 0 0 0;
        padding-right: 25px;
        padding-left: 25px;
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

        .outcomes-fact-pill p {
            padding-right: 30px;
            padding-left: 30px;
        }

    .outcomes-fact-pill-parent {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .container.container-wider.outcomes-fact-pill-parent {
        max-width: 100% !important;
    }

    .outcomes-fact-title {
        width: 100% !important;
    }

        .outcomes-fact-title h2 {
            font-size: 16px !important;
        }

    .text-end-mobile {
        text-align: right !important;
    }
   

    .outcomes-fact-bullets p, .outcomes-fact-bullets img {
        text-align: center !important;
    }

    .outcomes-fact-circle-num-img {
        width: 20% !important;
    }

    .blue-text-title {
        font-size: 20px;
    }

    .about-portion-plate-img-left, .about-portion-plate-img-right {
        width: 40% !important;
    }

    .about-portion-plate-img-left {
        margin-right: 5px !important;
    }

    .about-portion-plate-img-right {
        margin-left: 5px !important;
    }

    .check-square {
        width: 10% !important;
        margin-right: 5px !important;
    }

    .about-impact-img-desktop {
        display: none;
    }

    .about-impact-img-mobile {
        display: block;
        width: 100%;
        margin-top: 20px;
    }

    .yellow-title {
        font-size: 35px;
    }

    .impact-content {
        text-align: center !important;
    }

    .about-engagement-background.bg-image-section {
        padding-bottom: 0;
    }

    .engagement-sticy-content {
        padding-top: 40px !important;
    }

    .engagement-sticy-img {
        width: 90% !important;
        margin-top: -40px;
    }

    .backbone-content .about-mainstay-logo {
        width: 60% !important;
    }

    .backbone-content .about-my25-logo.w-25 {
        width: 50% !important;
    }

    .backbone-content {
        padding-top: 50px !important;
    }

    .juicy-insight-content-parent {
        padding-top: 219px;
    }

    .juicy-insight-img {
        width: 80% !important;
        margin-top: -200px;
    }

    .header-text-image-desktop {
        display: none;
    }

    .header-text-image-mobile {
        display: block;
    }

    .about-holistic-parent {
        width: 60% !important;
    }

    .about-holistic-section:after {
        height: 50%;
        width: 80%;
    }

    .about-holistic-image-parent {
        width: 100% !important;
        margin-top: 40px !important;
    }

        .about-holistic-image-parent img {
            width: 80% !important;
        }

    .holistic-title {
        font-size: 35px;
        top: -100px;
        margin-left: 20px;
        margin-top: 0;
    }

    .holistic-content-parent {
        width: 75% !important;
        margin-top: 17px !important;
        margin-left: 20px;
    }

    .backbone-header-mobile {
        margin-top: 50px !important;
    }

    .engagement-sticy-content {
        padding-top: 20px !important;
        padding-bottom: 60px;
    }

    .about-holistic-content-parent {
        margin-top: 150px !important;
    }

    .impact-content {
        top: 0;
    }

    .terms-conditions-content a {
        font-size: 12px !important;
        line-height: 20px !important;
        margin: 0 !important;
    }

    .terms-conditions-content h4 {
        font-size: 20px !important;
    }

    .terms-conditions-content p {
        font-size: 12px !important;
    }

    .terms-conditions-content ol, .terms-conditions-content ul {
        font-size: 12px !important;
        line-height: 20px !important;
    }

    .container.container-wider {
        max-width: 100% !important;
    }

    .image-section img {
        max-width: 87%;
    }

    .image-section-right img {
        max-width: 87%;
    }

    .outcomes-fact-title img{
        width: 50px!important;
    }

    .outcomes-fact-title img{
        margin-right: 10px;
    }

    .outcomes-fact-bottle-img{
        height: 50px!important;
    }

    .hero-content h2 br{
        display: none;
    }

    .w-40 {
        width: 90% !important;
    }

    .hero-btn-wrap{
        justify-content: center;
    }


}

@media screen and (max-width: 431px) {
    .outcomes-charts-self {
        width: 100% !important;
    }

    .about-holistic-parent{
        width: 90%!important;
    }



}

@media screen and (max-width: 1199px) and (min-width: 1025px) {
    .hero-section h2 {
        font-size: 38px;
    }

    footer .top-nav {
        flex-wrap: wrap;
        justify-content: flex-start!important;
    }

    footer .footer-link, footer img {
        width: 25%;
        margin-bottom: 25px;
    }

    footer .top-nav img {
        width: 335px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    

    .main-nav {
        display: none;
        flex-direction: column;
        background: #fff;
        position: absolute;
        top: 100px;
        left: 0;
        width: 100%;
        padding: 15px;
        height: 100vh;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

    .main-nav.open {
        display: flex;
        z-index: 8;
        top: 118px;
        
    }

    .header-content img {
        width: 126px;
        z-index: 9;
    }    

    .header-content{
        justify-content: center;
    }
    
    .header-content nav a{
        font-size: 20px;
    }

    .header-content nav{
        gap: 10px;
    }
    .header-content nav a{
        font-size: 16px;
    }

    .hero-image-content h2{
        font-size: 60px;
    }

    .hero-image{
        height: 400px;
    }
    
    .header-content img{
        width: 200px;
    }

       .main-footer{
        flex-wrap: wrap;
        flex-direction: row;
        align-items: flex-start;
        padding: 15px;
    }

    footer .top-nav{
        flex-direction: column;
        padding: 0 10px!important;
        font-size: 20px!important;
        width: 50%;
    }

    footer .top-nav a{
        padding-bottom: 10px;
    }

    footer .top-nav img{
        display: none;
    }  
    
    .mobile-hide{
        display: none;
    }

    .mobile-social{
        display: flex;
        width: 50%;
        padding: 10px;
    }

    .mobile-social a{
        padding: 10px;
    }  
    
    .show-mobile{
        display: block!important;
    }

    .text-section{
        margin: 20px 0;
    }

    .text-section p{
        font-size: 19px;
        line-height: 25px;
        padding-bottom: 20px;
    }

    .product-links{
        padding: 20px;
    }

    .image-section-right{
        margin-top: 40px;
    }

    .product-links{
        padding: 40px;
    }

    .my-prod-snapshot h2{
        font-size: 40px!important;
        line-height: 45px!important;
    }

    .title-section p{
        font-size: 19px;
        line-height: 25px;        
    }

    .title-section h2{
        line-height: 120px;
    }

    .title-section ol, .title-section ul {
        font-size: 25px;
        line-height: 30px;
    }

    .my-prod-snapshot{
        margin: 50px 0 0 0;
    }

    a.read-more{
        margin-bottom: 0;
    }

    .My25-header{
        height: 150px;
    }

    .My25-logo img{
        width: 200px;
        height: 200px;
    }

    .My25-content {
        padding: 100px 20px 20px 20px;
    }

        .My25-content p, .My25-content p a {
            font-size: 18px;
            line-height: 20px;
        }

    footer .lower-nav{
        flex-direction: column;
        align-items: start!important;
        padding: 10px!important;
        font-size: 20px!important;
        gap: 5px!important;
        margin-top: 0!important;

    }  
    
    .footer-logo-mobile{
        border-top: 1px solid white;
        text-align: center;
        display: block;
        width: 100%;
        padding: 10px;
        margin-top: 10px;
    }

    .show-mobile{
        display: none;
    }
    
    .product-links .product-list{
        grid-template-columns: 1fr 1fr;
    }   
    
    .main-header nav{
        display: none;
    }

    .w-lg-75 {
        width: 100%!important;
    }

    .outcomes-fact-title h2 {
        font-size: 20px !important;
    }

    .outcomes-charts-self {
        width: 50% !important;
    }

    .outcomes-fact-title {
        width: 90%!important;
    }

    .outcomes-apple-block img {
        width: 100% !important;
    }

    .terms-conditions-content h2 {
        margin-top: 120px;
    }

    .terms-conditions-content a {
        font-size: 20px;
        line-height: 30px;
    }

    .holistic-title {
        top: -173px;
        left: 135px;
        margin-left: 0;
        margin-top: 0;
    }

    .bg-image-section p {
        font-size: 19px;
        line-height: 25px;
    }

    .holistic-content-parent {
        margin-top: 90px !important;
    }

    .about-holistic-image-parent {
        margin-top: 70px !important;
    }

    .hero-section h2{
        font-size: 28px;
        line-height: 30px;
    }

    .juicy-insight-content-parent {
        padding-top: 190px;
    }

    .juicy-insight-img{
        margin-top: -160px;
    }

    .hero-section{
        height: 380px;
    }

        .hero-section .yellow-btn {
            margin-left: 0;
        }

    .outcomes-charts-card:first-of-type, .outcomes-charts-card {
        margin: 30px 0;
    }

    .hero-btn-wrap {
        justify-content: center;
    }

}

@media only screen and (width:768px) {
    .holistic-title {
        top: -50px!important;
    }
}


@media screen and (max-width: 1540px) and (min-width: 1023px) {
    .header-content nav a{
        font-size: 24px;
    }
}

@media screen and (orientation: landscape) and (max-height: 820px) {
    .hero-image {
        height: 50vh!important;
    }
}

@media screen and (orientation: landscape) and (min-resolution: 1.25dppx) and (max-height: 820px) {
    .hero-image {
        height: 62vh !important;
    }
}

@media screen and (orientation: landscape) and (max-height: 430px) {
    .header-content img {
        width: 125px;
    }
}

@media screen and (orientation: landscape) and (max-height: 344px) {
    .header-content img {
        width: 100px;
    }
}