.elementor-widget-jj-practice-area {
  width: 100vw !important;
  max-width: none !important;
  flex-basis: auto !important;
  align-self: stretch !important;
  margin-left: calc(50% - 50vw) !important;
  position: relative;
  z-index: 1;
}

.elementor-widget-jj-practice-area h1,
.elementor-widget-jj-practice-area h2,
.elementor-widget-jj-practice-area h3 {
  font-family: var(--e-global-typography-primary-font-family, var(--display)) !important;
}

.jj-practice-hero { position: relative; isolation: isolate; min-height: 100svh; display: grid; align-items: end; padding: 8rem max(7vw, 1.5rem) 5rem; overflow: hidden; color: #fff; background: linear-gradient(105deg, #170607 0%, #531018 48%, #8d1c25 100%); }
.jj-practice-hero::before { position: absolute; z-index: -1; inset: 0; background-position: center; background-size: cover; content: ''; }
.jj-practice-hero.has-hero-image::before { background-image: linear-gradient(105deg, #170607f2 0%, #531018ed 48%, #8d1c25e8 100%), var(--jj-practice-hero-image); animation: practiceDirectoryHeroImageIn 1.5s cubic-bezier(.22, 1, .36, 1) both; }
.jj-practice-hero__copy > *, .jj-practice-hero__aside > * { opacity: 0; animation: practiceDirectoryHeroContentIn .8s cubic-bezier(.22, 1, .36, 1) both; }
.jj-practice-hero__copy > :nth-child(1) { animation-delay: .25s; }
.jj-practice-hero__copy > :nth-child(2) { animation-delay: .38s; }
.jj-practice-hero__copy > :nth-child(3) { animation-delay: .55s; }
.jj-practice-hero__copy > :nth-child(4) { animation-delay: .68s; }
.jj-practice-hero__copy > :nth-child(5) { animation-delay: .82s; }
.jj-practice-hero__aside { position: relative; z-index: 1; animation: practiceDirectoryHeroAsideIn .9s cubic-bezier(.22, 1, .36, 1) .55s both; }
.jj-practice-hero__aside > * { animation-delay: .82s; }
@keyframes practiceDirectoryHeroImageIn {
  from { opacity: 0; transform: scale(1.08); }
  to { opacity: 1; transform: scale(1); }
}
@keyframes practiceDirectoryHeroContentIn {
  from { opacity: 0; transform: translateY(1.2rem); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes practiceDirectoryHeroAsideIn {
  from { opacity: 0; transform: translateX(1.5rem); }
  to { opacity: 1; transform: translateX(0); }
}
html:has(.jj-practice-deck) { scroll-snap-type: none; }
body:has(.jj-practice-deck) { scroll-snap-type: none; }
body:has(.jj-practice-deck) { overflow-x: clip; }
.jj-practice-hero, .jj-practice-deck { max-width: 100%; overflow-x: clip; }
.jj-practice-hero, .jj-practice-deck__intro, .jj-practice-deck__slide, .jj-practice-deck__divider { scroll-snap-align: none; }
.jj-practice-hero__inner { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(14rem, .65fr); gap: clamp(3rem, 10vw, 10rem); align-items: end; width: min(100rem, 100%); margin: 0 auto; }
.jj-practice-hero__copy { max-width: 70rem; }
.jj-practice-hero h1 { max-width: 65rem; margin: .8rem 0 1.7rem; color: #fff; font: 800 clamp(2.5rem, 4.8vw, 5.2rem)/.98 var(--display); letter-spacing: -.09em; text-transform: uppercase; }
.jj-practice-hero__lede { max-width: 50rem; margin: 0 0 1.5rem; color: #f4d99a; font-size: clamp(1.25rem, 2vw, 2rem); line-height: 1.3; }
.jj-practice-hero__intro { max-width: 47rem; margin: 0 0 2.2rem; color: #f3e9e4; font-size: clamp(1rem, 1.35vw, 1.25rem); line-height: 1.55; }
.jj-practice-hero__aside { justify-self: end; max-width: 18rem; padding-top: 1.5rem; border-top: 1px solid #f4d99a88; }
.jj-practice-hero__aside > span { color: #f4d99a; font: 800 2.7rem/.8 var(--display); letter-spacing: -.08em; }
.jj-practice-hero__aside p { margin: 1.3rem 0 2.2rem; color: #f3e9e4; font-size: .86rem; line-height: 1.5; }
.jj-practice-hero__aside a { display: flex; align-items: center; justify-content: space-between; color: #f4d99a; font-weight: 800; text-decoration: none; }
.jj-practice-hero__aside a b { font-size: 1.5rem; font-weight: 400; }
.jj-practice-deck { background: #fff; color: #171717; }
.jj-practice-deck__intro { display: grid; align-content: start; padding: 7rem max(7vw, 1.5rem) 6rem; }
.jj-practice-deck__intro h2 { max-width: 58rem; margin: .55rem 0 1rem; color: #54141b; font: 800 clamp(2rem, 3.4vw, 3.6rem)/1 var(--display); letter-spacing: -.08em; text-transform: uppercase; }
.jj-practice-deck__intro h2.is-compact { max-width: 58rem; font-size: clamp(2rem, 3.2vw, 3.4375rem); }
.jj-practice-deck__intro h2.is-laboral { font-size: calc(clamp(2rem, 3.4vw, 3.6rem) - 10px); }
.jj-practice-deck__intro > p:not(.eyebrow) { max-width: 42rem; color: #4e4a46; font-size: clamp(1rem, 1.15vw, 1.15rem); line-height: 1.5; }
.jj-practice-deck__intro.is-compact > p:not(.eyebrow) { max-width: 38rem; font-size: clamp(.95rem, 1.1vw, 1.1rem); }
.jj-practice-deck__scope-list { margin-top: 3.5rem; }
.jj-practice-deck__scope-list h3 { margin: .45rem 0 1.5rem; color: #54141b; font-size: clamp(1.25rem, 1.8vw, 1.8rem); line-height: 1.1; }
.jj-practice-deck__scope-list ul { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; max-width: 90rem; margin: 0; padding: 0; border-top: 1px solid #54141b33; border-left: 1px solid #54141b33; list-style: none; }
.jj-practice-deck__scope-list li { display: grid; grid-template-columns: 2rem 1fr auto; gap: .65rem; align-items: center; min-height: 4.2rem; padding: .8rem .9rem; border-right: 1px solid #54141b33; border-bottom: 1px solid #54141b33; color: #54141b; transition: border-color .25s ease, background-color .25s ease, color .25s ease; }
.jj-practice-deck__scope-list li:hover { border-color: #a51d27; background: #54141b; color: #fff; }
.jj-practice-deck__scope-list li > span { align-self: start; color: #a51d27; font-size: .65rem; font-weight: 900; letter-spacing: .08em; }
.jj-practice-deck__scope-list li:hover > span, .jj-practice-deck__scope-list li:hover > b { color: #f4d99a; }
.jj-practice-deck__scope-list li strong { font-size: .78rem; line-height: 1.25; }
.jj-practice-deck__scope-list li > b { color: #a51d27; font-size: 1.15rem; font-weight: 400; }
.jj-practice-deck__scope, .jj-practice-deck__legal { padding: 5rem max(7vw, 1.5rem); background: #f4f0e8; }
.jj-practice-deck__scope { display: grid; grid-template-columns: minmax(16rem, .75fr) minmax(0, 1.25fr); gap: clamp(2rem, 7vw, 7rem); }
.jj-practice-deck__scope h2, .jj-practice-deck__legal h2 { max-width: 42rem; margin: .7rem 0 0; color: #54141b; font: 800 clamp(2rem, 4vw, 4.5rem)/.98 var(--display); letter-spacing: -.08em; text-transform: uppercase; }
.jj-practice-deck__scope ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 2rem; margin: 0; padding: 0; list-style: none; }
.jj-practice-deck__scope li { position: relative; padding: .75rem 0 .75rem 1.25rem; border-bottom: 1px solid #54141b33; color: #4e4a46; }
.jj-practice-deck__scope li::before { position: absolute; left: 0; color: #a51d27; content: '→'; font-weight: 800; }
.jj-practice-deck__legal { background: #eae3d6; }
.jj-practice-deck__legal > p:not(.eyebrow) { max-width: 48rem; color: #4e4a46; font-size: 1.1rem; line-height: 1.55; }
.jj-practice-deck__legal > div { max-width: 70rem; margin-top: 2rem; }
.jj-practice-deck__legal details { border-top: 1px solid #54141b55; }
.jj-practice-deck__legal summary { padding: 1rem 0; color: #54141b; cursor: pointer; font-weight: 800; list-style: none; }
.jj-practice-deck__legal summary::-webkit-details-marker { display: none; }
.jj-practice-deck__legal summary::after { float: right; color: #a51d27; content: '+'; font-size: 1.3rem; }
.jj-practice-deck__legal details[open] summary::after { content: '−'; }
.jj-practice-deck__legal summary::after { transition: transform .35s ease; }
.jj-practice-deck__legal details[open] summary::after { transform: rotate(180deg); }
.jj-practice-deck__legal details > p { max-width: 54rem; max-height: 0; margin: 0; overflow: hidden; color: #4e4a46; line-height: 1.5; opacity: 0; transform: translateY(-.45rem); transition: max-height .55s cubic-bezier(.22, 1, .36, 1), margin .45s ease, opacity .3s ease, transform .45s cubic-bezier(.22, 1, .36, 1); }
.jj-practice-deck__legal details[open] > p { max-height: 30rem; margin: 0 0 1.25rem; opacity: 1; transform: translateY(0); }
.jj-practice-deck__why { padding: 5rem max(7vw, 1.5rem); background: #fff; }
.jj-practice-deck__why h2, .jj-practice-deck__closing h2 { max-width: 60rem; margin: .7rem 0 1rem; color: #54141b; font: 800 clamp(2rem, 4vw, 4.5rem)/.98 var(--display); letter-spacing: -.08em; text-transform: uppercase; }
.jj-practice-deck__why > p:not(.eyebrow) { max-width: 48rem; color: #4e4a46; font-size: 1.1rem; line-height: 1.55; }
.jj-practice-deck__why ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 2rem; max-width: 70rem; margin: 2rem 0 0; padding: 0; list-style: none; }
.jj-practice-deck__why li { position: relative; padding: .75rem 0 .75rem 1.25rem; border-bottom: 1px solid #54141b33; color: #4e4a46; }
.jj-practice-deck__why li::before { position: absolute; left: 0; color: #a51d27; content: '→'; font-weight: 800; }
.jj-practice-deck__closing { display: flex; align-items: center; justify-content: space-between; gap: 3rem; padding: 6rem max(7vw, 1.5rem); color: #fff; background: linear-gradient(105deg, #54141b, #991f2a); }
.jj-practice-deck__closing .eyebrow, .jj-practice-deck__closing h2 { color: #f4d99a; }
.jj-practice-deck__closing h2 { max-width: 55rem; }
.jj-practice-deck__closing p:not(.eyebrow) { max-width: 50rem; color: #f3e9e4; font-size: 1.15rem; line-height: 1.55; }
.jj-practice-deck__closing .button { flex: 0 0 auto; background: #f4d99a; color: #54141b; }
.jj-practice-deck__shell { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(15rem, 22vw); align-items: stretch; }
.jj-practice-deck__status { position: absolute; z-index: 2; top: 2rem; left: max(7vw, 1.5rem); display: flex; gap: .55rem; align-items: baseline; color: #a51d27; font-size: .75rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.jj-practice-deck__status strong { max-width: 24rem; color: #a51d27; font-size: .7rem; }
.jj-practice-deck__slides { height: auto; overflow: visible; }
.jj-practice-deck__divider { position: relative; isolation: isolate; min-height: 58svh; display: grid; grid-template-columns: minmax(0, 1fr) minmax(18rem, .9fr); gap: clamp(2rem, 7vw, 7rem); align-items: center; padding: 5rem max(7vw, 1.5rem); overflow: hidden; background: #54141b; color: #fff; }
.jj-practice-deck__divider::before { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, #170607f2 0%, #54141bd9 48%, #54141b88 100%); content: ''; }
.jj-practice-deck__divider-copy { position: relative; z-index: 1; max-width: 34rem; }
.jj-practice-deck__divider-copy .eyebrow { color: #f4d99a; }
.jj-practice-deck__divider-copy h2 { margin: .7rem 0 1.2rem; color: #fff; font: 800 clamp(2rem, 4vw, 4.5rem)/.98 var(--display); letter-spacing: -.08em; text-transform: uppercase; }
.jj-practice-deck__divider-copy > p:last-child { max-width: 28rem; color: #f3e9e4; font-size: clamp(1rem, 1.35vw, 1.25rem); line-height: 1.5; }
.jj-practice-deck__divider-photo { position: absolute; z-index: -2; inset: 0; margin: 0; overflow: hidden; border: 0; border-radius: 0; }
.jj-practice-deck__divider-photo img { position: absolute; inset: 0; display: block; width: 100%; min-height: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.06); }
.jj-practice-deck__slide { position: relative; isolation: isolate; box-sizing: border-box; min-width: 0; min-height: 100svh; display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(2.5rem, 8vw, 9rem); align-items: center; padding: 7rem max(7vw, 1.5rem) 4rem; background: #f4f0e8; }
.jj-practice-deck__slide::before { position: absolute; z-index: -2; inset: 0; background: #f4f0e8; content: ''; }
.jj-practice-deck__slide::after { position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, #ffffff22, transparent 35%, #54141b18); content: ''; pointer-events: none; }
.jj-practice-deck__slide:nth-child(even) { background: #fff; }
.jj-practice-deck__slide:nth-child(even)::before { background: #fff; }
.jj-practice-deck__meta { min-width: 0; color: #a51d27; }
.jj-practice-deck__meta > * { min-width: 0; max-width: 100%; overflow-wrap: anywhere; }
.jj-practice-deck__meta > span { display: block; font: 800 clamp(2.8rem, 5vw, 5rem)/.8 var(--display); letter-spacing: -.09em; }
.jj-practice-deck__meta > p { max-width: 14rem; margin: 1.4rem 0 0; font-size: .7rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.jj-practice-deck__meta h3 { max-width: 38rem; margin: 1.3rem 0 1rem; color: #54141b; font: 800 clamp(1.65rem, 2.45vw, 3rem)/1 var(--display); letter-spacing: -.07em; text-transform: uppercase; }
.jj-practice-deck__meta .jj-practice-deck__lede { max-width: 34rem; margin: 0; color: #54141b; font-family: var(--body); font-size: clamp(1rem, 1.25vw, 1.2rem); font-weight: 500; letter-spacing: normal; line-height: 1.45; text-transform: none; }
.jj-practice-deck__content { max-width: 44rem; min-width: 0; }
.jj-practice-deck__content > * { min-width: 0; max-width: 100%; overflow-wrap: anywhere; }
.jj-practice-deck__content-intro { max-height: 60rem; overflow: hidden; opacity: 1; transform: translateY(0); transition: max-height .55s ease, opacity .3s ease, transform .55s ease, margin .55s ease; }
.jj-practice-deck__content.is-details-open .jj-practice-deck__content-intro { max-height: 0; margin: 0; opacity: 0; transform: translateY(-1rem); }
.jj-motion-fallback { opacity: 0; transform: translateY(1.25rem); transition: opacity .7s ease, transform .7s cubic-bezier(.22, 1, .36, 1); }
.jj-motion-fallback.jj-motion-visible { opacity: 1; transform: none; }
.jj-practice-deck__photo { position: relative; width: 100%; height: auto; aspect-ratio: 16 / 9; margin: 1.1rem 0 1.35rem; overflow: hidden; border-radius: .35rem; background: #54141b; }
.jj-practice-deck__photo img { position: absolute; inset: 0; display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; filter: saturate(.82) contrast(1.04); transition: transform .6s ease; }
.jj-practice-deck__photo:hover img { transform: scale(1.035); }
.jj-practice-deck__photo.is-placeholder { display: grid; place-items: center; border: 1px dashed #a51d2780; background: linear-gradient(135deg, #54141b12, #a51d271f); color: #a51d27; }
.jj-practice-deck__photo.is-placeholder span { font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.jj-practice-deck__content > p { max-width: 42rem; color: #4e4a46; font-size: clamp(1rem, 1.2vw, 1.18rem); line-height: 1.5; }
.jj-practice-deck__content details { max-width: 45rem; margin-top: 1.2rem; border-top: 1px solid #54141b55; }
.jj-practice-deck__content summary { padding: 1.1rem 0; color: #54141b; cursor: pointer; font-weight: 800; list-style: none; }
.jj-practice-deck__content summary::-webkit-details-marker { display: none; }
.jj-practice-deck__content summary::after { float: right; color: #a51d27; content: '+'; font-size: 1.3rem; }
.jj-practice-deck__content details[open] summary::after { content: '−'; }
.jj-practice-deck__content ul { margin: 0; padding: 0 0 1rem; list-style: none; }
.jj-practice-deck__content li { padding: .5rem 0 .5rem 1.2rem; border-bottom: 1px solid #54141b22; color: #4e4a46; }
.jj-practice-deck__nav { --jj-practice-nav-offset: clamp(6.75rem, 10vw, 9rem); position: sticky; top: var(--jj-practice-nav-offset); display: grid; align-content: start; gap: .3rem; width: auto; height: calc(100svh - var(--jj-practice-nav-offset)); max-height: calc(100svh - var(--jj-practice-nav-offset)); padding: 1.25rem max(1rem, 2vw) 2rem; overflow-y: auto; background: #fff; }
.jj-practice-deck__nav-toggle { display: none; }
.jj-practice-deck__nav a { display: grid; grid-template-columns: 1.8rem 1fr; gap: .5rem; padding: .45rem .5rem; color: #54141b; text-decoration: none; opacity: .45; transition: opacity .25s ease, background-color .25s ease; }
.jj-practice-deck__nav a[aria-current="true"] { background: #f4d99a; opacity: 1; }
.jj-practice-deck__nav span { color: #a51d27; font-size: .65rem; font-weight: 900; }
.jj-practice-deck__nav strong { font-size: .65rem; line-height: 1.1; text-transform: uppercase; }
@media (max-width: 768px) {
  .jj-practice-hero { min-height: 100svh; align-items: end; padding: 7rem 1.4rem 3rem; }
  .jj-practice-hero__inner { grid-template-columns: 1fr; gap: 3rem; }
  .jj-practice-hero__copy { margin-top: 2rem; }
  .jj-practice-hero h1 { font-size: clamp(2.35rem, 10vw, 3.8rem); }
  .jj-practice-hero__lede { font-size: 1.25rem; }
  .jj-practice-hero__intro { font-size: 1rem; }
  .jj-practice-hero__aside { justify-self: stretch; max-width: none; padding-top: 1rem; }
  .jj-practice-hero__aside > span { font-size: 2.2rem; }
  .jj-practice-hero__aside p { max-width: 24rem; margin: .9rem 0 1.2rem; }
  .jj-practice-deck__intro { padding: 5.5rem 1.4rem 4.5rem; }
  .jj-practice-deck__intro h2 { font-size: clamp(1.7rem, 6.5vw, 2.5rem); }
  .jj-practice-deck__intro h2.is-compact { font-size: clamp(1.7rem, 6.5vw, 2.5rem); }
  .jj-practice-deck__intro h2.is-laboral { font-size: calc(clamp(1.7rem, 6.5vw, 2.5rem) - 10px); }
  .jj-practice-deck__intro.is-compact > p:not(.eyebrow) { font-size: .95rem; }
  .jj-practice-deck__intro-copy.is-mobile-hidden { display: none !important; }
  .jj-practice-deck__scope-list { display: none !important; }
  .jj-practice-deck__status.is-mobile-hidden { display: none !important; }
  .jj-practice-deck__scope-list ul { grid-template-columns: 1fr; gap: .55rem; }
  .jj-practice-deck__scope-list li { min-height: 3.8rem; }
  .jj-practice-deck__scope { grid-template-columns: 1fr; gap: 2rem; padding: 4rem 1.4rem; }
  .jj-practice-deck__scope h2, .jj-practice-deck__legal h2 { font-size: clamp(1.8rem, 8vw, 3rem); }
  .jj-practice-deck__scope ul { grid-template-columns: 1fr; }
  .jj-practice-deck__legal { padding: 4rem 1.4rem; }
  .jj-practice-deck__why { padding: 4rem 1.4rem; }
  .jj-practice-deck__why h2, .jj-practice-deck__closing h2 { font-size: clamp(1.8rem, 8vw, 3rem); }
  .jj-practice-deck__why ul { grid-template-columns: 1fr; }
  .jj-practice-deck__closing { display: grid; padding: 4rem 1.4rem; }
  .jj-practice-deck__closing .button { width: 100%; }
  .jj-practice-deck__status { top: 1.3rem; left: 1.4rem; right: 1.4rem; }
  .jj-practice-deck__status strong { max-width: 11rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .jj-practice-deck__slides { height: auto; }
  .jj-practice-deck__divider { display: none; }
  .jj-practice-deck__slide { min-height: 100svh; grid-template-columns: 1fr; gap: 2rem; align-content: center; padding: 6rem 1.4rem 4rem; }
  .jj-practice-deck__meta { display: block; }
  .jj-practice-deck__meta > span { font-size: 2.8rem; }
  .jj-practice-deck__meta > p { max-width: none; margin-top: .8rem; }
  .jj-practice-deck__divider-copy h2 { font-size: clamp(2rem, 8vw, 2.6rem); }
  .jj-practice-deck__meta h3 { margin: 1rem 0 .8rem; font-size: clamp(1.5rem, 6.5vw, 2.6rem); line-height: 1.02; }
  .jj-practice-deck__meta .jj-practice-deck__lede { font-size: 1rem; }
  .jj-practice-deck__photo { height: auto; margin-block: .9rem 1.1rem; }
  .jj-practice-deck__shell { display: block; }
  .jj-practice-deck__nav-toggle { position: fixed; z-index: 25; top: 50%; right: 0; display: inline-flex; flex-direction: column; align-items: center; gap: .35rem; width: 3.4rem; padding: .8rem .55rem; border: 1px solid #f4d99a; border-right: 0; border-radius: .45rem 0 0 .45rem; background: #54141b; color: #fff; box-shadow: 0 .5rem 1.5rem #17060755; cursor: pointer; transform: translateY(-50%); }
  .jj-practice-deck__nav-toggle-icon { color: #f4d99a; font-size: 1.15rem; line-height: 1; }
  .jj-practice-deck__nav-toggle-label { display: none; }
  .jj-practice-deck__nav { position: fixed; z-index: 24; inset: 0; display: grid; align-content: start; width: 100%; height: 100svh; max-height: none; padding: 7rem 1.4rem 2rem; overflow-y: auto; border: 0; border-radius: 0; background: #54141b; box-shadow: none; visibility: hidden; opacity: 0; pointer-events: none; transform: translateX(100%); transition: transform .44s cubic-bezier(.22, 1, .36, 1), opacity .28s ease, visibility 0s linear .44s; }
  .jj-practice-deck__nav.is-mobile-open { visibility: visible; opacity: 1; pointer-events: auto; transform: translateX(0); transition-delay: 0s; }
  .jj-practice-deck__nav a { grid-template-columns: 2.2rem 1fr; gap: .8rem; padding: .8rem .2rem; border-bottom: 1px solid #f4d99a33; color: #fff; opacity: 0; transform: translateX(2rem); transition: opacity .3s ease, transform .42s cubic-bezier(.22, 1, .36, 1), color .2s ease, background-color .2s ease; }
  .jj-practice-deck__nav.is-mobile-open a { opacity: .78; transform: translateX(0); }
  .jj-practice-deck__nav.is-mobile-open a:nth-child(1) { transition-delay: .06s; }
  .jj-practice-deck__nav.is-mobile-open a:nth-child(2) { transition-delay: .09s; }
  .jj-practice-deck__nav.is-mobile-open a:nth-child(3) { transition-delay: .12s; }
  .jj-practice-deck__nav.is-mobile-open a:nth-child(4) { transition-delay: .15s; }
  .jj-practice-deck__nav.is-mobile-open a:nth-child(5) { transition-delay: .18s; }
  .jj-practice-deck__nav.is-mobile-open a:nth-child(6) { transition-delay: .21s; }
  .jj-practice-deck__nav.is-mobile-open a:nth-child(7) { transition-delay: .24s; }
  .jj-practice-deck__nav.is-mobile-open a:nth-child(8) { transition-delay: .27s; }
  .jj-practice-deck__nav.is-mobile-open a:nth-child(9) { transition-delay: .30s; }
  .jj-practice-deck__nav.is-mobile-open a:nth-child(10) { transition-delay: .33s; }
  .jj-practice-deck__nav.is-mobile-open a:nth-child(11) { transition-delay: .36s; }
  .jj-practice-deck__nav.is-mobile-open a:nth-child(12) { transition-delay: .39s; }
  .jj-practice-deck__nav.is-mobile-open a:nth-child(13) { transition-delay: .42s; }
  .jj-practice-deck__nav.is-mobile-open a:nth-child(14) { transition-delay: .45s; }
  .jj-practice-deck__nav.is-mobile-open a:nth-child(15) { transition-delay: .48s; }
  .jj-practice-deck__nav.is-mobile-open a:nth-child(16) { transition-delay: .51s; }
  .jj-practice-deck__nav.is-mobile-open a:nth-child(17) { transition-delay: .54s; }
  .jj-practice-deck__nav a[aria-current="true"] { background: transparent; color: #f4d99a; opacity: 1; }
  .jj-practice-deck__nav span { color: #f4d99a; font-size: .72rem; }
  .jj-practice-deck__nav strong { font-size: clamp(.8rem, 3.5vw, 1rem); line-height: 1.2; }
@media (prefers-reduced-motion: reduce) {
  .jj-practice-hero.has-hero-image::before, .jj-practice-hero__copy > *, .jj-practice-hero__aside, .jj-practice-hero__aside > * { animation: none; opacity: 1; transform: none; }
    .jj-practice-deck__nav { transition: none; }
    .jj-practice-deck__nav a { transition: none; }
  }
}
