#hero {
    padding: 100px 0;
    background-position: right;
    background-repeat: no-repeat;
    position: relative;
}
#hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(90deg, #F4FCF7 0%, #F4FCF7 61.03%, rgba(244, 252, 247, 0.00) 71.86%);
}
#hero .content {
    position: relative;
    z-index: 2;
}
#hero .content h1 {
color: #1A1A2E;
font-family: "Proxima-Nova";
font-size: 51px;
font-style: normal;
font-weight: 700;
line-height: 57px; /* 111.765% */
    margin-bottom: 24px;
}

#hero .content h1 strong {
    color: #00A155;
font-family: "Proxima-Nova";
font-size: 51px;
font-style: normal;
font-weight: 700;
line-height: 57px;
}

#hero .content p {
color: #4A5568;
font-family: "Niveau-Grotesk";
font-size: 21px;
font-style: normal;
font-weight: 400;
line-height: 29.25px; /* 139.286% */
    margin-bottom: 0;
}

#hero .content .click {
    margin-top: 40px;
}

@media (max-width: 1200px) {
    #hero {
        background-position: center right 30%;
    }
}

@media (max-width: 767px) {
    #hero {
        background-position: center right 24%;
    }
}

#concept {
    padding: 100px 0;
    background: #FFF;
}

#concept .content {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

#concept .content .tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #F7710D;
    text-align: center;
    font-family: "Niveau-Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 142.857% */
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    background: #FFF1E8;
    margin-bottom: 12px;
}

#concept .content h2 {
    color: #101828;
    text-align: center;
    font-family: "Proxima-Nova";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    /* 100% */
    margin-bottom: 20px;
}

#concept .content h2 strong {
    color: #F7710D;
    font-family: "Proxima-Nova";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

#concept .content p {
    color: #4A5565;
    text-align: center;
    font-family: "Niveau-Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
    margin-bottom: 24px;
}
#concept .content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    #concept {
        padding: 50px 0;
    }
}

#food-drink {
    padding: 100px 0;
    background: #FFF;
}
#food-drink .content {
    max-width: 770px;
    margin: 0 auto;
    text-align: center;
}
#food-drink .content .tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #F7710D;
    text-align: center;
    font-family: "Niveau-Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    background: #FFF1E8;
    margin-bottom: 14px;
}
#food-drink .content h2 {
    color: #101828;
    text-align: center;
    font-family: "Proxima-Nova";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 18px;
}
#food-drink .content h2 strong {
    color: #00A155;
    font-family: "Proxima-Nova";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}
#food-drink .content p {
    color: #4A5565;
    text-align: center;
    font-family: "Niveau-Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 24px;
}
#food-drink .content p:last-child {
    margin-bottom: 0;
}
#food-drink .slider {
    margin: 78px auto 0;
}
#food-drink .slider .slick-list {
    margin: 0 -8px;
}
#food-drink .slider .slick-slide {
    padding: 0 8px;
}
#food-drink .item {
    min-height: 406px;
    border-radius: 8px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    position: relative;
}
#food-drink .text {
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 0 20px 24px;
}
#food-drink .text h3 {
    color: #FFF;
    font-family: "Proxima-Nova";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 12px;
}
#food-drink .text p {
    color: #FFF;
    font-family: "Niveau-Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 28px;
}
#food-drink .text .more {
    color: #FFF;
    font-family: "Niveau-Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
}
#food-drink .click {
    margin-top: 40px;
    text-align: center;
}
#food-drink .click .btn {
    margin: 0 auto;
}

#household {
    padding: 100px 0;
    background: #FFF;
}
#household .content {
    max-width: 770px;
    margin: 0 auto;
    text-align: center;
}
#household .content .tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #F7710D;
    text-align: center;
    font-family: "Niveau-Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    background: #FFF1E8;
    margin-bottom: 14px;
}
#household .content h2 {
    color: #101828;
    text-align: center;
    font-family: "Proxima-Nova";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 18px;
}
#household .content h2 strong {
    color: #00A155;
    font-family: "Proxima-Nova";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}
#household .content p {
    color: #4A5565;
    text-align: center;
    font-family: "Niveau-Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 24px;
}
#household .content p:last-child {
    margin-bottom: 0;
}
#household .slider {
    margin: 78px auto 0;
}
#household .slider .slick-list {
    margin: 0 -8px;
}
#household .slider .slick-slide {
    padding: 0 8px;
}
#household .item {
    min-height: 406px;
    border-radius: 8px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    position: relative;
}
#household .text {
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 0 20px 24px;
}
#household .text h3 {
    color: #FFF;
    font-family: "Proxima-Nova";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 12px;
}
#household .text p {
    color: #FFF;
    font-family: "Niveau-Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 28px;
}
#household .text .more {
    color: #FFF;
    font-family: "Niveau-Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
}
#household .click {
    margin-top: 40px;
    text-align: center;
}
#household .click .btn {
    margin: 0 auto;
}

#blocks {
    padding: 0;
    background: #FFF;
}

#blocks .item {
    padding: 50px 0;
}

#blocks .item:nth-child(even) .row {
    flex-direction: row-reverse;
}

#blocks .image img {
    width: 100%;
    max-width: 497px;
    height: auto;
    aspect-ratio: 497/503;
    object-fit: cover;
    border-radius: 16px;
    display: block;
}

#blocks .item:nth-child(odd) .image img {
    margin-right: 80px;
}

#blocks .item:nth-child(even) .image img {
    margin-left: 80px;
    margin-left: auto;
}

#blocks .content .tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
color: #F7710D;
text-align: center;
font-family: "Niveau-Grotesk";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 142.857% */
text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    background: #FFF1E8;
    margin-bottom: 18px;
}

#blocks .content h2 {
color: #1A1A1A;
font-family: "Proxima-Nova";
font-size: 44px;
font-style: normal;
font-weight: 700;
line-height: 53px; /* 120.455% */
    margin-bottom: 20px;
}

#blocks .content h2 strong {
    color: #00A155;
font-family: "Proxima-Nova";
font-size: 44px;
font-style: normal;
font-weight: 700;
line-height: 53px;
}

#blocks .content p {
color: rgba(26, 26, 26, 0.65);
font-family: "Niveau-Grotesk";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 162.5% */
    margin-bottom: 22px;
}

#blocks .content p:last-of-type {
    margin-bottom: 0;
}

#blocks .content .click {
    margin-top: 40px;
}

@media (max-width: 1200px) {
    #blocks .item:nth-child(odd) .image img,
    #blocks .item:nth-child(even) .image img {
        margin: 0 auto;
    }

    #blocks .content,
    #blocks .item:nth-child(even) .content {
        max-width: 100%;
        margin: 0;
    }
}

@media (max-width: 767px) {
    #blocks .item:nth-child(even) .row {
        flex-direction: column;
    }

    #blocks .image img,
    #blocks .item:nth-child(odd) .image img,
    #blocks .item:nth-child(even) .image img {
        margin: 0 auto;
    }
}

#cta {
    padding: 50px 0;
    background: linear-gradient(315deg, #F9E213 0%, #F7710D 100%);
}

#cta .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

#cta .content {
    max-width: 760px;
}

#cta .content .tag {
    color: rgba(122, 53, 0, 0.70);
font-family: "Niveau-Grotesk";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 142.857% */
letter-spacing: 1.4px;
text-transform: uppercase;
    margin-bottom: 10px;
}

#cta .content h2 {
color: #000;
font-family: "Proxima-Nova";
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 40px; /* 111.111% */
letter-spacing: -0.36px;
}

#cta .content h2 strong {
    color: #FFF;
font-family: "Proxima-Nova";
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 40px;
letter-spacing: -0.36px;
}

#cta .click {
    margin-top: 0;
    flex: 0 0 auto;
}

@media (max-width: 767px) {
    #cta .wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
}


#household .item,
#food-drink .item{
    position: relative;
}
#household .item::before,
#food-drink .item::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;

    background:
        linear-gradient(
            to top,
            rgba(0,0,0,.82) 0%,
            rgba(0,0,0,.72) 30%,
            rgba(0,0,0,.30) 55%,
            rgba(0,0,0,0) 80%
        ),
        linear-gradient(
            to right,
            rgba(0,0,0,.15),
            rgba(0,0,0,0)
        );
}