.cta-button{align-items:center;border-radius:.5rem;display:inline-flex;font-size:1rem;font-weight:600;gap:.5em;justify-content:center;line-height:1;padding:1rem 2rem;text-decoration:none;transition:all .25s ease}.cta-button svg{fill:currentColor;height:20px;transition:fill .25s ease;width:20px}.cta-button:hover{font-weight:600;text-decoration:none;transform:scale(1.05)}.cta-button.primary{background-color:#2563eb;box-shadow:0 15px 25px -5px rgba(0,0,0,.15),0 8px 10px -6px rgba(0,0,0,.1);color:#fff}.cta-button.primary:hover{background-color:#254eda}.cta-button.secondary{background-color:#fff;color:#2563eb}.cta-button.secondary:hover{background-color:#e8edff}.cta-button.outlined{background-color:transparent;border:2px solid #fff;color:#fff}.cta-button.outlined:hover{background-color:#fff;color:#2563eb}