﻿/*Top Navigation
------------------------------------------------*/
.header .header-grid {
    display: grid;
    grid-template-columns: 1fr 2.5fr;
    height: 13rem;
    background-color: var(--red);
}
    .header .header-grid div:nth-child(1) {
        
    }
    .header .header-grid div:nth-child(2):not(.bar2) {
        background-color: #fff;
        width: calc(((100vw - var(--wrap-size)) / 2) + 30rem); 
        position: relative;
    }
        .header .header-grid div:nth-child(2) div.slant-bar {
            width: 5.5rem;
            height: 60rem;
            border-left: 5rem solid var(--dark-blue);
            position: absolute;
            top: 0;
            right: 3rem;
            background-color: #fff;
            transform: skew(-15deg);
            z-index: 1000;
        }
    .header .header-grid div:nth-child(2) img {
        max-width: 19rem;
    }
        .header .header-grid div:nth-child(2) > div {
            height: 13rem;
            display: flex;
            align-items: center;
            margin-left: calc((100vw - var(--wrap-size)) / 2);
            justify-content: end;
            padding-right: 5rem;
        }
        }
    .header .header-grid div:nth-child(3) {
        background-color: var(--red);
    }
        .header .header-grid div:nth-child(3) > ul {
            height: 13rem;
            display: flex;
            justify-content: end;
            align-items: end;
            margin-right: calc((100vw - var(--wrap-size)) / 2 - 8px);
        }


header .main-menu {
    align-items: center;
    border-top: solid 1px rgba(0, 0, 0, 0.12);
}

.links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-inline-start: 0;
    list-style-type: none;
    margin: 0 0 0 0;
}

.header .main-menu .links li {
    margin-left: 4rem;
    padding: 1rem 0 2rem 0;
}
.header .main-menu .links li:last-child {
    margin-left: .5rem;
}

    .header .main-menu .links li.blue {
        background-color: var(--dark-blue);
        padding: 1rem 2rem 2rem 2rem;
        cursor: pointer;
        transition: all .25s;
    }

        .header .main-menu .links li.blue:hover {
            background-color: var(--dark-blue-hover);
            transition: all .25s;
        }

        .header .main-menu .links li.blue a {
            color: #fff;
            text-decoration: none;
        }

            .header .main-menu .links li.blue a:hover {
                color: #fff;
            }

    .header .main-menu .links li.grey {
        background-color: var(--dark-grey);
        padding: 1rem 2rem 2rem 2rem;
        cursor: pointer;
        transition: all .25s;
    }

        .header .main-menu .links li.grey:hover {
            background-color: var(--dark-grey-hover);
            transition: all .25s;
        }

        .header .main-menu .links li.grey a {
            color: #fff;
            text-decoration: none;
        }

            .header .main-menu .links li.grey a:hover {
                color: #fff;
            }



    .header .main-menu .links li a {
        font-family: "Exo 2";
        font-size: 2.2rem;
        line-height: 45px;
        color: #fff;
        transition: color .25s;
        text-decoration: none;
        position: relative;
    }
    }

        .header .main-menu .links li a:hover {
            color: #fff;
            transition: color .25s;
        }

        .header .main-menu .links li a::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 2px;
            border-radius: 0;
            background-color: #fff;
            bottom: -3px;
            left: 0;
            transform-origin: right;
            transform: scaleX(0);
            transition: transform .3s ease-in-out;
        }
        .header .main-menu .links li a:hover::before {
            transform-origin: left;
            transform: scaleX(1);
        }

.context-icon {
    align-self: end;
    display: none;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 2px;
    background-color: #fff;
    margin: 6px 0 !important;
    transition: 0.4s;
    padding: 0 !important;
}

.change .bar1 {
    -webkit-transform: rotate(135deg) translate(6px, -7px);
    transform: rotate(135deg) translate(6px, -7px);
    background-color: #fff;
}

.change .bar2 {
    opacity: 0;
    margin-right: 0;
    background-color: #fff;
}

.change .bar3 {
    -webkit-transform: rotate(-135deg) translate(4px, 6px);
    transform: rotate(-135deg) translate(4px, 6px);
    background-color: #fff;
}

@media (max-width: 1279px) {
    .context-icon {
        display: block;
        order: 1;
        background-color: var(--red);
    }
    .header .header-grid {
        height: 8rem;

    }
        .header .header-grid div:nth-child(2) > div {
            justify-content: start;
        }
        .header .header-grid div:nth-child(2) > div {
            height: 8rem;
            margin-left: 0px;
        }
    .header .header-grid div:nth-child(2):not(.bar2) {
        width: initial;
    }

    .header .header-grid div:nth-child(2) div.slant-bar {
        height: 8rem;
        right: -2rem;
    }

    .header .main-menu {
        display: none;
        grid-column: 1/3;
        z-index: 1000;
        order: 2;
    }
    .header .header-grid div:nth-child(3) > ul {
        height: initial;
        display: block; 
        background-color: var(--red);
        border-top: 1px solid #fff;
    }
    .header .header-grid {
        grid-template-columns: 1fr 10.5rem;
    }
    .header .header-grid {
        background-color: var(--red);
    }

    .logo {
        width: 13rem;
        margin-right: 0;
    }

    .header .header-grid div:nth-child(1) {
        margin-bottom: 0;
    }

    .header .header-grid div:nth-child(1) {
        align-self: center;
        justify-self: center;
        padding-left: 2.5rem;
    }

    .header .links {
        flex-direction: column;
    }

    .header .main-menu .links li {
        margin: 0 0rem;
        border-bottom: 1px solid #ccc;
        padding: 1rem 0 1rem 2rem;
    }

        .header .main-menu .links li.has-submenu ul.sub-menu {
            position: initial;
            top: 0;
            box-shadow: none;
            border: none;
            padding: 0;
            min-width: initial;
            background-color: #f5f5f5;
            margin-top: -4.6rem;
            padding-top: 4.6rem;
            padding: 0 0 0 1rem;
        }

            .header .main-menu .links li.has-submenu ul.sub-menu li {
                padding: 0 0 0 1rem;
                border: none;
            }
        .header .main-menu .links li:last-child {
            margin-left: 0rem;
        }
        .header .main-menu .links li.blue {
            padding: 1rem 2rem 1rem 2rem;
        }
        .header .main-menu .links li.grey {
            padding: 1rem 2rem 1rem 2rem;
        }
}

/* Footer */
.footer {
    padding: 4rem 0 2rem 0;
    background-color: var(--light-grey);
}
.footer .footer-grid {
    display: grid;
    grid-template-columns: 25rem 1fr 11rem;
}
    .footer .footer-grid > div:nth-child(1) {
        
    }
    .footer .footer-grid > div:nth-child(1) img {
        max-width: 19rem;
    }
    .footer .footer-grid > div:nth-child(2) {
        display: flex;
        justify-content: space-between;
        padding: 0 4rem;
    }
    .footer .footer-grid > div:nth-child(2) h5 {
        font-size: 2rem;
        font-weight: 700;
        margin: 0 0 1rem 0;
    }
    .footer .footer-grid > div:nth-child(2) ul {
        padding: 0;
    }
        .footer .footer-grid > div:nth-child(2) ul li {
            list-style: none;
            margin-bottom: .5rem;
        }
        .footer .footer-grid > div:nth-child(2) ul li a {
            font-size: 1.8rem;
            text-decoration: none;
            color: #000;
        }
            .footer .footer-grid > div:nth-child(2) ul li a:hover {
                color: var(--dark-blue);
            }
    .footer .footer-grid > div:nth-child(3) {
        display: flex;
    }
    .footer .footer-grid > div:nth-child(3) img {
        width: 5rem;
        margin-right: 2rem;
    }
    .footer .copyright-grid {
        display: flex;
        margin-top: 2rem;
    }
    .footer .copyright-grid div:nth-child(2) {
        margin-left: 5rem;
        display: flex;
    }
        .footer .copyright-grid div:nth-child(2) a {
            margin-left: 5rem;

        }
@media (max-width: 1279px) {
    .footer {
        padding-left: 2rem;
    }
    .footer .footer-grid {
        grid-template-columns: 25rem 1fr;        
    }
        .footer .footer-grid > div:nth-child(2) {
            flex-wrap: wrap;
            padding: 0;
        }
        .footer .footer-grid > div:nth-child(2) > div {
            width: 100%;
            margin-bottom: 3rem;
        }
}
@media (max-width: 550px) {
    .footer .footer-grid {
        grid-template-columns: 1fr;
        grid-gap: 3rem;
    }
    .footer .copyright-grid {
        margin-top: 3rem;
        flex-wrap: wrap;
    }
    .footer .copyright-grid > div {
        text-align: left;
        width: 100%;
    }
        .footer .copyright-grid div:nth-child(2) {
            margin-left: 0;
            display: flex;
        }
        .footer .copyright-grid div:nth-child(2) a {
            margin-left: 0;
            margin-right: 5rem;
        }
}

    /* Home page */
    .hero-image {
        background-repeat: no-repeat;
        background-size: cover !important;
        background-position: center;
        height: 47rem;
        position: relative;
    }

        .hero-image .hero-box {
            background-color: #fff;
            height: 7.5rem;
            position: absolute;
            bottom: 0;
            left: 0;
            width: calc(((100vw - var(--wrap-size)) / 2) + 18rem);
        }

        .hero-image .hero-text {
            padding: 4rem 0 0 0;
            margin-left: 38rem;
            color: #fff;
            font-size: 4.5rem;
            line-height: 5.5rem;
        }

            .hero-image .hero-text p {
                margin: 0;
                font-size: 4.5rem;
                line-height: 5.5rem;
            }

    .slider-section {
        margin-top: 6rem;
    }

    .slide-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        min-height: 67rem;
    }

        .slide-grid .slide-text {
            padding: 9rem;
            color: #fff;
        }

            .slide-grid .slide-text.invert {
                order: 1;
            }

            .slide-grid .slide-text .title p {
                font-size: 3rem;
                font-weight: 700;
                margin: 0;
                line-height: 3.4rem;
            }

            .slide-grid .slide-text .subtitle p {
                font-size: 3rem;
                margin: 0 0 4rem 0;
                line-height: 3.8rem;
            }

            .slide-grid .slide-text .text p {
                font-size: 2.4rem;
                margin: 0 0 6rem 0;
                line-height: 3rem;
            }

        .slide-grid .image {
            background-repeat: no-repeat;
            background-size: cover !important;
            background-position: center;
        }

    .home .text-image-grid {
        display: grid;
        grid-template-columns: 1fr 40rem;
        grid-gap: 5rem;
        margin-bottom: 5rem;
    }

        .home .text-image-grid h5 p {
            font-size: 2.6rem;
            font-weight: 400;
            margin-bottom: 0;
        }

        .home .text-image-grid p {
            font-size: 2rem;
            font-weight: 400;
            margin-bottom: 5rem;
        }

        .home .text-image-grid div:nth-child(2) {
            display: flex;
            align-items: center;
            justify-content: end;
        }

        .home .text-image-grid img {
            max-width: 25rem;
        }

    .video-text-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 4rem;
        margin-bottom: 8rem;
    }

    .video-text-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 4rem;
    }

        .video-text-grid div:nth-child(2) {
            position: relative;
        }

            .video-text-grid div:nth-child(2) .button {
                position: absolute;
                bottom: 1.3rem;
            }

    .home .dealer-section {
    }

    .home .home-dealer-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        height: 46rem;
    }

        .home .home-dealer-grid div:nth-child(1) {
            position: relative;
        }

            .home .home-dealer-grid div:nth-child(1) .grey-container {
                background-color: var(--light-grey);
                margin: 5rem 0 0 0;
                height: calc(100% - 5rem);
                margin-right: -20rem;
                padding-left: calc((100vw - var(--wrap-size)) / 2);
                padding-right: 30rem;
                font-size: 3rem;
                line-height: 3.6rem;
                padding-top: 5rem;
            }

            .home .home-dealer-grid div:nth-child(1) .blue-slant {
                width: 5.5rem;
                height: 46rem;
                border-left: 5rem solid var(--dark-blue);
                position: absolute;
                top: 0;
                right: -7rem;
                background-color: #fff;
                transform: skew(-15deg);
                z-index: 1000;
            }

        .home .home-dealer-grid > div:nth-child(2) {
            clip-path: polygon(12% 0, 100% 0%, 100% 100%, 0% 100%);
            background-repeat: no-repeat;
            background-size: cover !important;
            background-position: center;
        }

    .home .research-section {
        background-color: var(--light-blue);
        min-height: 65rem;
    }

        .home .research-section .home-research-grid {
            display: grid;
            grid-template-columns: 40rem 1fr;
        }

            .home .research-section .home-research-grid > div:nth-child(1) {
                position: relative;
                min-height: 65rem;
            }

                .home .research-section .home-research-grid > div:nth-child(1) .top-slant {
                    width: .7rem;
                    height: 40rem;
                    position: absolute;
                    top: 0;
                    left: 12.5rem;
                    background-color: #fff;
                    transform: skew(-15deg);
                    z-index: 1000;
                }

                .home .research-section .home-research-grid > div:nth-child(1) .bottom-slant {
                    width: .7rem;
                    height: 40rem;
                    position: absolute;
                    bottom: 0;
                    right: 13rem;
                    background-color: #fff;
                    transform: skew(-15deg);
                    z-index: 1000;
                }

                .home .research-section .home-research-grid > div:nth-child(1) .research-bg {
                    height: 100%;
                    background-repeat: no-repeat;
                    background-size: cover !important;
                    background-position: center;
                    width: 39rem;
                    clip-path: polygon(47% 0, 100% 0, 54% 100%, 0% 100%);
                }

            .home .research-section .home-research-grid > div:nth-child(2) {
                padding: 11rem 0 4rem 2rem;
                font-size: 2rem;
            }

                .home .research-section .home-research-grid > div:nth-child(2) h5 p {
                    font-size: 3rem;
                    font-weight: 400;
                }
@media (max-width: 1300px) {
    .home .home-dealer-grid div:nth-child(1) .grey-container {
        padding-left: 2rem;
    }
}
@media (max-width: 1279px) {
    .hero-image .hero-box {
        display: none;
    }
    .hero-image .hero-text {
        margin-left: 0;
    }
    .slide-grid {
        min-height: 45rem;
    }
    .slide-grid .slide-text {
        padding: 5rem;
    }
    .slide-grid .slide-text .title p {
        font-size: 2.6rem;
        line-height: 3rem;
    }
    .slide-grid .slide-text .subtitle p {
        font-size: 2rem;
        margin: 0 0 3rem 0;
        line-height: 2.4rem;
    }
    .slide-grid .slide-text .text p {
        font-size: 2rem;
        margin: 0 0 6rem 0;
        line-height: 2.6rem;
    }
    .home .text-image-grid div:nth-child(2) {
        margin-right: 2rem;
    }
    .home .text-image-grid {
        grid-template-columns: 1.5fr 1fr;
        grid-gap: 3rem;
    }
    .video-text-grid div:nth-child(2) .button {
        position: initial;
        bottom: 0;
    }
    .home .home-dealer-grid div:nth-child(1) .grey-container {
        padding-top: 2rem;
    }
    .home .home-dealer-grid div:nth-child(1) .blue-slant {
        right: -5.5rem;
    }
}
@media (max-width: 1023px) {
    .slide-grid {
        min-height: 55rem;
    }
    .home .home-dealer-grid {
        grid-template-columns: 1fr;
    }
        .home .home-dealer-grid {
            height: initial;
        }
        .home .home-dealer-grid > div:nth-child(1) {
            order: 1;
        }
        .home .home-dealer-grid > div:nth-child(2) {
            clip-path: none;
            min-height: 45rem;
        }
            .home .home-dealer-grid div:nth-child(1) .grey-container {
                margin: 0;
                padding-bottom: 10rem;
                padding-right: 2rem;
            }
            .home .home-dealer-grid div:nth-child(1) .blue-slant {
                display: none;
            }
    .home .research-section {
        
    }
}
@media (max-width: 768px) {
    .slide-grid {
        grid-template-columns: 1fr;
    }
        .slide-grid .image {
            height: 55rem;
        }
        .slide-grid .slide-text {
            order: 1;
        }
    .slick-dots {
        display: none !important;
    }
    .video-text-grid {
        grid-template-columns: 1fr;
        grid-gap: 2rem;
    }
    .home .research-section .home-research-grid > div:nth-child(2) {
        padding: 2rem 0 4rem 2rem;
        font-size: 2rem;
    }
}
@media (max-width: 767px) {
    .hero-image {
        height: 31rem;
    }
        .hero-image .hero-text p {
            font-size: 3rem;
            line-height: 3.5rem;
        }
    .home .text-image-grid {
        grid-template-columns: 1fr;
    }
    .home .text-image-grid > div:nth-child(2) {
        display: none;
    }
    .home .research-section {
        min-height: initial;
    }
    .home .research-section .home-research-grid {
        grid-template-columns: 1fr;
    }
    .home .research-section .home-research-grid > div:nth-child(1) {
        display: none;
    }
}
@media (max-width: 550px) {
    .slide-grid .image {
        height: 40rem;
    }
    .slide-grid .slide-text {
        padding: 2rem;
    }
    .home .home-dealer-grid > div:nth-child(2) {
        min-height: 35rem;
    }
}
@media (max-width: 425px) {
    .slide-grid .image {
        height: 35rem;
    }
}





    /* About Us Page */
    .aboutUsPage .header .header-grid div:nth-child(2) div.slant-bar {
        height: 39rem;
        right: 1rem;
        transform: skew(-18deg);
    }

    .page.about .hero-image {
        height: 26rem;
    }

    .page.about .video-text-section {
        margin-top: 8rem;
    }

        .page.about .video-text-section h3 p {
            margin: 0 0 3rem 0;
            font-weight: 400;
            font-size: 5rem;
            line-height: 6rem;
        }

        .page.about .video-text-section p {
            margin: 0 0 3rem 0;
            font-size: 2.4rem;
            line-height: 3.2rem;
        }

    .page.about .mission-grid {
        display: grid;
        grid-template-columns: 1fr 5.5rem 1fr;
        color: #fff;
    }

        .page.about .mission-grid div.mission {
            height: 35rem;
            background-repeat: no-repeat;
            background-size: cover !important;
            background-position: center;
            clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%);
        }

            .page.about .mission-grid div.mission .overlay {
                margin-left: calc((100vw - var(--wrap-size)) / 2 - 12px);
                background-color: rgb(118 180 227 / 90%);
                padding: 4rem 14rem 2rem 4rem;
                height: 100%;
            }

            .page.about .mission-grid div.mission h4 {
                margin: 0;
            }

                .page.about .mission-grid div.mission h4 p {
                    margin: 0 0 3rem 0;
                    font-weight: 400;
                    font-size: 5rem;
                }

            .page.about .mission-grid div.mission p {
                font-size: 2.4rem;
                line-height: 3.2rem;
            }

        .page.about .mission-grid div.vision {
            height: 35rem;
            background-repeat: no-repeat;
            background-size: cover !important;
            background-position: center;
            clip-path: polygon(12% 0, 100% 0%, 100% 100%, 0% 100%);
            margin-left: -20rem;
            margin-top: 16rem;
        }

            .page.about .mission-grid div.vision .overlay {
                margin-right: calc((100vw - var(--wrap-size)) / 2 - 12px);
                background-color: rgb(130 195 65 / 90%);
                padding: 4rem 4rem 2rem 20rem;
                text-align: right;
                height: 100%;
            }

            .page.about .mission-grid div.vision h4 {
                margin: 0;
            }

                .page.about .mission-grid div.vision h4 p {
                    margin: 0 0 3rem 0;
                    font-weight: 400;
                    font-size: 5rem;
                }

            .page.about .mission-grid div.vision p {
                font-size: 2.4rem;
                line-height: 3.2rem;
            }

        .page.about .mission-grid > div:nth-child(2) {
            width: 6rem;
            height: 51rem;
            border-left: 5rem solid var(--dark-blue);
            background-color: #fff;
            transform: skew(-19deg);
            z-index: 1000;
            margin-left: -9rem;
        }

    .page.about .who {
        margin-top: 8rem;
    }

        .page.about .who h3 p {
            margin: 0 0 3rem 0;
            font-weight: 400;
            font-size: 5rem;
        }

        .page.about .who p {
            margin: 0 0 3rem 0;
            font-weight: 400;
            font-size: 2.4rem;
            line-height: 3.2rem;
        }

    .page.about .tab {
        margin-top: 12.5rem;
        background-color: var(--dark-grey);
        color: #fff;
        font-size: 2.4rem;
        line-height: 3.2rem;
    }

        .page.about .tab .tab-grid {
            display: grid;
            grid-template-columns: 1fr 50rem;
        }

            .page.about .tab .tab-grid > div:nth-child(1) {
                padding: 9rem 9rem 9rem 0;
            }

            .page.about .tab .tab-grid > div:nth-child(2) {
                height: 100%;
                position: relative;
            }

                .page.about .tab .tab-grid > div:nth-child(2) .tab-bg {
                    clip-path: polygon(22% 0, 100% 0%, 78% 100%, 0% 100%);
                    background-color: #fff;
                    width: 100%;
                    height: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                    .page.about .tab .tab-grid > div:nth-child(2) .tab-bg img {
                        max-width: 30rem;
                    }

                .page.about .tab .tab-grid > div:nth-child(2) .blue {
                    width: 0.7rem;
                    height: 33rem;
                    position: absolute;
                    top: 0;
                    left: 5.5rem;
                    background-color: var(--dark-blue);
                    transform: skew(-17deg);
                    z-index: 1000;
                }

                .page.about .tab .tab-grid > div:nth-child(2) .red {
                    width: 0.7rem;
                    height: 33rem;
                    position: absolute;
                    bottom: 0;
                    left: 3rem;
                    background-color: var(--red);
                    transform: skew(-17deg);
                    z-index: 1000;
                }

    .page.about .gca {
        background-color: var(--dark-green);
        color: #fff;
    }

        .page.about .gca .gca-grid {
            display: flex;
        }

            .page.about .gca .gca-grid > div:nth-child(1) {
                width: calc((100vw - var(--wrap-size)) / 2 + 38rem);
                background-repeat: no-repeat;
                background-size: cover !important;
                background-position: center;
                clip-path: polygon(0 0, 100% 0%, 78% 100%, 0% 100%);
            }

            .page.about .gca .gca-grid > div:nth-child(2) {
                padding: 8rem 8rem 8rem 4rem;
                padding-right: calc((100vw - var(--wrap-size)) / 2 + 12px);
                width: calc((100vw - var(--wrap-size)) / 2 + (var(--wrap-size) - 38rem));
            }


@media (max-width: 1440px) {
    .page.about .mission-grid {
        grid-template-columns: 1.25fr 5.5rem 1fr;
    }
}
@media (max-width: 1279px) {
    .aboutUsPage .header .header-grid div:nth-child(2) div.slant-bar {
        height: 34rem;
        right: 2rem;
    }
    .page.about .mission-grid div.mission .overlay {
        margin-left: 0;
    }
    .page.about .mission-grid div.vision .overlay {
        margin-right: 0;
    }
    .page.about .mission-grid div.vision {
        clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0% 100%);
    }
    .page.about .gca .gca-grid > div:nth-child(1) {
        width: 50%;
    }
}
@media (max-width: 1023px) {
    .page.about .tab {
        background-color: #fff;
    }

        .page.about .tab .wrap {
            padding: 0;
        }

        .page.about .tab .tab-grid {
            grid-template-columns: 1fr;
        }

            .page.about .tab .tab-grid > div:nth-child(1) {
                order: 1;
                background-color: var(--dark-grey) !important;
                padding: 2rem 2rem 4rem 2rem;
            }

            .page.about .tab .tab-grid > div:nth-child(2) {
                padding: 2rem 2rem 4rem 2rem;
            }

                .page.about .tab .tab-grid > div:nth-child(2) .tab-bg {
                    clip-path: none;
                }

                .page.about .tab .tab-grid > div:nth-child(2) .blue {
                    height: 16.3rem;
                    top: 0;
                    left: 3rem;
                }

                .page.about .tab .tab-grid > div:nth-child(2) .red {
                    height: 14rem;
                    left: 1.5rem;
                }
}

    @media (max-width: 768px) {
        .page.about .mission-grid div.vision {
            clip-path: polygon(18% 0, 100% 0%, 100% 100%, 0% 100%);
        }

        .page.about .mission-grid {
            grid-template-columns: 1.5fr 5.5rem 1fr;
        }

        .page.about .gca .gca-grid > div:nth-child(1) {
            width: 60%;
        }
    }

    @media (max-width: 767px) {
        .page.about .mission-grid {
            grid-template-columns: 1fr;
        }

            .page.about .mission-grid > div:nth-child(2) {
                display: none;
            }

            .page.about .mission-grid div.vision {
                clip-path: none;
                margin-top: 0;
                text-align: center;
                margin-left: 0;
            }

            .page.about .mission-grid div.mission {
                clip-path: none;
                text-align: center;
            }

                .page.about .mission-grid div.mission .overlay {
                    padding: 4rem 2rem;
                }

            .page.about .mission-grid div.vision .overlay {
                padding: 4rem 2rem;
                text-align: center;
                margin-right: 0;
            }

        .page.about .gca .gca-grid {
            flex-direction: column;
        }

            .page.about .gca .gca-grid > div:nth-child(1) {
                height: 40rem;
                clip-path: none;
                width: 100%;
            }

            .page.about .gca .gca-grid > div:nth-child(2) {
                width: 100%;
                padding: 4rem 2rem;
            }
    }

    @media (max-width: 550px) {
        .page.about .hero-image {
            height: 15rem;
        }

        .aboutUsPage .header .header-grid div:nth-child(2) div.slant-bar {
            height: 23rem;
            right: 0rem;
        }

        .page.about .tab .tab-grid > div:nth-child(2) .blue {
            height: 16.3rem;
            top: 0;
            left: 1rem;
        }

        .page.about .tab .tab-grid > div:nth-child(2) .red {
            height: 14rem;
            left: -.5rem;
        }

        .page.about .gca .gca-grid > div:nth-child(1) {
            height: 30rem;
        }
    }

    @media (max-width: 320px) {
        .page.about .hero-image {
            height: 15rem;
        }

        .aboutUsPage .header .header-grid div:nth-child(2) div.slant-bar {
            height: 23rem;
            right: 0rem;
        }

        .page.about .tab .tab-grid > div:nth-child(2) .blue {
            height: 16.3rem;
            top: 0;
            left: -.5rem;
        }

        .page.about .tab .tab-grid > div:nth-child(2) .red {
            height: 14rem;
            left: -2rem;
        }

        .page.about .tab .tab-grid > div:nth-child(2) .tab-bg img {
            max-width: 26rem;
        }
    }

    /* Green Cup */

    .greenCupAwardsPage .header .header-grid div:nth-child(2) div.slant-bar {
        height: 13rem;
        right: -3.37rem;
    }

    .page.green .page-title {
        margin: 13rem 0 5rem 0;
    }

    .page.green .green-hero {
        display: flex;
        color: #fff;
    }

        .page.green .green-hero > div:nth-child(1) {
            clip-path: polygon(0 0, 100% 0%, 95.5% 100%, 0% 100%);
            background-color: var(--dark-green);
            color: #fff;
            padding: 4rem 15rem 0 calc((100vw - var(--wrap-size)) / 2);
            position: relative;
        }

            .page.green .green-hero > div:nth-child(1) .white-slant {
                width: 0.7rem;
                height: 8rem;
                position: absolute;
                top: 0;
                right: 6rem;
                background-color: #fff;
                transform: skew(-17deg);
                z-index: 1000;
            }

        .page.green .green-hero > div:nth-child(2) {
            padding-right: calc((100vw - var(--wrap-size)) / 2);
        }

            .page.green .green-hero > div:nth-child(2) img {
                max-width: 25rem;
                margin: 0 0 0 -7rem;
                position: relative;
                z-index: 100;
            }

    .page.green .body-text {
        margin: 10rem 0;
    }

    .page.green .winners-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 12rem;
    }

        .page.green .winners-grid .winner-item {
            width: 31rem;
            box-shadow: 0px 0px 30px -10px #333;
            position: relative;
            padding-bottom: 10rem;
        }

            .page.green .winners-grid .winner-item .year-text {
                color: #fff;
                padding: .5rem 2.5rem;
                background-color: rgb(0 147 70 / 80%);
                display: inline-block;
            }

            .page.green .winners-grid .winner-item .bg {
                height: 22rem;
                background-repeat: no-repeat;
                background-size: cover !important;
                background-position: center;
                position: relative;
            }

            .page.green .winners-grid .winner-item p {
                padding: 0 2.5rem;
            }

            .page.green .winners-grid .winner-item .button {
                position: absolute;
                bottom: 0;
                padding: 2.5rem 0;
                width: 100%;
                display: flex;
                justify-content: center;
            }

    .page.green .contact-bar {
        display: flex;
        color: #fff;
        margin: 12rem 0 0 0;
    }

        .page.green .contact-bar > div:nth-child(1) {
            clip-path: polygon(0 0, 100% 0%, 95.5% 100%, 0% 100%);
            background-color: var(--light-blue);
            color: #fff;
            padding: 4rem 15rem 4rem calc((100vw - var(--wrap-size)) / 2);
            position: relative;
        }

            .page.green .contact-bar > div:nth-child(1) .white-slant {
                width: 0.7rem;
                height: 8rem;
                position: absolute;
                top: 0;
                right: 6rem;
                background-color: #fff;
                transform: skew(-17deg);
                z-index: 1000;
            }

        .page.green .contact-bar > div:nth-child(2) {
            padding-right: calc((100vw - var(--wrap-size)) / 2);
        }

            .page.green .contact-bar > div:nth-child(2) .button {
                width: 28rem;
                display: flex;
                justify-content: end;
                align-items: center;
                height: 100%;
            }

    .page.green .green-hero > div:nth-child(2) img {
        max-width: 25rem;
        margin: 0 0 0 -7rem;
        position: relative;
        z-index: 100;
    }

@media (max-width: 1279px) {
    .greenCupAwardsPage .header .header-grid div:nth-child(2) div.slant-bar {
        height: 10rem;
        right: -1.15rem;
    }
    .mobile-grey-bar {
        background-color: var(--light-grey);
        height: 2rem;
    }
    .page.green .green-hero > div:nth-child(1) {
        clip-path: polygon(0 0, 100% 0%, 95.5% 100%, 0% 100%);
        background-color: var(--dark-green);
        color: #fff;
        padding: 4rem 15rem 0 2rem;
        position: relative;
    }
    .page.green .winners-grid {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        grid-gap: 2rem;
    }
    .page.green .contact-bar {
        margin: 12rem 2rem 0 0;
    }
        .page.green .contact-bar > div:nth-child(1) {
            clip-path: polygon(0 0, 100% 0%, 92.5% 100%, 0% 100%);
            padding: 4rem 15rem 4rem 2rem;
        }
}
@media (max-width: 1024px) {
    .page.green .green-hero > div:nth-child(1) {
        clip-path: polygon(0 0, 100% 0%, 88.5% 100%, 0% 100%);
    }
    .page.green .contact-bar > div:nth-child(1) {
        clip-path: polygon(0 0, 100% 0%, 87.5% 100%, 0% 100%);
        padding: 4rem 15rem 4rem 2rem;
    }
}
@media (max-width: 1023px) {
    .page.green .green-hero > div:nth-child(1) {
        clip-path: polygon(0 0, 100% 0%, 86.5% 100%, 0% 100%);
    }
}
@media (max-width: 768px) {
    .page.green .green-hero > div:nth-child(1) {
        clip-path: polygon(0 0, 100% 0%, 86.5% 100%, 0% 100%);
    }
    .page.green .contact-bar > div:nth-child(1) {
        clip-path: polygon(0 0, 100% 0%, 78.5% 100%, 0% 100%);
        padding: 1rem 12rem 4rem 2rem;
    }
}
@media (max-width: 767px) {
    .page.green .green-hero {
        flex-direction: column;
    }
    .page.green .green-hero > div:nth-child(1) {
        order: 1;
    }
    .page.green .page-title {
        margin: 5em 0 0 0;
    }
    .page.green .green-hero > div:nth-child(2) {
        text-align: center;
    }
    .page.green .green-hero > div:nth-child(2) img {
        max-width: 25rem;
        margin:0;
        position: initial;
    }
    .page.green .green-hero > div:nth-child(1) {
        clip-path: polygon(0 0, 100% 0%, 93.5% 100%, 0% 100%);
        padding: 1rem 11rem 0 2rem;
    }
    .page.green .contact-bar > div:nth-child(1) {
        clip-path: polygon(0 0, 100% 0%, 91.5% 100%, 0% 100%);
        padding: 1rem 12rem 4rem 2rem;
    }
    .page.green .contact-bar {
        display: flex;
        flex-direction: column;
    }
        .page.green .contact-bar > div:nth-child(2) .button {
            width: 22rem;
            margin: 2rem 0;
        }
}
@media (max-width: 550px) {
    .page.green .green-hero > div:nth-child(2) img {
        max-width: 90%;
    }
    .page.green .green-hero > div:nth-child(1) {
        clip-path: polygon(0 0, 100% 0%, 87.5% 100%, 0% 100%);
    }
    .page.green .contact-bar > div:nth-child(1) {
        clip-path: polygon(0 0, 100% 0%, 84.5% 100%, 0% 100%);
    }
}
@media (max-width: 425px) {
    .page.green .green-hero > div:nth-child(1) {
        clip-path: polygon(0 0, 100% 0%, 81.5% 100%, 0% 100%);
    }
    .page.green .contact-bar > div:nth-child(1) {
        clip-path: polygon(0 0, 100% 0%, 79.5% 100%, 0% 100%);
    }
}
@media (max-width: 390px) {
    .page.green .green-hero > div:nth-child(1) {
        clip-path: polygon(0 0, 100% 0%, 76.5% 100%, 0% 100%);
    }
    .page.green .contact-bar > div:nth-child(1) {
        clip-path: polygon(0 0, 100% 0%, 77.5% 100%, 0% 100%);
    }
}


    /* Article Page */
    .articlePage .header .header-grid div:nth-child(2) div.slant-bar {
        height: 16.5rem;
        right: -3.37rem;
    }
    .generalArticlePage .header .header-grid div:nth-child(2) div.slant-bar {
        height: 16.5rem;
        right: -3.37rem;
    }

    .page.article {
        padding-bottom: 8.5rem;
    }
        .page.article h1 {
            margin: 0 0 7rem 0;
        }
        .page.article img {
            margin-top: 5rem;
        }
        .page.article .grey-bar {
            height: 3.5rem;
            background-color: var(--light-grey);
        }

        .page.article h1 p {
            margin: 5rem 0 -4rem 4rem;
        }

        .page.article .umb-block-grid__layout-item {
            margin-left: 2rem;
        }
.page.article .about-footer {
    padding-left: 4rem;
}
        .page.article .about-footer h3 p {
            font-weight: 600;
            font-size: 2.4rem;
        }


@media (max-width: 1279px) {
    .articlePage .header .header-grid div:nth-child(2) div.slant-bar {
        height: 10rem;
        right: -1.15rem;
    }
    .generalArticlePage .header .header-grid div:nth-child(2) div.slant-bar {
        height: 10rem;
        right: -1.15rem;
    }
    .page.article .grey-bar {
        height: 2rem;
    }
    .page.article h1 p {
        margin: 5rem 0 2rem 2rem;
    }
    .page.article .umb-block-grid__layout-item {
        margin-left: 0;
    }
    .page.article .about-footer {
        padding-left: 2rem;
    }
}

    /* Company Overview Page */
    .companyOverviewPage .header .header-grid div:nth-child(2) div.slant-bar {
        height: 16.5rem;
        right: -3.37rem;
    }

    .page.company h1 {
        margin-bottom: 5rem;
    }

    .page.company h2 {
        margin-bottom: 4rem;
    }

    .page.company .grey-bar {
        height: 3.5rem;
        background-color: var(--light-grey);
        margin-bottom: 6rem;
    }

    .page.company .tt {
        margin-bottom: 8rem;
    }

        .page.company .tt .button {
            margin-top: 4rem;
        }

    .page.company .tti {
        margin-bottom: 8rem;
    }

        .page.company .tti .tti-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-gap: 8rem;
        }
            .page.company .tti .tti-grid > div {
                background-repeat: no-repeat;
                background-size: cover !important;
                background-position: center;
                min-height: 30rem;
            }
            .page.company .tti .tti-grid > div img {
                max-width: 100%;
            }

@media (max-width: 1279px) {
    .companyOverviewPage .header .header-grid div:nth-child(2) div.slant-bar {
        height: 10rem;
        right: -1.15rem;
    }
    .page.company .grey-bar {
        height: 2rem;
    }
    .page.company .tti .tti-grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 1023px) {
    .page.company .tti .tti-grid {
        grid-template-columns: 1fr;
    }
    .page.company .tti .tti-grid > div {
        min-height: 24rem;
    }
    .page.company .tti {
        margin-bottom: 4rem;
    }
}

    /* Our Team Page */

    .ourTeamPage .header .header-grid div:nth-child(2) div.slant-bar {
        height: 39rem;
        right: 0.63rem;
    }

    .page.team .hero-image {
        height: 26rem;
    }

    .page.team .page-text-title {
        margin: 8rem 0;
    }

    .page.team .team-members {
        margin: 8rem 0;
    }

        .page.team .team-members .team-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-row-gap: 4rem;
            grid-column-gap: 5rem;
        }

            .page.team .team-members .team-grid .team-item {
                display: grid;
                grid-template-columns: 17rem 1fr;
                grid-column-gap: 2.5rem;
                border-left: 2px solid #ccc;
                padding: 1rem 0 1rem 1rem;
                min-height: 25rem;
            }

                .page.team .team-members .team-grid .team-item > div:nth-child(1) {
                    background-repeat: no-repeat;
                    background-size: cover !important;
                    background-position: center;
                }

@media (max-width: 1440px) {
    .home .home-dealer-grid {
        grid-template-columns: 1fr 1.5fr;
    }
        .home .home-dealer-grid div:nth-child(1) .blue-slant {
            height: 46rem;
            right: -8rem;
        }
}
@media (max-width: 1279px) {
    .ourTeamPage .header .header-grid div:nth-child(2) div.slant-bar {
        height: 34rem;
        right: 0.63rem;
    }
    .home .home-dealer-grid {
        grid-template-columns: 1fr;
    }
    .home .home-dealer-grid > div:nth-child(1) {
        order: 1;
    }
        .home .home-dealer-grid div:nth-child(1) .blue-slant {
            display: none;
        }
        .home .home-dealer-grid div:nth-child(1) .grey-container {
            margin: 0;
            padding: 2rem 2rem 8rem 2rem;
        }
        .home .home-dealer-grid > div:nth-child(2) {
            clip-path: none;
            min-height: 50rem;
        }
    .home .home-dealer-grid {
        margin-bottom: 30rem;
    }
}
@media (max-width: 1024px) {
    .home .home-dealer-grid {
        margin-bottom: 40rem;
    }
    .page.team .team-members .team-grid {
        grid-row-gap: 5rem;
    }
    .home .home-dealer-grid {
        margin-bottom: 0;
        height: initial;
    }
        .home .home-dealer-grid div:nth-child(1) .grey-container {
            height: initial;
        }
}
@media (max-width: 1023px) {
    .page.team .team-members .team-grid {
        grid-template-columns: 1fr;
    }
    .home .home-dealer-grid {
        margin-bottom: 0;
    }
    .page.team .team-members {
        margin: 3rem 0;
    }
        .page.team .team-members .team-grid .team-item {
            border-left: none;
        }
}
@media (max-width: 550px) {
    .page.team .page-text-title {
        margin: 3rem 0;
    }
    .home .home-dealer-grid > div:nth-child(2) {
        clip-path: none;
        min-height: 20rem;
    }
    .page.team .team-members .team-grid .team-item {
        grid-template-columns: 1fr;
    }
    .page.team .team-members .team-grid .team-item > div:nth-child(1) {
        min-height: 40rem;
    }
    .page.team .team-members .team-grid .team-item {
        padding: 0; 
    }
}


    /* Products Page */
    .productLandingPage .header .header-grid div:nth-child(2) div.slant-bar {
        height: 13rem;
        right: -3.37rem;
    }

    .page.products .hero-image {
        height: 58rem;
    }

        .page.products .hero-image .overlay {
            background-color: rgb(118 180 227 / 80%);
            height: 100%;
            color: #fff;
            text-align: center;
            padding: 10rem;
        }

            .page.products .hero-image .overlay h1 {
                margin-bottom: 5rem;
            }

            .page.products .hero-image .overlay .button {
                margin-top: 10rem;
            }

    .page.products .products-grid {
        display: grid;
        grid-template-columns: 24rem 1fr;
        margin: 7rem 0;
        grid-gap: 3rem;
    }

        .page.products .products-grid .filters .title-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            border-bottom: 1px solid #ccc;
            padding-bottom: 1rem;
            align-items: center;
        }

            .page.products .products-grid .filters .title-grid > div:nth-child(2) {
                justify-self: end;
                cursor: pointer;
            }

        .page.products .products-grid .filters .filter-item .item-title {
            display: grid;
            grid-template-columns: 1fr 1fr;
            font-weight: 600;
            margin-bottom: .5rem;
            cursor: pointer;
        }

        .page.products .products-grid .filters .filter-item {
            border-bottom: 1px solid #ccc;
            padding-bottom: 1rem;
            margin-bottom: 1rem;
        }

            .page.products .products-grid .filters .filter-item:last-of-type {
                border-bottom: none;
            }

            .page.products .products-grid .filters .filter-item .item-title > div:nth-child(2) {
                justify-self: end;
            }

        .page.products .products-grid .products-items-grid {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            grid-gap: 2.5rem;
        }

            .page.products .products-grid .products-items-grid a {
                box-shadow: 0px 0px 20px -10px #999;
                border: 1px solid #eee;
                max-height: 50rem;
                transition: all .5s;
            }
                .page.products .products-grid .products-items-grid a:hover {
                    background-color: #f0f0f0;
                    transition: all .5s;
                    border: 1px solid #ddd;
                }

                .page.products .products-grid .products-items-grid a .product-image {
                    display: flex;
                    justify-content: center;
                    padding: 2rem 0;
                }

                    .page.products .products-grid .products-items-grid a .product-image img {
                        width: 14rem;
                    }

                .page.products .products-grid .products-items-grid a .product-title {
                    background-color: var(--light-blue);
                    color: #fff;
                    padding: 2rem;
                    text-align: center;
                    min-height: 10rem;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-size: 2.4rem;
                    line-height: 3rem;
                }

                .page.products .products-grid .products-items-grid a .product-short-description {
                    padding: 1rem 2rem;
                    font-size: 2.4rem;
                    line-height: 3rem;
                }

                    .page.products .products-grid .products-items-grid a .product-short-description p {
                        margin: 0;
                    }

.page.products .breadcrumb .mobile-filter {
    display: none;
}

@media (max-width: 1279px) {
    .productLandingPage .header .header-grid div:nth-child(2) div.slant-bar {
        height: 8rem;
        right: -2.5rem;
    }
}
@media (max-width: 1024px) {
    .page.products .products-grid .products-items-grid {
        grid-template-columns: 1fr 1fr;
        grid-gap: 2rem;
    }
}
@media (max-width: 1023px) {
    .page.products .products-grid {
        grid-template-columns: 1fr;
    }
    .page.products .breadcrumb .mobile-filter {
        display: block;
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        cursor: pointer;
        margin-top: -1.3rem;
    }
    .filters {
        display: none;
    }
}
@media (max-width: 767px) {
    .page.products .products-grid .products-items-grid {
        grid-template-columns: 1fr;
    }

}
@media (max-width: 550px) {
    .page.products .hero-image .overlay {
        padding: 4rem;
    }

        .page.products .hero-image .overlay .button {
            margin-top: 5rem;
        }
}



    /* Where to Buy / Become a Dealer Footer */
    .where-footer.hero-image {
        text-align: center;
        height: 35rem !important;
    }

    .where-footer .where-grid {
        display: grid;
        grid-template-columns: 1.4fr 5.5rem 1fr;
        color: #fff;
    }

        .where-footer .where-grid h4 p {
            font-size: 5rem;
            margin: 0;
        }

        .where-footer .where-grid > div:nth-child(1) {
            height: 35rem;
            background-repeat: no-repeat;
            background-size: cover !important;
            background-position: center;
            clip-path: polygon(0 0, 96% 0%, 80% 100%, 0% 100%);
        }

            .where-footer .where-grid > div:nth-child(1) .overlay {
                background-color: rgb(118 180 227 / 90%);
                padding: 2rem 14rem 2rem 3rem;
                height: 100%;
                position: relative;
            }

        .where-footer .where-grid > div:nth-child(3) {
            height: 35rem;
            background-repeat: no-repeat;
            background-size: cover !important;
            background-position: center;
            clip-path: polygon(12% 0, 100% 0%, 100% 100%, 0% 100%);
            margin-left: -20rem;
        }

            .where-footer .where-grid > div:nth-child(3) .overlay {
                background-color: rgb(130 195 65 / 90%);
                padding: 2rem 4rem 2rem 14rem;
                height: 100%;
                position: relative;
            }

        .where-footer .where-grid > div:nth-child(2) {
            width: 5rem;
            height: 35rem;
            border-left: 4.5rem solid var(--dark-blue);
            background-color: #fff;
            transform: skew(-15deg);
            z-index: 1000;
            margin-left: -12rem;
        }

        .where-footer .where-grid .button {
            margin-top: 0 !important;
            position: absolute;
            bottom: 2rem;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .where-footer .where-grid > div:nth-child(1) .button {
            left: 42%;
        }

        .where-footer .where-grid > div:nth-child(3) .button {
            left: 58%;
        }

@media (max-width: 1279px) {
    .where-footer .where-grid p {
        font-size: 2.2rem;
        line-height: 2.8rem;
    }
    .where-footer .where-grid .blue-button {
        font-size: 1.8rem;
    }
}
@media (max-width: 1023px) {
    .where-footer .where-grid {
        grid-template-columns: 1fr;
    }
    .where-footer.hero-image {
        height: initial !important;
    }
    .where-footer .where-grid > div:nth-child(1) {
        height: 35rem;
        clip-path: none;
    }
        .where-footer .where-grid > div:nth-child(1) .overlay {
            background-color: rgb(118 180 227 / 90%);
            padding: 2rem;
        }
        .where-footer .where-grid > div:nth-child(1) .button {
            left: 50%;
        }
    .where-footer .where-grid > div:nth-child(3) {
        height: 35rem;
        clip-path: none;
        margin-left: 0;
    }
        .where-footer .where-grid > div:nth-child(3) .overlay {
            background-color: rgb(130 195 65 / 90%);
            padding: 2rem;
            height: 100%;
            position: relative;
        }
    .where-footer .where-grid > div:nth-child(2) {
        display: none;
    }
    .where-footer.hero-image .wrap {
        padding: 0;
    }
    .where-footer .where-grid > div:nth-child(3) .button {
        left: 50%;
    }
    .where-footer .where-grid h4 p {
        font-size: 4rem;
        line-height: 4.4rem;
    }
}
@media (max-width: 550px) {
    .where-footer .where-grid > div:nth-child(1) {
        height: 35rem;
    }
    .where-footer .where-grid > div:nth-child(3) {
        height: 45rem;
    }
    .where-footer .where-grid .blue-button {
        font-size: 1.6rem;
        padding: 1.5rem 2rem;
    }
}

    /* Product Page */
    .productPage .header .header-grid div:nth-child(2) div.slant-bar {
        height: 13rem;
        right: -3.37rem;
    }

    .page.product .hero-image {
        height: 26rem;
    }

    .product .product-hero-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        height: 100%;
    }

        .product .product-hero-grid > div:nth-child(2) {
            /* width: calc((100vw - var(--wrap-size)) / 2 + 150px);*/
            width: 52rem;
            background-color: rgb(118 180 227 / 90%);
            text-align: right;
            height: 100%;
            clip-path: polygon(12% 0, 100% 0%, 100% 100%, 0% 100%);
            justify-self: end;
        }

            .product .product-hero-grid > div:nth-child(2) .blue-slant {
                width: 5.5rem;
                height: 26rem;
                border-left: 5rem solid var(--dark-blue);
                background-color: #fff;
                transform: skew(-13deg);
                margin-left: 2.7rem;
            }

    .breadcrumb {
        display: flex;
        font-weight: 600;
    }

        .breadcrumb > div {
            padding-top: 2rem;
            margin-right: 3rem;
        }

            .breadcrumb > div a {
                text-decoration: underline;
                margin-right: 2rem;
                color: #000;
                font-weight: normal;
            }
            .breadcrumb > div a.active {
                font-weight: bold;
                color: var(--dark-blue);
            }

    .page.product .top-info h3 {
        font-size: 5rem;
        font-weight: 400;
        margin-bottom: 3rem;
        line-height: 5.6rem;
    }

    .page.product .top-info ul {
        margin: 0 0 2rem 0;
        display: flex;
        padding: 0;
    }

        .page.product .top-info ul li {
            list-style: none;
            margin-right: 1.5rem;
            padding-right: 1.5rem;
            border-right: 1px solid #000;
        }

            .page.product .top-info ul li:last-of-type {
                border-right: none;
            }

    .page.product .highlight-top {
        display: grid;
        grid-template-columns: 1fr 1fr;
        background-color: #d6a85b;
        margin-top: 7rem;
        height: 37rem;
    }

        .page.product .highlight-top > div:nth-child(1) {
            margin-left: calc((100vw - var(--wrap-size)) / 2 - 12px);
            padding: 10rem 5rem 4rem 0;
        }

            .page.product .highlight-top > div:nth-child(1) .bullets > div {
                margin-bottom: 3rem;
                font-size: 3rem;
                font-weight: 600;
                line-height: 3.5rem;
            }

            .page.product .highlight-top > div:nth-child(1) .bullets > div {
                display: flex;
                align-items: center;
            }

                .page.product .highlight-top > div:nth-child(1) .bullets > div > div.box {
                    display: inline-block;
                    height: 2rem;
                    width: 2rem;
                    background-color: var(--dark-blue);
                    margin-right: 2rem;
                    min-width: 2rem;
                }

        .page.product .highlight-top > div:nth-child(2) {
            margin-top: -7rem;
        }

            .page.product .highlight-top > div:nth-child(2) .overlay {
                background-repeat: no-repeat;
                background-size: cover !important;
                background-position: center;
                position: relative;
                clip-path: polygon(12% 0, 100% 0%, 100% 100%, 0% 100%);
                height: 100%;
            }

        .page.product .highlight-top .overlay .light-blue-slant {
            width: 5rem;
            height: 100%;
            border-left: 4.5rem solid var(--light-blue);
            background-color: #fff;
            transform: skew(-15.5deg);
            z-index: 1000;
            margin-left: 5rem;
            position: absolute;
            top: 0;
        }

        .page.product .highlight-top > div:nth-child(2) .overlay img {
            width: 23rem;
            margin: 4rem 0 0 20rem;
        }

    .page.product .highlight-bottom {
        padding-left: calc((100vw - var(--wrap-size)) / 2 - 12px);
        background-color: var(--light-blue);
        display: flex;
        height: 45rem;
        position: relative;
    }

        .page.product .highlight-bottom .triangle {
            width: 25rem;
            background-color: #fff;
            clip-path: polygon(100% 100%, 100% 0%, 42% 100%);
        }

        .page.product .highlight-bottom .line-one {
            margin-left: calc((100vw - var(--wrap-size)) / 2 - 12px);
            width: 0.5rem;
            height: 100%;
            position: absolute;
            top: 0;
            left: 9rem;
            background-color: #fff;
            transform: skew(-15deg);
            z-index: 1000;
        }

        .page.product .highlight-bottom .line-two {
            margin-left: calc((100vw - var(--wrap-size)) / 2 - 12px);
            width: 0.5rem;
            height: 100%;
            position: absolute;
            top: 0;
            left: 13.5rem;
            background-color: #fff;
            transform: skew(-15deg);
            z-index: 1000;
        }

        .page.product .highlight-bottom .info {
            background-color: #fff;
            padding: 5rem 0 0 5rem;
            width: 100%;
            padding-right: calc((100vw - var(--wrap-size)) / 2 - 12px);
        }

            .page.product .highlight-bottom .info h3 {
                margin: 0;
            }

                .page.product .highlight-bottom .info h3 p {
                    margin: 0 0 5rem 0;
                    font-size: 5rem;
                }

            .page.product .highlight-bottom .info .bullets {
                display: grid;
                grid-template-columns: 1fr 1fr;
                grid-gap: 6rem;
            }

                .page.product .highlight-bottom .info .bullets ul {
                    padding-left: 2rem;
                }

                    .page.product .highlight-bottom .info .bullets ul li {
                        font-size: 2.8rem;
                        margin-bottom: 3rem;
                        line-height: 3.2rem;
                    }

    .page.product .lower-desc {
        margin: 10rem 0;
    }

        .page.product .lower-desc h3 {
            margin: 0;
        }

            .page.product .lower-desc h3 p {
                margin: 0 0 5rem 0;
                font-size: 4rem;
            }

        .page.product .lower-desc .button {
            margin-top: 5rem;
        }

    .page.product .video-section {
        margin: 0 0 10rem 0;
    }

        .page.product .video-section h3 p {
            font-size: 4rem;
            line-height: 4.6rem;
        }
.page.product .products-grid {
    display: block;
}
    .page.product .products-grid h3 {
        font-size: 4rem;
        line-height: 3.2rem;
        font-weight: 400;
        line-height: 4.6rem;
    }
    .page.product .products-grid .products-items-grid {
        grid-gap: 12rem;
    }

@media (max-width: 1440px) {
    .page.product .highlight-top > div:nth-child(2) .overlay {
        clip-path: polygon(16% 0, 100% 0%, 100% 100%, 0% 100%);
    }
    .page.product .highlight-top .overlay .light-blue-slant {
        border-left: 4.5rem solid var(--light-blue);
        transform: skew(-14deg);
    }
}
@media (max-width: 1279px) {
    .productPage .header .header-grid div:nth-child(2) div.slant-bar {
        height: 34rem;
        right: 0.63rem;
    }
    .product .product-hero-grid > div:nth-child(2) .blue-slant {
        display: none;
    }
    .product .product-hero-grid > div:nth-child(2) {
        display: none;
    }
    .page.product .highlight-top > div:nth-child(1) {
        margin-left: 0;
        padding: 10rem 5rem 4rem 2rem;
    }
    .page.product .highlight-bottom .info {
        background-color: #fff;
        padding: 5rem 0 0 5rem;
        width: 100%;
        padding-right: 2rem;
    }
}
@media (max-width: 1024px) {
    .product .breadcrumb {
        flex-direction: column;
    }
    .page.product .highlight-top > div:nth-child(2) .overlay {
        clip-path: polygon(21% 0, 100% 0%, 100% 100%, 0% 100%);
    }
    .page.product .highlight-top > div:nth-child(1) {
        margin-left: 0;
        padding: 5rem 5rem 4rem 2rem;
    }
    .page.product .highlight-top {
        margin-top: 15rem;
        height: initial;
    }
    .page.product .highlight-bottom .triangle {
        width: 8rem;
        clip-path: polygon(100% 100%, 100% 0%, -66% 100%);
    }
    .page.product .products-grid .products-items-grid {
        grid-gap: 3rem;
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media (max-width: 1023px) {
    .page.product .highlight-top {
        grid-template-columns: 1fr;
    }
        .page.product .highlight-top > div:nth-child(1) {
            order: 1;
            background-color: #d6a85b;
        }
    .page.product .highlight-top {
        background-color: #fff;
    }
        .page.product .highlight-top .overlay .light-blue-slant {
            display: none;
        }
        .page.product .highlight-top > div:nth-child(2) .overlay {
            clip-path: none;
        }
            .page.product .highlight-top > div:nth-child(2) .overlay img {
                width: 23rem;
                margin: 4rem 0 0 4rem;
            }
    .page.product .products-grid .products-items-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .page.product .top-info h3 {
        font-size: 4rem;
    }
    .page.product .highlight-bottom .line-one {
        left: 26rem;
    }
    .page.product .highlight-bottom .info h3 p {
        font-size: 4rem;
        line-height: 4.6rem;
    }
    .page.product .highlight-bottom .info .bullets ul li {
        font-size: 2rem;
        line-height: 2.4rem;
    }
    .page.product .lower-desc h3 p {
        font-size: 4rem;
        line-height: 4.6rem;
    }
}
@media (max-width: 767px) {
    .page.product .highlight-bottom .info .bullets {
        grid-template-columns: 1fr;
        grid-gap: 0;
    }
        .page.product .highlight-bottom .info .bullets ul {
            margin: 0;
        }
    .page.product .highlight-bottom .line-one {
        display: none;
    }
    .page.product .highlight-bottom .line-two {
        display: none;
    }
    .page.product .highlight-bottom .info {
        padding: 3rem 0 0 0;
    }
    .page.product .highlight-bottom {
        height: initial;
    }

}
@media (max-width: 550px) {
    .productPage .header .header-grid div:nth-child(2) div.slant-bar {
        height: 24rem;
        right: 0rem;
    }
    .page.product .hero-image {
        height: 16rem;
    }
    .page.product .highlight-bottom .triangle {
        width: 4rem;
        clip-path: polygon(100% 100%, 100% 0%, -166% 100%);
    }
    .page.product .products-grid .products-items-grid {
        grid-template-columns: 1fr;
    }
}

    /* Crops Landing Page */
    .cropLandingPage .header .header-grid div:nth-child(2) div.slant-bar {
        height: 13rem;
        right: -3.37rem;
    }

    .page.products .hero-image {
        height: 58rem;
    }

    .page.crops .hero-image .overlay {
        background-color: rgb(193 197 202 / 80%);
    }

    .page.crops .info {
        margin: 5rem 0;
    }

        .page.crops .info h3 {
            margin: 0;
        }

            .page.crops .info h3 p {
                margin: 0;
                font-size: 5rem;
            }

    .page.crops .crop-tiles {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 5rem;
        margin-bottom: 15rem;
    }

        .page.crops .crop-tiles .crop-tile {
            height: 50rem;
            background-repeat: no-repeat;
            background-size: cover !important;
            background-position: center;
            position: relative;
            transition: all .5s;
            border: 1px solid #fff;
        }
        .page.crops .crop-tiles .crop-tile:hover {
            transition: all .5s;
            box-shadow: 0px 0px 20px 0 #999;
            border: 1px solid #000;
        }


            .page.crops .crop-tiles .crop-tile .title {
                position: absolute;
                bottom: 0;
                background-color: #000;
                width: 100%;
                text-align: center;
                color: #fff;
                font-size: 4rem;
                padding: 3rem 0;
            }


@media (max-width: 1279px) {
    .cropLandingPage .header .header-grid div:nth-child(2) div.slant-bar {
        height: 8rem;
        right: -3.37rem;
    }
}
@media (max-width: 1024px) {
    .page.crops .crop-tiles {
        grid-template-columns: 1fr 1fr;
        grid-gap: 2rem;
        margin-bottom: 10rem;
    }
}
@media (max-width: 767px) {
    .page.crops .crop-tiles {
        grid-template-columns: 1fr;
    }
}

    /* Crop Page */
    .cropPage .header .header-grid div:nth-child(2) div.slant-bar {
        height: 13rem;
        right: -3.37rem;
    }

    .crop .product-hero-grid > div:nth-child(2) {
        background-color: rgb(0 48 107 / 80%);
    }

    .crop.page h3.packages-title p {
        font-size: 5rem;
        line-height: 5.6rem;
        font-weight: 400;
        margin-bottom: 12rem;
    }

    .page.crop .packages {
        background-color: var(--dark-blue);
        position: relative;
    }

        .page.crop .packages .slant-one {
            margin-left: 0;
            width: 0.5rem;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background-color: #fff;
            transform: skew(-15deg);
            z-index: 1000;
        }

        .page.crop .packages .slant-two {
            margin-left: 0;
            width: 0.5rem;
            height: 100%;
            position: absolute;
            top: 0;
            left: 8rem;
            background-color: #fff;
            transform: skew(-15deg);
            z-index: 1000;
        }

        .page.crop .packages .packages-grid {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr 1fr;
            grid-gap: 3rem;
            height: 77rem;
        }

            .page.crop .packages .packages-grid > div {
                position: relative;
                margin-top: -6.5rem;
                margin-bottom: -6.5rem;
                padding-bottom: 7rem;
                z-index: 2000;
                cursor: pointer;
            }

                .page.crop .packages .packages-grid > div .front,
                .page.crop .packages .packages-grid > div .back {
                    background-color: #fff;
                    backface-visibility: hidden;
                    -webkit-backface-visibility: hidden;
                    -moz-backface-visibility: hidden;
                    -ms-backface-visibility: hidden;
                    width: 100%;
                    height: 90rem;
                    position: absolute;
                    box-shadow: 0px 0px 20px -7px #333;
                    transition: all .5s;
                    border: 1px solid var(--dark-blue);
                }
                .page.crop .packages .packages-grid > div .front:hover,
                .page.crop .packages .packages-grid > div .back:hover {
                    transition: all .5s;
                    box-shadow: 0px 0px 20px 0 #999;
                    border: 1px solid #fff;
                }

            .page.crop .packages .packages-grid img {
                max-width: 100%;
            }

            .page.crop .packages .packages-grid > div .title {
                color: #fff;
                font-size: 2.4rem;
                line-height: 4.4rem;
                padding: 1rem 0;
                text-align: center;
                height: 6.6rem;
            }

            .page.crop .packages .packages-grid > div .info {
                padding: 2.5rem;
            }

                .page.crop .packages .packages-grid > div .info h5 {
                    margin: 0;
                }

                    .page.crop .packages .packages-grid > div .info h5 p {
                        height: 6.5rem;
                        margin: 0 0 2rem 0;
                    }

            .page.crop .packages .packages-grid > div .button {
                padding-bottom: 2.5rem;
                display: flex;
                justify-content: center;
                width: 100%;
                position: absolute;
                bottom: 0;
            }

    .page.crop .crop-products {
        margin: 20rem 0 10rem 0;
    }

        .page.crop .crop-products h3 {
            font-size: 5rem;
            font-weight: 400;
            line-height: 5.6rem;
        }

        .page.crop .crop-products .products-items-grid {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            grid-gap: 12rem;
        }

            .page.crop .crop-products .products-items-grid a {
                box-shadow: 0px 0px 20px -10px #999;
                border: 1px solid #eee;
                max-height: 50rem;
                transition: all .5s;
                border: 1px solid #fff;
            }
                .page.crop .crop-products .products-items-grid a:hover {
                    transition: all .5s;
                    box-shadow: 0px 0px 20px 0 #999;
                    border: 1px solid #000;
                }

                .page.crop .crop-products .products-items-grid a .product-image {
                    display: flex;
                    justify-content: center;
                    padding: 2rem 0;
                }

                    .page.crop .crop-products .products-items-grid a .product-image img {
                        width: 14rem;
                    }

                .page.crop .crop-products .products-items-grid a .product-title {
                    background-color: var(--light-blue);
                    color: #fff;
                    padding: 2rem;
                    text-align: center;
                    min-height: 10rem;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-size: 2.4rem;
                    line-height: 3rem;
                }

                .page.crop .crop-products .products-items-grid a .product-short-description {
                    padding: 1rem 2rem;
                    font-size: 2.4rem;
                    line-height: 3rem;
                }

                    .page.crop .crop-products .products-items-grid a .product-short-description p {
                        margin: 0;
                    }

@media (max-width: 1279px) {
    .cropPage .header .header-grid div:nth-child(2) div.slant-bar {
        height: 34rem;
        right: 0.63rem;
    }
    .page.crop .packages .packages-grid {
        grid-gap: 1.5rem;
    }
}

@media (max-width: 1024px) {
    .page.crop .packages .packages-grid {
        grid-template-columns: 1fr 1fr;
        grid-gap: 3rem;
        grid-row-gap: 16rem;
    }
    .page.crop .crop-products .products-items-grid {
        grid-gap: 3rem;
    }
    .page.crop .packages .packages-grid {
        height: initial;
        justify-items: center;
    }
    .page.crop .packages .packages-grid > div {
        min-height: 90rem;
        width: 30rem;
    }
}
@media (max-width: 768px) {
    .crop.page h3.packages-title p {
        font-size: 4rem;
        line-height: 4.6rem;
    }
    .page.crop .crop-products h3 {
        font-size: 4rem;
        line-height: 4.6rem;
    }
    .page.crop .crop-products .products-items-grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 767px) {
    .page.crop .packages .packages-grid {
        grid-template-columns: 1fr;
        grid-gap: 3rem;
        grid-row-gap: 16rem;
    }
    .page.crop .crop-products .products-items-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 550px) {
    .cropPage .header .header-grid div:nth-child(2) div.slant-bar {
        height: 24rem;
        right: -0.37rem;
    }
}

    /* Contact Pages */
    .becomeADealer .header .header-grid div:nth-child(2) div.slant-bar {
        height: 39rem;
        right: 1rem;
        transform: skew(-18deg);
    }

    .contactUs .header .header-grid div:nth-child(2) div.slant-bar {
        height: 39rem;
        right: 1rem;
        transform: skew(-18deg);
    }

    .page.dealer h3 p {
        font-size: 5rem;
        margin-top: 0;
    }

    .page.dealer #dealer-form {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 4rem;
        grid-row-gap: 1.5rem;
    }

        .page.dealer #dealer-form .full {
            grid-column: 1/3;
        }

        .page.dealer #dealer-form .buttons {
            margin-top: 5rem;
        }

            .page.dealer #dealer-form .buttons button {
                cursor: pointer;
            }

    .page.contact h3 p {
        font-size: 5rem;
        margin-top: 0;
    }

    .page.contact .contact-grid {
        margin-top: 9rem;
        display: grid;
        grid-template-columns: 1fr 2fr;
        grid-gap: 7rem;
        margin-bottom: 10rem;
    }

    .page.contact #contact-form {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 1rem;
        grid-row-gap: 1.5rem;
    }

        .page.contact #contact-form .full {
            grid-column: 1/3;
        }

        .page.contact #contact-form .buttons button {
            cursor: pointer;
        }

    .success-message {
        background-color: var(--dark-blue);
        color: #fff;
        padding: 2rem;
    }

    .error-message {
        background-color: var(--red);
        color: #fff;
        padding: 2rem;
    }


@media (max-width: 1279px) {
    .contactUs .header .header-grid div:nth-child(2) div.slant-bar {
        height: 34rem;
        right: 0.63rem;
    }
    .becomeADealer .header .header-grid div:nth-child(2) div.slant-bar {
        height: 34rem;
        right: 0.63rem;
    }
}
@media (max-width: 1023px) {
    .page.contact .contact-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 550px) {
    .contactUs .header .header-grid div:nth-child(2) div.slant-bar {
        height: 23rem;
        right: -0.37rem;
    }
    .becomeADealer .header .header-grid div:nth-child(2) div.slant-bar {
        height: 23rem;
        right: -0.37rem;
    }
    .page.contact #contact-form {
        grid-template-columns: 1fr;
    }
    .page.contact #contact-form .form-group {
        grid-column: 1/3;
    }
    .page.dealer #dealer-form {
        grid-template-columns: 1fr;
    }
        #dealer-form .form-group {
            grid-column: 1/3;
        }
}


    /* Map Page */

.sidebar {
    position: absolute;
    width: 33.3333%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    border-right: 1px solid rgb(0 0 0 / 25%);
}

.pad2 {
    padding: 2rem;
}

.map {
    position: absolute !important;
    left: 33.3333%;
    width: 66.6666%;
    top: 0;
    bottom: 0;
}


h1 {
    font-size: 22px;
    margin: 0;
    font-weight: 400;
    line-height: 20px;
    padding: 20px 2px;
}

a {
    color: #404040;
    text-decoration: none;
}

    a:hover {
        color: #101010;
    }

.heading {
    background: #fff;
    border-bottom: 1px solid #eee;
    min-height: 60px;
    line-height: 60px;
    padding: 0 10px;
    background-color: #76B4E3;
    color: #fff;
}

.listings {
    height: 100%;
    overflow: auto;
    padding-bottom: 60px;
}

    .listings .item {
        border-bottom: 1px solid #eee;
        padding: 10px;
        text-decoration: none;
    }

        .listings .item:last-child {
            border-bottom: none;
        }

        .listings .item .title {
            display: block;
            color: #002559;
            font-weight: 700;
        }

            .listings .item .title small {
                font-weight: 400;
            }

            .listings .item.active .title,
            .listings .item .title:hover {
                color: #6EA6D1;
            }

        .listings .item.active {
            background-color: #f8f8f8;
        }

::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    border-left: 0;
    background: rgb(0 0 0 / 10%);
}

::-webkit-scrollbar-track {
    background: none;
}

::-webkit-scrollbar-thumb {
    background: #00853e;
    border-radius: 0;
}

.marker {
    border: none;
    cursor: pointer;
    height: 36px;
    width: 20px;
    background-image: url('/img/map/mapbox-marker-icon-red.svg');
}

/* Marker tweaks */
.mapboxgl-popup {
    padding-bottom: 50px;
}

.mapboxgl-popup-close-button {
    display: none;
}

.mapboxgl-popup-content {
    padding: 2rem 1rem 1rem 1rem !important;
    width: 25rem;
}

    .mapboxgl-popup-content h3 {
        background: #76B4E3;
        color: #fff;
        margin: -21px -11px 10px;
        padding: 10px;
        border-radius: 3px 3px 0 0;
        font-weight: 700;
    }

    .mapboxgl-popup-content h4 {
        margin: 0;
        font-weight: 600;
        font-size: 1.6rem;
        margin-bottom: .5rem;
    }
    .mapboxgl-popup-content h4 a {
        color: var(--light-blue);
    }
    .mapboxgl-popup-content div {
        padding: 10px;
    }

.mapboxgl-popup-anchor-top > .mapboxgl-popup-content {
    margin-top: 15px;
}

.mapboxgl-popup-anchor-top > .mapboxgl-popup-tip {
    border-bottom-color: #91c949;
}

.mapboxgl-ctrl-geocoder {
    border-radius: 0;
    position: relative;
    top: 0;
    width: 800px;
    margin-top: 0;
    border: 0;
}

    .mapboxgl-ctrl-geocoder > div {
        min-width: 100%;
        margin-left: 0;
    }

.tel {
    color: #6EA6D1;
    font-weight: bold;
}

    .whereToBuy .header .header-grid div:nth-child(2) div.slant-bar {
        height: 39rem;
        right: 1rem;
        transform: skew(-18deg);
    }

    .whereToBuy .header .header-grid div:nth-child(2) div.slant-bar {
        height: 39rem;
        right: 1rem;
        transform: skew(-18deg);
    }

    .page.where-map .hero-image {
        height: 26rem;
        margin-bottom: 8rem;
    }


    .page.where-map {
        padding-bottom: 10rem;
    }

        .page.where-map .map-container {
            position: relative;
            height: 58rem;
        }

        .page.where-map .map-container {
            position: relative;
            height: 58rem;
        }

        .page.where-map .team-members .team-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-row-gap: 4rem;
            grid-column-gap: 5rem;
        }


@media (max-width: 1279px) {
    .whereToBuy .header .header-grid div:nth-child(2) div.slant-bar {
        height: 34rem;
        right: 0.63rem;
    }
}
@media (max-width: 1023px) {
    .page.where-map .map-container {
    }
        .page.where-map .map-container .sidebar {
            z-index: 2000;
            background-color: #fff;
        }
}
@media (max-width: 768px) {
    .page.where-map .map-container .sidebar {
        width: 50%;
        display: none;
    }
    .page.where-map .team-members .team-grid {
        grid-template-columns: 1fr;
    }
    .page.where-map .map-container .map {
        left: 0;
        width: 100%;
    }
}

@media (max-width: 550px) {
    .page.where-map .map-container .sidebar {
        width: 90%;
    }
}

.legalPage .header .header-grid div:nth-child(2) div.slant-bar {
    height: 16.5rem;
    right: -3rem;
}

.page.legal h1 {
    font-size: 3rem;
    font-weight: bold;
    margin: 3rem 0;
}