.hc-base-button,.hc-primary-button,.hc-secondary-button{border-radius:4rem;border-style:solid;border-width:.1rem;cursor:pointer;display:inline-block;font-weight:400;overflow:hidden;padding:1.6rem 2.4rem;position:relative;text-decoration:none;transition:color .4s ease;z-index:1}.hc-base-button:disabled,.hc-primary-button:disabled,.hc-secondary-button:disabled{cursor:not-allowed;opacity:.5}.hc-base-button:before,.hc-primary-button:before,.hc-secondary-button:before{background-color:#151b25;content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .4s ease;width:100%;z-index:-1}.hc-base-button:hover:before,.hc-primary-button:hover:before,.hc-secondary-button:hover:before{left:0}.hc-base-button:hover,.hc-primary-button:hover,.hc-secondary-button:hover{color:#fff}.hc-primary-button{background-color:#0062ff;border-color:#0062ff}.hc-primary-button p{color:#f5f5f5}.hc-secondary-button{background:#fff;border-color:#151b25}.hc-secondary-button.dark-mode{background-color:rgba(0,0,0,0);border-color:#f5f5f5}.hc-secondary-button.dark-mode p,.hc-secondary-button:hover p{color:#f5f5f5}.hc-secondary-button p{align-items:center;display:flex;color:#151b25;gap:1rem}.hc-secondary-button p span{background-color:#f5f5f5;background-color:#0062ff;border-radius:100%;color:#f5f5f5;display:grid;place-items:center;height:2.4rem;width:2.4rem}.hc-secondary-button p span svg{fill:#f5f5f5}.loader{animation:rotation 1s linear infinite;border:2px solid;border-color:#fff #fff rgba(0,0,0,0);border-radius:50%;box-sizing:border-box;display:inline-block;height:15px;width:15px}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}