.breadcrumb{margin:calc(var(--gap)*3) 0 0}.breadcrumb__items{position:unset;display:flex;flex-wrap:wrap;align-items:center;padding:0;margin:0;gap:calc(var(--gap)*1.5);list-style-type:none}@media screen and (max-width: 767px){.breadcrumb__items{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;white-space:nowrap}.breadcrumb__items::-webkit-scrollbar{display:none}}.breadcrumb__item{display:grid;align-items:center;padding:0;margin:0;font-size:calc(14/var(--initial-font-multiplier)*1rem);font-weight:500;gap:calc(var(--gap)*1.5);grid-template-columns:max-content 1fr;line-height:1.14}.breadcrumb__item+.breadcrumb__item::before{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--gray-light-color);content:""}:root[data-special-color=white] .breadcrumb__item+.breadcrumb__item::before{background:var(--primary-text-color)}:root[data-special-color=black] .breadcrumb__item+.breadcrumb__item::before{background:var(--primary-text-color)}:root[data-special-color=blue] .breadcrumb__item+.breadcrumb__item::before{background:var(--primary-text-color)}@media screen and (max-width: 767px){.breadcrumb__item{font-weight:calc(var(--h1-font-weight) - 100)}}.breadcrumb__item:last-child .breadcrumb__text,.breadcrumb__item:last-child .breadcrumb__link{color:var(--gray-light-color)}:root[data-special-color=white] .breadcrumb__item:last-child .breadcrumb__text,:root[data-special-color=white] .breadcrumb__item:last-child .breadcrumb__link{color:unset}:root[data-special-color=black] .breadcrumb__item:last-child .breadcrumb__text,:root[data-special-color=black] .breadcrumb__item:last-child .breadcrumb__link{color:unset}:root[data-special-color=blue] .breadcrumb__item:last-child .breadcrumb__text,:root[data-special-color=blue] .breadcrumb__item:last-child .breadcrumb__link{color:unset}.breadcrumb__link{text-decoration-color:rgba(0,0,0,0)}.breadcrumb__link:hover,.breadcrumb__link:focus-visible{text-decoration-color:var(--primary-text-color)}
