.container{width:1320px;margin:0 auto;background-color:transparent;height:auto;max-height:auto;border-radius:20px;overflow:hidden;box-shadow:"0 1px 1px hsl(0deg 0% 0% / 0.075), 0 2px 2px hsl(0deg 0% 0% / 0.075), 0 4px 4px hsl(0deg 0% 0% / 0.075), 0 8px 8px hsl(0deg 0% 0% / 0.075), 0 16px 16px hsl(0deg 0% 0% / 0.075), 0 2px 2px hsl(0deg 0% 0% / 0.075), 0 4px 4px hsl(0deg 0% 0% / 0.075), 0 8px 8px hsl(0deg 0% 0% / 0.075), 0 16px 16px hsl(0deg 0% 0% / 0.075)";display:flex;flex-direction:column;backdrop-filter:blur(35px)}.nav{background:transparent;padding:0;border-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:none;height:auto}.tabsContainer,.tabsStyles{list-style:none;padding:0;margin:0;font-weight:600;font-size:20px}.tabsContainer{display:flex;width:100%;justify-content:space-between;min-width:768px;overflow-x:auto}.tabsContainer::-webkit-scrollbar{height:8px}.tabsContainer::-webkit-scrollbar-track{background:transparent}.tabsContainer::-webkit-scrollbar-thumb{background-color:#c1c1c1;border-radius:8px;transition:background-color .3s ease}.tabsContainer::-webkit-scrollbar-thumb:hover{background-color:#999}.tab:first-child{padding:8px 30px}.tab{list-style:none;margin:0;font-weight:400;font-size:16px;border-radius:10px;width:fit-content;padding:8px 15px;position:relative;cursor:pointer;height:48px;display:flex;justify-content:center;align-items:center;min-width:0;user-select:none;border:1px solid #6b6b6b;color:#6b6b6b;flex:auto;min-width:245px}.tab.active{background-color:transparent!important;border:1px solid #fff!important;color:#fff!important}.underline{position:absolute;bottom:-2px;left:0;right:0;height:2;background:var(--accent),}.iconContainer{display:flex;justify-content:center;align-items:center;flex:1;margin:40px 0 0;border-radius:0}@media screen and (max-width:1280px){.tabsContainer{flex-wrap:wrap;justify-content:center;row-gap:20px}}@media screen and (max-width:991px){.container{width:100%}.tabsContainer{flex-wrap:wrap;min-width:1965px;justify-content:flex-start;overflow-x:auto}.tabsContainer .tab{width:auto;min-width:230px!important;font-size:16px;max-width:fit-content}.iconContainer{margin:25px 0 0}}@media screen and (max-width:575px){.tabsContainer .tab{min-width:auto!important;width:100%;height:40px;font-size:14px;max-width:none!important}.iconContainer{border-radius:20px}.tabsContainer{flex-wrap:nowrap!important;min-width:auto;overflow-y:hidden;justify-content:flex-start;display:grid;gap:15px;grid-template-columns:1fr 1fr}}