:where(.c-base-select){position:relative;font-family:var(--theme-typography-body-p-font-family);font-weight:var(--theme-typography-body-p-font-weight);font-size:var(--theme-typography-body-p-font-size);line-height:var(--theme-typography-body-p-line-height);letter-spacing:var(--theme-typography-body-p-letter-spacing)}.c-base-select__label{margin-bottom:.5rem;display:block;color:var(--theme-colors-neutral-black);font-family:var(--theme-typography-body-p-bold-font-family);font-weight:var(--theme-typography-body-p-bold-font-weight);font-size:var(--theme-typography-body-p-bold-font-size);line-height:var(--theme-typography-body-p-bold-line-height);letter-spacing:var(--theme-typography-body-p-bold-letter-spacing)}.c-base-select--open{z-index:10}.visually-hidden{position:absolute;margin:-1px;width:1px;height:1px;overflow:hidden;border-width:0px;padding:0;clip:rect(0 0 0 0)}.c-base-select__box{position:relative;z-index:3;display:grid;max-width:100%;width:100%;cursor:pointer;align-items:center;border-width:1px;border-color:var(--theme-colors-primary-DEFAULT);border-radius:.625rem;border-style:solid;background-color:var(--theme-colors-neutral-white);padding:.75rem .35rem .75rem 1.25rem;grid-template-columns:1fr var(--select-caret-width,1.5rem)}.c-base-select__caret{margin-left:auto;width:1.5rem;height:1.5rem;color:var(--theme-colors-neutral-black);transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.2s}.c-base-select__input{height:100%;border-style:none;color:var(--theme-colors-primary-DEFAULT);font-family:var(--theme-typography-body-p-font-family);font-weight:var(--theme-typography-body-p-font-weight);font-size:var(--theme-typography-body-p-font-size);line-height:var(--theme-typography-body-p-line-height);letter-spacing:var(--theme-typography-body-p-letter-spacing);max-width:calc(var(--select-max-width, 100%) - var(--select-caret-width, 1.5rem))}.c-base-select__input:focus{border-left-width:0px;border-right-width:0px;border-top-width:0px;border-bottom-width:1px;border-color:var(--theme-colors-primary-DEFAULT);border-style:solid;outline:2px solid transparent;outline-offset:2px}.c-base-select__input-value{pointer-events:none;width:100%;max-width:calc(var(--select-max-width,100%) - var(--select-caret-width,1.5rem));display:flex;align-items:center;white-space:nowrap;background-color:var(--select-box-background,white);color:var(--theme-colors-primary-DEFAULT)}.c-base-select__options-container{position:absolute;left:0;z-index:2;width:100%;border-radius:.625rem;background-color:var(--theme-colors-neutral-white);padding:.75rem .35rem .75rem 1.25rem}.c-base-select__options-container-bg{position:absolute;left:0;top:-1rem;width:100%;height:calc(100% + 1rem);border-width:1px;border-color:var(--theme-colors-primary-DEFAULT);border-radius:.625rem;border-style:solid;background-color:var(--theme-colors-neutral-white);content:""}.c-base-select__options{position:relative;z-index:4;margin:0;max-height:18.75rem;list-style-type:none;overflow:auto;padding:0}.c-base-select__option{cursor:pointer;white-space:nowrap;padding-top:.31rem;padding-bottom:.31rem;color:var(--theme-colors-primary-DEFAULT)}.c-base-select__option:focus{color:var(--theme-colors-secondary-DEFAULT)}.c-base-select__option:hover,.c-base-select__caret--open{color:var(--theme-colors-secondary-DEFAULT)}.c-base-select__input-value--absolute{position:absolute;left:1.25rem}.c-base-select__option--focused,.c-base-select__option:hover{color:var(--theme-colors-secondary-DEFAULT)}.c-base-select__option--selected{color:var(--theme-colors-primary-DEFAULT);font-family:var(--theme-typography-body-p-bold-font-family);font-weight:var(--theme-typography-body-p-bold-font-weight);font-size:var(--theme-typography-body-p-bold-font-size);line-height:var(--theme-typography-body-p-bold-line-height);letter-spacing:var(--theme-typography-body-p-bold-letter-spacing)}
