.sticky-header {
    position: sticky;
    top: 0;
    z-index: 1000000
}

.header-wrapper {
    transition: margin-top .3s ease-in;
    position: relative;
    z-index: 1
}

.header-bg {
    border-bottom: 1px solid rgba(78, 91, 126, .13);
    background: rgba(255, 255, 255, .8);
    backdrop-filter: blur(60px);
    -webkit-backdrop-filter: blur(60px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: background .3s ease-in
}

.header-logo {
    padding: 5px 0
}

.header-logo img,
.header-logo svg {
    height: 27px;
    width: max-content
}

.header-logo .logo-white {
    display: none
}

.header-navbar {
    padding: 8px 48px;
    max-width: 1580px;
    margin: 0 auto
}

.header-navbar-global-search,
.header-navbar-language-switcher {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 80px
}

.header-navbar-global-search:hover,
.header-navbar-language-switcher:hover {
    background: rgba(64, 74, 100, .05)
}

.header-navbar-global-search svg,
.header-navbar-language-switcher svg {
    width: 24px;
    height: 24px
}

.header-navbar-show-mobile-menu,
.menu-mobile-hide-btn {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 80px;
    transition: background-color .3s ease
}

.header-navbar-show-mobile-menu:hover,
.menu-mobile-hide-btn:hover {
    background: rgba(64, 74, 100, .05);
    cursor: pointer
}

.header-navbar-show-mobile-menu {
    display: none
}

.menu-mobile-hide-btn {
    margin-left: auto
}

.menu-mobile-accordion-btn {
    pointer-events: none
}

.menu-user-action {
    display: flex;
    grid-gap: 16px;
    align-items: center;
    position: relative;
    margin-left: auto
}

.menu-unified {
    display: flex;
    position: relative
}

.menu-links {
    display: flex;
    align-items: center
}

.menu-unified-btn-parent {
    position: relative;
    cursor: default;
    color: #131825a8;
    border-radius: 8px
}

.menu-unified-btn-parent:hover {
    background: rgba(64, 74, 100, .05)
}

.menu-unified-btn-parent a {
    display: flex;
    color: inherit;
    text-decoration: none
}

.menu-unified-btn {
    font-size: 14px;
    letter-spacing: .15px;
    padding: 10px 16px;
    border-radius: 8px;
    color: #111417;
    line-height: 20px;
    text-align: initial
}

.menu-links-dropdown {
    position: absolute;
    padding-bottom: 8px;
    top: calc(100% - 4px);
    left: 0;
    display: none;
    z-index: 10
}

.menu-links-dropdown ul {
    width: 350px;
    padding: 0;
    margin: 16px 0 0
}

.menu-links-dropdown ul .menu-with-separated-border {
    border-top: 1px solid rgba(78, 91, 126, .13);
    padding-top: 8px
}

.menu-links-dropdown ul li {
    padding: 0 8px
}

.menu-links-dropdown ul li+li {
    margin-top: 8px
}

.menu-links-dropdown.column {
    grid-template-columns: 1fr 1fr
}

.menu-links-dropdown.column .menu-with-separated-border {
    border-left: 1px solid rgba(78, 91, 126, .13);
    padding-top: 0;
    border-top: none;
    margin: 30px 0 0
}

.menu-links-dropdown-item-content {
    display: flex;
    flex-direction: column;
    margin: 0 0 0 8px;
    text-align: initial
}

.menu-links-dropdown-item-icon svg {
    width: 24px;
    height: 24px
}

.menu-links-dropdown-item-title {
    color: #111417;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: .15px;
    white-space: normal;
    margin: 0 8px 0 0
}

.menu-links-dropdown-item-description {
    color: #131825a8;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .15px;
    white-space: normal
}

.menu-links-dropdown-item {
    border-radius: 8px;
    display: flex;
    padding: 8px;
    letter-spacing: .15px;
    white-space: nowrap
}

.menu-links-dropdown-item:hover,
.menu-links-dropdown-item.active {
    background: rgba(64, 74, 100, .05);
    cursor: pointer
}

.menu-links-dropdown-item svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0
}

.menu-links-dropdown-background {
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 4px 25px #0000001a, 0 0 1px #4e5b7e21;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100px;
    height: 100px;
    display: none;
    margin-top: 4px
}

.open-account-desktop {
    display: flex;
    margin-left: auto;
    align-items: center;
    grid-gap: 16px;
    position: relative
}

.open-account-desktop-dropdown-wrapper {
    display: flex;
    align-self: stretch;
    border-radius: 8px
}

.open-account-desktop-dropdown-wrapper:hover {
    background: rgba(64, 74, 100, .05)
}

.open-account-desktop-divider {
    height: 16px;
    width: 1px;
    background: rgba(78, 91, 126, .13)
}

.open-account-desktop-list-wrapper {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 4px 25px #0000001a, 0 0 1px #4e5b7e21;
    padding: 8px;
    list-style-type: none
}

.open-account-desktop-list-wrapper a {
    width: 100%;
    display: flex;
    align-items: center;
    grid-gap: 8px;
    padding: 8px;
    border-radius: 8px;
    text-decoration: none
}

.open-account-desktop-list-wrapper a:hover {
    background: rgba(64, 74, 100, .05)
}

.open-account-desktop-list-wrapper a .menu-links-dropdown-item-title {
    height: max-content
}

.open-account-desktop-list-wrapper li+li {
    margin-top: 8px
}

.open-account-desktop-login-list {
    display: none;
    padding-top: 4px;
    position: absolute;
    top: 100%;
    left: 16px
}

.open-account-desktop-login-list:hover {
    display: flex
}

.open-account-desktop-btn-dropdown {
    display: flex;
    align-self: stretch;
    align-items: center
}

.open-account-desktop-btn-dropdown:hover+.open-account-desktop-login-list {
    display: flex
}

.open-account-mobile {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    grid-gap: 8px;
    padding: 16px 16px 32px;
    width: inherit;
    position: relative
}

.open-account-mobile:before {
    content: "";
    left: 0;
    pointer-events: none;
    height: 112px;
    width: 100%;
    display: block;
    position: absolute;
    background: linear-gradient(360deg, #ffffff 0%, rgba(255, 255, 255, 0) 50.14%);
    top: -112px
}

.open-account-mobile-download {
    display: flex;
    flex-direction: column;
    grid-gap: 8px
}

.open-account-mobile-download a {
    display: none
}

.open-account-mobile-top {
    display: flex;
    flex-direction: column;
    grid-gap: 8px
}

.open-account-mobile-top .component-button {
    width: 100%
}

@media all and (min-width: 1200px) {
    .br .header-logo {
        width: 144px;
        margin-right: 20px
    }
}

.browser-mobile.ae .open-account-mobile-top,
.browser-mobile.ae-en .open-account-mobile-top {
    display: flex
}

.browser-mobile .open-account-mobile-top {
    display: none
}

.browser-mobile .header-navbar-show-mobile-menu {
    border-radius: 80px
}

.browser-mobile .header-navbar-show-mobile-menu:hover {
    background: #ffffff
}

.browser-mobile .header-navbar-show-mobile-menu:active {
    background: rgba(64, 74, 100, .05)
}

.dark .header-bg {
    -webkit-backdrop-filter: blur(60px);
    backdrop-filter: blur(60px);
    background: rgba(28, 32, 38, .7);
    border-color: transparent
}

.dark .header-navbar-global-search,
.dark .header-navbar-language-switcher,
.dark .header-navbar-show-mobile-menu {
    color: #f6f7f8
}

.dark .header-navbar-global-search:hover,
.dark .header-navbar-language-switcher:hover,
.dark .header-navbar-show-mobile-menu:hover,
.dark .open-account-desktop-divider {
    background: rgba(219, 226, 234, .17)
}

.dark .open-account-desktop-dropdown-wrapper:hover {
    background: rgba(215, 225, 235, .35);
    color: #f6f7f8
}

.dark .logo-white {
    display: block
}

.dark .logo-black {
    display: none
}

body[dir=rtl] .menu-user-action {
    margin-left: unset;
    margin-right: auto
}

body[dir=rtl] .open-account-desktop-login-list {
    left: unset;
    right: 16px
}

body[dir=rtl] .menu-links-dropdown {
    right: 0;
    left: unset
}

body[dir=rtl] .menu-links-dropdown ul {
    padding-right: 0
}

body[dir=rtl] .menu-links-dropdown.column .menu-with-separated-border {
    border-right: 1px solid rgba(78, 91, 126, .13);
    border-left: none
}

body[dir=rtl] .menu-links-dropdown-item-content {
    margin: 0 8px 0 0
}

body[dir=rtl] .menu-links-dropdown-item-title {
    margin: 0 0 0 8px
}

body[dir=rtl] .menu-unified {
    left: -100%;
    right: unset;
    transition: left .3s ease-in
}

body[dir=rtl] .menu-unified.active {
    left: 0;
    right: auto
}

body[dir=rtl] .menu-mobile-hide-btn {
    margin-left: unset;
    margin-right: auto
}

body[dir=rtl] .menu-mobile-language-switcher-flag {
    margin: 0 0 0 3px
}

@media all and (min-width: 1200px) {
    .header-logo {
        margin: 0 16px 0 0
    }

    .dark .menu-unified-btn-parent:hover {
        background: rgba(219, 226, 234, .17)
    }

    .dark .menu-unified-btn {
        color: #f6f7f8
    }

    .dark .foundations-button-secondary {
        border-color: transparent;
        color: #f6f7f8;
        background: rgba(219, 226, 234, .17)
    }

    .dark .foundations-button-secondary:hover {
        background: rgba(215, 225, 235, .35);
        color: #f6f7f8
    }

    body[dir=rtl] .header-logo {
        margin: 0 0 0 48px
    }

    body[dir=rtl] .menu-unified {
        left: auto;
        right: unset;
        transition: left .3s ease-in
    }

    body[dir=rtl] .menu-unified.active {
        left: 0;
        right: auto
    }
}

@media all and (max-width: 1199px) {
    .hide-below-xl {
        display: none
    }

    .header-navbar,
    .menu-mobile-header-container {
        padding: 2px 16px;
        height: 52px
    }

    .header-navbar-show-mobile-menu {
        display: flex
    }

    .header-logo {
        padding-left: 16px
    }

    .open-account-desktop-list-wrapper {
        display: none
    }

    .menu-unified {
        background: #ffffff;
        position: fixed;
        z-index: 2;
        overflow: hidden;
        right: -100%;
        max-width: 600px;
        transition: right .3s ease-in;
        display: flex;
        flex-direction: column;
        width: 320px;
        height: calc(100% - 32px);
        top: 16px;
        bottom: 16px;
        border-radius: 16px
    }

    .menu-unified.active {
        right: 16px
    }

    .menu-mobile-header-container {
        display: flex;
        align-items: center;
        padding-top: 24px
    }

    .menu-mobile-header-container-logo {
        display: none
    }

    .open-account-mobile {
        padding: 16px 32px 24px
    }

    .menu-user-action {
        column-gap: 8px
    }

    .menu-mobile-hide-btn {
        background: rgba(64, 74, 100, .05);
        border-radius: 80px;
        width: 32px;
        height: 32px
    }

    .menu-mobile-hide-btn img {
        width: 16px;
        height: 16px
    }

    .header-navbar-global-search,
    .header-navbar-show-mobile-menu {
        width: 48px;
        height: 48px
    }

    .menu-links {
        display: block;
        height: 100%;
        overflow: scroll;
        padding: 8px 24px;
        width: 100%;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .menu-links::-webkit-scrollbar {
        display: none
    }

    .menu-unified-btn-parent {
        padding: 0 0 4px;
        width: 100%;
        border-bottom: 1px solid rgba(78, 91, 126, .13);
        border-radius: unset
    }

    .menu-unified-btn-parent:hover {
        background: unset
    }

    .menu-unified-btn {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #131825a8;
        width: 100%;
        padding: 12px 0 8px;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: .15px;
        height: 52px
    }

    .menu-unified-btn.active .menu-unified-btn-icon img {
        transform: rotate(0)
    }

    .menu-unified-btn-icon {
        width: 32px;
        height: 32px;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .menu-unified-btn-icon img {
        transition: transform .3s ease;
        transform: rotate(180deg)
    }

    .menu-mobile-accordion-btn {
        pointer-events: auto
    }

    .menu-links-dropdown {
        position: static;
        padding-bottom: 0;
        display: none;
        border-radius: 8px;
        margin-bottom: 8px
    }

    .menu-links-dropdown ul {
        width: 100%;
        margin: 0
    }

    .menu-links-dropdown ul .menu-with-separated-border {
        border-top: none;
        margin: 20px 0 0;
        padding-top: 0
    }

    .menu-links-dropdown ul li+li {
        margin-top: 4px
    }

    .menu-mobile-language-switcher {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: .15px;
        color: #131825a8;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding: 12px 0 48px
    }

    .menu-mobile-language-switcher-text {
        display: flex;
        align-items: center;
        grid-gap: 5px
    }

    .menu-mobile-language-switcher-text span {
        text-transform: capitalize
    }

    .menu-mobile-language-switcher-flag {
        width: 14px;
        height: 10px
    }

    .menu-mobile-backdrop {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        background-color: #18181e4d;
        display: none
    }

    .pso-header .header-navbar {
        padding: 8px 16px;
        height: max-content
    }

    body[dir=rtl] .header-logo {
        padding-left: 0;
        padding-right: 16px
    }

    body[dir=rtl] .menu-unified.active {
        left: 16px;
        right: unset
    }
}

@media all and (max-width: 767px) {
    .header-navbar.active {
        max-width: 600px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0
    }

    .menu-unified {
        width: 100%;
        height: 100%;
        top: 0;
        border-radius: unset
    }

    .menu-unified.active {
        right: 0
    }

    .menu-unified.active .menu-mobile-header-container {
        max-width: 600px;
        margin: 0 auto
    }

    .menu-mobile-header-container {
        padding-top: 2px
    }

    .menu-mobile-header-container-logo {
        display: block;
        height: 27px;
        width: max-content;
        padding-left: 16px
    }

    .menu-mobile-header {
        border-bottom: 1px solid rgba(78, 91, 126, .13)
    }

    .menu-mobile-hide-btn {
        background: unset;
        border-radius: unset;
        width: 48px;
        height: 48px
    }

    .menu-mobile-hide-btn img {
        width: 24px;
        height: 24px
    }

    .open-account-mobile {
        padding: 16px 32px
    }

    body[dir=rtl] .menu-unified.active {
        left: 0;
        right: unset
    }

    body[dir=rtl] .menu-mobile-header-container-logo {
        padding-left: 0;
        padding-right: 16px
    }
}