.breadcrumbs{align-items:center;display:flex;flex-wrap:nowrap;gap:4px;height:56px;margin:0;padding:0;width:100%}.breadcrumbs__wrapper{border-bottom:1px solid var(--bg-bg-blue-040,#e2ebf0)}.breadcrumbs__item{align-items:center;color:var(--bw-grey-140-body,#555860);display:block;flex:0 1 auto;font-size:.75rem;font-weight:400;line-height:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.breadcrumbs__item__link{color:inherit;text-decoration:none}.breadcrumbs__item__arrow{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath d='m9 6 6 6-6 6' stroke='%231C2541' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round' opacity='.2'/%3E%3C/svg%3E");float:left;height:24px;width:24px}.breadcrumbs__item:not(:first-child):not(.breadcrumbs__item--current){font-weight:700;min-width:50px;text-decoration:none}.breadcrumbs__item:not(:first-child):not(.breadcrumbs__item--current):hover{text-decoration:underline}.breadcrumbs__item--home{align-items:center;display:flex;flex:0 0 28px;height:28px;justify-content:center}.breadcrumbs__item--home .breadcrumbs__item__arrow{display:none}.breadcrumbs__item--home .breadcrumbs__item__link{height:24px;width:24px}.breadcrumbs__item--current{display:block;flex:1 1 auto;overflow:hidden;text-overflow:ellipsis}@media(max-width:576px){.breadcrumbs__item--parent .breadcrumbs__item__arrow{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath d='m15 6-6 6 6 6' stroke='%23007BB6' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.breadcrumbs__item--parent.breadcrumbs__item--home .breadcrumbs__item__arrow{display:block}.breadcrumbs__item,.breadcrumbs__item--current{display:none}.breadcrumbs__item.breadcrumbs__item--parent{display:block}.breadcrumbs__item.breadcrumbs__item--parent.breadcrumbs__item--home{flex:0 0 64px}}.breadcrumbs__link{text-decoration:none}.breadcrumbs__link:hover{text-decoration:underline}