.tabsWithContentNew__container{border-radius:34px 34px 20px 20px;border:1px solid #eee;overflow:hidden;background:#fff}.tabsWithContentNew__tabs{display:flex;background:#fff;border-bottom:1px solid #e6e7e9;padding:10px;gap:10px}@media(max-width:1024px){.tabsWithContentNew__tabs{padding:12px}}.tabsWithContentNew__tab{flex:1;display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 23px 14px 18px;border-radius:40px;cursor:pointer;transition:all .3s ease;border:1px solid rgba(0,0,0,0)}.tabsWithContentNew__tab-icon{width:30px;height:30px;display:flex;align-items:center;justify-content:center}.tabsWithContentNew__tab-icon img{width:100%;height:100%;object-contain:contain}.tabsWithContentNew__tab-text{color:#5d5d5d;font-family:Inter,sans-serif;font-size:22px;font-weight:600;line-height:28px;white-space:nowrap}@media(max-width:1280px){.tabsWithContentNew__tab-text{font-size:18px}}.tabsWithContentNew__tab--active{background:#1c43b9;border:1px solid #4160be;box-shadow:0 2px 8.8px 0 rgba(0,0,0,.25)}.tabsWithContentNew__tab--active .tabsWithContentNew__tab-text{color:#fff}.tabsWithContentNew__tab--active .tabsWithContentNew__tab-icon img{filter:brightness(0) invert(1)}.tabsWithContentNew__tab:not(.tabsWithContentNew__tab--active):hover{background:#dce4ea}.tabsWithContentNew__content{background:#eef3f7;display:flex;min-height:508px}@media(max-width:1024px){.tabsWithContentNew__content{flex-direction:column;min-height:auto}}.tabsWithContentNew__column{flex:1;padding:30px 20px;border-right:1px solid #e4e4e7}.tabsWithContentNew__column:last-child{border-right:none}@media(max-width:1024px){.tabsWithContentNew__column{border-right:none;border-bottom:1px solid #e4e4e7;padding:20px}.tabsWithContentNew__column:last-child{border-bottom:none}}.tabsWithContentNew__list{list-style:none;padding:0;margin:0}.tabsWithContentNew__list li{position:relative;padding-left:27px;color:#71717b;font-family:Inter,sans-serif;font-size:18px;font-weight:400;line-height:28px;margin-bottom:20px}.tabsWithContentNew__list li:before{content:"";position:absolute;left:0;top:10px;width:6px;height:6px;background-color:#71717b;border-radius:50%}.tabsWithContentNew__list li:last-child{margin-bottom:0}.tabsWithContentNew__dropdown{width:100%;position:relative}.tabsWithContentNew__dropdown-button{display:flex;align-items:center;justify-content:space-between;width:100%;padding:14px 18px;background:#1c43b9;color:#fff;border-radius:40px;font-weight:600;font-size:18px;border:1px solid #4160be;cursor:pointer}.tabsWithContentNew__dropdown-menu{position:absolute;top:100%;left:0;right:0;margin-top:8px;background:#fff;border-radius:20px;box-shadow:0 4px 12px 0 rgba(0,0,0,.15);border:1px solid #e6e7e9;overflow:hidden;z-index:10}.tabsWithContentNew__dropdown-item{display:flex;align-items:center;gap:10px;padding:14px 18px;width:100%;text-align:left;border:none;background:rgba(0,0,0,0);cursor:pointer;font-weight:600;font-size:18px;color:#5d5d5d}.tabsWithContentNew__dropdown-item--active{background:#1c43b9;color:#fff}.tabsWithContentNew__dropdown-item--active img{filter:brightness(0) invert(1)}.tabsWithContentNew__dropdown-item:hover:not(.tabsWithContentNew__dropdown-item--active){background:#dce4ea}