/* --------------------------------------------------------------------------
 * Winseety unified Footer v1.2.2
 * A presentation layer only: legacy links, CMS markup and existing bank_top()
 * remain compatible while every page shares the same visual system.
 * -------------------------------------------------------------------------- */
.th_footer.ws-site-footer,
.th_footer {
  position: relative;
  z-index: 1;
  margin: 0 !important;
  overflow: hidden;
  color: rgba(231, 239, 247, .72) !important;
  background: #07111f !important;
  border-top: 1px solid rgba(63, 155, 205, .64);
  font-family: Inter, "HarmonyOS Sans SC", "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}
.th_footer.ws-site-footer::after,
.th_footer::after { display: none !important; }
.th_footer *,
.th_footer *::before,
.th_footer *::after { box-sizing: border-box; }
.th_footer .th_footer_con {
  display: block !important;
  width: min(1280px, calc(100% - 48px)) !important;
  min-height: 0 !important;
  margin: 0 auto !important;
  padding: clamp(56px, 7vw, 88px) 0 30px !important;
  background: transparent !important;
}
.th_footer .th_top {
  display: grid !important;
  grid-template-columns: minmax(190px, .88fr) minmax(0, 2.3fr) minmax(124px, .48fr);
  align-items: start;
  gap: clamp(28px, 4vw, 66px);
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.th_footer .th_col-01,
.th_footer .th_col-02,
.th_footer .th_col-03 {
  float: none !important;
  width: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.th_footer .th_col-01 h1 {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  text-align: left !important;
}
.th_footer .th_col-01 h1 a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
}
.th_footer .th_col-01 h1 img {
  display: block;
  width: auto;
  max-width: min(186px, 100%);
  height: auto;
  max-height: 46px;
  object-fit: contain;
}
.th_footer .th_col-01 .th_body:empty { display: none !important; }
.th_footer .th_col-02 {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px clamp(18px, 2vw, 34px);
}
.th_footer .th_col-02 dl {
  float: none !important;
  width: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}
.th_footer .th_col-02 dt {
  margin: 0 0 15px !important;
  padding: 0 !important;
  color: #fff;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.45;
  letter-spacing: .015em;
}
.th_footer .th_col-02 dt::after { display: none !important; }
.th_footer .th_col-02 dd {
  display: block;
  margin: 0 0 9px !important;
  padding: 0 !important;
  font-size: 13px;
  line-height: 1.65;
}
.th_footer :is(a, a:visited) {
  color: rgba(231, 239, 247, .68) !important;
  text-decoration: none !important;
  text-underline-offset: 4px;
  transition: color 200ms ease, opacity 200ms ease, transform 200ms ease;
}
.th_footer .th_col-01 h1 a,
.th_footer .th_col-02 dt a { color: #fff !important; }
.th_footer .th_col-02 dd a:hover,
.th_footer .th_footer_con > p a:hover,
.th_footer .th_copyright a:hover { color: #72c7f3 !important; }
.th_footer .th_col-03 {
  display: flex !important;
  flex-direction: column;
  align-items: flex-end;
  gap: 18px;
  text-align: right;
}
.th_footer .th_col-03 .th_title {
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  text-align: right !important;
}
.th_footer .th_col-03 .th_title a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 13px !important;
  border: 1px solid rgba(194, 222, 238, .25) !important;
  border-radius: 999px;
  background: rgba(255, 255, 255, .025) !important;
  color: rgba(240, 248, 255, .88) !important;
  font-size: 12px !important;
  line-height: 1;
}
.th_footer .th_col-03 .th_title a::before {
  content: '↑';
  font-size: 15px;
  line-height: 1;
}
.th_footer .th_col-03 .th_title a:hover {
  border-color: rgba(114, 199, 243, .72) !important;
  color: #fff !important;
  background: rgba(77, 161, 204, .14) !important;
  transform: translateY(-1px);
}
.th_footer .th_col-03 .th_tt {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
}
.th_footer .th_col-03 dl {
  float: none !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}
.th_footer .th_col-03 dt { margin: 0 !important; }
.th_footer .th_tt img {
  display: block;
  width: 108px !important;
  height: 108px !important;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 12px !important;
  background: #fff !important;
  object-fit: contain;
}
.th_footer .th_col-03 dd {
  margin: 10px 0 0 !important;
  color: rgba(231, 239, 247, .56);
  font-size: 12px;
  line-height: 1.5;
}
.th_footer .th_footer_con > p,
.th_footer .th_footer_top > p {
  clear: both;
  margin: clamp(34px, 5vw, 58px) 0 0 !important;
  padding: 19px 0 0 !important;
  border-top: 1px solid rgba(198, 219, 233, .12);
  color: rgba(231, 239, 247, .46) !important;
  font-size: 12px !important;
  line-height: 1.9;
}
.th_footer .th_footer_con > p a,
.th_footer .th_footer_top > p a { margin-right: 14px; }
.th_footer .th_copyright {
  display: block !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 19px max(24px, calc((100% - 1280px) / 2)) 24px !important;
  border-top: 1px solid rgba(198, 219, 233, .11);
  background: #050c16 !important;
  color: rgba(231, 239, 247, .48) !important;
  font-size: 12px !important;
  line-height: 1.7;
}
.th_footer .th_copyright .f-fl,
.th_footer .th_copyright .f-fr {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  color: inherit !important;
  text-align: left !important;
}
.th_footer :is(a, button):focus-visible {
  outline: 3px solid rgba(114, 199, 243, .62);
  outline-offset: 3px;
}
@media (max-width: 1080px) {
  .th_footer .th_top { grid-template-columns: minmax(170px, .8fr) minmax(0, 2.2fr) 108px; gap: 28px; }
  .th_footer .th_col-02 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .th_footer .th_footer_con { width: min(100% - 40px, 620px) !important; padding: 50px 0 25px !important; }
  .th_footer .th_top { display: block !important; }
  .th_footer .th_col-01 { margin-bottom: 36px !important; }
  .th_footer .th_col-01 h1 { text-align: center !important; }
  .th_footer .th_col-02 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 29px 22px; }
  .th_footer .th_col-02 dt { margin-bottom: 10px !important; }
  .th_footer .th_col-03 { align-items: flex-start; margin-top: 36px !important; text-align: left; }
  .th_footer .th_col-03 .th_title { text-align: left !important; }
  .th_footer .th_col-03 .th_tt { text-align: left; }
  .th_footer .th_tt img { width: 100px !important; height: 100px !important; }
  .th_footer .th_footer_con > p,
  .th_footer .th_footer_top > p { margin-top: 36px !important; padding-top: 16px !important; }
  .th_footer .th_copyright { padding: 16px 20px 20px !important; }
  .th_footer .th_copyright .f-fl { text-align: left !important; }
}
@media (max-width: 380px) {
  .th_footer .th_footer_con { width: min(100% - 32px, 620px) !important; }
  .th_footer .th_col-02 { gap: 25px 14px; }
}
@media (prefers-reduced-motion: reduce) {
  .th_footer :is(a, button) { transition-duration: .01ms !important; }
}


/* v1.2.0 canonical template components ------------------------------------- */
.th_footer.ws-site-footer {
  isolation: isolate;
  clear: both !important;
  width: 100% !important;
}
.th_footer .ws-footer-brand__intro {
  max-width: 260px;
  margin: 22px 0 0 !important;
  color: rgba(231, 239, 247, .56) !important;
  font-size: 13px !important;
  line-height: 1.85 !important;
  text-align: left !important;
}
.th_footer .ws-footer-nav { align-content: start; }
.th_footer .ws-footer-actions {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  gap: 20px !important;
}
.th_footer .ws-footer-top {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  min-height: 40px !important;
  margin: 0 !important;
  padding: 0 15px !important;
  border: 1px solid rgba(194, 222, 238, .24) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .035) !important;
  color: rgba(240, 248, 255, .88) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
}
.th_footer .ws-footer-top:hover {
  border-color: rgba(114, 199, 243, .72) !important;
  background: rgba(77, 161, 204, .14) !important;
  color: #fff !important;
  transform: translateY(-1px);
}
.th_footer .ws-footer-qr {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  width: 112px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.th_footer .ws-footer-qr img {
  display: block !important;
  width: 108px !important;
  height: 108px !important;
  margin: 0 !important;
  padding: 6px !important;
  border: 1px solid rgba(255, 255, 255, .16) !important;
  border-radius: 14px !important;
  background: #fff !important;
  object-fit: contain !important;
}
.th_footer .ws-footer-qr figcaption {
  margin: 10px 0 0 !important;
  color: rgba(231, 239, 247, .56) !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  text-align: center !important;
}
.th_footer .ws-footer-links {
  display: flex !important;
  align-items: flex-start !important;
  gap: 18px !important;
  margin: clamp(34px, 5vw, 58px) 0 0 !important;
  padding: 19px 0 0 !important;
  border-top: 1px solid rgba(198, 219, 233, .12) !important;
  color: rgba(231, 239, 247, .46) !important;
  font-size: 12px !important;
  line-height: 1.9 !important;
}
.th_footer .ws-footer-links__label {
  flex: 0 0 auto;
  color: rgba(231, 239, 247, .58) !important;
  font-weight: 600 !important;
}
.th_footer .ws-footer-links__items {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 4px 18px !important;
  min-width: 0 !important;
}
.th_footer .ws-footer-links__items:empty::after {
  content: '合作链接持续更新中';
  color: rgba(231, 239, 247, .32);
}
.th_footer .ws-footer-copyright-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px 28px !important;
  width: min(1280px, calc(100% - 48px)) !important;
  margin: 0 auto !important;
}
.th_footer .ws-footer-copyright-inner > * { min-width: 0; }

@media (max-width: 760px) {
  .th_footer .ws-footer-brand__intro {
    max-width: 420px;
    margin: 18px auto 0 !important;
    text-align: center !important;
  }
  .th_footer .ws-footer-actions {
    align-items: center !important;
    margin-top: 38px !important;
  }
  .th_footer .ws-footer-links {
    display: block !important;
    text-align: center !important;
  }
  .th_footer .ws-footer-links__label { display: block; margin-bottom: 7px; }
  .th_footer .ws-footer-links__items { justify-content: center !important; }
  .th_footer .ws-footer-copyright-inner {
    display: flex !important;
    flex-direction: column !important;
    width: min(100% - 40px, 620px) !important;
    gap: 6px !important;
    text-align: center !important;
  }
}


/* v1.2.0 component hardening: isolate the shared footer from legacy page CSS. */
.ws-unified-footer,
.ws-unified-footer.codex-reveal,
.codex-about-page .ws-unified-footer.codex-reveal,
.codex-contact-page .ws-unified-footer.codex-reveal {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
.ws-unified-footer .ws-footer-logo {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  line-height: 1 !important;
}
.ws-unified-footer .ws-footer-logo a {
  display: inline-flex !important;
  align-items: center;
  min-height: 42px;
}
.ws-unified-footer .ws-footer-logo img {
  display: block !important;
  width: auto !important;
  max-width: min(186px, 100%) !important;
  height: auto !important;
  max-height: 46px !important;
  object-fit: contain !important;
}
.ws-unified-footer .ws-footer-nav dl,
.ws-unified-footer .ws-footer-nav dt,
.ws-unified-footer .ws-footer-nav dd {
  height: auto !important;
  border: 0 !important;
  background: transparent !important;
  position: static !important;
}
.ws-unified-footer .ws-footer-nav dt {
  min-height: 0 !important;
  padding: 0 !important;
}
.ws-unified-footer .ws-footer-nav dt::before,
.ws-unified-footer .ws-footer-nav dt::after,
.ws-unified-footer .ws-footer-nav dd::before,
.ws-unified-footer .ws-footer-nav dd::after {
  display: none !important;
  content: none !important;
}
.ws-unified-footer .ws-footer-brand__intro {
  max-width: 290px;
  margin: 26px 0 0 !important;
  color: rgba(231, 239, 247, .58) !important;
  font-size: 13px !important;
  line-height: 1.9 !important;
}
.ws-unified-footer .ws-footer-links {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-top: clamp(34px, 5vw, 54px);
  padding-top: 18px;
  border-top: 1px solid rgba(198, 219, 233, .12);
  font-size: 12px;
  line-height: 1.8;
}
.ws-unified-footer .ws-footer-links__label {
  flex: 0 0 auto;
  color: rgba(231, 239, 247, .48);
}
.ws-unified-footer .ws-footer-links__items {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 18px;
}
.ws-unified-footer .ws-footer-copyright-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}
@media (max-width: 760px) {
  .ws-unified-footer .th_footer_con {
    width: min(100% - 40px, 620px) !important;
    padding: 42px 0 24px !important;
  }
  .ws-unified-footer .th_top {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 34px 24px !important;
  }
  .ws-unified-footer .ws-footer-brand,
  .ws-unified-footer .ws-footer-nav,
  .ws-unified-footer .ws-footer-actions {
    grid-column: 1 / -1;
  }
  .ws-unified-footer .ws-footer-brand {
    margin: 0 !important;
    text-align: center;
  }
  .ws-unified-footer .ws-footer-logo { text-align: center !important; }
  .ws-unified-footer .ws-footer-logo a { justify-content: center; }
  .ws-unified-footer .ws-footer-brand__intro {
    max-width: 330px;
    margin: 20px auto 0 !important;
    font-size: 13px !important;
  }
  .ws-unified-footer .ws-footer-nav {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 28px 24px !important;
  }
  .ws-unified-footer .ws-footer-nav dl:last-child {
    grid-column: 1 / -1;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 24px;
  }
  .ws-unified-footer .ws-footer-nav dl:last-child dt { grid-column: 1 / -1; }
  .ws-unified-footer .ws-footer-nav dt {
    margin-bottom: 9px !important;
    font-size: 16px !important;
  }
  .ws-unified-footer .ws-footer-nav dd {
    margin-bottom: 6px !important;
    font-size: 13px !important;
  }
  .ws-unified-footer .ws-footer-actions {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    align-items: center !important;
    gap: 22px !important;
    margin-top: 0 !important;
    text-align: left !important;
  }
  .ws-unified-footer .ws-footer-top { justify-self: start; }
  .ws-unified-footer .ws-footer-qr { margin: 0 !important; text-align: center; }
  .ws-unified-footer .ws-footer-links { margin-top: 34px; }
  .ws-unified-footer .ws-footer-copyright-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    width: min(100% - 40px, 620px);
  }
}
@media (max-width: 420px) {
  .ws-unified-footer .th_footer_con,
  .ws-unified-footer .ws-footer-copyright-inner { width: calc(100% - 32px) !important; }
  .ws-unified-footer .th_top { gap: 30px 18px !important; }
  .ws-unified-footer .ws-footer-nav { gap: 26px 18px !important; }
  .ws-unified-footer .ws-footer-actions { grid-template-columns: 1fr !important; justify-items: center; text-align: center !important; }
  .ws-unified-footer .ws-footer-top { justify-self: center; }
}
/* v1.2.1 final cascade isolation.
 * Page bundles such as home.css/page.css contain legacy !important footer rules.
 * Keep the shared component visually identical regardless of the page template.
 */
.ws-unified-footer.ws-site-footer {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  text-align: left !important;
  scroll-margin-top: 80px;
}
.ws-unified-footer.ws-site-footer > .th_footer_con {
  display: block !important;
  width: min(1280px, calc(100% - 48px)) !important;
  min-width: 0 !important;
  max-width: 1280px !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 auto !important;
  padding: clamp(56px, 7vw, 88px) 0 30px !important;
}
.ws-unified-footer.ws-site-footer .th_footer_con > .th_top {
  display: grid !important;
  grid-template-columns: minmax(190px, .88fr) minmax(0, 2.3fr) minmax(124px, .48fr) !important;
  align-items: start !important;
  gap: clamp(28px, 4vw, 66px) !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.ws-unified-footer.ws-site-footer .th_top > .ws-footer-brand.th_col-01,
.ws-unified-footer.ws-site-footer .th_top > .ws-footer-nav.th_col-02,
.ws-unified-footer.ws-site-footer .th_top > .ws-footer-actions.th_col-03 {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.ws-unified-footer.ws-site-footer .ws-footer-brand__intro {
  display: block !important;
  max-width: 290px !important;
  margin: 26px 0 0 !important;
  padding: 0 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.9 !important;
  text-align: left !important;
}
.ws-unified-footer.ws-site-footer .ws-footer-nav.th_col-02 {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  align-items: start !important;
  gap: 22px clamp(18px, 2vw, 34px) !important;
}
.ws-unified-footer.ws-site-footer .ws-footer-nav.th_col-02 > dl {
  display: block !important;
  float: none !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}
.ws-unified-footer.ws-site-footer .ws-footer-nav.th_col-02 > dl > dt {
  display: block !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 0 15px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  font-size: 14px !important;
  font-weight: 650 !important;
  line-height: 1.45 !important;
  letter-spacing: .015em !important;
  text-align: left !important;
}
.ws-unified-footer.ws-site-footer .ws-footer-nav.th_col-02 > dl > dd {
  display: block !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 0 9px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.65 !important;
  text-align: left !important;
}
.ws-unified-footer.ws-site-footer .th_top > .ws-footer-actions.th_col-03 {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  justify-content: flex-start !important;
  gap: 20px !important;
  text-align: right !important;
}
.ws-unified-footer.ws-site-footer .ws-footer-actions > .ws-footer-top {
  display: inline-flex !important;
  width: auto !important;
  height: auto !important;
  min-height: 40px !important;
  margin: 0 !important;
  padding: 0 15px !important;
  font-size: 12px !important;
  line-height: 1 !important;
}
.ws-unified-footer.ws-site-footer .ws-footer-actions > .ws-footer-qr {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  width: 112px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}
.ws-unified-footer.ws-site-footer .th_footer_con > .ws-footer-links {
  display: flex !important;
  align-items: flex-start !important;
  gap: 18px !important;
  width: 100% !important;
  height: auto !important;
  margin: clamp(34px, 5vw, 54px) 0 0 !important;
  padding: 18px 0 0 !important;
  font-size: 12px !important;
  line-height: 1.8 !important;
  text-align: left !important;
}
.ws-unified-footer.ws-site-footer > .th_copyright {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 20px 0 24px !important;
  font-size: 12px !important;
  line-height: 1.7 !important;
  text-align: left !important;
}
.ws-unified-footer.ws-site-footer > .th_copyright > .ws-footer-copyright-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px 28px !important;
  width: min(1280px, calc(100% - 48px)) !important;
  max-width: 1280px !important;
  height: auto !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

@media (max-width: 980px) {
  .ws-unified-footer.ws-site-footer .th_footer_con > .th_top {
    grid-template-columns: minmax(180px, .8fr) minmax(0, 2fr) !important;
    gap: 42px !important;
  }
  .ws-unified-footer.ws-site-footer .th_top > .ws-footer-actions.th_col-03 {
    grid-column: 1 / -1 !important;
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    align-items: center !important;
  }
}

@media (max-width: 760px) {
  .ws-unified-footer.ws-site-footer { scroll-margin-top: 68px; }
  .ws-unified-footer.ws-site-footer > .th_footer_con {
    width: min(100% - 40px, 620px) !important;
    padding: 42px 0 24px !important;
  }
  .ws-unified-footer.ws-site-footer .th_footer_con > .th_top {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 34px 24px !important;
  }
  .ws-unified-footer.ws-site-footer .th_top > .ws-footer-brand.th_col-01,
  .ws-unified-footer.ws-site-footer .th_top > .ws-footer-nav.th_col-02,
  .ws-unified-footer.ws-site-footer .th_top > .ws-footer-actions.th_col-03 {
    grid-column: 1 / -1 !important;
  }
  .ws-unified-footer.ws-site-footer .ws-footer-brand.th_col-01,
  .ws-unified-footer.ws-site-footer .ws-footer-logo,
  .ws-unified-footer.ws-site-footer .ws-footer-brand__intro {
    text-align: center !important;
  }
  .ws-unified-footer.ws-site-footer .ws-footer-logo a {
    justify-content: center !important;
  }
  .ws-unified-footer.ws-site-footer .ws-footer-brand__intro {
    max-width: 330px !important;
    margin: 20px auto 0 !important;
  }
  .ws-unified-footer.ws-site-footer .ws-footer-nav.th_col-02 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 28px 24px !important;
  }
  .ws-unified-footer.ws-site-footer .ws-footer-nav.th_col-02 > dl:last-child {
    grid-column: 1 / -1 !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px 24px !important;
  }
  .ws-unified-footer.ws-site-footer .ws-footer-nav.th_col-02 > dl:last-child > dt {
    grid-column: 1 / -1 !important;
  }
  .ws-unified-footer.ws-site-footer .ws-footer-nav.th_col-02 > dl > dt {
    margin-bottom: 9px !important;
    font-size: 16px !important;
  }
  .ws-unified-footer.ws-site-footer .ws-footer-nav.th_col-02 > dl > dd {
    margin-bottom: 6px !important;
    font-size: 13px !important;
  }
  .ws-unified-footer.ws-site-footer .th_top > .ws-footer-actions.th_col-03 {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    align-items: center !important;
    gap: 22px !important;
    text-align: left !important;
  }
  .ws-unified-footer.ws-site-footer .ws-footer-actions > .ws-footer-top {
    justify-self: start !important;
  }
  .ws-unified-footer.ws-site-footer .th_footer_con > .ws-footer-links {
    display: block !important;
    margin-top: 34px !important;
    text-align: center !important;
  }
  .ws-unified-footer.ws-site-footer .ws-footer-links__label {
    display: block !important;
    margin-bottom: 7px !important;
  }
  .ws-unified-footer.ws-site-footer .ws-footer-links__items {
    justify-content: center !important;
  }
  .ws-unified-footer.ws-site-footer > .th_copyright {
    padding: 18px 0 22px !important;
  }
  .ws-unified-footer.ws-site-footer > .th_copyright > .ws-footer-copyright-inner {
    flex-direction: column !important;
    align-items: center !important;
    gap: 6px !important;
    width: min(100% - 40px, 620px) !important;
    text-align: center !important;
  }
}

@media (max-width: 420px) {
  .ws-unified-footer.ws-site-footer > .th_footer_con,
  .ws-unified-footer.ws-site-footer > .th_copyright > .ws-footer-copyright-inner {
    width: calc(100% - 32px) !important;
  }
  .ws-unified-footer.ws-site-footer .th_footer_con > .th_top,
  .ws-unified-footer.ws-site-footer .ws-footer-nav.th_col-02 {
    column-gap: 18px !important;
  }
}
/* v1.2.2 typography lock: page-level link rules must not resize footer navigation. */
.ws-unified-footer.ws-site-footer a,
.ws-unified-footer.ws-site-footer a:visited {
  font-family: inherit !important;
  text-decoration: none !important;
}
.ws-unified-footer.ws-site-footer .ws-footer-nav.th_col-02 > dl > dt > a {
  display: inline !important;
  font-size: 14px !important;
  font-weight: 650 !important;
  line-height: 1.45 !important;
  letter-spacing: .015em !important;
}
.ws-unified-footer.ws-site-footer .ws-footer-nav.th_col-02 > dl > dd > a {
  display: inline !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.65 !important;
  letter-spacing: normal !important;
}
.ws-unified-footer.ws-site-footer .ws-footer-actions > .ws-footer-top,
.ws-unified-footer.ws-site-footer .ws-footer-actions > .ws-footer-top > span,
.ws-unified-footer.ws-site-footer .ws-footer-qr > figcaption,
.ws-unified-footer.ws-site-footer .ws-footer-copyright-inner,
.ws-unified-footer.ws-site-footer .ws-footer-copyright-inner > a {
  font-size: 12px !important;
  line-height: 1.7 !important;
}

