
        .font-880 { font-weight: 880; }
        .font-900 { font-weight: 900; }
        
      
        #vca-intelligence [x-data] {
            -webkit-font-smoothing: antialiased;
            backface-visibility: hidden;
        }

     
        @supports not (filter: grayscale(1)) {
            .grayscale { opacity: 0.2; }
        }
    