/* style.css - extracted from CarOnSale.de login page */

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    src: url(fonts/0.woff2) format("woff2");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: url(fonts/1.woff2) format("woff2");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    src: url(fonts/2.woff2) format("woff2");
}

@-webkit-keyframes fa-beat {
    0%, 90% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    45% {
        -webkit-transform: scale(var(--fa-beat-scale, 1.25));
        transform: scale(var(--fa-beat-scale, 1.25));
    }
}

@-webkit-keyframes fa-bounce {
    0% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
    }
    10% {
        -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0);
        transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0);
    }
    30% {
        -webkit-transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
        transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
    }
    50% {
        -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
        transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
    }
    57% {
        -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em));
        transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em));
    }
    64% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
    }
    to {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
    }
}

@-webkit-keyframes fa-fade {
    50% {
        opacity: var(--fa-fade-opacity, .4);
    }
}

@-webkit-keyframes fa-beat-fade {
    0%, to {
        opacity: var(--fa-beat-fade-opacity, .4);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
        transform: scale(var(--fa-beat-fade-scale, 1.125));
    }
}

@-webkit-keyframes fa-flip {
    50% {
        -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
        transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
    }
}

@-webkit-keyframes fa-shake {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    4% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    8%, 24% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }
    12%, 28% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg);
    }
    16% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg);
    }
    20% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg);
    }
    32% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }
    36% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }
    40%, to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0);
    }
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

:root {
    --fa-style-family-classic: "Font Awesome 6 Free";
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(fonts/3.woff2) format("woff2"), url(fonts/4.ttf) format("truetype");
}

*, :after, :before {
    box-sizing: border-box;
}

html {
    text-align: left;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

:root {
    --enzo-font-family: roboto, helvetica, arial, sans-serif;
    --enzo-spacer-0: 0px;
    --enzo-spacer-1: 2px;
    --enzo-spacer-2: 4px;
    --enzo-spacer-3: 8px;
    --enzo-spacer-4: 12px;
    --enzo-spacer-5: 16px;
    --enzo-spacer-6: 24px;
    --enzo-spacer-7: 32px;
    --enzo-spacer-8: 40px;
    --enzo-spacer-9: 64px;
    --enzo-spacer-10: 80px;
    --enzo-spacer-11: 96px;
    --enzo-spacer-12: 160px;
}

html {
    --mat-option-selected-state-label-text-color: #fcc024;
    --mat-option-label-text-color: rgba(0, 0, 0, .87);
    --mat-option-hover-state-layer-color: rgba(0, 0, 0, .04);
    --mat-option-focus-state-layer-color: rgba(0, 0, 0, .04);
    --mat-option-selected-state-layer-color: rgba(0, 0, 0, .04);
}

html {
    --mat-optgroup-label-text-color: rgba(0, 0, 0, .87);
}

html {
    --mat-option-label-text-font: Roboto, "Helvetica Neue", sans-serif;
    --mat-option-label-text-line-height: 20px;
    --mat-option-label-text-size: 14px;
    --mat-option-label-text-tracking: normal;
    --mat-option-label-text-weight: 400;
}

html {
    --mat-optgroup-label-text-font: Roboto, "Helvetica Neue", sans-serif;
    --mat-optgroup-label-text-line-height: 20px;
    --mat-optgroup-label-text-size: 14px;
    --mat-optgroup-label-text-tracking: normal;
    --mat-optgroup-label-text-weight: 400;
}

html {
    --mdc-filled-text-field-caret-color: #fcc024;
    --mdc-filled-text-field-focus-active-indicator-color: #fcc024;
    --mdc-filled-text-field-focus-label-text-color: rgba(252, 192, 36, .87);
    --mdc-filled-text-field-container-color: rgb(244.8, 244.8, 244.8);
    --mdc-filled-text-field-disabled-container-color: rgb(249.9, 249.9, 249.9);
    --mdc-filled-text-field-label-text-color: rgba(0, 0, 0, .6);
    --mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, .38);
    --mdc-filled-text-field-input-text-color: rgba(0, 0, 0, .87);
    --mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, .38);
    --mdc-filled-text-field-input-text-placeholder-color: rgba(0, 0, 0, .6);
    --mdc-filled-text-field-error-focus-label-text-color: #cd1e14;
    --mdc-filled-text-field-error-label-text-color: #cd1e14;
    --mdc-filled-text-field-error-caret-color: #cd1e14;
    --mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, .42);
    --mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, .06);
    --mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, .87);
    --mdc-filled-text-field-error-active-indicator-color: #cd1e14;
    --mdc-filled-text-field-error-focus-active-indicator-color: #cd1e14;
    --mdc-filled-text-field-error-hover-active-indicator-color: #cd1e14;
    --mdc-outlined-text-field-caret-color: #fcc024;
    --mdc-outlined-text-field-focus-outline-color: #fcc024;
    --mdc-outlined-text-field-focus-label-text-color: rgba(252, 192, 36, .87);
    --mdc-outlined-text-field-label-text-color: rgba(0, 0, 0, .6);
    --mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, .38);
    --mdc-outlined-text-field-input-text-color: rgba(0, 0, 0, .87);
    --mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, .38);
    --mdc-outlined-text-field-input-text-placeholder-color: rgba(0, 0, 0, .6);
    --mdc-outlined-text-field-error-caret-color: #cd1e14;
    --mdc-outlined-text-field-error-focus-label-text-color: #cd1e14;
    --mdc-outlined-text-field-error-label-text-color: #cd1e14;
    --mdc-outlined-text-field-outline-color: rgba(0, 0, 0, .38);
    --mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, .06);
    --mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, .87);
    --mdc-outlined-text-field-error-focus-outline-color: #cd1e14;
    --mdc-outlined-text-field-error-hover-outline-color: #cd1e14;
    --mdc-outlined-text-field-error-outline-color: #cd1e14;
    --mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, .38);
}

html {
    --mdc-filled-text-field-label-text-font: Roboto, "Helvetica Neue", sans-serif;
    --mdc-filled-text-field-label-text-size: 14px;
    --mdc-filled-text-field-label-text-tracking: normal;
    --mdc-filled-text-field-label-text-weight: 400;
    --mdc-outlined-text-field-label-text-font: Roboto, "Helvetica Neue", sans-serif;
    --mdc-outlined-text-field-label-text-size: 14px;
    --mdc-outlined-text-field-label-text-tracking: normal;
    --mdc-outlined-text-field-label-text-weight: 400;
    --mat-form-field-container-text-font: Roboto, "Helvetica Neue", sans-serif;
    --mat-form-field-container-text-line-height: 20px;
    --mat-form-field-container-text-size: 14px;
    --mat-form-field-container-text-tracking: normal;
    --mat-form-field-container-text-weight: 400;
    --mat-form-field-outlined-label-text-populated-size: 14px;
    --mat-form-field-subscript-text-font: Roboto, "Helvetica Neue", sans-serif;
    --mat-form-field-subscript-text-line-height: 20px;
    --mat-form-field-subscript-text-size: 12px;
    --mat-form-field-subscript-text-tracking: normal;
    --mat-form-field-subscript-text-weight: 400;
}

html {
    --mat-select-panel-background-color: white;
    --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);
    --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, .38);
    --mat-select-placeholder-text-color: rgba(0, 0, 0, .6);
    --mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);
    --mat-select-disabled-arrow-color: rgba(0, 0, 0, .38);
    --mat-select-focused-arrow-color: rgba(252, 192, 36, .87);
    --mat-select-invalid-arrow-color: rgba(205, 30, 20, .87);
}

html {
    --mat-select-trigger-text-font: Roboto, "Helvetica Neue", sans-serif;
    --mat-select-trigger-text-line-height: 20px;
    --mat-select-trigger-text-size: 14px;
    --mat-select-trigger-text-tracking: normal;
    --mat-select-trigger-text-weight: 400;
}

html {
    --mat-autocomplete-background-color: white;
}

html {
    --mat-menu-item-label-text-color: rgba(0, 0, 0, .87);
    --mat-menu-item-icon-color: rgba(0, 0, 0, .87);
    --mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, .04);
    --mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, .04);
    --mat-menu-container-color: white;
}

html {
    --mat-menu-item-label-text-font: Roboto, "Helvetica Neue", sans-serif;
    --mat-menu-item-label-text-size: 14px;
    --mat-menu-item-label-text-tracking: normal;
    --mat-menu-item-label-text-line-height: 20px;
    --mat-menu-item-label-text-weight: 400;
}

html {
    --mat-paginator-container-text-color: rgba(0, 0, 0, .87);
    --mat-paginator-container-background-color: white;
    --mat-paginator-enabled-icon-color: rgba(0, 0, 0, .54);
    --mat-paginator-disabled-icon-color: rgba(0, 0, 0, .12);
}

html {
    --mat-paginator-container-size: 56px;
}

html {
    --mat-paginator-container-text-font: Roboto, "Helvetica Neue", sans-serif;
    --mat-paginator-container-text-line-height: 20px;
    --mat-paginator-container-text-size: 12px;
    --mat-paginator-container-text-tracking: normal;
    --mat-paginator-container-text-weight: 400;
    --mat-paginator-select-trigger-text-size: 12px;
}

html {
    --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);
    --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);
    --mdc-checkbox-selected-checkmark-color: #000;
    --mdc-checkbox-selected-focus-icon-color: #f8f8f8;
    --mdc-checkbox-selected-hover-icon-color: #f8f8f8;
    --mdc-checkbox-selected-icon-color: #f8f8f8;
    --mdc-checkbox-selected-pressed-icon-color: #f8f8f8;
    --mdc-checkbox-unselected-focus-icon-color: #212121;
    --mdc-checkbox-unselected-hover-icon-color: #212121;
    --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);
    --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);
    --mdc-checkbox-selected-focus-state-layer-color: #f8f8f8;
    --mdc-checkbox-selected-hover-state-layer-color: #f8f8f8;
    --mdc-checkbox-selected-pressed-state-layer-color: #f8f8f8;
    --mdc-checkbox-unselected-focus-state-layer-color: black;
    --mdc-checkbox-unselected-hover-state-layer-color: black;
    --mdc-checkbox-unselected-pressed-state-layer-color: black;
}

html {
    --mdc-checkbox-state-layer-size: 40px;
}

html {
    --mat-table-background-color: white;
    --mat-table-header-headline-color: rgba(0, 0, 0, .87);
    --mat-table-row-item-label-text-color: rgba(0, 0, 0, .87);
    --mat-table-row-item-outline-color: rgba(0, 0, 0, .12);
}

html {
    --mat-table-header-container-height: 56px;
    --mat-table-footer-container-height: 52px;
    --mat-table-row-item-container-height: 52px;
}

html {
    --mat-table-header-headline-font: Roboto, "Helvetica Neue", sans-serif;
    --mat-table-header-headline-line-height: 24px;
    --mat-table-header-headline-size: 14px;
    --mat-table-header-headline-weight: 500;
    --mat-table-header-headline-tracking: normal;
    --mat-table-row-item-label-text-font: Roboto, "Helvetica Neue", sans-serif;
    --mat-table-row-item-label-text-line-height: 20px;
    --mat-table-row-item-label-text-size: 14px;
    --mat-table-row-item-label-text-weight: 400;
    --mat-table-row-item-label-text-tracking: normal;
    --mat-table-footer-supporting-text-font: Roboto, "Helvetica Neue", sans-serif;
    --mat-table-footer-supporting-text-line-height: 20px;
    --mat-table-footer-supporting-text-size: 14px;
    --mat-table-footer-supporting-text-weight: 400;
    --mat-table-footer-supporting-text-tracking: normal;
}

.mat-typography {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: Roboto, Helvetica Neue, sans-serif;
    letter-spacing: normal;
}

html {
    --mat-expansion-header-text-font: Roboto, "Helvetica Neue", sans-serif;
    --mat-expansion-header-text-size: 15px;
    --mat-expansion-header-text-weight: 400;
    --mat-expansion-header-text-line-height: inherit;
    --mat-expansion-header-text-tracking: inherit;
    --mat-expansion-container-text-font: Roboto, "Helvetica Neue", sans-serif;
    --mat-expansion-container-text-line-height: 20px;
    --mat-expansion-container-text-size: 14px;
    --mat-expansion-container-text-tracking: normal;
    --mat-expansion-container-text-weight: 400;
}

html {
    --mat-badge-background-color: #fcc024;
    --mat-badge-text-color: rgba(0, 0, 0, .87);
    --mat-badge-disabled-state-background-color: #b9b9b9;
    --mat-badge-disabled-state-text-color: rgba(0, 0, 0, .38);
}

html {
    --mat-badge-text-font: Roboto, "Helvetica Neue", sans-serif;
    --mat-badge-text-size: 12px;
    --mat-badge-text-weight: 600;
    --mat-badge-small-size-text-size: 9px;
    --mat-badge-large-size-text-size: 24px;
}

html {
    --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, .87);
    --mat-bottom-sheet-container-background-color: white;
}

html {
    --mat-bottom-sheet-container-text-font: Roboto, "Helvetica Neue", sans-serif;
    --mat-bottom-sheet-container-text-line-height: 20px;
    --mat-bottom-sheet-container-text-size: 14px;
    --mat-bottom-sheet-container-text-tracking: normal;
    --mat-bottom-sheet-container-text-weight: 400;
}

html {
    --mat-legacy-button-toggle-text-color: rgba(0, 0, 0, .38);
    --mat-legacy-button-toggle-state-layer-color: rgba(0, 0, 0, .12);
    --mat-legacy-button-toggle-selected-state-text-color: rgba(0, 0, 0, .54);
    --mat-legacy-button-toggle-selected-state-background-color: #e0e0e0;
    --mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, .26);
    --mat-legacy-button-toggle-disabled-state-background-color: #eeeeee;
    --mat-legacy-button-toggle-disabled-selected-state-background-color: #bdbdbd;
    --mat-standard-button-toggle-text-color: rgba(0, 0, 0, .87);
    --mat-standard-button-toggle-background-color: white;
    --mat-standard-button-toggle-state-layer-color: black;
    --mat-standard-button-toggle-selected-state-background-color: #e0e0e0;
    --mat-standard-button-toggle-selected-state-text-color: rgba(0, 0, 0, .87);
    --mat-standard-button-toggle-disabled-state-text-color: rgba(0, 0, 0, .26);
    --mat-standard-button-toggle-disabled-state-background-color: white;
    --mat-standard-button-toggle-disabled-selected-state-text-color: rgba(0, 0, 0, .87);
    --mat-standard-button-toggle-disabled-selected-state-background-color: #bdbdbd;
    --mat-standard-button-toggle-divider-color: rgb(224.4, 224.4, 224.4);
}

html {
    --mat-standard-button-toggle-height: 48px;
}

html {
    --mat-legacy-button-toggle-text-font: Roboto, "Helvetica Neue", sans-serif;
    --mat-standard-button-toggle-text-font: Roboto, "Helvetica Neue", sans-serif;
}

html {
    --mat-datepicker-calendar-date-selected-state-text-color: rgba(0, 0, 0, .87);
    --mat-datepicker-calendar-date-selected-state-background-color: #fcc024;
    --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(252, 192, 36, .4);
    --mat-datepicker-calendar-date-today-selected-state-outline-color: rgba(0, 0, 0, .87);
    --mat-datepicker-calendar-date-focus-state-background-color: rgba(252, 192, 36, .3);
    --mat-datepicker-calendar-date-hover-state-background-color: rgba(252, 192, 36, .3);
    --mat-datepicker-toggle-active-state-icon-color: #fcc024;
    --mat-datepicker-calendar-date-in-range-state-background-color: rgba(252, 192, 36, .2);
    --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);
    --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
    --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
    --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, .54);
    --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, .54);
    --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, .54);
    --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, .54);
    --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, .12);
    --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, .54);
    --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, .38);
    --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(0, 0, 0, .18);
    --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, .87);
    --mat-datepicker-calendar-date-outline-color: transparent;
    --mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, .38);
    --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, .24);
    --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, .87);
    --mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, .38);
    --mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, .38);
    --mat-datepicker-calendar-container-background-color: white;
    --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, .87);
}

html {
    --mat-datepicker-calendar-text-font: Roboto, "Helvetica Neue", sans-serif;
    --mat-datepicker-calendar-text-size: 13px;
    --mat-datepicker-calendar-body-label-text-size: 14px;
    --mat-datepicker-calendar-body-label-text-weight: 500;
    --mat-datepicker-calendar-period-button-text-size: 14px;
    --mat-datepicker-calendar-period-button-text-weight: 500;
    --mat-datepicker-calendar-header-text-size: 11px;
    --mat-datepicker-calendar-header-text-weight: 400;
}

html {
    --mat-divider-color: rgba(0, 0, 0, .12);
}

html {
    --mat-expansion-container-background-color: white;
    --mat-expansion-container-text-color: rgba(0, 0, 0, .87);
    --mat-expansion-actions-divider-color: rgba(0, 0, 0, .12);
    --mat-expansion-header-hover-state-layer-color: rgba(0, 0, 0, .04);
    --mat-expansion-header-focus-state-layer-color: rgba(0, 0, 0, .04);
    --mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, .26);
    --mat-expansion-header-text-color: rgba(0, 0, 0, .87);
    --mat-expansion-header-description-color: rgba(0, 0, 0, .54);
    --mat-expansion-header-indicator-color: rgba(0, 0, 0, .54);
}

html {
    --mat-expansion-header-collapsed-state-height: 48px;
    --mat-expansion-header-expanded-state-height: 64px;
}

html {
    --mat-expansion-header-text-font: Roboto, "Helvetica Neue", sans-serif;
    --mat-expansion-header-text-size: 14px;
    --mat-expansion-header-text-weight: 400;
    --mat-expansion-header-text-line-height: inherit;
    --mat-expansion-header-text-tracking: inherit;
    --mat-expansion-container-text-font: Roboto, "Helvetica Neue", sans-serif;
    --mat-expansion-container-text-line-height: 20px;
    --mat-expansion-container-text-size: 14px;
    --mat-expansion-container-text-tracking: normal;
    --mat-expansion-container-text-weight: 400;
}

html {
    --mat-grid-list-tile-header-primary-text-size: 14px;
    --mat-grid-list-tile-header-secondary-text-size: 12px;
    --mat-grid-list-tile-footer-primary-text-size: 14px;
    --mat-grid-list-tile-footer-secondary-text-size: 12px;
}

html {
    --mat-icon-color: inherit;
}

html {
    --mat-sidenav-container-divider-color: rgba(0, 0, 0, .12);
    --mat-sidenav-container-background-color: white;
    --mat-sidenav-container-text-color: rgba(0, 0, 0, .87);
    --mat-sidenav-content-background-color: #fafafa;
    --mat-sidenav-content-text-color: rgba(0, 0, 0, .87);
    --mat-sidenav-scrim-color: rgba(0, 0, 0, .6);
}

html {
    --mat-stepper-header-icon-foreground-color: rgba(0, 0, 0, .87);
    --mat-stepper-header-selected-state-icon-background-color: #fcc024;
    --mat-stepper-header-selected-state-icon-foreground-color: rgba(0, 0, 0, .87);
    --mat-stepper-header-done-state-icon-background-color: #fcc024;
    --mat-stepper-header-done-state-icon-foreground-color: rgba(0, 0, 0, .87);
    --mat-stepper-header-edit-state-icon-background-color: #fcc024;
    --mat-stepper-header-edit-state-icon-foreground-color: rgba(0, 0, 0, .87);
    --mat-stepper-container-color: white;
    --mat-stepper-line-color: rgba(0, 0, 0, .12);
    --mat-stepper-header-hover-state-layer-color: rgba(0, 0, 0, .04);
    --mat-stepper-header-focus-state-layer-color: rgba(0, 0, 0, .04);
    --mat-stepper-header-label-text-color: rgba(0, 0, 0, .54);
    --mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, .54);
    --mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, .87);
    --mat-stepper-header-error-state-label-text-color: #cd1e14;
    --mat-stepper-header-icon-background-color: rgba(0, 0, 0, .54);
    --mat-stepper-header-error-state-icon-foreground-color: #cd1e14;
    --mat-stepper-header-error-state-icon-background-color: transparent;
}

html {
    --mat-stepper-header-height: 72px;
}

html {
    --mat-stepper-container-text-font: Roboto, "Helvetica Neue", sans-serif;
    --mat-stepper-header-label-text-font: Roboto, "Helvetica Neue", sans-serif;
    --mat-stepper-header-label-text-size: 14px;
    --mat-stepper-header-label-text-weight: 400;
    --mat-stepper-header-error-state-label-text-size: 14px;
    --mat-stepper-header-selected-state-label-text-size: 14px;
    --mat-stepper-header-selected-state-label-text-weight: 500;
}

html {
    --mat-toolbar-container-background-color: whitesmoke;
    --mat-toolbar-container-text-color: rgba(0, 0, 0, .87);
}

html {
    --mat-toolbar-standard-height: 64px;
    --mat-toolbar-mobile-height: 56px;
}

html {
    --mat-toolbar-title-text-font: Roboto, "Helvetica Neue", sans-serif;
    --mat-toolbar-title-text-line-height: 32px;
    --mat-toolbar-title-text-size: 20px;
    --mat-toolbar-title-text-tracking: normal;
    --mat-toolbar-title-text-weight: 500;
}

body {
    margin: 0;
}

.cos-body {
    background-color: #f3f3f3;
}

*[class^=mat-] {
    caret-color: auto !important;
}

:root {
    --cos-yellow-dark: #ebaa00;
    --cos-yellow: #fcc024;
    --cos-yellow-highlight: #fcd15e;
    --cos-yellow-light: #fde29b;
    --cos-yellow-ultralight: #fff2d1;
    --cos-purple-dark: #2b0a5c;
    --cos-purple: #5514b4;
    --cos-purple-highlight: #934cff;
    --cos-purple-light: #e7dafb;
    --cos-purple-ultralight: #f4edff;
    --cos-green-dark: #1f711e;
    --cos-green: #1eac1b;
    --cos-green-highlight: #4dcf4a;
    --cos-green-light: #90e18e;
    --cos-green-ultralight: #ddf8dd;
    --cos-orange-dark: #d35c06;
    --cos-orange: #eb7911;
    --cos-orange-highlight: #ff9533;
    --cos-orange-light: #ffbf85;
    --cos-orange-ultralight: #ffebd9;
    --cos-red-dark: #9a1d1f;
    --cos-red: #cd1e14;
    --cos-red-highlight: #ff1a1d;
    --cos-red-light: #ff9ea0;
    --cos-red-ultralight: #fef0f0;
    --cos-black: #000000;
    --cos-blackish: #262626;
    --cos-black-light: #404040;
    --cos-grey-ultradark: #595959;
    --cos-grey-dark: #808080;
    --cos-grey: #b3b3b3;
    --cos-grey-light: #e6e6e6;
    --cos-grey-ultralight: #f3f3f3;
    --cos-white: #ffffff;
}

[_ngcontent-ng-c1995481728]:root {
    --cos-yellow-dark: #ebaa00;
    --cos-yellow: #fcc024;
    --cos-yellow-highlight: #fcd15e;
    --cos-yellow-light: #fde29b;
    --cos-yellow-ultralight: #fff2d1;
    --cos-purple-dark: #2b0a5c;
    --cos-purple: #5514b4;
    --cos-purple-highlight: #934cff;
    --cos-purple-light: #e7dafb;
    --cos-purple-ultralight: #f4edff;
    --cos-green-dark: #1f711e;
    --cos-green: #1eac1b;
    --cos-green-highlight: #4dcf4a;
    --cos-green-light: #90e18e;
    --cos-green-ultralight: #ddf8dd;
    --cos-orange-dark: #d35c06;
    --cos-orange: #eb7911;
    --cos-orange-highlight: #ff9533;
    --cos-orange-light: #ffbf85;
    --cos-orange-ultralight: #ffebd9;
    --cos-red-dark: #9a1d1f;
    --cos-red: #cd1e14;
    --cos-red-highlight: #ff1a1d;
    --cos-red-light: #ff9ea0;
    --cos-red-ultralight: #fef0f0;
    --cos-black: #000000;
    --cos-blackish: #262626;
    --cos-black-light: #404040;
    --cos-grey-ultradark: #595959;
    --cos-grey-dark: #808080;
    --cos-grey: #b3b3b3;
    --cos-grey-light: #e6e6e6;
    --cos-grey-ultralight: #f3f3f3;
    --cos-white: #ffffff;
}

.development-banner[_ngcontent-ng-c1995481728] {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000000;
    display: grid;
    padding: var(--enzo-spacer-4) var(--enzo-spacer-5);
    gap: var(--enzo-spacer-4);
    background-color: #9a1d1f;
    color: #fff;
    border-top-right-radius: 5px;
}

.mobile-overlay[_ngcontent-ng-c1995481728] {
    background: linear-gradient(#262626 calc(10vh + 40px), #fcc024 calc(10vh + 40px) calc(10vh + 80px), #fff calc(10vh + 80px));
    position: fixed;
    inset: 0;
    z-index: 2147483648;
    padding: 10vh var(--enzo-spacer-7) var(--enzo-spacer-9);
    overflow-y: scroll;
    display: grid;
    grid-auto-rows: max-content;
    justify-content: center;
}

.mobile-overlay[_ngcontent-ng-c1995481728] *[_ngcontent-ng-c1995481728] {
    max-width: 450px;
}

@media screen and (max-width: 50px) {
    .mobile-overlay[_ngcontent-ng-c1995481728] {
        display: none;
    }

    .mobile-overlay[_ngcontent-ng-c1995481728]+.routed-content[_ngcontent-ng-c1995481728] {
        display: block;
    }
}

@media print {
    .mobile-overlay[_ngcontent-ng-c1995481728] {
        display: none;
    }
}

.mobile-overlay[_ngcontent-ng-c1995481728] enzo-logo[_ngcontent-ng-c1995481728] {
    margin: 0 auto var(--enzo-spacer-8);
}

.mobile-overlay[_ngcontent-ng-c1995481728] enzo-headline[_ngcontent-ng-c1995481728] {
    margin-top: var(--enzo-spacer-7);
    padding: var(--enzo-spacer-7) 0 var(--enzo-spacer-6);
    border-image: linear-gradient(#fcc024 0 100%) 2 0 0/2px calc(50% - 60px) 0/0;
}

.mobile-overlay[_ngcontent-ng-c1995481728] .stores[_ngcontent-ng-c1995481728] {
    display: grid;
    grid-auto-flow: column;
    gap: var(--enzo-spacer-6);
    justify-content: center;
}

.mobile-overlay[_ngcontent-ng-c1995481728] .stores[_ngcontent-ng-c1995481728] a[_ngcontent-ng-c1995481728] {
    display: grid;
}

[_nghost-ng-c1208577662] {
    display: inline-flex;
    align-items: center;
}

img[_ngcontent-ng-c1208577662]~img[_ngcontent-ng-c1208577662] {
    margin-left: var(--enzo-spacer-4);
}

@media (max-width: 1200px) {
    img[_ngcontent-ng-c1208577662]~img[_ngcontent-ng-c1208577662] {
        display: none;
    }
}

.collab[_ngcontent-ng-c1208577662] {
    max-height: 100%;
    max-width: 250px;
}

[_ngcontent-ng-c2910014476]:root {
    --cos-yellow-dark: #ebaa00;
    --cos-yellow: #fcc024;
    --cos-yellow-highlight: #fcd15e;
    --cos-yellow-light: #fde29b;
    --cos-yellow-ultralight: #fff2d1;
    --cos-purple-dark: #2b0a5c;
    --cos-purple: #5514b4;
    --cos-purple-highlight: #934cff;
    --cos-purple-light: #e7dafb;
    --cos-purple-ultralight: #f4edff;
    --cos-green-dark: #1f711e;
    --cos-green: #1eac1b;
    --cos-green-highlight: #4dcf4a;
    --cos-green-light: #90e18e;
    --cos-green-ultralight: #ddf8dd;
    --cos-orange-dark: #d35c06;
    --cos-orange: #eb7911;
    --cos-orange-highlight: #ff9533;
    --cos-orange-light: #ffbf85;
    --cos-orange-ultralight: #ffebd9;
    --cos-red-dark: #9a1d1f;
    --cos-red: #cd1e14;
    --cos-red-highlight: #ff1a1d;
    --cos-red-light: #ff9ea0;
    --cos-red-ultralight: #fef0f0;
    --cos-black: #000000;
    --cos-blackish: #262626;
    --cos-black-light: #404040;
    --cos-grey-ultradark: #595959;
    --cos-grey-dark: #808080;
    --cos-grey: #b3b3b3;
    --cos-grey-light: #e6e6e6;
    --cos-grey-ultralight: #f3f3f3;
    --cos-white: #ffffff;
}

.enzo-text-body-italic[_ngcontent-ng-c2910014476],
.enzo-text-body-bold[_ngcontent-ng-c2910014476],
.enzo-text-body-medium[_ngcontent-ng-c2910014476],
.enzo-text-body[_ngcontent-ng-c2910014476] {
    font-size: 1rem;
    line-height: 1.5rem;
}

.enzo-text-placeholder[_ngcontent-ng-c2910014476],
.enzo-text-button[_ngcontent-ng-c2910014476],
.enzo-text-emphasis-label[_ngcontent-ng-c2910014476],
.enzo-text-label[_ngcontent-ng-c2910014476] {
    font-size: .875rem;
    line-height: 1.125rem;
}

.enzo-text-overline[_ngcontent-ng-c2910014476],
.enzo-text-button-small[_ngcontent-ng-c2910014476],
.enzo-text-hint[_ngcontent-ng-c2910014476],
.enzo-text-caption[_ngcontent-ng-c2910014476] {
    font-size: .75rem;
    line-height: 1rem;
}

.enzo-text-body[_ngcontent-ng-c2910014476] {
    font-weight: 400;
}

.enzo-text-body-medium[_ngcontent-ng-c2910014476] {
    font-weight: 500;
}

.enzo-text-body-bold[_ngcontent-ng-c2910014476] {
    font-weight: 700;
}

.enzo-text-body-italic[_ngcontent-ng-c2910014476] {
    font-style: italic;
}

.enzo-text-label[_ngcontent-ng-c2910014476] {
    font-weight: 400;
}

.enzo-text-emphasis-label[_ngcontent-ng-c2910014476],
.enzo-text-button[_ngcontent-ng-c2910014476] {
    font-weight: 500;
}

.enzo-text-placeholder[_ngcontent-ng-c2910014476] {
    font-weight: 400;
    font-style: italic;
    padding-right: .15em;
}

.enzo-text-caption[_ngcontent-ng-c2910014476] {
    font-weight: 400;
}

.enzo-text-hint[_ngcontent-ng-c2910014476] {
    font-weight: 400;
    font-style: italic;
}

.enzo-text-button-small[_ngcontent-ng-c2910014476] {
    font-weight: 500;
}

.enzo-text-overline[_ngcontent-ng-c2910014476] {
    font-weight: 500;
    text-transform: uppercase;
}

.overflow-ellipsis-left[_ngcontent-ng-c2910014476],
.overflow-ellipsis[_ngcontent-ng-c2910014476] {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.overflow-ellipsis-left[_ngcontent-ng-c2910014476] {
    direction: rtl;
}

.error-message[_ngcontent-ng-c2910014476] {
    color: #9a1d1f;
    padding-top: var(--enzo-spacer-2);
}

[_nghost-ng-c2910014476] {
    display: inline-flex;
    max-width: 100%;
}

.full-width[_nghost-ng-c2910014476] {
    width: 100%;
}

.full-width[_nghost-ng-c2910014476] div[_ngcontent-ng-c2910014476] {
    width: 100%;
}

.full-width[_nghost-ng-c2910014476] div[_ngcontent-ng-c2910014476] span[_ngcontent-ng-c2910014476] {
    display: block;
}

div[_ngcontent-ng-c2910014476]:has(enzo-icon)>span[_ngcontent-ng-c2910014476] {
    padding-top: max(0px, (var(--icon-height) - 1lh)/2);
}

enzo-icon[_ngcontent-ng-c2910014476] {
    padding-top: max(0px, (1lh - var(--icon-height))/2);
}

[_ngcontent-ng-c798704905]:root {
    --cos-yellow-dark: #ebaa00;
    --cos-yellow: #fcc024;
    --cos-yellow-highlight: #fcd15e;
    --cos-yellow-light: #fde29b;
    --cos-yellow-ultralight: #fff2d1;
    --cos-purple-dark: #2b0a5c;
    --cos-purple: #5514b4;
    --cos-purple-highlight: #934cff;
    --cos-purple-light: #e7dafb;
    --cos-purple-ultralight: #f4edff;
    --cos-green-dark: #1f711e;
    --cos-green: #1eac1b;
    --cos-green-highlight: #4dcf4a;
    --cos-green-light: #90e18e;
    --cos-green-ultralight: #ddf8dd;
    --cos-orange-dark: #d35c06;
    --cos-orange: #eb7911;
    --cos-orange-highlight: #ff9533;
    --cos-orange-light: #ffbf85;
    --cos-orange-ultralight: #ffebd9;
    --cos-red-dark: #9a1d1f;
    --cos-red: #cd1e14;
    --cos-red-highlight: #ff1a1d;
    --cos-red-light: #ff9ea0;
    --cos-red-ultralight: #fef0f0;
    --cos-black: #000000;
    --cos-blackish: #262626;
    --cos-black-light: #404040;
    --cos-grey-ultradark: #595959;
    --cos-grey-dark: #808080;
    --cos-grey: #b3b3b3;
    --cos-grey-light: #e6e6e6;
    --cos-grey-ultralight: #f3f3f3;
    --cos-white: #ffffff;
}

.enzo-h1[_nghost-ng-c798704905] {
    font-size: 3rem;
    line-height: 3.25rem;
    font-weight: 700;
}

.enzo-h2[_nghost-ng-c798704905] {
    font-size: 2.25rem;
    line-height: 2.75rem;
    font-weight: 700;
}

.enzo-h3[_nghost-ng-c798704905] {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 500;
}

.enzo-h4[_nghost-ng-c798704905] {
    font-size: 1.5rem;
    line-height: 1.875rem;
    font-weight: 500;
}

.enzo-h5[_nghost-ng-c798704905] {
    font-size: 1.25rem;
    line-height: 1.625rem;
    font-weight: 500;
}

.enzo-h6[_nghost-ng-c798704905] {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 700;
}

.enzo-text-body-italic[_ngcontent-ng-c798704905],
.enzo-text-body-bold[_ngcontent-ng-c798704905],
.enzo-text-body-medium[_ngcontent-ng-c798704905],
.enzo-text-body[_ngcontent-ng-c798704905] {
    font-size: 1rem;
    line-height: 1.5rem;
}

.enzo-text-placeholder[_ngcontent-ng-c798704905],
.enzo-text-button[_ngcontent-ng-c798704905],
.enzo-text-emphasis-label[_ngcontent-ng-c798704905],
.enzo-text-label[_ngcontent-ng-c798704905] {
    font-size: .875rem;
    line-height: 1.125rem;
}

.enzo-text-overline[_ngcontent-ng-c798704905],
.enzo-text-button-small[_ngcontent-ng-c798704905],
.enzo-text-hint[_ngcontent-ng-c798704905],
.enzo-text-caption[_ngcontent-ng-c798704905] {
    font-size: .75rem;
    line-height: 1rem;
}

.enzo-text-body[_ngcontent-ng-c798704905] {
    font-weight: 400;
}

.enzo-text-body-medium[_ngcontent-ng-c798704905] {
    font-weight: 500;
}

.enzo-text-body-bold[_ngcontent-ng-c798704905] {
    font-weight: 700;
}

.enzo-text-body-italic[_ngcontent-ng-c798704905] {
    font-style: italic;
}

.enzo-text-label[_ngcontent-ng-c798704905] {
    font-weight: 400;
}

.enzo-text-emphasis-label[_ngcontent-ng-c798704905],
.enzo-text-button[_ngcontent-ng-c798704905] {
    font-weight: 500;
}

.enzo-text-placeholder[_ngcontent-ng-c798704905] {
    font-weight: 400;
    font-style: italic;
    padding-right: .15em;
}

.enzo-text-caption[_ngcontent-ng-c798704905] {
    font-weight: 400;
}

.enzo-text-hint[_ngcontent-ng-c798704905] {
    font-weight: 400;
    font-style: italic;
}

.enzo-text-button-small[_ngcontent-ng-c798704905] {
    font-weight: 500;
}

.enzo-text-overline[_ngcontent-ng-c798704905] {
    font-weight: 500;
    text-transform: uppercase;
}

.overflow-ellipsis[_nghost-ng-c798704905],
.overflow-ellipsis-left[_nghost-ng-c798704905],
.overflow-ellipsis-left[_ngcontent-ng-c798704905],
.overflow-ellipsis[_ngcontent-ng-c798704905] {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.overflow-ellipsis-left[_nghost-ng-c798704905],
.overflow-ellipsis-left[_ngcontent-ng-c798704905] {
    direction: rtl;
}

.error-message[_ngcontent-ng-c798704905] {
    color: #9a1d1f;
    padding-top: var(--enzo-spacer-2);
}

[_nghost-ng-c798704905] {
    display: block;
}

[_nghost-ng-c798704905],
[_nghost-ng-c798704905] *[_ngcontent-ng-c798704905],
[_nghost-ng-c798704905] [_ngcontent-ng-c798704905]:after,
[_nghost-ng-c798704905] [_ngcontent-ng-c798704905]:before,
[_nghost-ng-c798704905]:after,
[_nghost-ng-c798704905]:before {
    transition-duration: calc(var(--enzo-animation-duration)*1ms);
    transition-timing-function: linear;
    transition-property: color;
}

.form-step[_ngcontent-ng-c234330639] {
    width: 400px;
    position: relative;
    display: grid;
    grid-template-columns: auto;
    column-gap: var(--enzo-spacer-5);
}

.form-step[_ngcontent-ng-c234330639] enzo-headline[_ngcontent-ng-c234330639] {
    grid-column: 1/-1;
    margin-bottom: var(--enzo-spacer-7);
}

.form-step[_ngcontent-ng-c234330639] enzo-textfield[_ngcontent-ng-c234330639] {
    grid-column: 1/-1;
    min-height: 86px;
    margin-bottom: var(--enzo-spacer-3);
}

.form-step[_ngcontent-ng-c234330639] enzo-textfield[_ngcontent-ng-c234330639]:last-of-type {
    margin-bottom: var(--enzo-spacer-5);
}

.form-step[_ngcontent-ng-c234330639] enzo-banner[_ngcontent-ng-c234330639] {
    position: absolute;
    top: calc(100% + var(--enzo-spacer-7));
}

.role-selection-step[_ngcontent-ng-c234330639] {
    width: 350px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--enzo-spacer-5);
}

.role-selection-step[_ngcontent-ng-c234330639] enzo-headline[_ngcontent-ng-c234330639],
.role-selection-step[_ngcontent-ng-c234330639] enzo-checkbox[_ngcontent-ng-c234330639] {
    grid-column: 1/-1;
}

.role-selection-step[_ngcontent-ng-c234330639] enzo-button[_ngcontent-ng-c234330639] {
    grid-row: 2;
}

[_ngcontent-ng-c4027832981]:root {
    --cos-yellow-dark: #ebaa00;
    --cos-yellow: #fcc024;
    --cos-yellow-highlight: #fcd15e;
    --cos-yellow-light: #fde29b;
    --cos-yellow-ultralight: #fff2d1;
    --cos-purple-dark: #2b0a5c;
    --cos-purple: #5514b4;
    --cos-purple-highlight: #934cff;
    --cos-purple-light: #e7dafb;
    --cos-purple-ultralight: #f4edff;
    --cos-green-dark: #1f711e;
    --cos-green: #1eac1b;
    --cos-green-highlight: #4dcf4a;
    --cos-green-light: #90e18e;
    --cos-green-ultralight: #ddf8dd;
    --cos-orange-dark: #d35c06;
    --cos-orange: #eb7911;
    --cos-orange-highlight: #ff9533;
    --cos-orange-light: #ffbf85;
    --cos-orange-ultralight: #ffebd9;
    --cos-red-dark: #9a1d1f;
    --cos-red: #cd1e14;
    --cos-red-highlight: #ff1a1d;
    --cos-red-light: #ff9ea0;
    --cos-red-ultralight: #fef0f0;
    --cos-black: #000000;
    --cos-blackish: #262626;
    --cos-black-light: #404040;
    --cos-grey-ultradark: #595959;
    --cos-grey-dark: #808080;
    --cos-grey: #b3b3b3;
    --cos-grey-light: #e6e6e6;
    --cos-grey-ultralight: #f3f3f3;
    --cos-white: #ffffff;
}

[_nghost-ng-c4027832981] {
    display: grid;
    position: relative;
    min-height: 100lvh;
    width: 100vw;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: 25% 75%;
    background-size: cover;
    grid-auto-flow: column;
    grid-auto-columns: 1fr 1fr;
}

@media (max-width: 1024px) {
    [_nghost-ng-c4027832981] {
        grid-auto-columns: 1fr;
        grid-auto-flow: row;
        background-position: center top;
        background-size: cover;
    }
}

@media (max-width: 480px) {
    [_nghost-ng-c4027832981] {
        background-size: contain;
        overflow-x: hidden;
    }
}

img[_ngcontent-ng-c4027832981] {
    object-fit: cover;
    object-position: center;
}

enzo-language-select[_ngcontent-ng-c4027832981] {
    position: absolute;
    top: -80px;
    right: var(--enzo-spacer-5);
    z-index: 100;
}

.logo-container[_ngcontent-ng-c4027832981] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 100;
}

.logo-container[_ngcontent-ng-c4027832981] .logo[_ngcontent-ng-c4027832981] {
    grid-auto-flow: column;
    gap: var(--enzo-spacer-7);
    grid-auto-columns: max-content auto;
    align-items: center;
}

.logo-container[_ngcontent-ng-c4027832981] .bigLogo[_ngcontent-ng-c4027832981] {
    display: grid;
}

@media (max-width: 1200px) {
    .logo-container[_ngcontent-ng-c4027832981] .bigLogo[_ngcontent-ng-c4027832981] {
        display: none;
    }
}

.logo-container[_ngcontent-ng-c4027832981] .smallLogo[_ngcontent-ng-c4027832981] {
    display: none;
}

@media (max-width: 1024px) {
    .logo-container[_ngcontent-ng-c4027832981] .smallLogo[_ngcontent-ng-c4027832981] {
        padding: 40px 0 24px;
    }
}

@media (max-width: 1200px) {
    .logo-container[_ngcontent-ng-c4027832981] .smallLogo[_ngcontent-ng-c4027832981] {
        display: grid;
    }
}

@media only screen and (max-width: 480px) {
    .logo-container[_ngcontent-ng-c4027832981] {
        padding: 0 24px;
    }
}

.wrapper-title[_ngcontent-ng-c4027832981] {
    visibility: visible;
}

@media only screen and (max-width: 480px) {
    .wrapper-title[_ngcontent-ng-c4027832981] {
        visibility: hidden;
    }
}

.content-container[_ngcontent-ng-c4027832981] {
    position: relative;
    display: grid;
    place-items: center center;
    background-color: #fff;
    border-radius: 20px 0 0;
    padding: var(--enzo-spacer-7) 100px calc(var(--enzo-spacer-7) + 80px);
    margin: 80px 0 0;
}

@media (max-width: 1024px) {
    .content-container[_ngcontent-ng-c4027832981] {
        padding: 40px 24px;
        margin: 0 0 0 60px;
    }
}

@media only screen and (max-width: 480px) {
    .content-container[_ngcontent-ng-c4027832981] {
        margin: 0;
        width: 100vw;
        border-radius: 20px 20px 0 0;
        display: block;
    }
}

[_ngcontent-ng-c246044458]:root {
    --cos-yellow-dark: #ebaa00;
    --cos-yellow: #fcc024;
    --cos-yellow-highlight: #fcd15e;
    --cos-yellow-light: #fde29b;
    --cos-yellow-ultralight: #fff2d1;
    --cos-purple-dark: #2b0a5c;
    --cos-purple: #5514b4;
    --cos-purple-highlight: #934cff;
    --cos-purple-light: #e7dafb;
    --cos-purple-ultralight: #f4edff;
    --cos-green-dark: #1f711e;
    --cos-green: #1eac1b;
    --cos-green-highlight: #4dcf4a;
    --cos-green-light: #90e18e;
    --cos-green-ultralight: #ddf8dd;
    --cos-orange-dark: #d35c06;
    --cos-orange: #eb7911;
    --cos-orange-highlight: #ff9533;
    --cos-orange-light: #ffbf85;
    --cos-orange-ultralight: #ffebd9;
    --cos-red-dark: #9a1d1f;
    --cos-red: #cd1e14;
    --cos-red-highlight: #ff1a1d;
    --cos-red-light: #ff9ea0;
    --cos-red-ultralight: #fef0f0;
    --cos-black: #000000;
    --cos-blackish: #262626;
    --cos-black-light: #404040;
    --cos-grey-ultradark: #595959;
    --cos-grey-dark: #808080;
    --cos-grey: #b3b3b3;
    --cos-grey-light: #e6e6e6;
    --cos-grey-ultralight: #f3f3f3;
    --cos-white: #ffffff;
}

.enzo-text-body-italic[_ngcontent-ng-c246044458],
.enzo-text-body-bold[_ngcontent-ng-c246044458],
.enzo-text-body-medium[_ngcontent-ng-c246044458],
.enzo-text-body[_ngcontent-ng-c246044458] {
    font-size: 1rem;
    line-height: 1.5rem;
}

.enzo-text-placeholder[_ngcontent-ng-c246044458],
.enzo-text-button[_ngcontent-ng-c246044458],
.enzo-text-emphasis-label[_ngcontent-ng-c246044458],
.enzo-text-label[_ngcontent-ng-c246044458] {
    font-size: .875rem;
    line-height: 1.125rem;
}

.enzo-text-overline[_ngcontent-ng-c246044458],
.enzo-text-button-small[_ngcontent-ng-c246044458],
.enzo-text-hint[_ngcontent-ng-c246044458],
.enzo-text-caption[_ngcontent-ng-c246044458] {
    font-size: .75rem;
    line-height: 1rem;
}

.enzo-text-body[_ngcontent-ng-c246044458] {
    font-weight: 400;
}

.enzo-text-body-medium[_ngcontent-ng-c246044458] {
    font-weight: 500;
}

.enzo-text-body-bold[_ngcontent-ng-c246044458] {
    font-weight: 700;
}

.enzo-text-body-italic[_ngcontent-ng-c246044458] {
    font-style: italic;
}

.enzo-text-label[_ngcontent-ng-c246044458] {
    font-weight: 400;
}

.enzo-text-emphasis-label[_ngcontent-ng-c246044458],
.enzo-text-button[_ngcontent-ng-c246044458] {
    font-weight: 500;
}

.enzo-text-placeholder[_ngcontent-ng-c246044458] {
    font-weight: 400;
    font-style: italic;
    padding-right: .15em;
}

.enzo-text-caption[_ngcontent-ng-c246044458] {
    font-weight: 400;
}

.enzo-text-hint[_ngcontent-ng-c246044458] {
    font-weight: 400;
    font-style: italic;
}

.enzo-text-button-small[_ngcontent-ng-c246044458] {
    font-weight: 500;
}

.enzo-text-overline[_ngcontent-ng-c246044458] {
    font-weight: 500;
    text-transform: uppercase;
}

.overflow-ellipsis-left[_ngcontent-ng-c246044458],
.overflow-ellipsis[_ngcontent-ng-c246044458] {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.overflow-ellipsis-left[_ngcontent-ng-c246044458] {
    direction: rtl;
}

.error-message[_ngcontent-ng-c246044458] {
    color: #9a1d1f;
    padding-top: var(--enzo-spacer-2);
}

[_nghost-ng-c246044458] {
    display: block;
    position: relative;
    width: 90px;
    height: 80px;
}

[_nghost-ng-c246044458],
[_nghost-ng-c246044458] *[_ngcontent-ng-c246044458],
[_nghost-ng-c246044458] [_ngcontent-ng-c246044458]:after,
[_nghost-ng-c246044458] [_ngcontent-ng-c246044458]:before,
[_nghost-ng-c246044458]:after,
[_nghost-ng-c246044458]:before {
    transition-duration: calc(var(--enzo-animation-duration)*1ms);
    transition-timing-function: linear;
    transition-property: background-color, opacity, transform, visibility, color;
}

.is-open[_nghost-ng-c246044458] .trigger[_ngcontent-ng-c246044458]:before {
    opacity: 1;
}

.is-open[_nghost-ng-c246044458] .flyout[_ngcontent-ng-c246044458] {
    pointer-events: unset;
    opacity: 1;
}

.is-open[_nghost-ng-c246044458] .flyout[_ngcontent-ng-c246044458] .scrollContainer[_ngcontent-ng-c246044458] {
    visibility: visible;
    transition: unset;
}

button[_ngcontent-ng-c246044458] {
    all: unset;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.trigger[_ngcontent-ng-c246044458] {
    height: 100%;
    width: 100%;
    color: #fff;
    padding-left: 2px;
    cursor: pointer;
}

.trigger[_ngcontent-ng-c246044458]:before {
    content: "";
    position: absolute;
    inset: auto 0 0;
    background-color: #fcc024;
    height: 4px;
    border-radius: 3px 3px 0 0;
    opacity: 0;
}

.trigger[_ngcontent-ng-c246044458]:after {
    content: "";
    position: absolute;
    border: 2px solid #ebaa00;
    border-radius: 10px;
    background-color: #fcc02433;
    inset: 16px 4px 16px 2px;
    pointer-events: none;
    opacity: 0;
}

.trigger[_ngcontent-ng-c246044458]:focus-visible {
    outline: none;
}

.trigger[_ngcontent-ng-c246044458]:focus-visible:after {
    opacity: 1;
}

.trigger[_ngcontent-ng-c246044458]:active:after {
    transform: scale(.96);
}

.trigger[_ngcontent-ng-c246044458]:hover {
    background: #404040;
}

.trigger[_ngcontent-ng-c246044458] enzo-flag[_ngcontent-ng-c246044458]+enzo-text[_ngcontent-ng-c246044458] {
    text-transform: uppercase;
    min-width: 24px;
}

.flyout[_ngcontent-ng-c246044458] {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0 4px 20px #00000026;
    border-radius: 0 0 5px 5px;
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none;
    opacity: 0;
}

.flyout[_ngcontent-ng-c246044458] .scrollContainer[_ngcontent-ng-c246044458] {
    max-height: 240px;
    overflow-y: scroll;
    visibility: hidden;
}

.flyout[_ngcontent-ng-c246044458] .scrollContainer[_ngcontent-ng-c246044458] button[_ngcontent-ng-c246044458] {
    height: 48px;
    width: 100%;
    color: #000;
    padding: 12px 10px 12px 17px;
}

.flyout[_ngcontent-ng-c246044458] .scrollContainer[_ngcontent-ng-c246044458] button[_ngcontent-ng-c246044458]:after {
    content: "";
    position: absolute;
    border: 2px solid #ebaa00;
    border-radius: 10px;
    background-color: #fcc02433;
    inset: 2px 6px 2px 2px;
    pointer-events: none;
    opacity: 0;
}

.flyout[_ngcontent-ng-c246044458] .scrollContainer[_ngcontent-ng-c246044458] button[_ngcontent-ng-c246044458]:focus-visible {
    outline: none;
}

.flyout[_ngcontent-ng-c246044458] .scrollContainer[_ngcontent-ng-c246044458] button[_ngcontent-ng-c246044458]:focus-visible:after {
    opacity: 1;
}

.flyout[_ngcontent-ng-c246044458] .scrollContainer[_ngcontent-ng-c246044458] button[_ngcontent-ng-c246044458]:active:after {
    transform: scale(.96);
}

.flyout[_ngcontent-ng-c246044458] .scrollContainer[_ngcontent-ng-c246044458] button[_ngcontent-ng-c246044458]:hover:not(:disabled) {
    cursor: pointer;
    background-color: #f3f3f3;
}

.flyout[_ngcontent-ng-c246044458] .scrollContainer[_ngcontent-ng-c246044458] button[_ngcontent-ng-c246044458]:disabled:before {
    content: "";
    position: absolute;
    width: 4px;
    border-radius: 0 3px 3px 0;
    background-color: #fcc024;
    inset: 12px auto 12px 0;
}

.flyout[_ngcontent-ng-c246044458] .scrollContainer[_ngcontent-ng-c246044458] button[_ngcontent-ng-c246044458] enzo-flag[_ngcontent-ng-c246044458]+enzo-text[_ngcontent-ng-c246044458] {
    text-transform: uppercase;
    min-width: 24px;
}

.flyout[_ngcontent-ng-c246044458] .scrollContainer[_ngcontent-ng-c246044458]::-webkit-scrollbar {
    width: 5px;
    overflow: hidden;
}

.flyout[_ngcontent-ng-c246044458] .scrollContainer[_ngcontent-ng-c246044458]::-webkit-scrollbar-track {
    background-color: #e6e6e6;
    border-bottom-right-radius: 5px;
}

.flyout[_ngcontent-ng-c246044458] .scrollContainer[_ngcontent-ng-c246044458]::-webkit-scrollbar-thumb {
    background-color: #595959;
    border-radius: 5px;
}

.flyout[_ngcontent-ng-c246044458] .scrollContainer[_ngcontent-ng-c246044458]::-webkit-scrollbar-thumb:hover {
    background-color: #262626;
}

.flyout[_ngcontent-ng-c246044458] .scrollContainer[_ngcontent-ng-c246044458]::-webkit-scrollbar-button {
    display: none;
}

[_nghost-ng-c787193781] {
    display: inline-block;
}

img[_ngcontent-ng-c787193781] {
    display: block;
}

[_ngcontent-ng-c92922804]:root {
    --cos-yellow-dark: #ebaa00;
    --cos-yellow: #fcc024;
    --cos-yellow-highlight: #fcd15e;
    --cos-yellow-light: #fde29b;
    --cos-yellow-ultralight: #fff2d1;
    --cos-purple-dark: #2b0a5c;
    --cos-purple: #5514b4;
    --cos-purple-highlight: #934cff;
    --cos-purple-light: #e7dafb;
    --cos-purple-ultralight: #f4edff;
    --cos-green-dark: #1f711e;
    --cos-green: #1eac1b;
    --cos-green-highlight: #4dcf4a;
    --cos-green-light: #90e18e;
    --cos-green-ultralight: #ddf8dd;
    --cos-orange-dark: #d35c06;
    --cos-orange: #eb7911;
    --cos-orange-highlight: #ff9533;
    --cos-orange-light: #ffbf85;
    --cos-orange-ultralight: #ffebd9;
    --cos-red-dark: #9a1d1f;
    --cos-red: #cd1e14;
    --cos-red-highlight: #ff1a1d;
    --cos-red-light: #ff9ea0;
    --cos-red-ultralight: #fef0f0;
    --cos-black: #000000;
    --cos-blackish: #262626;
    --cos-black-light: #404040;
    --cos-grey-ultradark: #595959;
    --cos-grey-dark: #808080;
    --cos-grey: #b3b3b3;
    --cos-grey-light: #e6e6e6;
    --cos-grey-ultralight: #f3f3f3;
    --cos-white: #ffffff;
}

.enzo-text-body-italic[_ngcontent-ng-c92922804],
.enzo-text-body-bold[_ngcontent-ng-c92922804],
.enzo-text-body-medium[_ngcontent-ng-c92922804],
.enzo-text-body[_ngcontent-ng-c92922804] {
    font-size: 1rem;
    line-height: 1.5rem;
}

.enzo-text-placeholder[_ngcontent-ng-c92922804],
.enzo-text-button[_ngcontent-ng-c92922804],
.enzo-text-emphasis-label[_ngcontent-ng-c92922804],
.input-container[_ngcontent-ng-c92922804],
.enzo-text-label[_ngcontent-ng-c92922804] {
    font-size: .875rem;
    line-height: 1.125rem;
}

.enzo-text-overline[_ngcontent-ng-c92922804],
.enzo-text-button-small[_ngcontent-ng-c92922804],
.enzo-text-hint[_ngcontent-ng-c92922804],
.enzo-text-caption[_ngcontent-ng-c92922804] {
    font-size: .75rem;
    line-height: 1rem;
}

.enzo-text-body[_ngcontent-ng-c92922804] {
    font-weight: 400;
}

.enzo-text-body-medium[_ngcontent-ng-c92922804] {
    font-weight: 500;
}

.enzo-text-body-bold[_ngcontent-ng-c92922804] {
    font-weight: 700;
}

.enzo-text-body-italic[_ngcontent-ng-c92922804] {
    font-style: italic;
}

.input-container[_ngcontent-ng-c92922804],
.enzo-text-label[_ngcontent-ng-c92922804] {
    font-weight: 400;
}

.enzo-text-emphasis-label[_ngcontent-ng-c92922804],
.enzo-text-button[_ngcontent-ng-c92922804] {
    font-weight: 500;
}

.enzo-text-placeholder[_ngcontent-ng-c92922804] {
    font-weight: 400;
    font-style: italic;
    padding-right: .15em;
}

.enzo-text-caption[_ngcontent-ng-c92922804] {
    font-weight: 400;
}

.enzo-text-hint[_ngcontent-ng-c92922804] {
    font-weight: 400;
    font-style: italic;
}

.enzo-text-button-small[_ngcontent-ng-c92922804] {
    font-weight: 500;
}

.enzo-text-overline[_ngcontent-ng-c92922804] {
    font-weight: 500;
    text-transform: uppercase;
}

.overflow-ellipsis-left[_ngcontent-ng-c92922804],
.overflow-ellipsis[_ngcontent-ng-c92922804] {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.overflow-ellipsis-left[_ngcontent-ng-c92922804] {
    direction: rtl;
}

.error-message[_ngcontent-ng-c92922804] {
    color: #9a1d1f;
    padding-top: var(--enzo-spacer-2);
}

[_nghost-ng-c92922804] {
    display: block;
    position: relative;
    outline: none;
    scroll-margin: var(--enzo-spacer-6);
    min-width: 0;
    --enzo-internal-icon-yellow: hsl(44deg 96% 20%);
    --enzo-internal-icon-red: hsl(4deg 82% 20%);
    box-sizing: border-box;
}

[_nghost-ng-c92922804] *[_ngcontent-ng-c92922804] {
    box-sizing: border-box;
}

[_nghost-ng-c92922804],
[_nghost-ng-c92922804] *[_ngcontent-ng-c92922804],
[_nghost-ng-c92922804] [_ngcontent-ng-c92922804]:after,
[_nghost-ng-c92922804] [_ngcontent-ng-c92922804]:before,
[_nghost-ng-c92922804]:after,
[_nghost-ng-c92922804]:before {
    transition-duration: calc(var(--enzo-animation-duration)*1ms);
    transition-timing-function: linear;
    transition-property: color, background-color, border-color, opacity, visibility;
}

.input-container[_ngcontent-ng-c92922804] {
    color: #262626;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 40px;
    border: 1px solid #b3b3b3;
    border-radius: 5px;
}

[_nghost-ng-c92922804]:hover .input-container[_ngcontent-ng-c92922804] {
    border-color: #fcc024;
}

[_nghost-ng-c92922804]:focus-within .input-container[_ngcontent-ng-c92922804] {
    border-color: #ebaa00;
}

[_nghost-ng-c92922804]:has(.error-message) .input-container[_ngcontent-ng-c92922804] {
    border-color: #cd1e14;
}

[disabled=true][_nghost-ng-c92922804] .input-container[_ngcontent-ng-c92922804] {
    border-color: #b3b3b3;
    background-color: #f3f3f3;
    color: gray;
}

.input-container[_ngcontent-ng-c92922804] input[_ngcontent-ng-c92922804],
.input-container[_ngcontent-ng-c92922804] textarea[_ngcontent-ng-c92922804] {
    border: none;
    outline: none;
    background: transparent;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
    box-shadow: 0 0 0 20px transparent inset;
    width: 100%;
    box-sizing: border-box;
    field-sizing: content;
}

.input-container[_ngcontent-ng-c92922804] input[_ngcontent-ng-c92922804]:focus,
.input-container[_ngcontent-ng-c92922804] textarea[_ngcontent-ng-c92922804]:focus {
    outline: none;
}

.input-container[_ngcontent-ng-c92922804] input[_ngcontent-ng-c92922804]::-webkit-search-cancel-button,
.input-container[_ngcontent-ng-c92922804] input[_ngcontent-ng-c92922804]::-webkit-inner-spin-button,
.input-container[_ngcontent-ng-c92922804] input[_ngcontent-ng-c92922804]::-webkit-outer-spin-button,
.input-container[_ngcontent-ng-c92922804] textarea[_ngcontent-ng-c92922804]::-webkit-search-cancel-button,
.input-container[_ngcontent-ng-c92922804] textarea[_ngcontent-ng-c92922804]::-webkit-inner-spin-button,
.input-container[_ngcontent-ng-c92922804] textarea[_ngcontent-ng-c92922804]::-webkit-outer-spin-button {
    display: none;
}

.input-container[_ngcontent-ng-c92922804] input[_ngcontent-ng-c92922804]::placeholder,
.input-container[_ngcontent-ng-c92922804] textarea[_ngcontent-ng-c92922804]::placeholder {
    text-align: left;
    font-style: italic;
    color: #b3b3b3;
}

[_ngcontent-ng-c92922804]:root {
    --cos-yellow-dark: #ebaa00;
    --cos-yellow: #fcc024;
    --cos-yellow-highlight: #fcd15e;
    --cos-yellow-light: #fde29b;
    --cos-yellow-ultralight: #fff2d1;
    --cos-purple-dark: #2b0a5c;
    --cos-purple: #5514b4;
    --cos-purple-highlight: #934cff;
    --cos-purple-light: #e7dafb;
    --cos-purple-ultralight: #f4edff;
    --cos-green-dark: #1f711e;
    --cos-green: #1eac1b;
    --cos-green-highlight: #4dcf4a;
    --cos-green-light: #90e18e;
    --cos-green-ultralight: #ddf8dd;
    --cos-orange-dark: #d35c06;
    --cos-orange: #eb7911;
    --cos-orange-highlight: #ff9533;
    --cos-orange-light: #ffbf85;
    --cos-orange-ultralight: #ffebd9;
    --cos-red-dark: #9a1d1f;
    --cos-red: #cd1e14;
    --cos-red-highlight: #ff1a1d;
    --cos-red-light: #ff9ea0;
    --cos-red-ultralight: #fef0f0;
    --cos-black: #000000;
    --cos-blackish: #262626;
    --cos-black-light: #404040;
    --cos-grey-ultradark: #595959;
    --cos-grey-dark: #808080;
    --cos-grey: #b3b3b3;
    --cos-grey-light: #e6e6e6;
    --cos-grey-ultralight: #f3f3f3;
    --cos-white: #ffffff;
}

[_nghost-ng-c92922804]:hover .input-container[_ngcontent-ng-c92922804] .prefix[data-kind=search][_ngcontent-ng-c92922804],
[_nghost-ng-c92922804]:hover .input-container[_ngcontent-ng-c92922804] .prefix[data-kind=text][_ngcontent-ng-c92922804],
[_nghost-ng-c92922804]:focus-within .input-container[_ngcontent-ng-c92922804] .prefix[data-kind=search][_ngcontent-ng-c92922804],
[_nghost-ng-c92922804]:focus-within .input-container[_ngcontent-ng-c92922804] .prefix[data-kind=text][_ngcontent-ng-c92922804] {
    color: var(--enzo-internal-icon-yellow);
    background-color: #fff2d1;
}

[_nghost-ng-c92922804]:has(.error-message) .input-container[_ngcontent-ng-c92922804] .prefix[data-kind=search][_ngcontent-ng-c92922804],
[_nghost-ng-c92922804]:has(.error-message) .input-container[_ngcontent-ng-c92922804] .prefix[data-kind=text][_ngcontent-ng-c92922804] {
    color: var(--enzo-internal-icon-red);
    background-color: #fef0f0;
}

[disabled=true][_nghost-ng-c92922804] .input-container[_ngcontent-ng-c92922804] .prefix[data-kind=search][_ngcontent-ng-c92922804],
[disabled=true][_nghost-ng-c92922804] .input-container[_ngcontent-ng-c92922804] .prefix[data-kind=text][_ngcontent-ng-c92922804] {
    color: inherit;
    background-color: inherit;
}

[disabled=true][_nghost-ng-c92922804] .input-container[_ngcontent-ng-c92922804] .suffix.clickable-icon[_ngcontent-ng-c92922804] {
    cursor: unset;
}

.input-container[_ngcontent-ng-c92922804] .prefix[_ngcontent-ng-c92922804] {
    align-self: stretch;
    display: grid;
    align-items: center;
    color: #595959;
}

.input-container[_ngcontent-ng-c92922804] .prefix[data-kind=text][_ngcontent-ng-c92922804],
.input-container[_ngcontent-ng-c92922804] .prefix[data-kind=search][_ngcontent-ng-c92922804] {
    background-color: #f3f3f3;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: inherit;
    border-radius: 5px 0 0 5px;
}

.input-container[_ngcontent-ng-c92922804] .prefix[data-kind=text][_ngcontent-ng-c92922804] {
    padding-inline: var(--enzo-spacer-4);
}

.input-container[_ngcontent-ng-c92922804] .prefix[data-kind=search][_ngcontent-ng-c92922804] {
    padding-inline: var(--enzo-spacer-3);
}

.input-container[_ngcontent-ng-c92922804] .prefix[data-kind=icon][_ngcontent-ng-c92922804] {
    padding-inline: 10px var(--enzo-spacer-3);
}

.input-container[_ngcontent-ng-c92922804] input[_ngcontent-ng-c92922804]:placeholder-shown {
    text-overflow: ellipsis;
}

.input-container[_ngcontent-ng-c92922804] input[_ngcontent-ng-c92922804] {
    padding-inline: var(--enzo-spacer-4);
    border-radius: 5px;
    min-width: 0;
}

.input-container[_ngcontent-ng-c92922804]:has(.suffix-text):has(enzo-button) input[_ngcontent-ng-c92922804] {
    width: auto;
    padding-right: 0;
}

.input-container[_ngcontent-ng-c92922804] input[data-com-onepassword-filled][_ngcontent-ng-c92922804]:not(:disabled) {
    box-shadow: 0 0 0 20px #fff inset;
}

.input-container[_ngcontent-ng-c92922804] input[data-com-onepassword-filled][_ngcontent-ng-c92922804]:disabled {
    box-shadow: 0 0 0 20px #f3f3f3 inset;
}

.input-container[_ngcontent-ng-c92922804]>enzo-icon[_ngcontent-ng-c92922804] {
    margin-inline: var(--enzo-spacer-3);
}

.input-container[_ngcontent-ng-c92922804]>enzo-icon.clickable-icon[_ngcontent-ng-c92922804] {
    cursor: pointer;
    color: #262626;
}

.input-container[_ngcontent-ng-c92922804]>enzo-icon.clickable-icon[_ngcontent-ng-c92922804]:hover {
    color: #5514b4;
}

.input-container[_ngcontent-ng-c92922804] enzo-button[_ngcontent-ng-c92922804] {
    margin-right: var(--enzo-spacer-2);
}

.input-container[_ngcontent-ng-c92922804] enzo-button[_ngcontent-ng-c92922804]:first-of-type {
    margin-left: auto;
}

.input-container[_ngcontent-ng-c92922804] .suffix-text[_ngcontent-ng-c92922804] {
    padding-inline: var(--enzo-spacer-1) var(--enzo-spacer-3);
}

.input-container[_ngcontent-ng-c92922804] enzo-clear-value-button[_ngcontent-ng-c92922804] {
    margin-inline: auto var(--enzo-spacer-3);
    opacity: 0;
    visibility: hidden;
}

.input-container[data-has-value=true][_ngcontent-ng-c92922804] enzo-clear-value-button[_ngcontent-ng-c92922804] {
    opacity: 1;
    visibility: visible;
}

[_ngcontent-ng-c3938358638]:root {
    --cos-yellow-dark: #ebaa00;
    --cos-yellow: #fcc024;
    --cos-yellow-highlight: #fcd15e;
    --cos-yellow-light: #fde29b;
    --cos-yellow-ultralight: #fff2d1;
    --cos-purple-dark: #2b0a5c;
    --cos-purple: #5514b4;
    --cos-purple-highlight: #934cff;
    --cos-purple-light: #e7dafb;
    --cos-purple-ultralight: #f4edff;
    --cos-green-dark: #1f711e;
    --cos-green: #1eac1b;
    --cos-green-highlight: #4dcf4a;
    --cos-green-light: #90e18e;
    --cos-green-ultralight: #ddf8dd;
    --cos-orange-dark: #d35c06;
    --cos-orange: #eb7911;
    --cos-orange-highlight: #ff9533;
    --cos-orange-light: #ffbf85;
    --cos-orange-ultralight: #ffebd9;
    --cos-red-dark: #9a1d1f;
    --cos-red: #cd1e14;
    --cos-red-highlight: #ff1a1d;
    --cos-red-light: #ff9ea0;
    --cos-red-ultralight: #fef0f0;
    --cos-black: #000000;
    --cos-blackish: #262626;
    --cos-black-light: #404040;
    --cos-grey-ultradark: #595959;
    --cos-grey-dark: #808080;
    --cos-grey: #b3b3b3;
    --cos-grey-light: #e6e6e6;
    --cos-grey-ultralight: #f3f3f3;
    --cos-white: #ffffff;
}

.enzo-text-body-italic[_ngcontent-ng-c3938358638],
.enzo-text-body-bold[_ngcontent-ng-c3938358638],
.enzo-text-body-medium[_ngcontent-ng-c3938358638],
.enzo-text-body[_ngcontent-ng-c3938358638] {
    font-size: 1rem;
    line-height: 1.5rem;
}

.enzo-text-placeholder[_ngcontent-ng-c3938358638],
.enzo-text-button[_ngcontent-ng-c3938358638],
.enzo-text-emphasis-label[_ngcontent-ng-c3938358638],
.enzo-text-label[_ngcontent-ng-c3938358638] {
    font-size: .875rem;
    line-height: 1.125rem;
}

.enzo-text-overline[_ngcontent-ng-c3938358638],
.enzo-text-button-small[_ngcontent-ng-c3938358638],
.enzo-text-hint[_ngcontent-ng-c3938358638],
.enzo-text-caption[_ngcontent-ng-c3938358638] {
    font-size: .75rem;
    line-height: 1rem;
}

.enzo-text-body[_ngcontent-ng-c3938358638] {
    font-weight: 400;
}

.enzo-text-body-medium[_ngcontent-ng-c3938358638] {
    font-weight: 500;
}

.enzo-text-body-bold[_ngcontent-ng-c3938358638] {
    font-weight: 700;
}

.enzo-text-body-italic[_ngcontent-ng-c3938358638] {
    font-style: italic;
}

.enzo-text-label[_ngcontent-ng-c3938358638] {
    font-weight: 400;
}

.enzo-text-emphasis-label[_ngcontent-ng-c3938358638],
.enzo-text-button[_ngcontent-ng-c3938358638] {
    font-weight: 500;
}

.enzo-text-placeholder[_ngcontent-ng-c3938358638] {
    font-weight: 400;
    font-style: italic;
    padding-right: .15em;
}

.enzo-text-caption[_ngcontent-ng-c3938358638] {
    font-weight: 400;
}

.enzo-text-hint[_ngcontent-ng-c3938358638] {
    font-weight: 400;
    font-style: italic;
}

.enzo-text-button-small[_ngcontent-ng-c3938358638] {
    font-weight: 500;
}

.enzo-text-overline[_ngcontent-ng-c3938358638] {
    font-weight: 500;
    text-transform: uppercase;
}

.overflow-ellipsis-left[_ngcontent-ng-c3938358638],
.overflow-ellipsis[_ngcontent-ng-c3938358638] {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.overflow-ellipsis-left[_ngcontent-ng-c3938358638] {
    direction: rtl;
}

.error-message[_ngcontent-ng-c3938358638] {
    color: #9a1d1f;
    padding-top: var(--enzo-spacer-2);
}

[_nghost-ng-c3938358638] {
    display: inline-block;
    max-width: max-content;
    color: var(--text-color);
    position: relative;
    z-index: 0;
    outline: none;
    --enzo-animation-duration: 0;
    --height: 40px;
    --padding-inline: var(--enzo-spacer-5);
    --active-scale-x: .98;
    min-height: var(--height);
}

[_nghost-ng-c3938358638],
[_nghost-ng-c3938358638] *[_ngcontent-ng-c3938358638],
[_nghost-ng-c3938358638] [_ngcontent-ng-c3938358638]:after,
[_nghost-ng-c3938358638] [_ngcontent-ng-c3938358638]:before,
[_nghost-ng-c3938358638]:after,
[_nghost-ng-c3938358638]:before {
    transition-duration: calc(var(--enzo-animation-duration)*1ms);
    transition-timing-function: linear;
    transition-property: background-color, transform, color, outline, box-shadow, opacity;
}

[size=small][_nghost-ng-c3938358638] {
    --height: 30px;
    --padding-inline: var(--enzo-spacer-4);
}

[_nghost-ng-c3938358638]:has(span:empty),
[_nghost-ng-c3938358638]:not(:has(span)) {
    --active-scale-x: .96;
}

[stretch=true][_nghost-ng-c3938358638] {
    --active-scale-x: .99;
}

[stretch=true][_nghost-ng-c3938358638] .button[_ngcontent-ng-c3938358638] {
    width: 100%;
}

[_nghost-ng-c3938358638]:where([stretch=true]) {
    display: block;
    max-width: unset;
}

enzo-icon[_ngcontent-ng-c3938358638] {
    color: var(--icon-color);
}

[_nghost-ng-c3938358638]::before,
[_nghost-ng-c3938358638]::after {
    content: "";
    position: absolute;
    pointer-events: none;
    inset: 0;
    border-radius: 5px;
}

[_nghost-ng-c3938358638]::before {
    background-color: var(--background-color);
}

[_nghost-ng-c3938358638]:hover[disabled=false],
.fake-hover[_nghost-ng-c3938358638] {
    color: var(--hover-text-color);
    cursor: pointer;
}

[_nghost-ng-c3938358638]:hover[disabled=false] *[_ngcontent-ng-c3938358638],
.fake-hover[_nghost-ng-c3938358638] *[_ngcontent-ng-c3938358638] {
    cursor: pointer;
}

[_nghost-ng-c3938358638]:hover[disabled=false]:before,
.fake-hover[_nghost-ng-c3938358638]:before {
    background-color: var(--hover-background-color);
}

[_nghost-ng-c3938358638]:hover[disabled=false] enzo-icon[_ngcontent-ng-c3938358638],
.fake-hover[_nghost-ng-c3938358638] enzo-icon[_ngcontent-ng-c3938358638] {
    color: var(--icon-hover-color, var(--icon-color));
}

[disabled=true][_nghost-ng-c3938358638] {
    color: var(--disabled-text-color, var(--text-color));
}

[disabled=true][_nghost-ng-c3938358638]:before {
    background-color: var(--disabled-background-color);
}

[_nghost-ng-c3938358638]:after {
    z-index: -1;
    border: 2px solid #ebaa00;
    background-color: #fff2d1;
    opacity: 0;
}

[_nghost-ng-c3938358638]:focus-visible:after {
    opacity: 1;
}

enzo-button[_nghost-ng-c3938358638]:after {
    inset: -6px;
    border-radius: 10px;
}

[_nghost-ng-c3938358638]:has(button:active:not(:disabled)):before,
[_nghost-ng-c3938358638]:has(button:active:not(:disabled)):after {
    transform: scaleX(var(--active-scale-x)) scaleY(.96);
}

.button[_ngcontent-ng-c3938358638] {
    -webkit-user-select: none;
    user-select: none;
    appearance: none;
    background: none;
    border: none;
    outline: none;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: inherit;
    min-height: var(--height);
    padding-inline: var(--padding-inline);
}

.button[_ngcontent-ng-c3938358638]>*[_ngcontent-ng-c3938358638] {
    pointer-events: none;
}

.button[_ngcontent-ng-c3938358638] *[_ngcontent-ng-c3938358638]:has(~enzo-loader) {
    opacity: 0;
}

.button[_ngcontent-ng-c3938358638]:has(span:empty),
.button[_ngcontent-ng-c3938358638]:not(:has(span)) {
    padding: 0;
    gap: 0;
    aspect-ratio: 1;
}

[icon-position=leading][_nghost-ng-c3938358638] .button[_ngcontent-ng-c3938358638]:has(span:not(:empty)):has(enzo-icon) {
    padding-left: calc(var(--padding-inline) - 2px);
}

[icon-position=trailing][_nghost-ng-c3938358638] .button[_ngcontent-ng-c3938358638]:has(span:not(:empty)):has(enzo-icon) {
    padding-right: calc(var(--padding-inline) - 2px);
}

[icon-position=trailing][_nghost-ng-c3938358638] .button[_ngcontent-ng-c3938358638]:has(span:not(:empty)):has(enzo-icon) enzo-icon[_ngcontent-ng-c3938358638] {
    order: 2;
}

.button[_ngcontent-ng-c3938358638] enzo-loader[_ngcontent-ng-c3938358638] {
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
}

@starting-style {
    .button[_ngcontent-ng-c3938358638] enzo-loader[_ngcontent-ng-c3938358638] {
        opacity: 0;
    }
}

[_ngcontent-ng-c186566836]:root {
    --cos-yellow-dark: #ebaa00;
    --cos-yellow: #fcc024;
    --cos-yellow-highlight: #fcd15e;
    --cos-yellow-light: #fde29b;
    --cos-yellow-ultralight: #fff2d1;
    --cos-purple-dark: #2b0a5c;
    --cos-purple: #5514b4;
    --cos-purple-highlight: #934cff;
    --cos-purple-light: #e7dafb;
    --cos-purple-ultralight: #f4edff;
    --cos-green-dark: #1f711e;
    --cos-green: #1eac1b;
    --cos-green-highlight: #4dcf4a;
    --cos-green-light: #90e18e;
    --cos-green-ultralight: #ddf8dd;
    --cos-orange-dark: #d35c06;
    --cos-orange: #eb7911;
    --cos-orange-highlight: #ff9533;
    --cos-orange-light: #ffbf85;
    --cos-orange-ultralight: #ffebd9;
    --cos-red-dark: #9a1d1f;
    --cos-red: #cd1e14;
    --cos-red-highlight: #ff1a1d;
    --cos-red-light: #ff9ea0;
    --cos-red-ultralight: #fef0f0;
    --cos-black: #000000;
    --cos-blackish: #262626;
    --cos-black-light: #404040;
    --cos-grey-ultradark: #595959;
    --cos-grey-dark: #808080;
    --cos-grey: #b3b3b3;
    --cos-grey-light: #e6e6e6;
    --cos-grey-ultralight: #f3f3f3;
    --cos-white: #ffffff;
}

.enzo-text-body-italic[_ngcontent-ng-c186566836],
.enzo-text-body-bold[_ngcontent-ng-c186566836],
.enzo-text-body-medium[_ngcontent-ng-c186566836],
.enzo-text-body[_ngcontent-ng-c186566836] {
    font-size: 1rem;
    line-height: 1.5rem;
}

.enzo-text-placeholder[_ngcontent-ng-c186566836],
.enzo-text-button[_ngcontent-ng-c186566836],
.enzo-text-emphasis-label[_ngcontent-ng-c186566836],
.enzo-text-label[_ngcontent-ng-c186566836] {
    font-size: .875rem;
    line-height: 1.125rem;
}

.enzo-text-overline[_ngcontent-ng-c186566836],
.enzo-text-button-small[_ngcontent-ng-c186566836],
.enzo-text-hint[_ngcontent-ng-c186566836],
.enzo-text-caption[_ngcontent-ng-c186566836] {
    font-size: .75rem;
    line-height: 1rem;
}

.enzo-text-body[_ngcontent-ng-c186566836] {
    font-weight: 400;
}

.enzo-text-body-medium[_ngcontent-ng-c186566836] {
    font-weight: 500;
}

.enzo-text-body-bold[_ngcontent-ng-c186566836] {
    font-weight: 700;
}

.enzo-text-body-italic[_ngcontent-ng-c186566836] {
    font-style: italic;
}

.enzo-text-label[_ngcontent-ng-c186566836] {
    font-weight: 400;
}

.enzo-text-emphasis-label[_ngcontent-ng-c186566836],
.enzo-text-button[_ngcontent-ng-c186566836] {
    font-weight: 500;
}

.enzo-text-placeholder[_ngcontent-ng-c186566836] {
    font-weight: 400;
    font-style: italic;
    padding-right: .15em;
}

.enzo-text-caption[_ngcontent-ng-c186566836] {
    font-weight: 400;
}

.enzo-text-hint[_ngcontent-ng-c186566836] {
    font-weight: 400;
    font-style: italic;
}

.enzo-text-button-small[_ngcontent-ng-c186566836] {
    font-weight: 500;
}

.enzo-text-overline[_ngcontent-ng-c186566836] {
    font-weight: 500;
    text-transform: uppercase;
}

.overflow-ellipsis-left[_ngcontent-ng-c186566836],
.overflow-ellipsis[_ngcontent-ng-c186566836] {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.overflow-ellipsis-left[_ngcontent-ng-c186566836] {
    direction: rtl;
}

.error-message[_ngcontent-ng-c186566836] {
    color: #9a1d1f;
    padding-top: var(--enzo-spacer-2);
}

[_nghost-ng-c186566836] {
    display: grid;
    grid-template-areas: "label hint";
    grid-column-gap: var(--enzo-spacer-3);
    padding-bottom: var(--enzo-spacer-2);
}

[_nghost-ng-c186566836]:has(.description) {
    grid-template-areas: "label ." "description hint";
}

[_nghost-ng-c186566836]:has(enzo-icon) {
    grid-template-areas: "icon label hint";
    grid-template-columns: 16px 1fr min-content;
}

[_nghost-ng-c186566836]:has(enzo-icon):has(.description) {
    grid-template-areas: "icon label ." ". description hint";
}

[_nghost-ng-c186566836]:empty {
    display: none;
}

[_nghost-ng-c186566836] enzo-icon[_ngcontent-ng-c186566836] {
    grid-area: icon;
}

[_nghost-ng-c186566836] .label[_ngcontent-ng-c186566836] {
    grid-area: label;
    color: #595959;
}

[_nghost-ng-c186566836] .description[_ngcontent-ng-c186566836] {
    grid-area: description;
    color: gray;
}

[_nghost-ng-c186566836] .hint-text[_ngcontent-ng-c186566836],
[_nghost-ng-c186566836] .hint-button[_ngcontent-ng-c186566836],
[_nghost-ng-c186566836] .character-counter[_ngcontent-ng-c186566836] {
    grid-area: hint;
    justify-self: end;
    color: #595959;
}

[_nghost-ng-c186566836] .hint-button[_ngcontent-ng-c186566836] {
    --height: 18px;
    --padding-inline: var(--enzo-spacer-3);
}

[_nghost-ng-c186566836] .hint-text[_ngcontent-ng-c186566836] {
    padding-right: 1px;
}

[_nghost-ng-c186566836]:has(.hint):has(.character-counter) .character-counter[_ngcontent-ng-c186566836] {
    display: none;
}

:focus-within>[_nghost-ng-c186566836]:has(.character-counter) .hint[_ngcontent-ng-c186566836] {
    display: none;
}

:focus-within>[_nghost-ng-c186566836]:has(.character-counter) .character-counter[_ngcontent-ng-c186566836] {
    display: block;
}

[_nghost-ng-c3241298331] {
    display: inline-flex;
}

[_ngcontent-ng-c3699023330]:root {
    --cos-yellow-dark: #ebaa00;
    --cos-yellow: #fcc024;
    --cos-yellow-highlight: #fcd15e;
    --cos-yellow-light: #fde29b;
    --cos-yellow-ultralight: #fff2d1;
    --cos-purple-dark: #2b0a5c;
    --cos-purple: #5514b4;
    --cos-purple-highlight: #934cff;
    --cos-purple-light: #e7dafb;
    --cos-purple-ultralight: #f4edff;
    --cos-green-dark: #1f711e;
    --cos-green: #1eac1b;
    --cos-green-highlight: #4dcf4a;
    --cos-green-light: #90e18e;
    --cos-green-ultralight: #ddf8dd;
    --cos-orange-dark: #d35c06;
    --cos-orange: #eb7911;
    --cos-orange-highlight: #ff9533;
    --cos-orange-light: #ffbf85;
    --cos-orange-ultralight: #ffebd9;
    --cos-red-dark: #9a1d1f;
    --cos-red: #cd1e14;
    --cos-red-highlight: #ff1a1d;
    --cos-red-light: #ff9ea0;
    --cos-red-ultralight: #fef0f0;
    --cos-black: #000000;
    --cos-blackish: #262626;
    --cos-black-light: #404040;
    --cos-grey-ultradark: #595959;
    --cos-grey-dark: #808080;
    --cos-grey: #b3b3b3;
    --cos-grey-light: #e6e6e6;
    --cos-grey-ultralight: #f3f3f3;
    --cos-white: #ffffff;
}

.enzo-text-body-italic[_ngcontent-ng-c3699023330],
.enzo-text-body-bold[_ngcontent-ng-c3699023330],
.enzo-text-body-medium[_ngcontent-ng-c3699023330],
.enzo-text-body[_ngcontent-ng-c3699023330] {
    font-size: 1rem;
    line-height: 1.5rem;
}

.enzo-text-placeholder[_ngcontent-ng-c3699023330],
.enzo-text-button[_ngcontent-ng-c3699023330],
.enzo-text-emphasis-label[_ngcontent-ng-c3699023330],
.enzo-text-label[_ngcontent-ng-c3699023330] {
    font-size: .875rem;
    line-height: 1.125rem;
}

.enzo-text-overline[_ngcontent-ng-c3699023330],
.enzo-text-button-small[_ngcontent-ng-c3699023330],
.enzo-text-hint[_ngcontent-ng-c3699023330],
.enzo-text-caption[_ngcontent-ng-c3699023330] {
    font-size: .75rem;
    line-height: 1rem;
}

.enzo-text-body[_ngcontent-ng-c3699023330] {
    font-weight: 400;
}

.enzo-text-body-medium[_ngcontent-ng-c3699023330] {
    font-weight: 500;
}

.enzo-text-body-bold[_ngcontent-ng-c3699023330] {
    font-weight: 700;
}

.enzo-text-body-italic[_ngcontent-ng-c3699023330] {
    font-style: italic;
}

.enzo-text-label[_ngcontent-ng-c3699023330] {
    font-weight: 400;
}

.enzo-text-emphasis-label[_ngcontent-ng-c3699023330],
.enzo-text-button[_ngcontent-ng-c3699023330] {
    font-weight: 500;
}

.enzo-text-placeholder[_ngcontent-ng-c3699023330] {
    font-weight: 400;
    font-style: italic;
    padding-right: .15em;
}

.enzo-text-caption[_ngcontent-ng-c3699023330] {
    font-weight: 400;
}

.enzo-text-hint[_ngcontent-ng-c3699023330] {
    font-weight: 400;
    font-style: italic;
}

.enzo-text-button-small[_ngcontent-ng-c3699023330] {
    font-weight: 500;
}

.enzo-text-overline[_ngcontent-ng-c3699023330] {
    font-weight: 500;
    text-transform: uppercase;
}

.overflow-ellipsis-left[_ngcontent-ng-c3699023330],
.overflow-ellipsis[_ngcontent-ng-c3699023330] {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.overflow-ellipsis-left[_ngcontent-ng-c3699023330] {
    direction: rtl;
}

.error-message[_ngcontent-ng-c3699023330] {
    color: #9a1d1f;
    padding-top: var(--enzo-spacer-2);
}

[_nghost-ng-c3699023330] {
    display: inline-block;
    max-width: max-content;
    color: var(--text-color);
    position: relative;
    z-index: 0;
    outline: none;
    --enzo-animation-duration: 0;
    --height: 40px;
    --padding-inline: var(--enzo-spacer-5);
    --active-scale-x: .98;
    min-height: var(--height);
}

[_nghost-ng-c3699023330],
[_nghost-ng-c3699023330] *[_ngcontent-ng-c3699023330],
[_nghost-ng-c3699023330] [_ngcontent-ng-c3699023330]:after,
[_nghost-ng-c3699023330] [_ngcontent-ng-c3699023330]:before,
[_nghost-ng-c3699023330]:after,
[_nghost-ng-c3699023330]:before {
    transition-duration: calc(var(--enzo-animation-duration)*1ms);
    transition-timing-function: linear;
    transition-property: background-color, transform, color, outline, box-shadow, opacity;
}

[size=small][_nghost-ng-c3699023330] {
    --height: 30px;
    --padding-inline: var(--enzo-spacer-4);
}

[_nghost-ng-c3699023330]:has(span:empty),
[_nghost-ng-c3699023330]:not(:has(span)) {
    --active-scale-x: .96;
}

[stretch=true][_nghost-ng-c3699023330] {
    --active-scale-x: .99;
}

[stretch=true][_nghost-ng-c3699023330] .button[_ngcontent-ng-c3699023330] {
    width: 100%;
}

[_nghost-ng-c3699023330]:where([stretch=true]) {
    display: block;
    max-width: unset;
}

enzo-icon[_ngcontent-ng-c3699023330] {
    color: var(--icon-color);
}

[_nghost-ng-c3699023330]::before,
[_nghost-ng-c3699023330]::after {
    content: "";
    position: absolute;
    pointer-events: none;
    inset: 0;
    border-radius: 5px;
}

[_nghost-ng-c3699023330]::before {
    background-color: var(--background-color);
}

[_nghost-ng-c3699023330]:hover[disabled=false],
.fake-hover[_nghost-ng-c3699023330] {
    color: var(--hover-text-color);
    cursor: pointer;
}

[_nghost-ng-c3699023330]:hover[disabled=false] *[_ngcontent-ng-c3699023330],
.fake-hover[_nghost-ng-c3699023330] *[_ngcontent-ng-c3699023330] {
    cursor: pointer;
}

[_nghost-ng-c3699023330]:hover[disabled=false]:before,
.fake-hover[_nghost-ng-c3699023330]:before {
    background-color: var(--hover-background-color);
}

[_nghost-ng-c3699023330]:hover[disabled=false] enzo-icon[_ngcontent-ng-c3699023330],
.fake-hover[_nghost-ng-c3699023330] enzo-icon[_ngcontent-ng-c3699023330] {
    color: var(--icon-hover-color, var(--icon-color));
}

[disabled=true][_nghost-ng-c3699023330] {
    color: var(--disabled-text-color, var(--text-color));
}

[disabled=true][_nghost-ng-c3699023330]:before {
    background-color: var(--disabled-background-color);
}

[_nghost-ng-c3699023330]:after {
    z-index: -1;
    border: 2px solid #ebaa00;
    background-color: #fff2d1;
    opacity: 0;
}

[_nghost-ng-c3699023330]:focus-visible:after {
    opacity: 1;
}

enzo-button[_nghost-ng-c3699023330]:after {
    inset: -6px;
    border-radius: 10px;
}

[_nghost-ng-c3699023330]:has(button:active:not(:disabled)):before,
[_nghost-ng-c3699023330]:has(button:active:not(:disabled)):after {
    transform: scaleX(var(--active-scale-x)) scaleY(.96);
}

.button[_ngcontent-ng-c3699023330] {
    -webkit-user-select: none;
    user-select: none;
    appearance: none;
    background: none;
    border: none;
    outline: none;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: inherit;
    min-height: var(--height);
    padding-inline: var(--padding-inline);
}

.button[_ngcontent-ng-c3699023330]>*[_ngcontent-ng-c3699023330] {
    pointer-events: none;
}

.button[_ngcontent-ng-c3699023330] *[_ngcontent-ng-c3699023330]:has(~enzo-loader) {
    opacity: 0;
}

.button[_ngcontent-ng-c3699023330]:has(span:empty),
.button[_ngcontent-ng-c3699023330]:not(:has(span)) {
    padding: 0;
    gap: 0;
    aspect-ratio: 1;
}

[icon-position=leading][_nghost-ng-c3699023330] .button[_ngcontent-ng-c3699023330]:has(span:not(:empty)):has(enzo-icon) {
    padding-left: calc(var(--padding-inline) - 2px);
}

[icon-position=trailing][_nghost-ng-c3699023330] .button[_ngcontent-ng-c3699023330]:has(span:not(:empty)):has(enzo-icon) {
    padding-right: calc(var(--padding-inline) - 2px);
}

[icon-position=trailing][_nghost-ng-c3699023330] .button[_ngcontent-ng-c3699023330]:has(span:not(:empty)):has(enzo-icon) enzo-icon[_ngcontent-ng-c3699023330] {
    order: 2;
}

.button[_ngcontent-ng-c3699023330] enzo-loader[_ngcontent-ng-c3699023330] {
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
}

@starting-style {
    .button[_ngcontent-ng-c3699023330] enzo-loader[_ngcontent-ng-c3699023330] {
        opacity: 0;
    }
}

@keyframes CookiebotWidgetFadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

#CookiebotWidget {
    word-wrap: break-word;
    left: 10px;
    bottom: 10px;
    animation: CookiebotWidgetFadeIn .3s ease-in;
    background-color: #000000;
    border-radius: 40px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .15);
    font-family: Helvetica, Arial, sans-serif;
    line-height: 1.5;
    min-height: 48px;
    min-width: 48px;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: all .2s ease-in;
    word-break: break-word;
    z-index: 2147483631;
}

#CookiebotWidget,
#CookiebotWidget * {
    background: transparent;
    box-sizing: border-box;
    color: #FFFFFF;
    font-size: 15px;
    letter-spacing: .1px;
    margin: 0;
    outline: 0;
    padding: 0;
}

#CookiebotWidget * {
    font-family: inherit;
}

#CookiebotWidget button,
#CookiebotWidget li,
#CookiebotWidget strong,
#CookiebotWidget svg,
#CookiebotWidget ul {
    border: none;
    cursor: inherit;
    font-weight: inherit;
    line-height: 1.5;
}

#CookiebotWidget:not(.CookiebotWidget-inactive) {
    opacity: 1;
    pointer-events: all;
    transition: opacity .3s ease-in, border-radius .2s ease-in;
}

#CookiebotWidget.CookiebotWidget-open {
    overflow: hidden;
}

#CookiebotWidget:not(.CookiebotWidget-open):hover {
    box-shadow: 0 4px 18px rgba(0, 0, 0, .3);
}

#CookiebotWidget+#CookiebotWidgetUnderlay {
    background: #000;
    height: 100vh;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100vw;
    z-index: 2147483630;
}

#CookiebotWidget:not(.CookiebotWidget-open) .CookiebotWidget-logo {
    cursor: pointer;
}

#CookiebotWidget .CookiebotWidget-logo {
    display: block;
    transition: opacity .3s, transform .3s;
}

#CookiebotWidget .CookiebotWidget-logo svg {
    display: block;
    height: 44px;
    transition: all .3s;
    width: 44px;
}

#CookiebotWidget:not(.CookiebotWidget-open) button.CookiebotWidget-logo svg {
    height: 48px;
    transition: all 0s ease;
    transition-delay: .2s;
    width: 48px;
}

#CookiebotWidget .CookiebotWidget-logo svg circle {
    fill: #000000;
}

#CookiebotWidget .CookiebotWidget-logo svg path {
    fill: #FFFFFF;
}

#CookiebotWidget #CookiebotWidget-widgetContent {
    display: flex;
    max-height: 0;
    max-width: 0;
    overflow: hidden;
    transition: all .2s ease-in;
}

#CookiebotWidget.CookiebotWidget-open #CookiebotWidget-widgetContent {
    max-height: 1000px;
    max-width: 1000px;
}

#CookiebotWidget.CookiebotWidget-open .CookiebotWidget-contents {
    max-height: calc(100vh - 10px);
    min-height: 360px;
}

#CookiebotWidget :focus-visible,
#CookiebotWidget:not(.CookiebotWidget-open) .Cookiebotwidget-logo {
    outline: 2px solid #FCBF23;
    outline-offset: 1px;
}

@media screen and (max-width: 600px) {
    #CookiebotWidget:not(.CookiebotWidget-inactive) {
        bottom: 10px;
        left: 10px;
    }
}

@media screen and (min-width: 601px) {
    #CookiebotWidget+#CookiebotWidgetUnderlay {
        display: none;
    }
}