.tabsWrapper{display:flex}.tabsWrapper .tabItems{display:flex;align-items:center;margin:0 auto;overflow-x:auto}.tabsWrapper .tabItems::-webkit-scrollbar{display:none;height:0}.tabsWrapper .tabItems .singleItem{position:relative;min-height:5rem;min-width:8rem;padding:0 1.4rem;font-size:1.8rem;line-height:2.6rem;font-weight:400;display:flex;align-items:center;justify-content:center;white-space:nowrap}@media screen and (max-width:750px){.tabsWrapper .tabItems .singleItem{font-size:1.6rem;line-height:2.4rem}}.tabsWrapper .tabItems .singleItem:not(.active){cursor:pointer}.tabsWrapper .tabItems .singleItem.active{color:var(--primary)}.tabsWrapper .tabItems .singleItem.active:before{width:3.6rem;background:var(--primary)}.tabsWrapper .tabItems .singleItem:before{content:"";width:0;position:absolute;bottom:0;height:.2rem;border-radius:.2rem .2rem 0 0;background:rgba(0,0,0,0);transition:all .3s}.tabsWrapper.fullWidth{width:100%}.tabsWrapper.fullWidth .tabItems{width:100%;border-bottom:1px solid var(--grayHover)}.tabsWrapper.fullWidth .tabItems .singleItem{flex-shrink:0;justify-content:center}@media screen and (min-width:751px){.tabsWrapper.fullWidth .tabItems .singleItem{flex:1 1}}.tabsWrapper.fullWidth .tabItems .singleItem.active:before{width:90%}