.menu-hover{
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
.menu-hover:hover{
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
}
.menu-hover_2{
    color: var(--uc-color-color-MYLSYzF,#a1a1a1);
    transition: all 0.3s ease-in-out;
}
.menu-hover_2:hover{
    color: var(--uc-color-color-AzfeM8VPmrT,#242c34);
    transition: all 0.3s ease-in-out;
}
.t-form-success-popup__button .t-btn{
    background-color: #242C34;
    border-radius: 100px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}
.t-form-success-popup__button .t-btn:hover{
    background-color: #0F7DEB;
    transition: all 0.3s ease-in-out;
}