/* Canonical site header. Keep this loaded after page CSS so every page behaves the same. */
.tech-body .tech-nav,
body.tech-home-page .tech-nav,
body.xw-light-page .tech-nav,
body.og-blog-page .tech-nav {
    position: fixed !important;
    inset: 18px auto auto 50% !important;
    z-index: 1200;
    display: flex !important;
    align-items: center;
    justify-content: space-between !important;
    width: min(1480px, 76vw) !important;
    min-height: 72px;
    padding: 8px 28px !important;
    transform: translateX(-50%);
    border: 1px solid rgba(214, 224, 231, .88) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, .96) !important;
    box-shadow: 0 14px 38px rgba(15, 42, 59, .09) !important;
    backdrop-filter: blur(18px);
    font-family: Inter, Roboto, "Helvetica Neue", Arial, sans-serif !important;
    transition: box-shadow .22s ease, min-height .22s ease, padding .22s ease;
}

.tech-body .tech-nav.is-scrolled,
body.tech-home-page .tech-nav.is-scrolled,
body.xw-light-page .tech-nav.is-scrolled,
body.og-blog-page .tech-nav.is-scrolled {
    min-height: 66px;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    box-shadow: 0 12px 30px rgba(15, 42, 59, .11) !important;
}

.tech-body .tech-nav .tech-brand-logo,
body.tech-home-page .tech-nav .tech-brand-logo,
body.xw-light-page .tech-nav .tech-brand-logo,
body.og-blog-page .tech-nav .tech-brand-logo {
    position: static !important;
    flex: 0 0 auto;
    min-width: 132px;
}

.tech-body .tech-nav .tech-brand-logo img,
.tech-body.tech-home-page .tech-nav .tech-brand-logo img,
body.tech-home-page .tech-nav .tech-brand-logo img,
body.xw-light-page .tech-nav .tech-brand-logo img,
body.og-blog-page .tech-nav .tech-brand-logo img,
.tech-body .tech-nav .tech-logo-dark {
    display: block !important;
    width: auto;
    height: 44px !important;
    max-width: 150px !important;
    filter: none !important;
}

.tech-body .tech-nav .tech-logo-light {
    display: none !important;
}

.tech-body .tech-links,
body.tech-home-page .tech-links,
body.xw-light-page .tech-links,
body.og-blog-page .tech-links {
    position: static !important;
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center !important;
    gap: clamp(16px, 1.6vw, 28px) !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.tech-body .tech-links > a,
.tech-body .tech-links .tech-dropdown > button {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #26313a !important;
    font-family: Inter, Roboto, "Helvetica Neue", Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1;
    letter-spacing: .01em !important;
    text-transform: none !important;
    white-space: nowrap;
    text-decoration: none;
}

.tech-body .tech-links > a:hover,
.tech-body .tech-links .tech-dropdown > button:hover {
    color: #2474d8 !important;
}

.tech-body .tech-dropdown {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 38px !important;
}

.tech-body .tech-dropdown > button {
    gap: 7px;
    cursor: pointer;
}

.tech-body .tech-dropdown-menu {
    position: absolute;
    top: calc(100% + 14px);
    left: 50%;
    min-width: 220px;
    padding: 10px !important;
    transform: translate(-50%, 8px);
    border: 1px solid rgba(214, 224, 231, .95) !important;
    border-radius: 18px !important;
    background: #ffffff !important;
    box-shadow: 0 22px 50px rgba(15, 42, 59, .14) !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.tech-body .tech-dropdown:hover .tech-dropdown-menu,
.tech-body .tech-dropdown:focus-within .tech-dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

.tech-body .tech-dropdown-menu a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px !important;
    border-radius: 12px;
    color: #26313a !important;
    font-size: 15px !important;
    font-weight: 750 !important;
    text-transform: none !important;
}

.tech-body .tech-dropdown-menu a:hover {
    background: #eef7ff;
    color: #2474d8 !important;
}

.tech-body .tech-nav .tech-nav-cta,
body.tech-home-page .tech-nav .tech-nav-cta,
body.xw-light-page .tech-nav .tech-nav-cta,
body.og-blog-page .tech-nav .tech-nav-cta {
    flex: 0 0 auto;
    margin-left: auto !important;
    padding: 14px 24px !important;
    border-radius: 999px !important;
    background: #2474d8 !important;
    color: #ffffff !important;
    font-family: Inter, Roboto, "Helvetica Neue", Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
}

.tech-body .tech-menu-toggle {
    display: none;
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(214, 224, 231, .95);
    border-radius: 16px;
    background: #f7fbff !important;
    color: #12394f;
    box-shadow: none;
}

@media (max-width: 1180px) {
    .tech-body .tech-nav {
        width: calc(100% - 32px) !important;
        padding-inline: 22px !important;
    }

    .tech-body .tech-links {
        gap: 18px !important;
    }

    .tech-body .tech-links > a,
    .tech-body .tech-links .tech-dropdown > button {
        font-size: 14px !important;
    }

    .tech-body .tech-nav .tech-nav-cta {
        padding-inline: 20px !important;
    }
}

@media (min-width: 992px) {
    .tech-body .tech-nav .tech-brand-logo,
    body.tech-home-page .tech-nav .tech-brand-logo,
    body.xw-light-page .tech-nav .tech-brand-logo,
    body.og-blog-page .tech-nav .tech-brand-logo {
        position: absolute !important;
        left: 28px !important;
    }

    .tech-body .tech-links,
    body.tech-home-page .tech-links,
    body.xw-light-page .tech-links,
    body.og-blog-page .tech-links {
        width: 100%;
        padding-inline: 164px 206px !important;
    }

    .tech-body .tech-nav .tech-nav-cta,
    body.tech-home-page .tech-nav .tech-nav-cta,
    body.xw-light-page .tech-nav .tech-nav-cta,
    body.og-blog-page .tech-nav .tech-nav-cta {
        position: absolute !important;
        right: 28px !important;
        margin-left: 0 !important;
    }
}

@media (max-width: 991px) {
    .tech-body .tech-nav,
    body.tech-home-page .tech-nav,
    body.xw-light-page .tech-nav,
    body.og-blog-page .tech-nav {
        inset: 12px auto auto 50% !important;
        width: calc(100% - 24px) !important;
        max-width: none !important;
        min-height: 72px;
        padding: 10px 14px 10px 18px !important;
        border-radius: 24px !important;
        overflow: visible !important;
    }

    .tech-body .tech-nav.is-scrolled,
    body.tech-home-page .tech-nav.is-scrolled,
    body.xw-light-page .tech-nav.is-scrolled,
    body.og-blog-page .tech-nav.is-scrolled {
        min-height: 72px;
    }

    .tech-body .tech-nav .tech-brand-logo,
    body.tech-home-page .tech-nav .tech-brand-logo,
    body.xw-light-page .tech-nav .tech-brand-logo,
    body.og-blog-page .tech-nav .tech-brand-logo {
        min-width: 0;
    }

    .tech-body .tech-nav .tech-brand-logo img,
    .tech-body.tech-home-page .tech-nav .tech-brand-logo img,
    body.tech-home-page .tech-nav .tech-brand-logo img,
    body.xw-light-page .tech-nav .tech-brand-logo img,
    body.og-blog-page .tech-nav .tech-brand-logo img {
        height: 46px !important;
        max-width: 150px !important;
    }

    .tech-body .tech-nav .tech-menu-toggle,
    body.tech-home-page .tech-nav .tech-menu-toggle,
    body.xw-light-page .tech-nav .tech-menu-toggle,
    body.og-blog-page .tech-nav .tech-menu-toggle {
        display: inline-flex !important;
        margin-left: auto !important;
    }

    .tech-body.is-tech-menu-open {
        overflow: hidden;
    }

    .tech-body.is-tech-menu-open > *:not(.tech-nav),
    body.tech-home-page.is-tech-menu-open > *:not(.tech-nav),
    body.xw-light-page.is-tech-menu-open > *:not(.tech-nav),
    body.og-blog-page.is-tech-menu-open > *:not(.tech-nav) {
        visibility: hidden;
    }

    .tech-body.is-tech-menu-open::before,
    body.tech-home-page.is-tech-menu-open::before,
    body.xw-light-page.is-tech-menu-open::before,
    body.og-blog-page.is-tech-menu-open::before {
        content: "";
        position: fixed;
        inset: 0;
        z-index: 2147483000;
        background: #f6fbff;
    }

    .tech-body.is-tech-menu-open .tech-nav,
    body.tech-home-page.is-tech-menu-open .tech-nav,
    body.xw-light-page.is-tech-menu-open .tech-nav,
    body.og-blog-page.is-tech-menu-open .tech-nav {
        visibility: visible;
        z-index: 2147483001;
    }

    .tech-body .tech-nav .tech-links,
    body.tech-home-page .tech-nav .tech-links,
    body.xw-light-page .tech-nav .tech-links,
    body.og-blog-page .tech-nav .tech-links {
        position: fixed !important;
        top: 88px !important;
        right: 18px !important;
        bottom: auto !important;
        left: 18px !important;
        display: flex !important;
        width: auto !important;
        max-width: none !important;
        height: auto !important;
        min-height: 0 !important;
        margin: 0 !important;
        transform: translateY(-8px) !important;
        flex: initial !important;
        flex-direction: column !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
        gap: 2px !important;
        max-height: calc(100svh - 104px) !important;
        overflow-y: auto !important;
        padding: 14px !important;
        border: 1px solid rgba(214, 224, 231, .95) !important;
        border-radius: 24px !important;
        background: #ffffff !important;
        box-shadow: 0 22px 54px rgba(15, 42, 59, .16) !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        z-index: 2147483001 !important;
    }

    .tech-body .tech-nav .tech-links.is-open,
    body.tech-home-page .tech-nav .tech-links.is-open,
    body.xw-light-page .tech-nav .tech-links.is-open,
    body.og-blog-page .tech-nav .tech-links.is-open {
        transform: translateY(0) !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
    }

    .tech-body .tech-nav .tech-links > a,
    .tech-body .tech-nav .tech-links .tech-dropdown > button,
    body.tech-home-page .tech-nav .tech-links > a,
    body.tech-home-page .tech-nav .tech-links .tech-dropdown > button,
    body.xw-light-page .tech-nav .tech-links > a,
    body.xw-light-page .tech-nav .tech-links .tech-dropdown > button,
    body.og-blog-page .tech-nav .tech-links > a,
    body.og-blog-page .tech-nav .tech-links .tech-dropdown > button {
        width: 100%;
        min-height: 48px;
        display: flex !important;
        justify-content: space-between;
        padding: 0 14px !important;
        border-radius: 14px;
        color: #26313a !important;
        font-size: 16px !important;
        line-height: 1.2 !important;
        text-align: left !important;
    }

    .tech-body .tech-nav .tech-links > a:hover,
    .tech-body .tech-nav .tech-links .tech-dropdown > button:hover {
        background: #eef7ff;
    }

    .tech-body .tech-nav .tech-dropdown,
    body.tech-home-page .tech-nav .tech-dropdown,
    body.xw-light-page .tech-nav .tech-dropdown,
    body.og-blog-page .tech-nav .tech-dropdown {
        display: block !important;
        width: 100%;
        height: auto !important;
    }

    .tech-body .tech-nav .tech-dropdown > button i,
    body.tech-home-page .tech-nav .tech-dropdown > button i,
    body.xw-light-page .tech-nav .tech-dropdown > button i,
    body.og-blog-page .tech-nav .tech-dropdown > button i {
        transition: transform .18s ease;
    }

    .tech-body .tech-nav .tech-dropdown.is-open > button i,
    body.tech-home-page .tech-nav .tech-dropdown.is-open > button i,
    body.xw-light-page .tech-nav .tech-dropdown.is-open > button i,
    body.og-blog-page .tech-nav .tech-dropdown.is-open > button i {
        transform: rotate(180deg);
    }

    .tech-body .tech-nav .tech-dropdown-menu,
    .tech-body .tech-nav .tech-dropdown:hover .tech-dropdown-menu,
    .tech-body .tech-nav .tech-dropdown:focus-within .tech-dropdown-menu,
    body.tech-home-page .tech-nav .tech-dropdown-menu,
    body.xw-light-page .tech-nav .tech-dropdown-menu,
    body.og-blog-page .tech-nav .tech-dropdown-menu {
        position: static !important;
        display: none !important;
        width: 100% !important;
        min-width: 0 !important;
        margin: 0 0 8px;
        padding: 8px !important;
        transform: none !important;
        border-radius: 16px !important;
        background: #f6fbff !important;
        box-shadow: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
    }

    .tech-body .tech-nav .tech-dropdown.is-open .tech-dropdown-menu,
    body.tech-home-page .tech-nav .tech-dropdown.is-open .tech-dropdown-menu,
    body.xw-light-page .tech-nav .tech-dropdown.is-open .tech-dropdown-menu,
    body.og-blog-page .tech-nav .tech-dropdown.is-open .tech-dropdown-menu {
        display: grid !important;
    }

    .tech-body .tech-nav .tech-dropdown-menu a,
    body.tech-home-page .tech-nav .tech-dropdown-menu a,
    body.xw-light-page .tech-nav .tech-dropdown-menu a,
    body.og-blog-page .tech-nav .tech-dropdown-menu a {
        min-height: 44px;
        padding: 8px 12px !important;
    }

    .tech-body .tech-nav .tech-nav-cta,
    body.tech-home-page .tech-nav .tech-nav-cta,
    body.xw-light-page .tech-nav .tech-nav-cta,
    body.og-blog-page .tech-nav .tech-nav-cta {
        justify-content: center;
        min-height: 50px;
        margin-top: 6px !important;
        margin-left: 0 !important;
        padding: 0 18px !important;
    }
}

@media (max-width: 520px) {
    .tech-body .tech-nav,
    body.tech-home-page .tech-nav,
    body.xw-light-page .tech-nav,
    body.og-blog-page .tech-nav {
        width: calc(100% - 18px) !important;
        min-height: 66px;
        padding-left: 14px !important;
        border-radius: 20px !important;
    }

    .tech-body .tech-nav .tech-brand-logo img,
    .tech-body.tech-home-page .tech-nav .tech-brand-logo img {
        height: 40px !important;
        max-width: 132px !important;
    }

    .tech-body .tech-menu-toggle {
        width: 44px;
        height: 44px;
    }

    .tech-body .tech-nav .tech-links,
    body.tech-home-page .tech-nav .tech-links,
    body.xw-light-page .tech-nav .tech-links,
    body.og-blog-page .tech-nav .tech-links {
        top: 78px !important;
        right: 10px !important;
        left: 10px !important;
        max-height: calc(100svh - 88px) !important;
        border-radius: 20px !important;
    }
}
