.hmjs-about .img{width:100%}
.hmjs-about img{display:block;margin:0 auto;max-width:900px;}
.hmjs-feature .container-md>.flex{background: linear-gradient(292deg, #F9FAFC 2%, #FAFAFA 100%);padding: 4vmax;align-items: center;gap:1.5rem;
    transition: all .2s linear;}
.hmjs-feature .text{flex:1;}
.hmjs-feature .img{flex:1;position:relative}
.hmjs-feature .container-md>.flex:nth-child(even) .img{order: 2}
.hmjs-feature .container-md>.flex:nth-child(even) .text{order: 3;padding-left:40px}
.hmjs-feature .img>.box{position:absolute;top:0;right:0;bottom:0;left:0;}
.hmjs-feature .text strong{font-size: 1.8rem;padding-bottom: 15px;display: block;transition: all .2s linear;}
.hmjs-feature .item{cursor: pointer;}
.hmjs-feature .item p{margin-bottom: 20px;opacity: 0;transition: all 500ms 100ms ease;padding-right:30px;}
.hmjs-feature .item.active p,.hmjs-value .item .text p{opacity: .6}
.hmjs-feature .item .left{width: 30px;position: relative;}
.hmjs-feature .item .right{flex:1;transition: all 500ms ease;height:39px;overflow: hidden;}
.hmjs-feature .item .right h5{margin-bottom:15px;}
.hmjs-feature .item.active .right{height:auto}
.hmjs-feature .item .dot{
    background: rgba(255, 199, 158, 1);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: absolute;
    left: 8px;
    top: 12px;
    transform: translate(-50%,-50%);
    z-index: 2;
}
.hmjs-feature .item .line{
    width: 1px;
    height: 32px;
    top: 6px;
    border-left: 1px dashed rgba(255, 199, 158, 0.9);
    left: 8px;
    position: absolute;
    z-index: 1;
    transition: all 500ms ease;
}
.hmjs-feature .item.active .line{height:100%}
.hmjs-feature .item:last-child .line{
    height: 0!important;
}
.hmjs-feature .item.active h5{
    color: #ff6a00;
}
.hmjs-feature .item.active .dot{
    width: 20px;
    height: 20px;
}
.hmjs-feature .item.active .dot:before{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #ff6a00;
}
.hmjs-feature .img>img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
    transition: all .2s linear;
}
.hmjs-feature .img>.box .img-item{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.hmjs-feature .img>.box .img-item .img-one{
    position: absolute;
    top: 25%;
    left: 25%;
    max-width: 60%;
    max-height: 60%;
    transform: translate(-50%,0%);
    opacity: 0;
    transition: all 500ms ease-out;
}
.hmjs-feature .img>.box .img-item .img-two{
    position: absolute;
    bottom: 25%;
    right: 25%;
    max-width: 60%;
    max-height: 60%;
    transform: translate(50%,80%);
    opacity: 0;
    transition: all 400ms 100ms ease-out;
}
.hmjs-feature .img>.box .img-item .img-three{
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 60%;
    max-height: 60%;
    transform: translate(-50%,0%);
    opacity: 0;
    transition: all 400ms 100ms ease-out;
}
.hmjs-feature .img>.box .img-item.active .img-one{
    transform: translate(-50%,-50%);
    opacity: 1;
}
.hmjs-feature .img>.box .img-item.active .img-two{
    transform: translate(50%,50%);
    opacity: 1;
}
.hmjs-feature .img>.box .img-item.active .img-three{
    transform: translate(-50%,-50%);
    opacity: 1;
}
.hmjs-feature .container-md>.flex:nth-child(2) .box .img-item .img-one{
    left: 75%;
}
.hmjs-feature .container-md>.flex:nth-child(2) .box .img-item .img-two{
    right: 75%;
}
.hmjs-feature .container-md>.flex:nth-child(3) .box .img-item .img-one{
    top: 60%;
    left: -10px;
    transform: translate(-10px, -50%);
}
.hmjs-feature .container-md>.flex:nth-child(3) .box .img-item .img-two{
    right: 30%;
    bottom: auto;
    top: 20%;
    transform: translate(50%, -30%);
}
.hmjs-feature .container-md>.flex:nth-child(3) .box .img-item.active .img-one{
    transform: translate(-10px,-30%);
    max-width: 100%;
    max-height: 70%;
}
.hmjs-feature .container-md>.flex:nth-child(3) .box .img-item.active .img-two{
    transform: translate(50%,-50%);
}
.hmjs-value .row,.hmjs-sence .row{row-gap:1.5rem;}
.hmjs-value .item{
    background: linear-gradient(180deg, #FFF9F5 0%, #FFFFFF 100%);
    border: 1px solid #FFFFFF;
    box-shadow: 0px 4px 30px 0px rgba(218, 227, 255, 0.57);
    border-radius: 10px;
    height: 100%;
    padding: 20px;
}
.hmjs-value .item .img img{
    display: block;
    max-height: 175px;
    max-width: 90%;
    margin: 0 auto 15px;
    transition: all .2s linear;
}
.hmjs-value .item .text{
    border: 1px dashed #C7C7C7;
    padding: 20px;
    border-radius: 10px;
}
.hmjs-sence .item{
    overflow: hidden;
}
.hmjs-sence .item .img{
    max-height: 420px;
}
.hmjs-sence .item .text{
    position: absolute;
    background: rgba(61, 61, 61, 0.37);
    backdrop-filter: blur(10px);
    padding: 30px 30px 5vmax 30px;
    color: #fff;
    width: 100%;
    left: 0;
    top: 100%;
    transform: translateY(-80px);
    transition: all .2s linear;
}
.hmjs-sence .item .text h5{
    line-height: 1;
    margin-bottom: 32px;
    text-align: center;
}


@media (any-hover: hover) {
    .hmjs-feature .container-md>.flex:hover .text strong{padding-bottom:25px;}
    .hmjs-value .item:hover h5,.hmjs-feature .container-md>.flex:last-child:hover .text strong{color:#ff6a00}
    .hmjs-value .item:hover .img img,.hmjs-feature .container-md>.flex:last-child:hover .img img{
        transform: scale(1.05);
    }
    .hmjs-sence .item:hover .img img{
		transform: translate(-50%,-50%) scale(1.05);
	}
	.hmjs-sence .item:hover .text{
	    transform: translateY(-100%);
	}
}

@media screen and (max-width: 768px){
    .hmjs-sence .row{row-gap:1.5rem;}
    .hmjs-feature .img,.hmjs-feature .text{
        flex: auto;
        width: 100%;
    }
    .hmjs-feature .container-md>.flex:nth-child(even) .text{
        order: 1;
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width: 480px){
    .hmjs-sence .item .text{transform: translateY(-100%);}
}