@keyframes rotate{to{transform:rotate(1turn)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@layer components{.breadcrumbs{--divider-width: 1.5rem;--breadcrumbs-foreground: var(--theme-link);margin:0 0 1.5rem;padding-block:1rem}.breadcrumbs--light{--theme-heading-override: var(--breadcrumbs-foreground);--theme-link-override: var(--breadcrumbs-foreground);--theme-link-hover-override: var(--breadcrumbs-foreground);--theme-text-shadow: -1px -1px 1px rgba(0,0,0,.2)}.breadcrumbs--dark{--theme-heading-override: var(--breadcrumbs-foreground);--theme-link-override: var(--breadcrumbs-foreground);--theme-link-hover-override: var(--breadcrumbs-foreground);--theme-text-shadow: 1px 1px 1px rgba(255,255,255,.2)}.breadcrumbs__list{display:flex;margin:0 auto;padding:0;list-style-type:none;max-width:calc(1440px + 2rem)}.breadcrumbs__list-item-link,.breadcrumbs__list-item-link:visited,.breadcrumbs__list-item-link:active{color:var(--theme-link-override, var(--theme-link));border-bottom:none!important}.breadcrumbs__list-item-link:hover{color:var(--theme-link-hover-override, var(--theme-link-hover));text-decoration:underline}.breadcrumbs__list-item{display:none;font-weight:var(--font-weight--demi);color:var(--theme-heading-override, var(--theme-link));text-transform:uppercase;white-space:nowrap;margin-bottom:0;text-shadow:var(--theme-text-shadow, none)}.breadcrumbs__list-item:nth-last-child(2){display:flex;flex-direction:row-reverse}@media only screen and (min-width: 768px){.breadcrumbs__list-item:nth-last-child(2){flex-direction:row}}.breadcrumbs__list-item:nth-last-child(2):after{font-family:var(--font-icons);content:"";font-size:.625rem;display:inline-block;width:1rem;color:inherit}@media only screen and (min-width: 768px){.breadcrumbs__list-item:nth-last-child(2):after{display:none}}@media only screen and (min-width: 768px){.breadcrumbs__list-item:not(:last-child):after{pointer-events:none;display:inline-block;transform:none;width:var(--divider-width);text-align:center;color:inherit;font-family:var(--font-icons);content:"";font-size:.625rem}}.breadcrumbs__list-item{font-size:var(--font-size--xsmall);line-height:var(--line-height--xsmall)}@media only screen and (min-width: 768px){.breadcrumbs__list-item{display:flex}}.breadcrumbs__list-item--ellipsis:last-child{display:none;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media only screen and (min-width: 768px){.breadcrumbs__list-item--ellipsis:last-child{display:inline-block}}}
