  .mfo-footer{
    --mfo-bg: #0b1220;
    --mfo-panel: rgba(255,255,255,.06);
    --mfo-border: rgba(255,255,255,.12);
    --mfo-text: rgba(255,255,255,.86);
    --mfo-muted: --line-color-02;
    --mfo-link: --text-color-light;
    --mfo-linkHover: #ffffff;

    color: var(--mfo-text);
    padding: 56px 0 0;
  }

  .mfo-footer__wrap{
    width: 90%;
    margin: 0 auto;
  }

  .mfo-footer__grid{
    display: grid;
    grid-template-columns: 1.1fr 1.1fr 1fr .9fr; /* 4 columns */
    gap: 28px;
    padding: 24px;
    border-radius: 18px;
    align-items: start;
  }

  .mfo-footer__title{
    margin: 0 0 14px;
    font-size: 14px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--mfo-muted);
  }

  .mfo-footer__list{
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
  }

  .mfo-footer__item{
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }

  .mfo-footer__link{
    color: var(--mfo-link);
    text-decoration: none;
    transition: opacity .15s ease, transform .15s ease;
    display: inline-block;
    line-height: 1.35;
  }
  .mfo-footer__link:hover{
    color: var(--mfo-linkHover);
    opacity: 1;
    transform: translateY(-1px);
  }

  .mfo-ico{
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    color: rgba(255,255,255,.75);
    margin-top: 2px;
  }
  .mfo-ico svg{ width:100%; height:100%; }

  .mfo-footer__address{
    color: var(--mfo-muted);
    line-height: 1.55;
  }
  .mfo-footer__addrRow{
    display: flex;
    gap: 10px;
    align-items: flex-start;
  }
  .mfo-footer__addrText{
    font-style: normal;
    margin: 0;
  }

  .mfo-footer__member{
    margin: 10px 0 0;
    color: var(--mfo-muted);
  }

  .mfo-footer__logo{ margin: 12px 0 0; }

  .mfo-footer__logoImg{
    max-width: 180px;
    width: 100%;
    height: auto;
    display: block;
    opacity: .95;
	margin: 0 auto
  }

  .mfo-footer__bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 8px 0;
    color: var(--mfo-muted);
    flex-wrap: wrap;
  }

  .mfo-footer__policies{
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }
  .mfo-footer__dot{ opacity: .5; }

  .mfo-footer__social{
    display: inline-flex;
    gap: 10px;
    align-items: center;
  }
  .mfo-social{
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    border: 1px solid var(--mfo-border);
    background: #181d24;
    color: rgba(255,255,255,.85);
    transition: transform .15s ease, background .15s ease;
    text-decoration: none;
  }
  .mfo-social:hover{
    transform: translateY(-1px);
    background: rgba(255,255,255,.08);
  }
  .mfo-social svg{ width: 18px; height: 18px; }

  .mfo-footer__bottom__wrap{
    background: rgba(0,0,0,.18);
    width: 100%;
    height: 100%;
    padding-bottom: 15px;
  }

  @media (max-width: 900px){
    .mfo-footer__grid{
      grid-template-columns: 1fr;
      padding: 18px;
    }
    .mfo-footer{
      padding: 44px 0 22px;
    }
  }

  .store-badges{
    display:flex;
    gap:14px;
    align-items:center;
    flex-wrap:wrap;
  }

  .store-badge{
    display:inline-block;
    padding:10px 10px 10px 0;
    border-radius:14px;
    text-decoration:none;
  }

  .store-badge img{
    display:block;
    height:40px;
    width:auto;
  }

  .store-badge:hover{ transform: translateY(-1px); }
  
  
.parentco-logo{
	padding: 10px;
    background-color: rgba(255, 255, 255, 0.90);
	text-align: center;
	border-radius:12px;
}