.footer .social-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(6, 1fr);
    width: min-content
}

.footer-social-icon-link {
    color: var(--licorice-100)
}

.footer-social-icon-link .social-icon {
    font-size: 25px;
    transition: color .3s ease
}

.footer-social-icon-link .fa-money-movement {
    aspect-ratio: 1;
    background-color: var(--licorice-100);
    -webkit-mask-image: url(https://6778953.fs1.hubspotusercontent-na1.net/hubfs/6778953/Social%20Icons/tmm-licorice.svg);
    mask-image: url(https://6778953.fs1.hubspotusercontent-na1.net/hubfs/6778953/Social%20Icons/tmm-licorice.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    transition: background-color .3s ease;
    width: 26px
}

@media (min-width:992px) {
    .footer-social-icon-link:hover .social-icon {
        color: var(--full-white)
    }
    .footer-social-icon-link:hover .fa-money-movement {
        background-color: var(--full-white)
    }
}

/*
     FILE ARCHIVED ON 05:20:55 Sep 01, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 20:43:24 Sep 03, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/

/*
playback timings (ms):
  captures_list: 321.554
  exclusion.robots: 0.185
  exclusion.robots.policy: 0.174
  cdx.remote: 0.065
  esindex: 0.01
  LoadShardBlock: 294.57 (3)
  PetaboxLoader3.datanode: 57.522 (4)
  load_resource: 97.682
  PetaboxLoader3.resolve: 45.185
*/