body {
    opacity: 0;
    transition: opacity 0.6s ease;
}

body.is--animated {
    opacity: 1 !important;
}

.email-link a {
    color: #808080 !important;
    transition: color: 0.3s ease;
}

.email-link:hover a {
    color: #3347F2 !important;
}


.t886__btn {
    padding: 11px 14px !important;
}

.t886__wrapper {
    padding: 8px 12px !important;
}
.t886 {
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%);
}

@media screen and (max-width: 980px) {
    .t886 {
        left: 18px !important;
        right: 18px !important;
        bottom: 18px !important;
        transform: translateX(0%);
    }
    
    .t886__wrapper {
        border-radius: 8px !important;
    }
    .t-btn_md {
        font-size: 12px !important;
    }
}
