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


.transitionOpen {
    display: none;
}

.o--form h1 {
    font-family: 'Inter Bold Bold';
}

.o-default-theme .o-form-error,
.o-default-theme .o-error .o-form-label,
.o-checkbox {
    font-family: "Inter Regular Regular";
}

/* hide download button */
.cent-blog-download-button {
    display: none;
}


/* header 2*/
.cent-blog-section h2 {
    color: rgb(0, 47, 65);
    font-family: "Inter Regular Regular";
    font-size: 27px;
    line-height: 36px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 50px;
    padding-bottom: 0px;
}

/* header 3*/
.cent-blog-section h3 {
    color: rgb(0, 47, 65);
    font-family: "Inter Regular Regular";
    font-size: 21px;
    line-height: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 0px;
}

/* header 4*/
.cent-blog-section h4 {
    color: rgb(0, 47, 65);
    font-family: "Inter Bold Bold";
    font-size: 18px;
    line-height: 26px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 0px;
}

/* image description */
.cent-blog-section h5 {
    color: rgb(175, 175, 175);
    font-family: "Inter Regular Regular";
    font-size: 14px;
    line-height: 17px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

/* paragraph */
.cent-blog-section p {
    color: rgb(0, 50, 60);
    font-family: "Inter Regular Regular";
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding: 10px 0;
}

/* quote */
.cent-blog-section blockquote {
    border-left: 3px solid rgb(0, 150, 185);
    padding: 10px 0 10px 18px;
    margin-bottom: 32px;
}

.cent-blog-section blockquote p {
    color: rgb(0, 47, 65);
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 28px;
    font-style: italic;
}

.cent-blog-section blockquote p strong:before,
.cent-blog-section blockquote p strong:after {
    font-size: 25px;
    color: rgb(0, 150, 185);
}

.cent-blog-section blockquote p strong:before {
    content: open-quote;
    padding-right: 10px;
}

.cent-blog-section blockquote p strong:after {
    content: close-quote;
    padding-left: 10px;
}

.cent-blog-section blockquote p strong {
    padding-bottom: 10px;
    display: inline-block;
    font-style: normal;
    width: 100%;
}

li {
    color: rgb(0, 50, 60);
    font-family: "Inter Regular Regular";
    font-size: 16px;
    line-height: 24px;
}

/* ::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;
}