.dc-client-shortcut {
    align-items: center;
    background: #071653;
    border: 2px solid #071653;
    border-radius: 999px;
    box-sizing: border-box;
    color: #fff;
    display: inline-flex;
    flex: 0 0 auto;
    height: 44px;
    justify-content: center;
    line-height: 1;
    min-height: 44px;
    padding: 0;
    text-decoration: none !important;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
    width: 44px;
}

.dc-client-shortcut:hover,
.dc-client-shortcut:focus-visible {
    background: #0874d1;
    border-color: #0874d1;
    color: #fff;
    transform: translateY(-1px);
}

.dc-client-shortcut:focus-visible {
    outline: 3px solid rgba(8, 116, 209, .28);
    outline-offset: 3px;
}

.dc-client-shortcut__icon {
    fill: currentColor;
    height: 21px;
    width: 21px;
}

#ast-desktop-header .site-header-primary-section-right {
    align-items: center;
}

#ast-desktop-header .dc-client-shortcut--desktop {
    margin-left: 12px;
}

@media (min-width: 922px) and (max-width: 1366px) and (orientation: landscape) {
    #ast-desktop-header .site-header-primary-section-right {
        flex-wrap: nowrap !important;
        justify-content: flex-end;
        min-width: 0;
    }

    #ast-desktop-header .site-header-primary-section-right .main-header-menu {
        align-items: stretch;
        flex-wrap: nowrap !important;
        white-space: nowrap;
    }

    #ast-desktop-header .site-header-primary-section-right .main-header-menu > .menu-item {
        flex: 0 0 auto;
    }

    #ast-desktop-header .site-header-primary-section-right .main-header-menu > .menu-item > .menu-link {
        box-sizing: border-box;
        font-size: clamp(18px, 1.7vw, 23px) !important;
        min-height: 76px;
        padding-left: 17px !important;
        padding-right: 17px !important;
        white-space: nowrap;
    }

    #ast-desktop-header .dc-client-shortcut--desktop {
        margin-left: 12px;
    }
}

#ast-mobile-header .site-header-primary-section-right {
    align-items: center;
}

#ast-mobile-header .dc-client-shortcut--mobile {
    height: 42px;
    margin-right: 8px;
    min-height: 42px;
    width: 42px;
}

@media (max-width: 921.99px), (max-width: 1180px) and (orientation: portrait) {
    #ast-mobile-header .dc-client-shortcut--mobile {
        height: 42px;
        width: 42px;
    }
}

@media (max-width: 430px) {
    #ast-mobile-header .dc-client-shortcut--mobile {
        height: 36px;
        margin-right: 4px;
        min-height: 36px;
        width: 36px;
    }

    #ast-mobile-header .dc-client-shortcut--mobile .dc-client-shortcut__icon {
        height: 19px;
        width: 19px;
    }
}

@media (max-width: 544px) {
    html,
    body {
        max-width: 100%;
        overflow-x: clip;
    }

    .ast-header-break-point #masthead #ast-mobile-header .ast-primary-header-bar {
        box-sizing: border-box;
        padding-left: 10px;
        padding-right: 16px;
        width: 100%;
    }

    #ast-mobile-header .ast-builder-grid-row {
        box-sizing: border-box;
        column-gap: 4px;
        grid-template-columns: minmax(0, 1fr) auto !important;
        max-width: 100%;
        width: 100%;
    }

    #ast-mobile-header .site-header-primary-section-left,
    #ast-mobile-header [data-section="title_tagline"],
    #ast-mobile-header .site-branding,
    #ast-mobile-header .ast-site-title-wrap {
        box-sizing: border-box;
        min-width: 0;
    }

    #ast-mobile-header .site-header-primary-section-left,
    #ast-mobile-header [data-section="title_tagline"],
    #ast-mobile-header .site-branding {
        max-width: 100%;
        width: 100%;
    }

    #ast-mobile-header .site-branding {
        align-items: center;
        display: flex;
        overflow: hidden;
    }

    #ast-mobile-header .site-logo-img {
        flex: 0 0 auto;
    }

    #ast-mobile-header .ast-logo-title-inline .site-logo-img {
        padding-right: 7px;
    }

    #ast-mobile-header header .custom-logo-link img,
    #ast-mobile-header .custom-logo-link img,
    #ast-mobile-header .site-branding img {
        height: auto;
        max-width: 50px !important;
        width: 50px !important;
    }

    #ast-mobile-header .ast-site-title-wrap {
        flex: 1 1 auto;
        overflow: hidden;
    }

    #ast-mobile-header .site-title,
    #ast-mobile-header .site-title a,
    #ast-mobile-header .site-description {
        display: block;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap !important;
    }

    #ast-mobile-header .site-title,
    #ast-mobile-header .site-title a {
        font-size: 17px !important;
        line-height: 1.15 !important;
    }

    #ast-mobile-header .site-description {
        font-size: 12px !important;
        line-height: 1.25 !important;
    }

    #ast-mobile-header .site-header-primary-section-right {
        flex: 0 0 auto;
        flex-wrap: nowrap;
        min-width: 0;
        white-space: nowrap;
    }

    #ast-mobile-header [data-section="section-header-mobile-trigger"] {
        flex: 0 0 36px;
        width: 36px;
    }

    #ast-mobile-header [data-section="section-header-mobile-trigger"] .ast-button-wrap,
    #ast-mobile-header [data-section="section-header-mobile-trigger"] .menu-toggle {
        align-items: center;
        box-sizing: border-box;
        display: flex;
        height: 36px;
        justify-content: center;
        margin: 0;
        min-width: 36px;
        padding: 0 !important;
        width: 36px;
    }

    #ast-mobile-header [data-section="section-header-mobile-trigger"] .ast-mobile-svg {
        height: 24px;
        width: 24px;
    }
}

@media (max-width: 921.99px) {
    body.dc-mobile-drawer-open {
        overflow: hidden !important;
    }

    body.dc-mobile-drawer-open #masthead {
        position: relative;
        z-index: 2147483000 !important;
    }

    .dc-mobile-drawer-overlay {
        background: rgba(1, 8, 64, .28);
        inset: 0;
        opacity: 0;
        pointer-events: none;
        position: fixed;
        transition: opacity .3s ease;
        visibility: hidden;
        z-index: 999998;
    }

    body.dc-mobile-drawer-open .dc-mobile-drawer-overlay {
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
    }

    html body #page #masthead #ast-mobile-header .ast-mobile-header-content.dc-mobile-drawer {
        background: #fff !important;
        border: 0 !important;
        border-radius: 26px 0 0 26px !important;
        bottom: 0 !important;
        box-shadow: -18px 0 50px rgba(1, 8, 64, .22) !important;
        box-sizing: border-box;
        display: flex !important;
        flex-direction: column;
        height: 100dvh !important;
        left: auto !important;
        margin: 0 !important;
        max-height: 100dvh !important;
        max-width: 390px !important;
        min-height: 100dvh !important;
        opacity: 1 !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        padding: 0 !important;
        pointer-events: none;
        position: fixed !important;
        right: 0 !important;
        top: 0 !important;
        transform: translateX(calc(100% + 28px));
        transition: transform .32s cubic-bezier(.22, .75, .24, 1), visibility 0s linear .32s;
        visibility: hidden;
        width: min(88vw, 390px) !important;
        z-index: 999999 !important;
    }

    body.dc-mobile-drawer-open #page #masthead #ast-mobile-header .ast-mobile-header-content.dc-mobile-drawer {
        pointer-events: auto;
        transform: translateX(0);
        transition: transform .32s cubic-bezier(.22, .75, .24, 1), visibility 0s linear 0s;
        visibility: visible;
    }

    .dc-mobile-drawer__header {
        align-items: center;
        border-bottom: 1px solid #e3e9f5;
        display: flex;
        flex: 0 0 auto;
        gap: 12px;
        justify-content: space-between;
        min-height: 94px;
        padding: 17px 18px;
    }

    .dc-mobile-drawer__brand {
        align-items: center;
        color: #071653 !important;
        display: flex;
        flex: 1 1 auto;
        gap: 10px;
        min-width: 0;
        text-decoration: none !important;
    }

    .dc-mobile-drawer__logo {
        border-radius: 50%;
        flex: 0 0 48px;
        height: 48px !important;
        max-width: 48px !important;
        object-fit: cover;
        padding: 0 !important;
        width: 48px !important;
    }

    .dc-mobile-drawer__brand-copy {
        display: block;
        min-width: 0;
    }

    .dc-mobile-drawer__brand-copy strong,
    .dc-mobile-drawer__brand-copy small {
        display: block;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dc-mobile-drawer__brand-copy strong {
        color: #071653;
        font-size: 16px;
        font-weight: 850;
        line-height: 1.2;
    }

    .dc-mobile-drawer__brand-copy small {
        color: #667085;
        font-size: 11px;
        line-height: 1.35;
        margin-top: 2px;
    }

    .dc-mobile-drawer__close {
        align-items: center;
        background: #071653;
        border: 0;
        border-radius: 14px;
        box-shadow: 0 8px 22px rgba(7, 22, 83, .2);
        color: #fff;
        cursor: pointer;
        display: flex;
        flex: 0 0 44px;
        height: 44px;
        justify-content: center;
        padding: 0;
        width: 44px;
    }

    .dc-mobile-drawer__close:hover,
    .dc-mobile-drawer__close:focus-visible {
        background: #0874d1;
        color: #fff;
    }

    .dc-mobile-drawer__close:focus-visible {
        outline: 3px solid rgba(8, 116, 209, .28);
        outline-offset: 3px;
    }

    .dc-mobile-drawer__close svg {
        fill: currentColor;
        height: 24px;
        width: 24px;
    }

    html body #page #masthead #ast-mobile-header .dc-mobile-drawer .ast-builder-menu-mobile {
        box-sizing: border-box;
        flex: 0 0 auto;
        padding: 24px 18px 18px !important;
        width: 100% !important;
    }

    html body #page #masthead #ast-mobile-header .dc-mobile-drawer .main-header-bar-navigation,
    html body #page #masthead #ast-mobile-header .dc-mobile-drawer .main-navigation,
    html body #page #masthead #ast-mobile-header .dc-mobile-drawer #ast-mobile-site-navigation {
        width: 100% !important;
    }

    html body #page #masthead #ast-mobile-header .dc-mobile-drawer #ast-hf-mobile-menu {
        background: transparent !important;
        border: 0 !important;
        display: grid !important;
        gap: 10px;
        list-style: none;
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
    }

    html body #page #masthead #ast-mobile-header .dc-mobile-drawer #ast-hf-mobile-menu .menu-item {
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
    }

    html body #page #masthead #ast-mobile-header .dc-mobile-drawer #ast-hf-mobile-menu .menu-link {
        align-items: center;
        background: #f2f6ff !important;
        border: 1px solid #dce6f7 !important;
        border-radius: 15px !important;
        box-sizing: border-box;
        color: #071653 !important;
        display: flex !important;
        font-size: 17px !important;
        font-weight: 800 !important;
        gap: 13px;
        justify-content: flex-start;
        line-height: 1.2 !important;
        min-height: 60px;
        padding: 12px 15px !important;
        text-align: left !important;
        text-decoration: none !important;
        transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
        width: 100% !important;
    }

    html body #page #masthead #ast-mobile-header .dc-mobile-drawer #ast-hf-mobile-menu .menu-link:hover,
    html body #page #masthead #ast-mobile-header .dc-mobile-drawer #ast-hf-mobile-menu .menu-link:focus-visible {
        background: #e6efff !important;
        border-color: #b9cdef !important;
        transform: translateX(-2px);
    }

    html body #page #masthead #ast-mobile-header .dc-mobile-drawer #ast-hf-mobile-menu .current-menu-item > .menu-link,
    html body #page #masthead #ast-mobile-header .dc-mobile-drawer #ast-hf-mobile-menu .current_page_item > .menu-link {
        background: #071653 !important;
        border-color: #071653 !important;
        color: #fff !important;
    }

    .dc-mobile-drawer__menu-icon {
        align-items: center;
        background: #fff;
        border: 1px solid #d4e0f4;
        border-radius: 10px;
        color: #0874d1;
        display: inline-flex;
        flex: 0 0 36px;
        height: 36px;
        justify-content: center;
        width: 36px;
    }

    .current-menu-item > .menu-link .dc-mobile-drawer__menu-icon,
    .current_page_item > .menu-link .dc-mobile-drawer__menu-icon {
        background: rgba(255, 255, 255, .14);
        border-color: rgba(255, 255, 255, .22);
        color: #fff;
    }

    .dc-mobile-drawer__menu-svg {
        fill: currentColor;
        height: 21px;
        width: 21px;
    }

    .dc-mobile-drawer__menu-arrow {
        color: #0874d1;
        font-size: 27px;
        font-weight: 500;
        line-height: 1;
        margin-left: auto;
    }

    .current-menu-item > .menu-link .dc-mobile-drawer__menu-arrow,
    .current_page_item > .menu-link .dc-mobile-drawer__menu-arrow {
        color: #fff;
    }

    .dc-mobile-drawer__footer {
        background: #fff;
        border-top: 0;
        flex: 0 0 auto;
        margin-top: 0;
        padding: 0 18px 20px;
        position: relative;
    }

    .dc-mobile-drawer__client {
        align-items: center;
        background: #071653;
        border-radius: 15px;
        box-sizing: border-box;
        color: #fff !important;
        display: flex;
        font-size: 16px;
        font-weight: 850;
        gap: 12px;
        min-height: 56px;
        padding: 12px 16px;
        text-decoration: none !important;
        width: 100%;
    }

    .dc-mobile-drawer__client:hover,
    .dc-mobile-drawer__client:focus-visible {
        background: #0874d1;
        color: #fff !important;
    }

    .dc-mobile-drawer__client:focus-visible {
        outline: 3px solid rgba(8, 116, 209, .28);
        outline-offset: 3px;
    }

    .dc-mobile-drawer__client-icon {
        fill: currentColor;
        height: 22px;
        width: 22px;
    }

    .dc-mobile-drawer__client-arrow {
        font-size: 22px;
        line-height: 1;
        margin-left: auto;
    }

    body.admin-bar #page #masthead #ast-mobile-header .ast-mobile-header-content.dc-mobile-drawer {
        height: calc(100dvh - 32px) !important;
        min-height: calc(100dvh - 32px) !important;
        top: 32px !important;
    }
}

@media (max-width: 782px) {
    body.admin-bar #page #masthead #ast-mobile-header .ast-mobile-header-content.dc-mobile-drawer {
        height: calc(100dvh - 46px) !important;
        min-height: calc(100dvh - 46px) !important;
        top: 46px !important;
    }
}

@media (max-width: 430px) {
    .dc-mobile-drawer__header {
        min-height: 84px;
        padding: 14px;
    }

    .dc-mobile-drawer__logo {
        flex-basis: 42px;
        height: 42px !important;
        max-width: 42px !important;
        width: 42px !important;
    }

    .dc-mobile-drawer__brand-copy strong {
        font-size: 14px;
    }

    .dc-mobile-drawer__close {
        border-radius: 12px;
        flex-basis: 40px;
        height: 40px;
        width: 40px;
    }

    html body #page #masthead #ast-mobile-header .dc-mobile-drawer .ast-builder-menu-mobile {
        padding: 18px 14px 14px !important;
    }

    html body #page #masthead #ast-mobile-header .dc-mobile-drawer #ast-hf-mobile-menu .menu-link {
        font-size: 16px !important;
        min-height: 56px;
        padding: 10px 12px !important;
    }

    .dc-mobile-drawer__menu-icon {
        flex-basis: 34px;
        height: 34px;
        width: 34px;
    }

    .dc-mobile-drawer__footer {
        padding-bottom: 16px;
        padding-left: 14px;
        padding-right: 14px;
    }
}
