/* ======================================================
   POPPINS FONT FAMILY
====================================================== */

@font-face {
    font-family: "Poppins";
    src: url("/assets/fonts/poppins/Poppins-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("/assets/fonts/poppins/Poppins-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("/assets/fonts/poppins/Poppins-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("/assets/fonts/poppins/Poppins-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("/assets/fonts/poppins/Poppins-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}


/* ======================================================
   ENGLISH TYPOGRAPHY
====================================================== */

html,
body {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
}

[lang="en"] {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
}


/* English footer */
.site-footer__legal,
.site-footer__copyright,
.site-footer__credit,
.site-footer__credit a {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 700;
}

.editorial-container { width: min(100% - (2 * var(--container-gutter)), var(--container-max)); margin-inline: auto; }
.site-header { position: relative; z-index: var(--z-header); }
.utility-bar { min-height: 1.7rem; background: #161616; color: #fff; font-size: .9675rem; }
.utility-bar__inner { display: flex; min-height: 1.7rem; align-items: center; justify-content: space-between; gap: clamp(.5rem, 1.5vw, 1rem); direction: ltr; }
.utility-bar__left, .utility-bar__right { display: flex; min-width: 0; align-items: center; }
.utility-bar__left { flex: 1 1 auto; gap: .8rem; }
.utility-bar__right { flex: 0 1 auto; justify-content: flex-end; direction: rtl; font-family: var(--font-arabic-body); }
.utility-bar__social { display: flex; height: 100%; align-items: center; }
.utility-bar__social a { display: inline-flex; width: 1.8rem; min-height: 1.7rem; align-items: center; justify-content: center; border-inline-end: 1px solid #393939; color: white; font: 700 .68rem/1 var(--font-ui); text-decoration: none; }
.utility-bar__social svg { width: .8rem; height: .8rem; fill: currentColor; }
.utility-bar__social a:hover, .utility-bar__social a:focus-visible { background: var(--public-red); }
.utility-bar time { color: #eee; font-family: var(--font-ui); font-size: .78rem; white-space: nowrap; }
.utility-bar__links { display: flex; align-items: center; justify-content: flex-end; gap: 1.15rem; direction: rtl; font-family: var(--font-arabic-body); }
.utility-bar__links a { text-decoration: none; white-space: nowrap; transition: color 200ms ease; }
.utility-bar__links a:hover, .utility-bar__links a:focus-visible { color: var(--public-red); }

@media (max-width: 64rem) {
    .utility-bar__links {
        display: none;
    }

    .utility-bar__inner {
        justify-content: flex-start;
    }

    .utility-bar__left {
        gap: .45rem;
    }

    .utility-bar__social a {
        width: 1.5rem;
    }

    .utility-bar time {
        font-size: clamp(.65rem, 2.6vw, .73rem);
        font-variant-numeric: tabular-nums;
    }
}
.masthead { position: relative; width: 100%; overflow: hidden; background: #d82220; color: var(--public-white); isolation: isolate; }
.masthead::after { position: absolute; inset: auto 0 0; z-index: -1; height: 1px; background: rgb(255 255 255 / .2); content: ""; pointer-events: none; }
.masthead__inner { display: grid; grid-template-columns: 3rem minmax(0, 1fr) 3rem; min-height: var(--appearance-header-height, 6.5rem); padding-inline: var(--appearance-header-spacing, 1rem); align-items: center; }
.brand { display: inline-flex; grid-column: 2; align-items: center; justify-self: center; color: var(--public-white); text-decoration: none; }
.brand__logo { width: 14.8rem; height: auto; filter: drop-shadow(0 2px 4px rgb(52 4 7 / .22)); }
.masthead-action { grid-column: 1; width: 2.75rem; height: 2.75rem; border: 1px solid rgb(255 255 255 / .38); border-radius: 50%; background: rgb(82 5 9 / .12); color: white; align-items: center; justify-content: center; }
.masthead-action { display: none; cursor: pointer; }
.masthead__balance { grid-column: 3; width: 2.75rem; height: 2.75rem; }
.menu-icon { display: grid; gap: 4px; width: 1.1rem; }
.menu-icon span { display: block; height: 2px; border-radius: 1px; background: currentColor; }
.primary-navigation { min-height: 2.5rem; border-bottom: 1px solid #dedede; background: var(--public-white); }
.primary-navigation__list { display: flex; min-height: 2.5rem; margin: 0; padding: 0; align-items: stretch; justify-content: center; gap: clamp(.7rem, 1.7vw, 1.4rem); list-style: none; white-space: nowrap; }
.navigation-item { position: relative; display: flex; align-items: stretch; }
.primary-navigation a, .navigation-more summary { position: relative; display: flex; min-height: 2.5rem; padding: 0; align-items: center; border: 0; color: #171717; cursor: pointer; font-size: 1.3975rem; font-weight: 700; text-decoration: none; }
.primary-navigation a::after, .navigation-more summary::before { position: absolute; inset-inline: 0; inset-block-end: .25rem; height: 2px; background: var(--public-red); content: ""; opacity: 0; transform: scaleX(.35); transition: opacity 140ms ease, transform 140ms ease; }
.primary-navigation a:hover, .primary-navigation a:focus-visible, .primary-navigation a[aria-current="page"], .navigation-more summary:hover, .navigation-more summary:focus-visible { color: var(--public-red-dark); }
.primary-navigation a:hover::after, .primary-navigation a:focus-visible::after, .primary-navigation a[aria-current="page"]::after, .navigation-more summary:hover::before, .navigation-more summary:focus-visible::before { opacity: 1; transform: scaleX(1); }
.navigation-more summary { list-style: none; }
.navigation-more summary::-webkit-details-marker { display: none; }
.navigation-more summary::after { margin-inline-start: .4rem; content: "\2304"; font-size: .9555rem; }
.navigation-submenu { position: absolute; inset-block-start: 100%; inset-inline-start: 0; z-index: 5; display: none; min-width: 13rem; margin: 0; padding: .4rem; border-top: 3px solid var(--public-red); background: white; box-shadow: var(--shadow-soft); list-style: none; }
.navigation-item:hover > .navigation-submenu, .navigation-item:focus-within > .navigation-submenu, .navigation-more details[open] .navigation-submenu { display: block; }
.navigation-submenu a { min-height: 2.65rem; padding-inline: .8rem; border-bottom: 1px solid var(--public-border); }
.navigation-search { margin-inline-start: -.2rem; }
.navigation-search button { position: relative; display: inline-grid; width: 2.35rem; min-height: 2.5rem; padding: 0; place-items: center; border: 0; background: transparent; color: #171717; cursor: pointer; }
.navigation-search button::after { position: absolute; inset-inline: .15rem; inset-block-end: .25rem; height: 2px; background: var(--public-red); content: ""; opacity: 0; transform: scaleX(.35); transition: opacity 140ms ease, transform 140ms ease; }
.navigation-search button svg { width: 1.15rem; height: 1.15rem; }
.navigation-search button:hover, .navigation-search button:focus-visible { color: var(--public-red-dark); }
.navigation-search button:hover::after, .navigation-search button:focus-visible::after { opacity: 1; transform: scaleX(1); }
.header-search { max-height: 0; overflow: hidden; border-bottom: 0 solid #dedede; background: var(--public-white); opacity: 0; transition: max-height 180ms ease, opacity 160ms ease, border-color 160ms ease; }
.header-search.is-open { max-height: 5rem; border-bottom-width: 1px; opacity: 1; }
.header-search__inner { display: flex; min-height: 4.2rem; align-items: center; justify-content: center; gap: .55rem; direction: rtl; }
.header-search input { width: min(100%, 35rem); min-width: 0; height: 2.55rem; padding: .45rem .8rem; border: 1px solid #cfcfcf; border-radius: .3rem; background: #fff; color: #1d1d1d; font-family: var(--font-arabic-body); font-size: 1rem; font-weight: 600; }
.header-search input:focus { outline: 2px solid rgb(215 25 32 / .28); outline-offset: 1px; border-color: var(--public-red); }
.header-search__submit, .header-search__close { display: inline-flex; height: 2.55rem; align-items: center; justify-content: center; border: 0; border-radius: .3rem; cursor: pointer; }
.header-search__submit { gap: .35rem; padding-inline: .8rem; background: var(--public-red); color: #fff; font-family: var(--font-arabic-body); font-size: 1rem; font-weight: 700; }
.header-search__submit svg { width: 1rem; height: 1rem; }
.header-search__submit:hover, .header-search__submit:focus-visible { background: var(--public-red-dark); }
.header-search__close { width: 2.55rem; background: transparent; color: #2f2f2f; font-family: var(--font-ui); font-size: 2rem; font-weight: 400; line-height: 1; }
.header-search__close:hover, .header-search__close:focus-visible { color: var(--public-red-dark); background: #f5f5f5; }
/* ======================================================
   HEADER DESIGN — PUBLISHED APPEARANCE CONTROLS
====================================================== */

.site-header.is-header-sticky {
    position: sticky;
    top: 0;
    z-index: calc(var(--z-menu) - 1);
}

.site-header.is-header-compact .masthead__inner {
    min-height: 5.25rem;
}

.site-header.header-design--logo-start .brand {
    justify-self: start;
}

.site-header.header-design--logo-end .brand {
    grid-column: 3;
    justify-self: end;
}

.site-header.header-design--logo-display-compact .brand__logo {
    width: 11.5rem;
}

.site-header.header-design--nav-start .primary-navigation__list {
    justify-content: flex-start;
}

.site-header.header-design--nav-end .primary-navigation__list {
    justify-content: flex-end;
}

.site-header.header-design--nav-presentation-compact .primary-navigation__list {
    gap: clamp(.45rem, 1vw, .8rem);
}

.site-header.header-design--nav-presentation-compact .primary-navigation a,
.site-header.header-design--nav-presentation-compact .navigation-more summary {
    min-height: 2.2rem;
    font-size: 1.15rem;
}

.site-header.header-design--background-white .masthead {
    background: var(--public-white);
    color: var(--public-ink);
}

.site-header.header-design--background-white .masthead-action {
    border-color: #cfcfcf;
    background: #f5f5f5;
    color: var(--public-ink);
}

.site-header.header-design--background-ink .masthead {
    background: var(--public-ink);
}

.site-header.has-no-header-divider .masthead::after,
.site-header.has-no-header-divider .primary-navigation {
    border-bottom: 0;
}

.site-header.header-design--approved_split .masthead__inner {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: clamp(.75rem, 2vw, 2rem);
}

.site-header.header-design--approved_split .brand {
    grid-column: 1;
    justify-self: start;
}

.site-header.header-design--approved_split .masthead__split-navigation {
    grid-column: 2;
    min-width: 0;
}

.site-header.header-design--approved_split .masthead__split-navigation .primary-navigation {
    min-height: 0;
    border: 0;
    background: transparent;
}

.site-header.header-design--approved_split .masthead__split-navigation .editorial-container {
    width: 100%;
    margin: 0;
}

.site-header.header-design--approved_split .masthead__split-navigation .primary-navigation__list {
    min-height: 0;
}

.site-header.header-design--approved_split .masthead__split-navigation .primary-navigation a,
.site-header.header-design--approved_split .masthead__split-navigation .navigation-more summary,
.site-header.header-design--approved_split .masthead__split-navigation .navigation-search button {
    min-height: 3rem;
    color: var(--public-white);
}

.site-header.header-design--approved_split.header-design--background-white .masthead__split-navigation .primary-navigation a,
.site-header.header-design--approved_split.header-design--background-white .masthead__split-navigation .navigation-more summary,
.site-header.header-design--approved_split.header-design--background-white .masthead__split-navigation .navigation-search button {
    color: var(--public-ink);
}

.site-header.header-design--approved_split.header-design--logo-center .brand {
    grid-column: 2;
    justify-self: center;
}

.site-header.header-design--approved_split.header-design--logo-center .masthead__split-navigation {
    grid-column: 1;
}

.site-header.header-design--approved_split.header-design--logo-end .brand {
    grid-column: 3;
    justify-self: end;
}

.site-header.header-design--approved_split.header-design--logo-end .masthead__split-navigation {
    grid-column: 2;
}

.site-header.header-design--mobile-menu-overlay .mobile-menu__panel {
    width: 100%;
    border-inline: 0;
    border-radius: 0;
}
.site-main { flex: 1 0 auto; min-height: 0; padding-block: clamp(1.25rem, 3vw, 2.5rem); }
.shell-preview { max-width: 52rem; padding-block: clamp(2rem, 6vw, 5rem); }
.shell-preview p { max-width: 44rem; }

/* ======================================================
   HEADER — TABLET / MOBILE
====================================================== */

@media (max-width: 40rem) {

    .masthead {
        overflow: visible;
    }

    .primary-navigation {
        display: none;
    }

    .masthead__inner {
        position: relative;

        grid-template-columns: 3rem minmax(0, 1fr) 3rem;

        min-height: 5rem;

        padding-block: .25rem;

        width: min(
            100% - (2 * var(--container-gutter)),
            var(--container-max)
        );

        max-width: 100%;
    }

    .masthead-action {
        display: inline-flex;
        position: relative;
        z-index: 2;
    }

    .brand {
        position: static;
        grid-column: 2;
        justify-self: center;
        width: min(11.5rem, 52vw);
        min-width: 0;
        transform: none;
    }

    .brand__logo {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .site-header.header-design--logo-start .brand,
    .site-header.header-design--logo-end .brand,
    .site-header.header-design--approved_split .brand {
        position: static;
        grid-column: 2;
        justify-self: center;
        inset: auto;
        transform: none;
    }

    .site-header.header-design--approved_split .masthead__split-navigation {
        display: none;
    }

    .masthead__balance {
        display: block;
        width: 2.75rem;
        height: 2.75rem;
    }

    .masthead-search-toggle {
        grid-column: 3;
    }

    .masthead-search-toggle svg {
        width: 1.2rem;
        height: 1.2rem;
    }

    .header-search.is-open {
        max-height: 6.5rem;
    }

    .header-search__inner {
        min-height: 4.4rem;
    }
}

@media (max-width: 28rem) {
    .header-search__inner { gap: .4rem; }
    .header-search__submit { width: 2.55rem; padding: 0; }
    .header-search__submit span { display: none; }
}

/* ======================================================
   MASHAAAL DIGITAL — COMPACT FOOTER
====================================================== */

.site-footer,
.site-footer *,
.site-footer *::before,
.site-footer *::after {
    box-sizing: border-box;
}

.site-footer {
    position: relative;
    width: 100%;
    max-width: 100%;
    flex-shrink: 0;
    margin: 0;
    border-block-start: 3px solid #d82220;
    border-radius: 0 !important;
    background: #101925;
    color: #d9e0e8;
    overflow: hidden;
    isolation: isolate;
}


/* ======================================================
   WORLD MAP + LOGO
====================================================== */

.site-footer__top {
    position: relative;
    display: flex;
    width: 100%;
    height: 8.5rem;
    align-items: center;
    justify-content: center;

    background:
        linear-gradient(
            rgb(16 25 37 / .88),
            rgb(16 25 37 / .88)
        ),
        url("/assets/images/footer/world-map.svg");

    background-repeat: no-repeat;
    background-position: center 53%;
    background-size: 40rem auto;
}

.site-footer__top-inner {
    display: flex;
    width: min(
        100% - (2 * var(--container-gutter)),
        var(--container-max)
    );
    height: 100%;
    margin-inline: auto;
    align-items: center;
    justify-content: center;
}

.site-footer__brand {
    position: static;
    z-index: 10;

    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.site-footer__logo {
    display: block;
    width: 6.5rem;
    max-width: 100%;
    height: auto;
}


/* ======================================================
   NAVIGATION STRIP
====================================================== */

.site-footer__navigation {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 100%;

    border-block:
        1px solid rgb(255 255 255 / .07);

    background:
        rgb(255 255 255 / .045);

    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.site-footer__navigation .editorial-container {
    position: relative;
    width: min(
        100% - (2 * var(--container-gutter)),
        var(--container-max)
    );
    max-width: 100%;
    margin-inline: auto;
}

.footer-navigation {
    width: 100%;
    max-width: 100%;
}

.footer-navigation ul {
    display: flex;
    width: 100%;
    max-width: 100%;
    min-height: 3.1rem;

    margin: 0;
    padding: 0 4.25rem;

    align-items: center;
    justify-content: center;
    flex-wrap: wrap;

    gap: .2rem 2.2rem;

    list-style: none;

    direction: rtl;
}

.site-footer__newsletter {
    border-block-end: 1px solid rgb(255 255 255 / .07);
    background: rgb(255 255 255 / .025);
}

.site-footer__newsletter .editorial-container {
    display: flex;
    width: min(100% - (2 * var(--container-gutter)), var(--container-max));
    margin-inline: auto;
    padding-block: 1.25rem;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    gap: .5rem;
    font-family: var(--font-english);
    direction: ltr;
    text-align: center;
}

.site-footer__newsletter-copy h2,
.site-footer__newsletter-copy p {
    margin: 0;
}

.site-footer__newsletter-copy h2 {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
}

.site-footer__newsletter-copy p {
    margin-block-start: .25rem;
    color: #aeb9c7;
    font-size: .85rem;
    font-weight: 400;
}

.site-footer__newsletter-form {
    display: flex;
    width: min(100%, 24rem);
    gap: .5rem;
    margin-block-start: .25rem;
    direction: ltr;
    justify-content: center;
}

.site-footer__newsletter-feedback { margin-block-start: .2rem; color: #fff; font-size: .85rem; font-weight: 400; }
.site-footer__newsletter-feedback span { display: block; margin-block-start: .25rem; }
.site-footer__newsletter-feedback--error { color: #ffb4b2; }
.site-footer__newsletter-feedback--success { color: #a9e6bd; }

.site-footer__newsletter-form input,
.site-footer__newsletter-form button {
    min-height: 2.6rem;
    border: 1px solid rgb(255 255 255 / .15);
    border-radius: .2rem;
    font: inherit;
}

.newsletter-result {
    max-width: 42rem;
    margin: 3rem auto;
    padding: 3rem 2rem;
    border-block-start: 3px solid #d82220;
    background: #fff;
    text-align: center;
    box-shadow: 0 1rem 2.5rem rgb(16 25 37 / .08);
}

.newsletter-result__eyebrow {
    margin: 0 0 .5rem;
    color: #d82220;
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.newsletter-result h1,
.newsletter-result p {
    margin-block: 0 1rem;
}

.newsletter-result h1 {
    color: #101925;
    direction: ltr;
    text-align: left;
    font-family: var(--font-english);
}

.newsletter-result a {
    display: inline-block;
    margin-block-start: .5rem;
    padding: .7rem 1.1rem;
    background: #d82220;
    color: #fff;
}

.site-footer__newsletter-form input {
    min-width: 0;
    flex: 1;
    padding-inline: .8rem;
    background: #fff;
    color: #101925;
}

.site-footer__newsletter-form button {
    padding-inline: 1rem;
    background: #d82220;
    color: #fff;
    cursor: pointer;
    font-family: var(--font-english);
}

@media (max-width: 640px) {
    .site-footer__newsletter .editorial-container,
    .site-footer__newsletter-form {
        width: 100%;
        margin-block-start: 0;
    }

    .site-footer__newsletter-form {
        align-items: stretch;
        flex-direction: column;
    }
}

.footer-navigation li {
    min-width: 0;
    margin: 0;
    padding: 0;
}

.footer-navigation a {
    position: relative;

    display: inline-flex;

    min-height: 3.1rem;

    align-items: center;

    color: #fff;

    font-size: 1.05rem;
    font-weight: 700;

    text-decoration: none;
    white-space: nowrap;

    transition:
        color 180ms ease,
        transform 180ms ease;
}

.footer-navigation a::after {
    position: absolute;

    inset-inline: 0;
    inset-block-end: .4rem;

    height: 2px;

    border-radius: 2px;

    background: #d82220;

    content: "";

    opacity: 0;

    transform: scaleX(.3);

    transition:
        opacity 180ms ease,
        transform 180ms ease;
}

.footer-navigation a:hover,
.footer-navigation a:focus-visible {
    color: #ff5b58;
    transform: translateY(-1px);
}

.footer-navigation a:hover::after,
.footer-navigation a:focus-visible::after {
    opacity: 1;
    transform: scaleX(1);
}


/* ======================================================
   COPYRIGHT
====================================================== */

.site-footer__legal {
    position: relative;
    z-index: 2;

    display: flex;

    width: min(
        100% - (2 * var(--container-gutter)),
        var(--container-max)
    );

    max-width: 100%;
    min-height: 4rem;

    margin-inline: auto;
    padding: .8rem .75rem;

    align-items: center;
    justify-content: center;
    flex-wrap: wrap;

    gap: .25rem .4rem;

    color: #d7dee7;

    font-family: "Poppins", Arial, Helvetica, sans-serif !important;
    font-size: .68rem;
    font-weight: 700;
    line-height: 1.5;

    text-align: center;
}

.site-footer__copyright,
.site-footer__credit {
    max-width: 100%;
    unicode-bidi: isolate;
    white-space: normal;
    overflow-wrap: anywhere;

    font-family: "Poppins", Arial, Helvetica, sans-serif !important;
    font-size: inherit;
    font-weight: 400;
}

.site-footer__copyright strong {
    color: #fff;
    font-weight: 700;
}

.site-footer .site-footer__legal .site-footer__copyright a {
    color: inherit;
    font-weight: 600;
    text-decoration: none;
}

.site-footer .site-footer__legal .site-footer__copyright a:hover {
    color: #d82220;
    text-decoration: none;
}

.site-footer .site-footer__legal .site-footer__copyright a:focus-visible {
    outline: 2px solid #ff5b58;
    outline-offset: 3px;
    border-radius: 2px;
    color: #d82220;
    text-decoration: none;
}

.site-footer__copyright::after {
    display: none;
}

.site-footer__credit {
    color: #aeb9c5;
}

.site-footer__credit a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    transition: color 180ms ease;
    max-width: 100%;
    unicode-bidi: isolate;
    white-space: normal;
    overflow-wrap: anywhere;

        font-family: "Poppins", Arial, Helvetica, sans-serif !important;
    font-size: inherit;
    font-weight: 700;
}


.site-footer__credit a:hover,
.site-footer__credit a:focus-visible {
    color: #ff5b58;
}



/* ======================================================
   BACK TO TOP
====================================================== */

.footer-back-to-top {
    position: absolute;

    top: 68.3%;
    right: .75rem;
    left: auto;

    z-index: 5;

    display: inline-flex;

    width: 3rem;
    height: 3rem;

    padding: 0;

    align-items: center;
    justify-content: center;

    border:
        1px solid rgb(255 255 255 / .1);

    border-radius: 5px;

    background: #0b1119;
    color: #fff;

    cursor: pointer;

    transform: translateY(-50%);

    transition:
        background-color 180ms ease,
        border-color 180ms ease,
        transform 180ms ease;
}

.footer-back-to-top:hover,
.footer-back-to-top:focus-visible {
    border-color: #d82220;
    background: #d82220;

    transform:
        translateY(-50%)
        translateY(-2px);
}

.footer-back-to-top svg {
    width: 1.45rem;
    height: 1.45rem;

    fill: none;

    stroke: currentColor;

    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3;
}


/* ======================================================
   TABLET
====================================================== */

@media (max-width: 48rem) {

    .site-footer__top {
        height: 8.5rem;
        background-position: center;
         background-position-y: 53%;
        background-size: 40rem auto;
    }

    .site-footer__logo {
        width: 6.5rem;
    }

    .footer-navigation ul {
        min-height: 3.1rem;

        padding-block: .35rem;
        padding-inline-start: .75rem;
        padding-inline-end: 4.25rem;

        gap: .1rem 1.15rem;
    }

    .footer-navigation a {
        min-height: 2.5rem;
        font-size: 1rem;
    }

    .site-footer__legal {
        width: calc(100% - 1.5rem);
        max-width: 100%;

        min-height: 4rem;

        padding: .75rem .5rem;

        justify-content: center;

        font-size: .72rem;
    }

    .site-footer__copyright::after {
        margin-inline: .3rem;
    }

    .footer-back-to-top {
        top: 68.3%;
        right: .75rem;
        left: auto;

        width: 3rem;
        height: 3rem;
    }
}


/* ======================================================
   MOBILE
====================================================== */

@media (max-width: 32rem) {

    .site-footer__top {
        height: 8.5rem;

        background-position: center;
        background-size: 44rem auto;
    }

    .site-footer__logo {
        width: 6.5rem;
    }

    .footer-navigation ul {
        min-height: 3.1rem;

        padding-block: .45rem;
        padding-inline-start: .5rem;
        padding-inline-end: 3.85rem;

        gap: .05rem .8rem;
    }

    .footer-navigation a {
        min-height: 2.2rem;

        font-size: .92rem;
    }

    .site-footer__legal {
        width: calc(100% - 1rem);
        max-width: 100%;

        min-height: 4.5rem;

        padding: .7rem .25rem;

        flex-direction: column;

        gap: .1rem;

        font-size: .67rem;
        line-height: 1.5;
    }

    .site-footer__copyright::after {
        display: none;
    }

    .footer-back-to-top {
        top: 68.3%;

        right: .5rem;
        left: auto;

        width: 2.75rem;
        height: 2.75rem;
    }

    .footer-back-to-top svg {
        width: 1.3rem;
        height: 1.3rem;
    }
}


/* ======================================================
   VERY SMALL MOBILE
====================================================== */

@media (max-width: 24rem) {

    .footer-navigation ul {
        padding-inline-start: .35rem;
        padding-inline-end: 3.5rem;

        gap: .05rem .6rem;
    }

    .footer-navigation a {
        font-size: .86rem;
    }

    .site-footer__legal {
        font-size: .64rem;
    }
}


/* ======================================================
   REDUCED MOTION
====================================================== */

@media (prefers-reduced-motion: reduce) {

    .footer-navigation a,
    .footer-navigation a::after,
    .footer-back-to-top {
        transition: none;
    }
}

.mobile-menu { position: fixed; inset: 0; z-index: var(--z-menu); }
.mobile-menu__overlay { position: absolute; inset: 0; width: 100%; border: 0; background: rgb(5 12 20 / .76); opacity: 0; cursor: pointer; transition: opacity 190ms ease; }
.mobile-menu__panel { position: absolute; inset-block: 0; inset-inline-start: 0; width: min(88vw, 24rem); padding: 0 var(--space-5) var(--space-5); border-inline-end: 3px solid var(--public-red); background: linear-gradient(165deg, #101f30, #08131f 70%); color: #f7fafc; box-shadow: 15px 0 45px rgb(0 0 0 / .3); overflow-y: auto; transform: translateX(105%); transition: transform 200ms ease; }
[dir="ltr"] .mobile-menu__panel { inset-inline-start: 0; inset-inline-end: auto; border-inline: 0 3px solid var(--public-red); box-shadow: 15px 0 45px rgb(0 0 0 / .3); transform: translateX(-105%); }
.mobile-menu.is-open .mobile-menu__overlay { opacity: 1; }
.mobile-menu.is-open .mobile-menu__panel { transform: translateX(0); }
.mobile-menu__heading { display: flex; min-height: 6rem; align-items: center; justify-content: space-between; gap: var(--space-4); border-bottom: 1px solid rgb(255 255 255 / .14); }
.mobile-menu__brand { display: inline-flex; padding: .25rem .5rem; background: transparent; }
.mobile-menu__brand img { width: 9.5rem; height: auto; }
.mobile-menu__close { width: 2.75rem; height: 2.75rem; border: 1px solid rgb(255 255 255 / .2); border-radius: 50%; background: rgb(255 255 255 / .05); color: white; font-size: 1.9875rem; line-height: 1; cursor: pointer; }
.mobile-menu__list, .mobile-menu__list ul { margin: var(--space-4) 0 0; padding: 0; list-style: none; }
.mobile-menu__list ul { margin-block-start: 0; }
.mobile-menu__list > li { opacity: 0; transform: translateY(.3rem); transition: opacity 180ms ease, transform 180ms ease; }
.mobile-menu.is-open .mobile-menu__list > li { opacity: 1; transform: none; }
.mobile-menu.is-open .mobile-menu__list > li:nth-child(2) { transition-delay: 25ms; }
.mobile-menu.is-open .mobile-menu__list > li:nth-child(3) { transition-delay: 50ms; }
.mobile-menu.is-open .mobile-menu__list > li:nth-child(4) { transition-delay: 75ms; }
.mobile-menu__list a, .mobile-menu__list summary { display: flex; min-height: 3.25rem; padding-inline: .25rem; align-items: center; justify-content: space-between; border-bottom: 1px solid rgb(255 255 255 / .1); color: #f4f7fa; cursor: pointer; font-size: 1.5175rem; font-weight: 500; text-decoration: none; list-style: none; }
.mobile-menu__list summary::-webkit-details-marker { display: none; }
.mobile-menu__list summary::after { content: "+"; color: #e5595e; }
.mobile-menu__list details[open] summary::after { content: "\2212"; }
.mobile-menu__list ul a { min-height: 2.85rem; padding-inline-start: 1rem; color: #cbd5df; font-size: 1.3875rem; }
.mobile-menu__list a[aria-current="page"] { color: #ff7479; }
.mobile-menu__chevron { color: #d94b51; font-size: 1.5375rem; }
[dir="ltr"] .mobile-menu__chevron { transform: scaleX(-1); }
.mobile-menu__language { margin-block: var(--space-5) 0; padding-block-start: var(--space-3); border-top: 2px solid var(--public-red); color: #9eacba; font-family: var(--font-ui); font-size: .9475rem; letter-spacing: .08em; text-transform: uppercase; }

/* Footer copyright link only */
.site-footer__credit a,
.site-footer__credit a:visited {
    color: inherit;
    text-decoration: none;
}


.site-footer__credit a:hover,
.site-footer__credit a:hover *,
.site-footer__credit a:focus-visible,
.site-footer__credit a:focus-visible * {
    color: #d82220 !important;
    text-decoration: none !important;
}


.site-footer__credit a:focus-visible {
    outline: 2px solid #d82220;
    outline-offset: 3px;
    border-radius: 2px;
}


.site-footer .site-footer__legal .site-footer__copyright a:hover,
.site-footer .site-footer__legal .site-footer__copyright a:hover strong,
.site-footer .site-footer__legal .site-footer__copyright a:focus-visible,
.site-footer .site-footer__legal .site-footer__copyright a:focus-visible strong {
    color: #d82220 !important;
    text-decoration: none !important;
}


/* Newsletter English typography */
.site-footer__newsletter,
.site-footer__newsletter h2,
.site-footer__newsletter p,
.site-footer__newsletter input,
.site-footer__newsletter button {
    font-family: var(--font-english) !important;
}

.site-footer__newsletter h2 {
    font-weight: 700;
}

.site-footer__newsletter p {
    font-weight: 400;
}

.site-footer__newsletter input {
    direction: ltr;
    text-align: left;
}
