.tag-cloud-component{overflow:scroll hidden;white-space:nowrap;scroll-snap-type:x mandatory;position:relative;scroll-padding:0 1.25rem;-ms-overflow-style:none;scrollbar-width:none}
.tag-cloud-component::-webkit-scrollbar{display:none;background:transparent;height:0 !important;width:0 !important}
.tag-cloud-component__main .tag-cloud-list{display:flex;flex-direction:row;gap:40px;position:relative}
.tag-cloud-component__main .tag-cloud-list__item{font-weight:700;font-size:12.8px;line-height:16px;display:flex;align-items:center;color:#053661;padding:4px 0;cursor:pointer;z-index:1}
.tag-cloud-component__main .tag-cloud-list__item.list-item.active-tag:hover{color:#053661}
.tag-cloud-component__main .tag-cloud-list__item:hover{color:#53a5ed}
.tag-cloud-component__main .tag-cloud-list::-webkit-scrollbar{display:none}
@media screen and (max-width:599px){.tag-cloud-component__main .tag-cloud-list{white-space:nowrap;overflow:auto}
}
.tag-arrow{display:none}
@media screen and (max-width:599px){.tag-arrow{width:15px;height:100%;background:white;backdrop-filter:blur(1px);display:block;position:absolute;z-index:2;display:flex;align-items:center;top:0;color:#053661}
.tag-arrow--right{right:0;justify-content:flex-end}
.tag-arrow--left{left:0;justify-content:flex-start}
}
.highlight{position:absolute;top:0;display:block;left:0;width:1px;height:100%;transform-origin:0 0;border-bottom:2px solid #0d65b3;transition:all .5s ease 0}
.highlight.is-hover{border-bottom:2px solid #bbddfa}