/* Surgical modernization additions. The original visual system remains in main.css. */
.skip-link {
    position: fixed;
    top: 8px;
    left: 8px;
    z-index: 10000;
    padding: 8px 12px;
    background: #fff;
    color: #000;
    transform: translateY(-150%);
}

.skip-link:focus {
    transform: translateY(0);
}

#masthead {
    background: #242d32 url(../img/bg_wc.webp) no-repeat center;
    background-size: cover;
}

.header-container .logo {
    width: min(360px, calc(100% - 32px));
}

.header-container .logo2 img {
    display: block;
    width: 100%;
    height: auto;
}

.fader-frame {
    pointer-events: none;
    z-index: 2;
}

.fader .flexslider1 .slides {
    height: 463px;
    overflow: hidden;
}

.flex-control-paging li button {
    width: 13px;
    height: 13px;
    display: block;
    background: #485762;
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 20px;
    transition: all 300ms ease-in-out;
}

.fader .flex-control-paging li button:hover {
    background: #5a6c79;
}

.fader .flex-control-paging li button.flex-active,
.quote .flex-control-paging li button.flex-active {
    background: #0ca2d9;
    cursor: default;
}

.cookie-banner {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    box-sizing: border-box;
    width: 100%;
    padding: 16px;
    background: #f8f8f8;
    color: #222;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.cookie-banner p {
    max-width: 760px;
    margin: 0 auto 12px;
}

.cookie-banner-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.cookie-banner button {
    min-width: 96px;
    border: 0;
    border-radius: 3px;
    padding: 9px 16px;
    background: #303337;
    color: #fff;
    cursor: pointer;
    font: inherit;
}

.cookie-banner button:hover,
.cookie-banner button:focus-visible {
    background: #0ca2d9;
}

.language-selector-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-container .language-selector-container {
    margin-top: 4px;
}

.footer-container footer h5 {
    margin: 14px 0 0;
}

.language-selector {
    width: 130px;
    max-width: calc(100vw - 32px);
    padding: 3px 26px 3px 8px;
    color: #303337;
    background-color: #fff;
    border: 1px solid #cbd6db;
    border-radius: 7px;
    font: 13px/1.3 'robotoregular', Arial, sans-serif;
    cursor: pointer;
}

.language-selector:focus {
    outline: 3px solid rgba(12, 162, 217, .35);
    outline-offset: 2px;
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.support-page,
.support-page #wrap,
.support-contact {
    background: #eff2f7;
}

.support-contact {
    padding: 36px 16px 24px;
}

.support-contact-inner {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.support-contact-title {
    max-width: 540px;
    margin: 0 auto 20px;
    color: #3c4858;
    font-family: 'ralewaylight', Arial, sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.4;
}

.brevo-support-form {
    display: block;
    width: 100%;
    max-width: 540px;
    height: 1100px;
    margin: 0 auto;
    border: 0;
    background: #eff2f7;
    overflow: hidden;
}

.support-page .footer-container .lipup::before,
.support-page .footer-container .lipup::after {
    background: #eff2f7;
}

@media only screen and (max-width: 960px) {
    .fader {
        height: 753px;
        width: 364px;
        margin: -376px auto 0 -182px;
        background: none;
    }

    .fader-frame {
        height: 753px;
        width: 364px;
        margin: -376px auto 0 -182px;
        background: url(../img/iphone-frame.svg) no-repeat center / contain;
    }

    .fader .flexslider1 {
        box-sizing: border-box;
        width: 335px;
        height: 730px;
        top: 12px;
        left: 15px;
        margin: 0;
        padding: 0;
        border-radius: 52px;
        overflow: visible;
    }

    .fader .flexslider1 .slides {
        height: 100%;
        border-radius: 52px;
        overflow: hidden;
    }

    .fader .flexslider1 .slides li {
        height: 100%;
    }

    .fader .flexslider1 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top center;
    }

    .flexslider1 .flex-control-nav {
        bottom: -52px;
        z-index: 3;
    }
}

@media only screen and (max-width: 768px) {
    .brevo-support-form {
        height: 1200px;
    }

    .fader-frame {
        margin-top: -753px;
    }
}

@media only screen and (max-width: 480px) {
    .header-container .logo {
        width: min(280px, calc(100% - 32px));
    }

    .support-contact {
        padding-right: 0;
        padding-left: 0;
    }

    .brevo-support-form {
        height: 1250px;
    }

    .cookie-banner-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .cookie-banner button {
        width: 100%;
    }

    .fader {
        width: 300px;
        height: 621px;
        margin: -360px auto 0 -150px;
    }

    .fader-frame {
        width: 300px;
        height: 621px;
        margin: -637px auto 0 -150px;
        background-size: contain;
    }

    .fader .flexslider1 {
        width: 276px;
        height: 604px;
        top: 15px;
        left: 12px;
        border-radius: 43px;
    }

    .fader .flexslider1 .slides {
        border-radius: 43px;
    }

    .flexslider1 .flex-control-nav {
        bottom: -48px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}
