.common_banner {
    height: 100vh;
    position: relative;
}

.common_banner .img {
    height: 100%;
}

.common_banner .img img {
    height: 100%;
}

.common_banner .banner_text {
    position: absolute;
    bottom: 128px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.common_banner .banner_text .banner_top_title {
    margin: 0 0 21px;
    color: #FFF;
    font-family: 'Inter sb';
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
}

.common_banner .banner_text .banner_top_title div {
    color: #FFF;
    font-family: 'Inter sb';
    font-size: 56px;
    font-weight: 700;
    line-height: 64px;
}

.common_banner .banner_text .label {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
}

.common_banner .banner_text .label div {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
}

.common_banner .scroll_alert {
    width: 64px;
    height: 64px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 60px;
    bottom: 100px;
    z-index: 3;
}

.common_banner .scroll_alert img {
    display: block;
    width: 14px;
    animation-duration: 2s !important;
    animation-iteration-count: infinite !important;
    animation-name: tds-keyframe--bounce !important;
}

.sec1 {
    padding: 126px 0 160px;
}

.sec1 .wrap .title {
    font-family: 'Inter sb';
    color: #10253F;
    text-align: center;
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    text-transform: capitalize;
    margin-bottom: 41px;
}

.sec1 .wrap .des {
    color: rgba(16, 37, 63, 0.6);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-transform: capitalize;
    margin-bottom: 119px;
}

.sec1 .wrap .list {
    display: flex;
    gap: 30px;
}

.sec1 .wrap .list .item {
    width: 460px;
    height: 560px;
    border-radius: 12px;
    position: relative;
}

.sec1 .wrap .list .item .item_bottom {
    padding: 30px;
    position: absolute;
    width: 100%;
    z-index: 3;
    bottom: 0;
}

.sec1 .wrap .list .item .item_bottom .icon {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
}

.sec1 .wrap .list .item .item_bottom .icon img {
    display: block;
    max-width: 50%;
    max-height: 50%;
}

.sec1 .wrap .list .item .item_bottom .p {
    font-family: 'Inter';
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-transform: capitalize;
    margin: 12px 0 0;
}

.sec1 .wrap .list .item .img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.sec1 .wrap .list .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.sec1 .wrap .list .item:hover .img img {
    transform: scale(1.1);
}

.sec1 .wrap .list .item:nth-child(2) {
    margin: 80px 0 0;
}

.sec1 .wrap .list .item:nth-child(3) {
    margin: 160px 0 0;
}

.sec2 {
    background: #F5F5F6;
    padding: 130px 0 193px;
}

.sec2 .wrap .title {
    font-family: 'Inter sb';
    color: #10253F;
    text-align: center;
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    text-transform: capitalize;
}

.sec2 .wrap .des {
    margin: 40px 0 60px;
    color: rgba(16, 37, 63, 0.6);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-transform: capitalize;
}

.sec2 .wrap .list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.sec2 .wrap .list .item {
    width: 710px;
    height: 380px;
    border-radius: 12px;
    background: #FFF;
    padding: 40px 90px 0 40px;
    overflow: hidden;
    position: relative;
}

.sec2 .wrap .list .item:after {
    content: "";
    width: 560px;
    height: 560px;
    border-radius: 560px;
    opacity: 0;
    background: #6FC5C4;
    filter: blur(150px);
    position: absolute;
    top: 191px;
    left: -110px;
    transition: 0.6s;
}

.sec2 .wrap .list .item .icon {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    border: 1px solid #318C92;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 84px;
    position: relative;
    z-index: 3;
}

.sec2 .wrap .list .item .h5 {
    font-family: 'Inter';
    color: #10253F;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    text-transform: capitalize;
    margin-bottom: 24px;
    position: relative;
    z-index: 3;
}

.sec2 .wrap .list .item .p {
    color: rgba(16, 37, 63, 0.6);
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    text-transform: capitalize;
    position: relative;
    z-index: 3;
}

.sec2 .wrap .list .item:hover:after {
    opacity: .6;
}

.sec3 {
    padding: 127px 0 190px;
}

.sec3 .wrap .title {
    color: #10253F;
    text-align: center;
    font-family: 'Inter sb';
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    text-transform: capitalize;
    margin-bottom: 41px;
}

.sec3 .wrap .des {
    width: 950px;
    margin: 0 auto 50px;
    color: rgba(16, 37, 63, 0.6);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-transform: capitalize;
}

.sec3 .wrap .img {
    width: 100%;
    height: 600px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.sec3 .wrap .img .img_top {
    position: absolute;
    top: 84px;
    text-align: center;
    width: 100%;
}

.sec3 .wrap .img .img_top .h5 {
    color: #10253F;
    text-align: center;
    font-family: 'Inter';
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    text-transform: capitalize;
    margin-bottom: 45px;
}

.sec3 .wrap .img .img_top .icons {
    display: flex;
    justify-content: center;
    gap: 50px;
}

.sec3 .wrap .img .img_top .icons .icon {
    height: 60px;
}

.sec3 .wrap .img .img_top .icons .icon img {
    display: block;
    height: 100%;
}

.sec3 .wrap .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec4 {
    position: relative;
}

.sec4 .bg {
    width: 100%;
    overflow: hidden;
}

.sec4 .bg img {
    display: block;
    width: 100%;
}

.sec4 .sec4_top {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 6.25vw;
    z-index: 3;
}

.sec4 .sec4_top .title {
    color: #FFF;
    text-align: center;
    font-family: 'Inter sb';
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    /* 125% */
    text-transform: capitalize;
    margin-bottom: 27px;
}

.sec4 .sec4_top .des {
    width: 1110px;
    margin: 0 auto 85px;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;
}

.sec4 .sec4_top .list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.sec4 .sec4_top .list .item {
    width: 460px;
}

.sec4 .sec4_top .list .item .item_box {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(15px);
    padding: 40px 32px;
    transition: 0.6s;
}

.sec4 .sec4_top .list .item .item_box .h5 {
    color: #FFF;
    font-family: 'Inter';
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    text-transform: capitalize;
    margin-bottom: 24px;
    transition: 0.6s;
}

.sec4 .sec4_top .list .item .item_box .p {
    color: #FFF;
    font-size: 16px;
    font-weight: 100;
    line-height: 28px;
    text-transform: capitalize;
    transition: 0.6s;
}

.sec4 .sec4_top .list .item .item_box:hover {
    background: #FFF;
}

.sec4 .sec4_top .list .item .item_box:hover .h5 {
    color: #10253F;
}

.sec4 .sec4_top .list .item .item_box:hover .p {
    color: rgba(16, 37, 63, 0.6);
}

.sec5 {
    padding: 154px 0 143px;
}

.sec5 .wrap .sec5_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

.sec5 .wrap .sec5_top .title {
    width: 720px;
    color: #10253F;
    font-family: 'Inter sb';
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    /* 125% */
    text-transform: capitalize;
}

.sec5 .wrap .sec5_top .des {
    color: rgba(16, 37, 63, 0.6);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;
    width: 624px;
}

.sec5 .wrap .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec5 .wrap .box .l_box {
    width: 720px;
    height: 460px;
    border-radius: 12px;
    overflow: hidden;
}

.sec5 .wrap .box .l_box img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec5 .wrap .box .r_box {
    width: 624px;
}

.sec5 .wrap .box .r_box .h5 {
    color: #10253F;
    font-family: 'Inter';
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    text-transform: capitalize;
    margin-bottom: 72px;
}

.sec5 .wrap .box .r_box .r_box_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px 0;
}

.sec5 .wrap .box .r_box .r_box_list .item {
    width: 268px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 0 30px;
    border-bottom: 1px solid #F5F5F6;
}

.sec5 .wrap .box .r_box .r_box_list .item .icon {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background: #318C92;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec5 .wrap .box .r_box .r_box_list .item p {
    color: rgba(16, 37, 63, 0.6);
    font-family: 'Inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 177.778% */
    text-transform: capitalize;
}

.sec5 .wrap .fix {
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
    padding: calc(50vh - 350px) 0 0;
    overflow: hidden;
}

.sec5 .wrap .fix .wrap1 {
    position: relative;
    height: fit-content;
}

.sec5 .wrap .fix .part1 {
    width: 100%;
    height: 700px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}

.sec5 .wrap .fix .part1 .part_box {
    position: absolute;
    width: 662px;
    left: 70px;
    z-index: 3;
}

.sec5 .wrap .fix .part1 .part_box .h5 {
    color: #FFF;
    font-family: 'Inter';
    font-size: 36px;
    font-weight: 600;
    line-height: 48px;
    text-transform: capitalize;
    margin-bottom: 39px;
}

.sec5 .wrap .fix .part1 .part_box .p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
    text-transform: capitalize;
}

.sec5 .wrap .fix .part1 img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec5 .wrap .fix .part2 {
    width: 100%;
    height: 700px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

.sec5 .wrap .fix .part2 .part_box {
    position: absolute;
    top: 81px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.sec5 .wrap .fix .part2 .part_box .h5 {
    color: #FFF;
    font-family: 'Inter';
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    text-transform: capitalize;
}

.sec5 .wrap .fix .part2 .part_box .p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-transform: capitalize;
    margin: 9px 0 58px;
}

.sec5 .wrap .fix .part2 .part_box .list {
    display: flex;
    justify-content: center;
    gap: 100px;
}

.sec5 .wrap .fix .part2 .part_box .list .item {
    width: max-content;
}

.sec5 .wrap .fix .part2 .part_box .list .item .icon {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
}

.sec5 .wrap .fix .part2 .part_box .list .item .icon img {
    display: block;
    max-width: 60%;
    max-height: 60%;
}

.sec5 .wrap .fix .part2 .part_box .list .item p {
    color: #FFF;
    text-align: center;
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
}

.sec5 .wrap .fix .part2 img {
    display: block;
    width: 100%;
    height: 100%;
}

@keyframes tds-keyframe--bounce {
    0%, 20%, 50%, 80%, to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
}


@media screen and (max-width: 1919px) {
    .common_banner .banner_text{
        bottom: 6.6666666667vw;
    }
    .common_banner .banner_text .banner_top_title{
        margin: 0px 0px 1.09375vw;
        font-size: 2.5vw;
        line-height: 3.125vw;
    }
    .common_banner .banner_text .banner_top_title div{
        font-size: 2.9166666667vw;
        line-height: 3.3333333333vw;
    }
    .common_banner .banner_text .label{
        font-size: 0.9375vw;
    }
    .common_banner .banner_text .label div{
        font-size: 0.9375vw;
    }
    .common_banner .scroll_alert{
        width: 3.3333333333vw;
        height: 3.3333333333vw;
        right: 3.125vw;
        bottom: 5.2083333333vw;
    }
    .common_banner .scroll_alert img{
        width: 0.7291666667vw;
    }
    .sec1{
        padding: 6.5625vw 0px 8.3333333333vw;
    }
    .sec1 .wrap .title{
        font-size: 2.5vw;
        line-height: 3.125vw;
        margin-bottom: 2.1354166667vw;
    }
    .sec1 .wrap .des{
        font-size: 0.8333333333vw;
        line-height: 1.3541666667vw;
        margin-bottom: 6.1979166667vw;
    }
    .sec1 .wrap .list{
        gap: 1.5625vw;
    }
    .sec1 .wrap .list .item{
        width: 23.9583333333vw;
        height: 29.1666666667vw;
        border-radius: 0.625vw;
    }
    .sec1 .wrap .list .item .item_bottom{
        padding: 1.5625vw;
    }
    .sec1 .wrap .list .item .item_bottom .icon{
        width: 2.5vw;
        height: 2.5vw;
        border-radius: 0.4166666667vw;
    }
    .sec1 .wrap .list .item .item_bottom .p{
        font-size: 1.0416666667vw;
        line-height: 1.3541666667vw;
        margin: 0.625vw 0px 0px;
    }
    .sec1 .wrap .list .item .img{
        border-radius: 0.625vw;
    }
    .sec1 .wrap .list .item:nth-child(2){
        margin: 4.1666666667vw 0px 0px;
    }
    .sec1 .wrap .list .item:nth-child(3){
        margin: 8.3333333333vw 0px 0px;
    }
    .sec2{
        padding: 6.7708333333vw 0px 10.0520833333vw;
    }
    .sec2 .wrap .title{
        font-size: 2.5vw;
        line-height: 3.125vw;
    }
    .sec2 .wrap .des{
        margin: 2.0833333333vw 0px 3.125vw;
        font-size: 0.8333333333vw;
        line-height: 1.3541666667vw;
    }
    .sec2 .wrap .list{
        gap: 1.0416666667vw;
    }
    .sec2 .wrap .list .item{
        width: 36.9791666667vw;
        height: 19.7916666667vw;
        border-radius: 0.625vw;
        padding: 2.0833333333vw 4.6875vw 0px 2.0833333333vw;
    }
    .sec2 .wrap .list .item::after{
        width: 29.1666666667vw;
        height: 29.1666666667vw;
        border-radius: 29.1666666667vw;
        filter: blur(7.8125vw);
        top: 9.9479166667vw;
        left: -5.7291666667vw;
    }
    .sec2 .wrap .list .item .icon{
        width: 4.1666666667vw;
        height: 4.1666666667vw;
        border-radius: 0.4166666667vw;
        margin-bottom: 4.375vw;
    }
    .sec2 .wrap .list .item .h5{
        font-size: 1.25vw;
        line-height: 1.4583333333vw;
        margin-bottom: 1.25vw;
    }
    .sec2 .wrap .list .item .p{
        font-size: 0.8333333333vw;
        line-height: 1.4583333333vw;
    }
    .sec3{
        padding: 6.6145833333vw 0px 9.8958333333vw;
    }
    .sec3 .wrap .title{
        font-size: 2.5vw;
        line-height: 3.125vw;
        margin-bottom: 2.1354166667vw;
    }
    .sec3 .wrap .des{
        width: 49.4791666667vw;
        margin: 0px auto 2.6041666667vw;
        font-size: 0.8333333333vw;
        line-height: 1.3541666667vw;
    }
    .sec3 .wrap .img{
        height: 31.25vw;
        border-radius: 0.625vw;
    }
    .sec3 .wrap .img .img_top{
        top: 4.375vw;
    }
    .sec3 .wrap .img .img_top .h5{
        font-size: 1.25vw;
        line-height: 1.6666666667vw;
        margin-bottom: 2.34375vw;
    }
    .sec3 .wrap .img .img_top .icons{
        gap: 2.6041666667vw;
    }
    .sec3 .wrap .img .img_top .icons .icon{
        height: 3.125vw;
    }
    .sec4 .sec4_top .title{
        font-size: 2.5vw;
        line-height: 3.125vw;
        margin-bottom: 1.40625vw;
    }
    .sec4 .sec4_top .des{
        width: 57.8125vw;
        margin: 0px auto 4.4270833333vw;
        font-size: 0.9375vw;
        line-height: 1.5625vw;
    }
    .sec4 .sec4_top .list{
        gap: 1.5625vw;
    }
    .sec4 .sec4_top .list .item{
        width: 23.9583333333vw;
    }
    .sec4 .sec4_top .list .item .item_box{
        border-radius: 0.625vw;
        backdrop-filter: blur(0.78125vw);
        padding: 2.0833333333vw 1.6666666667vw;
    }
    .sec4 .sec4_top .list .item .item_box .h5{
        font-size: 1.25vw;
        line-height: 1.4583333333vw;
        margin-bottom: 1.25vw;
    }
    .sec4 .sec4_top .list .item .item_box .p{
        font-size: 0.8333333333vw;
        line-height: 1.4583333333vw;
    }
    .sec5{
        padding: 8.0208333333vw 0px 7.4479166667vw;
    }
    .sec5 .wrap .sec5_top{
        margin-bottom: 3.125vw;
    }
    .sec5 .wrap .sec5_top .title{
        width: 37.5vw;
        font-size: 2.5vw;
        line-height: 3.125vw;
    }
    .sec5 .wrap .sec5_top .des{
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
        width: 32.5vw;
    }
    .sec5 .wrap .box .l_box{
        width: 37.5vw;
        height: 23.9583333333vw;
        border-radius: 0.625vw;
    }
    .sec5 .wrap .box .r_box{
        width: 32.5vw;
    }
    .sec5 .wrap .box .r_box .h5{
        font-size: 1.25vw;
        line-height: 1.6666666667vw;
        margin-bottom: 3.75vw;
    }
    .sec5 .wrap .box .r_box .r_box_list{
        gap: 1.5625vw 0px;
    }
    .sec5 .wrap .box .r_box .r_box_list .item{
        width: 13.9583333333vw;
        gap: 0.5208333333vw;
        padding: 0px 0px 1.5625vw;
    }
    .sec5 .wrap .box .r_box .r_box_list .item .icon{
        width: 1.6666666667vw;
        height: 1.6666666667vw;
        border-radius: 0.2083333333vw;
    }
    .sec5 .wrap .box .r_box .r_box_list .item p{
        font-size: 0.9375vw;
        line-height: 1.6666666667vw;
    }
    .sec5 .wrap .fix{
        padding: calc(-18.2291666667vw + 50vh) 0px 0px;
    }
    .sec5 .wrap .fix .part1{
        height: 36.4583333333vw;
        border-radius: 0.625vw;
    }
    .sec5 .wrap .fix .part1 .part_box{
        width: 34.4791666667vw;
        left: 3.6458333333vw;
    }
    .sec5 .wrap .fix .part1 .part_box .h5{
        font-size: 1.875vw;
        line-height: 2.5vw;
        margin-bottom: 2.03125vw;
    }
    .sec5 .wrap .fix .part1 .part_box .p{
        font-size: 0.8333333333vw;
        line-height: 1.3541666667vw;
    }
    .sec5 .wrap .fix .part2{
        height: 36.4583333333vw;
        border-radius: 0.625vw;
    }
    .sec5 .wrap .fix .part2 .part_box{
        top: 4.21875vw;
    }
    .sec5 .wrap .fix .part2 .part_box .h5{
        font-size: 2.5vw;
        line-height: 3.125vw;
    }
    .sec5 .wrap .fix .part2 .part_box .p{
        font-size: 0.8333333333vw;
        line-height: 1.3541666667vw;
        margin: 0.46875vw 0px 3.0208333333vw;
    }
    .sec5 .wrap .fix .part2 .part_box .list{
        gap: 5.2083333333vw;
    }
    .sec5 .wrap .fix .part2 .part_box .list .item .icon{
        width: 4.1666666667vw;
        height: 4.1666666667vw;
        border-radius: 0.4166666667vw;
        margin: 0px auto 0.625vw;
    }
    .sec5 .wrap .fix .part2 .part_box .list .item p{
        font-size: 0.9375vw;
        line-height: 1.25vw;
    }
}
@media screen and (max-width: 768px) {
    .common_banner .banner_text {
        bottom: 50%;
        transform: translate(-50%,50%);
    }
    .common_banner .banner_text .banner_top_title {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 15px;
    }
    .common_banner .banner_text .label {
        font-size: 13px;
        line-height: 1.6;
    }
    .sec1 {
        padding: 70px 0;
    }
    .sec1 .wrap .title {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 15px;
    }
    .sec1 .wrap .list {
        gap: 30px;
        flex-wrap: wrap;
    }
    .sec1 .wrap .list .item {
        width: 100%;
        transform: unset !important;
        height: 100vw;
        border-radius: 10px;
    }
    .sec1 .wrap .list .item .img {
        border-radius: 10px;
    }
    .sec1 .wrap .list .item .item_bottom {
        padding: 20px;
    }
    .sec1 .wrap .list .item .item_bottom .icon {
        width: 32px;
        height: 32px;
        border-radius: 4px;
    }
    .sec1 .wrap .list .item .item_bottom .p {
        font-size: 14px;
        line-height: 1.4;
        margin: 15px 0 0;
    }
    .sec1 .wrap .des {
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 30px;
    }
    .sec2 {
        padding: 70px 0;
    }
    .sec2 .wrap .title {
        font-size: 20px;
        line-height: 1.4;
    }
    .sec2 .wrap .des {
        font-size: 13px;
        line-height: 1.6;
        margin: 15px 0 30px;
    }
    .sec2 .wrap .list {
        gap: 20px;
    }
    .sec2 .wrap .list .item {
        width: 100%;
        height: unset;
        padding: 30px 20px;
        border-radius: 8px;
    }
    .sec2 .wrap .list .item .icon {
        width: 40px;
        height: 40px;
        border-radius: 4px;
        margin: 0 0 20px;
    }
    .sec2 .wrap .list .item .icon img {
        max-width: 70%;
        max-height: 70%;
    }
    .sec2 .wrap .list .item .h5 {
        font-size: 16px;
        line-height: 1;
        margin-bottom: 15px;
    }
    .sec2 .wrap .list .item .p {
        font-size: 13px;
        line-height: 1.6;
    }
    .sec3 {
        padding: 60px 0;
    }
    .sec3 .wrap .title {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 15px;
    }
    .sec3 .wrap .des {
        width: 100%;
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 30px;
    }
    .sec3 .wrap .img {
        height: unset;
        border: unset;
        overflow: unset;
        display: flex;
        flex-direction: column-reverse;
    }
    .sec3 .wrap .img .img_top {
        position: unset;
        margin-bottom: 20px;
    }
    .sec3 .wrap .img .img_top .icons .icon {
        height: 40px;
    }
    .sec3 .wrap .img .img_top .h5 {
        font-size: 15px;
        line-height: 1.4;
        margin-bottom: 15px;
    }
    .sec3 .wrap .img img {
        height: unset;
        display: block;
        border-radius: 8px;
    }
    .sec4 {
        position: relative;
        padding: 60px 0 80px;
    }
    .sec4 .bg {
        height: 100%;
        position: absolute;
        top: 0;
        z-index: -1;
    }
    .sec4 .bg img {
        height: 100%;
    }
    .sec4 .sec4_top {
        position: unset;
        transform: unset;
    }
    .sec4 .sec4_top .title {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 15px;
    }
    .sec4 .sec4_top .des {
        width: 100%;
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 30px;
    }
    .sec4 .sec4_top .list {
        gap: 25px;
    }
    .sec4 .sec4_top .list .item {
        width: 100%;

    }
    .sec4 .sec4_top .list .item .item_box {
        border-radius: 8px;
        padding: 30px 20px;

    }
    .sec4 .sec4_top .list .item .item_box .h5 {
        font-size: 15px;
        line-height: 1.4;
        margin-bottom: 15px;
    }
    .sec4 .sec4_top .list .item .item_box .p {
        font-size: 13px;
        line-height: 1.6;
    }
    .sec5 {
        padding: 60px 0 0;
    }
    .sec5 .wrap .sec5_top {
        margin-bottom: 30px;
        display: block;
    }
    .sec5 .wrap .sec5_top .title {
        width: 100%;
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 15px;
    }
    .sec5 .wrap .sec5_top .des {
        width: 100%;
        font-size: 13px;
        line-height: 1.6;
    }
    .sec5 .wrap .box {
        display: block;
    }
    .sec5 .wrap .box .l_box {
        width: 100%;
        height: 70vw;
        border-radius: 8px;
    }
    .sec5 .wrap .box .r_box {
        width: 100%;
        padding: 20px 0 0;
    }
    .sec5 .wrap .box .r_box .h5 {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 20px;
    }
    .sec5 .wrap .box .r_box .r_box_list {
        gap: 10px;
    }
    .sec5 .wrap .box .r_box .r_box_list .item {
        width: 100%;
        padding: 0 0 8px;
        gap: 8px;
    }
    .sec5 .wrap .box .r_box .r_box_list .item .icon {
        width: 32px;
        height: 32px;
        border-radius: 4px;
    }
    .sec5 .wrap .box .r_box .r_box_list .item p {
        font-size: 14px;
        line-height: 1.4;
    }
    .sec5 .wrap .fix {
        padding: 0;
    }
    .sec5 .wrap .fix_box {
        height: unset !important;
        margin: 60px 0 0;
    }
    .sec5 .wrap .fix .matter {
        transform: unset !important;
    }
    .sec5 .wrap .fix .matter:not(:last-child) {
        margin-bottom: 30px;
    }
    .sec5 .wrap .fix .part1 {
        height: unset;
        border-radius: 6px;
        display: block;
    }
    .sec5 .wrap .fix .part2 {
        height: unset;
        border-radius: 0px;
        display: block;
    }
    .sec5 .wrap .fix .part1 img,.sec5 .wrap .fix .part2 img {
        display: block;
        height: unset;
        border-radius: 6px;
    }
    .sec5 .wrap .fix .part1 .part_box {
        position: unset;
        transform: unset;
        width: 100%;
        padding: 20px 8px 15px;
        border-bottom: 1px solid rgba(0,0,0,0.2);
    }
    .sec5 .wrap .fix .part1 .part_box .h5,.sec5 .wrap .fix .part2 .part_box .h5 {
        font-size: 15px;
        line-height: 1.4;
        margin-bottom: 10px;
        color: #10253F;
        text-align: left;
    }
    .sec5 .wrap .fix .part1 .part_box .p,.sec5 .wrap .fix .part2 .part_box .p {
        font-size: 13px;
        text-align: left;
        line-height: 1.6;
        color: rgba(16, 37, 63, 0.6);
    }
    .sec5 .wrap .fix .part2 .part_box .p {
        margin: 0 0 10px;
    }
    .sec5 .wrap .fix .part2 .part_box {
        position: unset;
        width: 100%;
        transform: unset;
        padding: 20px 8px 15px;
        border-bottom: 1px solid rgba(0,0,0,0.2);
    }
    .sec5 .wrap .fix .part2 .part_box .list {
        flex-wrap: wrap;
        gap: 10px;
    }
    .sec5 .wrap .fix .part2 .part_box .list .item {
        width: 100%;
        display: flex;
        align-items: center;
    }
    .sec5 .wrap .fix .part2 .part_box .list .item .icon {
        width: 32px;
        height: 32px;
        background: #000000;
        border-radius: 4px;
        margin: 0 6px 0 0;
    }
    .sec5 .wrap .fix .part2 .part_box .list .item p {
        font-size: 12px;
        color: rgba(16, 37, 63, 0.6);
    }
}
