.HeaderSection{width:100%;display:flex;align-items:center;position:absolute;top:0;left:0;right:0;z-index:1000;height:var(--header-height);padding:0 2vw}.HeaderSection .productLogo{object-fit:none}.HeaderSection .tabsSection{width:calc(100% - 300px);display:flex;align-items:center;justify-content:center}.HeaderSection .tabsSection .tabs{display:flex;align-items:center;border-radius:6px;background:rgba(106,106,106,.4784313725);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:4px;gap:4px}.HeaderSection .tabsSection .tabs .tab{color:#eaeaea;font-family:Roboto;font-weight:400;font-size:14px;line-height:140%;letter-spacing:0;cursor:pointer;position:relative;padding:2px 12px;transition:all .2s ease-in-out}.HeaderSection .tabsSection .tabs .tab:hover{background-color:rgba(26,26,26,.3607843137);border-radius:8px;padding:2px 12px}.HeaderSection .tabsSection .tabs .tab:after{content:"";display:block;position:absolute;top:4px;right:0;width:1px;height:16px;background-color:hsla(0,0%,100%,.0862745098)}.HeaderSection .tabsSection .tabs .hidebar:after,.HeaderSection .tabsSection .tabs .tab:last-child:after{display:none}.HeaderSection .tabsSection .tabs .activeTab{background-color:#1a1a1a;font-weight:500;font-size:14px;line-height:140%;letter-spacing:0;color:#fff;border-radius:8px;padding:2px 12px}.HeaderSection .tabsSection .tabs .activeTab:after{display:none}