.hide-desktop {
    display: none;
}

.hamburger {
    display: none;
    cursor: pointer;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.08);
    align-items: center;
    justify-content: center;
    padding: 0.4rem;
    height: 100%;
    transition: 0.3s all;
    z-index: 2;
}

.hamburger.is-active {
    padding: 0.5rem 0.45rem 0.3rem 0.35rem;
}

.line {
    transition: all 0.3s ease-in-out;
    transform-origin: center;
}

.hamburger.is-active .line1 {
    transform: rotate(45deg) translate(0px, 6px);
}

.hamburger.is-active .line2 {
    opacity: 0;
}

.hamburger.is-active .line3 {
    transform: rotate(-45deg) translate(2px, -8px);
}


@media (min-width: 1600px) {
    html {
        font-size: 17px;
    }
    .container {
        max-width: 1540px;
    }
}

@media (min-width: 1800px) {
    html {
        font-size: 18px;
    }
    .container {
        max-width: 1600px;
    }
}

@media (min-width: 2000px) {
    html {
        font-size: 19px;
    }
    .container {
        max-width: 1700px;
    }
}

@media (min-width: 2200px) {
    html {
        font-size: 20px;
    }
    .container {
        max-width: 1900px;
    }
    .img-large {
        height: 48rem;
    }
}

@media (max-width: 1399px) {
    .container {
        padding: 0 2.5rem;
    }
    header {
        left: 2.5rem;
        right: 2.5rem;
    }
    h1 {
        font-size: 4.5rem;
    }
    .hero .container {
        align-items: center;
    }
}

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

@media (max-width: 980px) {
    html {
        font-size: 14px;
    }
    .container-wide {
        padding: 0 1rem;
    }
    header {
        left: 0;
        right: 0;
    }
    .admin-bar header {
        top: 0;
    }
    header .container {
        padding: 1rem 2rem;
        align-items: center;
        border-radius: 0;
    }
    .hide-mobile {
        display: none;
    }
    .hide-desktop {
        display: block;
    }
    .stack-mobile {
        flex-direction: column;
        gap: 2rem;
    }
    h1 {
        font-size: 2.75rem;
        line-height: 120%;
    }
    h2 {
        font-size: 2rem;
    }
    .hamburger {
        display: flex;
    }
    #menu-main-menu {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        background: var(--secondaryColor);
        transform: translateX(-100%);
        transition: 0.3s all;
        z-index: 1;
        flex-direction: column;
        padding: 11rem 2rem;
        text-align: center;
    }
    #menu-main-menu.show-menu {
        transform: translateX(0);
    }
    body.no-scroll {
        overflow: hidden;
    }
    ul.menu {
        width: 100%;
        flex-direction: column;
        padding-top: 0;
        grid-template-columns: 1fr;
    }
    ul.menu li a {
        font-size: 1.5rem;
    }
    .hero {
        padding: 5rem 0;
        height: auto;
    }
    .hero .container {
        flex-direction: column;
        align-items: center;
    }
    .hero-divider {
        display: none;
    }
    .hero h1 {
        text-align: center;
        padding: 0 2rem;
        font-size: 2.5rem;
        width: auto;
    }
    .hero p {
        text-align: center;
        padding: 0 2rem;
        width: auto
    }
    .hero-btn {
        height: 6.225rem;
        gap: 0px;
    }
    .serving {
        background: none;
        padding: 2rem 1.5rem;
        position: relative;
        bottom: 0;
        right: 0;
        left: auto;
        width: 100%;
        gap: 8px;
        align-items: center;
        justify-content: center;
    }
    .serving i {
        font-size: 18px;
    }
    .boxes {
        flex-direction: column;
    }
    .box {
        min-height: 7rem;
    }
    .mth {
        padding: 9rem 2rem 2rem;
    }
    .mp2 {
        padding: 2rem;
    }
    .mth-img {
        height: 20rem;
    }
    .accordion-title h3 {
        font-size: 1.5rem;
    }
    .page-hero {
        padding: 12rem 0 1.5rem;
    }
    .page-hero .hero-content {
        flex-direction: column;
        gap: 20px;
    }
    .page-hero h1 {
        font-size: 2.25rem !important;
        padding: 2rem 0 0 !important;
    }
    img {
        max-width: 100%;
    }
    .order-2 {
        order: 2;
    }
    .mobile-spacer {
        padding-top: 3rem;
        margin-top: 3rem;
    }
    .third-width, .intro-image, .board-intro {
        width: 100%;
    }
    .intro-content {
        column-count: 1;
    }
    .features-list li {
        align-items: end;
        font-size: 15px;
    }
    footer .container-wide {
        flex-direction: column;
        gap: 2rem;
    }
    footer .menu-footer-container ul {
        flex-direction: column;
    }
    footer .container-wide div {
        width: auto !important;
    }
    .footer-copyright {
        flex-direction: column;
        gap: 20px;
    }
    .footer-copyright p {
        order: 2;
        text-align: left;
        font-size: 9.75px;
    }
    .footer-bottom .d-flex {
        width: auto !important;
        align-items: flex-start;
    }
    .slick-arrow {
        /* display: none !important; */
    }
    .slick-arrow {
        width: 30px;
        height: 30px;
        top: calc(50% - 15px);
        font-size: 10px;
        line-height: 32px;
    }
    .slick-prev {
        left: -15px;
    }
    .slick-next {
        right: -15px;
    }
    img.standard.img-medium {
        object-position: right;
    }
    .footer-top h4 {
        font-size: 1.65rem;
    }
    .logos-list {
        justify-content: center;
        gap: 1.5rem;
        flex-wrap: wrap;
    }
    .logos img {
        height: 35px;
    }
    .mobile-center {
        text-align: center;
    }
    .modal-content {
        width: 90%;
    }
}

@media (max-width: 768px) {
    .top-bar .container {
        justify-content: space-between;
    }
    .top-bar .container > div.x-large-gap {
        justify-content: space-between;
        width: 100%;
    }
	.hero-btn {
        display: flex;
        height: 7.25rem;
        padding: 1.5rem;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        gap: 0px;
        border-radius: 0.25rem;
        color: white;
        min-width: 18rem;
        transition: 0.2s all;
        box-shadow: 2px 2px 30px rgb(10 12 14 / 40%);
        width: 100%;
    }
	.hero .container {
        padding: 0 !important;
		gap: 1rem;
    }
	.hero {
        padding: 12rem 0 4rem;
    }
    .hero-btn p {
        padding: 0;
        font-size: 1.8rem;
    }
    .hero-btn span {
        font-size: 1.3rem;
    }
	.hero-btn span svg {
        position: absolute;
        right: 10px;
    }
	section {
        padding: 3rem 0;
    }
	.accordions { margin-top: 3rem; }
	.page-hero .container { padding: 0 2em; }
	.about-top .xx-large-gap { gap: 2rem; }
    .slick-list {padding: 0 !important;}
}

@media (max-width: 680px) {
    html {
        font-size: 13px;
    }
    .container {
        padding: 0 2rem;
    }
}