.resource-hub{--rh-track-bg:#fff;--rh-track-border:#c8c8c8;--rh-tab-color:#252525;--rh-tab-hover-bg:#f9f7ef;--rh-tab-active-bg:#00297d;--rh-tab-active-color:#fff;--rh-progress-bg:hsla(0,0%,100%,.45)}.resource-hub--dark{--rh-track-bg:hsla(0,0%,100%,.12);--rh-track-border:hsla(0,0%,100%,.3);--rh-tab-color:hsla(0,0%,100%,.8);--rh-tab-hover-bg:hsla(0,0%,100%,.16);--rh-tab-active-bg:#fff;--rh-tab-active-color:#252525;--rh-progress-bg:rgba(0,41,125,.25)}.resource-hub__intro{max-width:720px}.resource-hub__eyebrow{margin-bottom:12px}.resource-hub__tabs{background-color:var(--rh-track-bg);border:1px solid var(--rh-track-border);border-radius:9999px;display:inline-flex;gap:4px;max-width:100%;padding:6px;scrollbar-color:var(--rh-tab-active-bg) transparent;scrollbar-width:thin}.resource-hub__tabs::-webkit-scrollbar{height:4px}.resource-hub__tabs::-webkit-scrollbar-track{background:transparent}.resource-hub__tabs::-webkit-scrollbar-thumb{background-color:var(--rh-tab-active-bg);border-radius:9999px}.resource-hub__tab{background-color:transparent;border:0;border-radius:9999px;color:var(--rh-tab-color);cursor:pointer;flex:0 0 auto;overflow:hidden;padding:10px 20px;position:relative;transition:background-color .3s ease-in-out,color .3s ease-in-out;white-space:nowrap}.resource-hub__tab:hover{background-color:var(--rh-tab-hover-bg)}.resource-hub__tab.is-active{background-color:var(--rh-tab-active-bg);color:var(--rh-tab-active-color)}.resource-hub__tab:focus-visible{outline:2px solid var(--rh-tab-active-bg);outline-offset:2px}.resource-hub__tab-progress{background-color:var(--rh-progress-bg);bottom:0;height:3px;left:0;position:absolute;width:0}.resource-hub__tab.is-progressing .resource-hub__tab-progress{transition:width 7s linear;width:100%}.resource-hub__panels{display:grid}.resource-hub__panel-wrap{grid-area:1/1;opacity:0;pointer-events:none;transition:opacity .6s ease-out,visibility 0s linear .6s;visibility:hidden}.resource-hub__panel-wrap.is-active{opacity:1;pointer-events:auto;transition:opacity .6s ease-out;visibility:visible}.resource-hub__panel{display:flex;flex-direction:column;height:100%}.resource-hub__panel-body,.resource-hub__panel-media{width:100%}@media (min-width:1001px){.resource-hub__panel{flex-direction:row}.resource-hub__panel-media{flex:0 0 auto;width:41.6667%}.resource-hub__panel-body{flex:0 0 auto;width:58.3333%}}