      .head-band-row {
        display: flex !important;
        align-items: center !important;
        flex-wrap: nowrap !important;
        width: 100%;
        gap: 14px;
      }
      .head-band-row .head-band {
        flex: 1 1 auto;
        min-width: 0;
      }
      .head-band-row .head-social {
        flex: 0 0 auto;
        display: flex !important;
        align-items: center !important;
        gap: 14px;
        padding-right: 6px;
      }
      .head-band-row .head-social a {
        color: #1a4eb6;
        font-size: 32px;
        line-height: 1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        transition: opacity .15s, transform .15s;
      }

      .head-band-row .head-social a img,
      .head-band-row .head-social a svg {
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        max-height: 100% !important;
        object-fit: contain;
        display: block;
      }
      .head-band-row .head-social a:hover { opacity: .75; transform: translateY(-2px); }
      .head-band-row .head-social a.yt { color: #d9342b; }
      @media (max-width: 767.98px) {
        .head-band-row { gap: 10px; }
        .head-band-row .head-social { gap: 10px; }
        .head-band-row .head-social a { font-size: 20px; width: 26px; height: 26px; }
      }
      @media (max-width: 480px) {
        .head-band-row { gap: 6px; flex-wrap: nowrap !important; }
        .head-band-row .head-social { gap: 5px !important; padding-right: 6px; }
        .head-band-row .head-social a {
          font-size: 12px !important;
          width: 18px !important;
          height: 18px !important;
        }
      }
      @media (max-width: 380px) {
        .head-band-row .head-social { gap: 4px !important; padding-right: 4px; }
        .head-band-row .head-social a { font-size: 10px !important; width: 16px !important; height: 16px !important; }
      }