/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 12 2025 | 15:40:14 */
        .icon-mask {
          width: 24px;
          height: 24px;
          background-color: white;
          mask-image: url("https://www.tangibleintelligence.ai/wp-content/uploads/2025/08/arrowhead.svg");
          mask-size: contain;
          mask-repeat: no-repeat;
          mask-position: center;
          -webkit-mask-image: url("https://www.tangibleintelligence.ai/wp-content/uploads/2025/08/arrowhead.svg");
          -webkit-mask-size: contain;
          -webkit-mask-repeat: no-repeat;
          -webkit-mask-position: center;
        }
