@charset "UTF-8";@layer properties;@layer theme,base,components,utilities;@layer theme{:root,:host{--font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-red-600: oklch(57.7% .245 27.325);--color-gray-300: oklch(87.2% .01 258.338);--spacing: .25rem;--text-sm: .875rem;--text-sm--line-height: calc(1.25 / .875);--text-lg: 1.125rem;--text-lg--line-height: calc(1.75 / 1.125);--text-xl: 1.25rem;--text-xl--line-height: calc(1.75 / 1.25);--font-weight-medium: 500;--ease-in-out: cubic-bezier(.4, 0, .2, 1);--default-font-family: var(--font-sans);--default-mono-font-family: var(--font-mono)}}@layer base{*,:after,:before,::backdrop,::file-selector-button{box-sizing:border-box;margin:0;padding:0;border:0 solid}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;font-family:var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings, normal);font-variation-settings:var(--default-font-variation-settings, normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings, normal);font-variation-settings:var(--default-mono-font-variation-settings, normal);font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea,::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-radius:0;background-color:transparent;opacity:1}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px){::placeholder{color:currentcolor}@supports (color: color-mix(in lab,red,red)){{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-block:0}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]),::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer utilities{.sticky{position:sticky}.\!m-0{margin:calc(var(--spacing) * 0)!important}.m-0{margin:calc(var(--spacing) * 0)}.mx-2{margin-inline:calc(var(--spacing) * 2)}.my-4{margin-block:calc(var(--spacing) * 4)}.my-8{margin-block:calc(var(--spacing) * 8)}.ms-4{margin-inline-start:calc(var(--spacing) * 4)}.me-4{margin-inline-end:calc(var(--spacing) * 4)}.me-8{margin-inline-end:calc(var(--spacing) * 8)}.mt-1{margin-top:calc(var(--spacing) * 1)}.mt-2{margin-top:calc(var(--spacing) * 2)}.mt-4{margin-top:calc(var(--spacing) * 4)}.mt-5{margin-top:calc(var(--spacing) * 5)}.\!mb-2{margin-bottom:calc(var(--spacing) * 2)!important}.mb-2{margin-bottom:calc(var(--spacing) * 2)}.mb-4{margin-bottom:calc(var(--spacing) * 4)}.ml-1{margin-left:calc(var(--spacing) * 1)}.ml-6{margin-left:calc(var(--spacing) * 6)}.\!flex{display:flex!important}.block{display:block}.contents{display:contents}.flex{display:flex}.hidden{display:none}.table{display:table}.h-8{height:calc(var(--spacing) * 8)}.h-\[100\%\],.h-full{height:100%}.max-h-\[100\%\]{max-height:100%}.\!w-\[2rem\]{width:2rem!important}.w-1\/2{width:50%}.w-\[150px\]{width:150px}.w-\[300px\]{width:300px}.w-auto{width:auto}.w-full{width:100%}.max-w-full{max-width:100%}.min-w-0{min-width:calc(var(--spacing) * 0)}.min-w-\[100px\]{min-width:100px}.flex-1{flex:1}.grow{flex-grow:1}.\!cursor-default{cursor:default!important}.cursor-pointer{cursor:pointer}.flex-col{flex-direction:column}.items-center{align-items:center}.items-end{align-items:flex-end}.\!justify-between{justify-content:space-between!important}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-start{justify-content:flex-start}.justify-stretch{justify-content:stretch}:where(.space-y-2>:not(:last-child)){--tw-space-y-reverse: 0;margin-block-start:calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-3>:not(:last-child)){--tw-space-y-reverse: 0;margin-block-start:calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-4>:not(:last-child)){--tw-space-y-reverse: 0;margin-block-start:calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-x-1>:not(:last-child)){--tw-space-x-reverse: 0;margin-inline-start:calc(calc(var(--spacing) * 1) * var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-x-reverse)))}:where(.space-x-2>:not(:last-child)){--tw-space-x-reverse: 0;margin-inline-start:calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)))}:where(.space-x-4>:not(:last-child)){--tw-space-x-reverse: 0;margin-inline-start:calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)))}:where(.space-x-6>:not(:last-child)){--tw-space-x-reverse: 0;margin-inline-start:calc(calc(var(--spacing) * 6) * var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-x-reverse)))}:where(.space-x-8>:not(:last-child)){--tw-space-x-reverse: 0;margin-inline-start:calc(calc(var(--spacing) * 8) * var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-x-reverse)))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-auto{overflow-y:auto}.rounded-\[4px\]{border-radius:4px}.border{border-style:var(--tw-border-style);border-width:1px}.border-gray-300{border-color:var(--color-gray-300)}.p-0{padding:calc(var(--spacing) * 0)}.p-3{padding:calc(var(--spacing) * 3)}.p-4{padding:calc(var(--spacing) * 4)}.\!px-4{padding-inline:calc(var(--spacing) * 4)!important}.px-3{padding-inline:calc(var(--spacing) * 3)}.px-4{padding-inline:calc(var(--spacing) * 4)}.px-8{padding-inline:calc(var(--spacing) * 8)}.py-1{padding-block:calc(var(--spacing) * 1)}.py-4{padding-block:calc(var(--spacing) * 4)}.pe-2{padding-inline-end:calc(var(--spacing) * 2)}.\!pt-2{padding-top:calc(var(--spacing) * 2)!important}.\!pt-8{padding-top:calc(var(--spacing) * 8)!important}.pt-2{padding-top:calc(var(--spacing) * 2)}.pt-4{padding-top:calc(var(--spacing) * 4)}.pt-8{padding-top:calc(var(--spacing) * 8)}.pr-3{padding-right:calc(var(--spacing) * 3)}.pb-0{padding-bottom:calc(var(--spacing) * 0)}.pb-2{padding-bottom:calc(var(--spacing) * 2)}.pb-4{padding-bottom:calc(var(--spacing) * 4)}.pb-8{padding-bottom:calc(var(--spacing) * 8)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading, var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading, var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading, var(--text-xl--line-height))}.font-medium{--tw-font-weight: var(--font-weight-medium);font-weight:var(--font-weight-medium)}.text-red-600{color:var(--color-red-600)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.ease-in-out{--tw-ease: var(--ease-in-out);transition-timing-function:var(--ease-in-out)}@media (hover: hover){.hover\:underline:hover{text-decoration-line:underline}}@media (width >= 40rem){.sm\:justify-center{justify-content:center}}@media (width >= 64rem){.lg\:w-1\/3{width:calc(1/3 * 100%)}}@media (width >= 64rem){.lg\:w-3\/4{width:75%}}@media (width >= 64rem){.lg\:max-w-\[10rem\]{max-width:10rem}}@media (width >= 64rem){.lg\:max-w-\[12rem\]{max-width:12rem}}@media (width >= 64rem){.lg\:flex-row{flex-direction:row}}@media (width >= 64rem){.lg\:justify-end{justify-content:flex-end}}@media (width >= 80rem){.xl\:max-w-\[8rem\]{max-width:8rem}}@media (width >= 80rem){.xl\:max-w-\[9rem\]{max-width:9rem}}@media (width >= 80rem){.xl\:flex-row{flex-direction:row}}@media (width >= 80rem){.xl\:justify-end{justify-content:flex-end}}@media (width >= 80rem){:where(.xl\:space-x-2>:not(:last-child)){--tw-space-x-reverse: 0;margin-inline-start:calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)))}}@media (width >= 96rem){.\32xl\:flex-row{flex-direction:row}}}:root,*{--mat-dialog-container-max-width: 100% !important;--mat-dialog-container-max-height: 100% !important;--mdc-outlined-text-field-outline-color: var( --mdc-outlined-card-outline-color );--mat-sys-primary: #c00100;--mat-sys-on-primary: #ffffff;--mat-sys-primary-container: #ffdad4}:root,*{--mat-app-background-color: #fff8f6;--mat-app-text-color: #201a19;--mat-app-elevation-shadow-level-0: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-1: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-2: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-3: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-4: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-5: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 5px 8px 0px rgba(0, 0, 0, .14), 0px 1px 14px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-6: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-7: 0px 4px 5px -2px rgba(0, 0, 0, .2), 0px 7px 10px 1px rgba(0, 0, 0, .14), 0px 2px 16px 1px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-8: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-9: 0px 5px 6px -3px rgba(0, 0, 0, .2), 0px 9px 12px 1px rgba(0, 0, 0, .14), 0px 3px 16px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-10: 0px 6px 6px -3px rgba(0, 0, 0, .2), 0px 10px 14px 1px rgba(0, 0, 0, .14), 0px 4px 18px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-11: 0px 6px 7px -4px rgba(0, 0, 0, .2), 0px 11px 15px 1px rgba(0, 0, 0, .14), 0px 4px 20px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-12: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-13: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 13px 19px 2px rgba(0, 0, 0, .14), 0px 5px 24px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-14: 0px 7px 9px -4px rgba(0, 0, 0, .2), 0px 14px 21px 2px rgba(0, 0, 0, .14), 0px 5px 26px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-15: 0px 8px 9px -5px rgba(0, 0, 0, .2), 0px 15px 22px 2px rgba(0, 0, 0, .14), 0px 6px 28px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-16: 0px 8px 10px -5px rgba(0, 0, 0, .2), 0px 16px 24px 2px rgba(0, 0, 0, .14), 0px 6px 30px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-17: 0px 8px 11px -5px rgba(0, 0, 0, .2), 0px 17px 26px 2px rgba(0, 0, 0, .14), 0px 6px 32px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-18: 0px 9px 11px -5px rgba(0, 0, 0, .2), 0px 18px 28px 2px rgba(0, 0, 0, .14), 0px 7px 34px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-19: 0px 9px 12px -6px rgba(0, 0, 0, .2), 0px 19px 29px 2px rgba(0, 0, 0, .14), 0px 7px 36px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-20: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 20px 31px 3px rgba(0, 0, 0, .14), 0px 8px 38px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-21: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 21px 33px 3px rgba(0, 0, 0, .14), 0px 8px 40px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-22: 0px 10px 14px -6px rgba(0, 0, 0, .2), 0px 22px 35px 3px rgba(0, 0, 0, .14), 0px 8px 42px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-23: 0px 11px 14px -7px rgba(0, 0, 0, .2), 0px 23px 36px 3px rgba(0, 0, 0, .14), 0px 9px 44px 8px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-24: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12)}:root,*{--mat-ripple-color: rgba(32, 26, 25, .1)}:root,*{--mat-option-selected-state-label-text-color: #5d3f3b;--mat-option-label-text-color: #201a19;--mat-option-hover-state-layer-color: rgba(32, 26, 25, .08);--mat-option-focus-state-layer-color: rgba(32, 26, 25, .12);--mat-option-selected-state-layer-color: #ffdad4;--mat-option-label-text-font: Roboto;--mat-option-label-text-line-height: 1.25rem;--mat-option-label-text-size: 1rem;--mat-option-label-text-tracking: .006rem;--mat-option-label-text-weight: 400}:root,*{--mat-optgroup-label-text-color: #534341;--mat-optgroup-label-text-font: Roboto;--mat-optgroup-label-text-line-height: 1.25rem;--mat-optgroup-label-text-size: .875rem;--mat-optgroup-label-text-tracking: .006rem;--mat-optgroup-label-text-weight: 400}:root,*{--mat-full-pseudo-checkbox-selected-icon-color: #c00100;--mat-full-pseudo-checkbox-selected-checkmark-color: #ffffff;--mat-full-pseudo-checkbox-unselected-icon-color: #534341;--mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fff8f6;--mat-full-pseudo-checkbox-disabled-unselected-icon-color: rgba(32, 26, 25, .38);--mat-full-pseudo-checkbox-disabled-selected-icon-color: rgba(32, 26, 25, .38)}:root,*{--mat-minimal-pseudo-checkbox-selected-checkmark-color: #c00100;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: rgba(32, 26, 25, .38)}:root,*{--mdc-elevated-card-container-color: #fef1ef;--mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mdc-elevated-card-container-shape: 12px}:root,*{--mdc-outlined-card-container-color: #fff8f6;--mdc-outlined-card-outline-color: #d8c2be;--mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mdc-outlined-card-container-shape: 12px;--mdc-outlined-card-outline-width: 1px}:root,*{--mat-card-subtitle-text-color: #201a19;--mat-card-title-text-font: Roboto;--mat-card-title-text-line-height: 1.75rem;--mat-card-title-text-size: 1.375rem;--mat-card-title-text-tracking: 0;--mat-card-title-text-weight: 400;--mat-card-subtitle-text-font: Roboto;--mat-card-subtitle-text-line-height: 1.5rem;--mat-card-subtitle-text-size: 1rem;--mat-card-subtitle-text-tracking: .009rem;--mat-card-subtitle-text-weight: 400}:root,*{--mdc-linear-progress-active-indicator-color: #c00100;--mdc-linear-progress-track-color: #f5ddda;--mdc-linear-progress-active-indicator-height: 4px;--mdc-linear-progress-track-height: 4px;--mdc-linear-progress-track-shape: 0}:root,*{--mdc-plain-tooltip-container-color: #362f2e;--mdc-plain-tooltip-supporting-text-color: #fbeeec;--mdc-plain-tooltip-supporting-text-line-height: 1rem;--mdc-plain-tooltip-supporting-text-font: Roboto;--mdc-plain-tooltip-supporting-text-size: .75rem;--mdc-plain-tooltip-supporting-text-weight: 400;--mdc-plain-tooltip-supporting-text-tracking: .025rem;--mdc-plain-tooltip-container-shape: 4px}:root,*{--mdc-filled-text-field-caret-color: #c00100;--mdc-filled-text-field-focus-active-indicator-color: #c00100;--mdc-filled-text-field-focus-label-text-color: #c00100;--mdc-filled-text-field-container-color: #f5ddda;--mdc-filled-text-field-disabled-container-color: rgba(32, 26, 25, .04);--mdc-filled-text-field-label-text-color: #534341;--mdc-filled-text-field-hover-label-text-color: #534341;--mdc-filled-text-field-disabled-label-text-color: rgba(32, 26, 25, .38);--mdc-filled-text-field-input-text-color: #201a19;--mdc-filled-text-field-disabled-input-text-color: rgba(32, 26, 25, .38);--mdc-filled-text-field-input-text-placeholder-color: #534341;--mdc-filled-text-field-error-hover-label-text-color: #93000a;--mdc-filled-text-field-error-focus-label-text-color: #ba1a1a;--mdc-filled-text-field-error-label-text-color: #ba1a1a;--mdc-filled-text-field-active-indicator-color: #534341;--mdc-filled-text-field-disabled-active-indicator-color: rgba(32, 26, 25, .38);--mdc-filled-text-field-hover-active-indicator-color: #201a19;--mdc-filled-text-field-error-active-indicator-color: #ba1a1a;--mdc-filled-text-field-error-focus-active-indicator-color: #ba1a1a;--mdc-filled-text-field-error-hover-active-indicator-color: #93000a;--mdc-filled-text-field-label-text-font: Roboto;--mdc-filled-text-field-label-text-size: 1rem;--mdc-filled-text-field-label-text-tracking: .031rem;--mdc-filled-text-field-label-text-weight: 400;--mdc-filled-text-field-active-indicator-height: 1px;--mdc-filled-text-field-focus-active-indicator-height: 2px;--mdc-filled-text-field-container-shape: 4px}:root,*{--mdc-outlined-text-field-caret-color: #c00100;--mdc-outlined-text-field-focus-outline-color: #c00100;--mdc-outlined-text-field-focus-label-text-color: #c00100;--mdc-outlined-text-field-label-text-color: #534341;--mdc-outlined-text-field-hover-label-text-color: #201a19;--mdc-outlined-text-field-disabled-label-text-color: rgba(32, 26, 25, .38);--mdc-outlined-text-field-input-text-color: #201a19;--mdc-outlined-text-field-disabled-input-text-color: rgba(32, 26, 25, .38);--mdc-outlined-text-field-input-text-placeholder-color: #534341;--mdc-outlined-text-field-error-focus-label-text-color: #ba1a1a;--mdc-outlined-text-field-error-label-text-color: #ba1a1a;--mdc-outlined-text-field-error-hover-label-text-color: #93000a;--mdc-outlined-text-field-outline-color: #857370;--mdc-outlined-text-field-disabled-outline-color: rgba(32, 26, 25, .12);--mdc-outlined-text-field-hover-outline-color: #201a19;--mdc-outlined-text-field-error-focus-outline-color: #ba1a1a;--mdc-outlined-text-field-error-hover-outline-color: #93000a;--mdc-outlined-text-field-error-outline-color: #ba1a1a;--mdc-outlined-text-field-label-text-font: Roboto;--mdc-outlined-text-field-label-text-size: 1rem;--mdc-outlined-text-field-label-text-tracking: .031rem;--mdc-outlined-text-field-label-text-weight: 400;--mdc-outlined-text-field-outline-width: 1px;--mdc-outlined-text-field-focus-outline-width: 2px;--mdc-outlined-text-field-container-shape: 4px}:root,*{--mat-form-field-focus-select-arrow-color: #c00100;--mat-form-field-disabled-input-text-placeholder-color: rgba(32, 26, 25, .38);--mat-form-field-state-layer-color: #201a19;--mat-form-field-error-text-color: #ba1a1a;--mat-form-field-select-option-text-color: #201a19;--mat-form-field-select-disabled-option-text-color: rgba(32, 26, 25, .38);--mat-form-field-leading-icon-color: #534341;--mat-form-field-disabled-leading-icon-color: rgba(32, 26, 25, .38);--mat-form-field-trailing-icon-color: #534341;--mat-form-field-disabled-trailing-icon-color: rgba(32, 26, 25, .38);--mat-form-field-error-focus-trailing-icon-color: #ba1a1a;--mat-form-field-error-hover-trailing-icon-color: #93000a;--mat-form-field-error-trailing-icon-color: #ba1a1a;--mat-form-field-enabled-select-arrow-color: #534341;--mat-form-field-disabled-select-arrow-color: rgba(32, 26, 25, .38);--mat-form-field-hover-state-layer-opacity: .08;--mat-form-field-container-text-font: Roboto;--mat-form-field-container-text-line-height: 1.5rem;--mat-form-field-container-text-size: 1rem;--mat-form-field-container-text-tracking: .031rem;--mat-form-field-container-text-weight: 400;--mat-form-field-subscript-text-font: Roboto;--mat-form-field-subscript-text-line-height: 1rem;--mat-form-field-subscript-text-size: .75rem;--mat-form-field-subscript-text-tracking: .025rem;--mat-form-field-subscript-text-weight: 400;--mat-form-field-container-height: 56px;--mat-form-field-filled-label-display: block;--mat-form-field-container-vertical-padding: 16px;--mat-form-field-filled-with-label-container-padding-top: 24px;--mat-form-field-filled-with-label-container-padding-bottom: 8px;--mat-form-field-focus-state-layer-opacity: 0}:root,*{--mat-select-panel-background-color: #f9ebe9;--mat-select-enabled-trigger-text-color: #201a19;--mat-select-disabled-trigger-text-color: rgba(32, 26, 25, .38);--mat-select-placeholder-text-color: #534341;--mat-select-enabled-arrow-color: #534341;--mat-select-disabled-arrow-color: rgba(32, 26, 25, .38);--mat-select-focused-arrow-color: #c00100;--mat-select-invalid-arrow-color: #ba1a1a;--mat-select-trigger-text-font: Roboto;--mat-select-trigger-text-line-height: 1.5rem;--mat-select-trigger-text-size: 1rem;--mat-select-trigger-text-tracking: .031rem;--mat-select-trigger-text-weight: 400;--mat-select-arrow-transform: translateY(-8px);--mat-select-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12)}:root,*{--mat-autocomplete-background-color: #f9ebe9;--mat-autocomplete-container-shape: 4px;--mat-autocomplete-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12)}:root,*{--mdc-dialog-container-color: #fff8f6;--mdc-dialog-subhead-color: #201a19;--mdc-dialog-supporting-text-color: #534341;--mdc-dialog-subhead-font: Roboto;--mdc-dialog-subhead-line-height: 2rem;--mdc-dialog-subhead-size: 1.5rem;--mdc-dialog-subhead-weight: 400;--mdc-dialog-subhead-tracking: 0;--mdc-dialog-supporting-text-font: Roboto;--mdc-dialog-supporting-text-line-height: 1.25rem;--mdc-dialog-supporting-text-size: .875rem;--mdc-dialog-supporting-text-weight: 400;--mdc-dialog-supporting-text-tracking: .016rem;--mdc-dialog-container-shape: 28px}:root,*{--mat-dialog-container-elevation-shadow: none;--mat-dialog-container-max-width: 560px;--mat-dialog-container-small-max-width: calc(100vw - 32px) ;--mat-dialog-container-min-width: 280px;--mat-dialog-actions-alignment: flex-end;--mat-dialog-actions-padding: 16px 24px;--mat-dialog-content-padding: 20px 24px;--mat-dialog-with-actions-content-padding: 20px 24px 0;--mat-dialog-headline-padding: 6px 24px 13px}:root,*{--mdc-chip-outline-color: #857370;--mdc-chip-disabled-outline-color: rgba(32, 26, 25, .12);--mdc-chip-focus-outline-color: #534341;--mdc-chip-hover-state-layer-opacity: .08;--mdc-chip-selected-hover-state-layer-opacity: .08;--mdc-chip-disabled-label-text-color: rgba(32, 26, 25, .38);--mdc-chip-elevated-selected-container-color: #ffdad4;--mdc-chip-flat-disabled-selected-container-color: rgba(32, 26, 25, .12);--mdc-chip-focus-state-layer-color: #534341;--mdc-chip-hover-state-layer-color: #534341;--mdc-chip-selected-hover-state-layer-color: #5d3f3b;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-selected-focus-state-layer-color: #5d3f3b;--mdc-chip-selected-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: #534341;--mdc-chip-selected-label-text-color: #5d3f3b;--mdc-chip-with-icon-icon-color: #534341;--mdc-chip-with-icon-disabled-icon-color: #201a19;--mdc-chip-with-icon-selected-icon-color: #5d3f3b;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #201a19;--mdc-chip-with-trailing-icon-trailing-icon-color: #534341;--mdc-chip-label-text-font: Roboto;--mdc-chip-label-text-line-height: 1.25rem;--mdc-chip-label-text-size: .875rem;--mdc-chip-label-text-tracking: .006rem;--mdc-chip-label-text-weight: 400;--mdc-chip-container-height: 32px;--mdc-chip-container-shape-radius: 8px;--mdc-chip-with-avatar-avatar-shape-radius: 24px;--mdc-chip-with-avatar-avatar-size: 24px;--mdc-chip-with-icon-icon-size: 18px;--mdc-chip-outline-width: 1px;--mdc-chip-with-avatar-disabled-avatar-opacity: .38;--mdc-chip-flat-selected-outline-width: 0;--mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: .38;--mdc-chip-with-icon-disabled-icon-opacity: .38;--mdc-chip-elevated-container-color: transparent}:root,*{--mat-chip-trailing-action-state-layer-color: #534341;--mat-chip-selected-trailing-action-state-layer-color: #5d3f3b;--mat-chip-trailing-action-hover-state-layer-opacity: .08;--mat-chip-trailing-action-focus-state-layer-opacity: .12;--mat-chip-selected-disabled-trailing-icon-color: #201a19;--mat-chip-selected-trailing-icon-color: #5d3f3b;--mat-chip-disabled-container-opacity: 1;--mat-chip-trailing-action-opacity: 1;--mat-chip-trailing-action-focus-opacity: 1}:root,*{--mdc-switch-selected-focus-state-layer-opacity: .12;--mdc-switch-selected-hover-state-layer-opacity: .08;--mdc-switch-selected-pressed-state-layer-opacity: .12;--mdc-switch-unselected-focus-state-layer-opacity: .12;--mdc-switch-unselected-hover-state-layer-opacity: .08;--mdc-switch-unselected-pressed-state-layer-opacity: .12;--mdc-switch-selected-focus-state-layer-color: #c00100;--mdc-switch-selected-handle-color: #ffffff;--mdc-switch-selected-hover-state-layer-color: #c00100;--mdc-switch-selected-pressed-state-layer-color: #c00100;--mdc-switch-selected-focus-handle-color: #ffdad4;--mdc-switch-selected-hover-handle-color: #ffdad4;--mdc-switch-selected-pressed-handle-color: #ffdad4;--mdc-switch-selected-focus-track-color: #c00100;--mdc-switch-selected-hover-track-color: #c00100;--mdc-switch-selected-pressed-track-color: #c00100;--mdc-switch-selected-track-color: #c00100;--mdc-switch-disabled-selected-handle-color: #fff8f6;--mdc-switch-disabled-selected-icon-color: #201a19;--mdc-switch-disabled-selected-track-color: #201a19;--mdc-switch-disabled-unselected-handle-color: #201a19;--mdc-switch-disabled-unselected-icon-color: #f5ddda;--mdc-switch-disabled-unselected-track-color: #f5ddda;--mdc-switch-selected-icon-color: #930100;--mdc-switch-unselected-focus-handle-color: #534341;--mdc-switch-unselected-focus-state-layer-color: #201a19;--mdc-switch-unselected-focus-track-color: #f5ddda;--mdc-switch-unselected-handle-color: #857370;--mdc-switch-unselected-hover-handle-color: #534341;--mdc-switch-unselected-hover-state-layer-color: #201a19;--mdc-switch-unselected-hover-track-color: #f5ddda;--mdc-switch-unselected-icon-color: #f5ddda;--mdc-switch-unselected-pressed-handle-color: #534341;--mdc-switch-unselected-pressed-state-layer-color: #201a19;--mdc-switch-unselected-pressed-track-color: #f5ddda;--mdc-switch-unselected-track-color: #f5ddda;--mdc-switch-disabled-selected-icon-opacity: .38;--mdc-switch-disabled-track-opacity: .12;--mdc-switch-disabled-unselected-icon-opacity: .38;--mdc-switch-handle-shape: 9999px;--mdc-switch-selected-icon-size: 16px;--mdc-switch-track-height: 32px;--mdc-switch-track-shape: 9999px;--mdc-switch-track-width: 52px;--mdc-switch-unselected-icon-size: 16px;--mdc-switch-state-layer-size: 40px}:root,*{--mat-switch-track-outline-color: #857370;--mat-switch-disabled-unselected-track-outline-color: #201a19;--mat-switch-label-text-color: #201a19;--mat-switch-label-text-font: Roboto;--mat-switch-label-text-line-height: 1.25rem;--mat-switch-label-text-size: .875rem;--mat-switch-label-text-tracking: .016rem;--mat-switch-label-text-weight: 400;--mat-switch-disabled-selected-handle-opacity: 1;--mat-switch-disabled-unselected-handle-opacity: .38;--mat-switch-unselected-handle-size: 16px;--mat-switch-selected-handle-size: 24px;--mat-switch-pressed-handle-size: 28px;--mat-switch-with-icon-handle-size: 24px;--mat-switch-selected-handle-horizontal-margin: 0 24px;--mat-switch-selected-with-icon-handle-horizontal-margin: 0 24px;--mat-switch-selected-pressed-handle-horizontal-margin: 0 22px;--mat-switch-unselected-handle-horizontal-margin: 0 8px;--mat-switch-unselected-with-icon-handle-horizontal-margin: 0 4px;--mat-switch-unselected-pressed-handle-horizontal-margin: 0 2px;--mat-switch-visible-track-opacity: 1;--mat-switch-hidden-track-opacity: 0;--mat-switch-visible-track-transition: opacity 75ms;--mat-switch-hidden-track-transition: opacity 75ms;--mat-switch-track-outline-width: 2px;--mat-switch-selected-track-outline-width: 2px;--mat-switch-selected-track-outline-color: transparent;--mat-switch-disabled-unselected-track-outline-width: 2px}:root,*{--mdc-radio-disabled-selected-icon-color: #201a19;--mdc-radio-disabled-unselected-icon-color: #201a19;--mdc-radio-unselected-hover-icon-color: #201a19;--mdc-radio-unselected-focus-icon-color: #201a19;--mdc-radio-unselected-icon-color: #534341;--mdc-radio-unselected-pressed-icon-color: #201a19;--mdc-radio-selected-focus-icon-color: #c00100;--mdc-radio-selected-hover-icon-color: #c00100;--mdc-radio-selected-icon-color: #c00100;--mdc-radio-selected-pressed-icon-color: #c00100;--mdc-radio-state-layer-size: 40px;--mdc-radio-disabled-selected-icon-opacity: .38;--mdc-radio-disabled-unselected-icon-opacity: .38}:root,*{--mat-radio-ripple-color: #201a19;--mat-radio-checked-ripple-color: #c00100;--mat-radio-disabled-label-color: rgba(32, 26, 25, .38);--mat-radio-label-text-color: #201a19;--mat-radio-label-text-font: Roboto;--mat-radio-label-text-line-height: 1.25rem;--mat-radio-label-text-size: .875rem;--mat-radio-label-text-tracking: .016rem;--mat-radio-label-text-weight: 400;--mat-radio-touch-target-display: block}:root,*{--mdc-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mdc-slider-handle-color: #c00100;--mdc-slider-focus-handle-color: #c00100;--mdc-slider-hover-handle-color: #c00100;--mdc-slider-active-track-color: #c00100;--mdc-slider-inactive-track-color: #f5ddda;--mdc-slider-with-tick-marks-inactive-container-color: #534341;--mdc-slider-with-tick-marks-active-container-color: #ffffff;--mdc-slider-disabled-active-track-color: #201a19;--mdc-slider-disabled-handle-color: #201a19;--mdc-slider-disabled-inactive-track-color: #201a19;--mdc-slider-label-container-color: #c00100;--mdc-slider-label-label-text-color: #ffffff;--mdc-slider-with-overlap-handle-outline-color: #ffffff;--mdc-slider-with-tick-marks-disabled-container-color: #201a19;--mdc-slider-label-label-text-font: Roboto;--mdc-slider-label-label-text-size: .75rem;--mdc-slider-label-label-text-line-height: 1rem;--mdc-slider-label-label-text-tracking: .031rem;--mdc-slider-label-label-text-weight: 400;--mdc-slider-active-track-height: 4px;--mdc-slider-active-track-shape: 9999px;--mdc-slider-handle-height: 20px;--mdc-slider-handle-shape: 9999px;--mdc-slider-handle-width: 20px;--mdc-slider-inactive-track-height: 4px;--mdc-slider-inactive-track-shape: 9999px;--mdc-slider-with-overlap-handle-outline-width: 1px;--mdc-slider-with-tick-marks-active-container-opacity: .38;--mdc-slider-with-tick-marks-container-shape: 9999px;--mdc-slider-with-tick-marks-container-size: 2px;--mdc-slider-with-tick-marks-inactive-container-opacity: .38}:root,*{--mat-slider-ripple-color: #c00100;--mat-slider-hover-state-layer-color: rgba(192, 1, 0, .05);--mat-slider-focus-state-layer-color: rgba(192, 1, 0, .2);--mat-slider-value-indicator-width: 28px;--mat-slider-value-indicator-height: 28px;--mat-slider-value-indicator-caret-display: none;--mat-slider-value-indicator-border-radius: 50% 50% 50% 0;--mat-slider-value-indicator-padding: 0;--mat-slider-value-indicator-text-transform: rotate(45deg);--mat-slider-value-indicator-container-transform: translateX(-50%) rotate(-45deg);--mat-slider-value-indicator-opacity: 1}:root,*{--mat-menu-item-label-text-color: #201a19;--mat-menu-item-icon-color: #534341;--mat-menu-item-hover-state-layer-color: rgba(32, 26, 25, .08);--mat-menu-item-focus-state-layer-color: rgba(32, 26, 25, .12);--mat-menu-container-color: #f9ebe9;--mat-menu-divider-color: #f5ddda;--mat-menu-item-label-text-font: Roboto;--mat-menu-item-label-text-size: .875rem;--mat-menu-item-label-text-tracking: .006rem;--mat-menu-item-label-text-line-height: 1.25rem;--mat-menu-item-label-text-weight: 400;--mat-menu-container-shape: 4px;--mat-menu-divider-bottom-spacing: 8px;--mat-menu-divider-top-spacing: 8px;--mat-menu-item-spacing: 12px;--mat-menu-item-icon-size: 24px;--mat-menu-item-leading-spacing: 12px;--mat-menu-item-trailing-spacing: 12px;--mat-menu-item-with-icon-leading-spacing: 12px;--mat-menu-item-with-icon-trailing-spacing: 12px;--mat-menu-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12)}:root,*{--mdc-list-list-item-container-color: transparent;--mdc-list-list-item-leading-avatar-color: #ffdad4;--mdc-list-list-item-disabled-state-layer-color: #201a19;--mdc-list-list-item-disabled-state-layer-opacity: .12;--mdc-list-list-item-label-text-color: #201a19;--mdc-list-list-item-supporting-text-color: #534341;--mdc-list-list-item-leading-icon-color: #534341;--mdc-list-list-item-trailing-supporting-text-color: #534341;--mdc-list-list-item-trailing-icon-color: #534341;--mdc-list-list-item-selected-trailing-icon-color: #c00100;--mdc-list-list-item-disabled-label-text-color: #201a19;--mdc-list-list-item-disabled-leading-icon-color: #201a19;--mdc-list-list-item-disabled-trailing-icon-color: #201a19;--mdc-list-list-item-hover-label-text-color: #201a19;--mdc-list-list-item-focus-label-text-color: #201a19;--mdc-list-list-item-hover-state-layer-color: #201a19;--mdc-list-list-item-hover-state-layer-opacity: .08;--mdc-list-list-item-focus-state-layer-color: #201a19;--mdc-list-list-item-focus-state-layer-opacity: .12;--mdc-list-list-item-label-text-font: Roboto;--mdc-list-list-item-label-text-line-height: 1.5rem;--mdc-list-list-item-label-text-size: 1rem;--mdc-list-list-item-label-text-tracking: .031rem;--mdc-list-list-item-label-text-weight: 400;--mdc-list-list-item-supporting-text-font: Roboto;--mdc-list-list-item-supporting-text-line-height: 1.25rem;--mdc-list-list-item-supporting-text-size: .875rem;--mdc-list-list-item-supporting-text-tracking: .016rem;--mdc-list-list-item-supporting-text-weight: 400;--mdc-list-list-item-trailing-supporting-text-font: Roboto;--mdc-list-list-item-trailing-supporting-text-line-height: 1rem;--mdc-list-list-item-trailing-supporting-text-size: .688rem;--mdc-list-list-item-trailing-supporting-text-tracking: .031rem;--mdc-list-list-item-trailing-supporting-text-weight: 400;--mdc-list-list-item-one-line-container-height: 48px;--mdc-list-list-item-two-line-container-height: 64px;--mdc-list-list-item-three-line-container-height: 88px;--mdc-list-list-item-container-shape: 0;--mdc-list-list-item-leading-avatar-shape: 9999px;--mdc-list-list-item-leading-icon-size: 24px;--mdc-list-list-item-leading-avatar-size: 40px;--mdc-list-list-item-trailing-icon-size: 24px;--mdc-list-list-item-disabled-label-text-opacity: .3;--mdc-list-list-item-disabled-leading-icon-opacity: .38;--mdc-list-list-item-disabled-trailing-icon-opacity: .38}:root,*{--mat-list-active-indicator-color: #ffdad4;--mat-list-list-item-leading-icon-start-space: 16px;--mat-list-list-item-leading-icon-end-space: 16px;--mat-list-active-indicator-shape: 9999px}:root,*{--mat-paginator-container-text-color: #201a19;--mat-paginator-container-background-color: #fff8f6;--mat-paginator-enabled-icon-color: #534341;--mat-paginator-disabled-icon-color: rgba(32, 26, 25, .38);--mat-paginator-container-text-font: Roboto;--mat-paginator-container-text-line-height: 1rem;--mat-paginator-container-text-size: .75rem;--mat-paginator-container-text-tracking: .025rem;--mat-paginator-container-text-weight: 400;--mat-paginator-select-trigger-text-size: .75rem;--mat-paginator-container-size: 56px;--mat-paginator-form-field-container-height: 40px;--mat-paginator-form-field-container-vertical-padding: 8px;--mat-paginator-touch-target-display: block}:root,*{--mdc-secondary-navigation-tab-container-height: 48px}:root,*{--mdc-tab-indicator-active-indicator-color: #c00100;--mdc-tab-indicator-active-indicator-height: 2px;--mdc-tab-indicator-active-indicator-shape: 0}:root,*{--mat-tab-header-divider-color: #f5ddda;--mat-tab-header-pagination-icon-color: #201a19;--mat-tab-header-inactive-label-text-color: #201a19;--mat-tab-header-active-label-text-color: #201a19;--mat-tab-header-active-ripple-color: #201a19;--mat-tab-header-inactive-ripple-color: #201a19;--mat-tab-header-inactive-focus-label-text-color: #201a19;--mat-tab-header-inactive-hover-label-text-color: #201a19;--mat-tab-header-active-focus-label-text-color: #201a19;--mat-tab-header-active-hover-label-text-color: #201a19;--mat-tab-header-active-focus-indicator-color: #c00100;--mat-tab-header-active-hover-indicator-color: #c00100;--mat-tab-header-label-text-font: Roboto;--mat-tab-header-label-text-size: .875rem;--mat-tab-header-label-text-tracking: .006rem;--mat-tab-header-label-text-line-height: 1.25rem;--mat-tab-header-label-text-weight: 400;--mat-tab-header-divider-height: 1px}:root,*{--mdc-checkbox-disabled-selected-checkmark-color: #fff8f6;--mdc-checkbox-selected-focus-state-layer-opacity: .12;--mdc-checkbox-selected-hover-state-layer-opacity: .08;--mdc-checkbox-selected-pressed-state-layer-opacity: .12;--mdc-checkbox-unselected-focus-state-layer-opacity: .12;--mdc-checkbox-unselected-hover-state-layer-opacity: .08;--mdc-checkbox-unselected-pressed-state-layer-opacity: .12;--mdc-checkbox-selected-pressed-icon-color: #c00100;--mdc-checkbox-disabled-selected-icon-color: rgba(32, 26, 25, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(32, 26, 25, .38);--mdc-checkbox-selected-checkmark-color: #ffffff;--mdc-checkbox-selected-focus-icon-color: #c00100;--mdc-checkbox-selected-hover-icon-color: #c00100;--mdc-checkbox-selected-icon-color: #c00100;--mdc-checkbox-unselected-focus-icon-color: #201a19;--mdc-checkbox-unselected-hover-icon-color: #201a19;--mdc-checkbox-unselected-icon-color: #534341;--mdc-checkbox-selected-focus-state-layer-color: #c00100;--mdc-checkbox-selected-hover-state-layer-color: #c00100;--mdc-checkbox-selected-pressed-state-layer-color: #201a19;--mdc-checkbox-unselected-focus-state-layer-color: #201a19;--mdc-checkbox-unselected-hover-state-layer-color: #201a19;--mdc-checkbox-unselected-pressed-state-layer-color: #c00100;--mdc-checkbox-state-layer-size: 40px}:root,*{--mat-checkbox-disabled-label-color: rgba(32, 26, 25, .38);--mat-checkbox-label-text-color: #201a19;--mat-checkbox-label-text-font: Roboto;--mat-checkbox-label-text-line-height: 1.25rem;--mat-checkbox-label-text-size: .875rem;--mat-checkbox-label-text-tracking: .016rem;--mat-checkbox-label-text-weight: 400;--mat-checkbox-touch-target-display: block}:root,*{--mdc-text-button-label-text-color: #c00100;--mdc-text-button-disabled-label-text-color: rgba(32, 26, 25, .38);--mdc-text-button-label-text-font: Roboto;--mdc-text-button-label-text-size: .875rem;--mdc-text-button-label-text-tracking: .006rem;--mdc-text-button-label-text-weight: 400;--mdc-text-button-container-height: 40px;--mdc-text-button-container-shape: 9999px}:root,*{--mdc-protected-button-container-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mdc-protected-button-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mdc-protected-button-focus-container-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mdc-protected-button-hover-container-elevation-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);--mdc-protected-button-pressed-container-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mdc-protected-button-container-color: #fff8f6;--mdc-protected-button-label-text-color: #c00100;--mdc-protected-button-disabled-container-color: rgba(32, 26, 25, .12);--mdc-protected-button-disabled-label-text-color: rgba(32, 26, 25, .38);--mdc-protected-button-label-text-font: Roboto;--mdc-protected-button-label-text-size: .875rem;--mdc-protected-button-label-text-tracking: .006rem;--mdc-protected-button-label-text-weight: 400;--mdc-protected-button-container-height: 40px;--mdc-protected-button-container-shape: 9999px}:root,*{--mdc-filled-button-container-color: #c00100;--mdc-filled-button-label-text-color: #ffffff;--mdc-filled-button-disabled-container-color: rgba(32, 26, 25, .12);--mdc-filled-button-disabled-label-text-color: rgba(32, 26, 25, .38);--mdc-filled-button-label-text-font: Roboto;--mdc-filled-button-label-text-size: .875rem;--mdc-filled-button-label-text-tracking: .006rem;--mdc-filled-button-label-text-weight: 400;--mdc-filled-button-container-height: 40px;--mdc-filled-button-container-shape: 9999px}:root,*{--mdc-outlined-button-disabled-outline-color: rgba(32, 26, 25, .12);--mdc-outlined-button-disabled-label-text-color: rgba(32, 26, 25, .38);--mdc-outlined-button-label-text-color: #c00100;--mdc-outlined-button-outline-color: #857370;--mdc-outlined-button-label-text-font: Roboto;--mdc-outlined-button-label-text-size: .875rem;--mdc-outlined-button-label-text-tracking: .006rem;--mdc-outlined-button-label-text-weight: 400;--mdc-outlined-button-container-height: 40px;--mdc-outlined-button-outline-width: 1px;--mdc-outlined-button-container-shape: 9999px}:root,*{--mat-text-button-state-layer-color: #c00100;--mat-text-button-disabled-state-layer-color: #534341;--mat-text-button-ripple-color: rgba(192, 1, 0, .12);--mat-text-button-hover-state-layer-opacity: .08;--mat-text-button-focus-state-layer-opacity: .12;--mat-text-button-pressed-state-layer-opacity: .12;--mat-text-button-touch-target-display: block;--mat-text-button-horizontal-padding: 12px;--mat-text-button-with-icon-horizontal-padding: 16px;--mat-text-button-icon-spacing: 8px;--mat-text-button-icon-offset: -4px}:root,*{--mat-protected-button-state-layer-color: #c00100;--mat-protected-button-disabled-state-layer-color: #534341;--mat-protected-button-ripple-color: rgba(192, 1, 0, .12);--mat-protected-button-hover-state-layer-opacity: .08;--mat-protected-button-focus-state-layer-opacity: .12;--mat-protected-button-pressed-state-layer-opacity: .12;--mat-protected-button-touch-target-display: block;--mat-protected-button-horizontal-padding: 24px;--mat-protected-button-icon-spacing: 8px;--mat-protected-button-icon-offset: -8px}:root,*{--mat-filled-button-state-layer-color: #ffffff;--mat-filled-button-disabled-state-layer-color: #534341;--mat-filled-button-ripple-color: rgba(255, 255, 255, .12);--mat-filled-button-hover-state-layer-opacity: .08;--mat-filled-button-focus-state-layer-opacity: .12;--mat-filled-button-pressed-state-layer-opacity: .12;--mat-filled-button-touch-target-display: block;--mat-filled-button-horizontal-padding: 24px;--mat-filled-button-icon-spacing: 8px;--mat-filled-button-icon-offset: -8px}:root,*{--mat-outlined-button-state-layer-color: #c00100;--mat-outlined-button-disabled-state-layer-color: #534341;--mat-outlined-button-ripple-color: rgba(192, 1, 0, .12);--mat-outlined-button-hover-state-layer-opacity: .08;--mat-outlined-button-focus-state-layer-opacity: .12;--mat-outlined-button-pressed-state-layer-opacity: .12;--mat-outlined-button-touch-target-display: block;--mat-outlined-button-horizontal-padding: 24px;--mat-outlined-button-icon-spacing: 8px;--mat-outlined-button-icon-offset: -8px}:root,*{--mdc-icon-button-icon-color: #534341;--mdc-icon-button-disabled-icon-color: rgba(32, 26, 25, .38);--mdc-icon-button-state-layer-size: 40px;--mdc-icon-button-icon-size: 24px}:root,*{--mat-icon-button-state-layer-color: #534341;--mat-icon-button-disabled-state-layer-color: #534341;--mat-icon-button-ripple-color: rgba(83, 67, 65, .12);--mat-icon-button-hover-state-layer-opacity: .08;--mat-icon-button-focus-state-layer-opacity: .12;--mat-icon-button-pressed-state-layer-opacity: .12;--mat-icon-button-touch-target-display: block}:root,*{--mdc-extended-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mdc-extended-fab-focus-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mdc-extended-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mdc-extended-fab-pressed-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mdc-extended-fab-label-text-font: Roboto;--mdc-extended-fab-label-text-size: .875rem;--mdc-extended-fab-label-text-tracking: .006rem;--mdc-extended-fab-label-text-weight: 400;--mdc-extended-fab-container-height: 56px;--mdc-extended-fab-container-shape: 16px}:root,*{--mdc-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mdc-fab-focus-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mdc-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mdc-fab-pressed-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mdc-fab-container-color: #ffdad4;--mdc-fab-container-shape: 16px}:root,*{--mdc-fab-small-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mdc-fab-small-focus-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mdc-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mdc-fab-small-pressed-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mdc-fab-small-container-color: #ffdad4;--mdc-fab-small-container-shape: 12px}:root,*{--mat-fab-foreground-color: #930100;--mat-fab-state-layer-color: #930100;--mat-fab-ripple-color: rgba(147, 1, 0, .12);--mat-fab-hover-state-layer-opacity: .08;--mat-fab-focus-state-layer-opacity: .12;--mat-fab-pressed-state-layer-opacity: .12;--mat-fab-disabled-state-container-color: rgba(32, 26, 25, .12);--mat-fab-disabled-state-foreground-color: rgba(32, 26, 25, .38);--mat-fab-touch-target-display: block}:root,*{--mat-fab-small-foreground-color: #930100;--mat-fab-small-state-layer-color: #930100;--mat-fab-small-ripple-color: rgba(147, 1, 0, .12);--mat-fab-small-hover-state-layer-opacity: .08;--mat-fab-small-focus-state-layer-opacity: .12;--mat-fab-small-pressed-state-layer-opacity: .12;--mat-fab-small-disabled-state-container-color: rgba(32, 26, 25, .12);--mat-fab-small-disabled-state-foreground-color: rgba(32, 26, 25, .38)}:root,*{--mdc-snackbar-container-color: #362f2e;--mdc-snackbar-supporting-text-color: #fbeeec;--mdc-snackbar-supporting-text-font: Roboto;--mdc-snackbar-supporting-text-line-height: 1.25rem;--mdc-snackbar-supporting-text-size: .875rem;--mdc-snackbar-supporting-text-weight: 400;--mdc-snackbar-container-shape: 4px}:root,*{--mat-snack-bar-button-color: #ffb4a8}:root,*{--mat-table-background-color: #fff8f6;--mat-table-header-headline-color: #201a19;--mat-table-row-item-label-text-color: #201a19;--mat-table-row-item-outline-color: #857370;--mat-table-header-headline-font: Roboto;--mat-table-header-headline-line-height: 1.25rem;--mat-table-header-headline-size: .875rem;--mat-table-header-headline-weight: 400;--mat-table-header-headline-tracking: .006rem;--mat-table-row-item-label-text-font: Roboto;--mat-table-row-item-label-text-line-height: 1.25rem;--mat-table-row-item-label-text-size: .875rem;--mat-table-row-item-label-text-weight: 400;--mat-table-row-item-label-text-tracking: .016rem;--mat-table-footer-supporting-text-font: Roboto;--mat-table-footer-supporting-text-line-height: 1.25rem;--mat-table-footer-supporting-text-size: .875rem;--mat-table-footer-supporting-text-weight: 400;--mat-table-footer-supporting-text-tracking: .016rem;--mat-table-header-container-height: 56px;--mat-table-footer-container-height: 52px;--mat-table-row-item-container-height: 52px;--mat-table-row-item-outline-width: 1px}:root,*{--mdc-circular-progress-active-indicator-color: #c00100;--mdc-circular-progress-active-indicator-width: 4px;--mdc-circular-progress-size: 48px}:root,*{--mat-badge-background-color: #ba1a1a;--mat-badge-text-color: #ffffff;--mat-badge-disabled-state-background-color: rgba(186, 26, 26, .38);--mat-badge-disabled-state-text-color: #ffffff;--mat-badge-text-font: Roboto;--mat-badge-text-size: .688rem;--mat-badge-text-weight: 400;--mat-badge-large-size-text-size: .688rem;--mat-badge-container-shape: 9999px;--mat-badge-container-size: 16px;--mat-badge-small-size-container-size: 6px;--mat-badge-large-size-container-size: 16px;--mat-badge-legacy-container-size: unset;--mat-badge-legacy-small-size-container-size: unset;--mat-badge-legacy-large-size-container-size: unset;--mat-badge-container-offset: -12px 0;--mat-badge-small-size-container-offset: -6px 0;--mat-badge-large-size-container-offset: -12px 0;--mat-badge-container-overlap-offset: -12px;--mat-badge-small-size-container-overlap-offset: -6px;--mat-badge-large-size-container-overlap-offset: -12px;--mat-badge-container-padding: 0 4px;--mat-badge-small-size-container-padding: 0;--mat-badge-large-size-container-padding: 0 4px;--mat-badge-line-height: 16px;--mat-badge-small-size-text-size: 0;--mat-badge-small-size-line-height: 6px;--mat-badge-large-size-line-height: 16px}:root,*{--mat-bottom-sheet-container-text-color: #201a19;--mat-bottom-sheet-container-background-color: #fef1ef;--mat-bottom-sheet-container-text-font: Roboto;--mat-bottom-sheet-container-text-line-height: 1.5rem;--mat-bottom-sheet-container-text-size: 1rem;--mat-bottom-sheet-container-text-tracking: .031rem;--mat-bottom-sheet-container-text-weight: 400;--mat-bottom-sheet-container-shape: 28px}:root,*{--mat-standard-button-toggle-hover-state-layer-opacity: .08;--mat-standard-button-toggle-focus-state-layer-opacity: .12;--mat-standard-button-toggle-text-color: #201a19;--mat-standard-button-toggle-state-layer-color: #201a19;--mat-standard-button-toggle-selected-state-background-color: #ffdad4;--mat-standard-button-toggle-selected-state-text-color: #5d3f3b;--mat-standard-button-toggle-disabled-state-text-color: rgba(32, 26, 25, .38);--mat-standard-button-toggle-disabled-selected-state-text-color: rgba(32, 26, 25, .38);--mat-standard-button-toggle-disabled-selected-state-background-color: rgba(32, 26, 25, .12);--mat-standard-button-toggle-divider-color: #857370;--mat-standard-button-toggle-label-text-font: Roboto;--mat-standard-button-toggle-label-text-line-height: 1.25rem;--mat-standard-button-toggle-label-text-size: .875rem;--mat-standard-button-toggle-label-text-tracking: .006rem;--mat-standard-button-toggle-label-text-weight: 400;--mat-standard-button-toggle-height: 40px;--mat-standard-button-toggle-shape: 28px;--mat-standard-button-toggle-background-color: transparent;--mat-standard-button-toggle-disabled-state-background-color: transparent}:root,*{--mat-datepicker-calendar-date-selected-state-text-color: #ffffff;--mat-datepicker-calendar-date-selected-state-background-color: #c00100;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(32, 26, 25, .38);--mat-datepicker-calendar-date-today-selected-state-outline-color: #c00100;--mat-datepicker-calendar-date-focus-state-background-color: rgba(32, 26, 25, .12);--mat-datepicker-calendar-date-hover-state-background-color: rgba(32, 26, 25, .08);--mat-datepicker-toggle-active-state-icon-color: #534341;--mat-datepicker-calendar-date-in-range-state-background-color: #ffdad4;--mat-datepicker-calendar-date-in-comparison-range-state-background-color: #ffdad4;--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #ffdad4;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #775651;--mat-datepicker-toggle-icon-color: #534341;--mat-datepicker-calendar-body-label-text-color: #201a19;--mat-datepicker-calendar-period-button-text-color: #534341;--mat-datepicker-calendar-period-button-icon-color: #534341;--mat-datepicker-calendar-navigation-button-icon-color: #534341;--mat-datepicker-calendar-header-text-color: #534341;--mat-datepicker-calendar-date-today-outline-color: #c00100;--mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(32, 26, 25, .38);--mat-datepicker-calendar-date-text-color: #201a19;--mat-datepicker-calendar-date-disabled-state-text-color: rgba(32, 26, 25, .38);--mat-datepicker-calendar-date-preview-state-outline-color: #c00100;--mat-datepicker-range-input-separator-color: #201a19;--mat-datepicker-range-input-disabled-state-separator-color: rgba(32, 26, 25, .38);--mat-datepicker-range-input-disabled-state-text-color: rgba(32, 26, 25, .38);--mat-datepicker-calendar-container-background-color: #f3e5e4;--mat-datepicker-calendar-container-text-color: #201a19;--mat-datepicker-calendar-text-font: Roboto;--mat-datepicker-calendar-text-size: .875rem;--mat-datepicker-calendar-body-label-text-size: .875rem;--mat-datepicker-calendar-body-label-text-weight: 400;--mat-datepicker-calendar-period-button-text-size: .875rem;--mat-datepicker-calendar-period-button-text-weight: 400;--mat-datepicker-calendar-header-text-size: .875rem;--mat-datepicker-calendar-header-text-weight: 400;--mat-datepicker-calendar-container-shape: 16px;--mat-datepicker-calendar-container-touch-shape: 28px;--mat-datepicker-calendar-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-datepicker-calendar-container-touch-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-datepicker-calendar-header-divider-color: transparent;--mat-datepicker-calendar-date-outline-color: transparent}:root,*{--mat-divider-color: #857370;--mat-divider-width: 1px}:root,*{--mat-expansion-container-background-color: #fff8f6;--mat-expansion-container-text-color: #201a19;--mat-expansion-actions-divider-color: #857370;--mat-expansion-header-hover-state-layer-color: rgba(32, 26, 25, .08);--mat-expansion-header-focus-state-layer-color: rgba(32, 26, 25, .12);--mat-expansion-header-disabled-state-text-color: rgba(32, 26, 25, .38);--mat-expansion-header-text-color: #201a19;--mat-expansion-header-description-color: #534341;--mat-expansion-header-indicator-color: #534341;--mat-expansion-header-text-font: Roboto;--mat-expansion-header-text-size: 1rem;--mat-expansion-header-text-weight: 400;--mat-expansion-header-text-line-height: 1.5rem;--mat-expansion-header-text-tracking: .009rem;--mat-expansion-container-text-font: Roboto;--mat-expansion-container-text-line-height: 1.5rem;--mat-expansion-container-text-size: 1rem;--mat-expansion-container-text-tracking: .031rem;--mat-expansion-container-text-weight: 400;--mat-expansion-header-collapsed-state-height: 48px;--mat-expansion-header-expanded-state-height: 64px;--mat-expansion-container-shape: 12px;--mat-expansion-legacy-header-indicator-display: none;--mat-expansion-header-indicator-display: inline-block}:root,*{--mat-grid-list-tile-header-primary-text-size: 400 1rem / 1.5rem Roboto;--mat-grid-list-tile-header-secondary-text-size: 400 .875rem / 1.25rem Roboto;--mat-grid-list-tile-footer-primary-text-size: 400 1rem / 1.5rem Roboto;--mat-grid-list-tile-footer-secondary-text-size: 400 .875rem / 1.25rem Roboto}:root,*{--mat-icon-color: inherit}:root,*{--mat-sidenav-container-background-color: #fff8f6;--mat-sidenav-container-text-color: #534341;--mat-sidenav-content-background-color: #fff8f6;--mat-sidenav-content-text-color: #201a19;--mat-sidenav-scrim-color: rgba(59, 45, 43, .4);--mat-sidenav-container-shape: 16px;--mat-sidenav-container-elevation-shadow: none;--mat-sidenav-container-width: 360px;--mat-sidenav-container-divider-color: transparent}:root,*{--mat-stepper-header-icon-foreground-color: #fff8f6;--mat-stepper-header-selected-state-icon-background-color: #c00100;--mat-stepper-header-selected-state-icon-foreground-color: #ffffff;--mat-stepper-header-edit-state-icon-background-color: #c00100;--mat-stepper-header-edit-state-icon-foreground-color: #ffffff;--mat-stepper-container-color: #fff8f6;--mat-stepper-line-color: #857370;--mat-stepper-header-hover-state-layer-color: rgba(54, 47, 46, .08);--mat-stepper-header-focus-state-layer-color: rgba(54, 47, 46, .12);--mat-stepper-header-label-text-color: #534341;--mat-stepper-header-optional-label-text-color: #534341;--mat-stepper-header-selected-state-label-text-color: #534341;--mat-stepper-header-error-state-label-text-color: #ba1a1a;--mat-stepper-header-icon-background-color: #534341;--mat-stepper-header-error-state-icon-foreground-color: #ba1a1a;--mat-stepper-container-text-font: Roboto;--mat-stepper-header-label-text-font: Roboto;--mat-stepper-header-label-text-size: .875rem;--mat-stepper-header-label-text-weight: 400;--mat-stepper-header-error-state-label-text-size: .875rem;--mat-stepper-header-selected-state-label-text-size: .875rem;--mat-stepper-header-selected-state-label-text-weight: 400;--mat-stepper-header-height: 72px;--mat-stepper-header-focus-state-layer-shape: 12px;--mat-stepper-header-hover-state-layer-shape: 12px;--mat-stepper-header-error-state-icon-background-color: transparent}:root,*{--mat-sort-arrow-color: #201a19}:root,*{--mat-toolbar-container-background-color: #fff8f6;--mat-toolbar-container-text-color: #201a19;--mat-toolbar-title-text-font: Roboto;--mat-toolbar-title-text-line-height: 1.75rem;--mat-toolbar-title-text-size: 1.375rem;--mat-toolbar-title-text-tracking: 0;--mat-toolbar-title-text-weight: 400;--mat-toolbar-standard-height: 64px;--mat-toolbar-mobile-height: 56px}:root,*{--mat-tree-container-background-color: #fff8f6;--mat-tree-node-text-color: #201a19;--mat-tree-node-text-font: Roboto;--mat-tree-node-text-size: 1rem;--mat-tree-node-text-weight: 400;--mat-tree-node-min-height: 48px}:root,*{--mat-timepicker-container-background-color: #f9ebe9;--mat-timepicker-container-shape: 4px;--mat-timepicker-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12)}:root .mat-primary,* .mat-primary{--mat-stepper-header-selected-state-icon-background-color: #c00100;--mat-stepper-header-selected-state-icon-foreground-color: #ffffff;--mat-stepper-header-edit-state-icon-background-color: #c00100;--mat-stepper-header-edit-state-icon-foreground-color: #ffffff}:root .mat-primary.mat-icon,* .mat-primary.mat-icon{--mat-icon-color: #c00100}:root .mat-primary.mat-mdc-checkbox,* .mat-primary.mat-mdc-checkbox{--mat-checkbox-disabled-label-color: rgba(32, 26, 25, .38);--mat-checkbox-label-text-color: #201a19}:root .mat-primary.mat-mdc-slide-toggle,* .mat-primary.mat-mdc-slide-toggle{--mat-switch-track-outline-color: #857370;--mat-switch-disabled-unselected-track-outline-color: #201a19;--mat-switch-label-text-color: #201a19}:root .mat-primary.mat-mdc-button-base,* .mat-primary.mat-mdc-button-base{--mdc-icon-button-icon-color: #c00100}:root .mat-primary.mat-mdc-button-base,* .mat-primary.mat-mdc-button-base{--mat-icon-button-state-layer-color: #c00100;--mat-icon-button-ripple-color: rgba(192, 1, 0, .12)}:root .mat-primary .mdc-list-item__start,:root .mat-primary .mdc-list-item__end,* .mat-primary .mdc-list-item__start,* .mat-primary .mdc-list-item__end{--mat-checkbox-disabled-label-color: rgba(32, 26, 25, .38);--mat-checkbox-label-text-color: #201a19}:root .mat-badge,* .mat-badge{--mat-badge-background-color: #c00100;--mat-badge-text-color: #ffffff;--mat-badge-disabled-state-background-color: rgba(192, 1, 0, .38);--mat-badge-disabled-state-text-color: #ffffff}:root .mat-accent,* .mat-accent{--mat-option-selected-state-label-text-color: #930100;--mat-option-selected-state-layer-color: #ffdad4}:root .mat-accent,* .mat-accent{--mdc-circular-progress-active-indicator-color: #c00100}:root .mat-accent,* .mat-accent{--mat-full-pseudo-checkbox-selected-icon-color: #c00100;--mat-full-pseudo-checkbox-selected-checkmark-color: #ffffff}:root .mat-accent,* .mat-accent{--mat-minimal-pseudo-checkbox-selected-checkmark-color: #c00100}:root .mat-accent,* .mat-accent{--mat-stepper-header-selected-state-icon-background-color: #c00100;--mat-stepper-header-selected-state-icon-foreground-color: #ffffff;--mat-stepper-header-edit-state-icon-background-color: #c00100;--mat-stepper-header-edit-state-icon-foreground-color: #ffffff}:root .mat-accent.mat-icon,* .mat-accent.mat-icon{--mat-icon-color: #c00100}:root .mat-accent.mat-mdc-checkbox,* .mat-accent.mat-mdc-checkbox{--mdc-checkbox-selected-pressed-icon-color: #c00100;--mdc-checkbox-selected-checkmark-color: #ffffff;--mdc-checkbox-selected-focus-icon-color: #c00100;--mdc-checkbox-selected-hover-icon-color: #c00100;--mdc-checkbox-selected-icon-color: #c00100;--mdc-checkbox-selected-focus-state-layer-color: #c00100;--mdc-checkbox-selected-hover-state-layer-color: #c00100;--mdc-checkbox-unselected-pressed-state-layer-color: #c00100}:root .mat-accent.mat-mdc-checkbox,* .mat-accent.mat-mdc-checkbox{--mat-checkbox-disabled-label-color: rgba(32, 26, 25, .38);--mat-checkbox-label-text-color: #201a19}:root .mat-accent.mat-mdc-slider,* .mat-accent.mat-mdc-slider{--mdc-slider-handle-color: #c00100;--mdc-slider-focus-handle-color: #c00100;--mdc-slider-hover-handle-color: #c00100;--mdc-slider-active-track-color: #c00100;--mdc-slider-with-tick-marks-active-container-color: #ffffff;--mdc-slider-label-container-color: #c00100;--mdc-slider-label-label-text-color: #ffffff;--mdc-slider-with-overlap-handle-outline-color: #ffffff}:root .mat-accent.mat-mdc-slider,* .mat-accent.mat-mdc-slider{--mat-slider-ripple-color: #c00100;--mat-slider-hover-state-layer-color: rgba(192, 1, 0, .05);--mat-slider-focus-state-layer-color: rgba(192, 1, 0, .2)}:root .mat-accent.mat-mdc-tab-group,:root .mat-accent.mat-mdc-tab-nav-bar,* .mat-accent.mat-mdc-tab-group,* .mat-accent.mat-mdc-tab-nav-bar{--mdc-tab-indicator-active-indicator-color: #c00100}:root .mat-accent.mat-mdc-tab-group,:root .mat-accent.mat-mdc-tab-nav-bar,* .mat-accent.mat-mdc-tab-group,* .mat-accent.mat-mdc-tab-nav-bar{--mat-tab-header-active-focus-indicator-color: #c00100;--mat-tab-header-active-hover-indicator-color: #c00100}:root .mat-accent.mat-mdc-slide-toggle,* .mat-accent.mat-mdc-slide-toggle{--mdc-switch-selected-focus-state-layer-color: #c00100;--mdc-switch-selected-handle-color: #ffffff;--mdc-switch-selected-hover-state-layer-color: #c00100;--mdc-switch-selected-pressed-state-layer-color: #c00100;--mdc-switch-selected-focus-handle-color: #ffdad4;--mdc-switch-selected-hover-handle-color: #ffdad4;--mdc-switch-selected-pressed-handle-color: #ffdad4;--mdc-switch-selected-focus-track-color: #c00100;--mdc-switch-selected-hover-track-color: #c00100;--mdc-switch-selected-pressed-track-color: #c00100;--mdc-switch-selected-track-color: #c00100;--mdc-switch-selected-icon-color: #930100}:root .mat-accent.mat-mdc-slide-toggle,* .mat-accent.mat-mdc-slide-toggle{--mat-switch-track-outline-color: #857370;--mat-switch-disabled-unselected-track-outline-color: #201a19;--mat-switch-label-text-color: #201a19}:root .mat-accent.mat-mdc-form-field,* .mat-accent.mat-mdc-form-field{--mat-select-focused-arrow-color: #c00100}:root .mat-accent.mat-mdc-radio-button,* .mat-accent.mat-mdc-radio-button{--mdc-radio-selected-focus-icon-color: #c00100;--mdc-radio-selected-hover-icon-color: #c00100;--mdc-radio-selected-icon-color: #c00100;--mdc-radio-selected-pressed-icon-color: #c00100}:root .mat-accent.mat-mdc-radio-button,* .mat-accent.mat-mdc-radio-button{--mat-radio-checked-ripple-color: #c00100}:root .mat-accent.mat-mdc-progress-bar,* .mat-accent.mat-mdc-progress-bar{--mdc-linear-progress-active-indicator-color: #c00100;--mdc-linear-progress-track-color: #ffdad4}:root .mat-accent.mat-mdc-form-field,* .mat-accent.mat-mdc-form-field{--mdc-filled-text-field-caret-color: #c00100;--mdc-filled-text-field-focus-active-indicator-color: #c00100;--mdc-filled-text-field-focus-label-text-color: #c00100}:root .mat-accent.mat-mdc-form-field,* .mat-accent.mat-mdc-form-field{--mdc-outlined-text-field-caret-color: #c00100;--mdc-outlined-text-field-focus-outline-color: #c00100;--mdc-outlined-text-field-focus-label-text-color: #c00100}:root .mat-accent.mat-mdc-form-field,* .mat-accent.mat-mdc-form-field{--mat-form-field-focus-select-arrow-color: #c00100}:root .mat-accent.mat-datepicker-content,* .mat-accent.mat-datepicker-content{--mat-datepicker-calendar-date-selected-state-text-color: #ffffff;--mat-datepicker-calendar-date-selected-state-background-color: #c00100;--mat-datepicker-calendar-date-today-selected-state-outline-color: #c00100;--mat-datepicker-calendar-date-in-range-state-background-color: #ffdad4;--mat-datepicker-calendar-date-in-comparison-range-state-background-color: #ffdad4;--mat-datepicker-calendar-date-today-outline-color: #c00100;--mat-datepicker-calendar-date-preview-state-outline-color: #c00100}:root .mat-accent.mat-mdc-button-base,* .mat-accent.mat-mdc-button-base{--mdc-text-button-label-text-color: #c00100}:root .mat-accent.mat-mdc-button-base,* .mat-accent.mat-mdc-button-base{--mdc-protected-button-label-text-color: #c00100}:root .mat-accent.mat-mdc-button-base,* .mat-accent.mat-mdc-button-base{--mdc-filled-button-container-color: #c00100;--mdc-filled-button-label-text-color: #ffffff}:root .mat-accent.mat-mdc-button-base,* .mat-accent.mat-mdc-button-base{--mdc-outlined-button-label-text-color: #c00100}:root .mat-accent.mat-mdc-button-base,* .mat-accent.mat-mdc-button-base{--mat-text-button-state-layer-color: #c00100;--mat-text-button-ripple-color: rgba(192, 1, 0, .12)}:root .mat-accent.mat-mdc-button-base,* .mat-accent.mat-mdc-button-base{--mat-protected-button-state-layer-color: #c00100;--mat-protected-button-ripple-color: rgba(192, 1, 0, .12)}:root .mat-accent.mat-mdc-button-base,* .mat-accent.mat-mdc-button-base{--mat-filled-button-state-layer-color: #ffffff;--mat-filled-button-ripple-color: rgba(255, 255, 255, .12)}:root .mat-accent.mat-mdc-button-base,* .mat-accent.mat-mdc-button-base{--mat-outlined-button-state-layer-color: #c00100;--mat-outlined-button-ripple-color: rgba(192, 1, 0, .12)}:root .mat-accent.mat-mdc-button-base,* .mat-accent.mat-mdc-button-base{--mdc-icon-button-icon-color: #c00100}:root .mat-accent.mat-mdc-button-base,* .mat-accent.mat-mdc-button-base{--mat-icon-button-state-layer-color: #c00100;--mat-icon-button-ripple-color: rgba(192, 1, 0, .12)}:root .mat-accent.mat-mdc-standard-chip,* .mat-accent.mat-mdc-standard-chip{--mdc-chip-elevated-selected-container-color: #ffdad4;--mdc-chip-selected-hover-state-layer-color: #930100;--mdc-chip-selected-focus-state-layer-color: #930100;--mdc-chip-selected-label-text-color: #930100;--mdc-chip-with-icon-selected-icon-color: #930100}:root .mat-accent.mat-mdc-standard-chip,* .mat-accent.mat-mdc-standard-chip{--mat-chip-selected-trailing-action-state-layer-color: #930100;--mat-chip-selected-trailing-icon-color: #930100}:root .mat-accent .mdc-list-item__start,:root .mat-accent .mdc-list-item__end,* .mat-accent .mdc-list-item__start,* .mat-accent .mdc-list-item__end{--mdc-checkbox-selected-pressed-icon-color: #c00100;--mdc-checkbox-selected-checkmark-color: #ffffff;--mdc-checkbox-selected-focus-icon-color: #c00100;--mdc-checkbox-selected-hover-icon-color: #c00100;--mdc-checkbox-selected-icon-color: #c00100;--mdc-checkbox-selected-focus-state-layer-color: #c00100;--mdc-checkbox-selected-hover-state-layer-color: #c00100;--mdc-checkbox-unselected-pressed-state-layer-color: #c00100}:root .mat-accent .mdc-list-item__start,:root .mat-accent .mdc-list-item__end,* .mat-accent .mdc-list-item__start,* .mat-accent .mdc-list-item__end{--mat-checkbox-disabled-label-color: rgba(32, 26, 25, .38);--mat-checkbox-label-text-color: #201a19}:root .mat-accent .mdc-list-item__start,:root .mat-accent .mdc-list-item__end,* .mat-accent .mdc-list-item__start,* .mat-accent .mdc-list-item__end{--mdc-radio-selected-focus-icon-color: #c00100;--mdc-radio-selected-hover-icon-color: #c00100;--mdc-radio-selected-icon-color: #c00100;--mdc-radio-selected-pressed-icon-color: #c00100}:root .mat-accent .mdc-list-item__start,:root .mat-accent .mdc-list-item__end,* .mat-accent .mdc-list-item__start,* .mat-accent .mdc-list-item__end{--mat-radio-checked-ripple-color: #c00100}:root .mat-accent.mat-mdc-fab,:root .mat-accent.mat-mdc-mini-fab,* .mat-accent.mat-mdc-fab,* .mat-accent.mat-mdc-mini-fab{--mdc-fab-container-color: #ffdad4}:root .mat-accent.mat-mdc-fab,:root .mat-accent.mat-mdc-mini-fab,* .mat-accent.mat-mdc-fab,* .mat-accent.mat-mdc-mini-fab{--mdc-fab-small-container-color: #ffdad4}:root .mat-accent.mat-mdc-fab,:root .mat-accent.mat-mdc-mini-fab,* .mat-accent.mat-mdc-fab,* .mat-accent.mat-mdc-mini-fab{--mat-fab-foreground-color: #930100;--mat-fab-state-layer-color: #930100;--mat-fab-ripple-color: rgba(147, 1, 0, .12)}:root .mat-accent.mat-mdc-fab,:root .mat-accent.mat-mdc-mini-fab,* .mat-accent.mat-mdc-fab,* .mat-accent.mat-mdc-mini-fab{--mat-fab-small-foreground-color: #930100;--mat-fab-small-state-layer-color: #930100;--mat-fab-small-ripple-color: rgba(147, 1, 0, .12)}:root .mat-badge-accent,* .mat-badge-accent{--mat-badge-background-color: #c00100;--mat-badge-text-color: #ffffff;--mat-badge-disabled-state-background-color: rgba(192, 1, 0, .38);--mat-badge-disabled-state-text-color: #ffffff}:root .mat-warn,* .mat-warn{--mat-option-selected-state-label-text-color: #93000a;--mat-option-selected-state-layer-color: #ffdad6}:root .mat-warn,* .mat-warn{--mdc-circular-progress-active-indicator-color: #ba1a1a}:root .mat-warn,* .mat-warn{--mat-full-pseudo-checkbox-selected-icon-color: #ba1a1a;--mat-full-pseudo-checkbox-selected-checkmark-color: #ffffff}:root .mat-warn,* .mat-warn{--mat-minimal-pseudo-checkbox-selected-checkmark-color: #ba1a1a}:root .mat-warn,* .mat-warn{--mat-stepper-header-selected-state-icon-background-color: #ba1a1a;--mat-stepper-header-selected-state-icon-foreground-color: #ffffff;--mat-stepper-header-edit-state-icon-background-color: #ba1a1a;--mat-stepper-header-edit-state-icon-foreground-color: #ffffff}:root .mat-warn.mat-icon,* .mat-warn.mat-icon{--mat-icon-color: #ba1a1a}:root .mat-warn.mat-mdc-checkbox,* .mat-warn.mat-mdc-checkbox{--mdc-checkbox-selected-pressed-icon-color: #ba1a1a;--mdc-checkbox-selected-checkmark-color: #ffffff;--mdc-checkbox-selected-focus-icon-color: #ba1a1a;--mdc-checkbox-selected-hover-icon-color: #ba1a1a;--mdc-checkbox-selected-icon-color: #ba1a1a;--mdc-checkbox-selected-focus-state-layer-color: #ba1a1a;--mdc-checkbox-selected-hover-state-layer-color: #ba1a1a;--mdc-checkbox-unselected-pressed-state-layer-color: #ba1a1a}:root .mat-warn.mat-mdc-checkbox,* .mat-warn.mat-mdc-checkbox{--mat-checkbox-disabled-label-color: rgba(32, 26, 25, .38);--mat-checkbox-label-text-color: #201a19}:root .mat-warn.mat-mdc-slider,* .mat-warn.mat-mdc-slider{--mdc-slider-handle-color: #ba1a1a;--mdc-slider-focus-handle-color: #ba1a1a;--mdc-slider-hover-handle-color: #ba1a1a;--mdc-slider-active-track-color: #ba1a1a;--mdc-slider-with-tick-marks-active-container-color: #ffffff;--mdc-slider-label-container-color: #ba1a1a;--mdc-slider-label-label-text-color: #ffffff;--mdc-slider-with-overlap-handle-outline-color: #ffffff}:root .mat-warn.mat-mdc-slider,* .mat-warn.mat-mdc-slider{--mat-slider-ripple-color: #ba1a1a;--mat-slider-hover-state-layer-color: rgba(186, 26, 26, .05);--mat-slider-focus-state-layer-color: rgba(186, 26, 26, .2)}:root .mat-warn.mat-mdc-tab-group,:root .mat-warn.mat-mdc-tab-nav-bar,* .mat-warn.mat-mdc-tab-group,* .mat-warn.mat-mdc-tab-nav-bar{--mdc-tab-indicator-active-indicator-color: #ba1a1a}:root .mat-warn.mat-mdc-tab-group,:root .mat-warn.mat-mdc-tab-nav-bar,* .mat-warn.mat-mdc-tab-group,* .mat-warn.mat-mdc-tab-nav-bar{--mat-tab-header-active-focus-indicator-color: #ba1a1a;--mat-tab-header-active-hover-indicator-color: #ba1a1a}:root .mat-warn.mat-mdc-slide-toggle,* .mat-warn.mat-mdc-slide-toggle{--mdc-switch-selected-focus-state-layer-color: #ba1a1a;--mdc-switch-selected-handle-color: #ffffff;--mdc-switch-selected-hover-state-layer-color: #ba1a1a;--mdc-switch-selected-pressed-state-layer-color: #ba1a1a;--mdc-switch-selected-focus-handle-color: #ffdad6;--mdc-switch-selected-hover-handle-color: #ffdad6;--mdc-switch-selected-pressed-handle-color: #ffdad6;--mdc-switch-selected-focus-track-color: #ba1a1a;--mdc-switch-selected-hover-track-color: #ba1a1a;--mdc-switch-selected-pressed-track-color: #ba1a1a;--mdc-switch-selected-track-color: #ba1a1a;--mdc-switch-selected-icon-color: #93000a}:root .mat-warn.mat-mdc-slide-toggle,* .mat-warn.mat-mdc-slide-toggle{--mat-switch-track-outline-color: #857370;--mat-switch-disabled-unselected-track-outline-color: #201a19;--mat-switch-label-text-color: #201a19}:root .mat-warn.mat-mdc-form-field,* .mat-warn.mat-mdc-form-field{--mat-select-focused-arrow-color: #ba1a1a}:root .mat-warn.mat-mdc-radio-button,* .mat-warn.mat-mdc-radio-button{--mdc-radio-selected-focus-icon-color: #ba1a1a;--mdc-radio-selected-hover-icon-color: #ba1a1a;--mdc-radio-selected-icon-color: #ba1a1a;--mdc-radio-selected-pressed-icon-color: #ba1a1a}:root .mat-warn.mat-mdc-radio-button,* .mat-warn.mat-mdc-radio-button{--mat-radio-checked-ripple-color: #ba1a1a}:root .mat-warn.mat-mdc-progress-bar,* .mat-warn.mat-mdc-progress-bar{--mdc-linear-progress-active-indicator-color: #ba1a1a;--mdc-linear-progress-track-color: #ffdad6}:root .mat-warn.mat-mdc-form-field,* .mat-warn.mat-mdc-form-field{--mdc-filled-text-field-caret-color: #ba1a1a;--mdc-filled-text-field-focus-active-indicator-color: #ba1a1a;--mdc-filled-text-field-focus-label-text-color: #ba1a1a}:root .mat-warn.mat-mdc-form-field,* .mat-warn.mat-mdc-form-field{--mdc-outlined-text-field-caret-color: #ba1a1a;--mdc-outlined-text-field-focus-outline-color: #ba1a1a;--mdc-outlined-text-field-focus-label-text-color: #ba1a1a}:root .mat-warn.mat-mdc-form-field,* .mat-warn.mat-mdc-form-field{--mat-form-field-focus-select-arrow-color: #ba1a1a}:root .mat-warn.mat-datepicker-content,* .mat-warn.mat-datepicker-content{--mat-datepicker-calendar-date-selected-state-text-color: #ffffff;--mat-datepicker-calendar-date-selected-state-background-color: #ba1a1a;--mat-datepicker-calendar-date-today-selected-state-outline-color: #ba1a1a;--mat-datepicker-calendar-date-in-range-state-background-color: #ffdad6;--mat-datepicker-calendar-date-today-outline-color: #ba1a1a;--mat-datepicker-calendar-date-preview-state-outline-color: #ba1a1a}:root .mat-warn.mat-mdc-button-base,* .mat-warn.mat-mdc-button-base{--mdc-text-button-label-text-color: #ba1a1a}:root .mat-warn.mat-mdc-button-base,* .mat-warn.mat-mdc-button-base{--mdc-protected-button-label-text-color: #ba1a1a}:root .mat-warn.mat-mdc-button-base,* .mat-warn.mat-mdc-button-base{--mdc-filled-button-container-color: #ba1a1a;--mdc-filled-button-label-text-color: #ffffff}:root .mat-warn.mat-mdc-button-base,* .mat-warn.mat-mdc-button-base{--mdc-outlined-button-label-text-color: #ba1a1a}:root .mat-warn.mat-mdc-button-base,* .mat-warn.mat-mdc-button-base{--mat-text-button-state-layer-color: #ba1a1a;--mat-text-button-ripple-color: rgba(186, 26, 26, .12)}:root .mat-warn.mat-mdc-button-base,* .mat-warn.mat-mdc-button-base{--mat-protected-button-state-layer-color: #ba1a1a;--mat-protected-button-ripple-color: rgba(186, 26, 26, .12)}:root .mat-warn.mat-mdc-button-base,* .mat-warn.mat-mdc-button-base{--mat-filled-button-state-layer-color: #ffffff;--mat-filled-button-ripple-color: rgba(255, 255, 255, .12)}:root .mat-warn.mat-mdc-button-base,* .mat-warn.mat-mdc-button-base{--mat-outlined-button-state-layer-color: #ba1a1a;--mat-outlined-button-ripple-color: rgba(186, 26, 26, .12)}:root .mat-warn.mat-mdc-button-base,* .mat-warn.mat-mdc-button-base{--mdc-icon-button-icon-color: #ba1a1a}:root .mat-warn.mat-mdc-button-base,* .mat-warn.mat-mdc-button-base{--mat-icon-button-state-layer-color: #ba1a1a;--mat-icon-button-ripple-color: rgba(186, 26, 26, .12)}:root .mat-warn.mat-mdc-standard-chip,* .mat-warn.mat-mdc-standard-chip{--mdc-chip-elevated-selected-container-color: #ffdad6;--mdc-chip-selected-hover-state-layer-color: #93000a;--mdc-chip-selected-focus-state-layer-color: #93000a;--mdc-chip-selected-label-text-color: #93000a;--mdc-chip-with-icon-selected-icon-color: #93000a}:root .mat-warn.mat-mdc-standard-chip,* .mat-warn.mat-mdc-standard-chip{--mat-chip-selected-trailing-action-state-layer-color: #93000a;--mat-chip-selected-trailing-icon-color: #93000a}:root .mat-warn .mdc-list-item__start,:root .mat-warn .mdc-list-item__end,* .mat-warn .mdc-list-item__start,* .mat-warn .mdc-list-item__end{--mdc-checkbox-selected-pressed-icon-color: #ba1a1a;--mdc-checkbox-selected-checkmark-color: #ffffff;--mdc-checkbox-selected-focus-icon-color: #ba1a1a;--mdc-checkbox-selected-hover-icon-color: #ba1a1a;--mdc-checkbox-selected-icon-color: #ba1a1a;--mdc-checkbox-selected-focus-state-layer-color: #ba1a1a;--mdc-checkbox-selected-hover-state-layer-color: #ba1a1a;--mdc-checkbox-unselected-pressed-state-layer-color: #ba1a1a}:root .mat-warn .mdc-list-item__start,:root .mat-warn .mdc-list-item__end,* .mat-warn .mdc-list-item__start,* .mat-warn .mdc-list-item__end{--mat-checkbox-disabled-label-color: rgba(32, 26, 25, .38);--mat-checkbox-label-text-color: #201a19}:root .mat-warn .mdc-list-item__start,:root .mat-warn .mdc-list-item__end,* .mat-warn .mdc-list-item__start,* .mat-warn .mdc-list-item__end{--mdc-radio-selected-focus-icon-color: #ba1a1a;--mdc-radio-selected-hover-icon-color: #ba1a1a;--mdc-radio-selected-icon-color: #ba1a1a;--mdc-radio-selected-pressed-icon-color: #ba1a1a}:root .mat-warn .mdc-list-item__start,:root .mat-warn .mdc-list-item__end,* .mat-warn .mdc-list-item__start,* .mat-warn .mdc-list-item__end{--mat-radio-checked-ripple-color: #ba1a1a}:root,*{--mdc-outlined-card-container-color: white}:root,*{--mat-table-header-headline-weight: 600}:root,*{--mdc-outlined-button-outline-color: var(--mdc-outlined-card-outline-color)}:root,*{--mdc-outlined-text-field-outline-color: var(--mdc-outlined-card-outline-color)}html,body{height:100%;margin:0;font-family:Roboto,serif;--mat-table-header-footer-color: whitesmoke;--mat-sidenav-container-shape: 0;--mat-sidenav-container-divider-color: rgba(0, 0, 0, .12)}.background-success{background-color:#1c871f}.text-success{color:#1c871f}.background-warning{background-color:#c88818}.text-warning{color:#c88818}.background-error{background-color:#c21e1e}.text-error{color:#c21e1e}.background-info{background-color:#1e90ff}.text-info{color:#1e90ff}.background-disabled{background-color:#aaa}.text-disabled{color:#aaa}.text-mute{opacity:.6}h1,h2,h3,h4,h5,h6{display:block;margin-inline-start:0px;margin-inline-end:0px;font-weight:700;unicode-bidi:isolate}h1{font-size:2em;margin-block-start:.67em;margin-block-end:.67em}h2{font-size:1.5em;margin-block-start:.83em;margin-block-end:.83em}h3{font-size:1.17em;margin-block-start:1em;margin-block-end:1em}h4{font-size:1em;margin-block-start:1.33em;margin-block-end:1.33em}h5{font-size:.83em;margin-block-start:1.67em;margin-block-end:1.67em}h6{font-size:.67em;margin-block-start:2.33em;margin-block-end:2.33em}p{unicode-bidi:isolate}a{font-weight:500}.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch{border-right-style:hidden}.mat-mdc-input-element{box-shadow:none!important}.mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label{top:50%!important}.mat-button-toggle-group{border-radius:2rem!important}.mat-button-toggle-group .mat-button-toggle{padding:0 .5rem}mat-tab-header{--mat-tab-header-label-text-size: 1rem}mat-tab-header .mdc-tab--active{background:var(--mat-sys-primary, #c00100);border-top-left-radius:.5rem;border-top-right-radius:.5rem;--mat-tab-header-label-text-weight: 600}@supports (color: color-mix(in lab,red,red)){mat-tab-header .mdc-tab--active{background:color-mix(in srgb,var(--mat-sys-primary, #c00100) 10%,transparent)}}.table-container mat-form-field.input-search{--input-search-height: 3rem;height:var(--input-search-height)}.table-container mat-form-field.input-search .mat-mdc-form-field-flex{height:var(--input-search-height)}.table-container mat-form-field.input-search .mdc-text-field--outlined .mat-mdc-form-field-infix,.table-container mat-form-field.input-search .mdc-text-field--no-label .mat-mdc-form-field-infix{padding-top:calc(var(--input-search-height) / 4);padding-bottom:calc(var(--input-search-height) / 4)}.table-container mat-form-field.input-search .mdc-floating-label--float-above{margin-top:calc(var(--input-search-height) / 6)}::-webkit-scrollbar{width:7px}::-webkit-scrollbar-track{background:#fff}::-webkit-scrollbar-thumb{background:gray}::-webkit-scrollbar-thumb:hover{background:#555}.pill{--pill-accent: var( --mat-sys-primary, #c00100 );display:flex;align-items:center;gap:.5rem;color:var(--pill-accent);background:var(--pill-accent);padding:.05rem 1rem;border-radius:2.75rem;transition:background .3s}@supports (color: color-mix(in lab,red,red)){.pill{background:color-mix(in srgb,var(--pill-accent) 5%,transparent)}}.pill:hover{background:var(--pill-accent)}@supports (color: color-mix(in lab,red,red)){.pill:hover{background:color-mix(in srgb,var(--pill-accent) 15%,transparent)}}.icon-primary{color:var(--mat-sys-primary, #c00100)!important}@keyframes spinner{to{transform:rotate(360deg)}}.btn-spinner:before{content:"";box-sizing:border-box;position:absolute;top:50%;left:50%;width:20px;height:20px;margin-top:-10px;margin-left:-10px;border-radius:50%;border:2px solid white;animation:spinner .8s linear infinite}mat-divider[thick]{border-top-color:gray;border-top-width:2px}mat-divider[primary]{border-top-color:var(--mat-sys-primary, #c00100)}mat-divider[light-gray],mat-divider[light-grey]{border-top-color:#ddd}.mat-mdc-slide-toggle .mdc-switch:enabled+.mdc-label{padding-left:.75rem;padding-right:.75rem}.dropdown-multiselect-other-options{opacity:.75;font-size:.75em}mat-select.no-chevron .mat-mdc-select-arrow-wrapper{display:none!important}mat-icon.dropdown-icon{font-size:x-large!important;margin:0 0 .25rem .5rem!important;width:1.2rem!important;height:1.2rem!important}button.btn-modal-close{width:40px;height:40px}.form-wrapper{width:50rem}@media screen and (max-width: 768px){.form-wrapper{width:100%}}@property --tw-space-y-reverse{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-space-x-reverse{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-border-style{syntax: "*"; inherits: false; initial-value: solid;}@property --tw-font-weight{syntax: "*"; inherits: false;}@property --tw-outline-style{syntax: "*"; inherits: false; initial-value: solid;}@property --tw-blur{syntax: "*"; inherits: false;}@property --tw-brightness{syntax: "*"; inherits: false;}@property --tw-contrast{syntax: "*"; inherits: false;}@property --tw-grayscale{syntax: "*"; inherits: false;}@property --tw-hue-rotate{syntax: "*"; inherits: false;}@property --tw-invert{syntax: "*"; inherits: false;}@property --tw-opacity{syntax: "*"; inherits: false;}@property --tw-saturate{syntax: "*"; inherits: false;}@property --tw-sepia{syntax: "*"; inherits: false;}@property --tw-drop-shadow{syntax: "*"; inherits: false;}@property --tw-drop-shadow-color{syntax: "*"; inherits: false;}@property --tw-drop-shadow-alpha{syntax: "<percentage>"; inherits: false; initial-value: 100%;}@property --tw-drop-shadow-size{syntax: "*"; inherits: false;}@property --tw-ease{syntax: "*"; inherits: false;}@layer properties{@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-space-y-reverse: 0;--tw-space-x-reverse: 0;--tw-border-style: solid;--tw-font-weight: initial;--tw-outline-style: solid;--tw-blur: initial;--tw-brightness: initial;--tw-contrast: initial;--tw-grayscale: initial;--tw-hue-rotate: initial;--tw-invert: initial;--tw-opacity: initial;--tw-saturate: initial;--tw-sepia: initial;--tw-drop-shadow: initial;--tw-drop-shadow-color: initial;--tw-drop-shadow-alpha: 100%;--tw-drop-shadow-size: initial;--tw-ease: initial}}}
