/* Minification failed. Returning unminified contents.
(970,73): run-time error CSS1030: Expected identifier, found '.'
(970,114): run-time error CSS1031: Expected selector, found ')'
(970,114): run-time error CSS1025: Expected comma or open brace, found ')'
(1295,23): run-time error CSS1030: Expected identifier, found '>'
(1295,51): run-time error CSS1031: Expected selector, found ')'
(1295,51): run-time error CSS1025: Expected comma or open brace, found ')'
 */


/*******************************************  Top Banner  ********************************************/
.warning-message {
    background: yellow;
    text-align: center;
    padding: 3px; 
}

.banner {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 160px;
    padding: 30px 0px;
}

    .banner-insert {
        background-color: rgba(255,255,255,0.9);
        width: 80%;
        margin: auto;
        overflow: hidden;
    }

    .banner-insert .title h1 {
        text-align: center;
        font-family: 'Segoe UI';
        font-weight: bold;
        font-size: 28pt;
        color: #002855;
        position: relative;
        padding: 10px;
    }

    .banner-insert .subtitle {
        text-align: center;
        font-family: 'Segoe UI';
        font-size: 18pt;
        color: #0092CF;
    }

#homePageTop {
    display: inline-grid;
    width: 100%;
    max-width: 1350px;
    grid-auto-flow: column; /* flow items into columns */
    gap: 15px;
    grid-template-columns: 1fr auto;
}

#homePageIntro {
    max-width: 1350px;
    height: 600px;
    align-content: center;
    background-image: url("/content/images/WebP_Images/Homepage-Main-Banner.webp");
    color: white;
    padding: 5px;
    text-align: center;
    border-radius: 20px;
}

#homeLeftSide {
    width: 60%;
}

#homeLeftSide span {
    display:block;
        white-space: nowrap;
}

#homeLeftSide p {
    width: 70%;
    justify-self: center;
}

    #homePageIntro h1 {
        color: inherit;
        font-size: 35px;
    }
    #homePageIntro p {
        font-size: 16px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

#registerOnlineBox {
    position: relative;
    padding: 2px 2px;
    /* Transparent outer layer */
    background: transparent;
    border: none;
    border-radius: 16px;
    color: #002855;
    box-shadow: 0 0 0 2px #002855;
    max-width: 400px;
}

    #registerOnlineBox #registerOnline {
        border-radius: 16px;
        height: 100%;
        width: 100%;
        background-color: #002855;
    }

    #registerOnlineBox #registerOnline h2 {
        color: white;
        text-align: center;
        padding: 15px 15px 5px 15px;
        margin: 0;
        position: relative;
        z-index: 1;
    }

    #registerOnlineBox #registerOnline h3 {
        color: white;
        margin: 0px 25px;
    }

    #registerOnlineBox #registerOnline h2 span {
        display: block;
        white-space: nowrap;
        position: relative;
        width: fit-content;
        margin: 0 auto;
    }

        #registerOnlineBox #registerOnline h2 span::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0.1em; /* adjust vertical position */
            width: 100%;
            height: 0.4em; /* thickness of the highlight */
            background-color: #0b4d97; /* highlight color */
            z-index: -1; /* put it behind text */
        }

    #registerOnlineBox #registerOnline p {
        color: white;
        text-align: center;
        padding: 0 50px 0 50px;
    }

.clear-line-btn {
    position: relative;
    padding: 2px 2px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    /* Transparent outer layer */
    background: transparent;
    border: none;
    border-radius: 16px;
    height: fit-content;
}

    .clear-line-btn span {
        border-radius: 16px;
        padding: 14px 2px;
        width: 260px;
    }

#shopFlushValves {
    color: #002855;
    box-shadow: 0 0 0 2px #19abe8;
}

    #shopFlushValves span {
        background-color: #19abe8;
    }

    #shopFlushValves:hover {
        color: white;
        box-shadow: 0 0 0 2px #0b4d97;
        padding: 0;
        transition: all 0.5s ease;
    }

    #shopFlushValves:hover span {
        background-color: #0b4d97;
        padding: 16px 4px;
        transition: all 0.5s ease;
    }

#viewPartsCatalog {
    color: white;
    box-shadow: 0 0 0 2px rgba(129, 132, 132, 0.4);
}

    #viewPartsCatalog span {
        background-color: rgba(129, 132, 132, 0.4);
    }

    #viewPartsCatalog:hover {
        color: white;
        box-shadow: 0 0 0 2px #0b4d97;
        padding: 0;
        transition: all 0.5s ease;
    }

    #viewPartsCatalog:hover span {
        background-color: #0b4d97;
        padding: 16px 4px;
        transition: all 0.5s ease;
    }

#signUpNow {
    color: #002855;
    box-shadow: 0 0 0 2px #19abe8;
}

    #signUpNow span {
        background-color: #19abe8;
        display: block;
        width: 150px;
    }

    #signUpNow:hover {
        color: white;
        box-shadow: 0 0 0 2px #0b4d97;
        padding: 0;
        transition: all 0.5s ease;
    }

        #signUpNow:hover span {
            background-color: #0b4d97;
            padding: 16px 4px;
            transition: all 0.5s ease;
        }

#LinkButton {
    color: #002855;
    box-shadow: 0 0 0 2px #19abe8;
}

    #LinkButton span {
        background-color: #19abe8;
        display: block;
        width: 250px;
    }

    #LinkButton:hover {
        color: white;
        box-shadow: 0 0 0 2px #0b4d97;
        padding: 0;
        transition: all 0.5s ease;
    }

        #LinkButton:hover span {
            background-color: #0b4d97;
            padding: 16px 4px;
            transition: all 0.5s ease;
        }

.LinkButtonContainer{
    height: 100px;
    align-content: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

#loginHere {
    font-weight: bold;
    text-decoration: underline;
    color: white;
    cursor: pointer;
}

.custom-hr {
    width: 90%; /* shrink line */
    border: none;
    border-top: 1px solid #193d66; /* color */
    margin: 20px auto;
}

.why-register-list {
    list-style: none;
    padding: 0;
    margin: 15px 25px;
}

    .why-register-list li {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 8px;
        color: white;
    }

    .why-register-list img {
        width: 24px;
        height: 24px;
        object-fit: cover;
    }

@media (max-width: 800px) {
    #homePageTop {
        grid-auto-flow: row;
        grid-template-columns: none;
        justify-items: center;
    }
    #homeLeftSide {
        width: fit-content;
        justify-self: center;
    }
}
@media (max-width: 600px) {
    #homePageIntro h1 {
        font-size: 25px;
    }
    #homePageIntro p{
        font-size: 15px;
    }
}
@media (max-width: 355px) {
    #homePageIntro h1 {
        font-size: 15px;
    }
}

/* Various font and box shrinks as the viewport gets smaller, breakpoints are set at where the top line wraps to 3 lines */
@media (max-width: 860px) {

    .banner-insert .subtitle {
        font-size: 18pt;
    }
}

@media (max-width: 745px) {

    .banner,
    .banner-insert {
        height: 140px;
    }

    .banner-insert .title h1 {
        font-size: 22pt;
    }

    .banner-insert .subtitle {
        font-size: 16pt;
    }
}

@media (max-width: 565px) {

    .banner,
    .banner-insert {
        height: 120px;
    }

    .banner-insert .title h1 {
        font-size: 18pt;
    }

    .banner-insert .subtitle {
        font-size: 14pt;
    }
}

@media (max-width: 480px) {

    .banner {
        height: 100px;
        padding: 20px 0px;
    }

    .banner-insert {
        width: 90%;
        height: 100px;
    }

    .banner-insert .title h1 {
        font-size: 14pt;
    }

    .banner-insert .subtitle {
        font-size: 10pt;
    }
}

@media (max-width: 360px) {

    .banner-insert .title h1 {
        font-size: 12pt;
    }
    .warning-message {
        padding: 2px 10px;
    }
}

/*******************************************  Action Buttons  ********************************************/

.action-buttons-container {
    display: block;
    width: 100%;
    margin: 30px 0px;
}

.action-button {
    display: inline-block;
    min-width: 270px;
    width: 50%;
}

.action-button:nth-child(2n) {
    float: right;
}

.action-button-container {
    position: relative;
    /*height: 100px;*/
    margin: 5px;
    padding: 0px;
}

    .action-button-container a {
        display: inline-block;
        width: 100%;
        height: 100%;
        text-decoration: none;
    }

        .action-button-container a img {
            width: 100%;
        }

/* Single column, sidebar visible, 3/4 width */
@media (max-width: 830px) {
    .action-button {
        display: block;
        width: 75%;
        margin: auto;
    }

        .action-button:nth-child(2n) {
            float: unset;
        }
}

/* Single column, no sidebar */
@media (max-width: 550px) {
    .action-button {
        display: block;
        width: 100%;
    }

        .action-button:nth-child(2n) {
            float: unset;
        }

}


/*******************************************  Featured Products  ********************************************/

.featured-products-container {
    display: block;
    width: 100%;
}

.featured-products-header {
    text-align: center;
    margin: 30px 0px;
}

.featured-product {
    display: inline-block;
    min-width: 270px;
    width: 50%;
}

.featured-product:nth-child(2n) {
    float: right;
}


.featured-product-container {
    position: relative;
    height: 100px;
    margin: 5px;
    padding: 5px;
    border: 1px solid #DDDDDF;
}

    .featured-product-container:hover {
        border: 1px solid #000;
    }

    .featured-product-container a {
        display: inline-block;
        width: 50%;
        height: 100%;
        text-decoration: none;
    }

        .featured-product-container a:first-child {
            float: left;
        }

    .featured-product-container h3 {
        margin: 0px;
    }

    .featured-product-container img {
        margin: 10px;
    }

/* Single column, sidebar visible, 3/4 width */
@media (max-width: 830px) {
    .featured-product {
        display: block;
        width: 75%;
        margin: auto;
    }

    .featured-product:nth-child(2n) {
        float: unset;
    }
}

/* Single column, no sidebar */
@media (max-width: 550px) {
    .featured-product {
        display: block;
        width: 100%;
    }

    .featured-product:nth-child(2n) {
        float: unset;
    }

    .featured-product h4 {
        margin: 0px;
    }

    .featured-product-container img {
        margin: 10px 0px;
    }
}


/*******************************************  Mark's Exclusives  ********************************************/

.exclusives-container {
    display: block;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.exclusives-header {
    text-align: center;
}

.exclusive {
    display: inline-block;
    min-width: 270px;
    width: 50%;
}

.exclusive:nth-child(2n) {
    float: right;
}

.exclusive-promotions-li {
    padding: 3px;
}

.exclusive-promotions-ul {
    list-style-type: none;
    padding-left: 3px;
}

.exclusive-container {
    position: relative;
    height: 420px;
    margin: 3px;
    padding: 10px;
    background-image: url("/content/images/WebP_Images/exclusives-background.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #002855;
}

    .exclusive-container img {
        position: absolute;
        bottom: 20px;
        right: 0px;
        max-width: 150px;
        max-height: 150px;
    }

    .exclusive-container input[type="button"] {
        position: absolute;
        bottom: 30px;
        left: 20px;
        width: 50%;
        max-width: 210px;
    }

    .exclusive-container h2,
    .exclusive-container h3 {
        margin: 0px;
    }

    .exclusive-container h2 {
        font-size: 40px;
    }

    .exclusive-container h3 {
        font-size: 24px;
    }

    /* Single column, 3/4 width */
@media (max-width: 770px) {
    .exclusive {
        display: block;
        width: 75%;
        margin: auto;
    }

    .exclusive:nth-child(2n) { float: unset; }

    .exclusive-promotions-ul {
        font-size: 13px;
        padding-left: 3px;
    }

    .exclusive-container {
        height: 320px;
    }
    }
    /* Single column */
    @media (max-width: 460px) {
        .exclusive {
            display: block;
            width: 100%;
        }

            .exclusive:nth-child(2n) {
                float: unset;
            }

        .exclusive-container img {
            max-width: 120px;
            max-height: 120px;
        }

        .exclusive-promotions-ul {
            font-size: 11px;
            padding-left: 3px;
        }

        .exclusive-container {
            height: 320px;
        }
    }

    @media (max-width: 360px) {
        .exclusive-container h2 {
            font-size: 34px;
        }

        .exclusive-container h3 {
            font-size: 20px;
        }

        .exclusive-promotions-ul {
            font-size: 9px;
            padding-left: 3px;
        }
        .exclusive-container {
            height: 300px;
        }
    }


    /*******************************************  Popular Categories  ********************************************/

.popular-categories-container {
    display: inline-block;
    width: 100%;
}

    .popular-categories-header {
        text-align: center;
        margin-bottom: 20px;
        color: black;
    }

.popular-categories {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 1em;
    align-items: start;
    padding-bottom: 20px;
}

.popular-category-container {
    justify-content: center;
    height: 100%;
    width: 100%;
}

        .popular-category-container a {
            display: inline-block;
            width: 100%;
            text-decoration: none;
            position: relative;
            text-align: center;
        }

.popular-category-data {
    height: 100%;
    width: 100%;
    align-content: center;
}

    .popular-categories-container a h4 {
        margin: 0px;
        top: 50%;
        min-width:160px;
        font-weight: bold;
        color: black;
    }

        .popular-category-container img {
            margin: 10px 20px;
            background-color: white;
        }

.img-wrapper {
    overflow: hidden; /* prevents zoomed image from spilling out */
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    background-color: white;
    margin: 10px 20px;
    width: 200px;
    height: 200px;
    margin: auto;
    align-content: center;
}

    .img-wrapper img {
        object-fit: cover;
        transition: transform 0.4s ease;
        width: 150px;
        height: 150px;
        object-fit: contain;
        background-color: white;
        margin: 0;
    }

.popular-category-data:hover a h4 {
    color: #0b4d97;
}

.popular-category-data:hover .img-wrapper img {
    transform: scale(1.1);
}

@media (max-width: 1280px) {
    .popular-categories {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media (max-width: 1050px) {
    .popular-category-container img {
        max-width:150px;
        max-height:150px;
    }
    .img-wrapper {
        max-width: 150px;
        max-height: 150px;
    }
    .popular-categories {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 630px) {
    .popular-categories {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

/* Checks for mobile use so we can touch scroll and not worry about a scroll bar messing either web or mobile view */
@media (pointer:none), (pointer:coarse) {
    .popular-categories {
        display: grid;
        grid-auto-flow: column;
        gap: 0;
        align-items: start;
        /*Overflow Scroll Improvments*/
        overflow-x: auto;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
    }
}

.all-popular-categories a {
    font-size: 16px;
    font-weight: bold;
    color: black;
    display: flex;
    justify-content: center;
    padding: 20px 0px 10px 0px;
    width: fit-content;
    margin: 0 auto 0 auto;
}

    .all-popular-categories div {
        width: fit-content;
        height: fit-content;
    }

.all-popular-categories-arrow {
    transition: margin 0.3s ease;
    background-color: #19abe8;
    padding: 1px 10px 4px 7px;
    border-radius: 15px;
    margin-left: 5px;
    top: -3px;
    position: relative;
}

    .all-popular-categories-arrow .arrow {
        border-color: white;
    }

    .all-popular-categories a:hover .all-popular-categories-arrow {
        margin-left: 20px;
        background-color: #0b4d97;
    }

    /*******************************************  Vendor Logos  ********************************************/

    .vendor-logos-container {
        display: inline-block;
        width: 100%;
    }

.vendor-logo {
    display: inline-block;
    width: 16.66%;
    float: right;
    border-radius: 16px;
    transition: box-shadow 0.2s ease;
}

        .vendor-logo:first-child {
            float: unset;
            clear: both;
        }

    .vendor-logo-container {
        position: relative;
        height: 42px;
        min-height: fit-content;
        margin: 5px;
        padding: 5px;
        align-content: center;
    }

        .vendor-logo-container img {
            display: block;
            margin: 0px auto;
        }

.vendor-logo:has(a):hover {
    background-color: white;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

    /* Break to two rows of three */
    @media (max-width: 830px) {

        .vendor-logo {
            width: 33.33%;
        }

            .vendor-logo:nth-child(3n-2) {
                float: unset;
            }
    }

/*******************************************  Featured Products  ********************************************/

.FeaturedProductsDiv {
    text-align: center;
}

.FeaturedProductsDiv h2 {
    color: black;
    font-size: 28px;
}

.FeaturedProductsDiv .parts {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 1rem;
    -webkit-overflow-scrolling: touch;
}

.FeaturedProductsDiv .parts::-webkit-scrollbar {
    height: 8px;
}

.FeaturedProductsDiv .parts::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

.FeaturedProductsDiv .parts .search-result {
    text-align: left;
    min-width: 250px;
}

.FeaturedProductsDiv .parts .search-result .search-result-container {
   width: 250px;
   height: fit-content;
   background-color: revert;
   border: none;
   display: grid;
   grid-template-columns: 1fr;
}

.FeaturedProductsDiv .parts .search-result .search-result-container .search-result-img {
    float: none;
    width: 100%;
    background: white;
    border-radius: 10px;
}

.FeaturedProductsDiv .parts .search-result .search-result-container .search-result-img a {
    align-content: center;
    justify-content: center;
}

.FeaturedProductsDiv .parts .search-result .search-result-container .search-result-img a img {
    margin: 0;
    transition: transform 0.4s ease;
}

.FeaturedProductsDiv .parts .search-result .search-result-container .search-result-img:hover a img {
    transform: scale(1.1);
}

.FeaturedProductsDiv .parts .search-result .search-result-container .search-result-img:hover + .search-result-info .product-name a {
    color: #0b4d97;
}

.FeaturedProductsDiv .parts .search-result .search-result-container .search-result-info {
    margin: 5px;
}

.FeaturedProductsDiv .parts .search-result .search-result-container .search-result-info .product-name a:hover {
    color: #0b4d97;
}

.FeaturedProductsDiv .parts .search-result .search-result-container:has(.search-result-info .product-name a:hover) .search-result-img a img {
    transform: scale(1.1);
}

/*******************************************  Need Help  ********************************************/
#need-help-home {
    margin-top: 60px;
}

#needHelpBox {
    position: relative;
    padding: 2px 2px;
    /* Transparent outer layer */
    background: transparent;
    border: none;
    border-radius: 16px;
    color: #002855;
    box-shadow: 0 0 0 2px #002855;
    max-width: 100%;
}

    #needHelpBox #needHelp {
        border-radius: 16px;
        height: fit-content;
        width: 100%;
        background-color: #002855;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

        #needHelpBox #needHelp h2 {
            color: white;
            text-align: center;
            padding: 15px 15px 5px 15px;
            margin: 0;
            position: relative;
            z-index: 1;
        }

            #needHelpBox #needHelp h2 span {
                display: block;
                white-space: nowrap;
                position: relative;
                width: fit-content;
                margin: 0 auto;
            }

                #needHelpBox #needHelp h2 span::after {
                    content: '';
                    position: absolute;
                    left: 0;
                    bottom: 0.1em; /* adjust vertical position */
                    width: 100%;
                    height: 0.4em; /* thickness of the highlight */
                    background-color: #0b4d97; /* highlight color */
                    z-index: -1; /* put it behind text */
                }

        #needHelpBox #needHelp p {
            color: white;
            text-align: center;
            padding: 0 50px 0 50px;
        }

        #needHelpBox #needHelp #help-image {
            margin: -60px auto 0 auto;
            border-radius: 16px;
            width: fit-content;
        }

            #needHelpBox #needHelp #help-image img {
                border-radius: 16px;
                max-width: 100%;
                max-height: 600px;
            }

.help-examples {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
}

    .help-examples span {
        color:white;
    }

    .help-examples .help-img-wrap {
        width: 100%;
    }

    .help-examples img {
        background: linear-gradient( 135deg, #002855 50%, #0b4d97 50% );
    }

#getHelpButton {
    color: #002855;
    box-shadow: 0 0 0 2px #19abe8;
    align-self: center;
}

    #getHelpButton span {
        background-color: #19abe8;
        display: block;
        width: 250px;
    }

    #getHelpButton:hover {
        color: white;
        box-shadow: 0 0 0 2px #0b4d97;
        padding: 0;
        transition: all 0.5s ease;
    }

        #getHelpButton:hover span {
            background-color: #0b4d97;
            padding: 16px 4px;
            transition: all 0.5s ease;
        }

@media  (max-width: 850px) {
    #needHelpBox #needHelp > :first-child {
        grid-row: 2;
        grid-column: 1 / -1; /* full width */
    }
    #needHelpBox #needHelp > :last-child {
        grid-column: 1 / -1; /* full width */
    }
    #needHelpBox #needHelp #help-image {
        margin-top: 0;
        height: fit-content;
        width: fit-content;
        margin: 0 auto;
    }
    #needHelpBox #needHelp #help-image img {
        max-height: 200px;
    }
}

/*******************************************  Facility Buttons  ********************************************/

#facility-buttons{
    margin: 20px 0 40px 0;
}

    .text{
        text-align: center;
        width: 50%;
        margin: 25px auto 40px auto;
        color: black;
    }
        .text h2 {
            color: black;
            font-weight: bold;
        }

#facility-buttons #buttons {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    text-align: center;
    gap: 2px;
}

    #facility-buttons #buttons button {
        all: unset;
        background-color: #efefef;
        border: 2px solid white;
        border-radius: 16px;
        padding: 20px;
        color: black;
        font-weight: bold;
    }

        #facility-buttons #buttons button:hover {
            background-color: white;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
            transition: all 0.5s ease;
        }

        #facility-buttons #buttons button:disabled {
            cursor: not-allowed;
            pointer-events: none;
            border: none;
        }

    #facility-buttons #buttons #image-wrap {
        width: fit-content;
        background: linear-gradient( 135deg, transparent 50%, #a2d9f0 50% );
        margin: 0 auto;
    }

#facility-buttons #buttons img {
    max-height: 64px;
    max-width: 64px;
}

@media (max-width: 850px) {
    .text {
        width: 100%;
    }
}
@media (max-width: 660px) {
    #facility-buttons #buttons {
        grid-template-columns: none;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    }

        #facility-buttons #buttons button {
            display: grid;
            grid-template-columns: 1fr 5fr;
            align-content: center;
            align-items: center;
            justify-content: center;
        }
}

/*******************************************  Why Choose Marks  ********************************************/

.why-examples {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    background-color: #a2d9f0;
    border-radius: 16px;
    font-weight: bold;
}

    .why-examples span {
        color: black;
    }

    .why-examples #why-img-wrap {
        width: fit-content;
    }

    .why-examples img {
        max-width: 50px;
        max-height: 50px;
        background: linear-gradient( 135deg, #a2d9f0 50%, #ffffff 50% );
    }

    .why-examples > div + div {
        position: relative;
    }

    .why-examples > div + div::before {
        content: "";
        position: absolute;
        left: 0;
        top: 20%;
        height: 60%;
        width: 2px;
        background: #92c4d8;
    }

.why-example {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

@media (max-width: 750px) {
    .why-examples {
        display: grid;
        grid-template-columns: none;
        grid-template-rows: 1fr 1fr 1fr;
        text-align: center;
    }
    .why-example {
        justify-content:flex-start;
        margin-left:15px;
    }
    .why-examples > div + div::before {
        display: none;
    }
}

#forManyYears {
    margin: 40px 0 15px 0;
}

    #forManyYears span {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 40px;
        color: black;
        white-space: nowrap;
        position: relative;
        width: fit-content;
        margin: 0 auto;
    }

        #forManyYears span:last-child{
            font-weight: bold;
        }

        #forManyYears span:last-child::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0.1em; /* adjust vertical position */
            width: 100%;
            height: 0.4em; /* thickness of the highlight */
            background-color: #19abe8; /* highlight color */
            z-index: -1; /* put it behind text */
        }

@media (max-width: 850px) {
    #forManyYears span {
        font-size: 25px;
    }
}

/*******************************************  Klaviyo  ********************************************/

#klaviyo-ring {
    position: relative;
    padding: 2px 2px;
    background: transparent;
    border: none;
    border-radius: 16px;
    box-shadow: 0 0 0 2px #002855;
}

    #klaviyo-ring:has(> .klaviyo-form-X4YBju:empty){
        display: none;
    }
