.tab_panel{background:rgba(123,24,244,.03);height:111px;display:flex;justify-content:center;align-items:center}.tab_panel .tab_container{border-radius:12px;border:1px solid #eee;background:#fff;min-height:55px;display:flex;align-items:center;justify-content:space-between;overflow-x:auto;width:100%;scroll-snap-type:x mandatory}.tab_panel .tab_container .ci_tabs{flex-grow:1;padding:1rem;text-align:center;color:#44475b;font-family:GeneralSans;font-weight:500;font-size:18px;line-height:20px;white-space:nowrap;background-color:transparent;border-radius:12px;scroll-snap-align:center}.tab_panel .tab_container .ci_tabs:last-child{margin-right:0}.tab_panel .tab_container .active{border:none;color:#fff;background:linear-gradient(95deg,#7b18f4 -17.1%,#c1acea 186.8%);border-radius:12px}.tab_panel .tab_container .border-r{background-color:#d0d5dd}@media screen and (max-width:1024px){.tab_panel{height:auto;background:none;overflow-x:auto;scroll-snap-type:x mandatory;flex-direction:column}.tab_panel .tab_container{display:flex;overflow-x:auto;width:100%;border:none;padding-right:1rem;scroll-snap-align:start}.tab_panel .tab_container .ci_tabs{font-size:1.05rem;font-weight:500;font-family:GeneralSans;line-height:20px;white-space:nowrap;padding:.5rem 3rem;background-color:rgba(123,24,244,.05);border-radius:12px;margin:.5rem;scroll-snap-align:center;border-right:none}.tab_panel .tab_container .ci_tabs:last-child{margin-right:0}.tab_panel .tab_container .active{font-size:1.1rem;font-weight:500;color:#fff;background:linear-gradient(95deg,#7b18f4 -17.1%,#c1acea 186.8%);border-radius:12px}}@media screen and (max-width:768px){.tab_panel .tab_container .ci_tabs{font-weight:600;padding:.5rem 2rem}}