.cta {
    background: linear-gradient(to right, #0074F8, #54a4ff);
    backdrop-filter: blur(5px);
    border-radius: 6px;
    font-size: 16px;
    padding: 20px 24px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    text-align: center;
}

.cta.busy {
    padding: 14px 24px;
    background: linear-gradient(to right, #92c4fd, #92c4fd);
}

.cta.w300 {
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
}


.cta:hover {
    transition: 0.3s all;
    filter: brightness(1.2);
}

.cta .icon {
    margin-left: 8px;
    margin-top: -1px;
}

.cta .icon img {
    height: 6px;
}