.white-button{color:#000;cursor:pointer;width:fit-content;height:min-content;font-family:var(--font-geist), sans-serif;background-color:#fff;border:none;border-radius:9999px;justify-content:center;align-items:center;padding:9px 20px;font-size:15px;font-weight:500;text-decoration:none;transition:background-color .4s cubic-bezier(.16,1,.3,1),color .4s cubic-bezier(.16,1,.3,1);display:inline-flex;position:relative;overflow:hidden}.white-button:hover{color:#fff;background-color:#512594}.white-button-text-wrapper{height:24px;display:block;position:relative}.white-button-text-primary{line-height:24px;transition:transform .4s cubic-bezier(.76,0,.24,1);display:block;transform:translateY(0)}.white-button-text-secondary{line-height:24px;transition:transform .4s cubic-bezier(.76,0,.24,1);display:block;position:absolute;top:0;left:0;right:0;transform:translateY(50px)}.white-button:hover .white-button-text-primary{transform:translateY(-50px)}.white-button:hover .white-button-text-secondary{transform:translateY(0)}.white-button-icon-wrapper{background-color:#512594;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;margin-left:15px;transition:background-color .4s cubic-bezier(.16,1,.3,1);display:flex}.white-button-icon{color:#fff;transition:color .4s cubic-bezier(.16,1,.3,1)}.white-button:hover .white-button-icon-wrapper{background-color:#fff}.white-button:hover .white-button-icon{color:#512594}
