/* apps/executor/src/styles.scss */
html,
body {
  --mat-sys-background: #fdf9f0;
  --mat-sys-error: #ba1a1a;
  --mat-sys-error-container: #ffdad6;
  --mat-sys-inverse-on-surface: #f4f0e8;
  --mat-sys-inverse-primary: #cdcd00;
  --mat-sys-inverse-surface: #31312b;
  --mat-sys-on-background: #1c1c17;
  --mat-sys-on-error: #ffffff;
  --mat-sys-on-error-container: #93000a;
  --mat-sys-on-primary: #ffffff;
  --mat-sys-on-primary-container: #494900;
  --mat-sys-on-primary-fixed: #1d1d00;
  --mat-sys-on-primary-fixed-variant: #494900;
  --mat-sys-on-secondary: #ffffff;
  --mat-sys-on-secondary-container: #49482d;
  --mat-sys-on-secondary-fixed: #1d1d06;
  --mat-sys-on-secondary-fixed-variant: #49482d;
  --mat-sys-on-surface: #1c1c17;
  --mat-sys-on-surface-variant: #48473a;
  --mat-sys-on-tertiary: #ffffff;
  --mat-sys-on-tertiary-container: #0000ef;
  --mat-sys-on-tertiary-fixed: #00006e;
  --mat-sys-on-tertiary-fixed-variant: #0000ef;
  --mat-sys-outline: #797869;
  --mat-sys-outline-variant: #cac7b6;
  --mat-sys-primary: #626200;
  --mat-sys-primary-container: #eaea00;
  --mat-sys-primary-fixed: #eaea00;
  --mat-sys-primary-fixed-dim: #cdcd00;
  --mat-sys-scrim: #000000;
  --mat-sys-secondary: #606043;
  --mat-sys-secondary-container: #e7e4bf;
  --mat-sys-secondary-fixed: #e7e4bf;
  --mat-sys-secondary-fixed-dim: #cac8a5;
  --mat-sys-shadow: #000000;
  --mat-sys-surface: #fdf9f0;
  --mat-sys-surface-bright: #fdf9f0;
  --mat-sys-surface-container: #f1ede5;
  --mat-sys-surface-container-high: #ece8df;
  --mat-sys-surface-container-highest: #e6e2d9;
  --mat-sys-surface-container-low: #f7f3ea;
  --mat-sys-surface-container-lowest: #ffffff;
  --mat-sys-surface-dim: #dddad1;
  --mat-sys-surface-tint: #626200;
  --mat-sys-surface-variant: #e6e3d1;
  --mat-sys-tertiary: #343dff;
  --mat-sys-tertiary-container: #e0e0ff;
  --mat-sys-tertiary-fixed: #e0e0ff;
  --mat-sys-tertiary-fixed-dim: #bec2ff;
  --mat-sys-neutral-variant20: #313125;
  --mat-sys-neutral10: #1c1c17;
  --mat-sys-level0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level2:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level3:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level4:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-sys-level5:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-sys-body-large: 300 1rem / 1.5rem Gilroy-Regular;
  --mat-sys-body-large-font: Gilroy-Regular;
  --mat-sys-body-large-line-height: 1.5rem;
  --mat-sys-body-large-size: 1rem;
  --mat-sys-body-large-tracking: 0.031rem;
  --mat-sys-body-large-weight: 300;
  --mat-sys-body-medium: 300 0.875rem / 1.25rem Gilroy-Regular;
  --mat-sys-body-medium-font: Gilroy-Regular;
  --mat-sys-body-medium-line-height: 1.25rem;
  --mat-sys-body-medium-size: 0.875rem;
  --mat-sys-body-medium-tracking: 0.016rem;
  --mat-sys-body-medium-weight: 300;
  --mat-sys-body-small: 300 0.75rem / 1rem Gilroy-Regular;
  --mat-sys-body-small-font: Gilroy-Regular;
  --mat-sys-body-small-line-height: 1rem;
  --mat-sys-body-small-size: 0.75rem;
  --mat-sys-body-small-tracking: 0.025rem;
  --mat-sys-body-small-weight: 300;
  --mat-sys-display-large: 300 3.562rem / 4rem sans-serif;
  --mat-sys-display-large-font: sans-serif;
  --mat-sys-display-large-line-height: 4rem;
  --mat-sys-display-large-size: 3.562rem;
  --mat-sys-display-large-tracking: -0.016rem;
  --mat-sys-display-large-weight: 300;
  --mat-sys-display-medium: 300 2.812rem / 3.25rem sans-serif;
  --mat-sys-display-medium-font: sans-serif;
  --mat-sys-display-medium-line-height: 3.25rem;
  --mat-sys-display-medium-size: 2.812rem;
  --mat-sys-display-medium-tracking: 0;
  --mat-sys-display-medium-weight: 300;
  --mat-sys-display-small: 300 2.25rem / 2.75rem sans-serif;
  --mat-sys-display-small-font: sans-serif;
  --mat-sys-display-small-line-height: 2.75rem;
  --mat-sys-display-small-size: 2.25rem;
  --mat-sys-display-small-tracking: 0;
  --mat-sys-display-small-weight: 300;
  --mat-sys-headline-large: 300 2rem / 2.5rem sans-serif;
  --mat-sys-headline-large-font: sans-serif;
  --mat-sys-headline-large-line-height: 2.5rem;
  --mat-sys-headline-large-size: 2rem;
  --mat-sys-headline-large-tracking: 0;
  --mat-sys-headline-large-weight: 300;
  --mat-sys-headline-medium: 300 1.75rem / 2.25rem sans-serif;
  --mat-sys-headline-medium-font: sans-serif;
  --mat-sys-headline-medium-line-height: 2.25rem;
  --mat-sys-headline-medium-size: 1.75rem;
  --mat-sys-headline-medium-tracking: 0;
  --mat-sys-headline-medium-weight: 300;
  --mat-sys-headline-small: 300 1.5rem / 2rem sans-serif;
  --mat-sys-headline-small-font: sans-serif;
  --mat-sys-headline-small-line-height: 2rem;
  --mat-sys-headline-small-size: 1.5rem;
  --mat-sys-headline-small-tracking: 0;
  --mat-sys-headline-small-weight: 300;
  --mat-sys-label-large: 500 0.875rem / 1.25rem Gilroy-Regular;
  --mat-sys-label-large-font: Gilroy-Regular;
  --mat-sys-label-large-line-height: 1.25rem;
  --mat-sys-label-large-size: 0.875rem;
  --mat-sys-label-large-tracking: 0.006rem;
  --mat-sys-label-large-weight: 500;
  --mat-sys-label-large-weight-prominent: 900;
  --mat-sys-label-medium: 500 0.75rem / 1rem Gilroy-Regular;
  --mat-sys-label-medium-font: Gilroy-Regular;
  --mat-sys-label-medium-line-height: 1rem;
  --mat-sys-label-medium-size: 0.75rem;
  --mat-sys-label-medium-tracking: 0.031rem;
  --mat-sys-label-medium-weight: 500;
  --mat-sys-label-medium-weight-prominent: 900;
  --mat-sys-label-small: 500 0.688rem / 1rem Gilroy-Regular;
  --mat-sys-label-small-font: Gilroy-Regular;
  --mat-sys-label-small-line-height: 1rem;
  --mat-sys-label-small-size: 0.688rem;
  --mat-sys-label-small-tracking: 0.031rem;
  --mat-sys-label-small-weight: 500;
  --mat-sys-title-large: 300 1.375rem / 1.75rem sans-serif;
  --mat-sys-title-large-font: sans-serif;
  --mat-sys-title-large-line-height: 1.75rem;
  --mat-sys-title-large-size: 1.375rem;
  --mat-sys-title-large-tracking: 0;
  --mat-sys-title-large-weight: 300;
  --mat-sys-title-medium: 500 1rem / 1.5rem Gilroy-Regular;
  --mat-sys-title-medium-font: Gilroy-Regular;
  --mat-sys-title-medium-line-height: 1.5rem;
  --mat-sys-title-medium-size: 1rem;
  --mat-sys-title-medium-tracking: 0.009rem;
  --mat-sys-title-medium-weight: 500;
  --mat-sys-title-small: 500 0.875rem / 1.25rem Gilroy-Regular;
  --mat-sys-title-small-font: Gilroy-Regular;
  --mat-sys-title-small-line-height: 1.25rem;
  --mat-sys-title-small-size: 0.875rem;
  --mat-sys-title-small-tracking: 0.006rem;
  --mat-sys-title-small-weight: 500;
  --mat-sys-corner-extra-large: 28px;
  --mat-sys-corner-extra-large-top: 28px 28px 0 0;
  --mat-sys-corner-extra-small: 4px;
  --mat-sys-corner-extra-small-top: 4px 4px 0 0;
  --mat-sys-corner-full: 9999px;
  --mat-sys-corner-large: 16px;
  --mat-sys-corner-large-end: 0 16px 16px 0;
  --mat-sys-corner-large-start: 16px 0 0 16px;
  --mat-sys-corner-large-top: 16px 16px 0 0;
  --mat-sys-corner-medium: 12px;
  --mat-sys-corner-none: 0;
  --mat-sys-corner-small: 8px;
  --mat-sys-dragged-state-layer-opacity: 0.16;
  --mat-sys-focus-state-layer-opacity: 0.12;
  --mat-sys-hover-state-layer-opacity: 0.08;
  --mat-sys-pressed-state-layer-opacity: 0.12;
}
html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "Gilroy-Regular", sans-serif;
  box-sizing: border-box;
  background: inherit;
}
body.dark-mode {
  color-scheme: dark;
}

/* 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: "Golos-Text-Regular";
  src: url("./media/Golos-Text_Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Golos-Text-Medium";
  src: url("./media/Golos-Text_Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Golos-Text-Bold";
  src: url("./media/Golos-Text_Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
@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: "Golos-Text-Bold";
}
.font-gilroy-regular {
  font-family: "Gilroy-Regular";
  font-size: 20px;
}
h1 {
  font-family: "Golos-Text-Bold";
  font-size: 2rem;
}
h2 {
  font-family: "Golos-Text-Bold";
  font-size: 2rem;
}
h3 {
  font-family: "Golos-Text-Bold";
  font-size: 1.75rem;
}
h4 {
  font-family: "Golos-Text-Bold";
  font-size: 1.5rem;
}
h5 {
  font-family: "Golos-Text-Bold";
  font-size: 1rem;
}
.bg-accent {
  background-color: #E1B399 !important;
}
.tx-accent {
  color: #E1B399 !important;
}
.brd-accent {
  border: 0.1rem solid #E1B399 !important;
}
.bg-accent-light {
  background-color: #FDF4F1 !important;
}
.tx-accent-light {
  color: #FDF4F1 !important;
}
.brd-accent-light {
  border: 0.1rem solid #FDF4F1 !important;
}
.bg-accent-lighter {
  background-color: #FEFAF8 !important;
}
.tx-accent-lighter {
  color: #FEFAF8 !important;
}
.brd-accent-lighter {
  border: 0.1rem solid #FEFAF8 !important;
}
.bg-accent-dark {
  background-color: #7A4D3C !important;
}
.tx-accent-dark {
  color: #7A4D3C !important;
}
.brd-accent-dark {
  border: 0.1rem solid #7A4D3C !important;
}
.bg-primary {
  background-color: #0a7fdb !important;
}
.tx-primary {
  color: #0a7fdb !important;
}
.brd-primary {
  border: 0.1rem solid #0a7fdb !important;
}
.bg-primary-light {
  background-color: #80c1f5 !important;
}
.tx-primary-light {
  color: #80c1f5 !important;
}
.brd-primary-light {
  border: 0.1rem solid #80c1f5 !important;
}
.bg-primary-extra-light {
  background-color: #cce6fb !important;
}
.tx-primary-extra-light {
  color: #cce6fb !important;
}
.brd-primary-extra-light {
  border: 0.1rem solid #cce6fb !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: #74777b !important;
}
.tx-gray {
  color: #74777b !important;
}
.brd-gray {
  border: 0.1rem solid #74777b !important;
}
.bg-gray-light {
  background-color: #e0e3e7 !important;
}
.tx-gray-light {
  color: #e0e3e7 !important;
}
.brd-gray-light {
  border: 0.1rem solid #e0e3e7 !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: #a8abb0 !important;
}
.tx-gray-medium {
  color: #a8abb0 !important;
}
.brd-gray-medium {
  border: 0.1rem solid #a8abb0 !important;
}
.bg-gray-dark {
  background-color: #4f5357 !important;
}
.tx-gray-dark {
  color: #4f5357 !important;
}
.brd-gray-dark {
  border: 0.1rem solid #4f5357 !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: #a8abb0 !important;
}
.tx-divider {
  color: #a8abb0 !important;
}
.brd-divider {
  border: 0.1rem solid #a8abb0 !important;
}
.bg-green-supporting {
  background-color: #cce6fb !important;
}
.tx-green-supporting {
  color: #cce6fb !important;
}
.brd-green-supporting {
  border: 0.1rem solid #cce6fb !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: #e6f3fd !important;
}
.tx-table-header-bg {
  color: #e6f3fd !important;
}
.brd-table-header-bg {
  border: 0.1rem solid #e6f3fd !important;
}
.bg-primary-dark {
  background-color: #1570c1 !important;
}
.tx-primary-dark {
  color: #1570c1 !important;
}
.brd-primary-dark {
  border: 0.1rem solid #1570c1 !important;
}
.bg-primary-secondary {
  background-color: #0a7fdb !important;
}
.tx-primary-secondary {
  color: #0a7fdb !important;
}
.brd-primary-secondary {
  border: 0.1rem solid #0a7fdb !important;
}
.bg-optional-text {
  background-color: #a8abb0 !important;
}
.tx-optional-text {
  color: #a8abb0 !important;
}
.brd-optional-text {
  border: 0.1rem solid #a8abb0 !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: #FDEFEA !important;
}
.tx-active-menu {
  color: #FDEFEA !important;
}
.brd-active-menu {
  border: 0.1rem solid #FDEFEA !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 #E1B399;
}
.brd-top-accent-light {
  border-top: 1px solid #FDF4F1;
}
.brd-top-accent-lighter {
  border-top: 1px solid #FEFAF8;
}
.brd-top-accent-dark {
  border-top: 1px solid #7A4D3C;
}
.brd-top-primary {
  border-top: 1px solid #0a7fdb;
}
.brd-top-primary-light {
  border-top: 1px solid #80c1f5;
}
.brd-top-primary-extra-light {
  border-top: 1px solid #cce6fb;
}
.brd-top-warn-lighter {
  border-top: 1px solid #fffbff;
}
.brd-top-gray {
  border-top: 1px solid #74777b;
}
.brd-top-gray-light {
  border-top: 1px solid #e0e3e7;
}
.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 #a8abb0;
}
.brd-top-gray-dark {
  border-top: 1px solid #4f5357;
}
.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 #a8abb0;
}
.brd-top-green-supporting {
  border-top: 1px solid #cce6fb;
}
.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 #e6f3fd;
}
.brd-top-primary-dark {
  border-top: 1px solid #1570c1;
}
.brd-top-primary-secondary {
  border-top: 1px solid #0a7fdb;
}
.brd-top-optional-text {
  border-top: 1px solid #a8abb0;
}
.brd-top-primary-dark-violet {
  border-top: 1px solid #bfbdd0;
}
.brd-top-active-menu {
  border-top: 1px solid #FDEFEA;
}
.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 #E1B399;
}
.brd-right-accent-light {
  border-right: 1px solid #FDF4F1;
}
.brd-right-accent-lighter {
  border-right: 1px solid #FEFAF8;
}
.brd-right-accent-dark {
  border-right: 1px solid #7A4D3C;
}
.brd-right-primary {
  border-right: 1px solid #0a7fdb;
}
.brd-right-primary-light {
  border-right: 1px solid #80c1f5;
}
.brd-right-primary-extra-light {
  border-right: 1px solid #cce6fb;
}
.brd-right-warn-lighter {
  border-right: 1px solid #fffbff;
}
.brd-right-gray {
  border-right: 1px solid #74777b;
}
.brd-right-gray-light {
  border-right: 1px solid #e0e3e7;
}
.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 #a8abb0;
}
.brd-right-gray-dark {
  border-right: 1px solid #4f5357;
}
.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 #a8abb0;
}
.brd-right-green-supporting {
  border-right: 1px solid #cce6fb;
}
.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 #e6f3fd;
}
.brd-right-primary-dark {
  border-right: 1px solid #1570c1;
}
.brd-right-primary-secondary {
  border-right: 1px solid #0a7fdb;
}
.brd-right-optional-text {
  border-right: 1px solid #a8abb0;
}
.brd-right-primary-dark-violet {
  border-right: 1px solid #bfbdd0;
}
.brd-right-active-menu {
  border-right: 1px solid #FDEFEA;
}
.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 #E1B399;
}
.brd-bottom-accent-light {
  border-bottom: 1px solid #FDF4F1;
}
.brd-bottom-accent-lighter {
  border-bottom: 1px solid #FEFAF8;
}
.brd-bottom-accent-dark {
  border-bottom: 1px solid #7A4D3C;
}
.brd-bottom-primary {
  border-bottom: 1px solid #0a7fdb;
}
.brd-bottom-primary-light {
  border-bottom: 1px solid #80c1f5;
}
.brd-bottom-primary-extra-light {
  border-bottom: 1px solid #cce6fb;
}
.brd-bottom-warn-lighter {
  border-bottom: 1px solid #fffbff;
}
.brd-bottom-gray {
  border-bottom: 1px solid #74777b;
}
.brd-bottom-gray-light {
  border-bottom: 1px solid #e0e3e7;
}
.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 #a8abb0;
}
.brd-bottom-gray-dark {
  border-bottom: 1px solid #4f5357;
}
.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 #a8abb0;
}
.brd-bottom-green-supporting {
  border-bottom: 1px solid #cce6fb;
}
.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 #e6f3fd;
}
.brd-bottom-primary-dark {
  border-bottom: 1px solid #1570c1;
}
.brd-bottom-primary-secondary {
  border-bottom: 1px solid #0a7fdb;
}
.brd-bottom-optional-text {
  border-bottom: 1px solid #a8abb0;
}
.brd-bottom-primary-dark-violet {
  border-bottom: 1px solid #bfbdd0;
}
.brd-bottom-active-menu {
  border-bottom: 1px solid #FDEFEA;
}
.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 #E1B399;
}
.brd-left-accent-light {
  border-left: 1px solid #FDF4F1;
}
.brd-left-accent-lighter {
  border-left: 1px solid #FEFAF8;
}
.brd-left-accent-dark {
  border-left: 1px solid #7A4D3C;
}
.brd-left-primary {
  border-left: 1px solid #0a7fdb;
}
.brd-left-primary-light {
  border-left: 1px solid #80c1f5;
}
.brd-left-primary-extra-light {
  border-left: 1px solid #cce6fb;
}
.brd-left-warn-lighter {
  border-left: 1px solid #fffbff;
}
.brd-left-gray {
  border-left: 1px solid #74777b;
}
.brd-left-gray-light {
  border-left: 1px solid #e0e3e7;
}
.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 #a8abb0;
}
.brd-left-gray-dark {
  border-left: 1px solid #4f5357;
}
.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 #a8abb0;
}
.brd-left-green-supporting {
  border-left: 1px solid #cce6fb;
}
.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 #e6f3fd;
}
.brd-left-primary-dark {
  border-left: 1px solid #1570c1;
}
.brd-left-primary-secondary {
  border-left: 1px solid #0a7fdb;
}
.brd-left-optional-text {
  border-left: 1px solid #a8abb0;
}
.brd-left-primary-dark-violet {
  border-left: 1px solid #bfbdd0;
}
.brd-left-active-menu {
  border-left: 1px solid #FDEFEA;
}
.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-240 {
  max-width: 240px !important;
}
.min-w-240 {
  min-width: 240px !important;
}
.min-h-240 {
  min-height: 240px !important;
}
.w-240 {
  width: 240px;
}
.max-w-300 {
  max-width: 300px !important;
}
.min-w-300 {
  min-width: 300px !important;
}
.min-h-300 {
  min-height: 300px !important;
}
.w-300 {
  width: 300px;
}
.max-w-400 {
  max-width: 400px !important;
}
.min-w-400 {
  min-width: 400px !important;
}
.min-h-400 {
  min-height: 400px !important;
}
.w-400 {
  width: 400px;
}
.max-w-500 {
  max-width: 500px !important;
}
.min-w-500 {
  min-width: 500px !important;
}
.min-h-500 {
  min-height: 500px !important;
}
.w-500 {
  width: 500px;
}
.max-w-600 {
  max-width: 600px !important;
}
.min-w-600 {
  min-width: 600px !important;
}
.min-h-600 {
  min-height: 600px !important;
}
.w-600 {
  width: 600px;
}
.max-w-900 {
  max-width: 900px !important;
}
.min-w-900 {
  min-width: 900px !important;
}
.min-h-900 {
  min-height: 900px !important;
}
.w-900 {
  width: 900px;
}
.max-w-1000 {
  max-width: 1000px !important;
}
.min-w-1000 {
  min-width: 1000px !important;
}
.min-h-1000 {
  min-height: 1000px !important;
}
.w-1000 {
  width: 1000px;
}
.max-w-1280 {
  max-width: 1280px !important;
}
.min-w-1280 {
  min-width: 1280px !important;
}
.min-h-1280 {
  min-height: 1280px !important;
}
.w-1280 {
  width: 1280px;
}
.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-row {
  display: flex;
  flex-direction: row;
}
.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: #0a7fdb;
}
.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: #e0e3e7;
}
.scroll-block::-webkit-scrollbar-thumb {
  background-color: #a8abb0;
}
.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;
}
.fs-16 {
  font-size: 16px;
}
.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;
  flex-grow: 1;
}
.p-relative {
  position: relative;
}
.p-absolute {
  position: absolute !important;
}
.status_active {
  background-color: #d1d0d0;
}
.status_destributed {
  background-color: #cce6fb;
}
.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;
}
.status_deleted {
  background-color: #000;
}
.gradient-bg {
  background:
    linear-gradient(
      45deg,
      #FFFBFA 0%,
      #cce6fb 25%,
      #ffffff 50%,
      #FDF4F1 75%,
      #cce6fb 100%) !important;
  background-attachment: fixed;
  min-height: 100vh;
  width: 100%;
}
.transparent {
  background: transparent !important;
}
.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: #1570c1;
}
.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;
  }
}
:root {
  --mat-app-background-color: #f7f9fe;
  --mat-app-text-color: #333333;
  --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: color-mix(in srgb, #333333 10%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, #333333 12%, transparent);
  --mat-option-hover-state-layer-color: color-mix(in srgb, #333333 8%, transparent);
  --mat-option-label-text-color: #333333;
  --mat-option-selected-state-label-text-color: #E1B399;
  --mat-option-selected-state-layer-color: #FEFAF8;
  --mat-optgroup-label-text-color: #414941;
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #f7f9fe;
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, #333333 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, #333333 38%, transparent);
  --mat-pseudo-checkbox-full-selected-checkmark-color: #ffffff;
  --mat-pseudo-checkbox-full-selected-icon-color: #6dbdf3;
  --mat-pseudo-checkbox-full-unselected-icon-color: #414941;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, #333333 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #6dbdf3;
  --mat-option-label-text-size: 1rem;
  --mat-option-label-text-weight: 400;
  --mat-option-label-text-font: Golos-Text-Regular;
  --mat-option-label-text-line-height: 1.25rem;
  --mat-option-label-text-tracking: 0.006rem;
  --mat-optgroup-label-text-font: Golos-Text-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-card-elevated-container-shape: 12px;
  --mat-card-filled-container-shape: 12px;
  --mat-card-outlined-container-shape: 12px;
  --mat-card-outlined-outline-width: 1px;
  --mat-card-elevated-container-color: #f1f4f8;
  --mat-card-elevated-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);
  --mat-card-filled-container-color: #e0e3e7;
  --mat-card-filled-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);
  --mat-card-outlined-container-color: #f7f9fe;
  --mat-card-outlined-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);
  --mat-card-outlined-outline-color: #bfbdd0;
  --mat-card-subtitle-text-color: #333333;
  --mat-card-subtitle-text-font: Golos-Text-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;
  --mat-card-title-text-font: Golos-Text-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-progress-bar-active-indicator-height: 4px;
  --mat-progress-bar-track-height: 4px;
  --mat-progress-bar-track-shape: 0;
  --mat-progress-bar-active-indicator-color: #6dbdf3;
  --mat-progress-bar-track-color: #e5e5ec;
  --mat-tooltip-container-color: #2d3134;
  --mat-tooltip-container-shape: 4px;
  --mat-tooltip-supporting-text-color: #eef1f5;
  --mat-tooltip-supporting-text-font: Golos-Text-Regular;
  --mat-tooltip-supporting-text-line-height: 1rem;
  --mat-tooltip-supporting-text-size: 0.75rem;
  --mat-tooltip-supporting-text-tracking: 0.025rem;
  --mat-tooltip-supporting-text-weight: 400;
  --mat-form-field-filled-active-indicator-height: 1px;
  --mat-form-field-filled-focus-active-indicator-height: 2px;
  --mat-form-field-filled-container-shape: 4px;
  --mat-form-field-outlined-outline-width: 1px;
  --mat-form-field-outlined-focus-outline-width: 2px;
  --mat-form-field-outlined-container-shape: 4px;
  --mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, #333333 38%, transparent);
  --mat-form-field-disabled-leading-icon-color: color-mix(in srgb, #333333 38%, transparent);
  --mat-form-field-disabled-select-arrow-color: color-mix(in srgb, #333333 38%, transparent);
  --mat-form-field-disabled-trailing-icon-color: color-mix(in srgb, #333333 38%, transparent);
  --mat-form-field-enabled-select-arrow-color: #414941;
  --mat-form-field-error-focus-trailing-icon-color: #ba1a1a;
  --mat-form-field-error-hover-trailing-icon-color: #93000a;
  --mat-form-field-error-text-color: #ba1a1a;
  --mat-form-field-error-trailing-icon-color: #ba1a1a;
  --mat-form-field-filled-active-indicator-color: #414941;
  --mat-form-field-filled-caret-color: #6dbdf3;
  --mat-form-field-filled-container-color: #e5e5ec;
  --mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, #333333 38%, transparent);
  --mat-form-field-filled-disabled-container-color: color-mix(in srgb, #333333 4%, transparent);
  --mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, #333333 38%, transparent);
  --mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, #333333 38%, transparent);
  --mat-form-field-filled-error-active-indicator-color: #ba1a1a;
  --mat-form-field-filled-error-caret-color: #ba1a1a;
  --mat-form-field-filled-error-focus-active-indicator-color: #ba1a1a;
  --mat-form-field-filled-error-focus-label-text-color: #ba1a1a;
  --mat-form-field-filled-error-hover-active-indicator-color: #93000a;
  --mat-form-field-filled-error-hover-label-text-color: #93000a;
  --mat-form-field-filled-error-label-text-color: #ba1a1a;
  --mat-form-field-filled-focus-active-indicator-color: #6dbdf3;
  --mat-form-field-filled-focus-label-text-color: #6dbdf3;
  --mat-form-field-filled-hover-active-indicator-color: #333333;
  --mat-form-field-filled-hover-label-text-color: #414941;
  --mat-form-field-filled-input-text-color: #333333;
  --mat-form-field-filled-input-text-placeholder-color: #414941;
  --mat-form-field-filled-label-text-color: #414941;
  --mat-form-field-focus-select-arrow-color: #6dbdf3;
  --mat-form-field-focus-state-layer-opacity: 0;
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-leading-icon-color: #414941;
  --mat-form-field-outlined-caret-color: #6dbdf3;
  --mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, #333333 38%, transparent);
  --mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, #333333 38%, transparent);
  --mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, #333333 12%, transparent);
  --mat-form-field-outlined-error-caret-color: #ba1a1a;
  --mat-form-field-outlined-error-focus-label-text-color: #ba1a1a;
  --mat-form-field-outlined-error-focus-outline-color: #ba1a1a;
  --mat-form-field-outlined-error-hover-label-text-color: #93000a;
  --mat-form-field-outlined-error-hover-outline-color: #93000a;
  --mat-form-field-outlined-error-label-text-color: #ba1a1a;
  --mat-form-field-outlined-error-outline-color: #ba1a1a;
  --mat-form-field-outlined-focus-label-text-color: #6dbdf3;
  --mat-form-field-outlined-focus-outline-color: #6dbdf3;
  --mat-form-field-outlined-hover-label-text-color: #333333;
  --mat-form-field-outlined-hover-outline-color: #333333;
  --mat-form-field-outlined-input-text-color: #333333;
  --mat-form-field-outlined-input-text-placeholder-color: #414941;
  --mat-form-field-outlined-label-text-color: #414941;
  --mat-form-field-outlined-outline-color: #717971;
  --mat-form-field-select-disabled-option-text-color: color-mix(in srgb, #333333 38%, transparent);
  --mat-form-field-select-option-text-color: #333333;
  --mat-form-field-state-layer-color: #333333;
  --mat-form-field-trailing-icon-color: #414941;
  --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-container-text-font: Golos-Text-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: Golos-Text-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-outlined-label-text-font: Golos-Text-Regular;
  --mat-form-field-outlined-label-text-size: 1rem;
  --mat-form-field-outlined-label-text-tracking: 0.031rem;
  --mat-form-field-outlined-label-text-weight: 400;
  --mat-form-field-filled-label-text-font: Golos-Text-Regular;
  --mat-form-field-filled-label-text-size: 1rem;
  --mat-form-field-filled-label-text-tracking: 0.031rem;
  --mat-form-field-filled-label-text-weight: 400;
  --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-select-panel-background-color: #ebeef2;
  --mat-select-enabled-trigger-text-color: #333333;
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, #333333 38%, transparent);
  --mat-select-placeholder-text-color: #414941;
  --mat-select-enabled-arrow-color: #414941;
  --mat-select-disabled-arrow-color: color-mix(in srgb, #333333 38%, transparent);
  --mat-select-focused-arrow-color: #6dbdf3;
  --mat-select-invalid-arrow-color: #ba1a1a;
  --mat-select-arrow-transform: translateY(-8px);
  --mat-select-trigger-text-font: Golos-Text-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-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);
  --mat-autocomplete-background-color: #ebeef2;
  --mat-dialog-actions-alignment: flex-end;
  --mat-dialog-actions-padding: 16px 24px;
  --mat-dialog-container-elevation-shadow: none;
  --mat-dialog-container-max-width: 560px;
  --mat-dialog-container-min-width: 280px;
  --mat-dialog-container-shape: 28px;
  --mat-dialog-container-small-max-width: calc(100vw - 32px);
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 6px 24px 13px;
  --mat-dialog-with-actions-content-padding: 20px 24px 0;
  --mat-dialog-container-color: #f7f9fe;
  --mat-dialog-subhead-color: #333333;
  --mat-dialog-supporting-text-color: #414941;
  --mat-dialog-subhead-font: Golos-Text-Bold;
  --mat-dialog-subhead-line-height: 2rem;
  --mat-dialog-subhead-size: 1.5rem;
  --mat-dialog-subhead-tracking: 0;
  --mat-dialog-subhead-weight: 400;
  --mat-dialog-supporting-text-font: Golos-Text-Regular;
  --mat-dialog-supporting-text-line-height: 1.25rem;
  --mat-dialog-supporting-text-size: 0.875rem;
  --mat-dialog-supporting-text-tracking: 0.016rem;
  --mat-dialog-supporting-text-weight: 400;
  --mat-chip-container-shape-radius: 8px;
  --mat-chip-disabled-container-opacity: 1;
  --mat-chip-elevated-container-color: transparent;
  --mat-chip-flat-selected-outline-width: 0;
  --mat-chip-outline-width: 1px;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-opacity: 1;
  --mat-chip-with-avatar-avatar-shape-radius: 24px;
  --mat-chip-with-avatar-avatar-size: 24px;
  --mat-chip-with-avatar-disabled-avatar-opacity: 0.38;
  --mat-chip-with-icon-disabled-icon-opacity: 0.38;
  --mat-chip-with-icon-icon-size: 18px;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-opacity: 0.38;
  --mat-chip-disabled-label-text-color: color-mix(in srgb, #333333 38%, transparent);
  --mat-chip-disabled-outline-color: color-mix(in srgb, #333333 12%, transparent);
  --mat-chip-elevated-selected-container-color: #FEFAF8;
  --mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, #333333 12%, transparent);
  --mat-chip-focus-outline-color: #414941;
  --mat-chip-focus-state-layer-color: #414941;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: #414941;
  --mat-chip-hover-state-layer-opacity: 0.08;
  --mat-chip-label-text-color: #414941;
  --mat-chip-outline-color: #717971;
  --mat-chip-selected-disabled-trailing-icon-color: #333333;
  --mat-chip-selected-focus-state-layer-color: #E1B399;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: #E1B399;
  --mat-chip-selected-hover-state-layer-opacity: 0.08;
  --mat-chip-selected-label-text-color: #E1B399;
  --mat-chip-selected-trailing-action-state-layer-color: #E1B399;
  --mat-chip-selected-trailing-icon-color: #E1B399;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0.12;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0.08;
  --mat-chip-trailing-action-state-layer-color: #414941;
  --mat-chip-with-icon-disabled-icon-color: #333333;
  --mat-chip-with-icon-icon-color: #414941;
  --mat-chip-with-icon-selected-icon-color: #E1B399;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #333333;
  --mat-chip-with-trailing-icon-trailing-icon-color: #414941;
  --mat-chip-container-height: 32px;
  --mat-chip-label-text-font: Golos-Text-Regular;
  --mat-chip-label-text-line-height: 1.25rem;
  --mat-chip-label-text-size: 0.875rem;
  --mat-chip-label-text-tracking: 0.006rem;
  --mat-chip-label-text-weight: 500;
  --mat-slide-toggle-disabled-selected-handle-opacity: 1;
  --mat-slide-toggle-disabled-selected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-track-opacity: 0.12;
  --mat-slide-toggle-disabled-unselected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-track-outline-width: 2px;
  --mat-slide-toggle-handle-shape: 9999px;
  --mat-slide-toggle-hidden-track-opacity: 0;
  --mat-slide-toggle-hidden-track-transition: opacity 75ms;
  --mat-slide-toggle-pressed-handle-size: 28px;
  --mat-slide-toggle-selected-handle-horizontal-margin: 0 24px;
  --mat-slide-toggle-selected-handle-size: 24px;
  --mat-slide-toggle-selected-icon-size: 16px;
  --mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0 22px;
  --mat-slide-toggle-selected-track-outline-color: transparent;
  --mat-slide-toggle-selected-track-outline-width: 2px;
  --mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0 24px;
  --mat-slide-toggle-state-layer-size: 40px;
  --mat-slide-toggle-track-height: 32px;
  --mat-slide-toggle-track-outline-width: 2px;
  --mat-slide-toggle-track-shape: 9999px;
  --mat-slide-toggle-track-width: 52px;
  --mat-slide-toggle-unselected-handle-horizontal-margin: 0 8px;
  --mat-slide-toggle-unselected-handle-size: 16px;
  --mat-slide-toggle-unselected-icon-size: 16px;
  --mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0 2px;
  --mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0 4px;
  --mat-slide-toggle-visible-track-opacity: 1;
  --mat-slide-toggle-visible-track-transition: opacity 75ms;
  --mat-slide-toggle-with-icon-handle-size: 24px;
  --mat-slide-toggle-disabled-label-text-color: #333333;
  --mat-slide-toggle-disabled-selected-handle-color: #f7f9fe;
  --mat-slide-toggle-disabled-selected-icon-color: #333333;
  --mat-slide-toggle-disabled-selected-track-color: #333333;
  --mat-slide-toggle-disabled-unselected-handle-color: #333333;
  --mat-slide-toggle-disabled-unselected-icon-color: #e5e5ec;
  --mat-slide-toggle-disabled-unselected-track-color: #e5e5ec;
  --mat-slide-toggle-disabled-unselected-track-outline-color: #333333;
  --mat-slide-toggle-label-text-color: #333333;
  --mat-slide-toggle-selected-focus-handle-color: #80c1f5;
  --mat-slide-toggle-selected-focus-state-layer-color: #6dbdf3;
  --mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-focus-track-color: #6dbdf3;
  --mat-slide-toggle-selected-handle-color: #ffffff;
  --mat-slide-toggle-selected-hover-handle-color: #80c1f5;
  --mat-slide-toggle-selected-hover-state-layer-color: #6dbdf3;
  --mat-slide-toggle-selected-hover-state-layer-opacity: 0.08;
  --mat-slide-toggle-selected-hover-track-color: #6dbdf3;
  --mat-slide-toggle-selected-icon-color: #1570c1;
  --mat-slide-toggle-selected-pressed-handle-color: #80c1f5;
  --mat-slide-toggle-selected-pressed-state-layer-color: #6dbdf3;
  --mat-slide-toggle-selected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-pressed-track-color: #6dbdf3;
  --mat-slide-toggle-selected-track-color: #6dbdf3;
  --mat-slide-toggle-track-outline-color: #717971;
  --mat-slide-toggle-unselected-focus-handle-color: #414941;
  --mat-slide-toggle-unselected-focus-state-layer-color: #333333;
  --mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-focus-track-color: #e5e5ec;
  --mat-slide-toggle-unselected-handle-color: #717971;
  --mat-slide-toggle-unselected-hover-handle-color: #414941;
  --mat-slide-toggle-unselected-hover-state-layer-color: #333333;
  --mat-slide-toggle-unselected-hover-state-layer-opacity: 0.08;
  --mat-slide-toggle-unselected-hover-track-color: #e5e5ec;
  --mat-slide-toggle-unselected-icon-color: #e5e5ec;
  --mat-slide-toggle-unselected-pressed-handle-color: #414941;
  --mat-slide-toggle-unselected-pressed-state-layer-color: #333333;
  --mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-pressed-track-color: #e5e5ec;
  --mat-slide-toggle-unselected-track-color: #e5e5ec;
  --mat-slide-toggle-label-text-font: Golos-Text-Regular;
  --mat-slide-toggle-label-text-line-height: 1.25rem;
  --mat-slide-toggle-label-text-size: 0.875rem;
  --mat-slide-toggle-label-text-tracking: 0.016rem;
  --mat-slide-toggle-label-text-weight: 400;
  --mat-radio-disabled-unselected-icon-opacity: 0.38;
  --mat-radio-disabled-selected-icon-opacity: 0.38;
  --mat-radio-checked-ripple-color: #6dbdf3;
  --mat-radio-disabled-label-color: color-mix(in srgb, #333333 38%, transparent);
  --mat-radio-disabled-selected-icon-color: #333333;
  --mat-radio-disabled-unselected-icon-color: #333333;
  --mat-radio-label-text-color: #333333;
  --mat-radio-ripple-color: #333333;
  --mat-radio-selected-focus-icon-color: #6dbdf3;
  --mat-radio-selected-hover-icon-color: #6dbdf3;
  --mat-radio-selected-icon-color: #6dbdf3;
  --mat-radio-selected-pressed-icon-color: #6dbdf3;
  --mat-radio-unselected-focus-icon-color: #333333;
  --mat-radio-unselected-hover-icon-color: #333333;
  --mat-radio-unselected-icon-color: #414941;
  --mat-radio-unselected-pressed-icon-color: #333333;
  --mat-radio-touch-target-display: block;
  --mat-radio-state-layer-size: 40px;
  --mat-radio-label-text-font: Golos-Text-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-slider-value-indicator-opacity: 1;
  --mat-slider-value-indicator-padding: 0;
  --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-text-transform: rotate(45deg);
  --mat-slider-value-indicator-container-transform: translateX(-50%) rotate(-45deg);
  --mat-slider-active-track-height: 4px;
  --mat-slider-handle-height: 20px;
  --mat-slider-handle-width: 20px;
  --mat-slider-inactive-track-height: 4px;
  --mat-slider-with-overlap-handle-outline-width: 1px;
  --mat-slider-with-tick-marks-active-container-opacity: 0.38;
  --mat-slider-with-tick-marks-container-size: 2px;
  --mat-slider-with-tick-marks-inactive-container-opacity: 0.38;
  --mat-slider-active-track-color: #6dbdf3;
  --mat-slider-active-track-shape: 9999px;
  --mat-slider-disabled-active-track-color: #333333;
  --mat-slider-disabled-handle-color: #333333;
  --mat-slider-disabled-inactive-track-color: #333333;
  --mat-slider-focus-handle-color: #6dbdf3;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #6dbdf3 20%, transparent);
  --mat-slider-handle-color: #6dbdf3;
  --mat-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);
  --mat-slider-handle-shape: 9999px;
  --mat-slider-hover-handle-color: #6dbdf3;
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #6dbdf3 5%, transparent);
  --mat-slider-inactive-track-color: #e5e5ec;
  --mat-slider-inactive-track-shape: 9999px;
  --mat-slider-label-container-color: #6dbdf3;
  --mat-slider-label-label-text-color: #ffffff;
  --mat-slider-ripple-color: #6dbdf3;
  --mat-slider-with-overlap-handle-outline-color: #ffffff;
  --mat-slider-with-tick-marks-active-container-color: #ffffff;
  --mat-slider-with-tick-marks-container-shape: 9999px;
  --mat-slider-with-tick-marks-disabled-container-color: #333333;
  --mat-slider-with-tick-marks-inactive-container-color: #414941;
  --mat-slider-label-label-text-font: Golos-Text-Regular;
  --mat-slider-label-label-text-line-height: 1rem;
  --mat-slider-label-label-text-size: 0.75rem;
  --mat-slider-label-label-text-tracking: 0.031rem;
  --mat-slider-label-label-text-weight: 500;
  --mat-menu-divider-bottom-spacing: 8px;
  --mat-menu-divider-top-spacing: 8px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-spacing: 12px;
  --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-container-shape: 4px;
  --mat-menu-divider-color: #e5e5ec;
  --mat-menu-item-label-text-color: #333333;
  --mat-menu-item-icon-color: #414941;
  --mat-menu-item-hover-state-layer-color: color-mix(in srgb, #333333 8%, transparent);
  --mat-menu-item-focus-state-layer-color: color-mix(in srgb, #333333 12%, transparent);
  --mat-menu-container-color: #ebeef2;
  --mat-menu-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-menu-item-label-text-font: Golos-Text-Regular;
  --mat-menu-item-label-text-line-height: 1.25rem;
  --mat-menu-item-label-text-size: 0.875rem;
  --mat-menu-item-label-text-tracking: 0.006rem;
  --mat-menu-item-label-text-weight: 500;
  --mat-list-active-indicator-color: #FEFAF8;
  --mat-list-active-indicator-shape: 9999px;
  --mat-list-list-item-container-color: transparent;
  --mat-list-list-item-container-shape: 0;
  --mat-list-list-item-disabled-label-text-color: #333333;
  --mat-list-list-item-disabled-label-text-opacity: 0.3;
  --mat-list-list-item-disabled-leading-icon-color: #333333;
  --mat-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mat-list-list-item-disabled-state-layer-color: #333333;
  --mat-list-list-item-disabled-state-layer-opacity: 0.12;
  --mat-list-list-item-disabled-trailing-icon-color: #333333;
  --mat-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-list-item-focus-label-text-color: #333333;
  --mat-list-list-item-focus-state-layer-color: #333333;
  --mat-list-list-item-focus-state-layer-opacity: 0.12;
  --mat-list-list-item-hover-label-text-color: #333333;
  --mat-list-list-item-hover-state-layer-color: #333333;
  --mat-list-list-item-hover-state-layer-opacity: 0.08;
  --mat-list-list-item-label-text-color: #333333;
  --mat-list-list-item-leading-avatar-color: #80c1f5;
  --mat-list-list-item-leading-avatar-shape: 9999px;
  --mat-list-list-item-leading-avatar-size: 40px;
  --mat-list-list-item-leading-icon-color: #414941;
  --mat-list-list-item-leading-icon-size: 24px;
  --mat-list-list-item-selected-trailing-icon-color: #6dbdf3;
  --mat-list-list-item-supporting-text-color: #414941;
  --mat-list-list-item-trailing-icon-color: #414941;
  --mat-list-list-item-trailing-icon-size: 24px;
  --mat-list-list-item-trailing-supporting-text-color: #414941;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 16px;
  --mat-list-list-item-one-line-container-height: 48px;
  --mat-list-list-item-two-line-container-height: 64px;
  --mat-list-list-item-three-line-container-height: 88px;
  --mat-list-list-item-label-text-font: Golos-Text-Regular;
  --mat-list-list-item-label-text-line-height: 1.5rem;
  --mat-list-list-item-label-text-size: 1rem;
  --mat-list-list-item-label-text-tracking: 0.031rem;
  --mat-list-list-item-label-text-weight: 400;
  --mat-list-list-item-supporting-text-font: Golos-Text-Regular;
  --mat-list-list-item-supporting-text-line-height: 1.25rem;
  --mat-list-list-item-supporting-text-size: 0.875rem;
  --mat-list-list-item-supporting-text-tracking: 0.016rem;
  --mat-list-list-item-supporting-text-weight: 400;
  --mat-list-list-item-trailing-supporting-text-font: Golos-Text-Regular;
  --mat-list-list-item-trailing-supporting-text-line-height: 1rem;
  --mat-list-list-item-trailing-supporting-text-size: 0.688rem;
  --mat-list-list-item-trailing-supporting-text-tracking: 0.031rem;
  --mat-list-list-item-trailing-supporting-text-weight: 500;
  --mat-paginator-container-text-color: #333333;
  --mat-paginator-container-background-color: #f7f9fe;
  --mat-paginator-disabled-icon-color: color-mix(in srgb, #333333 38%, transparent);
  --mat-paginator-enabled-icon-color: #414941;
  --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;
  --mat-paginator-container-text-font: Golos-Text-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-tab-active-indicator-height: 2px;
  --mat-tab-active-indicator-shape: 0;
  --mat-tab-divider-height: 1px;
  --mat-tab-active-focus-indicator-color: #6dbdf3;
  --mat-tab-active-focus-label-text-color: #333333;
  --mat-tab-active-hover-indicator-color: #6dbdf3;
  --mat-tab-active-hover-label-text-color: #333333;
  --mat-tab-active-indicator-color: #6dbdf3;
  --mat-tab-active-label-text-color: #333333;
  --mat-tab-active-ripple-color: #333333;
  --mat-tab-divider-color: #e5e5ec;
  --mat-tab-inactive-focus-label-text-color: #333333;
  --mat-tab-inactive-hover-label-text-color: #333333;
  --mat-tab-inactive-label-text-color: #333333;
  --mat-tab-inactive-ripple-color: #333333;
  --mat-tab-pagination-icon-color: #333333;
  --mat-tab-disabled-ripple-color: #414941;
  --mat-tab-container-height: 48px;
  --mat-tab-label-text-font: Golos-Text-Regular;
  --mat-tab-label-text-line-height: 1.25rem;
  --mat-tab-label-text-size: 0.875rem;
  --mat-tab-label-text-tracking: 0.006rem;
  --mat-tab-label-text-weight: 500;
  --mat-checkbox-selected-focus-state-layer-opacity: 0.12;
  --mat-checkbox-selected-hover-state-layer-opacity: 0.08;
  --mat-checkbox-selected-pressed-state-layer-opacity: 0.12;
  --mat-checkbox-unselected-focus-state-layer-opacity: 0.12;
  --mat-checkbox-unselected-hover-state-layer-opacity: 0.08;
  --mat-checkbox-unselected-pressed-state-layer-opacity: 0.12;
  --mat-checkbox-disabled-label-color: color-mix(in srgb, #333333 38%, transparent);
  --mat-checkbox-disabled-selected-checkmark-color: #f7f9fe;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, #333333 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, #333333 38%, transparent);
  --mat-checkbox-label-text-color: #333333;
  --mat-checkbox-selected-checkmark-color: #ffffff;
  --mat-checkbox-selected-focus-icon-color: #6dbdf3;
  --mat-checkbox-selected-focus-state-layer-color: #6dbdf3;
  --mat-checkbox-selected-hover-icon-color: #6dbdf3;
  --mat-checkbox-selected-hover-state-layer-color: #6dbdf3;
  --mat-checkbox-selected-icon-color: #6dbdf3;
  --mat-checkbox-selected-pressed-icon-color: #6dbdf3;
  --mat-checkbox-selected-pressed-state-layer-color: #333333;
  --mat-checkbox-unselected-focus-icon-color: #333333;
  --mat-checkbox-unselected-focus-state-layer-color: #333333;
  --mat-checkbox-unselected-hover-icon-color: #333333;
  --mat-checkbox-unselected-hover-state-layer-color: #333333;
  --mat-checkbox-unselected-icon-color: #414941;
  --mat-checkbox-unselected-pressed-state-layer-color: #6dbdf3;
  --mat-checkbox-touch-target-display: block;
  --mat-checkbox-state-layer-size: 40px;
  --mat-checkbox-label-text-font: Golos-Text-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-button-filled-container-shape: 9999px;
  --mat-button-filled-horizontal-padding: 24px;
  --mat-button-filled-icon-offset: -8px;
  --mat-button-filled-icon-spacing: 8px;
  --mat-button-outlined-container-shape: 9999px;
  --mat-button-outlined-horizontal-padding: 24px;
  --mat-button-outlined-icon-offset: -8px;
  --mat-button-outlined-icon-spacing: 8px;
  --mat-button-outlined-outline-width: 1px;
  --mat-button-protected-container-shape: 9999px;
  --mat-button-protected-horizontal-padding: 24px;
  --mat-button-protected-icon-offset: -8px;
  --mat-button-protected-icon-spacing: 8px;
  --mat-button-text-container-shape: 9999px;
  --mat-button-text-horizontal-padding: 12px;
  --mat-button-text-icon-offset: -4px;
  --mat-button-text-icon-spacing: 8px;
  --mat-button-text-with-icon-horizontal-padding: 16px;
  --mat-button-tonal-container-shape: 9999px;
  --mat-button-tonal-horizontal-padding: 24px;
  --mat-button-tonal-icon-offset: -8px;
  --mat-button-tonal-icon-spacing: 8px;
  --mat-button-filled-container-color: #6dbdf3;
  --mat-button-filled-disabled-container-color: color-mix(in srgb, #333333 12%, transparent);
  --mat-button-filled-disabled-label-text-color: color-mix(in srgb, #333333 38%, transparent);
  --mat-button-filled-disabled-state-layer-color: #414941;
  --mat-button-filled-focus-state-layer-opacity: 0.12;
  --mat-button-filled-hover-state-layer-opacity: 0.08;
  --mat-button-filled-label-text-color: #ffffff;
  --mat-button-filled-pressed-state-layer-opacity: 0.12;
  --mat-button-filled-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);
  --mat-button-filled-state-layer-color: #ffffff;
  --mat-button-outlined-disabled-label-text-color: color-mix(in srgb, #333333 38%, transparent);
  --mat-button-outlined-disabled-outline-color: color-mix(in srgb, #333333 12%, transparent);
  --mat-button-outlined-disabled-state-layer-color: #414941;
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.08;
  --mat-button-outlined-label-text-color: #6dbdf3;
  --mat-button-outlined-outline-color: #717971;
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: color-mix(in srgb, #6dbdf3 12%, transparent);
  --mat-button-outlined-state-layer-color: #6dbdf3;
  --mat-button-protected-container-color: #f7f9fe;
  --mat-button-protected-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);
  --mat-button-protected-disabled-container-color: color-mix(in srgb, #333333 12%, transparent);
  --mat-button-protected-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);
  --mat-button-protected-disabled-label-text-color: color-mix(in srgb, #333333 38%, transparent);
  --mat-button-protected-disabled-state-layer-color: #414941;
  --mat-button-protected-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);
  --mat-button-protected-focus-state-layer-opacity: 0.12;
  --mat-button-protected-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);
  --mat-button-protected-hover-state-layer-opacity: 0.08;
  --mat-button-protected-label-text-color: #6dbdf3;
  --mat-button-protected-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);
  --mat-button-protected-pressed-state-layer-opacity: 0.12;
  --mat-button-protected-ripple-color: color-mix(in srgb, #6dbdf3 12%, transparent);
  --mat-button-protected-state-layer-color: #6dbdf3;
  --mat-button-text-disabled-label-text-color: color-mix(in srgb, #333333 38%, transparent);
  --mat-button-text-disabled-state-layer-color: #414941;
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.08;
  --mat-button-text-label-text-color: #6dbdf3;
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: color-mix(in srgb, #6dbdf3 12%, transparent);
  --mat-button-text-state-layer-color: #6dbdf3;
  --mat-button-tonal-container-color: #FEFAF8;
  --mat-button-tonal-disabled-container-color: color-mix(in srgb, #333333 12%, transparent);
  --mat-button-tonal-disabled-label-text-color: color-mix(in srgb, #333333 38%, transparent);
  --mat-button-tonal-disabled-state-layer-color: #414941;
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.08;
  --mat-button-tonal-label-text-color: #E1B399;
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #E1B399 12%, transparent);
  --mat-button-tonal-state-layer-color: #E1B399;
  --mat-button-filled-touch-target-display: block;
  --mat-button-filled-container-height: 40px;
  --mat-button-outlined-container-height: 40px;
  --mat-button-outlined-touch-target-display: block;
  --mat-button-protected-touch-target-display: block;
  --mat-button-protected-container-height: 40px;
  --mat-button-text-touch-target-display: block;
  --mat-button-text-container-height: 40px;
  --mat-button-tonal-container-height: 40px;
  --mat-button-tonal-touch-target-display: block;
  --mat-button-filled-label-text-font: Golos-Text-Regular;
  --mat-button-filled-label-text-size: 0.875rem;
  --mat-button-filled-label-text-tracking: 0.006rem;
  --mat-button-filled-label-text-weight: 500;
  --mat-button-outlined-label-text-font: Golos-Text-Regular;
  --mat-button-outlined-label-text-size: 0.875rem;
  --mat-button-outlined-label-text-tracking: 0.006rem;
  --mat-button-outlined-label-text-weight: 500;
  --mat-button-protected-label-text-font: Golos-Text-Regular;
  --mat-button-protected-label-text-size: 0.875rem;
  --mat-button-protected-label-text-tracking: 0.006rem;
  --mat-button-protected-label-text-weight: 500;
  --mat-button-text-label-text-font: Golos-Text-Regular;
  --mat-button-text-label-text-size: 0.875rem;
  --mat-button-text-label-text-tracking: 0.006rem;
  --mat-button-text-label-text-weight: 500;
  --mat-button-tonal-label-text-font: Golos-Text-Regular;
  --mat-button-tonal-label-text-size: 0.875rem;
  --mat-button-tonal-label-text-tracking: 0.006rem;
  --mat-button-tonal-label-text-weight: 500;
  --mat-icon-button-icon-size: 24px;
  --mat-icon-button-container-shape: 9999px;
  --mat-icon-button-disabled-icon-color: color-mix(in srgb, #333333 38%, transparent);
  --mat-icon-button-disabled-state-layer-color: #414941;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-icon-color: #414941;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: color-mix(in srgb, #414941 12%, transparent);
  --mat-icon-button-state-layer-color: #414941;
  --mat-icon-button-touch-target-display: block;
  --mat-icon-button-state-layer-size: 40px;
  --mat-fab-container-shape: 16px;
  --mat-fab-extended-container-height: 56px;
  --mat-fab-extended-container-shape: 16px;
  --mat-fab-small-container-shape: 12px;
  --mat-fab-container-color: #80c1f5;
  --mat-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);
  --mat-fab-disabled-state-container-color: color-mix(in srgb, #333333 12%, transparent);
  --mat-fab-disabled-state-foreground-color: color-mix(in srgb, #333333 38%, transparent);
  --mat-fab-extended-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);
  --mat-fab-extended-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);
  --mat-fab-extended-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);
  --mat-fab-extended-pressed-container-elevation-shadow: 6;
  --mat-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);
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-foreground-color: #1570c1;
  --mat-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);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-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);
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-ripple-color: color-mix(in srgb, #1570c1 12%, transparent);
  --mat-fab-small-container-color: #80c1f5;
  --mat-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);
  --mat-fab-small-disabled-state-container-color: color-mix(in srgb, #333333 12%, transparent);
  --mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, #333333 38%, transparent);
  --mat-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);
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-foreground-color: #1570c1;
  --mat-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);
  --mat-fab-small-hover-state-layer-opacity: 0.08;
  --mat-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);
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-ripple-color: color-mix(in srgb, #1570c1 12%, transparent);
  --mat-fab-small-state-layer-color: #1570c1;
  --mat-fab-state-layer-color: #1570c1;
  --mat-fab-touch-target-display: block;
  --mat-fab-extended-label-text-font: Golos-Text-Regular;
  --mat-fab-extended-label-text-size: 0.875rem;
  --mat-fab-extended-label-text-tracking: 0.006rem;
  --mat-fab-extended-label-text-weight: 500;
  --mat-snack-bar-container-shape: 4px;
  --mat-snack-bar-button-color: #78baed;
  --mat-snack-bar-container-color: #2d3134;
  --mat-snack-bar-supporting-text-color: #eef1f5;
  --mat-snack-bar-supporting-text-font: Golos-Text-Regular;
  --mat-snack-bar-supporting-text-line-height: 1.25rem;
  --mat-snack-bar-supporting-text-size: 0.875rem;
  --mat-snack-bar-supporting-text-weight: 400;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: #f7f9fe;
  --mat-table-header-headline-color: #333333;
  --mat-table-row-item-label-text-color: #333333;
  --mat-table-row-item-outline-color: #717971;
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
  --mat-table-header-headline-font: Golos-Text-Regular;
  --mat-table-header-headline-line-height: 1.25rem;
  --mat-table-header-headline-size: 0.875rem;
  --mat-table-header-headline-tracking: 0.006rem;
  --mat-table-header-headline-weight: 500;
  --mat-table-row-item-label-text-font: Golos-Text-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-tracking: 0.016rem;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-footer-supporting-text-font: Golos-Text-Regular;
  --mat-table-footer-supporting-text-line-height: 1.25rem;
  --mat-table-footer-supporting-text-size: 0.875rem;
  --mat-table-footer-supporting-text-tracking: 0.016rem;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-progress-spinner-size: 48px;
  --mat-progress-spinner-active-indicator-width: 4px;
  --mat-progress-spinner-active-indicator-color: #6dbdf3;
  --mat-badge-container-offset: -12px 0;
  --mat-badge-container-overlap-offset: -12px;
  --mat-badge-container-padding: 0 4px;
  --mat-badge-container-shape: 9999px;
  --mat-badge-container-size: 16px;
  --mat-badge-large-size-container-offset: -12px 0;
  --mat-badge-large-size-container-overlap-offset: -12px;
  --mat-badge-large-size-container-padding: 0 4px;
  --mat-badge-large-size-container-size: 16px;
  --mat-badge-legacy-container-size: unset;
  --mat-badge-legacy-large-size-container-size: unset;
  --mat-badge-legacy-small-size-container-size: unset;
  --mat-badge-small-size-container-offset: -6px 0;
  --mat-badge-small-size-container-overlap-offset: -6px;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-small-size-container-size: 6px;
  --mat-badge-background-color: #ba1a1a;
  --mat-badge-disabled-state-background-color: color-mix(in srgb, #ba1a1a 38%, transparent);
  --mat-badge-disabled-state-text-color: #ffffff;
  --mat-badge-text-color: #ffffff;
  --mat-badge-large-size-line-height: 16px;
  --mat-badge-large-size-text-size: 0.688rem;
  --mat-badge-line-height: 16px;
  --mat-badge-small-size-line-height: 6px;
  --mat-badge-small-size-text-size: 0;
  --mat-badge-text-font: Golos-Text-Regular;
  --mat-badge-text-size: 0.688rem;
  --mat-badge-text-weight: 500;
  --mat-bottom-sheet-container-shape: 28px;
  --mat-bottom-sheet-container-text-color: #333333;
  --mat-bottom-sheet-container-background-color: #f1f4f8;
  --mat-bottom-sheet-container-text-font: Golos-Text-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-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-button-toggle-hover-state-layer-opacity: 0.08;
  --mat-button-toggle-shape: 28px;
  --mat-button-toggle-background-color: transparent;
  --mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, #333333 12%, transparent);
  --mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, #333333 38%, transparent);
  --mat-button-toggle-disabled-state-background-color: transparent;
  --mat-button-toggle-disabled-state-text-color: color-mix(in srgb, #333333 38%, transparent);
  --mat-button-toggle-divider-color: #717971;
  --mat-button-toggle-selected-state-background-color: #FEFAF8;
  --mat-button-toggle-selected-state-text-color: #E1B399;
  --mat-button-toggle-state-layer-color: #333333;
  --mat-button-toggle-text-color: #333333;
  --mat-button-toggle-height: 40px;
  --mat-button-toggle-label-text-font: Golos-Text-Regular;
  --mat-button-toggle-label-text-line-height: 1.25rem;
  --mat-button-toggle-label-text-size: 0.875rem;
  --mat-button-toggle-label-text-tracking: 0.006rem;
  --mat-button-toggle-label-text-weight: 500;
  --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-shape: 16px;
  --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-container-touch-shape: 28px;
  --mat-datepicker-calendar-body-label-text-color: #333333;
  --mat-datepicker-calendar-container-background-color: #e6e8ed;
  --mat-datepicker-calendar-container-text-color: #333333;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, #333333 38%, transparent);
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #333333 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #333333 8%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: #f8d8ff;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #F0D6BB;
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #FEFAF8;
  --mat-datepicker-calendar-date-in-range-state-background-color: #80c1f5;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-preview-state-outline-color: #6dbdf3;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #333333 38%, transparent);
  --mat-datepicker-calendar-date-selected-state-background-color: #6dbdf3;
  --mat-datepicker-calendar-date-selected-state-text-color: #ffffff;
  --mat-datepicker-calendar-date-text-color: #333333;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, #333333 38%, transparent);
  --mat-datepicker-calendar-date-today-outline-color: #6dbdf3;
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #6dbdf3;
  --mat-datepicker-calendar-header-divider-color: transparent;
  --mat-datepicker-calendar-header-text-color: #414941;
  --mat-datepicker-calendar-navigation-button-icon-color: #414941;
  --mat-datepicker-calendar-period-button-icon-color: #414941;
  --mat-datepicker-calendar-period-button-text-color: #414941;
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, #333333 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, #333333 38%, transparent);
  --mat-datepicker-range-input-separator-color: #333333;
  --mat-datepicker-toggle-active-state-icon-color: #6dbdf3;
  --mat-datepicker-toggle-icon-color: #414941;
  --mat-datepicker-calendar-body-label-text-size: 0.875rem;
  --mat-datepicker-calendar-body-label-text-weight: 500;
  --mat-datepicker-calendar-header-text-size: 0.875rem;
  --mat-datepicker-calendar-header-text-weight: 500;
  --mat-datepicker-calendar-period-button-text-size: 0.875rem;
  --mat-datepicker-calendar-period-button-text-weight: 500;
  --mat-datepicker-calendar-text-font: Golos-Text-Regular;
  --mat-datepicker-calendar-text-size: 0.875rem;
  --mat-divider-width: 1px;
  --mat-divider-color: #717971;
  --mat-expansion-container-shape: 12px;
  --mat-expansion-header-indicator-display: inline-block;
  --mat-expansion-legacy-header-indicator-display: none;
  --mat-expansion-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-expansion-actions-divider-color: #717971;
  --mat-expansion-container-background-color: #f7f9fe;
  --mat-expansion-container-text-color: #333333;
  --mat-expansion-header-description-color: #414941;
  --mat-expansion-header-disabled-state-text-color: color-mix(in srgb, #333333 38%, transparent);
  --mat-expansion-header-focus-state-layer-color: color-mix(in srgb, #333333 12%, transparent);
  --mat-expansion-header-hover-state-layer-color: color-mix(in srgb, #333333 8%, transparent);
  --mat-expansion-header-indicator-color: #414941;
  --mat-expansion-header-text-color: #333333;
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
  --mat-expansion-container-text-font: Golos-Text-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-text-font: Golos-Text-Regular;
  --mat-expansion-header-text-line-height: 1.5rem;
  --mat-expansion-header-text-size: 1rem;
  --mat-expansion-header-text-tracking: 0.009rem;
  --mat-expansion-header-text-weight: 500;
  --mat-grid-list-tile-header-primary-text-size: 400 1rem / 1.5rem Golos-Text-Regular;
  --mat-grid-list-tile-header-secondary-text-size: 400 0.875rem / 1.25rem Golos-Text-Regular;
  --mat-grid-list-tile-footer-primary-text-size: 400 1rem / 1.5rem Golos-Text-Regular;
  --mat-grid-list-tile-footer-secondary-text-size: 400 0.875rem / 1.25rem Golos-Text-Regular;
  --mat-icon-color: inherit;
  --mat-sidenav-container-shape: 16px;
  --mat-sidenav-container-elevation-shadow: none;
  --mat-sidenav-container-width: 360px;
  --mat-sidenav-container-divider-color: transparent;
  --mat-sidenav-container-background-color: #f7f9fe;
  --mat-sidenav-container-text-color: #414941;
  --mat-sidenav-content-background-color: #f7f9fe;
  --mat-sidenav-content-text-color: #333333;
  --mat-sidenav-scrim-color: color-mix(in srgb, #2b322c 40%, transparent);
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-stepper-header-focus-state-layer-shape: 12px;
  --mat-stepper-header-hover-state-layer-shape: 12px;
  --mat-stepper-container-color: #f7f9fe;
  --mat-stepper-header-done-state-icon-background-color: #6dbdf3;
  --mat-stepper-header-done-state-icon-foreground-color: #ffffff;
  --mat-stepper-header-edit-state-icon-background-color: #6dbdf3;
  --mat-stepper-header-edit-state-icon-foreground-color: #ffffff;
  --mat-stepper-header-error-state-icon-foreground-color: #ba1a1a;
  --mat-stepper-header-error-state-label-text-color: #ba1a1a;
  --mat-stepper-header-focus-state-layer-color: color-mix(in srgb, #333333 12%, transparent);
  --mat-stepper-header-hover-state-layer-color: color-mix(in srgb, #333333 8%, transparent);
  --mat-stepper-header-icon-background-color: #414941;
  --mat-stepper-header-icon-foreground-color: #f7f9fe;
  --mat-stepper-header-label-text-color: #414941;
  --mat-stepper-header-optional-label-text-color: #414941;
  --mat-stepper-header-selected-state-icon-background-color: #6dbdf3;
  --mat-stepper-header-selected-state-icon-foreground-color: #ffffff;
  --mat-stepper-header-selected-state-label-text-color: #414941;
  --mat-stepper-line-color: #717971;
  --mat-stepper-header-height: 72px;
  --mat-stepper-container-text-font: Golos-Text-Regular;
  --mat-stepper-header-label-text-font: Golos-Text-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-sort-arrow-color: #333333;
  --mat-toolbar-container-background-color: #f7f9fe;
  --mat-toolbar-container-text-color: #333333;
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
  --mat-toolbar-title-text-font: Golos-Text-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-tree-container-background-color: #f7f9fe;
  --mat-tree-node-text-color: #333333;
  --mat-tree-node-min-height: 48px;
  --mat-tree-node-text-font: Golos-Text-Regular;
  --mat-tree-node-text-size: 1rem;
  --mat-tree-node-text-weight: 400;
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-container-background-color: #ebeef2;
  --mat-timepicker-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);
}

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