/* node_modules/material-symbols/outlined.css */
@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 100 700;
  font-display: block;
  src: url("./media/material-symbols-outlined.woff2") format("woff2");
}
.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}

/* src/styles.scss */
@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  src: url(/assets/fonts/material-symbols.woff2) format("woff2");
}
.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("./media/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  src: url("./media/Roboto-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("./media/Roboto-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto-Thin";
  src: url("./media/Roboto-Thin.ttf") format("truetype");
}
:root {
  --mat-button-outlined-container-height: 56px;
  --mat-button-text-container-height: 56px;
  --mat-button-filled-container-height: 56px;
  --mat-button-protected-container-height: 56px;
  --mat-button-tonal-container-height: 56px;
  --mat-fab-container-color: var(--mat-sys-primary);
  --mat-fab-foreground-color: var(--mat-sys-on-primary);
}
.mdc-button {
  border-radius: 12px !important;
}
.error {
  background-color: var(--mat-sys-error) !important;
  color: var(--mat-sys-on-error) !important;
}
.mat-tonal-button {
  background-color: var(--mat-sys-secondary) !important;
  color: var(--mat-sys-on-secondary) !important;
}
html {
  --mat-chip-elevated-container-color: var(--mat-sys-on-primary);
  --mat-chip-label-text-color: var(--mat-sys-primary);
  --mat-chip-outline-color: var(--mat-sys-primary);
  --mat-chip-container-height: 48px;
  --mat-chip-label-text-weight: 700;
  --mat-chip-container-shape-radius: var(--border-radius-std);
}
mat-chip-option {
  min-width: 80px;
}
.mdc-evolution-chip__cell--primary {
  justify-content: center;
}
.mat-mdc-chip-selected {
  background-color: var(--mat-sys-on-secondary) !important;
  border: 1px solid var(--mat-sys-secondary) !important;
}
.mat-mdc-chip-selected .mat-mdc-chip-action-label {
  color: var(--mat-sys-secondary) !important;
}
.payment-chip {
  width: 100%;
}
.payment-chip .mdc-evolution-chip__cell--primary {
  justify-content: start !important;
}
.payment-chip {
  --mat-chip-container-height: 56px;
  --mat-chip-label-text-weight: 700;
  --mat-chip-label-text-size: 16px;
}
html {
  --mat-dialog-container-max-width: 1000px;
  --mat-dialog-container-min-width: 330px;
  --mat-dialog-container-shape: var(--border-radius-large);
  --mat-dialog-subhead-weight: 600;
}
@media (min-width: 440px) {
  .formly-display-flex {
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap-std);
    width: 100%;
  }
  .formly-display-flex > formly-field:has(formly-group.formly-flex-1) {
    flex: 1;
  }
  .formly-display-flex > formly-field:has(formly-group.formly-flex-2) {
    flex: 2;
  }
  .formly-display-flex > formly-field:has(formly-group.formly-flex-3) {
    flex: 3;
  }
  .formly-display-flex > formly-field:has(formly-group.formly-flex-4) {
    flex: 4;
  }
  formly-group[class*=formly-flex-] {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  formly-group[class*=formly-flex-] mat-form-field {
    width: 100%;
  }
}
formly-group .custom-field {
  display: block;
}
formly-group .custom-field mat-form-field {
  margin-left: var(--formly-form-margin-left);
  width: calc(100% - var(--formly-form-margin-left));
}
formly-group .overview-field .mat-mdc-text-field-wrapper {
  background-color: var(--mat-sys-on-primary) !important;
  border-radius: var(--border-radius-std);
}
html {
  --mat-card-elevated-container-color: var(--mat-sys-on-primary);
}
.custom-label {
  padding: 0 0 var(--padding-std) 0;
  color: var(--mat-sys-on-primary-fixed);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: var(--gap-small);
  font-size: var(--font-size-large);
}
.custom-label mat-icon {
  color: var(--mat-sys-primary);
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.formly_link {
  color: var(--mat-sys-primary);
  text-decoration: none;
}
html {
  --mat-form-field-outlined-outline-color: var(--mat-sys-primary);
  --mat-form-field-outlined-container-shape: var(--border-radius-std);
  --mat-form-field-outlined-disabled-outline-color: var(--mat-sys-primary);
  --mat-form-field-container-height: 56px;
}
.mat-mdc-form-field.mat-mdc-form-field-type-radio .mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
}
.mat-mdc-form-field.mat-mdc-form-field-type-checkbox .mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
}
.mat-mdc-form-field.mat-mdc-form-field-type-slider .mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 4px;
  padding-right: 16px;
  padding-bottom: 0;
}
mat-form-field {
  padding-bottom: var(--padding-small);
}
.form-label {
  padding: 0 0 var(--padding-small) var(--padding-std);
  color: var(--mat-sys-on-primary-fixed);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: var(--gap-content);
  font-size: var(--font-size-large);
}
.mdc-label {
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  max-width: 100%;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-hint-wrapper {
  position: relative !important;
}
.mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-hint-wrapper .mat-mdc-form-field-hint {
  color: color-mix(in srgb, var(--mat-sys-on-primary-fixed) 70%, transparent);
  margin-top: -22px;
  padding-bottom: 2px;
  white-space: normal !important;
  overflow-wrap: break-word !important;
  word-break: break-word !important;
}
.mat-datepicker-content {
  background-color: var(--mat-sys-on-primary) !important;
  color: var(--mat-sys-on-primary-fixed) !important;
  border: 1px solid var(--mat-sys-primary) !important;
}
.mat-calendar {
  height: 100% !important;
}
.mat-mdc-select-panel {
  background-color: var(--mat-sys-on-primary) !important;
}
.mat-mdc-autocomplete-panel {
  background-color: var(--mat-sys-on-primary) !important;
}
.info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 32px;
  row-gap: 16px;
  padding: 8px;
}
.info-grid.--single-column {
  grid-template-columns: 1fr;
}
@media (max-width: 1280px) {
  .info-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.info-grid .info-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.info-grid .info-group mat-icon {
  font-size: 16px;
  width: 16px;
  height: 16px;
  color: var(--mat-sys-secondary);
  flex-shrink: 0;
}
.info-grid .info-group .label {
  flex: 0 0 104px;
  color: var(--mat-sys-primary);
  font-weight: 700;
  font-size: 14px;
}
.info-grid .info-group .label button.mat-mdc-icon-button {
  height: unset;
  padding: unset;
}
.info-grid .info-group .value {
  font-size: 14px;
  word-break: break-word;
  text-align: left;
  -webkit-hyphens: auto;
  hyphens: auto;
}
@media (max-width: 768px) {
  .info-grid {
    grid-template-columns: 1fr;
    padding: 16px;
  }
  .info-grid .info-group .label {
    margin-bottom: 4px;
  }
  .info-grid .hide-on-mobile {
    display: none;
  }
}
.mat-mdc-radio-group .mat-mdc-radio-button {
  max-width: 100%;
}
.mat-mdc-radio-group .mat-mdc-radio-button .mdc-form-field {
  width: 100%;
}
.custom-snackbar {
  --mat-snack-bar-container-color: transparent;
}
.custom-snackbar .mat-mdc-snackbar-surface {
  box-shadow: none !important;
}
mat-stepper {
  box-shadow: none;
  background-color: transparent !important;
  padding: 16px;
}
mat-stepper.mat-stepper-horizontal {
  background-color: transparent;
  padding: 0;
}
mat-stepper .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container {
  display: flex;
  justify-content: space-between;
  padding-right: var(--padding-large);
  background-color: var(--mat-sys-on-primary);
  box-shadow: var(--mat-sys-level3);
  border-radius: var(--border-radius-std);
  margin-bottom: var(--padding-large);
}
mat-stepper .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container .mat-stepper-horizontal-line {
  display: none !important;
}
mat-stepper .mat-horizontal-content-container {
  padding-top: 24px;
  background-color: var(--mat-sys-on-primary);
  box-shadow: var(--mat-sys-level3);
  border-radius: var(--border-radius-std);
}
mat-stepper {
}
mat-stepper .mat-step {
  background-color: transparent;
}
mat-stepper .mat-step .mat-step-header {
  display: flex;
  background-color: var(--mat-sys-on-primary);
  box-shadow: var(--mat-sys-level2);
  border-radius: var(--border-radius-std);
  margin-bottom: var(--margin-std);
}
mat-stepper .mat-vertical-content-container {
  min-height: 24px;
  background-color: var(--mat-sys-on-primary);
  box-shadow: var(--mat-sys-level2);
  border-radius: var(--border-radius-std);
  margin-bottom: var(--margin-std);
  padding: var(--padding-small);
  margin-left: 0;
}
mat-stepper .mat-vertical-content-container .mat-vertical-stepper-content .mat-vertical-content {
  padding: 8px;
}
mat-stepper .mat-stepper-vertical-line::before {
  border-left-width: 0;
}
mat-stepper.mat-stepper-vertical {
  padding: 4px;
}
.mat-step-header {
  pointer-events: none !important;
}
@media (max-width: 450px) {
  ul {
    padding: 0;
  }
}
.mat-sidenav-content {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  box-sizing: border-box;
}
.page-wrapper {
  display: block;
  padding: 24px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .page-wrapper {
    padding: 16px;
  }
}
.empty-state {
  background-color: transparent;
  padding: var(--padding-XXXlarge);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: var(--mat-sys-secondary);
  opacity: 0.7;
}
.required-marker {
  color: var(--mat-sys-error);
}
.progress-container {
  width: 100%;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.progress-container mat-progress-bar {
  border-radius: 16px;
}
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.skeleton-container {
  flex: 1;
  padding: 16px;
}
mat-icon {
  font-variation-settings:
    "FILL" 1,
    "wght" 300,
    "GRAD" 0,
    "opsz" 24;
}
mat-icon.white-symbol {
  color: var(--mat-sys-on-primary) !important;
}
mat-icon.primary-symbol {
  color: var(--mat-sys-primary) !important;
}
mat-icon.success-symbol {
  color: var(--mat-sys-tertiary) !important;
}
mat-icon.error-symbol {
  color: var(--mat-sys-error) !important;
}
mat-icon.yellow-symbol {
  color: var(--yellow) !important;
}
mat-icon.xSmall {
  font-size: 22px;
  width: 22px;
  height: 22px;
}
mat-icon.small {
  font-size: 28px;
  width: 28px;
  height: 28px;
}
mat-icon.medium {
  font-size: 48px;
  width: 48px;
  height: 48px;
}
mat-icon.big {
  font-size: 64px;
  width: 64px;
  height: 64px;
}
mat-icon.xxl {
  font-size: 128px;
  width: 128px;
  height: 128px;
}
mat-icon.outline {
  font-variation-settings: "FILL" 0 !important;
}
html {
  --mat-tab-inactive-label-text-color: var(--mat-sys-secondary);
}
.mat-mdc-tab-body-wrapper {
  padding: 24px 0 0 0;
}
@media (max-width: 1024px) {
  .mat-mdc-tab-body-wrapper {
    padding: 12px 0 0 0;
  }
}
.mdc-tab__text-label {
  font-weight: 600;
}
html {
  --mat-table-row-item-label-text-color: var(--mat-sys-on-primary-fixed);
  --mat-table-header-headline-color: var(--mat-sys-primary);
  --mat-table-header-headline-weight: 700;
  --mat-table-background-color: var(--mat-sys-on-primary);
  --mat-table-row-item-container-height: 56px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--mat-sys-on-primary-fixed);
}
p,
li {
  color: color-mix(in srgb, var(--mat-sys-on-primary-fixed) 70%, transparent);
  font-size: 16px;
}
.error-page {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
}
.error-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 600px;
  margin-top: 8vh;
}
.error-container .error-svg {
  width: 100%;
  max-width: 400px;
  height: auto;
  margin-bottom: 2rem;
}
.error-container .error-title {
  color: var(--mat-sys-primary);
  font-size: 2.5rem;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 2.5rem;
}
.error-container .error-title .code {
  font-size: 4rem;
  font-weight: 900;
}
.error-container .home-button {
  padding: 0 40px;
  height: 48px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 4px;
}
.ngx-editor-container {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--mat-sys-level2);
}
.ngx-editor-container .NgxEditor__MenuBar {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 8px;
}
.ngx-editor-container .NgxEditor .NgxEditor__Content {
  padding: 24px;
  min-height: 200px;
}
.select-option-extra-padding.mdc-list-item {
  padding: 8px;
}
:root {
  --logo: url(/assets/logo.png);
  --card-logo: url(/assets/card-logo.png);
  --padding-small: 4px;
  --padding-std: 8px;
  --padding-large: 16px;
  --padding-Xlarge: 32px;
  --padding-XXXlarge: 80px;
  --margin-small: 4px;
  --margin-std: 8px;
  --margin-medium: 12px;
  --margin-large: 16px;
  --margin-Xlarge: 32px;
  --margin-XXXlarge: 80px;
  --border-radius-small: 8px;
  --border-radius-std: 12px;
  --border-radius-large: 16px;
  --border-radius-hba-card: 24px;
  --border-radius-circle: 50%;
  --font-size-small: 12px;
  --font-size-large: 16px;
  --font-size-Xlarge: 20px;
  --font-size-std: 14px;
  --font-weight-bold: bold;
  --font-weight-500: 500;
  --font-weight-700: 700;
  --font-weight-400: 400;
  --gap-small: 12px;
  --gap-std: 16px;
  --gap-content: 4px;
  --app-header-height: 64px;
  --formly-form-margin-left: 32px;
  --formly-error-min-height: 22px;
  --img-max-width: 250px;
  --mat-sys-on-surface: var(--mat-sys-on-primary-fixed);
  --mat-sys-background: var(--mat-sys-inverse-on-surface);
  --yellow: #ffc100;
  --hba-card-height-std: 280px;
  --hba-card-width-std: 500px;
}
html {
  color-scheme: light;
  --mat-sys-background: light-dark(#f8f9ff, #101418);
  --mat-sys-error: light-dark(#c00000, #ffb4a8);
  --mat-sys-error-container: light-dark(#ffdad4, #930100);
  --mat-sys-inverse-on-surface: light-dark(#eff0f7, #2d3136);
  --mat-sys-inverse-primary: light-dark(#a0c9ff, #0061a6);
  --mat-sys-inverse-surface: light-dark(#2d3136, #e0e2e9);
  --mat-sys-on-background: light-dark(#191c21, #e0e2e9);
  --mat-sys-on-error: light-dark(#ffffff, #690000);
  --mat-sys-on-error-container: light-dark(#930100, #ffdad4);
  --mat-sys-on-primary: light-dark(#ffffff, #00325a);
  --mat-sys-on-primary-container: light-dark(#00497f, #d2e4ff);
  --mat-sys-on-primary-fixed: light-dark(#001c37, #001c37);
  --mat-sys-on-primary-fixed-variant: light-dark(#00497f, #00497f);
  --mat-sys-on-secondary: light-dark(#ffffff, #303031);
  --mat-sys-on-secondary-container: light-dark(#474748, #e4e2e3);
  --mat-sys-on-secondary-fixed: light-dark(#1b1c1c, #1b1c1c);
  --mat-sys-on-secondary-fixed-variant: light-dark(#474748, #474748);
  --mat-sys-on-surface: light-dark(#191c21, #e0e2e9);
  --mat-sys-on-surface-variant: light-dark(#414751, #dde3ef);
  --mat-sys-on-tertiary: light-dark(#ffffff, #003a01);
  --mat-sys-on-tertiary-container: light-dark(#005301, #76ff63);
  --mat-sys-on-tertiary-fixed: light-dark(#002200, #002200);
  --mat-sys-on-tertiary-fixed-variant: light-dark(#005301, #005301);
  --mat-sys-outline: light-dark(#717782, #8b919c);
  --mat-sys-outline-variant: light-dark(#c1c7d3, #414751);
  --mat-sys-primary: light-dark(#0061a6, #a0c9ff);
  --mat-sys-primary-container: light-dark(#d2e4ff, #00497f);
  --mat-sys-primary-fixed: light-dark(#d2e4ff, #d2e4ff);
  --mat-sys-primary-fixed-dim: light-dark(#a0c9ff, #a0c9ff);
  --mat-sys-scrim: light-dark(#000000, #000000);
  --mat-sys-secondary: light-dark(#5e5e5f, #c8c6c7);
  --mat-sys-secondary-container: light-dark(#e4e2e3, #474748);
  --mat-sys-secondary-fixed: light-dark(#e4e2e3, #e4e2e3);
  --mat-sys-secondary-fixed-dim: light-dark(#c8c6c7, #c8c6c7);
  --mat-sys-shadow: light-dark(#000000, #000000);
  --mat-sys-surface: light-dark(#f8f9ff, #101418);
  --mat-sys-surface-bright: light-dark(#f8f9ff, #36393f);
  --mat-sys-surface-container: light-dark(#eceef4, #1d2025);
  --mat-sys-surface-container-high: light-dark(#e6e8ef, #272a2f);
  --mat-sys-surface-container-highest: light-dark(#e0e2e9, #32353a);
  --mat-sys-surface-container-low: light-dark(#f2f3fa, #191c21);
  --mat-sys-surface-container-lowest: light-dark(#ffffff, #0b0e13);
  --mat-sys-surface-dim: light-dark(#d8dae1, #101418);
  --mat-sys-surface-tint: light-dark(#0061a6, #a0c9ff);
  --mat-sys-surface-variant: light-dark(#dde3ef, #414751);
  --mat-sys-tertiary: light-dark(#006e03, #53e244);
  --mat-sys-tertiary-container: light-dark(#76ff63, #005301);
  --mat-sys-tertiary-fixed: light-dark(#76ff63, #76ff63);
  --mat-sys-tertiary-fixed-dim: light-dark(#53e244, #53e244);
  --mat-sys-neutral-variant20: #2a313a;
  --mat-sys-neutral10: #191c21;
  --mat-sys-level0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level2:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level3:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level4:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-sys-level5:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-sys-body-large: 400 1rem / 1.5rem Roboto-Regular;
  --mat-sys-body-large-font: Roboto-Regular;
  --mat-sys-body-large-line-height: 1.5rem;
  --mat-sys-body-large-size: 1rem;
  --mat-sys-body-large-tracking: 0.031rem;
  --mat-sys-body-large-weight: 400;
  --mat-sys-body-medium: 400 0.875rem / 1.25rem Roboto-Regular;
  --mat-sys-body-medium-font: Roboto-Regular;
  --mat-sys-body-medium-line-height: 1.25rem;
  --mat-sys-body-medium-size: 0.875rem;
  --mat-sys-body-medium-tracking: 0.016rem;
  --mat-sys-body-medium-weight: 400;
  --mat-sys-body-small: 400 0.75rem / 1rem Roboto-Regular;
  --mat-sys-body-small-font: Roboto-Regular;
  --mat-sys-body-small-line-height: 1rem;
  --mat-sys-body-small-size: 0.75rem;
  --mat-sys-body-small-tracking: 0.025rem;
  --mat-sys-body-small-weight: 400;
  --mat-sys-display-large: 400 3.562rem / 4rem Roboto-Regular;
  --mat-sys-display-large-font: Roboto-Regular;
  --mat-sys-display-large-line-height: 4rem;
  --mat-sys-display-large-size: 3.562rem;
  --mat-sys-display-large-tracking: -0.016rem;
  --mat-sys-display-large-weight: 400;
  --mat-sys-display-medium: 400 2.812rem / 3.25rem Roboto-Regular;
  --mat-sys-display-medium-font: Roboto-Regular;
  --mat-sys-display-medium-line-height: 3.25rem;
  --mat-sys-display-medium-size: 2.812rem;
  --mat-sys-display-medium-tracking: 0;
  --mat-sys-display-medium-weight: 400;
  --mat-sys-display-small: 400 2.25rem / 2.75rem Roboto-Regular;
  --mat-sys-display-small-font: Roboto-Regular;
  --mat-sys-display-small-line-height: 2.75rem;
  --mat-sys-display-small-size: 2.25rem;
  --mat-sys-display-small-tracking: 0;
  --mat-sys-display-small-weight: 400;
  --mat-sys-headline-large: 400 2rem / 2.5rem Roboto-Regular;
  --mat-sys-headline-large-font: Roboto-Regular;
  --mat-sys-headline-large-line-height: 2.5rem;
  --mat-sys-headline-large-size: 2rem;
  --mat-sys-headline-large-tracking: 0;
  --mat-sys-headline-large-weight: 400;
  --mat-sys-headline-medium: 400 1.75rem / 2.25rem Roboto-Regular;
  --mat-sys-headline-medium-font: Roboto-Regular;
  --mat-sys-headline-medium-line-height: 2.25rem;
  --mat-sys-headline-medium-size: 1.75rem;
  --mat-sys-headline-medium-tracking: 0;
  --mat-sys-headline-medium-weight: 400;
  --mat-sys-headline-small: 400 1.5rem / 2rem Roboto-Regular;
  --mat-sys-headline-small-font: Roboto-Regular;
  --mat-sys-headline-small-line-height: 2rem;
  --mat-sys-headline-small-size: 1.5rem;
  --mat-sys-headline-small-tracking: 0;
  --mat-sys-headline-small-weight: 400;
  --mat-sys-label-large: 500 0.875rem / 1.25rem Roboto-Regular;
  --mat-sys-label-large-font: Roboto-Regular;
  --mat-sys-label-large-line-height: 1.25rem;
  --mat-sys-label-large-size: 0.875rem;
  --mat-sys-label-large-tracking: 0.006rem;
  --mat-sys-label-large-weight: 500;
  --mat-sys-label-large-weight-prominent: 700;
  --mat-sys-label-medium: 500 0.75rem / 1rem Roboto-Regular;
  --mat-sys-label-medium-font: Roboto-Regular;
  --mat-sys-label-medium-line-height: 1rem;
  --mat-sys-label-medium-size: 0.75rem;
  --mat-sys-label-medium-tracking: 0.031rem;
  --mat-sys-label-medium-weight: 500;
  --mat-sys-label-medium-weight-prominent: 700;
  --mat-sys-label-small: 500 0.688rem / 1rem Roboto-Regular;
  --mat-sys-label-small-font: Roboto-Regular;
  --mat-sys-label-small-line-height: 1rem;
  --mat-sys-label-small-size: 0.688rem;
  --mat-sys-label-small-tracking: 0.031rem;
  --mat-sys-label-small-weight: 500;
  --mat-sys-title-large: 400 1.375rem / 1.75rem Roboto-Regular;
  --mat-sys-title-large-font: Roboto-Regular;
  --mat-sys-title-large-line-height: 1.75rem;
  --mat-sys-title-large-size: 1.375rem;
  --mat-sys-title-large-tracking: 0;
  --mat-sys-title-large-weight: 400;
  --mat-sys-title-medium: 500 1rem / 1.5rem Roboto-Regular;
  --mat-sys-title-medium-font: Roboto-Regular;
  --mat-sys-title-medium-line-height: 1.5rem;
  --mat-sys-title-medium-size: 1rem;
  --mat-sys-title-medium-tracking: 0.009rem;
  --mat-sys-title-medium-weight: 500;
  --mat-sys-title-small: 500 0.875rem / 1.25rem Roboto-Regular;
  --mat-sys-title-small-font: Roboto-Regular;
  --mat-sys-title-small-line-height: 1.25rem;
  --mat-sys-title-small-size: 0.875rem;
  --mat-sys-title-small-tracking: 0.006rem;
  --mat-sys-title-small-weight: 500;
  --mat-sys-corner-extra-large: 28px;
  --mat-sys-corner-extra-large-top: 28px 28px 0 0;
  --mat-sys-corner-extra-small: 4px;
  --mat-sys-corner-extra-small-top: 4px 4px 0 0;
  --mat-sys-corner-full: 9999px;
  --mat-sys-corner-large: 16px;
  --mat-sys-corner-large-end: 0 16px 16px 0;
  --mat-sys-corner-large-start: 16px 0 0 16px;
  --mat-sys-corner-large-top: 16px 16px 0 0;
  --mat-sys-corner-medium: 12px;
  --mat-sys-corner-none: 0;
  --mat-sys-corner-small: 8px;
  --mat-sys-dragged-state-layer-opacity: 0.16;
  --mat-sys-focus-state-layer-opacity: 0.12;
  --mat-sys-hover-state-layer-opacity: 0.08;
  --mat-sys-pressed-state-layer-opacity: 0.12;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: Roboto, Regular;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
