#HomeTabSection .wrapper{padding:35px 10px;position:relative;max-width:100%;background-color:#fff;border-radius:13px;overflow-x:hidden;margin:auto}#HomeTabSection .wrapper .icon{position:absolute;top:0;height:100%;width:120px;display:flex;align-items:center}#HomeTabSection .wrapper .icon:first-child{left:0;background:linear-gradient(90deg,#fff 70%,transparent);background:#fff0}#HomeTabSection .wrapper .icon:last-child{right:0;background:linear-gradient(190deg,#fff 70%,transparent);justify-content:flex-end;background:#fff0}#HomeTabSection .wrapper .icon i{width:55px;height:55px;cursor:pointer;font-size:1.12rem;text-align:center;line-height:55px;border-radius:50%;transition:all 0.3s ease}#HomeTabSection .wrapper .icon:first-child i{margin-left:15px;visibility:hidden}#HomeTabSection .wrapper .icon:last-child i{margin-right:15px;visibility:hidden}#HomeTabSection .wrapper .icon i:hover{background-color:#efedfb}#HomeTabSection .wrapper .tab-box{display:flex;justify-content:left;gap:15px;overflow-x:hidden;scroll-behavior:smooth;padding-left:0}#HomeTabSection .wrapper .tab-box.dragging{scroll-behavior:auto;cursor:grab}#HomeTabSection .wrapper .tab-box .tab{cursor:pointer;white-space:nowrap;transition:all 0.3s ease;padding:12px 15px;border:1px solid rgb(32 142 240 / .2);font-family:"Manrope",Sans-serif;font-size:16px;font-weight:700;line-height:25px;color:#0055A2;text-align:center;list-style:none;width:25%}#HomeTabSection .wrapper .tab-box.dragging .tab{user-select:none;pointer-events:none}#HomeTabSection .wrapper .tab-box .tab:hover{background-color:#efedfb}#HomeTabSection .wrapper .tab-box .tab.active{background-color:#0055A2;border-color:#fff0;color:#fff}#HomeTabSection .tab-content{position:relative;width:100%}#HomeTabSection .tabContentItem{display:flex;align-items:center;justify-content:center;padding:0 25px}#HomeTabSection .tabItem{transform:translateX(25px)!important;display:none!important}#HomeTabSection .tabItem.active{transform:translateX(0)!important;display:block!important}@media only screen and (max-width:600px){#HomeTabSection .wrapper .tab-box .tab{font-size:14px;width:100%}#HomeTabSection .wrapper{padding:15px}#HomeTabSection .wrapper .icon{position:absolute;width:50px}#HomeTabSection .wrapper .icon:last-child i{margin-right:0;visibility:visible}#HomeTabSection .wrapper .icon:first-child{left:0;visibility:hidden}#HomeTabSection .wrapper .icon:last-child{right:0;background:linear-gradient(190deg,#fff 70%,transparent)!important;justify-content:flex-end}}@media only screen and (min-device-width :600px) and (max-device-width :767px){#HomeTabSection .wrapper .icon:first-child{left:0;visibility:hidden}#HomeTabSection .wrapper .icon:last-child{right:0;background:linear-gradient(190deg,#fff 70%,transparent)!important;justify-content:flex-end}#HomeTabSection .wrapper .tab-box .tab{width:100%!important}#HomeTabSection .wrapper .icon:last-child i{margin-right:15px;visibility:visible}}