@media screen and (max-height: 800px) {

}
@keyframes blockGuideBut {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }
}
 @property --but-start-color {
    syntax: '<color>';
    initial-value: #18377C;
    inherits: false;
}

@property --but-end-color {
    syntax: '<color>';
    initial-value: #18377C;
    inherits: false;
}

.block-visual{
    margin-top: 72px;
    position: relative;
    background-color: #FAFCFF;
    min-height: 500px;
    display:flex;
    align-items: center;
    .visual-bg{
        position: absolute;
        right: 0;
        top: 3px;
        width: 46%;
        height: 360px;
        background-image: url(/webasset/hypd/images/solution-incentive/block-visual-01.webp);
        background-repeat: no-repeat;
        background-size:100% 100%;
    }
    .cont{
        .top-but-cont{
            width: 470px;
            .start{
                    width: 100%;
                    .but{
                        border-radius: 60px;
                        width: 220px;
                        height: 40px;
                        text-align: center;
                        line-height: 40px;
                        color: #ffffff;
                        margin-top: 60px;
                        text-decoration: none;
                        cursor:pointer;
                        display: block;
                        background: linear-gradient(90deg, var(--but-start-color) 0%, var(--but-end-color) 100%);
                        transition: --guide-but-start-color 0.8s ease, --guide-but-end-color 0.8s ease, transform 0.8s ease;
                        &:hover{
                            --but-start-color: #18377C;
                            --but-end-color: #111111;
                            filter: brightness(1.2);
                        }
                        animation: blockGuideBut 1.0s cubic-bezier(0.18, 0.89, 0.32, 1.28) forwards;
                    }
             }
        }

        .title{
        color: #18377C;
        text-align: center;
        }
        .item{
            width: 420px;
            background: #BBDBFF;
            border-radius: 18px;
            padding: 40px;
            margin: 50px;
            .item-title{
                color: #18377C;
                margin-bottom: 12px;
            }
            .item-desc{
                color: #18377C;
                line-height: 26px;
                text-align: justify;
            }
        }
    }
}

.block-tache{
    margin-top: 100px;
    .title{
        color: #18377C;
        text-align: center;
        margin-bottom: 30px;
    }
    .desc{
        color: #18377C;
        text-align: center;
        margin-bottom: 40px;
    }
    .cont{
        .item{
            &:nth-child(2){
                background: #F5F8FF;
                border-radius: 18px;
            }
            position: relative;
            .manage{
                margin-top: 40px;
                .left{
                    padding: 0 100px 30px 40px;
                    .title{
                        color: #18377C;
                        text-align: left;
                        margin: 40px 0 12px;
                    }
                    .desc{
                        color: #18377C;
                        opacity: .7;
                        line-height: 26px;
                        text-align: justify;
                    }
                    .merch-img{
                        text-align: center;
                        >img{
                            height: 280px;
                        }
                    }
                }
            }
            .challenge-staff{
                margin-top: 40px;
                .challenge-staff-cont{
                    display: flex;
                    align-items: center;
                    background: #F5F8FF;
                    border-radius: 18px;
                    .card-cont{
                        padding: 40px 40px 40px 40px;
                        height: 500px;
                        position: relative;
                        .title{
                            color: #18377C;
                            text-align: left;
                            margin: 12px 0;
                        }
                        .desc{
                            color: #18377C;
                            opacity: .7;
                            line-height: 26px;
                            text-align: justify;
                        }
                        &:hover{
                            .sr-img, .fl-img{
                                transform:translateY(-10px);
                            }
                        }
                        .sr-img, .fl-img{
                            text-align: center;
                            margin-top: 20px;
                            transition: all 0.25s  ease-in;
                            position: absolute;
                            bottom: 30px;
                            left: 30px;
                            right: 30px;
                            >img{
                                border-radius: 16px;
                            }
                        }
                        .sr-img{
                            >img{
                                width: 360px;
                            }
                        }
                        .fl-img{
                            >img{
                                width: 240px;
                            }
                        }
                    }
                }
            }
        }
    }
    .footer{
        padding: 60px 0 60px 0;
        .title{
            color: #18377C;
            line-height: 32px;
        }
    }
}
.block-outcome{
    padding-top: 100px;
    background: #F5F8FF;
    .title{
        color: #18377C;
        text-align: center;
        margin-bottom: 60px;
    }
    .cont{
        background: #ffffff;
        border-radius: 20px;
        .cont-left,
        .cont-right {
            flex: 1;
            text-align: left;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .cont-left{
            padding: 50px 30px 0;
            .cont-card-list {
                color: #18377C;
                .cont-card-item {
                    border-bottom: 1px solid #e6f1ff;
                    padding: 24px 0 0 0;
                    transition: background 0.2s;
                    .cont-card-question {
                        display: flex;
                        align-items: center;
                        justify-content: space-between;
                    }
                    .cont-card-answer {
                        margin: 16px 0;
                    }
                }
            }
        }
        .right-img{
            text-align: right;
            margin: 30px;
            >img{
                width: 100%;
            }
        }
    }
}

.block-coverage{
    padding-top: 100px;
    background: #F5F8FF;
    padding-bottom: 40px;
    .title{
        text-align: center;
        color: #18377C;
    }
    .coverage-row-cont{
        color: #18377C;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        margin: 60px 0;
        .coverage-row-grid-card {
            display: flex;
            align-items: center;
            justify-content: center;
            color: 30px;
            background: #ffffff;
            opacity: 0.5;
            padding: 15px 0;
            gap: 20px;
            cursor: pointer;
            &:hover{
                box-shadow: 0px 8px 20px 0px rgba(24, 55, 124, 0.1);
            }
        }
    }
    .coverage-row-cont .active {
        opacity: 1;
    }
    .coverage-row-grid-content{
        background: #ffffff;
        padding: 30px 50px;
        text-align: left;
        margin-bottom: 50px;
        color: #18377C;
        line-height: 30px;
    }
}
.block-exchange{
    padding-top: 60px;
    .more{
        background-image: url(/webasset/hypd/images/solution-incentive/block-exchange-01.webp);
        background-repeat: no-repeat;
        background-size:100% 100%;
        height: 320px;
        .more-img{
            text-align: center;
            padding-top: 40px;
            padding-bottom: 20px;
        }
        .more-title{
            color: #18377C;
            text-align: center;
        }
        .more-desc{
            margin-top: 20px;
            text-align: center;
            color: #18377C;
            opacity: .7;
            line-height: 26px;
        }
        .know{
            display: flex;
            justify-content: center;
            .but{
                border: 1px solid rgba(24,55,124,0.23);
                border-radius: 162px;
                width: 180px;
                height: 36px;
                text-align: center;
                line-height: 36px;
                color: #18377C;
                margin-top: 30px;
                text-decoration: none;
                cursor:pointer;
                display: block;
                &:hover{
                    background: #E5EEFF;
                }
            }
        }
    }
    .cont{
        .item{
            margin-top: 60px;
            height: 440px;
            position: relative;
            background: #F5F8FF;
            border-radius: 20px;
            padding: 40px 30px;
            .title{
                color: #18377C;
                text-align: center;
            }
            .desc{
                color: #18377C;
                line-height: 26px;
                opacity: .7;
                margin-top: 12px;
            }
            .item-img{
                position: absolute;
                left: 50%;
                transform: translateX(-50%);
                bottom: 30px;
                >img{
                    height: 164px;
                }
            }
        }
    }
    .footer{
        padding: 60px 0 60px 0;
        .title{
            text-align: center;
            color: #18377C;
            line-height: 32px;
        }
    }
}

.block-increase{
    background: #18377C;
    padding-top: 100px;
    padding-bottom: 60px;
    .title{
        color: #ffffff;
        text-align: center;
    }
    .desc{
        color: #8a8f99;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .cont{
        .item{
            position: relative;
            background: #ffffff;
            border-radius: 10px;
            height: 360px;
            margin-bottom: 40px;
            .left{
                padding: 40px 30px;
                .item-title{
                    color: #18377C;
                }
                .item-desc{
                    color: #18377C;
                    opacity: .7;
                    margin-top: 12px;
                }
            }
            .right{
                position: absolute;
                right: -20px;
                bottom: -30px;
                >img{
                    width: 360px;
                }
            }
        }
        .h-item{
            height: 450px;
        }
    }
}

.block-engine{
    padding-top: 100px;
    padding-bottom: 40px;
    .title{
        text-align: center;
        color: #18377C;
    }
    .desc{
        color: #18377C;
        text-align: center;
        line-height: 26px;
        margin-top: 12px;
    }
    .cont{
        background: #F5F8FF;
        border-radius: 20px;
        padding: 40px 30px 40px 30px;
        margin-top: 40px;
        .left{
            .item{
                margin-bottom: 32px;
                .item-title{
                    color: #18377C;
                    display: flex;
                    gap: 10px;
                    align-items: center;
                }
                .item-desc{
                    text-align: left;
                    line-height: 26px;
                    color: #18377C;
                    margin-top: 12px;
                }
            }
        }
        .right{
            height: 100%;
            display: flex;
            align-items: center;
            .item{
                padding: 40px 30px 40px 30px;
                background: #ffffff;
                border-radius: 20px;
                .item-title{
                    color: #18377C;
                }
                .item-desc{
                    text-align: left;
                    line-height: 26px;
                    color: #18377C;
                    margin-top: 12px;
                }
                .item-img{
                    margin-top: 55px;
                    >img{
                        width: 100%;
                    }
                }
            }
        }
    }
}

.block-faq{
    padding: 80px 0 80px ;
    .title{
        color: #18377C;
        margin-bottom: 30px;
    }
    .faq-list{
        .faq-item {
            border-bottom: 1px solid #e6f1ff;
            padding: 24px 0;
            transition: background 0.2s;
            .faq-question {
                color: #18377C;
                display: flex;
                align-items: center;
                justify-content: space-between;
                cursor: pointer;
                .icons img:nth-child(2) {
                    display: none;
                }
            }
            .faq-answer {
                color: #18377C;
                margin-top: 16px;
                line-height: 1.7;
                padding-right: 32px;
                display: none;
                opacity: .7;
                text-align: justify;
            }
        }
    }
}

@media (max-width: 1024px) {
    .block-visual{
        margin-top: 56px;
        .visual-bg{
            width: 70%;
            height: 180px;
        }
        .cont{
            margin-top: 50px;
            .title{
                position: absolute;
                z-index: 2;
                top:40px;
            }
            .item{
                width: 100%;
                padding: 10px;
                margin: 0px;
                margin-top: 20px;
            }
        }
    }
    .block-tache {
     .cont {
         .item {
             .challenge-staff {
                 .challenge-staff-cont {
                    margin-bottom: 30px;
                    .card-cont {
                        height: 440px;
                        padding: 10px;
                        .sr-img{
                            >img{
                                width: 100%;
                                height: auto;
                            }
                        }
                    }
                }
            }
            .manage{
                .left{
                    padding: 10px;
                    .merch-img{
                        >img{
                            width: 100%;
                            height: auto;
                        }
                    }
                }
            }
        }
    }
    }
    .block-coverage{
        .coverage-row-cont{
            grid-template-columns: none;
        }
        .coverage-row-grid-content{
            padding: 10px;
        }
    }
    .block-exchange{
        .more{
            border-radius: 16px;
        }
        .cont{
            .item{
                padding: 30px 10;
            }
        }
    }
    .block-increase {
         .cont {
             .item {
                .right {
                    right:0;
                    bottom: 0;
                    >img{
                        width: 230px;
                    }
                }
            }
        }
    }





    .block-faq{
        padding-top: 40px;
    }

}

@media screen and (max-width: 1500px) {

}





















/*@media screen and (max-height: 800px) {

}


@media (max-width: 1024px) {

}

@media screen and (max-width: 1500px) {

}


*/