/* Site-wide footer: contact info module (replaces bottom nav links) */
#c_navigation_185-1728891870508 .footer-contact-module {
  width: 94% !important;
  max-width: 1600px !important;
  margin: 0 auto 2% !important;
  padding: 28px 40px 32px !important;
  box-sizing: border-box;
  background: transparent !important;
}

#c_navigation_185-1728891870508 .footer-contact-inner {
  width: 100%;
}

#c_navigation_185-1728891870508 .footer-contact-cols {
  --footer-media-h: 180px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
}

#c_navigation_185-1728891870508 .footer-contact-info,
#c_navigation_185-1728891870508 .footer-contact-wechat,
#c_navigation_185-1728891870508 .footer-contact-photo {
  flex: 1 1 0;
  min-width: 0;
}

#c_navigation_185-1728891870508 .footer-contact-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: var(--footer-media-h);
  box-sizing: border-box;
}

#c_navigation_185-1728891870508 .footer-contact-info p {
  margin: 0;
  font-size: 16px;
  line-height: 2.05;
  color: #fff;
}

#c_navigation_185-1728891870508 .footer-contact-info a {
  color: #fff;
  text-decoration: none;
}

#c_navigation_185-1728891870508 .footer-contact-info a:hover {
  text-decoration: underline;
}

#c_navigation_185-1728891870508 .footer-contact-wechat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: var(--footer-media-h);
  text-align: center;
  box-sizing: border-box;
}

#c_navigation_185-1728891870508 .footer-contact-wechat img {
  flex: 1 1 auto;
  width: auto;
  max-width: 100%;
  max-height: calc(100% - 28px);
  height: auto;
  object-fit: contain;
  display: block;
}

#c_navigation_185-1728891870508 .footer-contact-wechat p {
  flex: 0 0 auto;
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  white-space: nowrap;
}

#c_navigation_185-1728891870508 .footer-contact-photo {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  height: var(--footer-media-h);
  box-sizing: border-box;
}

#c_navigation_185-1728891870508 .footer-contact-photo img {
  width: auto;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

@media screen and (max-width: 768px) {
  #c_navigation_185-1728891870508 .footer-contact-module {
    padding: 20px 16px 24px !important;
  }

  #c_navigation_185-1728891870508 .footer-contact-cols {
    --footer-media-h: 160px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  #c_navigation_185-1728891870508 .footer-contact-info,
  #c_navigation_185-1728891870508 .footer-contact-wechat,
  #c_navigation_185-1728891870508 .footer-contact-photo {
    width: 100%;
    height: auto;
  }

  #c_navigation_185-1728891870508 .footer-contact-wechat,
  #c_navigation_185-1728891870508 .footer-contact-photo {
    align-self: center;
    max-width: 200px;
    height: var(--footer-media-h);
  }

  #c_navigation_185-1728891870508 .footer-contact-wechat p {
    white-space: normal;
  }
}
