@media(max-width:950px){
  .agr-mobile-nav-toggle{
    position:relative!important;
    display:inline-grid!important;
    place-items:center!important;
    width:46px!important;
    height:40px!important;
    min-width:46px!important;
    padding:0!important;
  }
  .agr-mobile-nav-toggle span,
  .agr-mobile-nav-toggle strong{
    display:none!important;
  }
  .agr-mobile-nav-toggle::before{
    content:"";
    display:block;
    width:22px;
    height:16px;
    background:
      linear-gradient(#f4f7f6,#f4f7f6) 0 0/22px 2px no-repeat,
      linear-gradient(#f4f7f6,#f4f7f6) 0 7px/22px 2px no-repeat,
      linear-gradient(#f4f7f6,#f4f7f6) 0 14px/22px 2px no-repeat;
  }
  .agr-mobile-nav-toggle[aria-expanded="true"]::before{
    background:
      linear-gradient(#4fd1bd,#4fd1bd) 0 0/22px 2px no-repeat,
      linear-gradient(#4fd1bd,#4fd1bd) 0 7px/22px 2px no-repeat,
      linear-gradient(#4fd1bd,#4fd1bd) 0 14px/22px 2px no-repeat;
  }
}
