.breadcrumbs {
  margin-bottom: 24px;
  margin-top: 24px;
}
.breadcrumb--item {
  margin-right: 26px;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0 !important;
}
a.breadcrumb--link {
  color: rgba(48, 48, 48, 1);
  text-decoration: none;
}
.breadcrumb--link:hover{
   color: var(--color-link-hover);
  text-decoration: none;
}
.breadcrumb--text {
  color: rgba(48, 48, 48, 0.8);
}
.breadcrumb--item:before {
  content: "\e00e";
  display: inline-block;
  font-family: "Iconly" !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: -19px;
  top: 5px;
  font-size: 10px;
  color: rgba(48, 48, 48, 0.4);
}
.breadcrumb--item:last-child::before{
  content: "";
}
.splash-cover-right .breadcrumbs{
  margin-top: 30px;
}
@media (max-width: 991px) {
  .splash-cover-right .breadcrumbs{
    margin-top: 0;
  }
}