#rec319304066 .tn-elem[data-elem-id="1621927903032"] .tn-atom::after,
    #rec319304066 .tn-elem[data-elem-id="1621927911899"] .tn-atom::after,
    #rec319304066 .tn-elem[data-elem-id="1621927948314"] .tn-atom::after,
    #rec318966752 .tn-elem[data-elem-id="1621927955669"] .tn-atom::after,
    #rec318966752 .tn-elem[data-elem-id="1621927961668"] .tn-atom::after{
        content: '';
        height: 2px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #FAAF3A;
        opacity: 0;
        transition: opacity .2s ease-in-out;
    }
    #rec318966752 .tn-elem[data-elem-id="1621927903032"] .tn-atom:hover::after,
    #rec318966752 .tn-elem[data-elem-id="1621927911899"] .tn-atom:hover::after,
    #rec318966752 .tn-elem[data-elem-id="1621927948314"] .tn-atom:hover::after,
    #rec318966752 .tn-elem[data-elem-id="1621927955669"] .tn-atom:hover::after,
    #rec318966752 .tn-elem[data-elem-id="1621927961668"] .tn-atom:hover::after{
        opacity: 1;
    }
    
::-webkit-scrollbar{
    width: 6px;
    background-color: #fff;
}
::-webkit-scrollbar-thumb{
    background-color: #FAAF3A;
    transition: background-color .2s ease-in-out;
}
::-webkit-scrollbar-thumb:hover{
    background-color: #4178b7;
}