.credits-plan-header{--font-color-light:#202020;--icon-color-light:rgba(32,32,32,.6);--bg-color-light:#fff;--hover-bg-light:#f8f9fa;--font-color-dark:#fff;--icon-color-dark:hsla(0,0%,100%,.6);--bg-color-dark:#111827;--hover-bg-dark:#374151;position:fixed;left:0;top:0;z-index:20;display:flex;width:100vw;flex-direction:row;align-items:center;justify-content:center;height:60px;background:transparent}.credits-plan-header__left{position:absolute;top:0;left:4px;display:flex;height:100%;padding-top:12px}.credits-plan-header__back{display:flex;height:32px;padding:0 8px;align-items:center;gap:10px;background:transparent;cursor:pointer;transition:all .3s ease;border-radius:8px;overflow:hidden;position:relative}.credits-plan-header__back-content{width:77px;display:flex;align-items:center;gap:10px;transition:transform .3s ease}.credits-plan-header__back:hover .credits-plan-header__back-content{transform:translateX(-80px)}.credits-plan-header__back-logo{display:flex;align-items:center;gap:10px;min-width:77px}.credits-plan-header__back-logo svg{width:61px;height:16px;fill:#202020}.credits-plan-header__back-button{display:flex;align-items:center;gap:8px;height:32px;padding:0 8px;border-radius:8px;background:rgba(32,32,32,.04);color:#202020;font-family:Poppins,sans-serif;font-weight:600;font-size:14px;min-width:77px;justify-content:center;letter-spacing:.5px}.credits-plan-header__back-button svg{width:61px;height:16px;fill:#202020}.credits-plan-header__tooltip{font-size:12px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .credits-plan-header__tooltip{color:#000!important}}:where(html.is-dark) .credits-plan-header__tooltip{color:#000!important}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .credits-plan-header__tooltip{color:#fff!important}}:where(html.is-light) .credits-plan-header__tooltip{color:#fff!important}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .credits-plan-header__tooltip{background:#f3f4f6!important}}:where(html.is-dark) .credits-plan-header__tooltip{background:#f3f4f6!important}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .credits-plan-header__tooltip{background:#374151!important}}:where(html.is-light) .credits-plan-header__tooltip{background:#374151!important}@media (max-width:768px){.credits-plan-header{height:56px;padding:12px 16px}.credits-plan-header__left{left:16px}.credits-plan-header__back-logo svg{width:50px;height:13px}.credits-plan-header__back-button{font-size:12px;min-width:65px}.credits-plan-header__back-button svg{width:50px;height:13px}}