.at-ctaButton {
    margin: 1em auto;
    text-align: center;
}

.at-ctaButton--negativeTop {
    margin-top: -2em;
}

.at-ctaButton__button {
    display: inline-block;
    padding: .5em 1.5em;
    white-space: nowrap;
    border-radius: 8px;
}

.at-ctaButton__button,
.at-ctaButton__button:hover {
    text-decoration: none;
    transition: all ease-in-out .25s;
}

.at-ctaButton__button--blue {
    color: #fff;
    background: #04274b;
    border: 1px solid #04274b;
}

.at-ctaButton__button--blue:hover {
    color: #04274b;
    background: #fff;
}

.at-ctaButton__button--green {
    color: #04274b;
    background: #62ecbc;
}

.at-ctaButton__button--green:hover {
    color: #62ecbc;
    background: #04274b;
}

.at-ctaButton__button--red {
    color: #fff;
    background: #ff3550;
}

.at-ctaButton__button--red:hover {
    color: #fff;
    background: #04274b;
}
