.tn-atom.tl-btn {
    color: #FFFFFF !important;
    font-size: 12px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1;
    font-weight: 600;
    padding: 15px 30px 15px 30px;
    border-width: 1px;
    border-radius: 30px 30px 30px 30px;
    background-color: #00273F;
    background-position: center center;
    border-color: #00273F;
    border-style: solid;
    transition: background-color 0.2sease-in-out, color 0.2sease-in-out, border-color 0.2sease-in-out;
}
.tn-atom.tl-btn:hover {
    background-color: #004466;
    background-image: none;
    border-color: #004466;
    color: #FFFFFF !important;
}