.animate{transition:all .3s ease-in-out}.animate-topdown-hide{opacity:0;transform:translateY(-20px);max-height:0;visibility:collapse}.animate-topdown-hide,.animate-topdown-show{overflow:hidden;transition:all .3s ease-in-out}.animate-topdown-show{opacity:1;transform:translateY(0);max-height:100%}.animate-leftright-hide{opacity:0;transform:translateX(-20px);max-width:0;visibility:collapse;overflow:hidden;transition:all .3s ease-in-out}.animate-leftright-show{opacity:1;transform:translateX(0);max-width:100%;overflow:hidden;transition:all .3s ease-in-out}.animate-fade-hide{opacity:0;transition:opacity .3s ease-in-out}.animate-fade-show{opacity:1;transition:opacity .3s ease-in-out}.animate-scale-hide{opacity:0;transform:scale(.95);transition:all .3s ease-in-out}.animate-scale-show{opacity:1;transform:scale(1);transition:all .3s ease-in-out}.animate-accordion-hide{opacity:0;max-height:0;transform:scaleY(0);transform-origin:top;visibility:collapse;transition:all .3s cubic-bezier(.4,0,.2,1)}.animate-accordion-show{opacity:1;max-height:500px;transform:scaleY(1);transform-origin:top;transition:all .3s cubic-bezier(.4,0,.2,1)}.animate-bounce-hide{opacity:0;transform:translateY(-10px) scale(.95)}.animate-bounce-hide,.animate-bounce-show{transition:all .4s cubic-bezier(.68,-.55,.265,1.55)}.animate-bounce-show{opacity:1;transform:translateY(0) scale(1)}.animate-fast{transition-duration:.15s!important}.animate-slow{transition-duration:.6s!important}.animate-slower{transition-duration:1s!important}.animate-delay-1{transition-delay:.1s}.animate-delay-2{transition-delay:.2s}.animate-delay-3{transition-delay:.3s}.flex-item-hide{opacity:0;flex:0 1;min-width:0;visibility:collapse;transition:all .3s ease-in-out}.flex-item-show{opacity:1;flex:1 1;visibility:visible;transition:all .3s ease-in-out}.grid-item-hide{opacity:0;grid-template-columns:0fr;visibility:collapse;transition:all .3s ease-in-out}.grid-item-show{opacity:1;grid-template-columns:1fr;visibility:visible;transition:all .3s ease-in-out}body.overflow-hidden{overflow:hidden;position:fixed;width:100%;height:100%}@media (max-width:576px){#hamburger-menu{width:85%!important}}@media (min-width:577px) and (max-width:768px){#hamburger-menu{width:75%!important}}@media (min-width:769px) and (max-width:992px){#hamburger-menu{width:60%!important}}@media (min-width:993px){#hamburger-menu{width:350px!important}}.menu-transition{transition:all .3s ease-in-out}.hover-highlight{transition:background-color .2s ease}.hover-highlight:hover{background-color:hsla(0,0%,100%,.1)}