.breadcrumb{display:flex;flex-direction:row}.breadcrumb li{align-items:center;display:inline-flex}.breadcrumb li a{color:var(--foregroundColor,#15023a);opacity:.6;text-decoration-color:var(--foregroundColorMuted40,rgba(21,2,58,.4));text-decoration:none;text-underline-offset:.4rem;transition:opacity .2s cubic-bezier(.57,.32,.53,1.53),text-decoration-color .2s cubic-bezier(.57,.32,.53,1.53)}.breadcrumb li a:active,.breadcrumb li a:focus,.breadcrumb li a:hover{opacity:1;text-decoration:underline}.breadcrumb li span{margin-top:1px}.breadcrumb li:last-child a{text-decoration:none}.breadcrumb li:first-child{display:none}.breadcrumb li:nth-last-child(2) .breadcrumb-icon{opacity:1}.breadcrumb.show-first-item li:first-child{display:inline-flex}.breadcrumb-icon{margin:0 4px;opacity:.6}.breadcrumb-accent li a{color:var(--textOnAccentColor,#fff);text-decoration-color:var(--textOnAccentColorMuted40,hsla(0,0%,100%,.4))}@media screen and (max-width:767px){.breadcrumb li,.breadcrumb.show-first-item li:first-child{display:none}.breadcrumb li:nth-last-child(2){display:inline-flex;flex-direction:row-reverse}.breadcrumb li:nth-last-child(2) a{opacity:1;padding-bottom:1px}.breadcrumb-icon{margin:0 4px 0 0;rotate:180deg}}
