.cta-button{cursor:pointer;color:var(--black);font-size:16px;font-weight:500;font-family:var(--font-roboto);border:none;border-radius:6px;outline:none;justify-content:center;align-items:center;max-height:54px;padding:14px 50px;display:flex}.cta-button.primary{border:1px solid var(--greyBorder);background-color:#ffffff0d}.cta-button.secondary{background-color:var(--primary);color:var(--white)}.cta-button.form{background-color:#ffffff8c;border:1px solid #e3e3e3;font-weight:600}.cta-button.primary:hover{background-color:#a5a5a533;transition:all .2s ease-in-out}.cta-button.secondary:hover{opacity:.8;transition:all .2s ease-in-out}.cta-button.form:hover{opacity:.9;transition:all .2s ease-in-out}
