/* Global */
html {
    word-break: unset;
}
body {
    font-size: 15px;
    padding-top: 0;
}
[class^="w-icon-"], [class*=" w-icon-"] {
    font: unset;
    font-family: 'webflow-icons' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.f-standard-container {
    padding-top: 12.25rem;
}
@media only screen and (min-width: 48rem) {
    .f-standard-container {
        padding-top: 14.25rem;
    }
}


/* Sidebar Template */
@media only screen and (min-width: 48rem) {
    .sidebar-template .f-article {
        max-width: 100%;
    }
}
@media only screen and (min-width: 80rem) {
    .sidebar-template .f-article__image {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media only screen and (min-width: 90rem) {
    .sidebar-template .f-article__wrapper {
        margin-left: -14rem;
        width: 100rem;
    }
    .sidebar-template .f-toc {
        order: 0;
        margin: 0 auto;
        width: 14rem;
    }
}
.f-sidebar {
    color: #dbd8e3;
    margin-bottom: 3.75rem;
}
@media only screen and (min-width: 48rem) {
    .f-sidebar {
        padding: 0 var(--mobile-space);
    }
}
@media only screen and (min-width: 64rem) {
    .f-sidebar {
        margin-left: auto;
        margin-right: auto;
        max-width: var(--small-wrapper-max-width);
        padding: 0;
    }
}
@media only screen and (min-width: 90rem) {
    .f-sidebar {
        order: 2;
        position: sticky;
        top: calc(var(--top-bar-height) + 1.5rem);
        margin-top: -.5rem;
        max-height: 12rem;
        width: 13rem;
        z-index: 2;
        background-color: transparent;
    }
    .f-sidebar__title {
        margin-bottom: 1rem;
    }
    .f-sidebar__title p {
        margin-top: .325rem;
    }
    .f-sidebar__title, .f-sidebar__body {
        border-radius: .3125rem;
    }
    .f-sidebar:before {
        content: "";
        backdrop-filter: blur(0.625rem);
        -webkit-backdrop-filter: blur(.625rem);
        background-color: var(--background-color);
        border-radius: 0.3125rem;
        bottom: -0.625rem;
        -o-box-shadow: 0 0 0 transparent,0 0 0 transparent;
        box-shadow: 0 0 0 transparent, 0 0 0 transparent;
        display: block;
        left: -0.625rem;
        min-height: 12rem;
        opacity: .2;
        pointer-events: none;
        position: absolute;
        right: -0.625rem;
        top: 0;
        z-index: -1;
    }
}
.f-sidebar {
    color: var(--alt-text-color);
}
.f-sidebar__title {
    color: var(--accent-color);
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: block;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.3;
    max-width: 14rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.f-sidebar__body {
    max-width: 14rem;
}
.f-sidebar__para {
    margin-bottom: 1rem;
}
.f-sidebar__btn {
    display: block;
}
.f-sidebar__btn::after {
    content: " →";
    font-weight: 700;
    position: relative;
    right: -8px;
    transition: right 0.2s ease 0s;
    white-space: nowrap;
}
.f-sidebar__btn:hover::after {
    right: -12px;
    transition: right 0.2s ease 0s;
}

/* Navbar */
.navbar, .navbar *, .footer-standard, .footer-standard *{
    font-family: 'Gt walsheim', sans-serif;
}
.navbar {
    height: auto;
}
.right-arrow-announcement {
    font-family: "Fa solid 900",sans-serif;
}
.nav-primary-shared-content-wrap {
    display: flex;
}
@media (max-width:479px) {
    .w-nav-overlay [data-nav-menu-open] {
        margin-top: 100px;
    }
}


/* Footer */

.footer-new {
    background-color: #0e1219;
}
.footer-copyright-text a {
    color: #e2e6eb;
}

/* Subnav */

.subnav {
    -webkit-box-align: center;
    align-items: center;
    /* background-color: rgb(255, 255, 255); */
    display: flex;
    height: 72px;
    overflow: auto hidden;
    overscroll-behavior: contain;
    scroll-padding-inline: 16px;
    scroll-snap-type: x;

    position: sticky;
    top: 0;
    z-index: 100;
    background-color: rgba(14, 18, 25, 0.85);
    /* border-bottom: 1px solid rgba(255,255,255,.07); */
}



@media only screen and (max-width: 991px) {
    .subnav {
        display: none;
        visibility: hidden;
    }
}

.subnav-wrapper {
    display: flex;
    flex-direction: row;
    margin: 0px auto;
    max-width: 1280px;
    width: 100%;
}
@media only screen and (max-width: 82rem) {
    .subnav-wrapper {
        max-width: 100%;
        padding: 0px 1rem;
    }
}

.subnav-lists {
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    gap: 24px;
    width: 100%;
}

.subnav-lists li {
    -webkit-box-align: center;
    align-items: center;
    display: inline-flex;
    flex-shrink: 0;
    scroll-snap-align: start;
}

.subnav-link {
    color: rgb(77, 91, 124);
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
}

.navitem-current .subnav-link {
    color: #7a85e0;
}

.navitem-current .subnav-link:hover {
    color: #8f99e9;
}

.subnav-lists li:last-of-type {
    margin-left: auto;
}


.btn-search {
    -webkit-box-align: center;
    align-items: center;
    /* background-color: rgb(249, 250, 254); */
    /* border: 1px solid rgb(214, 220, 234); */
    /* border-radius: 8px; */
    color: rgb(77, 91, 124);
    cursor: pointer;
    display: flex;
    font-size: 14px;
    gap: 10px;
    height: 38px;
    -webkit-box-pack: center;
    justify-content: center;
    line-height: 22px;
    margin-left: auto;
    min-width: 38px;
    padding: 0px;
    background-color: transparent;
    border: .0625rem solid var(--border-color);
    border-radius: 4px;
    min-width: 80px;
}
@media only screen and (min-width: 1024px) {
    .btn-search {
        padding: 0px 16px;
    }
}


@media only screen and (min-width: 1024px) {
    .btn-search img, .btn-search span {
        display: initial;
    }
}



.btn-search img, .btn-search span {
    display: none;
}
@media only screen and (min-width: 1024px) {
    .btn-search img, .btn-search span {
        display: initial;
    }
}

@media (max-width:599px) {
    .nav-announcement-read-more {
        display: none;
      }
}