.fund_tab_content:has(~section[data-bg=beige]){background:var(--beige)}.fund_tab_content:has(~section[data-bg=white]){background-color:#fff}.fund_tab_content:has(~section[data-bg=teal]){background-color:var(--primaryTeal)}.fund_tab_content .inner{background:rgba(0,0,0,.05);padding:5px 0}.fund_tab_content ul{display:inline-grid;margin:0;list-style:none;grid-auto-flow:column;grid-template-columns:1fr;position:relative;padding:3px}.fund_tab_content ul:before{content:"";position:absolute;top:0;left:0;width:calc(100%/var(--tabCount));height:100%;background:var(--primaryTeal);border-radius:3px;transition:all .15s ease-in-out}.fund_tab_content ul:has(>li:nth-child(2).active):before{left:calc(100%/var(--tabCount))}.fund_tab_content ul:has(>li:nth-child(3).active):before{left:calc(100%/var(--tabCount)*2)}.fund_tab_content ul:has(>li:nth-child(4).active):before{left:calc(100%/var(--tabCount)*3)}.fund_tab_content ul li{flex:1;padding:.5rem 1.5rem;text-align:center;position:relative}.fund_tab_content ul li:last-child{border-right:none}.fund_tab_content ul li a{color:#000;text-decoration:none;transition:all .15s ease-in-out}.fund_tab_content ul li.active a{color:#fff}section[data-tab]:not(.active){display:none}