@charset "UTF-8";
/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *1024px
 * Released on: February 22, 2019
 */
.btn--whitegreen {
    color: #84be4c;
    background-color: white;
    border: none;
}
7
.nutri-head
{
color:black;
margin-bottom: 0px;
}

.nutri-sub
{
color:white;
font-size:48px;
line-height: 20px;
}

.Rectangle {
  color:white;
  width: 428px;
  font-size: 18px;
  height: 57px;
  margin: 29px 0 24px;
  padding: 12px 37px 12px 151px;
  background-color: #2d9c3f;
}

.Rectangle strong{
  font-size: 30px;
}
@media all and (max-width: 768px) {

.Rectangle {
   font-size: 16px;
}

.Rectangle strong{
  font-size: 26px;
}
}

.legal_copy strong {
    color: #ffffff;
    font-size: 16px;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

    .swiper-container-autoheight .swiper-wrapper {
        align-items: flex-start;
        transition-property: transform, height;
    }

/* 3D Effects */
.swiper-container-3d {
    perspective: 1200px;
}

    .swiper-container-3d .swiper-wrapper,
    .swiper-container-3d .swiper-slide,
    .swiper-container-3d .swiper-slide-shadow-left,
    .swiper-container-3d .swiper-slide-shadow-right,
    .swiper-container-3d .swiper-slide-shadow-top,
    .swiper-container-3d .swiper-slide-shadow-bottom,
    .swiper-container-3d .swiper-cube-shadow {
        transform-style: preserve-3d;
    }

    .swiper-container-3d .swiper-slide-shadow-left,
    .swiper-container-3d .swiper-slide-shadow-right,
    .swiper-container-3d .swiper-slide-shadow-top,
    .swiper-container-3d .swiper-slide-shadow-bottom {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10;
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
    touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
    touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

    .swiper-button-prev.swiper-button-disabled,
    .swiper-button-next.swiper-button-disabled {
        opacity: 0.35;
        cursor: auto;
        pointer-events: none;
    }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0;
    }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transform: scale(0.33);
        position: relative;
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
        transform: scale(1);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        transform: scale(1);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        transform: scale(0.66);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        transform: scale(0.33);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        transform: scale(0.66);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        transform: scale(0.33);
    }

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 6px 0;
        display: block;
    }

    .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        transform: translateY(-50%);
        width: 8px;
    }

        .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            display: inline-block;
            transition: 200ms transform, 200ms top;
        }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

    .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transition: 200ms transform, 200ms left;
    }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: #007aff;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transform: scale(0);
        transform-origin: left top;
    }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

    .swiper-container-vertical > .swiper-pagination-progressbar,
    .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
        width: 4px;
        height: 100%;
        left: 0;
        top: 0;
    }

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
}

    .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
        background: #ffffff;
    }

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}

    .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
        background: #000000;
    }

.swiper-pagination-lock {
    display: none;
}

/* Scrollbar */
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

    .swiper-zoom-container > img,
    .swiper-zoom-container > svg,
    .swiper-zoom-container > canvas {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

.swiper-slide-zoomed {
    cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

    .swiper-lazy-preloader:after {
        display: block;
        content: '';
        width: 100%;
        height: 100%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        background-position: 50%;
        background-size: 100%;
        background-repeat: no-repeat;
    }

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none;
    }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

    .swiper-container-cube .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
        visibility: hidden;
        transform-origin: 0 0;
        width: 100%;
        height: 100%;
    }

        .swiper-container-cube .swiper-slide .swiper-slide {
            pointer-events: none;
        }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        transform-origin: 100% 0;
    }

    .swiper-container-cube .swiper-slide-active,
    .swiper-container-cube .swiper-slide-active .swiper-slide-active {
        pointer-events: auto;
    }

    .swiper-container-cube .swiper-slide-active,
    .swiper-container-cube .swiper-slide-next,
    .swiper-container-cube .swiper-slide-prev,
    .swiper-container-cube .swiper-slide-next + .swiper-slide {
        pointer-events: auto;
        visibility: visible;
    }

    .swiper-container-cube .swiper-slide-shadow-top,
    .swiper-container-cube .swiper-slide-shadow-bottom,
    .swiper-container-cube .swiper-slide-shadow-left,
    .swiper-container-cube .swiper-slide-shadow-right {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.6;
        filter: blur(50px);
        z-index: 0;
    }

.swiper-container-flip {
    overflow: visible;
}

    .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
    }

        .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none;
        }

    .swiper-container-flip .swiper-slide-active,
    .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto;
    }

    .swiper-container-flip .swiper-slide-shadow-top,
    .swiper-container-flip .swiper-slide-shadow-bottom,
    .swiper-container-flip .swiper-slide-shadow-left,
    .swiper-container-flip .swiper-slide-shadow-right {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

.swiper-container-coverflow .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:before, .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
.slick-loading .slick-list {
    background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}


/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

    .slick-prev:hover, .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        outline: none;
        background: transparent;
        color: transparent;
    }

        .slick-prev:hover:before, .slick-prev:focus:before,
        .slick-next:hover:before,
        .slick-next:focus:before {
            opacity: 1;
        }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: 0.25;
    }

    .slick-prev:before,
    .slick-next:before {
        font-family: "slick";
        font-size: 20px;
        line-height: 1;
        color: white;
        opacity: 0.75;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            border: 0;
            background: transparent;
            display: block;
            height: 20px;
            width: 20px;
            outline: none;
            line-height: 0px;
            font-size: 0px;
            color: transparent;
            padding: 5px;
            cursor: pointer;
        }

            .slick-dots li button:hover, .slick-dots li button:focus {
                outline: none;
            }

                .slick-dots li button:hover:before, .slick-dots li button:focus:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                position: absolute;
                top: 0;
                left: 0;
                content: "•";
                width: 20px;
                height: 20px;
                font-family: "slick";
                font-size: 6px;
                line-height: 20px;
                text-align: center;
                color: black;
                opacity: 0.25;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            color: black;
            opacity: 0.75;
        }

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
    font-size: 16px;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

    /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background: transparent;
}

    /**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
    a:active,
    a:hover {
        outline: 0;
    }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

    /**
 * Re-set default cursor for disabled elements.
 */
    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    /**
 * Remove inner padding and border in Firefox 4+.
 */
    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

    /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        /* 1 */
        padding: 0;
        /* 2 */
    }

    /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
    input[type="search"] {
        -webkit-appearance: textfield;
        /* 1 */
        /* 2 */
        box-sizing: content-box;
    }

        /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*

My Normalizes

*/
* {
    box-sizing: border-box;
    position: relative;
}

html, body {
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

p {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
    margin: 0;
    padding: 0;
    display: inline;
}

a {
    text-decoration: none;
    border: 0px;
    outline: none;
}

img {
    -webkit-backface-visibility: hidden;
    text-decoration: none;
    border: 0px;
}

input, textarea, select {
    outline: none;
    border-radius: 0px;
}

    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        /* display: none; <- Crashes Chrome on hover */
        margin: 0;
        /* <-- Apparently some margin are still there even though it's hidden */
    }

    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        margin: 0;
    }

    select::-ms-expand {
        display: none;
    }

html, body, span, p {
    font-family: "ModernEra";
    color: #202020;
    overflow-x: hidden;
}

body {
    padding-top: 110px;
}

@media all and (max-width: 736px) {
    body {
        padding-top: 70px;
    }
}

a {
    color: #202020;
}

.btn {
    height: 60px;
    line-height: 60px;
    padding: 0px 50px;
    font-weight: 900;
    font-size: 16px;
    text-align: center;
    border-radius: 35px;
    text-transform: uppercase;
    display: inline-block;
    font-family: "ModernEraBlack";
    transition: color ease-out 0.2s, background-color ease-out 0.2s;
}

@media all and (max-width: 320px) {
    .btn {
        font-size: 12px;
    }
}

.btn--green {
    background-color: #84be4c;
    color: white;
    border: none;
}



@media (hover: hover) {
    .btn--green:hover {
        background-color: #202020;
    }
}

.btn--white {
    background-color: white;
    color: #202020;
}

sup {
    top: -0.25em;
    font-size: 18px;
}

.Header {
    height: 110px;
    width: 100%;
    padding: 0px 30px;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: white;
    z-index: 300;
    transition: height ease-out 0.2s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media all and (max-width: 736px) {
    .Header {
        height: 70px;
        padding-right: 0px;
    }
}

.Header.is-condensed {
    height: 70px;
}

.Header__logo {
    left: -3px;
    width: 75px;
    height: 75px;
    background-image: url("../img/zonelogo.svg");
    background-repeat: no-repeat;
/*    background-size: cover;*/
background-size: 100%;
    transition: all ease-out 0.2s;
}

@media all and (max-width: 736px) {
    .Header__logo {
        width: 55px;
        height: 55px;
    }
}

.Header.is-condensed .Header__logo {
    width: 45px;
    height: 45px;
}

@media all and (max-width: 736px) {
    .Header.is-condensed .Header__logo {
        width: 55px;
        height: 55px;
    }
}

.Header__nav {
    display: flex;
    align-items: center;
}

@media all and (max-width: 736px) {
    .Header__nav {
        display: none;
    }
}

.Header__nav a {
    display: flex;
    padding-top: 8px;
}

    .Header__nav a.btn.btn--green {
        line-height: 1;
        align-items: center;
        display: flex;
    }

.Header__linkList {
    display: flex;
    margin-right: 50px;
}

@media all and (max-width: 960px) {
    .Header__linkList {
        margin-right: 15px;
    }
}

.Header__linkList a {
    font-family: "ModernEraBlack";
    color: #202020;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0px 50px;
}

@media all and (max-width: 960px) {
    .Header__linkList a {
        margin: 0px 15px;
    }
}

.Header__toggle {
    display: none;
    justify-content: center;
    align-items: center;
    color: white;
    width: 70px;
    height: 70px;
    background-color: #84be4c;
    transition: color ease-out 0.2s;
}

    .Header__toggle:hover {
        color: #202020;
    }

@media all and (max-width: 736px) {
    .Header__toggle {
        display: flex;
    }
}

.Header__linkWithDropdown {
    margin: 0px 50px;
    cursor: pointer;
}

    .Header__linkWithDropdown .parent_link {
        margin: 0px 0px;
    }

@media all and (max-width: 960px) {
    .Header__linkWithDropdown {
        margin: 0px 25px;
    }
}

.Header__linkWithDropdown:hover span {
    color: white;
}

.Header__linkWithDropdown span {
    z-index: 1;
    font-family: "ModernEraBlack";
    color: #202020;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    transition: color ease-out 0.2s;
}

.Header__linkWithDropdown .Header__dropdown {
    position: absolute;
    width: calc(100% + 100px);
    left: -50px;
    top: -47px;
    cursor: default;
    display: none;
}

@media all and (max-width: 960px) {
    .Header__linkWithDropdown .Header__dropdown {
        width: calc(100% + 70px);
        left: -35px;
    }
}

.Header.is-condensed .Header__linkWithDropdown .Header__dropdown {
    top: -37px;
}

.Header__linkWithDropdown .Header__dropdownContent {
    background-color: #84be4c;
    cursor: default;
    padding: 10px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.Header__linkWithDropdown .Header__dropdownSpace {
    width: 100%;
    background-color: #84be4c;
    height: 92px;
    z-index: 0;
}

.Header.is-condensed .Header__linkWithDropdown .Header__dropdownSpace {
    height: 60px;
}

.Header__linkWithDropdown .Header__dropdownLink {
    font-family: "ModernEraBlack";
    color: white;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 15px 0px;
    transition: color ease-out 0.2s;
}

    .Header__linkWithDropdown .Header__dropdownLink:hover {
        color: #202020;
    }

.MobileNav {
    position: fixed;
    left: 0px;
    top: 70px;
    width: 100%;
    background-color: #84be4c;
    z-index: 301;
    display: none;
}

    .MobileNav .MobileNav__content {
        padding: 15px 30px;
    }

    .MobileNav ul {
        display: flex;
        flex-direction: column;
    }

    .MobileNav li {
        margin: 10px 0px;
    }

    .MobileNav a {
        color: white;
        font-weight: 900;
        font-size: 18px;
        text-transform: uppercase;
        font-family: "ModernEraBlack";
        transition: color ease-out 0.2s;
    }

        .MobileNav a:hover {
            color: #202020;
        }

    .MobileNav .MobileNav__nestedUL {
        margin-left: 39px;
    }

    .MobileNav .MobileNav__hr {
        width: 100%;
        height: 1px;
        background-color: white;
    }

.Wide-HR {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 135px;
    padding-right: 135px;
}

@media all and (max-width: 960px) {
    .Wide-HR {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media all and (max-width: 736px) {
    .Wide-HR {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.Wide-HR div {
    width: calc(100% + 60px);
    height: 1px;
    left: -30px;
    background-color: #eeeeee;
}

.LegalFooter {
    margin: 0 auto;
    padding: 20px 45px;
    background-color: #3d434f;
    font-size: 15px;
    font-style: italic;
}

    .LegalFooter a {
        color: #84be4c;
    }

        .LegalFooter a, .LegalFooter a:hover, .LegalFooter a:focus {
            text-decoration: underline;
        }

    .LegalFooter, .LegalFooter * {
        color: #fff;
    }

.Footer {
    background-color: #3d434f;
    padding: 60px 45px 40px;
    z-index: 1;
}

@media all and (max-width: 736px) {
    .Footer {
        padding: 30px;
    }
}

.Footer__cols {
    display: flex;
    margin-bottom: 20px;
}

@media all and (max-width: 960px) {
    .Footer__cols {
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
}

.Footer__col:nth-of-type(1) {
    width: 50%;
    margin-bottom: 40px;
}

.Footer__col:nth-of-type(2) {
    width: 25%;
    padding-left: 5%;
}

.Footer__col:nth-of-type(3) {
    width: 25%;
    padding-left: 5%;
}

@media all and (max-width: 960px) {
    .Footer__col:nth-of-type(1) {
        width: 100%;
    }

    .Footer__col:nth-of-type(2) {
        width: 50%;
        padding-left: 0px;
        padding-right: 15px;
    }

    .Footer__col:nth-of-type(3) {
        width: 50%;
        padding-left: 15px;
    }
}

@media all and (max-width: 736px) {
    .Footer__col:nth-of-type(2) {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 50px;
    }

    .Footer__col:nth-of-type(3) {
        width: 100%;
        padding-left: 0px;
    }
}

.Footer__logoAndText {
    display: flex;
    margin-bottom: 50px;
}

    .Footer__logoAndText .Footer__logo {
        min-width: 150px;
        min-height: 150px;
        width: 150px;
        height: 150px;
        margin: 0 auto;
        margin-right: 60px;
        background-image: url("../img/zonelogo.svg");
        background-repeat: no-repeat;
        background-size: cover;
        transition: all ease-out 0.2s;
    }

    .Footer__logoAndText p {
        color: white;
        font-size: 24px;
        font-weight: 900;
        line-height: 36px;
        font-family: "ModernEraBlack";
        top: -7px;
    }

@media all and (max-width: 736px) {
    .Footer__logoAndText {
        flex-direction: column;
    }

        .Footer__logoAndText .Footer__logo {
            margin: 0 auto 30px;
        }

        .Footer__logoAndText p {
            font-size: 18px;
        }
}

.Footer__trigger {
    display: none;
}

.Footer-Form .Footer-Form__content {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(5, 50%);
}

.Footer-Form .legal_copy p {
    font-size: 12px;
    color: #ffffff;
}

    .Footer-Form .legal_copy p a {
        color: #84be4c;
    }

        .Footer-Form .legal_copy p a, .Footer-Form .legal_copy p a:hover, .Footer-Form .legal_copy p a:focus {
            text-decoration: underline;
        }

.Footer-Form .required {
    font-size: 18px;
    color: #ffffff;
}

.Footer-Form .Footer-Form__submit {
    grid-column: 1 / 3;
}

.Footer-Form .Footer-Form__input {
    width: 100%;
    margin-bottom: 20px;
}

    .Footer-Form .Footer-Form__input:first-child {
        grid-column: 1 / 2;
    }

    .Footer-Form .Footer-Form__input:nth-child(2) {
        grid-column: 2 / 3;
    }

    .Footer-Form .Footer-Form__input:nth-child(3), .Footer-Form .Footer-Form__input:nth-child(4) {
        grid-column: 1 / 3;
    }

    .Footer-Form .Footer-Form__input:nth-child(3) {
        margin-bottom: 10px;
    }

@media all and (max-width: 736px) {
    .Footer-Form .Footer-Form__input:first-child, .Footer-Form .Footer-Form__input:nth-child(2) {
        grid-column: 1 / 3;
    }
}

.Footer-Form .Footer-Form__input .legal_copy b {
    color: #ffffff;
    font-size: 12px;
    display: grid;
    margin-bottom: 10px;
}

.Footer-Form .Footer-Form__input .legal_copy p {
    line-height: 1.15;
}

.Footer-Form .Footer-Form__input .legal_copy a {
    text-transform: initial;
    color: #84be4c;
}

.Footer-Form .Footer-Form__input label {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
    color: white;
    margin-bottom: 10px;
    font-family: "ModernEraBlack";
    transition: all ease-out 0.2s;
    display: grid;
}

.Footer-Form .Footer-Form__input .textInput {
    width: 100%;
    border: 0px;
    background-color: white;
    height: 50px;
    font-size: 16px;
    color: #202020;
    font-weight: 900;
    padding-left: 15px;
    border: 1px solid transparent;
    transition: all ease-out 0.2s;
}

.Footer-Form .Footer-Form__input textarea {
    width: 100%;
    border: 0px;
    background-color: white;
    font-size: 16px;
    color: #202020;
    font-weight: 900;
    padding-left: 15px;
    border: 1px solid transparent;
    transition: all ease-out 0.2s;
}

.Footer-Form .Footer-Form__input.has-error label {
    color: #f15955;
}

.Footer-Form .Footer-Form__input.has-error input {
    border-color: #f15955;
}

.Footer-Form button {
    border: 0px;
    max-width: 200px;
    outline: none;
}

.Footer-Form .subtitle {
    color: #ffffff;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: "ModernEraBlack";
    display: grid;
}

    .Footer-Form .subtitle + p {
        color: #ffffff;
        margin: 15px 0;
    }

.Footer-Form .contact_checkbox {
    margin-bottom: 25px;
}

    .Footer-Form .contact_checkbox .form-group {
        display: grid;
        grid-template-columns: repeat(4, auto);
        margin-bottom: 0;
        gap: 10px;
    }

@media all and (max-width: 736px) {
    .Footer-Form .contact_checkbox .form-group {
        grid-template-columns: 100%;
    }

        .Footer-Form .contact_checkbox .form-group div {
            margin-bottom: 10px;
        }
}

.Footer-Form .contact_checkbox .form-group label {
    font-weight: 500;
    font-size: 16px;
    text-transform: initial;
    font-family: "ModernEra";
    display: flex;
    align-items: center;
    color: #ffffff;
    height: 20px;
}

.Footer-Form .contact_checkbox .form-group input + label:before {
    float: left;
}

.Footer-Form .contact_checkbox .form-group input:checked + label:before {
    background-color: #84be4c;
    border-color: #84be4c;
}

.Footer-Form .contact_checkbox .form-group input:checked + label:after {
    border-color: #ffffff;
    top: 2px;
    left: 10px;
}

.Footer__thanks {
    display: none;
}

    .Footer__thanks .Footer__thanksContent {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .Footer__thanks .Footer__thanksTop {
        display: flex;
        align-items: center;
        font-size: 24px;
        font-weight: 900;
        color: white;
        font-family: "ModernEraBlack";
        text-transform: uppercase;
    }

    .Footer__thanks .Footer__checkmark {
        width: 50px;
        height: 50px;
        border-radius: 100%;
        background-color: #84be4c;
        margin-right: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .Footer__thanks .Footer__checkmark img {
            position: relative;
            width: 24px;
            left: 3px;
            top: 2px;
        }

    .Footer__thanks p {
        font-size: 14px;
        line-height: 1.7;
        color: white;
        text-align: center;
        max-width: 485px;
        margin: 25px 0 auto;
    }

.Nutrition-Form .Nutrition-Form__content {
    display: flex;
    flex-direction: column;
}

.Nutrition-Form .legal_copy p {
    font-size: 12px;
    color: #ffffff;
}

    .Nutrition-Form .legal_copy p a {
        color: #84be4c;
    }

.Nutrition-Form .required {
    font-size: 18px;
    color: #ffffff;
}

.Nutrition-Form .Nutrition-Form__input {
    width: 100%;
    margin-bottom: 30px;
    flex-direction: column;
}

    .Nutrition-Form .Nutrition-Form__input label {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 900;
        color: white;
        margin-bottom: 10px;
        font-family: "ModernEraBlack";
        transition: all ease-out 0.2s;
    }

    .Nutrition-Form .Nutrition-Form__input .textInput {
        width: 100%;
        border: 0px;
        background-color: white;
        height: 50px;
        font-size: 16px;
        color: #202020;
        font-weight: 900;
        padding-left: 15px;
        border: 1px solid transparent;
        transition: all ease-out 0.2s;
    }

    .Nutrition-Form .Nutrition-Form__input textarea {
        width: 100%;
        border: 0px;
        background-color: white;
        font-size: 16px;
        color: #202020;
        font-weight: 900;
        padding-left: 15px;
        border: 1px solid transparent;
        transition: all ease-out 0.2s;
    }


.Nutrition-Form button {
    border: 0px;
    max-width: 200px;
    outline: none;
}

.Nutrition__thanks, .Nutrition__thanks_signup, .Contact__thanks {
    display: none;
}

    .Nutrition__thanks .Nutrition__thanksContent, .Contact__thanks .Contact__thanksContent {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .Nutrition__thanks .Nutrition__thanksTop, .Contact__thanks .Contact__thanksTop {
        display: flex;
        align-items: center;
        font-size: 24px;
        font-weight: 900;
        color: #3d434f;
        font-family: "ModernEraBlack";
        text-transform: uppercase;
    }

    .Nutrition__thanks .Nutrition__checkmark, .Contact__thanks .Contact__checkmark {
        width: 50px;
        height: 50px;
        border-radius: 100%;
        background-color: #84be4c;
        margin-right: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .Nutrition__thanks .Nutrition__checkmark img, .Contact__thanks .Contact__checkmark img {
            position: relative;
            width: 24px;
            left: 3px;
            top: 2px;
        }

    .Nutrition__thanks p, .Contact__thanks p {
        font-size: 14px;
        line-height: 1.7;
        color: #3d434f;
        text-align: center;
        max-width: 485px;
        margin: 25px 0 auto;
    }

.Footer__links {
    display: flex;
    flex-direction: column;
}

    .Footer__links li {
        margin-bottom: 30px;
    }

        .Footer__links li:last-of-type {
            margin-bottom: 0px;
        }

    .Footer__links a {
        color: white;
        font-size: 18px;
        font-weight: 900;
        text-transform: uppercase;
        font-family: "ModernEraBlack";
        transition: color ease-out 0.2s;
    }

        .Footer__links a:hover {
            color: #84be4c;
        }

.Footer__socialTitle {
    font-size: 24px;
    color: white;
    font-weight: 900;
    margin-bottom: 40px;
    font-family: "ModernEraBlack";
}

@media all and (max-width: 736px) {
    .Footer__socialTitle {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

.Footer__socialLinks {
    display: flex;
    flex-direction: column;
}

@media all and (max-width: 736px) {
    .Footer__socialLinks {
        display: inline;
    }
}

.Footer__socialLinks a {
    display: inline-flex;
    align-items: center;
    margin: 10px 0px;
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 900;
    font-family: "ModernEraBlack";
    transition: color ease-out 0.2s;
}

    .Footer__socialLinks a span {
        display: inline-flex;
        align-items: center;
        margin: 10px 0px;
        color: white;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 900;
        font-family: "ModernEraBlack";
        transition: color ease-out 0.2s;
    }

@media all and (max-width: 736px) {
    .Footer__socialLinks a span {
        display: none;
    }
}

.Footer__socialLinks a:hover {
    color: #84be4c;
}

.Footer__socialLinks a div {
    width: 75px;
    height: 75px;
    background-color: #84be4c;
    color: white;
    border-radius: 100%;
    font-size: 30px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media all and (max-width: 736px) {
    .Footer__socialLinks a div {
        margin-right: 8px;
    }
}

@media all and (max-width: 736px) {
    .Footer__socialLinks a {
        font-size: 16px;
    }

        .Footer__socialLinks a div {
            width: 40px;
            height: 40px;
            font-size: 18px;
        }
}

.Footer__linkList {
    color: white;
    text-align: center;
    font-weight: 900;
    margin-bottom: 12px;
}

    .Footer__linkList a {
        color: white;
        margin: 0px 5px;
        transition: color ease-out 0.2s;
    }

        .Footer__linkList a:hover {
            color: #84be4c;
        }

.Footer__copyright {
    margin-top: 25px;
    text-align: center;
    padding-top: 12px;
}

    .Footer__copyright span {
        font-size: 12px;
        color: white;
    }

    .Footer__copyright img {
        position: absolute;
        right: 0px;
        top: 0px;
    }

@media all and (max-width: 736px) {
    .Footer__copyright {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 0px;
    }

        .Footer__copyright img {
            position: relative;
            margin-bottom: 45px;
        }
}

.Home-Hero {
    display: flex;
        flex-direction:  row-reverse;
    background-image: url("../img/home-hero-bg.png");
    padding: 30px 0 30px;
    background-size: cover;
}

@media all and (max-width: 960px) {
    .Home-Hero {
        padding: 9px 0 25px 0;
    }
}

@media all and (max-width: 736px) {
    .Home-Hero {
        flex-direction:  column;    }
}

.Home-Hero .wrapper__hero__banner {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 50% 50%;
    max-width: 1800px;
    align-items: center;
}

@media all and (max-width: 736px) {
    .Home-Hero .wrapper__hero__banner {
        grid-template-columns: 100%;
    }
}

.Home-Hero .Home-Hero__img {
    width: 100%;
    z-index: 1;
    flex-shrink: 1;
    margin-top: 0;
    order: 2;
}

@media all and (max-width: 960px) {
    .Home-Hero .Home-Hero__img {
        padding-top: 0;
    }
}

@media all and (max-width: 736px) {
    .Home-Hero .Home-Hero__img {
        padding-top: 2%;
        margin-left: 0px;
    }
}

.Home-Hero .Home-Hero__img img {
    width: 100%;
}

@media all and (max-width: 960px) {
    .Home-Hero .Home-Hero__img img {
        margin: 1.75rem 0;
    }
}

@media all and (max-width: 736px) {
    .Home-Hero .Home-Hero__img {
        margin-top: 0px;
        order: 1;
        width: 100%;
    }
}

.Home-Hero .Home-Hero__text {
    width: 85%;
    padding-top: 40px;
    padding-right: 0;
    padding-bottom: 30px;
    flex-shrink: 2;
    z-index: 1;
    order: 1;
}

@media all and (max-width: 1100px) {
    .Home-Hero .Home-Hero__text {
        padding-right: 60px;
        padding-top: 30px;
    }
}

@media all and (max-width: 960px) {
    .Home-Hero .Home-Hero__text {
        padding-right: 20px;
    }
}

@media all and (max-width: 736px) {
    .Home-Hero .Home-Hero__text {
        order: 1;
        padding: 0px 30px 0px;
        width: 100%;
    }
}

.Home-Hero .Home-Hero__text a.btn {
    margin-top: 30px;
}

@media all and (max-width: 1100px) {
    .Home-Hero .Home-Hero__text a.btn {
        margin-top: 1.5rem;
    }
}

.Home-Hero .Home-Hero__title h1 {
    font-size: 2.5em;
    text-transform: uppercase;
    font-weight: 900;
    font-family: "ModernEraBlack";
}

@media (min-width: 26.5em) {
    .Home-Hero .Home-Hero__title h1 {
        font-size: calc(2.5em + 3.75 * (100vw - 26.5em) / 93.5);
    }
}

@media (min-width: 120em) {
    .Home-Hero .Home-Hero__title h1 {
        font-size: 6.25em;
    }
}
@media all and (max-width: 960px) {
    .Home-Hero .Home-Hero__title h1{
         font-size:68px;
    }
    .Home-Hero .Home-Hero__title .nutri-sub{
        font-size: 43px;
    }
}

@media all and (max-width: 736px) {
    .Home-Hero .Home-Hero__title h1 {
        font-size: 57px;
    }
   .Home-Hero .Home-Hero__title .nutri-sub {
        font-size: 36px;
        line-height: 20px;
    }
}

@media all and (min-width: 1366px) {
    .Home-Hero .Home-Hero__title h1 {
        font-size: 90px;
    }
}

.Home-Hero .Home-Hero__subtitle {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 24px;
    color: white;
    margin-bottom: 15px;
    font-family: "ModernEraBlack";
}

@media all and (max-width: 736px) {
    .Home-Hero .Home-Hero__subtitle {
        font-size: 14px;
    }
}

.Home-Hero .Home-Hero__body {
    font-weight: bold;
    font-size: 24px;
    color: white;
    line-height: 1.42;
    font-family: "ModernEraMedium";
}

@media all and (max-width: 1100px) {
    .Home-Hero .Home-Hero__body {
        font-size: 18px;
    }
}

.Home-Hero .Home-Hero__border {
    height: 20%;
    max-height: 125px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 0;
}

.Home-Excerpt {
    width: 50vw;
    padding: 77px 0 77px;
    text-align: center;
    margin: auto;
}

@media all and (max-width: 960px) {
    .Home-Excerpt {
        width: 93vw;
        padding: 10px 20px;
        margin: 73px 20px;
        text-align: left;
    }
}

.Home-Excerpt h2 {
    font-size: 3.125rem;
    font-family: "ModernEraBlack";
    margin-bottom: 30px;
}

@media all and (max-width: 960px) {
    .Home-Excerpt h2 {
        font-size: 1.875rem;
    }
}

.Home-Excerpt p {
    font-size: 18px;
    line-height: 1.56;
}

.Home-Products .product-one {
    background-color: #84be4c;
    background-image: url("../img/made for better bg.png");
    background-repeat: repeat-y;
    background-position: left top;
    background-size: 30.3vw;
}

@media all and (max-width: 960px) {
    .Home-Products .product-one .Home-Promo__parallaxImg {
        display: none;
    }
}

@media all and (max-width: 960px) {
    .Home-Products .product-one {
        background-image: url("../img/home-classics-flavor-cue-tab-mobile.png"), url("../img/made for better bg.png");
        background-repeat: no-repeat, repeat-x;
        background-position: left top, left top;
        background-size: 45%, 100% calc(25vh + 85px);
    }
}

.Home-Products .product-one .Home-Promo__parallax .simpleParallax {
    height: 800px;
}

.Home-Products .product-two {
    background-color: #916653;
    background-image: url("../img/rectangle.png");
    background-repeat: repeat-y;
    background-position: right top;
    background-size: 33vw;
}

@media all and (max-width: 960px) {
    .Home-Products .product-two .Home-Promo__parallaxImg {
        display: none;
    }
}

@media all and (max-width: 960px) {
    .Home-Products .product-two {
        background-image: url("../img/chocolate.png"), url("../img/rectangle.png");
        background-repeat: no-repeat, repeat-x;
        background-position: right top, left top;
        background-size: 80%, 100% calc(25vh + 85px);
    }
}

.Home-Products .product-two .Home-Promo__parallax .simpleParallax {
    text-align: right;
    height: 800px;
}

.Home-Products .product-three {
    background-color: #3D434F;
    background-image: url("../img/rectangle.png");
    background-repeat: repeat-y;
    background-position: right top;
    background-size: 33vw;
}

@media all and (max-width: 960px) {
    .Home-Products .product-three .Home-Promo__parallaxImg {
        display: none;
    }
}

@media all and (max-width: 960px) {
    .Home-Products .product-three {
        background-image: url("../img/FlavorCue.png"), url("../img/rectangle.png");
        background-repeat: no-repeat, repeat-x;
        background-position: right top, left top;
        background-size: 40%, 80% calc(25vh + 85px);
    }
}

.Home-Products .product-three .Home-Promo__parallax .simpleParallax {
    text-align: right;
    height: 800px;
}

.Home-Products .Home-Promo__parallax {
    width: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
}

@media all and (max-width: 960px) {
    .Home-Products .Home-Promo__parallax {
        display: none;
    }
}

.Home-Products .Home-Grid__items {
    padding-top: 40px;
    padding-bottom: 0px;
    padding-left: 135px;
    padding-right: 135px;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 60px);
    margin-left: -30px;
}

@media all and (max-width: 960px) {
    .Home-Products .Home-Grid__items {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media all and (max-width: 736px) {
    .Home-Products .Home-Grid__items {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media all and (max-width: 960px) {
    .Home-Products .Home-Grid__items {
        padding-top: 15px;
    }
}

.Home-Products .Home-Grid__items .Home-Grid__item {
    width: 50%;
    padding-top: 91px;
    padding-left: 11.8vw;
    padding-bottom: 40px;
}

    .Home-Products .Home-Grid__items .Home-Grid__item img {
        width: 100%;
        max-width: 100%;
    }


@media all and (max-width: 960px) {
    .Home-Products .Home-Grid__items .Home-Grid__item {
        width: 100%;
        padding-left: 5.8vw;
    }
}

@media all and (max-width: 960px) and (max-width: 736px) {
    .Home-Products .Home-Grid__items .Home-Grid__item > div {
        padding-top: 2.1rem;
    }
}

@media all and (max-width: 960px) and (max-height: 812px) {
    .Home-Products .Home-Grid__items .Home-Grid__item > div {
        padding-top: 2.1rem;
    }
}

@media all and (max-width: 736px) {
    .Home-Products .Home-Grid__items .Home-Grid__item {
        width: 100%;
    }
}

.Home-Products .Home-Grid__items .Home-Grid__item h2, .Home-Products .Home-Grid__items .Home-Grid__item h3 {
    font-weight: 900;
    color: white;
    margin-bottom: 15px;
    font-family: "ModernEraBlack";
}

.Home-Products .Home-Grid__items .Home-Grid__item h2 {
    font-size: 2.5em;
    text-transform: uppercase;
}

@media (min-width: 26.5em) {
    .Home-Products .Home-Grid__items .Home-Grid__item h2 {
        font-size: calc(2.5em + 0.625 * (100vw - 26.5em) / 93.5);
    }
}

@media (min-width: 120em) {
    .Home-Products .Home-Grid__items .Home-Grid__item h2 {
        font-size: 3.125em;
    }
}

.Home-Products .Home-Grid__items .Home-Grid__item h3 {
    font-size: 24px;
}

.Home-Products .Home-Grid__items .Home-Grid__item p {
    color: white;
    line-height: 1.56;
    font-size: 18px;
    margin-bottom: 23px;
}

@media all and (max-width: 960px) {
    .Home-Products .Home-Grid__items .text-wrapper {
        order: 2 !important;
        padding-top: 0px;
        padding-bottom: 65px;
        width: 100%;
    }
}

@media all and (max-width: 960px) {
    .Home-Products .Home-Grid__items .image-wrapper {
        width: 100%;
        order: 1 !important;
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media all and (max-width: 736px) {
    .Home-Products .Home-Grid__items .image-wrapper {
        padding-left: 2%;
        padding-right: 2%;
    }
}

.Home-Products .Home-Grid__items .right-side {
    margin-left: -12%;
}

@media all and (max-width: 960px) {
    .Home-Products .Home-Grid__items .right-side {
        margin-left: -5%;
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media all and (max-width: 736px) {
    .Home-Products .Home-Grid__items .right-side {
        padding-left: 2%;
        padding-right: 2%;
    }
}

@media all and (max-width: 736px) {
    .Home-Products .Home-Grid__items {
        width: calc(100% + 30px);
        margin-left: -15px;
    }
}

.Home-Products .shakeProduct {
    padding-top: 2vw;
}

@media all and (max-width: 960px) {
    .Home-Products .shakeProduct {
        padding-top: 0.6rem;
    }
}

@media all and (max-width: 736px) {
    .Home-Products .shakeProduct {
        padding-top: 2.7rem !important;
    }
}

@media all and (max-width: 320px) {
    .Home-Products .shakeProduct {
        padding-top: 2.6rem !important;
    }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .Home-Products .shakeProduct {
        padding-top: 4.4rem !important;
    }
}

.Home-Team {
    padding-top: 55px;
    padding-bottom: 40px;
    padding-left: 50px;
    padding-right: 135px;
    display: table;
    width: 100%;
    height: 100vh;
}

@media all and (max-width: 960px) {
    .Home-Team {
        padding-left: 50px;
        padding-right: 60px;
    }
}

@media all and (max-width: 736px) {
    .Home-Team {
        padding-left: 50px;
        padding-right: 30px;
    }
}

@media all and (min-width: 963px) and (max-width: 1020px) {
    .Home-Team {
        height: 650px;
    }
}

@media all and (min-width: 1024px) and (max-width: 1366px) {
    .Home-Team {
        height: 750px;
    }
}

@media all and (max-width: 736px) {
    .Home-Team {
        padding: 44px 5px 0px 5px;
    }
}

@media all and (max-width: 960px) {
    .Home-Team {
        height: 530px;
    }
}

.Home-Team .left-half {
    position: absolute;
    left: 0px;
    width: 40%;
    padding-left: 50px;
}

@media all and (max-width: 736px) {
    .Home-Team .left-half {
        position: inherit;
        padding-left: 30px;
        padding-bottom: 30px;
        left: 0px;
        width: 100%;
    }
}

.Home-Team .right-half {
    position: absolute;
    right: 0px;
    width: 60%;
}

@media all and (max-width: 736px) {
    .Home-Team .right-half {
        position: inherit;
        left: 0px;
        width: 105%;
        margin-bottom: -10px;
    }
}

.Home-Team .right-half img {
    height: auto;
    width: 100%;
}

.Home-Team .Home-Team__title h2 {
    font-size: 2.5em;
    color: #84be4c;
    font-family: "ModernEraBlack";
    text-transform: uppercase;
}

@media (min-width: 26.5em) {
    .Home-Team .Home-Team__title h2 {
        font-size: calc(2.5em + 3.75 * (100vw - 26.5em) / 93.5);
    }
}

@media (min-width: 120em) {
    .Home-Team .Home-Team__title h2 {
        font-size: 6.25em;
    }
}

@media all and (max-width: 736px) {
    .Home-Team .Home-Team__title h2 {
        font-size: 40px;
    }
}

@media all and (min-width: 1366px) {
    .Home-Team .Home-Team__title h2 {
        font-size: 100px;
    }
}

.Home-Team .Home-Team__title h2 span {
    width: 146px;
    display: inline-block;
    position: absolute;
    margin-top: -13px;
    margin-left: 50px;
}

@media all and (min-width: 1024px) and (max-width: 1366px) {
    .Home-Team .Home-Team__title h2 span img {
        width: 9vw;
    }
}

.Home-Team .Home-Team__excerpt p {
    font-size: 32px;
    font-family: "ModernEraMedium";
    line-height: 1.41;
    margin: 2rem 0;
}

@media all and (max-width: 960px) {
    .Home-Team .Home-Team__excerpt p {
        font-size: 24px;
    }
}

@media all and (min-width: 1024px) and (max-width: 1366px) {
    .Home-Team .Home-Team__excerpt p {
        font-size: 26px;
    }
}

@media all and (max-width: 960px) {
    .Home-Team .Home-Team__excerpt a {
        font-size: 14px;
    }
}

.Home-Testimonials {
    padding-top: 160px;
    padding-bottom: 40px;
    padding-left: 135px;
    padding-right: 135px;
    background: #f15955;
    background-image: url(../img/splash-milk.png);
    background-repeat: no-repeat;
    background-size: cover;
}

@media all and (max-width: 960px) {
    .Home-Testimonials {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media all and (max-width: 736px) {
    .Home-Testimonials {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media all and (max-width: 960px) {
    .Home-Testimonials {
        padding-top: 60px;
        padding-bottom: 40px;
        padding-left: 10px;
        padding-right: 10px;
        background-image: none;
    }
}

@media all and (max-width: 960px) and (max-width: 960px) {
    .Home-Testimonials {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media all and (max-width: 960px) and (max-width: 736px) {
    .Home-Testimonials {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.Home-Testimonials__title {
    text-align: center;
}

    .Home-Testimonials__title h2, .Home-Testimonials__title h3 {
        font-weight: 900;
        color: white;
        margin-bottom: 15px;
        font-family: "ModernEraBlack";
    }

    .Home-Testimonials__title h2 {
        font-size: 2.5em;
        text-transform: uppercase;
        font-family: "ModernEraBlack";
    }

@media (min-width: 26.5em) {
    .Home-Testimonials__title h2 {
        font-size: calc(2.5em + 3.75 * (100vw - 26.5em) / 93.5);
    }
}

@media (min-width: 120em) {
    .Home-Testimonials__title h2 {
        font-size: 6.25em;
    }
}

@media all and (max-width: 736px) {
    .Home-Testimonials__title h2 {
        font-size: 40px;
    }
}

@media all and (min-width: 1366px) {
    .Home-Testimonials__title h2 {
        font-size: 6.250em;
    }
}

.Home-Testimonials__title h3 {
    font-size: 1.5rem;
    line-height: 1.5;
}

.Home-Testimonials__title img {
    margin: 2rem 0;
}

.Home-Testimonials__slider-container {
    max-width: 100%;
    margin: 2rem auto;
}

    .Home-Testimonials__slider-container .Home-Testimonials__slider .Home-Testimonials__slider-item p {
        color: white;
        font-size: 1.125rem;
        line-height: 1.56;
        margin-bottom: 1rem;
    }

        .Home-Testimonials__slider-container .Home-Testimonials__slider .Home-Testimonials__slider-item p:first-child {
            text-align: center;
        }

    .Home-Testimonials__slider-container .Home-Testimonials__slider .Home-Testimonials__slider-item > div {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .Home-Testimonials__slider-container .Home-Testimonials__slider .Home-Testimonials__slider-item > div p {
            padding-left: 1rem;
        }

    .Home-Testimonials__slider-container .slick-prev, .Home-Testimonials__slider-container .slick-next {
        top: 75%;
    }

    .Home-Testimonials__slider-container .slick-prev {
        left: 20%;
        background-image: url(../img/arrow-white-left.png);
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 9999999;
    }

    .Home-Testimonials__slider-container .slick-next {
        right: 20%;
        background-image: url(../img/arrow-white-right.png);
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 9999999;
    }

        .Home-Testimonials__slider-container .slick-prev:before, .Home-Testimonials__slider-container .slick-next:before {
            font-family: inital;
            font-size: 20px;
            line-height: 1;
            color: white;
            height: 40px;
            opacity: 1;
            content: '';
        }

    .Home-Testimonials__slider-container .slick-dots li {
        margin: 0;
    }

        .Home-Testimonials__slider-container .slick-dots li.slick-active button:before {
            color: white;
            opacity: 1;
            font-size: 12px;
            line-height: 2;
        }

        .Home-Testimonials__slider-container .slick-dots li button::before {
            color: white;
            opacity: 1;
        }

.Home-Favorites {
    padding: 116px 20px 0px;
    text-align: center;
}

@media all and (max-width: 960px) {
    .Home-Favorites {
        padding: 80px 20px 0px;
    }
}

@media all and (max-width: 736px) {
    .Home-Favorites {
        padding: 30px 20px 0px;
    }
}

.Home-Favorites__title h2 {
    font-weight: 900;
    color: black;
    margin-bottom: 15px;
    font-family: "ModernEraBlack";
    font-size: 3.125rem;
}

.Home-Grid__form {
    padding-top: 0;
    padding-bottom: 40px;
    padding-left: 135px;
    padding-right: 135px;
}

@media all and (max-width: 960px) {
    .Home-Grid__form {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media all and (max-width: 736px) {
    .Home-Grid__form {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.Home-Grid__form .Footer-Form {
    display: block !important;
}

.Home-Grid__form .legal_copy p {
    font-size: 12px;
    color: #202020;
}

.Home-Grid__form .Home-Grid__items {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 60px);
    margin-left: -30px;
}

    .Home-Grid__form .Home-Grid__items .Home-Grid__item:first-child {
        width: 30%;
    }

@media all and (max-width: 960px) {
    .Home-Grid__form .Home-Grid__items .Home-Grid__item:first-child {
        width: 100%;
        padding: 10px;
    }
}

.Home-Grid__form .Home-Grid__items .Home-Grid__item:first-child h2 {
    color: #84be4c;
    font-size: 3.125rem;
    line-height: 1.2;
    font-family: "ModernEraBlack";
}

.Home-Grid__form .Home-Grid__items .Home-Grid__item:first-child p {
    font-size: 16px;
    line-height: 1.75;
    margin: 1rem 0;
}

.Home-Grid__form .Home-Grid__items .Home-Grid__item:last-child {
    padding-left: 132px;
    width: 70%;
}

@media all and (max-width: 960px) {
    .Home-Grid__form .Home-Grid__items .Home-Grid__item:last-child {
        width: 100%;
        padding: 20px;
    }
}

.Home-Grid__form .Home-Grid__items .Home-Grid__item:last-child .Footer-Form__input:nth-child(4) {
    flex-direction: initial;
    justify-content: left;
}

.Home-Grid__form .Home-Grid__items .Home-Grid__item:last-child .Footer-Form__input label {
    color: black;
}

.Home-Grid__form .Home-Grid__items .Home-Grid__item:last-child .Footer-Form__input textarea:not([type="checkbox"]) {
    background: lightgray;
}

.Home-Grid__form .Home-Grid__items .Home-Grid__item:last-child .Footer-Form__input input:not([type="checkbox"]) {
    background: lightgray;
}

.Home-Grid__form .Home-Grid__items .Home-Grid__item:last-child .Footer-Form__input input[type="checkbox"] {
    background: initial;
    background: initial;
    -webkit-appearance: checkbox;
    height: initial;
    width: initial;
}

.Hero_homepage___lifestyle .container {
    margin-top: 50px;
}

.Hero_homepage___lifestyle p {
    max-width: 790px;
    margin: 0 auto;
}

@media all and (max-width: 736px) {
    .Hero_homepage___lifestyle p {
        font-size: 14px;
    }
}

.Hero_homepage___lifestyle h2 {
    max-width: 600px;
    margin: 0 auto;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.Hero_homepage___lifestyle .bottom___wrapper {
    background-color: #84be4c;
    margin-top: 100px;
}

    .Hero_homepage___lifestyle .bottom___wrapper .main__wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 45px;
        padding: 0 40px;
        max-width: 1350px;
        margin: 0 auto;
        position: relative;
        top: -100px;
    }

@media all and (max-width: 736px) {
    .Hero_homepage___lifestyle .bottom___wrapper .main__wrapper {
        grid-template-columns: 100%;
        top: -50px;
    }
}

.Hero_homepage___lifestyle .bottom___wrapper img {
    width: 80px;
}

.Hero_homepage___lifestyle .bottom___wrapper h3 {
    font-family: "ModernEraBlack";
    color: #202020;
    font-size: 32px;
    line-height: 1.41;
    margin: 20px 0 50px;
}

@media all and (max-width: 736px) {
    .Hero_homepage___lifestyle .bottom___wrapper h3 {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

.Hero_homepage___lifestyle .bottom___wrapper .block {
    background-color: #ffffff;
    padding: 60px 50px 50px;
    display: grid;
    justify-items: center;
    width: 100%;
    box-shadow: 0 0 10px 0 #c1c1c1;
}

@media all and (max-width: 736px) {
    .Hero_homepage___lifestyle .bottom___wrapper .block {
        padding: 40px 20px;
    }
}

.Hero_homepage___lifestyle .bottom___wrapper a {
    display: grid;
    align-items: center;
    line-height: 1.2;
}

@media all and (max-width: 736px) {
    .Hero_homepage___lifestyle .bottom___wrapper a {
        padding: 0 15px;
        height: 40px;
    }
}

.PCP-Filtering {
    overflow: hidden;
}

.PCP-Filtering__imgLeft {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate(-25%, -50%) scale(0.5);
}

@media all and (max-width: 960px) {
    .PCP-Filtering__imgLeft {
        display: none;
    }
}

.PCP-Filtering__imgRight {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(25%, -50%) scale(0.5);
}

@media all and (max-width: 960px) {
    .PCP-Filtering__imgRight {
        display: none;
    }
}

.PCP-Filtering__top {
    background-image: url(../img/products-header-bg-v2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #84be4c;
    width: 100%;
    overflow: hidden;
}

@media all and (max-width: 960px) {
.PCP-Filtering__top {
    background-image:none;
    background-color: #84be4c;
}
}

.PCP-Filtering__topContent {
    padding: 110px 30px 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

@media all and (max-width: 960px) {
    .PCP-Filtering__topContent {
        padding: 45px 30px;
    }
}

.PCP-Filtering__title {
    color: #fff;
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 900;
    margin-bottom: 40px;
    font-family: "ModernEraBlack";
}

@media all and (max-width: 960px) {
    .PCP-Filtering__title {
        font-size: 40px;
        margin-top: 40px;
    }
}

@media all and (max-width: 736px) {
    .PCP-Filtering__title {
        font-size: 30px;
    }
}

.PCP-Filtering__body {
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    line-height: 1.42;
    font-family: "ModernEraBlack";
    padding: 0 40px;
}

@media all and (max-width: 736px) {
    .PCP-Filtering__body {
        font-size: 20px;
        padding: 0 5px;
    }
}

.PCP-Filtering__statement {
    font-size: 24px;
    margin-bottom: 40px;
    text-align: center;
}

@media all and (max-width: 960px) {
    .PCP-Filtering__statement {
        font-size: 18px;
        line-height: 30px;
    }
}

@media all and (max-width: 736px) {
    .PCP-Filtering__statement {
        margin-bottom: 5px;
    }
}

.PCP-Filtering__bottom {
    min-height: 100px;
}

.PCP-Filtering__bottomHR {
    width: 100%;
    height: 1px;
    background-color: #629431;
    margin-top: -1px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    transition: opacity ease-out 0.2s;
}

    .PCP-Filtering__bottomHR.is-visible {
        opacity: 1;
    }

@media all and (max-width: 736px) {
    .PCP-Filtering__bottomHR {
        width: calc(100% - 60px);
    }
}

.PCP-Filtering__bottomHeader {
    padding-top: 40px;
    padding-bottom: 0px;
    padding-left: 135px;
    padding-right: 135px;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 2;
}

@media all and (max-width: 960px) {
    .PCP-Filtering__bottomHeader {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media all and (max-width: 736px) {
    .PCP-Filtering__bottomHeader {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.PCP-Filtering__productCount {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 18px;
    font-family: "ModernEraBlack";
    transition: color ease-out 0.2s;
}

@media all and (max-width: 736px) {
    .PCP-Filtering__productCount {
        font-size: 16px;
    }
}

.PCP-Filtering__productCount.white {
    color: white;
}

.PCP-Filtering__bottomContentWrapper {
    z-index: 1;
    background-color: #84be4c;
    display: none;
}

.PCP-Filtering__bottomContent {
    padding-top: 140px;
    padding-bottom: 40px;
    padding-left: 135px;
    padding-right: 135px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media all and (max-width: 960px) {
    .PCP-Filtering__bottomContent {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media all and (max-width: 736px) {
    .PCP-Filtering__bottomContent {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media all and (max-width: 736px) {
    .PCP-Filtering__bottomContent {
        padding-bottom: 0px;
        border-bottom: 1px solid #eeeeee;
    }
}

.PCP-Filtering__filters {
    display: flex;
    width: calc(100% + 60px);
    margin-bottom: 40px;
}

@media all and (max-width: 736px) {
    .PCP-Filtering__filters {
        width: calc(100% + 90px);
        flex-direction: column;
        margin-bottom: 0px;
    }
}

@media all and (max-width: 736px) {
    .PCP-Filtering__findCta {
        display: none;
    }
}

.btnToggleFilteringDisplay {
    display: inline-flex;
    align-items: center;
}

@media all and (max-width: 736px) {
    .btnToggleFilteringDisplay {
        padding: 0px 30px;
    }
}

.btnToggleFilteringDisplay div {
    background-image: url("../img/icon-filter.svg");
    width: 15px;
    height: 13px;
    margin-left: 10px;
    top: -2px;
}

.btnToggleFilteringDisplay.is-open div {
    background-image: url("../img/icon-x.svg");
    width: 13px;
    top: -1px;
}

.PCP-Filtering-Select {
    margin: 0px 7px;
    display: inline-block;
    cursor: pointer;
}

    .PCP-Filtering-Select .PCP-Filtering-Select__label {
        padding-bottom: 3px;
        border-bottom: 2px solid white;
        font-weight: 900;
        z-index: 2;
        display: flex;
        align-items: center;
    }

@media all and (max-width: 960px) {
    .PCP-Filtering-Select .PCP-Filtering-Select__label {
        padding: 0px;
        line-height: 20px;
    }
}

.PCP-Filtering-Select .PCP-Filtering-Select__label span {
    color: white;
    transition: color ease-out 0.2s;
    font-family: "ModernEraBlack";
}

.PCP-Filtering-Select .PCP-Filtering-Select__label div {
    margin-left: 15px;
    width: 26px;
    height: 17px;
    background-image: url("../img/dropdown-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    transition: background-image ease-out 0.2s;
}

@media all and (max-width: 960px) {
    .PCP-Filtering-Select .PCP-Filtering-Select__label div {
        background-size: cover;
        width: 21px;
        height: 12px;
    }
}

.PCP-Filtering-Select .PCP-Filtering-Select__select {
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 3;
    cursor: pointer;
}

.PCP-Filtering-Select .PCP-Filtering-Select__dropdown {
    position: absolute;
    left: -15px;
    top: -15px;
    width: calc(100% + 30px);
    background-color: white;
    box-shadow: 0 0 10px 0 rgba(166, 166, 166, 0.5);
    z-index: 1;
    display: none;
}

.PCP-Filtering-Select .PCP-Filtering-Select__dropdownContent {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 48px;
}

.PCP-Filtering-Select .PCP-Filtering-Select__item {
    padding: 8px 17px;
    font-weight: 900;
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
    cursor: pointer;
    font-family: "ModernEraBlack";
    transition: color ease-out 0.2s;
}

    .PCP-Filtering-Select .PCP-Filtering-Select__item:hover {
        color: #84be4c;
    }

.PCP-Filtering-Select.is-open {
    z-index: 5;
}

    .PCP-Filtering-Select.is-open .PCP-Filtering-Select__label span {
        color: #202020;
    }

    .PCP-Filtering-Select.is-open .PCP-Filtering-Select__label div {
        background-image: url("../img/dropdown-arrow-up.svg");
    }

.PCP-Filtering-Filterbox {
    width: 33.333%;
    padding: 0px 30px;
}

@media all and (max-width: 736px) {
    .PCP-Filtering-Filterbox {
        width: 100%;
        padding: 0px 15px;
    }
}

.PCP-Filtering-Filterbox .PCP-Filtering___option .child {
    display: none;
}

.PCP-Filtering-Filterbox .PCP-Filtering___option.lifestyle .child {
    display: block;
    border-top: 1px solid #202020;
    margin-top: 20px;
    padding-top: 15px;
}

    .PCP-Filtering-Filterbox .PCP-Filtering___option.lifestyle .child p {
        font-family: "ModernEraBlack";
        font-size: 18px;
        color: #3d434f;
        margin-bottom: 5px;
    }

    .PCP-Filtering-Filterbox .PCP-Filtering___option.lifestyle .child a {
        font-size: 12px;
        text-decoration: underline;
        color: #3d434f;
    }

.PCP-Filtering-Filterbox .PCP-Filtering-Filterbox__content {
    background-color: white;
    padding: 25px 25px 40px;
    height: 100%;
}

@media all and (max-width: 736px) {
    .PCP-Filtering-Filterbox .PCP-Filtering-Filterbox__content {
        padding: 15px 30px;
    }
}

.PCP-Filtering-Filterbox .PCP-Filtering-Filterbox__title {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 25px;
    font-family: "ModernEraBlack";
}

@media all and (max-width: 736px) {
    .PCP-Filtering-Filterbox .PCP-Filtering-Filterbox__list {
        display: flex;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

        .PCP-Filtering-Filterbox .PCP-Filtering-Filterbox__list li {
            margin-right: 30px;
            flex-grow: 1;
            flex-shrink: 0;
        }

            .PCP-Filtering-Filterbox .PCP-Filtering-Filterbox__list li:last-of-type {
                margin-right: 0px;
            }
}

.PCP-Filtering-Filterbox .PCP-Filtering-Filterbox__item {
    display: flex;
    align-items: center;
    margin: 5px 0px;
    font-size: 18px;
}

    .PCP-Filtering-Filterbox .PCP-Filtering-Filterbox__item.is-selected .PCP-Filtering-Filterbox__bubble {
        background-color: #84be4c;
        border-color: transparent;
    }

.PCP-Filtering-Filterbox .PCP-Filtering-Filterbox__bubble {
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    border: 1px solid #202020;
    margin-right: 9px;
    border-radius: 100%;
    transition: all ease-out 0.2s;
}

.no_Result {
    text-align: center;
    color: #3d434f;
    display: none;
}

    .no_Result h2 {
        font-family: "ModernEraBlack";
        font-size: 50px;
        font-weight: 900;
    }

    .no_Result p {
        padding-top: 1vw;
        font-size: 24px;
    }

.PCP-Grid {
    padding-top: 15px;
    padding-bottom: 40px;
    padding-left: 135px;
    padding-right: 135px;
}

@media all and (max-width: 960px) {
    .PCP-Grid {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media all and (max-width: 736px) {
    .PCP-Grid {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.PCP-Grid__items {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 60px);
    margin-left: -30px;
}

    .PCP-Grid__items .PCP-ProductItem,
    .PCP-Grid__items .PCP-InfoItem,
    .PCP-Grid__items .PCP-NutritionItem {
        width: 33.333%;
    }

@media all and (max-width: 960px) {
    .PCP-Grid__items .PCP-ProductItem,
    .PCP-Grid__items .PCP-InfoItem,
    .PCP-Grid__items .PCP-NutritionItem {
        width: 50%;
    }
}

@media all and (max-width: 736px) {
    .PCP-Grid__items .PCP-ProductItem,
    .PCP-Grid__items .PCP-InfoItem,
    .PCP-Grid__items .PCP-NutritionItem {
        width: 100%;
    }
}

.PCP-Grid__items .is-last {
    display: none;
}

@media all and (max-width: 736px) {
    .PCP-Grid__items {
        width: calc(100% + 30px);
        margin-left: -15px;
    }

        .PCP-Grid__items .is-inline {
            display: none;
        }

        .PCP-Grid__items .is-last {
            display: flex;
        }
}

.PCP-ProductItem {
    display: none;
}

    .PCP-ProductItem .inline-ratings {
        padding-bottom: 20px;
        margin-top: -10px;
    }

    .PCP-ProductItem .PCP-ProductItem__thumb {
        padding: 30px;
    }

    .PCP-ProductItem .PCP-ProductItem__thumb-content {
        background-color: #eeeeee;
        padding-top: 100%;
        transition: background-color ease-out 0.2s;
    }

    .PCP-ProductItem .PCP-ProductItem__comingsoon {
        position: absolute;
        top: 0px;
        right: 0px;
        transform: translate(50%, -50%);
        visibility: hidden;
    }

@media all and (max-width: 960px) {
    .PCP-ProductItem .PCP-ProductItem__comingsoon {
        transform: translate(35%, -35%);
    }
}

@media all and (max-width: 736px) {
    .PCP-ProductItem .PCP-ProductItem__comingsoon {
        transform: translate(25%, -25%);
    }
}

.PCP-ProductItem .PCP-ProductItem__imgMain {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.PCP-ProductItem .PCP-ProductItem__text {
    padding: 0px 30px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.PCP-ProductItem .PCP-ProductItem__title {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 18px;
    font-family: "ModernEraBlack";
}

.PCP-ProductItem .PCP-ProductItem__subtitle {
    margin: 15px 0px 30px;
    font-size: 18px;
    text-align: center;
}

.PCP-ProductItem .PCP-ProductItem__btn {
    background-color: #84be4c;
}

    .PCP-ProductItem .PCP-ProductItem__btn span {
        color: white;
        font-family: "ModernEraBlack";
    }

    .PCP-ProductItem .PCP-ProductItem__btn:hover {
        background-color: #202020;
    }

.PCP-ProductItem:hover .PCP-ProductItem__thumb-content {
    background-color: #95d1e4;
}

.PCP-ProductItem.is-coming-soon {
    cursor: default;
}

    .PCP-ProductItem.is-coming-soon .PCP-ProductItem__thumb-content {
        background-color: #eeeeee;
    }

    .PCP-ProductItem.is-coming-soon .PCP-ProductItem__btn {
        cursor: default;
        background-color: #84be4c;
        padding: 0px 20px;
    }

        .PCP-ProductItem.is-coming-soon .PCP-ProductItem__btn .PCP-ProductItem__btnContent {
            display: flex;
            align-items: center;
        }

        .PCP-ProductItem.is-coming-soon .PCP-ProductItem__btn span {
            display: none;
        }

        .PCP-ProductItem.is-coming-soon .PCP-ProductItem__btn .PCP-ProductItem__btnText:after {
            content: 'Coming Soon';
            color: white;
        }

        .PCP-ProductItem.is-coming-soon .PCP-ProductItem__btn .PCP-ProductItem__comingSoonLock {
            background-image: url("../img/icon-lock.svg");
            width: 14px;
            height: 20px;
            background-repeat: no-repeat;
            margin-right: 10px;
            position: relative;
            top: -2px;
        }

.PCP-ProductItem.not-filtered {
    display: block;
}

.PCP-InfoItem {
    padding: 30px;
}

@media all and (max-width: 736px) {
    .PCP-InfoItem.is-last {
        padding: 30px 0;
    }
}

.PCP-InfoItem .PCP-InfoItem__content {
    box-shadow: 0 0 10px 0 rgba(193, 193, 193, 0.5);
    padding: 40px 30px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

    .PCP-InfoItem .PCP-InfoItem__content:before, .PCP-InfoItem .PCP-InfoItem__content:after {
        content: '';
        border: 10px solid;
        position: absolute;
        width: 20px;
        display: grid;
        height: 100%;
    }

    .PCP-InfoItem .PCP-InfoItem__content:before {
        left: -20px;
    }

    .PCP-InfoItem .PCP-InfoItem__content:after {
        right: -20px;
    }

    .PCP-InfoItem .PCP-InfoItem__content.keto {
        background-color: #8a3288;
    }

        .PCP-InfoItem .PCP-InfoItem__content.keto:before, .PCP-InfoItem .PCP-InfoItem__content.keto:after {
            border-color: #8a3288;
        }

        .PCP-InfoItem .PCP-InfoItem__content.keto .child__block .PCP-InfoItem__icon {
            color: #8a3288;
        }

    .PCP-InfoItem .PCP-InfoItem__content.classic {
        background-color: #84be4c;
    }

        .PCP-InfoItem .PCP-InfoItem__content.classic:before, .PCP-InfoItem .PCP-InfoItem__content.classic:after {
            border-color: #84be4c;
        }

        .PCP-InfoItem .PCP-InfoItem__content.classic .child__block .PCP-InfoItem__icon {
            color: #84be4c;
        }

    .PCP-InfoItem .PCP-InfoItem__content.macro {
        background-color: #3d434f;
    }

        .PCP-InfoItem .PCP-InfoItem__content.macro:before, .PCP-InfoItem .PCP-InfoItem__content.macro:after {
            border-color: #3d434f;
        }

        .PCP-InfoItem .PCP-InfoItem__content.macro .child__block .PCP-InfoItem__icon {
            color: #3d434f;
        }

    .PCP-InfoItem .PCP-InfoItem__content.low-carb {
        background-color: #916653;
    }

        .PCP-InfoItem .PCP-InfoItem__content.low-carb:before, .PCP-InfoItem .PCP-InfoItem__content.low-carb:after {
            border-color: #916653;
        }

        .PCP-InfoItem .PCP-InfoItem__content.low-carb .child__block .PCP-InfoItem__icon {
            color: #916653;
        }

    .PCP-InfoItem .PCP-InfoItem__content.high-protein {
        background-color: #aa2927;
    }

        .PCP-InfoItem .PCP-InfoItem__content.high-protein:before, .PCP-InfoItem .PCP-InfoItem__content.high-protein:after {
            border-color: #aa2927;
        }

        .PCP-InfoItem .PCP-InfoItem__content.high-protein .child__block .PCP-InfoItem__icon {
            color: #aa2927;
        }

    .PCP-InfoItem .PCP-InfoItem__content .child__block button {
        background: #ffffff;
    }

@media all and (max-width: 736px) {
    .PCP-InfoItem .PCP-InfoItem__content .child__block button {
        height: 50px;
    }
}

.PCP-InfoItem .PCP-InfoItem__content .child__block a, .PCP-InfoItem .PCP-InfoItem__content .child__block button {
    width: 100%;
    max-width: 100%;
    display: grid;
    align-items: center;
    line-height: 1;
}

.PCP-InfoItem .PCP-InfoItem__content .child__block .PCP-InfoItem__body, .PCP-InfoItem .PCP-InfoItem__content .child__block .PCP-InfoItem__icon, .PCP-InfoItem .PCP-InfoItem__content .child__block .PCP-InfoItem__title {
    color: #ffffff;
}

.PCP-InfoItem .PCP-InfoItem__content .child__block .PCP-InfoItem__icon {
    background-color: #ffffff;
}

@media all and (max-width: 736px) {
    .PCP-InfoItem .PCP-InfoItem__content {
        padding: 40px 15px;
    }
}

.PCP-InfoItem .PCP-InfoItem__img {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(35%, -35%) scale(0.5);
    width: 110%;
    z-index: 1;
    max-width: 500px;
}

@media all and (max-width: 736px) {
    .PCP-InfoItem .PCP-InfoItem__img {
        transform: translate(40%, -40%) scale(0.35);
    }
}

.PCP-InfoItem .PCP-InfoItem__icon {
    background-color: #8a3288;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    color: #ffffff;
    font-weight: 900;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.PCP-InfoItem .PCP-InfoItem__title {
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 30px 0px 30px;
    font-family: "ModernEraBlack";
    line-height: 1.5;
}

@media all and (max-width: 736px) {
    .PCP-InfoItem .PCP-InfoItem__title {
        font-size: 14px;
    }
}

.PCP-InfoItem .PCP-InfoItem__body {
    line-height: 1.75;
}

.PCP-InfoItem .PCP-InfoItem__content.keto .PCP-InfoItem__body, .PCP-InfoItem .PCP-InfoItem__content.keto .PCP-InfoItem__title {
    color: #ffffff;
}

.PCP-InfoItem .PCP-InfoItem__content.keto .PCP-InfoItem__icon {
    color: #8a3288;
    background-color: #ffffff;
}

.PCP-NutritionItem {
    padding: 30px;
}

    .PCP-NutritionItem .PCP-NutritionItem__content {
        box-shadow: 0 0 10px 0 rgba(193, 193, 193, 0.5);
        padding: 45px;
        height: 100%;
        width: 100%;
    }

    .PCP-NutritionItem .PCP-NutritionItem__title {
        font-size: 24px;
        font-weight: 900;
        text-transform: uppercase;
        margin-bottom: 20px;
        font-family: "ModernEraBlack";
    }

@media all and (max-width: 736px) {
    .PCP-NutritionItem .PCP-NutritionItem__title {
        font-size: 14px;
    }
}

.PCP-NutritionItem .PCP-NutritionItem__list {
    display: flex;
    flex-direction: column;
}

.PCP-NutritionItem .PCP-NutritionItem__item {
    margin: 10px 0px;
    font-weight: 900;
    font-size: 14px;
    font-family: "ModernEraBlack";
    display: flex;
    align-items: center;
}

    .PCP-NutritionItem .PCP-NutritionItem__item img {
        margin-right: 10px;
    }

.PCP-Hero {
    display: flex;
}

    .PCP-Hero.keto {
        background-color: #8a3288;
    }

        .PCP-Hero.keto .PCP-Hero__border {
            background-color: #95d1e4;
        }

    .PCP-Hero.classic {
        background-color: #84be4c;
    }


    .PCP-Hero.high-protein {
        background-color: #de1a33;
    }

        .PCP-Hero.high-protein .PCP-Hero__border {
            background-color: #f15955;
        }

    .PCP-Hero.low-carb {
        background-color: #916653;
    }

        .PCP-Hero.low-carb .PCP-Hero__border {
            background-color: #f3d439;
        }

    .PCP-Hero.kids {
        background-color: #84be4c;
    }

        .PCP-Hero.kids .PCP-Hero__border {
            background-color: #f3d439;
        }

    .PCP-Hero.macros {
        background-color: #3D434F;
    }

@media all and (max-width: 736px) {
    .PCP-Hero {
        flex-direction: column;
    }
}

.PCP-Hero .PCP-Hero__img {
    width: 55%;
    z-index: 1;
    padding: 4vw;
}

    .PCP-Hero .PCP-Hero__img img {
        width: 100%;
    }

@media all and (max-width: 736px) {
    .PCP-Hero .PCP-Hero__img {
        order: 2;
        width: 100%;
    }
}

.PCP-Hero .PCP-Hero__text {
    width: 45%;
    padding-top: 120px;
    padding-right: 120px;
    padding-bottom: 30px;
    z-index: 1;
}

@media all and (max-width: 1100px) {
    .PCP-Hero .PCP-Hero__text {
        padding-right: 60px;
        padding-top: 60px;
    }
}

@media all and (max-width: 736px) {
    .PCP-Hero .PCP-Hero__text {
        order: 1;
        padding: 30px 30px 0px;
        width: 100%;
    }
}

.PCP-Hero .PCP-Hero__title {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 60px;
    color: white;
    margin-bottom: 15px;
    font-family: "ModernEraBlack";
}

@media all and (max-width: 1100px) {
    .PCP-Hero .PCP-Hero__title {
        font-size: 40px;
    }
}

.PCP-Hero .PCP-Hero__subtitle {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 24px;
    color: white;
    margin-bottom: 15px;
    font-family: "ModernEraBlack";
}

@media all and (max-width: 1100px) {
    .PCP-Hero .PCP-Hero__subtitle {
        font-size: 14px;
    }
}

.PCP-Hero .PCP-Hero__body {
    font-weight: 500;
    font-size: 24px;
    color: white;
    line-height: 1.42;
    font-family: "ModernEraMedium";
    padding-bottom: 125px;
}

@media all and (max-width: 736px) {
    .PCP-Hero .PCP-Hero__body {
        padding-bottom: 25px;
    }
}

@media all and (max-width: 1100px) {
    .PCP-Hero .PCP-Hero__body {
        font-size: 18px;
    }
}

.PCP-Hero .PCP-Hero__border {
    height: 20%;
    max-height: 125px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 0;
}

.PCP-Grid.keto12312312 .PCP-Grid__items {
    border: 2px solid red;
    display: grid;
    grid-template-columns: 75% 25%;
}

    .PCP-Grid.keto12312312 .PCP-Grid__items .wrapper___items.list {
        display: grid;
        grid-template-columns: repeat(2, 50%);
        align-items: flex-start;
        border: 2px solid blue;
    }

        .PCP-Grid.keto12312312 .PCP-Grid__items .wrapper___items.list .PCP-ProductItem {
            width: 100%;
        }

    .PCP-Grid.keto12312312 .PCP-Grid__items .wrapper___items.question .PCP-InfoItem {
        width: 100%;
    }

.Hero___bottom_calculator {
    padding: 100px 20px;
    display: grid;
}

    .Hero___bottom_calculator.low_carb {
        background-color: #916653;
    }

    .Hero___bottom_calculator.macro {
        background-color: #3d434f;
    }

    .Hero___bottom_calculator.keto {
        background-color: #8a3288;
    }

    .Hero___bottom_calculator.classic {
        background-color: #124c85;
    }

    .Hero___bottom_calculator.protein {
        background-color: #aa2927;
    }

@media all and (max-width: 736px) {
    .Hero___bottom_calculator {
        padding: 50px 30px;
    }
}

.Hero___bottom_calculator .wrapper {
    display: grid;
    align-items: center;
    justify-content: center;
}

    .Hero___bottom_calculator .wrapper h1 {
        font-size: 50px;
        color: #ffffff;
        line-height: 1.4;
        font-family: "ModernEraBlack";
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

@media all and (max-width: 736px) {
    .Hero___bottom_calculator .wrapper h1 {
        font-size: 30px;
    }
}

.Hero___bottom_calculator .wrapper a {
    display: grid;
    justify-content: center;
}

@media all and (max-width: 736px) {
    .Hero___bottom_calculator .wrapper a button {
        font-size: 16px;
        line-height: 1.2;
    }
}

.PCP-GridTitle {
    font-size: 60px;
    font-weight: 900;
    font-family: "ModernEraBlack";
    padding-top: 60px;
    padding-bottom: 10px;
    padding-left: 135px;
    padding-right: 135px;
}

@media all and (max-width: 960px) {
    .PCP-GridTitle {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media all and (max-width: 736px) {
    .PCP-GridTitle {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media all and (max-width: 960px) {
    .PCP-GridTitle {
        font-size: 30px;
    }
}

.PCP-Macros-Hero {
    padding: 100px 30px 115px;
    background-size: cover;
    background-position: center;
    background-color: #eeeeee;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .PCP-Macros-Hero .PCP-Macros-Hero__sub_title {
        font-weight: 900;
        font-size: 24px;
        line-height: 1.4;
        color: white;
        text-align: center;
        max-width: 690px;
        margin-bottom: 30px;
        font-family: "ModernEraBlack";
    }

@media all and (max-width: 736px) {
    .PCP-Macros-Hero .PCP-Macros-Hero__sub_title {
        font-size: 30px;
    }
}

.PCP-Macros-Hero .PCP-Macros-Hero__title {
    font-weight: 900;
    font-size: 50px;
    line-height: 1.4;
    color: white;
    text-align: center;
    max-width: 690px;
    margin-bottom: 30px;
    font-family: "ModernEraBlack";
}

@media all and (max-width: 736px) {
    .PCP-Macros-Hero .PCP-Macros-Hero__title {
        font-size: 30px;
    }
}

.PCP-Macros-Hero .PCP-Macros-Hero__body {
    font-size: 16px;
    line-height: 1.75;
    color: white;
    text-align: center;
    max-width: 690px;
    margin-bottom: 30px;
}

    .PCP-Macros-Hero .PCP-Macros-Hero__body:last-of-type {
        margin-bottom: 0px;
    }

.scroll_table {
    display: flex;
    flex-wrap: nowrap;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-y: hidden;
    margin-top: -50px;
}

.PCP-Macros-Chart {
    margin: 0 auto 30px;
    min-width: 1180px;
    max-width: 1200px;
    box-shadow: 0 5px 15px 0 rgba(210, 210, 210, 0.5);
}

@media all and (max-width: 736px) {
    .PCP-Macros-Chart {
        max-width: 100%;
    }
}

.PCP-Macros-Chart .is-heavy {
    font-weight: 900;
    font-family: "ModernEraBlack";
}

.PCP-Macros-Chart .is-uppercase {
    text-transform: uppercase;
}

.PCP-Macros-Chart .is-red {
    color: #de1a33;
}

.PCP-Macros-Chart .PCP-Macros-Chart__row {
    display: flex;
}

.PCP-Macros-Chart .PCP-Macros-Chart__row--header {
    background-color: #84be4c;
    color: white;
    height: 175px;
}

    .PCP-Macros-Chart .PCP-Macros-Chart__row--header .PCP-Macros-Chart__col {
        text-align: center;
        font-size: 14px;
        border: 0px;
        flex-direction: column;
    }

@media all and (max-width: 736px) {
    .PCP-Macros-Chart .PCP-Macros-Chart__row--header .PCP-Macros-Chart__col {
        font-size: 12px;
    }
}

.PCP-Macros-Chart .PCP-Macros-Chart__row--header .PCP-Macros-Chart__col.is-heavy {
    font-size: 24px;
}

@media all and (max-width: 736px) {
    .PCP-Macros-Chart .PCP-Macros-Chart__row--header .PCP-Macros-Chart__col.is-heavy {
        font-size: 18px;
    }
}

@media all and (max-width: 960px) {
    .PCP-Macros-Chart .PCP-Macros-Chart__row--header .PCP-Macros-Chart__col.is-heavy {
        font-size: 18px;
    }
}

.PCP-Macros-Chart .PCP-Macros-Chart__row--header .PCP-Macros-Chart__col img {
    margin-bottom: 10px;
}

.PCP-Macros-Chart .PCP-Macros-Chart__col {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    width: 22%;
    min-height: 80px;
    font-size: 18px;
    border: 1px solid #eeeeee;
}

    .PCP-Macros-Chart .PCP-Macros-Chart__col:last-of-type {
        width: 34%;
        border-right: 0px;
    }

.PCP-Macros-Chart .PCP-Macros-Chart__checkmark {
    margin-left: 10px;
}

.PCP-Macros-Chart .PCP-Macros-Chart__zoneLogo {
    width: 95%;
    max-width: 84px;
    object-fit: scale-down;
}

.PCP-Macros-Chart .PCP-Macros-Chart__sfLogo {
    width: 95%;
    max-width: 153px;
    object-fit: scale-down;
}

.PCP-Macros__disclaimer {
    font-size: 10px;
    text-align: center;
    padding-bottom: 40px;
}

.PDP-Hero {
    display: flex;
    /* For IE10 */
}

    .PDP-Hero .legal_text {
        bottom: 0;
        padding: 20px;
        position: absolute;
        left: 0;
    }

        .PDP-Hero .legal_text p {
            color: #fff;
            font-size: 15px;
            font-style: italic;
        }

.PDP-Hero .legal_text p sup {
    font-size: 14px;
}

@media (max-width: 960px) {
    .PDP-Hero {
        flex-direction: column;
    }

        .PDP-Hero .legal_text {
            position: relative;
            order: 2;
        }
}

.PDP-Hero.keto {
    background-color: #8a3288;
}

.PDP-Hero.classic {
    background-color: #84be4c;
}

.PDP-Hero.high-protein {
    background-color: #de1a33;
}

.PDP-Hero.low-carb {
    background-color: #916653;
}

.PDP-Hero.kids {
    background-color: #84be4c;
}

.PDP-Hero.macros {
    background-color: #3d434f;
}

.PDP-Hero.kids .btn {
    background-color: white;
    color: #202020;
}

    .PDP-Hero.kids .btn:hover {
        background-color: #202020;
        color: white;
    }

.PDP-Hero .PDP-Hero__imgDesktop {
    padding: 30px 0px;
    max-width: 60%;
    flex-shrink: 1;
}

    .PDP-Hero .PDP-Hero__imgDesktop img {
        width: 100%;
    }

@media all and (max-width: 960px) {
    .PDP-Hero .PDP-Hero__imgDesktop {
        display: none;
    }
}

.PDP-Hero .PDP-Hero__text {
    max-width: 45%;
    padding: 100px 30px 75px;
    color: white;
    flex-shrink: 2;
}

@media all and (max-width: 960px) {
    .PDP-Hero .PDP-Hero__text {
        padding: 30px 30px 60px;
        order: 1;
        width: 100%;
        max-width: 100%;
    }
}

.PDP-Hero .PDP-Hero__text .ratings-wrapper {
    padding: 0px 20px 20px 0px;
}

    .PDP-Hero .PDP-Hero__text .ratings-wrapper .ratings-btn {
        display: block;
        padding: 9px;
        color: #fff;
        width: 234px;
        border-radius: 35px;
        border: 2px solid #fff;
        text-transform: uppercase;
        text-align: center;
        font-size: 16px;
        font-weight: 900;
    }

 .PDP-Hero .PDP-Hero__text .ratings-wrapper .ratings-btn h2 { font-size: 16px;  font-weight: 900;}

.PDP-Hero .PDP-Hero__title {
    font-size: 50px;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: "ModernEraBlack";
}

    .PDP-Hero .PDP-Hero__title h1 {
        font-size: 50px;
        margin-bottom: 40px;
        text-transform: uppercase;
        font-weight: 900;
        font-family: "ModernEraBlack";
    }

@media all and (max-width: 960px) {
    .PDP-Hero .PDP-Hero__title h1 {
        font-size: 28px;
    }
}

.PDP-Hero .ratings {
    margin-bottom: 30px;
}

.PDP-Hero .PDP-Hero__subtitle {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 900;
    font-family: "ModernEraBlack";
}

@media all and (max-width: 960px) {
    .PDP-Hero .PDP-Hero__subtitle {
        font-size: 18px;
    }
}

.PDP-Hero .PDP-Hero__selectBox {
    margin-bottom: 40px;
}

    .PDP-Hero .PDP-Hero__selectBox:last-of-type {
        margin-bottom: 60px;
    }

@media all and (max-width: 960px) {
    .PDP-Hero .PDP-Hero__selectBox {
        margin-bottom: 30px;
    }

        .PDP-Hero .PDP-Hero__selectBox:last-of-type {
            margin-bottom: 30px;
        }
}

.PDP-Hero .PDP-Hero__selectLabel {
    font-weight: 900;
    margin-bottom: 20px;
    font-size: 18px;
    font-family: "ModernEraBlack";
}

@media all and (max-width: 960px) {
    .PDP-Hero .PDP-Hero__selectLabel {
        font-size: 16px;
    }
}

.PDP-Hero .PDP-Hero__selectArrow {
    background-image: url("../img/dropdown-arrow.svg");
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.PDP-Hero select {
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
}

    .PDP-Hero select::-ms-expand {
        display: none;
    }

.PDP-Hero .PDP-Hero__select {
    background-color: transparent;
    padding-bottom: 3px;
    padding-right: 40px;
    -webkit-padding-end: 40px !important;
    font-weight: 900;
    text-transform: uppercase;
    border: 0px;
    border-bottom: 2px solid white;
    width: 100%;
    font-size: 24px;
    font-family: "ModernEraBlack";
}

    .PDP-Hero .PDP-Hero__select option {
        color: #000;
        background-color: transparent;
    }

        .PDP-Hero .PDP-Hero__select option:hover {
            color: #000;
            background-color: transparent;
        }

@media all and (max-width: 736px) {
    .PDP-Hero .PDP-Hero__select {
        font-size: 16px !important;
    }
}

@media all and (max-width: 960px) {
    .PDP-Hero .PDP-Hero__select {
        font-size: 18px;
    }
}

.PDP-Hero .PDP-Hero__imgMobile {
    display: none;
    margin-bottom: 30px;
}

@media all and (max-width: 960px) {
    .PDP-Hero .PDP-Hero__imgMobile {
        display: block;
    }

        .PDP-Hero .PDP-Hero__imgMobile img {
            width: 100%;
        }
}

.PDP-Hero .PDP-Hero__body {
    font-size: 18px;
    line-height: 28px;
    color: white;
    margin-bottom: 60px;
    font-family: "ModernEraMedium";
}

@media all and (max-width: 960px) {
    .PDP-Hero .PDP-Hero__body {
        margin-bottom: 30px;
    }
}

.PDP-Info {
    padding: 100px 30px 45px;
    overflow: hidden;
    display: flex;
}

@media all and (max-width: 736px) {
    .PDP-Info {
        padding: 45px 30px;
        flex-direction: column;
    }
}

.PDP-Info .PDP-Info__parallax {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

@media all and (max-width: 1100px) {
    .PDP-Info .PDP-Info__parallax {
        right: -100px;
    }
}

@media all and (max-width: 960px) {
    .PDP-Info .PDP-Info__parallax {
        display: none;
    }
}

.PDP-Info .PDP-Info__col.PDP-Info__col--nutrition {
    width: 25%;
}

@media all and (max-width: 960px) {
    .PDP-Info .PDP-Info__col.PDP-Info__col--nutrition {
        width: 30%;
    }
}

.PDP-Info .PDP-Info__col.PDP-Info__col--ingredients {
    width: 40%;
}

    .PDP-Info .PDP-Info__col.PDP-Info__col--ingredients .PDP-Info__item {
        padding-right: 70px;
    }

@media all and (max-width: 960px) {
    .PDP-Info .PDP-Info__col.PDP-Info__col--ingredients .PDP-Info__item {
        padding-right: 35px;
    }
}

@media all and (max-width: 736px) {
    .PDP-Info .PDP-Info__col.PDP-Info__col--nutrition, .PDP-Info .PDP-Info__col.PDP-Info__col--ingredients {
        width: 100%;
    }

    .PDP-Info .PDP-Info__col.PDP-Info__col--nutrition {
        margin-bottom: 30px;
    }

    .PDP-Info .PDP-Info__col:first-of-type {
        padding-right: 0px;
        margin-bottom: 45px;
    }

    .PDP-Info .PDP-Info__col:last-of-type {
        padding-left: 0px;
    }
}

.PDP-Info .PDP-Info__title {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 30px;
    font-family: "ModernEraBlack";
}

.PDP-Info .PDP-Info__title h2 { font-size: 18px;}

@media all and (max-width: 736px) {
    .PDP-Info .PDP-Info__title {
        margin-bottom: 10px;
    }
}

.PDP-Info .PDP-Info__list {
    display: flex;
    flex-direction: column;
    height: 300px;
    max-height: 300px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

@media all and (max-width: 736px) {
    .PDP-Info .PDP-Info__list {
        height: auto;
        max-height: none;
    }
}

.PDP-Info .PDP-Info__item {
    margin: 10px 0px;
    font-family: "ModernEraBlack";
    font-size: 14px;
    min-height: 40px;
    display: flex;
    align-items: center;
}

    .PDP-Info .PDP-Info__item img {
        margin-right: 10px;
        width: 40px;
    }

.PDP-Info .PDP-Info__icon {
    width: 40px;
    height: 40px;
    border: 2px solid;
    border-radius: 100%;
    margin-right: 10px;
    font-weight: 900;
    font-size: 18px;
    font-family: "ModernEraBlack";
    display: flex;
    align-items: center;
    justify-content: center;
}

    .PDP-Info .PDP-Info__icon.blue {
        border-color: #124c85;
        color: #124c85;
    }

    .PDP-Info .PDP-Info__icon.orange {
        border-color: #f15955;
        color: #f15955;
    }

    .PDP-Info .PDP-Info__icon.green {
        border-color: #84be4c;
        color: #84be4c;
    }

.PDP-Info .PDP-Info__text {
    font-size: 14px;
    font-family: "ModernEra";
}

.PDP-Info .PDP-Info__showCta {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 18px;
    font-family: "ModernEraBlack";
}

.PDP-Info .PDP-Info__pimContent {
    padding: 15px 30px 0px 0px;
    line-height: 1.42;
    font-size: 18px;
    display: none;
}

    .PDP-Info .PDP-Info__pimContent .text_left {
        text-align: left;
        font-size: 14px !important;
    }

    .PDP-Info .PDP-Info__pimContent .text_right {
        text-align: right;
        font-size: 14px !important;
    }

    .PDP-Info .PDP-Info__pimContent .PDP-wrapper {
        padding-top: 20px;
    }

    .PDP-Info .PDP-Info__pimContent table tr {
        border-bottom: 1px solid #202020;
        text-align: left;
    }

.PDP-Promo {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 140px 30px 60px;
}

@media all and (max-width: 1100px) {
    .PDP-Promo {
        padding: 60px 30px;
    }
}

.PDP-Promo.keto {
    background-color: #8a3288;
}

.PDP-Promo.classic {
    background-color: #124c85;
}

.PDP-Promo.high-protein {
    background-color: #de1a33;
}

.PDP-Promo.low-carb {
    background-color: #916653;
}

.PDP-Promo.kids {
    background-color: #84be4c;
}

.PDP-Promo.macros {
    background-color: #87d2e8;
}

.PDP-Promo.kids .btn {
    background-color: white;
    color: #202020;
}

    .PDP-Promo.kids .btn:hover {
        background-color: #202020;
        color: white;
    }

.PDP-Promo .PDP-Promo__parallax {
    width: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
}

.PDP-Promo .PDP-Promo__parallaxImg {
    width: 100%;
}

@media all and (max-width: 480px) {
    .PDP-Promo .PDP-Promo__parallaxImg {
        width: 150%;
    }
}

@media all and (max-width: 736px) {
    .PDP-Promo .PDP-Promo__parallaxImg {
        width: 200%;
        max-width: 800px;
    }
}

.PDP-Promo .wrapper__title {
    text-align: center;
    position: relative;
    top: 10rem;
}

    .PDP-Promo .wrapper__title a {
        z-index: 99;
    }

@media all and (max-width: 1600px) {
    .PDP-Promo .wrapper__title {
        top: 6rem;
    }
}

@media all and (max-width: 1100px) {
    .PDP-Promo .wrapper__title {
        top: 4rem;
    }
}

@media all and (max-width: 736px) {
    .PDP-Promo .wrapper__title {
        top: 2rem;
    }
}

.PDP-Promo .PDP-Promo__title {
    color: white;
    font-weight: 900;
    font-size: 100px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-family: "ModernEraBlack";
    line-height: 1.2;
}

@media all and (max-width: 1100px) {
    .PDP-Promo .PDP-Promo__title {
        font-size: 65px;
        margin-bottom: 75px;
    }
}

@media all and (max-width: 736px) {
    .PDP-Promo .PDP-Promo__title {
        font-size: 40px;
        margin-bottom: 50px;
    }
}

@media all and (max-width: 736px) {
    .PDP-Promo .PDP-Promo__button {
        line-height: 1.2;
        display: grid;
        align-items: center;
        margin-bottom: 20px;
    }
}

.PDP-Promo .PDP-Promo__prodImg {
    width: 95%;
    height: auto;
}

@media all and (max-width: 736px) {
    .PDP-Promo .PDP-Promo__prodImg {
        margin-bottom: 30px;
    }
}

.PDP-Promo .PDP-Promo__subtitle {
    color: white;
    font-weight: 900;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
    max-width: 625px;
    font-family: "ModernEraBlack";
}

@media all and (max-width: 736px) {
    .PDP-Promo .PDP-Promo__subtitle {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

.PDP-Promo .PDP-Promo__body {
    color: white;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.56;
    max-width: 925px;
    font-family: "ModernEraMedium";
}

.macros p.PDP-Promo__body, .macros .PDP-Promo__subtitle {
    color: #124c85;
}

@media all and (max-width: 736px) {
    .PDP-Promo .PDP-Promo__body {
        font-size: 14px;
    }
}

.PDP-Reviews {
    padding: 70px 30px !important;
}

.PDP-Reviews h2 { font-size: 2em; }

@media all and (max-width: 736px) {
    .PDP-Reviews {
        padding: 30px;
    }
}

.PDP-Reviews .PDP-Reviews__header {
    margin-bottom: 40px;
}

    .PDP-Reviews .PDP-Reviews__header .btn {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

@media all and (max-width: 960px) {
    .PDP-Reviews .PDP-Reviews__header {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .PDP-Reviews .PDP-Reviews__header .btn {
            position: relative;
            top: 0px;
            transform: translateY(0%);
            margin-top: 15px;
        }
}

.PDP-Reviews .PDP-Reviews__title {
    font-size: 50px;
    font-family: "ModernEraBlack";
    text-align: center;
}

@media all and (max-width: 736px) {
    .PDP-Reviews .PDP-Reviews__title {
        font-size: 28px;
    }
}

.PDP-Related {
    padding: 100px 30px;
}

@media all and (max-width: 736px) {
    .PDP-Related {
        padding: 0px;
    }
}

.PDP-Related .PDP-Related__title {
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 60px;
    text-align: center;
    font-family: "ModernEraBlack";
}

@media all and (max-width: 736px) {
    .PDP-Related .PDP-Related__title {
        font-size: 28px;
        margin-bottom: 30px;
    }
}

.PDP-Related .PDP-Related__swiper {
    padding: 0px 90px;
}

@media all and (max-width: 736px) {
    .PDP-Related .PDP-Related__swiper {
        padding: 0px 45px;
    }
}

.PDP-Related .swiper-button-prev {
    left: 0px;
    background-image: url("../img/swiper-arrow-left.svg");
}

.PDP-Related .swiper-button-next {
    right: 0px;
    background-image: url("../img/swiper-arrow-right.svg");
}

.PDP-Related .swiper-button-next,
.PDP-Related .swiper-button-prev {
    top: 36%;
    outline: none;
    width: 25px;
    height: 45px;
}

.PDP-How .PDP-How__title {
    font-size: 50px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: center;
    font-family: "ModernEraBlack";
}

@media all and (max-width: 736px) {
    .PDP-How .PDP-How__title {
        font-size: 28px;
        margin-bottom: 30px;
    }
}

.PDP-How .PDP-How__description {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

    .PDP-How .PDP-How__description p {
        font-size: 18px;
        line-height: 1.5;
        font-family: "ModernEraMedium";
    }

@media all and (max-width: 736px) {
    .PDP-How .PDP-How__description p {
        font-size: 18px;
        margin-bottom: 30px;
    }
}

.PDP-How .cards {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding-bottom: 30px;
}

    .PDP-How .cards .cards__item {
        display: flex;
        padding: 3px;
    }

@media (min-width: 40rem) {
    .PDP-How .cards .cards__item {
        width: 33.3333%;
    }
}

@media (min-width: 56rem) {
    .PDP-How .cards .cards__item {
        width: 33.3333%;
    }
}

@media all and (max-width: 736px) {
    .PDP-How .cards .cards__item {
        width: 100%;
    }
}

.PDP-How .cards .cards__item .card {
    width: 100%;
    background-color: white;
    border-radius: 0.25rem;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

    .PDP-How .cards .cards__item .card:hover .card__image {
        filter: contrast(100%);
    }

.PDP-How .cards .cards__item .card__content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 3px;
}

.PDP-How .cards .cards__item .card__image {
    background-position: center center;
    background-repeat: no-repeat;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    filter: contrast(70%);
    overflow: hidden;
    position: relative;
    transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
}

    .PDP-How .cards .cards__item .card__image::before {
        content: "";
        display: block;
        padding-top: 56.25%;
    }

@media (min-width: 40rem) {
    .PDP-How .cards .cards__item .card__image::before {
        padding-top: 66.6%;
    }
}


.PDP-How .cards .cards__item .card__image--powderwithmug {
    background-image: url("../img/POUR.svg");
    background-size: 35%;
}


.PDP-How .cards .cards__item .card__image--spoonandmug {
    background-image: url("../img/MIX.svg");
    background-size: 35%;
}


.PDP-How .cards .cards__item .card__image--microwave {
    background-image: url("../img/MICROWAVE.svg");
    background-size: 35%;
}

.PDP-How .cards .cards__item .card__image--pour {
    background-image: url("../img/Pour@1x.svg");
    background-size: 35%;
}

.PDP-How .cards .cards__item .card__image--water {
    background-image: url("../img/Add-Water@1x.svg");
    background-size: 35%;
}

.PDP-How .cards .cards__item .card__image--shake {
    background-image: url("../img/Shake@1x.svg");
    background-size: 35%;
}

.PDP-How .cards .cards__item .card__title {
    font-size: 28px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 20px;
    text-align: center;
    font-family: "ModernEraBlack";
}

@media all and (max-width: 736px) {
    .PDP-How .cards .cards__item .card__title {
        font-size: 20px;
        line-height: 10px;
    }
}

.PDP-How .cards .cards__item .card__text {
    font-size: 18px;
    color: #3d434f;
    flex: 1 1 auto;
    line-height: 1.2;
    margin-bottom: 1.25rem;
    text-align: center;
    font-weight: 700;
    padding-left: 20%;
    padding-right: 20%;
}

@media all and (max-width: 960px) {
    .PDP-How .cards .cards__item .card__text {
        font-size: 25px;
    }
}

@media all and (max-width: 736px) {
    .PDP-How .cards .cards__item .card__text {
        font-size: 18px;
    }
}

.About-Hero {
    display: flex;
    background-color: #84be4c;
}

@media all and (max-width: 960px) {
    .About-Hero {
        height: 650px;
        background-color: #84be4c;
        flex-direction: column;
    }
}

@media all and (max-width: 736px) {
    .About-Hero {
        flex-direction: column;
        background-color: #84be4c;
        height: 580px;
    }
}

@media all and (max-width: 480px) {
    .About-Hero {
        height: 580px;
    }
}

@media all and (max-width: 320px) {
    .About-Hero {
        height: 580px;
    }
}

.About-Hero .About-Hero__img {
    width: 100%;
    z-index: 0;
}

    .About-Hero .About-Hero__img img {
        width: 100%;
        margin-top: -120px;
    }

@media all and (min-width: 1024px) and (max-width: 1366px) {
    .About-Hero .About-Hero__img img {
        margin-top: 0;
    }
}

@media all and (max-width: 960px) {
    .About-Hero .About-Hero__img {
        order: 2;
        width: 100%;
        position: absolute;
        bottom: -5px;
    }
}

@media all and (max-width: 736px) {
    .About-Hero .About-Hero__img {
        order: 2;
        width: 100%;
        position: absolute;
        bottom: -5px;
    }
}

.About-Hero .About-Hero__text {
    width: 100%;
    padding: 120px 149px 30px;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}

@media all and (max-width: 1100px) {
    .About-Hero .About-Hero__text {
        padding: 60px 60px 30px;
    }
}

@media all and (min-width: 1024px) and (max-width: 1366px) {
    .About-Hero .About-Hero__text {
        padding: 110px 50px 30px;
    }
}

@media all and (max-width: 960px) {
    .About-Hero .About-Hero__text {
        padding: 60px 80px;
    }
}

@media all and (max-width: 736px) {
    .About-Hero .About-Hero__text {
        order: 1;
        padding: 25px 25px 0px;
        width: 100%;
    }
}

.About-Hero .About-Hero__text > div {
    display: inline-block;
    vertical-align: top;
}

    .About-Hero .About-Hero__text > div:first-child {
        width: 60%;
    }

@media all and (max-width: 960px) {
    .About-Hero .About-Hero__text > div:first-child {
        display: inline-block;
        width: 49%;
    }
}

@media all and (max-width: 736px) {
    .About-Hero .About-Hero__text > div:first-child {
        width: 100%;
        padding-top: 40px;
    }
}

@media all and (max-width: 768px) {
    .About-Hero .About-Hero__text > div:first-child {
        display: inline-block;
        width: 49%;
    }

    .bio-faq-detail .contentBox p{padding: 0px !important;margin: 0px !important;}

    .bio-faq-detail .contentBox p:first-child{margin-bottom: 25px !important;}

    .bio-faq-detail .contentBox{background:#c1dfa5; margin:0px 0px 25px 0px;padding:9px 7px 11px 13px}

    .bio-faq-detail .main__content__wrapper {padding: 63px 30px 0px 30px;}

    .bio-faq-detail .Hero___macro___page.show___form .macro___banner .copy__block {padding: 80px 30px 80px;}

    .bio-faq-detail .Hero___macro___page.show___form .macro___banner .copy__block h1 {font-size: 90px;}

}

.About-Hero .About-Hero__text > div:last-child {
    width: 39%;
}

@media all and (max-width: 960px) {
    .About-Hero .About-Hero__text > div:last-child {
        display: inline-block;
        width: 50%;
    }
}

@media all and (max-width: 768px) {
    .About-Hero .About-Hero__text > div:last-child {
        display: inline-block;
        width: 50%;
    }
}

@media all and (max-width: 736px) {
    .About-Hero .About-Hero__text > div:last-child {
        width: 100%;
    }
}

.About-Hero .About-Hero__title {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 120px;
    color: white;
    margin-bottom: 15px;
    font-family: "ModernEraBlack";
}

@media all and (max-width: 1100px) {
    .About-Hero .About-Hero__title {
        font-size: 80px;
    }
}

@media (max-width: 1020px) {
    .About-Hero .About-Hero__title {
        font-size: 60px;
    }
}

@media all and (max-width: 960px) {
    .About-Hero .About-Hero__title {
        font-size: 40px;
    }
}

@media all and (max-width: 736px) {
    .About-Hero .About-Hero__title {
        font-size: 40px;
    }
}

.About-Hero .About-Hero__title span {
    width: 146px;
    display: inline-block;
    position: absolute;
    margin-top: -25px;
    margin-left: 25px;
}

    .About-Hero .About-Hero__title span img {
        width: 100%;
        max-width: 100%;
    }

@media all and (max-width: 736px) {
    .About-Hero .About-Hero__title span {
        width: 81px;
    }
}

.About-Hero .About-Hero__subtitle {
    font-weight: 900;
    font-size: 40px;
    color: white;
    margin-bottom: 15px;
    font-family: "ModernEraBlack";
}

@media (max-width: 1020px) {
    .About-Hero .About-Hero__subtitle {
        font-size: 30px;
    }
}

@media all and (max-width: 960px) {
    .About-Hero .About-Hero__subtitle {
        font-size: 24px;
    }
}

@media all and (max-width: 768px) {
    .About-Hero .About-Hero__subtitle {
        margin-top: 0px;
    }
}

@media all and (max-width: 736px) {
    .About-Hero .About-Hero__subtitle {
        font-size: 18px;
        margin-top: 40px;
        line-height: 1.56;
    }
}

.About-Hero .About-Hero__body {
    font-weight: 500;
    font-size: 24px;
    color: white;
    line-height: 1.42;
    font-family: "ModernEraMedium";
}

@media all and (max-width: 1100px) {
    .About-Hero .About-Hero__body {
        font-size: 18px;
    }
}

.About-Hero .About-Hero__border {
    height: 20%;
    max-height: 125px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 0;
}

.About-Promo {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: -0.4vw;
    padding: 140px 140px 60px;
}

@media all and (min-width: 1024px) and (max-width: 1366px) {
    .About-Promo {
        padding: 75px 30px 55px;
    }
}

@media all and (max-width: 960px) {
    .About-Promo {
        padding: 60px 0px;
    }
}

@media all and (min-width: 963px) and (max-width: 1020px) {
    .About-Promo {
        padding: 60px 30px;
    }
}

@media all and (max-width: 736px) {
    .About-Promo {
        padding: 60px 30px;
    }
}

.About-Promo .About-Promo__parallax {
    width: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
}

@media all and (max-width: 960px) {
    .About-Promo .About-Promo__parallax .simpleParallax {
        height: 900px;
    }
}

@media all and (max-width: 736px) {
    .About-Promo .About-Promo__parallax {
        height: 600px;
        background-image: url(../img/the_promise_background.png);
        background-position: bottom left;
        background-size: 220%;
        background-repeat: no-repeat;
    }

        .About-Promo .About-Promo__parallax:after {
            content: '';
            width: 100%;
            height: 600px;
            opacity: 0.5;
            background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #000000);
            display: block;
            position: absolute;
            top: 0;
            left: 0;
        }
}

@media all and (max-width: 320px) {
    .About-Promo .About-Promo__parallax {
        height: 600px;
        background-image: url(../img/the_promise_background.png);
        background-position: bottom left;
        background-size: 181%;
        background-repeat: no-repeat;
    }

        .About-Promo .About-Promo__parallax:after {
            content: '';
            width: 100%;
            height: 600px;
            opacity: 0.5;
            background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #000000);
            display: block;
            position: absolute;
            top: 0;
            left: 0;
        }
}

.About-Promo .About-Promo__parallaxImg {
    width: 100%;
}

@media all and (max-width: 960px) {
    .About-Promo .About-Promo__parallaxImg {
        width: auto;
        height: 100vh;
    }
}

@media all and (max-width: 736px) {
    .About-Promo .About-Promo__parallaxImg {
        display: none;
    }
}

.About-Promo .About-Promo__title {
    color: white;
    font-weight: 900;
    font-size: 120px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-family: "ModernEraBlack";
    line-height: 1.56;
}

@media all and (min-width: 1024px) and (max-width: 1366px) {
    .About-Promo .About-Promo__title {
        line-height: 1.35;
        font-size: 65px;
        margin-bottom: 30px;
        padding-left: calc(100vw - 95vw);
    }
}

@media all and (max-width: 960px) {
    .About-Promo .About-Promo__title {
        padding-left: calc(100vw - 95vw);
        line-height: 1.2;
        font-size: 80px;
    }
}

@media all and (min-width: 963px) and (max-width: 1020px) {
    .About-Promo .About-Promo__title {
        font-size: 80px;
    }
}

@media all and (max-width: 736px) {
    .About-Promo .About-Promo__title {
        font-size: 40px;
        margin-bottom: 50px;
        padding-left: 16vw;
        line-height: 1.5;
    }
}

.About-Promo .About-Promo__title span:first-child {
    width: 146px;
    display: inline-block;
    position: absolute;
    margin-top: 0;
    margin-left: 25px;
    overflow: hidden;
}

    .About-Promo .About-Promo__title span:first-child img {
        width: 100%;
        max-width: 100%;
    }

@media all and (min-width: 1024px) and (max-width: 1366px) {
    .About-Promo .About-Promo__title span:first-child {
        width: 95px;
    }
}

@media all and (max-width: 960px) {
    .About-Promo .About-Promo__title span:first-child {
        width: 110px;
        margin-top: 0;
    }
}

@media all and (max-width: 736px) {
    .About-Promo .About-Promo__title span:first-child {
        font-size: 40px;
        width: 81px;
        margin-top: -15px;
        margin-left: 10px;
    }
}

.About-Promo .About-Promo__title span:last-child {
    color: white;
    font-weight: 900;
    font-size: 120px;
    text-align: left;
    font-family: "ModernEraBlack";
    padding-left: 100px;
}

@media all and (min-width: 1024px) and (max-width: 1366px) {
    .About-Promo .About-Promo__title span:last-child {
        padding-left: 70px;
        font-size: 65px;
    }
}

@media all and (min-width: 963px) and (max-width: 1020px) {
    .About-Promo .About-Promo__title span:last-child {
        font-size: 80px;
    }
}

@media all and (max-width: 960px) {
    .About-Promo .About-Promo__title span:last-child {
        font-size: 80px;
    }
}

@media all and (max-width: 736px) {
    .About-Promo .About-Promo__title span:last-child {
        font-size: 40px;
        padding-left: 0;
    }
}

.About-Promo .About-Promo__prodImg {
    margin-bottom: 60px;
    max-width: 95%;
    width: 100%;
}

@media all and (max-width: 736px) {
    .About-Promo .About-Promo__prodImg {
        margin-bottom: 30px;
    }
}

.About-Promo .About-Promo__subtitle {
    color: white;
    font-weight: 900;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
    max-width: 625px;
    font-family: "ModernEraBlack";
}

@media all and (max-width: 736px) {
    .About-Promo .About-Promo__subtitle {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

.About-Promo .About-Promo__body {
    color: white;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    margin-bottom: 40px;
    max-width: 625px;
    font-family: "ModernEraMedium";
}

@media all and (max-width: 736px) {
    .About-Promo .About-Promo__body {
        font-size: 14px;
    }
}

@media all and (max-width: 960px) {
    .About-Promo .About-Promo__list {
        width: 100%;
        padding: 0 100px;
    }
}

@media all and (max-width: 736px) {
    .About-Promo .About-Promo__list {
        padding: 0;
    }
}

.About-Promo .About-Promo__list li {
    color: white;
    font-size: 30px;
    font-weight: 500;
    font-family: "ModernEraMedium";
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

@media all and (max-width: 960px) {
    .About-Promo .About-Promo__list li {
        font-size: 20px;
    }
}

@media all and (min-width: 963px) and (max-width: 1020px) {
    .About-Promo .About-Promo__list li {
        font-size: 20px;
    }
}

@media all and (min-width: 1024px) and (max-width: 1366px) {
    .About-Promo .About-Promo__list li {
        padding-left: 0;
        font-size: 24px;
    }
}

@media all and (max-width: 736px) {
    .About-Promo .About-Promo__list li {
        font-size: 14px;
        padding-left: 0;
    }
}

.About-Promo .About-Promo__list li img {
    margin-right: 15px;
}

@media all and (max-width: 320px) {
    .About-Promo .About-Promo__list li img {
        width: 45px;
    }
}

.About-Macros {
    padding-top: 15px;
    padding-bottom: 40px;
    padding-left: 50px;
    padding-right: 5px;
    margin-top: 169px;
    background: url(../img/macros_matter_bar.png) no-repeat;
    background-position: top right;
}

@media all and (max-width: 960px) {
    .About-Macros {
        padding-left: 50px;
        padding-right: 5px;
    }
}

@media all and (max-width: 736px) {
    .About-Macros {
        padding-left: 50px;
        padding-right: 5px;
    }
}

@media all and (min-width: 1024px) and (max-width: 1366px) {
    .About-Macros {
        margin-top: 10vw;
        padding: 50px 50px;
        background-size: 50%;
        background-position: 100% 10%;
    }
}

@media all and (min-width: 963px) and (max-width: 1020px) {
    .About-Macros {
        margin-top: 30px;
        padding: 50px 50px;
        background-size: 50%;
        background-position: 100% 10%;
    }
}

@media all and (min-width: 1366px) and (max-width: 1600px) {
    .About-Macros {
        margin-top: 120px;
    }
}

@media all and (max-width: 960px) {
    .About-Macros {
        margin-top: 280px;
        background-position: 100% 29%;
        background-size: 48%;
    }
}

@media all and (max-width: 736px) {
    .About-Macros {
        padding-top: 15px;
        padding-bottom: 10px;
        padding-left: 135px;
        padding-right: 5px;
        margin-top: 0px;
        background-size: 60%;
        background-position: 100% 18%;
    }
}

@media all and (max-width: 736px) and (max-width: 960px) {
    .About-Macros {
        padding-left: 60px;
        padding-right: 5px;
    }
}

@media all and (max-width: 736px) and (max-width: 736px) {
    .About-Macros {
        padding-left: 30px;
        padding-right: 5px;
    }
}

@media all and (max-width: 480px) {
    .About-Macros {
        margin-top: 60px;
        background-size: 100%;
        background-position: 100% 13%;
    }
}

@media all and (max-width: 320px) {
    .About-Macros {
        margin-top: 99px;
        background-size: 100%;
        background-position: 100% 8%;
    }
}

.About-Macros .About-Macros__title {
    font-size: 120px;
    color: #84be4c;
    font-family: "ModernEraBlack";
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 50px;
}

@media all and (min-width: 1024px) and (max-width: 1366px) {
    .About-Macros .About-Macros__title {
        font-size: 80px;
    }
}

@media all and (max-width: 960px) {
    .About-Macros .About-Macros__title {
        font-size: 80px;
        margin-bottom: 50px;
    }
}

@media all and (min-width: 963px) and (max-width: 1020px) {
    .About-Macros .About-Macros__title {
        font-size: 80px;
    }
}

@media all and (max-width: 736px) {
    .About-Macros .About-Macros__title {
        font-size: 40px;
        margin-top: 35px;
        padding-left: calc(100vw - 85vw);
        margin-bottom: 200px;
    }
}

@media all and (max-width: 320px) {
    .About-Macros .About-Macros__title {
        margin-bottom: 0px;
        margin-top: 0px;
    }
}

.About-Macros .About-Macros__title span {
    color: #84be4c;
    font-family: "ModernEraBlack";
    font-weight: 900;
    margin-left: 100px;
}

@media all and (max-width: 736px) {
    .About-Macros .About-Macros__title span {
        margin-left: 60px;
    }
}

.About-Macros .About-Grid {
    margin: 160px 0 100px;
}

@media all and (max-width: 960px) {
    .About-Macros .About-Grid {
        margin: 160px 0 0;
    }
}

@media all and (max-width: 320px) {
    .About-Macros .About-Grid {
        margin: 200px 0 0;
    }
}

.About-Macros .About-Grid .About-Grid__items {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 60px);
    margin-left: -30px;
}

@media all and (max-width: 736px) {
    .About-Macros .About-Grid .About-Grid__items {
        width: calc(100% + 30px);
        margin-left: -15px;
    }
}

.About-Macros .About-Grid .About-Grid__items .About-Grid__item {
    justify-content: space-between;
    width: 25%;
    padding: 0 32px;
}

@media all and (max-width: 960px) {
    .About-Macros .About-Grid .About-Grid__items .About-Grid__item {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media all and (max-width: 736px) {
    .About-Macros .About-Grid .About-Grid__items .About-Grid__item {
        width: 100%;
        margin-bottom: 50px;
    }
}

.About-Macros .About-Grid .About-Grid__items .About-Grid__item h2 {
    font-family: "ModernEraBlack";
    font-size: 30px;
    margin-bottom: 5px;
}

.About-Macros .About-Grid .About-Grid__items .About-Grid__item:first-child h2 {
    font-size: 40px;
    color: black;
    margin-bottom: 34px;
}

@media all and (max-width: 960px) {
    .About-Macros .About-Grid .About-Grid__items .About-Grid__item:first-child h2 {
        margin-bottom: 5px;
        margin-top: 25px;
    }
}

@media all and (max-width: 736px) {
    .About-Macros .About-Grid .About-Grid__items .About-Grid__item:first-child h2 {
        font-size: 30px;
        margin-bottom: 5px;
    }
}

.About-Macros .About-Grid .About-Grid__items .About-Grid__item:nth-child(2) h2 {
    color: #84be4c;
}

.About-Macros .About-Grid .About-Grid__items .About-Grid__item:nth-child(3) h2 {
    color: #ce7f31;
}

.About-Macros .About-Grid .About-Grid__items .About-Grid__item:last-child h2 {
    color: #124c85;
}

.About-Macros .About-Grid .About-Grid__items .About-Grid__item p {
    font-family: "ModernEraMedium";
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: normal;
}

@media all and (max-width: 736px) {
    .About-Macros .About-Grid .About-Grid__items .About-Grid__item p {
        font-size: 18px;
    }
}

.About-Lifestyle {
    background: url(../img/for_your_lifestyle_background.png) no-repeat;
    background-size: cover;
    padding: 238px 266px;
    padding-left: 10%;
    margin-bottom: 20px;
}

@media all and (max-width: 1100px) {
    .About-Lifestyle {
        padding: 169px 100px;
    }
}

@media all and (max-width: 960px) {
    .About-Lifestyle {
        padding: 90px 30px;
        background-position: center top;
    }
}

@media all and (max-width: 736px) {
    .About-Lifestyle {
        background-size: 200%;
        background-position: center top;
        padding: 30px;
        height: 512px;
    }
}

@media all and (max-width: 320px) {
    .About-Lifestyle {
        background-size: 200%;
        height: calc(100vh - 35px);
    }
}

.About-Lifestyle .About-Lifestyle__subtitle {
    font-size: 26px;
    color: white;
    text-align: left;
    padding-left: calc(100vw - 85vw);
    margin-bottom: 10px;
    font-weight: bold;
}

@media all and (max-width: 736px) {
    .About-Lifestyle .About-Lifestyle__subtitle {
        padding-left: 0;
        line-height: 1.7;
    }
}

@media all and (max-width: 320px) {
    .About-Lifestyle .About-Lifestyle__subtitle {
        font-size: 18px;
    }
}

.About-Lifestyle .About-Lifestyle__title {
    font-size: 120px;
    color: white;
    font-family: "ModernEraBlack";
    font-weight: 900;
    text-transform: uppercase;
    text-align: left;
}

@media all and (min-width: 1024px) and (max-width: 1366px) {
    .About-Lifestyle .About-Lifestyle__title {
        font-size: 80px;
    }
}

@media all and (max-width: 960px) {
    .About-Lifestyle .About-Lifestyle__title {
        font-size: 80px;
        line-height: 1.7;
    }
}

@media all and (max-width: 736px) {
    .About-Lifestyle .About-Lifestyle__title {
        font-size: 40px;
        line-height: 1.7;
    }
}

@media all and (max-width: 320px) {
    .About-Lifestyle .About-Lifestyle__title {
        font-size: 31px;
    }
}

.About-Lifestyle .About-Lifestyle__title span {
    color: white;
    font-family: "ModernEraBlack";
    font-weight: 900;
}

    .About-Lifestyle .About-Lifestyle__title span:first-child {
        padding-left: 22%;
    }

    .About-Lifestyle .About-Lifestyle__title span:last-child {
        padding-left: 10%;
    }

.About-Products .About-Grid {
    padding: 0 140px 0;
    margin-top: -75px;
}

@media all and (max-width: 960px) {
    .About-Products .About-Grid {
        padding: 0 63px 0;
    }
}

@media all and (min-width: 1024px) and (max-width: 1366px) {
    .About-Products .About-Grid {
        padding: 0 50px 40px;
        margin-top: -75px;
    }
}

@media all and (max-width: 736px) {
    .About-Products .About-Grid {
        padding: 0 10px;
        margin-top: -75px;
    }
}

.About-Products .About-Grid .About-Grid__items {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 60px);
    margin-left: -30px;
}

@media all and (max-width: 960px) {
    .About-Products .About-Grid .About-Grid__items {
        bottom-padding: 100px;
    }
}

.About-Products .About-Grid .About-Grid__items .About-Grid__item {
    width: 33.333%;
    text-align: center;
    padding: 20px;
}

@media all and (max-width: 960px) {
    .About-Products .About-Grid .About-Grid__items .About-Grid__item {
        width: 100%;
    }
}

@media all and (max-width: 736px) {
    .About-Products .About-Grid .About-Grid__items .About-Grid__item {
        width: 100%;
    }
}

.About-Products .About-Grid .About-Grid__items .About-Grid__item > div {
    min-height: 660px;
    padding: 45px 0 40px;
    height: 100%;
}

@media all and (max-width: 736px) {
    .About-Products .About-Grid .About-Grid__items .About-Grid__item > div {
        min-height: initial;
    }
}

.About-Products .About-Grid .About-Grid__items .About-Grid__item > div img {
    width: 100%;
    max-width: 100%;
}

@media all and (max-width: 736px) {
    .About-Products .About-Grid .About-Grid__items .About-Grid__item > div img {
        width: 100%;
        max-width: 100%;
    }
}

.About-Products .About-Grid .About-Grid__items .About-Grid__item > div .About-Products__metadata {
    padding: 39px 45px 0;
}

@media all and (max-width: 320px) {
    .About-Products .About-Grid .About-Grid__items .About-Grid__item > div .About-Products__metadata {
        padding: 39px 17px 0;
    }
}

.About-Products .About-Grid .About-Grid__items .About-Grid__item > div .About-Products__metadata h2 {
    color: white;
    font-family: "ModernEraBlack";
    text-align: left;
    margin-bottom: 20px;
}

.About-Products .About-Grid .About-Grid__items .About-Grid__item > div .About-Products__metadata p {
    font-family: "ModernEraMedium";
    color: white;
    font-size: 0.875em;
    text-align: left;
    line-height: 1.75;
}

.About-Products .About-Grid .About-Grid__items .About-Grid__item:first-child > div {
    background-color: #8a3288;
}

.About-Products .About-Grid .About-Grid__items .About-Grid__item:nth-child(2) > div {
    background-color: #124c85;
}

.About-Products .About-Grid .About-Grid__items .About-Grid__item:last-child > div {
    background-color: #3d434f;
}

@media all and (max-width: 736px) {
    .About-Products .About-Grid .About-Grid__items {
        width: 100%;
        margin: 0 auto;
    }
}

.About___block {
    padding: 120px 0;
}

@media all and (max-width: 960px) {
    .About___block {
        padding: 60px 20px 90px;
        margin: 0 auto;
    }

        .About___block button, .About___block a {
            width: 100%;
            max-width: 100%;
        }
}

.About___block h2 {
    text-transform: uppercase;
}

@media all and (max-width: 960px) {
    .About___block h2 {
        font-size: 30px;
        text-align: center;
        line-height: 1.33;
    }
}

.About___block.macro {
    padding-top: 0;
}

.About-Made {
    background-color: #84be4c;
    background-image: url(../img/what-we-stand-for-flavor-cues-1440-x-1250.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    padding: 140px;
    overflow: hidden;
}

    .About-Made a {
        color: #fff;
    }

        .About-Made a, .About-Made a:hover, .About-Made a:focus {
            text-decoration: underline;
        }

@media all and (min-width: 1024px) and (max-width: 1366px) {
    .About-Made {
        padding: 140px 30px;
    }
}

@media all and (max-width: 960px) {
    .About-Made {
        padding: 140px 30px 30px;
    }
}

@media all and (max-width: 736px) {
    .About-Made {
        padding: 30px;
        background-image: none;
    }
}

@media all and (max-width: 320px) {
    .About-Made {
        padding: 15px;
    }
}

.About-Made .About-Made__parallax {
    width: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
}

.About-Made .About-Made__parallaxImg {
    width: 100%;
}

@media all and (max-width: 736px) {
    .About-Made .About-Made__parallaxImg {
        display: none;
    }
}

.About-Made .Accordion {
    background-color: #84be4c;
    margin: 50px auto;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.11);
    padding: 88px 118px;
    max-width: 70%;
}

@media (min-width: 1366px) {
    .About-Made .About-Grid {
        padding: 0 140px 140px;
        padding-bottom: 0;
    }
     .About-Made .Accordion {

        margin-top: 0;
     }
}

@media all and (min-width: 1024px) and (max-width: 1366px) {
    .About-Made .About-Grid {
        padding: 0 80px 0;
    }
}

@media all and (max-width: 960px) {
    .About-Made .About-Grid {
        padding: 0 140px 0;
    }
}

@media all and (max-width: 736px) {
    .About-Made .About-Grid {
        padding: 0;
    }
}

.About-Made .About-Grid .About-Grid__items {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 60px);
    margin-left: -30px;
}

@media all and (max-width: 736px) {
    .About-Made .About-Grid .About-Grid__items {
        width: calc(100% + 30px);
        margin-left: -15px;
    }
}

.About-Made .About-Grid .About-Grid__items .About-Grid__item {
    text-align: center;
    padding: 20px;
}

    .About-Made .About-Grid .About-Grid__items .About-Grid__item:first-child {
        width: 60%;
    }

@media all and (min-width: 1024px) and (max-width: 1366px) {
    .About-Made .About-Grid .About-Grid__items .About-Grid__item:first-child {
        width: 50%;
    }
}

@media all and (min-width: 963px) and (max-width: 1020px) {
    .About-Made .About-Grid .About-Grid__items .About-Grid__item:first-child {
        width: 50%;
    }
}

@media all and (max-width: 960px) {
    .About-Made .About-Grid .About-Grid__items .About-Grid__item:first-child {
        width: 100%;
    }
}

@media all and (max-width: 736px) {
    .About-Made .About-Grid .About-Grid__items .About-Grid__item:first-child {
        width: 100%;
    }
}

.About-Made .About-Grid .About-Grid__items .About-Grid__item:last-child {
    width: 40%;
    padding-top: 150px;
}

@media all and (min-width: 1024px) and (max-width: 1366px) {
    .About-Made .About-Grid .About-Grid__items .About-Grid__item:last-child {
        width: 50%;
        padding-top: 10px;
    }
}

@media all and (min-width: 963px) and (max-width: 1020px) {
    .About-Made .About-Grid .About-Grid__items .About-Grid__item:last-child {
        width: 50%;
        padding-top: 10px;
    }
}

@media all and (max-width: 960px) {
    .About-Made .About-Grid .About-Grid__items .About-Grid__item:last-child {
        width: 100%;
        padding-top: 80px;
    }
}

@media all and (max-width: 736px) {
    .About-Made .About-Grid .About-Grid__items .About-Grid__item:last-child {
        width: 100%;
        padding-top: 30px;
    }
}

@media all and (max-width: 320px) {
    .About-Made .About-Grid .About-Grid__items .About-Grid__item:last-child {
        padding-top: 0px;
    }
}

.About-Made .About-Made__title {
    color: white;
    font-weight: 900;
    font-size: 120px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-family: "ModernEraBlack";
    line-height: 10rem;
}

@media all and (min-width: 1024px) and (max-width: 1366px) {
    .About-Made .About-Made__title {
        padding-left: 4vw;
        font-size: 80px;
        line-height: 1;
        margin-top: -6vw;
    }
}

@media all and (min-width: 963px) and (max-width: 1020px) {
    .About-Made .About-Made__title {
        font-size: 80px;
        line-height: 1;
    }
}

@media all and (max-width: 960px) {
    .About-Made .About-Made__title {
        padding-left: 4vw;
        font-size: 80px;
        line-height: 1;
        margin-top: -6vw;
    }
}

@media all and (max-width: 736px) {
    .About-Made .About-Made__title {
        font-size: 40px;
        margin-bottom: 50px;
        line-height: 1.25;
        text-align: right;
        padding-right: calc(100vw - 50vw);
    }
}

.About-Made .About-Made__title span {
    display: inline-block;
    position: absolute;
    margin-top: 0;
    padding-left: 150px;
    font-family: "ModernEraBlack";
    color: white;
    font-weight: 900;
    overflow: hidden !important;
}

@media all and (max-width: 1100px) {
    .About-Made .About-Made__title span {
        padding-left: 100px;
    }
}

@media all and (min-width: 963px) and (max-width: 1020px) {
    .About-Made .About-Made__title span {
        padding-left: 100px;
    }
}

@media all and (max-width: 960px) {
    .About-Made .About-Made__title span {
        margin-left: -40px;
    }
}

@media all and (max-width: 736px) {
    .About-Made .About-Made__title span {
        margin-left: -170px;
    }
}

@media all and (max-width: 320px) {
    .About-Made .About-Made__title span {
        margin-left: -95px;
    }
}

.About-Made .About-Made__title span:last-child {
    text-align: right;
    padding-left: 150px;
}

@media all and (min-width: 1024px) and (max-width: 1366px) {
    .About-Made .About-Made__title span:last-child {
        padding-left: 68px;
    }
}

@media all and (min-width: 963px) and (max-width: 1020px) {
    .About-Made .About-Made__title span:last-child {
        padding-left: 68px;
    }
}

@media all and (max-width: 736px) {
    .About-Made .About-Made__title span:last-child {
        padding-left: 0;
        margin-left: -45px;
    }
}

.About-Made .About-Made__body .head_body p {
    color: white;
    line-height: 1.52;
    font-size: 18px;
    margin-bottom: 20px;
    text-align: left;
}

.About-Made .About-Made__body p {
    color: white;
    line-height: 1.52;
    font-size: 14px;
    margin-bottom: 20px;
    text-align: left;
}

@media all and (max-width: 320px) {
    .About-Made .About-Made__body p:first-child {
        font-size: 18px;
    }
}

.About-Made .About-Made__prodImg {
    margin-bottom: 60px;
    max-width: 95%;
}

@media all and (max-width: 736px) {
    .About-Made .About-Made__prodImg {
        margin-bottom: 30px;
    }
}



    .About-Made .Accordion .Accordion_text {
        color: #ffffff;
        margin-right: 20px;
        text-transform: uppercase;
        font-family: "ModernEraBlack";
        line-height: 1.56;
    }

@media all and (max-width: 960px) {
    .About-Made .Accordion {
        padding: 30px 40px;
        max-width: 100%;
    }
}

@media all and (max-width: 736px) {
    .About-Made .Accordion {
        padding: 25px 35px;
        margin: 0 auto;
        max-width: 100%;
    }
}

@media all and (max-width: 320px) {
    .About-Made .Accordion {
        margin: 0px auto;
    }
}

.About-Made .Accordion dt, .About-Made .Accordion dd {
    margin: 0;
    padding: 0;
}

.About-Made .Accordion dt {
    border-bottom: solid 1px #FFFFFF;
    padding: 20px 0;
    display: block;
    font-size: 30px;
    color: white;
    text-transform: uppercase;
    font-family: "ModernEraBlack";
    line-height: 1.56;
    cursor: pointer;
}

@media all and (max-width: 736px) {
    .About-Made .Accordion dt {
        font-size: 18px;
        padding: 4vw !important;
    }
}

.About-Made .Accordion dt:last-of-type {
    border-bottom: none;
}

.About-Made .Accordion dt .plusminus {
    float: right;
    font-family: "ModernEraBlack";
    transition: 0.5s all;
    color: #84be4c;
}

    .About-Made .Accordion dt .plusminus:before {
        content: "+";
        color: #ffffff;
        position: absolute;
    }

    .About-Made .Accordion dt .plusminus.minus:before {
        content: "—";
        color: #ffffff;
    }

.About-Made .Accordion dd {
    border-bottom: solid 1px #FFFFFF;
    padding: 20px 0;
    padding: 10px 0;
    font-size: 18px;
    line-height: 1.56;
    color: white;
}

    .About-Made .Accordion dd:last-of-type {
        border-bottom: none;
        position: relative;
        top: -1px;
    }

.About-Team {
    margin-top: 50px;
}

@media all and (max-width: 736px) {
    .About-Team {
        padding: 10px 0;
        background-size: 100%;
        background-position: 100% 8%;
    }
}

@media all and (min-width: 963px) and (max-width: 1020px) {
    .About-Team {
        background-size: 70%;
    }
}

@media all and (max-width: 320px) {
    .About-Team {
        background-position: 124% 8%;
        background-size: 100%;
    }
}

.About-Team .About-Grid {
    background: white;
    margin: 0;
    padding: 60px 40px;
    padding-bottom: 0;
}

@media all and (max-width: 736px) {
    .About-Team .About-Grid {
        padding: 30px 30px;
    }
}

.About-Team .About-Grid.About-Team__grid {
    padding: 0;
    margin: 0;
    background-image: url(../img/what_we_stand_for_experts_v2.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    display: grid;
    border-bottom: 2px solid #e8e8e8;
}

@media (min-width: 1366px) {
    .About-Team .About-Grid.About-Team__grid {
        margin-bottom: 30px;
    }
}

@media all and (max-width: 960px) {
    .About-Team .About-Grid.About-Team__grid {
        margin-bottom: 50px;
        background-size: 80%;
    }
}

@media all and (max-width: 736px) {
    .About-Team .About-Grid.About-Team__grid {
        height: 500px;
        background-size: contain;
        margin-bottom: 50px;
    }
}

.About-Team .About-Grid.About-Team__grid .About-Grid__items {
    padding: 0 100px;
}

@media all and (max-width: 960px) {
    .About-Team .About-Grid.About-Team__grid .About-Grid__items {
        padding: 0;
    }
}

.About-Team .About-Grid.About-Team__grid .About-Team__grid-item:first-child {
    font-size: 120px;
    font-weight: 900;
    color: #84be4c;
    font-family: "ModernEraBlack";
    text-transform: uppercase;
    padding: 120px 0;
}

@media all and (min-width: 1024px) and (max-width: 1366px) {
    .About-Team .About-Grid.About-Team__grid .About-Team__grid-item:first-child {
        font-size: 80px;
        line-height: 1.3;
    }
}

@media all and (min-width: 963px) and (max-width: 1020px) {
    .About-Team .About-Grid.About-Team__grid .About-Team__grid-item:first-child {
        font-size: 90px;
    }
}

@media all and (max-width: 960px) {
    .About-Team .About-Grid.About-Team__grid .About-Team__grid-item:first-child {
        padding: 30px;
        font-size: 80px;
        margin-bottom: calc(100vh - 50vh);
    }
}

@media all and (max-width: 736px) {
    .About-Team .About-Grid.About-Team__grid .About-Team__grid-item:first-child {
        min-height: calc(100vh - 70vh);
        font-size: 40px;
        line-height: 50px;
        padding: 0;
        margin-left: calc( 100vw - 80vw);
        margin-top: 5vw;
    }
}

.About-Team .About-Grid.About-Team__grid .About-Team__grid-item:first-child span {
    width: 146px;
    display: inline-block;
    position: absolute;
    margin-top: 0;
    margin-left: 25px;
}

@media all and (min-width: 1024px) and (max-width: 1366px) {
    .About-Team .About-Grid.About-Team__grid .About-Team__grid-item:first-child span {
        margin-left: 30px;
    }
}

@media all and (min-width: 1366px) and (max-width: 1600px) {
    .About-Team .About-Grid.About-Team__grid .About-Team__grid-item:first-child span {
        margin-left: 30px;
    }
}

@media all and (min-width: 963px) and (max-width: 1020px) {
    .About-Team .About-Grid.About-Team__grid .About-Team__grid-item:first-child span {
        margin-left: 20px;
        margin-top: -15px;
    }
}

@media all and (max-width: 960px) {
    .About-Team .About-Grid.About-Team__grid .About-Team__grid-item:first-child span {
        margin-top: -20px;
    }
}

@media all and (max-width: 736px) {
    .About-Team .About-Grid.About-Team__grid .About-Team__grid-item:first-child span {
        margin-top: -35px;
    }
}

@media all and (min-width: 1024px) and (max-width: 1366px) {
    .About-Team .About-Grid.About-Team__grid .About-Team__grid-item:last-child {
        margin-bottom: 0;
    }
}

@media all and (max-width: 960px) {
    .About-Team .About-Grid.About-Team__grid .About-Team__grid-item:last-child {
        display: none;
    }
}

@media all and (max-width: 736px) {
    .About-Team .About-Grid.About-Team__grid .About-Team__grid-item:last-child {
        display: none;
    }
}

.About-Team .About-Grid .grid_form {
    margin-top: 4%;
    margin-bottom: 4%;
}

.About-Team .About-Grid .About-Grid__items {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}

@media all and (max-width: 736px) {
    .About-Team .About-Grid .About-Grid__items {
        width: calc(100% + 30px);
        margin-left: -15px;
    }
}

@media all and (max-width: 320px) {
    .About-Team .About-Grid .About-Grid__items {
        margin-top: 0px;
    }
}

@media all and (min-width: 1366px) and (max-width: 1600px) {
    .About-Team .About-Grid .About-Grid__items .item_title {
        width: 60% !important;
    }
}

@media all and (min-width: 963px) and (max-width: 1020px) {
    .About-Team .About-Grid .About-Grid__items .item_title {
        width: 60% !important;
    }
}

.About-Team .About-Grid .About-Grid__items.grid_facts {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 30px;
    margin-bottom: 50px;
}

@media all and (max-width: 960px) {
    .About-Team .About-Grid .About-Grid__items.grid_facts {
        grid-template-columns: 100%;
        gap: 20px;
        margin-bottom: 10px;
    }
}

.About-Team .About-Grid .About-Grid__items.grid_facts .About-Grid__item {
    width: 100%;
    height: 100%;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.11);
    padding: 30px;
}

.About-Team .About-Grid .About-Grid__items .About-Grid__item {
    width: 33.333%;
    padding: 0 32px;
}

@media all and (max-width: 960px) {
    .About-Team .About-Grid .About-Grid__items .About-Grid__item {
        width: 100%;
        margin-bottom: 50px;
    }
}

@media all and (max-width: 736px) {
    .About-Team .About-Grid .About-Grid__items .About-Grid__item {
        width: 100%;
        padding: 20px;
    }
}

@media all and (max-width: 320px) {
    .About-Team .About-Grid .About-Grid__items .About-Grid__item {
        margin-bottom: 0px;
    }
}

.About-Team .About-Grid .About-Grid__items .About-Grid__item h2 {
    font-family: "ModernEraBlack";
    font-size: 0.3em;
    margin-bottom: 5px;
    display: flex;
    align-items: flex-start;
}

@media (min-width: 1em) {
    .About-Team .About-Grid .About-Grid__items .About-Grid__item h2 {
        font-size: calc(0.3em + 1 * (100vw - 1em) / 19);
    }
}

@media (min-width: 20em) {
    .About-Team .About-Grid .About-Grid__items .About-Grid__item h2 {
        font-size: 1.3em;
    }
}

.About-Team .About-Grid .About-Grid__items .About-Grid__item h2:before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-right: 10px;
}

.About-Team .About-Grid .About-Grid__items .About-Grid__item:first-child h2:before {
    background-image: url(../img/Kandice-Headshot.png);
    background-size: cover;
}

.About-Team .About-Grid .About-Grid__items .About-Grid__item:nth-child(2) h2:before {
    background-image: url(../img/Joe-Headshot.png);
    background-size: cover;
}

.About-Team .About-Grid .About-Grid__items .About-Grid__item h3 {
    margin-top: -25px;
    padding-left: 60px;
    margin-bottom: 25px;
}

.About-Team .About-Grid .About-Grid__items .About-Grid__item p {
    font-family: "ModernEraMedium";
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: normal;
}

.About-Team .About-Grid.About-Grid__form .About-Grid__items .About-Grid__item:first-child {
    width: 30%;
}

@media all and (min-width: 1024px) and (max-width: 1366px) {
    .About-Team .About-Grid.About-Grid__form .About-Grid__items .About-Grid__item:first-child {
        width: 40%;
    }
}

@media all and (max-width: 960px) {
    .About-Team .About-Grid.About-Grid__form .About-Grid__items .About-Grid__item:first-child {
        width: 100%;
    }
}

@media all and (max-width: 736px) {
    .About-Team .About-Grid.About-Grid__form .About-Grid__items .About-Grid__item:first-child {
        width: 100%;
    }
}

.About-Team .About-Grid.About-Grid__form .About-Grid__items .About-Grid__item:last-child {
    padding-left: 132px;
    width: 70%;
}

@media all and (min-width: 1024px) and (max-width: 1366px) {
    .About-Team .About-Grid.About-Grid__form .About-Grid__items .About-Grid__item:last-child {
        padding-left: 0;
        width: 60%;
    }
}

@media all and (max-width: 960px) {
    .About-Team .About-Grid.About-Grid__form .About-Grid__items .About-Grid__item:last-child {
        width: 100%;
        padding-left: 30px;
    }
}

@media all and (max-width: 736px) {
    .About-Team .About-Grid.About-Grid__form .About-Grid__items .About-Grid__item:last-child {
        width: 100%;
        display: block;
        padding: 20px;
    }
}

.About-Team .About-Grid.About-Grid__form .About-Grid__items h2:before {
    display: none;
}

.About-Team .About-Grid.About-Grid__form .About-Grid__items h2.About-Grid__header {
    color: #84be4c;
    font-size: 30px;
    line-height: 1.33;
}

/*.About-Team .About-Grid.About-Grid__form .Nutrition-Form {
    display: block !important;
}*/


.About-Team .About-Grid.About-Grid__form .Nutrition-Form a {
    text-decoration: underline;
}

    .About-Team .About-Grid.About-Grid__form .Nutrition-Form a, .About-Team .About-Grid.About-Grid__form .Nutrition-Form a:hover, .About-Team .About-Grid.About-Grid__form .Nutrition-Form a:focus {
        text-decoration: underline;
    }

.About-Team .About-Grid.About-Grid__form .Nutrition-Form .legal_copy p {
    font-size: 12px;
    color: #202020;
}

.About-Team .About-Grid.About-Grid__form .Nutrition-Form .Nutrition-Form__input:nth-child(4) {
    flex-direction: initial;
    justify-content: left;
}

.About-Team .About-Grid.About-Grid__form .Nutrition-Form .Nutrition-Form__input label {
    color: black;
}

.About-Team .About-Grid.About-Grid__form .Nutrition-Form .Nutrition-Form__input textarea:not([type="checkbox"]) {
    background: lightgray;
}

.About-Team .About-Grid.About-Grid__form .Nutrition-Form .Nutrition-Form__input input:not([type="checkbox"]) {
    background: lightgray;
}

.About-Team .About-Grid.About-Grid__form .Nutrition-Form .Nutrition-Form__input input[type="checkbox"] {
    background: initial;
    background: initial;
    -webkit-appearance: checkbox;
    height: initial;
    width: initial;
}

.About-Team .About-Grid.About-Grid__form .Nutrition-Form .Nutrition-Form__input .product_drop_down {
    background-color: #dddddd;
    padding-bottom: 3px;
    padding-right: 40px;
    -webkit-padding-end: 40px !important;
    height: 50px;
    border: 0px;
    border-bottom: 2px solid white;
    width: 100%;
}

    .About-Team .About-Grid.About-Grid__form .Nutrition-Form .Nutrition-Form__input .product_drop_down option {
        color: #000;
        background-color: transparent;
    }

        .About-Team .About-Grid.About-Grid__form .Nutrition-Form .Nutrition-Form__input .product_drop_down option:hover {
            color: #000;
            background-color: transparent;
        }

@media all and (max-width: 736px) {
    .About-Team .About-Grid.About-Grid__form .Nutrition-Form .Nutrition-Form__input .product_drop_down {
        font-size: 16px !important;
    }
}

@media all and (max-width: 960px) {
    .About-Team .About-Grid.About-Grid__form .Nutrition-Form .Nutrition-Form__input .product_drop_down {
        font-size: 18px;
    }
}

@media all and (max-width: 736px) {
    .About-Team .About-Grid.About-Grid__form .Nutrition-Form__submit {
        max-width: initial;
    }
}

.About-Team .About-Grid.About-Grid__form .Nutrition-Form .Nutrition-Form__input.has-error label {
    color: #f15955;
}

.Nutrition-Form .Nutrition-Form__input.has-error input, .Nutrition-Form .Nutrition-Form__input.has-error textarea {
    border-color: #f15955;
}

.About-Team .About-Grid.ask-nutritionist-form__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 150px;
    padding-top: 80px;
}

    .About-Team .About-Grid.ask-nutritionist-form__wrapper > h7 {
        color: #84be4c;
        font-family: "ModernEraBlack";
        font-size: 40px;
        font-weight: 900;
        margin-bottom: 30px;
        text-align: center;
    }

    .About-Team .About-Grid.ask-nutritionist-form__wrapper > p {
        margin-bottom: 60px;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.56;
        text-align: center;
    }

@media all and (max-width: 960px) {
    .About-Team .About-Grid.ask-nutritionist-form__wrapper {
        padding-top: 0;
        padding-bottom: 80px;
    }

        .About-Team .About-Grid.ask-nutritionist-form__wrapper > h7 {
            text-align: left;
            font-size: 30px;
        }

        .About-Team .About-Grid.ask-nutritionist-form__wrapper > p {
            text-align: left;
            font-size: 14px;
            margin-bottom: 30px;
        }

        .About-Team .About-Grid.ask-nutritionist-form__wrapper .ask__nutritionist__btn {
            width: 100%;
        }
}

.Contact_us_header {
    width: 100%;
    display: flex;
}

@media all and (max-width: 736px) {
    .Contact_us_header {
        display: inline-block;
    }
}

.contact_us_question {
    width: 65%;
    padding-left: 4vw;
    background: #84be4c;
}

    .contact_us_question h1 {
        font-size: 2.5em;
        text-transform: uppercase;
        font-weight: 900;
        color: white;
        padding-top: 4rem;
        padding-bottom: 5rem;
        font-family: "ModernEraBlack";
    }

@media (min-width: 26.5em) {
    .contact_us_question h1 {
        font-size: calc(2.5em + 3.75 * (100vw - 26.5em) / 93.5);
    }
}

@media (min-width: 120em) {
    .contact_us_question h1 {
        font-size: 6.25em;
    }
}

@media all and (max-width: 736px) {
    .contact_us_question h1 {
        font-size: 40px;
    }
}

@media all and (min-width: 1366px) {
    .contact_us_question h1 {
        font-size: 100px;
    }
}

@media all and (max-width: 736px) {
    .contact_us_question {
        width: 100%;
    }
}

@media all and (max-width: 960px) {
    .contact_us_question {
        width: 100%;
    }
}

.text_container {
    width: 70%;
}

.contact_us_pineapple {
    width: 40%;
    background: #84be4c;
}

    .contact_us_pineapple img {
        width: 100%;
        position: absolute;
        top: 20px;
        max-width: 600px;
        left: -50px;
    }

@media all and (max-width: 736px) {
    .contact_us_pineapple img {
        width: 102vw;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

@media all and (max-width: 736px) {
    .contact_us_pineapple {
        width: 100%;
        height: 85vW;
        margin-bottom: 50px;
    }
}

@media all and (max-width: 960px) {
    .contact_us_pineapple {
        width: 100%;
    }
}

.lifestyle____block {
    width: 100%;
    display: grid;
    grid-template-columns: 70%;
    justify-content: flex-end;
    padding: 0 0 40px 95px;
    margin-bottom: 50px;
    visibility: hidden;
}

@media all and (max-width: 736px) {
    .lifestyle____block {
        grid-template-columns: 100%;
        padding: 0 4vw;
        width: 90%;
        margin: 0 auto 60px;
    }

        .lifestyle____block a, .lifestyle____block button {
            width: 100%;
            max-width: 100%;
        }
}

@media all and (max-width: 736px) and (max-width: 736px) {
    .lifestyle____block button {
        height: 50px;
        line-height: 50px;
    }
}

.lifestyle____block .wrapper {
    width: 90%;
    border-top: 1px solid #3d434f;
}

@media all and (max-width: 736px) {
    .lifestyle____block .wrapper {
        width: 100%;
    }
}

.lifestyle____block .wrapper h2 {
    text-transform: uppercase;
    font-size: 24px;
    font-family: "ModernEraBlack";
    margin: 35px 0 25px;
}

@media all and (max-width: 736px) {
    .lifestyle____block .wrapper h2 {
        font-size: 16px;
        line-height: 1.63;
        margin: 35px 0 15px;
    }
}

.contact_us_Questions {
    display: flex;
    padding-left: 6vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
}

@media all and (max-width: 736px) {
    .contact_us_Questions {
        padding-left: 0vw;
        display: inline-block;
    }
}

.contact_us_list {
    width: 30%;
    padding-top: 6vw;
    padding-left: 3vw;
}

@media all and (max-width: 960px) {
    .contact_us_list {
        width: 30%;
        padding-top: 22vw;
        padding-left: 0;
    }
}

@media all and (max-width: 736px) {
    .contact_us_list {
        width: 50%;
        padding-top: 0;
        margin: 0 auto;
        height: 28vh;
        display: block;
    }
}

.contact_us_list .li_select {
    color: #c1c0c0;
    cursor: pointer;
    padding-left: 1vw;
    padding-top: 8px;
    border-left: 15px solid #ffffff;
    font-family: "ModernEraBlack";
    margin-bottom: 0.7vw;
    font-weight: 900;
    font-size: 1.500em;
}

.contact_us_list .list_bars {
    float: left;
}

    .contact_us_list .list_bars li {
        margin-bottom: 0vw;
    }

@media all and (max-width: 736px) {
    .contact_us_list .list_bars {
        margin-left: 13vw;
        display: none;
    }
}

.contact_us_list .active, .contact_us_list .li_select:hover {
    color: #202020;
    border-left: 15px solid #84be4c;
}

.contact_us_qs_container {
    width: 70%;
}

    .contact_us_qs_container .plusminus {
        width: 10px;
        display: block;
        float: left;
        transition: 0.5s all;
        margin-right: 5px;
        color: #202020;
        opacity: 0.39;
    }

        .contact_us_qs_container .plusminus.minus {
            transform: rotate(45deg);
            opacity: 1;
        }

    .contact_us_qs_container a, .contact_us_qs_container a:hover, .contact_us_qs_container a:focus {
        text-decoration: underline;
    }

@media all and (max-width: 960px) {
    .contact_us_qs_container {
        padding-left: 2vw;
    }
}

@media all and (max-width: 736px) {
    .contact_us_qs_container {
        width: 100%;
        margin-top: -10vw;
    }
}

.contact_us_qs {
    display: none;
}

@media all and (min-width: 1024px) and (max-width: 1366px) {
    .contact_us_qs {
        width: 85%;
    }
}

@media all and (max-width: 960px) {
    .contact_us_qs {
        width: 90%;
    }
}

@media all and (max-width: 736px) {
    .contact_us_qs {
        margin: 0 auto;
        width: 90%;
        padding: 4vw;
    }
}

.activeqs {
    display: flex;
}

.Accordion dt {
    cursor: pointer;
    padding: 1vw;
    line-height: 25px;
}

@media all and (max-width: 736px) {
    .Accordion dt {
        padding: 3vw !important;
    }
}

.Accordion dd {
    line-height: 25px;
    padding-left: 2vw;
}

@media all and (max-width: 736px) {
    .Accordion dd {
        padding: 3vw !important;
    }
}

.Accordion span {
    font-weight: 900;
}

.contact_contact {
    widows: 100%;
    text-align: center;
    background: #84be4c;
    padding-bottom: 5vw;
}

    .contact_contact p {
        color: #ffffff;
    }

        .contact_contact p a {
            color: #fff;
        }

            .contact_contact p a, .contact_contact p a:hover, .contact_contact p a:focus {
                text-decoration: underline;
            }

@media all and (max-width: 736px) {
    .contact_contact p {
        padding-bottom: 7vw !important;
    }
}

.contact_contact .text_cont {
    margin: 0 auto;
    width: 50vw;
}

@media all and (max-width: 736px) {
    .contact_contact .text_cont {
        width: 90vw !important;
    }
}

.contact_contact h1 {
    font-size: 1.25em;
    text-transform: uppercase;
    font-weight: 900;
    color: white;
    padding-top: 4rem;
    padding-bottom: 0.4vw;
    font-family: "ModernEraBlack";
}

@media (min-width: 26.5em) {
    .contact_contact h1 {
        font-size: calc(1.25em + 0.833 * (100vw - 26.5em) / 93.5);
    }
}

@media (min-width: 120em) {
    .contact_contact h1 {
        font-size: 2.083em;
    }
}

@media all and (max-width: 736px) {
    .contact_contact h1 {
        padding-bottom: 7vw !important;
    }
}

.contact_Us_Contact_Form {
    display: flex;
    padding-top: 4vw;
    padding-bottom: 5vw;
}

@media all and (max-width: 736px) {
    .contact_Us_Contact_Form {
        display: inline-block;
    }
}

.contact_Us_Contact_Form .product_drop_down {
    background-color: #dddddd;
    padding-bottom: 3px;
    padding-right: 40px;
    -webkit-padding-end: 40px !important;
    height: 50px;
    border: 0px;
    border-bottom: 2px solid white;
    width: 100%;
}

    .contact_Us_Contact_Form .product_drop_down option {
        color: #000;
        background-color: transparent;
    }

        .contact_Us_Contact_Form .product_drop_down option:hover {
            color: #000;
            background-color: transparent;
        }

@media all and (max-width: 736px) {
    .contact_Us_Contact_Form .product_drop_down {
        font-size: 16px !important;
    }
}

@media all and (max-width: 960px) {
    .contact_Us_Contact_Form .product_drop_down {
        font-size: 18px;
    }
}

.contact_Us_Contact_Form .form-group input:checked + label:before {
    background-color: #84be4c;
    border-color: #84be4c;
}

.contact_Us_Contact_Form .form-group input:checked + label:after {
    border-color: #ffffff;
}

.Contact_Text {
    width: 40%;
    padding-left: 2vw;
}

    .Contact_Text p a, .Contact_Text p a:hover, .Contact_Text p a:focus {
        text-decoration: underline;
    }

@media all and (max-width: 736px) {
    .Contact_Text {
        margin: 0 auto;
        padding-left: 5vw;
        padding-top: 9vw;
        width: 90vw;
        padding-bottom: 9vw;
    }
}

.Contact_Text .Contact_Text_Title {
    width: 25vw;
    max-width: 400px;
}

@media all and (max-width: 736px) {
    .Contact_Text .Contact_Text_Title {
        width: 80vw;
        padding-bottom: 6vw;
        margin: 0 auto;
    }
}

.Contact_Text h2 {
    color: #84be4c;
    font-size: 40px;
    font-weight: bold;
    font-family: "ModernEraBlack";
}

@media all and (max-width: 736px) {
    .Contact_Text h2 {
        font-size: 30px;
    }
}

.Contact_Text p {
    width: 70%;
    line-height: 25px;
    font-weight: bold;
    padding-top: 3vw;
}

@media all and (max-width: 736px) {
    .Contact_Text p {
        margin: 0 auto;
        width: 90%;
    }
}

.Contact_Us_Form {
    width: 59%;
}

@media all and (max-width: 736px) {
    .Contact_Us_Form {
        width: 100%;
    }
}

.Contact_Help_Container {
    width: 95%;
    border: 1.5px solid #202020;
    padding-left: 1vw;
    padding-right: 1vw;
    padding-top: 1vw;
    margin-bottom: 5vw;
}

@media all and (max-width: 960px) {
    .Contact_Help_Container {
        padding-left: 2vw;
        padding-right: 2vw;
        padding-top: 2vw;
    }
}

@media all and (min-width: 1024px) and (max-width: 1366px) {
    .Contact_Help_Container {
        padding-left: 2vw;
        padding-right: 2vw;
        padding-top: 2vw;
    }
}

@media all and (max-width: 768px) {
    .Contact_Help_Container {
        padding-left: 2vw;
        padding-right: 2vw;
        padding-top: 2vw;
    }
}

@media all and (max-width: 736px) {
    .Contact_Help_Container {
        padding-left: 4vw;
        padding-right: 4vw;
        margin-top: 4vw;
        padding-top: 3vw;
        width: 90vw;
        margin: 0 auto;
        margin-bottom: 15vw;
    }
}

.Contact_Help_Container h3 {
    text-transform: uppercase;
    font-family: "ModernEraBlack";
    font-weight: 900;
    padding-bottom: 1vw;
}

@media all and (max-width: 736px) {
    .Contact_Help_Container h3 {
        padding-bottom: 4vw;
    }
}

.Contact_Help_Container h6 {
    padding-bottom: 1vw;
    font-size: 0.875em;
    font-weight: bold;
}

@media all and (max-width: 736px) {
    .Contact_Help_Container h6 {
        padding-bottom: 5vw;
    }
}

*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.new {
    padding: 50px;
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

    .form-group input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }

    .form-group label {
        margin-bottom: 1vw;
        position: relative;
        cursor: pointer;
    }

    .form-group input[type="text"] {
        width: 100%;
        border: 0px;
        background-color: #dddddd;
        height: 50px;
        font-size: 16px;
        color: #202020;
        font-weight: 900;
        padding-left: 15px;
        border: 1px solid transparent;
        transition: all ease-out 0.2s;
    }

#other:checked + label + input[type="text"] {
    display: block !important;
}

.form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #dddddd;
    border: 2px solid #dddddd;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #84be4c;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

@media all and (max-width: 736px) {
    .Contact-Form, .News-Form {
        margin-bottom: 10vw;
    }
}

.Contact-Form .Contact-Form__content, .News-Form .News-Form__content {
    display: flex;
    flex-direction: column;
}

@media all and (max-width: 736px) {
    .Contact-Form .Contact-Form__content, .News-Form .News-Form__content {
        margin: 0 auto;
        width: 90%;
    }
}

.Contact-Form .legal_copy p, .News-Form .legal_copy p {
    font-size: 12px;
    color: #ffffff;
}

.Contact-Form .required, .News-Form .required {
    font-size: 18px;
    color: #ffffff;
}

.Contact-Form .Contact-Form__input, .News-Form .News-Form__input {
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}

    .Contact-Form .Contact-Form__input p a, .Contact-Form .Contact-Form__input p a:hover, .Contact-Form .Contact-Form__input p a:focus,
    .News-Form .News-Form__input p a, .News-Form .News-Form__input p a:hover, .News-Form .News-Form__input p a:focus {
        text-decoration: underline;
    }

@media all and (max-width: 736px) {
    .Contact-Form .Contact-Form__input, .News-Form .News-Form__input {
        margin-bottom: 30px;
    }
}

.Contact-Form .Contact-Form__input label, .News-Form .News-Form__input label {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
    color: #202020;
    margin-bottom: 10px;
    font-family: "ModernEraBlack";
    transition: all ease-out 0.2s;
}

.Contact-Form .Contact-Form__input input, .News-Form .News-Form__input input {
    width: 100%;
    border: 0px;
    background-color: #dddddd;
    height: 50px;
    font-size: 16px;
    color: #202020;
    font-weight: 900;
    padding-left: 15px;
    border: 1px solid transparent;
    transition: all ease-out 0.2s;
}

.Contact-Form .Contact-Form__input textarea, .News-Form .News-Form__input textarea {
    padding-top: 5px;
    /*border: none;*/
    background-color: #dddddd;
    border: 1px solid transparent;
}

.Contact-Form .Contact-Form__input.has-error label, .News-Form .News-Form__input.has-error label, .News-Form .has-error label {
    color: #f15955;
}

.Contact-Form .Contact-Form__input.has-error input, .Contact-Form .Contact-Form__input.has-error textarea,
.News-Form .News-Form__input.has-error input, .News-Form .News-Form__input.has-error textarea {
    border-color: #f15955;
}

.Contact-Form button, .News-Form button {
    border: 0px;
    max-width: 200px;
    outline: none;
}

@media all and (max-width: 736px) {
    .Contact-Form button, .News-Form button {
        margin: 0 auto;
        padding-bottom: 10vw;
    }
}

.Lead_gen_header {
    width: 100%;
    display: flex;
    background-color: #f15955;
}

@media all and (max-width: 736px) {
    .Lead_gen_header {
        display: inline-block;
    }
}

.Lead_gen_question {
    width: 65%;
    padding-left: 4vw;
    background-color: #f15955;
}

    .Lead_gen_question h1 {
        font-size: 2.5em;
        text-transform: uppercase;
        font-weight: 900;
        color: white;
        padding-top: 4rem;
        padding-bottom: 5rem;
        font-family: "ModernEraBlack";
    }

@media (min-width: 26.5em) {
    .Lead_gen_question h1 {
        font-size: calc(2.5em + 3.75 * (100vw - 26.5em) / 93.5);
    }
}

@media (min-width: 120em) {
    .Lead_gen_question h1 {
        font-size: 6.25em;
    }
}

@media all and (max-width: 736px) {
    .Lead_gen_question h1 {
        font-size: 40px;
    }
}

@media all and (min-width: 1366px) {
    .Lead_gen_question h1 {
        font-size: 100px;
    }
}

@media all and (max-width: 736px) {
    .Lead_gen_question {
        width: 100%;
    }
}

@media all and (max-width: 960px) {
    .Lead_gen_question {
        width: 100%;
    }
}

.text_container {
    width: 70%;
}

@media all and (max-width: 736px) {
    .text_container {
        width: 100%;
    }
}

@media all and (max-width: 960px) {
    .text_container {
        width: 100%;
    }
}

.Lead_gen_hero_image {
    width: 45%;
    background: url(../img/Layla_Outside_154_op.png) no-repeat center center;
    background-size: cover;
}

@media all and (max-width: 736px) {
    .Lead_gen_hero_image img {
        width: 96vw;
    }
}

@media all and (max-width: 736px) {
    .Lead_gen_hero_image {
        width: 100%;
        height: 350px;
    }
}

@media all and (max-width: 960px) {
    .Lead_gen_hero_image {
        width: 100%;
    }
}

.Lead_gen_Contact_Form {
    display: flex;
    padding-top: 4vw;
}

@media all and (max-width: 736px) {
    .Lead_gen_Contact_Form {
        display: inline-block;
    }
}

.Lead_gen_Contact_Form .Contact_Text {
    width: 40%;
    padding-left: 2vw;
}

    .Lead_gen_Contact_Form .Contact_Text h2 {
        color: #84be4c;
        font-size: 40px;
        font-weight: bold;
        font-family: "ModernEraBlack";
    }

@media all and (max-width: 736px) {
    .Lead_gen_Contact_Form .Contact_Text h2 {
        font-size: 30px;
    }
}

.Lead_gen_Contact_Form .Contact_Text p {
    width: 70%;
    line-height: 25px;
    font-weight: bold;
    padding-top: 3vw;
}

    .Lead_gen_Contact_Form .Contact_Text p a, .Lead_gen_Contact_Form .Contact_Text p a:hover, .Lead_gen_Contact_Form .Contact_Text p a:focus {
        text-decoration: underline;
    }

@media all and (max-width: 736px) {
    .Lead_gen_Contact_Form .Contact_Text p {
        margin: 0 auto;
        width: 90%;
    }
}

@media all and (max-width: 736px) {
    .Lead_gen_Contact_Form .Contact_Text {
        margin: 0 auto;
        padding-left: 5vw;
        padding-top: 9vw;
        width: 90vw;
        padding-bottom: 9vw;
    }
}

.Lead_gen_Contact_Form .Contact_Text .Contact_Text_Title {
    width: 25vw;
}

@media all and (max-width: 736px) {
    .Lead_gen_Contact_Form .Contact_Text .Contact_Text_Title {
        width: 80vw;
        padding-bottom: 6vw;
        margin: 0 auto;
    }
}

.Lead_gen_Contact_Form .Lead_gen_Form {
    width: 59%;
}

@media all and (max-width: 736px) {
    .Lead_gen_Contact_Form .Lead_gen_Form {
        width: 100%;
    }
}

.Lead_gen_Contact_Form .Lead_gen_Form .thank-you {
    padding: 45px 30px 30px 30px;
    height: 300px;
}

    .Lead_gen_Contact_Form .Lead_gen_Form .thank-you .contact-message-success {
        padding-left: 30px;
        float: left;
    }

    .Lead_gen_Contact_Form .Lead_gen_Form .thank-you .success-message-body {
        float: left;
        padding: 30px;
    }

    .Lead_gen_Contact_Form .Lead_gen_Form .thank-you .lead-status {
        float: left;
        font-weight: bold;
        padding-top: 10px;
    }

    .Lead_gen_Contact_Form .Lead_gen_Form .thank-you .Lead__checkmark {
        float: left;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        background-color: #84be4c;
        margin-right: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .Lead_gen_Contact_Form .Lead_gen_Form .thank-you .Lead__checkmark img {
            position: relative;
            width: 24px;
            left: 3px;
            top: 2px;
        }

.Lead_gen_Contact_Form .Lead_gen_Form .contact_checkbox {
    padding-top: 20px;
}

    .Lead_gen_Contact_Form .Lead_gen_Form .contact_checkbox .form-group label:before {
        content: '';
        -webkit-appearance: none;
        background-color: #84be4c;
        border: 2px solid #84be4c;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
        padding: 10px;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        cursor: pointer;
        margin-right: 5px;
    }

    .Lead_gen_Contact_Form .Lead_gen_Form .contact_checkbox .form-group input:checked + label:after {
        content: '';
        display: block;
        position: absolute;
        top: 2px;
        left: 9px;
        width: 6px;
        height: 14px;
        border: solid #ffffff;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

.Lead_gen_Contact_Form .Lead_gen_Form .legal_lead {
    padding: 20px;
}

    .Lead_gen_Contact_Form .Lead_gen_Form .legal_lead p {
        font-size: 12px;
        color: #202020;
    }

        .Lead_gen_Contact_Form .Lead_gen_Form .legal_lead p a {
            color: #84be4c;
        }

            .Lead_gen_Contact_Form .Lead_gen_Form .legal_lead p a, .Lead_gen_Contact_Form .Lead_gen_Form .legal_lead p a:hover, .Lead_gen_Contact_Form .Lead_gen_Form .legal_lead p a:focus {
                text-decoration: underline;
            }

.Lead_gen_Contact_Form .Lead_gen_Form .legal_required {
    padding-bottom: 10px;
}

    .Lead_gen_Contact_Form .Lead_gen_Form .legal_required p {
        font-weight: bold;
    }

.Where-Hero {
    display: flex;
    background-image: linear-gradient(286deg, #8ab448, #8ab448);
    padding: 50px 47px 62px 49px;
}

@media all and (max-width: 960px) {
    .Where-Hero {
        padding: 9px 0 25px 19px;
    }
}

@media all and (max-width: 736px) {
    .Where-Hero {
        flex-direction: column;
    }
}

.Where-Hero .Where-Hero__img {
    width: 60%;
    z-index: 1;
    order: 2;
}

@media all and (max-width: 736px) {
    .Where-Hero .Where-Hero__img {
        padding-top: 2%;
    }
}

.Where-Hero .Where-Hero__img img {
    width: 100%;
}

@media all and (max-width: 736px) {
    .Where-Hero .Where-Hero__img {
        margin-top: 0rem;
        order: 2;
        width: 100%;
    }
}

.Where-Hero .Where-Hero__text {
    width: 60%;
    padding-top: 50px;
    padding-right: 0;
    /* padding-bottom: 30px; */
    z-index: 1;
    order: 1;
    padding-left: 60px;
}

@media all and (max-width: 1100px) {
    .Where-Hero .Where-Hero__text {
        padding-right: 60px;
        padding-top: 60px;
    }
}

@media all and (max-width: 736px) {
    .Where-Hero .Where-Hero__text {
        order: 1;
        padding: 30px 30px 0px;
        width: 100%;
    }
}

.Where-Hero .Where-Hero__text a.btn {
    margin-top: 60px;
}

@media all and (max-width: 1100px) {
    .Where-Hero .Where-Hero__text a.btn {
        margin-top: 1.5rem;
    }
}

.Where-Hero .Where-Hero__title h1 {
    font-size: 2.5em;
    text-transform: uppercase;
    font-weight: 900;
    color: white;
    margin-bottom: 15px;
    font-family: "ModernEraBlack";
}

@media (min-width: 26.5em) {
    .Where-Hero .Where-Hero__title h1 {
        font-size: calc(2.5em + 3.75 * (100vw - 26.5em) / 93.5);
    }
}

@media (min-width: 120em) {
    .Where-Hero .Where-Hero__title h1 {
        font-size: 6.25em;
    }
}

@media all and (max-width: 736px) {
    .Where-Hero .Where-Hero__title h1 {
        font-size: 50px;
        text-align: center;
    }
}

@media all and (min-width: 1366px) {
    .Where-Hero .Where-Hero__title h1 {
        font-size: 80px;
    }
}

.Where-Hero .Where-Hero__border {
    height: 20%;
    max-height: 125px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 0;
}

.Great-Hero {
    display: flex;
    background: url(../img/Great-TasteHero.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

@media all and (max-width: 736px) {
    .Great-Hero {
        background-position: center right;
    }
}

.Great-Hero .Great-Hero__img {
    width: 100%;
    /* margin-top: 3vw; */
    z-index: 1;
    order: 2;
    padding: 0 3vw;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .Great-Hero .Great-Hero__img {
        margin-top: 10vw;
    }
}

.Great-Hero .Great-Hero__img img {
    width: 100%;
}

@media all and (max-width: 960px) {
    .Great-Hero .Great-Hero__img img {
        margin: 1.75rem 0;
    }
}

@media all and (max-width: 736px) {
    .Great-Hero .Great-Hero__img {
        margin-top: 2rem;
        order: 2;
        width: 100%;
    }
}

.Great-Hero .Great-Hero__text {
    width: 100%;
    display: flex;
    padding: 120px 30px 150px;
    z-index: 1;
    order: 1;
}

@media all and (max-width: 1100px) {
    .Great-Hero .Great-Hero__text {
        padding-top: 60px;
    }
}

@media all and (max-width: 736px) {
    .Great-Hero .Great-Hero__text {
        order: 1;
        display: inline-block;
        padding: 30px 5px 85px;
        width: 100%;
    }
}

.Great-Hero .Great-Hero__text a.btn {
    margin-top: 60px;
}

@media all and (max-width: 1100px) {
    .Great-Hero .Great-Hero__text a.btn {
        margin-top: 1.5rem;
    }
}

.Great-Hero .Great-Hero__title {
    width: 40%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .Great-Hero .Great-Hero__title {
        width: 55%;
    }
}

@media all and (max-width: 736px) {
    .Great-Hero .Great-Hero__title {
        width: 100%;
        padding-left: 3vw;
    }
}

.Great-Hero .Great-Hero__title h1 {
    line-height: 1.3;
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 900;
    color: white;
    margin-bottom: 15px;
    font-family: "ModernEraBlack";
}

@media (min-width: 60.5em) {
    .Great-Hero .Great-Hero__title h1 {
        font-size: calc(2em + 2 * (100vw - 60.5em) / 19.5);
    }
}

@media (min-width: 80em) {
    .Great-Hero .Great-Hero__title h1 {
        font-size: 4em;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .Great-Hero .Great-Hero__title h1 {
        font-size: 55px;
    }
}

@media all and (max-width: 736px) {
    .Great-Hero .Great-Hero__title h1 {
        font-size: 40px;
    }
}

.Great-Hero .Great-Hero__title p {
    width: 35vw;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #ffffff;
}

@media all and (max-width: 736px) {
    .Great-Hero .Great-Hero__title p {
        width: 90vw;
    }
}

.Great-Hero .Great-Hero__border {
    height: 20%;
    max-height: 125px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 0;
}

.Great_How_Works {
    padding: 55px 0;
    align-items: center;
}

    .Great_How_Works p {
        width: 70vw;
        margin: 0 auto;
        font-family: "ModernEraBlack";
        font-size: 50px;
        text-align: center;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.33;
        letter-spacing: normal;
        text-align: center;
        color: #3d434f;
    }

@media all and (max-width: 736px) {
    .Great_How_Works p {
        font-size: 30px;
    }
}

.Great_Step_1 {
    display: flex;
}

@media all and (max-width: 736px) {
    .Great_Step_1 {
        display: inline-block;
    }
}

.Great_Step_1 .Step_1_Text {
    background: #8a3288;
    color: #ffffff;
    width: 70vw;
    padding-left: 18vw;
    padding-top: 10vw;
    padding-bottom: 10vw;
}

@media all and (max-width: 736px) {
    .Great_Step_1 .Step_1_Text {
        width: 100vw;
        padding-left: 4vw;
        padding-bottom: 30vw;
    }
}

.Great_Step_1 .Step_1_Text h1 {
    font-family: "ModernEraBlack";
    font-weight: 900;
    font-size: 2.5em;
}

@media (min-width: 26.5em) {
    .Great_Step_1 .Step_1_Text h1 {
        font-size: calc(2.5em + 3.75 * (100vw - 26.5em) / 93.5);
    }
}

@media (min-width: 120em) {
    .Great_Step_1 .Step_1_Text h1 {
        font-size: 6.25em;
    }
}

@media all and (max-width: 736px) {
    .Great_Step_1 .Step_1_Text h1 {
        margin-bottom: 3vw;
    }
}

.Great_Step_1 .Step_1_Text h3 {
    text-transform: uppercase;
    font-family: "ModernEraBlack";
    font-weight: bold;
    margin-bottom: 2vw;
    font-size: 24px;
}

.Great_Step_1 .Step_1_Text p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    margin-bottom: 3vw;
    width: 80%;
}

@media all and (max-width: 736px) {
    .Great_Step_1 .Step_1_Text p {
        margin-bottom: 5vw;
    }
}

.Step_1_Bar {
    width: 30vw;
    background: #95d1e4;
    height: auto;
}

@media all and (max-width: 736px) {
    .Step_1_Bar {
        width: 100vw;
        height: 18vh;
    }
}

.Step_1_Bar img {
    z-index: 99;
    float: right;
    width: 99%;
}

@media all and (max-width: 736px) {
    .Step_1_Bar img {
        float: right;
        width: 45%;
        margin-top: -18vw;
    }
}

.reverse_items {
    z-index: 200;
    flex-direction: row-reverse;
}

@media all and (max-width: 736px) {
    .reverse_items {
        flex-direction: none;
    }
}

.Step_2_Choco {
    text-align: center;
    width: 30vw;
    height: auto;
    background: #95d1e4;
}

@media all and (max-width: 736px) {
    .Step_2_Choco {
        height: 18vh;
        width: 100vw;
    }
}

.Step_2_Choco img {
    margin-top: 10vw;
    margin-left: 19vw;
    text-align: center;
    width: 70%;
    z-index: 99;
}

@media all and (max-width: 736px) {
    .Step_2_Choco img {
        width: 55%;
        margin-top: -23vw;
        margin-left: 0px;
    }
}

.step2 {
    background: #124c85 !important;
}

    .step2 p {
        color: #ffffff;
        font-size: 18px;
        font-weight: 500;
        width: 45vw;
        font-style: normal;
        font-stretch: normal;
        margin-bottom: 3vw;
    }

@media all and (max-width: 736px) {
    .step2 p {
        width: 99vw;
        margin: 0;
        margin-bottom: 5vw;
    }
}

.chocolats_parallax {
    position: absolute;
    width: 100%;
    overflow: hidden;
    background: #916653;
}

    .chocolats_parallax img {
        z-index: 1;
    }

@media (min-width: 1366px) {
    .chocolats_parallax img {
        width: 100%;
    }

    
}

@media all and (max-width: 736px) {
    .chocolats_parallax img {
        display: none;
    }
}

.Great_Step_3 {
    overflow: hidden;
}

.Step_3_Text {
    color: #ffffff;
    padding-left: 4vw;
    padding-right: 4vw;
    padding-top: 6vw;
    padding-bottom: 8vw;
    text-align: center;
    z-index: 1;
}

@media all and (max-width: 736px) {
    .Step_3_Text {
        padding-left: 4vw;
        padding-top: 10vw;
        padding-bottom: 10vw;
        text-align: initial;
        background: #916653;
    }
}

.Step_3_Text h1 {
    font-family: "ModernEraBlack";
    font-weight: 900;
    font-size: 2.5em;
}

@media (min-width: 26.5em) {
    .Step_3_Text h1 {
        font-size: calc(2.5em + 3.75 * (100vw - 26.5em) / 93.5);
    }
}

@media (min-width: 120em) {
    .Step_3_Text h1 {
        font-size: 6.25em;
    }
}

@media all and (max-width: 736px) {
    .Step_3_Text h1 {
        margin-bottom: 3vw;
    }
}

.Step_3_Text h3 {
    text-transform: uppercase;
    font-family: "ModernEraBlack";
    font-weight: bold;
    font-size: 24px;
}

@media all and (max-width: 736px) {
    .Step_3_Text h3 {
        margin-bottom: 2vw;
    }
}

.Step_3_Text p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    width: 45vw;
    padding-top: 2vw;
    margin: 0 auto;
    font-style: normal;
    font-stretch: normal;
    margin-bottom: 3vw;
}

@media all and (max-width: 736px) {
    .Step_3_Text p {
        width: 99vw;
        margin: 0;
        margin-bottom: 5vw;
    }
}

.text_content_brown {
    font-size: 16px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 2vw;
    padding-top: 3vw;
    border-top: 3px solid #ffffff;
    width: 30%;
    margin: 0 auto;
    font-size: bold;
}

@media all and (max-width: 736px) {
    .text_content_brown {
        width: 90%;
        margin: 0;
        line-height: 9vw;
        padding-top: 3vw;
        margin-top: 4vw;
    }
}

/*Price spider CSS*/
.ps-button-label {
    font-family: 'Modern Era Bold';
    color: #fff;
}
.PDP-Hero.classic .PDP-Hero__text .ps-widget[ps-sku]{
     background-color: #fff;
}
.PDP-Hero.classic .PDP-Hero__text .ps-button-label {
    color: #84be4c;
}
/*Recaptcha CSS*/
div#recaptch {
    width: 304px;
    height: 78px;
}

.not_found_text_404 {
    text-align: center;
    padding-left: 10vw;
    padding-right: 10vw;
    padding-bottom: 10vw;
    color: #3d434f;
}

@media all and (max-width: 960px) {
    .not_found_text_404 {
        padding: 5vw;
    }
}

@media all and (max-width: 736px) {
    .not_found_text_404 {
        padding: 5vw;
        font-size: 15px;
    }
}

.not_found_text_404 h2 {
    font-size: 50px;
    font-weight: 900;
    font-family: "ModernEraBlack";
    padding-bottom: 30px;
}

.not_found_text_404 h1 {
    font-size: 100px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #84be4c;
}

.not_found_text_404 .wrapper_help {
    padding-top: 30px;
    text-align: center;
}

    .not_found_text_404 .wrapper_help .help-items {
        width: 700px;
        display: inline-block;
    }

@media all and (max-width: 736px) {
    .not_found_text_404 .wrapper_help .help-items {
        width: 100%;
    }
}

.not_found_text_404 .wrapper_help .help-items a:hover .help-item {
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
}

.not_found_text_404 .wrapper_help .help-item {
    width: 300px;
    height: 259px;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.12);
    background-color: #ffffff;
    display: inline-table;
    margin: 10px;
}

    .not_found_text_404 .wrapper_help .help-item .help-images {
        max-width: 150px;
        max-height: 130px;
    }

    .not_found_text_404 .wrapper_help .help-item .help-text {
        padding: 5px 25px 5px 25px;
    }

    .not_found_text_404 .wrapper_help .help-item img {
        padding: 20px;
    }

    .not_found_text_404 .wrapper_help .help-item p {
        font-size: 16px;
        text-align: center;
        color: #3d434f;
        word-wrap: break-word;
    }

.not_found_text {
    text-align: center;
    padding: 10vw;
    width: 80%;
    left: 50%;
    transform: translate(-50%, 0);
    color: #3d434f;
}

    .not_found_text .button-wrapper {
        padding: 40px;
    }

@media all and (max-width: 960px) {
    .not_found_text {
        padding: 5vw;
        width: 100%;
    }
}

@media all and (max-width: 736px) {
    .not_found_text {
        padding: 5vw;
        font-size: 15px;
        width: 100%;
    }

        .not_found_text .button-wrapper {
            padding: 40px 0px 40px 0px;
        }
}

.not_found_text h2 {
    font-size: 50px;
    font-weight: 900;
    font-family: "ModernEraBlack";
}

.not_found_text p {
    padding: 5px;
}

.not_found_text ul {
    padding-top: 20px;
    text-align: left;
}

    .not_found_text ul li {
        padding-left: 2rem;
    }

.Quiz-Hero {
    display: flex;
    padding: 100px 40px 110px;
    background-image: url("../img/quiz-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

@media all and (max-width: 960px) {
    .Quiz-Hero {
        padding: 0;
    }
}

@media all and (max-width: 736px) {
    .Quiz-Hero {
        flex-direction: column;
    }
}

.Quiz-Hero .Quiz-Hero__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 80%;
    max-width: 750px;
    padding-top: 40px;
    padding-bottom: 30px;
    flex-shrink: 2;
    z-index: 1;
    order: 1;
}

@media all and (max-width: 1100px) {
    .Quiz-Hero .Quiz-Hero__text {
        padding-right: 60px;
        padding-top: 60px;
    }
}

@media all and (max-width: 960px) {
    .Quiz-Hero .Quiz-Hero__text {
        padding: 100px 0;
    }
}

@media all and (max-width: 736px) {
    .Quiz-Hero .Quiz-Hero__text {
        order: 1;
        padding: 50px 20px 80px;
        width: 100%;
    }
}

.Quiz-Hero .Quiz-Hero__text a.btn {
    margin-top: 60px;
}

@media all and (max-width: 1100px) {
    .Quiz-Hero .Quiz-Hero__text a.btn {
        margin-top: 1.5rem;
    }
}

.Quiz-Hero .Quiz-Hero__text p {
    color: #ffffff;
    font-size: 18px;
    font-family: "ModernEraLight";
    font-weight: 100;
    text-align: center;
    padding: 20px 0;
}

@media all and (max-width: 736px) {
    .Quiz-Hero .Quiz-Hero__text p {
        text-align: left;
    }
}

.Quiz-Hero .Quiz-Hero__title h3 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 900;
    color: white;
    margin-bottom: 15px;
    font-family: "ModernEraBlack";
    text-align: center;
    line-height: 1.3;
}

@media all and (max-width: 736px) {
    .Quiz-Hero .Quiz-Hero__title h3 {
        text-align: left;
        font-size: 40px;
    }
}

.Quiz-Hero .Quiz-Hero__title h6 {
    font-size: 24px;
    color: #ffffff;
    padding: 10px 0;
    text-align: center;
    line-height: 1.5;
    font-family: "ModernEraMedium";
}

@media all and (max-width: 736px) {
    .Quiz-Hero .Quiz-Hero__title h6 {
        text-align: left;
    }
}

.Quiz-Hero .Quiz-Hero__subtitle {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 24px;
    color: white;
    margin-bottom: 15px;
    font-family: "ModernEraBlack";
}

@media all and (max-width: 736px) {
    .Quiz-Hero .Quiz-Hero__subtitle {
        font-size: 14px;
    }
}

.Quiz-Hero .Quiz-Hero__body {
    font-weight: bold;
    font-size: 24px;
    color: white;
    line-height: 1.42;
    font-family: "ModernEraMedium";
}

@media all and (max-width: 1100px) {
    .Quiz-Hero .Quiz-Hero__body {
        font-size: 18px;
    }
}

.Quiz-Hero .Quiz-Hero__border {
    height: 20%;
    max-height: 125px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 0;
}

.Quiz-Hero .go-back {
    position: absolute;
    top: 100px;
    left: 10%;
}

    .Quiz-Hero .go-back span {
        font-size: 20px;
        font-weight: 900;
        color: #ffffff;
        text-transform: uppercase;
        font-family: "ModernEraBlack";
        position: relative;
    }

        .Quiz-Hero .go-back span:before {
            content: '';
            display: flex;
            border: 1px solid white;
            width: 8px;
            height: 8px;
            position: absolute;
            left: -15px;
            border-right: none;
            border-bottom: none;
            transform: rotate(-45deg);
            top: 6px;
        }

@media all and (max-width: 960px) {
    .Quiz-Hero .go-back {
        left: 50px;
        top: 50px;
    }
}

@media all and (max-width: 736px) {
    .Quiz-Hero .go-back {
        display: none;
    }
}

.Questions-Slider {
    margin-bottom: 100px;
    /* Media queries */
}

@media all and (max-width: 736px) {
    .Questions-Slider {
        margin-bottom: 50px;
    }
}

.Questions-Slider.wrap-question #main_form .icon-wrap {
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    flex-direction: row;
    align-items: stretch;
}

@media all and (max-width: 736px) {
    .Questions-Slider.wrap-question #main_form .icon-wrap {
        flex-direction: column;
    }
}

.Questions-Slider.wrap-question #main_form .icon-wrap.error:after {
    content: "Please, select an answer.";
    color: #de1a33;
    font-family: "ModernEra";
    font-size: 18px;
    left: 10px;
    width: 100%;
    position: absolute;
    bottom: -20px;
    text-align: left;
}

@media all and (max-width: 736px) {
    .Questions-Slider.wrap-question #main_form .icon-wrap.error:after {
        position: relative;
        bottom: -5px;
        left: 0;
    }
}

.Questions-Slider.wrap-question #main_form .icon-wrap a {
    box-sizing: border-box;
    border: 7px solid transparent;
}

@media all and (max-width: 960px) {
    .Questions-Slider.wrap-question #main_form .icon-wrap a {
        width: 47%;
    }
}

.Questions-Slider.wrap-question #main_form .icon-wrap a img {
    width: 100%;
    max-width: 120px;
    margin: 0 auto;
}

@media all and (max-width: 736px) {
    .Questions-Slider.wrap-question #main_form .icon-wrap a img {
        height: 100%;
        padding-top: 40px;
    }
}

@media all and (max-width: 736px) {
    .Questions-Slider.wrap-question #main_form .icon-wrap {
        padding: 0 20px;
    }
}

.Questions-Slider button {
    padding: 0 60px;
    color: #ffffff;
    margin: 0 15px;
    outline: none;
    border: none;
}

    .Questions-Slider button.prev {
        background-color: #3d434f;
    }

    .Questions-Slider button.next {
        background-color: #84be4c;
    }

@media all and (max-width: 736px) {
    .Questions-Slider button {
        height: 55px;
        line-height: 55px;
        padding: 0 40px;
        margin: 0 5px;
    }
}

.Questions-Slider .wrapper-buttons {
    display: flex;
    justify-content: center;
    width: 100%;
}

.Questions-Slider .column {
    flex-basis: 100%;
    min-width: 100%;
    min-height: 350px;
    height: 100%;
    padding: 25px 0;
    border: 7px solid #ffffff;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(193, 193, 193, 0.5);
    /**/
    display: grid;
    justify-content: center;
    align-items: flex-start;
    grid-template-columns: 100%;
    grid-template-rows: 45% 100%;
}

.Questions-Slider .topright {
    position: absolute;
    top: -10px;
    width: 25px;
    height: 25px;
    right: -10px;
    font-size: 20px;
    background: #8a3288;
    color: #fff;
    display: none;
    font-family: "ModernEraExtraBold";
}

.Questions-Slider .selected-option .topright {
    display: block;
}

.Questions-Slider .icon_description {
    padding: 10px 20px 20px;
    width: 100%;
}

    .Questions-Slider .icon_description p {
        font-family: "ModernEraBlack";
        font-size: 24px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: center;
        color: #3d434f;
        margin: 0 auto;
    }

    .Questions-Slider .icon_description span {
        font-size: 18px;
        font-family: "ModernEra";
        color: #3d434f;
        font-weight: 500;
        margin-top: 10px;
        display: flex;
    }

@media all and (max-width: 736px) {
    .Questions-Slider .icon_description {
        display: flex;
        width: 100%;
        flex-direction: column;
    }
}

.Questions-Slider .icon_link {
    width: 100%;
    margin: 10px;
}

    .Questions-Slider .icon_link.error {
        position: relative;
    }

        .Questions-Slider .icon_link.error:before {
            content: "";
            width: 102%;
            height: 102%;
            position: absolute;
            left: -1%;
            top: -1%;
            box-sizing: content-box;
            background-color: #de1a33;
        }

.Questions-Slider .selected-option {
    border: 7px solid #8a3288 !important;
}

    .Questions-Slider .selected-option p, .Questions-Slider .selected-option span {
        color: #8a3288;
    }

@media all and (max-width: 736px) {
    .Questions-Slider .selected-option {
        box-shadow: 0 0 20px 12px rgba(0, 0, 0, 0.16);
    }
}

.Questions-Slider .selected-not-option {
    border: 7px solid white !important;
}

.Questions-Slider #main_form {
    text-align: center;
    position: relative;
    margin-top: 30px;
}

@media all and (max-width: 736px) {
    .Questions-Slider #main_form .form-group {
        margin-bottom: 10px;
    }
}

.Questions-Slider #main_form div.question {
    border: 0 none;
    border-radius: 0px;
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.Questions-Slider #main_form div.question {
    visibility: hidden;
    position: absolute;
    opacity: 0;
}

    .Questions-Slider #main_form div.question.current__question {
        opacity: 1;
        position: relative;
        visibility: visible;
        transition: all 0.2s ease-in;
    }

.Questions-Slider #main_form .input:focus, .Questions-Slider #main_form textarea:focus {
    box-shadow: none !important;
    border: 1px solid blue;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
}

.Questions-Slider .m_head {
    /*main heading*/
    font-size: 18px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
    letter-spacing: 1.5px;
    font-weight: bold;
    font-family: Montserrat;
}

.Questions-Slider .s_head {
    /*sub heading*/
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
    font-family: Montserrat;
}

@media screen and (min-width: 800px) {
    .Questions-Slider ._25 {
        flex: 2.5;
    }

    .Questions-Slider ._5 {
        flex: 5;
    }
}

@media all and (max-width: 736px) {
    .Questions-Hero {
        padding: 10px 0 70px;
    }
}

.Questions-Hero__text {
    width: 100%;
    max-width: 1100px;
}

    .Questions-Hero__text #question-index {
        margin-top: 25px;
    }

        .Questions-Hero__text #question-index li {
            list-style-type: none;
            color: rgba(121, 210, 209, 0.005);
            text-transform: uppercase;
            font-size: 11px;
            position: relative;
            letter-spacing: 1px;
            font-family: Montaga;
            text-align: center;
            display: none;
            width: 100%;
        }

            .Questions-Hero__text #question-index li .Questions-Hero__title {
                width: 100%;
                margin-bottom: 10px;
                font-size: 50px;
                line-height: 55px;
            }

            .Questions-Hero__text #question-index li.active {
                display: block;
            }

    .Questions-Hero__text #p_bar {
        overflow: hidden;
        display: flex;
        margin: 0 auto;
        align-items: center;
        position: relative;
        justify-content: center;
        counter-reset: step;
    }

        .Questions-Hero__text #p_bar:before, .Questions-Hero__text #p_bar:after {
            content: '';
            display: flex;
            width: 10px;
            height: 10px;
            padding: 5px;
            border-radius: 100%;
            background-color: transparent;
        }

        .Questions-Hero__text #p_bar:after {
            background-color: #6fa23e;
            margin-left: 10px;
        }

        .Questions-Hero__text #p_bar.start__quiz:before {
            background-color: #ffffff;
        }

        .Questions-Hero__text #p_bar.last__question:after {
            background-color: transparent;
        }

        .Questions-Hero__text #p_bar li {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 30px;
            height: 50px;
            position: relative;
        }

            .Questions-Hero__text #p_bar li span {
                display: flex;
                width: 36px;
                height: 36px;
                align-items: center;
                justify-content: center;
                visibility: hidden;
                border-left: 5px solid #84be4c;
                border-right: 5px solid #84be4c;
                box-sizing: content-box;
                position: absolute;
            }

                .Questions-Hero__text #p_bar li span:before {
                    content: counter(step);
                    counter-increment: step;
                    width: 36px;
                    height: 36px;
                    line-height: 26px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-size: 14px;
                    font-family: "ModernEraBlack";
                    color: #84be4c;
                    border-radius: 25px;
                    position: absolute;
                    z-index: 1;
                }

            .Questions-Hero__text #p_bar li:first-child span:after {
                display: none;
            }

            .Questions-Hero__text #p_bar li:first-child:after {
                content: none;
            }

            .Questions-Hero__text #p_bar li:before {
                content: '';
                position: absolute;
                width: 100%;
                display: flex;
                border-bottom: 2px solid #6fa23e;
            }

            .Questions-Hero__text #p_bar li.visited:before {
                border-color: #ffffff;
            }

            .Questions-Hero__text #p_bar li.active span {
                visibility: visible;
            }

                .Questions-Hero__text #p_bar li.active span:before, .Questions-Hero__text #p_bar li.active span:after {
                    background: #fff;
                }

            .Questions-Hero__text #p_bar li div {
                width: 100%;
            }

@media screen and (max-width: 768px) {
    .Questions-Slider .column {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }

    .Questions-Slider.wrap-question #main_form .icon-wrap a {
        width: 100%;
        margin: 10px 0;
    }

    .Questions-Hero__text #question-index li .Questions-Hero__title {
        text-align: left;
    }
}

.Questions-Hero {
    display: flex;
    background-color: #84be4c;
    min-height: 320px;
}

@media all and (max-width: 736px) {
    .Questions-Hero {
        flex-direction: column;
    }
}

.Questions-Hero .Questions-Hero__img {
    width: 55%;
    z-index: 1;
}

    .Questions-Hero .Questions-Hero__img img {
        width: 100%;
    }

@media all and (max-width: 736px) {
    .Questions-Hero .Questions-Hero__img {
        order: 2;
        width: 100%;
    }
}

.Questions-Hero .Questions-Hero__text {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

@media all and (max-width: 1100px) {
    .Questions-Hero .Questions-Hero__text {
        padding-right: 60px;
        padding-top: 60px;
    }
}

@media all and (max-width: 736px) {
    .Questions-Hero .Questions-Hero__text {
        order: 1;
        padding: 30px 30px 0px;
        width: 100%;
    }
}

.Questions-Hero .Questions-Hero__title {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 60px;
    color: white;
    margin-bottom: 15px;
    font-family: "ModernEraBlack";
    width: 50%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

@media all and (max-width: 1100px) {
    .Questions-Hero .Questions-Hero__title {
        font-size: 40px;
    }
}

.Questions-Hero .Questions-Hero__subtitle {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 24px;
    color: white;
    margin-bottom: 15px;
    font-family: "ModernEraBlack";
}

@media all and (max-width: 1100px) {
    .Questions-Hero .Questions-Hero__subtitle {
        font-size: 14px;
    }
}

.Questions-Hero .Questions-Hero__body {
    font-weight: 500;
    font-size: 24px;
    color: white;
    line-height: 1.42;
    font-family: "ModernEraMedium";
    padding-bottom: 125px;
}

@media all and (max-width: 736px) {
    .Questions-Hero .Questions-Hero__body {
        padding-bottom: 25px;
    }
}

@media all and (max-width: 1100px) {
    .Questions-Hero .Questions-Hero__body {
        font-size: 18px;
    }
}

.Questions-Hero .Questions-Hero__border {
    height: 20%;
    max-height: 125px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 0;
}

.PCP-Filtering {
    overflow: hidden;
}

.PCP-Filtering__imgLeft {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate(-25%, -50%) scale(0.5);
}

@media all and (max-width: 960px) {
    .PCP-Filtering__imgLeft {
        display: none;
    }
}

.PCP-Filtering__imgRight {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(25%, -50%) scale(0.5);
}

@media all and (max-width: 960px) {
    .PCP-Filtering__imgRight {
        display: none;
    }
}



.PCP-Filtering__topContent {
    padding: 110px 30px 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

@media all and (max-width: 960px) {
    .PCP-Filtering__topContent {
        padding: 45px 30px;
    }
}

.PCP-Filtering__title {
    color: #fff;
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 900;
    margin-bottom: 40px;
    font-family: "ModernEraBlack";
}

@media all and (max-width: 960px) {
    .PCP-Filtering__title {
        font-size: 40px;
        margin-top: 40px;
    }
}

.PCP-Filtering__statement {
    font-size: 24px;
    margin-bottom: 40px;
    text-align: center;
}

@media all and (max-width: 960px) {
    .PCP-Filtering__statement {
        font-size: 18px;
        line-height: 30px;
    }
}

.PCP-Filtering__bottom {
    min-height: 100px;
}

.PCP-Filtering__bottomHR {
    width: 100%;
    height: 1px;
    background-color: #629431;
    margin-top: -1px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    transition: opacity ease-out 0.2s;
}

    .PCP-Filtering__bottomHR.is-visible {
        opacity: 1;
    }

@media all and (max-width: 736px) {
    .PCP-Filtering__bottomHR {
        width: calc(100% - 60px);
    }
}

.PCP-Filtering__bottomHeader {
    padding-top: 40px;
    padding-bottom: 0px;
    padding-left: 135px;
    padding-right: 135px;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 2;
}

@media all and (max-width: 960px) {
    .PCP-Filtering__bottomHeader {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media all and (max-width: 736px) {
    .PCP-Filtering__bottomHeader {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.PCP-Filtering__productCount {
    
    text-transform: uppercase;
    font-weight: 900;
    font-size: 18px;
    font-family: "ModernEraBlack";
    transition: color ease-out 0.2s;
}

@media all and (max-width: 736px) {
    .PCP-Filtering__productCount {
        font-size: 16px;
    }
}

.PCP-Filtering__productCount.white {
    color: white;
}

.PCP-Filtering__bottomContentWrapper {
    z-index: 1;
    background-color: #84be4c;
    display: none;
}

.PCP-Filtering__bottomContent {
    padding-top: 140px;
    padding-bottom: 40px;
    padding-left: 135px;
    padding-right: 135px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media all and (max-width: 960px) {
    .PCP-Filtering__bottomContent {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media all and (max-width: 736px) {
    .PCP-Filtering__bottomContent {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media all and (max-width: 736px) {
    .PCP-Filtering__bottomContent {
        padding-bottom: 0px;
        border-bottom: 1px solid #eeeeee;
    }
}

.PCP-Filtering__filters {
    display: flex;
    width: calc(100% + 60px);
    margin-bottom: 40px;
}

@media all and (max-width: 736px) {
    .PCP-Filtering__filters {
        width: calc(100% + 90px);
        flex-direction: column;
        margin-bottom: 0px;
    }
}

@media all and (max-width: 736px) {
    .PCP-Filtering__findCta {
        display: none;
    }
}

.btnToggleFilteringDisplay {
    display: inline-flex;
    align-items: center;
}

@media all and (max-width: 736px) {
    .btnToggleFilteringDisplay {
        padding: 0px 30px;
    }
}

.btnToggleFilteringDisplay div {
    background-image: url("../img/icon-filter.svg");
    width: 15px;
    height: 13px;
    margin-left: 10px;
    top: -2px;
}

.btnToggleFilteringDisplay.is-open div {
    background-image: url("../img/icon-x.svg");
    width: 13px;
    top: -1px;
}

.PCP-Filtering-Select {
    margin: 0px 7px;
    display: inline-block;
    cursor: pointer;
}

    .PCP-Filtering-Select .PCP-Filtering-Select__label {
        padding-bottom: 3px;
        border-bottom: 2px solid white;
        font-weight: 900;
        z-index: 2;
        display: flex;
        align-items: center;
    }

@media all and (max-width: 960px) {
    .PCP-Filtering-Select .PCP-Filtering-Select__label {
        padding: 0px;
        line-height: 20px;
    }
}

.PCP-Filtering-Select .PCP-Filtering-Select__label span {
    color: white;
    transition: color ease-out 0.2s;
    font-family: "ModernEraBlack";
}

.PCP-Filtering-Select .PCP-Filtering-Select__label div {
    margin-left: 15px;
    width: 26px;
    height: 17px;
    background-image: url("../img/dropdown-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    transition: background-image ease-out 0.2s;
}

@media all and (max-width: 960px) {
    .PCP-Filtering-Select .PCP-Filtering-Select__label div {
        background-size: cover;
        width: 21px;
        height: 12px;
    }
}

.PCP-Filtering-Select .PCP-Filtering-Select__select {
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 3;
    cursor: pointer;
}

.PCP-Filtering-Select .PCP-Filtering-Select__dropdown {
    position: absolute;
    left: -15px;
    top: -15px;
    width: calc(100% + 30px);
    background-color: white;
    box-shadow: 0 0 10px 0 rgba(166, 166, 166, 0.5);
    z-index: 1;
    display: none;
}

.PCP-Filtering-Select .PCP-Filtering-Select__dropdownContent {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 48px;
}

.PCP-Filtering-Select .PCP-Filtering-Select__item {
    padding: 8px 17px;
    font-weight: 900;
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
    cursor: pointer;
    font-family: "ModernEraBlack";
    transition: color ease-out 0.2s;
}

    .PCP-Filtering-Select .PCP-Filtering-Select__item:hover {
        color: #84be4c;
    }

.PCP-Filtering-Select.is-open {
    z-index: 5;
}

    .PCP-Filtering-Select.is-open .PCP-Filtering-Select__label span {
        color: #202020;
    }

    .PCP-Filtering-Select.is-open .PCP-Filtering-Select__label div {
        background-image: url("../img/dropdown-arrow-up.svg");
    }

.PCP-Filtering-Filterbox {
    width: 33.333%;
    padding: 0px 30px;
}

@media all and (max-width: 736px) {
    .PCP-Filtering-Filterbox {
        width: 100%;
        padding: 0px 15px;
    }
}

.PCP-Filtering-Filterbox .PCP-Filtering-Filterbox__content {
    background-color: white;
    padding: 25px 25px 40px;
}

@media all and (max-width: 736px) {
    .PCP-Filtering-Filterbox .PCP-Filtering-Filterbox__content {
        padding: 15px 30px;
    }
}

.PCP-Filtering-Filterbox .PCP-Filtering-Filterbox__title {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 25px;
    font-family: "ModernEraBlack";
}

@media all and (max-width: 736px) {
    .PCP-Filtering-Filterbox .PCP-Filtering-Filterbox__list {
        display: flex;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

        .PCP-Filtering-Filterbox .PCP-Filtering-Filterbox__list li {
            margin-right: 30px;
            flex-grow: 1;
            flex-shrink: 0;
        }

            .PCP-Filtering-Filterbox .PCP-Filtering-Filterbox__list li:last-of-type {
                margin-right: 0px;
            }
}

.PCP-Filtering-Filterbox .PCP-Filtering-Filterbox__item {
    display: flex;
    align-items: center;
    margin: 5px 0px;
    font-size: 18px;
}

    .PCP-Filtering-Filterbox .PCP-Filtering-Filterbox__item.is-selected .PCP-Filtering-Filterbox__bubble {
        background-color: #84be4c;
        border-color: transparent;
    }

.PCP-Filtering-Filterbox .PCP-Filtering-Filterbox__bubble {
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    border: 1px solid #202020;
    margin-right: 9px;
    border-radius: 100%;
    transition: all ease-out 0.2s;
}

.Questions-Slider {
    margin-top: -70px;
}

#final_result .Result-hero {
    width: 100%;
    display: grid;
    color: #ffffff;
}

@media all and (max-width: 736px) {
    #final_result .Result-hero.result___banner {
        margin-bottom: 20px;
    }
}

#final_result .Result-hero .Result___copy {
    display: grid;
    justify-content: center;
    padding: 80px 20px;
}

@media all and (max-width: 736px) {
    #final_result .Result-hero .Result___copy {
        padding: 40px 20px;
    }
}

#final_result .Result-hero .Result___copy.purple {
    background-color: #8a3288;
}

#final_result .Result-hero .Result___copy.classic {
    background-color: #124c85;
}

#final_result .Result-hero .Result___copy.protein {
    background-color: #aa2927;
}

#final_result .Result-hero .Result___copy.carb {
    background-color: #916653;
}

#final_result .Result-hero .Result___copy.macro {
    background-color: #3d434f;
}

#final_result .Result-hero .Result___copy .text-wrap {
    max-width: 730px;
    display: grid;
    justify-content: center;
}

    #final_result .Result-hero .Result___copy .text-wrap a {
        display: grid;
        justify-content: center;
    }

@media all and (max-width: 736px) {
    #final_result .Result-hero .Result___copy .text-wrap a {
        justify-content: normal;
    }

        #final_result .Result-hero .Result___copy .text-wrap a button {
            height: 50px;
            line-height: 50px;
        }
}

#final_result .Result-hero .Result___copy .text-wrap p {
    line-height: 1.56;
    font-size: 18px;
    color: #ffffff;
    font-family: "ModernEra";
    text-align: center;
    margin-bottom: 50px;
}

@media all and (max-width: 736px) {
    #final_result .Result-hero .Result___copy .text-wrap p {
        text-align: left;
        margin-bottom: 30px;
    }
}

#final_result .Result-hero .main-content {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 80px 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 500px;
    box-sizing: border-box;
}

@media all and (max-width: 960px) {
    #final_result .Result-hero .main-content {
        padding: 50px 40px;
    }
}

@media all and (max-width: 736px) {
    #final_result .Result-hero .main-content {
        padding: 40px 20px;
        min-height: 300px;
    }
}

#final_result .Result-hero .main-content p {
    font-size: 24px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 900;
    padding: 10px 0 25px;
    text-align: center;
    font-family: "ModernEraExtraBold";
}

@media all and (max-width: 736px) {
    #final_result .Result-hero .main-content p {
        text-align: left;
    }
}

#final_result .Result-hero .main-content h6 {
    font-size: 50px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    font-family: "ModernEraExtraBold";
    line-height: 1.3;
}

@media all and (max-width: 960px) {
    #final_result .Result-hero .main-content h6 {
        font-size: 40px;
    }
}

@media all and (max-width: 736px) {
    #final_result .Result-hero .main-content h6 {
        text-align: left;
    }
}

#final_result .Result-hero .main-content .wrapper-image {
    display: flex;
    justify-content: center;
}

    #final_result .Result-hero .main-content .wrapper-image img {
        width: 100%;
        height: 100%;
        max-width: 470px;
        position: relative;
        bottom: -50px;
    }

@media all and (max-width: 960px) {
    #final_result .Result-hero .main-content .wrapper-image img {
        width: 90%;
        bottom: -85px;
    }
}

@media all and (max-width: 736px) {
    #final_result .Result-hero .main-content .wrapper-image img {
        width: 100%;
        max-width: 400px;
        bottom: -30px;
    }
}

#final_result .Result-hero .main-content .wrapper-image.classic-image img {
    left: 30px;
}

#final_result .Result-hero .main-content .wrapper-image.macro-image img {
    left: 50px;
    bottom: -15px;
    height: 100%;
}

.Result-hero-page.result {
    margin-bottom: 0;
    padding: 0;
}

.Result-hero-page .Result-hero {
    margin-bottom: 100px;
}

.Result-hero-page .results__title {
    font-size: 50px;
    font-weight: 900;
    margin: 60px 0 20px;
    text-align: center;
    font-family: "ModernEraBlack";
    max-width: 700px;
    line-height: 1.2;
}

@media all and (max-width: 736px) {
    .Result-hero-page .results__title {
        padding: 0 20px;
    }
}

.Result-hero-page .swiper-button-prev, .Result-hero-page .swiper-button-next {
    top: 36%;
    outline: none;
    width: 25px;
    height: 45px;
}

.Result-hero-page .swiper-button-prev {
    background-image: url("../img/swiper-arrow-left.svg");
}

.Result-hero-page .swiper-button-next {
    right: 15px;
    background-image: url("../img/swiper-arrow-right.svg");
}

.Result-hero-page .main__content__results {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media all and (max-width: 736px) {
    .Result-hero-page .main__content__results {
        margin-top: 0;
    }
}

.Result-hero-page .main__content__results .text-wrap {
    width: 100%;
    max-width: 800px;
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .Result-hero-page .main__content__results .text-wrap p {
        text-align: center;
        font-size: 18px;
        line-height: 1.56;
        color: #3d434f;
    }

@media all and (max-width: 736px) {
    .Result-hero-page .main__content__results .text-wrap a {
        width: 100%;
    }
}

.Result-hero-page .main__content__results .text-wrap button {
    color: #ffffff;
    background-color: #84be4c;
    border: 1px solid #84be4c;
    width: 100%;
    max-width: 100%;
    margin: 40px 0;
}

@media all and (max-width: 736px) {
    .Result-hero-page .main__content__results .text-wrap button {
        padding: 0 10px;
    }
}

.Result-hero-page .products___slider {
    width: 100%;
    padding: 0 20px;
    box-sizing: content-box;
}

    .Result-hero-page .products___slider .wrapper {
        width: 100%;
        padding: 0 90px;
    }

@media all and (max-width: 736px) {
    .Result-hero-page .products___slider .wrapper {
        padding: 0 20px;
    }
}

.Result-hero-page .testimonial___queto__users {
    margin-top: 250px;
    width: 100%;
    background-color: #95d1e4;
}

@media all and (max-width: 736px) {
    .Result-hero-page .testimonial___queto__users {
        margin-bottom: -150px;
    }
}

.Result-hero-page .testimonial___queto__users .wrap {
    width: 100%;
    padding: 0 90px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    position: relative;
    top: -150px;
}

@media all and (max-width: 960px) {
    .Result-hero-page .testimonial___queto__users .wrap {
        padding: 0 50px;
    }
}

@media all and (max-width: 736px) {
    .Result-hero-page .testimonial___queto__users .wrap {
        flex-wrap: wrap;
        padding: 0 20px;
    }
}

.Result-hero-page .testimonial___queto__users .wrap svg {
    transform: rotate(-90deg);
}

.Result-hero-page .testimonial___queto__users .wrap .child {
    background: #ffffff;
    margin: 0 15px;
    box-shadow: 0 0 10px 0 rgba(193, 193, 193, 0.5);
}

@media all and (max-width: 736px) {
    .Result-hero-page .testimonial___queto__users .wrap .child {
        margin-bottom: 50px;
    }
}

.Result-hero-page .testimonial___queto__users .wrap .child img {
    width: 100%;
}

.Result-hero-page .testimonial___queto__users .wrap .child div {
    padding: 40px 50px;
    box-sizing: content-box;
}

    .Result-hero-page .testimonial___queto__users .wrap .child div h6 {
        font-size: 24px;
        color: #202020;
        font-weight: 900;
        font-family: "ModernEraExtraBold";
        line-height: 1.5;
        text-align: left;
        margin: 0 0 5px 0;
    }

    .Result-hero-page .testimonial___queto__users .wrap .child div p {
        font-size: 18px;
        color: #202020;
        margin-bottom: 15px;
        line-height: 1.56;
    }

    .Result-hero-page .testimonial___queto__users .wrap .child div a {
        text-transform: uppercase;
        color: #202020;
        font-weight: 900;
        font-family: "ModernEraExtraBold";
    }

.Calculator-hero {
    width: 100%;
    background-color: #3d434f;
    min-height: 500px;
    margin-bottom: 75px;
    display: flex;
    overflow: hidden;
}

    .Calculator-hero .mobile {
        display: none;
    }

    .Calculator-hero .desktop {
        display: block;
    }

@media all and (max-width: 736px) {
    .Calculator-hero .mobile {
        display: block;
    }

    .Calculator-hero .desktop {
        display: none;
    }
}

.Calculator-hero .calculator__container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}

@media all and (max-width: 768px) {
    .Calculator-hero .calculator__container {
        grid-template-columns: 100%;
        grid-template-rows: auto 0.8fr;
        align-items: flex-start;
        padding-top: 10px;
    }
}

.Calculator-hero .calculator__container .block {
    width: 100%;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
}

@media all and (max-width: 768px) {
    .Calculator-hero .calculator__container .block {
        width: 100%;
    }
}

.Calculator-hero .calculator__container .block:first-child {
    padding: 80px 50px;
}

@media all and (max-width: 1100px) {
    .Calculator-hero .calculator__container .block:first-child {
        padding: 20px 50px;
    }
}

@media all and (max-width: 768px) {
    .Calculator-hero .calculator__container .block:first-child {
        padding: 30px 30px 10px;
    }
}

.Calculator-hero .calculator__container .block:last-child {
    justify-content: center;
    display: grid;
    height: 100%;
}

@media all and (max-width: 768px) {
    .Calculator-hero .calculator__container .block:last-child {
        height: auto;
        padding-top: 20px;
        max-height: 440px;
    }
}

@media all and (max-width: 960px) {
    .Calculator-hero .calculator__container .block:first-child {
        padding-right: 0;
    }

    .Calculator-hero .calculator__container .block:last-child {
        align-self: flex-end;
    }
}

.Calculator-hero .calculator__container p {
    color: #ffffff;
    padding: 10px 0 20px;
    text-align: left;
    font-size: 18px;
    font-family: "ModernEra";
    font-weight: 100;
    line-height: 1.56;
    max-width: 475px;
}

    .Calculator-hero .calculator__container p.bold {
        font-weight: 900;
        font-size: 24px;
        font-family: "ModernEraBlack";
        line-height: 1.5;
        padding-bottom: 5px;
        max-width: 100%;
    }

@media all and (max-width: 736px) {
    .Calculator-hero .calculator__container p.bold {
        font-size: 18px;
        padding-bottom: 8px;
    }
}

@media all and (max-width: 960px) {
    .Calculator-hero .calculator__container p + p {
        padding-bottom: 40px;
    }
}

@media all and (max-width: 736px) {
    .Calculator-hero .calculator__container p {
        font-size: 16px;
        line-height: 22px;
    }

        .Calculator-hero .calculator__container p + p {
            padding-bottom: 20px;
        }
}

.Calculator-hero .calculator__container h6 {
    font-size: 50px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 900;
    font-family: "ModernEraBlack";
    margin-bottom: 10px;
    line-height: 1.3;
}

@media all and (max-width: 768px) {
    .Calculator-hero .calculator__container h6 {
        font-size: 30px;
        margin-bottom: 20px;
    }
}

.Calculator-hero .calculator__container img {
    width: 100%;
    position: absolute;
    top: 0;
    max-width: 450px;
}

@media all and (max-width: 1100px) {
    .Calculator-hero .calculator__container img {
        max-width: 370px;
        top: unset;
        bottom: -40px;
    }
}

@media all and (max-width: 768px) {
    .Calculator-hero .calculator__container img {
        position: relative;
        width: 100%;
        max-width: 300px;
        padding-top: 50px;
    }
}

.Result-hero-page {
    width: 100%;
    margin: 0 auto 100px;
    padding-bottom: 15px;
}

@media all and (max-width: 736px) {
    .Result-hero-page {
        margin: 0 auto 50px;
    }
}

@media all and (max-width: 960px) {
    .Result-hero-page .main__calculator__table {
        padding: 0 30px;
    }
}

.Result-hero-page .main__calculator__table .wrapper___calculate {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

    .Result-hero-page .main__calculator__table .wrapper___calculate button {
        border: 1px solid #84be4c;
        background-color: #84be4c;
        color: #ffffff;
        padding: 0 100px;
    }

@media all and (max-width: 768px) {
    .Result-hero-page .main__calculator__table .wrapper___calculate {
        padding: 0;
    }

        .Result-hero-page .main__calculator__table .wrapper___calculate button {
            width: 100%;
        }
}

.Result-hero-page .main__calculator__table .table {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;
    max-width: 950px;
}

@media all and (max-width: 960px) {
    .Result-hero-page .main__calculator__table .table {
        padding: 0;
    }
}

.Result-hero-page .main__calculator__table .table .calc__row {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding-bottom: 50px;
}

    .Result-hero-page .main__calculator__table .table .calc__row.error__button:after {
        content: 'Please, select an option.';
        color: #de1a33;
        font-size: 16px;
        font-family: "ModernEra";
        position: absolute;
        bottom: 25px;
        left: 20%;
    }

    .Result-hero-page .main__calculator__table .table .calc__row.error__input:after {
        content: 'Please, add your age.';
        color: #de1a33;
        font-size: 16px;
        font-family: "ModernEra";
        position: absolute;
        bottom: 25px;
        left: 20%;
    }

    .Result-hero-page .main__calculator__table .table .calc__row.error__input.error__weight:after {
        content: 'Please, add your weight.';
    }

    .Result-hero-page .main__calculator__table .table .calc__row.error__input.error__height:after {
        content: 'Please, add your height.';
    }

    .Result-hero-page .main__calculator__table .table .calc__row.error_invalid:after {
        content: 'Please, add a value greater than 0.';
    }

    .Result-hero-page .main__calculator__table .table .calc__row span {
        font-size: 16px;
        color: #202020;
        font-family: "ModernEraExtraBold";
    }

    .Result-hero-page .main__calculator__table .table .calc__row button {
        padding: 0 12px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 50px;
        min-width: 140px;
        background-color: #eeeeee;
        border: none;
        font-size: 14px;
        color: #202020;
        outline: none;
        font-family: "ModernEraExtraBold";
        font-weight: normal;
    }

        .Result-hero-page .main__calculator__table .table .calc__row button:active {
            border: none;
        }

        .Result-hero-page .main__calculator__table .table .calc__row button.selected {
            background-color: #84be4c;
            border: none;
            color: #ffffff;
            line-height: 50px;
        }

        .Result-hero-page .main__calculator__table .table .calc__row button.error {
            border: 1px solid #de1a33;
        }

    .Result-hero-page .main__calculator__table .table .calc__row .wrap__number {
        position: relative;
        width: 140px;
    }

    .Result-hero-page .main__calculator__table .table .calc__row input[type='number'] {
        -moz-appearance: textfield;
    }

    .Result-hero-page .main__calculator__table .table .calc__row input::-webkit-outer-spin-button,
    .Result-hero-page .main__calculator__table .table .calc__row input::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }

    .Result-hero-page .main__calculator__table .table .calc__row input {
        border: solid 1px #dddddd;
        height: 50px;
        padding-left: 10px;
        padding-right: 40px;
        width: 140px;
        font-family: "ModernEraExtraBold";
        font-size: 24px;
    }

        .Result-hero-page .main__calculator__table .table .calc__row input.lbs__input {
            background-color: #eeeeee;
            color: #202020;
            border: none;
        }

        .Result-hero-page .main__calculator__table .table .calc__row input.error {
            border: 1px solid #de1a33;
        }

        .Result-hero-page .main__calculator__table .table .calc__row input + span {
            display: flex;
            align-items: center;
            text-transform: uppercase;
            font-size: 14px;
            width: 30px;
            position: absolute;
            right: 0;
            top: 19px;
        }

    .Result-hero-page .main__calculator__table .table .calc__row .select_wrap {
        border-bottom: 3px solid #3d434f;
        position: relative;
    }

        .Result-hero-page .main__calculator__table .table .calc__row .select_wrap select {
            width: 100%;
            height: 50px;
            background-color: #ffffff;
            border: none;
            -moz-appearance: none;
            /* Firefox */
            -webkit-appearance: none;
            /* Safari and Chrome */
            appearance: none;
            font-size: 20px;
        }

@media all and (max-width: 736px) {
    .Result-hero-page .main__calculator__table .table .calc__row .select_wrap select {
        padding-right: 20px;
    }
}

.Result-hero-page .main__calculator__table .table .calc__row > div {
    min-width: 170px;
    width: 20%;
    display: flex;
    align-self: center;
    align-content: center;
    position: relative;
}

    .Result-hero-page .main__calculator__table .table .calc__row > div.select_wrap {
        width: 80%;
        display: grid;
        box-shadow: none;
    }

        .Result-hero-page .main__calculator__table .table .calc__row > div.select_wrap[data-selec-open="true"] {
            box-shadow: 1px 0 10px -3px rgba(0, 0, 0, 0.2);
        }

.Result-hero-page .main__calculator__table .table .calc__row .lifestyle {
    display: flex;
    flex-direction: column;
}

    .Result-hero-page .main__calculator__table .table .calc__row .lifestyle .mini__info {
        padding-top: 8px;
        width: 110px;
    }

        .Result-hero-page .main__calculator__table .table .calc__row .lifestyle .mini__info p {
            font-size: 12px;
            line-height: 18px;
            text-align: center;
        }

@media all and (max-width: 736px) {
    .Result-hero-page .main__calculator__table .table .calc__row .lifestyle .mini__info p {
        text-align: left;
    }
}

.Result-hero-page .main__calculator__table .table .calc__row .lifestyle .mini__info a {
    color: #84be4c;
}

@media all and (max-width: 768px) {
    .Result-hero-page .main__calculator__table .table .calc__row {
        flex-direction: column;
        padding: 0 10px 25px;
    }

        .Result-hero-page .main__calculator__table .table .calc__row > div {
            width: 100%;
            margin-bottom: 15px;
        }

            .Result-hero-page .main__calculator__table .table .calc__row > div button {
                width: 100%;
                padding: 0;
            }

            .Result-hero-page .main__calculator__table .table .calc__row > div:empty {
                display: none;
            }

        .Result-hero-page .main__calculator__table .table .calc__row .wrap__number, .Result-hero-page .main__calculator__table .table .calc__row .select_wrap {
            width: 100% !important;
        }

            .Result-hero-page .main__calculator__table .table .calc__row .wrap__number input, .Result-hero-page .main__calculator__table .table .calc__row .select_wrap input {
                width: 100%;
            }

        .Result-hero-page .main__calculator__table .table .calc__row + .calc__row {
            padding-top: 50px;
            border-top: 2px solid #ccc;
        }
}

.Home-Grid.Home-Grid__form {
    max-width: 1200px;
    margin: 0 auto 100px;
    padding: 0 90px;
}

    .Home-Grid.Home-Grid__form #Footer-Form-home input {
        background-color: #eeeeee !important;
    }

@media all and (max-width: 736px) {
    .Home-Grid.Home-Grid__form #Footer-Form-home {
        padding: 0;
    }
}

.Macro-hero-page {
    width: 100%;
    margin-bottom: 100px;
}

@media all and (max-width: 736px) {
    .Macro-hero-page {
        margin-bottom: 10px;
    }
}

.Macro-hero-page .macro-banner {
    background-color: #84be4c;
    display: flex;
    align-items: center;
    padding: 80px 0;
    justify-content: center;
    margin-bottom: 50px;
}

@media all and (max-width: 736px) {
    .Macro-hero-page .macro-banner {
        padding: 50px 30px;
    }
}

.Macro-hero-page .macro-banner h6 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: "ModernEraExtraBold";
    color: #ffffff;
    max-width: 500px;
    text-align: center;
    line-height: 50px;
}

@media all and (max-width: 736px) {
    .Macro-hero-page .macro-banner h6 {
        text-align: left;
        font-size: 30px;
        line-height: 30px;
    }
}

.Macro-hero-page .container__information {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 90px;
}

@media all and (max-width: 736px) {
    .Macro-hero-page .container__information {
        padding: 0 30px;
    }
}

.Macro-hero-page .container__information .main___wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.Macro-hero-page .container__information img {
    width: 100%;
    max-width: 600px;
    margin-bottom: 50px;
}

.Macro-hero-page .container__information h7 {
    color: #202020;
    font-size: 16px;
    font-weight: 900;
    font-family: "ModernEraExtraBold";
    max-width: 500px;
    line-height: 30px;
    margin-bottom: 15px;
    text-align: left;
    width: 100%;
}

.Macro-hero-page .container__information p {
    padding: 10px 0 40px;
    text-align: left;
    font-size: 14px;
    font-family: "ModernEraLight";
    font-weight: 100;
    color: #202020;
    line-height: 25px;
    max-width: 500px;
}

.Home-Grid__form.Grid__calculator {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 50px 40px;
}

    .Home-Grid__form.Grid__calculator .Home-Grid__items {
        margin: 0;
        width: 100%;
    }

@media all and (max-width: 736px) {
    .Home-Grid__form.Grid__calculator .Home-Grid__items .Home-Grid__item {
        padding: 10px 0;
    }
}

.Home-Grid__form.Grid__calculator .Home-Grid__item h2.Home-Grid__header {
    font-size: 50px;
    line-height: 1.2;
}

@media all and (max-width: 736px) {
    .Home-Grid__form.Grid__calculator .Home-Grid__item h2.Home-Grid__header {
        font-size: 30px;
        line-height: 30px;
    }
}

@media all and (max-width: 960px) {
    .Home-Grid__form.Grid__calculator {
        padding: 0 30px 40px;
    }

        .Home-Grid__form.Grid__calculator .Home-Grid__items .Home-Grid__item:last-child {
            padding: 20px 0;
        }
}

.Home-Grid__form.Grid__calculator .calculator__help .Footer-Form__content label {
    display: grid;
}

.Home-Grid__form.Grid__calculator .calculator__help .Contact_Help_Container {
    border: none;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    padding: 30px 30px 15px;
    margin-bottom: 40px;
    width: 100%;
    margin-right: 0;
}

.Home-Grid__form.Grid__calculator .calculator__help h6 {
    font-family: "ModernEraLight";
    color: #3d434f;
    font-size: 15px;
    line-height: 1.75;
}

.Home-Grid__form.Grid__calculator .calculator__help .form-group {
    margin-bottom: 0;
}

    .Home-Grid__form.Grid__calculator .calculator__help .form-group label {
        display: flex;
        align-items: center;
        height: 25px;
        line-height: 1.75;
    }

        .Home-Grid__form.Grid__calculator .calculator__help .form-group label:before {
            background-color: #eeeeee;
            height: 22px;
            width: 22px;
            border: none;
            bottom: 2px;
        }

    .Home-Grid__form.Grid__calculator .calculator__help .form-group input:checked + label:before {
        background-color: #84be4c;
        border: none;
    }

    .Home-Grid__form.Grid__calculator .calculator__help .form-group input:checked + label:after {
        border-color: #ffffff;
        top: 3px;
        left: 8px;
    }

    .Home-Grid__form.Grid__calculator .calculator__help .form-group.Footer-Form__input label {
        font-family: "ModernEraLight";
        color: #3d434f;
        font-size: 15px;
        text-transform: none;
    }

.Home-Grid__form.Grid__calculator .calculator__help .Footer-Form__submit {
    margin-top: 40px;
}

@media all and (max-width: 736px) {
    .Home-Grid__form.Grid__calculator .calculator__help .Footer-Form__submit {
        width: 100%;
        max-width: 100%;
    }
}

.Result-hero.result-calculator {
    min-height: auto;
    max-height: 100%;
    flex-direction: column;
}

    .Result-hero.result-calculator .main-content {
        max-width: 1200px;
        box-sizing: border-box;
        margin: 0 auto;
        text-align: center;
        padding: 100px 20px 60px;
        color: #ffffff;
    }

    .Result-hero.result-calculator h6 {
        font-size: 50px;
        text-align: center;
        text-transform: uppercase;
        font-weight: 900;
        font-family: "ModernEraExtraBold";
        color: #ffffff;
    }

@media all and (max-width: 736px) {
    .Result-hero.result-calculator h6 {
        font-size: 40px;
    }
}

.Result-hero.result-calculator h2 {
    font-size: 100px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    font-family: "ModernEraExtraBold";
    color: #ffffff;
}

@media all and (max-width: 736px) {
    .Result-hero.result-calculator h2 {
        font-size: 50px;
    }
}

.Result-hero.result-calculator p {
    text-transform: none;
    font-size: 24px;
    margin-top: 20px;
    padding-bottom: 15px;
    color: #ffffff;
    line-height: 1.5;
    font-family: "ModernEraBlack";
}

@media all and (max-width: 736px) {
    .Result-hero.result-calculator p {
        font-size: 16px;
    }
}

.Result-hero.result-calculator .container {
    width: 100%;
}

    .Result-hero.result-calculator .container.blue {
        background-color: #124c85;
    }

    .Result-hero.result-calculator .container.skyblue {
        background-color: #ffffff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

@media all and (max-width: 736px) {
    .Result-hero.result-calculator .container.skyblue {
        padding: 0 20px;
        margin-bottom: 60px;
    }
}

.Result-hero.result-calculator .container.skyblue:before {
    content: '';
    background-color: #95d1e4;
    height: 65%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
}

@media all and (max-width: 736px) {
    .Result-hero.result-calculator .container.skyblue:before {
        height: 60%;
    }
}

.Result-hero.result-calculator .container.skyblue #show_product {
    position: relative;
    top: -70px;
    margin: 0;
}

@media all and (max-width: 736px) {
    .Result-hero.result-calculator .container.skyblue #show_product {
        top: 0;
        width: 100%;
    }
}

.Result-hero.result-calculator .container .wrapp-image {
    max-width: 1200px;
    margin: 0 auto;
}

    .Result-hero.result-calculator .container .wrapp-image img {
        position: relative;
        top: -100px;
        width: 100%;
    }

@media all and (max-width: 736px) {
    .Result-hero.result-calculator .container .wrapp-image img {
        top: -25px;
    }
}

.Result-hero.result-calculator .container button {
    margin: 40px 0;
    background-color: #84be4c;
    border: 1px solid #84be4c;
    padding: 0 60px;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #ffffff;
}

@media all and (max-width: 736px) {
    .Result-hero.result-calculator .container button {
        font-size: 14px;
    }
}

@media all and (max-width: 736px) {
    .Result-hero.result-calculator .container a {
        width: 100%;
    }

        .Result-hero.result-calculator .container a button {
            width: 100%;
            max-width: 100%;
            margin: 20px 0;
        }
}

.Result-hero.result-calculator .container .table-calories {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 25px;
}

@media all and (max-width: 736px) {
    .Result-hero.result-calculator .container .table-calories {
        flex-direction: column;
    }
}

.Result-hero.result-calculator .container .table-calories .block__row {
    background-color: #ffffff;
    width: 30%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 20px 10px;
    min-height: 200px;
}

@media all and (max-width: 736px) {
    .Result-hero.result-calculator .container .table-calories .block__row {
        width: 100%;
        margin-bottom: 20px;
        min-height: 150px;
    }
}

.Result-hero.result-calculator .container .table-calories .block__row h2 {
    color: #124c85;
    margin-bottom: 10px;
    font-size: 70px;
}

@media all and (max-width: 736px) {
    .Result-hero.result-calculator .container .table-calories .block__row h2 {
        font-size: 40px;
    }
}

.Result-hero.result-calculator .container .table-calories .block__row p {
    color: #3d434f;
    text-transform: none;
    font-size: 24px;
    padding: 0;
    margin-top: 0;
    text-align: center;
    font-family: "ModernEraBlack";
}

@media all and (max-width: 768px) {
    .Result-hero.result-calculator .container .table-calories .block__row p {
        font-size: 16px;
    }
}

.Result-hero-result {
    margin: 0 auto;
}

    .Result-hero-result .container {
        display: flex;
        flex-wrap: wrap;
        min-height: 525px;
    }

@media all and (max-width: 736px) {
    .Result-hero-result .container {
        flex-direction: column-reverse;
    }
}

.Result-hero-result .container > div {
    width: 50%;
}

@media all and (max-width: 736px) {
    .Result-hero-result .container > div {
        width: 100%;
    }
}

.Result-hero-result .container img {
    width: 100%;
}

.Result-hero-result .container .block__image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

    .Result-hero-result .container .block__image.low_carb {
        background-image: url("../img/Low_Carb_lifestyle.png");
    }

    .Result-hero-result .container .block__image.macro {
        background-image: url("../img/Macros_lifestyle.png");
    }

    .Result-hero-result .container .block__image.keto {
        background-image: url("../img/Keto_lifestyle.png");
    }

@media all and (max-width: 736px) {
    .Result-hero-result .container .block__image {
        padding: 22vh;
    }
}

.Result-hero-result .container .block__content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 80px 70px 110px;
    background-color: #916653;
}

@media all and (max-width: 736px) {
    .Result-hero-result .container .block__content {
        padding: 50px 30px 70px;
    }
}

.Result-hero-result .container .block__content.low_carb {
    background-color: #916653;
}

.Result-hero-result .container .block__content.macro {
    background-color: #3d434f;
}

.Result-hero-result .container .block__content.keto {
    background-color: #8a3288;
}

.Result-hero-result .container .block__content h6 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: "ModernEraExtraBold";
    color: #ffffff;
    margin-bottom: 20px;
}

@media all and (max-width: 736px) {
    .Result-hero-result .container .block__content h6 {
        font-size: 30px;
    }
}

.Result-hero-result .container .block__content p {
    color: #ffffff;
    font-size: 18px;
    font-family: "ModernEraExtraBold";
    font-weight: 900;
    line-height: 1.5;
}

@media all and (max-width: 736px) {
    .Result-hero-result .container .block__content p {
        font-size: 16px;
        line-height: 1.63;
    }
}

.Result-hero-result .container .block__content button {
    background-color: #84be4c;
    border: 1px solid #84be4c;
    color: #ffffff;
    font-size: 14px;
    margin-top: 30px;
}

@media all and (max-width: 736px) {
    .Result-hero-result .container .block__content button {
        width: 100%;
        padding: 0;
    }
}

#result_final {
    max-width: 500px;
    margin: 100px auto 0;
}

    #result_final pre {
        border: 1px solid #cccccc;
        padding: 10px;
        background-color: #f0f0f0;
        word-wrap: break-word;
        line-height: 1.5;
        word-break: break-all;
        white-space: pre-wrap;
        display: block;
    }

/**/
/* ///  DECORATION CSS ///  */
.cont_select_center {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -30px;
    margin-left: -150px;
}

.cont_heg_50 {
    position: absolute;
    height: 50%;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fd7b52;
}

/* ///  END DECORATION CSS  ///  */
.icon_select_mate {
    position: absolute;
    top: 20px;
    right: 2%;
    font-size: 16px;
    height: 22px;
    transition: all 275ms;
}

.select_mate {
    position: relative;
    float: left;
    min-width: 300px;
    width: 300px;
    min-height: 60px;
    font-family: 'Roboto';
    color: #777;
    font-weight: 300;
    background-color: #fff;
    box-shadow: 1px 2px 10px -2px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    transition: all 375ms ease-in-out;
    /* Oculto el elemento select */
}

    .select_mate select {
        position: absolute;
        overflow: hidden;
        height: 0px;
        opacity: 0;
        z-index: -1;
    }

.cont_list_select_mate {
    position: relative;
    float: left;
    width: 100%;
}

.cont_select_int {
    position: absolute;
    left: 0;
    top: -47px;
    z-index: 999;
    overflow: hidden;
    height: 0;
    width: 100%;
    background-color: #ffffff;
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 5px 8px -3px rgba(0, 0, 0, 0.2);
    transition: all 375ms ease-in-out;
}

    .cont_select_int li {
        position: relative;
        float: left;
        width: 100%;
        background-color: #ffffff;
        list-style-type: none;
        padding: 12px 25px;
        margin: 0;
        transition: all 100ms ease-in-out;
        display: block;
        cursor: pointer;
        font-family: "ModernEra";
        color: #202020;
    }

        .cont_select_int li:last-child {
            border-radius: 3px;
            border-bottom: 0;
            padding-bottom: 35px;
        }

        .cont_select_int li.active {
            background-color: #f9f9f9;
        }

/* etiqueta
<p>
    con la opcion selecionada  */
.selecionado_opcion {
    padding: 12px 10px;
    width: 100%;
    display: block;
    margin: 0;
    cursor: pointer;
}

.LegalFooter .calculator___label {
    font-family: "ModernEra";
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
}

.Hero-content-hub .container {
    width: 100%;
}

    .Hero-content-hub .container .block {
        display: grid;
        min-height: 600px;
        max-height: 600px;
    }

@media all and (max-width: 768px) {
    .Hero-content-hub .container .block {
        min-height: 100%;
        max-height: 100%;
    }
}

.Hero-content-hub .container .block h1 {
    font-size: 100px;
    color: #ffffff;
    font-family: "ModernEraExtraBold";
    text-transform: uppercase;
}

@media all and (max-width: 960px) {
    .Hero-content-hub .container .block h1 {
        font-size: 80px;
    }
}

@media all and (max-width: 768px) {
    .Hero-content-hub .container .block h1 {
        font-size: 40px;
    }
}

.Hero-content-hub .container .block h6 {
    color: #ffffff;
    font-size: 50px;
    font-family: "ModernEraExtraBold";
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 1.3;
}

@media all and (max-width: 960px) {
    .Hero-content-hub .container .block h6 {
        font-size: 40px;
    }
}

@media all and (max-width: 768px) {
    .Hero-content-hub .container .block h6 {
        font-size: 30px;
    }
}

.Hero-content-hub .container .block p {
    color: #ffffff;
    font-size: 24px;
    line-height: 1.5;
    font-family: "ModernEraExtraBold";
    margin-top: 10px;
}

@media all and (max-width: 960px) {
    .Hero-content-hub .container .block p {
        font-size: 20px;
    }
}

@media all and (max-width: 768px) {
    .Hero-content-hub .container .block p {
        font-size: 16px;
    }
}

.Hero-content-hub .container .block button {
    background-color: #84be4c;
    border: none;
    color: #ffffff;
    line-height: 1.2;
}

.Hero-content-hub .container .classic button {
    background-color: #ffffff;
    color: #84be4c;
}

@media all and (max-width: 960px) {
    .Hero-content-hub .container .block button {
        padding: 0 25px;
        height: 50px;
        font-size: 15px;
    }
}

@media all and (max-width: 768px) {
    .Hero-content-hub .container .block button {
        width: 100%;
    }
}

.Hero-content-hub .container .block img {
    max-width: 500px;
}

.Hero-content-hub .container .block .child.image {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 600px;
}

@media all and (max-width: 768px) {
    .Hero-content-hub .container .block .child.image {
        padding: 15vh;
        min-height: 350px;
    }
}

.Hero-content-hub .container .block .child.copy {
    display: grid;
    align-items: center;
    padding: 10px 100px;
}

@media all and (max-width: 960px) {
    .Hero-content-hub .container .block .child.copy {
        padding: 10px 90px;
    }
}

@media all and (max-width: 768px) {
    .Hero-content-hub .container .block .child.copy {
        padding: 40px 20px 80px;
        min-height: 350px;
    }
}

.Hero-content-hub .container .block .child.copy div p {
    margin-bottom: 50px;
}

.Hero-content-hub .container .block.order-1 {
    grid-template-columns: 55% 45%;
}

.Hero-content-hub .container .block.order-2 {
    grid-template-columns: 45% 55%;
}

@media all and (max-width: 768px) {
    .Hero-content-hub .container .block.order-1, .Hero-content-hub .container .block.order-2 {
        grid-template-columns: 1fr;
    }

    .Hero-content-hub .container .block.order-2 {
        display: flex;
        flex-direction: column-reverse;
    }
}

.Hero-content-hub .container .block.protein {
    background-color: #84be4c;
}

    .Hero-content-hub .container .block.protein .copy {
        display: block;
        padding: 100px 30px 10px;
    }

@media all and (max-width: 768px) {
    .Hero-content-hub .container .block.protein .copy {
        padding: 50px 25px 130px;
    }
}

.Hero-content-hub .container .block.protein.diff {
    max-height: 100%;
}

    .Hero-content-hub .container .block.protein.diff .copy {
        display: grid;
    }

@media all and (max-width: 768px) {
    .Hero-content-hub .container .block.protein.diff .copy {
        padding: 50px 25px 30px;
    }
}

.Hero-content-hub .container .block.protein.diff .copy p {
    font-family: "ModernEraLight";
    line-height: 1.3;
    font-size: 18px;
    margin: 40px 0 50px;
}

@media all and (max-width: 960px) {
    .Hero-content-hub .container .block.protein.diff .copy p {
        font-size: 16px;
    }
}

.Hero-content-hub .container .block.protein.diff .image {
    display: grid;
    justify-content: center;
    padding-top: 10px;
}

@media all and (max-width: 768px) {
    .Hero-content-hub .container .block.protein.diff .image {
        padding: 0 20px;
        height: 30vh;
        min-height: 300px;
        max-width: 500px;
        margin: 0 auto;
        max-height: 400px;
        align-items: flex-end;
    }
}

.Hero-content-hub .container .block.macro {
    background-color: #3d434f;
}

.Hero-content-hub .container .block.keto {
    background-color: #8a3288;
}

.Hero-content-hub .container .block.low-carb {
    background-color: #916653;
}

.Hero-content-hub .container .block.classic {
    background-color: #84be4c;
}

.Hero-content-hub .container .block.every-day {
    background-color: #124c85;
}

.Hero-content-hub img {
    width: 100%;
}

.slider-nutritionist {
    width: 100%;
    padding: 50px 0 100px;
    background-color: #eeeeee;
}

@media all and (max-width: 768px) {
    .slider-nutritionist {
        padding: 50px 20px;
    }
}

.slider-nutritionist h6 {
    color: #202020;
    font-size: 50px;
    font-family: "ModernEraExtraBold";
    text-align: center;
    margin: 60px 0 50px;
}

@media all and (max-width: 768px) {
    .slider-nutritionist h6 {
        font-size: 30px;
        margin-bottom: 30px;
        margin-top: 10px;
    }
}

.slider-nutritionist h7 {
    color: #202020;
    font-size: 30px;
    font-family: "ModernEraExtraBold";
    text-transform: uppercase;
    margin-top: 140px;
    text-align: center;
}

@media all and (max-width: 768px) {
    .slider-nutritionist h7 {
        margin-top: 100px;
    }
}

.slider-nutritionist button {
    background-color: #84be4c;
    border: none;
    color: #ffffff;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
}

@media all and (max-width: 768px) {
    .slider-nutritionist button {
        width: 100%;
        max-width: 100%;
    }
}

.slider-nutritionist a {
    display: grid;
    justify-content: center;
    margin-top: 80px;
}

@media all and (max-width: 768px) {
    .slider-nutritionist a {
        width: 100%;
        justify-content: stretch;
        margin: 40px 0 20px;
    }
}

.slider-nutritionist .copy {
    display: grid;
    justify-content: center;
}

.slider-nutritionist #main__slider {
    width: 80%;
    max-width: 750px;
    margin: 0 auto;
}

    .slider-nutritionist #main__slider .swiper-button-prev {
        left: -90px;
        background: none;
        width: 40px;
        height: 40px;
        transform: rotate(-135deg);
        border-right: 3px solid #84be4c;
        border-top: 3px solid #84be4c;
    }

@media all and (max-width: 960px) {
    .slider-nutritionist #main__slider .swiper-button-prev {
        left: -60px;
    }
}

.slider-nutritionist #main__slider .swiper-button-next {
    right: -90px;
    background: none;
    transform: rotate(135deg);
    width: 40px;
    height: 40px;
    display: block;
    border-left: 3px solid #84be4c;
    border-top: 3px solid #84be4c;
}

@media all and (max-width: 960px) {
    .slider-nutritionist #main__slider .swiper-button-next {
        right: -60px;
    }
}

@media all and (max-width: 768px) {
    .slider-nutritionist #main__slider {
        width: 100%;
    }

        .slider-nutritionist #main__slider .swiper-button-next, .slider-nutritionist #main__slider .swiper-button-prev {
            display: none;
        }
}

.slider-nutritionist #main__slider .swiper-pagination {
    width: 100%;
    margin-top: 20px;
}

    .slider-nutritionist #main__slider .swiper-pagination .swiper-pagination-bullet {
        margin: 0 5px;
    }

        .slider-nutritionist #main__slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background: #84be4c;
            outline: none;
            width: 10px;
            height: 10px;
            top: 1px;
        }

.slider-nutritionist #main__slider .swiper-slide {
    box-shadow: 0 0 10px 0 rgba(193, 193, 193, 0.5);
    width: 100%;
    background-color: #ffffff;
    padding: 70px 50px 60px;
}

@media all and (max-width: 768px) {
    .slider-nutritionist #main__slider .swiper-slide {
        padding: 60px 20px 50px;
    }
}

.slider-nutritionist #main__slider .swiper-container {
    overflow: unset;
}

.slider-nutritionist #main__slider .extra-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

@media all and (max-width: 768px) {
    .slider-nutritionist #main__slider .extra-info {
        grid-template-columns: 1fr;
    }
}

.slider-nutritionist #main__slider .swiper-button-prev, .slider-nutritionist #main__slider .swiper-button-next {
    outline: none;
}

@media all and (max-width: 768px) {
    .slider-nutritionist #main__slider .swiper-button-prev, .slider-nutritionist #main__slider .swiper-button-next {
        display: none;
    }
}

.slider-nutritionist #main__slider .icon_link a {
    margin: 0;
    font-size: 16px;
    font-family: "ModernEraExtraBold";
    color: #202020;
    line-height: 1.75;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .slider-nutritionist #main__slider .icon_link a:after {
        content: '';
        border: 1.2px solid #202020;
        width: 8px;
        height: 8px;
        border-left: none;
        border-bottom: none;
        transform: rotate(45deg);
        position: relative;
        left: 10px;
    }

@media all and (max-width: 768px) {
    .slider-nutritionist #main__slider .icon_link a {
        justify-content: flex-start;
        margin-top: 30px;
        font-size: 14px;
        line-height: 0;
    }

        .slider-nutritionist #main__slider .icon_link a:after {
            width: 7px;
            height: 7px;
            top: 0;
        }
}

.slider-nutritionist #main__slider .profile {
    display: grid;
    grid-template-columns: 2fr 5fr;
    align-items: center;
    max-width: 250px;
}

@media all and (max-width: 768px) {
    .slider-nutritionist #main__slider .profile {
        grid-template-columns: 1fr 3fr;
        margin-top: 15px;
    }
}

.slider-nutritionist #main__slider .profile .image {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.slider-nutritionist #main__slider .profile span {
    font-family: "ModernEraExtraBold";
    color: #202020;
    font-size: 18px;
}

@media all and (max-width: 768px) {
    .slider-nutritionist #main__slider .profile span {
        padding-left: 10px;
        font-size: 14px;
    }
}

.slider-nutritionist #main__slider .slide-content {
    display: grid;
    grid-template-columns: 1fr;
}

    .slider-nutritionist #main__slider .slide-content .main__containe {
        border: 1px solid salmon;
    }

    .slider-nutritionist #main__slider .slide-content .parent .title {
        font-size: 18px;
        font-family: "ModernEraExtraBold";
        color: #84be4c;
        text-transform: uppercase;
        margin-bottom: 18px;
    }

    .slider-nutritionist #main__slider .slide-content .parent .text {
        font-size: 16px;
        font-family: "ModernEra";
        color: #3d434f;
        margin-bottom: 20px;
        line-height: 1.75;
    }

@media all and (max-width: 768px) {
    .slider-nutritionist #main__slider .slide-content .parent .text {
        font-weight: bold;
    }
}

.slider-nutritionist #main__slider .slide-content .parent + .parent {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #eeeeee;
}

.Hero___macro___page h1 {
    font-size: 100px;
    color: #ffffff;
    font-family: "ModernEraExtraBold";
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1.1;
}

@media all and (max-width: 1100px) {
    .Hero___macro___page h1 {
        font-size: 80px;
    }
}

@media all and (max-width: 960px) {
    .Hero___macro___page h1 {
        font-size: 70px;
    }
}

@media all and (max-width: 768px) {
    .Hero___macro___page h1 {
        font-size: 40px;
        margin: 30px 0 25px;
    }
}

.Hero___macro___page h7 {
    color: #ffffff;
    font-family: "ModernEra";
    font-size: 32px;
    margin: 5px 0 15px;
    display: flex;
}

@media all and (max-width: 768px) {
    .Hero___macro___page h7 {
        font-size: 18px;
    }
}

.Hero___macro___page button {
    background-color: #84be4c;
    border: none;
    color: #ffffff;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    font-size: 16px;
    margin-top: 30px;
}

@media all and (max-width: 768px) {
    .Hero___macro___page button {
        width: 100%;
        max-width: 100%;
        padding: 0 10px;
    }
}

.Hero___macro___page img {
    width: 100%;
    max-width: 1600px;
}

.Hero___macro___page .macro___banner {
    display: grid;
    grid-template-columns: 55% 45%;
}

.bio-faq-detail .Hero___macro___page .macro___banner {
        grid-template-columns: 100%;
        margin-bottom: 63px;
}

/*@media all and (max-width: 1024px) {
    .bio-faq-detail .Hero___macro___page .macro___banner {
        grid-template-columns: 100%;
        margin-bottom: 63px;
    }
}*/

@media all and (max-width: 768px) {
    .bio-faq-detail .Hero___macro___page .macro___banner {
        margin-bottom: 0px;
    }
}

.Hero___macro___page .macro___banner a.link {
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    outline: none;
    text-transform: uppercase;
    font-family: "ModernEraExtraBold";
    padding-left: 20px;
    position: relative;
    line-height: 0;
    display: grid;
    margin-bottom: 40px;
}

    .Hero___macro___page .macro___banner a.link:hover {
        text-decoration: underline;
    }

    .Hero___macro___page .macro___banner a.link:before {
        content: '';
        border: 1.2px solid #ffffff;
        width: 8px;
        height: 8px;
        display: block;
        border-right: none;
        border-bottom: none;
        transform: rotate(-45deg);
        position: relative;
        left: -15px;
        top: 2px;
    }

.Hero___macro___page .macro___banner .image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media all and (max-width: 768px) {
    .Hero___macro___page .macro___banner .image {
        padding: 25vh;
    }
}

.Hero___macro___page .macro___banner .copy__block {
    background-color: #3d434f;
    padding: 40px 30px 20px;
}

    .Hero___macro___page .macro___banner .copy__block.keto {
        background-color: #8a3288;
    }

    .Hero___macro___page .macro___banner .copy__block.classic {
        background-color: #124c85;
    }

    .Hero___macro___page .macro___banner .copy__block.low-carb {
        background-color: #916653;
    }

@media all and (max-width: 768px) {
    .Hero___macro___page .macro___banner .copy__block {
        padding: 30px 20px 20px;
    }
}

.Hero___macro___page .macro___banner .copy__block p {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    font-family: "ModernEra";
    line-height: 1.56;
    margin-top: 0;
}
    .Hero___macro___page .macro___banner .copy__block p.footnote {
        font-size: 14px;
    }

@media all and (max-width: 768px) {
    .Hero___macro___page .macro___banner .copy__block p {
        font-size: 14px;
    }
    .Hero___macro___page .macro___banner .copy__block p.footnote {
        font-size: 11px;
    }
}

.Hero___macro___page .macro___banner .copy__block a.button {
    margin: 50px 0 40px;
    display: grid;
    justify-content: flex-start;
}

@media all and (max-width: 768px) {
    .Hero___macro___page .macro___banner .copy__block a.button {
        justify-content: stretch;
    }
}

.Hero___macro___page .macro___copy {
    display: grid;
    justify-content: center;
    padding: 100px 0 80px;
}

@media all and (max-width: 768px) {
    .Hero___macro___page .macro___copy {
        padding: 80px 20px 30px;
        grid-template-columns: 100%;
    }
}

.Hero___macro___page .macro___copy .main__text {
    max-width: 750px;
    display: grid;
    justify-content: center;
    grid-template-columns: 100%;
}

.Hero___macro___page .macro___copy h6 {
    color: #84be4c;
    font-size: 50px;
    font-family: "ModernEraExtraBold";
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: center;
}

@media all and (max-width: 768px) {
    .Hero___macro___page .macro___copy h6 {
        font-size: 30px;
    }
}

.Hero___macro___page .macro___copy p {
    font-family: "ModernEraExtraBold";
    font-size: 24px;
    color: #202020;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 10px;
}

.Hero___macro___page .macro___copy a {
    text-align: center;
    display: grid;
    justify-content: center;
}

    .Hero___macro___page .macro___copy a button {
        padding: 0 40px;
    }

@media all and (max-width: 768px) {
    .Hero___macro___page .macro___copy a {
        justify-content: stretch;
    }
}

.Hero___macro___page .macro___articles {
    background-color: #3d434f;
    margin-top: 150px;
    justify-content: center;
    display: grid;
    padding-bottom: 160px;
}

    .Hero___macro___page .macro___articles.keto {
        background-color: #8a3288;
    }

    .Hero___macro___page .macro___articles.classic {
        background-color: #124c85;
    }

    .Hero___macro___page .macro___articles.low-carb {
        background-color: #916653;
    }

@media all and (max-width: 768px) {
    .Hero___macro___page .macro___articles {
        padding-bottom: 20px;
    }
}

.Hero___macro___page .macro___articles .wrapper__articles {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    top: -100px;
    max-width: 1180px;
    margin: 0 100px;
    justify-content: space-between;
}

@media (min-width: 1100px) {

 
.Hero___macro___page .macro___articles .wrapper__articles {

    width: 1180px;
 }

}

@media all and (max-width: 1100px) {
    .Hero___macro___page .macro___articles .wrapper__articles {
        font-size: 80px;
    }
}

@media all and (max-width: 960px) {
    .Hero___macro___page .macro___articles .wrapper__articles {
        margin: 0 50px;
    }
}

@media all and (max-width: 768px) {
    .Hero___macro___page .macro___articles .wrapper__articles {
        margin: 0 20px;
    }
}

.Hero___macro___page .macro___articles .wrapper__articles div.copy {
    background-color: #ffffff;
    padding: 40px 30px;
    display: grid;
}

.Hero___macro___page .macro___articles .wrapper__articles p {
    color: #202020;
}

    .Hero___macro___page .macro___articles .wrapper__articles p.title {
        font-size: 24px;
        font-family: "ModernEraExtraBold";
    }

    .Hero___macro___page .macro___articles .wrapper__articles p.copy {
        font-size: 16px;
        font-family: "ModernEra";
        margin-bottom: 25px;
        line-height: 1.25;
    }

.Hero___macro___page .macro___articles .wrapper__articles .copy__block {
    display: grid;
    height: 100%;
    grid-template-columns: 100%;
}

@media all and (max-width: 768px) {
    .Hero___macro___page .macro___articles .wrapper__articles .copy__block {
        padding-left: 0;
    }

        .Hero___macro___page .macro___articles .wrapper__articles .copy__block h1 br {
            display: none;
        }
}

.Hero___macro___page .macro___articles .wrapper__articles .copy__block p {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    font-family: "ModernEra";
    line-height: 1.56;
}

@media all and (max-width: 768px) {
    .Hero___macro___page .macro___articles .wrapper__articles .copy__block p {
        font-size: 14px;
    }
}

.Hero___macro___page .macro___articles .wrapper__articles .copy__block a {
    display: grid;
    justify-content: flex-start;
}

    .Hero___macro___page .macro___articles .wrapper__articles .copy__block a:after {
        display: none;
    }

@media all and (max-width: 960px) {
    .Hero___macro___page .macro___articles .wrapper__articles .copy__block a {
        width: 100%;
        justify-content: stretch;
    }

        .Hero___macro___page .macro___articles .wrapper__articles .copy__block a button {
            padding: 0 10px;
            line-height: 1.2;
        }
}

@media all and (max-width: 768px) {
    .Hero___macro___page .macro___articles .wrapper__articles .copy__block a {
        justify-content: stretch;
        margin-top: 40px;
    }
}

.Hero___macro___page .macro___articles .wrapper__articles a {
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    outline: none;
    text-transform: uppercase;
    font-family: "ModernEraExtraBold";
    padding-left: 20px;
    position: relative;
    line-height: 0;
    display: grid;
    margin-bottom: 40px;
    color: #202020;
    padding: 0;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

    .Hero___macro___page .macro___articles .wrapper__articles a:after {
        content: '';
        border: 1.2px solid #202020;
        width: 8px;
        height: 8px;
        border-left: none;
        border-bottom: none;
        transform: rotate(45deg);
    }

.Hero___macro___page .macro___articles .wrapper__articles .block {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 1.2fr 1fr;
    min-height: 590px;
    width: 48%;
    margin-bottom: 40px;
}

@media all and (max-width: 768px) {
    .Hero___macro___page .macro___articles .wrapper__articles .block {
        grid-template-rows: 1fr 1fr;
        width: 100%;
    }
}

.Hero___macro___page .macro___articles .wrapper__articles .block .image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
}

@media all and (max-width: 960px) {
    .Hero___macro___page .macro___articles .wrapper__articles .block .image {
        min-height: 200px;
    }
}

.Hero___macro___page .macro___articles .wrapper__articles .block-text.col-2 {
    width: 100%;
}

.Hero___macro___page .macro___articles .wrapper__articles .block-text.col-1 {
    width: 48%;
}

.Hero___macro___page .hero___product.keto, .Hero___macro___page .hero___product.classic {
    margin-bottom: -120px;
}

@media all and (max-width: 768px) {
    .Hero___macro___page .hero___product.keto, .Hero___macro___page .hero___product.classic {
        margin-bottom: -60px;
    }
}

.Hero___macro___page .hero___product .block__image {
    display: grid;
    justify-content: center;
    position: relative;
    top: -150px;
}

    .Hero___macro___page .hero___product .block__image:before {
        content: '';
        width: 100%;
        height: 55%;
        display: grid;
        position: absolute;
        top: 20%;
        background-color: #95d1e4;
    }

@media all and (max-width: 768px) {
    .Hero___macro___page .hero___product .block__image:before {
        height: 50%;
    }
}

@media all and (max-width: 480px) {
    .Hero___macro___page .hero___product .block__image:before {
        height: 40%;
    }
}

@media all and (max-width: 768px) {
    .Hero___macro___page .hero___product .block__image {
        top: -80px;
        margin-bottom: 50px;
    }

        .Hero___macro___page .hero___product .block__image img {
            width: 130%;
            left: -15%;
            position: relative;
        }
}

@media all and (max-width: 480px) {
    .Hero___macro___page .hero___product .block__image {
        top: -60px;
    }
}

.Hero___macro___page .hero___product .block__image.keto {
    top: -250px;
}

@media all and (max-width: 768px) {
    .Hero___macro___page .hero___product .block__image.keto {
        top: -120px;
    }

        .Hero___macro___page .hero___product .block__image.keto img {
            width: 100%;
            left: 0;
        }
}

.Hero___macro___page .hero___product .block__image.keto:before {
    height: 60%;
    top: 20%;
}

@media all and (max-width: 768px) {
    .Hero___macro___page .hero___product .block__image.keto:before {
        height: 58%;
        top: 20%;
    }
}

@media all and (max-width: 480px) {
    .Hero___macro___page .hero___product .block__image.keto:before {
        height: 40%;
        top: 25%;
    }
}

.Hero___macro___page .hero___product .block__image.classic {
    top: -250px;
}

@media all and (max-width: 768px) {
    .Hero___macro___page .hero___product .block__image.classic {
        top: -100px;
    }
}

.Hero___macro___page .hero___product .block__image.classic img {
    position: relative;
}

@media all and (max-width: 768px) {
    .Hero___macro___page .hero___product .block__image.classic img {
        width: 100%;
        left: 0;
    }
}

.Hero___macro___page .hero___product .block__image.classic:before {
    height: 46%;
    top: 28%;
}

@media all and (max-width: 768px) {
    .Hero___macro___page .hero___product .block__image.classic:before {
        height: 45%;
        top: 25%;
    }
}

@media all and (max-width: 480px) {
    .Hero___macro___page .hero___product .block__image.classic:before {
        height: 35%;
    }
}

.Hero___macro___page .hero___product a {
    display: grid;
    justify-content: center;
    position: relative;
    top: 40px;
}

@media all and (max-width: 768px) {
    .Hero___macro___page .hero___product a {
        justify-content: stretch;
        margin: 0 20px;
    }
}

.About-Products.content___hub h6 {
    font-size: 50px;
    color: #202020;
    font-family: "ModernEraExtraBold";
    display: grid;
    justify-content: center;
    margin: 70px 0;
}

@media all and (max-width: 768px) {
    .About-Products.content___hub h6 {
        text-align: center;
        margin: 60px 20px 20px;
        font-size: 30px;
    }
}

.About-Products.content___hub .About-Grid {
    padding: 0 0 100px;
    max-width: 1600px;
    margin: 0 auto;
}

    .About-Products.content___hub .About-Grid .About-Grid__items {
        margin: 0;
        width: 100%;
    }

    .About-Products.content___hub .About-Grid .About-Grid__item > div {
        min-height: auto;
        /*
        // Now we don't need a background color, but keep it just in case.
        //&.keto{
        //  background-color: $colorPurple;
        //}
        //&.classic{
        //  background-color: $colorBlue;
        //}
        //
        //&.low-carb{
        //  background-color: $colorBrown;
        //}
        //&.macro{
        //  background-color: $colorNavyBlue;
        //}
         */
    }

        .About-Products.content___hub .About-Grid .About-Grid__item > div.explore {
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            min-height: calc(100% - 5vh);
            display: grid;
            grid-template-rows: 250px 1fr;
            grid-template-columns: 100%;
        }

            .About-Products.content___hub .About-Grid .About-Grid__item > div.explore:before {
                content: '';
                position: absolute;
                height: 100%;
                width: 100%;
                top: 0;
                left: 0;
                display: flex;
                background-color: rgba(0, 0, 0, 0.4);
                z-index: 1;
            }

        .About-Products.content___hub .About-Grid .About-Grid__item > div > a {
            height: 100%;
            z-index: 2;
            grid-row: 2/3;
            display: flex;
            align-content: flex-start;
        }

            .About-Products.content___hub .About-Grid .About-Grid__item > div > a div {
                display: flex;
                flex-wrap: wrap;
                height: 50%;
            }

@media all and (min-width: 960px) {
    .About-Products.content___hub .About-Grid .About-Grid__item > div img {
        max-height: 400px;
    }
}

.About-Products.content___hub .About-Grid .About-Grid__item > div .image {
    margin-bottom: 15px;
}

.About-Products.content___hub .About-Grid .About-Grid__item div.About-Products__metadata {
    padding: 0 40px;
}

.Hero-meal-plan {
    /* Block 1 */
    /* Block 2 */
    /* Block 3 */
}

    .Hero-meal-plan h1 {
        font-size: 100px;
        color: #ffffff;
        font-family: "ModernEraBlack";
        text-transform: uppercase;
        line-height: 1.2;
        max-width: 600px;
    }

@media all and (max-width: 960px) {
    .Hero-meal-plan h1 {
        font-size: 80px;
    }
}

@media all and (max-width: 768px) {
    .Hero-meal-plan h1 {
        font-size: 40px;
    }
}

.Hero-meal-plan img {
    width: 100%;
}

.Hero-meal-plan button {
    background-color: #84be4c;
    border: none;
    color: #ffffff;
}

@media all and (max-width: 960px) {
    .Hero-meal-plan button {
        padding: 0 25px;
        height: 50px;
        line-height: 50px;
        font-size: 15px;
    }
}

@media all and (max-width: 768px) {
    .Hero-meal-plan button {
        width: 100%;
    }
}

.Hero-meal-plan .hero__banner {
    display: grid;
    grid-template-columns: 60% 40%;
}

@media all and (max-width: 768px) {
    .Hero-meal-plan .hero__banner {
        grid-template-columns: 100%;
    }
}

.Hero-meal-plan .hero__banner .week__slide ul {
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(7, 1fr);
    max-width: 600px;
}

@media all and (max-width: 768px) {
    .Hero-meal-plan .hero__banner .week__slide ul {
        grid-template-columns: repeat(7, 80px);
        overflow-x: scroll;
        /* Optional: show position indicator in red */
    }

        .Hero-meal-plan .hero__banner .week__slide ul::-webkit-scrollbar {
            width: 0px;
            /* Remove scrollbar space */
            background: transparent;
            /* Optional: just make scrollbar invisible */
        }

        .Hero-meal-plan .hero__banner .week__slide ul::-webkit-scrollbar-thumb {
            background: transparent;
        }
}

.Hero-meal-plan .hero__banner .week__slide ul li {
    display: grid;
    justify-content: start;
    cursor: pointer;
}

    .Hero-meal-plan .hero__banner .week__slide ul li a {
        color: #ffffff;
        opacity: 0.5;
        text-transform: uppercase;
        font-family: "ModernEraExtraBold";
    }

    .Hero-meal-plan .hero__banner .week__slide ul li.active a {
        opacity: 1;
    }

    .Hero-meal-plan .hero__banner .week__slide ul li.active:after {
        content: '';
        display: flex;
        padding-top: 8px;
        border-bottom: 10px solid #ffffff;
    }

.Hero-meal-plan .hero__banner .image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media all and (max-width: 768px) {
    .Hero-meal-plan .hero__banner .image {
        padding: 20vh;
        min-height: 350px;
    }
}

.Hero-meal-plan .hero__banner .copy {
    padding: 140px 30px 80px;
    /**/
}

@media all and (max-width: 768px) {
    .Hero-meal-plan .hero__banner .copy {
        padding: 60px 20px 50px;
    }
}

.Hero-meal-plan .hero__banner .copy.keto {
    background-color: #8a3288;
}

.Hero-meal-plan .hero__banner .copy.classic {
    background-color: #124c85;
}

.Hero-meal-plan .hero__banner .copy.macro {
    background-color: #3d434f;
}

.Hero-meal-plan .hero__banner .copy.low-carb {
    background-color: #916653;
}

.Hero-meal-plan .hero__banner .copy p {
    color: #ffffff;
}

    .Hero-meal-plan .hero__banner .copy p.subtitle {
        font-size: 24px;
        font-family: "ModernEraExtraBold";
        margin-bottom: 40px;
    }

@media all and (max-width: 768px) {
    .Hero-meal-plan .hero__banner .copy p.subtitle {
        font-size: 16px;
    }
}

.Hero-meal-plan .hero__banner .copy .author {
    margin-top: 15px;
    margin-bottom: 100px;
}

@media all and (max-width: 768px) {
    .Hero-meal-plan .hero__banner .copy .author {
        margin-bottom: 50px;
    }
}

.Hero-meal-plan .hero__banner .copy .author p {
    font-size: 18px;
    line-height: 1.56;
}

@media all and (max-width: 768px) {
    .Hero-meal-plan .hero__banner .copy .author p {
        font-size: 14px;
    }
}

.Hero-meal-plan .Meal-plan-day {
    padding: 50px 30px 120px;
}

@media all and (max-width: 768px) {
    .Hero-meal-plan .Meal-plan-day {
        padding: 20px 20px 60px;
    }
}

.Hero-meal-plan .Meal-plan-day .main__content .social-network {
    display: grid;
    justify-content: flex-start;
}

    .Hero-meal-plan .Meal-plan-day .main__content .social-network .Footer__socialLinks {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

        .Hero-meal-plan .Meal-plan-day .main__content .social-network .Footer__socialLinks li a div {
            width: 45px;
            height: 45px;
            cursor: pointer;
        }

@media all and (max-width: 768px) {
    .Hero-meal-plan .Meal-plan-day .main__content .social-network .Footer__socialLinks li a div {
        width: 30px;
        height: 30px;
    }
}

.Hero-meal-plan .Meal-plan-day .main__content .social-network .Footer__socialLinks li a div i {
    display: grid;
    align-items: center;
}

    .Hero-meal-plan .Meal-plan-day .main__content .social-network .Footer__socialLinks li a div i:before {
        font-size: 15px;
    }

.Hero-meal-plan .Meal-plan-day .main__content .main__content__day {
    text-align: center;
    max-width: 750px;
    margin: 0 auto;
}

@media all and (max-width: 768px) {
    .Hero-meal-plan .Meal-plan-day .main__content .main__content__day {
        text-align: left;
    }
}

.Hero-meal-plan .Meal-plan-day .main__content .main__content__day h1 {
    color: #84be4c;
    display: grid;
    justify-content: center;
}

@media all and (max-width: 768px) {
    .Hero-meal-plan .Meal-plan-day .main__content .main__content__day h1 {
        margin-top: 40px;
        justify-content: flex-start;
    }
}

.Hero-meal-plan .Meal-plan-day .main__content .main__content__day p {
    font-size: 18px;
    line-height: 1.56;
    color: #202020;
}

@media all and (max-width: 768px) {
    .Hero-meal-plan .Meal-plan-day .main__content .main__content__day p {
        font-size: 14px;
        line-height: 1.71;
        margin-top: 10px;
    }
}

.Hero-meal-plan .Hero-ingredients-content .meal {
    padding: 80px 50px;
}

@media all and (max-width: 768px) {
    .Hero-meal-plan .Hero-ingredients-content .meal {
        padding: 30px 20px;
    }
}

.Hero-meal-plan .Hero-ingredients-content .meal.keto {
    background-color: #8a3288;
}

.Hero-meal-plan .Hero-ingredients-content .meal.classic {
    background-color: #124c85;
}

.Hero-meal-plan .Hero-ingredients-content .meal.macro {
    background-color: #3d434f;
}

.Hero-meal-plan .Hero-ingredients-content .meal.low-carb {
    background-color: #916653;
}

.Hero-meal-plan .Hero-ingredients-content .meal h6 {
    color: #ffffff;
    font-size: 50px;
    font-family: "ModernEraBlack";
    line-height: 1.2;
    max-width: 342px;
}

@media all and (max-width: 960px) {
    .Hero-meal-plan .Hero-ingredients-content .meal h6 {
        font-size: 40px;
    }
}

@media all and (max-width: 768px) {
    .Hero-meal-plan .Hero-ingredients-content .meal h6 {
        font-size: 30px;
        margin-bottom: 30px;
        line-height: 1.38;
    }
}

.Hero-meal-plan .Hero-ingredients-content .meal .wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 2fr;
}

@media all and (max-width: 768px) {
    .Hero-meal-plan .Hero-ingredients-content .meal .wrapper {
        grid-template-columns: 100%;
    }
}

.Hero-meal-plan .Hero-ingredients-content .meal .wrapper.blk3 {
    grid-template-columns: 1fr 2fr;
}

@media all and (max-width: 768px) {
    .Hero-meal-plan .Hero-ingredients-content .meal .wrapper.blk3 {
        grid-template-columns: 100%;
    }
}

.Hero-meal-plan .Hero-ingredients-content .meal .block {
    display: grid;
    align-items: center;
}

    .Hero-meal-plan .Hero-ingredients-content .meal .block p {
        color: #ffffff;
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 1.2;
        font-family: "ModernEraMedium";
    }

@media all and (max-width: 768px) {
    .Hero-meal-plan .Hero-ingredients-content .meal .block p {
        font-size: 14px;
        margin-bottom: 20px;
    }
}

.Hero-meal-plan .Hero-ingredients-content .meal .block p.bold {
    font-size: 24px;
    font-family: "ModernEraBlack";
    text-transform: uppercase;
    margin-bottom: 25px;
}

@media all and (max-width: 768px) {
    .Hero-meal-plan .Hero-ingredients-content .meal .block p.bold {
        font-size: 14px;
        margin-bottom: 20px;
    }
}

.Hero-meal-plan .Hero-ingredients-content .meal .block .content.only {
    max-width: 320px;
}

.Hero-meal-plan .Hero-ingredients-content .meal .block .block___child {
    display: grid;
    align-self: flex-start;
}

@media all and (max-width: 768px) {
    .Hero-meal-plan .Hero-ingredients-content .meal .block.ingredients {
        grid-template-columns: 100%;
    }
}

.Hero-meal-plan .Hero-ingredients-content .meal .block.ingredients .content.list {
    display: grid;
    grid-template-columns: repeat(2, 50%);
}

    .Hero-meal-plan .Hero-ingredients-content .meal .block.ingredients .content.list p {
        width: 100%;
    }

@media all and (max-width: 768px) {
    .Hero-meal-plan .Hero-ingredients-content .meal .block.ingredients .content:first-child, .Hero-meal-plan .Hero-ingredients-content .meal .block.ingredients .content:nth-child(2), .Hero-meal-plan .Hero-ingredients-content .meal .block.ingredients .content:last-child {
        grid-column: auto;
        grid-row: auto;
        justify-content: flex-start;
    }
}

.Hero-meal-plan .Hero-ingredients-content .instructions, .Hero-meal-plan .Hero-ingredients-content .calories {
    padding: 50px 40px;
}

@media all and (max-width: 768px) {
    .Hero-meal-plan .Hero-ingredients-content .instructions, .Hero-meal-plan .Hero-ingredients-content .calories {
        padding: 30px 0 0;
    }
}

.Hero-meal-plan .Hero-ingredients-content .instructions .main-content, .Hero-meal-plan .Hero-ingredients-content .calories .main-content {
    max-width: 800px;
    margin: 40px auto 0;
}

@media all and (max-width: 768px) {
    .Hero-meal-plan .Hero-ingredients-content .instructions .main-content, .Hero-meal-plan .Hero-ingredients-content .calories .main-content {
        margin: 10px auto 0;
    }
}

.Hero-meal-plan .Hero-ingredients-content .instructions .main-content p, .Hero-meal-plan .Hero-ingredients-content .calories .main-content p {
    color: #3d434f;
    font-size: 18px;
    line-height: 1.56;
    margin-bottom: 40px;
}

@media all and (max-width: 768px) {
    .Hero-meal-plan .Hero-ingredients-content .instructions .main-content p, .Hero-meal-plan .Hero-ingredients-content .calories .main-content p {
        font-size: 14px;
        margin-bottom: 30px;
        padding: 0 20px;
    }
}

.Hero-meal-plan .Hero-ingredients-content .instructions .main-content p.bold, .Hero-meal-plan .Hero-ingredients-content .calories .main-content p.bold {
    font-family: "ModernEraBlack";
    font-size: 24px;
    margin-bottom: 20px;
}

@media all and (max-width: 768px) {
    .Hero-meal-plan .Hero-ingredients-content .instructions .main-content p.bold, .Hero-meal-plan .Hero-ingredients-content .calories .main-content p.bold {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

.Hero-meal-plan .Hero-ingredients-content .instructions .main-content .wrapp__image, .Hero-meal-plan .Hero-ingredients-content .calories .main-content .wrapp__image {
    display: grid;
    justify-content: stretch;
    margin-bottom: 40px;
}

    .Hero-meal-plan .Hero-ingredients-content .instructions .main-content .wrapp__image.gray, .Hero-meal-plan .Hero-ingredients-content .calories .main-content .wrapp__image.gray {
        background-color: #eeeeee;
        padding: 40px 40px 50px;
    }

@media all and (max-width: 768px) {
    .Hero-meal-plan .Hero-ingredients-content .instructions .main-content .wrapp__image.gray, .Hero-meal-plan .Hero-ingredients-content .calories .main-content .wrapp__image.gray {
        padding: 0 20px;
        background-color: #ffffff;
    }

        .Hero-meal-plan .Hero-ingredients-content .instructions .main-content .wrapp__image.gray img, .Hero-meal-plan .Hero-ingredients-content .calories .main-content .wrapp__image.gray img {
            padding: 25px;
            background-color: #eeeeee;
            margin-bottom: 20px;
        }
}

.Hero-meal-plan .Hero-ingredients-content .instructions .main-content .wrapp__image .mobile, .Hero-meal-plan .Hero-ingredients-content .calories .main-content .wrapp__image .mobile {
    display: none;
}

@media all and (max-width: 960px) {
    .Hero-meal-plan .Hero-ingredients-content .instructions .main-content .wrapp__image .desktop, .Hero-meal-plan .Hero-ingredients-content .calories .main-content .wrapp__image .desktop {
        display: none;
    }

    .Hero-meal-plan .Hero-ingredients-content .instructions .main-content .wrapp__image .mobile, .Hero-meal-plan .Hero-ingredients-content .calories .main-content .wrapp__image .mobile {
        display: block;
    }
}

.Hero-meal-plan .Hero-ingredients-content .instructions .main-content .wrapp__image .image, .Hero-meal-plan .Hero-ingredients-content .calories .main-content .wrapp__image .image {
    width: 100%;
    height: 65vh;
    max-height: 600px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media all and (max-width: 768px) {
    .Hero-meal-plan .Hero-ingredients-content .instructions .main-content .wrapp__image .image, .Hero-meal-plan .Hero-ingredients-content .calories .main-content .wrapp__image .image {
        height: 40vh;
        background-size: 225%;
    }
}

.Hero-meal-plan .Hero-ingredients-content .instructions .main-content .wrapp__image span, .Hero-meal-plan .Hero-ingredients-content .calories .main-content .wrapp__image span {
    text-align: center;
    max-width: 500px;
    margin: 15px auto 0;
    font-size: 14px;
    line-height: 1.71;
}

@media all and (max-width: 768px) {
    .Hero-meal-plan .Hero-ingredients-content .instructions .main-content .wrapp__image span, .Hero-meal-plan .Hero-ingredients-content .calories .main-content .wrapp__image span {
        display: none;
    }
}

.Hero-meal-plan .Hero-ingredients-content .instructions .main-content .wrapp__image img, .Hero-meal-plan .Hero-ingredients-content .calories .main-content .wrapp__image img {
    display: grid;
    justify-content: center;
    margin-bottom: 40px;
}

@media all and (max-width: 768px) {
    .Hero-meal-plan .Hero-ingredients-content .instructions .main-content .wrapp__image img, .Hero-meal-plan .Hero-ingredients-content .calories .main-content .wrapp__image img {
        margin-bottom: 0;
    }
}

.Hero-meal-plan .Hero-ingredients-content .instructions .main-content .wrapp__image p, .Hero-meal-plan .Hero-ingredients-content .instructions .main-content .wrapp__image a, .Hero-meal-plan .Hero-ingredients-content .calories .main-content .wrapp__image p, .Hero-meal-plan .Hero-ingredients-content .calories .main-content .wrapp__image a {
    display: grid;
    justify-content: center;
}

.Hero-meal-plan .Hero-ingredients-content .calories {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 70px;
}

    .Hero-meal-plan .Hero-ingredients-content .calories .main-content {
        padding-top: 100px;
        border-top: 1px solid #eeeeee;
    }

@media all and (max-width: 768px) {
    .Hero-meal-plan .Hero-ingredients-content .calories .main-content {
        padding-top: 30px;
        margin-left: 20px;
        margin-right: 20px;
    }
}

.Hero-meal-plan .Hero-ingredients-content .calories .main-content .content.list {
    text-align: center;
}

.Hero-meal-plan .hero__download_mean__plan {
    background-color: #84be4c;
}

    .Hero-meal-plan .hero__download_mean__plan .content {
        text-align: center;
        padding: 100px 20px;
        max-width: 750px;
        margin: 0 auto;
    }

@media all and (max-width: 768px) {
    .Hero-meal-plan .hero__download_mean__plan .content {
        padding: 50px 20px;
    }
}

.Hero-meal-plan .hero__download_mean__plan .content .download {
    margin: 60px 0;
    display: grid;
    justify-content: center;
}

@media all and (max-width: 768px) {
    .Hero-meal-plan .hero__download_mean__plan .content .download {
        margin: 40px 0;
    }
}

.Hero-meal-plan .hero__download_mean__plan .content .Footer__socialLinks {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(3, 100px);
}

@media all and (max-width: 768px) {
    .Hero-meal-plan .hero__download_mean__plan .content .Footer__socialLinks {
        grid-template-columns: repeat(3, 70px);
    }
}

.Hero-meal-plan .hero__download_mean__plan .content .Footer__socialLinks li a div {
    background-color: #ffffff;
    color: #84be4c;
    width: 50px;
    height: 50px;
    margin: 0;
    font-size: 20px;
}

.Hero-meal-plan .hero__download_mean__plan .content p {
    color: #ffffff;
    font-size: 24px;
    line-height: 1.5;
    font-family: "ModernEraBlack";
    margin-bottom: 20px;
}

@media all and (max-width: 768px) {
    .Hero-meal-plan .hero__download_mean__plan .content p {
        font-size: 16px;
    }
}

.Hero-meal-plan .hero__download_mean__plan .content span {
    border-bottom: 2px solid #ffffff;
    display: grid;
    margin: 50px 0;
}

@media all and (max-width: 768px) {
    .Hero-meal-plan .hero__download_mean__plan .content span {
        margin: 20px 0;
    }
}

.Hero-meal-plan .hero__download_mean__plan .content button {
    background-color: #ffffff;
    color: #202020;
}

@media all and (max-width: 768px) {
    .Hero-meal-plan .hero__download_mean__plan .content button {
        padding: 0 50px;
    }
}

.Hero-meal-plan .hero__download_mean__plan .content h6 {
    color: #ffffff;
    font-size: 50px;
    font-family: "ModernEraBlack";
    line-height: 1.4;
    text-transform: uppercase;
}

@media all and (max-width: 960px) {
    .Hero-meal-plan .hero__download_mean__plan .content h6 {
        font-size: 40px;
    }
}

@media all and (max-width: 768px) {
    .Hero-meal-plan .hero__download_mean__plan .content h6 {
        font-size: 30px;
        margin-bottom: 30px;
        line-height: 1.38;
    }
}

.Hero-meal-plan .hero__load {
    padding: 100px 30px 120px;
}

@media all and (max-width: 768px) {
    .Hero-meal-plan .hero__load {
        padding: 60px 20px 50px;
    }
}

.Hero-meal-plan .hero__load.keto {
    background-color: #8a3288;
}

.Hero-meal-plan .hero__load.classic {
    background-color: #124c85;
}

.Hero-meal-plan .hero__load.macro {
    background-color: #3d434f;
}

.Hero-meal-plan .hero__load.low-carb {
    background-color: #916653;
}

.Hero-meal-plan .hero__load .content {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

@media all and (max-width: 768px) {
    .Hero-meal-plan .hero__load .content button {
        width: auto;
        padding: 0 50px;
    }
}

.Hero-meal-plan .hero__load .content h6 {
    color: #ffffff;
    font-size: 50px;
    font-family: "ModernEraBlack";
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 50px;
}

@media all and (max-width: 960px) {
    .Hero-meal-plan .hero__load .content h6 {
        font-size: 40px;
    }
}

@media all and (max-width: 768px) {
    .Hero-meal-plan .hero__load .content h6 {
        font-size: 30px;
        margin-bottom: 30px;
        line-height: 1.38;
    }
}

.Hero___ketotips___page h1 {
    font-size: 100px;
    color: #ffffff;
    font-family: "ModernEraExtraBold";
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1.2;
}

@media all and (max-width: 1100px) {
    .Hero___ketotips___page h1 {
        font-size: 80px;
    }
}

@media all and (max-width: 960px) {
    .Hero___ketotips___page h1 {
        font-size: 70px;
    }
}

@media all and (max-width: 768px) {
    .Hero___ketotips___page h1 {
        font-size: 40px;
        margin: 30px 0 25px;
    }
}

.Hero___ketotips___page .container .macro___banner {
    display: grid;
    grid-template-columns: 60% 40%;
}

@media all and (max-width: 768px) {
    .Hero___ketotips___page .container .macro___banner {
        grid-template-columns: 100%;
    }
}

.Hero___ketotips___page .container .macro___banner.brown {
    background-color: #916653;
}

.Hero___ketotips___page .container .macro___banner.classic {
    background-color: #124c85;
}

.Hero___ketotips___page .container .macro___banner.keto {
    background-color: #8a3288;
}

.Hero___ketotips___page .container .macro___banner .copy__block {
    padding: 80px 30px 40px;
}

@media all and (max-width: 768px) {
    .Hero___ketotips___page .container .macro___banner .copy__block {
        padding: 10px 20px 80px;
    }
}

.Hero___ketotips___page .container .macro___banner .copy__block p {
    color: #ffffff;
    font-family: "ModernEraLight";
    font-size: 18px;
    line-height: 1.56;
    margin-top: 10px;
}

    .Hero___ketotips___page .container .macro___banner .copy__block p + p {
        margin-top: 20px;
    }

.Hero___ketotips___page .container .macro___banner .image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media all and (max-width: 768px) {
    .Hero___ketotips___page .container .macro___banner .image {
        padding: 20vh;
    }
}

.keto___tips__content button {
    background-color: #84be4c;
    border: none;
    color: #ffffff;
    height: 60px;
    line-height: 60px;
    padding: 0 60px;
    font-size: 16px;
}

.keto___tips__content h7 {
    line-height: 1.42;
    font-size: 24px;
    color: #202020;
    font-family: "ModernEraBlack";
    text-align: left;
    max-width: 640px;
    display: grid;
}

.keto___tips__content .keto-hero-page .title__block {
    margin-top: 50px;
}

@media all and (max-width: 960px) {
    .keto___tips__content .keto-hero-page .title__block {
        padding: 0 20px;
    }
}

.keto___tips__content .keto-hero-page .title__block h7 {
    max-width: 800px;
    display: grid;
    margin: 0 auto;
    padding-bottom: 50px;
    border-bottom: 1px solid #eeeeee;
}

@media all and (max-width: 960px) {
    .keto___tips__content .keto-hero-page .title__block h7 {
        padding-bottom: 25px;
    }
}

.keto___tips__content .keto-hero-page .title__block .Footer__socialLinks {
    padding-left: 20px;
    display: grid;
    grid-template-columns: repeat(3, 65px);
    width: 100%;
    grid-template-rows: 1fr;
    position: relative;
    top: 60px;
}

@media screen and (max-width: 1300px) {
    .keto___tips__content .keto-hero-page .title__block .Footer__socialLinks {
        top: -20px;
    }
}

@media all and (max-width: 960px) {
    .keto___tips__content .keto-hero-page .title__block .Footer__socialLinks {
        padding: 0;
        grid-template-columns: repeat(3, 45px);
    }
}

.keto___tips__content .keto-hero-page .title__block .Footer__socialLinks a div {
    width: 45px;
    height: 45px;
}

    .keto___tips__content .keto-hero-page .title__block .Footer__socialLinks a div i {
        font-size: 15px;
    }

@media all and (max-width: 960px) {
    .keto___tips__content .keto-hero-page .title__block .Footer__socialLinks a div {
        width: 30px;
        height: 30px;
    }
}

.keto___tips__content .keto-hero-page .block___steps {
    max-width: 800px;
    padding: 50px 0;
    margin: 0 auto;
}

.keto___tips__content .keto___tips__wrapper {
    margin-bottom: 80px;
}

@media all and (max-width: 768px) {
    .keto___tips__content .keto___tips__wrapper {
        margin-bottom: 50px;
    }
}

.keto___tips__content .keto___tips__wrapper:last-child {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 30px;
    padding-bottom: 80px;
}

@media all and (max-width: 768px) {
    .keto___tips__content .keto___tips__wrapper:last-child {
        border: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

.keto___tips__content .keto___tips__wrapper .Macro-hero-page {
    margin-bottom: 0;
}

.keto___tips__content .keto___tips__wrapper .button-wrapper {
    background-color: #eeeeee;
    width: 100%;
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: 100%;
    padding: 50px;
}

    .keto___tips__content .keto___tips__wrapper .button-wrapper a {
        display: grid;
        justify-content: center;
        grid-column: 1/2;
        grid-row: 3/4;
    }

    .keto___tips__content .keto___tips__wrapper .button-wrapper .btn__image {
        max-width: 65%;
        margin: 0 auto;
    }

    .keto___tips__content .keto___tips__wrapper .button-wrapper img {
        grid-column: 1/2;
        grid-row: 1/2;
    }

@media all and (max-width: 960px) {
    .keto___tips__content .keto___tips__wrapper .button-wrapper {
        background-color: #ffffff;
        padding: 0 20px 10px;
    }

        .keto___tips__content .keto___tips__wrapper .button-wrapper img.btn__image {
            background-color: #eeeeee;
            max-width: 100%;
            padding: 10%;
        }
}

.keto___tips__content .keto___tips__wrapper .button-wrapper .product-name {
    font-size: 24px;
    color: #202020;
    font-family: "ModernEraBlack";
    margin: 45px 0 30px;
    width: 100%;
    max-width: 100%;
    justify-content: center;
    display: grid;
    padding-bottom: 0;
    grid-column: 1/2;
    grid-row: 2/3;
}

@media all and (max-width: 960px) {
    .keto___tips__content .keto___tips__wrapper .button-wrapper .product-name {
        margin: 10px 0 20px;
        text-align: center;
        font-size: 14px;
        line-height: normal;
    }
}

.keto___tips__content .keto___tips__wrapper .container__information {
    padding: 0;
}

.keto___tips__content .keto___tips__wrapper .main___wrapper .mini-copy {
    line-height: 1.71;
    font-size: 14px;
    text-align: center;
    max-width: 575px;
}

@media all and (max-width: 768px) {
    .keto___tips__content .keto___tips__wrapper .main___wrapper .mini-copy {
        display: none;
    }
}

.keto___tips__content .keto___tips__wrapper .main___wrapper img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.keto___tips__content .keto___tips__wrapper .main___wrapper .parent {
    display: grid;
    grid-template-columns: 100px auto;
    width: 100%;
}

@media all and (max-width: 960px) {
    .keto___tips__content .keto___tips__wrapper .main___wrapper .parent {
        padding: 0 25px;
        grid-template-columns: 65px auto;
    }
}

.keto___tips__content .keto___tips__wrapper .main___wrapper .number {
    background-color: #84be4c;
    color: #ffffff;
    border-radius: 100%;
    width: 78px;
    height: 78px;
    font-size: 24px;
    display: grid;
    align-items: center;
    justify-content: center;
    font-family: "ModernEraBlack";
    grid-column: 1/2;
    grid-row: 1 / 3;
}

.keto___tips__content .keto___tips__wrapper .main___wrapper h7 {
    font-size: 24px;
    color: #202020;
    font-family: "ModernEraBlack";
    margin-bottom: 0;
}

.keto___tips__content .keto___tips__wrapper .main___wrapper p {
    font-size: 18px;
    color: #202020;
    line-height: 1.56;
    max-width: 100%;
    padding: 10px 0 30px;
}

@media all and (max-width: 960px) {
    .keto___tips__content .keto___tips__wrapper .main___wrapper .number {
        grid-column: 1/2;
        grid-row: 1/2;
        width: 50px;
        height: 50px;
        font-size: 18px;
    }

    .keto___tips__content .keto___tips__wrapper .main___wrapper h7 {
        grid-column: 2/3;
        grid-row: 1/2;
        display: flex;
        align-items: center;
    }

    .keto___tips__content .keto___tips__wrapper .main___wrapper p {
        grid-column: 1/3;
        grid-row: 2 / 3;
    }
}

.Hero___ketotips___bottom.Result-hero-page {
    margin-bottom: 0;
    padding: 0;
}

    .Hero___ketotips___bottom.Result-hero-page h6 {
        text-align: center;
        font-size: 40px;
        color: #202020;
        line-height: 1.25;
        font-family: "ModernEraBlack";
        max-width: 500px;
        margin: 0 auto;
    }

    .Hero___ketotips___bottom.Result-hero-page .testimonial___queto__users {
        background-color: #8a3288;
        margin-top: 150px;
    }

@media all and (max-width: 736px) {
    .Hero___ketotips___bottom.Result-hero-page .testimonial___queto__users {
        background-color: #ffffff;
        margin-bottom: -80px;
    }
}

.Hero___ketotips___bottom.Result-hero-page .testimonial___queto__users .wrap {
    top: -100px;
    margin-bottom: -40px;
}

    .Hero___ketotips___bottom.Result-hero-page .testimonial___queto__users .wrap .child {
        display: grid;
        grid-template-rows: 1.5fr 1fr;
    }

@media all and (max-width: 736px) {
    .Hero___ketotips___bottom.Result-hero-page .testimonial___queto__users .wrap .child {
        grid-template-rows: 0.5fr auto;
        margin: 0 0 20px;
    }

        .Hero___ketotips___bottom.Result-hero-page .testimonial___queto__users .wrap .child:last-child {
            display: none;
        }
}

.Hero___ketotips___bottom.Result-hero-page .testimonial___queto__users .wrap .child .image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
    grid-column: 1/2;
    grid-row: 1/2;
}

@media all and (max-width: 736px) {
    .Hero___ketotips___bottom.Result-hero-page .testimonial___queto__users .wrap .child .image {
        padding: 10vh;
        min-height: 100px;
    }
}

.Hero___ketotips___bottom.Result-hero-page .testimonial___queto__users .wrap .child .copy {
    grid-column: 1/2;
    grid-row: 2/3;
}

@media all and (max-width: 736px) {
    .Hero___ketotips___bottom.Result-hero-page .testimonial___queto__users .wrap .child .copy {
        padding: 20px 30px;
    }
}

.Hero___macro___page.show___form .Footer__socialLinks {
    padding-left: 20px;
    display: grid;
    grid-template-columns: repeat(3, 65px);
    width: 100%;
    grid-template-rows: 1fr;
    position: relative;
    top: 60px;
}

@media screen and (max-width: 1300px) {
    .Hero___macro___page.show___form .Footer__socialLinks {
        top: -20px;
    }
}

@media all and (max-width: 960px) {
    .Hero___macro___page.show___form .Footer__socialLinks {
        padding: 0;
        grid-template-columns: repeat(3, 45px);
    }
}

.Hero___macro___page.show___form .Footer__socialLinks a div {
    width: 45px;
    height: 45px;
}

    .Hero___macro___page.show___form .Footer__socialLinks a div i {
        font-size: 15px;
    }

@media all and (max-width: 960px) {
    .Hero___macro___page.show___form .Footer__socialLinks a div {
        width: 30px;
        height: 30px;
    }
}

.Hero___macro___page.show___form .Meal-plan-day {
    padding: 50px 30px 20px;
}

@media all and (max-width: 768px) {
    .Hero___macro___page.show___form .Meal-plan-day {
        padding: 20px 30px 20px;
    }
}

.Hero___macro___page.show___form .Meal-plan-day .main__content .social-network {
    display: grid;
    justify-content: flex-start;
}

    .Hero___macro___page.show___form .Meal-plan-day .main__content .social-network .Footer__socialLinks {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

        .Hero___macro___page.show___form .Meal-plan-day .main__content .social-network .Footer__socialLinks li a div {
            width: 45px;
            height: 45px;
        }

@media all and (max-width: 768px) {
    .Hero___macro___page.show___form .Meal-plan-day .main__content .social-network .Footer__socialLinks li a div {
        width: 30px;
        height: 30px;
    }
}

.Hero___macro___page.show___form .Meal-plan-day .main__content .social-network .Footer__socialLinks li a div i {
    display: grid;
    align-items: center;
}

    .Hero___macro___page.show___form .Meal-plan-day .main__content .social-network .Footer__socialLinks li a div i:before {
        font-size: 15px;
    }

.Hero___macro___page.show___form .macro___banner .copy__block {
    padding: 80px 30px 20px;
}

.bio-faq-detail .Hero___macro___page.show___form .macro___banner .copy__block {
    padding: 80px 30px 80px;
}

@media all and (max-width: 736px) {
    .Hero___macro___page.show___form .macro___banner .copy__block {
        padding: 40px 30px 20px;
    }
}

.Hero___macro___page.show___form .macro___banner .copy__block h1 {
    font-size: 98px;
    line-height: 1.22;
}

@media all and (max-width: 736px) {
    .Hero___macro___page.show___form .macro___banner .copy__block h1 {
        font-size: 40px;
    }
}

.Hero___macro___page.show___form .macro___banner .copy__block p {
    font-size: 18px;
    line-height: 1.56;
    font-family: "ModernEraLight";
    font-weight: 100;
    margin-top: 20px;
}

@media all and (max-width: 736px) {
    .Hero___macro___page.show___form .macro___banner .copy__block p {
        font-size: 14px;
    }
}

.Hero___macro___page.show___form .macro___banner .copy__block p + p {
    margin-top: 15px;
}

.Hero___macro___page.show___form .main__content .main__content__day {
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
}

@media all and (max-width: 736px) {
    .Hero___macro___page.show___form .main__content .main__content__day {
        margin-top: 20px;
    }
}

.Hero___macro___page.show___form .main__content .main__content__day .line {
    width: 100%;
    display: block;
    margin: 40px 0;
    border-bottom: 1px solid #eeeeee;
}

.Hero___macro___page.show___form .main__content .main__content__day p {
    font-size: 24px;
    font-family: "ModernEraExtraBold";
    line-height: 1.42;
    color: #3d434f;
}

    .Hero___macro___page.show___form .main__content .main__content__day p:after {
        content: '';
        border-bottom: 1px solid #eeeeee;
    }

    .Hero___macro___page.show___form .main__content .main__content__day p + p {
        margin-top: 100px;
    }

.Hero___macro___page.show___form .full___hero {
    padding: 50px 20px;
    text-align: center;
    margin-top: 140px;
}

    .Hero___macro___page.show___form .full___hero.keto {
        background-color: #8a3288;
    }

    .Hero___macro___page.show___form .full___hero.classic {
        background-color: #124c85;
    }

    .Hero___macro___page.show___form .full___hero.macro {
        background-color: #3d434f;
    }

    .Hero___macro___page.show___form .full___hero.low-carb {
        background-color: #916653;
    }

    .Hero___macro___page.show___form .full___hero h7 {
        font-family: "ModernEraExtraBold";
        font-size: 40px;
        line-height: 1.25;
        text-align: center;
        width: 100%;
        display: grid;
        justify-content: center;
    }

    .Hero___macro___page.show___form .full___hero a {
        margin: 15px auto 0;
    }

.Hero___macro___page.show___form .main__content__wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
}

    .Hero___macro___page.show___form .main__content__wrapper .block {
        display: block;
        margin-bottom: 60px;
    }

        .Hero___macro___page.show___form .main__content__wrapper .block.text {
            margin-bottom: 80px;
        }

        .Hero___macro___page.show___form .main__content__wrapper .block.custom {
            margin-bottom: 30px;
        }

        .Hero___macro___page.show___form .main__content__wrapper .block.gray {
            background-color: #eeeeee;
            display: grid;
            justify-content: center;
            padding: 40px;
            margin-bottom: 80px;
        }

            .Hero___macro___page.show___form .main__content__wrapper .block.gray.no__padd {
                padding: 40px 0;
            }

            .Hero___macro___page.show___form .main__content__wrapper .block.gray div + a {
                margin-top: 30px;
            }

@media all and (max-width: 960px) {
    .Hero___macro___page.show___form .main__content__wrapper .block.gray {
        margin: 0 30px 40px;
        padding: 0;
        background-color: #ffffff;
        justify-content: initial;
        text-align: center;
    }

        .Hero___macro___page.show___form .main__content__wrapper .block.gray div {
            background-color: #eeeeee;
            width: 100%;
            display: grid;
            padding: 30px 20px;
        }

            .Hero___macro___page.show___form .main__content__wrapper .block.gray div img {
                width: 90%;
                max-width: 500px;
            }
}

.Hero___macro___page.show___form .main__content__wrapper .block.gray img {
    display: grid;
    margin: 0 auto;
}

.Hero___macro___page.show___form .main__content__wrapper .block.gray p {
    margin-top: 25px;
    margin-bottom: 20px;
}

.Hero___macro___page.show___form .main__content__wrapper .block.gray a {
    margin: 0 auto;
}

.Hero___macro___page.show___form .main__content__wrapper span {
    line-height: 1.71;
    font-size: 14px;
    color: #202020;
    text-align: center;
    display: grid;
    max-width: 60%;
    margin: 10px auto 75px;
}

.Hero___macro___page.show___form .main__content__wrapper img + p {
    display: grid;
    margin-top: 40px;
    margin-bottom: 80px;
}

@media all and (max-width: 960px) {
    .Hero___macro___page.show___form .main__content__wrapper .custom_mob {
        padding: 0 30px;
    }
}

.Hero___macro___page.show___form .main__content__wrapper p {
    line-height: 1.56;
    font-size: 18px;
    color: #202020;
    margin-bottom: 25px;
}

@media all and (max-width: 736px) {
    .Hero___macro___page.show___form .main__content__wrapper p {
        font-size: 14px;
        padding: 0 30px;
    }
}

.Hero___macro___page.show___form .main__content__wrapper p.title {
    font-family: "ModernEraExtraBold";
    font-size: 24px;
}

@media all and (max-width: 736px) {
    .Hero___macro___page.show___form .main__content__wrapper p.title {
        font-size: 18px;
    }
}

.Hero___macro___page.show___form .bottom___wrapper {
    padding-top: 80px;
}

@media all and (max-width: 960px) {
    .Hero___macro___page.show___form .bottom___wrapper {
        margin-bottom: 20px;
    }
}

.Hero___macro___page.show___form .bottom___wrapper .title {
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
}

    .Hero___macro___page.show___form .bottom___wrapper .title h6 {
        font-size: 40px;
        color: #202020;
        line-height: 1.25;
        text-align: center;
        font-family: "ModernEraExtraBold";
    }

.Hero___macro___page.show___form .bottom___wrapper .testimonial___queto__users {
    margin-top: 220px;
    width: 100%;
    background-color: #8a3288;
}

@media all and (max-width: 736px) {
    .Hero___macro___page.show___form .bottom___wrapper .testimonial___queto__users {
        margin-bottom: -150px;
        background-color: white;
    }
}

.Hero___macro___page.show___form .bottom___wrapper .testimonial___queto__users .wrap {
    width: 100%;
    padding: 0 90px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    position: relative;
    top: -150px;
}

@media all and (max-width: 960px) {
    .Hero___macro___page.show___form .bottom___wrapper .testimonial___queto__users .wrap {
        padding: 0 50px;
    }
}

@media all and (max-width: 736px) {
    .Hero___macro___page.show___form .bottom___wrapper .testimonial___queto__users .wrap {
        flex-wrap: wrap;
        padding: 0 20px;
    }
}

.Hero___macro___page.show___form .bottom___wrapper .testimonial___queto__users .wrap svg {
    transform: rotate(-90deg);
}

.Hero___macro___page.show___form .bottom___wrapper .testimonial___queto__users .wrap .child {
    background: #ffffff;
    margin: 0 15px;
}

@media all and (max-width: 736px) {
    .Hero___macro___page.show___form .bottom___wrapper .testimonial___queto__users .wrap .child {
        margin-bottom: 50px;
    }

        .Hero___macro___page.show___form .bottom___wrapper .testimonial___queto__users .wrap .child:last-child {
            display: none;
        }
}

.Hero___macro___page.show___form .bottom___wrapper .testimonial___queto__users .wrap .child .image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
    grid-column: 1/2;
    grid-row: 1/2;
}

@media all and (max-width: 736px) {
    .Hero___macro___page.show___form .bottom___wrapper .testimonial___queto__users .wrap .child .image {
        padding: 10vh;
        min-height: 100px;
    }
}

.Hero___macro___page.show___form .bottom___wrapper .testimonial___queto__users .wrap .child img {
    width: 100%;
}

.Hero___macro___page.show___form .bottom___wrapper .testimonial___queto__users .wrap .child div {
    padding: 40px 50px;
    box-sizing: content-box;
}

@media all and (max-width: 736px) {
    .Hero___macro___page.show___form .bottom___wrapper .testimonial___queto__users .wrap .child div {
        box-shadow: 0 0 10px 0 rgba(193, 193, 193, 0.5);
        padding: 20px 30px;
    }
}

.Hero___macro___page.show___form .bottom___wrapper .testimonial___queto__users .wrap .child div h6 {
    font-size: 24px;
    color: #202020;
    font-weight: 900;
    font-family: "ModernEraExtraBold";
    margin-bottom: 5px;
    line-height: 1.5;
}

.Hero___macro___page.show___form .bottom___wrapper .testimonial___queto__users .wrap .child div p {
    font-size: 18px;
    color: #202020;
    margin-bottom: 15px;
    line-height: 1.56;
}

.Hero___macro___page.show___form .bottom___wrapper .testimonial___queto__users .wrap .child div a {
    text-transform: uppercase;
    color: #202020;
    font-weight: 900;
    font-family: "ModernEraExtraBold";
}

.ask-nutritionist-form {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    z-index: 10000000;
    background-color: rgba(0, 0, 0, 0.5);
}

    .ask-nutritionist-form .main-wrapper {
        position: relative;
        width: 100%;
        height: 95%;
        margin: 40px;
        max-width: 1200px;
    }

@media all and (max-width: 960px) {
    .ask-nutritionist-form .main-wrapper {
        height: 100%;
        margin: 0;
    }
}

.ask-nutritionist-form .main-wrapper .main___div_wrapper {
    width: 100%;
    background-color: #ffffff;
    padding: 0 50px 60px;
    display: flex;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    position: relative;
    border-top: 80px solid white;
    max-width: 1200px;
    margin: 0 auto;
}

    .ask-nutritionist-form .main-wrapper .main___div_wrapper .child:first-child {
        width: 40%;
    }

    .ask-nutritionist-form .main-wrapper .main___div_wrapper .child:last-child {
        width: 60%;
    }

@media all and (max-width: 960px) {
    .ask-nutritionist-form .main-wrapper .main___div_wrapper {
        flex-wrap: wrap;
        padding: 0 50px 50px;
        border-top: 60px solid white;
    }

        .ask-nutritionist-form .main-wrapper .main___div_wrapper .child:first-child, .ask-nutritionist-form .main-wrapper .main___div_wrapper .child:last-child {
            width: 100%;
        }

        .ask-nutritionist-form .main-wrapper .main___div_wrapper button {
            width: 100%;
            max-width: 100%;
            padding: 0;
        }
}

.ask-nutritionist-form .main-wrapper #close__modal {
    position: absolute;
    background-image: url("../img/cross-out.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 15px;
    height: 15px;
    cursor: pointer;
    right: 50px;
    top: 35px;
    z-index: 1;
}

.ask-nutritionist-form .main-wrapper #textCont {
    max-height: 120px;
}

.ask-nutritionist-form .main-wrapper .Contact_Text {
    padding: 0;
    width: 100%;
}

    .ask-nutritionist-form .main-wrapper .Contact_Text p {
        font-weight: 500;
        font-family: "ModernEra";
        font-size: 16px;
        padding-top: 20px;
        margin-top: 0;
        line-height: 1.75;
    }

    .ask-nutritionist-form .main-wrapper .Contact_Text .Contact_Text_Title h2 {
        font-size: 24px;
        line-height: 1.5;
    }

@media all and (max-width: 960px) {
    .ask-nutritionist-form .main-wrapper .Contact_Text .Contact_Text_Title {
        padding-bottom: 0;
        width: 100%;
    }

    .ask-nutritionist-form .main-wrapper .Contact_Text p {
        margin-bottom: 40px;
        width: 100%;
        font-size: 14px;
    }
}

.ask-nutritionist-form .main-wrapper .Contact-Form__content {
    margin-bottom: 50px;
}

    .ask-nutritionist-form .main-wrapper .Contact-Form__content .Contact-Form__submit.margin {
        margin-top: 30px;
    }

@media all and (max-width: 960px) {
    .ask-nutritionist-form .main-wrapper .Contact-Form__content {
        width: 100%;
        margin-bottom: 0;
    }
}

.ask-nutritionist-form .main-wrapper .Contact-Form__content .Contact-Form__input {
    margin-bottom: 25px;
}

    .ask-nutritionist-form .main-wrapper .Contact-Form__content .Contact-Form__input:nth-child(5), .ask-nutritionist-form .main-wrapper .Contact-Form__content .Contact-Form__input:nth-child(6) {
        margin-bottom: 0;
    }

    .ask-nutritionist-form .main-wrapper .Contact-Form__content .Contact-Form__input label + p {
        margin: 10px 0 20px;
        font-weight: 500;
        font-family: "ModernEra";
        font-size: 16px;
    }

@media all and (max-width: 960px) {
    .ask-nutritionist-form .main-wrapper .Contact-Form__content .Contact-Form__input label + p {
        font-size: 14px;
    }
}

.ask-nutritionist-form .main-wrapper .Contact-Form__content .Contact-Form__input b {
    margin-bottom: 10px;
    display: block;
}

.ask-nutritionist-form .main-wrapper .Contact-Form__content .Contact-Form__input .mini {
    font-size: 12px;
    margin-top: 10px;
}

.ask-nutritionist-form .main-wrapper .Contact-Form__content .contact_checkbox .form-group {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 0;
    justify-content: space-between;
}

    .ask-nutritionist-form .main-wrapper .Contact-Form__content .contact_checkbox .form-group > div {
        width: auto;
    }

@media all and (max-width: 736px) {
    .ask-nutritionist-form .main-wrapper .Contact-Form__content .contact_checkbox .form-group {
        flex-direction: column;
    }

        .ask-nutritionist-form .main-wrapper .Contact-Form__content .contact_checkbox .form-group > div {
            margin-bottom: 10px;
            width: 100%;
        }
}

.ask-nutritionist-form .main-wrapper .Contact-Form__content .contact_checkbox .form-group label {
    font-weight: 500;
    font-size: 16px;
    text-transform: initial;
    font-family: "ModernEra";
    display: flex;
    align-items: center;
    height: 20px;
}

.ask-nutritionist-form .main-wrapper .Contact-Form__content .contact_checkbox .form-group input + label:before {
    float: left;
}

.ask-nutritionist-form .main-wrapper .Contact-Form__content .contact_checkbox .form-group input:checked + label:before {
    background-color: #84be4c;
    border-color: #84be4c;
}

.ask-nutritionist-form .main-wrapper .Contact-Form__content .contact_checkbox .form-group input:checked + label:after {
    border-color: #ffffff;
    top: 2px;
    left: 10px;
}

.ask__nutritionist__btn {
    cursor: pointer;
}

.Hero___macro___page.news___page {
    margin-bottom: 100px;
}

    .Hero___macro___page.news___page .Result-hero-page .results__title {
        max-width: 1000px;
    }

@media all and (max-width: 960px) {
    .Hero___macro___page.news___page .Result-hero-page .results__title {
        margin-top: 0;
        font-size: 30px;
        line-height: 1.33;
        max-width: 340px;
    }
}

@media all and (max-width: 480px) {
    .Hero___macro___page.news___page .PCP-ProductItem .PCP-ProductItem__btn {
        width: 100%;
    }
}

.Hero___macro___page.news___page .macro___banner .copy__block {
    background-color: #f15955;
    padding: 80px 30px;
}

@media all and (max-width: 768px) {
    .Hero___macro___page.news___page .macro___banner .copy__block {
        padding: 20px 40px;
    }
}

.Hero___macro___page.news___page .ask-nutritionist-form__news-page {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
}

    .Hero___macro___page.news___page .ask-nutritionist-form__news-page .main-wrapper {
        position: relative;
        width: 100%;
        height: 95%;
        margin: 40px;
    }

        .Hero___macro___page.news___page .ask-nutritionist-form__news-page .main-wrapper .main___div_wrapper {
            width: 100%;
            background-color: #ffffff;
            padding: 0 50px 0;
            display: grid;
            grid-template-columns: 40% 60%;
            overflow-x: auto;
            height: 100%;
            position: relative;
            border-top: 80px solid white;
        }

@media all and (max-width: 960px) {
    .Hero___macro___page.news___page .ask-nutritionist-form__news-page .main-wrapper .main___div_wrapper {
        grid-template-columns: 100%;
        padding: 0;
        border: none;
        margin-top: 30px;
    }
}

.Hero___macro___page.news___page .ask-nutritionist-form__news-page .main-wrapper #close__modal {
    background-image: url("../img/cross-out.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 15px;
    height: 15px;
    cursor: pointer;
    right: 50px;
    top: 35px;
}

.Hero___macro___page.news___page .ask-nutritionist-form__news-page .main-wrapper #textCont {
    max-height: 120px;
}

.Hero___macro___page.news___page .ask-nutritionist-form__news-page .main-wrapper .Contact_Text {
    padding: 0;
    width: 100%;
}

    .Hero___macro___page.news___page .ask-nutritionist-form__news-page .main-wrapper .Contact_Text p {
        font-weight: 500;
        font-family: "ModernEra";
        font-size: 16px;
    }

@media all and (max-width: 960px) {
    .Hero___macro___page.news___page .ask-nutritionist-form__news-page .main-wrapper .Contact_Text .Contact_Text_Title {
        padding-bottom: 0;
        width: 100%;
    }

    .Hero___macro___page.news___page .ask-nutritionist-form__news-page .main-wrapper .Contact_Text p {
        margin-bottom: 40px;
        width: 100%;
        font-size: 14px;
    }
}

.Hero___macro___page.news___page .ask-nutritionist-form__news-page .main-wrapper .Contact-Form__content {
    margin-bottom: 0;
}

@media all and (max-width: 960px) {
    .Hero___macro___page.news___page .ask-nutritionist-form__news-page .main-wrapper .Contact-Form__content {
        width: 100%;
        margin-bottom: 0;
    }
}

.Hero___macro___page.news___page .ask-nutritionist-form__news-page .main-wrapper .Contact-Form__content .Contact-Form__input {
    margin-bottom: 30px;
}

    .Hero___macro___page.news___page .ask-nutritionist-form__news-page .main-wrapper .Contact-Form__content .Contact-Form__input label {
        line-height: 1.56;
    }

        .Hero___macro___page.news___page .ask-nutritionist-form__news-page .main-wrapper .Contact-Form__content .Contact-Form__input label + p {
            margin: 10px 0 20px;
            font-weight: 500;
            font-family: "ModernEra";
            font-size: 16px;
        }

@media all and (max-width: 960px) {
    .Hero___macro___page.news___page .ask-nutritionist-form__news-page .main-wrapper .Contact-Form__content .Contact-Form__input label + p {
        font-size: 14px;
    }
}

.Hero___macro___page.news___page .ask-nutritionist-form__news-page .main-wrapper .Contact-Form__content .Contact-Form__input b {
    margin-bottom: 10px;
    display: block;
}

.Hero___macro___page.news___page .ask-nutritionist-form__news-page .main-wrapper .Contact-Form__content .Contact-Form__input .mini {
    font-size: 12px;
}

.Hero___macro___page.news___page .ask-nutritionist-form__news-page .main-wrapper .Contact-Form__content .Contact-Form__input.required___wrap {
    margin-top: 22px;
    display: grid;
}

    .Hero___macro___page.news___page .ask-nutritionist-form__news-page .main-wrapper .Contact-Form__content .Contact-Form__input.required___wrap p {
        line-height: 1.33;
    }

        .Hero___macro___page.news___page .ask-nutritionist-form__news-page .main-wrapper .Contact-Form__content .Contact-Form__input.required___wrap p a {
            color: #84be4c;
            text-decoration: underline;
        }

        .Hero___macro___page.news___page .ask-nutritionist-form__news-page .main-wrapper .Contact-Form__content .Contact-Form__input.required___wrap p b {
            margin-bottom: 5px;
        }

.Hero___macro___page.news___page .ask-nutritionist-form__news-page .main-wrapper .Contact-Form__content .contact_checkbox {
    margin-bottom: 25px;
}

    .Hero___macro___page.news___page .ask-nutritionist-form__news-page .main-wrapper .Contact-Form__content .contact_checkbox .form-group {
        display: grid;
        grid-template-columns: repeat(4, auto);
        margin-bottom: 0;
        gap: 10px;
        align-items: center;
    }

@media all and (max-width: 736px) {
    .Hero___macro___page.news___page .ask-nutritionist-form__news-page .main-wrapper .Contact-Form__content .contact_checkbox .form-group {
        grid-template-columns: 100%;
    }

        .Hero___macro___page.news___page .ask-nutritionist-form__news-page .main-wrapper .Contact-Form__content .contact_checkbox .form-group div {
            margin-bottom: 10px;
        }
}

.Hero___macro___page.news___page .ask-nutritionist-form__news-page .main-wrapper .Contact-Form__content .contact_checkbox .form-group label {
    font-weight: 500;
    font-size: 16px;
    text-transform: initial;
    font-family: "ModernEra";
    display: flex;
    align-items: center;
    height: 20px;
}

.Hero___macro___page.news___page .ask-nutritionist-form__news-page .main-wrapper .Contact-Form__content .contact_checkbox .form-group input + label:before {
    float: left;
}

.Hero___macro___page.news___page .ask-nutritionist-form__news-page .main-wrapper .Contact-Form__content .contact_checkbox .form-group input:checked + label:before {
    background-color: #84be4c;
    border-color: #84be4c;
}

.Hero___macro___page.news___page .ask-nutritionist-form__news-page .main-wrapper .Contact-Form__content .contact_checkbox .form-group input:checked + label:after {
    border-color: #ffffff;
    left: 10px;
}

.ask-nutritionist-form.email___capture {
    display: none;
}

    .ask-nutritionist-form.email___capture .main-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .ask-nutritionist-form.email___capture .main-wrapper #close__modal__email {
            position: absolute;
            background-image: url("../img/cross-out.svg");
            background-repeat: no-repeat;
            background-size: cover;
            width: 15px;
            height: 15px;
            cursor: pointer;
            right: 50px;
            top: 35px;
            z-index: 1;
        }

@media all and (max-width: 960px) {
    .ask-nutritionist-form.email___capture .main-wrapper {
        margin: 0;
        height: 100%;
    }

        .ask-nutritionist-form.email___capture .main-wrapper #close__modal__email {
            background-image: url("../img/cross-out-white.svg");
        }
}

.ask-nutritionist-form.email___capture .main___div_wrapper {
    padding: 0;
    border: none;
    height: 95%;
    max-width: 1200px;
    min-height: 600px;
    overflow: hidden;
}

@media all and (max-width: 960px) {
    .ask-nutritionist-form.email___capture .main___div_wrapper {
        height: 100%;
        overflow-y: scroll;
        overflow-x: hidden;
    }
}

.ask-nutritionist-form.email___capture .main___div_wrapper .Contact_Text .Contact_Text_Title {
    width: 100%;
}

.ask-nutritionist-form.email___capture .main___div_wrapper .child {
    padding: 50px;
    overflow-y: scroll;
    overflow-x: hidden;
}

@media all and (max-width: 960px) {
    .ask-nutritionist-form.email___capture .main___div_wrapper .child {
        padding: 30px;
    }
}

.ask-nutritionist-form.email___capture .main___div_wrapper .child.navy {
    background-color: #3d434f;
    width: 40%;
}

@media all and (max-width: 960px) {
    .ask-nutritionist-form.email___capture .main___div_wrapper .child.navy {
        width: 100%;
    }
}

@media all and (max-width: 960px) {
    .ask-nutritionist-form.email___capture .main___div_wrapper .Contact_Text_Title {
        margin-top: 0;
    }

        .ask-nutritionist-form.email___capture .main___div_wrapper .Contact_Text_Title img {
            width: 85px;
            display: flex;
            margin: 0 auto;
        }
}

.ask-nutritionist-form.email___capture .main___div_wrapper .Contact_Text_Title h2 {
    color: #ffffff;
    font-size: 32px;
    line-height: 1.41;
    margin-top: 20px;
}

@media all and (max-width: 960px) {
    .ask-nutritionist-form.email___capture .main___div_wrapper .Contact_Text_Title h2 {
        font-size: 30px;
    }
}

.ask-nutritionist-form.email___capture .main___div_wrapper .Contact-Form__content {
    margin-bottom: 0;
}

.ask-nutritionist-form.email___capture .main___div_wrapper .Contact-Form {
    height: 100%;
    display: flex;
}


.Hero___macro___page.news___page .ask-nutritionist-form__news-page .main-wrapper .Contact-Form__content .contact_checkbox .validationerror label {
    color: #f15955;
}

    .Hero___macro___page.news___page .ask-nutritionist-form__news-page .main-wrapper .Contact-Form__content .contact_checkbox .validationerror label:before {
        border-color: #f15955;
    }

@media all and (max-width: 960px) {
    .ask-nutritionist-form.email___capture .main___div_wrapper .Contact-Form {
        margin-bottom: 0;
    }
}

.ask-nutritionist-form.email___capture .main___div_wrapper .Contact-Form .Contact-Form__submit {
    margin-bottom: 30px;
}

.ask-nutritionist-form.email___capture .main___div_wrapper .Contact-Form__input .mini a {
    color: #84be4c;
    text-decoration: underline;
    line-height: 1.33;
}

@media all and (max-width: 960px) {
    .ask-nutritionist-form.email___capture .main___div_wrapper button {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
}


.ask-nutritionist-form.email___capture .main___div_wrapper .Contact-Form__content .contact_checkbox .validationerror label {
    color: #f15955;
}

    .ask-nutritionist-form.email___capture .main___div_wrapper .Contact-Form__content .contact_checkbox .validationerror label:before {
        border-color: #f15955;
    }

.Footer-Form .contact_checkbox .validationerror label {
    color: #f15955;
}

    .Footer-Form .contact_checkbox .validationerror label:before {
        border-color: #f15955;
    }

.Contact-Form .contact_checkbox .validationerror label {
    color: #f15955;
}

    .Contact-Form .contact_checkbox .validationerror label:before {
        border-color: #f15955;
    }

a.btn-facebook.share-btn {
    cursor: pointer;
}

@media (max-width: 736px) {
    .btn.pdp-lifestyle {
        font-size: 13px;
    }
}

/* Allie */

.made-better .made-better-grid { padding: 35px 15px 44px 26px; }
.made-better-grid h2{font-size: 27px;line-height: 37px;color: #3d434f;font-family: 'ModernEraBlack';padding-bottom: 15px;text-transform: uppercase;}
.made-better-grid p{font-size: 14px;line-height: 20px;color: #3d434f;font-family: 'ModernEraMedium';padding-bottom: 20px;}
.made-better-grid p:first-of-type { font-size: 20px; line-height: 28px;font-family: 'ModernEraBlack';}
.made-better-grid .btn.btn--green { height: 40px; line-height: 40px;}
.allie-macro-img img { width: 100%; }
.allie-macro-img .desk-show { display: none; }
.allie-macro-classic .allie-macro-content { padding: 10px 34px 53px 26px; }
.allie-macro-content h2{font-size: 27px;line-height: 37px;color: #3d434f;font-family: 'ModernEraBlack';padding-bottom: 15px;text-transform: uppercase;}
.allie-macro-content p{font-size: 14px;line-height: 20px;color: #3d434f;font-family: 'ModernEraMedium';padding-bottom: 20px;}
.allie-macro-content .btn.btn--green { padding: 0 28px; height: 40px; line-height: 40px; margin-left: 15px; }
.shop-img .desk-show { display: none; }
.shop-product .shop-content { padding: 20px 32px 0 26px; }
.shop-content h2{font-size: 27px;line-height: 34px;color: #3d434f;font-family: 'ModernEraBlack';padding-bottom: 15px;text-transform: uppercase;}
.shop-content p{font-size: 14px;line-height: 20px;color: #3d434f;font-family: 'ModernEraMedium';padding-bottom: 20px;}
.shop-content .btn.btn--green { margin: 0 auto; display: table; }
.product-list-wrapper { padding: 46px 20px 55px 21px; text-align: center; }
.product-list-wrapper h2{font-size: 26px;line-height: 34px;color: #3d434f;font-family: 'ModernEraBlack';text-transform: uppercase;}
.prod-content h4{font-size: 16px;line-height: 23px;color: #3d434f;font-family: 'ModernEraBlack';padding-bottom: 3px;}
.prod-content p{font-size: 14px;line-height: 19px;color: #3d434f;font-family: 'ModernEraMedium';margin-bottom: 10px;overflow: visible;}
.prod-content .btn.btn--green { width: 115px; margin: 0 auto; text-align: center; height: 42px; line-height: 42px; padding: 0 10px; }
.product-list-item{padding-top: 30px;display: inline-table;}
.prod-img img { width: 100%; }
.prod-content{padding-top: 13px;}
.collage-wrap { padding: 0 30px 0 25px; }
.collage-item { padding-bottom: 15px; }
.collage-wrap-tab{display: none;}
.social-media-section { text-align: center; }
.social-media-wrap h2{font-size: 27px;line-height: 34px;color: #3d434f;font-family: 'ModernEraBlack';padding-bottom: 20px;text-transform: uppercase;}
.social-link-icon { margin: 0 5px; display: inline-block; }
.social-link-icon a { width: 53px; height: 53px; background-color: #84be4c; color: white; border-radius: 100%; font-size: 30px; display: flex; align-items: center; justify-content: center; }
.social-media-wrap { padding: 33px 28px 4px 24px; }
.social-media-img { padding: 20px; }
.social-img img { width: 100%; }

@media (max-width:767px) {
	.shop-img img { width: 100%; }
	.collage-wrap .collage-item.collage_5{ display: none; }
	.collage-item img { width: 100%; }
	.social-img { display: inline-block; width: 49%; padding: 0 5px 10px; }
	.product-list-item { width: 49%; }
}
@media (max-width: 991px) {
	.allie-video-bg{display: none;}
}
@media (min-width:768px) {
	.made-better { text-align: center; }
	.allie-macro-classic { position: relative; }
	.allie-macro-content { position: absolute; top: 40px; right: 40px; max-width: 440px; }
	.allie-macro-img .desk-show { display: block; }
	.allie-macro-img .mob-show { display: none; }
	.allie-macro-content .btn.btn--green { margin: 0 0 10px; clear: both; display: table; float: left; }
	.shop-product > div { display: inline-block; width: 50%; }
	.shop-product{display: flex;padding: 97px 0 44px;}
	.shop-img{order: 2;}
	.shop-content{order: 1;}
	.shop-img .desk-show { display: block; }
	.shop-img .mob-show { display: none; }
	.product-list-item { width: 24%;vertical-align: top;}
	.prod-img { display: flex; justify-content: center; align-items: center; }
	.social-link-icon { margin: 0 21px; }
	.social-img { display: inline-block; padding: 0 10px 10px;width: 24%;}
	.social-link-icon a { width: 86px; height: 86px; }
}
@media (min-width: 768px) and (max-width: 991px){
	.allie-macro-content { top: 0; right: 0; max-width: 350px; }
	.shop-product{align-items: center;}
	.collage-wrap{display: none;}
	.collage-wrap-tab{display: block;}
	.collage-wrap-tab .collage-item:first-of-type{margin-bottom: 21px;}
	.collage-wrap-tab .collage-item img { margin: 0 auto; display: block; }
}
@media (min-width: 992px) {
        .allie-video-banner{position: relative;}
	.allie-video-bg img{width: 100%;height: 506px;}
	.allie-video-section { position: absolute;top: 50%; left: 50%;width: 800px; transform: translate(-50%,-50%); }
	.made-better .made-better-grid { max-width: 1440px; padding: 79px 230px 60px;margin: 0 auto;}
        .made-better-grid h2{font-size: 50px;line-height: 45px;padding-bottom: 32px;}
	.made-better-grid p { font-size: 18px; line-height: 28px; padding-bottom: 26px; }
	.made-better-grid p:first-of-type { font-size: 29px; line-height: 28px;}
	.made-better-grid p.notes {line-height: 16px;padding-bottom: 34px;}
	.made-better-grid .btn.btn--green { height: 60px; line-height: 60px; padding: 0 37px; }
	.allie-macro-content h2{font-size: 50px;line-height: 50px;padding-bottom: 24px;}
	.allie-macro-classic .allie-macro-content { top: 128px; padding: 0; }
	.allie-macro-content p { font-size: 18px; line-height: 28px; padding-bottom: 41px; }
	.allie-macro-content .btn.btn--green { padding: 0 20px; height: 60px; line-height: 60px; width: 163px; }
	.shop-product { padding-bottom: 0; max-width: 1440px; margin: 0 auto; }
	.shop-img img { width: 100%; }
	.shop-product .shop-content { padding: 71px 111px 70px 135px; }
	.shop-content h2 { font-size: 50px; line-height: 50px; padding-bottom: 30px; }
	.shop-content p { font-size: 18px; line-height: 28px; padding-bottom: 40px; }
	.shop-content .btn.btn--green { margin: 0; display: inline-block; height: 60px; line-height: 60px; }
	.product-list-wrapper { padding: 90px 0 171px; max-width: 1440px; margin: 0 auto; }
	.product-list-wrapper h2 { font-size: 50px; line-height: 50px; text-transform: uppercase; max-width: 670px; margin: 0 auto 11px; }
	.prod-content h4 { font-size: 29px; line-height: 33px; padding-bottom: 7px; }
	.prod-img { max-width: 268px; margin: 0 auto; }
	.prod-content { padding-top: 17px; }
	.prod-content p { font-size: 18px; margin-bottom: 24px; }
	.prod-content .btn.btn--green { width: 163px; height: 60px; line-height: 60px; }
	.collage-wrap { position: relative; padding: 0 138px 460px; max-width: 1440px; margin: 0 auto; }
	.collage-item { padding-bottom: 0; }
	.collage-wrap .collage-item.collage_1{ position: absolute; right: 138px; }
	.collage-wrap .collage-item.collage_2{ position: absolute; bottom: 18px; right: 422px; }
	.collage-wrap .collage-item.collage_3{ position: absolute; left: 400px; z-index: 2; top: 7px; }
	.collage-wrap .collage-item.collage_4{ position: absolute; top: 107px; left: 138px; }
	.collage-wrap .collage-item.collage_5{ position: absolute; right: 463px; top: 44px; }
	.social-media-wrap { padding: 126px 126px 139px 128px; max-width: 1440px; margin: 0 auto; }
	.social-media-wrap h2 { font-size: 50px; line-height: 50px; padding-bottom: 42px; max-width: 583px; margin: 0 auto; }
	.social-media-img { padding: 85px 0 0; }
}
@media (min-width: 992px) and (max-width: 1200px) {
        .shop-product .shop-content {padding: 71px 25px 70px;}
}
@media (min-width: 992px) and (max-width: 1399px) {
	.allie-macro-classic .allie-macro-content { top: 30px; right: 0; }
	.collage-wrap {padding: 0 40px 460px; max-width:1100px;}
	.collage-item{max-width: 300px;}
	.collage-wrap .collage-item.collage_1{right: 40px;}
	.collage-wrap .collage-item.collage_2{right: 250px;}
	.collage-wrap .collage-item.collage_3{left: 300px;}
	.collage-wrap .collage-item.collage_4{left: 40px;}
	.collage-wrap .collage-item.collage_5{right: 300px;}
}
@media (min-width: 1400px){
	.collage-wrap .collage-item.collage_3{left: 487px;}
	.social-img{padding: 0 15px;}
	.allie-macro-content {right: 161px; }
}

.ie_11 .Hero_homepage___lifestyle .bottom___wrapper a{display: inline-flex;}
@media (min-width: 768px){
      .ie_11 .Hero_homepage___lifestyle .bottom___wrapper .block{display: inline-block;width: 48%;margin: 0 5px;text-align: center;}
}

/* Allie css end */

/* IE Header Fix*/
.Header__logo { background-size: 100%; }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
	.Header__nav a { display: block; }
	.Header__linkWithDropdown .Header__dropdownContent { align-items: stretch; }
}

/** Footer superscript update**/
.LegalFooter p {overflow: visible;}
.LegalFooter p sup {top: 0;}


@media (max-width: 991px){
    .allie-video-section iframe#videoiframeload {width: 100%!important;}
}
@media (max-width: 736px) and (orientation: landscape){
    .allie-video-section iframe#videoiframeload {height: 380px!important;}
}
@media (max-width: 568px) and (orientation: landscape){
    .allie-video-section iframe#videoiframeload {height: 320px!important;}
}
@media (max-width: 414px){
    .allie-video-section iframe#videoiframeload {height: 220px!important;}

    .bio-faq-detail .Header{height: 69px;}

    .bio-faq-detail a{
        word-break: break-all;
    }

    .bio-faq-detail .main__content__wrapper{padding:63px 0px 0px 0px;}

    .bio-faq-detail .contentBox{margin:0px 30px 25px 30px;}

    .bio-faq-detail .Hero___macro___page.show___form .macro___banner .copy__block{padding: 40px 30px 50px;}

    .bio-faq-detail .Hero___macro___page.show___form .macro___banner .copy__block h1{font-size: 33px;}

    .bio-faq-detail .bio-faq-list {padding: 0px 30px}

}

.ftnotescls
{
color:white;
}

/*immune support image*/
.immune-support .PCP-InfoItem__img {
     transform: translate(5%, -28%) scale(0.5);
}

@media all and (max-width: 736px) {
.PCP-InfoItem .immune-img {
     transform: translate(5%, -34%) scale(0.5);
    }
}


.bio-faq-detail .bio-faq-list {
    display: flex;
    line-height: 25px;
    font-family: 'ModernEra';
    font-size: 14px;
    line-height: 28px;
    color: #000;
}

.bio-faq-detail .bio-faq-list div:first-child{
    margin-right: 20px;
}

.mb-20{
    margin-bottom: 20px;
}

.bio-faq-detail .Hero___macro___page.show___form .main__content__wrapper p{
    color: #000;
}
.Footer-Form .Footer-Form__input .legal_copy strong {
  color: #ffffff;
 font-size: 12px;
  display: grid;
  margin-bottom: 10px;
}

.Home-Team {

 background-color: #ffffff;
 z-index: 2;

}

@media ( min-width: 1350px) and (max-width: 1899px) {

 .Home-Products .product-one {

   background-size: 36.2vw;

}

 .Home-Hero .Home-Hero__text {

    width: 85%;
    padding-top: 60px;
    padding-right: 0;
    padding-bottom: 30px;
    flex-shirnk: 2;
    z-index: 1;
    order: 1;
}

.Home-Hero .Home-Hero__img img {


   width: 100%;

}

.Home-Hero .Home-Hero__title h1 {

   padding-right: 50px;
   font-size: 120px;

}

.nutri-sub {

   color: white;
   font-size: 77px;
   line-height: 44px;
   padding-top: 22px;


}

.Rectangle {

 color: white;
 width: 100%;
 font-size: 24px;
 height: auto;
 margin: 62px 0 20px;
 padding: 18px 37px 18px 48%;
 background-color: #2d9c3f;


}

.Home-Hero .Home-Hero__body {

  font-weight: 100;
  padding-top: 30px;
  padding-left: 10px;
  font-size: 33px;
  color: white;
  line--height: 1.42;
  font-family: "ModernEraMedium";
  width: 600px;
}

.Home-Hero .Home-Hero__text a.btn {


  width: 350px;
  margin-left: 10px;

}

.Rectangle strong {

  font-size: 38px;

}



.Home-Grid__item.text-wrapper:nth-of-type(2) {

  padding-top: 100px;
  padding-left: 30px;

}

.product-one .text-wrapper p { font-size: 24px;}

.Home-Favorites {

 margin-top: 100px;

}

.Home-Products .shakeProduct {

  padding-top: 0;
}


}

@media (min-width: 1200px) and (max-width: 1365px) {

.Home-Products .product-one {

   background-size: 34vw;

}

.Home-Products .product-one .Home-Promo__parallax .simpleParallax{

  padding-top: 80px;
  height: 800px;

}

.Home-Products .product-one .Home-Promo__parallax .simpleParallax img {

 width: 30%;

}

}

@media (min-width: 1366px) and (max-width: 1369px) {

 .Home-Products .product-one {

   background-size: 34.4vw;

}

.Home-Products .product-one .Home-Promo__parallax .simpleParallax img {

  width: 30%;

}

.Home-Products .product-one .Home-Promo__parallax .simpleParallax{

  padding-top: 80px;
  height: 800px;

}

}

@media ( min-width: 1370px) and (max-width: 1430px) {

 .Home-Products .product-one {

   background-size: 40.4vw;

}
.Home-Hero .Home-Hero__img img {


   width: 100%;

}

.Home-Hero .Home-Hero__title h1 {

   padding-right: 50px;
   font-size: 90px;

}

.nutri-sub {

   color: white;
   font-size: 58px;
   line-height: 44px;
   padding-top: 22px;


}

.Rectangle {

 color: white;
 width: 100%;
 font-size: 24px;
 height: auto;
 margin: 62px 0 20px;
 padding: 18px 37px 18px 30%;
 background-color: #2d9c3f;


}

.Home-Hero .Home-Hero__body {

  font-weight: 100;
  padding-top: 30px;
  padding-left: 10px;
  font-size: 23px;
  color: white;
  line--height: 1.42;
  font-family: "ModernEraMedium";
  width: 410px;
}

.Home-Hero .Home-Hero__text a.btn {

  
  width: 250px;
  margin-left: 10px;
  font-size: 14px;

}

.Rectangle strong {

  font-size: 38px;

}



.Home-Grid__item.text-wrapper:nth-of-type(2) {


  padding-top: 100px;
  padding-left: 30px;
  padding-bottom: 150px;
}

.Home-Favorites {

 margin-top: 100px;

}

.Home-Products .shakeProduct {

  padding-top: 0;
}

.Home-Products .product-one .Home-Promo__parallax .simpleParallax{

  padding-top: 80px;
  height: 800px;

}

.Home-Products .product-one .Home-Promo__parallax .simpleParallax img {

 width: 32%; padding-left: 55px;

}


}
@media ( min-width: 1430px) and (max-width: 1469px) {

 .Home-Products .product-one {

   background-size: 40.2vw;

}

.Home-Products .product-one .Home-Promo__parallax .simpleParallax{

  padding-top: 80px;
  height: 800px;

}

}

@media (min-width: 1470px) and (max-width: 1600px) {


.Home-Products .product-one {

  background-size: 29.4vw;

}


.Home-Products .product-one .Home-Promo__parallax .simpleParallax img {

 width: 26%;

}

.Home-Products .product-one .Home-Promo__parallax .simpleParallax{

  padding-top: 80px;
  height: 800px;

}

}

@media ( min-width: 1700px) and (max-width: 1899px) {

 .Home-Products .product-one {

   background-size: 40.2vw;

}

.Home-Products .product-one .Home-Promo__parallax .simpleParallax{

  padding-top: 50px;
  height: 1000px;
   padding-left: 70px;

}

.Home-Products .product-one .Home-Promo__parallax .simpleParallax img {

 width: 28%;

}

 .Home-Products .product-one .image-wrapper { width: 50%; padding-top: 91px; padding-left: 7.8vw; padding-bottom: 40px; }

 .Home-Grid__item.text-wrapper:nth-of-type(2) { width: 37%; padding-top: 160px; padding-left: 30px; }

}

@media (min-width: 1500px) and (max-width: 1599px) {

 .Home-Products .product-one {

 background-size: 29.9vw;

}
}
@media (max-width: 374px) {

 .Home-Products .product-one {

     
     background-position: left top, left top;
     background-size: 250px, 100% calc(28vh + 46px);
  }


}

@media (min-width: 375px) and (max-width:389px) {

 .Home-Products .product-one {

    
     background-position: left top, left top;
     background-size: 250px, 100% calc(28vh + 70px);
  }

}

@media (min-width: 390px) and (max-width:450px) {

 .Home-Products .product-one {


     background-position: left top, left top;
     background-size: 260px, 100% calc(20vh + 90px);
  }

}

@media ( min-width: 1900px) {

  .Home-Products .product-one {

   background-size: 26.4vw;

}

 .Home-Hero .Home-Hero__text {

    width: 85%;
    padding-top: 60px;
    padding-right: 0;
    padding-bottom: 30px;
    flex-shirnk: 2;
    z-index: 1;
    order: 1;
}

.Home-Hero .Home-Hero__img img {


   width: 90%;

}

.Home-Hero .Home-Hero__title h1 {

   padding-right: 50px;
   font-size: 120px;

}

.nutri-sub {

   color: white;
   font-size: 77px;
   line-height: 44px;
   padding-top: 22px;


}

.Rectangle {

 color: white;
 width: 100%;
 font-size: 24px;
 height: auto;
 margin: 62px 0 20px;
 padding: 18px 37px 18px 48%;
 background-color: #2d9c3f;


}

.Home-Hero .Home-Hero__body {

  font-weight: 100;
  padding-top: 30px;
  padding-left: 10px;
  font-size: 33px;
  color: white;
  line--height: 1.42;
  font-family: "ModernEraMedium";
  width: 600px;
}

.Home-Hero .Home-Hero__text a.btn {

  margin-top: 70px;
  width: 350px;
  margin-left: 10px;

}

.Rectangle strong {

  font-size: 38px;

}



.Home-Grid__item.text-wrapper:nth-of-type(2) {

  
  padding-top: 100px;
  padding-left: 30px;

}

.product-one .text-wrapper p { font-size: 24px; }

.Home-Favorites {

 margin-top: 200px;

}

.Home-Products .shakeProduct {

  padding-top: 0;
}

.Home-Products .product-one .Home-Promo__parallax .simpleParallax{

  padding-top: 80px;
  height: 800px;

}

.Home-Page .Home-Products .product-one .Home-Promo__parallax .simpleParallax{ height: auto; }

.Home-Products .product-one .Home-Promo__parallax .simpleParallax img {

 width: 23%;

}


}

@media ( min-width: 1024px) and (max-width: 1199px) {

  .Home-Products .product-one {

   background-size: 26.4vw;

}

 .Home-Hero .Home-Hero__text {

    width: 30%;
    padding-top: 45px;
    padding-right: 0;
    padding-bottom: 30px;
    flex-shirnk: 2;
    z-index: 1;
    order: 1;
}

.Home-Hero .Home-Hero__img img {


   width: 90%;

}

.Home-Hero .Home-Hero__title h1 {

   padding-right: 50px;
   font-size: 48px;

}

.nutri-sub {

   color: white;
   font-size: 31px;
   line-height: 44px;
   padding-top: 22px;


}

.Rectangle {

 color: white;
 width: 100%;
 font-size: 12px;
 height: auto;
 margin: 20px 0 20px;
 padding: 18px 37px 18px 36%;
 background-color: #2d9c3f;


}

.Rectangle strong { font-size: 18px!important;}

.Home-Hero .Home-Hero__body {

  font-weight: 100;
  padding-top: 30px;
  padding-left: 10px;
  font-size: 14px;
  color: white;
  line-height: 1.42;
  font-family: "ModernEraMedium";
  width: 225px;
}

.Home-Hero .Home-Hero__text a.btn {

  margin-top: 30px;
  width: 150px;
  margin-left: 10px;
  font-size: 8px;
  padding: 0;
}

.Rectangle strong {

  font-size: 12px;

}



.Home-Grid__item.text-wrapper:nth-of-type(2) {

  width: 28%;
  padding-top: 100px;
  padding-left: 30px;

}

.Home-Favorites {

 margin-top: 200px;

}

.Home-Products .shakeProduct {

  padding-top: 0;
}

.Home-Products .product-one .Home-Promo__parallax .simpleParallax{

  padding-top: 80px;
  height: 800px;

}



}

@media (min-width: 360px) and (max-width: 374px) {

.Home-Hero__title h1.nutri-head {

    font-size: 56px;
}

.Home-Hero__title strong.nutri-sub {


  font-size: 36px!important;
}

.Rectangle {



   padding: 12px 37px 12px 32%;


}

}


@media (min-width: 375px) and (max-width: 389px) {

.Home-Hero__title h1.nutri-head {

    font-size: 59px;
}

.Home-Hero__title strong.nutri-sub {


  font-size: 38px!important;
}

.Rectangle {



   padding: 12px 37px 12px 35%;


}

}

@media (min-width: 390px) and (max-width: 410px) {

.Home-Hero__title h1.nutri-head {

    font-size: 59px;
}

.Home-Hero__title strong.nutri-sub {


  font-size: 38px!important;
}

.Rectangle {



   padding: 12px 37px 12px 33%;


}

}

@media (min-width: 411px) and (max-width: 767px) {

.Home-Hero__title h1.nutri-head {

    font-size: 64px;
}

.Home-Hero__title strong.nutri-sub {


  font-size: 41px!important;
}

.Rectangle {



   padding: 12px 37px 12px 38%;


}

}

@media (max-width: 767px) {


.About-Team .About-Grid.About-Team__grid .About-Grid__items .About-Grid__item:first-child {

  margin-top: -20px;
  margin-left: 40px;


}

}

@media (min-width: 320px) and (max-width: 359px) {

.Home-Hero__title h1.nutri-head {

    font-size: 45px;
}

.Home-Hero__title strong.nutri-sub {


  font-size: 29px!important;
}

.Rectangle {



   padding: 12px 37px 12px 41px;


}

}

.squad-module .btn--whitegreen,.real-madrid .btn--whitegreen {
   background-color: #84be4c;
    color: white;

}
.Home-Hero .Home-Hero__title h1 span { font-family: 'ModernEraBlack'; font-weight: 900; color: #ffffff; font-size: 48px; position: relative; bottom: 10px;}
.Home-Hero .Home-Hero__text li { display: block;}

.Home-Hero .Home-Hero__text li span { display: block; font-weight: bold;  font-family: "ModernEraBlack";  }

.Home-Hero .Home-Hero__body:last-of-type { color: #000000; font-size: 12px; font-family: "ModernEraBlack"; }

.real-madrid {  background-image: url('../img/home-rm-hero.png'); background-repeat: no-repeat!important; background-size: contain!important;  }


.squad-module {  background-image: url('../img/home-zp-squad-hero.png')!important; background-repeat: no-repeat!important; background-size: contain!important;  }

.real-madrid .Home-Promo__parallax{ position: relative!important;}

@media (min-width: 768px) {

.Home-Hero .Home-Hero__img.nbp-mobimg{ display:  none;}
}


@media(min-width: 1024px) {

.PCP-Hero__body li img { position: relative; top: 10px; width: 40px; left: 5px;}

.PCP-Hero__body li strong { color: #202020;  text-transform: uppercase; font-family: "ModernEraBlack"; margin-left: 17px; font-size: 29px;}

.PCP-Hero__body li span { margin-left: 60px;}

.PCP-Hero .PCP-Hero__text { width: 45%; padding-top: 120px; padding-right: 100px; padding-bottom: 30px;}

.PCP-Hero .PCP-Hero__img { width: 55%; margin-top: 75px; margin-bottom: 80px; padding: 0;}

.Home-Hero .Home-Hero__text hr:first-of-type { width: 85%; }
.Home-Hero__img.img-tab, .Home-Hero__img.img-mob { display: none;}
.Home-Hero .Home-Hero__text li span { text-indent: 60px; }
.Home-Hero .Home-Hero__text hr:last-of-type { display: none;}
.Home-Hero .Home-Hero__text li img {position: relative; top: 35px;right: 10px; }
.Home-Hero .Home-Hero__text li  { font-size: 28px; margin-left: 20px; }
.squad-module .text-wrapper img { width: 50px!important; padding-right: 20px;}
.squad-module .btn--whitegreen { display: block; width: 250px; margin-top: 20px;}
.Home-Hero .Home-Hero__title h1{

 color: #ffffff;
 text-transform: capitalize;
  padding-right: 0;
  font-size: calc(4.35vw + (12 - 6) * ((100vw - 1200px) / (2400 - 1200)));

}
.real-madrid {  background-image: url('../img/home-rm-hero-desk.png')!important; background-repeat: no-repeat!important; background-size: contain!important;  }
.real-madrid .Home-Promo__parallax img { top: 50px; right: 15px; position: absolute; width: 540px;}

.Home-Hero .Home-Hero__body:last-of-type { font-size: 11px; margin-top: 12px; margin-left: 70px;}
.Home-Hero .Home-Hero__text {

 max-width: 800px;

}


.Home-Hero .Home-Hero__img img { width: 91%;}

.Home-Hero .Home-Hero__body:first-of-type { font-size: calc(1.5vw + (12 - 6)*((100vw - 1200px)/(2400 - 1200))); color: #000000; padding-top: 13px; padding-bottom: 20px; text-transform: uppercase; line-height: normal; font-family: "ModernEraBlack";}

.real-madrid .text-wrapper { width: 50%; padding-left:0!important; padding-top: 91px; padding-bottom: 79px!important;}
.squad-module .text-wrapper { width: 50%; padding-left:0!important; padding-top: 91px; padding-bottom: 63px!important;}

.real-madrid .text-wrapper h2, .squad-module .text-wrapper h2{ font-size: calc(1.7em + 0.625 * (100vw - 26.5em) / 93.5)!important; margin-bottom: 42px!important;}


.real-madrid .text-wrapper p, .squad-module .text-wrapper p { width: 500px; margin-bottom: 42px; font-size: 18px; }

.real-madrid .text-wrapper p { margin-bottom: 48px!important; }

.real-madrid .Home-Grid__items, .squad-module .Home-Gird__items { padding-top: 40px;
}

}


@media (min-width: 1600px) and (max-width: 1800px) {

.PCP-Hero__body li img { position: relative; top: 20px; width: auto; left: 5px;}

.PCP-Hero__body li strong { color: #202020;  text-transform: uppercase; font-family: "ModernEraBlack"; margin-left: 17px;}

.PCP-Hero__body li span { margin-left: 80px;}

.PCP-Hero .PCP-Hero__text { width: 45%; padding-top: 180px; padding-right: 100px; padding-bottom: 30px;}

.PCP-Hero .PCP-Hero__img { width: 55%; margin-top: 75px; margin-bottom: 80px;}

.Home-Hero .Home-Hero__text {

 width: max(530px, 31%);

}

.PCP-Hero__body { padding-top: 20px; font-size: 24px;}

.Home-Hero .Home-Hero__text a.btn { margin-top: 50px; margin-bottom: 10px; width: 300px; margin-left: 25px }

.PCP-Hero__body li { bottom: 10px; }

}

@media (min-width: 768px) and (max-width: 991px) {

.PCP-Hero .PCP-Hero__img { width: 53%; margin-top: 40px; margin-bottom: 80px; padding:0;}

.Home-Products .product-one { margin-left: -25px; }

.Home-Hero__img.img-tab,  .Home-Hero__img.img-tab img { width: 335px;}
.Home-Hero__img.img-desk, .Home-Hero__img.img-mob { display: none;}
.Home-Hero__img.img-tab img:last-of-type { margin-left: 10px; }
.Home-Hero { padding-bottom; 0!important;}

.real-madrid {  background-image: url('../img/home-rm-hero-tab.png')!important; background-repeat: no-repeat!important; background-size: contain!important;  }

.squad-module {  background-image: url('../img/home-zp-squad-hero-tab.png')!important; background-repeat: no-repeat!important; background-size: contain!important;  }

.Home-Hero .Home-Hero__title h1{

 color: #ffffff;
 text-transform: capitalize;
  padding-right: 0;


}

.Home-Hero .Home-Hero__body:first-of-type { margin-left: 20px; color: #000000; padding-top: 13px; padding-bottom: 20px; text-transform: uppercase; line-height: normal; font-family: "ModernEraBlack";}

.Home-Hero .Home-Hero__body:last-of-type { font-size: 11px; margin-top: 12px; margin-left: 60px;}

.Home-Hero .Home-Hero__text li span { text-indent: 60px; }
.Home-Hero .Home-Hero__text hr:last-of-type { display: none;}
.Home-Hero .Home-Hero__text li img {position: relative; top: 30px;}
.Home-Hero .Home-Hero__text li  { font-size: 24px;}

.squad-module .text-wrapper img { width: 50px!important; padding-right: 20px;}
.squad-module .btn--whitegreen { display: block; width: auto; margin-top: 20px; width: 300px;}
.real-madrid .btn--whitegreen { width: 300px; }
.real-madrid .text-wrapper { margin-top: 350px; padding: 100px 50px; padding-bottom: 150px!important;}
.real-madrid .Home-Promo__parallax {display: block;}
.squad-module  .text-wrapper { margin-top: 350px; padding: 100px 50px; padding-bottom: 150px!important;}
.real-madrid .Home-Promo__parallaxImg { display: block!important; top: 45px; right:  5px; position: absolute; width: 450px;}
.real-madrid .text-wrapper h2 { width: 350px;  }
.Home-Hero .Home-Hero__title h1 { font-size: 66px; }
.Home-Hero .Home-Hero__text { padding-top: 50px;padding-right: 20px; }

.Home-Hero .Home-Hero__text a.btn { margin-top: 45px; margin-left: 20px;}
}

@media (max-width:767px) {

.Home-Hero__img.img-tab, .Home-Hero__img.img-desk { display: none;}
.Home-Hero .Home-Hero__text .btn--whitegreen { width: auto;}
.Home-Hero .Home-Hero__text li span { text-indent: 60px; }
.Home-Hero .Home-Hero__text hr:last-of-type { display: block; margin-top: 20px;}
.Home-Hero .Home-Hero__text li img {position: relative; top: 30px;}
.Home-Hero .Home-Hero__text li  { font-size: 20px;}
.squad-module .text-wrapper img { width: 50px!important; padding-right: 20px;}
.squad-module .btn--whitegreen { display: block; width: auto; margin-top: 20px;}
.Home-Hero .btn--whitegreen, .product-one .btn--whitegreen  { display: block; }
.Home-Hero .Home-Hero__title h1{

 color: #ffffff;
 text-transform: capitalize;
  padding-right: 0;
  font-size: 48px;

}

.Home-Hero .Home-Hero__title h1 span { font-size: 38px; bottom: 8px;}
.real-madrid {  background-image: url('../img/home-rm-hero-mob.png')!important; background-repeat: no-repeat!important; background-size: contain!important;  }
.real-madrid .btn--whitegreen { display: block; width: auto; }

.real-madrid .Home-Promo__parallax { display: block;}

.real-madrid .Home-Promo__parallaxImg { display: block!important; top: 55px; left:  40px; position: absolute; width: 80%;}

.Home-Hero .Home-Hero__body:last-of-type { font-size: 8px; margin-top: 12px; margin-left: 60px;}
.Home-Hero .Home-Hero__text {

 max-width: 800px;

}

.Home-Products .product-one {margin-left: -18px;}
.Home-Hero .Home-Hero__img img { width: 91%;}

.Home-Hero .Home-Hero__body:first-of-type { font-size: 20px; color: #000000; padding-top: 13px; padding-bottom: 20px; text-transform: uppercase; line-height: normal; font-family: "ModernEraBlack";}

.real-madrid .text-wrapper, .squad-module .text-wrapper { margin-top: 120px; width: 50%; padding-left:0!important; padding-top: 91px; padding-bottom: 63px!important;}

.real-madrid .text-wrapper h2, .squad-module .text-wrapper h2{ font-size: 42px!important; margin-bottom: 42px!important;}


.real-madrid .text-wrapper p, .squad-module .text-wrapper p { width: auto; margin-bottom: 42px; font-size: 18px; }

.real-madrid .Home-Grid__items, .squad-module .Home-Gird__items { padding-top: 40px; }



}

.About-Hero {

 display: flex;
 flex-direction: row-reverse;
 padding: 30px 0 30px;
 background-image: url("../img/home-hero-bg.png");
 background-size: cover;
}


.About-Hero .About-Hero__img {

 width: 100%;
 z-index: 1;
 flex-shrink: 1;
 order: 2;

}

.About-Hero .About-Hero__img img {


 width: 91%;
 margin-top: 0;


}

.About-Hero__text {


 width: 100%;
 padding: 120px 149px 34px 0!important;
 z-index: 1;
 position: relative!important;
 top: 0;
 left: 0;
 flex-shrink: 2;

}

.About-Hero .About-Hero__text > div {

 display: block;


}

.About-Hero .About-Hero__text > div:first-child {

 width: auto;

}

.About-Hero .About-Hero__text > div:last-child {

   width: 100%;
} 

.About-Hero .About-Hero__body + span { color: #ffffff; font-size: 10px; display: block; padding-bottom: 20px;}

.About-Hero .About-Hero__title .btn--whitegreen {

 margin-top: 20px;
}

.About-Product-Features { background-color: #ffffff; }

.About-Product-Features .About-Hero__body { color: #000000; }

.About-Product-Features ul { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-around; }

.About-Product-Features ul li { margin: 20px auto; }

.About-Product-Features ul li strong { display: block; font-family: "ModernEraBlack";}

.PCP-Hero.classic { background-image:url("../img/home-hero-bg.png"); background-size: cover;}

.PCP-InfoItem__body li { display: block;}

 .Real-Madrid-Page .rewards p { color: #202020!important;}
.Real-Madrid-Page .rewards .rewards-head-text span { display: block; text-align: center;}
.Real-Madrid-Page .rewards .rewards-head-text { text-transform: uppercase; color: #202020;}
.Real-Madrid-Page .rewards .rewards-head-text span:first-of-type,.Real-Madrid-Page .rewards .rewards-head-text span.win-text { font-family: "ModernEraBlack";}
.Real-Madrid-Page .rewards .rewards-head-text span.amount-text { font-family: "ModernEraExtraBold"; background-color: #000000; color: #ffffff; margin:0 auto;}

.Squad-Page .product-one { background-color: #3d434f;}
@media (min-width: 1024px) {

.Squad-Page .Hero-content-hub .child.copy h1 { font-size: 144px;} .Squad-Page .Hero-content-hub .child.copy h6 { font-size: 80px;}
.Squad-Page .About-Team .About-Grid .About-Grid__items .About-Grid__item span { font-weight: bold;}
.Squad-Page .Hero-content-hub .child.copy { padding: 0!important; margin: 130px auto; text-align: center;}
.Squad-Page .About-Team .About-Grid .About-Grid__items .About-Grid__item:nth-of-type(2) { margin-bottom: 130px;}
.Squad-Page .About-Team .About-Grid .About-Grid__items .About-Grid__item:nth-of-type(3) { margin-bottom: 135px;}
.Squad-Page .product-one .Home-Grid__items { margin-left: 300px;}

.Squad-Page .product-one .Home-Grid__item { padding-left: 0; }

.Squad-Page .product-one .Home-Grid__item.image-wrapper { width: 30%; padding-top: 0; padding-left: 7vw; padding-bottom: 30px;}
.Squad-Page .Squad-Grid img:first-of-type { width: 50%; margin-bottom: -10px;  }
.Squad-Page .Squad-Grid img:last-of-type { width: 49.9%; margin-left: -4px; margin-bottom: -10px; }
.Squad-Page .product-one .Home-Grid__item.text-wrapper:nth-of-type(2) {

   width: 50%; margin-top: 5%; margin-left: 70px;
}

.Squad-Page .About-Team { margin-top: -20px;}
.Squad-Page .product-one { background-image: url("//static-nocdn.abbottnutrition.com/cms/preview-web8/zoneperfect.com/img/zp-squad-fitandfabyou-desk.png"); background-size: contain;}

.Squad-Page .About-Team h6 { margin-top: 80px;  text-align: center; font-size: 50px; font-family: "ModernEraBlack";}

.Squad-Page .product-one .Home-Grid__item.text-wrapper h6 { text-transform: uppercase; color: #ffffff; font-size: 40px;font-family:"ModernEraBlack"; }

.Squad-Page .product-one .Home-Grid__item.text-wrapper p { font-size: 24px;}

.Squad-Page .product-one .Home-Grid__item.text-wrapper ul li {  display: block; margin: 25px 0; font-size: 24px; color: #ffffff; font-family: "Modern Era";}

.Squad-Page .product-one .Home-Grid__item.text-wrapper ul li img { width: 30px; positiojn: relative; top: 5px;margin-right: 10px; }

.Real-Madrid-Page .rewards .child.copy > div { text-align: center;}

.Real-Madrid-Page .rewards { background-image: url("//static-nocdn.abbottnutrition.com/cms/preview-web8/zoneperfect.com/img/real-madrid-rewards-bg-desk.png"); background-size: 100% 100%; max-height: none!important; } 

.Real-Madrid-Page .rewards .child.image{ background-position: bottom center; background-size: 85%; min-height: 0!important;}

.Real-Madrid-Page .hero-banner { background-image: url("../img/real-madrid-hero-bg-desk.png"); background-size: 100%; }

.Real-Madrid-Page .hero-banner h1 { font-size: 80px!important;}

.Real-Madrid-Page .hero-banner p { font-size: 24px!important; width: 700px; margin-bottom: 30px!important;}

.Real-Madrid-Page .rewards .rewards-head-text { margin-bottom: 30px;}

.Real-Madrid-Page .rewards .rewards-head-text span:first-of-type { font-size: 36px; margin-top: 65px;}

.Real-Madrid-Page .rewards .rewards-head-text span.win-text  { margin-top: -10px; font-size: 164px; }

.Real-Madrid-Page .rewards .rewards-head-text span.amount-text { font-size: 60px; width: 260px;}

.Real-Madrid-Page .rewards p { width: 720px;}

.Real-Madrid-Page .rewards .btn-primary { margin-bottom: 80px; width: 300px;}

.Real-Madrid-Page .rm-foundation .btn-primary { width: 300px;}

.Real-Madrid-Page .rm-foundation .child.image { background-size: 100%!important; width: 450px; margin: 0 auto; margin-top: 80px;}

.Real-Madrid-Page .rm-foundation h6 { color: #84be4c!important; width:1200px;}

.Real-Madrid-Page .rm-foundation p { color: #202020!important; width: 800px!important; }

.Real-Madrid-Page .Footer { margin-top: 80px; }

.classic .PCP-InfoItem__body img, .macro .PCP-InfoItem__body img { width: 30px;}



.PCP-InfoItem__content.classic .PCP-InfoItem__img.img-bottom { position: absolute; right: 10%; top: 80%; width: 1200px; max-width: 800px;}

.PCP-InfoItem__body li:first-of-type div {

   position: relative; 
   left: 10px;
   top: 10px;
   color: #ffffff;
   font-size: 18px;
   width: 300px;
   display: inline-block;

}

.PCP-InfoItem__body li div { display: inline-block; position: relative; }

.PCP-InfoItem__body li:nth-of-type(2) div { width: 300px; top: 25px; left: 10px; }

.PCP-InfoItem__body li:nth-of-type(3) img { position: relative; bottom: 0px;}
.PCP-InfoItem__body li:nth-of-type(3) div { width: 260px; left: 10px; top: 45px; margin-bottom: 0; }
.PCP-InfoItem__body li:last-of-type { position: relative; top: 70px; 
}
.PCP-InfoItem__title { font-size: 30px!important; margin-top: 0px!important;}
.PCP-InfoItem__body li:first-of-type strong { font-size: 18px; font-family: "ModernEraBlack";}

.PCP-InfoItem__body li:first-of-type strong:last-of-type { text-indent: 60px;} 

.macro .PCP-InfoItem__body li:first-of-type div {

 left: 10px;
 bottom: 10px;
 top: auto;

}

.macro .PCP-InfoItem__body li:nth-of-type(2) div { width: 200px; top: 15px; left: 10px;   }

.macro .PCP-InfoItem__body li:nth-of-type(3) img { position: relative; bottom: 68px;  }

.macro .PCP-InfoItem__body li:nth-of-type(3) div { width: 250px; left: 10px; bottom: 25px; top: auto; margin-bottom: 0; }




.PCP-Filtering__top { background-size: 100% 100%;}

.PCP-Filtering__topContent { padding: 0 30px; }

 .PCP-Filtering__title { margin-top: 50px; margin-bottom: 10px;}

.PCP-Filtering__statement{ font-size: 24px; margin-bottom: 54px; text-align: center;}

.PCP-Filtering__footnote { margin-top: 15px; margin-bottom: 18px;}

.PCP-Filtering__footnote img { position: relative; top: 10px; width: 42px; right: 8px;}

.PCP-Filtering__footnote strong { text-transform: uppercase; font-family: "ModernEraBlack";}

.PCP-Filtering__footnote span { position: relative; right: 25px;}
.About-Macros { margin-top: 100px;}

.About-Hero .About-Hero__text > div:first-child img {

  width: 500px;
}

.About-Hero .About-Hero__text > div:last-child {

  padding-left: 140px;
}

.About-Hero .About-Hero__body {

   font-size: 15px;
   padding-bottom: 20px;
}

.About-Hero .About-Hero__img {

  margin-top: 100px;

}


/*.About-Hero {

 height: 880px;

}*/

 .About-Product-Features li img { position: relative; top: 25px; }

 .About-Product-Features li strong { text-indent: 60px;}

 .About-Product-Features li:last-of-type strong { text-indent: 0!important;}

       .About-Product-Features li:last-of-type { position: relative; bottom: 20px; left: 30px;}

       .About-Product-Features li:last-of-type img { position: relative; right: 65px; top: 48px; }

    .About-Product-Features {

                 height: 175px;

        }

       .About-Product-Features p { font-size: 9px!important; margin-left: 10vw;}

       .About-Made .About-Grid .About-Grid__items .About-Grid__item:first-child { width: 100%; text-align: center; }

       .About-Made .About-Grid .About-Grid__items .About-Grid__item:first-child .About-Made__title { text-align: center;}

       .About-Made .About-Grid .About-Grid__items .About-Grid__item:last-child { width: 50%; padding-top: 0; padding-bottom: 100px; margin:0 auto;  }

       .About-Team .About-Grid .About-Grid__items .About-Grid__item { margin-bottom: 100px; }

   .classic .PCP-Hero__body { width: 1000px;} .macro .PCP-InfoItem .PCP-InfoItem__img { top: -30px!important;}
}

@media (min-width: 1710px) {

.Squad-Page .About-Team .About-Grid .About-Grid__items .About-Grid__item:nth-of-type(2) { margin-bottom: 100px;}
.Squad-Page .About-Team .About-Grid .About-Grid__items .About-Grid__item:nth-of-type(3) { margin-bottom: 100px;}
}

@media (max-width: 1699px) {

.Squad-Page .product-one .Home-Grid__item.text-wrapper:nth-of-type(2) { margin-bottom: 170px; margin-top: 0; width: 50%; margin-left: 20px;}
.Squad-Page .product-one .Home-Grid__item.text-wrapper p { font-size: 18px;}
.Squad-Page .product-one .Home-Grid__item.text-wrapper ul li { font-size: 18px;}
.Squad-Page .About-Team .About-Grid .About-Grid__items .About-Grid__item:nth-of-type(2) { margin-bottom: 100px;}
.Squad-Page .About-Team .About-Grid .About-Grid__items .About-Grid__item:nth-of-type(3) { margin-bottom: 100px;}

.Real-Madrid-Page .rewards .rewards-head-text span:first-of-type { font-size: 36px; margin-top: 90px;}

.Real-Madrid-Page .rewards .child.image{ background-position: bottom center; background-size: cover; min-height: 0!important;}

.Real-Madrid-Page .rewards { background-image: url("//static-nocdn.abbottnutrition.com/cms/preview-web8/zoneperfect.com/img/real-madrid-rewards-bg-desk.png"); background-size: 100% 100%;}

.Real-Madrid-Page .hero-banner { background-image: url("../img/real-madrid-hero-bg-desk.png"); background-size: 100% 100%; }

//.Real-Madrid-Page .rm-foundation { margin-top: 50px;}

.Real-Madrid-Page .rewards p { width: 500px;}

.Real-Madrid-Page .rm-foundation h6 { color: #84be4c!important; width:700px;}

.Real-Madrid-Page .rm-foundation p { color: #202020!important; width: 700px!important; }

.PCP-InfoItem__content.classic .PCP-InfoItem__img.img-bottom { position: absolute; right: 10%; top: 85%; width: 600px; max-width: 800px;}

.PCP-InfoItem__body li:first-of-type div {

   position: relative; 
   left: 10px;
   top:auto;
   bottom: 15px;
   color: #ffffff;
   font-size: 14px;
   width: 200px;
   display: inline-block;

}

.PCP-InfoItem__body li:first-of-type img { bottom: 25px; }

.PCP-InfoItem__body li div { display: inline-block; position: relative; }
.PCP-InfoItem__body li:nth-of-type(2) img { bottom: 15px; }
.PCP-InfoItem__body li:nth-of-type(2) div { width: 200px; bottom:0px;  top: auto; left: 10px;  }

.PCP-InfoItem__body li:nth-of-type(3) img { position: relative; bottom: 45px; }
.PCP-InfoItem__body li:nth-of-type(3) div { width: 200px; left: 10px; top: 25px; margin-bottom: 0;}
.PCP-InfoItem__body li:last-of-type { position: relative; top: 30px; font-size: 8px!important;}
.PCP-InfoItem__title { font-size: 24px!important; margin-top: -10px!important;}
.PCP-InfoItem__body li:first-of-type strong { font-size: 18px; font-family: "ModernEraBlack";}



.PCP-InfoItem__body li:first-of-type strong { font-size: 18px; font-family: "ModernEraBlack";}



.macro-page .PCP-InfoItem__body li:first-of-type img { top: 5px;}
.macro .PCP-InfoItem__body li:first-of-type div {

 left: 10px;
 bottom: 10px;
 top: auto;

font-size: 16px!important;

}

.macro-page .PCP-InfoItem__body li:nth-of-type(2) img { top: 15px;}
.macro-page .PCP-InfoItem__body li:nth-of-type(2) div { width: 200px;bottom: auto;  top: 30px; left: 10px; }

.macro-page .PCP-InfoItem__body li:nth-of-type(3) img { position: relative; bottom: 0px;  }

.macro-page .PCP-InfoItem__body li:nth-of-type(3) div { width: 200px; left: 10px; top: 40px; margin-bottom: 0; font-size: 14px;}
.macro-page .PCP-InfoItem__title { font-size: 20px!important; margin-top: -10px!important;}

}
@media (min-width: 1900px) {

.About-Macros { margin-top: 220px;}

PCP-Hero__body li img { position: relative; top: 20px; width: auto; left: 5px;}

.PCP-Hero__body li strong { color: #202020;  text-transform: uppercase; font-family: "ModernEraBlack"; margin-left: 17px;}

.PCP-Hero__body li span { margin-left: 80px;}

.PCP-Hero .PCP-Hero__text { width: 45%; padding-top: 200px; padding-right: 100px; padding-bottom: 30px;}

.PCP-Hero .PCP-Hero__img { width: 55%; margin-top: 75px; margin-bottom: 80px;}

.PCP-Hero .PCP-Hero__title { font-size: 70px;}

}
@media (min-width: 1700px) {





.Home-Products .product-one .Home-Grid__items .Home-Grid__item { padding-top: 50px;}

.real-madrid .text-wrapper { padding-bottom: 79px!important;}

.classic .PCP-Hero__text { padding-top: 100px; padding-right: 100px; padding-bottom: 30px; }

.classic .PCP-Hero__img { margin-top: 0; margin-bottom: 0;}


.classic .PCP-Hero__body li strong { margin-left: 17px; font-size: 43px; }

.classic .PCP-Hero__body li span { margin-left: 100px; font-size: 43px; }

.classic .PCP-Hero__body li img { position: relative; top: 30px; width: 80px; left: 5px; }

.classic .PCP-Hero__body li { bottom: 0;}

.classic .PCP-Hero__body { position: relative; bottom: 30px; width: 1000px;}

.About-Hero .About-Hero__text > div:first-child img {

  width: 700px;
}

.About-Hero .About-Hero__text > div:last-child {

  padding-left: 200px;
}

.About-Hero .About-Hero__body {

   font-size: 20px;
   padding-bottom: 20px;
}

.About-Hero .About-Hero__body + span { color: #ffffff;}

.About-Hero .About-Hero__title .btn--whitegreen {

 margin-top: 20px;
}

}

.Real-Madrid-Page .rewards .btn-primary { background-color: #ffffff!important; color: #84be4c!important;}

@media (min-width: 1024px) and (max-width: 1699px) {

.Squad-Page .Hero-content-hub .child.copy { padding: 0!important; margin: 200px auto; text-align: center;}

.Squad-Page .Hero-content-hub .child.copy h1 { font-size: 100px!important;} .Squad-Page .Hero-content-hub .child.copy h6 { font-size: 50px!important;}

.Real-Madrid-Page .rewards {

  grid-template-columns: 60% 40%!important;


}

.Real-Madrid-Page .rewards .child.copy { padding: 0px!important;;}

}

@media (min-width: 768px) and (max-width: 991px) {

.Squad-Page .product-one .Home-Grid__item.text-wrapper { margin-top: 30px!important; width: 460px!important; margin-left: -40px;}


.Squad-Page .product-one .Home-Grid__item.text-wrapper h6 {  text-transform: uppercase; color: #ffffff; font-size: 30px; font-family: "ModernEraBlack";}

.Squad-Page .product-one .Home-Grid__item.text-wrapper p { font-size: 18px;}

.Squad-Page .product-one .Home-Grid__item.text-wrapper ul li { display: block; margin: 15px 0; font-size: 14px!important; color: #ffffff; font-family: "Modern Era";}

.Squad-Page .product-one .Home-Grid__item.text-wrapper ul li img { width: 20px; position: relative; top: 5px; margin-right: 10px; }

.Squad-Page .product-one .Home-Grid__item.text-wrapper:nth-of-type(2) { margin-bottom: 400px; margin-top: 0; width: 60%!important; margin-left: 0!important; }
.Squad-Page .Home-Products .Home-Grid__items { padding-top: 0!important;}

.Squad-Page .Home-Products .Home-Grid__items .Home-Grid__item.image-wrapper { position: relative; bottom: 190px; width: 40%; margin-left: 0px;}

.Squad-Page .Home-Products .Home-Grid__items .Home-Grid__item.image-wrapper img { width: 100%;}

.Squad-Page .product-one { background-image: url("//static-nocdn.abbottnutrition.com/cms/preview-web8/zoneperfect.com/img/zp-squad-fitandfabyou-tab.png"); background-size: 100%; background-position: bottom;}

.Squad-Page .About-Team h6 { margin-top: 50px;  text-align: center; font-size: 30px; font-family: "ModernEraBlack";}

.Squad-Page .About-Team .About-Grid .About-Grid__items .About-Grid__item span { font-weight: bold;}

.Squad-Page .Hero-content-hub .child.copy { padding: 0!important; margin: 100px auto; min-height: 0!important; text-align: center;}

.Squad-Page .Hero-content-hub .child.copy h1 { font-size: 100px;}

.Squad-Page .Hero-content-hub .child.copy h6 { font-size: 56px;}

.Squad-Page .Hero-content-hub .child.img-desk, .Squad-Page .Hero-content-hub .child.img-mob { display: none;}

.Squad-Page .Squad-Grid img:first-of-type { width: 50%; margin-bottom: -10px;  }
.Squad-Page .Squad-Grid img:last-of-type { width: 50%; margin-left: -5px; margin-bottom: -10px; }

.Real-Madrid-Page .hero-banner { background-size: 100% 50%; background-repeat: no-repeat; background-color: #3d434f;}

.Real-Madrid-Page .hero-banner .child.copy { margin-top: 400px;}

.Real-Madrid-Page .rewards .child.image { display: none; }

.Real-Madrid-Page .rewards .rewards-head-text { margin-bottom: 80px; }

.Real-Madrid-Page .rewards .rewards-head-text span:first-of-type { font-size: 36px; margin-top: 10px; }

.Real-Madrid-Page .rewards .rewards-head-text span.win-text { margin-top: -10px; font-size: 164px;}

.Real-Madrid-Page .rewards p { width: auto; font-size: 24px!important;}

.Real-Madrid-Page .rewards .rewards-head-text span.amount-text { font-size: 60px; width: 260px; }

.Real-Madrid-Page .rm-foundation .child.copy { order: 2; }

.Real-Madrid-Page .rm-foundation .child.image { order: 1; padding: 15vh; background-size: contain!important; background-position: center center!important; width: auto; }

.PCP-InfoItem__content.classic .PCP-InfoItem__img.img-bottom { position: absolute; right: 10%; top: 85%; width:500px;}



.PCP-InfoItem__body li img { width: 35px;  right: 15px;}

.PCP-InfoItem__body li div { position: relative; display: inline-block;}
.PCP-InfoItem__body li:first-of-type img { top: 7px; }
.PCP-InfoItem__body li:first-of-type div { left: -5px; top: 10px; color: #ffffff; font-size: 14px; width: 180px; }

.PCP-InfoItem__body li:nth-of-type(3) div { width: 180px; top: 15px; left: -5px; font-size: 14px; }
.PCP-InfoItem__body li:nth-of-type(2) div { width: 200px; bottom: 10px; top: auto; left: 30px; }
.PCP-InfoItem__body li:nth-of-type(2) img { top: 35px;}
.PCP-InfoItem__body li:nth-of-type(3) div strong { font-size: 16px;}
.PCP-InfoItem__body li:nth-of-type(3) img { position: relative; bottom: 45px; }
.PCP-InfoItem__body li:nth-of-type(5) div { width: 195px; left: -5px; bottom: 25px; font-size: 14px; }

.PCP-InfoItem__body li:nth-of-type(5) div strong { font-size: 14px!important; }

.PCP-InfoItem__body li:nth-of-type(5) img { bottom: 30px;}

.classic .PCP-InfoItem__title { margin-left: -15px; margin-bottom: 10px;}

.macro .PCP-InfoItem__body li:first-of-type div {

 left: 0px;
 bottom: 15px; 
 top: auto; 
 font-size: 14px!important;

}

.macro .PCP-InfoItem__body li:nth-of-type(2) img { bottom: 15px; }

.macro .PCP-InfoItem__body li:nth-of-type(2) div { width: 180px; top: 20px!important; left: 0px; font-size: 14px;}

.macro .PCP-InfoItem__body li:nth-of-type(3) img { position: relative; bottom: 35px!important; top: auto;  }

.macro .PCP-InfoItem__body li:nth-of-type(3) div { width: 180px; left: 0px; top: 25px; margin-bottom: 0; font-size: 14px; }

.macro .PCP-InfoItem__title { margin-left: -15px; margin-bottom: 30px;}


.macro-page .PCP-InfoItem.is-last img.PCP-InfoItem__img {  top: -35px;}



.PCP-Hero .PCP-Hero__img { margin-bottom: 0;}

.PCP-Hero__body li img { position: relative; top: 20px; width: 40px; left: 5px; }

.PCP-Hero__body li strong { color: #202020; text-transform: uppercase; font-family: "ModernEraBlack"; margin-left: 15px; font-size: 19px;}

.PCP-Hero .PCP-Hero__body { padding-top: 0; padding-bottom: 50px; width: 1000px;}

.PCP-Hero__body li span { margin-left: 55px; font-size: 19px; }

.PCP-Hero .PCP-Hero__text { padding-right: 30px; padding-top: 30px; padding-bottom: 0; }

.PCP-Hero .PCP-Hero__title { font-size: 40px; line-height: 40px;}

.PCP-Filtering__footnote img { position: relative; top: 20px; width: auto; right: 8px;}

.PCP-Filtering__footnote strong { text-transform: uppercase; font-family: "ModernEraBlack"; font-size: 26px;}

.PCP-Filtering__footnote span { position: relative; right: 20px; font-size: 26px}

 .About-Hero .About-Hero__img img {
  
  width: 93%;
  margin-top: 0;

 }

 .About-Hero .About-Hero__img {

       width: 100%;
      position: relative;
      top: 150px;
      z-index: 1;
       flex-shrink: 1;
      order: 2;

  }

  .About-Hero__text {

       width: 50%!important;
       padding: 0!important;
       positon: relative!important;
       flex-shrink: 2;
       top: 0;
       left: auto;
       right: 100px;
  }

   .About-Hero .About-Hero__text > div first-child {

        width: auto;
   }
     .About-Hero .About-Hero__text > div:first-child img {

         width: 500px;
         margin-left: -150px;
     }

       .About-Hero .About-Hero__text > div last-child {
     
            width: 100%;
            margin-left: 85px;

       }

        .About-Hero .About-Hero__text > div last-child .About-Hero__body {

                    font-size: 18px;
                   line-height: 32px; 

        }

        .About-Product-Features {

                 height: 175px;

        }
                                                                                               
       .About-Product-Features li img { position: relative; top: 12px; width: 30px; } .About-Hero .About-Hero__border li { font-size: 14px;}
                               
       .About-Product-Features li strong { text-indent: 30px;}
       .About-Product-Features li:last-of-type strong { text-indent: 0!important;}
                                
      .About-Product-Features li:last-of-type { position: relative; bottom: 20px; left: 10px; margin-left: 0;}

       .About-Product-Features li:last-of-type img { position: relative; right: 35px; top: 30px; width: 30px; }

 .About-Hero__body + span { margin-top: 20px;}
        .About-Product-Features ul li:nth-of-type(2) { margin-left: 0;}
                   
       .About-Product-Features p { font-size: 9px!important; margin-left: 6vw;}
 
              .About-Made .About-Grid .About-Grid__items .About-Grid__item:first-child { width: 100%; text-align: center; }

       .About-Made .About-Grid .About-Grid__items .About-Grid__item:first-child .About-Made__title { text-align: center;}

       .About-Made .About-Grid .About-Grid__items .About-Grid__item:last-child { width: 100%; padding-top: 0; padding-bottom: 10px; margin:0 auto;  }

       .About-Team .About-Grid .About-Grid__items .About-Grid__item { margin-bottom: 50px; }

       .About-Team .About-Grid .About-Grid__items .About-Grid__item:last-of-type { margin-bottom: 150px; }

   .About-Hero {height: auto;} 
}
.Real-Madrid-Page .realmadrid-hero-title { display: none;}
@media (min-width: 768px) {

.Real-Madrid-Page h1{ display: none;}
.Real-Madrid-Page .realmadrid-hero-title { display: block;}

.Squad-Page .img-mob { display: none; }



.PCP-InfoItem__content.classic .PCP-InfoItem__img:not(.img-bottom) { position: absolute; right: 60%; top: -10px; width: 110%;}



.PCP-InfoItem__body .img-mob { display: none;}

.PCP-InfoItem .PCP-InfoItem__content:before, .PCP-InfoItem .PCP-InfoItem__content:after { border: none; }
}

@media (max-width: 767px) {

.Squad-Page .img-desk { display: none; }

.Squad-Page .product-one .Home-Grid__item.text-wrapper { margin-top: -180px!important; width: auto!important; margin-left: 0px; }

.Squad-Page .product-one .Home-Grid__item.text-wrapper h6 { text-transform: uppercase; color: #ffffff; font-size: 30px;font-family: "ModernEraBlack"; }



.Squad-Page .product-one .Home-Grid__item.text-wrapper p { font-size: 16px; }

.Squad-Page .product-one .Home-Grid__item.text-wrapper ul li { display: block; margin: 15px 0; font-size: 11px!important; color: #ffffff; font-family: "Modern Era"; } 

.Squad-Page .product-one .Home-Grid__item.text-wrapper ul li img { width: 20px; position: relative; top: 5px; margin-right: 10px;}


.Squad-Page .product-one .Home-Grid__item.text-wrapper:nth-of-type(2) { margin-bottom: 400px; margin-top: 0; width: 50%; }


.Squad-Page .Home-Products .Home-Grid__items { padding-top: 0!important;}

.Squad-Page .Home-Products .Home-Grid__items .Home-Grid__item.image-wrapper { position: relative; bottom: 211px; left: 5px; width: 100%; padding-left: 28px!important; padding-right: 19px!important; padding-bottom: 0!important; }

.Squad-Page .Home-Products .Home-Grid__items .Home-Grid__item.image-wrapper img { width: 100%; margin: 0 auto!important;}

.Squad-Page .product-one { background-image: url("//static-nocdn.abbottnutrition.com/cms/preview-web8/zoneperfect.com/img/zp-squad-fitandfabyou-mob.png")!important; background-position: bottom!important; background-size: 100%!important;}

.Squad-Page .About-Team h6 { margin-top: 50px; text-align: center; font-size: 30px; font-family: "ModernEraBlack";}

.Squad-Page .About-Team .About-Grid .About-Grid__items .About-Grid__item span {font-weight: bold;}

.Squad-Page .product-one .Home-Grid__item.text-wrapper:nth-of-type(2) { margin-bottom: 350px!important; padding-left: 0!important; margin-left: -5px;}


.Squad-Page .Hero-content-hub .child.copy { padding:0!important; margin:100px auto; min-height: 0!important; text-align: center; }

.Squad-Page .Hero-content-hub .child.copy h1 { font-size: 51px; }


.Squad-Page .Hero-content-hub .child.copy h6 { font-size: 28px;}

.Squad-Page .Hero-content-hub .child.img-desk, .Squad-Page .Hero-content-hub .child.img-tab { display: none;}

.Squad-Page .Squad-Grid img:first-of-type { width: 100%;}

.Squad-Page .Squad-Grid img:last-of-type { width: 100%; margin-top: -5px; margin-bottom: -5px; }

.Squad-Page .product-one .Home-Grid__items { padding-left: 56px!important; padding-right: 55px!important;}

.Real-Madrid-Page .hero-banner { background-image: url("//static-nocdn.abbottnutrition.com/cms/preview-web8/zoneperfect.com/img/real-madrid-hero-bg-mob.png"); background-size: 100%; background-repeat: no-repeat;  background-color: #3d434f; }

.Real-Madrid-Page .hero-banner .child.copy { margin-top: 400px; }

.Real-Madrid-Page .rewards { background-image: url("//static-nocdn.abbottnutrition.com/cms/preview-web8/zoneperfect.com/img/real-madrid-rewards-bg-mob.png");}

.Real-Madrid-Page .rewards .child.image { display: none;}

.Real-Madrid-Page .rewards .rewards-head-text { margin-bottom: 55px; }

.Real-Madrid-Page .rewards .rewards-head-text span:first-of-type { font-size: 36px; margin-top: 30px;}

.Real-Madrid-Page .rewards .rewards-head-text span.win-text { margin-top: -30px; font-size: 164px; margin-bottom: -20px; }

.Real-Madrid-Page .rewards p { text-align: center;  width: auto; font-size: 24px!important; margin-top: 0px!important;}

.Real-Madrid-Page .rewards .rewards-head-text span.amount-text { font-size: 60px; width: 260px; }

.Real-Madrid-Page .rm-foundation .child.copy { order: 2;}

.Real-Madrid-Page .rm-foundation .child.image { order: 1; padding: 15vh; background-size: contain!important; background-position: center center!important; width: auto;}

.Real-Madrid-Page .rm-foundation p { width: auto!important;}

.Real-Madrid-Page .rm-foundation h6 { width: auto; font-size: 42px!important;}

.PCP-InfoItem.is-last:last-of-type .PCP-InfoItem__title:not(.macro-page .PCP-InfoItem.is-last .PCP-InfoItem__title)  { font-size: 36px; line-height: 40px; margin-top: 80px!important;}

.PCP-InfoItem.is-last img.PCP-InfoItem__img { right: 75%; top: -10px;}

.PCP-InfoItem.is-last img.PCP-InfoItem__img.img-bottom { top: 80%; right: 40px; width: 1000px; max-width: 800px;}

.PCP-InfoItem.is-last p.PCP-InfoItem__body { margin-bottom: 100px;}

.PCP-InfoItem__body li div { position: relative; display: inline-block;}

.PCP-InfoItem__body li:first-of-type div { left: 10px; bottom: 15px; font-size: 18px; color: #000000; width: 250px; margin-bottom: 20px; }

.PCP-InfoItem__body li:nth-of-type(2) div { width: 200px; bottom: 20px; top: auto; left: 10px; font-size: 18px; }

.PCP-InfoItem__body li:nth-of-type(3) div strong, .PCP-InfoItem__body li:nth-of-type(5) div strong { font-size: 18px!important;}

.PCP-InfoItem__body li:nth-of-type(3) div { width: 200px; left: 10px; top: 15px; font-size: 18px;  }

.macro-page .PCP-InfoItem__body li:first-of-type div { left: 10px; bottom: 25px; top: auto; font-size: 16px!important; }

.macro-page .PCP-InfoItem__body li img { width: 40px; }

.macro-page .PCP-InfoItem__body li:first-of-type img { bottom: 10px; top: auto;}


.macro-page .PCP-InfoItem__body li:nth-of-type(2) img { bottom: 8px!important; top: auto; }

.macro-page .PCP-InfoItem__body li:nth-of-type(2) div { width: 180px; top: 0px; bottom: auto;  left: 10px; font-size: 16px;}

.macro-page .PCP-InfoItem__body li:nth-of-type(3) img { position: relative; bottom: 35px!important; top: auto;}

.macro-page .PCP-InfoItem__body li:nth-of-type(3) div { width: 220px; left: 10px; top: 5px; margin-bottom: 0; font-size: 16px; }

.macro-page .PCP-InfoItem.is-last img.PCP-InfoItem__img { right: 5%; top: -45px;}

.PCP-Hero__body li img { position: relative; top: 20px; width: 40px; left: 5px; }

.PCP-Hero__body li strong { color: #202020; text-transform: uppercase; font-family: "ModernEraBlack"; margin-left: 15px; font-size: 19px;}

.PCP-Hero .PCP-Hero__title { margin-bottom: 0; }

.PCP-Hero .PCP-Hero__subtitle { display: none; }




.PCP-Hero__body li span { margin-left: 55px; font-size: 19px; }
.PCP-InfoItem__body .img-desk { display: none;}

.PCP-Filtering__footnote img { position: relative; top: 30px; width: auto; right: auto; left: 4px; }

.PCP-Filtering__footnote strong { text-transform: uppercase; font-family: "ModernEraBlack"; font-size: 19px; position: relative; left: 10px;}

.PCP-Filtering__footnote span { position: relative; right: auto; left: 10px; font-size: 21px;} 

.About-Product-Features ul { display: flex; flex-direction: column; flex-wrap: wrap; justify-content: space-around; }

.About-Hero .About-Hero__img { top: 150px; }

.About-Hero {height: 800px;} 

.About-Promo { margin-top: 180px;}

.About-Hero__text { margin:0 auto!important; padding: 0 25px!important; }

.About-Hero__text img { width: 300px;}

.About-Hero__text  > div:last-child { margin-top: 180px;}

.About-Hero .About-Hero__body { padding-bottom: 20px;}

     .About-Product-Features li img { position: relative; top: 25px; }

       .About-Product-Features li strong { text-indent: 30px;}
      .About-Product-Features li:last-of-type strong { text-indent: 0!important;}
         .About-Product-Features li { position: relative; right: 40px; }               
      .About-Product-Features li:last-of-type { position: relative; bottom: 20px; left: 40px;}

        .About-Product-Features li:last-of-type img { position: relative; right: 65px; top: 48px; }

       .About-Hero .About-Hero__body + span { margin-top: 20px;}
        

         .About-Product-Features p { font-size: 9px!important; margin-left: 15vw;}

       .About-Product-Features {

                 height: 175px;

        }
               
          .About-Hero .btn--whitegreen { width: 100%;}                   

         .About-Made .About-Grid .About-Grid__items .About-Grid__item:first-child { width: 100%; text-align: center; }

       .About-Made .About-Grid .About-Grid__items .About-Grid__item:first-child .About-Made__title { text-align: center; padding-right: 0px!important; }

       .About-Made .About-Grid .About-Grid__items .About-Grid__item:last-child { width: 100%; padding-top: 0; padding-bottom: 10px; margin:0 auto;  }

       .About-Team .About-Grid .About-Grid__items .About-Grid__item { margin-bottom: 50px; }

    .About-Product-Features li { font-size: 20px;}

 .About-Product-Features li img { position: relative; top: 12px; width: 30px; } .About-Hero .About-Hero__border li { font-size: 20px;}
                               
      .About-Product-Features li strong { text-indent: 30px;}
       .About-Product-Features li:last-of-type strong { text-indent: 0!important;}
                                
       .About-Product-Features li:last-of-type { position: relative; bottom: 20px; left: 3px;}

  .About-Product-Features li:last-of-type img { position: relative; right: 35px; top: 30px; width: 30px; }

       .About-Hero .About-Hero__body + span { margin-top: 20px;}
        
    
  .PCP-InfoItem.is-last .PCP-InfoItem__title:not(.macro-page .PCP-InfoItem.is-last .PCP-InfoItem__title) { margin: 50px auto; margin-top: 30px!important;}
  .PCP-InfoItem.is-last .PCP-InfoItem__body:not(.macro-page .PCP-InfoItem.is-last .PCP-InfoItem__body) { margin: 0 auto; margin-bottom: 50px;}
  .PCP-InfoItem.is-last .PCP-InfoItem__body li:last-of-type:not(.macro-page .PCP-InfoItem.is-last .PCP-InfoItem__body li:last-of-type) { margin-top: 30px;}
}


@media (min-width: 1400px) and (max-width: 1699px) {

.classic .PCP-Hero__body li { position: relative; bottom: 25px; }

.classic .PCP-Hero__body li img { position: relative; top: 25px; width: 80px; left: 5px;  }
.classic .PCP-Hero__body li strong {

 margin-left: 17px;
 font-size: 36px;

} 

.PCP-Hero .PCP-Hero__title:not(.macro-page .PCP-Hero .PCP-Hero__title) { font-size: 51px; line-height: 60px;}
.PCP-Hero .PCP-Hero__text:not(.macro-page .PCP-Hero .PCP-Hero__text) { padding-top: 160px;}

.classic .PCP-Hero__body li span { margin-left: 100px; font-size: 36px;}

}

@media (min-width: 1600px) {

 .Real-Madrid-Page .rewards { padding-top: 50px; }

  .Real-Madrid-Page .rewards .child.copy { padding-top: 0; margin-top: -20px;}

 .Real-Madrid-Page .hero-banner { background-size: 100%; max-height: none!important;}

 .Real-Madrid-Page .hero-banner h1 { font-size: 100px!important; line-height: 100px; margin-top: 100px; margin-bottom: 25px; letter-spacing: 0; font-family: "ModernEraBlack";  }

  .Real-Madrid-Page .hero-banner p { margin-top: 10px; margin-bottom: 50px!important;}

  .Real-Madrid-Page .Footer { margin-top: 0;}

  .Real-Madrid-Page .rm-foundation .child.copy { padding: 0 100px!important;}

  .Real-Madrid-Page .rm-foundation .child.image { margin-top: 33px; margin-bottom: 33px;}

  .Home-Page .Home-Products .product-one .Home-Grid__item.text-wrapper { padding-top: 101px!important; padding-bottom: 91px!important;}
}

@media ( min-width: 1370px) and (max-width: 1699px) {

.Home-Products .product-three .text-wrapper { padding-bottom: 120px!important;}

.Home-Products .product-three.real-madrid .text-wrapper { padding-bottom: 136px!important;}

}

@media (min-width: 1700px) {

.classic .PCP-InfoItem__body li img.img-desk { width: 40px!important; }

.classic .PCP-InfoItem__body li strong{ font-size: 20px!important;}

.classic .PCP-InfoItem__body li:first-of-type div { position: relative; left: 10px; top: 10px; font-size: 20px!important; width: 300px; }

.classic .PCP-InfoItem__body li:nth-of-type(2) img { top: 10px; }

.classic .PCP-InfoItem__body li:nth-of-type(2) div { width: 300px; top: 25px; left: 10px; font-size: 20px!important; }

.classic .PCP-InfoItem__body li:nth-of-type(3) img { position: relative; bottom: 5px;}

.classic .PCP-InfoItem__body li:nth-of-type(3) div { width: 320px; left: 10px; top: 45px; font-size: 20px; margin-bottom: 0; }

.classic .PCP-InfoItem__body li strong { font-size: 20px!important;}

.macro-page .PCP-InfoItem__body li img { width: 40px!important; }

.macro-page .PCP-InfoItem__body li div strong, .macro-page .PCP-InfoItem__body li div { font-size: 22px!important;}

.macro-page .PCP-InfoItem__body li:first-of-type div { left: 10px; bottom: 15px; font-size: 22px!important; top: auto;}

.macro-page .PCP-InfoItem__body li:nth-of-type(2) div { width: 250px; top: 15px; font-size: 22p!importantx; left: 10px;}

.macro-page .PCP-InfoItem__body li:nth-of-type(3) div{ width: 310px; font-size: 22px!important; bottom: 20px; left: 10px; top: auto; margin-bottom: 0; }

.macro-page .PCP-InfoItem__body li:nth-of-type(3) img { position: relative; bottom: 80px; }


.About-Product-Features li { font-size: 28px;}

.About-Product-Features li strong { text-indent: 75px; }

.About-Product-Features { height: 230px;}

.About-Product-Features li img { margin-right: 15px; position: relative; top: 35px; }

.About-Product-Features li:last-of-type { position: relative; bottom: 36px; left: 30px; }

.About-Product-Features li:last-of-type img { position: relative; right: 65px; top: 70px;  }

.About-Product-Features p { font-size: 12px!important; margin-left: 6vw; margin-bottom: 50px;}

.classic .PCP-Hero__text { padding-top: 100px; padding-right: 100px; padding-bottom: 0; margin-bottom: -45px; }

.classic .PCP-Hero__img img { width: 854px; margin-left: 65px;}

}

@media (max-width: 767px) {

.About-Product-Features li { font-size: 20px;  }

.About-Product-Features li strong { text-indent: 50px; }

.About-Product-Features { height: 230px;}

.About-Product-Features li img { width: 39px; margin-right: 10px; position: relative; top: 25px; }

.About-Product-Features li:last-of-type { position: relative;  left: 35px; }

.About-Product-Features li:last-of-type img { width: 39px; position: relative; right: 45px; top: 50px;  }

.About-Product-Features p { font-size: 12px!important; margin-left: 14vw; margin-bottom: 50px;}

.About-Product-Features li:nth-of-type(2) { left: auto; right: 10px; }

.About-Product-Features li:first-of-type { right: 15px; }


}

@media (min-width: 768px) and (max-width: 1023px) {

.About-Product-Features li { font-size: 13.7px;  }

.About-Product-Features li strong { text-indent: 35px; }

.About-Product-Features { height: 150px;}

.About-Product-Features li img { width: 26px; margin-right: 10px; position: relative; top: 18px; }

.About-Product-Features li:last-of-type { position: relative;  left: 10px; }

.About-Product-Features li:last-of-type img { position: relative; right: 35px; top: 36px;  }

.About-Product-Features p { font-size: 12px!important; margin-left: 6vw; margin-bottom: 50px;}

.About-Product-Features li:nth-of-type(2) { left: auto; right: 10px; }

.About-Product-Features li:first-of-type { right: 10px; }

}

@media (min-width: 1024px) and (max-width: 1499px) {


.About-Product-Features li { font-size: 18px; top: 10px; }

.About-Product-Features li strong { text-indent: 45px; }

.About-Product-Features { height: 230px;}

.About-Product-Features li img { width: 35px; margin-right: 10px; position: relative; top: 23px; }

.About-Product-Features li:last-of-type { position: relative; bottom: 10px; left: 10px; top: auto; }

.About-Product-Features li:last-of-type img { position: relative; right: 65px; top: 43px!important;  }

.About-Product-Features p { font-size: 12px!important; margin-left: 6vw; margin-bottom: 50px;}

.About-Product-Features li:nth-of-type(2) { left: auto; right: 35px; }

.About-Product-Features li:first-of-type { right: 10px; }


}

@media (min-width: 1500px) {

.About-Product-Features li { font-size: 30px; bottom: 5px; }

.About-Product-Features li strong { text-indent: 68px; }

.About-Product-Features { height: 230px;}

.About-Product-Features li img { margin-right: 10px; position: relative; top: 38px; }

.About-Product-Features li:last-of-type { position: relative; bottom: 40px; left: 10px; }

.About-Product-Features li:last-of-type img { position: relative; right: 65px; top: 75px;  }

.About-Product-Features p { font-size: 12px!important; margin-left: 6vw; margin-bottom: 50px;}

.About-Product-Features li:nth-of-type(2) { left: auto; right: 35px; }

.About-Product-Features li:first-of-type { right: 10px; }

}

@media (min-width: 1200px) {

.Home-Page .Home-Products .Home-Grid__items .Home-Grid__item:not(.Home-Products .product-one .Home-Grid__items .Home-Grid__item) {  padding-bottom: 80px!important; padding-top: 80px!important;}

.Home-Page .Home-Products .product-three .Home-Grid__items, .Home-Page .Home-Products .product-one .Home-Grid__items { padding-top: 0!important; padding-bottom: 0!important;}




}

@media (min-width: 1200px) and (max-width: 1400px) {





.Home-Page .Home-Products .product-one .Home-Grid__item.text-wrapper { padding-top: 128px; padding-bottom: 128px; padding-left: 0;}

}

@media (max-width:767px){

.Real-Madrid-Page .rm-foundation { margin-top: 50px;}

}



/* Product and classic bar page hover css */


.product-page .PCP-ProductItem:hover .PCP-ProductItem__thumb-content img, .classic-bars .PCP-ProductItem:hover .PCP-ProductItem__thumb-content img{ filter: drop-shadow(0.05rem 0.05rem 0.05rem #2C2D2D);}

.product-page .PCP-ProductItem:nth-of-type(9):hover .PCP-ProductItem__thumb-content img, .classic-bars .PCP-ProductItem:nth-of-type(11):hover .PCP-ProductItem__thumb-content img,.product-page .PCP-ProductItem:nth-of-type(2):hover .PCP-ProductItem__thumb-content img, .classic-bars .PCP-ProductItem:nth-of-type(2):hover .PCP-ProductItem__thumb-content img { filter: drop-shadow(0.05rem 0.05rem 0.05rem hsl(0deg 35% 50%)); }

.product-page .PCP-ProductItem:first-of-type:hover .PCP-ProductItem__thumb-content, .classic-bars .PCP-ProductItem:first-of-type:hover .PCP-ProductItem__thumb-content { background-color:#e04403;}

.product-page .PCP-ProductItem:nth-of-type(2):hover .PCP-ProductItem__thumb-content, .classic-bars .PCP-ProductItem:nth-of-type(2):hover .PCP-ProductItem__thumb-content { background-color:#eba406;}

.product-page .PCP-ProductItem:nth-of-type(3):hover .PCP-ProductItem__thumb-content, .classic-bars .PCP-ProductItem:nth-of-type(4):hover .PCP-ProductItem__thumb-content { background-color:#7473c0;}

.product-page .PCP-ProductItem:nth-of-type(4):hover .PCP-ProductItem__thumb-content, .classic-bars .PCP-ProductItem:nth-of-type(5):hover .PCP-ProductItem__thumb-content { background-color:#472b8a;}

.product-page .PCP-ProductItem:nth-of-type(5):hover .PCP-ProductItem__thumb-content, .classic-bars .PCP-ProductItem:nth-of-type(7):hover .PCP-ProductItem__thumb-content { background-color:#f47820;}

.product-page .PCP-ProductItem:nth-of-type(6):hover .PCP-ProductItem__thumb-content, .classic-bars .PCP-ProductItem:nth-of-type(8):hover .PCP-ProductItem__thumb-content { background-color:#d50057;}

.product-page .PCP-ProductItem:nth-of-type(7):hover .PCP-ProductItem__thumb-content, .classic-bars .PCP-ProductItem:nth-of-type(9):hover .PCP-ProductItem__thumb-content { background-color:#c8a977;}

.product-page .PCP-ProductItem:nth-of-type(8):hover .PCP-ProductItem__thumb-content, .classic-bars .PCP-ProductItem:nth-of-type(10):hover .PCP-ProductItem__thumb-content { background-color:#61a60e;}

.product-page .PCP-ProductItem:nth-of-type(9):hover .PCP-ProductItem__thumb-content, .classic-bars .PCP-ProductItem:nth-of-type(11):hover .PCP-ProductItem__thumb-content { background-color:#00a0df;}

.product-page .PCP-ProductItem:nth-of-type(10):hover .PCP-ProductItem__thumb-content, .classic-bars .PCP-ProductItem:nth-of-type(12):hover .PCP-ProductItem__thumb-content { background-color:#ab0a3d;}

.product-page .PCP-ProductItem:nth-of-type(11):hover .PCP-ProductItem__thumb-content, .classic-bars .PCP-ProductItem:nth-of-type(13):hover .PCP-ProductItem__thumb-content { background-color:#ff9015;}

.product-page .PCP-ProductItem:nth-of-type(12):hover .PCP-ProductItem__thumb-content, .classic-bars .PCP-ProductItem:nth-of-type(14):hover .PCP-ProductItem__thumb-content { background-color:#693b97;}

.product-page .PCP-ProductItem:nth-of-type(13):hover .PCP-ProductItem__thumb-content, .classic-bars .PCP-ProductItem:nth-of-type(15):hover .PCP-ProductItem__thumb-content { background-color:#b06b13;}

.product-page .PCP-ProductItem:nth-of-type(4):hover .PCP-ProductItem__thumb-content img , .classic-bars .PCP-ProductItem:nth-of-type(5):hover .PCP-ProductItem__thumb-content img ,.product-page .PCP-ProductItem:nth-of-type(8):hover .PCP-ProductItem__thumb-content img, .classic-bars .PCP-ProductItem:nth-of-type(10):hover .PCP-ProductItem__thumb-content img,.product-page .PCP-ProductItem:nth-of-type(10):hover .PCP-ProductItem__thumb-content img, .classic-bars .PCP-ProductItem:nth-of-type(12):hover .PCP-ProductItem__thumb-content img ,.product-page .PCP-ProductItem:nth-of-type(3):hover .PCP-ProductItem__thumb-content img, .classic-bars .PCP-ProductItem:nth-of-type(4):hover .PCP-ProductItem__thumb-content img,.product-page .PCP-ProductItem:nth-of-type(10):hover .PCP-ProductItem__thumb-content img, .classic-bars .PCP-ProductItem:nth-of-type(12):hover .PCP-ProductItem__thumb-content img, .product-page .PCP-ProductItem:nth-of-type(11):hover .PCP-ProductItem__thumb-content img, .classic-bars .PCP-ProductItem:nth-of-type(13):hover .PCP-ProductItem__thumb-content img { filter: drop-shadow(0.05rem 0.05rem 0.05rem #000000);}

.product-page .PCP-ProductItem:not(.macros) .PCP-ProductItem__thumb-content img, .classic-bars .PCP-ProductItem .PCP-ProductItem__thumb-content img{ filter: drop-shadow(-8px 10px 4px #CCCAC9); transition: filter ease-out 0.2s;}

.product-page .PCP-ProductItem:first-of-type:hover .PCP-ProductItem__thumb-content img, .classic-bars .PCP-ProductItem:first-of-type:hover .PCP-ProductItem__thumb-content img{ filter: drop-shadow(-8px 10px 4px #c93d03);}

.product-page .PCP-ProductItem:nth-of-type(2):hover .PCP-ProductItem__thumb-content img, .classic-bars .PCP-ProductItem:nth-of-type(2):hover .PCP-ProductItem__thumb-content img { filter: drop-shadow(-8px 10px 4px #d39305); }

.product-page .PCP-ProductItem:nth-of-type(3):hover .PCP-ProductItem__thumb-content img, .classic-bars .PCP-ProductItem:nth-of-type(4):hover .PCP-ProductItem__thumb-content img{ filter: drop-shadow(-8px 10px 4px #6867ac); }

.product-page .PCP-ProductItem:nth-of-type(4):hover .PCP-ProductItem__thumb-content img, .classic-bars .PCP-ProductItem:nth-of-type(5):hover .PCP-ProductItem__thumb-content img{ filter: drop-shadow(-8px 10px 4px #472b8a); }

.product-page .PCP-ProductItem:nth-of-type(5):hover .PCP-ProductItem__thumb-content img, .classic-bars .PCP-ProductItem:nth-of-type(7):hover .PCP-ProductItem__thumb-content img{ filter: drop-shadow(-8px 10px 4px #f47820); }

.product-page .PCP-ProductItem:nth-of-type(6):hover .PCP-ProductItem__thumb-content img, .classic-bars .PCP-ProductItem:nth-of-type(8):hover .PCP-ProductItem__thumb-content img { filter: drop-shadow(-8px 10px 4px #bf004e); }

.product-page .PCP-ProductItem:nth-of-type(7):hover .PCP-ProductItem__thumb-content img, .classic-bars .PCP-ProductItem:nth-of-type(9):hover .PCP-ProductItem__thumb-content img { filter: drop-shadow(-8px 10px 4px #b4986b); }

.product-page .PCP-ProductItem:nth-of-type(8):hover .PCP-ProductItem__thumb-content img, .classic-bars .PCP-ProductItem:nth-of-type(10):hover .PCP-ProductItem__thumb-content img { filter: drop-shadow(-8px 10px 4px #57950d); }

.product-page .PCP-ProductItem:nth-of-type(9):hover .PCP-ProductItem__thumb-content img, .classic-bars .PCP-ProductItem:nth-of-type(11):hover .PCP-ProductItem__thumb-content img { filter: drop-shadow(-8px 10px 4px #0291c8); }

.product-page .PCP-ProductItem:nth-of-type(10):hover .PCP-ProductItem__thumb-content img, .classic-bars .PCP-ProductItem:nth-of-type(12):hover .PCP-ProductItem__thumb-content img { filter: drop-shadow(-8px 10px 4px #9a0937); }

.product-page .PCP-ProductItem:nth-of-type(11):hover .PCP-ProductItem__thumb-content img, .classic-bars .PCP-ProductItem:nth-of-type(13):hover .PCP-ProductItem__thumb-content img{ filter: drop-shadow(-8px 10px 4px #e58113); }

.product-page .PCP-ProductItem:nth-of-type(12):hover .PCP-ProductItem__thumb-content img, .classic-bars .PCP-ProductItem:nth-of-type(14):hover .PCP-ProductItem__thumb-content img { filter: drop-shadow(-8px 10px 4px #5e3588); }

.product-page .PCP-ProductItem:nth-of-type(13):hover .PCP-ProductItem__thumb-content img, .classic-bars .PCP-ProductItem:nth-of-type(15):hover .PCP-ProductItem__thumb-content img{ filter: drop-shadow(-8px 10px 4px #9e6011); }




.Signup-Page .SignUp-Form__input label img { width: 14px;}
.Signup-Page .SignUp_Text .SignUp_Text_Title { font-family: 'ModernEraBlack'; margin: 40px auto; color: #84BE4C; }
.Signup-Page .SignUp-Form__input input { border: none;}
.Signup-Page .SignUp-Form__input:nth-of-type(4) { position: relative;}
.Signup-Page .field-validation-error span, .Signup-Page .input-validation-error::placeholder, .Signup-Page .input-validation-error, .Contact-Form .field-validation-error span, .Contact-Form .input-validation-error::placeholder, .Contact-Form .input-validation-error { color: #ff0000!important; }
.Signup-Page .SignUp-Form__submit { width: 292px; justify-content: center; }
.Signup-Page .input-validation-error, .Contact-Form .input-validation-error { border: 1px solid #ff0000!important;}
.Signup-Page .SignUp-Form__input:nth-of-type(4) select { -webkit-appearance: none;
  -moz-appearance: none;
appearance: none;
    background-color: #fff;
background-image: url("https://static.abbottnutrition.com/cms-prod/ensure.com/img/chevron-icon.svg");
/*background-image: url("../img/chevron-icon.svg");*/
background-size: 16px 16px;
background-repeat: no-repeat;
background-position: right 13px center ;
margin-right: 20px;
}

.Signup-Page #whyMonthOfBirth { display: none; position: absolute; width: 200px; bottom: 80px; left: 0px; background-color: #ffffff; border: 1px solid #000000; padding: 10px; border-radius: 4px; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.24186);}

.Signup-Page #whyMonthOfBirth:after, .Signup-Page #whyMonthOfBirth:before { top: 100%; left: 90%; border: solid transparent; content: " ";  position: absolute; }

.Signup-Page .SignUp-Form_checkbox label { font-weight: 600; left: 30px; margin-left: -24px; }
.Signup-Page #whyMonthOfBirth:after { border-color: rgba(255, 255, 255, 0); border-top-color: #fff; border-width: 10px 10px 0 10px; margin-left: -77px;  }

.Signup-Page #whyMonthOfBirth:before { border-top-color: rgba(0, 0, 0, 0.24186); border-width: 13px 13px 0 13px; margin-left: -80px;  }
.Signup-Page input::placeholder, .Signup-Page select { font-size: 14px; font-family: 'ModernEra'; color: #000000; font-weight: 600; }
.Signup-Page .alert-error { width: 540px; margin: auto; padding-bottom: 20px; color: #FF0000; text-align: center; }
.Signup-Page #whyMonthOfBirth + label { font-weight: 600;}

@media (min-width: 1024px) { .Footer__col:nth-of-type(1) { width: auto; } .Footer__logoAndText .Footer__logo { margin-left: 0; margin-right: 0;} .Signup-Page .SignUp-Form__input:last-of-type { width: 80%; margin: 70px auto; } .Signup-Page .Signup-Hero__img .img-desk { width: 100%; height: 300px; }  .Signup-Page .Signup-Hero__img .img-mob { display: none; }  .Signup-Page .Signup-Hero__img { position: relative; }  .Signup-Page .Signup-Hero__text { position: absolute; top: 0; margin-left: 140px; margin-top: 20px; } .Signup-Page .Signup-Hero__title { font-family: Helvetica; color: #ffffff;  font-weight: 900; width: 686px; } .Signup-Page .Signup-Hero__title h1 { font-size: 76px; font-weight: 900; line-height: 80px;} .Signup-Page .Signup-Hero__title h2 { font-size: 36px; width: 450px; font-weight: 900; line-height: 42px;}  .Signup-Page .Signup-Hero__body { width: 600px; margin-top: 8px; } .Signup-Page .SignUp_Text { text-align: center; margin-bottom: 40px; } .Signup-Page .SignUp-Form__input:not( .Signup-Page .SignUp-Form__input:last-of-type), .Signup-Page .SignUp-Form_checkbox { margin:0 auto;  width: 380px; margin-bottom: 30px;} .Signup-Page .SignUp-Form__submit { display: flex; margin: 0 auto; } .Signup-Page .SignUp-Form_checkbox input { width: 20px; height: 20px; appearance: none; -webkit-appearance: none; -moz-appearance: none; border: 1px solid #84BE4C; border-radius: 4px; accent-color: #84BE4C;} .Signup-Page .SignUp-Form_checkbox label { position: relative; bottom: 5px; font-weight: 600; left: 30px; margin-left: -24px; }   .Signup-Page .SignUp-Form__input:nth-of-type(4) select, .Signup-Page .SignUp-Form__input input:not( .Signup-Page .SignUp-Form__input:last-of-type input, .Signup-Page .SignUp-Form__input:nth-of-type(4) input, .Signup-Page .SignUp-Form__input:nth-of-type(7) input) { border-radius: 4px; border: 1px solid #84BE4C; width: 380px; display: block; padding: 14px 16px;} .Signup-Page .SignUp-Form_checkbox input:checked { appearance: auto; -webkit-appearance: auto; -moz-appearance: auto;} .Signup-Page .Signup-Hero__body p { font-size: 14px;} .Signup-Page .Signup-Hero__body p:last-of-type { font-size: 10px; margin-top: 10px; }  .Signup-Page .Signup-Hero__body p:first-of-type { color: #222731; font-size: 18px; font-family: 'Modern Era'; font-weight: bold; line-height: 24px;} .Signup-Page .Signup-Hero__body p:last-of-type { color: #222731; font-size: 12px; font-family: 'Modern Era'; font-weight: bold; line-height: 14px;} }


@media(min-width: 1024px) and (max-width: 1700px) { .Signup-Page .Signup-Hero__text { margin-top: 0;} .Signup-Page .Signup-Hero__title h1 { margin-top: 10px;font-size: 48px; line-height: 40px;} .Signup-Page .Signup-Hero__title h2 { font-size: 28px; width: 350px; line-height: 36px;} .Signup-Page .Signup-Hero__body { width: 480px; }}

@media(min-width: 1300px) and (max-width: 1599px) { .Signup-Page .Signup-Hero__text { margin-top: 15px;} .Signup-Page .Signup-Hero__title h1 { font-size: 48px;}}

@media(min-width: 1600px) and (max-width: 1700px) { .Signup-Page .Signup-Hero__text { margin-top: 25px;} .Signup-Page .Signup-Hero__title h1 { font-size: 56px; line-height: 60px;}  .Signup-Page .Signup-Hero__title h2 { font-size: 32px; width: 400px; line-height: 36px; }}

@media (min-width: 768px) and (max-width: 1023px) {  .Footer__logoAndText .Footer__logo { margin-left: 0; margin-right: 0;} .Signup-Page .SignUp-Form__input:last-of-type { width: 80%; margin: 70px auto; } .Signup-Page .Signup-Hero__img .img-desk { width: 100%; height: 150px;}  .Signup-Page .Signup-Hero__img .img-mob { display: none; }  .Signup-Page .Signup-Hero__img { position: relative; }  .Signup-Page .Signup-Hero__text { position: absolute; top: 0; margin-left: 50px; margin-top: 5px; } .Signup-Page .Signup-Hero__title { font-family: Helvetica; color: #ffffff;  font-weight: 900; width: 686px; } .Signup-Page .Signup-Hero__title h1 { font-size: 24px; } .Signup-Page .Signup-Hero__title h2 { font-size: 16px; width: 160px;}  .Signup-Page .Signup-Hero__body { width: 300px; font-size: 12px; }  .Signup-Page .SignUp_Text { text-align: center; margin-bottom: 40px; } .Signup-Page .SignUp-Form__input:not( .Signup-Page .SignUp-Form__input:last-of-type), .Signup-Page .SignUp-Form_checkbox { margin:0 auto;  width: 380px; margin-bottom: 30px;} .Signup-Page .SignUp-Form__submit { display: flex; margin: 0 auto; } .Signup-Page .SignUp-Form_checkbox input { width: 20px; height: 20px; appearance: none; -webkit-appearance: none; -moz-appearance: none; border: 1px solid #84BE4C; border-radius: 4px; accent-color: #84BE4C;} .Signup-Page .SignUp-Form_checkbox label { position: relative; bottom: 5px; left: 30px; margin-left: -24px;}   .Signup-Page .SignUp-Form__input:nth-of-type(4) select, .Signup-Page .SignUp-Form__input input:not( .Signup-Page .SignUp-Form__input:last-of-type input, .Signup-Page .SignUp-Form__input:nth-of-type(4) input, .Signup-Page .SignUp-Form__input:nth-of-type(7) input ) { border-radius: 4px; border: 1px solid #84BE4C; width: 380px; display: block; padding: 14px 16px;} .Signup-Page .SignUp-Form_checkbox input:checked { appearance: auto; -webkit-appearance: auto; -moz-appearance: auto;} }

@media (min-width: 768px) {.Thankyou-Page .Thankyou-Hero__text { text-align: center; } .Thankyou-Page .Thankyou-Hero__title { margin: 40px; font-family: 'ModernEraBlack'; color: #84BE4C;} .Thankyou-Page sup { top: 3px; font-size: 36px; } .Thankyou-Hero__body p { font-size: 24px;} .Thankyou-Hero__body p:last-of-type { margin-top: 30px;} }

@media (min-width: 1024px) {.Thankyou-Page .Thankyou-Hero__body { max-width: 780px; margin: 0 auto; } .Header__linkWithDropdown { margin: 0 15px; } .Header__linkWithDropdown .Header__dropdown { position: absolute; width: calc(100% + 50px); left: -20px; top: -47px; }}

.Thankyou-Page .Thankyou-Hero a.btn--green { width: 294px; margin: 50px auto 90px;}

@media (max-width: 767px) { 

.Signup-Page .SignUp-Form__input:last-of-type { width: 80%; margin: 70px auto; }

.Signup-Page .Signup-Hero__img .img-desk { display: none; }

.Signup-Page .Signup-Hero__img .img-mob { display: block; width: 100%;}

.Signup-Page .Signup-Hero__img { position: relative; }

.Signup-Page .Signup-Hero__text { position: relative; top: 0; margin-left: 10px; margin-top: 20px; }

.Signup-Page .Signup-Hero__title { font-family: Helvetica; color: #84BE4C; font-weight: 900; width: auto; }

.Signup-Page .Signup-Hero__title h1 { font-size: 64px; font-family: 'ModernEraBlack';   }

.Signup-Page .Signup-Hero__title h2 { font-size: 32px; font-family: 'ModernEraBlack'; width: 350px; }

.Signup-Page .Signup-Hero__body p:first-of-type{ width: 310px; font-size: 18px; margin-top: 20px; font-weight: bold; }

.Signup-Page .Signup-Hero__body p:last-of-type{ width: 340px; font-size: 12px; margin-top: 10px; font-weight: bold; }

.Signup-Page .SignUp_Text { text-align: center; margin-bottom: 40px;  }

.Signup-Page .SignUp-Form__input:not( .Signup-Page .SignUp-Form__input:last-of-type), .Signup-Page .SignUp-Form_checkbox { margin: 0 auto; width: 300px; margin-bottom: 30px;  }

.Signup-Page .SignUp-Form__submit { display:flex; margin: 0 auto;  }

.Signup-Page .SignUp-Form_checkbox input { width: 20px; height: 20px; appearance: none; -webkit-appearance: none; -moz-appearance: none; border: 1px solid #84BE4C; border-radius: 4px; accent-color: #84BE4C; }

.Signup-Page .SignUp-Form_checkbox label { position: relative; bottom: 5px; left: 30px; margin-left: -24px;  }

.Signup-Page .SignUp-Form__input:nth-of-type(4) select, .Signup-Page .SignUp-Form__input input:not(.Signup-Page .SignUp-Form__input:last-of-type input, .Signup-Page .SignUp-Form__input:nth-of-type(4) input, .Signup-Page .SignUp-Form__input:nth-of-type(7) input) { border-radius: 4px; border: 1px solid #84BE4C; width: 300px; display: block; padding: 14px 16px;}

.Signup-Page .SignUp-Form_checkbox input:checked {  appearance: auto; -webkit-appearance: auto; -moz-appearance: auto; }

.Signup-Page .alert-error { width: 300px; margin: auto; padding-bottom: 20px; color: #FF0000; text-align: left; }

.Thankyou-Page .Thankyou-Hero__title { font-size: 12px; margin: 40px auto 10px;  font-family: 'ModernEraBlack'; color: #84BE4C; }

.Thankyou-Page sup { font-size: 24px; top: 0; }

.Thankyou-Page .Thankyou-Hero__body p { text-align: left; font-size: 16px; line-height: 18px; width: 320px; margin-left: 10px; overflow-x: unset;}

.Thankyou-Page .Thankyou-Hero__text { text-align: center; }

 }

.ui-autocomplete { background-color: #ffffff; border: 2px solid #000000; }
.ui-autocomplete li { display: block; cursor: pointer; }

.ui-autocomplete { max-width: 90%; }
@media (min-width: 768px) { .ui-autocomplete { max-width: 59%; } }

.SignUp-Form .SignUp-Form__submit[disabled] { opacity: 0.5; pointer-events: none; }

.Signup-Page .SignUp-Form__input.required___wrap p {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    text-align: justify;
}
.Signup-Page .SignUp-Form__input.required___wrap ul {
    list-style: inside;
    margin-left: 10px;
}
.Signup-Page .SignUp-Form__input.required___wrap li{
    display: list-item;
}
.Signup-Page .SignUp-Form__input.required___wrap#noticeCnt{
    font-size: 12px;
}
.Signup-Page .SignUp-Form_checkbox label a {
    text-decoration: underline;
}.recall-popup-body img {
 
 width: 100%;

}

.recall-popup-body .row + p { text-align: center;}

.recall-popup-body img.mobile-img.visible-xs { display: none;}

.recall-popup-body h3 + .row img { width: 85%;}

.recall-popup-body {
   background-color: white!important;
   width: 100%;
   max-width: 900px;
   margin:0 auto;
   padding: 20px;
   margin-top: 15px;
}

.recall-popup-body h3 { font-weight: bold; font-size: 28px; }

.recall-popup-body .col-md-3 {

 width: 30%;
 display: inline-block;
 text-align: center;
 margin-top: 30px;

}
.recall-popup-body .row { margin-top: 25px; margin-bottom: 10px;}

.recall-popup-body .col-md-6.col-sm-12 {

 width: 50%;
 display: inline-block;

}

.recall-popup-body .col-md-9 {

 width: 56%;
 display: inline-block;
 padding-bottom: 10px; 
 margin-left: 30px;
}

.recall-popup-body .row + p {display: block;  text-align: center; margin-top: -5px; }

.recall-popup-body p strong  { display: block; text-align: center; font-size: 16px; color: #2994d4; margin:0 auto; margin-top: 10px;}

.recall-popup-body .col-md-3 +.col-md-9 p { display: inine-block; position: relative; top: -55px; line-height: 18px; font-size: 14px; padding: 5px; padding-bottom: 10px; color: #000000; }

.recall-popup-body .row + .col-md-9 p { display: inline-block; position: relative; bottom: 150px; left: 275px; width: 600px; padding: 10px; }

.recall-popup-body .close-btn {width: 15px; height: 15px; cursor:pointer; float: right;display: inline-block; background: url('../img/recall-popup-close-button.png'); }

.zp-recall-popup {

    display: none;
    background-color: rgba(0, 0, 0, 0.4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 2500000000;

}

.zp-recall-popup { display: none; }

@media (min-width: 768px) and (max-width: 1023px) {

.recall-popup-body .col-md-3 + .col-md-9 p { top: -20px; }

.recall-popup-body { max-width: 720px; }

}

@media (max-width: 767px) {

.recall-popup-body img { width: 100%; }

.recall-popup-body img.mobile-img.visible-xs { display: block; position: relative; bottom: 60px; }

.recall-popup-body img.desktop-img.hidden-xs { display: none; }

.recall-popup-body .row + p { text-align: center; }

.recall-popup-body h3 + .row img { width: 111px; }

.recall-popup-body {

 background-color: #ffffff!important;
 width: 100%;
 max-width: 350px;
 margin:0 auto;
 padding: 20px;
 margin-top: 25px;

}


.recall-popup-body h3 {

 font-weight: bold!important; 
 font-family: Helvetica, Arial, sans-serif;
 font-size: 18px!important;
 width: 200px; 
 line-height: 24px!important; 
 
}

.recall-popup-body p { font-family: Helvetica, Arial, sans-serif;}


.recall-popup-body .col-md-3 {

 width: 30%;
 display: inline-block;
 text-align: center;
 margin-top: 50px;


}


.recall-popup-body .col-md-6.col-sm-12 {

width: 50%;
display: inline-block;

}


.recall-popup-body .col-md-9 {

 width: 65%;
 display: inline-block;
 padding-bottom: 10px;
 padding-top: 20px;
 margin-left: 10px;
}


.recall-popup-body .row + p {

 display: block;
 text-align: center;
 margin-top: 0px;

}

.recall-popup-body .row + p { width: auto; margin-left: -10px; margin-right: -10px; font-size: 14px;}

.recall-popup-body p strong { display: block; text-align: center; font-size: 16px;  color: #2994d4; margin:0 auto; margin-top: 10px;  margin-left: -15px; margin-right: -15px;}

.recall-popup-body .col-md-3 + .col-md-9 p { display: inline-block; position: relative; top: -8px; font-size: 14px;   padding: 5px; padding-bottom: 0px; color: #000000; }

.recall-popup-body .col-md-3 + .col-md-9 p { line-height: 15px;}

.recall-popup-body .row { margin-top: 0; margin-bottom: 0;}

}

.recall-popup-body p strong a { color: #2994d4; text-decoration: underline; }

.zp-recall-popup.popup-displayed { display: flex!important; justify-content: center;}

 .zp-recall-popup .col-md-9 + div { display: none;}

.zp-recall-popup .col-md-3 { margin-top: 0px;}

.zp-recall-popup .col-md-9 + div h4,  .zp-recall-popup .col-md-9 h4 { font-weight: bold; font-family: Helvetica; font-size: 14px;}

.recall-popup-body .col-md-3 + .col-md-9 p, .recall-popup-body p { font-family: Helvetica; }

@media (min-width: 768px) and (max-width: 991px) { .recall-popup-body .col-md-3 + .col-md-9 p { top: 0;}  .recall-popup-body .col-md-3 img { bottom: 50px; } .recall-popup-body  .col-md-9 div img { width: 45%;} .recall-popup-body  .col-md-9 div img:first-of-type { position: relative; bottom: 10px; } .recall-popup-body .col-md-3 img { position: relative; bottom: 50px; width: 100%!important;}}

@media (min-width: 992px) { .recall-popup-body { width: 750px; height: 448px; }.recall-popup-body .col-md-3 + .col-md-9 p { top: 0;  } .recall-popup-body .col-md-3 + .col-md-9 div p { width: 280px; padding-left: 0;} .recall-popup-body .col-md-3 + .col-md-9 p:not(h4 + p) { width: 467px; font-family: Helvetica; font-size: 14px;} .recall-popup-body  .col-md-9 div { margin-left: 5px;}  .recall-popup-body  .col-md-9 div img { width: 45%;} .recall-popup-body  .col-md-9 div img:first-of-type { position: relative; bottom: 10px;  } .recall-popup-body .col-md-3 img { position: relative; bottom: 0px; width: 259px!important;} .zp-recall-popup h3 { margin: 16px 22px;} .recall-popup-body .col-md-9 { margin-left: 0; } .recall-popup-body p:not(.row p, p:last-of-type) { font-size: 14px;} .recall-popup-body p:last-of-type:not(.row p) { font-size: 16px;}}

@media (max-width: 767.9px) { .zp-recall-popup .col-md-9 div { display: none; }  .zp-recall-popup .col-md-9 + div { display: block; text-align: center; } .zp-recall-popup .col-md-9 h4,  .zp-recall-popup .col-md-9 h4 +p,  .zp-recall-popup .col-md-9 img { display: none;} .zp-recall-popup .col-md-9 + div img { position: unset; margin: 0 auto; width: 100%;  margin: 20px auto; } .zp-recall-popup img { position: unset!important; }  .zp-recall-popup h3 { width: 250px; } .zp-recall-popup .col-md-3 { margin-top: 10px;} .zp-recall-popup .col-md-9 + div h4 { font-weight: 900; } .recall-popup-body p strong { width: 300px; font-size: 14px; margin: 10px auto;} .recall-popup-body .col-md-3 img { width: 160px!important; position: relative!important; top: 12px; right: 12px; }  .zp-recall-popup .col-md-9 + div h4 + p { width: 290px; margin: 0 auto; } .zp-recall-popup .col-md-9 + div img:first-of-type { width: 85%!important;} .zp-recall-popup .col-md-9 + div img:last-of-type { width: 80%!important; } .recall-popup-body .col-md-3 + .col-md-9 p:first-of-type:not(.col-md-9 div p) { line-height: 16px;}}

.zp-recall-popup h3 { font-size: 18px; font-family: Helvetica; }


@media (max-height: 700px) {
.recall-popup-body { margin-top: 150px; }

}.avideo{display:block;position:relative;width: 100%;}.avp-state-inline .avplayer-container,.avp-state-inline .avplayer-container .avplayer,.avp-state-inline .avplayer-container .avplayer-content,.avp-state-inline .avplayer-wrap{position:absolute;top:0;left:0;width:100%;height:100%}.avideo *{box-sizing:border-box}.avp-state-inline .avplayer-wrap{display:none}.avp-state-popup .avplayer-wrap{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);overflow:auto;box-sizing:border-box;z-index:9999}.avp-state-popup .avplayer-container{position:absolute;top:50%;left:50%;width:800px;max-width:80%;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);transition:left 1s linear}.avplayer-content{width:100%;display:block;position:relative}.avp-state-popup .avplayer{display:block;position:relative;width:100%;padding-top:56.25%}.avplayer .video-js{width:100%;height:100%;position:absolute;top:0;left:0}.avplayer embed,.avplayer iframe,.avplayer object,.avplayer video{width:100%;position:absolute;height:100%;top:0;left:0}.avplayer .limelight-player{position:absolute!important;width:100%;height:100%;top:0;left:0}span.av-close{overflow: hidden;position:absolute;right:1%;top:0;-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);font-size:50px;line-height:30px;color:#fff;cursor:pointer;z-index:100}.avp-state-popup span.av-close{position:fixed}span.av-close:before{content:"\2B"}.avplayer-poster{display:block;cursor:pointer}.avplayer-poster>.poster-img{width:auto;max-width:100%;height:auto;max-height:100%;display:block}.avp-started .avplayer-wrap{display:block}.avp-float-active .avplayer-wrap{position:fixed;right:0;left:auto;top:auto;z-index:100;bottom:0;padding:0;opacity:.8;width:300px!important;height:188px!important;background-color:#000!important}.avp-float-active .avplayer-wrap .avplayer-container{height:calc(100% - 20px);top:20px}.avp-float-active .avplayer-wrap span.av-close{font-size:34px;top:-6px}.bc-player-9924068f-e4fb-4396-a925-95f7b453ba92_default.vjs-mouse .vjs-big-play-button, .bc-player-9924068f-e4fb-4396-a925-95f7b453ba92_default.vjs-has-started .vjs-big-play-button, .vjs-controls-disabled .vjs-big-play-button, .vjs-has-started .vjs-big-play-button, .vjs-using-native-controls .vjs-big-play-button, .vjs-error .vjs-big-play-button{display: none !important;left: 50% !important;top: 50% !important;transform: translate(-50%,-50%) !important;border: none !important;background: transparent !important;width: 0 !important;height: 0 !important;}.bc-player-9924068f-e4fb-4396-a925-95f7b453ba92_default .vjs-big-play-button:before{margin: 10px auto;}.bc-player-9924068f-e4fb-4396-a925-95f7b453ba92_default .vjs-volume-menu-button,.video-js .vjs-menu-button-inline{display:flex;}.avideo img{width:100%;cursor:pointer;}