.VisionTop {
    padding-top: 200px;
    padding-bottom: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    max-width: 90%;
    margin: 0 auto;
}

.Visionlogo {
    margin-right: 15px;
    flex: 0 1 auto;
    max-width: 40%;
}

.Vision img,
.Visionlogo img {
    max-width: 100%;
    height: auto;
    display: block;
}





.m-plus-1p-regular {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 400;
    font-style: normal;
}



.VisionExplain {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: clamp(8px, 2vw, 10px);
    font-family: "M PLUS 1p", sans-serif;
}

.text1 {
    margin: 0 auto 250px auto;
    overflow-wrap: break-word;
    line-height: 1.8;
    font-size: clamp(10px, 2vw, 15px);

}

.text2 {
    max-width: 1200px;
    margin: 0 auto 20px auto;
    font-size: clamp(16px, 2.5vw, 32px);
    text-align: left;
    font-weight: 600;
}


.text3 {
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
    font-size: clamp(9px, 2vw, 14px);
    line-height: 1.8;
}



.container {
    width: 100%;
    height: 100%;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 20px;
    padding: 10px;
    font-family: "M PLUS 1p", sans-serif;

}



.no-border {
    border: none;
}





.video-wrapper1 {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-wrapper1 iframe,
.video-wrapper1 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 11px;
    object-fit: cover;
}


.Parent1,
.Parent2,
.Parent3 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.Child1,
.Child2,
.Child3 {
    width: calc(33.333% - 10px);
    height: 100%;
    object-fit: cover;
}





.video-wrapper2 {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}


.video-wrapper2 iframe,
.video-wrapper2 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 11px;
}






.img-wrapper1 {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.img-wrapper1 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 11px;
}




.image-container2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.image-container2 img {
    border-radius: 11px;
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}


.uni-wrapper {
    flex: 0 1 60%;
}

.penlight-wrapper {
    flex: 0 1 30%;
    max-width: 390px;
}


@media (max-width: 767px) {

    .text1 {
        font-size: 11px;
    }

    .text2,
    .text3 {
        margin-left: 20px;
    }

    .Parent1,
    .Parent2,
    .Parent3,
    .image-container,
    .image-container2 {
        flex-direction: column;
        align-items: center;
    }


    .Child1,
    .Child2,
    .Child3 {
        width: 90%;
        max-width: 100%;

    }

    .image-container img,
    .image-container2 img {
        width: 100%;
        max-width: 100%;

    }

    .image-container2 {
        flex-direction: column;
        align-items: center;
    }

    .uni-wrapper {
        flex: 0 1 90%;
        max-width: 90%;
    }

    .penlight-wrapper {
        flex: 0 1 auto;
        width: 90%;
        max-width: 390px;
    }



}






.bottom-contact {
    text-align: center;
    margin: 100px 50px 50px 50px;

}

.bottom-contact h2 a {
    border-left: 3px solid #c8c8c8;
    border-right: 3px solid #c8c8c8;
    padding: 10px;
    color: #646464;
}