@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300..700;1,300..700&display=swap');html{--aura-font-family: 'Montserrat',sans-serif}:where(:root){--lumo-space-xs: 0.25rem;--lumo-space-s: 0.5rem;--lumo-space-m: 1rem;--lumo-space-l: 1.5rem;--lumo-space-xl: 2.5rem;--lumo-font-size-xs: 0.8125rem;--lumo-font-size-s: 0.875rem;--lumo-font-size-m: 1rem;--lumo-font-size-xxl: 1.75rem;--lumo-border-radius-s: 0.25em;--lumo-border-radius-m: 0.25em;--lumo-base-color: #fff;--lumo-shade-5pct: rgba(25,59,103,.05);--lumo-shade-10pct: rgba(26,57,96,.1);--lumo-contrast-5pct: var(--lumo-shade-5pct);--lumo-contrast-10pct: var(--lumo-shade-10pct);--lumo-contrast-70pct: rgba(27,43,65,.69);--lumo-contrast-90pct: rgba(24,39,57,.94);--lumo-body-text-color: var(--lumo-contrast-90pct);--lumo-secondary-text-color: var(--lumo-contrast-70pct);--lumo-primary-text-color: #005fdb;--lumo-success-color: #158443;--first8-color: #1369AF;--first8-light-color: #80B4DA;--lumo-primary-color-10pct: rgba(0,95,219,.1);--lumo-success-color-10pct: rgba(21,132,67,.1);--lumo-success-text-color: #158443;--lumo-warning-color-10pct: rgba(217,142,0,.1);--lumo-warning-text-color: #8a7100;--lumo-error-color-10pct: rgba(231,24,24,.1);--lumo-error-text-color: #c5221f}[theme~="badge"]{display: inline-flex;align-items: center;justify-content: center;box-sizing: border-box;padding: 0.25em 0.5em;color: var(--lumo-primary-text-color);background-color: var(--lumo-primary-color-10pct);border-radius: var(--lumo-border-radius-s);font-family: var(--aura-font-family,var(--lumo-font-family));font-size: var(--lumo-font-size-s);font-weight: 500;line-height: 1;white-space: nowrap}[theme~="badge"][theme~="small"]{font-size: var(--lumo-font-size-xs);padding: 0.2em 0.4em}[theme~="badge"][theme~="success"]{color: var(--lumo-success-text-color);background-color: var(--lumo-success-color-10pct)}[theme~="badge"][theme~="warning"]{color: var(--lumo-warning-text-color);background-color: var(--lumo-warning-color-10pct)}[theme~="badge"][theme~="error"]{color: var(--lumo-error-text-color);background-color: var(--lumo-error-color-10pct)}li [theme~="badge"]{margin-left: 0.25em}