@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-amber-600: oklch(.666 .179 58.318);--color-green-500: oklch(.723 .219 149.579);--color-slate-200: oklch(.929 .013 255.508);--color-white: #fff;--text-sm: 14px;--text-sm--line-height: 2rem;--font-weight-bold: 700;--tracking-wide: .025em;--radius-md: .375rem;--default-font-family: var(--font-sans);--default-font-feature-settings: var(--font-sans--font-feature-settings);--default-font-variation-settings: var( --font-sans--font-variation-settings );--default-mono-font-family: var(--font-mono);--default-mono-font-feature-settings: var( --font-mono--font-feature-settings );--default-mono-font-variation-settings: var( --font-mono--font-variation-settings );--text-2xs: 1rem;--text-2xs--line-height: 1.6rem;--spacing-3: 1.2rem;--spacing-4: 1.6rem;--spacing-6: 3.2rem;--spacing-8: 6.4rem;--spacing-10: 12.8rem;--spacing-12: 25.6rem;--color-primary-100: var(--color-primary-100);--color-primary-200: var(--color-primary-200);--color-primary-300: var(--color-primary-300);--color-primary-400: var(--color-primary-400);--color-primary-500: var(--color-primary-500);--color-primary-600: var(--color-primary-600);--color-primary-700: var(--color-primary-700);--color-primary-800: var(--color-primary-800);--color-primary-900: var(--color-primary-900);--color-primary: var(--color-primary-500);--color-secondary-100: var(--color-secondary-100);--color-secondary-200: var(--color-secondary-200);--color-secondary-300: var(--color-secondary-300);--color-secondary-400: var(--color-secondary-400);--color-secondary-500: var(--color-secondary-500);--color-secondary-600: var(--color-secondary-600);--color-secondary-700: var(--color-secondary-700);--color-secondary-800: var(--color-secondary-800);--color-secondary-900: var(--color-secondary-900)}}@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}body{line-height:inherit}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;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{.static{position:static}.mt-6{margin-top:var(--spacing-6)}.mt-8{margin-top:var(--spacing-8)}.mb-3{margin-bottom:var(--spacing-3)}.mb-6{margin-bottom:var(--spacing-6)}.flex{display:flex}.hidden{display:none}.inline-block{display:inline-block}.min-h-full{min-height:100%}.w-10{width:var(--spacing-10)}.w-12{width:var(--spacing-12)}.w-full{width:100%}.max-w-full{max-width:100%}.transform{transform:var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y)}.resize{resize:both}.grid-cols-\[1fr_8rem\]{grid-template-columns:1fr 8rem}.grid-cols-\[10rem_1fr_8rem\]{grid-template-columns:10rem 1fr 8rem}.grid-cols-\[10rem_1fr_15rem\]{grid-template-columns:10rem 1fr 15rem}.flex-col{flex-direction:column}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.gap-3{gap:var(--spacing-3)}.rounded-md{border-radius:var(--radius-md)}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-solid{--tw-border-style: solid;border-style:solid}.bg-green-500{background-color:var(--color-green-500)}.bg-secondary-100{background-color:var(--color-secondary-100)}.bg-white{background-color:var(--color-white)}.p-3{padding:var(--spacing-3)}.px-3{padding-inline:var(--spacing-3)}.text-center{text-align:center}.text-2xs{font-size:var(--text-2xs);line-height:var(--tw-leading, var(--text-2xs--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading, var(--text-sm--line-height))}.font-bold{--tw-font-weight: var(--font-weight-bold);font-weight:var(--font-weight-bold)}.tracking-wide{--tw-tracking: var(--tracking-wide);letter-spacing:var(--tracking-wide)}.\!text-white{color:var(--color-white)!important}.text-amber-600{color:var(--color-amber-600)}.text-primary{color:var(--color-primary)}.text-white{color:var(--color-white)}.uppercase{text-transform:uppercase}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.blur{--tw-blur: blur(8px);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,)}.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,)}}:root{--color-primary-100: #fff0f1;--color-primary-200: #ffccd3;--color-primary-300: #ff6680;--color-primary-400: #ff3355;--color-primary-500: #cc0033;--color-primary-600: #b8001f;--color-primary-700: #a30000;--color-primary-800: #8f0000;--color-primary-900: #6b0a0a;--color-secondary-100: #f3f5f7;--color-secondary-200: #dae0e7;--color-secondary-300: #b5c1cf;--color-secondary-400: #90a2b6;--color-secondary-500: #36464e;--color-secondary-600: #2a363c;--color-secondary-700: #212b31;--color-secondary-800: #192124;--color-secondary-900: #080b0c}html{--mat-app-background-color: #fff8f7;--mat-app-text-color: #281717;--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)}html{--mat-ripple-color: rgba(40, 23, 23, .1)}html{--mat-option-selected-state-label-text-color: #0d1e25;--mat-option-label-text-color: #281717;--mat-option-hover-state-layer-color: rgba(40, 23, 23, .08);--mat-option-focus-state-layer-color: rgba(40, 23, 23, .12);--mat-option-selected-state-layer-color: #d4e5ef;--mat-option-label-text-font: Roboto, sans-serif;--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}html{--mat-optgroup-label-text-color: #5c3f3f;--mat-optgroup-label-text-font: Roboto, sans-serif;--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: 500}html{--mat-full-pseudo-checkbox-selected-icon-color: #bf002f;--mat-full-pseudo-checkbox-selected-checkmark-color: #ffffff;--mat-full-pseudo-checkbox-unselected-icon-color: #5c3f3f;--mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fff8f7;--mat-full-pseudo-checkbox-disabled-unselected-icon-color: rgba(40, 23, 23, .38);--mat-full-pseudo-checkbox-disabled-selected-icon-color: rgba(40, 23, 23, .38)}html{--mat-minimal-pseudo-checkbox-selected-checkmark-color: #bf002f;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: rgba(40, 23, 23, .38)}html{--mdc-elevated-card-container-color: #fff0ef;--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}html{--mdc-outlined-card-container-color: #fff8f7;--mdc-outlined-card-outline-color: #e5bdbc;--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}html{--mat-card-subtitle-text-color: #281717;--mat-card-title-text-font: Roboto, sans-serif;--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, sans-serif;--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: 500}html{--mdc-linear-progress-active-indicator-color: #bf002f;--mdc-linear-progress-track-color: #ffdad9;--mdc-linear-progress-active-indicator-height: 4px;--mdc-linear-progress-track-height: 4px;--mdc-linear-progress-track-shape: 0}html{--mdc-plain-tooltip-container-color: #3f2b2b;--mdc-plain-tooltip-supporting-text-color: #ffedec;--mdc-plain-tooltip-supporting-text-line-height: 1rem;--mdc-plain-tooltip-supporting-text-font: Roboto, sans-serif;--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}html{--mdc-filled-text-field-caret-color: #bf002f;--mdc-filled-text-field-focus-active-indicator-color: #bf002f;--mdc-filled-text-field-focus-label-text-color: #bf002f;--mdc-filled-text-field-container-color: #ffdad9;--mdc-filled-text-field-disabled-container-color: rgba(40, 23, 23, .04);--mdc-filled-text-field-label-text-color: #5c3f3f;--mdc-filled-text-field-hover-label-text-color: #5c3f3f;--mdc-filled-text-field-disabled-label-text-color: rgba(40, 23, 23, .38);--mdc-filled-text-field-input-text-color: #281717;--mdc-filled-text-field-disabled-input-text-color: rgba(40, 23, 23, .38);--mdc-filled-text-field-input-text-placeholder-color: #5c3f3f;--mdc-filled-text-field-error-hover-label-text-color: #410002;--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: #5c3f3f;--mdc-filled-text-field-disabled-active-indicator-color: rgba(40, 23, 23, .38);--mdc-filled-text-field-hover-active-indicator-color: #281717;--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: #410002;--mdc-filled-text-field-label-text-font: Roboto, sans-serif;--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}html{--mdc-outlined-text-field-caret-color: #bf002f;--mdc-outlined-text-field-focus-outline-color: #bf002f;--mdc-outlined-text-field-focus-label-text-color: #bf002f;--mdc-outlined-text-field-label-text-color: #5c3f3f;--mdc-outlined-text-field-hover-label-text-color: #281717;--mdc-outlined-text-field-disabled-label-text-color: rgba(40, 23, 23, .38);--mdc-outlined-text-field-input-text-color: #281717;--mdc-outlined-text-field-disabled-input-text-color: rgba(40, 23, 23, .38);--mdc-outlined-text-field-input-text-placeholder-color: #5c3f3f;--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: #410002;--mdc-outlined-text-field-outline-color: #916f6e;--mdc-outlined-text-field-disabled-outline-color: rgba(40, 23, 23, .12);--mdc-outlined-text-field-hover-outline-color: #281717;--mdc-outlined-text-field-error-focus-outline-color: #ba1a1a;--mdc-outlined-text-field-error-hover-outline-color: #410002;--mdc-outlined-text-field-error-outline-color: #ba1a1a;--mdc-outlined-text-field-label-text-font: Roboto, sans-serif;--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}html{--mat-form-field-focus-select-arrow-color: #bf002f;--mat-form-field-disabled-input-text-placeholder-color: rgba(40, 23, 23, .38);--mat-form-field-state-layer-color: #281717;--mat-form-field-error-text-color: #ba1a1a;--mat-form-field-select-option-text-color: #281717;--mat-form-field-select-disabled-option-text-color: rgba(40, 23, 23, .38);--mat-form-field-leading-icon-color: #5c3f3f;--mat-form-field-disabled-leading-icon-color: rgba(40, 23, 23, .38);--mat-form-field-trailing-icon-color: #5c3f3f;--mat-form-field-disabled-trailing-icon-color: rgba(40, 23, 23, .38);--mat-form-field-error-focus-trailing-icon-color: #ba1a1a;--mat-form-field-error-hover-trailing-icon-color: #410002;--mat-form-field-error-trailing-icon-color: #ba1a1a;--mat-form-field-enabled-select-arrow-color: #5c3f3f;--mat-form-field-disabled-select-arrow-color: rgba(40, 23, 23, .38);--mat-form-field-hover-state-layer-opacity: .08;--mat-form-field-container-text-font: Roboto, sans-serif;--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, sans-serif;--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}html{--mat-select-panel-background-color: #ffe9e8;--mat-select-enabled-trigger-text-color: #281717;--mat-select-disabled-trigger-text-color: rgba(40, 23, 23, .38);--mat-select-placeholder-text-color: #5c3f3f;--mat-select-enabled-arrow-color: #5c3f3f;--mat-select-disabled-arrow-color: rgba(40, 23, 23, .38);--mat-select-focused-arrow-color: #bf002f;--mat-select-invalid-arrow-color: #ba1a1a;--mat-select-trigger-text-font: Roboto, sans-serif;--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)}html{--mat-autocomplete-background-color: #ffe9e8;--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)}html{--mdc-dialog-container-color: #fff8f7;--mdc-dialog-subhead-color: #281717;--mdc-dialog-supporting-text-color: #5c3f3f;--mdc-dialog-subhead-font: Roboto, sans-serif;--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, sans-serif;--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}html{--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}html{--mdc-chip-outline-color: #916f6e;--mdc-chip-disabled-outline-color: rgba(40, 23, 23, .12);--mdc-chip-focus-outline-color: #5c3f3f;--mdc-chip-hover-state-layer-opacity: .08;--mdc-chip-selected-hover-state-layer-opacity: .08;--mdc-chip-disabled-label-text-color: rgba(40, 23, 23, .38);--mdc-chip-elevated-selected-container-color: #d4e5ef;--mdc-chip-flat-disabled-selected-container-color: rgba(40, 23, 23, .12);--mdc-chip-focus-state-layer-color: #5c3f3f;--mdc-chip-hover-state-layer-color: #5c3f3f;--mdc-chip-selected-hover-state-layer-color: #0d1e25;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-selected-focus-state-layer-color: #0d1e25;--mdc-chip-selected-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: #5c3f3f;--mdc-chip-selected-label-text-color: #0d1e25;--mdc-chip-with-icon-icon-color: #5c3f3f;--mdc-chip-with-icon-disabled-icon-color: #281717;--mdc-chip-with-icon-selected-icon-color: #0d1e25;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #281717;--mdc-chip-with-trailing-icon-trailing-icon-color: #5c3f3f;--mdc-chip-label-text-font: Roboto, sans-serif;--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: 500;--mdc-chip-container-height: 32px;--mdc-chip-container-shape-radius: 8px;--mdc-chip-with-avatar-avatar-shape-radius: 24px;--mdc-chip-with-avatar-avatar-size: 24px;--mdc-chip-with-icon-icon-size: 18px;--mdc-chip-outline-width: 1px;--mdc-chip-with-avatar-disabled-avatar-opacity: .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}html{--mat-chip-trailing-action-state-layer-color: #5c3f3f;--mat-chip-selected-trailing-action-state-layer-color: #0d1e25;--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: #281717;--mat-chip-selected-trailing-icon-color: #0d1e25;--mat-chip-disabled-container-opacity: 1;--mat-chip-trailing-action-opacity: 1;--mat-chip-trailing-action-focus-opacity: 1}html{--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: #bf002f;--mdc-switch-selected-handle-color: #ffffff;--mdc-switch-selected-hover-state-layer-color: #bf002f;--mdc-switch-selected-pressed-state-layer-color: #bf002f;--mdc-switch-selected-focus-handle-color: #ffdad9;--mdc-switch-selected-hover-handle-color: #ffdad9;--mdc-switch-selected-pressed-handle-color: #ffdad9;--mdc-switch-selected-focus-track-color: #bf002f;--mdc-switch-selected-hover-track-color: #bf002f;--mdc-switch-selected-pressed-track-color: #bf002f;--mdc-switch-selected-track-color: #bf002f;--mdc-switch-disabled-selected-handle-color: #fff8f7;--mdc-switch-disabled-selected-icon-color: #281717;--mdc-switch-disabled-selected-track-color: #281717;--mdc-switch-disabled-unselected-handle-color: #281717;--mdc-switch-disabled-unselected-icon-color: #ffdad9;--mdc-switch-disabled-unselected-track-color: #ffdad9;--mdc-switch-selected-icon-color: #400009;--mdc-switch-unselected-focus-handle-color: #5c3f3f;--mdc-switch-unselected-focus-state-layer-color: #281717;--mdc-switch-unselected-focus-track-color: #ffdad9;--mdc-switch-unselected-handle-color: #916f6e;--mdc-switch-unselected-hover-handle-color: #5c3f3f;--mdc-switch-unselected-hover-state-layer-color: #281717;--mdc-switch-unselected-hover-track-color: #ffdad9;--mdc-switch-unselected-icon-color: #ffdad9;--mdc-switch-unselected-pressed-handle-color: #5c3f3f;--mdc-switch-unselected-pressed-state-layer-color: #281717;--mdc-switch-unselected-pressed-track-color: #ffdad9;--mdc-switch-unselected-track-color: #ffdad9;--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}html{--mat-switch-track-outline-color: #916f6e;--mat-switch-disabled-unselected-track-outline-color: #281717;--mat-switch-label-text-color: #281717;--mat-switch-label-text-font: Roboto, sans-serif;--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}html{--mdc-radio-disabled-selected-icon-color: #281717;--mdc-radio-disabled-unselected-icon-color: #281717;--mdc-radio-unselected-hover-icon-color: #281717;--mdc-radio-unselected-focus-icon-color: #281717;--mdc-radio-unselected-icon-color: #5c3f3f;--mdc-radio-unselected-pressed-icon-color: #281717;--mdc-radio-selected-focus-icon-color: #bf002f;--mdc-radio-selected-hover-icon-color: #bf002f;--mdc-radio-selected-icon-color: #bf002f;--mdc-radio-selected-pressed-icon-color: #bf002f;--mdc-radio-state-layer-size: 40px;--mdc-radio-disabled-selected-icon-opacity: .38;--mdc-radio-disabled-unselected-icon-opacity: .38}html{--mat-radio-ripple-color: #281717;--mat-radio-checked-ripple-color: #bf002f;--mat-radio-disabled-label-color: rgba(40, 23, 23, .38);--mat-radio-label-text-color: #281717;--mat-radio-label-text-font: Roboto, sans-serif;--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}html{--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: #bf002f;--mdc-slider-focus-handle-color: #bf002f;--mdc-slider-hover-handle-color: #bf002f;--mdc-slider-active-track-color: #bf002f;--mdc-slider-inactive-track-color: #ffdad9;--mdc-slider-with-tick-marks-inactive-container-color: #5c3f3f;--mdc-slider-with-tick-marks-active-container-color: #ffffff;--mdc-slider-disabled-active-track-color: #281717;--mdc-slider-disabled-handle-color: #281717;--mdc-slider-disabled-inactive-track-color: #281717;--mdc-slider-label-container-color: #bf002f;--mdc-slider-label-label-text-color: #ffffff;--mdc-slider-with-overlap-handle-outline-color: #ffffff;--mdc-slider-with-tick-marks-disabled-container-color: #281717;--mdc-slider-label-label-text-font: Roboto, sans-serif;--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: 500;--mdc-slider-active-track-height: 4px;--mdc-slider-active-track-shape: 9999px;--mdc-slider-handle-height: 20px;--mdc-slider-handle-shape: 9999px;--mdc-slider-handle-width: 20px;--mdc-slider-inactive-track-height: 4px;--mdc-slider-inactive-track-shape: 9999px;--mdc-slider-with-overlap-handle-outline-width: 1px;--mdc-slider-with-tick-marks-active-container-opacity: .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}html{--mat-slider-ripple-color: #bf002f;--mat-slider-hover-state-layer-color: rgba(191, 0, 47, .05);--mat-slider-focus-state-layer-color: rgba(191, 0, 47, .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}html{--mat-menu-item-label-text-color: #281717;--mat-menu-item-icon-color: #5c3f3f;--mat-menu-item-hover-state-layer-color: rgba(40, 23, 23, .08);--mat-menu-item-focus-state-layer-color: rgba(40, 23, 23, .12);--mat-menu-container-color: #ffe9e8;--mat-menu-divider-color: #ffdad9;--mat-menu-item-label-text-font: Roboto, sans-serif;--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: 500;--mat-menu-container-shape: 4px;--mat-menu-divider-bottom-spacing: 8px;--mat-menu-divider-top-spacing: 8px;--mat-menu-item-spacing: 12px;--mat-menu-item-icon-size: 24px;--mat-menu-item-leading-spacing: 12px;--mat-menu-item-trailing-spacing: 12px;--mat-menu-item-with-icon-leading-spacing: 12px;--mat-menu-item-with-icon-trailing-spacing: 12px;--mat-menu-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)}html{--mdc-list-list-item-container-color: transparent;--mdc-list-list-item-leading-avatar-color: #ffdad9;--mdc-list-list-item-disabled-state-layer-color: #281717;--mdc-list-list-item-disabled-state-layer-opacity: .12;--mdc-list-list-item-label-text-color: #281717;--mdc-list-list-item-supporting-text-color: #5c3f3f;--mdc-list-list-item-leading-icon-color: #5c3f3f;--mdc-list-list-item-trailing-supporting-text-color: #5c3f3f;--mdc-list-list-item-trailing-icon-color: #5c3f3f;--mdc-list-list-item-selected-trailing-icon-color: #bf002f;--mdc-list-list-item-disabled-label-text-color: #281717;--mdc-list-list-item-disabled-leading-icon-color: #281717;--mdc-list-list-item-disabled-trailing-icon-color: #281717;--mdc-list-list-item-hover-label-text-color: #281717;--mdc-list-list-item-focus-label-text-color: #281717;--mdc-list-list-item-hover-state-layer-color: #281717;--mdc-list-list-item-hover-state-layer-opacity: .08;--mdc-list-list-item-focus-state-layer-color: #281717;--mdc-list-list-item-focus-state-layer-opacity: .12;--mdc-list-list-item-label-text-font: Roboto, sans-serif;--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, sans-serif;--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, sans-serif;--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: 500;--mdc-list-list-item-one-line-container-height: 48px;--mdc-list-list-item-two-line-container-height: 64px;--mdc-list-list-item-three-line-container-height: 88px;--mdc-list-list-item-container-shape: 0;--mdc-list-list-item-leading-avatar-shape: 9999px;--mdc-list-list-item-leading-icon-size: 24px;--mdc-list-list-item-leading-avatar-size: 40px;--mdc-list-list-item-trailing-icon-size: 24px;--mdc-list-list-item-disabled-label-text-opacity: .3;--mdc-list-list-item-disabled-leading-icon-opacity: .38;--mdc-list-list-item-disabled-trailing-icon-opacity: .38}html{--mat-list-active-indicator-color: #d4e5ef;--mat-list-list-item-leading-icon-start-space: 16px;--mat-list-list-item-leading-icon-end-space: 16px;--mat-list-active-indicator-shape: 9999px}html{--mat-paginator-container-text-color: #281717;--mat-paginator-container-background-color: #fff8f7;--mat-paginator-enabled-icon-color: #5c3f3f;--mat-paginator-disabled-icon-color: rgba(40, 23, 23, .38);--mat-paginator-container-text-font: Roboto, sans-serif;--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}html{--mdc-secondary-navigation-tab-container-height: 48px}html{--mdc-tab-indicator-active-indicator-color: #bf002f;--mdc-tab-indicator-active-indicator-height: 2px;--mdc-tab-indicator-active-indicator-shape: 0}html{--mat-tab-header-divider-color: #ffdad9;--mat-tab-header-pagination-icon-color: #281717;--mat-tab-header-inactive-label-text-color: #281717;--mat-tab-header-active-label-text-color: #281717;--mat-tab-header-active-ripple-color: #281717;--mat-tab-header-inactive-ripple-color: #281717;--mat-tab-header-inactive-focus-label-text-color: #281717;--mat-tab-header-inactive-hover-label-text-color: #281717;--mat-tab-header-active-focus-label-text-color: #281717;--mat-tab-header-active-hover-label-text-color: #281717;--mat-tab-header-active-focus-indicator-color: #bf002f;--mat-tab-header-active-hover-indicator-color: #bf002f;--mat-tab-header-label-text-font: Roboto, sans-serif;--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: 500;--mat-tab-header-divider-height: 1px}html{--mdc-checkbox-disabled-selected-checkmark-color: #fff8f7;--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: #bf002f;--mdc-checkbox-disabled-selected-icon-color: rgba(40, 23, 23, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(40, 23, 23, .38);--mdc-checkbox-selected-checkmark-color: #ffffff;--mdc-checkbox-selected-focus-icon-color: #bf002f;--mdc-checkbox-selected-hover-icon-color: #bf002f;--mdc-checkbox-selected-icon-color: #bf002f;--mdc-checkbox-unselected-focus-icon-color: #281717;--mdc-checkbox-unselected-hover-icon-color: #281717;--mdc-checkbox-unselected-icon-color: #5c3f3f;--mdc-checkbox-selected-focus-state-layer-color: #bf002f;--mdc-checkbox-selected-hover-state-layer-color: #bf002f;--mdc-checkbox-selected-pressed-state-layer-color: #281717;--mdc-checkbox-unselected-focus-state-layer-color: #281717;--mdc-checkbox-unselected-hover-state-layer-color: #281717;--mdc-checkbox-unselected-pressed-state-layer-color: #bf002f;--mdc-checkbox-state-layer-size: 40px}html{--mat-checkbox-disabled-label-color: rgba(40, 23, 23, .38);--mat-checkbox-label-text-color: #281717;--mat-checkbox-label-text-font: Roboto, sans-serif;--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}html{--mdc-text-button-label-text-color: #bf002f;--mdc-text-button-disabled-label-text-color: rgba(40, 23, 23, .38);--mdc-text-button-label-text-font: Roboto, sans-serif;--mdc-text-button-label-text-size: .875rem;--mdc-text-button-label-text-tracking: .006rem;--mdc-text-button-label-text-weight: 500;--mdc-text-button-container-height: 40px;--mdc-text-button-container-shape: 9999px}html{--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: #fff8f7;--mdc-protected-button-label-text-color: #bf002f;--mdc-protected-button-disabled-container-color: rgba(40, 23, 23, .12);--mdc-protected-button-disabled-label-text-color: rgba(40, 23, 23, .38);--mdc-protected-button-label-text-font: Roboto, sans-serif;--mdc-protected-button-label-text-size: .875rem;--mdc-protected-button-label-text-tracking: .006rem;--mdc-protected-button-label-text-weight: 500;--mdc-protected-button-container-height: 40px;--mdc-protected-button-container-shape: 9999px}html{--mdc-filled-button-container-color: #bf002f;--mdc-filled-button-label-text-color: #ffffff;--mdc-filled-button-disabled-container-color: rgba(40, 23, 23, .12);--mdc-filled-button-disabled-label-text-color: rgba(40, 23, 23, .38);--mdc-filled-button-label-text-font: Roboto, sans-serif;--mdc-filled-button-label-text-size: .875rem;--mdc-filled-button-label-text-tracking: .006rem;--mdc-filled-button-label-text-weight: 500;--mdc-filled-button-container-height: 40px;--mdc-filled-button-container-shape: 9999px}html{--mdc-outlined-button-disabled-outline-color: rgba(40, 23, 23, .12);--mdc-outlined-button-disabled-label-text-color: rgba(40, 23, 23, .38);--mdc-outlined-button-label-text-color: #bf002f;--mdc-outlined-button-outline-color: #916f6e;--mdc-outlined-button-label-text-font: Roboto, sans-serif;--mdc-outlined-button-label-text-size: .875rem;--mdc-outlined-button-label-text-tracking: .006rem;--mdc-outlined-button-label-text-weight: 500;--mdc-outlined-button-container-height: 40px;--mdc-outlined-button-outline-width: 1px;--mdc-outlined-button-container-shape: 9999px}html{--mat-text-button-state-layer-color: #bf002f;--mat-text-button-disabled-state-layer-color: #5c3f3f;--mat-text-button-ripple-color: rgba(191, 0, 47, .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}html{--mat-protected-button-state-layer-color: #bf002f;--mat-protected-button-disabled-state-layer-color: #5c3f3f;--mat-protected-button-ripple-color: rgba(191, 0, 47, .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}html{--mat-filled-button-state-layer-color: #ffffff;--mat-filled-button-disabled-state-layer-color: #5c3f3f;--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}html{--mat-outlined-button-state-layer-color: #bf002f;--mat-outlined-button-disabled-state-layer-color: #5c3f3f;--mat-outlined-button-ripple-color: rgba(191, 0, 47, .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}html{--mdc-icon-button-icon-color: #5c3f3f;--mdc-icon-button-disabled-icon-color: rgba(40, 23, 23, .38);--mdc-icon-button-state-layer-size: 40px;--mdc-icon-button-icon-size: 24px}html{--mat-icon-button-state-layer-color: #5c3f3f;--mat-icon-button-disabled-state-layer-color: #5c3f3f;--mat-icon-button-ripple-color: rgba(92, 63, 63, .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}html{--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, sans-serif;--mdc-extended-fab-label-text-size: .875rem;--mdc-extended-fab-label-text-tracking: .006rem;--mdc-extended-fab-label-text-weight: 500;--mdc-extended-fab-container-height: 56px;--mdc-extended-fab-container-shape: 16px}html{--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: #ffdad9;--mdc-fab-container-shape: 16px}html{--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: #ffdad9;--mdc-fab-small-container-shape: 12px}html{--mat-fab-foreground-color: #400009;--mat-fab-state-layer-color: #400009;--mat-fab-ripple-color: rgba(64, 0, 9, .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(40, 23, 23, .12);--mat-fab-disabled-state-foreground-color: rgba(40, 23, 23, .38);--mat-fab-touch-target-display: block}html{--mat-fab-small-foreground-color: #400009;--mat-fab-small-state-layer-color: #400009;--mat-fab-small-ripple-color: rgba(64, 0, 9, .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(40, 23, 23, .12);--mat-fab-small-disabled-state-foreground-color: rgba(40, 23, 23, .38)}html{--mdc-snackbar-container-color: #3f2b2b;--mdc-snackbar-supporting-text-color: #ffedec;--mdc-snackbar-supporting-text-font: Roboto, sans-serif;--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}html{--mat-snack-bar-button-color: #ffb3b3}html{--mat-table-background-color: #fff8f7;--mat-table-header-headline-color: #281717;--mat-table-row-item-label-text-color: #281717;--mat-table-row-item-outline-color: #916f6e;--mat-table-header-headline-font: Roboto, sans-serif;--mat-table-header-headline-line-height: 1.25rem;--mat-table-header-headline-size: .875rem;--mat-table-header-headline-weight: 500;--mat-table-header-headline-tracking: .006rem;--mat-table-row-item-label-text-font: Roboto, sans-serif;--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, sans-serif;--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}html{--mdc-circular-progress-active-indicator-color: #bf002f;--mdc-circular-progress-active-indicator-width: 4px;--mdc-circular-progress-size: 48px}html{--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, sans-serif;--mat-badge-text-size: .688rem;--mat-badge-text-weight: 500;--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}html{--mat-bottom-sheet-container-text-color: #281717;--mat-bottom-sheet-container-background-color: #fff0ef;--mat-bottom-sheet-container-text-font: Roboto, sans-serif;--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}html{--mat-standard-button-toggle-hover-state-layer-opacity: .08;--mat-standard-button-toggle-focus-state-layer-opacity: .12;--mat-standard-button-toggle-text-color: #281717;--mat-standard-button-toggle-state-layer-color: #281717;--mat-standard-button-toggle-selected-state-background-color: #d4e5ef;--mat-standard-button-toggle-selected-state-text-color: #0d1e25;--mat-standard-button-toggle-disabled-state-text-color: rgba(40, 23, 23, .38);--mat-standard-button-toggle-disabled-selected-state-text-color: rgba(40, 23, 23, .38);--mat-standard-button-toggle-disabled-selected-state-background-color: rgba(40, 23, 23, .12);--mat-standard-button-toggle-divider-color: #916f6e;--mat-standard-button-toggle-label-text-font: Roboto, sans-serif;--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: 500;--mat-standard-button-toggle-height: 40px;--mat-standard-button-toggle-shape: 9999px;--mat-standard-button-toggle-background-color: transparent;--mat-standard-button-toggle-disabled-state-background-color: transparent}html{--mat-datepicker-calendar-date-selected-state-text-color: #ffffff;--mat-datepicker-calendar-date-selected-state-background-color: #bf002f;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(40, 23, 23, .38);--mat-datepicker-calendar-date-today-selected-state-outline-color: #bf002f;--mat-datepicker-calendar-date-focus-state-background-color: rgba(40, 23, 23, .12);--mat-datepicker-calendar-date-hover-state-background-color: rgba(40, 23, 23, .08);--mat-datepicker-toggle-active-state-icon-color: #5c3f3f;--mat-datepicker-calendar-date-in-range-state-background-color: #ffdad9;--mat-datepicker-calendar-date-in-comparison-range-state-background-color: #a1efff;--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #d4e5ef;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #506169;--mat-datepicker-toggle-icon-color: #5c3f3f;--mat-datepicker-calendar-body-label-text-color: #281717;--mat-datepicker-calendar-period-button-text-color: #5c3f3f;--mat-datepicker-calendar-period-button-icon-color: #5c3f3f;--mat-datepicker-calendar-navigation-button-icon-color: #5c3f3f;--mat-datepicker-calendar-header-text-color: #5c3f3f;--mat-datepicker-calendar-date-today-outline-color: #bf002f;--mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(40, 23, 23, .38);--mat-datepicker-calendar-date-text-color: #281717;--mat-datepicker-calendar-date-disabled-state-text-color: rgba(40, 23, 23, .38);--mat-datepicker-calendar-date-preview-state-outline-color: #bf002f;--mat-datepicker-range-input-separator-color: #281717;--mat-datepicker-range-input-disabled-state-separator-color: rgba(40, 23, 23, .38);--mat-datepicker-range-input-disabled-state-text-color: rgba(40, 23, 23, .38);--mat-datepicker-calendar-container-background-color: #ffe1e1;--mat-datepicker-calendar-container-text-color: #281717;--mat-datepicker-calendar-text-font: Roboto, sans-serif;--mat-datepicker-calendar-text-size: .875rem;--mat-datepicker-calendar-body-label-text-size: .875rem;--mat-datepicker-calendar-body-label-text-weight: 500;--mat-datepicker-calendar-period-button-text-size: .875rem;--mat-datepicker-calendar-period-button-text-weight: 500;--mat-datepicker-calendar-header-text-size: .875rem;--mat-datepicker-calendar-header-text-weight: 500;--mat-datepicker-calendar-container-shape: 16px;--mat-datepicker-calendar-container-touch-shape: 28px;--mat-datepicker-calendar-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .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}html{--mat-divider-color: #916f6e;--mat-divider-width: 1px}html{--mat-expansion-container-background-color: #fff8f7;--mat-expansion-container-text-color: #281717;--mat-expansion-actions-divider-color: #916f6e;--mat-expansion-header-hover-state-layer-color: rgba(40, 23, 23, .08);--mat-expansion-header-focus-state-layer-color: rgba(40, 23, 23, .12);--mat-expansion-header-disabled-state-text-color: rgba(40, 23, 23, .38);--mat-expansion-header-text-color: #281717;--mat-expansion-header-description-color: #5c3f3f;--mat-expansion-header-indicator-color: #5c3f3f;--mat-expansion-header-text-font: Roboto, sans-serif;--mat-expansion-header-text-size: 1rem;--mat-expansion-header-text-weight: 500;--mat-expansion-header-text-line-height: 1.5rem;--mat-expansion-header-text-tracking: .009rem;--mat-expansion-container-text-font: Roboto, sans-serif;--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}html{--mat-grid-list-tile-header-primary-text-size: 400 1rem / 1.5rem Roboto, sans-serif;--mat-grid-list-tile-header-secondary-text-size: 400 .875rem / 1.25rem Roboto, sans-serif;--mat-grid-list-tile-footer-primary-text-size: 400 1rem / 1.5rem Roboto, sans-serif;--mat-grid-list-tile-footer-secondary-text-size: 400 .875rem / 1.25rem Roboto, sans-serif}html{--mat-icon-color: inherit}html{--mat-sidenav-container-background-color: #fff8f7;--mat-sidenav-container-text-color: #5c3f3f;--mat-sidenav-content-background-color: #fff8f7;--mat-sidenav-content-text-color: #281717;--mat-sidenav-scrim-color: rgba(68, 41, 42, .4);--mat-sidenav-container-shape: 16px;--mat-sidenav-container-elevation-shadow: none;--mat-sidenav-container-width: 360px;--mat-sidenav-container-divider-color: transparent}html{--mat-stepper-header-icon-foreground-color: #fff8f7;--mat-stepper-header-selected-state-icon-background-color: #bf002f;--mat-stepper-header-selected-state-icon-foreground-color: #ffffff;--mat-stepper-header-edit-state-icon-background-color: #bf002f;--mat-stepper-header-edit-state-icon-foreground-color: #ffffff;--mat-stepper-container-color: #fff8f7;--mat-stepper-line-color: #916f6e;--mat-stepper-header-hover-state-layer-color: rgba(63, 43, 43, .08);--mat-stepper-header-focus-state-layer-color: rgba(63, 43, 43, .12);--mat-stepper-header-label-text-color: #5c3f3f;--mat-stepper-header-optional-label-text-color: #5c3f3f;--mat-stepper-header-selected-state-label-text-color: #5c3f3f;--mat-stepper-header-error-state-label-text-color: #ba1a1a;--mat-stepper-header-icon-background-color: #5c3f3f;--mat-stepper-header-error-state-icon-foreground-color: #ba1a1a;--mat-stepper-container-text-font: Roboto, sans-serif;--mat-stepper-header-label-text-font: Roboto, sans-serif;--mat-stepper-header-label-text-size: .875rem;--mat-stepper-header-label-text-weight: 500;--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: 500;--mat-stepper-header-height: 72px;--mat-stepper-header-focus-state-layer-shape: 12px;--mat-stepper-header-hover-state-layer-shape: 12px;--mat-stepper-header-error-state-icon-background-color: transparent}html{--mat-sort-arrow-color: #281717}html{--mat-toolbar-container-background-color: #fff8f7;--mat-toolbar-container-text-color: #281717;--mat-toolbar-title-text-font: Roboto, sans-serif;--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}html{--mat-tree-container-background-color: #fff8f7;--mat-tree-node-text-color: #281717;--mat-tree-node-text-font: Roboto, sans-serif;--mat-tree-node-text-size: 1rem;--mat-tree-node-text-weight: 400;--mat-tree-node-min-height: 48px}html{--mat-timepicker-container-background-color: #ffe9e8;--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)}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}@layer base{h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}*,:before,:after{border-width:0;border-style:none;border-color:currentColor;box-sizing:border-box}img,video{max-width:100%;height:auto}img,svg,video,canvas,audio,iframe,embed,object{display:block}ol,ul{list-style:none;margin:0;padding:0}}:root{font-size:62.5%;--mtb-primary-color: var(--color-primary-500);--mdc-protected-button-label-text-size: 1.6rem;--mat-paginator-container-text-size: 1.6rem;--mdc-text-button-label-text-size: 1.6rem;--mat-form-field-container-text-size: 1.6rem;--mat-form-field-outlined-label-text-populated-size: 1.6rem;--mdc-outlined-text-field-label-text-size: 1.6rem;--mdc-snackbar-supporting-text-size: 1.6rem;--mat-radio-label-text-size: 1.6rem}html,body{height:100%}body{font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-size:1.8rem;margin:0;min-height:100vh}mat-form-field{width:var(--spacing-12)}mat-radio-group{margin-bottom:var(--spacing-6);display:block}mat-radio-button:not(:first-of-type){margin-left:var(--spacing-4)}@layer components{.page-list-item{display:grid;align-items:center;gap:var(--spacing-3);padding-block:var(--spacing-3)}@media (width >= 48rem){.page-list-item{padding:var(--spacing-3)}}.page-list-item:not(:first-of-type){border-top-style:var(--tw-border-style);border-top-width:1px;--tw-border-style: solid;border-style:solid;border-color:var(--color-slate-200)}}.logo-concurso{height:35px}.topbar-title{width:100%}.app-contenders-list-item,.app-contenders-list-header{display:grid;grid-template-columns:80px 1fr 80px;padding:10px 30px;align-items:center;border-top:1px solid #ededed;margin:0 auto}@media screen and (max-width: 550px){.app-contenders-list-item,.app-contenders-list-header{padding:10px}}.app-contenders-list-item__photo,.app-contenders-list-header__photo{display:flex;justify-content:center;align-items:center;width:60px;height:60px;position:relative}.app-contenders-list-item__photo img,.app-contenders-list-header__photo img{border:1px solid #ededed;max-width:100%;width:60px;height:60px;border-radius:50%}.app-contenders-list-item__photo>span,.app-contenders-list-header__photo>span{display:flex;justify-content:center;align-items:center;position:absolute;left:0;top:0;background-color:#a00;height:20px;min-width:20px;color:#fff;border-radius:4px;padding:2px;transform:translate(-60%)}.app-contenders-list-item__title,.app-contenders-list-header__title{display:flex;flex-direction:column}.app-contenders-list-item__score,.app-contenders-list-header__score{justify-self:center}.app-contenders-list-item__score{display:flex;justify-content:center;align-items:center;background-color:#999;border-radius:50%;width:100%;color:#fff;width:60px;height:60px}.app-contenders-list-item__score.active{background-color:#84cd84}.app-contenders-list-header{border-top:none}.app-contenders-list-header_score{justify-self:center;text-align:center}matecu-spinner{width:30px;height:30px}.bestcommercialteam-main-question{display:flex;flex-direction:column;gap:20px;align-items:end}@media screen and (max-width: 500px){.bestcommercialteam-main-question{display:flex;grid-template-columns:1fr}.bestcommercialteam-main-question mat-radio-group{display:flex!important;flex-direction:row!important;justify-content:space-around}}.bestcommercialteam-main-question .mat-form-field-wrapper{padding-bottom:5px}.bestcommercialteam-main-question survey-question-label{font-weight:400!important;min-height:100%;display:flex;flex-direction:column;justify-content:center}.bestcommercialteam-main-question survey-question-label span{display:none}.bestcommercialteam-main-question__label{padding:10px}.bestcommercialteam-main-question__hint{padding:10px;background-color:#cce5ff;color:#004085;border:1px solid #b8daff;border-radius:4px}.bestcommercialteam-main-question survey-checkbox-list-input{padding-bottom:10px;display:flex;flex-direction:column;justify-content:flex-end}.bestcommercialteam-main-question survey-checkbox-list-input>*:not(:first-child){margin-top:10px}.page-header{display:flex;justify-content:flex-end;width:100%;padding:30px}.page-header>*:not(:first-child){margin-left:10px}.page-header__total{font-weight:700}.survey-instructions{padding:3rem}.survey-instructions ol{padding:15px;margin:0}.survey-instructions ol li{padding:10px 0}@property --tw-rotate-x{syntax: "*"; inherits: false; initial-value: rotateX(0);}@property --tw-rotate-y{syntax: "*"; inherits: false; initial-value: rotateY(0);}@property --tw-rotate-z{syntax: "*"; inherits: false; initial-value: rotateZ(0);}@property --tw-skew-x{syntax: "*"; inherits: false; initial-value: skewX(0);}@property --tw-skew-y{syntax: "*"; inherits: false; initial-value: skewY(0);}@property --tw-border-style{syntax: "*"; inherits: false; initial-value: solid;}@property --tw-font-weight{syntax: "*"; inherits: false;}@property --tw-tracking{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;}
