.tn-atom {
font-variant-numeric: lining-nums !important;
font-feature-settings: 'lnum' !important;
-moz-font-feature-settings: 'lnum=1' !important;
-ms-font-feature-settings: 'lnum' !important;
-webkit-font-feature-settings: 'lnum' !important;
-o-font-feature-settings: 'lnum' !important;
}


.t-form-success-popup {
        display:none !important;
    }


.tn-form__submit .t-submit {
    transition: all 0.3s ease-in-out;
    background: #BBA589;
    box-shadow: inset 0px 4px 30px rgba(255, 255, 255, 0.25);
    letter-spacing: 0.065em;
}
.tn-form__submit .t-submit:hover {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), #BBA589;
    box-shadow: inset 0px 4px 30px rgba(255, 255, 255, 0.25);
}


.bt1 .tn-atom {
    transition: all 0.3s ease-in-out;
    background: #BBA589;
    box-shadow: inset 0px 4px 30px rgba(255, 255, 255, 0.25);
}

.bt1 .tn-atom:hover { 
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), #BBA589;
    box-shadow: inset 0px 4px 30px rgba(255, 255, 255, 0.25);
}

.brd30 .tn-atom { border-radius: 30px 0px 0px 30px;
}

.bt2 .tn-atom:hover { 
    color: #D6C9B8 !important;
}

.btprivacy .tn-atom:hover { 
    color: #BADCFC !important;
}