/* Veltrion Web Platform Phase 31A: fix black-box logo/sword image issue */
.vweb-header--portal {
    min-height: 68px !important;
}

.vweb-brand--portal {
    gap: 10px !important;
}

.vweb-brand--portal .vweb-brand__crest,
.vweb-brand--portal .vweb-brand__crest--image {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    border: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.vweb-brand--portal .vweb-brand__crest img {
    width: 44px !important;
    height: 44px !important;
    display: block !important;
    object-fit: contain !important;
    object-position: center !important;
    filter: drop-shadow(0 4px 10px rgba(255, 132, 38, .28));
}

.vweb-brand--portal .vweb-brand__text {
    transform: translateY(1px);
}

.vweb-brand--portal strong {
    font-size: 24px !important;
    line-height: 1 !important;
}

.vweb-brand--portal em {
    font-size: 11px !important;
    letter-spacing: .24em !important;
}

.vweb-portal {
    margin-top: 6px !important;
}

.vweb-portal__main {
    min-height: 300px !important;
}

.vweb-portal__copy {
    padding-top: 24px !important;
    padding-bottom: 22px !important;
}

.vweb-portal__copy h1 {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}

.vweb-portal__eyebrow {
    margin-bottom: 8px !important;
}

.vweb-portal__desc {
    margin-top: 4px !important;
}

.vweb-portal__actions {
    margin-top: 22px !important;
}

.vweb-portal__side {
    gap: 10px !important;
}

.vweb-start-gate {
    padding: 12px 12px 13px !important;
}

.vweb-start-gate__button {
    min-height: 112px !important;
    padding: 10px 16px 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    gap: 0 !important;
    overflow: hidden !important;
}

.vweb-start-gate__button-icon {
    width: 42px !important;
    height: 42px !important;
    margin: 0 0 2px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    pointer-events: none !important;
}

.vweb-start-gate__button-icon img {
    width: 42px !important;
    height: 42px !important;
    display: block !important;
    object-fit: contain !important;
    filter: drop-shadow(0 4px 9px rgba(105, 16, 9, .42));
}

.vweb-start-gate__button-text {
    display: block !important;
    font-size: clamp(25px, 1.85vw, 34px) !important;
    line-height: 1.08 !important;
    font-weight: 900 !important;
    letter-spacing: .08em !important;
}

.vweb-start-gate__button small {
    display: block !important;
    margin-top: 5px !important;
    font-size: 12px !important;
    line-height: 1 !important;
    letter-spacing: .24em !important;
}

.vweb-start-gate__links {
    margin-top: 10px !important;
}

.vweb-login-card {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

.vweb-community-card {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

@media (max-width: 980px) {
    .vweb-brand--portal .vweb-brand__crest,
    .vweb-brand--portal .vweb-brand__crest img {
        width: 38px !important;
        height: 38px !important;
    }
    .vweb-start-gate__button {
        min-height: 104px !important;
    }
    .vweb-start-gate__button-icon,
    .vweb-start-gate__button-icon img {
        width: 36px !important;
        height: 36px !important;
    }
}