.custom-select-container{position:relative;box-sizing:border-box}.custom-select-container.is-open .custom-select-opener{border-radius:2.5rem 2.5rem 0 0}.custom-select-container.is-open .custom-select-opener:after{transform:rotate(180deg)}.custom-select-container.is-open .custom-select-panel{border:2px solid #000}.custom-select-container *{box-sizing:border-box}.custom-select-container.is-disabled{opacity:.333}.custom-select-opener{background-color:#fff;border-radius:0;border:0;border-bottom:2px solid #000;padding:2.1rem 0 1.9rem;display:block;cursor:pointer;width:100%;font-size:1.8rem;color:#63656a;font-weight:500;display:flex;align-items:center;justify-content:space-between;font-family:Poppins,Helvetica Neue,Arial,Noto Sans,sans-serif;line-height:1;white-space:nowrap}.custom-select-opener:after{font-family:icomoon;content:"\e901";font-size:1rem;color:#aa3c32;display:block;transition:transform .3s}.custom-select-container select{visibility:hidden;position:absolute;top:0;left:0}.custom-select-panel{max-height:0;transition:max-height .5s ease-out,overflow-y .1s .5s;overflow:hidden;background-color:#fff;position:absolute;top:calc(100% + 3px);z-index:1;width:100%;border:0;border-radius:0;font-size:1.8rem;font-weight:500;font-family:Poppins,Helvetica Neue,Arial,Noto Sans,sans-serif}.custom-select-container.is-open .custom-select-panel{max-height:28.8rem;overflow-y:auto}.custom-select-option{padding:.9rem 1.9rem;cursor:pointer;border-bottom:0}.custom-select-option:last-of-type{border-bottom:0}.custom-select-option.has-focus{text-decoration:underline}.custom-select-option.is-selected{font-weight:700}.custom-select-optgroup>.custom-select-option{padding-left:2em}.custom-select-optgroup:before{content:attr(data-label);display:block;padding:.5em;color:#888}
