.footer-group:has(.jj-footer){position:relative;z-index:0}
#PageContainer:has(.jj-footer){padding-bottom:0}
.jj-reassurance{background:#edf3f4;color:#102e44;border-top:1px solid #dce5e8}
.jj-reassurance__inner{max-width:1180px;margin:auto;padding:26px 24px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}
.jj-reassurance__item{display:flex;align-items:center;gap:14px;min-width:0}
.jj-reassurance svg{width:28px;height:28px;flex:none;fill:none;stroke:currentColor;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}
.jj-reassurance p{font:400 12px/1.55 var(--font-body-family);margin:3px 0 0;color:#47616f}
.jj-reassurance p.jj-reassurance__title{font-size:14px;font-weight:600;color:#102e44;margin:0}
.jj-reassurance a{text-decoration:underline;text-decoration-color:#99aeb8;text-underline-offset:4px}
.jj-footer{--color-foreground:238 246 250;--color-button-text:16 46 68;--color-button-background:255 255 255;background:#102f43;color:#eef6fa;padding:48px 24px 42px}
.jj-footer__inner{max-width:1180px;margin:auto;display:grid;grid-template-columns:1.2fr .95fr .8fr 1.35fr;gap:40px;align-items:start}
.jj-footer__logo{display:inline-block;width:190px;max-width:100%;margin-bottom:18px}
.jj-footer__logo img{display:block;width:100%;height:auto;max-height:46px;object-fit:contain;object-position:left}
.jj-footer p{font:400 13px/1.65 var(--font-body-family);margin:0 0 20px;color:#c7d8e1}
.jj-footer__brand p{max-width:25ch}
.jj-footer h2{font:600 14px/1.4 var(--font-body-family);color:#fff;margin:0 0 16px;letter-spacing:0}
.jj-footer__nav ul{list-style:none;padding:0;margin:0;display:grid;gap:10px}
.jj-footer__nav a{font:400 13px/1.5 var(--font-body-family);color:#d6e3ea;display:inline-block;text-decoration:none;text-underline-offset:4px}
.jj-footer__nav a:hover,.jj-footer__nav a:focus-visible{text-decoration:underline;color:#fff}
.jj-footer .social-icons{color:#d6e3ea;gap:18px}
.jj-footer .social-icons .icon{width:20px;height:20px}
.jj-footer__newsletter p{max-width:31ch;margin-bottom:18px}
.jj-footer__newsletter .field{border:1px solid #6b8595;border-radius:10px;background:#16394f;color:#fff}
.jj-footer__newsletter .input{min-height:54px;color:#fff;background:transparent;border:0;border-radius:10px;padding-inline-end:58px}
.jj-footer__newsletter .label{color:#d6e3ea}
.jj-footer__newsletter .self-button{color:#102f43;background:#e8f2f7;min-width:40px;min-height:40px;border-radius:7px}
.jj-footer__newsletter .self-submit-button{inset-inline-end:6px}
.jj-footer__newsletter .newsletter-form{gap:12px}
.footer-group:has(.jj-footer)>[id$="__footer-copyright"]{border-top:1px solid #345267}
.footer-group:has(.jj-footer) .footer-copyright{font-size:11px}
.jj-policy-dialog{position:fixed;inset:0;width:min(620px,calc(100% - 32px));max-width:620px;max-height:min(80dvh,760px);margin:auto;padding:0;border:1px solid #d6e1e6;border-radius:20px;background:#fff;color:#102e44;overflow:auto;overscroll-behavior:contain;box-shadow:0 24px 80px #061e3240}
.jj-policy-dialog::backdrop{background:rgba(8,29,44,.48);backdrop-filter:blur(4px)}
.jj-policy-dialog[open]{animation:jj-policy-enter 200ms ease-out}
.jj-policy-dialog__header{position:sticky;top:0;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;border-bottom:1px solid #dfe7eb;background:#fff}
.jj-policy-dialog h2{font:600 20px/1.3 var(--font-body-family);letter-spacing:0;margin:0;color:#102e44}
.jj-policy-dialog__header button{width:44px;height:44px;display:grid;place-items:center;flex:none;border-radius:50%;background:#edf3f4;color:#102e44;cursor:pointer}
.jj-policy-dialog__header svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round}
.jj-policy-dialog__body{padding:24px;font:400 14px/1.7 var(--font-body-family)}
.jj-policy-dialog__body h3{font:600 16px/1.4 var(--font-body-family);margin-top:22px}
.jj-policy-dialog__body p{margin:0 0 14px}
.jj-policy-dialog__body a{text-decoration:underline;text-underline-offset:3px}
.jj-policy-dialog__note{padding:14px 16px;border-radius:10px;background:#edf3f4}
html:has(.jj-policy-dialog[open]){overflow:hidden}
.jj-footer a:focus-visible,.jj-footer button:focus-visible,.jj-reassurance a:focus-visible,.jj-policy-dialog button:focus-visible{outline:2px solid #65c9ea;outline-offset:4px}
@keyframes jj-policy-enter{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:989px){.jj-footer__inner{grid-template-columns:1.2fr 1fr 1fr;gap:32px}.jj-footer__newsletter{grid-column:1/-1;max-width:420px}.jj-reassurance__inner{gap:20px}.jj-reassurance__item{align-items:flex-start;gap:10px}}
@media(max-width:599px){.jj-reassurance__inner{grid-template-columns:1fr;padding:24px 20px;gap:19px}.jj-reassurance__item{align-items:center}.jj-reassurance svg{width:24px;height:24px}.jj-reassurance p.jj-reassurance__title{font-size:13px}.jj-footer{padding:34px 20px}.jj-footer__inner{grid-template-columns:1fr 1fr;gap:30px 24px}.jj-footer__brand{grid-column:1/-1}.jj-footer__logo{width:174px;margin-bottom:14px}.jj-footer__brand p{max-width:34ch;margin-bottom:16px}.jj-footer h2{margin-bottom:12px}.jj-footer__nav ul{gap:6px}.jj-footer__nav a{min-height:32px;display:flex;align-items:center}.jj-footer__newsletter{padding-top:24px;border-top:1px solid #345267}.jj-policy-dialog__header{padding:14px 18px}.jj-policy-dialog__body{padding:20px}.jj-policy-dialog{max-height:84dvh}}
@media(prefers-reduced-motion:reduce){.jj-policy-dialog[open]{animation:none}}
