@font-face {
    font-family: "mundial-narrow-variable";
    src: url("https://use.typekit.net/af/3dabf1/000000000000000077566f6b/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3") format("woff2"), url("https://use.typekit.net/af/3dabf1/000000000000000077566f6b/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3") format("woff"), url("https://use.typekit.net/af/3dabf1/000000000000000077566f6b/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 100 900;
    font-stretch: normal;
}

/* @font-face {
    font-family: "mundial-narrow-variable";
    src: url("https://use.typekit.net/af/a9ccca/000000000000000077566f6a/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i1&v=3") format("woff2"), url("https://use.typekit.net/af/a9ccca/000000000000000077566f6a/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i1&v=3") format("woff"), url("https://use.typekit.net/af/a9ccca/000000000000000077566f6a/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i1&v=3") format("opentype");
    font-display: auto;
    font-style: italic;
    font-weight: 100 900;
    font-stretch: normal;
}
 */

.st0456 {
    fill: none;
    stroke: #ededff;
    stroke-width: 16;
    stroke-miterlimit: 10;
    animation: loading 5s cubic-bezier(0.52, 0.19, 0.41, 0.84) 1;
    stroke-dasharray: 600px;
    stroke-dashoffset: 600px;
}

#home {
    display: absolute;
    top: -400vh;
}

#cc-main {
    background: #123456;

    font-size: 1.125em;
    font-variation-settings: "wght"412;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.15;
    position: relative;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    position: fixed;
    z-index: var(--cc-z-index);
}

#cc-main:after,
#cc-main:before,
#cc-main a,
#cc-main button,
#cc-main div,
#cc-main h2,
#cc-main input,
#cc-main p,
#cc-main span {
    all: unset;
    box-sizing: border-box;
}

#cc-main .pm__badge,
#cc-main button {
    all: initial;
    box-sizing: border-box;
    color: unset;
    visibility: unset;
}

#cc-main .pm__badge,
#cc-main a,
#cc-main button,
#cc-main input {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;

    font-size: 100%;
    line-height: normal;
    margin: 0;
    outline: revert;
    outline-offset: 2px;
    overflow: hidden;
}

#cc-main table,
#cc-main tbody,
#cc-main td,
#cc-main th,
#cc-main thead,
#cc-main tr {
    all: revert;
    color: inherit;

}

:root {
    --cc-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
        "Segoe UI Symbol";
    --cc-modal-border-radius: 0.5rem;
    --cc-btn-border-radius: 0.4rem;
    --cc-modal-transition-duration: 0.25s;
    --cc-link-color: var(--cc-btn-primary-bg);
    --cc-modal-margin: 1em;
    --cc-modal-margin-mobile: 1em;
    --cc-z-index: 2147483647;
    --cc-bg: #fff;
    --cc-primary-color: #2c2f31;
    --cc-secondary-color: #5e6266;
    --cc-btn-primary-bg: #30363c;
    --cc-btn-primary-color: #fff;
    --cc-btn-primary-border-color: var(--cc-btn-primary-bg);
    --cc-btn-primary-hover-bg: #000;
    --cc-btn-primary-hover-color: #fff;
    --cc-btn-primary-hover-border-color: var(--cc-btn-primary-hover-bg);
    --cc-btn-secondary-bg: #eaeff2;
    --cc-btn-secondary-color: var(--cc-primary-color);
    --cc-btn-secondary-border-color: var(--cc-btn-secondary-bg);
    --cc-btn-secondary-hover-bg: #d4dae0;
    --cc-btn-secondary-hover-color: #000;
    --cc-btn-secondary-hover-border-color: #d4dae0;
    --cc-separator-border-color: #f0f4f7;
    --cc-toggle-on-bg: var(--cc-btn-primary-bg);
    --cc-toggle-off-bg: #667481;
    --cc-toggle-on-knob-bg: #fff;
    --cc-toggle-off-knob-bg: var(--cc-toggle-on-knob-bg);
    --cc-toggle-enabled-icon-color: var(--cc-bg);
    --cc-toggle-disabled-icon-color: var(--cc-bg);
    --cc-toggle-readonly-bg: #d5dee2;
    --cc-toggle-readonly-knob-bg: #fff;
    --cc-toggle-readonly-knob-icon-color: var(--cc-toggle-readonly-bg);
    --cc-section-category-border: var(--cc-cookie-category-block-bg);
    --cc-cookie-category-block-bg: #f0f4f7;
    --cc-cookie-category-block-border: #f0f4f7;
    --cc-cookie-category-block-hover-bg: #e9eff4;
    --cc-cookie-category-block-hover-border: #e9eff4;
    --cc-cookie-category-expanded-block-bg: transparent;
    --cc-cookie-category-expanded-block-hover-bg: #dee4e9;
    --cc-overlay-bg: rgba(0, 0, 0, 0.65);
    --cc-footer-bg: var(--cc-btn-secondary-bg);
    --cc-footer-color: var(--cc-secondary-color);
    --cc-footer-border-color: #e4eaed;
    --cc-pm-toggle-border-radius: 4em;
}

#cc-main.cc--rtl {
    direction: rtl;
}

#cc-main .cm__title,
#cc-main a,
#cc-main b,
#cc-main em,
#cc-main strong {
    font-variation-settings: "wght"500;

}

#cc-main button>span {
    pointer-events: none;
}

#cc-main .cc__link,
#cc-main a {
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    font-variation-settings: "wght"500;
    position: relative;
    transition: background-size 0.25s,
        color 0.25s cubic-bezier(0.52, 0.19, 0.41, 0.84);
}

#cc-main .cc__link:hover,
#cc-main a:hover {
    background-size: 100% 1px;
    color: var(--cc-primary-color);
}

#cc-main .cc__link {
    color: var(--cc-link-color);
}

html.disable--interaction.show--consent,
html.disable--interaction.show--consent body {
    height: auto !important;
    overflow: hidden !important;
}

@media (prefers-reduced-motion) {
    #cc-main {
        --cc-modal-transition-duration: 0s;
    }
}

.cc--darkmode {
    --cc-bg: #161a1c;
    --cc-primary-color: #ebf3f6;
    --cc-secondary-color: #aebbc5;
    --cc-btn-primary-bg: #c2d0e0;
    --cc-btn-primary-color: var(--cc-bg);
    --cc-btn-primary-border-color: var(--cc-btn-primary-bg);
    --cc-btn-primary-hover-bg: #98a7b6;
    --cc-btn-primary-hover-color: #000;
    --cc-btn-primary-hover-border-color: var(--cc-btn-primary-hover-bg);
    --cc-btn-secondary-bg: #242c31;
    --cc-btn-secondary-color: var(--cc-primary-color);
    --cc-btn-secondary-border-color: var(--cc-btn-secondary-bg);
    --cc-btn-secondary-hover-bg: #353d43;
    --cc-btn-secondary-hover-color: #fff;
    --cc-btn-secondary-hover-border-color: var(--cc-btn-secondary-hover-bg);
    --cc-separator-border-color: #222a30;
    --cc-toggle-on-bg: var(--cc-btn-primary-bg);
    --cc-toggle-off-bg: #525f6b;
    --cc-toggle-on-knob-bg: var(--cc-btn-primary-color);
    --cc-toggle-off-knob-bg: var(--cc-btn-primary-color);
    --cc-toggle-enabled-icon-color: var(--cc-btn-primary-color);
    --cc-toggle-disabled-icon-color: var(--cc-btn-primary-color);
    --cc-toggle-readonly-bg: #343e45;
    --cc-toggle-readonly-knob-bg: #5f6b72;
    --cc-toggle-readonly-knob-icon-color: var(--cc-toggle-readonly-bg);
    --cc-section-category-border: #1e2428;
    --cc-cookie-category-block-bg: #1e2428;
    --cc-cookie-category-block-border: var(--cc-section-category-border);
    --cc-cookie-category-block-hover-bg: #242c31;
    --cc-cookie-category-block-hover-border: #232a2f;
    --cc-cookie-category-expanded-block-bg: transparent;
    --cc-cookie-category-expanded-block-hover-bg: var(--cc-toggle-readonly-bg);
    --cc-overlay-bg: rgba(0, 0, 0, 0.65);
    --cc-webkit-scrollbar-bg: var(--cc-section-category-border);
    --cc-webkit-scrollbar-hover-bg: var(--cc-btn-primary-hover-bg);
    --cc-footer-bg: #0c0e0f;
    --cc-footer-color: var(--cc-secondary-color);
    --cc-footer-border-color: #060809;
}

.cc--darkmode #cc-main {
    color-scheme: dark;
}

#cc-main .cm {
    background: var(--cc-bg);
    border-radius: var(--cc-modal-border-radius);
    display: flex;
    flex-direction: column;
    max-width: 24rem;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    visibility: hidden;
    z-index: 1;
}

#cc-main .cm--top {
    top: var(--cc-modal-margin);
}

#cc-main .cm--middle {
    top: 50%;
}

#cc-main .cm--bottom {
    bottom: var(--cc-modal-margin);
}

#cc-main .cm--center {
    left: var(--cc-modal-margin);
    margin: 0 auto;
    right: var(--cc-modal-margin);
    width: unset;
}

#cc-main .cm--left {
    left: var(--cc-modal-margin);
    margin-right: var(--cc-modal-margin);
}



#cc-main .cm--right {
    margin-left: var(--cc-modal-margin);
    right: var(--cc-modal-margin);
}

#cc-main .cm__body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

#cc-main .cm__btns,
#cc-main .cm__links {
    padding: 1em;
    width: unset;
}

#cc-main .cm__texts {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    padding: .5em 0 .25em;
}

#cc-main .cm__desc,
#cc-main .cm__title {
    padding: 0 1.3rem;
}

#cc-main .cm__title {
    font-size: 1.05em;
}

#cc-main .cm__title+.cm__desc {
    margin-top: 0;
}

#cc-main .cm__desc {
    color: var(--cc-secondary-color);
    line-height: 1.5;
    max-height: 40vh;
    overflow-x: visible;
    overflow-y: auto;
    padding-bottom: 1em;
}

#cc-main .cm__btns {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#cc-main .cm__btn-group {
    display: grid;
    grid-auto-columns: minmax(0, 1fr);
}

#cc-main .cm__btn+.cm__btn,
#cc-main .cm__btn-group+.cm__btn-group {
    margin-top: 0;
}

#cc-main .cm--flip .cm__btn+.cm__btn,
#cc-main .cm--flip .cm__btn-group+.cm__btn-group {
    margin-bottom: 0;
    margin-top: 0;
}

#cc-main .cm--inline .cm__btn+.cm__btn {
    margin-left: 0;
    margin-top: 0;
}

#cc-main .cm--inline.cm--flip .cm__btn+.cm__btn {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

#cc-main .cm--inline.cm--flip .cm__btn-group+.cm__btn-group {
    margin-bottom: 0;
    margin-right: 0;
}

#cc-main .cm--wide .cm__btn+.cm__btn,
#cc-main .cm--wide .cm__btn-group+.cm__btn-group {
    margin-left: 0;
    margin-top: 0;
}

#cc-main .cm--wide.cm--flip .cm__btn+.cm__btn,
#cc-main .cm--wide.cm--flip .cm__btn-group+.cm__btn-group {
    margin-bottom: 0;
    margin-right: 0.375rem;
}

#cc-main .cm--bar:not(.cm--inline) .cm__btn-group--uneven,
#cc-main .cm--wide .cm__btn-group--uneven {
    display: flex;
    flex: 1;
    justify-content: space-between;
}

#cc-main .cm--bar:not(.cm--inline).cm--flip .cm__btn-group--uneven,
#cc-main .cm--wide.cm--flip .cm__btn-group--uneven {
    flex-direction: row-reverse;
}

#cc-main .cm__btn {
    border: 0 solid var(--cc-btn-primary-border-color);
    border-radius: var(--cc-btn-border-radius);
    color: var(--cc-btn-primary-color);
    padding: 1em;
    text-align: center;
    font-family: "mundial-narrow-variable", sans-serif !important
}

#cc-main .cm__btn:hover {
    background: var(--cc-btn-primary-hover-bg);
    border-color: var(--cc-btn-primary-hover-border-color);
    color: var(--cc-btn-primary-hover-color);
}

#cc-main .cm__btn--secondary {
    background: var(--cc-btn-secondary-bg);
    border-color: var(--cc-btn-secondary-border-color);
    color: var(--cc-btn-secondary-color);
}

#cc-main .cm__btn--secondary:hover {
    background: var(--cc-btn-secondary-hover-bg);
    border-color: var(--cc-btn-secondary-hover-border-color);
    color: var(--cc-btn-secondary-hover-color);
}

#cc-main .cm__btn--close {
    border-radius: 0;
    border-bottom-left-radius: var(--cc-btn-border-radius);
    border-right: none;
    border-top: none;
    display: none;
    height: 42px;
    min-width: auto !important;
    overflow: hidden;
    padding: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
}

#cc-main .cm__btn--close svg {
    stroke: var(--cc-btn-primary-color);
    transform: scale(0.5);
    transition: stroke 0.15s cubic-bezier(0.52, 0.19, 0.41, 0.84);
}

#cc-main .cm__btn--close:hover svg {
    stroke: var(--cc-btn-primary-hover-color);
}

#cc-main .cm__btn--close.cm__btn--secondary svg {
    stroke: var(--cc-btn-secondary-color);
}

#cc-main .cm__btn--close.cm__btn--secondary:hover svg {
    stroke: var(--cc-btn-secondary-hover-color);
}

#cc-main .cm__btn--close+.cm__texts .cm__title {
    padding-right: 3rem;
}

#cc-main .cm--inline .cm__btn-group {
    grid-auto-flow: column;
}

#cc-main .cm__footer {
    background: var(--cc-footer-bg);
    border-top: 1px solid var(--cc-footer-border-color);
    color: var(--cc-footer-color);
    padding: 0.4em 0 0.5em;
}

#cc-main .cm__links {
    display: flex;
    flex-direction: row;
    padding-bottom: 0;
    padding-top: 0;
}

#cc-main .cm__link-group {
    display: flex;
    flex-direction: row;
    width: 100%;
}

#cc-main .cm__link-group>*+* {
    margin-left: 1.3rem;
}

#cc-main .cm--flip .cm__btn:last-child {
    grid-row: 1;
}

#cc-main .cm--inline.cm--flip .cm__btn:last-child {
    grid-column: 1;
}

#cc-main .cm--box .cm__btn--close {
    display: block;
}

#cc-main .cm--box.cm--flip .cm__btns {
    flex-direction: column-reverse;
}

#cc-main .cm--box.cm--wide {
    max-width: 36em;
}

#cc-main .cm--box.cm--wide .cm__btns {
    flex-direction: row;
    justify-content: space-between;
}

#cc-main .cm--box.cm--wide .cm__btn-group {
    grid-auto-flow: column;
}

#cc-main .cm--box.cm--wide .cm__btn {
    min-width: 120px;
    padding-left: 1.8em;
    padding-right: 1.8em;
}

#cc-main .cm--box.cm--wide.cm--flip .cm__btns {
    flex-direction: row-reverse;
}

#cc-main .cm--box.cm--wide.cm--flip .cm__btn:last-child {
    grid-column: 1;
}

#cc-main .cm--cloud {
    max-width: 54em;
    width: unset;
}

#cc-main .cm--cloud .cm__body {
    flex-direction: row;
}

#cc-main .cm--cloud .cm__texts {
    flex: 1;
}

#cc-main .cm--cloud .cm__desc {
    max-height: 9.4em;
}

#cc-main .cm--cloud .cm__btns {
    border-top: none;
    max-width: 23em;
}

#cc-main .cm--cloud .cm__btn-group {
    flex-direction: column;
}

#cc-main .cm--cloud .cm__btn {
    min-width: 19em;
}

#cc-main .cm--cloud.cm--flip .cm__btn-group,
#cc-main .cm--cloud.cm--flip .cm__btns {
    flex-direction: column-reverse;
}

#cc-main .cm--cloud.cm--inline .cm__btn-group {
    flex-direction: row;
}

#cc-main .cm--cloud.cm--inline .cm__btn {
    min-width: 10em;
}

#cc-main .cm--cloud.cm--inline.cm--flip .cm__btn-group {
    flex-direction: row-reverse;
}

#cc-main .cm--bar {
    border-radius: 0;
    left: 0;
    margin: 0;
    max-width: unset;
    opacity: 1;
    right: 0;
    width: 100vw;
    --cc-modal-transition-duration: 0.35s;
}

#cc-main .cm--bar.cm--top {
    top: 0;
}

#cc-main .cm--bar.cm--bottom {
    bottom: 0;
}

#cc-main .cm--bar .cm__body,
#cc-main .cm--bar .cm__links {
    margin: 0 auto;
    max-width: 55em;
    width: 100%;
}

#cc-main .cm--bar .cm__btns {
    border-top: none;
    flex-direction: row;
    justify-content: space-between;
}

#cc-main .cm--bar .cm__btn-group {
    grid-auto-flow: column;
}

#cc-main .cm--bar:not(.cm--inline) .cm__btn+.cm__btn,
#cc-main .cm--bar:not(.cm--inline) .cm__btn-group+.cm__btn-group {
    margin-left: 0;
    margin-top: 0;
}

#cc-main .cm--bar .cm__btn {
    padding-left: 2em;
    padding-right: 2em;
}

#cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn+.cm__btn,
#cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn-group+.cm__btn-group {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

#cc-main .cm--bar.cm--flip .cm__btns {
    flex-direction: row-reverse;
}

#cc-main .cm--bar.cm--flip .cm__btn:last-child {
    grid-column: 1;
}

#cc-main .cm--bar.cm--inline .cm__body,
#cc-main .cm--bar.cm--inline .cm__links {
    max-width: 74em;
}

#cc-main .cm--bar.cm--inline .cm__body {
    flex-direction: row;
    padding: 0;
}

#cc-main .cm--bar.cm--inline .cm__btns {
    flex-direction: column;
    justify-content: center;
    max-width: 23em;
}

#cc-main .cm--bar.cm--inline.cm--flip .cm__btns {
    flex-direction: column-reverse;
}

#cc-main .cc--anim .cm,
.cc--anim.cm-wrapper:before {
    transition: opacity var(--cc-modal-transition-duration) cubic-bezier(0.52, 0.19, 0.41, 0.84),
        visibility var(--cc-modal-transition-duration) cubic-bezier(0.52, 0.19, 0.41, 0.84);
}

#cc-main .cc--anim .cm__btn,
#cc-main .cc--anim .cm__close {
    transition: background-color 0.15s cubic-bezier(0.52, 0.19, 0.41, 0.84),
        border-color 0.15s cubic-bezier(0.52, 0.19, 0.41, 0.84),
        color 0.15s cubic-bezier(0.52, 0.19, 0.41, 0.84);
}

.disable--interaction #cc-main .cm-wrapper:before {
    background: var(--cc-overlay-bg);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 0;
}

.show--consent #cc-main .cc--anim .cm {
    opacity: 1;
    visibility: visible !important;
}

.show--consent #cc-main .cc--anim.cm-wrapper:before {
    opacity: 1;
    visibility: visible;
}

#cc-main.cc--rtl .cm__btn--close {
    border-bottom-left-radius: unset;
    border-bottom-right-radius: var(--cc-btn-border-radius);
    left: 0;
    right: unset;
}

#cc-main.cc--rtl .cm__btn--close+.cm__texts .cm__title {
    padding-left: 3rem !important;
    padding-right: 1.3rem;
}

#cc-main.cc--rtl .cm--inline .cm__btn+.cm__btn {
    margin-left: 0;
    margin-right: 0;
}

#cc-main.cc--rtl .cm--inline.cm--flip .cm__btn+.cm__btn {
    margin-left: 0;
    margin-right: 0;
}

#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar .cm__btn+.cm__btn,
#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar .cm__btn-group+.cm__btn-group,
#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide .cm__btn+.cm__btn,
#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide .cm__btn-group+.cm__btn-group {
    margin-left: 0;
    margin-right: 0;
}

#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar.cm--flip .cm__btn+.cm__btn,
#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide.cm--flip .cm__btn+.cm__btn {
    margin-left: 0;
    margin-right: 0;
}

#cc-main.cc--rtl .cm__link-group>*+* {
    margin-left: 0;
    margin-right: 1.3rem;
}

@media screen and (max-width: 640px) {
    #cc-main {
        --cc-modal-margin: 0;
    }

    #cc-main .cm {
        max-width: calc(100% - 2em);
        margin: 1em;
        width: auto;
    }

    #cc-main .cm__btns {
        border-left: none !important;
        border-top: 0 solid var(--cc-separator-border-color) !important;
        flex-direction: column !important;
        max-width: none !important;
        min-width: auto !important;
    }

    #cc-main .cm__btn+.cm__btn,
    #cc-main .cm__btn-group+.cm__btn-group {
        margin: 0 0 0 !important;
    }

    #cc-main .cm--flip .cm__btn+.cm__btn,
    #cc-main .cm--flip .cm__btn-group+.cm__btn-group {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }

    #cc-main .cm__btn-group {
        display: flex !important;
        flex-direction: column !important;
        min-width: auto !important;
    }

    #cc-main .cm__btn {
        flex: auto !important;
    }

    #cc-main .cm__link-group {
        justify-content: center !important;
    }

    #cc-main .cm--flip .cm__btn-group,
    #cc-main .cm--flip .cm__btns {
        flex-direction: column-reverse !important;
    }
}

#cc-main .pm-wrapper {
    position: relative;
    z-index: 2;
}

#cc-main .pm {
    border-radius: var(--cc-modal-border-radius);
    display: flex;
    flex-direction: column;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    visibility: hidden;
    width: 100%;
    width: unset;
    z-index: 1;
}

#cc-main svg {
    fill: none;
    width: 100%;
}

#cc-main .pm__body,
#cc-main .pm__footer,
#cc-main .pm__header {
    padding: 1em 1.4em;
}

#cc-main .pm__header {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

#cc-main .pm__title {
    align-items: center;
    display: flex;
    flex: 1;
    /* margin-right: 2em; */
}

#cc-main .pm__close-btn {
    background: var(--cc-btn-secondary-bg);
    border: 1px solid var(--cc-btn-secondary-border-color);
    border-radius: var(--cc-btn-border-radius);
    height: 40px;
    position: relative;
    transition: all 0.15s cubic-bezier(0.52, 0.19, 0.41, 0.84);
    width: 40px;
}

#cc-main .pm__close-btn span {
    display: flex;
    height: 100%;
    width: 100%;
}

#cc-main .pm__close-btn svg {
    stroke: var(--cc-btn-secondary-color);
    transform: scale(0.5);
    transition: stroke 0.15s cubic-bezier(0.52, 0.19, 0.41, 0.84);
}

#cc-main .pm__close-btn:hover {
    background: var(--cc-btn-secondary-hover-bg);
    border-color: var(--cc-btn-secondary-hover-border-color);
}

#cc-main .pm__close-btn:hover svg {
    stroke: var(--cc-btn-secondary-hover-color);
}

#cc-main .pm__body {
    flex: 1;
    overflow-y: auto;
    overflow-y: overlay;
}

#cc-main .pm__section,
#cc-main .pm__section--toggle {
    border-radius: var(--cc-btn-border-radius);
    display: flex;
    flex-direction: column;
    margin-bottom: 0.5em;
}

#cc-main .pm__section--toggle .pm__section-desc-wrapper {
    border: 1px solid var(--cc-cookie-category-block-border);
    border-radius: var(--cc-btn-border-radius);
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: none;
    margin-top: 0 !important;
    overflow: hidden;
}

#cc-main .pm__section {
    border: 1px solid var(--cc-separator-border-color);
    padding: 1em;
    transition: background-color 0.25s cubic-bezier(0.52, 0.19, 0.41, 0.84),
        border-color 0.25s cubic-bezier(0.52, 0.19, 0.41, 0.84);
}

#cc-main .pm__section:first-child {
    border: none;
    margin-bottom: 2em;
    margin-top: 0;
    padding: 0;
    transition: none;
}

#cc-main .pm__section:not(:first-child):hover {
    background: var(--cc-cookie-category-block-bg);
    border-color: var(--cc-cookie-category-block-border);
}

#cc-main .pm__section-toggles+.pm__section {
    margin-top: 2em;
}

#cc-main .pm__section--toggle {
    background: var(--cc-cookie-category-block-bg);
    border-top: none;
    margin-bottom: 0.375rem;
}

#cc-main .pm__section--toggle .pm__section-title {
    align-items: center;
    background: var(--cc-cookie-category-block-bg);
    border: 1px solid var(--cc-cookie-category-block-border);
    display: flex;
    justify-content: space-between;
    min-height: 58px;
    padding: 1.1em 5.4em 1.1em 1.2em;
    position: relative;
    transition: background-color 0.25s cubic-bezier(0.52, 0.19, 0.41, 0.84),
        border-color 0.25s cubic-bezier(0.52, 0.19, 0.41, 0.84);
    width: 100%;
}

#cc-main .pm__section--toggle .pm__section-title:hover {
    background: var(--cc-cookie-category-block-hover-bg);
    border-color: var(--cc-cookie-category-block-hover-border);
}

#cc-main .pm__section--toggle .pm__section-desc {
    margin-top: 0;
    padding: 1em;
}

#cc-main .pm__section--toggle.is-expanded {
    --cc-cookie-category-block-bg: var(--cc-cookie-category-expanded-block-bg);
    --cc-cookie-category-block-border: var(--cc-cookie-category-expanded-block-hover-bg);
}

#cc-main .pm__section--toggle.is-expanded .pm__section-title {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#cc-main .pm__section--toggle.is-expanded .pm__section-arrow svg {
    transform: scale(0.5) rotate(180deg);
}

#cc-main .pm__section--toggle.is-expanded .pm__section-desc-wrapper {
    display: flex;
}

#cc-main .pm__section--expandable .pm__section-title {
    cursor: pointer;
    padding-left: 3.4em;
}

#cc-main .pm__section--expandable .pm__section-arrow {
    background: var(--cc-toggle-readonly-bg);
    border-radius: 100%;
    display: flex;
    height: 20px;
    justify-content: center;
    left: 18px;
    pointer-events: none;
    position: absolute;
    width: 20px;
}

#cc-main .pm__section--expandable .pm__section-arrow svg {
    stroke: var(--cc-btn-secondary-color);
}

#cc-main .pm__section-title-wrapper {
    align-items: center;
    display: flex;
    position: relative;
}

#cc-main .pm__section-title-wrapper+.pm__section-desc-wrapper {
    margin-top: 0.85em;
}

#cc-main .pm__section-title {
    border-radius: var(--cc-btn-border-radius);
}

#cc-main .pm__badge {
    align-items: center;
    background: var(--cc-btn-secondary-bg);
    border-radius: 5em;
    color: var(--cc-secondary-color);
    display: flex;
    flex: none;
    height: 23px;
    justify-content: center;
    margin-left: 1em;
    min-width: 23px;
    overflow: hidden;
    padding: 0 0.6em 1px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    width: auto;
}

#cc-main .pm__service-counter {
    background: var(--cc-btn-primary-bg);
    color: var(--cc-btn-primary-color);
    padding: 0;
    width: 23px;
}

#cc-main .pm__service-counter[data-counterlabel] {
    padding: 0 0.6em 1px;
    width: auto;
}

#cc-main .section__toggle,
#cc-main .section__toggle-wrapper,
#cc-main .toggle__icon,
#cc-main .toggle__label {
    border-radius: var(--cc-pm-toggle-border-radius);
    height: 23px;
    width: 50px;
}

#cc-main .section__toggle-wrapper {
    cursor: pointer;
    position: absolute;
    right: 18px;
    z-index: 1;
}

#cc-main .toggle-service {
    height: 19px;
    position: relative;
    right: 0;
    width: 42px;
}

#cc-main .toggle-service .section__toggle,
#cc-main .toggle-service .toggle__icon,
#cc-main .toggle-service .toggle__label {
    height: 19px;
    width: 42px;
}

#cc-main .toggle-service .toggle__icon {
    position: relative;
}

#cc-main .toggle-service .toggle__icon-circle {
    height: 19px;
    width: 19px;
}

#cc-main .pm__section--toggle:nth-child(2) .section__toggle-wrapper:after {
    display: none !important;
}

#cc-main .section__toggle {
    border: 0;
    cursor: pointer;
    display: block;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
}

#cc-main .section__toggle:disabled {
    cursor: not-allowed;
}

#cc-main .toggle__icon {
    background: var(--cc-toggle-off-bg);
    display: flex;
    flex-direction: row;
    pointer-events: none;
    position: absolute;
    transition: all 0.25s cubic-bezier(0.52, 0.19, 0.41, 0.84);
}

#cc-main .toggle__icon-circle {
    background: var(--cc-toggle-off-knob-bg);
    border: none;
    border-radius: var(--cc-pm-toggle-border-radius);
    display: block;
    height: 23px;
    left: 0;
    position: absolute;
    top: 0;
    transition: transform 0.25s cubic-bezier(0.52, 0.19, 0.41, 0.84),
        background-color 0.25s cubic-bezier(0.52, 0.19, 0.41, 0.84);
    width: 23px;
}

#cc-main .toggle__icon-off,
#cc-main .toggle__icon-on {
    height: 100%;
    position: absolute;
    transition: opacity 0.15s cubic-bezier(0.52, 0.19, 0.41, 0.84);
    width: 100%;
}

#cc-main .toggle__icon-on {
    opacity: 0;
    transform: rotate(45deg);
}

#cc-main .toggle__icon-on svg {
    stroke: var(--cc-toggle-on-bg);
    transform: scale(0.55) rotate(-45deg);
}

#cc-main .toggle__icon-off {
    opacity: 1;
}

#cc-main .toggle__icon-off svg {
    stroke: var(--cc-toggle-off-bg);
    transform: scale(0.55);
}

#cc-main .section__toggle:checked~.toggle__icon {
    background: var(--cc-toggle-on-bg);
}

#cc-main .section__toggle:checked~.toggle__icon .toggle__icon-circle {
    background-color: var(--cc-toggle-on-knob-bg);
}

#cc-main .section__toggle:checked~.toggle__icon .toggle__icon-on {
    opacity: 1;
}

#cc-main .section__toggle:checked~.toggle__icon .toggle__icon-off {
    opacity: 0;
}

#cc-main .section__toggle:checked:disabled~.toggle__icon {
    background: var(--cc-toggle-readonly-bg);
}

#cc-main .section__toggle:checked:disabled~.toggle__icon .toggle__icon-circle {
    background: var(--cc-toggle-readonly-knob-bg);
    box-shadow: none;
}

#cc-main .section__toggle:checked:disabled~.toggle__icon svg {
    stroke: var(--cc-toggle-readonly-knob-icon-color);
}

#cc-main .toggle__label {
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1;
}

#cc-main .pm__section-desc-wrapper {
    color: var(--cc-secondary-color);
    display: flex;
    flex-direction: column;
}

#cc-main .pm__section-desc-wrapper> :not(:last-child) {
    border-bottom: 1px solid var(--cc-cookie-category-block-border);
}

#cc-main .pm__section-services {
    display: flex;
    flex-direction: column;
}

#cc-main .pm__service {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0.4em 1.2em;
    position: relative;
    transition: background-color 0.15s cubic-bezier(0.52, 0.19, 0.41, 0.84);
}

#cc-main .pm__service:hover {
    background-color: var(--cc-cookie-category-block-hover-bg);
}

#cc-main .pm__service-header {
    align-items: center;
    display: flex;
    margin-right: 1em;
    width: 100%;
}

#cc-main .pm__service-icon {
    border: 2px solid;
    border-radius: 100%;
    height: 8px;
    margin-left: 6px;
    margin-right: 20px;
    margin-top: 1px;
    min-width: 8px;
}

#cc-main .pm__service-title {
    width: 100%;
    word-break: break-word;
}

#cc-main .pm__section-desc {
    line-height: 1.5em;
}

#cc-main .pm__section-table {
    border-collapse: collapse;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: left;
    width: 100%;
}

#cc-main .pm__table-caption {
    text-align: left;
}

#cc-main .pm__table-caption,
#cc-main .pm__table-head>tr {
    border-bottom: 1px dashed var(--cc-separator-border-color);
    color: var(--cc-primary-color);
    font-weight: 600;
}

#cc-main .pm__table-tr {
    transition: background-color 0.15s cubic-bezier(0.52, 0.19, 0.41, 0.84);
}

#cc-main .pm__table-tr:hover {
    background: var(--cc-cookie-category-block-hover-bg);
}

#cc-main .pm__table-caption,
#cc-main .pm__table-td,
#cc-main .pm__table-th {
    padding: 0.625em 0.625em 0.625em 1.2em;
    vertical-align: top;
}

#cc-main .pm__footer {
    border-top: 1px solid var(--cc-separator-border-color);
    display: flex;
    justify-content: space-between;
}

#cc-main .pm__btn-group {
    display: flex;
}

#cc-main .pm__btn+.pm__btn,
#cc-main .pm__btn-group+.pm__btn-group {
    margin-left: 0.375rem;
}

#cc-main .pm--flip .pm__btn+.pm__btn,
#cc-main .pm--flip .pm__btn-group+.pm__btn-group {
    margin-left: 0;
    margin-right: 0.375rem;
}

#cc-main .pm__btn {
    background: var(--cc-btn-primary-bg);
    border: 1px solid var(--cc-btn-primary-border-color);
    border-radius: var(--cc-btn-border-radius);
    color: var(--cc-btn-primary-color);
    flex: auto;
    min-height: 42px;
    min-width: 110px;
    padding: 0.5em 1.5em;
    text-align: center;
    transition: background-color 0.15s cubic-bezier(0.52, 0.19, 0.41, 0.84),
        border-color 0.15s cubic-bezier(0.52, 0.19, 0.41, 0.84),
        color 0.15s cubic-bezier(0.52, 0.19, 0.41, 0.84);
}

#cc-main .pm__btn:hover {
    background: var(--cc-btn-primary-hover-bg);
    border-color: var(--cc-btn-primary-hover-border-color);
    color: var(--cc-btn-primary-hover-color);
}

#cc-main .pm__btn--secondary {
    background: var(--cc-btn-secondary-bg);
    border-color: var(--cc-btn-secondary-border-color);
    color: var(--cc-btn-secondary-color);
}

#cc-main .pm__btn--secondary:hover {
    background: var(--cc-btn-secondary-hover-bg);
    border-color: var(--cc-btn-secondary-hover-border-color);
    color: var(--cc-btn-secondary-hover-color);
}

#cc-main .pm--box {
    height: calc(100% - 2em);
    left: var(--cc-modal-margin);
    margin: 0 auto;
    max-height: 37.5em;
    max-width: 43em;
    right: var(--cc-modal-margin);
    top: 50%;
}

#cc-main .pm--box.pm--flip .pm__btn-group,
#cc-main .pm--box.pm--flip .pm__footer {
    flex-direction: row-reverse;
}

#cc-main .pm--bar {
    border-radius: 0;
    bottom: 0;
    height: 100%;
    margin: 0;
    max-height: none;
    max-width: 29em;
    opacity: 1;
    top: 0;
    width: 100%;
    --cc-modal-transition-duration: 0.35s;
}

#cc-main .pm--bar .pm__section-table,
#cc-main .pm--bar .pm__table-body,
#cc-main .pm--bar .pm__table-td,
#cc-main .pm--bar .pm__table-th,
#cc-main .pm--bar .pm__table-tr {
    display: block;
}

#cc-main .pm--bar .pm__table-head {
    display: none;
}

#cc-main .pm--bar .pm__table-caption {
    display: block;
}

#cc-main .pm--bar .pm__table-tr:not(:last-child) {
    border-bottom: 1px solid var(--cc-separator-border-color);
}

#cc-main .pm--bar .pm__table-td {
    display: flex;
    justify-content: space-between;
}

#cc-main .pm--bar .pm__table-td:before {
    color: var(--cc-primary-color);
    content: attr(data-column);
    flex: 1;
    min-width: 100px;
    overflow: hidden;
    padding-right: 2em;
    text-overflow: ellipsis;
}

#cc-main .pm--bar .pm__table-td>div {
    flex: 3;
}

#cc-main .pm--bar:not(.pm--wide) .pm__body,
#cc-main .pm--bar:not(.pm--wide) .pm__footer,
#cc-main .pm--bar:not(.pm--wide) .pm__header {
    padding: 1em 1.3em;
}

#cc-main .pm--bar:not(.pm--wide) .pm__btn-group,
#cc-main .pm--bar:not(.pm--wide) .pm__footer {
    flex-direction: column;
}

#cc-main .pm--bar:not(.pm--wide) .pm__btn+.pm__btn,
#cc-main .pm--bar:not(.pm--wide) .pm__btn-group+.pm__btn-group {
    margin: 0.375rem 0 0;
}

#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group,
#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__footer {
    flex-direction: column-reverse;
}

#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn+.pm__btn,
#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group+.pm__btn-group {
    margin-bottom: 0.375rem;
    margin-top: 0;
}

#cc-main .pm--bar:not(.pm--wide) .pm__badge {
    display: none;
}

#cc-main .pm--bar.pm--left {
    left: 0;
}

#cc-main .pm--bar.pm--right {
    right: 0;
}

#cc-main .pm--bar.pm--wide {
    max-width: 35em;
}

#cc-main .pm--bar.pm--wide .pm__body,
#cc-main .pm--bar.pm--wide .pm__footer,
#cc-main .pm--bar.pm--wide .pm__header {
    padding: 1em 1.4em;
}

#cc-main .pm--bar.pm--wide.pm--flip .pm__btn-group,
#cc-main .pm--bar.pm--wide.pm--flip .pm__footer {
    flex-direction: row-reverse;
}

#cc-main .pm-overlay {
    background: var(--cc-overlay-bg);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 1;
}

#cc-main .cc--anim .pm,
#cc-main .cc--anim .pm-overlay {
    transition: opacity var(--cc-modal-transition-duration) cubic-bezier(0.52, 0.19, 0.41, 0.84),
        visibility var(--cc-modal-transition-duration) cubic-bezier(0.52, 0.19, 0.41, 0.84);
}

.show--preferences #cc-main .cc--anim .pm {
    opacity: 1;
    visibility: visible !important;
}

.show--preferences #cc-main .cc--anim .pm-overlay {
    opacity: 1;
    visibility: visible;
}

#cc-main.cc--rtl .pm__service-header {
    margin-left: 1em;
    margin-right: 0;
}

#cc-main.cc--rtl .pm__section-arrow {
    left: unset;
    right: 18px;
}

#cc-main.cc--rtl .section__toggle-wrapper {
    left: 18px;
    right: unset;
    transform-origin: left;
}

#cc-main.cc--rtl .toggle-service {
    left: 0;
}

#cc-main.cc--rtl .pm__service-icon {
    margin-left: 20px;
    margin-right: 5px;
}

#cc-main.cc--rtl .pm__section--toggle .pm__section-title {
    padding-left: 5.4em;
    padding-right: 1.2em;
}

#cc-main.cc--rtl .pm__section--expandable .pm__section-title {
    padding-right: 3.4em;
}

#cc-main.cc--rtl .pm__badge {
    margin-left: unset;
    margin-right: 1em;
}

#cc-main.cc--rtl .pm__table-td,
#cc-main.cc--rtl .pm__table-th {
    padding-left: unset;
    padding-right: 1.2em;
    text-align: right;
}

#cc-main.cc--rtl .pm__table-td {
    padding-left: unset;
    padding-right: 1.2em;
}

#cc-main.cc--rtl .pm__table-td:before {
    padding-left: 2em;
    padding-right: unset;
}

#cc-main.cc--rtl .pm__btn+.pm__btn,
#cc-main.cc--rtl .pm__btn-group+.pm__btn-group {
    margin-left: 0;
    margin-right: 0.375rem;
}

#cc-main.cc--rtl .pm--flip .pm__btn+.pm__btn,
#cc-main.cc--rtl .pm--flip .pm__btn-group+.pm__btn-group {
    margin-left: 0.375rem;
    margin-right: 0;
}

#cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn+.pm__btn,
#cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn-group+.pm__btn-group {
    margin-left: 0;
}

@media (max-width: 640px) {
    #cc-main .pm {
        border-radius: 0;
        bottom: 0;
        height: auto;
        left: 0;
        max-height: 100%;
        max-width: calc(100% - 4em) !important;
        right: 0;
        top: 0;
    }

    #cc-main .pm__body,
    #cc-main .pm__footer,
    #cc-main .pm__header {
        padding: 0.9em !important;
    }

    #cc-main .pm__badge {
        display: none;
    }

    #cc-main .pm__section-table,
    #cc-main .pm__table-body,
    #cc-main .pm__table-caption,
    #cc-main .pm__table-td,
    #cc-main .pm__table-th,
    #cc-main .pm__table-tr {
        display: block;
    }

    #cc-main .pm__table-head {
        display: none;
    }

    #cc-main .pm__table-td {
        display: flex;
        justify-content: space-between;
    }

    #cc-main .pm__table-td:before {
        color: var(--cc-primary-color);
        content: attr(data-column);
        flex: 1;
        min-width: 100px;
        overflow: hidden;
        padding-right: 2em;
        text-overflow: ellipsis;
    }

    #cc-main .pm__table-td>div {
        flex: 3;
    }

    #cc-main .pm__btn-group,
    #cc-main .pm__footer {
        flex-direction: column !important;
    }

    #cc-main .pm__btn-group {
        display: flex !important;
    }

    #cc-main .pm__btn+.pm__btn,
    #cc-main .pm__btn-group+.pm__btn-group {
        margin: 0.375rem 0 0 !important;
    }

    #cc-main .pm--flip .pm__btn+.pm__btn,
    #cc-main .pm--flip .pm__btn-group+.pm__btn-group {
        margin-bottom: 0.375rem !important;
        margin-top: 0 !important;
    }

    #cc-main .pm--flip .pm__btn-group,
    #cc-main .pm--flip .pm__footer {
        flex-direction: column-reverse !important;
    }
}

.cc--light-funky {
    color-scheme: light;
    --cc-bg: #f9faff;
    --cc-primary-color: #112954;
    --cc-secondary-color: #112954;
    --cc-btn-primary-bg: #3859d0;
    --cc-btn-primary-color: var(--cc-bg);
    --cc-btn-primary-hover-bg: #213657;
    --cc-btn-primary-hover-color: #fff;
    --cc-btn-secondary-bg: #dfe7f9;
    --cc-btn-secondary-color: var(--cc-secondary-color);
    --cc-btn-secondary-hover-bg: #c6d1ea;
    --cc-btn-secondary-hover-color: #000;
    --cc-cookie-category-block-bg: #ebeff9;
    --cc-cookie-category-block-border: #ebeff9;
    --cc-cookie-category-block-hover-bg: #dbe5f9;
    --cc-cookie-category-block-hover-border: #dbe5f9;
    --cc-cookie-category-expanded-block-hover-bg: #ebeff9;
    --cc-cookie-category-expanded-block-bg: #ebeff9;
    --cc-overlay-bg: rgba(219, 232, 255, 0.85) !important;
    --cc-toggle-readonly-bg: #cbd8f1;
    --cc-toggle-on-knob-bg: var(--cc-bg);
    --cc-toggle-off-bg: #8fa8d6;
    --cc-toggle-readonly-knob-bg: var(--cc-bg);
    --cc-separator-border-color: #f1f3f5;
    --cc-footer-border-color: #f1f3f5;
    --cc-footer-bg: var(--cc-bg);
    --cc-btn-border-radius: 1rem 0.6rem 1.3rem 0.5rem / 0.5rem 1rem;
    --cc-modal-border-radius: var(--cc-btn-border-radius);
    --cc-pm-toggle-border-radius: var(--cc-btn-border-radius);
}

.cc--light-funky #cc-main .toggle__icon:after {
    border-radius: var(--cc-btn-border-radius);
}

.cc--light-funky #cc-main .cm__btn--close {
    border-radius: var(--cc-btn-border-radius);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.cc--light-funky {
    color-scheme: light;
    --cc-bg: #f9faff;
    --cc-primary-color: #112954;
    --cc-secondary-color: #112954;
    --cc-btn-primary-bg: #3859d0;
    --cc-btn-primary-color: var(--cc-bg);
    --cc-btn-primary-hover-bg: #213657;
    --cc-btn-primary-hover-color: #fff;
    --cc-btn-secondary-bg: #dfe7f9;
    --cc-btn-secondary-color: var(--cc-secondary-color);
    --cc-btn-secondary-hover-bg: #c6d1ea;
    --cc-btn-secondary-hover-color: #000;
    --cc-cookie-category-block-bg: #ebeff9;
    --cc-cookie-category-block-border: #ebeff9;
    --cc-cookie-category-block-hover-bg: #dbe5f9;
    --cc-cookie-category-block-hover-border: #dbe5f9;
    --cc-cookie-category-expanded-block-hover-bg: #ebeff9;
    --cc-cookie-category-expanded-block-bg: #ebeff9;
    --cc-overlay-bg: rgba(219, 232, 255, 0.85) !important;
    --cc-toggle-readonly-bg: #cbd8f1;
    --cc-toggle-on-knob-bg: var(--cc-bg);
    --cc-toggle-off-bg: #8fa8d6;
    --cc-toggle-readonly-knob-bg: var(--cc-bg);
    --cc-separator-border-color: #f1f3f5;
    --cc-footer-border-color: #f1f3f5;
    --cc-footer-bg: var(--cc-bg);
    --cc-btn-border-radius: 1rem 0.6rem 1.3rem 0.5rem / 0.5rem 1rem;
    --cc-modal-border-radius: var(--cc-btn-border-radius);
    --cc-pm-toggle-border-radius: var(--cc-btn-border-radius);
}

.cc--light-funky #cc-main .toggle__icon:after {
    border-radius: var(--cc-btn-border-radius);
}

.cc--light-funky #cc-main .cm__btn--close {
    border-radius: var(--cc-btn-border-radius);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.cm--box {
    box-shadow: 8px 8px 16px #00000042 !important;
}

#cc-main .cm__body {
    flex-direction: column !important;
    padding: 1em !important;
    /* border: 2px solid #3e3bff !important; */
    border-radius: 8px;
}

#cc-main .cm__btn {
    padding: .75em;
}

#cc-main .cm__btn-group {
    background: #0062ff !important;
    border-radius: 8px;
    padding: 0em;
}

@media (min-width: 560px) {
    .cm--box {
        min-width: 360px !important;
    }
}



@media (max-width: 560px) {
#cc-main .cm {
    margin: 1rem;
}
    #cc-main .pm {
        margin:  1rem !important;
        width: calc(100% - 2rem) !important;
    }
        .cm--box {
        width: calc(100% - 2rem) !important;
        margin: 0;
        border: 2px solid #3e3bff !important;
    }
    
    /* #cc-main .cm--bottom {
        bottom: var(--cc-modal-margin-mobile);
    } */

    /* #cc-main .cm--left {
        left: var(--cc-modal-margin-mobile);
    } */
}

body {
    margin: 0;
    line-height: 1.4;
    padding: 0;
    width: 100%;
    max-width: 100%;
    color: #252525;
}


* {
    box-sizing: border-box;
}



body {
    font-size: 100%;

    margin: 0;
    line-height: 1.4;
    padding: 0;
    width: 100%;
    max-width: 100%;
    color: #252525;
    font-style: normal;
    max-width: 100vw !important;
    width: 100%;
    font-size: 1em;

    font-family: "mundial-narrow-variable", sans-serif;
    line-height: 1.48;
}

html {
    max-width: 100vw !important;
    width: 100%;
    font-size: 1em;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

a,
a:visited {
    color: inherit;
    text-decoration: none;
    transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.link_inactive {
    pointer-events: none;
}

a:hover,
a:visited:hover {
    color: #8b91ff;
}

.slider_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 5;
}

.slider_1 a,
.slider_1 a:visited {
    width: 48px;
    height: 48px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.back_to_top a:hover,
.back_to_top a:visited:hover {
    background-color: #0040ff;
    fill: #fff;
    color: #fff;
}

.back_to_top a:hover svg,
.back_to_top a:visited:hover svg {
    /* background-color: #0040ff; */
    fill: #fff;
    color: #fff;
}

.back_to_top a,
.back_to_top a:visited {
    width: 48px;
    height: 48px;
    padding: 8px;
    position: fixed;
    bottom: 2em;
    right: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 50;
    transform: rotate(180deg);
    background-color: #eaecf8;
    transition: all 0.15s cubic-bezier(0.075, 0.82, 0.165, 1);
    mix-blend-mode: multiply;
}

.slide_1 {
    position: relative;
    width: 48px;
    height: 48px;
    z-index: 1;
    /* opacity: .75; */
    background-color: #00000020;
    mix-blend-mode: multiply;
    transition: all 0.15s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.slide_1:hover {
    opacity: 1;
    background-color: #00000000;
    background-color: #0059ff;
}

/* .slide_1:hover svg {
 fill: #fff
} */

img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    margin: 0;
    padding: 0;
    backface-visibility: hidden;
}

picture {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    margin: 0;
    padding: 0;
    backface-visibility: hidden;
}

.images_all img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    margin: 0;
    padding: 0;
    backface-visibility: hidden;
}

a,
a:visited {
    text-decoration: none;
    color: #4040ff;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "mundial-narrow-variable", sans-serif;
    /* color: #151515; */
    font-variation-settings: "wght"904;
    position: relative;
}


h1 {
    font-style: normal;
    flex-basis: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    /* justify-content: center; */
    z-index: 10;
    transition: all 0.3s;
    margin: 0;
    padding: 0;
    position: relative;
    color: #fff;
    line-height: 0.85;
    font-variation-settings: "wght"800;
    font-size: 8em;
    margin: 0 0 0 -4px;
    width: 100%;
    flex-basis: 100%;
}



.header_content {
    padding: 2em 4em;
    /* margin: 2em; */
    border-radius: 1em;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    pointer-events: all;
    position: relative;
    z-index: 150;
    position: relative;
    z-index: 1500000000;
}


.header_works {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #fff;
    background-image: linear-gradient(#002fed91, #5e66ff83), url("/img/background-works-2.jpg");
    filter: contrast(110%);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 01;
    filter: contrast(125%);
}


.header_works_hospitals {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #fff;
    z-index: 03;
    margin: 0;
    overflow: hidden;
}

.header_works_hospitals span {
    font-size: 2em;
    font-variation-settings: "wght" 800;
    z-index: 1;
}

.header_works_hospitals_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    background: linear-gradient(90deg, #00204bc8 0%, #00347c60 75%);
    z-index: 03;
    margin: 0;
}

.band_1 {
    background-image: url("/img/background_01.jpg");
    position: absolute;
    display: block;
    height: 100vh;
    width: 25%;
    top: 0;
    left: 0;
    z-index: 2;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transform: translateY(50vh);
    transition: all 0.65s .25s cubic-bezier(.38, .61, .26, .88);
    opacity: 0.00;
}

.band_1.header_band_show {

    opacity: 1;
    transform: translateY(0);
}

.band_2 {
    background-image: url("/img/background_02.jpg");
    position: absolute;
    display: block;
    height: 100vh;
    width: 25%;
    top: 0;
    left: 25%;
    z-index: 2;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transform: translateY(50vh);
    transition: all 0.55s .3s cubic-bezier(.38, .61, .26, .88);
    opacity: 0.00;
}

.band_2.header_band_show {
    opacity: 1;
    transform: translateY(0);
}

/* Bande 3 */
.band_3 {
    background-image: url("/img/background_03.jpg");
    position: absolute;
    display: block;
    height: 100vh;
    width: 25%;
    top: 0;
    left: 50%;
    z-index: 2;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transform: translateY(50vh);
    transition: all .65s .45s cubic-bezier(.38, .61, .26, .88);
    opacity: 0.00;
}

.band_3.header_band_show {
    opacity: 1;
    transform: translateY(0);
}

/* Bande 4 */
.band_4 {
    background-image: url("/img/background_04.jpg");
    position: absolute;
    display: block;
    height: 100vh;
    width: 25%;
    top: 0;
    left: 75%;
    z-index: 2;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transform: translateY(50vh);
    opacity: 0.00;
    transition: all .65s .55s cubic-bezier(.38, .61, .26, .88);
}

.band_4.header_band_show {
    opacity: 1;
    transform: translateY(0);
}



.header_works h1 {
    font-size: 20vw;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 0 48px #00000085;
    justify-content: center;
    font-variation-settings: "wght"900;
    /* letter-spacing:2px; */
}


.header_works_hospitals h1 {
    font-variation-settings: "wght"808;
}

h1.works_title_hospitals {

    flex-basis: 100%;
    font-size: 8em;
    text-transform: none;
    color: #fff;
    padding: 1em;
    line-height: 1;
}


h1.works_title_hospitals span:nth-of-type(1) {
    font-size: .25em;
    text-transform: uppercase;
    position: relative;
    font-variation-settings: "wght"500;
    flex-basis: 100%;
}



h1.works_title_hospitals span:nth-of-type(2) {
    font-size: .75em;
    text-transform: uppercase;
    position: relative;
    font-variation-settings: "wght"800;
    flex-basis: 100%;
}
.topnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 15;
    background: #00063000;
    transform: translateY(0);
    margin: 0;
    padding: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
}


.topnav ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: calc(50% - 2em);
    margin: 0 6em 0 0;
    margin: .5em 6em .5em .5em;
    padding: 0;
    background: #00FF8C;
    background: #7878ff;
    background: #06112a2a;
    border-radius: .5em;
    mix-blend-mode: color-burn;
}


.topnav ul li {

    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-basis: 25%;
    margin: 0;
    padding: 0;
}

.topnav ul li a,
.topnav ul li a:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #fff;
    color: #ebf6ff;
    font-variation-settings: 'wght'500;
    padding: 1.25em 2em;
    transition: all .2s ease;
    /* border: 1px solid #e7e2ff; */
}


.topnav a:hover,
.topnav a:visited:hover {
    /* color: #4e5fff; */
    opacity: .5;
}

.topnav.hidden {
    opacity: 0;
    transform: translateY(-48px);
}


.title_logo {
    color: #ebf6ff;
    position: fixed;
    top: 0;
    left: 0;
    /* color: #2655FF; */
    /* color: #426BFF; */
    /* color: #0062FF; */
    text-transform: uppercase;
    font-variation-settings: "wght"600;
    align-self: flex-start;
    justify-self: flex-start;
    flex-basis: 100%;
    margin: 0 0;
    padding: 1.25em;
    margin: .5em;
    /* background: #06112a2a; */
    border-radius: .5em;
    /* padding:  1.5em 2em; */
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    transition: all .2s ease;
    z-index: 15;
}

.title_logo img {
    width: 2.5em;
    height: 2.5em;
    object-fit: contain;
    display: inline-flex;
    align-items: center;
    align-content: center;
    transition: all .2s ease;
    /* margin: 0 1.5em -2px 0; */
}

.title_logo svg {
    width: 2em;
    height: 2em;
    display: inline-flex;
    align-items: center;
    align-content: center;
    transition: all .2s ease;
    /* margin: 0 1em -2px 0; */
}


/* .title_logo:hover {
    opacity: .85;
} */

.description_header {
    display: block;
    padding: 0 0 0;
    margin: 1.5em 0 1em;
    pointer-events: all;
    line-height: 1.48;
    flex-basis: 100%;
    max-width: 640px;
}

.description_header p {
    font-variation-settings: "wght"400;
    /* margin: .25em 0 .75em; */
    margin: 0 0 .5em;
    font-size: 110%;
    line-height: 1.4;
    pointer-events: all;
    color: #eee;
}

.description_header p span {
    color: #f5f5f5;
    display: block;
    text-transform: uppercase;
    font-variation-settings: "wght"600;
    font-size: 1em;
    margin: 0.5em 0 0.25em;
    /* padding: .5em 0 0; */
}

.description_header svg {
    display: inline-flex;
    align-items: center;
    align-content: center;
    margin: 8px 0 -2px 0;
    width: 1em;
    height: 1em;
    fill: #ccc;
    fill: #454545;
}


.text h3 {
    font-size: 4em;
    margin: 2em 0 0 0;
    padding: .5em 0;
    line-height: 1.16;
    font-variation-settings: 'wght'808;
    position: relative;
    text-transform: uppercase;
}


.text h3 span {
    position: absolute;
    top: -.25em;
    top: -.75em;
    /* bottom: 0; */
    left: -.5em;
    font-size: 2.5em;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 2px #00FF8C;
    /* z-index: -1; */
    font-variation-settings: 'wght'904;
    /* padding: 1em; */
}

.text h3 span::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -.125em;
    height: 1px;
    width: calc(100% + .125em);
    /* background: #d4dae0; */
}

.header_buttons {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
}

.header_button_1 a,
.header_button_1 a:visited {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 .5em .5em 0;
    /* border: 4px solid #00D8FF; */
    /* border: 4px solid #00ffc8; */
    /* border: 4px solid #00FF8C;  */
    /* border: 4px solid #00FFC8; */
    border: 4px solid #00ffae;
    border: 4px solid #fff;
    border: 4px solid #00ffc3;
    border: 4px solid #00FF8C;
    border: 3px solid #26ffcc;
    border: 3px solid #F2FBFF;
    padding: 0.55em 1.5em 0.75em;
    font-size: 1.5em;
    font-variation-settings: "wght"904;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    /* color: #050505; */
    line-height: 1.4;
    border-radius: .5em;
    position: relative;
    z-index: 1;
    background: #2b00ff;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.52, 0.19, 0.41, 0.84);
    pointer-events: all;
}

.header_button_1 a::after,
.header_button_1 a:visited::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #F2FBFF;
    opacity: 1;
    transition: all 0.3s cubic-bezier(0.52, 0.19, 0.41, 0.84);
    z-index: -1;
    pointer-events: all;
}

.header_button_1 a:hover:after,
.header_button_1 a:visited:hover:after {
    opacity: 1;
    width: 100%;
}

.header_button_1 a:hover,
.header_button_1 a:visited:hover {
color: #0038FF
}

.header_button_1 a:hover svg,
.header_button_1 a:visited:hover svg {
fill: #0038FF
}

.header_button_1 a svg,
.header_button_1 a:visited svg {
    width: 1em;
    height: 1em;
    display: inline-flex;
    align-items: center;
    margin: 0 16px 0 0;
    fill: #fff;
    transition: all 0.3s cubic-bezier(0.52, 0.19, 0.41, 0.84);
}

/* 
@media (min-width:1600px) {
    .header {
        background-image: url("/img/background-2560px.webp")
    }
}

@media (max-width:1600px) {
    .header {
        background-image: url("/img/background-1600px.webp");
        background-size: 125%
    }
}

@media (max-width:1024px) {
    .header {
        background-image: url("/img/background-1024px.webp");
        background-size: cover
    }
}

@media (max-width:560px) {
    .header {
        background-image: url("/img/background-560px.webp");
        background-size: 125%;
        background-position: 50% 100%
    }
} */

.titles_header {
    height: 100vh;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    /* background: linear-gradient(90deg, #ebf0ff77 50%, #ebf0ff00); */
    padding: 2em;
    /* mix-blend-mode: lighten; */
    /* position: absolute; */
    top: 0;
    left: 0;
    height: 100vh;
    width: 50%;
}

.header p::before {
    content: "";
    position: absolute;
    top: 0;
    left: 6px;
    height: 0.5px;
    width: 25vw;
    display: none;
    background: linear-gradient(90deg, #146aff, #afd2ff);
}



.after_header_intro h2 {
    text-transform: uppercase;
    /* max-width: 50%; */
    font-variation-settings: "wght"900;
    font-size: 6em;
    padding: .5em 0 0;
    margin: 0;
    line-height: 1;
}


.text {
    padding: 0 2em;
    margin: 0 auto;
    display: block;
    max-width: 640px;
}

p {
    color: #252525;
}

.text p {
    padding: 1em 0;
    color: #252525;
}

.text ul {
    list-style-type: none;
    padding: 0 3em;
    border-left: 4px solid #2B00FF;
    border-left: 4px solid #414aff;
}

.text ul li {
    font-size: 1.25em;
    position: relative;
    font-variation-settings: 'wght'512;
    padding: .25em 0;
    line-height: 1.48;
}

.text ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: -2em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ctitle%3Ecube-scan%3C/title%3E%3Cpath d='M17,22V20H20V17H22V20.5C22,20.89 21.84,21.24 21.54,21.54C21.24,21.84 20.89,22 20.5,22H17M7,22H3.5C3.11,22 2.76,21.84 2.46,21.54C2.16,21.24 2,20.89 2,20.5V17H4V20H7V22M17,2H20.5C20.89,2 21.24,2.16 21.54,2.46C21.84,2.76 22,3.11 22,3.5V7H20V4H17V2M7,2V4H4V7H2V3.5C2,3.11 2.16,2.76 2.46,2.46C2.76,2.16 3.11,2 3.5,2H7M13,17.25L17,14.95V10.36L13,12.66V17.25M12,10.92L16,8.63L12,6.28L8,8.63L12,10.92M7,14.95L11,17.25V12.66L7,10.36V14.95M18.23,7.59C18.73,7.91 19,8.34 19,8.91V15.23C19,15.8 18.73,16.23 18.23,16.55L12.75,19.73C12.25,20.05 11.75,20.05 11.25,19.73L5.77,16.55C5.27,16.23 5,15.8 5,15.23V8.91C5,8.34 5.27,7.91 5.77,7.59L11.25,4.41C11.5,4.28 11.75,4.22 12,4.22C12.25,4.22 12.5,4.28 12.75,4.41L18.23,7.59Z' /%3E%3C/svg%3E");
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ctitle%3Ecube-outline%3C/title%3E%3Cpath fill='%23454545' d='M21,16.5C21,16.88 20.79,17.21 20.47,17.38L12.57,21.82C12.41,21.94 12.21,22 12,22C11.79,22 11.59,21.94 11.43,21.82L3.53,17.38C3.21,17.21 3,16.88 3,16.5V7.5C3,7.12 3.21,6.79 3.53,6.62L11.43,2.18C11.59,2.06 11.79,2 12,2C12.21,2 12.41,2.06 12.57,2.18L20.47,6.62C20.79,6.79 21,7.12 21,7.5V16.5M12,4.15L6.04,7.5L12,10.85L17.96,7.5L12,4.15M5,15.91L11,19.29V12.58L5,9.21V15.91M19,15.91V9.21L13,12.58V19.29L19,15.91Z' /%3E%3C/svg%3E");
    /* background-size: 1em; */
    width: 1em;
    height: 1em;
    margin: .5em;
}

.text_intro {
    display: flex;
    align-items: stretch;
    align-content: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    /* padding: 2em ; */
}

.intro_title_2 {
    position: absolute;
    width: 75%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 0;
    padding: 0;
}

.intro_title_2 h2 {
    color: #fff;
    font-variation-settings: "wght"900;
    text-transform: uppercase;

}

.text_intro_col_100 {
    /* background: linear-gradient(45deg, #ffd000, #ff5121); */
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    overflow: hidden;
    flex-basis: 100%;
    /* border-radius: .5em; */
}

.text_intro_col_50 {
    /* background: linear-gradient(45deg, #ffd000, #ff5121); */
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    overflow: hidden;

    /* border-radius: .5em; */
}

.text_intro_col_50:nth-of-type(1) {

    flex-basis: calc(50% - 0em);
    background: linear-gradient(45deg, #3434ff, #717fff);
    background-image: url(/img/cube_4.png), linear-gradient(45deg, #171784, #0059ff);
    background-image: url(/img/cube_4.png), linear-gradient(45deg, #2d2dff, #0059ff);
    background-image: url(/img/cube_4.png), linear-gradient(45deg, #353549, #4e6ba0);
    background-image: url(/img/cubebg3.png), linear-gradient(45deg, #3a3e57, #4e6ba0);
    background-image: url(/img/cubes_9.jpg), linear-gradient(45deg, #3a3e57, #4e6ba0);
    background-image: linear-gradient(45deg, #3a3e57, #4e6ba0);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 50%;
    /* filter: contrast(110%) brightness(110%); */
    /* margin: 0 -4em 0 0; */
    /* padding: 4em; */
}

video {
    width: 100%;
    aspect-ratio: 16 / 7;
    object-fit: cover;
}



.text_intro_col_50:nth-of-type(2) {

    flex-basis: calc(25% - 0em);
    background: linear-gradient(45deg, #3434ff, #717fff);
    background-image: url(/img/cube_4.png), linear-gradient(45deg, rgb(53, 61, 73), #0059ff);
    background-image: url(/img/cube_4.png), linear-gradient(45deg, #264aff, #4e7ba0);
    background-image: url(/img/cube_4.png), linear-gradient(45deg, #4f6cff, #4e7ba0);
    background-image: linear-gradient(45deg, #4f6cff, #4e7ba0);
    background-repeat: no-repeat;
    background-size: 175%;
    background-position: 50% 50%;
    display: none;
    filter: contrast(110%) brightness(100%);
    /* margin: 0 -4em 0 0; */
    /* padding: 4em; */
}

.text_intro_col_50:nth-of-type(3) {
    flex-basis: calc(50% - 0em);
    background: white;
    background: #4335ff;
    background: #eff3ff;
    /* box-shadow: 16px 16px 48px #2424248a; */
    padding: 4em;
    /* transform: translate(0, 4em); */
    /* margin: 4em  0 -4em -2em; */
}

.text_intro h2 {
    word-break: break-all;
    margin: 0;
    padding: 0;
    font-variation-settings: "wght"900;
    flex-basis: 100%;
    line-height: .85;
}

.text_intro_col_50 h3 {
    padding: 0;
    margin: 0 0 .25em;
}

.text_intro_col_100 img {
    /* padding: 5em; */
    aspect-ratio: 16 / 7;
    object-fit: cover;
    object-position: 100% 50%;
    /* transform: scale(1.25); */
    /* padding: 4em; */
    /* filter: contrast(110%) brightness(100%); */
}

.text_intro_col_50 img {
    /* padding: 5em; */
    aspect-ratio: 11 / 8;
    object-fit: cover;
    object-position: 75% 50%;
    transform: scale(1.25);
    /* padding: 4em; */
    /* filter: contrast(110%) brightness(100%); */
}


blockquote {
    position: relative;
    font-style: normal;
    font-size: 1.125em;
    font-variation-settings: "wght"600;
    /* border-left: 4px solid #4f4fff; */
    padding: 2em 0 1em;
    margin: 2em 0 0;
    line-height: 1.32;

}

blockquote p {
    display: block;
    padding: 1em 0 0 !important;
}

blockquote a,
blockquote a:visited {
    font-variation-settings: "wght"400;
    font-size: 95%;
    margin: 0 0 0 .25em;
    color: #404040;
    /* padding: 0 .5em; */
}

em {
    font-variation-settings: "wght"700;
    font-style: normal;
}

blockquote p::before {
    position: absolute;
    top: -0;
    left: -.25em;
    content: "";
    display: inline-flex;
    color: #9d9dff35;
    color: #c8c8ffe1;
    width: 2em;
    height: 2em;
    font-weight: 900;
    z-index: 1;
    padding: 0;
    /* transform: scaleX(1.125); */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ctitle%3Eformat-quote-open%3C/title%3E%3Cpath fill='%233434ff45' d='M10,7L8,11H11V17H5V11L7,7H10M18,7L16,11H19V17H13V11L15,7H18Z' /%3E%3C/svg%3E");
}


.test_intro_background {
    display: flex;
    align-items: center;
    justify-content: space-around;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    margin: 4em 0;
    padding: 4em;
    background-image: linear-gradient(45deg, #eceeffda, #ffffff00 50%), url("/img/mid-background-2.jpg");
    background-repeat: no-repeat;
    background-size: 125%;
    background-position: 0% 50%;
    min-height: 75vh;
    aspect-ratio: 16 / 7;
}

.text_intro_2 {
    flex-basis: 33.3333%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    align-content: center;
    flex-wrap: wrap;
    /* display: block; */
    /* padding: 2em; */

}


.content_links {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 0;
    margin: .5em 0 0
}

.button_content_1 {
    display: inline-flex;
    flex-basis: calc(50% - 1em);
    margin: 0 .5em .5em 0;
    width: 100%;
}

.button_content_1 a,
.button_content_1 a:visited {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.65em 1.5em .85em;
    line-height: 1;
    width: 100%;
    font-size: 1.5em;
    font-variation-settings: "wght"808;
    background: #2B00FF;
    color: #fff;
    border: 3px solid #2B00FF;
    border-radius: .5em;
    text-transform: uppercase;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.button_content_1 a span {
    position: relative;
    z-index: 2;
}

.button_content_1 a svg {
    width: 1.25em;
    height: 1.25em;
    fill: #fff;
    margin: 0 1em 0 0;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.button_content_1 a:hover,
.button_content_1 a:visited:hover {
    color: #2B00FF;
}

.button_content_1 a:hover svg,
.button_content_1 a:visited:hover svg {
    fill: #2B00FF;
}


.button_content_1 a::after,
.button_content_1 a:visited::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #F2FBFF;
    opacity: 1;
    transition: all 0.3s cubic-bezier(0.52, 0.19, 0.41, 0.84);
    z-index: -1;
    pointer-events: all;
}

.button_content_1 a:hover:after,
.button_content_1 a:visited:hover:after {
    opacity: 1;
    width: 100%;
}

.content_text {
    max-width: 640px;
    margin: 4em auto;
    padding: 2em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.content_text p {
    flex-basis: 100%;
    font-size: 1em;
    font-variation-settings: "wght"600;
}


.content_text a,
.content_text a:visited {
    display: flex;
    /* flex-basis: calc(50% - .5em); */
    flex: auto;
    align-items: center;
    justify-content: center;
    padding: 0.65em 1.5em .85em;
    line-height: 1;
    /* width: 100%; */
    font-size: 1.5em;
    font-variation-settings: "wght"808;
    background: #2B00FF;
    margin: .25em;
    color: #fff;
    border: 3px solid #2B00FF;
    border-radius: .5em;
    text-transform: uppercase;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
    z-index: 1;

    /* background: #3535ff; */
}

.content_text a span {
    position: relative;
    z-index: 2;
}

.content_text a svg {
    width: 1.25em;
    height: 1.25em;
    fill: #fff;
    margin: 0 1em 0 0;
}

.content_text a:hover,
.content_text a:visited:hover {
    color: #2B00FF;
}

.content_text a:hover svg,
.content_text a:visited:hover svg {
    fill: #fff;
}


.content_text a::after,
.content_text a:visited::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #26ffcc;
    background: #F2FBFF;
    opacity: 1;
    transition: all 0.3s cubic-bezier(0.52, 0.19, 0.41, 0.84);
    z-index: -1;
    pointer-events: all;
}

.content_text a:hover:after,
.content_text a:visited:hover:after {
    opacity: 1;
    width: 100%;
}

.text_flex {
    display: flex;
    align-items: stretch;
    align-content: space-between;
    /* justify-content: space-between; */
    justify-content: space-evenly;
    justify-content: space-around;
    padding: 2em 1em 0;
    /* overflow-x: scroll; */
    flex-wrap: wrap;

    /* background: #ededff; */
}

.col_perks_cards_50 {
    /* flex-basis: calc(100% - 1.25em); */
    /* flex-shrink: 101; */
    display: flex;
    align-items: stretch;
    align-content: stretch;
    justify-content: space-around;
    flex-wrap: wrap;
}


.perks_cards {
    /* flex-basis: calc(50% - 2em); */
    flex-basis: calc(33.33333% - 2em);
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    /* border: 2px solid #2B00FF; */
    /* border-bottom: 1px solid #d1c7ff; */
    /* border-bottom: 1px solid #e5eaff; */
    /* border-left: 1px solid #e5eaff; */
    /* background: #2B00FF; */
    padding: 0 3em 2em;
    margin: 0 0 2em;
    position: relative;

    background: #fff;
    box-shadow: 16px 16px 32px #d6d6dc;
    /* border-radius: .5em; */
}

/* .perks_cards:nth-of-type(even) {
   transform: translateY(33.333%);
   margin: 1em 0!important;
} */
.perks_cards:nth-of-type(odd):after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    /* border-right: 1px solid #d1c7ff; */
    /* border-right: 1px solid #e5eaff; */
}

.text_cards {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    /* margin: 0 0 2em; */
    position: relative;
    width: 100%;
    /* flex-basis: 100%; */
}

.perks_cards .text {
    justify-content: flex-start;
}

.text_cards_image {
    display: inline-flex;
    align-items: center;
}

.text_cards_image img {
    /* position: absolute; */
    position: relative;
    /* right: -2em; */
    align-items: center;
    display: inline-flex;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    /* opacity: .15; */
    width: 33.3333%;
    height: 33.3333%;
    padding: 0;
    padding: 0 0 0;
    margin: 2em 0 0 1em;
    /* border-left: 4px solid #2B00FF; */
}

.text_cards h3 {
    font-size: 3em;
    margin: 0 0 0;
    padding: 0 0 0;

    line-height: 1.16;
    font-variation-settings: 'wght'808;
    position: relative;
    /* text-transform: uppercase; */
    flex-basis: 100%;
    /* word-break: break-all; */
    /* hyphens: auto; */
}

.text_cards h3 span {
    position: absolute;
    top: -.75em;
    left: -.75em;
    font-size: 1.5em;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 1px #00FF8C;
    font-variation-settings: 'wght'904;
}


.text_cards h3 span::after {
    content: "";
    position: absolute;
    bottom: -.25em;
    right: -.25em;
    height: 1em;
    width: 1.25em;
    border-right: 2px solid #00FF8C;
    border-bottom: 2px solid #00FF8C;
}

.text_cards span {
    /* position: absolute; */
    /* top: -.25em; */
    /* bottom: 0; */
    /* left: -.5em; */
    font-size: 8em;
    /* padding: 0 .5em; */
    /* margin: -.125em 0 0 0; */
    padding: 0;

    margin: 0;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 2px #00FF8C;
    font-variation-settings: 'wght'904;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    z-index: 2;
}


.text_cards span::after {
    content: "";
    position: absolute;
    top: .375em;
    /* left: -0; */
    height: .875em;
    width: 1em;
    /* border-right: 2px solid #00FF8C; */
    /* border-bottom: 2px solid #00FF8C; */
    /* background: #fff; */
    z-index: -1;
}

.text_cards ul {
    list-style-type: none;
    /* padding:  0 3em; */
    /* margin: 0 0 0 4em; */
    /* border-left: 4px solid #2B00FF; */
    /* border-left: 4px solid #414aff; */
    flex-basis: 100%;
}

.text_cards ul li {
    font-size: 1.125em;
    position: relative;
    font-variation-settings: 'wght'512;
    padding: .125em 0;
    line-height: 1.48;
}

.text_cards ul li::before {
    content: "";
    position: absolute;
    top: -.075em;
    left: -2em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ctitle%3Ecube-scan%3C/title%3E%3Cpath d='M17,22V20H20V17H22V20.5C22,20.89 21.84,21.24 21.54,21.54C21.24,21.84 20.89,22 20.5,22H17M7,22H3.5C3.11,22 2.76,21.84 2.46,21.54C2.16,21.24 2,20.89 2,20.5V17H4V20H7V22M17,2H20.5C20.89,2 21.24,2.16 21.54,2.46C21.84,2.76 22,3.11 22,3.5V7H20V4H17V2M7,2V4H4V7H2V3.5C2,3.11 2.16,2.76 2.46,2.46C2.76,2.16 3.11,2 3.5,2H7M13,17.25L17,14.95V10.36L13,12.66V17.25M12,10.92L16,8.63L12,6.28L8,8.63L12,10.92M7,14.95L11,17.25V12.66L7,10.36V14.95M18.23,7.59C18.73,7.91 19,8.34 19,8.91V15.23C19,15.8 18.73,16.23 18.23,16.55L12.75,19.73C12.25,20.05 11.75,20.05 11.25,19.73L5.77,16.55C5.27,16.23 5,15.8 5,15.23V8.91C5,8.34 5.27,7.91 5.77,7.59L11.25,4.41C11.5,4.28 11.75,4.22 12,4.22C12.25,4.22 12.5,4.28 12.75,4.41L18.23,7.59Z' /%3E%3C/svg%3E");
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ctitle%3Ecube-outline%3C/title%3E%3Cpath fill='%23454545' d='M21,16.5C21,16.88 20.79,17.21 20.47,17.38L12.57,21.82C12.41,21.94 12.21,22 12,22C11.79,22 11.59,21.94 11.43,21.82L3.53,17.38C3.21,17.21 3,16.88 3,16.5V7.5C3,7.12 3.21,6.79 3.53,6.62L11.43,2.18C11.59,2.06 11.79,2 12,2C12.21,2 12.41,2.06 12.57,2.18L20.47,6.62C20.79,6.79 21,7.12 21,7.5V16.5M12,4.15L6.04,7.5L12,10.85L17.96,7.5L12,4.15M5,15.91L11,19.29V12.58L5,9.21V15.91M19,15.91V9.21L13,12.58V19.29L19,15.91Z' /%3E%3C/svg%3E");
    /* background-size: 1em; */
    width: 1em;
    height: 1em;
    margin: .5em;
}

.box {
    display: block;
    padding: 1em 0;
}



.container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.content {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 2em;
    max-width: 1920px;
    max-width: 1920px;
}


.text_works {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 2em;
    max-width: 1920px;
    margin: 0 auto;
}

p.paragraph_works {
    /* display: block; */
    padding: 0 0 0 !important;
    margin: 0 0 1em !important;
}

.text_works h2 {
    font-size: 4em;
    padding: 0 0 1em;
    line-height: 1.04;
    margin: 1em 0 0;
    flex-basis: 100%;
    color: #252525;
    font-variation-settings: 'wght'808;
}

.text_works h3 {
    font-size: 4em;
    padding: 0 0 1em;
    margin: 1em 0 0;
    line-height: 1.04;
    font-variation-settings: 'wght'808;
    position: relative;
    flex-basis: 100%;
}

.text_works h3 span,
.text_works h2 span {
    /* display: block; */
    position: absolute;
    top: -1em;
    left: 0;
    z-index: -1;
    -webkit-text-stroke: 1px #4751FF;
    /* -webkit-text-stroke: 2px  #14FFA9; */
    color: transparent;
    font-size: 2em;
    margin: 0 0 .25em 0;
    font-variation-settings: 'wght'904;
}

.text_works h4 {
    font-size: 3em;
    margin: 0;
    line-height: 1.16;
    font-variation-settings: 'wght'808;
}


.text_works_paragraph {
    display: block;
    padding: 2em 0;
}

.text_works_tags {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.text_works_tags span {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 1em;
    /* background: #ededff; */
    font-variation-settings: 'wght'600;
    margin: 0 .5em .5em 0;
    border-radius: 2em 2em 2em 0;

    /* border: 4px solid #545DFF; */
    border: 2px solid #58FF4F;
    border: 2px solid #14FFA9;
}


[class*="justify_content_center"] {
    justify-content: center !important;
}

.logo_hospitals img {
    padding: 4em;
    object-fit: contain;
}

.logo_hospitals_2 img {
    padding: 2em 0;
}

.text_works_tags span svg {
    display: inline-flex;
    width: 1em;
    margin: 0 0 0 8px;
}

/* .text_works_tags span:nth-of-type(1) {
    background: transparent;
    display: block;
    flex-basis: 100%;
    font-variation-settings: 'wght' 904;
    text-transform: uppercase;
    letter-spacing: 1px;
} */

.text_works_col_100 {
    flex-basis: 100%;
    display: flex;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
}

.text_works_col_75 {
    flex-basis: 75%;
    display: flex;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
}

.text_works_col_30 {
    flex-basis: calc(33.3333% - .75em);
    display: flex;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
}

.text_works_photos_1 {
    display: flex;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
}



img.text_works_illustrations_1 {
    width: calc(33.3333% - 1em) !important;
    aspect-ratio: 7 / 5;
    display: flex;
    margin: 0 0 1.5em;
    display: inline-flex;
    object-fit: cover;
}


img.text_works_photos_1 {
    /* flex-basis: calc(33.3333% - 2em); */
    width: 100%;
    display: flex;
    margin: 0 0 1em;
}

.text_works_col_50 {
    flex-basis: calc(50% - 1em);
}

.text_works_span_intro {
    display: flex;
    width: fit-content;
    align-items: center;
    text-transform: uppercase;
    color: #595959;
    font-variation-settings: 'wght'808;
    font-size: 1.25em;
    padding: .65em 1em .85em;
    margin: 4em 0 0;
    border-radius: 2em 2em 2em 0;
    border: 4px solid #5E66FF;
    align-self: flex-start;
}

.text_works_span_intro svg {
    display: inline-flex;
    align-items: center;
    margin: 0 8px 0 0;
    width: 1em;
    height: 1em;
    color: #595959;
    fill: #595959
}

[class*="radiusright"] {
    border-radius: 2em 2em 0 2em;
}

[class*="align_content_end"] {
    align-content: flex-end;
    align-items: flex-end;
}

[class*="align_content_center"] {
    align-content: center;
    align-items: center;
}

[class*="align_self_center"] {
    align-self: center !important;
    justify-self: center !important;
}

.text_works p {
    max-width: 560px;
    font-size: 1.5em;
    font-variation-settings: "wght"504;
}


.test_display_photos {
    display: flex;
    align-items: stretch;
    align-content: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 4em 0;
}

.test_display_photos img {
    object-fit: cover;
    height: 45vh;
    filter: brightness(95%) contrast(110%);
    /* flex-basis: 25%; */
}

.test_display_photos_1 {
    display: inline-flex;
    margin: .5em;
    flex-basis: auto;
    flex-grow: 2;
    /* flex-basis: 25%; */
    /* width: min-content; */
}

.text_works ul {
    font-size: 1.5em;
    font-variation-settings: "wght"604;
    line-height: 1.48;
    border-left: 4px solid #0062ff;
    border-left: 4px solid #0062ff;
    padding: 0 3em;
    /* margin: 2em 0; */
    max-width: 560px;
}

.text_works ul li {
    margin: .25em 0;
    padding: 0 0 .25em 0;
    border-bottom: 1px solid #DEE0FF;
    position: relative;
    list-style-type: none;
    font-variation-settings: "wght"708;
    color: #252525;
    /* list-style: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ctitle%3Ecube%3C/title%3E%3Cpath d='M21,16.5C21,16.88 20.79,17.21 20.47,17.38L12.57,21.82C12.41,21.94 12.21,22 12,22C11.79,22 11.59,21.94 11.43,21.82L3.53,17.38C3.21,17.21 3,16.88 3,16.5V7.5C3,7.12 3.21,6.79 3.53,6.62L11.43,2.18C11.59,2.06 11.79,2 12,2C12.21,2 12.41,2.06 12.57,2.18L20.47,6.62C20.79,6.79 21,7.12 21,7.5V16.5M12,4.15L6.04,7.5L12,10.85L17.96,7.5L12,4.15Z' /%3E%3C/svg%3E"); */
    /* border-bottom: 1px solid #D6D8FF; */
}

.text_works ul li::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ctitle%3Ecube%3C/title%3E%3Cpath fill='%23595959' d='M21,16.5C21,16.88 20.79,17.21 20.47,17.38L12.57,21.82C12.41,21.94 12.21,22 12,22C11.79,22 11.59,21.94 11.43,21.82L3.53,17.38C3.21,17.21 3,16.88 3,16.5V7.5C3,7.12 3.21,6.79 3.53,6.62L11.43,2.18C11.59,2.06 11.79,2 12,2C12.21,2 12.41,2.06 12.57,2.18L20.47,6.62C20.79,6.79 21,7.12 21,7.5V16.5M12,4.15L6.04,7.5L12,10.85L17.96,7.5L12,4.15Z' /%3E%3C/svg%3E");
    background-size: .75em;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    /* transform: rotate(45deg); */
    top: .375em;
    left: -1.5em;
    width: 1em;
    height: 1em;
    /* margin: 0 1em 0 0 ; */
    z-index: 1;
}


.text_works_visit_website {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4em;
    margin: 2em 0 4em
}

.text_works_visit_website a,
.text_works_visit_website a:visited {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .65em .75em .85em;
    border: 3px solid #342eff;
    font-size: 1.5em;
    font-variation-settings: "wght"708;
    text-transform: lowercase;
    color: #252525;
    border-radius: 8px;
    align-self: center;
    flex-basis: 100%;
}

[class*="border_top"] {
    border-top: 1px solid #d4dae0;
}

[class*="border_bottom"] {
    border-bottom: 1px solid #d4dae0;
}

.text_works_visit_website a:hover,
.text_works_visit_website a:visited:hover {
    background: #342eff;
    color: #fff;
}

.text_works_visit_website a:hover svg,
.text_works_visit_website a:visited:hover svg {
    fill: #fff;
}



.text_works_visit_website a svg,
.text_works_visit_website a:visited svg {
    display: inline-flex;
    width: 1em;
    height: 1em;
    margin: 0 16px;
}

.text_works_icons {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    flex-wrap: wrap;
    /* max-width: 1200px; */
    margin: 4em auto;
    /* border-right: 1px solid #DEE0FF; */
    border-top: 1px solid #DEE0FF;
}

.text_works_icons .text_works_col_100 {

    /* border-top: 1px solid #DEE0FF; */
    border-bottom: 1px solid #DEE0FF;
    border-right: 1px solid #DEE0FF;
}

.text_works_icons_col_10 {
    display: inline-flex;
    /* width:  calc(10% - .5em); */
    flex-basis: calc(10% - 0em);
    align-items: center;
    justify-content: center;
    /* border: 1px solid #DEE0FF; */
    border-left: 1px solid #DEE0FF;
    border-bottom: 1px solid #DEE0FF;
    /* border-radius: .5em; */
    /* max-width: ; */
    margin: 0 0 0em;
    aspect-ratio: 11 / 8;
}


.text_works_icons svg {
    display: inline-flex;
    width: 100%;
    width: 24px;
    height: 24px;
    /* flex-basis: 20%; */
    align-items: center;
    justify-content: center;
    /* max-width: ; */
    margin: 2em;
    fill: #595959;
    /* box-shadow: -16px 16px #0062ff; */
}

.hospitals_first_image img {
    aspect-ratio: 16 / 7;
    object-fit: cover;
    border-radius: 0;
    filter: brightness(90%) contrast(120%);
}

.hospitals_second_image img {
    aspect-ratio: 11 / 8;
    object-fit: cover;
    border-radius: 0;
    filter: brightness(90%) contrast(120%);
    align-self: center !important;
}

.hospitals_work_big {
    font-variation-settings: 'wght'900;
    text-transform: uppercase;
    font-size: 8em;
    display: flex;
    padding: .25em 0;
    margin: 0 0 .5em;
    line-height: 1;
    color: #146aff;
    color: #342eff;
    color: #252525;
    /* color: #0091ff; */
}

[class*="align_items_stretch"] {
    align-items: stretch;
    align-content: stretch;
}

.flex_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
}

.flex_content_col_50 {
    flex-basis: 50%;
    padding: 2em;
}

.flex_content_col_50 img {
    padding: 8em;
    background: linear-gradient(45deg, #0059ff, #00ffc8);
    filter: contrast(125%);
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

.disclaimer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1em 0 0;
    max-width: 640px;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 4em;
    font-variation-settings: 'wght'904;
    line-height: 1.08;
}

.content p {
    font-style: normal;
    font-style: normal;
    line-height: 1.48;
    font-size: 1.125em;
    margin: 0 0 0;
    padding: 1em 0;
    color: #111;
}

h2 {
    font-size: 6em;
    margin: 1em 0 0;
    padding: .25em 0 .5em;
    line-height: 1;
    font-variation-settings: "wght"904;
    hyphens: none;
}

/* .text h2 {
    font-size: 6em;
    margin: 0 0 0;
    padding: 01em 0 0.75em;
    line-height: 1;
    font-variation-settings: "wght"904;
    hyphens: none;
} */


.normals {
    font-style: normal;
}

.align_center_arrow_down {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2em;
}

.align_center_arrow_down img {
    width: 56px;
    padding: 16px;
    display: block;
    transition: all 0.2s cubic-bezier(0.52, 0.19, 0.41, 0.84);
}

.align_center_arrow_down img:hover {
    transform: translateY(8px);
}

.image_wide_contrast img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    /* margin: 0 0 2em; */
}



.image_wide_contrast p {
    text-align: center;
    padding: .25em 0;
}

.squares {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

.cube_square {
    width: calc(100% - 0);
    flex-basis: calc(33.3333% - 1.5em);
    position: relative;
    margin: 0 0 2em 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cube_square a,
.cube_square a:visited {
    width: calc(100% - 0px);
    width: calc(100% - 0);
    position: relative;
}

.cube_square img {
    aspect-ratio: 110 / 80;
    object-fit: cover;
    vertical-align: middle;
    filter: contrast(110%);
}

.cube_square span {
    color: #fff;
    font-size: 6em;
    text-transform: uppercase;
    transition: all 0.1s cubic-bezier(0.52, 0.19, 0.41, 0.84);
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    font-variation-settings: "wght"904;
}

.cube_square:hover span {
    opacity: 1;
    background-color: #0059ff;
    background-color: #2B00FF;
}

.cube_square a::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #00000000;
    position: absolute;
    transition: all 0.3s cubic-bezier(0.52, 0.19, 0.41, 0.84);
    z-index: 5;
}

.cube_square a:hover::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    transition: all 0.3s cubic-bezier(0.52, 0.19, 0.41, 0.84);
    z-index: 5;
}


.no_hover:hover span {
    opacity: 0;
    display: none;
    background-color: #00000000;
}


.square-1 {
    filter: brightness(107.5%) contrast(105%) saturate(115%);
}

h3 {
    font-size: 4em;
    margin: 1em 0 0 0;
    padding: .5em 0;
    line-height: 1;
}

.title_logo_slide_menu a:visited {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 4em;
    color: #f4f6ff;
    font-size: 2em;
}

.title_logo_slide_menu_svg svg {
    width: 4em;
}

.slide_menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100vw;
    background-color: #333;
    transform: translateX(-100vw);
    transition: all 0.5s ease;
    display: flex;
    flex-wrap: wrap;
    padding-top: 60px;
    z-index: 75;
    height: 100vh;
    opacity: 0;
    background: linear-gradient(90deg, rgb(38, 35, 217), rgb(44, 41, 255));
}

.slide_menu.menu_open {
    transform: translateX(0);
    opacity: 1;
}

.main_content {
    position: relative;
}

.main_content::before {
    position: fixed;
    top: 0;
    left: 0;
    content: "";
    height: 100vh;
    width: 100vw;
    background: #0a111e00;
    z-index: -150;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.52, 0.19, 0.41, 0.84);
}

body.mmenu_menu_open>.main_content {
    transition: all 0.3s cubic-bezier(0.52, 0.19, 0.41, 0.84);
}

body.mmenu_menu_open>.main_content::before {
    /* background: #03060bd0; */
    /* background: rgba(0, 0, 0, 0.75); */
    /* z-index: 50; */
    transition: all 0.4s cubic-bezier(0.52, 0.19, 0.41, 0.84);
    /* opacity: 1; */
}

button.mmenu_toggle {
    position: fixed;
    top: .5em;
    right: 1em;
    z-index: 100;
    background: #ffffff00;
    border: none;
    cursor: pointer;
    width: 4.5em;
    height: 4.5em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* padding: 1.5em; */
    margin: .5em;
    /* background: #06112a2a; */
    border-radius: .5em;
}

.hamburger_menu_bar {
    display: block;
    width: 100%;
    height: 1.5px;
    margin: 6px 0 6px 12px;
    background-color: #252525;
    transition: all 0.2s cubic-bezier(0.52, 0.19, 0.41, 0.84);
}

.hamburger_menu_bar:nth-of-type(1) {
    width: 40px;
    transition: margin 0.1s 0.1s cubic-bezier(0.52, 0.19, 0.41, 0.84),
        width 0.1s 0.1s cubic-bezier(0.52, 0.19, 0.41, 0.84),
        transform 0.1s cubic-bezier(0.52, 0.19, 0.41, 0.84),
        background 0.2s cubic-bezier(0.52, 0.19, 0.41, 0.84);
    margin: 0 16px 0 12px;
}

.hamburger_menu_bar:nth-of-type(2) {
    width: 24px;
    display: none;
}

.hamburger_menu_bar:nth-of-type(3) {
    width: 24px;
}

.mmenu_toggle.menu_is_active .hamburger_menu_bar:nth-of-type(1) {
    transform: translateY(4px) rotate(45deg);
    width: 24px;
    transition: margin 0.1s cubic-bezier(0.52, 0.19, 0.41, 0.84),
        width 0.1s cubic-bezier(0.52, 0.19, 0.41, 0.84),
        transform 0.1s 0.1s cubic-bezier(0.52, 0.19, 0.41, 0.84),
        background 0.2s cubic-bezier(0.52, 0.19, 0.41, 0.84);
    margin: 0 0 0 0;
    background: #fff;
}

.mmenu_toggle.menu_is_active .hamburger_menu_bar:nth-of-type(2) {
    transition: margin 0.1s cubic-bezier(0.52, 0.19, 0.41, 0.84),
        width 0.1s cubic-bezier(0.52, 0.19, 0.41, 0.84),
        transform 0.1s 0.1s cubic-bezier(0.52, 0.19, 0.41, 0.84),
        background 0.2s cubic-bezier(0.52, 0.19, 0.41, 0.84);
    opacity: 0;
    background: #fff;
}

.mmenu_toggle.menu_is_active .hamburger_menu_bar:nth-of-type(3) {
    transition: margin 0.1s cubic-bezier(0.52, 0.19, 0.41, 0.84),
        width 0.1s cubic-bezier(0.52, 0.19, 0.41, 0.84),
        transform 0.1s 0.1s cubic-bezier(0.52, 0.19, 0.41, 0.84),
        background 0.2s cubic-bezier(0.52, 0.19, 0.41, 0.84);
    transform: translateX(-6px) translateY(-4px) rotate(-45deg);
    width: 24px;
    background: #fff;
}

.menu_link {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 4em;
}

.menu_link ul {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    list-style-type: none;
    padding: 0;
    margin: 0 0 2em;
}

.menu_link ul li {
    flex-basis: 100%;
}

.menu_link li a,
.menu_link li a:visited {
    color: #fff;
    padding: 0;
    margin: 0 0;
    font-size: 4.5em;
    width: 100%;
    flex-basis: 100%;
    transition: all 0.2s;
    z-index: 56;
    line-height: 1.16;
    position: relative;
    text-transform: uppercase;
    font-variation-settings: "wght"904;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.menu_link a:after {
    content: "";
    display: block;
    /* width: 8px; */
    width: 0;
    /* height: calc(100% - 0px); */
    height: 4px;
    background: #ff3c3c;
    transition: all 0.2s cubic-bezier(0.52, 0.19, 0.41, 0.84);
    position: absolute;
    bottom: 0;
    /* top: 0; */
    /* opacity: 0; */
    left: 0;
}

.menu_link a:hover {
    transition: all 0.3s cubic-bezier(0.52, 0.19, 0.41, 0.84);
    /* background: linear-gradient(90deg, #00000045, #00000000) */
}

.menu_link a:hover::after {
    /* transition: all 0.2s cubic-bezier(0.52, 0.19, 0.41, 0.84); */
    transition: all 0.3s ease;
    opacity: 1;
    width: 120px;
}



.menu_link svg {
    fill: #ededef;
    width: 0.75em;
    margin: 0.25em 0.25em 0 0;
    padding: 0.25em;
    background-color: #342eff45;
    border-radius: 0;
    /* display: none; */
}

.sliding_menu_text {
    font-size: 0.25em;
    align-self: flex-start;
    letter-spacing: 0;
    border: 0;
    font-variation-settings: "wght"404;
    position: relative;
    text-transform: lowercase;
    top: 16px;
    /* border: 2px solid lightgreen; */
    margin: 0 0 0 4px;
}

.footer {
    width: 100%;
    background: #202633;
    padding: 4em;
    color: #fcfcfc;
}

.footer_content {
    max-width: 1920px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer_col_25 svg {
    fill: #ededff;
    width: 1em;
    height: 1em;
    transition: all 0.1s cubic-bezier(0.52, 0.19, 0.41, 0.84);
}

.footer_col_25 {
    flex-basis: calc(25% - 1em);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer_col_25:nth-of-type(1) {
    flex-grow: 2;
    flex-basis: calc(25% + 2em);
    padding: 0 4em 0 0;
}

.footer_col_25:nth-of-type(2),
.footer_col_25:nth-of-type(3),
.footer_col_25:nth-of-type(4) {
    flex-shrink: 2;
    flex-basis: calc(25% - 2em);
    padding-top: 2em;
}

.footer h2 {
    color: #fefeff;
    font-size: 2em;
    margin: .5em 0;
    line-height: 1;
    font-variation-settings: "wght"600;
}

.footer a,
.footer a:visited {
    color: #f0f0ff;
}

.footer_col_25 a:hover,
.footer_col_25 a:visited:hover {
    color: #3d58ff;
}

.footer_col_25 a:hover svg,
.footer_col_25 a:visited:hover svg {
    fill: #3d58ff;
}

.footer_col_25 a,
.footer_col_25 a:visited {
    flex-basis: 100%;
    /* text-transform: uppercase; */
    padding: 0.125em 0;
    font-size: 1.25em;
    transition: all 0.1s cubic-bezier(0.52, 0.19, 0.41, 0.84);
    display: flex;
    align-items: center;
    position: relative;
    font-variation-settings: "wght"600;
}

.footer_logo_container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.footer_logo svg {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.footer_logo svg {
    width: 32px;
    height: 32px;
    margin: 1em;
}


.footer_links a::after,
.footer_links a:visited::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    transition: all 0.3s cubic-bezier(0.52, 0.19, 0.41, 0.84);
    background: #ff5121;
}

.footer_links a:hover::after,
.footer_links a:hover:visited::after {
    background: #ff5121;
    width: 120px;
}

.footer_links svg {
    display: inline-flex;
    margin: 0 16px 0 0;
    width: 16px;
    height: 16px;
}

.icons_social {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: center;
}

.icon_social {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    padding: 0;
}

.icon_social a,
.icon_social a:visited {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    padding: 0;
}

.icon_social svg {
    fill: #ededff;
    width: 48px;
    height: 48px;
    padding: 16px;
    background: #232c40;
    transition: all 0.1s cubic-bezier(0.52, 0.19, 0.41, 0.84);
}

.icon_social:hover a svg {
    fill: #fefeff;
    transition: all 0.2s cubic-bezier(0.52, 0.19, 0.41, 0.84);
    background: #9dadff;
    background: #3d58ff;
}

.fade-in {
    transition: 0.35s cubic-bezier(0.52, 0.19, 0.41, 0.84);
}

.inView {
    opacity: 1;
}

.icon-browser {
    width: 64px;
    height: 64px;
    display: inline-flex;
    margin: 16px 16px 0 0;
    padding: 8px;
    background: #a4a4c3;
    background: #d9d9ed;
    background: #eeecff;
    background: #ededff;
    background: #ededff;
    text-align: left;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-browser img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    transition: all 0.2s;
}

.icon-browser svg {
    width: 56px;
    height: 56px;
    object-fit: contain;
    transition: all 0.2s;
}

.icon-browser a,
.icon-browser a:visited {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.icon-browser:hover {
    opacity: 0.6;
    transition: all 0.2s;
}

.barre-oblique {
    color: #ededff;
    margin: 0 0;
}

.works_images {
    display: flex;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
}

.textflex {
    flex-basis: 100%;
}

.imagework_1 {
    flex-basis: 50%;
    position: relative;
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.imagework_1 a,
.imagework_1 a:visited {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: flex-start;
    z-index: 1;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}


.works_images img {
    aspect-ratio: 16 / 10;
    /* aspect-ratio: 7 / 5; */
    object-fit: cover;
    padding: 0;
    margin: 0;
    /* transition: all 0.2s cubic-bezier(0.52, 0.19, 0.41, 0.84); */
}

.works_images_contrast_1 {
    filter: brightness(95%) contrast(110%);
}

.imagework_1 h3 {
    position: absolute;
    padding: .5em 1em;
    margin: 0;
    width: min-content;
    font-size: 2.5em;
    text-transform: uppercase;
    z-index: 1;
    /* opacity: 0; */
    line-height: 1.08;
    font-variation-settings: "wght"808;
    color: #fff;
    background: #252525;
}

.imagework_1:hover h3 {
    opacity: 1;
}

.imagework_1_column {
    flex-basis: 33.3333%;
}


.title_square_flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-basis: 100%;
    align-items: stretch;
    align-content: stretch;
    padding: 0;
    transition: all 0.3s cubic-bezier(0.52, 0.19, 0.41, 0.84);
}


.title_square_1 {
    padding: 1em 4em 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-basis: calc(100% - 0em);
    margin: 0;
    background: #146aff;
    background: #fff;
}

.title_square_2 {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-basis: calc(50% - 0em);
    background-attachment: fixed;
    margin: 0;
    background: #146aff;
    /* background: #401BF7; */
}

/* .title_square_1 h2 {
    color: #fff;
    color: #401BF7;
    text-transform: uppercase;
    text-align: center;
} */

.imageworks_flex {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    flex-basis: 100%;
    align-items: center;
    align-content: center;
    padding: 0;
    margin: 0 0 2em;
    transition: all 0.3s cubic-bezier(0.52, 0.19, 0.41, 0.84);
}

.imageworks_flex a,
.imageworks_flex a:visited {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    flex-basis: 100%;
    width: 100%;
    align-items: center;
    align-content: center;
    padding: 0;
    transition: all 0.3s cubic-bezier(0.52, 0.19, 0.41, 0.84);
}


.imagework_col_100_title h2 {
    color: #fff !important;
    text-transform: uppercase;
    position: relative;
    z-index: 150;
}

.imagework_col_100 {
    flex-basis: calc(100% - 0em);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2em;
}

.imagework_col_100 img {
    aspect-ratio: 16 / 6;
    object-fit: cover;
    width: 100% !important;
    display: block;
    width: 100%;
    filter: brightness(85%) contrast(110%);
    transition: all .3s ease;
}


.imageworks_flex:hover img {

    filter: brightness(35%) contrast(110%);
}

.imagework_col_100_title {
    position: absolute;
}

.imagework_col_60 {
    flex-basis: calc(66.6666% - 2em);
}

.imagework_col_50 {
    flex-basis: calc(50% - 2em);
}

.title_svg svg {
    display: inline-flex;
    width: 1em;
}

.imageworks_flex h2 {
    /* font-size: 4em; */
    padding: .5em 0;
    margin: 0;
}

.works_page_image_1 {
    padding: 0;
    border: 4px solid #fff;
    margin: 0 0;
    background: #edf1f6
}


/* .works_page_image_1:hover {
    box-shadow: 8px 8px 32px #00000035;
} */

.imageworks_col_30 {
    flex-basis: calc(33.3333% + 2em);
    display: flex;
    align-items: stretch;
    align-content: stretch;
    justify-content: flex-start;
    padding: 2em;
    background-color: #342eff;
    background-color: #fff;
}

.imageworks_col_30 h3 {
    padding: 0;
    margin: 0;
}

.imagework_col_60 img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.imagework_1 a::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #00000000;
    position: absolute;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}



.imagework_1 a:hover::after,
.imagework_1 a:visited:hover::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #0800ffb5;
    background-color: #0d0dffa5;
    background-color: #2739ffc8;
    position: absolute;
}

.svgimage {
    width: 24px;
    height: 24px;
    display: inline-block;
    align-items: center;
    margin: 4px 0 -6px 4px;
    filter: hue-rotate(-15deg) contrast(150%) brightness(95%);
}

/* animations   */


/* Classes pour l'animation fade-in on scroll */
.fade_in_element {
    opacity: 0.5;
    transition: all .8s cubic-bezier(.16, .59, .3, .97);
}

.fade_in_element.visible {
    opacity: 1;
    transform: translateY(0);
}

.fade_in_element_secondary {
    opacity: 0;
    transition: all .8s cubic-bezier(.16, .59, .3, .97);
}

.fade_in_element_secondary.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Classes pour l'animation fade-in on scroll */
.fade_in_element_up {
    opacity: 0.75;
    transform: translateY(48px);
    transition: all .8s cubic-bezier(.16, .59, .3, .97);
}

.fade_in_element_up.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Classes pour l'animation fade-in on scroll */
.fade_in_element_secondary_up {
    opacity: 0;
    transform: translateY(48px);
    transition: all .8s cubic-bezier(.16, .59, .3, .97);
}

.fade_in_element_secondary_up.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Classes pour l'animation fade-in on scroll */
.fade_in_up_delay_1 {
    opacity: 0;
    transform: translateY(48px);
    transition: all .8s .1s cubic-bezier(.16, .59, .3, .97);
}

.fade_in_up_delay_1.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Classes pour l'animation fade-in on scroll */
.fade_in_up_delay_2 {
    opacity: 0;
    transform: translateY(48px);
    transition: all .8s .2s cubic-bezier(.16, .59, .3, .97);
}

.fade_in_up_delay_2.visible {
    opacity: 1;
    transform: translateY(0);
}


@media (max-width: 1280px) {

    .header_works_hospitals {
        background-image: linear-gradient(90deg, #002657e0 0%, #00347c60 50%), url("/img/hospitals-1600px.jpg");
        background-size: cover;
        filter: contrast(125%);
    }

    .band_1, .band_2, .band_3, .band_4 {
        display:  none;
    }
    h1.works_title_hospitals {
        font-size: 6em;
        padding: .5em;
    }
}

@media (max-width: 1156px) {
    .topnav ul {
        width: calc(75% - 2em);
    }

    .perks_cards {
        flex-basis: calc(33.3333% - 1em);
        padding: 0 2em 2em;
    }

    .text_cards h3 {
        font-size: 2em;
    }

    h2 {
        font-size: 5em;
    }

    .cube_square span {
        font-size: 4em;
    }

    .imagework_col_100 {
        padding: 0;
    }

    .imageworks_flex {
        margin: 0 0 2em;
    }
    
    .text_works_icons svg {
        width: 24px;
        height: 24px;
    }
}


@media (max-width: 1024px) {
    .text_intro h2 {
        font-size: 3em;
    }

    .text_works_icons_col_10 {
        flex-basis: 12.5%;
    }

    .imagework_1 h3 {
        font-size: 2em;
    }

    .text_intro_2 {
        flex-basis: 50%;
    }

    h2 {
        font-size: 4em;
    }

    .perks_cards {
        flex-basis: calc(50% - 2em);
        padding: 0 2em 2em;
    }

    .cube_square span {
        font-size: 2em;
    }

    .text_cards span {
        font-size: 6em;
    }

    .text_cards_image img {
        width: 20%;
    }

    .text_cards_image h3 {
        font-size: 2.5em;
    }

    .footer_col_25 {
        flex-basis: calc(50% - 2em);
    }

    .footer_col_25:nth-of-type(2), .footer_col_25:nth-of-type(3), .footer_col_25:nth-of-type(4) {
        flex-basis: calc(50% - 2em);
        padding: 2em 1em;
    }

    .cube_square {
        flex-basis: calc(50% - 1em);
    }

    .hospitals_work_big {
        font-size: 6em;
    }

    .text_works h2 {
        font-size: 2.5em;
    }

    .text_works ul {
        font-size: 1.25em;
        padding: 0 2em;
    }

    .text_works h3 {
        font-size: 2em;
    }

    .text_works h4 {
        font-size: 1.125em;
    }
    .text_works_icons svg {
        width: 24px;
        height: 24px;
    }
    
}

@media (max-width: 768px) {

    
    .header_works_hospitals {
        background-image: linear-gradient(90deg, #002657e0 0%, #00347c60 100%), url("/img/hospitals-1600px.jpg");
        background-size: cover;
        filter: contrast(125%);
    }
    .topnav ul {
        width: calc(100% - 10em);
        font-size: .875em;
        margin: 1em 5em;
    }

    .text_works_icons svg {
        width: 20px;
        height: 20px;
    }
    .hospitals_work_big {
        font-size: 4em;
    }

    .topnav ul li a, .topnav ul li a:visited {
        padding: 1em;
    }

    .text_flex {
        padding: 1em;
    }

    .text_cards span {
        font-size: 4em;
        -webkit-text-stroke-width: 1px
    }

    .text_cards h3 {
        font-size: 1.5em;
    }

    .imagework_1 {
        flex-basis: 100%;
    }

    .text_intro_2 {
        flex-basis: 100%;
        max-width: 400px;
    }

    .test_intro_background {
        background-size: cover;
        justify-content: flex-start;
        padding: 2em;
    }

    .header_content {
        padding: 2em;
    }

    .intro_title_2 {
        width: 100%;
        padding: 1em;
    }

    .menu_link {
        padding: 2em;
    }

    .menu_link li a, .menu_link li a:visited {
        font-size: 2em;
        padding: .125em;
    }

    h1 {
        font-size: 10vw;
    }

    .header_content {
        padding: 1em;
    }


    .hospitals_work_big {
        font-size: 4em;
    }

    .text_works h2 {
        font-size: 2em;
    }

    .text_works ul {
        font-size: 1.125em;
        padding: 0 2em;
    }

    .text_works h3 {
        font-size: 1.5em;
    }

    .text_works {
        padding: 1em;
    }
    
    h1.works_title_hospitals {
        font-size: 4em;
        padding: .5em;
    }

    .slide_menu {
    transition: all 0.35s ease-out;
    }
}


@media (max-width: 560px) {

    
    .slide_menu {
    transition: all 0.3s ease-out;
    }
    .imagework_col_100 {
        padding: 0;
    }

    .hospitals_work_big {
        font-size: 2em;
    }

    .imageworks_flex {
        margin: 0 0 1em;
    }

    .imagework_col_100 img {
        aspect-ratio: 16 / 10;
    }

    .topnav ul {
        display: none;
    }

    .perks_cards {
        flex-basis: 100%;
    }

    .footer {
        padding: 1em;
    }

    .footer_col_25:nth-of-type(1), .footer_col_25:nth-of-type(2), .footer_col_25:nth-of-type(3), .footer_col_25:nth-of-type(4) {
        flex-basis: calc(100% - 0em);
        padding: 1em;
    }

    .cube_square {
        flex-basis: calc(100% - 0em);
    }

    h2 {
        font-size: 2em;
    }

    .text_intro h2 {
        font-size: 2em;
        position: relative;
        top: 0;
    }

    .test_intro_background {
        background-image: linear-gradient(45deg, #ededff, #ededff);
        padding: 1em;
    }

    .content {
        padding: 1em;
    }

    .imagework_1 h3 {
        font-size: 1.5em;
    }

    .cube_square {
        margin: 0 0 1em;
    }

    .button_content_1 a, .button_content_1 a:visited {
        font-size: 1.25em;
    }
    .text_works {
        padding: 0;
    }
.logo_hospitals_2 img {
    padding: .5em 0;
}
    .text_works_col_50  {
        flex-basis: 100%;
    }

   .text_works h2{
    font-size: 1.5em;
        margin: 3em 0 0;
    }

    
    .text_works_icons svg {
        width: 16px;
        height: 16px;
    }
    
    h1.works_title_hospitals {
        font-size: 2.5em;
        padding: .5em;
    }

    img.text_works_illustrations_1 {
        flex-basis: calc(50% - .5em);
    }

    .text_works_visit_website {
        padding: 1em;
    }
}