.r5-select{font-family:var(--R5-paragraph-font-family,inherit)}.r5-select,.r5-select__trigger{color:var(--R5-color-primary-kon);position:relative;width:100%}.r5-select__trigger{align-items:center;background:#fff;border:1px solid var(--R5-color-primary-kon);border-radius:12px;box-sizing:border-box;cursor:text;display:flex;font-size:16px;height:56px;line-height:1.2;min-height:56px;padding:24px 40px 8px 16px;text-align:left;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out}.r5-select__trigger:hover{border-color:var(--R5-color-primary-neonSea)}.r5-select__trigger:focus-within{border-color:var(--R5-color-primary-neonSea);outline:none}.r5-select--error .r5-select__trigger{border-color:var(--R5-color-accents-tangerine,#ff9a8a)}.r5-select--error .r5-select__trigger:focus-within{border-color:var(--R5-color-accents-tangerine,#ff9a8a)}.r5-select--disabled .r5-select__trigger{background:var(--R5-color-neutrals-lazyGray2,#f0f0f0);border-color:var(--R5-color-neutrals-greyKon,#ccc);color:var(--R5-color-neutrals-greyKon,#999);cursor:not-allowed}.r5-select__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent!important;border:none!important;border-radius:0!important;box-shadow:none!important;box-sizing:border-box!important;color:var(--R5-color-primary-kon)!important;cursor:inherit;flex:1 1 auto!important;font-family:inherit!important;font-size:16px!important;font-weight:400!important;height:auto!important;line-height:1.2!important;margin:0!important;min-height:0!important;min-width:0!important;outline:none!important;padding:0!important;text-indent:0!important;width:100%!important}.r5-select__input:read-only{cursor:pointer}.r5-select__input::placeholder{color:transparent}.r5-select--disabled .r5-select__input{color:var(--R5-color-neutrals-greyKon,#999)!important;cursor:not-allowed}.r5-select__label{background:transparent;color:var(--R5-color-primary-kon);font-family:inherit;font-size:16px;font-weight:400;left:16px;line-height:1.2;max-width:calc(100% - 44px);overflow:hidden;pointer-events:none;position:absolute;text-overflow:ellipsis;top:50%;transform:translateY(-50%);transition:top .2s ease,font-size .2s ease,transform .2s ease;white-space:nowrap;z-index:1}.r5-select--has-value .r5-select__label,.r5-select:focus-within .r5-select__label{font-size:11px;line-height:1.2;top:8px;transform:translateY(0)}.r5-select--disabled .r5-select__label{color:var(--R5-color-neutrals-greyKon,#999)}.r5-select__arrow{flex-shrink:0;height:12px;pointer-events:none;position:absolute;right:16px;top:50%;transform:translateY(-50%);transition:transform .3s ease;width:12px}.r5-select__arrow:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m1 1.5 5 5 5-5'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";inset:0;position:absolute}.r5-select .r5-select__input[aria-expanded=true]~.r5-select__arrow,.r5-select--open .r5-select__arrow{transform:translateY(-50%) rotate(-180deg)}.r5-select__menu{background:#fff;border-radius:12px;box-shadow:0 10px 20px 0 rgba(33,41,56,.15);display:none;left:0;overflow:hidden;position:absolute;right:0;z-index:9999}.r5-select__menu[data-open=true]{display:block}.r5-select__menu[data-placement=bottom]{top:calc(100% + 4px)}.r5-select__menu[data-placement=top]{bottom:calc(100% + 4px)}.r5-select__menu[data-placement=auto]{top:calc(100% + 4px)}.r5-select__listbox{background:#fff;list-style:none;margin:0;max-height:240px;overflow-y:auto;padding:0}.r5-select__option{color:var(--R5-color-primary-kon);cursor:pointer;font-size:14px;line-height:20px;min-height:24px;padding:12px 16px;position:relative;transition:background-color .15s}.r5-select__option+.r5-select__option:before{border-top:1px solid var(--R5-color-neutrals-lightKon,#e5e5e5);content:"";left:16px;position:absolute;right:16px;top:0}.r5-select__option--highlighted,.r5-select__option:hover{background-color:var(--R5-color-accents-lightTeal,#e5faf9)}.r5-select__option[aria-selected=true]{background-color:var(--R5-color-primary-neonSea);color:var(--R5-color-primary-kon);font-weight:600}.r5-select__option--disabled{color:var(--R5-color-neutrals-greyKon,#999);cursor:not-allowed}.r5-select__empty{color:var(--R5-color-neutrals-greyKon,#999);font-size:14px;font-style:italic;padding:16px;text-align:center}.r5-select__empty[hidden],.r5-select__option[hidden]{display:none}@media (max-width:768px){.r5-select__menu[data-placement=auto]{border-radius:12px 12px 0 0;bottom:0;left:0;max-height:60vh;position:fixed;right:0;top:auto}}