.top{
    position: relative;
    overflow: hidden;
    background: url(../../assets/img/separator.png) repeat-x bottom left,url(../../assets/img/atutopbg.png) no-repeat center/cover;
    padding: 130px 0 179px;
}

.top .row{
    grid-gap: 2rem 0;
}

.top .img{
    position: absolute;
    z-index: 1;
    inset: 0 0 auto auto;
    width: 24vw;
    height: 100%;
}

.top .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: top left;
    -o-object-position: top left;
    filter: drop-shadow(0 3px 30px #00000066);
    -webkit-filter: drop-shadow(0 3px 30px #00000066);
    -ms-filter: drop-shadow(0 3px 30px #00000066);
}

.top .sectitle{
    font-size: 65px;
    line-height: 1;
}

.top .sectitle>*:last-child:not(:first-child){
    transform: translateX(12%);
    -webkit-transform: translateX(12%);
    -moz-transform: translateX(12%);
    -ms-transform: translateX(12%);
    -o-transform: translateX(12%);
}

.sections{
    background: url(../../assets/img/archmaqbg.png) no-repeat 60px 0;
}

.sections>*{
    position: relative;
    padding: 5.83rem 0 11.03rem;
}

.sections>* .row{
    flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    grid-gap: 2rem 0;
}

.sections>* .row>*{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
}

.sections>*:nth-child(even) .row{
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}

.sections>* .img{
    position: absolute;
    z-index: 1;
    left: 0;
    width: 28.95833vw;
    aspect-ratio: 1/.80718;
    max-height: 494px;
    /* height: 494px; */
}

.sections>*:first-child .img{
    top: 0;
}

.sections>*:nth-child(even) .img{
    left: unset;
    right: 0;
}

.sections>*:last-child .img{
    bottom: 0;
}

/* .sections>* .img::before{
    content: '';
    position: absolute;
    inset: 0 auto auto 0;
    width: 108.21428%;
    height: 100%;
    background-color: #F1F2F2;
    mask: url(../../assets/img/maskimagebefore.svg) no-repeat top right/cover;
    -webkit-mask: url(../../assets/img/maskimagebefore.svg) no-repeat top right/cover;
}

.sections>* .img::after{
    content: '';
    position: absolute;
    z-index: -1;
    inset: auto auto 0 0;
    width: 99.28571%;
    height: 43.11740%;
    background-color: var(--main);
    mask: url(../../assets/img/maskimageafter.svg) no-repeat top right/cover;
    -webkit-mask: url(../../assets/img/maskimageafter.svg) no-repeat top right/cover;
} */

.sections>* .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: top right;
    -o-object-position: top right;
    filter: drop-shadow(0 3px 30px #00000066);
    -webkit-filter: drop-shadow(0 3px 30px #00000066);
    -ms-filter: drop-shadow(0 3px 30px #00000066);
    /* mask: url(../../assets/img/maskimage.svg) no-repeat top right/cover;
    -webkit-mask: url(../../assets/img/maskimage.svg) no-repeat top right/cover; */
}

.sections>*:nth-child(even) .img img{
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    object-position: top right;
    -o-object-position: top right;
}

.sections>* .sectitle{
    font-size: 30px;
    line-height: 1.06;
}

.sections>* .text{
    margin-top: 27px;
}

.sections>* .dbtn{
    margin-top: 21px;
}

.wcu{
    position: relative;
    padding: 10px 0 18px;
}

.wcu::before{
    content: '';
    position: absolute;
    z-index: -1;
    inset: 0 0 auto auto;
    width: 64.79166vw;
    height: 100%;
    /* background-color: var(--main); */
    mask: url(../../assets/img/wcumask.svg) no-repeat top left/cover;
    -webkit-mask: url(../../assets/img/wcumask.svg) no-repeat top left/cover;
}

.wcu .row{
    grid-gap: 2rem 0;
}

.wcu .row>*{
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.wcu .sectitle{
    width: 246px;
}

.separator{
    margin-top: 22px;
}

@media(max-width:992px){
    .top{
        padding: 2rem 0 calc(63px + 2rem);
    }
    .sections>*,
    .wcu{
        padding: 2rem 0;
    }
    .top .img{
        position: initial;
        height: auto;
    }
    .top .img{
        width: 100%;
    }
    .top .img img,
    .sections>* .img img{
        border-radius: 30px;
    }
    .sections>* .img{
        position: initial;
        width: 100%;
        aspect-ratio: 1/.80718;
    }
    .wcu{
        background-color: var(--line);
    }
    .wcu::before{
        display: none;
        display: -webkit-none;
    }
    .wcu .sectitle{
        width: 100%;
        color: var(--white);
    }
    .separator{
        margin-top: 0;
    }
}

@media(max-width:768px){}

@media(max-width:575px){}