@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes top{0%{top:16px}to{top:0}}@keyframes bottom{0%{top:0}to{top:16px}}@keyframes fromTop{0%{top:-16px}to{top:0}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes biggerTop{0%{top:55px}to{top:0}}.animated--fade-in{animation:fade-in 355ms cubic-bezier(.4,0,.2,1) forwards}.animated--fade-out{animation:fade-out 175ms cubic-bezier(.4,0,.2,1) forwards}.animated--slow-fade-in{animation:fade-in 655ms cubic-bezier(.4,0,.2,1) forwards}.animated--show-sliding-up{position:relative;animation:fade-in 235ms cubic-bezier(.4,0,.2,1) forwards,top .5s cubic-bezier(.4,0,.2,1) forwards}.animated--show-sliding-down{position:relative;animation:fade-in 235ms cubic-bezier(.4,0,.2,1) forwards,fromTop .5s cubic-bezier(.4,0,.2,1) forwards}.animated--hide-sliding-down{position:relative;animation:fade-out 235ms cubic-bezier(.4,0,.2,1) forwards,bottom .5s cubic-bezier(.4,0,.2,1) forwards}.animated--show-sliding-up-bigger{position:relative;animation:fade-in 235ms cubic-bezier(.4,0,.2,1) forwards,biggerTop .5s cubic-bezier(.4,0,.2,1) forwards}.animated--fade-in-forced{animation:fade-in 355ms cubic-bezier(.4,0,.2,1) forwards!important}.wsw-development{opacity:.5!important}.w-15{width:15%!important}.w-20{width:20%!important}.w-30{width:30%!important}