    .underline .tn-atom:after{
        content:'';
        display:block;
        width:0px;
        height: 1px;
        background-color: #212121;
        transition: all .4s ease-in-out;
        position: absolute;
        bottom: -3px;
        
    }
    .underline .tn-atom:hover:after{
        width:40px;
    }
    
    .blur-header{
        background-color: #ffffff14;
        backdrop-filter: blur(15px) !important;
    }
    table .quill-table__cell {
        border-color: transparent !important;
        padding: 0;
    }
    
    .footer-link__icon, .footer-link__text{
        transition: all .2s;
    }
    
    .footer-link {
        border-bottom: 1px solid #fff;
    }
    .footer-link:hover .footer-link__icon{
        transform: translateX(-10px);
    }
    
    .footer-link:hover .footer-link__text{
        transform: translateX(10px);   
    }
    
        .uc-slider-card table .quill-table__cell {
        border-color: transparent !important;
        padding: 0;
    }
    
    .uc-slider-card table td.quill-table__cell:last-child {
        
        padding-right: 3px;
    }
    
    .uc-slider-card .t-card__uptitle{
        position: absolute;
        top: 20px;
        right: 20px;
    }
    
    .uc-slider-card .t1196__imgwrapper {
        width: calc(100% - 24px);
        top: 12px;
        left: 12px;
    }
    .uc-slider-card .t1196__bgimg{
        border-radius: 3px
    }
    .uc-slider-card .t-card__title{
            border-bottom: 1px solid;
    }
    .uc-slider-card .t-btnflex{
        width: 100%;
    }
    
    .uc-slider-card .t1196__item:first-child{
        background-color: #E3D6C5 !important;
    }
    
    .uc-slider-card .t1196__item:first-child .t-card__title{
        border-color: #212121;
    }
    
    .uc-trainee .t728__textwrapper div{
        display: flex;
        flex-direction: column;
    }
    
    .uc-trainee .t728__textwrapper .t728__title{
        order: 1;
        border-bottom: 1px solid;
        margin-bottom: 30px;
    }
    
    .uc-slider-card .t1196__item:last-child{
        background-color: #212121 !important;
    }
    
    .uc-slider-card .t1196__item:last-child .t-card__title{
        border-color: #212121;
    }
    #rec1734777751 .t1148__container_flex{
        overflow: hidden;
    }
    
    
    @media (max-width: 480px) {
        #allrecords .uc-slider-card .t1196__slider {
            --slider-gap: 20px !important;
        }
        
        #allrecords .uc-slider-card .t1196__item {
            width: 100% !important;
        }
    }