.header {
    border-bottom: 1px solid rgba(220, 220, 220, 0.1);
}

.section1 {
    overflow: unset;
}

.section1 .wrap {
    padding-top: 110px;
}

.section1 .wrap .front {
    position: relative;
    z-index: 2;
}

.section1 .wrap .front .text {
    position: relative;
}

.section1 .wrap .front .text .row {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section1 .wrap .front .text .row:nth-child(2) {
    position: absolute;
    top: 0;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.section1 .wrap .front .text .row:nth-child(2) p {
    color: #1A1A1A;
    clip-path: inset(0px 100% 0px 0px);
}
.section1 .wrap .front {
    width: 90%;
    margin: 0 auto;
}
.section1 .wrap .front .text .row:nth-child(1) p {
    clip-path: inset(0px 0px 0px 0%);
}

.section1 .wrap .front .text .row p {
    font-size: 40px;
    color: #888888;
    width: fit-content;
    text-align: center;
}

.section1 .wrap .after {
    height: calc(100vh + 2000px);
    position: relative;
    z-index: 1;
}

.section1 .wrap .after .after_box {
    height: 100vh;
    margin-top: calc(14.4583333vw - 50vh);
    overflow: hidden;
    position: sticky;
    top: 0;
}

.section1 .wrap .after .after_box .after_mask {
    mask-image: url(/static/images/yun1.svg);
    mask-size: 100%;
    mask-position: center;
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    background-color: #fff;
    z-index: 3;
}

.section1 .wrap .after .after_box .swiper {
    filter: blur(20px);
    height: 100%;
}

.section1 .wrap .after .after_box .swiper .swiper-slide-active .img img {
    transform: scale(1);
}

.section1 .wrap .after .after_box .swiper .swiper-slide-active .title h3 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.9s;
}

.section1 .wrap .after .after_box .swiper .swiper-slide-active .title::before {
    transform: scaleY(1);
    transition-delay: 0.6s;
}

.section1 .wrap .after .after_box .img {
    filter: brightness(0.8);
    overflow: hidden;
    height: 100%;
}

.section1 .wrap .after .after_box .img img {
    width: 100%;
    height: 100%;
    transform: scale(1.1);
    transition: cubic-bezier(0.77, 0, 0.175, 1) transform 2s;
}

.section1 .wrap .after .after_box .title {
    position: absolute;
    left: 400px;
    top: 270px;
    display: flex;
    align-items: center;
    transform: translateX(-1px);
}

.section1 .wrap .after .after_box .title h3 {
    color: #fff;
    font-size: 42px;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.6s;
}

.section1 .wrap .after .after_box .title::before {
    width: 3px;
    height: 45px;
    content: "";
    margin-right: 20px;
    display: block;
    background-color: #fff;
    transform-origin: top;
    transform: scaleY(0);
    transition: all 0.6s;
}

.section1 .wrap .after .after_box::after {
    width: 1px;
    height: 100vh;
    content: "";
    position: absolute;
    left: 400px;
    top: 0;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.21);
}

.section2 {
    background-color: #F8F8F8;
    position: relative;
}

.section2 #canvas-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -50%;
    left: -20%;
    opacity: 0;
    transition: all 0.6s;
}

.section2 #canvas-container.on {
    opacity: 0.3;
}

.section2 .wrap {
    width: 1400px;
    margin: 0 auto;
    padding: 140px 0;
    position: relative;
    z-index: 1;
}

.section2 .wrap .title {
    text-align: center;
    margin-bottom: 80px;
}

.section2 .wrap .title h3 {
    color: #1A1A1A;
    font-size: 32px;
}

.section2 .wrap .main {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0 64px;
}

.section2 .wrap .main .item {
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(20px);
    width: 300px;
    height: 375px;
    padding: 36px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 9px;
    border: 2px solid #FFFFFF;
    transition: all 0.6s;
}

.section2 .wrap .main .item:hover {
    transform: translateY(-20px);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
}

.section2 .wrap .main .item .icon {
    width: 44px;
    height: 44px;
}

.section2 .wrap .main .item .icon img {
    width: 100%;
    height: 100%;
}

.section2 .wrap .main .item .text h4 {
    color: #1A1A1A;
    font-size: 20px;
    margin-bottom: 20px;
}

.section2 .wrap .main .item .text p {
    color: #888888;
    font-size: 16px;
    height: 44px;
}
html[lang='de'] .section2 .wrap .main .item .text p,html[lang='es'] .section2 .wrap .main .item .text p {
    height: 112px;
}
@media screen and (max-width: 1919px) {
    .section1 .wrap {
        padding-top: 5.7291666667vw;
    }

    .section1 .wrap .front .text .row p {
        font-size: 2.0833333333vw;
    }

    .section1 .wrap .after .after_box .swiper {
        filter: blur(1.0416666667vw);
    }

    .section1 .wrap .after .after_box .title {
        left: 20.8333333333vw;
        top: 14.0625vw;
    }

    .section1 .wrap .after .after_box .title h3 {
        font-size: 2.1875vw;
        transform: translateY(1.0416666667vw);
    }

    .section1 .wrap .after .after_box .title::before {
        width: 0.15625vw;
        height: 2.34375vw;
        margin-right: 1.0416666667vw;
    }

    .section1 .wrap .after .after_box::after {
        left: 20.8333333333vw;
    }

    .section2 .wrap {
        width: 72.9166666667vw;
        padding: 7.2916666667vw 0px;
    }

    .section2 .wrap .title {
        margin-bottom: 4.1666666667vw;
    }

    .section2 .wrap .title h3 {
        font-size: 1.6666666667vw;
    }

    .section2 .wrap .main {
        gap: 0px 3.3333333333vw;
    }

    .section2 .wrap .main .item {
        backdrop-filter: blur(1.0416666667vw);
        width: 15.625vw;
        height: 19.53125vw;
        padding: 1.875vw;
        border-radius: 0.46875vw;
        border: 0.1041666667vw solid rgb(255, 255, 255);
    }

    .section2 .wrap .main .item:hover {
        transform: translateY(-1.0416666667vw);
        box-shadow: rgba(0, 0, 0, 0.05) 0.2604166667vw 0.2604166667vw 0.5208333333vw;
    }

    .section2 .wrap .main .item .icon {
        width: 2.2916666667vw;
        height: 2.2916666667vw;
    }

    .section2 .wrap .main .item .text h4 {
        font-size: 1.0416666667vw;
        margin-bottom: 1.0416666667vw;
    }

    .section2 .wrap .main .item .text p {
        font-size: 0.8333333333vw;
        height: 2.2916666667vw;
    }
    html[lang='de'] .section2 .wrap .main .item .text p,html[lang='es'] .section2 .wrap .main .item .text p {
        height: 5.833333333vw;
    }
}
@media screen and (max-width: 768px) {
    .banner .wrap {
        height: 100%;
    }
    .common_banner .text p div {
        font-size: 24px;
        line-height: 1.4;
    }
    .section1 .wrap .after .after_box .after_mask {
        display: none;
    }
    .section1 .wrap .after .after_box {
        height: unset;
    }
    .section1 .wrap .after {
        height: unset;
    }
    .section1 .wrap {
        width: 90%;
        margin: 0 auto;
        padding: 50px 0;
    }
    .section1 .wrap .after .after_box {
        margin: unset;
    }
    .section1 .wrap .after .after_box .swiper {
        filter: unset;
    }
    .section1 .wrap .front .text .row p {
        font-size: 15px;
        line-height: 2;
    }
    .section1 .wrap .front .text .row:nth-child(2) {
        display: none;
    }
    .section1 .wrap .front .text .row p {
        color: #111111;
    }
    .section1 .wrap .front .text {
        margin-bottom: 20px;
    }
    .section1 .wrap .after .after_box .title h3 {
        font-size: 16px;
    }
    .section1 .wrap .after .after_box .title::before {
        display: none;
    }
    .section1 .wrap .after .after_box::after {
        display: none;
    }
    .section1 .wrap .after .after_box .title {
        top: 30px;
        left: 20px;
    }
    .section2 #canvas-container {
        left: 0;
    }
    .section2 .wrap {
        width: 90%;
        padding: 50px 0 60px;
    }
    .section2 .wrap .title h3 {
        font-size: 22px;
    }
    .section2 .wrap .title {
        margin-bottom: 30px;
    }
    .section2 .wrap .main {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
    .section2 .wrap .main .item {
        width: 100%;
        border-radius: 4px;
        padding: 20px;
        height: unset;
    }
    .section2 .wrap .main .item .icon {
        width: 40px;
        height: 40px;
        margin-bottom: 20px;
    }
    .section2 .wrap .main .item .text p {
        font-size: 15px;
        line-height: 1.8;
        height: unset !important;
    }
    .section2 .wrap .main .item .text h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .section1 .wrap .after .after_box .swiper .icon {
        position: absolute;
        left: 50%;
        bottom: 10px;
        transform: translateX(-50%);
        pointer-events: none;
        display: block !important;
        z-index: 3;
    }
    .section1 .wrap .after .after_box .swiper .icon img {
        width: 22px;
        display: block;
        margin: 0 auto 5px;
    }
    .section1 .wrap .after .after_box .swiper .icon p {
        font-size: 12px;
        text-align: center;
        color: #FFFFFF;
    }
}
