.LocationAccordionContent[data-state=open]{animation:locationSlideDown .3s cubic-bezier(.87,0,.13,1)}.LocationAccordionContent[data-state=closed]{animation:locationSlideUp .3s cubic-bezier(.87,0,.13,1)}@keyframes locationSlideDown{0%{height:0}to{height:var(--reka-accordion-content-height)}}@keyframes locationSlideUp{0%{height:var(--reka-accordion-content-height)}to{height:0}}.location-enter-active[data-v-17fed175],.location-leave-active[data-v-17fed175]{transition:opacity .2s ease,transform .2s ease}.location-enter-from[data-v-17fed175]{opacity:0;transform:translate(5px)}.location-leave-to[data-v-17fed175]{opacity:0;transform:translate(-5px)}
