/* apps/tracker-manager/src/styles.scss */
html,
body {
  height: 100%;
}
body {
  margin: 0;
  font-family: "Gilroy-Regular", sans-serif;
}
body a,
body buton {
  text-decoration: none;
  cursor: pointer;
}

/* libs/scss/custom-theme.scss */
.mat-mdc-button,
.mat-mdc-card,
.mat-mdc-chip,
.mat-mdc-input,
.mat-mdc-menu,
.mat-mdc-select,
.mat-mdc-tooltip,
.mat-mdc-dialog-container,
.mat-mdc-snackbar-container,
.mat-button-toggle-group,
.mat-datepicker-content,
mtx-datetimepicker-content {
  border-radius: 4px;
}
@font-face {
  font-family: "Gilroy-Bold";
  font-style: normal;
  font-weight: normal;
  src: local("../assets/fonts/Gilroy-Bold"), url("./media/Gilroy-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-Regular";
  font-style: normal;
  font-weight: normal;
  src: local("../assets/fonts/Gilroy-Regular"), url("./media/Gilroy-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: normal;
  src: local("../assets/fonts/Gilroy-Medium"), url("./media/Gilroy-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("./media/material-icons.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  src: url("./media/material-icons-outline.woff2") format("woff2");
  font-display: swap;
}
.material-icons {
  font-family: "Material Icons";
  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-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.font-gilroy-medium {
  font-family: "Gilroy-Medium", sans-serif !important;
}
.font-gilroy-bold {
  font-family: "Gilroy-Bold";
}
.font-gilroy-regular {
  font-family: "Gilroy-Regular";
  font-size: 20px;
}
h1 {
  font-family: "Gilroy-Bold";
  font-size: 2rem;
}
h2 {
  font-family: "Gilroy-Bold";
  font-size: 2rem;
}
h3 {
  font-family: "Gilroy-Bold";
  font-size: 1.75rem;
}
h4 {
  font-family: "Gilroy-Bold";
  font-size: 1.5rem;
}
h5 {
  font-family: "Gilroy-Bold";
  font-size: 1rem;
}
.mat-mdc-button,
.mat-mdc-card,
.mat-mdc-chip,
.mat-mdc-input,
.mat-mdc-menu,
.mat-mdc-select,
.mat-mdc-tooltip,
.mat-mdc-dialog-container,
.mat-mdc-snackbar-container,
.mat-button-toggle-group,
.mat-datepicker-content,
mtx-datetimepicker-content {
  border-radius: 4px;
}
.mat-mdc-button,
.mat-mdc-card,
.mat-mdc-chip,
.mat-mdc-input,
.mat-mdc-menu,
.mat-mdc-select,
.mat-mdc-tooltip,
.mat-mdc-dialog-container,
.mat-mdc-snackbar-container,
.mat-button-toggle-group,
.mat-datepicker-content,
mtx-datetimepicker-content {
  border-radius: 4px;
}
.bg-accent {
  background-color: #4e27f3 !important;
}
.tx-accent {
  color: #4e27f3 !important;
}
.brd-accent {
  border: 0.1rem solid #4e27f3 !important;
}
.bg-accent-light {
  background-color: #d2c2fb !important;
}
.tx-accent-light {
  color: #d2c2fb !important;
}
.brd-accent-light {
  border: 0.1rem solid #d2c2fb !important;
}
.bg-accent-lighter {
  background-color: #e4dfff !important;
}
.tx-accent-lighter {
  color: #e4dfff !important;
}
.brd-accent-lighter {
  border: 0.1rem solid #e4dfff !important;
}
.bg-accent-dark {
  background-color: #1c0935 !important;
}
.tx-accent-dark {
  color: #1c0935 !important;
}
.brd-accent-dark {
  border: 0.1rem solid #1c0935 !important;
}
.bg-primary {
  background-color: #00904e !important;
}
.tx-primary {
  color: #00904e !important;
}
.brd-primary {
  border: 0.1rem solid #00904e !important;
}
.bg-primary-light {
  background-color: #e6f4ee !important;
}
.tx-primary-light {
  color: #e6f4ee !important;
}
.brd-primary-light {
  border: 0.1rem solid #e6f4ee !important;
}
.bg-warn {
  background-color: #b00020 !important;
}
.tx-warn {
  color: #b00020 !important;
}
.brd-warn {
  border: 0.1rem solid #b00020 !important;
}
.bg-warn-lighter {
  background-color: #fffbff !important;
}
.tx-warn-lighter {
  color: #fffbff !important;
}
.brd-warn-lighter {
  border: 0.1rem solid #fffbff !important;
}
.bg-gray {
  background-color: #757874 !important;
}
.tx-gray {
  color: #757874 !important;
}
.brd-gray {
  border: 0.1rem solid #757874 !important;
}
.bg-gray-light {
  background-color: #e1e3de !important;
}
.tx-gray-light {
  color: #e1e3de !important;
}
.brd-gray-light {
  border: 0.1rem solid #e1e3de !important;
}
.bg-gray-lighter {
  background-color: var(--mat-toolbar-container-background-color, var(--mat-app-surface)) !important;
}
.tx-gray-lighter {
  color: var(--mat-toolbar-container-background-color, var(--mat-app-surface)) !important;
}
.brd-gray-lighter {
  border: 0.1rem solid var(--mat-toolbar-container-background-color, var(--mat-app-surface)) !important;
}
.bg-gray-medium {
  background-color: #9693b1 !important;
}
.tx-gray-medium {
  color: #9693b1 !important;
}
.brd-gray-medium {
  border: 0.1rem solid #9693b1 !important;
}
.bg-gray-dark {
  background-color: #50534f !important;
}
.tx-gray-dark {
  color: #50534f !important;
}
.brd-gray-dark {
  border: 0.1rem solid #50534f !important;
}
.bg-white {
  background-color: #ffffff !important;
}
.tx-white {
  color: #ffffff !important;
}
.brd-white {
  border: 0.1rem solid #ffffff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.tx-transparent {
  color: transparent !important;
}
.brd-transparent {
  border: 0.1rem solid transparent !important;
}
.bg-black {
  background-color: #000000 !important;
}
.tx-black {
  color: #000000 !important;
}
.brd-black {
  border: 0.1rem solid #000000 !important;
}
.bg-divider {
  background-color: #9693b1 !important;
}
.tx-divider {
  color: #9693b1 !important;
}
.brd-divider {
  border: 0.1rem solid #9693b1 !important;
}
.bg-green-supporting {
  background-color: #e6f4ee !important;
}
.tx-green-supporting {
  color: #e6f4ee !important;
}
.brd-green-supporting {
  border: 0.1rem solid #e6f4ee !important;
}
.bg-supporting {
  background-color: var(--mat-toolbar-container-background-color, var(--mat-app-surface)) !important;
}
.tx-supporting {
  color: var(--mat-toolbar-container-background-color, var(--mat-app-surface)) !important;
}
.brd-supporting {
  border: 0.1rem solid var(--mat-toolbar-container-background-color, var(--mat-app-surface)) !important;
}
.bg-table-header-bg {
  background-color: #f5fff3 !important;
}
.tx-table-header-bg {
  color: #f5fff3 !important;
}
.brd-table-header-bg {
  border: 0.1rem solid #f5fff3 !important;
}
.bg-primary-dark {
  background-color: #00522a !important;
}
.tx-primary-dark {
  color: #00522a !important;
}
.brd-primary-dark {
  border: 0.1rem solid #00522a !important;
}
.bg-primary-secondary {
  background-color: #00904e !important;
}
.tx-primary-secondary {
  color: #00904e !important;
}
.brd-primary-secondary {
  border: 0.1rem solid #00904e !important;
}
.bg-optional-text {
  background-color: #9693b1 !important;
}
.tx-optional-text {
  color: #9693b1 !important;
}
.brd-optional-text {
  border: 0.1rem solid #9693b1 !important;
}
.bg-primary-dark-violet {
  background-color: #bfbdd0 !important;
}
.tx-primary-dark-violet {
  color: #bfbdd0 !important;
}
.brd-primary-dark-violet {
  border: 0.1rem solid #bfbdd0 !important;
}
.bg-active-menu {
  background-color: rgba(209, 207, 207, 0.7) !important;
}
.tx-active-menu {
  color: rgba(209, 207, 207, 0.7) !important;
}
.brd-active-menu {
  border: 0.1rem solid rgba(209, 207, 207, 0.7) !important;
}
.bg-supporting-very-dark-violet-50 {
  background-color: #e5e5ec !important;
}
.tx-supporting-very-dark-violet-50 {
  color: #e5e5ec !important;
}
.brd-supporting-very-dark-violet-50 {
  border: 0.1rem solid #e5e5ec !important;
}
.bg-error-supporting {
  background-color: #690005 !important;
}
.tx-error-supporting {
  color: #690005 !important;
}
.brd-error-supporting {
  border: 0.1rem solid #690005 !important;
}
.bg-semantic-error {
  background-color: #ff5449 !important;
}
.tx-semantic-error {
  color: #ff5449 !important;
}
.brd-semantic-error {
  border: 0.1rem solid #ff5449 !important;
}
.pd-0 {
  padding: 0rem !important;
}
.pd-0-0 {
  padding: .0rem;
}
.pd-1-0 {
  padding: 1.0rem;
}
.px-0 {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}
.px-0-0 {
  padding-right: .0rem !important;
  padding-left: .0rem !important;
}
.px-1-0 {
  padding-right: 1.0rem !important;
  padding-left: 1.0rem !important;
}
.px-2-0 {
  padding-right: 2.0rem !important;
  padding-left: 2.0rem !important;
}
.px-4-0 {
  padding-right: 4.0rem !important;
  padding-left: 4.0rem !important;
}
.px-6-0 {
  padding-right: 6.0rem !important;
  padding-left: 6.0rem !important;
}
.py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
.py-0-0 {
  padding-top: .0rem !important;
  padding-bottom: .0rem !important;
}
.py-1-0 {
  padding-top: 1.0rem !important;
  padding-bottom: 1.0rem !important;
}
.py-2-0 {
  padding-top: 2.0rem;
  padding-bottom: 2.0rem;
}
.pb-0-0 {
  padding-bottom: .0rem !important;
}
.pb-1-0 {
  padding-bottom: 1.0rem !important;
}
.pb-2-0 {
  padding-bottom: 2.0rem !important;
}
.pt-0-0 {
  padding-top: .0rem !important;
}
.pt-1-0 {
  padding-top: 1.0rem !important;
}
.pt-2-0 {
  padding-top: 2.0rem !important;
}
.pdl-0 {
  padding-left: 0rem !important;
}
.pdl-0-0 {
  padding-left: .0rem;
}
.pdr-0 {
  padding-right: 0rem !important;
}
.gap-0 {
  gap: 0rem;
}
.gap-0-0 {
  gap: .0rem;
}
.w-00 {
  width: 00%;
}
.w-05 {
  width: 05%;
}
.w-0 {
  width: 0%;
}
.w-size-00 {
  width: 00rem;
}
.h-00 {
  height: 00rem;
}
.h-05 {
  height: 05rem;
}
.h-0 {
  height: 0rem !important;
}
.m-0 {
  margin: 0rem;
}
.m-0-0 {
  margin: .0rem !important;
}
.mrt-0 {
  margin-top: 0rem;
}
.mrt-0-0 {
  margin-top: 0.0rem;
}
.mrt-1-0 {
  margin-top: 1.0rem;
}
.mrt-2-0 {
  margin-top: 2.0rem;
}
.mrb-0 {
  margin-bottom: 0rem !important;
}
.mrb-0-0 {
  margin-bottom: .0rem !important;
}
.mrb-1-0 {
  margin-bottom: 1.0rem !important;
}
.mrb-2-0 {
  margin-bottom: 2.0rem !important;
}
.mrl-0 {
  margin-left: 0rem;
}
.mrl-0-0 {
  margin-left: 0.0rem;
}
.mrl-1-0 {
  margin-left: 1.0rem;
}
.mrl-2-0 {
  margin-left: 2.0rem;
}
.mrl-4-0 {
  margin-left: 4.0rem;
}
.mrr-0 {
  margin-right: 0rem;
}
.mrr-0-0 {
  margin-right: 0.0rem;
}
.mrr-1-0 {
  margin-right: 1.0rem;
}
.my-2-0 {
  margin-top: 2.0rem;
  margin-bottom: 2.0rem;
}
.mx-0-0 {
  margin-left: .0rem;
  margin-right: .0rem;
}
.mx-2-0 {
  margin-left: 2.0rem;
  margin-right: 2.0rem;
}
.l-space-0 {
  letter-spacing: .0rem;
}
.top-0 {
  top: 0rem;
}
.bottom-0 {
  bottom: 0rem;
}
.right-0 {
  right: 0rem;
}
.z-index-0 {
  z-index: 0;
}
.brd-radius-0 {
  border-radius: 0px;
}
.flex-0-0 {
  flex: .0;
}
.w-00 {
  width: 00%;
}
.h-0-0 {
  height: 0.0rem;
}
.w-01 {
  width: 01%;
}
.h-0-1 {
  height: 0.1rem;
}
.w-02 {
  width: 02%;
}
.h-0-2 {
  height: 0.2rem;
}
.w-03 {
  width: 03%;
}
.h-0-3 {
  height: 0.3rem;
}
.w-04 {
  width: 04%;
}
.h-0-4 {
  height: 0.4rem;
}
.w-05 {
  width: 05%;
}
.h-0-5 {
  height: 0.5rem;
}
.w-06 {
  width: 06%;
}
.h-0-6 {
  height: 0.6rem;
}
.w-07 {
  width: 07%;
}
.h-0-7 {
  height: 0.7rem;
}
.w-08 {
  width: 08%;
}
.h-0-8 {
  height: 0.8rem;
}
.w-09 {
  width: 09%;
}
.h-0-9 {
  height: 0.9rem;
}
.pd-1 {
  padding: 1rem !important;
}
.pd-0-1 {
  padding: .1rem;
}
.pd-1-1 {
  padding: 1.1rem;
}
.px-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-0-1 {
  padding-right: .1rem !important;
  padding-left: .1rem !important;
}
.px-1-1 {
  padding-right: 1.1rem !important;
  padding-left: 1.1rem !important;
}
.px-2-1 {
  padding-right: 2.1rem !important;
  padding-left: 2.1rem !important;
}
.px-4-1 {
  padding-right: 4.1rem !important;
  padding-left: 4.1rem !important;
}
.px-6-1 {
  padding-right: 6.1rem !important;
  padding-left: 6.1rem !important;
}
.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-0-1 {
  padding-top: .1rem !important;
  padding-bottom: .1rem !important;
}
.py-1-1 {
  padding-top: 1.1rem !important;
  padding-bottom: 1.1rem !important;
}
.py-2-1 {
  padding-top: 2.1rem;
  padding-bottom: 2.1rem;
}
.pb-0-1 {
  padding-bottom: .1rem !important;
}
.pb-1-1 {
  padding-bottom: 1.1rem !important;
}
.pb-2-1 {
  padding-bottom: 2.1rem !important;
}
.pt-0-1 {
  padding-top: .1rem !important;
}
.pt-1-1 {
  padding-top: 1.1rem !important;
}
.pt-2-1 {
  padding-top: 2.1rem !important;
}
.pdl-1 {
  padding-left: 1rem !important;
}
.pdl-0-1 {
  padding-left: .1rem;
}
.pdr-1 {
  padding-right: 1rem !important;
}
.gap-1 {
  gap: 1rem;
}
.gap-0-1 {
  gap: .1rem;
}
.w-10 {
  width: 10%;
}
.w-15 {
  width: 15%;
}
.w-1 {
  width: 1%;
}
.w-size-10 {
  width: 10rem;
}
.h-10 {
  height: 10rem;
}
.h-15 {
  height: 15rem;
}
.h-1 {
  height: 1rem !important;
}
.m-1 {
  margin: 1rem;
}
.m-0-1 {
  margin: .1rem !important;
}
.mrt-1 {
  margin-top: 1rem;
}
.mrt-0-1 {
  margin-top: 0.1rem;
}
.mrt-1-1 {
  margin-top: 1.1rem;
}
.mrt-2-1 {
  margin-top: 2.1rem;
}
.mrb-1 {
  margin-bottom: 1rem !important;
}
.mrb-0-1 {
  margin-bottom: .1rem !important;
}
.mrb-1-1 {
  margin-bottom: 1.1rem !important;
}
.mrb-2-1 {
  margin-bottom: 2.1rem !important;
}
.mrl-1 {
  margin-left: 1rem;
}
.mrl-0-1 {
  margin-left: 0.1rem;
}
.mrl-1-1 {
  margin-left: 1.1rem;
}
.mrl-2-1 {
  margin-left: 2.1rem;
}
.mrl-4-1 {
  margin-left: 4.1rem;
}
.mrr-1 {
  margin-right: 1rem;
}
.mrr-0-1 {
  margin-right: 0.1rem;
}
.mrr-1-1 {
  margin-right: 1.1rem;
}
.my-2-1 {
  margin-top: 2.1rem;
  margin-bottom: 2.1rem;
}
.mx-0-1 {
  margin-left: .1rem;
  margin-right: .1rem;
}
.mx-2-1 {
  margin-left: 2.1rem;
  margin-right: 2.1rem;
}
.l-space-1 {
  letter-spacing: .1rem;
}
.top-1 {
  top: 1rem;
}
.bottom-1 {
  bottom: 1rem;
}
.right-1 {
  right: 1rem;
}
.z-index-1 {
  z-index: 1;
}
.brd-radius-1 {
  border-radius: 1px;
}
.flex-0-1 {
  flex: .1;
}
.w-10 {
  width: 10%;
}
.h-1-0 {
  height: 1.0rem;
}
.w-11 {
  width: 11%;
}
.h-1-1 {
  height: 1.1rem;
}
.w-12 {
  width: 12%;
}
.h-1-2 {
  height: 1.2rem;
}
.w-13 {
  width: 13%;
}
.h-1-3 {
  height: 1.3rem;
}
.w-14 {
  width: 14%;
}
.h-1-4 {
  height: 1.4rem;
}
.w-15 {
  width: 15%;
}
.h-1-5 {
  height: 1.5rem;
}
.w-16 {
  width: 16%;
}
.h-1-6 {
  height: 1.6rem;
}
.w-17 {
  width: 17%;
}
.h-1-7 {
  height: 1.7rem;
}
.w-18 {
  width: 18%;
}
.h-1-8 {
  height: 1.8rem;
}
.w-19 {
  width: 19%;
}
.h-1-9 {
  height: 1.9rem;
}
.pd-2 {
  padding: 2rem !important;
}
.pd-0-2 {
  padding: .2rem;
}
.pd-1-2 {
  padding: 1.2rem;
}
.px-2 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}
.px-0-2 {
  padding-right: .2rem !important;
  padding-left: .2rem !important;
}
.px-1-2 {
  padding-right: 1.2rem !important;
  padding-left: 1.2rem !important;
}
.px-2-2 {
  padding-right: 2.2rem !important;
  padding-left: 2.2rem !important;
}
.px-4-2 {
  padding-right: 4.2rem !important;
  padding-left: 4.2rem !important;
}
.px-6-2 {
  padding-right: 6.2rem !important;
  padding-left: 6.2rem !important;
}
.py-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.py-0-2 {
  padding-top: .2rem !important;
  padding-bottom: .2rem !important;
}
.py-1-2 {
  padding-top: 1.2rem !important;
  padding-bottom: 1.2rem !important;
}
.py-2-2 {
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
}
.pb-0-2 {
  padding-bottom: .2rem !important;
}
.pb-1-2 {
  padding-bottom: 1.2rem !important;
}
.pb-2-2 {
  padding-bottom: 2.2rem !important;
}
.pt-0-2 {
  padding-top: .2rem !important;
}
.pt-1-2 {
  padding-top: 1.2rem !important;
}
.pt-2-2 {
  padding-top: 2.2rem !important;
}
.pdl-2 {
  padding-left: 2rem !important;
}
.pdl-0-2 {
  padding-left: .2rem;
}
.pdr-2 {
  padding-right: 2rem !important;
}
.gap-2 {
  gap: 2rem;
}
.gap-0-2 {
  gap: .2rem;
}
.w-20 {
  width: 20%;
}
.w-25 {
  width: 25%;
}
.w-2 {
  width: 2%;
}
.w-size-20 {
  width: 20rem;
}
.h-20 {
  height: 20rem;
}
.h-25 {
  height: 25rem;
}
.h-2 {
  height: 2rem !important;
}
.m-2 {
  margin: 2rem;
}
.m-0-2 {
  margin: .2rem !important;
}
.mrt-2 {
  margin-top: 2rem;
}
.mrt-0-2 {
  margin-top: 0.2rem;
}
.mrt-1-2 {
  margin-top: 1.2rem;
}
.mrt-2-2 {
  margin-top: 2.2rem;
}
.mrb-2 {
  margin-bottom: 2rem !important;
}
.mrb-0-2 {
  margin-bottom: .2rem !important;
}
.mrb-1-2 {
  margin-bottom: 1.2rem !important;
}
.mrb-2-2 {
  margin-bottom: 2.2rem !important;
}
.mrl-2 {
  margin-left: 2rem;
}
.mrl-0-2 {
  margin-left: 0.2rem;
}
.mrl-1-2 {
  margin-left: 1.2rem;
}
.mrl-2-2 {
  margin-left: 2.2rem;
}
.mrl-4-2 {
  margin-left: 4.2rem;
}
.mrr-2 {
  margin-right: 2rem;
}
.mrr-0-2 {
  margin-right: 0.2rem;
}
.mrr-1-2 {
  margin-right: 1.2rem;
}
.my-2-2 {
  margin-top: 2.2rem;
  margin-bottom: 2.2rem;
}
.mx-0-2 {
  margin-left: .2rem;
  margin-right: .2rem;
}
.mx-2-2 {
  margin-left: 2.2rem;
  margin-right: 2.2rem;
}
.l-space-2 {
  letter-spacing: .2rem;
}
.top-2 {
  top: 2rem;
}
.bottom-2 {
  bottom: 2rem;
}
.right-2 {
  right: 2rem;
}
.z-index-2 {
  z-index: 2;
}
.brd-radius-2 {
  border-radius: 2px;
}
.flex-0-2 {
  flex: .2;
}
.w-20 {
  width: 20%;
}
.h-2-0 {
  height: 2.0rem;
}
.w-21 {
  width: 21%;
}
.h-2-1 {
  height: 2.1rem;
}
.w-22 {
  width: 22%;
}
.h-2-2 {
  height: 2.2rem;
}
.w-23 {
  width: 23%;
}
.h-2-3 {
  height: 2.3rem;
}
.w-24 {
  width: 24%;
}
.h-2-4 {
  height: 2.4rem;
}
.w-25 {
  width: 25%;
}
.h-2-5 {
  height: 2.5rem;
}
.w-26 {
  width: 26%;
}
.h-2-6 {
  height: 2.6rem;
}
.w-27 {
  width: 27%;
}
.h-2-7 {
  height: 2.7rem;
}
.w-28 {
  width: 28%;
}
.h-2-8 {
  height: 2.8rem;
}
.w-29 {
  width: 29%;
}
.h-2-9 {
  height: 2.9rem;
}
.pd-3 {
  padding: 3rem !important;
}
.pd-0-3 {
  padding: .3rem;
}
.pd-1-3 {
  padding: 1.3rem;
}
.px-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.px-0-3 {
  padding-right: .3rem !important;
  padding-left: .3rem !important;
}
.px-1-3 {
  padding-right: 1.3rem !important;
  padding-left: 1.3rem !important;
}
.px-2-3 {
  padding-right: 2.3rem !important;
  padding-left: 2.3rem !important;
}
.px-4-3 {
  padding-right: 4.3rem !important;
  padding-left: 4.3rem !important;
}
.px-6-3 {
  padding-right: 6.3rem !important;
  padding-left: 6.3rem !important;
}
.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.py-0-3 {
  padding-top: .3rem !important;
  padding-bottom: .3rem !important;
}
.py-1-3 {
  padding-top: 1.3rem !important;
  padding-bottom: 1.3rem !important;
}
.py-2-3 {
  padding-top: 2.3rem;
  padding-bottom: 2.3rem;
}
.pb-0-3 {
  padding-bottom: .3rem !important;
}
.pb-1-3 {
  padding-bottom: 1.3rem !important;
}
.pb-2-3 {
  padding-bottom: 2.3rem !important;
}
.pt-0-3 {
  padding-top: .3rem !important;
}
.pt-1-3 {
  padding-top: 1.3rem !important;
}
.pt-2-3 {
  padding-top: 2.3rem !important;
}
.pdl-3 {
  padding-left: 3rem !important;
}
.pdl-0-3 {
  padding-left: .3rem;
}
.pdr-3 {
  padding-right: 3rem !important;
}
.gap-3 {
  gap: 3rem;
}
.gap-0-3 {
  gap: .3rem;
}
.w-30 {
  width: 30%;
}
.w-35 {
  width: 35%;
}
.w-3 {
  width: 3%;
}
.w-size-30 {
  width: 30rem;
}
.h-30 {
  height: 30rem;
}
.h-35 {
  height: 35rem;
}
.h-3 {
  height: 3rem !important;
}
.m-3 {
  margin: 3rem;
}
.m-0-3 {
  margin: .3rem !important;
}
.mrt-3 {
  margin-top: 3rem;
}
.mrt-0-3 {
  margin-top: 0.3rem;
}
.mrt-1-3 {
  margin-top: 1.3rem;
}
.mrt-2-3 {
  margin-top: 2.3rem;
}
.mrb-3 {
  margin-bottom: 3rem !important;
}
.mrb-0-3 {
  margin-bottom: .3rem !important;
}
.mrb-1-3 {
  margin-bottom: 1.3rem !important;
}
.mrb-2-3 {
  margin-bottom: 2.3rem !important;
}
.mrl-3 {
  margin-left: 3rem;
}
.mrl-0-3 {
  margin-left: 0.3rem;
}
.mrl-1-3 {
  margin-left: 1.3rem;
}
.mrl-2-3 {
  margin-left: 2.3rem;
}
.mrl-4-3 {
  margin-left: 4.3rem;
}
.mrr-3 {
  margin-right: 3rem;
}
.mrr-0-3 {
  margin-right: 0.3rem;
}
.mrr-1-3 {
  margin-right: 1.3rem;
}
.my-2-3 {
  margin-top: 2.3rem;
  margin-bottom: 2.3rem;
}
.mx-0-3 {
  margin-left: .3rem;
  margin-right: .3rem;
}
.mx-2-3 {
  margin-left: 2.3rem;
  margin-right: 2.3rem;
}
.l-space-3 {
  letter-spacing: .3rem;
}
.top-3 {
  top: 3rem;
}
.bottom-3 {
  bottom: 3rem;
}
.right-3 {
  right: 3rem;
}
.z-index-3 {
  z-index: 3;
}
.brd-radius-3 {
  border-radius: 3px;
}
.flex-0-3 {
  flex: .3;
}
.w-30 {
  width: 30%;
}
.h-3-0 {
  height: 3.0rem;
}
.w-31 {
  width: 31%;
}
.h-3-1 {
  height: 3.1rem;
}
.w-32 {
  width: 32%;
}
.h-3-2 {
  height: 3.2rem;
}
.w-33 {
  width: 33%;
}
.h-3-3 {
  height: 3.3rem;
}
.w-34 {
  width: 34%;
}
.h-3-4 {
  height: 3.4rem;
}
.w-35 {
  width: 35%;
}
.h-3-5 {
  height: 3.5rem;
}
.w-36 {
  width: 36%;
}
.h-3-6 {
  height: 3.6rem;
}
.w-37 {
  width: 37%;
}
.h-3-7 {
  height: 3.7rem;
}
.w-38 {
  width: 38%;
}
.h-3-8 {
  height: 3.8rem;
}
.w-39 {
  width: 39%;
}
.h-3-9 {
  height: 3.9rem;
}
.pd-4 {
  padding: 4rem !important;
}
.pd-0-4 {
  padding: .4rem;
}
.pd-1-4 {
  padding: 1.4rem;
}
.px-4 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}
.px-0-4 {
  padding-right: .4rem !important;
  padding-left: .4rem !important;
}
.px-1-4 {
  padding-right: 1.4rem !important;
  padding-left: 1.4rem !important;
}
.px-2-4 {
  padding-right: 2.4rem !important;
  padding-left: 2.4rem !important;
}
.px-4-4 {
  padding-right: 4.4rem !important;
  padding-left: 4.4rem !important;
}
.px-6-4 {
  padding-right: 6.4rem !important;
  padding-left: 6.4rem !important;
}
.py-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.py-0-4 {
  padding-top: .4rem !important;
  padding-bottom: .4rem !important;
}
.py-1-4 {
  padding-top: 1.4rem !important;
  padding-bottom: 1.4rem !important;
}
.py-2-4 {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}
.pb-0-4 {
  padding-bottom: .4rem !important;
}
.pb-1-4 {
  padding-bottom: 1.4rem !important;
}
.pb-2-4 {
  padding-bottom: 2.4rem !important;
}
.pt-0-4 {
  padding-top: .4rem !important;
}
.pt-1-4 {
  padding-top: 1.4rem !important;
}
.pt-2-4 {
  padding-top: 2.4rem !important;
}
.pdl-4 {
  padding-left: 4rem !important;
}
.pdl-0-4 {
  padding-left: .4rem;
}
.pdr-4 {
  padding-right: 4rem !important;
}
.gap-4 {
  gap: 4rem;
}
.gap-0-4 {
  gap: .4rem;
}
.w-40 {
  width: 40%;
}
.w-45 {
  width: 45%;
}
.w-4 {
  width: 4%;
}
.w-size-40 {
  width: 40rem;
}
.h-40 {
  height: 40rem;
}
.h-45 {
  height: 45rem;
}
.h-4 {
  height: 4rem !important;
}
.m-4 {
  margin: 4rem;
}
.m-0-4 {
  margin: .4rem !important;
}
.mrt-4 {
  margin-top: 4rem;
}
.mrt-0-4 {
  margin-top: 0.4rem;
}
.mrt-1-4 {
  margin-top: 1.4rem;
}
.mrt-2-4 {
  margin-top: 2.4rem;
}
.mrb-4 {
  margin-bottom: 4rem !important;
}
.mrb-0-4 {
  margin-bottom: .4rem !important;
}
.mrb-1-4 {
  margin-bottom: 1.4rem !important;
}
.mrb-2-4 {
  margin-bottom: 2.4rem !important;
}
.mrl-4 {
  margin-left: 4rem;
}
.mrl-0-4 {
  margin-left: 0.4rem;
}
.mrl-1-4 {
  margin-left: 1.4rem;
}
.mrl-2-4 {
  margin-left: 2.4rem;
}
.mrl-4-4 {
  margin-left: 4.4rem;
}
.mrr-4 {
  margin-right: 4rem;
}
.mrr-0-4 {
  margin-right: 0.4rem;
}
.mrr-1-4 {
  margin-right: 1.4rem;
}
.my-2-4 {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
.mx-0-4 {
  margin-left: .4rem;
  margin-right: .4rem;
}
.mx-2-4 {
  margin-left: 2.4rem;
  margin-right: 2.4rem;
}
.l-space-4 {
  letter-spacing: .4rem;
}
.top-4 {
  top: 4rem;
}
.bottom-4 {
  bottom: 4rem;
}
.right-4 {
  right: 4rem;
}
.z-index-4 {
  z-index: 4;
}
.brd-radius-4 {
  border-radius: 4px;
}
.flex-0-4 {
  flex: .4;
}
.w-40 {
  width: 40%;
}
.h-4-0 {
  height: 4.0rem;
}
.w-41 {
  width: 41%;
}
.h-4-1 {
  height: 4.1rem;
}
.w-42 {
  width: 42%;
}
.h-4-2 {
  height: 4.2rem;
}
.w-43 {
  width: 43%;
}
.h-4-3 {
  height: 4.3rem;
}
.w-44 {
  width: 44%;
}
.h-4-4 {
  height: 4.4rem;
}
.w-45 {
  width: 45%;
}
.h-4-5 {
  height: 4.5rem;
}
.w-46 {
  width: 46%;
}
.h-4-6 {
  height: 4.6rem;
}
.w-47 {
  width: 47%;
}
.h-4-7 {
  height: 4.7rem;
}
.w-48 {
  width: 48%;
}
.h-4-8 {
  height: 4.8rem;
}
.w-49 {
  width: 49%;
}
.h-4-9 {
  height: 4.9rem;
}
.pd-5 {
  padding: 5rem !important;
}
.pd-0-5 {
  padding: .5rem;
}
.pd-1-5 {
  padding: 1.5rem;
}
.px-5 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}
.px-0-5 {
  padding-right: .5rem !important;
  padding-left: .5rem !important;
}
.px-1-5 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-2-5 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}
.px-4-5 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}
.px-6-5 {
  padding-right: 6.5rem !important;
  padding-left: 6.5rem !important;
}
.py-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.py-0-5 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}
.py-1-5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-2-5 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.pb-0-5 {
  padding-bottom: .5rem !important;
}
.pb-1-5 {
  padding-bottom: 1.5rem !important;
}
.pb-2-5 {
  padding-bottom: 2.5rem !important;
}
.pt-0-5 {
  padding-top: .5rem !important;
}
.pt-1-5 {
  padding-top: 1.5rem !important;
}
.pt-2-5 {
  padding-top: 2.5rem !important;
}
.pdl-5 {
  padding-left: 5rem !important;
}
.pdl-0-5 {
  padding-left: .5rem;
}
.pdr-5 {
  padding-right: 5rem !important;
}
.gap-5 {
  gap: 5rem;
}
.gap-0-5 {
  gap: .5rem;
}
.w-50 {
  width: 50%;
}
.w-55 {
  width: 55%;
}
.w-5 {
  width: 5%;
}
.w-size-50 {
  width: 50rem;
}
.h-50 {
  height: 50rem;
}
.h-55 {
  height: 55rem;
}
.h-5 {
  height: 5rem !important;
}
.m-5 {
  margin: 5rem;
}
.m-0-5 {
  margin: .5rem !important;
}
.mrt-5 {
  margin-top: 5rem;
}
.mrt-0-5 {
  margin-top: 0.5rem;
}
.mrt-1-5 {
  margin-top: 1.5rem;
}
.mrt-2-5 {
  margin-top: 2.5rem;
}
.mrb-5 {
  margin-bottom: 5rem !important;
}
.mrb-0-5 {
  margin-bottom: .5rem !important;
}
.mrb-1-5 {
  margin-bottom: 1.5rem !important;
}
.mrb-2-5 {
  margin-bottom: 2.5rem !important;
}
.mrl-5 {
  margin-left: 5rem;
}
.mrl-0-5 {
  margin-left: 0.5rem;
}
.mrl-1-5 {
  margin-left: 1.5rem;
}
.mrl-2-5 {
  margin-left: 2.5rem;
}
.mrl-4-5 {
  margin-left: 4.5rem;
}
.mrr-5 {
  margin-right: 5rem;
}
.mrr-0-5 {
  margin-right: 0.5rem;
}
.mrr-1-5 {
  margin-right: 1.5rem;
}
.my-2-5 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.mx-0-5 {
  margin-left: .5rem;
  margin-right: .5rem;
}
.mx-2-5 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.l-space-5 {
  letter-spacing: .5rem;
}
.top-5 {
  top: 5rem;
}
.bottom-5 {
  bottom: 5rem;
}
.right-5 {
  right: 5rem;
}
.z-index-5 {
  z-index: 5;
}
.brd-radius-5 {
  border-radius: 5px;
}
.flex-0-5 {
  flex: .5;
}
.w-50 {
  width: 50%;
}
.h-5-0 {
  height: 5.0rem;
}
.w-51 {
  width: 51%;
}
.h-5-1 {
  height: 5.1rem;
}
.w-52 {
  width: 52%;
}
.h-5-2 {
  height: 5.2rem;
}
.w-53 {
  width: 53%;
}
.h-5-3 {
  height: 5.3rem;
}
.w-54 {
  width: 54%;
}
.h-5-4 {
  height: 5.4rem;
}
.w-55 {
  width: 55%;
}
.h-5-5 {
  height: 5.5rem;
}
.w-56 {
  width: 56%;
}
.h-5-6 {
  height: 5.6rem;
}
.w-57 {
  width: 57%;
}
.h-5-7 {
  height: 5.7rem;
}
.w-58 {
  width: 58%;
}
.h-5-8 {
  height: 5.8rem;
}
.w-59 {
  width: 59%;
}
.h-5-9 {
  height: 5.9rem;
}
.pd-6 {
  padding: 6rem !important;
}
.pd-0-6 {
  padding: .6rem;
}
.pd-1-6 {
  padding: 1.6rem;
}
.px-6 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}
.px-0-6 {
  padding-right: .6rem !important;
  padding-left: .6rem !important;
}
.px-1-6 {
  padding-right: 1.6rem !important;
  padding-left: 1.6rem !important;
}
.px-2-6 {
  padding-right: 2.6rem !important;
  padding-left: 2.6rem !important;
}
.px-4-6 {
  padding-right: 4.6rem !important;
  padding-left: 4.6rem !important;
}
.px-6-6 {
  padding-right: 6.6rem !important;
  padding-left: 6.6rem !important;
}
.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}
.py-0-6 {
  padding-top: .6rem !important;
  padding-bottom: .6rem !important;
}
.py-1-6 {
  padding-top: 1.6rem !important;
  padding-bottom: 1.6rem !important;
}
.py-2-6 {
  padding-top: 2.6rem;
  padding-bottom: 2.6rem;
}
.pb-0-6 {
  padding-bottom: .6rem !important;
}
.pb-1-6 {
  padding-bottom: 1.6rem !important;
}
.pb-2-6 {
  padding-bottom: 2.6rem !important;
}
.pt-0-6 {
  padding-top: .6rem !important;
}
.pt-1-6 {
  padding-top: 1.6rem !important;
}
.pt-2-6 {
  padding-top: 2.6rem !important;
}
.pdl-6 {
  padding-left: 6rem !important;
}
.pdl-0-6 {
  padding-left: .6rem;
}
.pdr-6 {
  padding-right: 6rem !important;
}
.gap-6 {
  gap: 6rem;
}
.gap-0-6 {
  gap: .6rem;
}
.w-60 {
  width: 60%;
}
.w-65 {
  width: 65%;
}
.w-6 {
  width: 6%;
}
.w-size-60 {
  width: 60rem;
}
.h-60 {
  height: 60rem;
}
.h-65 {
  height: 65rem;
}
.h-6 {
  height: 6rem !important;
}
.m-6 {
  margin: 6rem;
}
.m-0-6 {
  margin: .6rem !important;
}
.mrt-6 {
  margin-top: 6rem;
}
.mrt-0-6 {
  margin-top: 0.6rem;
}
.mrt-1-6 {
  margin-top: 1.6rem;
}
.mrt-2-6 {
  margin-top: 2.6rem;
}
.mrb-6 {
  margin-bottom: 6rem !important;
}
.mrb-0-6 {
  margin-bottom: .6rem !important;
}
.mrb-1-6 {
  margin-bottom: 1.6rem !important;
}
.mrb-2-6 {
  margin-bottom: 2.6rem !important;
}
.mrl-6 {
  margin-left: 6rem;
}
.mrl-0-6 {
  margin-left: 0.6rem;
}
.mrl-1-6 {
  margin-left: 1.6rem;
}
.mrl-2-6 {
  margin-left: 2.6rem;
}
.mrl-4-6 {
  margin-left: 4.6rem;
}
.mrr-6 {
  margin-right: 6rem;
}
.mrr-0-6 {
  margin-right: 0.6rem;
}
.mrr-1-6 {
  margin-right: 1.6rem;
}
.my-2-6 {
  margin-top: 2.6rem;
  margin-bottom: 2.6rem;
}
.mx-0-6 {
  margin-left: .6rem;
  margin-right: .6rem;
}
.mx-2-6 {
  margin-left: 2.6rem;
  margin-right: 2.6rem;
}
.l-space-6 {
  letter-spacing: .6rem;
}
.top-6 {
  top: 6rem;
}
.bottom-6 {
  bottom: 6rem;
}
.right-6 {
  right: 6rem;
}
.z-index-6 {
  z-index: 6;
}
.brd-radius-6 {
  border-radius: 6px;
}
.flex-0-6 {
  flex: .6;
}
.w-60 {
  width: 60%;
}
.h-6-0 {
  height: 6.0rem;
}
.w-61 {
  width: 61%;
}
.h-6-1 {
  height: 6.1rem;
}
.w-62 {
  width: 62%;
}
.h-6-2 {
  height: 6.2rem;
}
.w-63 {
  width: 63%;
}
.h-6-3 {
  height: 6.3rem;
}
.w-64 {
  width: 64%;
}
.h-6-4 {
  height: 6.4rem;
}
.w-65 {
  width: 65%;
}
.h-6-5 {
  height: 6.5rem;
}
.w-66 {
  width: 66%;
}
.h-6-6 {
  height: 6.6rem;
}
.w-67 {
  width: 67%;
}
.h-6-7 {
  height: 6.7rem;
}
.w-68 {
  width: 68%;
}
.h-6-8 {
  height: 6.8rem;
}
.w-69 {
  width: 69%;
}
.h-6-9 {
  height: 6.9rem;
}
.pd-7 {
  padding: 7rem !important;
}
.pd-0-7 {
  padding: .7rem;
}
.pd-1-7 {
  padding: 1.7rem;
}
.px-7 {
  padding-right: 7rem !important;
  padding-left: 7rem !important;
}
.px-0-7 {
  padding-right: .7rem !important;
  padding-left: .7rem !important;
}
.px-1-7 {
  padding-right: 1.7rem !important;
  padding-left: 1.7rem !important;
}
.px-2-7 {
  padding-right: 2.7rem !important;
  padding-left: 2.7rem !important;
}
.px-4-7 {
  padding-right: 4.7rem !important;
  padding-left: 4.7rem !important;
}
.px-6-7 {
  padding-right: 6.7rem !important;
  padding-left: 6.7rem !important;
}
.py-7 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}
.py-0-7 {
  padding-top: .7rem !important;
  padding-bottom: .7rem !important;
}
.py-1-7 {
  padding-top: 1.7rem !important;
  padding-bottom: 1.7rem !important;
}
.py-2-7 {
  padding-top: 2.7rem;
  padding-bottom: 2.7rem;
}
.pb-0-7 {
  padding-bottom: .7rem !important;
}
.pb-1-7 {
  padding-bottom: 1.7rem !important;
}
.pb-2-7 {
  padding-bottom: 2.7rem !important;
}
.pt-0-7 {
  padding-top: .7rem !important;
}
.pt-1-7 {
  padding-top: 1.7rem !important;
}
.pt-2-7 {
  padding-top: 2.7rem !important;
}
.pdl-7 {
  padding-left: 7rem !important;
}
.pdl-0-7 {
  padding-left: .7rem;
}
.pdr-7 {
  padding-right: 7rem !important;
}
.gap-7 {
  gap: 7rem;
}
.gap-0-7 {
  gap: .7rem;
}
.w-70 {
  width: 70%;
}
.w-75 {
  width: 75%;
}
.w-7 {
  width: 7%;
}
.w-size-70 {
  width: 70rem;
}
.h-70 {
  height: 70rem;
}
.h-75 {
  height: 75rem;
}
.h-7 {
  height: 7rem !important;
}
.m-7 {
  margin: 7rem;
}
.m-0-7 {
  margin: .7rem !important;
}
.mrt-7 {
  margin-top: 7rem;
}
.mrt-0-7 {
  margin-top: 0.7rem;
}
.mrt-1-7 {
  margin-top: 1.7rem;
}
.mrt-2-7 {
  margin-top: 2.7rem;
}
.mrb-7 {
  margin-bottom: 7rem !important;
}
.mrb-0-7 {
  margin-bottom: .7rem !important;
}
.mrb-1-7 {
  margin-bottom: 1.7rem !important;
}
.mrb-2-7 {
  margin-bottom: 2.7rem !important;
}
.mrl-7 {
  margin-left: 7rem;
}
.mrl-0-7 {
  margin-left: 0.7rem;
}
.mrl-1-7 {
  margin-left: 1.7rem;
}
.mrl-2-7 {
  margin-left: 2.7rem;
}
.mrl-4-7 {
  margin-left: 4.7rem;
}
.mrr-7 {
  margin-right: 7rem;
}
.mrr-0-7 {
  margin-right: 0.7rem;
}
.mrr-1-7 {
  margin-right: 1.7rem;
}
.my-2-7 {
  margin-top: 2.7rem;
  margin-bottom: 2.7rem;
}
.mx-0-7 {
  margin-left: .7rem;
  margin-right: .7rem;
}
.mx-2-7 {
  margin-left: 2.7rem;
  margin-right: 2.7rem;
}
.l-space-7 {
  letter-spacing: .7rem;
}
.top-7 {
  top: 7rem;
}
.bottom-7 {
  bottom: 7rem;
}
.right-7 {
  right: 7rem;
}
.z-index-7 {
  z-index: 7;
}
.brd-radius-7 {
  border-radius: 7px;
}
.flex-0-7 {
  flex: .7;
}
.w-70 {
  width: 70%;
}
.h-7-0 {
  height: 7.0rem;
}
.w-71 {
  width: 71%;
}
.h-7-1 {
  height: 7.1rem;
}
.w-72 {
  width: 72%;
}
.h-7-2 {
  height: 7.2rem;
}
.w-73 {
  width: 73%;
}
.h-7-3 {
  height: 7.3rem;
}
.w-74 {
  width: 74%;
}
.h-7-4 {
  height: 7.4rem;
}
.w-75 {
  width: 75%;
}
.h-7-5 {
  height: 7.5rem;
}
.w-76 {
  width: 76%;
}
.h-7-6 {
  height: 7.6rem;
}
.w-77 {
  width: 77%;
}
.h-7-7 {
  height: 7.7rem;
}
.w-78 {
  width: 78%;
}
.h-7-8 {
  height: 7.8rem;
}
.w-79 {
  width: 79%;
}
.h-7-9 {
  height: 7.9rem;
}
.pd-8 {
  padding: 8rem !important;
}
.pd-0-8 {
  padding: .8rem;
}
.pd-1-8 {
  padding: 1.8rem;
}
.px-8 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}
.px-0-8 {
  padding-right: .8rem !important;
  padding-left: .8rem !important;
}
.px-1-8 {
  padding-right: 1.8rem !important;
  padding-left: 1.8rem !important;
}
.px-2-8 {
  padding-right: 2.8rem !important;
  padding-left: 2.8rem !important;
}
.px-4-8 {
  padding-right: 4.8rem !important;
  padding-left: 4.8rem !important;
}
.px-6-8 {
  padding-right: 6.8rem !important;
  padding-left: 6.8rem !important;
}
.py-8 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}
.py-0-8 {
  padding-top: .8rem !important;
  padding-bottom: .8rem !important;
}
.py-1-8 {
  padding-top: 1.8rem !important;
  padding-bottom: 1.8rem !important;
}
.py-2-8 {
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
}
.pb-0-8 {
  padding-bottom: .8rem !important;
}
.pb-1-8 {
  padding-bottom: 1.8rem !important;
}
.pb-2-8 {
  padding-bottom: 2.8rem !important;
}
.pt-0-8 {
  padding-top: .8rem !important;
}
.pt-1-8 {
  padding-top: 1.8rem !important;
}
.pt-2-8 {
  padding-top: 2.8rem !important;
}
.pdl-8 {
  padding-left: 8rem !important;
}
.pdl-0-8 {
  padding-left: .8rem;
}
.pdr-8 {
  padding-right: 8rem !important;
}
.gap-8 {
  gap: 8rem;
}
.gap-0-8 {
  gap: .8rem;
}
.w-80 {
  width: 80%;
}
.w-85 {
  width: 85%;
}
.w-8 {
  width: 8%;
}
.w-size-80 {
  width: 80rem;
}
.h-80 {
  height: 80rem;
}
.h-85 {
  height: 85rem;
}
.h-8 {
  height: 8rem !important;
}
.m-8 {
  margin: 8rem;
}
.m-0-8 {
  margin: .8rem !important;
}
.mrt-8 {
  margin-top: 8rem;
}
.mrt-0-8 {
  margin-top: 0.8rem;
}
.mrt-1-8 {
  margin-top: 1.8rem;
}
.mrt-2-8 {
  margin-top: 2.8rem;
}
.mrb-8 {
  margin-bottom: 8rem !important;
}
.mrb-0-8 {
  margin-bottom: .8rem !important;
}
.mrb-1-8 {
  margin-bottom: 1.8rem !important;
}
.mrb-2-8 {
  margin-bottom: 2.8rem !important;
}
.mrl-8 {
  margin-left: 8rem;
}
.mrl-0-8 {
  margin-left: 0.8rem;
}
.mrl-1-8 {
  margin-left: 1.8rem;
}
.mrl-2-8 {
  margin-left: 2.8rem;
}
.mrl-4-8 {
  margin-left: 4.8rem;
}
.mrr-8 {
  margin-right: 8rem;
}
.mrr-0-8 {
  margin-right: 0.8rem;
}
.mrr-1-8 {
  margin-right: 1.8rem;
}
.my-2-8 {
  margin-top: 2.8rem;
  margin-bottom: 2.8rem;
}
.mx-0-8 {
  margin-left: .8rem;
  margin-right: .8rem;
}
.mx-2-8 {
  margin-left: 2.8rem;
  margin-right: 2.8rem;
}
.l-space-8 {
  letter-spacing: .8rem;
}
.top-8 {
  top: 8rem;
}
.bottom-8 {
  bottom: 8rem;
}
.right-8 {
  right: 8rem;
}
.z-index-8 {
  z-index: 8;
}
.brd-radius-8 {
  border-radius: 8px;
}
.flex-0-8 {
  flex: .8;
}
.w-80 {
  width: 80%;
}
.h-8-0 {
  height: 8.0rem;
}
.w-81 {
  width: 81%;
}
.h-8-1 {
  height: 8.1rem;
}
.w-82 {
  width: 82%;
}
.h-8-2 {
  height: 8.2rem;
}
.w-83 {
  width: 83%;
}
.h-8-3 {
  height: 8.3rem;
}
.w-84 {
  width: 84%;
}
.h-8-4 {
  height: 8.4rem;
}
.w-85 {
  width: 85%;
}
.h-8-5 {
  height: 8.5rem;
}
.w-86 {
  width: 86%;
}
.h-8-6 {
  height: 8.6rem;
}
.w-87 {
  width: 87%;
}
.h-8-7 {
  height: 8.7rem;
}
.w-88 {
  width: 88%;
}
.h-8-8 {
  height: 8.8rem;
}
.w-89 {
  width: 89%;
}
.h-8-9 {
  height: 8.9rem;
}
.pd-9 {
  padding: 9rem !important;
}
.pd-0-9 {
  padding: .9rem;
}
.pd-1-9 {
  padding: 1.9rem;
}
.px-9 {
  padding-right: 9rem !important;
  padding-left: 9rem !important;
}
.px-0-9 {
  padding-right: .9rem !important;
  padding-left: .9rem !important;
}
.px-1-9 {
  padding-right: 1.9rem !important;
  padding-left: 1.9rem !important;
}
.px-2-9 {
  padding-right: 2.9rem !important;
  padding-left: 2.9rem !important;
}
.px-4-9 {
  padding-right: 4.9rem !important;
  padding-left: 4.9rem !important;
}
.px-6-9 {
  padding-right: 6.9rem !important;
  padding-left: 6.9rem !important;
}
.py-9 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}
.py-0-9 {
  padding-top: .9rem !important;
  padding-bottom: .9rem !important;
}
.py-1-9 {
  padding-top: 1.9rem !important;
  padding-bottom: 1.9rem !important;
}
.py-2-9 {
  padding-top: 2.9rem;
  padding-bottom: 2.9rem;
}
.pb-0-9 {
  padding-bottom: .9rem !important;
}
.pb-1-9 {
  padding-bottom: 1.9rem !important;
}
.pb-2-9 {
  padding-bottom: 2.9rem !important;
}
.pt-0-9 {
  padding-top: .9rem !important;
}
.pt-1-9 {
  padding-top: 1.9rem !important;
}
.pt-2-9 {
  padding-top: 2.9rem !important;
}
.pdl-9 {
  padding-left: 9rem !important;
}
.pdl-0-9 {
  padding-left: .9rem;
}
.pdr-9 {
  padding-right: 9rem !important;
}
.gap-9 {
  gap: 9rem;
}
.gap-0-9 {
  gap: .9rem;
}
.w-90 {
  width: 90%;
}
.w-95 {
  width: 95%;
}
.w-9 {
  width: 9%;
}
.w-size-90 {
  width: 90rem;
}
.h-90 {
  height: 90rem;
}
.h-95 {
  height: 95rem;
}
.h-9 {
  height: 9rem !important;
}
.m-9 {
  margin: 9rem;
}
.m-0-9 {
  margin: .9rem !important;
}
.mrt-9 {
  margin-top: 9rem;
}
.mrt-0-9 {
  margin-top: 0.9rem;
}
.mrt-1-9 {
  margin-top: 1.9rem;
}
.mrt-2-9 {
  margin-top: 2.9rem;
}
.mrb-9 {
  margin-bottom: 9rem !important;
}
.mrb-0-9 {
  margin-bottom: .9rem !important;
}
.mrb-1-9 {
  margin-bottom: 1.9rem !important;
}
.mrb-2-9 {
  margin-bottom: 2.9rem !important;
}
.mrl-9 {
  margin-left: 9rem;
}
.mrl-0-9 {
  margin-left: 0.9rem;
}
.mrl-1-9 {
  margin-left: 1.9rem;
}
.mrl-2-9 {
  margin-left: 2.9rem;
}
.mrl-4-9 {
  margin-left: 4.9rem;
}
.mrr-9 {
  margin-right: 9rem;
}
.mrr-0-9 {
  margin-right: 0.9rem;
}
.mrr-1-9 {
  margin-right: 1.9rem;
}
.my-2-9 {
  margin-top: 2.9rem;
  margin-bottom: 2.9rem;
}
.mx-0-9 {
  margin-left: .9rem;
  margin-right: .9rem;
}
.mx-2-9 {
  margin-left: 2.9rem;
  margin-right: 2.9rem;
}
.l-space-9 {
  letter-spacing: .9rem;
}
.top-9 {
  top: 9rem;
}
.bottom-9 {
  bottom: 9rem;
}
.right-9 {
  right: 9rem;
}
.z-index-9 {
  z-index: 9;
}
.brd-radius-9 {
  border-radius: 9px;
}
.flex-0-9 {
  flex: .9;
}
.w-90 {
  width: 90%;
}
.h-9-0 {
  height: 9.0rem;
}
.w-91 {
  width: 91%;
}
.h-9-1 {
  height: 9.1rem;
}
.w-92 {
  width: 92%;
}
.h-9-2 {
  height: 9.2rem;
}
.w-93 {
  width: 93%;
}
.h-9-3 {
  height: 9.3rem;
}
.w-94 {
  width: 94%;
}
.h-9-4 {
  height: 9.4rem;
}
.w-95 {
  width: 95%;
}
.h-9-5 {
  height: 9.5rem;
}
.w-96 {
  width: 96%;
}
.h-9-6 {
  height: 9.6rem;
}
.w-97 {
  width: 97%;
}
.h-9-7 {
  height: 9.7rem;
}
.w-98 {
  width: 98%;
}
.h-9-8 {
  height: 9.8rem;
}
.w-99 {
  width: 99%;
}
.h-9-9 {
  height: 9.9rem;
}
.pd-10 {
  padding: 10rem !important;
}
.pd-0-10 {
  padding: .10rem;
}
.pd-1-10 {
  padding: 1.10rem;
}
.px-10 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}
.px-0-10 {
  padding-right: .10rem !important;
  padding-left: .10rem !important;
}
.px-1-10 {
  padding-right: 1.10rem !important;
  padding-left: 1.10rem !important;
}
.px-2-10 {
  padding-right: 2.10rem !important;
  padding-left: 2.10rem !important;
}
.px-4-10 {
  padding-right: 4.10rem !important;
  padding-left: 4.10rem !important;
}
.px-6-10 {
  padding-right: 6.10rem !important;
  padding-left: 6.10rem !important;
}
.py-10 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}
.py-0-10 {
  padding-top: .10rem !important;
  padding-bottom: .10rem !important;
}
.py-1-10 {
  padding-top: 1.10rem !important;
  padding-bottom: 1.10rem !important;
}
.py-2-10 {
  padding-top: 2.10rem;
  padding-bottom: 2.10rem;
}
.pb-0-10 {
  padding-bottom: .10rem !important;
}
.pb-1-10 {
  padding-bottom: 1.10rem !important;
}
.pb-2-10 {
  padding-bottom: 2.10rem !important;
}
.pt-0-10 {
  padding-top: .10rem !important;
}
.pt-1-10 {
  padding-top: 1.10rem !important;
}
.pt-2-10 {
  padding-top: 2.10rem !important;
}
.pdl-10 {
  padding-left: 10rem !important;
}
.pdl-0-10 {
  padding-left: .10rem;
}
.pdr-10 {
  padding-right: 10rem !important;
}
.gap-10 {
  gap: 10rem;
}
.gap-0-10 {
  gap: .10rem;
}
.w-100 {
  width: 100%;
}
.w-105 {
  width: 105%;
}
.w-10 {
  width: 10%;
}
.w-size-100 {
  width: 100rem;
}
.h-100 {
  height: 100rem;
}
.h-105 {
  height: 105rem;
}
.h-10 {
  height: 10rem !important;
}
.m-10 {
  margin: 10rem;
}
.m-0-10 {
  margin: .10rem !important;
}
.mrt-10 {
  margin-top: 10rem;
}
.mrt-0-10 {
  margin-top: 0.10rem;
}
.mrt-1-10 {
  margin-top: 1.10rem;
}
.mrt-2-10 {
  margin-top: 2.10rem;
}
.mrb-10 {
  margin-bottom: 10rem !important;
}
.mrb-0-10 {
  margin-bottom: .10rem !important;
}
.mrb-1-10 {
  margin-bottom: 1.10rem !important;
}
.mrb-2-10 {
  margin-bottom: 2.10rem !important;
}
.mrl-10 {
  margin-left: 10rem;
}
.mrl-0-10 {
  margin-left: 0.10rem;
}
.mrl-1-10 {
  margin-left: 1.10rem;
}
.mrl-2-10 {
  margin-left: 2.10rem;
}
.mrl-4-10 {
  margin-left: 4.10rem;
}
.mrr-10 {
  margin-right: 10rem;
}
.mrr-0-10 {
  margin-right: 0.10rem;
}
.mrr-1-10 {
  margin-right: 1.10rem;
}
.my-2-10 {
  margin-top: 2.10rem;
  margin-bottom: 2.10rem;
}
.mx-0-10 {
  margin-left: .10rem;
  margin-right: .10rem;
}
.mx-2-10 {
  margin-left: 2.10rem;
  margin-right: 2.10rem;
}
.l-space-10 {
  letter-spacing: .10rem;
}
.top-10 {
  top: 10rem;
}
.bottom-10 {
  bottom: 10rem;
}
.right-10 {
  right: 10rem;
}
.z-index-10 {
  z-index: 10;
}
.brd-radius-10 {
  border-radius: 10px;
}
.flex-0-10 {
  flex: .10;
}
.w-100 {
  width: 100%;
}
.h-10-0 {
  height: 10.0rem;
}
.w-101 {
  width: 101%;
}
.h-10-1 {
  height: 10.1rem;
}
.w-102 {
  width: 102%;
}
.h-10-2 {
  height: 10.2rem;
}
.w-103 {
  width: 103%;
}
.h-10-3 {
  height: 10.3rem;
}
.w-104 {
  width: 104%;
}
.h-10-4 {
  height: 10.4rem;
}
.w-105 {
  width: 105%;
}
.h-10-5 {
  height: 10.5rem;
}
.w-106 {
  width: 106%;
}
.h-10-6 {
  height: 10.6rem;
}
.w-107 {
  width: 107%;
}
.h-10-7 {
  height: 10.7rem;
}
.w-108 {
  width: 108%;
}
.h-10-8 {
  height: 10.8rem;
}
.w-109 {
  width: 109%;
}
.h-10-9 {
  height: 10.9rem;
}
.brd-top {
  border-top: 1px solid #e3e3e3;
}
.brd-top-accent {
  border-top: 1px solid #4e27f3;
}
.brd-top-accent-light {
  border-top: 1px solid #d2c2fb;
}
.brd-top-accent-lighter {
  border-top: 1px solid #e4dfff;
}
.brd-top-accent-dark {
  border-top: 1px solid #1c0935;
}
.brd-top-primary {
  border-top: 1px solid #00904e;
}
.brd-top-primary-light {
  border-top: 1px solid #e6f4ee;
}
.brd-top-warn {
  border-top: 1px solid #b00020;
}
.brd-top-warn-lighter {
  border-top: 1px solid #fffbff;
}
.brd-top-gray {
  border-top: 1px solid #757874;
}
.brd-top-gray-light {
  border-top: 1px solid #e1e3de;
}
.brd-top-gray-lighter {
  border-top: 1px solid var(--mat-toolbar-container-background-color, var(--mat-app-surface));
}
.brd-top-gray-medium {
  border-top: 1px solid #9693b1;
}
.brd-top-gray-dark {
  border-top: 1px solid #50534f;
}
.brd-top-white {
  border-top: 1px solid #ffffff;
}
.brd-top-transparent {
  border-top: 1px solid transparent;
}
.brd-top-black {
  border-top: 1px solid #000000;
}
.brd-top-divider {
  border-top: 1px solid #9693b1;
}
.brd-top-green-supporting {
  border-top: 1px solid #e6f4ee;
}
.brd-top-supporting {
  border-top: 1px solid var(--mat-toolbar-container-background-color, var(--mat-app-surface));
}
.brd-top-table-header-bg {
  border-top: 1px solid #f5fff3;
}
.brd-top-primary-dark {
  border-top: 1px solid #00522a;
}
.brd-top-primary-secondary {
  border-top: 1px solid #00904e;
}
.brd-top-optional-text {
  border-top: 1px solid #9693b1;
}
.brd-top-primary-dark-violet {
  border-top: 1px solid #bfbdd0;
}
.brd-top-active-menu {
  border-top: 1px solid rgba(209, 207, 207, 0.7);
}
.brd-top-supporting-very-dark-violet-50 {
  border-top: 1px solid #e5e5ec;
}
.brd-top-error-supporting {
  border-top: 1px solid #690005;
}
.brd-top-semantic-error {
  border-top: 1px solid #ff5449;
}
.brd-right {
  border-right: 1px solid #e3e3e3;
}
.brd-right-accent {
  border-right: 1px solid #4e27f3;
}
.brd-right-accent-light {
  border-right: 1px solid #d2c2fb;
}
.brd-right-accent-lighter {
  border-right: 1px solid #e4dfff;
}
.brd-right-accent-dark {
  border-right: 1px solid #1c0935;
}
.brd-right-primary {
  border-right: 1px solid #00904e;
}
.brd-right-primary-light {
  border-right: 1px solid #e6f4ee;
}
.brd-right-warn {
  border-right: 1px solid #b00020;
}
.brd-right-warn-lighter {
  border-right: 1px solid #fffbff;
}
.brd-right-gray {
  border-right: 1px solid #757874;
}
.brd-right-gray-light {
  border-right: 1px solid #e1e3de;
}
.brd-right-gray-lighter {
  border-right: 1px solid var(--mat-toolbar-container-background-color, var(--mat-app-surface));
}
.brd-right-gray-medium {
  border-right: 1px solid #9693b1;
}
.brd-right-gray-dark {
  border-right: 1px solid #50534f;
}
.brd-right-white {
  border-right: 1px solid #ffffff;
}
.brd-right-transparent {
  border-right: 1px solid transparent;
}
.brd-right-black {
  border-right: 1px solid #000000;
}
.brd-right-divider {
  border-right: 1px solid #9693b1;
}
.brd-right-green-supporting {
  border-right: 1px solid #e6f4ee;
}
.brd-right-supporting {
  border-right: 1px solid var(--mat-toolbar-container-background-color, var(--mat-app-surface));
}
.brd-right-table-header-bg {
  border-right: 1px solid #f5fff3;
}
.brd-right-primary-dark {
  border-right: 1px solid #00522a;
}
.brd-right-primary-secondary {
  border-right: 1px solid #00904e;
}
.brd-right-optional-text {
  border-right: 1px solid #9693b1;
}
.brd-right-primary-dark-violet {
  border-right: 1px solid #bfbdd0;
}
.brd-right-active-menu {
  border-right: 1px solid rgba(209, 207, 207, 0.7);
}
.brd-right-supporting-very-dark-violet-50 {
  border-right: 1px solid #e5e5ec;
}
.brd-right-error-supporting {
  border-right: 1px solid #690005;
}
.brd-right-semantic-error {
  border-right: 1px solid #ff5449;
}
.brd-bottom {
  border-bottom: 1px solid #e3e3e3;
}
.brd-bottom-accent {
  border-bottom: 1px solid #4e27f3;
}
.brd-bottom-accent-light {
  border-bottom: 1px solid #d2c2fb;
}
.brd-bottom-accent-lighter {
  border-bottom: 1px solid #e4dfff;
}
.brd-bottom-accent-dark {
  border-bottom: 1px solid #1c0935;
}
.brd-bottom-primary {
  border-bottom: 1px solid #00904e;
}
.brd-bottom-primary-light {
  border-bottom: 1px solid #e6f4ee;
}
.brd-bottom-warn {
  border-bottom: 1px solid #b00020;
}
.brd-bottom-warn-lighter {
  border-bottom: 1px solid #fffbff;
}
.brd-bottom-gray {
  border-bottom: 1px solid #757874;
}
.brd-bottom-gray-light {
  border-bottom: 1px solid #e1e3de;
}
.brd-bottom-gray-lighter {
  border-bottom: 1px solid var(--mat-toolbar-container-background-color, var(--mat-app-surface));
}
.brd-bottom-gray-medium {
  border-bottom: 1px solid #9693b1;
}
.brd-bottom-gray-dark {
  border-bottom: 1px solid #50534f;
}
.brd-bottom-white {
  border-bottom: 1px solid #ffffff;
}
.brd-bottom-transparent {
  border-bottom: 1px solid transparent;
}
.brd-bottom-black {
  border-bottom: 1px solid #000000;
}
.brd-bottom-divider {
  border-bottom: 1px solid #9693b1;
}
.brd-bottom-green-supporting {
  border-bottom: 1px solid #e6f4ee;
}
.brd-bottom-supporting {
  border-bottom: 1px solid var(--mat-toolbar-container-background-color, var(--mat-app-surface));
}
.brd-bottom-table-header-bg {
  border-bottom: 1px solid #f5fff3;
}
.brd-bottom-primary-dark {
  border-bottom: 1px solid #00522a;
}
.brd-bottom-primary-secondary {
  border-bottom: 1px solid #00904e;
}
.brd-bottom-optional-text {
  border-bottom: 1px solid #9693b1;
}
.brd-bottom-primary-dark-violet {
  border-bottom: 1px solid #bfbdd0;
}
.brd-bottom-active-menu {
  border-bottom: 1px solid rgba(209, 207, 207, 0.7);
}
.brd-bottom-supporting-very-dark-violet-50 {
  border-bottom: 1px solid #e5e5ec;
}
.brd-bottom-error-supporting {
  border-bottom: 1px solid #690005;
}
.brd-bottom-semantic-error {
  border-bottom: 1px solid #ff5449;
}
.brd-left {
  border-left: 1px solid #e3e3e3;
}
.brd-left-accent {
  border-left: 1px solid #4e27f3;
}
.brd-left-accent-light {
  border-left: 1px solid #d2c2fb;
}
.brd-left-accent-lighter {
  border-left: 1px solid #e4dfff;
}
.brd-left-accent-dark {
  border-left: 1px solid #1c0935;
}
.brd-left-primary {
  border-left: 1px solid #00904e;
}
.brd-left-primary-light {
  border-left: 1px solid #e6f4ee;
}
.brd-left-warn {
  border-left: 1px solid #b00020;
}
.brd-left-warn-lighter {
  border-left: 1px solid #fffbff;
}
.brd-left-gray {
  border-left: 1px solid #757874;
}
.brd-left-gray-light {
  border-left: 1px solid #e1e3de;
}
.brd-left-gray-lighter {
  border-left: 1px solid var(--mat-toolbar-container-background-color, var(--mat-app-surface));
}
.brd-left-gray-medium {
  border-left: 1px solid #9693b1;
}
.brd-left-gray-dark {
  border-left: 1px solid #50534f;
}
.brd-left-white {
  border-left: 1px solid #ffffff;
}
.brd-left-transparent {
  border-left: 1px solid transparent;
}
.brd-left-black {
  border-left: 1px solid #000000;
}
.brd-left-divider {
  border-left: 1px solid #9693b1;
}
.brd-left-green-supporting {
  border-left: 1px solid #e6f4ee;
}
.brd-left-supporting {
  border-left: 1px solid var(--mat-toolbar-container-background-color, var(--mat-app-surface));
}
.brd-left-table-header-bg {
  border-left: 1px solid #f5fff3;
}
.brd-left-primary-dark {
  border-left: 1px solid #00522a;
}
.brd-left-primary-secondary {
  border-left: 1px solid #00904e;
}
.brd-left-optional-text {
  border-left: 1px solid #9693b1;
}
.brd-left-primary-dark-violet {
  border-left: 1px solid #bfbdd0;
}
.brd-left-active-menu {
  border-left: 1px solid rgba(209, 207, 207, 0.7);
}
.brd-left-supporting-very-dark-violet-50 {
  border-left: 1px solid #e5e5ec;
}
.brd-left-error-supporting {
  border-left: 1px solid #690005;
}
.brd-left-semantic-error {
  border-left: 1px solid #ff5449;
}
.j-start {
  justify-content: start !important;
}
.j-center {
  justify-content: center !important;
}
.j-end {
  justify-content: end !important;
}
.j-space-between {
  justify-content: space-between !important;
}
.j-space-around {
  justify-content: space-around !important;
}
.a-start {
  align-items: start !important;
}
.a-s-start {
  align-self: start;
}
.a-center {
  align-items: center !important;
}
.a-s-center {
  align-self: center;
}
.a-end {
  align-items: end !important;
}
.a-s-end {
  align-self: end;
}
.p-sticky {
  position: sticky;
}
.p-absolute {
  position: absolute;
}
.p-relative {
  position: relative;
}
.p-fixed {
  position: fixed;
}
.tx-left {
  text-align: left;
}
.tx-right {
  text-align: right;
}
.tx-center {
  text-align: center;
}
.tx-justify {
  text-align: justify;
}
.f-normal {
  font-weight: normal !important;
}
.f-bold {
  font-weight: bold !important;
}
.f-400 {
  font-weight: 400 !important;
}
.f-500 {
  font-weight: 500 !important;
}
.f-600 {
  font-weight: 600 !important;
}
.f-700 {
  font-weight: 700 !important;
}
.max-w-300 {
  max-width: 300px !important;
}
.min-w-300 {
  min-width: 300px !important;
}
.min-h-300 {
  min-height: 300px !important;
}
.max-w-400 {
  max-width: 400px !important;
}
.min-w-400 {
  min-width: 400px !important;
}
.min-h-400 {
  min-height: 400px !important;
}
.max-w-500 {
  max-width: 500px !important;
}
.min-w-500 {
  min-width: 500px !important;
}
.min-h-500 {
  min-height: 500px !important;
}
.max-w-600 {
  max-width: 600px !important;
}
.min-w-600 {
  min-width: 600px !important;
}
.min-h-600 {
  min-height: 600px !important;
}
.max-w-900 {
  max-width: 900px !important;
}
.min-w-900 {
  min-width: 900px !important;
}
.min-h-900 {
  min-height: 900px !important;
}
.max-w-1000 {
  max-width: 1000px !important;
}
.min-w-1000 {
  min-width: 1000px !important;
}
.min-h-1000 {
  min-height: 1000px !important;
}
.max-w-1280 {
  max-width: 1280px !important;
}
.min-w-1280 {
  min-width: 1280px !important;
}
.min-h-1280 {
  min-height: 1280px !important;
}
.full-hd {
  width: 100%;
  max-width: 120rem;
}
.hd {
  width: 100%;
  max-width: 90rem;
}
.flex {
  display: flex;
}
.flex-1 {
  flex: 1;
}
.flex-0 {
  flex: 0;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-start {
  justify-content: start;
}
.justify-end {
  justify-content: end;
}
.justify-center {
  justify-content: center;
}
.l-height-1-5 {
  line-height: 1.5rem;
}
.l-height-1 {
  line-height: 1rem;
}
.t-uppercase {
  text-transform: uppercase;
}
.selected .select-icon {
  color: #00904e;
}
.t-capitalize {
  text-transform: lowercase;
}
.t-capitalize:first-letter {
  text-transform: uppercase;
}
.t-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.t-break {
  white-space: pre;
}
.w-break {
  word-break: break-word;
}
.scroll-auto {
  overflow-y: auto;
}
.radius {
  border-radius: 1rem;
}
.radius-top {
  border-radius: 1rem 1rem 0 0;
}
.radius-0-5 {
  border-radius: 0.5rem;
}
.radius-secondary {
  border-radius: 0.25rem;
}
.h-100 {
  height: 100%;
}
.w-100 {
  width: 100%;
}
.a-center {
  align-items: center;
}
.min-h-80 {
  min-height: 80vh;
}
.cursor-pointer {
  cursor: pointer;
}
.round {
  border-radius: 50%;
}
.circle {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  letter-spacing: -0.1rem;
}
.circle.lg {
  width: 4.2rem;
  height: 4.2rem;
}
.scroll-block {
  overflow-y: auto;
  max-height: 90vh;
}
.scroll-block::-webkit-scrollbar {
  width: 0.3rem;
}
.scroll-block::-webkit-scrollbar-track {
  background-color: #e1e3de;
}
.scroll-block::-webkit-scrollbar-thumb {
  background-color: #9693b1;
}
.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.input-file,
.size-1 {
  font-size: 1rem;
}
.mrl-auto {
  margin-left: auto;
}
.mrr-auto {
  margin-right: auto;
}
.lg-btn {
  font-size: 1.4rem;
  padding: 2rem !important;
}
.brand-logo {
  background-size: contain;
  height: 10rem;
  width: 10rem;
  background-repeat: no-repeat;
  background-position: center;
  padding: 1rem;
}
.blur {
  filter: blur(4px);
}
.button-wide {
  padding: 0 5.6rem !important;
}
.picture-resize {
  width: 100px;
  height: 100px;
}
.logo-resize {
  max-width: 12.6rem;
  max-height: 3.75rem;
  width: auto;
  height: auto;
}
.logo-footer-resize {
  width: 4.37rem;
  height: 1.31rem;
}
.mt-auto {
  margin-top: auto;
}
.label-outline-align {
  font-size: 0.875rem !important;
  font-family: "Gilroy-Medium", sans-serif !important;
  font-weight: 400;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-auto {
  overflow: auto;
}
.w-fit {
  width: fit-content;
}
.top-border-radius {
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
}
.projects-headline {
  margin: 2.5rem 0 !important;
}
.stepper-headline {
  font-size: 24px !important;
  margin-top: 2.5rem !important;
  margin-bottom: 1.43rem !important;
}
.button-stepper-resize {
  width: 14.87rem !important;
}
.border-box {
  box-sizing: border-box;
}
.page-data {
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.page-data .c-table {
  overflow: hidden;
}
.p-relative {
  position: relative;
}
.p-absolute {
  position: absolute !important;
}
.status_active {
  background-color: #d1d0d0;
}
.status_destributed {
  background-color: #A9A9A9;
}
.status_ready {
  background-color: #28A745;
}
.status_onway {
  background-color: #FFC107;
}
.status_atwork {
  background-color: #007BFF;
}
.status_done {
  background-color: #155724;
}
.status_reject {
  background-color: #DC3545;
}
.snackbar-style,
.snackbar-status.warning div,
.snackbar-status.success div,
.snackbar-status.error div {
  border-radius: 0.5rem;
  padding-right: 0.2rem;
  font-size: 0.8rem;
}
.snackbar-status > div {
  padding-right: 0;
}
.snackbar-status.error div {
  background-color: #b00020;
}
.snackbar-status.success div {
  background-color: #00522a;
}
.snackbar-status.warning div {
  background-color: #b00020;
}
.hide-sm {
  display: flex;
}
.hide-md {
  display: none !important;
}
@media (max-width: 80rem) {
  h1,
  h2,
  h3,
  h4 {
    width: 100%;
    text-align: left;
  }
  h2 {
    margin-bottom: 0;
  }
  .hide-sm {
    display: none !important;
  }
  .hide-md {
    display: block !important;
  }
  .flex-column-mobile {
    flex-direction: column;
  }
  .flex-column-mobile img {
    height: auto;
  }
  .h-auto-mobile {
    height: auto !important;
  }
  .p-relative-mobile {
    position: relative !important;
  }
  .px-1-mobile {
    padding: 1rem !important;
  }
  .px-0-mobile {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-1-mobile {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .m-0-mobile {
    margin: 0 !important;
  }
  .m-1-mobile {
    margin: 1rem !important;
  }
  .my-1-mobile {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .my-0-5-mobile {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .gap-0-mobile {
    gap: 0rem;
  }
  .gap-1-mobile {
    gap: 1rem;
  }
  .tx-left-mobile {
    text-align: left !important;
  }
  .pdl-1-mobile {
    width: calc(100% - 1rem) !important;
    padding-left: 1rem;
  }
  .a-start-mobile {
    align-items: start !important;
  }
  .j-center-mobile {
    justify-content: center;
  }
  .j-start-tablet {
    justify-content: flex-start !important;
  }
  .flex-row-mobile {
    flex-direction: row;
  }
  .w-100-mobile {
    width: 100% !important;
  }
  .w-100-pad-mobile {
    width: calc(100% - 2rem);
  }
  .flex-1-mobile {
    flex: 1;
  }
  .t-break {
    white-space: normal;
  }
  .mat-sidenav {
    width: 100%;
  }
}
@media ((max-width: 80rem) and (min-width: 37rem)) {
  .flex-row-tablet {
    flex-direction: row;
  }
  .m-0-tablet {
    margin: 0 !important;
  }
  .py-0-tablet {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .my-0-tablet {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 37rem) {
  .hide-mobile-el {
    display: none;
  }
  .j-start-mobile {
    justify-content: flex-start !important;
  }
  .-mrl-mobile-1 {
    margin-left: -1rem;
  }
  .flex-wrap-mobile {
    flex-wrap: wrap;
  }
}
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}
.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale3d(0, 0, 0);
  background-color: var(--mat-ripple-color, rgba(0, 0, 0, 0.1));
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}
.cdk-drag-preview .mat-ripple-element,
.cdk-drag-placeholder .mat-ripple-element {
  display: none;
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}
textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}
@keyframes cdk-text-field-autofill-start {
}
@keyframes cdk-text-field-autofill-end {
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}
.mat-focus-indicator {
  position: relative;
}
.mat-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-focus-indicator-display, none);
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: var(--mat-focus-indicator-border-radius, 4px);
}
.mat-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-focus-indicator-display: block;
}
.mat-mdc-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
  border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
}
.mat-mdc-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display: block;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, var(--mat-app-background, transparent));
  color: var(--mat-app-text-color, var(--mat-app-on-background, inherit));
}
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: var(--mat-app-elevation-shadow-level-0, none);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, none);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, none);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, none);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, none);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, none);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, none);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, none);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, none);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, none);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, none);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, none);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, none);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, none);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, none);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, none);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, none);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, none);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, none);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, none);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, none);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, none);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, none);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, none);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, none);
}
:root {
  --mat-app-background-color: #fafafb;
  --mat-app-text-color: #191c19;
  --mat-app-elevation-shadow-level-0:
    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-app-elevation-shadow-level-1:
    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-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    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-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    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-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    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-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    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-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-ripple-color: rgba(25, 28, 25, 0.1);
  --mat-option-selected-state-label-text-color: #1c0935;
  --mat-option-label-text-color: #191c19;
  --mat-option-hover-state-layer-color: rgba(25, 28, 25, 0.08);
  --mat-option-focus-state-layer-color: rgba(25, 28, 25, 0.12);
  --mat-option-selected-state-layer-color: #e4dfff;
  --mat-option-label-text-font: Gilroy-Regular;
  --mat-option-label-text-line-height: 1.25rem;
  --mat-option-label-text-size: 1rem;
  --mat-option-label-text-tracking: 0.006rem;
  --mat-option-label-text-weight: 400;
  --mat-optgroup-label-text-color: #414941;
  --mat-optgroup-label-text-font: Gilroy-Regular;
  --mat-optgroup-label-text-line-height: 1.25rem;
  --mat-optgroup-label-text-size: 0.875rem;
  --mat-optgroup-label-text-tracking: 0.006rem;
  --mat-optgroup-label-text-weight: 500;
  --mat-full-pseudo-checkbox-selected-icon-color: #00904e;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #ffffff;
  --mat-full-pseudo-checkbox-unselected-icon-color: #414941;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafb;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: rgba(25, 28, 25, 0.38);
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: rgba(25, 28, 25, 0.38);
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #00904e;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: rgba(25, 28, 25, 0.38);
  --mdc-elevated-card-container-color: #f3f4ef;
  --mdc-elevated-card-container-elevation:
    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);
  --mdc-elevated-card-container-shape: 12px;
  --mdc-outlined-card-container-color: #fafafb;
  --mdc-outlined-card-outline-color: #bfbdd0;
  --mdc-outlined-card-container-elevation:
    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);
  --mdc-outlined-card-container-shape: 12px;
  --mdc-outlined-card-outline-width: 1px;
  --mat-card-subtitle-text-color: #191c19;
  --mat-card-title-text-font: Gilroy-Bold;
  --mat-card-title-text-line-height: 1.75rem;
  --mat-card-title-text-size: 1.375rem;
  --mat-card-title-text-tracking: 0;
  --mat-card-title-text-weight: 400;
  --mat-card-subtitle-text-font: Gilroy-Regular;
  --mat-card-subtitle-text-line-height: 1.5rem;
  --mat-card-subtitle-text-size: 1rem;
  --mat-card-subtitle-text-tracking: 0.009rem;
  --mat-card-subtitle-text-weight: 500;
  --mdc-linear-progress-active-indicator-color: #00904e;
  --mdc-linear-progress-track-color: #e5e5ec;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-color: #2e312e;
  --mdc-plain-tooltip-supporting-text-color: #f0f1ec;
  --mdc-plain-tooltip-supporting-text-line-height: 1rem;
  --mdc-plain-tooltip-supporting-text-font: Gilroy-Regular;
  --mdc-plain-tooltip-supporting-text-size: 0.75rem;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: 0.025rem;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #00904e;
  --mdc-filled-text-field-focus-active-indicator-color: #00904e;
  --mdc-filled-text-field-focus-label-text-color: #00904e;
  --mdc-filled-text-field-container-color: #e5e5ec;
  --mdc-filled-text-field-disabled-container-color: rgba(25, 28, 25, 0.04);
  --mdc-filled-text-field-label-text-color: #414941;
  --mdc-filled-text-field-hover-label-text-color: #414941;
  --mdc-filled-text-field-disabled-label-text-color: rgba(25, 28, 25, 0.38);
  --mdc-filled-text-field-input-text-color: #191c19;
  --mdc-filled-text-field-disabled-input-text-color: rgba(25, 28, 25, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: #414941;
  --mdc-filled-text-field-error-hover-label-text-color: rgba(176, 0, 32, 0.1019607843);
  --mdc-filled-text-field-error-focus-label-text-color: #ba1a1a;
  --mdc-filled-text-field-error-label-text-color: #ba1a1a;
  --mdc-filled-text-field-active-indicator-color: #414941;
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(25, 28, 25, 0.38);
  --mdc-filled-text-field-hover-active-indicator-color: #191c19;
  --mdc-filled-text-field-error-active-indicator-color: #ba1a1a;
  --mdc-filled-text-field-error-focus-active-indicator-color: #ba1a1a;
  --mdc-filled-text-field-error-hover-active-indicator-color: rgba(176, 0, 32, 0.1019607843);
  --mdc-filled-text-field-label-text-font: Gilroy-Regular;
  --mdc-filled-text-field-label-text-size: 1rem;
  --mdc-filled-text-field-label-text-tracking: 0.031rem;
  --mdc-filled-text-field-label-text-weight: 400;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-caret-color: #00904e;
  --mdc-outlined-text-field-focus-outline-color: #00904e;
  --mdc-outlined-text-field-focus-label-text-color: #00904e;
  --mdc-outlined-text-field-label-text-color: #414941;
  --mdc-outlined-text-field-hover-label-text-color: #191c19;
  --mdc-outlined-text-field-disabled-label-text-color: rgba(25, 28, 25, 0.38);
  --mdc-outlined-text-field-input-text-color: #191c19;
  --mdc-outlined-text-field-disabled-input-text-color: rgba(25, 28, 25, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: #414941;
  --mdc-outlined-text-field-error-focus-label-text-color: #ba1a1a;
  --mdc-outlined-text-field-error-label-text-color: #ba1a1a;
  --mdc-outlined-text-field-error-hover-label-text-color: rgba(176, 0, 32, 0.1019607843);
  --mdc-outlined-text-field-outline-color: #717971;
  --mdc-outlined-text-field-disabled-outline-color: rgba(25, 28, 25, 0.12);
  --mdc-outlined-text-field-hover-outline-color: #191c19;
  --mdc-outlined-text-field-error-focus-outline-color: #ba1a1a;
  --mdc-outlined-text-field-error-hover-outline-color: rgba(176, 0, 32, 0.1019607843);
  --mdc-outlined-text-field-error-outline-color: #ba1a1a;
  --mdc-outlined-text-field-label-text-font: Gilroy-Regular;
  --mdc-outlined-text-field-label-text-size: 1rem;
  --mdc-outlined-text-field-label-text-tracking: 0.031rem;
  --mdc-outlined-text-field-label-text-weight: 400;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mat-form-field-focus-select-arrow-color: #00904e;
  --mat-form-field-disabled-input-text-placeholder-color: rgba(25, 28, 25, 0.38);
  --mat-form-field-state-layer-color: #191c19;
  --mat-form-field-error-text-color: #ba1a1a;
  --mat-form-field-select-option-text-color: #191c19;
  --mat-form-field-select-disabled-option-text-color: rgba(25, 28, 25, 0.38);
  --mat-form-field-leading-icon-color: #414941;
  --mat-form-field-disabled-leading-icon-color: rgba(25, 28, 25, 0.38);
  --mat-form-field-trailing-icon-color: #414941;
  --mat-form-field-disabled-trailing-icon-color: rgba(25, 28, 25, 0.38);
  --mat-form-field-error-focus-trailing-icon-color: #ba1a1a;
  --mat-form-field-error-hover-trailing-icon-color: rgba(176, 0, 32, 0.1019607843);
  --mat-form-field-error-trailing-icon-color: #ba1a1a;
  --mat-form-field-enabled-select-arrow-color: #414941;
  --mat-form-field-disabled-select-arrow-color: rgba(25, 28, 25, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-container-text-font: Gilroy-Regular;
  --mat-form-field-container-text-line-height: 1.5rem;
  --mat-form-field-container-text-size: 1rem;
  --mat-form-field-container-text-tracking: 0.031rem;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-subscript-text-font: Gilroy-Regular;
  --mat-form-field-subscript-text-line-height: 1rem;
  --mat-form-field-subscript-text-size: 0.75rem;
  --mat-form-field-subscript-text-tracking: 0.025rem;
  --mat-form-field-subscript-text-weight: 400;
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
  --mat-form-field-focus-state-layer-opacity: 0;
  --mat-select-panel-background-color: #edeee9;
  --mat-select-enabled-trigger-text-color: #191c19;
  --mat-select-disabled-trigger-text-color: rgba(25, 28, 25, 0.38);
  --mat-select-placeholder-text-color: #414941;
  --mat-select-enabled-arrow-color: #414941;
  --mat-select-disabled-arrow-color: rgba(25, 28, 25, 0.38);
  --mat-select-focused-arrow-color: #00904e;
  --mat-select-invalid-arrow-color: #ba1a1a;
  --mat-select-trigger-text-font: Gilroy-Regular;
  --mat-select-trigger-text-line-height: 1.5rem;
  --mat-select-trigger-text-size: 1rem;
  --mat-select-trigger-text-tracking: 0.031rem;
  --mat-select-trigger-text-weight: 400;
  --mat-select-arrow-transform: translateY(-8px);
  --mat-select-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: #edeee9;
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-dialog-container-color: #fafafb;
  --mdc-dialog-subhead-color: #191c19;
  --mdc-dialog-supporting-text-color: #414941;
  --mdc-dialog-subhead-font: Gilroy-Bold;
  --mdc-dialog-subhead-line-height: 2rem;
  --mdc-dialog-subhead-size: 1.5rem;
  --mdc-dialog-subhead-weight: 400;
  --mdc-dialog-subhead-tracking: 0;
  --mdc-dialog-supporting-text-font: Gilroy-Regular;
  --mdc-dialog-supporting-text-line-height: 1.25rem;
  --mdc-dialog-supporting-text-size: 0.875rem;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: 0.016rem;
  --mdc-dialog-container-shape: 28px;
  --mat-dialog-container-elevation-shadow: none;
  --mat-dialog-container-max-width: 560px;
  --mat-dialog-container-small-max-width: calc(100vw - 32px);
  --mat-dialog-container-min-width: 280px;
  --mat-dialog-actions-alignment: flex-end;
  --mat-dialog-actions-padding: 16px 24px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px 0;
  --mat-dialog-headline-padding: 6px 24px 13px;
  --mdc-chip-outline-color: #717971;
  --mdc-chip-disabled-outline-color: rgba(25, 28, 25, 0.12);
  --mdc-chip-focus-outline-color: #414941;
  --mdc-chip-hover-state-layer-opacity: 0.08;
  --mdc-chip-selected-hover-state-layer-opacity: 0.08;
  --mdc-chip-disabled-label-text-color: rgba(25, 28, 25, 0.38);
  --mdc-chip-elevated-selected-container-color: #e4dfff;
  --mdc-chip-flat-disabled-selected-container-color: rgba(25, 28, 25, 0.12);
  --mdc-chip-focus-state-layer-color: #414941;
  --mdc-chip-hover-state-layer-color: #414941;
  --mdc-chip-selected-hover-state-layer-color: #1c0935;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: #1c0935;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #414941;
  --mdc-chip-selected-label-text-color: #1c0935;
  --mdc-chip-with-icon-icon-color: #414941;
  --mdc-chip-with-icon-disabled-icon-color: #191c19;
  --mdc-chip-with-icon-selected-icon-color: #1c0935;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #191c19;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #414941;
  --mdc-chip-label-text-font: Gilroy-Regular;
  --mdc-chip-label-text-line-height: 1.25rem;
  --mdc-chip-label-text-size: 0.875rem;
  --mdc-chip-label-text-tracking: 0.006rem;
  --mdc-chip-label-text-weight: 500;
  --mdc-chip-container-height: 32px;
  --mdc-chip-container-shape-radius: 8px;
  --mdc-chip-with-avatar-avatar-shape-radius: 24px;
  --mdc-chip-with-avatar-avatar-size: 24px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 1px;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 0.38;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 0.38;
  --mdc-chip-with-icon-disabled-icon-opacity: 0.38;
  --mdc-chip-elevated-container-color: transparent;
  --mat-chip-trailing-action-state-layer-color: #414941;
  --mat-chip-selected-trailing-action-state-layer-color: #1c0935;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0.08;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-disabled-trailing-icon-color: #191c19;
  --mat-chip-selected-trailing-icon-color: #1c0935;
  --mat-chip-disabled-container-opacity: 1;
  --mat-chip-trailing-action-opacity: 1;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.08;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.12;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.08;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.12;
  --mdc-switch-selected-focus-state-layer-color: #00904e;
  --mdc-switch-selected-handle-color: #ffffff;
  --mdc-switch-selected-hover-state-layer-color: #00904e;
  --mdc-switch-selected-pressed-state-layer-color: #00904e;
  --mdc-switch-selected-focus-handle-color: #87faac;
  --mdc-switch-selected-hover-handle-color: #87faac;
  --mdc-switch-selected-pressed-handle-color: #87faac;
  --mdc-switch-selected-focus-track-color: #00904e;
  --mdc-switch-selected-hover-track-color: #00904e;
  --mdc-switch-selected-pressed-track-color: #00904e;
  --mdc-switch-selected-track-color: #00904e;
  --mdc-switch-disabled-selected-handle-color: #fafafb;
  --mdc-switch-disabled-selected-icon-color: #191c19;
  --mdc-switch-disabled-selected-track-color: #191c19;
  --mdc-switch-disabled-unselected-handle-color: #191c19;
  --mdc-switch-disabled-unselected-icon-color: #e5e5ec;
  --mdc-switch-disabled-unselected-track-color: #e5e5ec;
  --mdc-switch-selected-icon-color: #00210d;
  --mdc-switch-unselected-focus-handle-color: #414941;
  --mdc-switch-unselected-focus-state-layer-color: #191c19;
  --mdc-switch-unselected-focus-track-color: #e5e5ec;
  --mdc-switch-unselected-handle-color: #717971;
  --mdc-switch-unselected-hover-handle-color: #414941;
  --mdc-switch-unselected-hover-state-layer-color: #191c19;
  --mdc-switch-unselected-hover-track-color: #e5e5ec;
  --mdc-switch-unselected-icon-color: #e5e5ec;
  --mdc-switch-unselected-pressed-handle-color: #414941;
  --mdc-switch-unselected-pressed-state-layer-color: #191c19;
  --mdc-switch-unselected-pressed-track-color: #e5e5ec;
  --mdc-switch-unselected-track-color: #e5e5ec;
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-shape: 9999px;
  --mdc-switch-selected-icon-size: 16px;
  --mdc-switch-track-height: 32px;
  --mdc-switch-track-shape: 9999px;
  --mdc-switch-track-width: 52px;
  --mdc-switch-unselected-icon-size: 16px;
  --mdc-switch-state-layer-size: 40px;
  --mat-switch-track-outline-color: #717971;
  --mat-switch-disabled-unselected-track-outline-color: #191c19;
  --mat-switch-label-text-color: #191c19;
  --mat-switch-label-text-font: Gilroy-Regular;
  --mat-switch-label-text-line-height: 1.25rem;
  --mat-switch-label-text-size: 0.875rem;
  --mat-switch-label-text-tracking: 0.016rem;
  --mat-switch-label-text-weight: 400;
  --mat-switch-disabled-selected-handle-opacity: 1;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 16px;
  --mat-switch-selected-handle-size: 24px;
  --mat-switch-pressed-handle-size: 28px;
  --mat-switch-with-icon-handle-size: 24px;
  --mat-switch-selected-handle-horizontal-margin: 0 24px;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0 24px;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0 22px;
  --mat-switch-unselected-handle-horizontal-margin: 0 8px;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0 4px;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0 2px;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 0;
  --mat-switch-visible-track-transition: opacity 75ms;
  --mat-switch-hidden-track-transition: opacity 75ms;
  --mat-switch-track-outline-width: 2px;
  --mat-switch-selected-track-outline-width: 2px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 2px;
  --mdc-radio-disabled-selected-icon-color: #191c19;
  --mdc-radio-disabled-unselected-icon-color: #191c19;
  --mdc-radio-unselected-hover-icon-color: #191c19;
  --mdc-radio-unselected-focus-icon-color: #191c19;
  --mdc-radio-unselected-icon-color: #414941;
  --mdc-radio-unselected-pressed-icon-color: #191c19;
  --mdc-radio-selected-focus-icon-color: #00904e;
  --mdc-radio-selected-hover-icon-color: #00904e;
  --mdc-radio-selected-icon-color: #00904e;
  --mdc-radio-selected-pressed-icon-color: #00904e;
  --mdc-radio-state-layer-size: 40px;
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mat-radio-ripple-color: #191c19;
  --mat-radio-checked-ripple-color: #00904e;
  --mat-radio-disabled-label-color: rgba(25, 28, 25, 0.38);
  --mat-radio-label-text-color: #191c19;
  --mat-radio-label-text-font: Gilroy-Regular;
  --mat-radio-label-text-line-height: 1.25rem;
  --mat-radio-label-text-size: 0.875rem;
  --mat-radio-label-text-tracking: 0.016rem;
  --mat-radio-label-text-weight: 400;
  --mat-radio-touch-target-display: block;
  --mdc-slider-handle-elevation:
    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);
  --mdc-slider-handle-color: #00904e;
  --mdc-slider-focus-handle-color: #00904e;
  --mdc-slider-hover-handle-color: #00904e;
  --mdc-slider-active-track-color: #00904e;
  --mdc-slider-inactive-track-color: #e5e5ec;
  --mdc-slider-with-tick-marks-inactive-container-color: #414941;
  --mdc-slider-with-tick-marks-active-container-color: #ffffff;
  --mdc-slider-disabled-active-track-color: #191c19;
  --mdc-slider-disabled-handle-color: #191c19;
  --mdc-slider-disabled-inactive-track-color: #191c19;
  --mdc-slider-label-container-color: #00904e;
  --mdc-slider-label-label-text-color: #ffffff;
  --mdc-slider-with-overlap-handle-outline-color: #ffffff;
  --mdc-slider-with-tick-marks-disabled-container-color: #191c19;
  --mdc-slider-label-label-text-font: Gilroy-Regular;
  --mdc-slider-label-label-text-size: 0.75rem;
  --mdc-slider-label-label-text-line-height: 1rem;
  --mdc-slider-label-label-text-tracking: 0.031rem;
  --mdc-slider-label-label-text-weight: 500;
  --mdc-slider-active-track-height: 4px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 9999px;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.38;
  --mdc-slider-with-tick-marks-container-shape: 9999px;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.38;
  --mat-slider-ripple-color: #00904e;
  --mat-slider-hover-state-layer-color: rgba(0, 144, 78, 0.05);
  --mat-slider-focus-state-layer-color: rgba(0, 144, 78, 0.2);
  --mat-slider-value-indicator-width: 28px;
  --mat-slider-value-indicator-height: 28px;
  --mat-slider-value-indicator-caret-display: none;
  --mat-slider-value-indicator-border-radius: 50% 50% 50% 0;
  --mat-slider-value-indicator-padding: 0;
  --mat-slider-value-indicator-text-transform: rotate(45deg);
  --mat-slider-value-indicator-container-transform: translateX(-50%) rotate(-45deg);
  --mat-slider-value-indicator-opacity: 1;
  --mat-menu-item-label-text-color: #191c19;
  --mat-menu-item-icon-color: #414941;
  --mat-menu-item-hover-state-layer-color: rgba(25, 28, 25, 0.08);
  --mat-menu-item-focus-state-layer-color: rgba(25, 28, 25, 0.12);
  --mat-menu-container-color: #edeee9;
  --mat-menu-divider-color: #e5e5ec;
  --mat-menu-item-label-text-font: Gilroy-Regular;
  --mat-menu-item-label-text-size: 0.875rem;
  --mat-menu-item-label-text-tracking: 0.006rem;
  --mat-menu-item-label-text-line-height: 1.25rem;
  --mat-menu-item-label-text-weight: 500;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 8px;
  --mat-menu-divider-top-spacing: 8px;
  --mat-menu-item-spacing: 12px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 12px;
  --mat-menu-item-trailing-spacing: 12px;
  --mat-menu-item-with-icon-leading-spacing: 12px;
  --mat-menu-item-with-icon-trailing-spacing: 12px;
  --mat-menu-base-elevation-level: 2;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: #87faac;
  --mdc-list-list-item-disabled-state-layer-color: #191c19;
  --mdc-list-list-item-disabled-state-layer-opacity: 0.12;
  --mdc-list-list-item-label-text-color: #191c19;
  --mdc-list-list-item-supporting-text-color: #414941;
  --mdc-list-list-item-leading-icon-color: #414941;
  --mdc-list-list-item-trailing-supporting-text-color: #414941;
  --mdc-list-list-item-trailing-icon-color: #414941;
  --mdc-list-list-item-selected-trailing-icon-color: #00904e;
  --mdc-list-list-item-disabled-label-text-color: #191c19;
  --mdc-list-list-item-disabled-leading-icon-color: #191c19;
  --mdc-list-list-item-disabled-trailing-icon-color: #191c19;
  --mdc-list-list-item-hover-label-text-color: #191c19;
  --mdc-list-list-item-focus-label-text-color: #191c19;
  --mdc-list-list-item-hover-state-layer-color: #191c19;
  --mdc-list-list-item-hover-state-layer-opacity: 0.08;
  --mdc-list-list-item-focus-state-layer-color: #191c19;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
  --mdc-list-list-item-label-text-font: Gilroy-Regular;
  --mdc-list-list-item-label-text-line-height: 1.5rem;
  --mdc-list-list-item-label-text-size: 1rem;
  --mdc-list-list-item-label-text-tracking: 0.031rem;
  --mdc-list-list-item-label-text-weight: 400;
  --mdc-list-list-item-supporting-text-font: Gilroy-Regular;
  --mdc-list-list-item-supporting-text-line-height: 1.25rem;
  --mdc-list-list-item-supporting-text-size: 0.875rem;
  --mdc-list-list-item-supporting-text-tracking: 0.016rem;
  --mdc-list-list-item-supporting-text-weight: 400;
  --mdc-list-list-item-trailing-supporting-text-font: Gilroy-Regular;
  --mdc-list-list-item-trailing-supporting-text-line-height: 1rem;
  --mdc-list-list-item-trailing-supporting-text-size: 0.688rem;
  --mdc-list-list-item-trailing-supporting-text-tracking: 0.031rem;
  --mdc-list-list-item-trailing-supporting-text-weight: 500;
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 9999px;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-label-text-opacity: 0.3;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: #e4dfff;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 16px;
  --mat-list-active-indicator-shape: 9999px;
  --mat-paginator-container-text-color: #191c19;
  --mat-paginator-container-background-color: #fafafb;
  --mat-paginator-enabled-icon-color: #414941;
  --mat-paginator-disabled-icon-color: rgba(25, 28, 25, 0.38);
  --mat-paginator-container-text-font: Gilroy-Regular;
  --mat-paginator-container-text-line-height: 1rem;
  --mat-paginator-container-text-size: 0.75rem;
  --mat-paginator-container-text-tracking: 0.025rem;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 0.75rem;
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-color: #00904e;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mat-tab-header-divider-color: #e5e5ec;
  --mat-tab-header-pagination-icon-color: #191c19;
  --mat-tab-header-inactive-label-text-color: #191c19;
  --mat-tab-header-active-label-text-color: #191c19;
  --mat-tab-header-active-ripple-color: #191c19;
  --mat-tab-header-inactive-ripple-color: #191c19;
  --mat-tab-header-inactive-focus-label-text-color: #191c19;
  --mat-tab-header-inactive-hover-label-text-color: #191c19;
  --mat-tab-header-active-focus-label-text-color: #191c19;
  --mat-tab-header-active-hover-label-text-color: #191c19;
  --mat-tab-header-active-focus-indicator-color: #00904e;
  --mat-tab-header-active-hover-indicator-color: #00904e;
  --mat-tab-header-label-text-font: Gilroy-Regular;
  --mat-tab-header-label-text-size: 0.875rem;
  --mat-tab-header-label-text-tracking: 0.006rem;
  --mat-tab-header-label-text-line-height: 1.25rem;
  --mat-tab-header-label-text-weight: 500;
  --mat-tab-header-divider-height: 1px;
  --mdc-checkbox-disabled-selected-checkmark-color: #fafafb;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.12;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.08;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.12;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.12;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.08;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.12;
  --mdc-checkbox-selected-pressed-icon-color: #00904e;
  --mdc-checkbox-disabled-selected-icon-color: rgba(25, 28, 25, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(25, 28, 25, 0.38);
  --mdc-checkbox-selected-checkmark-color: #ffffff;
  --mdc-checkbox-selected-focus-icon-color: #00904e;
  --mdc-checkbox-selected-hover-icon-color: #00904e;
  --mdc-checkbox-selected-icon-color: #00904e;
  --mdc-checkbox-unselected-focus-icon-color: #191c19;
  --mdc-checkbox-unselected-hover-icon-color: #191c19;
  --mdc-checkbox-unselected-icon-color: #414941;
  --mdc-checkbox-selected-focus-state-layer-color: #00904e;
  --mdc-checkbox-selected-hover-state-layer-color: #00904e;
  --mdc-checkbox-selected-pressed-state-layer-color: #191c19;
  --mdc-checkbox-unselected-focus-state-layer-color: #191c19;
  --mdc-checkbox-unselected-hover-state-layer-color: #191c19;
  --mdc-checkbox-unselected-pressed-state-layer-color: #00904e;
  --mdc-checkbox-state-layer-size: 40px;
  --mat-checkbox-disabled-label-color: rgba(25, 28, 25, 0.38);
  --mat-checkbox-label-text-color: #191c19;
  --mat-checkbox-label-text-font: Gilroy-Regular;
  --mat-checkbox-label-text-line-height: 1.25rem;
  --mat-checkbox-label-text-size: 0.875rem;
  --mat-checkbox-label-text-tracking: 0.016rem;
  --mat-checkbox-label-text-weight: 400;
  --mat-checkbox-touch-target-display: block;
  --mdc-text-button-label-text-color: #00904e;
  --mdc-text-button-disabled-label-text-color: rgba(25, 28, 25, 0.38);
  --mdc-text-button-label-text-font: Gilroy-Regular;
  --mdc-text-button-label-text-size: 0.875rem;
  --mdc-text-button-label-text-tracking: 0.006rem;
  --mdc-text-button-label-text-weight: 500;
  --mdc-text-button-container-height: 40px;
  --mdc-text-button-container-shape: 9999px;
  --mdc-protected-button-container-elevation-shadow:
    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);
  --mdc-protected-button-disabled-container-elevation-shadow:
    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);
  --mdc-protected-button-focus-container-elevation-shadow:
    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);
  --mdc-protected-button-hover-container-elevation-shadow:
    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);
  --mdc-protected-button-pressed-container-elevation-shadow:
    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);
  --mdc-protected-button-container-color: #fafafb;
  --mdc-protected-button-label-text-color: #00904e;
  --mdc-protected-button-disabled-container-color: rgba(25, 28, 25, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(25, 28, 25, 0.38);
  --mdc-protected-button-label-text-font: Gilroy-Regular;
  --mdc-protected-button-label-text-size: 0.875rem;
  --mdc-protected-button-label-text-tracking: 0.006rem;
  --mdc-protected-button-label-text-weight: 500;
  --mdc-protected-button-container-height: 40px;
  --mdc-protected-button-container-shape: 9999px;
  --mdc-filled-button-container-color: #00904e;
  --mdc-filled-button-label-text-color: #ffffff;
  --mdc-filled-button-disabled-container-color: rgba(25, 28, 25, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(25, 28, 25, 0.38);
  --mdc-filled-button-label-text-font: Gilroy-Regular;
  --mdc-filled-button-label-text-size: 0.875rem;
  --mdc-filled-button-label-text-tracking: 0.006rem;
  --mdc-filled-button-label-text-weight: 500;
  --mdc-filled-button-container-height: 40px;
  --mdc-filled-button-container-shape: 9999px;
  --mdc-outlined-button-disabled-outline-color: rgba(25, 28, 25, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(25, 28, 25, 0.38);
  --mdc-outlined-button-label-text-color: #00904e;
  --mdc-outlined-button-outline-color: #717971;
  --mdc-outlined-button-label-text-font: Gilroy-Regular;
  --mdc-outlined-button-label-text-size: 0.875rem;
  --mdc-outlined-button-label-text-tracking: 0.006rem;
  --mdc-outlined-button-label-text-weight: 500;
  --mdc-outlined-button-container-height: 40px;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 9999px;
  --mat-text-button-state-layer-color: #00904e;
  --mat-text-button-disabled-state-layer-color: #414941;
  --mat-text-button-ripple-color: rgba(0, 144, 78, 0.12);
  --mat-text-button-hover-state-layer-opacity: 0.08;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
  --mat-text-button-touch-target-display: block;
  --mat-text-button-horizontal-padding: 12px;
  --mat-text-button-with-icon-horizontal-padding: 16px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: -4px;
  --mat-protected-button-state-layer-color: #00904e;
  --mat-protected-button-disabled-state-layer-color: #414941;
  --mat-protected-button-ripple-color: rgba(0, 144, 78, 0.12);
  --mat-protected-button-hover-state-layer-opacity: 0.08;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  --mat-protected-button-touch-target-display: block;
  --mat-protected-button-horizontal-padding: 24px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -8px;
  --mat-filled-button-state-layer-color: #ffffff;
  --mat-filled-button-disabled-state-layer-color: #414941;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.12);
  --mat-filled-button-hover-state-layer-opacity: 0.08;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
  --mat-filled-button-touch-target-display: block;
  --mat-filled-button-horizontal-padding: 24px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -8px;
  --mat-outlined-button-state-layer-color: #00904e;
  --mat-outlined-button-disabled-state-layer-color: #414941;
  --mat-outlined-button-ripple-color: rgba(0, 144, 78, 0.12);
  --mat-outlined-button-hover-state-layer-opacity: 0.08;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
  --mat-outlined-button-touch-target-display: block;
  --mat-outlined-button-horizontal-padding: 24px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -8px;
  --mdc-icon-button-icon-color: #414941;
  --mdc-icon-button-disabled-icon-color: rgba(25, 28, 25, 0.38);
  --mdc-icon-button-state-layer-size: 40px;
  --mdc-icon-button-icon-size: 24px;
  --mat-icon-button-state-layer-color: #414941;
  --mat-icon-button-disabled-state-layer-color: #414941;
  --mat-icon-button-ripple-color: rgba(65, 73, 65, 0.12);
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-touch-target-display: block;
  --mdc-extended-fab-container-elevation-shadow:
    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);
  --mdc-extended-fab-focus-container-elevation-shadow:
    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);
  --mdc-extended-fab-hover-container-elevation-shadow:
    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);
  --mdc-extended-fab-pressed-container-elevation-shadow:
    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);
  --mdc-extended-fab-label-text-font: Gilroy-Regular;
  --mdc-extended-fab-label-text-size: 0.875rem;
  --mdc-extended-fab-label-text-tracking: 0.006rem;
  --mdc-extended-fab-label-text-weight: 500;
  --mdc-extended-fab-container-height: 56px;
  --mdc-extended-fab-container-shape: 16px;
  --mdc-fab-container-elevation-shadow:
    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);
  --mdc-fab-focus-container-elevation-shadow:
    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);
  --mdc-fab-hover-container-elevation-shadow:
    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);
  --mdc-fab-pressed-container-elevation-shadow:
    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);
  --mdc-fab-container-color: #87faac;
  --mdc-fab-container-shape: 16px;
  --mdc-fab-small-container-elevation-shadow:
    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);
  --mdc-fab-small-focus-container-elevation-shadow:
    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);
  --mdc-fab-small-hover-container-elevation-shadow:
    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);
  --mdc-fab-small-pressed-container-elevation-shadow:
    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);
  --mdc-fab-small-container-color: #87faac;
  --mdc-fab-small-container-shape: 12px;
  --mat-fab-foreground-color: #00210d;
  --mat-fab-state-layer-color: #00210d;
  --mat-fab-ripple-color: rgba(0, 33, 13, 0.12);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(25, 28, 25, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(25, 28, 25, 0.38);
  --mat-fab-touch-target-display: block;
  --mat-fab-small-foreground-color: #00210d;
  --mat-fab-small-state-layer-color: #00210d;
  --mat-fab-small-ripple-color: rgba(0, 33, 13, 0.12);
  --mat-fab-small-hover-state-layer-opacity: 0.08;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: rgba(25, 28, 25, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(25, 28, 25, 0.38);
  --mdc-snackbar-container-color: #2e312e;
  --mdc-snackbar-supporting-text-color: #f0f1ec;
  --mdc-snackbar-supporting-text-font: Gilroy-Regular;
  --mdc-snackbar-supporting-text-line-height: 1.25rem;
  --mdc-snackbar-supporting-text-size: 0.875rem;
  --mdc-snackbar-supporting-text-weight: 400;
  --mdc-snackbar-container-shape: 4px;
  --mat-snack-bar-button-color: #6add92;
  --mat-table-background-color: #fafafb;
  --mat-table-header-headline-color: #191c19;
  --mat-table-row-item-label-text-color: #191c19;
  --mat-table-row-item-outline-color: #717971;
  --mat-table-header-headline-font: Gilroy-Regular;
  --mat-table-header-headline-line-height: 1.25rem;
  --mat-table-header-headline-size: 0.875rem;
  --mat-table-header-headline-weight: 500;
  --mat-table-header-headline-tracking: 0.006rem;
  --mat-table-row-item-label-text-font: Gilroy-Regular;
  --mat-table-row-item-label-text-line-height: 1.25rem;
  --mat-table-row-item-label-text-size: 0.875rem;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: 0.016rem;
  --mat-table-footer-supporting-text-font: Gilroy-Regular;
  --mat-table-footer-supporting-text-line-height: 1.25rem;
  --mat-table-footer-supporting-text-size: 0.875rem;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: 0.016rem;
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
  --mat-table-row-item-outline-width: 1px;
  --mdc-circular-progress-active-indicator-color: #00904e;
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mat-badge-background-color: #ba1a1a;
  --mat-badge-text-color: #ffffff;
  --mat-badge-disabled-state-background-color: rgba(186, 26, 26, 0.38);
  --mat-badge-disabled-state-text-color: #ffffff;
  --mat-badge-text-font: Gilroy-Regular;
  --mat-badge-text-size: 0.688rem;
  --mat-badge-text-weight: 500;
  --mat-badge-large-size-text-size: 0.688rem;
  --mat-badge-container-shape: 9999px;
  --mat-badge-container-size: 16px;
  --mat-badge-small-size-container-size: 6px;
  --mat-badge-large-size-container-size: 16px;
  --mat-badge-legacy-container-size: unset;
  --mat-badge-legacy-small-size-container-size: unset;
  --mat-badge-legacy-large-size-container-size: unset;
  --mat-badge-container-offset: -12px 0;
  --mat-badge-small-size-container-offset: -6px 0;
  --mat-badge-large-size-container-offset: -12px 0;
  --mat-badge-container-overlap-offset: -12px;
  --mat-badge-small-size-container-overlap-offset: -6px;
  --mat-badge-large-size-container-overlap-offset: -12px;
  --mat-badge-container-padding: 0 4px;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0 4px;
  --mat-badge-line-height: 16px;
  --mat-badge-small-size-text-size: 0;
  --mat-badge-small-size-line-height: 6px;
  --mat-badge-large-size-line-height: 16px;
  --mat-bottom-sheet-container-text-color: #191c19;
  --mat-bottom-sheet-container-background-color: #f3f4ef;
  --mat-bottom-sheet-container-text-font: Gilroy-Regular;
  --mat-bottom-sheet-container-text-line-height: 1.5rem;
  --mat-bottom-sheet-container-text-size: 1rem;
  --mat-bottom-sheet-container-text-tracking: 0.031rem;
  --mat-bottom-sheet-container-text-weight: 400;
  --mat-bottom-sheet-container-shape: 28px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.08;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-standard-button-toggle-text-color: #191c19;
  --mat-standard-button-toggle-state-layer-color: #191c19;
  --mat-standard-button-toggle-selected-state-background-color: #e4dfff;
  --mat-standard-button-toggle-selected-state-text-color: #1c0935;
  --mat-standard-button-toggle-disabled-state-text-color: rgba(25, 28, 25, 0.38);
  --mat-standard-button-toggle-disabled-selected-state-text-color: rgba(25, 28, 25, 0.38);
  --mat-standard-button-toggle-disabled-selected-state-background-color: rgba(25, 28, 25, 0.12);
  --mat-standard-button-toggle-divider-color: #717971;
  --mat-standard-button-toggle-label-text-font: Gilroy-Regular;
  --mat-standard-button-toggle-label-text-line-height: 1.25rem;
  --mat-standard-button-toggle-label-text-size: 0.875rem;
  --mat-standard-button-toggle-label-text-tracking: 0.006rem;
  --mat-standard-button-toggle-label-text-weight: 500;
  --mat-standard-button-toggle-height: 40px;
  --mat-standard-button-toggle-shape: 9999px;
  --mat-standard-button-toggle-background-color: transparent;
  --mat-standard-button-toggle-disabled-state-background-color: transparent;
  --mat-datepicker-calendar-date-selected-state-text-color: #ffffff;
  --mat-datepicker-calendar-date-selected-state-background-color: #00904e;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(25, 28, 25, 0.38);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #00904e;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(25, 28, 25, 0.12);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(25, 28, 25, 0.08);
  --mat-datepicker-toggle-active-state-icon-color: #414941;
  --mat-datepicker-calendar-date-in-range-state-background-color: #87faac;
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: #d18e11;
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #e4dfff;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #5633fa;
  --mat-datepicker-toggle-icon-color: #414941;
  --mat-datepicker-calendar-body-label-text-color: #191c19;
  --mat-datepicker-calendar-period-button-text-color: #414941;
  --mat-datepicker-calendar-period-button-icon-color: #414941;
  --mat-datepicker-calendar-navigation-button-icon-color: #414941;
  --mat-datepicker-calendar-header-text-color: #414941;
  --mat-datepicker-calendar-date-today-outline-color: #00904e;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(25, 28, 25, 0.38);
  --mat-datepicker-calendar-date-text-color: #191c19;
  --mat-datepicker-calendar-date-disabled-state-text-color: rgba(25, 28, 25, 0.38);
  --mat-datepicker-calendar-date-preview-state-outline-color: #00904e;
  --mat-datepicker-range-input-separator-color: #191c19;
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(25, 28, 25, 0.38);
  --mat-datepicker-range-input-disabled-state-text-color: rgba(25, 28, 25, 0.38);
  --mat-datepicker-calendar-container-background-color: #e7e9e4;
  --mat-datepicker-calendar-container-text-color: #191c19;
  --mat-datepicker-calendar-text-font: Gilroy-Regular;
  --mat-datepicker-calendar-text-size: 0.875rem;
  --mat-datepicker-calendar-body-label-text-size: 0.875rem;
  --mat-datepicker-calendar-body-label-text-weight: 500;
  --mat-datepicker-calendar-period-button-text-size: 0.875rem;
  --mat-datepicker-calendar-period-button-text-weight: 500;
  --mat-datepicker-calendar-header-text-size: 0.875rem;
  --mat-datepicker-calendar-header-text-weight: 500;
  --mat-datepicker-calendar-container-shape: 16px;
  --mat-datepicker-calendar-container-touch-shape: 28px;
  --mat-datepicker-calendar-container-elevation-shadow:
    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-datepicker-calendar-container-touch-elevation-shadow:
    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-datepicker-calendar-header-divider-color: transparent;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-divider-color: #717971;
  --mat-divider-width: 1px;
  --mat-expansion-container-background-color: #fafafb;
  --mat-expansion-container-text-color: #191c19;
  --mat-expansion-actions-divider-color: #717971;
  --mat-expansion-header-hover-state-layer-color: rgba(25, 28, 25, 0.08);
  --mat-expansion-header-focus-state-layer-color: rgba(25, 28, 25, 0.12);
  --mat-expansion-header-disabled-state-text-color: rgba(25, 28, 25, 0.38);
  --mat-expansion-header-text-color: #191c19;
  --mat-expansion-header-description-color: #414941;
  --mat-expansion-header-indicator-color: #414941;
  --mat-expansion-header-text-font: Gilroy-Regular;
  --mat-expansion-header-text-size: 1rem;
  --mat-expansion-header-text-weight: 500;
  --mat-expansion-header-text-line-height: 1.5rem;
  --mat-expansion-header-text-tracking: 0.009rem;
  --mat-expansion-container-text-font: Gilroy-Regular;
  --mat-expansion-container-text-line-height: 1.5rem;
  --mat-expansion-container-text-size: 1rem;
  --mat-expansion-container-text-tracking: 0.031rem;
  --mat-expansion-container-text-weight: 400;
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
  --mat-expansion-container-shape: 12px;
  --mat-expansion-legacy-header-indicator-display: none;
  --mat-expansion-header-indicator-display: inline-block;
  --mat-grid-list-tile-header-primary-text-size: 400 1rem / 1.5rem Gilroy-Regular;
  --mat-grid-list-tile-header-secondary-text-size: 400 0.875rem / 1.25rem Gilroy-Regular;
  --mat-grid-list-tile-footer-primary-text-size: 400 1rem / 1.5rem Gilroy-Regular;
  --mat-grid-list-tile-footer-secondary-text-size: 400 0.875rem / 1.25rem Gilroy-Regular;
  --mat-icon-color: inherit;
  --mat-sidenav-container-background-color: #fafafb;
  --mat-sidenav-container-text-color: #414941;
  --mat-sidenav-content-background-color: #fafafb;
  --mat-sidenav-content-text-color: #191c19;
  --mat-sidenav-scrim-color: rgba(43, 50, 44, 0.4);
  --mat-sidenav-container-shape: 16px;
  --mat-sidenav-container-elevation-shadow: none;
  --mat-sidenav-container-width: 360px;
  --mat-sidenav-container-divider-color: transparent;
  --mat-stepper-header-icon-foreground-color: #fafafb;
  --mat-stepper-header-selected-state-icon-background-color: #00904e;
  --mat-stepper-header-selected-state-icon-foreground-color: #ffffff;
  --mat-stepper-header-edit-state-icon-background-color: #00904e;
  --mat-stepper-header-edit-state-icon-foreground-color: #ffffff;
  --mat-stepper-container-color: #fafafb;
  --mat-stepper-line-color: #717971;
  --mat-stepper-header-hover-state-layer-color: rgba(46, 49, 46, 0.08);
  --mat-stepper-header-focus-state-layer-color: rgba(46, 49, 46, 0.12);
  --mat-stepper-header-label-text-color: #414941;
  --mat-stepper-header-optional-label-text-color: #414941;
  --mat-stepper-header-selected-state-label-text-color: #414941;
  --mat-stepper-header-error-state-label-text-color: #ba1a1a;
  --mat-stepper-header-icon-background-color: #414941;
  --mat-stepper-header-error-state-icon-foreground-color: #ba1a1a;
  --mat-stepper-container-text-font: Gilroy-Regular;
  --mat-stepper-header-label-text-font: Gilroy-Regular;
  --mat-stepper-header-label-text-size: 0.875rem;
  --mat-stepper-header-label-text-weight: 500;
  --mat-stepper-header-error-state-label-text-size: 0.875rem;
  --mat-stepper-header-selected-state-label-text-size: 0.875rem;
  --mat-stepper-header-selected-state-label-text-weight: 500;
  --mat-stepper-header-height: 72px;
  --mat-stepper-header-focus-state-layer-shape: 12px;
  --mat-stepper-header-hover-state-layer-shape: 12px;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: #191c19;
  --mat-toolbar-container-background-color: #fafafb;
  --mat-toolbar-container-text-color: #191c19;
  --mat-toolbar-title-text-font: Gilroy-Bold;
  --mat-toolbar-title-text-line-height: 1.75rem;
  --mat-toolbar-title-text-size: 1.375rem;
  --mat-toolbar-title-text-tracking: 0;
  --mat-toolbar-title-text-weight: 400;
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
  --mat-tree-container-background-color: #fafafb;
  --mat-tree-node-text-color: #191c19;
  --mat-tree-node-text-font: Gilroy-Regular;
  --mat-tree-node-text-size: 1rem;
  --mat-tree-node-text-weight: 400;
  --mat-tree-node-min-height: 48px;
}
.mat-theme-loaded-marker {
  display: none;
}

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