.expandable-search{position:relative;display:inline-flex;align-items:center;border:1px solid var(--color-white);border-radius:var(--border-radius-default)}.expandable-search__form{display:flex;align-items:center;gap:0;position:relative;height:35px;margin-bottom:0}.expandable-search__input-wrapper{width:0;opacity:0;overflow:hidden;transition:width .35s ease-in-out,opacity .35s ease-in-out;border-radius:0 25px 25px 0;display:flex;align-items:center}@media screen and (max-width: 1023px){.expandable-search__input-wrapper{border-radius:0 25px 25px 0}}.expandable-search__input{background-color:rgba(0,0,0,0) !important;color:var(--color-white) !important;border:none !important;padding:6px 12px 6px 0 !important;font-size:14px !important;width:100%;height:45px;line-height:1}.expandable-search__input::placeholder{color:var(--color-white) !important}.expandable-search__button{border:none;width:45px;cursor:pointer;z-index:1;transition:border-radius .35s ease-in-out,background-color .2s ease;padding:0}.expandable-search__button svg{width:16px;height:16px}.expandable-search__button svg path{fill:var(--color-white)}.expandable-search[is-open=true] .expandable-search__input-wrapper,.expandable-search[keep-open=true] .expandable-search__input-wrapper{opacity:1}@media screen and (min-width: 1024px){.expandable-search[is-open=true] .expandable-search__input-wrapper,.expandable-search[keep-open=true] .expandable-search__input-wrapper{width:210px}}@media screen and (max-width: 1023px){.expandable-search[is-open=true] .expandable-search__input-wrapper,.expandable-search[keep-open=true] .expandable-search__input-wrapper{width:calc(100vw - 120px)}}.expandable-search[is-open=true] .expandable-search__button,.expandable-search[keep-open=true] .expandable-search__button{border-radius:25px 0 0 25px}@media screen and (max-width: 1023px){.expandable-search[is-open=true] .expandable-search__button,.expandable-search[keep-open=true] .expandable-search__button{border-radius:25px 0 0 25px}}.expandable-search .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}
