/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 29 2022 | 05:03:54 */
.footer-tool {
  display		: flex;
  width		: 100%;
  height		: 100%;
  align-items	: center; }
  .footer-tool a {
    display		: flex;
    width		: auto;
    height		: 100%;
    align-items	: center;
    margin-left	: 10vw; }
    .footer-tool a img {
      height		: 100%;
      object-fit	: contain;
      padding		: 0.5rem; }
    .footer-tool a strong {
      font-size	: 2rem; }
  .footer-tool p {
    font-size	: 1.5rem;
    margin-left	: 1rem;
    filter		: drop-shadow(0 0 0.5px #0aafe6) drop-shadow(0 0 1px #0aafe6) drop-shadow(0 0 2px #0aafe6); }
