.c23-section-intro-paragraph h3 {
    font-size: 16px;
    font-family: "Inter SemiBold Regular";
    line-height: 25px;
    color: #000;
}


.c23-mobile-menu {
    left: -100vw;
    width: 100vw;
    max-width: 100vw;
    z-index: 101;
    top: 0px;
}

.c23-mobile-menu-viewport {
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 0vw;
    position: fixed;
    z-index: 101;
    display: block;
    /* backdrop-filter: blur(5px); */
    background: rgba(0, 0, 0, .5);
}

.c23-mobile-menu .c23-navi-language-2 {
    padding-left: 15px;
    padding-top: 10px;
}

@media screen and (max-width: 766px) {
    .c23-mobile-menu .c23-navi-language-wrapper {
        display: block;
    }
}


.transitionClose {
    position: fixed;
    width: 100vw;
    height: 0vh;
    display: block;
    top: 0px;
    bottom: 100px;
    left: 0px;
    right: 0px;
    z-index: 50;
    overflow: hidden;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.transitionOpen {
    position: fixed;
    width: 100vw;
    height: 100vh;
    display: block;
    top: 0px;
    bottom: 100px;
    left: 0px;
    right: 0px;
    z-index: 50;
    overflow: hidden;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}


.video-inner-wrapper {
    background: none;
    width: 900px;
    margin-left: 45px;
}

.home-video {
    width: 900px;
    height: auto;
    opacity: 1;
    display: block;
    position: relative;
    object-fit: cover;
}

@media only screen and (max-width: 991px) {
    .video-inner-wrapper {
        width: 100%;
        margin-left: 0px;
    }

    .home-video {
        width: 100%;
    }
}

@media only screen and (max-width: 766px) {
    .c23-video-wrapper {
        margin-top: 0px;
    }

    .home-video {
        opacity: 1;
    }
}


html,
.c23-body {
    height: 100%;
    overflow-x: clip;
}

.c23-pagescale {
    transform-origin: top;
}


.c23-work-about-conditional {
    display: block;
    background: rgba(95, 110, 110, 0.1);
}

ul {
    padding-left: 0;
}


.pv25-2col {
    padding-left: 100px;
}

.pv25-2col ul {
    list-style-position: outside;
    padding-left: 18px;
}

.pv25-2col ul li {
    padding-bottom: 4px;
}

.pv25-col:first-child {
    background-color: unset;
    padding: 0 40px 0 0;
}

.pv25-col:nth-child(2) {
    background-color: unset;
    padding: 0 20px 0 20px;
}

.c23-section-intro-paragraph h2 {
    font-size: 28px;
}

@media screen and (max-width:766px) {
    .pv25-2col {
        padding-left: 6%;
    }

    .pv25-col:first-child {
        background-color: unset;
        padding: 0 40px 0 0;
    }

    .pv25-col:nth-child(2) {
        background-color: unset;
        padding: 0 40px 0 0;
    }

    .c23-heading-5 {
        font-size: 2.4em;
    }

    .c23-header-row {
        padding-top: 0;
    }
}

@media screen and (max-width: 991px) {
    .pv25-2col {
        padding-left: 30px;
    }

    .c23-pagescale {
        flex-direction: column;
    }

    .pv25-col:first-child {
        background-color: unset;
        padding: 0 40px 0 0;
    }

    .pv25-col:nth-child(2) {
        background-color: unset;
        padding: 0 40px 0 0;
    }
}