.custom-select,.custom-select__title{position:relative;width:100%;height:100%}.custom-select__title{background:var(--color-white);border:none;box-sizing:border-box;cursor:pointer;text-align:left;font-family:var(--font-regular-family);font-weight:var(--font-regular-weight);font-style:var(--font-regular-style);font-size:.875rem;line-height:1;color:var(--color-brand-secondary);padding:.8125rem 2rem .8125rem 1rem;display:flex;align-items:center;justify-content:space-between}.custom-select__title span{display:block;pointer-events:none}.custom-select__list{background:var(--color-white);display:none;height:0;list-style:none;margin:.0625rem 0 0 -.0625rem;opacity:0;position:absolute;transition:.2s linear;width:100%;z-index:999;box-shadow:0 0 15px rgba(41,41,42,.1);padding:0;border:.0625rem solid var(--color-white)}.custom-select__list li{cursor:pointer;font-family:var(--font-regular-family);font-weight:var(--font-regular-weight);font-style:var(--font-regular-style);font-size:.875rem;line-height:1.3125rem;padding:.8125rem 2rem .8125rem 1rem;display:flex;justify-content:space-between;align-items:center}.custom-select__list li span{display:block;pointer-events:none}.custom-select__list li:active,.custom-select__list li:focus,.custom-select__list li:hover{color:var(--color-brand-primary)}.custom-select__list.is-open{display:block;height:auto;opacity:1}