#rec583472949 .t-menu__link-item {
                -webkit-transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
                transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
                position: relative;
            }

            #rec583472949 .t-menu__link-item.t-active:not(.t978__menu-link) {
                color: #ff9900 !important;
            }

            #rec583472949 .t-menu__link-item.t-active::after {
                content: '';
                position: absolute;
                left: 0;
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
                opacity: 1;
                width: 100%;
                height: 100%;
                bottom: -0px;
                border-bottom: 0px solid #000000;
                -webkit-box-shadow: inset 0px -1px 0px 0px #000000;
                -moz-box-shadow: inset 0px -1px 0px 0px #000000;
                box-shadow: inset 0px -1px 0px 0px #000000;
            }

            @supports (overflow:-webkit-marquee) and (justify-content:inherit) {
                #rec583472949 .t-menu__link-item,
                #rec583472949 .t-menu__link-item.t-active {
                    opacity: 1 !important;
                }
            }