.sticky-subnav{position:absolute;top:100%;right:0;left:0;z-index:24;opacity:0;pointer-events:none;transform:translateY(-100%);transition:transform 0.25s ease,opacity 0.25s ease,visibility 0.25s ease;visibility:hidden}@media (prefers-reduced-motion:reduce){.sticky-subnav{transition:none}}.sticky-subnav.is-visible{opacity:1;pointer-events:auto;transform:translateY(0);visibility:visible}.sticky-subnav.is-visible .sticky-subnav__bar{background-color:#181336;box-shadow:0 0.25rem 1rem rgba(0,0,0,.2)}.sticky-subnav__bar{position:relative;display:flex;align-items:center;justify-content:flex-start;min-height:3.5rem;padding-left:1.25rem}@media screen and (max-width:990px){.sticky-subnav__bar{cursor:pointer}}@media screen and (min-width:991px){.sticky-subnav__bar{padding-left:2rem}}.sticky-subnav__mobile-controls{display:contents}@media screen and (max-width:990px){.sticky-subnav__mobile-controls{display:flex;align-items:center;gap:0.5rem;width:100%;min-width:0;padding-right:0.75rem}}.sticky-subnav__current{display:none}@media screen and (max-width:990px){.sticky-subnav__current{display:block;flex:1 1 auto;min-width:0;margin:0;padding:0.5rem 0;overflow:hidden;color:#fff;font-family:Public Sans,sans-serif;font-size:0.875rem;font-weight:600;line-height:1.2;text-overflow:ellipsis;white-space:nowrap;transition:opacity 0.15s ease}}@media screen and (max-width:990px) and (prefers-reduced-motion:reduce){.sticky-subnav__current{transition:none}}@media screen and (max-width:990px){.sticky-subnav__current.is-swapping{opacity:0}}.sticky-subnav__current:focus-visible{outline:0.125rem solid #7155a3;outline-offset:0.125rem}.sticky-subnav__trigger{-moz-appearance:none;appearance:none;display:none;width:2.75rem;height:2.75rem;flex-shrink:0;align-items:center;justify-content:center;padding:0;border:0;margin:0;background:transparent;color:#ade0f9;cursor:pointer}@media screen and (max-width:990px){.sticky-subnav__trigger{display:inline-flex;margin-left:auto}}.sticky-subnav__trigger:focus-visible{outline:0.125rem solid #7155a3;outline-offset:0.125rem}.sticky-subnav__trigger:after{content:"";display:block;flex-shrink:0;width:1rem;height:1rem;background-color:currentColor;mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6l4 4 4-4' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");mask-repeat:no-repeat;mask-position:center;mask-size:contain;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6l4 4 4-4' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;transition:transform 0.25s ease}@media (prefers-reduced-motion:reduce){.sticky-subnav__trigger:after{transition:none}}.sticky-subnav__trigger:checked:after{transform:rotate(180deg)}.sticky-subnav__overlay{position:fixed;top:var(--tb-header-height,0);right:0;bottom:0;left:0;z-index:21;display:none;background-color:rgba(0,0,0,.35);opacity:0;pointer-events:none;visibility:hidden;cursor:pointer;transition:all 0.3s ease-in-out}@media screen and (max-width:990px){.sticky-subnav__overlay{display:block}}.sticky-subnav__overlay:focus-visible{outline:0.125rem solid #7155a3;outline-offset:-0.125rem}@media screen and (max-width:990px){.sticky-subnav__trigger:checked~.sticky-subnav__overlay{opacity:1;pointer-events:auto;visibility:visible}}@media screen and (max-width:990px){.sticky-subnav__panel{position:absolute;top:100%;right:0;left:0;z-index:22;display:block;max-height:min(70vh,26.25rem);margin:0;padding:0.5rem 0;background-color:#181336;box-shadow:0 0.5rem 1.5rem rgba(0,0,0,.25);opacity:0;overflow-y:auto;overscroll-behavior:contain;pointer-events:none;visibility:hidden;-webkit-overflow-scrolling:touch;transition:all 0.3s ease-in-out}}@media screen and (min-width:991px){.sticky-subnav__panel{position:static;display:block;flex:1 1 auto;min-width:0;max-height:none;padding:0;background-color:transparent;box-shadow:none;opacity:1;overflow:visible;pointer-events:auto;visibility:inherit}}@media screen and (max-width:990px){.sticky-subnav__trigger:checked~.sticky-subnav__panel{opacity:1;pointer-events:auto;visibility:visible}}.sticky-subnav__panel ul{display:flex;flex-direction:column;gap:0;margin:0;padding:0;list-style:none}@media screen and (min-width:991px){.sticky-subnav__panel ul{flex-direction:row;flex-wrap:nowrap;align-items:center;gap:2rem;overflow-x:auto}}@media screen and (min-width:1199px){.sticky-subnav__panel ul{gap:2.75rem}}.sticky-subnav__panel li{display:block;margin:0;list-style:none}@media screen and (max-width:990px){.sticky-subnav__panel li{border-bottom:1px solid rgba(113,85,163,.35)}.sticky-subnav__panel li:last-child{border-bottom:0}}.sticky-subnav__panel a{display:block;position:relative;padding:0.875rem 1.25rem;color:#fff;font-family:Public Sans,sans-serif;font-size:1rem;font-weight:600;line-height:1.2;text-decoration:none;white-space:nowrap;transition:color 0.85s ease,box-shadow 0.85s ease}@media (prefers-reduced-motion:reduce){.sticky-subnav__panel a{transition:none}}@media screen and (min-width:991px){.sticky-subnav__panel a{padding:1rem 0;font-size:0.875rem;box-shadow:inset 0 -0.125rem 0 0 transparent}}.sticky-subnav__panel a:hover{color:#ade0f9}.sticky-subnav__panel a:focus-visible{outline:0.125rem solid #7155a3;outline-offset:0.125rem}.sticky-subnav__panel a.is-active{color:#b2d236}@media screen and (min-width:991px){.sticky-subnav__panel a.is-active{box-shadow:inset 0 -0.125rem 0 0 #b2d236}}