.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;
}


/* partial start */
.c23-video-wrapper {
    margin-top: -240px;
}

.c23-partial-header {
    height: 800px;
}

@media only screen and (max-width: 766px) {
    .c23-partial-header {
        height: auto;
    }
}

/* partial end */
/* partial start */
.cg23-partial-cases-ms {
    background: rgba(95, 110, 110, .05);
}

/* partial end */
/* partial start */
@media only screen and (min-width: 766px) {
    .c23-partial-ms-body-2 {
        margin-top: 50px;
    }

    .c23-partial-ms-body-2 .c23-section-wrapper:nth-child(1) {
        background: rgba(95, 110, 110, .1);
        width: 791px;
        padding-top: 50px;
    }

    .c23-partial-ms-body-2 .c23-section-wrapper:nth-child(2) {
        background: rgba(95, 110, 110, .1);
        width: 791px;
        padding-bottom: 20px;
    }

    .c23-partial-ms-body-2 .c23-section-intro-home-wrapper {
        padding-left: 50px;
        padding-right: 50px;
    }
}

/* partial end */
/* partial start */
.c23-portrait-img-wrapper:nth-child(1),
.c23-portrait-name-wrapper:nth-child(1) {
    display: none;
}

.c23-portrait-img-wrapper:nth-child(3),
.c23-portrait-name-wrapper:nth-child(3) {
    display: none;
}

@media only screen and (min-width: 991px) {

    .c23-portraits-wrapper,
    .c23-portraits-wrapper-2 {
        padding-right: 400px;
    }
}


/* partial start */
.c23-partial-approach-2 {
    margin-top: 50px;
}

.c23-partial-approach-2 .c23-section-wrapper:nth-child(2),
.c23-partial-approach-2 .c23-section-wrapper:nth-child(3) {
    background: rgb(246, 246, 246);
    background: #f0f3f3;
    background: rgba(95, 110, 110, .1);
    width: 791px;
}

.c23-partial-approach-2 .c23-section-wrapper:nth-child(2) .c23-section-intro-wrapper {
    padding-left: 35px;
}

.c23-partial-approach-2 .c23-accordion-row-wrapper {
    overflow: hidden;
}


.c23-partial-approach

/* partial */
    {

    .c23-approach-long-copy-wrapper-1,
    .c23-approach-long-copy-wrapper-2,
    .c23-approach-long-copy-wrapper-3,
    .c23-approach-long-copy-wrapper-4 {
        height: 0px;
        overflow: hidden;
    }

    .c23-bodytext-col:nth-child(1) {
        opacity: 1;
    }
}

/* end partial */


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

.home-video {
    width: 900px;
    height: auto;
    opacity: 0.3;
    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: 50px;
    }

    .home-video {
        opacity: 1;
    }
}


.c23-section-black {
    max-height: 650px;
}

/* ::fbs::8d67c79e8d1ebf0ab666383cf288288c6087284a:: */

.o-form select,
.o-form input,
.o-form-input {
    padding: 16px 18px;
}

.o-form input[type=checkbox] {
    width: auto;
}


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

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