@font-face {
    font-family: "Open Sans";
    src: url("../fonts/open-sans/OpenSans-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/open-sans/OpenSans-Italic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/open-sans/OpenSans-SemiBold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/open-sans/OpenSans-Bold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/open-sans/OpenSans-ExtraBold.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body,
button,
input,
select,
textarea {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

html.njoy-theme-dark body {
    background: var(--njoy-navy);
    color: #e8e9f4;
}

.njoy-logo__image--dark {
    display: none;
}

html.njoy-theme-dark .njoy-logo__image--light {
    display: none;
}

html.njoy-theme-dark .njoy-logo__image--dark {
    display: block;
}

.njoy-container.njoy-prose {
    max-width: var(--njoy-container);
    width: min(var(--njoy-container), calc(100% - 40px));
}

.njoy-button,
.njoy-topbar__cta {
    transition: background-color .22s ease, color .22s ease, border-radius .22s ease, box-shadow .22s ease, transform .22s ease, filter .22s ease;
}

.njoy-button:hover,
.njoy-topbar__cta:hover {
    background: #14162f;
    border-radius: 28px;
    box-shadow: 0 14px 28px rgba(20, 22, 47, .18);
    color: #fff;
    filter: none;
    transform: translateY(-1px);
}

.njoy-topbar__cta:hover {
    padding-inline: 28px;
}

.njoy-whatsapp-chip {
    align-items: center;
    gap: 7px;
}

.njoy-whatsapp-chip img {
    height: 20px;
    width: 20px;
}

.njoy-primary-nav {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: center;
    position: relative;
}

.njoy-primary-nav > ul {
    flex: 1;
}

.njoy-theme-dark .njoy-primary-nav a:hover {
    background: #0d0f26;
    color: #f3f4ff;
}

.njoy-language-switcher {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.njoy-language-switcher__button {
    align-items: center;
    background: #fff;
    border: 1px solid var(--njoy-line);
    border-radius: 999px;
    color: #56565c;
    display: inline-flex;
    gap: 7px;
    font-weight: 900;
    height: 42px;
    justify-content: center;
    min-width: 42px;
    padding: 0 10px;
}

.njoy-language-switcher__button::after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid currentColor;
    content: "";
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}

.njoy-language-switcher__button img,
.njoy-language-switcher__list img {
    height: 22px;
    width: 22px;
}

.njoy-language-switcher__list {
    background: #fff;
    border: 1px solid var(--njoy-line);
    border-radius: 8px;
    box-shadow: var(--njoy-shadow);
    display: grid !important;
    gap: 2px;
    list-style: none;
    margin: 0;
    padding: 6px;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    width: 190px;
}

.njoy-language-switcher__list[hidden] {
    display: none !important;
}

.njoy-language-switcher__list li {
    display: block;
}

.njoy-language-switcher__list a {
    align-items: center;
    border-radius: 6px;
    display: flex !important;
    font-size: .86rem !important;
    gap: 10px;
    justify-content: flex-start;
    padding: 10px 12px !important;
    text-transform: none !important;
}

.njoy-language-switcher__list a:hover {
    background: #f4f4f6;
}

.njoy-language-switcher__list a span {
    flex: 1;
}

.njoy-language-switcher__list a[aria-current="true"] {
    background: #f4f4f6;
}

.njoy-language-switcher__list small {
    color: #7c7c84;
    font-size: .74rem;
}

.njoy-theme-icon,
.njoy-menu-toggle__icon,
.njoy-contact-card__icon,
.njoy-small-resource__icon,
.njoy-share-button__icon {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
}

.njoy-theme-icon img,
.njoy-menu-toggle__icon img,
.njoy-contact-card__icon img,
.njoy-small-resource__icon img,
.njoy-share-button__icon img {
    grid-area: 1 / 1;
}

.njoy-theme-icon__dark,
.njoy-menu-toggle__icon__dark,
.njoy-contact-card__icon__dark,
.njoy-small-resource__icon__dark,
.njoy-share-button__icon__dark {
    display: none;
}

.njoy-theme-dark .njoy-theme-icon__light,
.njoy-theme-dark .njoy-menu-toggle__icon__light,
.njoy-theme-dark .njoy-contact-card__icon__light,
.njoy-theme-dark .njoy-small-resource__icon__light,
.njoy-theme-dark .njoy-share-button__icon__light {
    display: none;
}

.njoy-theme-dark .njoy-theme-icon__dark,
.njoy-theme-dark .njoy-menu-toggle__icon__dark,
.njoy-theme-dark .njoy-contact-card__icon__dark,
.njoy-theme-dark .njoy-small-resource__icon__dark,
.njoy-theme-dark .njoy-share-button__icon__dark {
    display: block;
}

.njoy-theme-dark .njoy-language-switcher__button,
.njoy-theme-dark .njoy-language-switcher__list {
    background: #15162f;
    border-color: #282b4d;
    color: #f3f4ff;
}

.njoy-theme-dark .njoy-language-switcher__list a[aria-current="true"] {
    background: #202345;
}

.njoy-theme-dark .njoy-language-switcher__list a:hover {
    background: #1d2040;
}

.njoy-theme-switcher-wrap {
    display: flex;
    justify-content: center;
    padding: 0 0 28px;
}

.njoy-theme-switcher {
    align-items: center;
    background: #273140;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    color: #f6f7fb;
    display: inline-flex;
    font-weight: 800;
    gap: 12px;
    min-height: 46px;
    padding: 6px 16px;
}

.njoy-theme-switcher__icon {
    background: #fff;
    border-radius: 999px;
    display: grid;
    height: 30px;
    place-items: center;
    width: 30px;
}

.njoy-theme-switcher__icon img {
    height: 18px;
    width: 18px;
}

.njoy-theme-dark .njoy-theme-switcher {
    background: #f5f6f8;
    color: #15162f;
}

.njoy-theme-dark .njoy-theme-switcher__icon--moon {
    background: #15162f;
}

.njoy-contact .njoy-container {
    max-width: var(--njoy-container);
}

.njoy-contact__layout {
    gap: 64px;
    grid-template-columns: minmax(0, 1.12fr) minmax(320px, 520px);
    overflow: hidden;
    width: 100%;
}

.njoy-contact__cards,
.njoy-contact-card {
    min-width: 0;
    width: 100%;
}

.njoy-contact-card span {
    overflow-wrap: anywhere;
}

.njoy-action-card__icon {
    display: grid;
    flex: 0 0 40px;
    height: 40px;
    place-items: center;
    width: 40px;
}

.njoy-action-card__icon img {
    grid-area: 1 / 1;
}

.njoy-action-card__icon-dark {
    display: none;
}

.njoy-theme-dark .njoy-action-card__icon-light {
    display: none;
}

.njoy-theme-dark .njoy-action-card__icon-dark {
    display: block;
}

.njoy-divider-action a {
    background: #15162f;
    color: #fff;
    transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.njoy-divider-action a:hover {
    background: #202345;
    color: #fff;
}

.njoy-theme-dark .njoy-divider-action a {
    background: #202345;
    color: #fff;
}

.njoy-theme-dark .njoy-divider-action a:hover {
    background: #2b2f59;
    color: #fff;
}

.njoy-theme-dark .njoy-answer-first {
    background: #11142f;
    border-left-color: var(--njoy-orange);
    color: #e8e9f4;
}

.njoy-theme-dark .njoy-answer-first strong {
    color: #fff;
}

.njoy-theme-dark .njoy-form label {
    color: #e8e9f4;
}

.njoy-theme-dark .njoy-form input,
.njoy-theme-dark .njoy-form select,
.njoy-theme-dark .njoy-form textarea {
    background: #101229;
    border-color: #303354;
    color: #f4f5ff;
}

.njoy-theme-dark .njoy-form input::placeholder,
.njoy-theme-dark .njoy-form textarea::placeholder {
    color: #aeb2cc;
}

.njoy-theme-dark .njoy-upload-card {
    background: #11142f;
    border-color: #303354;
    color: #f4f5ff;
}

.njoy-theme-dark .njoy-upload-card__preview {
    background: #0b0d24;
    border-color: #3a3e62;
}

.njoy-theme-dark .njoy-consent {
    color: #b8bdd5;
}

.njoy-theme-dark .njoy-resource-tools input,
.njoy-theme-dark .njoy-resource-tools select {
    background: #101229;
    border-color: #303354;
    color: #f4f5ff;
}

.njoy-theme-dark .njoy-resources__grid .njoy-resource-card {
    background: #11142f;
    border-color: #303354;
    color: #dfe2f5;
}

.njoy-theme-dark .njoy-resource-card strong {
    color: #f4f5ff;
}

.njoy-theme-dark .njoy-resource-card__type,
.njoy-theme-dark .njoy-resource-card p {
    color: #b8bdd5;
}

.njoy-page-hero {
    padding: 28px 0 40px;
}

.njoy-page-hero__inner {
    align-items: center;
    background-position: center;
    background-size: cover;
    display: flex;
    min-height: 300px;
    overflow: hidden;
}

.njoy-page-hero__content {
    max-width: 1060px;
    padding: 56px 68px;
}

.njoy-page-hero h1 {
    color: #fff;
    font-size: clamp(2.3rem, 5.2vw, 5rem);
    line-height: 1.04;
    margin-bottom: 12px;
}

.njoy-page-hero p {
    color: #fff;
    font-size: clamp(1.05rem, 2.5vw, 2rem);
    line-height: 1.25;
    margin: 0;
}

.njoy-gallery__button {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    padding: 0;
    width: 100%;
}

.njoy-gallery__button img {
    transition: transform .24s ease;
}

.njoy-gallery__button:hover img {
    transform: scale(1.035);
}

.njoy-upload-card__preview.has-preview {
    border-style: solid;
    overflow: hidden;
}

.njoy-upload-card__preview.has-preview img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.njoy-lightbox[hidden] {
    display: none;
}

.njoy-lightbox {
    display: grid;
    inset: 0;
    padding: 24px;
    place-items: center;
    position: fixed;
    z-index: 9999;
}

.njoy-lightbox-open body {
    overflow: hidden;
}

.njoy-lightbox__backdrop {
    background: rgba(8, 10, 24, .86);
    border: 0;
    inset: 0;
    position: absolute;
}

.njoy-lightbox__dialog {
    max-height: calc(100vh - 48px);
    max-width: min(1120px, calc(100vw - 48px));
    position: relative;
    width: auto;
    z-index: 1;
}

.njoy-lightbox__dialog img {
    background: #111;
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .45);
    max-height: calc(100vh - 48px);
    max-width: 100%;
    object-fit: contain;
    width: auto;
}

.njoy-lightbox__close {
    align-items: center;
    background: #fff;
    border: 0;
    border-radius: 999px;
    color: #111;
    display: flex;
    font-size: 1.8rem;
    height: 44px;
    justify-content: center;
    line-height: 1;
    position: absolute;
    right: -14px;
    top: -14px;
    width: 44px;
    z-index: 2;
}

.njoy-chat-panel {
    background: #fff;
    border: 1px solid var(--njoy-line);
    border-radius: 12px;
    bottom: 78px;
    box-shadow: 0 18px 46px rgba(12, 18, 38, .22);
    overflow: hidden;
    position: absolute;
    right: 0;
    width: min(360px, calc(100vw - 28px));
}

.njoy-chat-panel__header {
    align-items: center;
    background: #1d2431;
    color: #fff;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    padding: 14px 16px;
}

.njoy-chat-panel__header button {
    background: rgba(255, 255, 255, .12);
    border: 0;
    border-radius: 999px;
    color: #fff;
    font-size: 1.3rem;
    height: 32px;
    line-height: 1;
    width: 32px;
}

.njoy-chat-panel__messages {
    background: #f6f7f8;
    max-height: 260px;
    overflow: auto;
    padding: 16px;
}

.njoy-chat-message {
    background: #fff;
    border-radius: 12px;
    color: #303038;
    margin: 0 0 10px;
    max-width: 85%;
    padding: 10px 12px;
}

.njoy-chat-message--user {
    background: #25d366;
    color: #07140c;
    margin-left: auto;
}

.njoy-chat-panel__form {
    background: #fff;
    display: grid;
    gap: 10px;
    padding: 12px;
}

.njoy-chat-panel__form textarea {
    border: 1px solid var(--njoy-line);
    border-radius: 8px;
    padding: 10px;
    resize: vertical;
    width: 100%;
}

.njoy-chat-panel__form button {
    background: var(--njoy-orange);
    border: 0;
    border-radius: 8px;
    font-weight: 900;
    min-height: 42px;
}

.njoy-theme-dark .njoy-chat-panel {
    background: #15162f;
    border-color: #282b4d;
}

.njoy-theme-dark .njoy-chat-panel__messages,
.njoy-theme-dark .njoy-chat-panel__form {
    background: #11122c;
}

.njoy-theme-dark .njoy-chat-message--support {
    background: #202345;
    color: #fff;
}

.njoy-menu-drawer-close {
    display: none;
}

html.njoy-mobile-menu-open,
html.njoy-mobile-menu-open body {
    overflow: hidden;
}

.njoy-mobile-sticky-cta__whatsapp img {
        flex: 0 0 auto;
        height: 35px;
        margin-left: 0;
        width: 25px;
 }
 
 .njoy-mobile-sticky-cta a {
        border-radius: 18px;
        font-weight: 900;
        min-height: 30px;
        text-decoration: none;
        width: fit-content;
    	padding: 0 20px 0 0;
    }

@media (max-width: 900px) {
    .njoy-container.njoy-prose {
        width: min(var(--njoy-container), calc(100% - 28px));
    }

    .njoy-menu-toggle {
        z-index: 20;
    }

    .njoy-primary-nav {
        align-items: stretch;
        background: #fff;
        border: 1px solid var(--njoy-line);
        border-radius: 26px 26px 0 0;
        bottom: 0;
        box-shadow: 0 -22px 58px rgba(12, 18, 38, .28);
        display: block !important;
        height: 90vh;
        height: 90dvh;
        left: 0;
        margin: 0;
        opacity: 0;
        overflow-y: auto;
        padding: 74px 20px calc(34px + env(safe-area-inset-bottom));
        pointer-events: none;
        position: fixed;
        right: 0;
        top: auto;
        transform: translateY(104%);
        transition: transform .28s ease, opacity .2s ease, visibility .2s ease;
        visibility: hidden;
        width: 100%;
        z-index: 240;
    }

    .njoy-menu-drawer-close {
        align-items: center;
        background: transparent;
        border: 0;
        border-radius: 999px;
        display: flex;
        height: 44px;
        justify-content: center;
        padding: 0;
        position: absolute;
        right: 18px;
        top: 18px;
        width: 44px;
    }

    .njoy-menu-drawer-close__icon {
        display: grid;
        place-items: center;
    }

    .njoy-menu-drawer-close__icon img {
        grid-area: 1 / 1;
        height: 28px;
        width: 28px;
    }

    .njoy-menu-drawer-close__icon-dark {
        display: none;
    }

    .njoy-theme-dark .njoy-menu-drawer-close__icon-light {
        display: none;
    }

    .njoy-theme-dark .njoy-menu-drawer-close__icon-dark {
        display: block;
    }

    .njoy-primary-nav.is-open {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
        visibility: visible;
    }

    .njoy-theme-dark .njoy-primary-nav {
        background: #11122c;
        border-color: #282b4d;
        box-shadow: 0 -22px 58px rgba(0, 0, 0, .48);
    }

    .njoy-primary-nav > ul,
    .njoy-primary-nav ul {
        display: grid;
        gap: 8px;
        width: 100%;
    }

    .njoy-primary-nav li {
        display: block;
    }

    .njoy-primary-nav a {
        align-items: center;
        border: 1px solid var(--njoy-line);
        border-radius: 14px;
        display: flex;
        font-size: 1rem;
        justify-content: center;
        min-height: 54px;
        padding: 14px 18px;
        text-align: center;
    }

    .njoy-theme-dark .njoy-primary-nav a {
        border-color: #282b4d;
        background: #15162f;
    }

    .njoy-language-switcher {
        margin: 18px 0 0;
        position: relative;
        right: auto;
        top: auto;
        transform: none;
    }

    .njoy-language-switcher__button {
        border-radius: 14px;
        min-height: 54px;
        width: 100%;
    }

    .njoy-language-switcher__list {
        display: grid !important;
        gap: 8px;
        margin-top: 8px;
        position: static;
        width: 100%;
    }

    .njoy-language-switcher__list[hidden] {
        display: none !important;
    }

    .njoy-contact__layout {
        gap: 28px;
        grid-template-columns: 1fr;
    }

    .njoy-page-hero {
        padding: 16px 0 28px;
    }

    .njoy-page-hero__inner {
        min-height: 220px;
    }

    .njoy-page-hero__content {
        padding: 34px 24px;
    }

    .njoy-lightbox {
        padding: 16px;
    }

    .njoy-lightbox__dialog,
    .njoy-lightbox__dialog img {
        max-height: calc(100vh - 32px);
        max-width: calc(100vw - 32px);
    }

    .njoy-lightbox__close {
        right: 8px;
        top: 8px;
    }

    .njoy-floating-actions {
        bottom: 122px;
        right: 16px;
    }

    .njoy-chat-panel {
        bottom: 68px;
    }

    .njoy-mobile-sticky-cta {
        align-items: center;
        background: #3b4656;
        border-radius: 22px;
        bottom: 18px;
        box-shadow: 0 18px 38px rgba(16, 23, 38, .28);
        display: grid;
        gap: 18px;
        grid-template-columns: minmax(0, 1fr) minmax(132px, 42%);
        left: 50%;
        padding: 11px 22px;
        right: auto;
        transform: translateX(-50%);
        width: min(92vw, 640px);
        z-index: 10;
    }
    
    a.njoy-mobile-sticky-cta__start {
        justify-self: end;
        padding:0 10px !important
    }

    .njoy-mobile-sticky-cta__whatsapp {
        align-items: center;
        background: #202938 !important;
        color: #fff !important;
        display: flex !important;
        font-size: 1.2rem;
        font-weight: 400 !important;
        gap: 10px;
        overflow: hidden;
        padding:0;
    }

    .njoy-mobile-sticky-cta__whatsapp span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .njoy-mobile-sticky-cta__start {
        align-items: center;
        background: var(--njoy-orange) !important;
        color: #050505 !important;
        display: flex !important;
        font-size: 1.18rem;
        justify-content: center;
        padding: 0 18px;
    }

    .njoy-site-footer {
        padding-bottom: 118px;
    }
}

@media (max-width: 560px) {
    .njoy-mobile-sticky-cta {
        border-radius: 18px;
        gap: 12px;
        padding: 14px 16px;
        width: 92vw;
    }

    .njoy-mobile-sticky-cta__whatsapp {
        font-size: .98rem;
        gap: 10px;
    }


    .njoy-mobile-sticky-cta__start {
        font-size: 1rem;
    }

    .njoy-chat-panel {
        right: -2px;
        width: calc(100vw - 28px);
    }
}