.twostep-nav{z-index:100;pointer-events:none;position:fixed;inset:0}.twostep-nav__bg{z-index:0;opacity:0;pointer-events:auto;visibility:hidden;background-color:rgb(0 0 0/45%);width:100%;height:100%;position:absolute;inset:0 auto auto 0;border:0;cursor:pointer}.twostep-nav__wrap{justify-content:center;align-items:stretch;width:100%;display:flex;position:absolute;top:0;left:0}.twostep-nav__width{flex-flow:column;flex:none;justify-content:flex-start;align-items:center;width:100%;max-width:48em;padding-top:1.25em;padding-left:1.25em;padding-right:1.25em;display:flex}.twostep-nav__bar{pointer-events:auto;color:var(--foreground);width:100%;max-width:25em;position:relative}.twostep-nav__back{z-index:0;position:absolute}.twostep-nav__top{z-index:1;justify-content:space-between;align-items:center;width:100%;height:3.2em;padding:1em 1.25em;display:flex;position:relative}.twostep-nav__bottom{grid-template-rows:0fr;width:100%;display:grid;position:relative;overflow:hidden}.twostep-nav__logo{justify-content:flex-start;align-items:center;width:6em;height:100%;display:flex}.twostep-nav__logo-img{height:1.75em;width:auto}.twostep-nav__back-bg{background-color:var(--background);border:1px solid var(--border);border-radius:.5em;width:100%;height:100%;position:absolute;inset:0;box-shadow:0 1px 2px rgb(0 0 0/4%),0 10px 34px rgb(0 0 0/10%)}.twostep-nav__toggle{pointer-events:auto;cursor:pointer;background-color:#0000;border:0;justify-content:center;align-items:center;width:2.5em;height:2.5em;padding:0;display:flex;position:relative}.twostep-nav__toggle-bar{background-color:var(--foreground);width:1.875em;height:.125em;position:absolute}.twostep-nav__bottom-overflow{height:100%;overflow:hidden}.twostep-nav__bottom-inner,.twostep-nav__bottom-overflow{flex-flow:column;justify-content:flex-start;align-items:center;display:flex;position:relative}.twostep-nav__bottom-inner{width:100%;padding:1.5em}.twostep-nav__bottom-row{justify-content:flex-start;align-items:flex-start;width:100%;display:flex}.twostep-nav__bottom-col{flex:1;min-height:100%;display:flex}.twostep-nav__bottom-col.is--visual{flex:1.3}.twostep-nav__ul{flex-flow:column;justify-content:flex-start;align-items:stretch;width:100%;margin:0;padding-left:0;list-style:none;display:flex}.twostep-nav__li{list-style:none}.twostep-nav__link{color:inherit;display:block;width:100%;padding-top:.75em;padding-bottom:.75em;text-decoration:none;position:relative}.twostep-nav__link-span{letter-spacing:-.04em;font-family:var(--font-heading),sans-serif;font-size:2.125em;font-weight:500;line-height:1;transition:color var(--animation-default)}.twostep-nav__link:focus-visible .twostep-nav__link-span,.twostep-nav__link:hover .twostep-nav__link-span{color:var(--primary)}.twostep-nav__actions{grid-column-gap:.75em;grid-row-gap:.5em;flex-flow:wrap;align-items:center;display:flex}.twostep-nav__visual{aspect-ratio:4/3;border-radius:.375em;width:100%;display:block;position:relative;overflow:hidden}.twostep-nav__visual-img{object-fit:cover;width:100%;height:100%;transition:transform var(--animation-default-long)}.twostep-nav__visual:hover .twostep-nav__visual-img{transform:scale(1.04)}.twostep-nav__visual-label{letter-spacing:-.01em;color:#fff;background-image:linear-gradient(0deg,rgb(0 0 0/65%),transparent);border-radius:0 0 .375em .375em;padding:1.5em .875em .75em;font-size:.875em;font-weight:500;inset:auto 0 0}.twostep-nav__visual-label,.twostep-nav__visual-tag{font-family:var(--font-geist-sans),sans-serif;position:absolute}.twostep-nav__visual-tag{z-index:1;background-color:var(--cta);color:var(--cta-foreground);border-radius:999px;padding:.35em .7em;font-size:.75em;font-weight:600;letter-spacing:.01em;top:.625em;left:.625em}.twostep-nav__info{grid-column-gap:2em;grid-row-gap:2em;flex-flow:column;justify-content:space-between;align-items:flex-start;width:100%;display:flex}.twostep-nav__top-line{z-index:2;background-color:var(--border);height:1px;position:absolute;bottom:0;left:.5em;right:.5em}@media screen and (max-width:767px){.twostep-nav__bottom-col.is--visual{display:none}.twostep-nav__top-line{bottom:-.5em;left:1em;right:1em}}[data-twostep-nav]{--cubic-default:cubic-bezier(0.625,0.05,0,1);--animation-ease:0.2s ease;--duration-default:0.5s;--duration-default-long:0.75s;--duration-default-half:0.25s;--animation-default:var(--duration-default) var(--cubic-default);--animation-default-long:var(--duration-default-long) var(--cubic-default);--animation-default-half:var(--duration-default-half) var(--cubic-default)}.twostep-nav__toggle-bar{transition:transform var(--animation-default);transform:translateY(-.25em) rotate(.001deg)}.twostep-nav__toggle:hover .twostep-nav__toggle-bar{transform:translateY(.25em) rotate(.001deg)}.twostep-nav__toggle .twostep-nav__toggle-bar:nth-child(2){transform:translateY(.15em) rotate(.001deg)}.twostep-nav__toggle:hover .twostep-nav__toggle-bar:nth-child(2){transform:translateY(-.15em) rotate(.001deg)}[data-nav-status=active] .twostep-nav__toggle .twostep-nav__toggle-bar{transform:translateY(0) rotate(45deg)}[data-nav-status=active] .twostep-nav__toggle .twostep-nav__toggle-bar:nth-child(2){transform:translateY(0) rotate(-45deg)}.twostep-nav__bg{transition:opacity var(--animation-default),visibility var(--animation-default)}[data-nav-status=active] .twostep-nav__bg{opacity:1;visibility:visible}.twostep-nav__bar{transition:max-width var(--animation-default-long) .2s}[data-nav-status=active] .twostep-nav__bar{transition:max-width var(--animation-default) 0s;max-width:100%}.twostep-nav__top-line{transition:all var(--animation-default) 0s;opacity:0}[data-nav-status=active] .twostep-nav__top-line{transition:all var(--animation-default) .1s;opacity:1}@media screen and (max-width:767px){.twostep-nav__top-line{inset:auto 1em -.5em}[data-nav-status=active] .twostep-nav__top-line{transition:all var(--animation-default) .2s;inset:auto 0 -.5em}}.twostep-nav__back{transition:all var(--animation-default);inset:0}[data-nav-status=active] .twostep-nav__back{inset:-.25em}@media screen and (max-width:767px){[data-nav-status=active] .twostep-nav__back{inset:-1.25em}}.twostep-nav__bottom{transition:grid-template-rows var(--animation-default) 0s}[data-nav-status=active] .twostep-nav__bottom{transition:grid-template-rows var(--animation-default-long) .25s;grid-template-rows:1fr}@media screen and (max-width:767px){.twostep-nav__bottom{transition:grid-template-rows var(--animation-default) 0s,transform var(--animation-default) 0s;transform:translateY(-.625em)}[data-nav-status=active] .twostep-nav__bottom{transition:grid-template-rows var(--animation-default-long) .25s,transform var(--animation-default) .25s;transform:translateY(0)}}.twostep-nav__bottom-row>*{transition:all var(--animation-default) 0s;transform:translateY(2em);opacity:0}.twostep-nav__bottom-row>:nth-child(2){transition-delay:75ms}[data-nav-status=active] .twostep-nav__bottom-row>*{transition:all var(--animation-default-long) .5s;transform:translateY(0);opacity:1}[data-nav-status=active] .twostep-nav__bottom-row>:nth-child(2){transition-delay:.575s}@media (prefers-reduced-motion:reduce){[data-twostep-nav]{--duration-default:0.001s;--duration-default-long:0.001s;--duration-default-half:0.001s;--animation-ease:0.001s ease}.twostep-nav__bottom-row>*,[data-nav-status=active] .twostep-nav__bottom-row>*,[data-nav-status=active] .twostep-nav__bottom-row>:nth-child(2){transition-delay:0s}}