.main-page {
    margin-top: 0px!important;
}

.uspSection-root {
    padding-top: 3rem;
    padding-bottom: 3rem;
    text-align: center
}

.uspSection-title {
    font-size: 1.75rem;
    letter-spacing: 2px;
    line-height: 2.125rem;
    font-weight: bold;
    font-family: '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;

}

@media(min-width: 1024px) {
    .uspSection-title {
        font-size: 1.875rem;
        line-height: 2.25rem;
        letter-spacing: 1.5px
    }
}

.uspSection-usp p {
    font-size: 1rem;
    line-height: 1.25;
    margin-top: 1.5rem;
    font-weight: bold;
    text-transform: uppercase
}

@media(min-width: 768px)and (max-width: 990px) {
    .uspSection-usp {
        padding: 0 30px !important
    }

    .uspSection-usp img {
        max-height: 85px
    }
}

@media(min-width: 768px) {
    .uspSection-usp p {
        letter-spacing: 2px
    }
}

.alternatingBlock-root {
    /*margin-bottom: 2.5rem*/
}

@media(min-width: 768px) {
    .alternatingBlock-root {
        /*margin-bottom: 30px*/
    }
}

.alternatingBlock-image {
    position: relative;
    z-index: 1;
    padding-top: 66.4%;
    width: 100%
}

.alternatingBlock-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media(min-width: 768px) {
    .alternatingBlock-image {
        width: 65.85%;
        padding-top: 43.55%;
        margin-left: 34.15%;
        transform: translateX(10%)
    }

    .alternatingBlock-image.alternatingBlock-altDirection {
        margin-left: 0;
        transform: translateX(-10%)
    }
}

.alternatingBlock-content {
    position: relative;
    text-align: center;
    padding: 5rem 15px 4.5rem;
    background-color: #fff;
    z-index: 2
}

.alternatingBlock-content.alternatingBlock-reducePadding {
    padding-bottom: 2.5rem
}

.alternatingBlock-content .alternatingBlock-title h2 {
    margin: 0 auto 1rem
}

.alternatingBlock-content p {
    color: #1d1d1b;
    font-size: 1rem;
    line-height: 23px
}

.alternatingBlock-content p:last-of-type {
    margin-bottom: 2rem
}

.alternatingBlock-content:before,
.alternatingBlock-content:after {
    content: "";
    position: absolute;
    top: 0;
    right: calc(100% - 1px);
    background-image: url(../images/perforation-left.svg);
    width: 5px;
    height: 100%
}

.alternatingBlock-content:after {
    right: auto;
    left: calc(100% - 1px);
    background-image: url(../images/perforation-right.svg)
}

@media(min-width: 768px)and (max-width: 990px) {
    .alternatingBlock-content {
        padding: 2rem 30px 1.5rem
    }

    .alternatingBlock-content .alternatingBlock-title h2 {
        font-size: 1.5rem
    }

    .alternatingBlock-content p {
        font-size: .875rem
    }
}

@media(min-width: 991px) {
    .alternatingBlock-content {
        height: 100%;
        padding: 15px 6rem;
        display: flex;
        align-items: center
    }


    .alternatingBlock-content p.alternatingBlock-reduceMargin:last-of-type {
        margin-bottom: 0
    }
}

.alternatingBlock-shadowContainer {
    max-width: calc(100% - 40px);
    margin: -1.25rem 1.25rem 0;
    position: relative;
    z-index: 1;
    width: 100%
}

.alternatingBlock-shadowContainer:before,
.alternatingBlock-shadowContainer:after {
    box-shadow: 0 0 70px 4px #0000002e;
    border-radius: 16%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    width: 100%;
    height: 56%
}

.alternatingBlock-shadowContainer:after {
    top: auto;
    left: auto;
    right: 0;
    bottom: 10px;
    height: 35%;
    width: 90%
}
@media(min-width: 911px) {
    .topBannerSection-root {
    min-height: calc(100vh + 40px);
}
}
@media(min-width: 768px) {
    .alternatingBlock-shadowContainer {
        width: 60%;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%)
    }

    .alternatingBlock-shadowContainer.alternatingBlock-altDirection {
        left: auto;
        right: 0
    }

    .alternatingBlock-shadowContainer:before {
        box-shadow: 0 0 70px 9px #0000001a;
        border-radius: 140px;
        top: 52px;
        left: 0;
        width: 56%
    }

    .alternatingBlock-shadowContainer:after {
        box-shadow: 0 0 70px 9px #0000001a;
        border-radius: 140px;
        right: 6%;
        bottom: 50px;
        width: 56%
    }

    .alternatingBlock-shadowContainer.alternatingBlock-altDirection:before {
        left: auto;
        right: 12%
    }

    .alternatingBlock-shadowContainer.alternatingBlock-altDirection:after {
        right: 0
    }
}

@media(min-width: 991px) {
    .alternatingBlock-shadowContainer {
        width: 50%;
        padding: 3rem 0;
        height: 100%
    }
}

.exploreSection-root-VFJ {
    background-color: #f0f0ed;
    background-position: center;
    background-size: 95%;
    background-repeat: no-repeat;
    /*margin-bottom: 1rem;*/
    padding: 6rem 15px;
    text-align: center
}

@media(min-width: 768px) {
    .exploreSection-root-VFJ {
        background-size: contain
    }
}

@media(min-width: 1024px) {
    .exploreSection-root-VFJ {
        /*margin-bottom: 3rem;*/
        padding: 16rem
    }
}

.exploreSection-content-2h6 p {
    font-size: 1.25rem;
    letter-spacing: 2px;
    line-height: 1.5rem;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
}

@media(min-width: 1024px) {
    .exploreSection-content-2h6 p {
        font-size: 1.5rem;
        line-height: 1.5rem;
        margin: 1.25rem
    }
}

.exploreSection-content-2h6 button {
    margin-top: 1rem
}

.exploreSection-root-VFJ {
    background-image: url(../images/barleyicon.svg);
}

.alternatingBlock-root {
    /*margin-bottom: 2.5rem;*/

}

@media(min-width: 768px) {
    .alternatingBlock-root {
        /*margin-bottom: 30px*/
    }
}

.alternatingBlock-image {
    position: relative;
    z-index: 1;
    padding-top: 66.4%;
    width: 100%
}

.alternatingBlock-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media(min-width: 768px) {
    .alternatingBlock-image {
        width: 65.85%;
        padding-top: 43.55%;
        margin-left: 34.15%;
        transform: translateX(10%)
    }

    .alternatingBlock-image.alternatingBlock-altDirection {
        margin-left: 0;
        transform: translateX(-10%)
    }
}

.alternatingBlock-content {
    position: relative;
    text-align: center;
    padding: 5rem 15px 4.5rem;
    background-color: #fff;
    z-index: 2
}

.alternatingBlock-content.alternatingBlock-reducePadding {
    padding-bottom: 2.5rem
}

.alternatingBlock-content .alternatingBlock-title h2 {
    margin: 0 auto 1rem
}

.alternatingBlock-content p {
    color: #1d1d1b;
    font-size: 1rem;
    line-height: 23px
}

.alternatingBlock-content p:last-of-type {
    margin-bottom: 2rem
}

.alternatingBlock-content:before,
.alternatingBlock-content:after {
    content: "";
    position: absolute;
    top: 0;
    right: calc(100% - 1px);
    background-image: url(../images/perforation-left.svg);
    width: 5px;
    height: 100%
}

.alternatingBlock-content:after {
    right: auto;
    left: calc(100% - 1px);
    background-image: url(../images/perforation-right.svg)
}

@media(min-width: 768px)and (max-width: 990px) {
    .alternatingBlock-content {
        padding: 2rem 30px 1.5rem
    }

    .alternatingBlock-content .alternatingBlock-title h2 {
        font-size: 1.5rem
    }

    .alternatingBlock-content p {
        font-size: .875rem
    }
}

@media(min-width: 991px) {
    .alternatingBlock-content {
        height: 100%;
        padding: 15px 6rem;
        display: flex;
        align-items: center
    }

    .alternatingBlock-content p.alternatingBlock-reduceMargin:last-of-type {
        margin-bottom: 0
    }
}

.alternatingBlock-shadowContainer {
    max-width: calc(100% - 40px);
    margin: -1.25rem 1.25rem 0;
    position: relative;
    z-index: 1;
    width: 100%
}

.alternatingBlock-shadowContainer:before,
.alternatingBlock-shadowContainer:after {
    box-shadow: 0 0 70px 4px #0000002e;
    border-radius: 16%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    width: 100%;
    height: 56%
}

.alternatingBlock-shadowContainer:after {
    top: auto;
    left: auto;
    right: 0;
    bottom: 10px;
    height: 35%;
    width: 90%
}

@media(min-width: 768px) {
    .alternatingBlock-shadowContainer {
        width: 60%;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%)
    }

    .alternatingBlock-shadowContainer.alternatingBlock-altDirection {
        left: auto;
        right: 0
    }

    .alternatingBlock-shadowContainer:before {
        box-shadow: 0 0 70px 9px #0000001a;
        border-radius: 140px;
        top: 52px;
        left: 0;
        width: 56%
    }

    .alternatingBlock-shadowContainer:after {
        box-shadow: 0 0 70px 9px #0000001a;
        border-radius: 140px;
        right: 6%;
        bottom: 50px;
        width: 56%
    }

    .alternatingBlock-shadowContainer.alternatingBlock-altDirection:before {
        left: auto;
        right: 12%
    }

    .alternatingBlock-shadowContainer.alternatingBlock-altDirection:after {
        right: 0
    }
}

@media(min-width: 991px) {
    .alternatingBlock-shadowContainer {
        width: 50%;
        padding: 3rem 0;
        height: 100%
    }
}







.bottomSection-root-XhI {
    /*margin-top: 10px;*/
    min-height: 630px;
    background-size: cover;
    background-position: 20% center;
    background-repeat: no-repeat;
    padding: 0 5px
}

.bottomSection-shadowContainer {
    position: relative;
    z-index: 1
}

.bottomSection-shadowContainer:before {
    box-shadow: 0 0 20px 20px #0000000f;
    border-radius: 16%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    width: 70%;
    height: 50%
}

@media(min-width: 1024px) {
    .bottomSection-shadowContainer:before {
        left: auto;
        right: 8.3333%;
        width: calc(33.3333% - 38px)
    }
}

.bottomSection-content-2fR {
    background-color: #fff;
    max-width: 390px;
    margin: 0 auto;
    padding: 2.125rem 20px;
    position: relative;
    text-align: center;
    z-index: 2
}

.bottomSection-content-2fR:before,
.bottomSection-content-2fR:after {
    content: "";
    position: absolute;
    top: 0;
    right: calc(100% - 1px);
    background-image: url(/assets/images/perforation-left.svg);
    width: 5px;
    height: 100%
}

.bottomSection-content-2fR:after {
    right: auto;
    left: calc(100% - 1px);
    background-image: url(/assets/images/perforation-right.svg)
}

.bottomSection-content-2fR .bottomSection-title-1g8 h2 {
    font-size: 1.75rem;
    letter-spacing: 2px;
    line-height: 1.875rem;
    margin: 0 auto 1.25rem
}

.bottomSection-content-2fR .bottomSection-text {
    font-size: 1rem;
    line-height: 23px;
    min-height: 160px;
    margin-bottom: 1rem
}

.bottomSection-content-2fR .bottomSection-arrow-3Nu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%)
}

@media(min-width: 1024px) {
    .bottomSection-content-2fR {
        margin: 0 8.333% 0 auto;
        width: 33.3333%;
        padding: 2.125rem 2rem
    }

    .bottomSection-content-2fR .bottomSection-text {
        min-height: 126px
    }
}