body .axiom-hub-access,
body .axiom-hub {
    width: 100vw !important;
    max-width: none !important;
    min-height: 68vh;
    margin: 0 calc(50% - 50vw) !important;
    padding: clamp(72px, 9vw, 128px) max(7vw, 28px) !important;
    border: 0 !important;
    box-sizing: border-box !important;
    background: #111010 !important;
    color: #f4f2f0 !important;
}

body .axiom-hub-access {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
    column-gap: clamp(48px, 8vw, 130px);
    align-content: center;
}

body .axiom-login-screen {
    grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr);
    align-items: center;
}

body .axiom-login-intro {
    max-width: 820px;
}

body .axiom-login-intro > p:last-child {
    max-width: 620px;
    color: #aaa6a2;
    font-size: 18px;
    line-height: 1.55;
}

body .axiom-access-panel {
    padding: clamp(28px, 4vw, 48px);
    border-top: 1px solid #be9e63;
    background: #181716;
}

body .axiom-access-panel h2 {
    margin: 0 0 12px;
    color: #f4f2f0;
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 300;
    line-height: 1;
}

body .axiom-access-panel > p:not(.axiom-eyebrow) {
    margin: 0 0 22px;
    color: #aaa6a2;
    line-height: 1.5;
}

body .axiom-access-panel .axiom-notice {
    margin: 18px 0 22px;
    padding: 16px 18px;
    border-left: 3px solid #be9e63;
    background: #252321;
    color: #f4f2f0 !important;
    font-size: 14px;
    line-height: 1.5;
}

body .axiom-access-panel form {
    margin: 0;
}

body .axiom-access-panel small {
    display: block;
    margin-top: 12px;
    color: #898582;
    line-height: 1.45;
}

body .axiom-first-access {
    display: grid;
    gap: 5px;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #333130;
}

body .axiom-first-access strong {
    color: #f4f2f0;
    font-weight: 500;
}

body .axiom-first-access span {
    color: #898582;
    font-size: 13px;
    line-height: 1.45;
}

body .axiom-back-home {
    display: inline-block;
    margin-top: 22px;
    color: #be9e63 !important;
    font-size: 13px;
    text-decoration: none !important;
}

body .axiom-profile {
    display: block;
}

body .axiom-profile > form {
    max-width: 760px;
}

body .axiom-hub-access > .axiom-eyebrow,
body .axiom-hub-access > h1,
body .axiom-hub-access > p,
body .axiom-hub-access > .axiom-notice {
    grid-column: 1;
}

body .axiom-hub-access > .axiom-access-actions,
body .axiom-hub-access > .axiom-access-divider,
body .axiom-hub-access > form,
body .axiom-hub-access > small {
    grid-column: 2;
}

body .axiom-hub-access > .axiom-access-actions {
    grid-row: 1 / span 4;
    align-self: end;
}

body .axiom-hub-access h1,
body .axiom-hub-header h1 {
    color: #f4f2f0 !important;
    font-size: clamp(52px, 7vw, 104px) !important;
    font-weight: 300 !important;
    line-height: .94 !important;
    letter-spacing: -.045em;
}

body .axiom-hub-access > p,
body .axiom-hub-header p,
body .axiom-hub-access small {
    color: #aaa6a2 !important;
}

body .axiom-access-actions {
    border: 1px solid #474440;
    background: #181716;
}

body .axiom-access-actions strong,
body .axiom-access-actions span,
body .axiom-hub-access label {
    color: #f4f2f0;
}

body .axiom-hub-access input {
    border-color: #474440;
    background: #181716;
    color: #f4f2f0;
}

body .axiom-login-button,
body .axiom-hub-access button {
    background: #be9e63 !important;
    color: #111010 !important;
}

body .axiom-access-divider::before,
body .axiom-access-divider::after {
    background: #474440;
}

body .axiom-hub-header {
    margin-bottom: 58px;
}

body .axiom-logout {
    color: #be9e63 !important;
}

body .axiom-bi-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

body .axiom-bi-card {
    min-height: 310px;
    border-color: #474440;
    background: #181716;
    color: #f4f2f0 !important;
}

body .axiom-bi-card:hover {
    border-color: #be9e63;
    background: #1d1b19;
}

body .axiom-bi-card h2 {
    color: #f4f2f0 !important;
    font-size: clamp(30px, 3vw, 46px);
    font-weight: 300;
}

body .axiom-bi-card p {
    color: #aaa6a2;
}

body .axiom-viewer > header {
    background: #f4f2f0 !important;
    color: #111010 !important;
    border-bottom: 1px solid #dbdad1;
}

body .axiom-viewer > header a {
    color: #8c7044 !important;
}

@media (max-width: 820px) {
    body .axiom-hub-access {
        grid-template-columns: 1fr;
        row-gap: 24px;
    }

    body .axiom-hub-access > * {
        grid-column: 1 !important;
        grid-row: auto !important;
    }

    body .axiom-login-screen {
        align-content: start;
    }

    body .axiom-bi-grid {
        grid-template-columns: 1fr;
    }
}
