.breadcrumb {display: block;background-image: linear-gradient(to right, #6b8996, #21323b 90%);padding-top: 20px;padding-bottom: 20px;}.breadcrumb ul {display: flex;flex-direction: row;flex-wrap: wrap;align-items: center;}.breadcrumb ul .item {display: block;position: relative;padding-right: 12px;padding-left: 10px;}.breadcrumb ul .item:before {content: ".";display: block;position: absolute;color: #ffffff;bottom: 5px;right: -1px;}.breadcrumb ul .item:first-child:before {display: none;}.breadcrumb ul .item:last-child:before {display: none;}.breadcrumb ul .item:first-child {padding-left: 0;}.breadcrumb ul .item:last-child {padding-right: 0;}.breadcrumb .item.itemhome {display: block;background-image: url("/img/layout/breadcrumb.svg");background-size: contain;background-repeat: no-repeat;background-position: bottom;height: 14px;width: 10px;}.breadcrumb ul .item a {color: #ffffff;font-weight: var(--mw-font-primary-weight-normal);font-size: 14px;transition: all 300ms ease;}.breadcrumb ul .item:hover a {color: var(--mw-color-primary);}