/* Shared footer for every public template. */
.nubow-global-footer { padding:52px 64px 28px; border-top:1px solid #dfe4e4; background:#fff; color:#4f595d; }
.nubow-global-footer__primary { display:grid; grid-template-columns:1.4fr repeat(5,minmax(112px,1fr)); gap:32px; max-width:1312px; margin:0 auto; }
.nubow-global-footer__brand img { display:block; width:172px; height:auto; }
.nubow-global-footer__brand p { max-width:240px; margin:26px 0 0; color:#667075; font-size:13px; font-weight:600; line-height:1.8; }
.nubow-global-footer h2 { margin:0 0 13px; color:#252a2c; font-size:14px; line-height:1.4; }
.nubow-global-footer h2 a { color:inherit; text-decoration:none; }
.nubow-global-footer__group a { display:block; width:max-content; max-width:100%; margin-top:10px; color:#667075; font-size:13px; line-height:1.45; text-decoration:none; }
.nubow-global-footer__group a:hover, .nubow-global-footer__directory a:hover, .nubow-global-footer__bottom a:hover { color:#6459a4; text-decoration:underline; text-underline-offset:3px; }
.nubow-global-footer__directory { display:flex; align-items:center; justify-content:space-between; gap:32px; max-width:1312px; margin:42px auto 0; padding:25px 0 0; border-top:1px solid #dfe4e4; }
.nubow-global-footer__directory strong { color:#252a2c; font-size:14px; }
.nubow-global-footer__directory p { margin:6px 0 0; color:#667075; font-size:12px; }
.nubow-global-footer__directory > a { display:inline-flex; min-height:46px; align-items:center; gap:15px; padding:0 20px; border:1px solid #7267b4; border-radius:999px; color:#5d539e; font-size:13px; font-weight:700; text-decoration:none; }
.nubow-global-footer__bottom { display:flex; flex-wrap:wrap; gap:18px; max-width:1312px; margin:35px auto 0; padding-top:22px; border-top:1px solid #dfe4e4; color:#667075; font-size:12px; }
.nubow-global-footer__bottom a { color:#667075; text-decoration:none; }
.nubow-global-mobile-footer { display:none; }
@media(max-width:900px){
.nubow-global-footer {display:none !important;}
.nubow-global-mobile-footer { display:block; padding:33px 17px 27px; border-top:1px solid #dfe4e4; background:#fff; color:#4f595d; }
.nubow-global-mobile-footer__brand { display:inline-flex; }
.nubow-global-mobile-footer__brand img { display:block; width:140px; height:auto; }
.nubow-global-mobile-footer > p { margin:16px 0 24px; color:#667075; font-size:11px; font-weight:600; }
.nubow-global-mobile-footer details { border-top:1px solid #dfe4e4; }
.nubow-global-mobile-footer details:last-of-type { border-bottom:1px solid #dfe4e4; }
.nubow-global-mobile-footer summary { display:flex; min-height:48px; align-items:center; justify-content:space-between; color:#252a2c; font-size:12px; font-weight:700; cursor:pointer; list-style:none; }
.nubow-global-mobile-footer summary::-webkit-details-marker { display:none; }
.nubow-global-mobile-footer summary::after { content:'+'; color:#7267b4; font-size:19px; font-weight:400; }
.nubow-global-mobile-footer details[open] summary::after { content:'−'; }
.nubow-global-mobile-footer details a { display:flex; min-height:var(--nubow-tap-min,44px); align-items:center; padding:0; color:#667075; font-size:12px; line-height:1.6; text-decoration:none; }
.nubow-global-mobile-footer__directory { display:flex; min-height:66px; align-items:center; justify-content:space-between; gap:15px; margin-top:22px; padding:12px 15px; border-radius:14px; background:#f3f1fa; color:#4f468e; text-decoration:none; }
.nubow-global-mobile-footer__directory span { display:grid; gap:3px; }
.nubow-global-mobile-footer__directory strong { font-size:13px; }
.nubow-global-mobile-footer__directory small { color:#667075; font-size:10px; }
.nubow-global-mobile-footer__directory b { font-size:20px; }
.nubow-global-mobile-footer__bottom { display:flex; flex-wrap:wrap; align-items:center; gap:6px 15px; margin-top:23px; color:#667075; font-size:10px; }
.nubow-global-mobile-footer__bottom a { display:inline-flex; min-height:var(--nubow-tap-min,44px); align-items:center; color:#667075; text-decoration:none; }
}

.nubow-global-footer, .nubow-global-mobile-footer {font-family:-apple-system,BlinkMacSystemFont,"Hiragino Sans",sans-serif; line-height:1.6;}
.nubow-global-footer *, .nubow-global-mobile-footer * {box-sizing:border-box;}
.nubow-global-footer__group a {font-size:14px;}
.nubow-global-footer a:focus-visible, .nubow-global-mobile-footer a:focus-visible, .nubow-global-mobile-footer summary:focus-visible {outline:3px solid #246bce; outline-offset:3px;}
@media(min-width:901px) and (max-width:1200px){
.nubow-global-footer {padding:40px 32px 28px;}
.nubow-global-footer__primary {grid-template-columns:repeat(3,minmax(0,1fr)); gap:32px;}
}
@media(max-width:900px){
.nubow-global-mobile-footer summary, .nubow-global-mobile-footer details a {font-size:14px;}
.nubow-global-mobile-footer > p, .nubow-global-mobile-footer__bottom a {font-size:13px;}
.nubow-global-mobile-footer__directory small {font-size:12px;}
}
