.p-0 {
    padding: 0 !important;
}

.d-none {
    display: none !important;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
button,
a {
    margin: 0;
    padding: 0;
}

.format-tag-a {
    text-decoration: none;
    color: #fff;
}

    .format-tag-a:hover {
        text-decoration-line: underline;
    }

.highlight-cyan strong {
    color: var(--color-primary-cyan);
    font-weight: 500;
}

.highlight-red strong {
    color: red;
    font-weight: 600;
}

.highlight-red p {
    line-height: var(--font-h1-line-height);
}

.font-weight-h2 strong {
    font-weight: var(--font-h2-weight) !important;
}

/* Mobile First */
:root {
    /*================ BACKGROUND ================ */
    --color-bg-white: #FFFFFF;
    --color-bg-primary: #0047BA;
    --color-bg-gradient: linear-gradient(90deg, #0047BA 0%, #0047BA 100%);
    --color-bg-error-light: #FFF2F4;
    /*================ BRAND (PRIMARY) ================*/
    --color-primary-blue: #0047BA;
    --color-primary-cyan: #00BEB4;
    --color-primary-red: #EC1E24;
    /*================ BRAND (SECONDARY) ================*/
    --color-secondary-mint: #93EDDC;
    /*================ STOKE================*/
    --color-stroke-blue: rgba(0, 71, 186, 0.25);
    --color-stroke-red: rgba(236, 30, 36, 0.25);
    --color-stroke-white: rgba(255, 255, 255, 0.3);
    /*================ DISABLED ================*/
    --color-disabled-blue: rgba(0, 71, 186, 0.5);
    --color-disabled-white: rgba(255, 255, 255, 0.5);
    /* ================ TYPOGRAPHY ================ */
    /* ===== Font Family ===== */
    --font-family: 'Lexend Deca', sans-serif;
    /* ===== Display / Headings ===== */
    --font-display-size: 48px;
    --font-display-weight: 500;
    /* Medium */
    --font-display-line-height: 60px;
    --font-h1-size: 40px;
    --font-h1-weight: 500;
    /* Medium */
    --font-h1-line-height: 50px;
    --font-h2-size: 30px;
    --font-h2-weight: 500;
    /* Medium */
    --font-h2-line-height: 38px;
    --font-h3-size: 24px;
    --font-h3-weight: 500;
    /* Medium */
    --font-h3-line-height: 30px;
    --font-h4-size: 18px;
    --font-h4-weight: 500;
    /* Medium */
    --font-h4-line-height: 22px;
    --font-h5-size: 16px;
    --font-h5-weight: 500;
    /* Medium */
    --font-h5-line-height: 22px;
    /* ===== Body Text ===== */
    --font-body-lg-size: 18px;
    --font-body-lg-weight: 400;
    /* Regular */
    --font-body-lg-line-height: 22px;
    --font-body-md-size: 15px;
    --font-body-md-weight: 400;
    /* Regular */
    --font-body-md-line-height: 19px;
    --font-body-sm-size: 14px;
    --font-body-sm-weight: 400;
    /* Regular */
    --font-body-sm-line-height: 18px;
    /* ===== Button & Label ===== */
    --font-button-size: 12px;
    --font-button-weight: 500;
    /* Medium */
    --font-button-line-height: 22px;
    --font-label-size: 10px;
    --font-label-weight: 400;
    /* Regular */
    --font-label-line-height: 13px;
    /* ===== Numbers ===== */
    --font-number-size: 20px;
    --font-number-weight: 500;
    /* Medium */
    --font-number-line-height: 25px;
    --font-number-selected-size: 20px;
    --font-number-selected-weight: 500;
    /* Medium */
    --font-number-selected-line-height: 25px;
}

@media only screen and (min-width: 1280px) {
    :root {
        /* ===== Display / Headings ===== */
        --font-display-size: 80px;
        --font-display-weight: 500;
        /* Medium */
        --font-display-line-height: 100px;
        --font-h1-size: 48px;
        --font-h1-weight: 500;
        /* Medium */
        --font-h1-line-height: 60px;
        --font-h2-size: 28px;
        --font-h2-weight: 500;
        /* Medium */
        --font-h2-line-height: 35px;
        --font-h3-size: 24px;
        --font-h3-weight: 500;
        /* Medium */
        --font-h3-line-height: 30px;
        --font-h4-size: 22px;
        --font-h4-weight: 500;
        /* Medium */
        --font-h4-line-height: 22px;
        --font-h5-size: 18px;
        --font-h5-weight: 500;
        /* Medium */
        --font-h5-line-height: 22px;
        /* ===== Body Text ===== */
        --font-body-lg-size: 18px;
        --font-body-lg-weight: 400;
        /* Regular */
        --font-body-lg-line-height: 22px;
        --font-body-md-size: 16px;
        --font-body-md-weight: 400;
        /* Regular */
        --font-body-md-line-height: 20px;
        --font-body-sm-size: 14px;
        --font-body-sm-weight: 400;
        /* Regular */
        --font-body-sm-line-height: 18px;
        /* ===== Button & Label ===== */
        --font-button-size: 12px;
        --font-button-weight: 500;
        /* Medium */
        --font-button-line-height: 22px;
        --font-label-size: 12px;
        --font-label-weight: 400;
        /* Regular */
        --font-label-line-height: 15px;
        /* ===== Numbers ===== */
        --font-number-size: 20px;
        --font-number-weight: 500;
        /* Medium */
        --font-number-line-height: 25px;
        --font-number-selected-size: 20px;
        --font-number-selected-weight: 500;
        /* Medium */
        --font-number-selected-line-height: 25px;
        /*================ DISABLED ================*/
        --color-disabled-blue: rgba(0, 71, 186, 0.5);
        --color-disabled-white: rgba(255, 255, 255, 0.5);
    }
}

/* Base button */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 24px;
    font-family: var(--font-family);
    font-size: var(--font-button-size);
    font-weight: var(--font-button-weight);
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    border: 1px solid transparent;
}

/* ----- Variants ----- */
.btn--primary {
    background: none;
    color: var(--color-bg-primary);
    border-color: var(--color-bg-primary);
}

    .btn--primary:hover {
        background: var(--color-bg-primary);
        border-color: var(--color-bg-primary);
        color: var(--color-bg-white);
    }

    .btn--primary:disabled {
        background: none;
        color: var(--color-bg-primary);
        border-color: var(--color-bg-primary);
        opacity: 0.5;
        cursor: not-allowed;
    }

/* Secondary */
.btn--secondary {
    background: #0047BA;
    color: var(--color-bg-white);
    border: var(--color-bg-white);
}

    .btn--secondary:hover {
        background: #0047BA;
        color: #fff;
    }

    .btn--secondary:disabled {
        background: var(--color-bg-white);
        border-color: var(--color-bg-white);
        color: var(--color-bg-white);
        cursor: not-allowed;
        opacity: 0.5;
    }

/* Link button */
.btn--link {
    background: none;
    color: var(--color-bg-primary);
    ;
    border: none;
    padding: 0;
}

    .btn--link:hover {
        text-decoration: none;
    }

    .btn--link:disabled {
        background: none;
        color: var(--color-bg-primary);
        ;
        border: none;
        padding: 0;
        cursor: not-allowed;
        opacity: 0.5;
    }

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
}

/* #region Header */
/* Mobile (default) */
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 0 16px; */
    z-index: 100;
    background: transparent;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s ease, background-color 0.5s ease;
}

    .header.sticky {
        position: fixed;
        background-color: var(--color-bg-primary);
        transform: translateY(0);
        opacity: 1;
    }

    .header.hide {
        opacity: 0;
        transform: translateY(-100%);
        background-color: transparent;
        pointer-events: none;
    }

.header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

/* Logo */
.header__logo img {
    height: 24px;
    width: 100px;
    display: block;
}

/* Ẩn menu mặc định trên mobile */
.header__menu {
    display: none;
}

/* Actions: search, lang, menu toggle */
.header__actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header__menu-toggle {
    display: block;
    background: none;
    border: none;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}

.header__icon {
    color: var(--color-bg-white);
}

.header__language {
    position: relative;
}

/* Khung popup */
.header__language-menu {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 44px;
    width: 253px;
    height: 186px;
    background: #fff;
    border: 1px solid var(--color-disabled-blue);
    border-radius: 2px;
    opacity: 0;
    transform: translateY(-120%);
    pointer-events: none;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Bên trong có padding */
.header__language-menu-content {
    width: 237px;
    height: 170px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* Khi mở */
.header__language-menu.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
    z-index: 999;
}

    .overlay.show {
        opacity: 1;
        pointer-events: auto;
    }

/* Header trong popup */
.header__language-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 54px;
    width: 100%;
    height: 60px;
    padding: 0 16px;
    font-family: var(--font-family);
    font-size: var(--font-body-sm-size);
    font-weight: var(--font-body-lg-weight);
    line-height: var(--font-body-lg-line-height);
    color: var(--color-bg-primary);
}

    .header__language-header button {
        background: none;
        border: none;
        cursor: pointer;
        color: var(--color-primary-blue);
        font-size: 20px;
        display: flex;
        align-items: center;
    }

/* Danh sách */
.header__language-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.header__language-item a {
    width: 100%;
    height: 100%;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--color-primary-blue);
}

.header__language-item:hover a {
    color: var(--color-bg-white);
}

/* Item */
.header__language-item {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
    cursor: pointer;
    font-family: var(--font-family);
    font-size: var(--font-body-sm-size);
    font-weight: var(--font-body-lg-weight);
    line-height: var(--font-body-lg-line-height);
    color: var(--color-bg-primary);
    border-bottom: 1px solid var(--color-disabled-blue);
    transition: background 0.25s, color 0.25s;
}

    .header__language-item:last-child {
        border-bottom: 2px solid #c9d7f5;
    }

    /* Hover */
    .header__language-item:hover {
        background: var(--color-bg-primary);
        color: #fff;
    }

/* Active */
.header__language-item--active {
    background: #0147BA1A;
    border-top: 1px solid var(--color-disabled-blue);
    border-bottom: 1px solid var(--color-disabled-blue);
    color: var(--color-primary-blue);
}

.header__menu-toggle {
    transform: scaleX(-1);
}

.header__nav-header {
    background-color: var(--color-bg-primary);
    padding: 24px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.header__nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    transform: translateY(-100%);
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.3s ease;
    z-index: 1000;
}

    .header__nav.active {
        transform: translateY(0);
        opacity: 1;
    }

/* Button đóng */
.header__close {
    align-self: flex-end;
    background: none;
    color: var(--color-bg-white);
    border: none;
    font-size: 32px;
    cursor: pointer;
}

/* Menu items dạng cột */
.header__menu {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0px;
    padding: 0 16px;
}

.header__menu-link {
    font-size: var(--font-body-lg-size);
    font-family: var(--font-family);
    font-weight: var(--font-body-lg-weight);
    line-height: var(--font-body-lg-line-height);
    color: var(--color-bg-primary);
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--color-bg-primary);
    padding: 31px 0;
}

/* Toggle button chỉ hiện mobile */
.header__toggle {
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
}


/* #endregion */



/* #region Footer */
.footer {
    width: 100%;
    height: auto;
    background: var(--color-bg-primary);
    color: #fff;
    padding: 21px 0 40px;
    font-family: var(--font-family);
}

.footer__container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 0px;
    flex-direction: column;
}

/* Left */
.footer__left {
    flex: 1;
}

.footer__title {
    font-size: var(--font-h2-size);
    font-weight: var(--font-h2-weight);
    line-height: var(--font-h2-line-height);
    margin: 19px 0 28px;
    max-width: 200px;
}

.footer__title-highlight {
    color: red;
}

.footer__actions {
    display: flex;
    gap: 12px;
    margin-bottom: 0px;
    flex-direction: column;
    align-items: flex-start;
}

/*.footer__social-link:last-of-type img {
  width: 23px;
  height: 28px;
}*/

.footer__button {
    width: auto;
    border: 1px solid #fff;
    display: inline-flex;
    align-items: center;
    color: #fff;
    gap: 8px;
    padding: 15px 20px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: var(--font-button-size);
    font-weight: var(--font-button-weight);
    line-height: var(--font-button-line-height);
}

    .footer__button:hover {
        background: #fff;
        color: #0052cc;
    }

.footer__social {
    display: flex;
    font-size: 28px;
    gap: 14px;
    align-items: center;
    margin-bottom: 15px;
}

.footer__social-link {
    color: #fff;
    font-size: 22px;
    transition: opacity 0.3s ease;
    width: 23px;
}

    .footer__social-link:hover {
        opacity: 0.7;
    }

.footer__copy {
    font-size: var(--font-h5-size);
    font-weight: var(--font-h5-weight);
    line-height: var(--font-h5-line-height);
    margin-top: 16px;
    max-width: 200px;
}

/* Right */
.footer__right {
    flex: 1;
    padding: 16px 0 32px;
}

.footer__accordion {
    border-bottom: 1px solid var(--color-stroke-white);
    padding: 22px 0;
}

.footer__accordion-header {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    text-transform: uppercase;
    padding: 0;
}

    .footer__accordion-header span {
        white-space: nowrap;
        min-width: 120px;
        font-size: var(--font-body-md-size);
        font-weight: var(--font-body-md-weight);
        line-height: var(--font-body-md-line-height);
    }

.footer__accordion-content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    flex: 1;
    opacity: 0;
}

    .footer__accordion-content p {
        max-width: 298px;
        margin: 0;
        font-size: var(--font-body-md-size);
        font-weight: var(--font-body-md-weight);
        line-height: var(--font-body-md-line-height);
    }

    .footer__accordion-content.active {
        max-height: 500px;
        opacity: 1;
    }

.footer__accordion-toggle {
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}

    .footer__accordion-toggle iconify-icon {
        color: #fff;
    }

/* #endregion */

.back-to-top {
    position: fixed;
    bottom: 10%;
    right: 1%;
    width: 40px;
    height: 40px;
    border: none;
    background: var(--color-bg-primary);
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    z-index: 999;
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
    .container {
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 32px;
        box-sizing: border-box;
    }

    .footer__title {
        max-width: 700px;
    }
}

@media only screen and (min-width: 1279px) {
    .container {
        max-width: 1440px;
        margin: 0 auto;
        padding: 0 48px;
        box-sizing: border-box;
    }

    /* .header__container {
    max-width: 100%;
    padding: 0 48px;
  } */
    .footer__container {
        max-width: 1440px;
        padding: 0 48px;
    }

    /* #region Header */
    .header {
        height: 108px;
    }

    .header__container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .header__nav-header {
        display: none;
    }

    /* Logo */
    .header__logo img {
        height: 37px;
        width: 153px;
        display: block;
    }

    /* Navigation */
    .header__menu-link {
        display: flex;
        text-decoration: none;
        font-family: var(--font-family);
        font-size: var(--font-body-lg-size);
        font-weight: var(--font-body-lg-weight);
        color: #fff;
        transition: 0.2s;
        line-height: var(--font-body-lg-line-height);
    }

        .header__menu-link:hover {
            text-decoration: underline;
            text-underline-offset: 1.5px;
        }

    .header__menu-link--active {
        text-underline-offset: 1.5px;
        text-decoration: underline;
    }

    .header__toggle,
    .header__close {
        display: none;
    }

    .header__nav {
        position: static;
        height: auto;
        background: transparent;
        flex-direction: row;
        padding: 0;
        width: auto;
        right: auto;
        opacity: 1;
        justify-content: center;
        align-items: center;
        transform: none;
    }

    .header__menu {
        flex-direction: row;
        gap: 28px;
        margin-top: 0;
    }


    .header__menu-link {
        border: none;
        padding: 0;
        color: #fff;
    }

        .header__menu-link svg {
            display: none;
        }

    /* Actions */
    .header__actions {
        display: flex;
        align-items: center;
        gap: 27px;
    }

    .header__icon {
        background: none;
        border: none;
        cursor: pointer;
        font-size: 22px;
        color: #fff;
    }

    /* Language Dropdown */
    .header__language {
        position: relative;
    }

    /* Khung popup */
    .header__language-menu {
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 44px;
        width: 253px;
        height: 186px;
        background: #fff;
        border: 1px solid var(--color-disabled-blue);
        border-radius: 2px;
        opacity: 0;
        transform: translateY(-120%);
        pointer-events: none;
        transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
        z-index: 1000;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* Bên trong có padding */
    .header__language-menu-content {
        width: 237px;
        height: 170px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    /* Khi mở */
    .header__language-menu.show {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.25);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.4s ease;
        z-index: 999;
    }

        .overlay.show {
            opacity: 1;
            pointer-events: auto;
        }

    /* Header trong popup */
    .header__language-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 52px;
        width: 100%;
        height: 60px;
        padding: 0 16px;
        font-family: var(--font-family);
        font-size: var(--font-body-sm-size);
        font-weight: var(--font-body-lg-weight);
        line-height: var(--font-body-lg-line-height);
        color: var(--color-bg-primary);
    }

        .header__language-header button {
            background: none;
            border: none;
            cursor: pointer;
            color: var(--color-primary-blue);
            font-size: 20px;
            display: flex;
            align-items: center;
        }

    /* Danh sách */
    .header__language-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .header__language-item a {
        width: 100%;
        height: 100%;
        text-decoration: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: var(--color-primary-blue);
    }

    .header__language-item:hover {
        background-color: var(--color-bg-primary);
        /*    color: var(--color-bg-white);*/
    }

        .header__language-item:hover a {
            color: var(--color-bg-white);
        }

    /* Item */
    .header__language-item {
        flex: 1;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        padding: 0 16px;
        font-family: var(--font-family);
        font-size: var(--font-body-sm-size);
        font-weight: var(--font-body-lg-weight);
        line-height: var(--font-body-lg-line-height);
        color: var(--color-bg-primary);
        border-bottom: 1px solid var(--color-disabled-blue);
        transition: background 0.25s, color 0.25s;
    }

        .header__language-item:last-child {
            border-bottom: 2px solid #c9d7f5;
        }

    /* Active */
    .header__language-item--active {
        background: #0147BA1A;
        border-top: 1px solid var(--color-disabled-blue);
        border-bottom: 1px solid var(--color-disabled-blue);
        color: var(--color-primary-blue);
    }

    .header__menu-toggle,
    .header__close {
        display: none;
        background: none;
        border: none;
        font-size: 28px;
        cursor: pointer;
        color: #fff;
    }

    /* #endregion */

    /* #region Footer */
    .footer {
        width: 100%;
        height: auto;
        background: var(--color-bg-primary);
        color: #fff;
        padding: 21px 0 48px;
        font-family: var(--font-family);
        margin-top: 79px;
    }

    .footer__container {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        gap: 0px;
        flex-direction: unset;
    }

    /* Left */
    .footer__left {
        flex: 1;
    }

    .footer__title {
        font-size: var(--font-h1-size);
        font-weight: var(--font-h1-weight);
        line-height: var(--font-h1-line-height);
        margin: 24px 0;
        max-width: unset;
    }

    .footer__title-highlight {
        color: red;
    }

    .footer__actions {
        display: flex;
        gap: 24px;
        margin-bottom: 60px;
        flex-direction: unset;
    }

    .footer__button {
        border: 1px solid #fff;
        display: inline-flex;
        align-items: center;
        color: #fff;
        gap: 19px;
        padding: 15px 20px;
        text-transform: uppercase;
        text-decoration: none;
        transition: all 0.3s ease;
        font-size: var(--font-button-size);
        font-weight: var(--font-button-weight);
        line-height: var(--font-button-line-height);
    }

        .footer__button:hover {
            background: #fff;
            color: #0052cc;
        }

    .footer__social {
        display: flex;
        font-size: 28px;
        gap: 14px;
        margin-bottom: 15px;
    }

    .footer__social-link {
        color: #fff;
        font-size: 22px;
        transition: opacity 0.3s ease;
        width: 23px;
    }

        .footer__social-link:hover {
            opacity: 0.7;
        }

    .footer__copy {
        font-size: var(--font-h5-size);
        font-weight: var(--font-h5-weight);
        line-height: var(--font-h5-line-height);
        margin-top: 16px;
        max-width: fit-content;
    }

    /* Right */
    .footer__accordion {
        padding: 0px;
    }

    .footer__right {
        flex: 1;
        padding: 14px 0px 0px;
    }

    .footer__accordion-header {
        display: flex;
        align-items: center;
        gap: 10px;
        text-transform: uppercase;
        flex-direction: row;
        padding: 22px 0;
    }

        .footer__accordion-header.active {
            align-items: flex-start;
        }

        .footer__accordion-header span {
            white-space: nowrap;
            font-size: var(--font-body-md-size);
            min-width: 120px;
            font-weight: var(--font-body-md-weight);
            line-height: var(--font-body-md-line-height);
            padding-left: 24px;
        }

    .footer__accordion-content {
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.4s ease, opacity 0.4s ease;
        flex: 1;
        opacity: 0;
    }

        .footer__accordion-content p {
            max-width: 395px;
            margin: 0;
            margin-left: 70px;
            text-transform: capitalize;
            font-size: var(--font-body-md-size);
            font-weight: var(--font-body-md-weight);
            line-height: var(--font-h5-line-height);
        }

        .footer__accordion-content.active {
            max-height: 500px;
            /* max-width: max-content; */
            opacity: 1;
        }

    .footer__accordion-toggle {
        background: none;
        border: none;
        color: #fff;
        font-size: 24px;
        cursor: pointer;
        padding-right: 11px;
    }

        .footer__accordion-toggle iconify-icon {
            color: #fff;
        }

    /* #endregion */

    .back-to-top {
        position: fixed;
        bottom: 10%;
        right: 1%;
        width: 40px;
        height: 40px;
        border: none;
        background: var(--color-bg-primary);
        color: #fff;
        font-size: 24px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 1;
        transition: opacity 0.5s ease, visibility 0.5s ease;
        z-index: 999;
    }
}
