@media (prefers-reduced-motion:no-preference){@keyframes slideUpAndFadeIn{0%{opacity:0;transform:translateY(4px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes slideUpAndFadeOut{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-4px) scale(.97)}}@keyframes slideDownAndFadeIn{0%{opacity:0;transform:translateY(-4px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes slideDownAndFadeOut{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(4px) scale(.97)}}@keyframes slideLeftAndFadeIn{0%{opacity:0;transform:translateX(4px) scale(.97)}to{opacity:1;transform:translateX(0) scale(1)}}@keyframes slideLeftAndFadeOut{0%{opacity:1;transform:translateX(0) scale(1)}to{opacity:0;transform:translateX(-4px) scale(.97)}}@keyframes slideRightAndFadeIn{0%{opacity:0;transform:translateX(-4px) scale(.97)}to{opacity:1;transform:translateX(0) scale(1)}}@keyframes slideRightAndFadeOut{0%{opacity:1;transform:translateX(0) scale(1)}to{opacity:0;transform:translateX(4px) scale(.97)}}.radix-dropdown-animate{animation-duration:.3s;animation-timing-function:cubic-bezier(.16,1,.3,1)}.radix-dropdown-animate[data-state=open][data-side=top]{animation-name:slideUpAndFadeIn}.radix-dropdown-animate[data-headlessui-state=open],.radix-dropdown-animate[data-state=open][data-side=bottom]{animation-name:slideDownAndFadeIn}.radix-dropdown-animate[data-state=open][data-side=left]{animation-name:slideLeftAndFadeIn}.radix-dropdown-animate[data-state=open][data-side=right]{animation-name:slideRightAndFadeIn}.radix-dropdown-animate[data-state=closed]{animation-duration:.15s}.radix-dropdown-animate[data-state=closed][data-side=top]{animation-name:slideDownAndFadeOut}.radix-dropdown-animate[data-state=closed][data-side=bottom]{animation-name:slideUpAndFadeOut}.radix-dropdown-animate[data-state=closed][data-side=left],.radix-dropdown-animate[data-state=closed][data-side=right]{animation-name:slideRightAndFadeOut}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}}