.pr-wave-underline path{stroke-dasharray:100;stroke-dashoffset:100;animation:pr-drawWave 1.5s ease-out forwards;animation-delay:.5s}@keyframes pr-drawWave{to{stroke-dashoffset:0}}.pr-ripple{position:absolute;border-radius:50%;transform:scale(0);animation:pr-rippleAnim .6s linear;background-color:hsla(0,0%,100%,.3);pointer-events:none}@keyframes pr-rippleAnim{to{transform:scale(4);opacity:0}}.pr-toggle-thumb{transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.pr-accordion-content{transition:max-height .5s cubic-bezier(0,1,0,1);max-height:0;overflow:hidden}.pr-accordion-content.pr-open{max-height:1000px;transition:max-height 1s ease-in-out}