.select-input{position:relative;width:100%}.select-input--disabled{opacity:.5;cursor:not-allowed}.select-input--open .select-input__chevron{transform:translateY(-50%) rotate(180deg)}.select-input__button{margin:0;margin-block:0;padding:0;color:#333;font-family:GillSansNovaMedium;font-size:1.25rem;font-weight:500;line-height:1.5}@supports not (text-box-trim:trim-both){.select-input__button{margin-top:-.6875rem;margin-bottom:-.375rem}}.select-input__button{transition:.3s cubic-bezier(.5,0,.5,1);transition-property:border-color;display:flex;align-items:center;justify-content:space-between;text-align:left;background-color:#fff;border:.063rem solid #6b6b6b;border-radius:.125rem;outline:none;width:100%;min-height:3rem;padding:.375rem 1rem;margin:0!important;line-height:1;cursor:pointer}.select-input__button:hover:not(:disabled){border-color:#333}.select-input__button:focus-visible{border-radius:0;box-shadow:0 0 0 4px #ef6b6e;outline:2px solid #222;outline-offset:0;z-index:99}.select-input__button:focus-visible.__SILKY__silktide-active{outline-offset:0!important;outline:2px solid #222!important}.select-input__button:focus-visible{color:#222!important;background-color:#fff}.select-input__button:focus-visible svg path{fill:#222}.select-input__button svg path{fill:#a52426}.select-input__button:disabled{cursor:not-allowed}.select-input__button--open{border-color:#333;border-width:2px;border-radius:unset}.select-input__display{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select-input__placeholder{margin:0;margin-block:0;padding:0;font-family:GillSansNovaMedium;font-size:1.25rem;font-weight:500;line-height:1.5}@supports not (text-box-trim:trim-both){.select-input__placeholder{margin-top:-.6875rem;margin-bottom:-.375rem}}.select-input__placeholder{color:#333}.select-input__button:focus-visible .select-input__placeholder{color:#222!important}.select-input__chevron{position:absolute;top:50%;right:.75rem;transform:translateY(-50%);width:1.5rem;height:1.5rem;pointer-events:none;transition:transform .2s ease}.select-input__chevron--rotated{transform:translateY(-50%) rotate(180deg)}.select-input__listbox{margin-block:0;padding:0;color:#333;font-family:GillSansNovaMedium;font-size:1.25rem;font-weight:500;line-height:1.5}@supports not (text-box-trim:trim-both){.select-input__listbox{margin-top:-.6875rem;margin-bottom:-.375rem}}.select-input__listbox{position:absolute;top:100%;left:0;right:0;margin:0;background-color:#fff;max-height:20rem;border:2px solid #222;border-radius:.125rem;box-shadow:0 .25rem .5rem rgba(0,0,0,.1);list-style:none;z-index:1000;overflow-y:auto}.select-input__option{position:relative;display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;padding:.75rem;cursor:pointer;transition:background-color .15s ease;border-top:.125rem solid #f4f4f4}.select-input__option:hover{background-color:#fff3f1}.select-input__option--focused:before{content:"";position:absolute;inset:0;border:2px solid #ef6b6e;pointer-events:none}.select-input__option--focused:after{content:"";position:absolute;inset:2px;border:2px solid #222;pointer-events:none}.select-input__option--selected{font-weight:600}.select-input__option-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select-input__option-icon{flex-shrink:0;width:1.5rem;height:1.5rem}.select-input--dark-bg .select-input__button,.select-input--dark-bg .select-input__listbox{border:none}