@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap');*{margin:0;padding:0;box-sizing:border-box}
html{scroll-padding-top:80px}
.jumplinks{display:block;position:sticky !important;z-index:94;top:62px}
.h-bcontain{padding:24px 50px;margin-top:16px;background:#f4faff;position:relative}
.h-bcontain .hb-leftrightimg img{width:30px;height:30px;position:absolute;left:6px;bottom:18px;cursor:pointer}
.h-bcontain .hb-leftrightimg img:nth-child(2){left:97.2%}
.h-bcontain-mbl{display:none}
.select_box{z-index:1;display:none;position:absolute;top:36px;right:0;background-color:white;box-shadow:0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);width:40vw;border-radius:10px}
.select-dropdown-jl{display:flex;flex-direction:column;position:relative}
.select_box .h5{padding:14px}
.select_box .h5 a{color:#131619;font-size:14px;font-weight:500}
.select_bx_active{display:block}
.h-bcontain ul{display:flex;justify-content:space-around;list-style:none;border-radius:10px;gap:32px;overflow:scroll;scroll-snap-type:x mandatory}
.h-bcontain ul::-webkit-scrollbar{display:none}
.h-bcontain ul span{display:flex;align-items:center;color:var(--text-grey-1363-c-41,#363c41);font-family:Rubik;font-size:14px;font-style:normal;font-weight:500;line-height:18px;text-transform:capitalize;cursor:pointer}
.h-bcontain ul li{font-family:Rubik;font-size:14px;font-style:normal;font-weight:500;line-height:18px;cursor:pointer;flex-shrink:0}
.h-bcontain ul li a{color:#363c41;text-decoration:none}
.h-bcontain ul li .jumplink-active{text-decoration:underline;color:var(--balic-brand-color-blue-005-eac,#005dac)}
.select_box a{color:black}
@media(max-width:500px){.jumplinks{top:38px}
.h-bcontain{padding:16px 36px;background:var(--card-bg-color-f-4-faff,#f4faff)}
.h-bcontain ul{justify-content:space-between;gap:16px}
.select_box{width:90vw}
.h-bcontain .hb-leftrightimg img{bottom:12px;left:0;width:24px;height:24px}
.h-bcontain .hb-leftrightimg img:nth-child(2){left:92.3%}
}