.heroParallaxTag {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 4px 0 8px 4px;
}
.heroParallaxTag svg {
  margin-right: 4px;
}
.heroParallaxInner {
  max-width: 619px;
  padding-left:105px;
}
.heroParallaxButton {
  margin-top: 32px;
}
/*************************************************************************/
.breadcrumb-nav {
  margin-bottom:-32px;
}
.breadcrumb-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0px;
  flex-wrap:wrap;
}
/* Add separator */
.breadcrumb-item:not(:last-child)::after {
  // content: "›"; /* Arrow separator */
  // margin-left: 8px;
  // color: #999;
} 
.breadcrumbOuter {
  padding: 0 20px 0 30px;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  position:relative;
  padding-top:14px;
}
li.breadcrumb-item,
li.breadcrumb-item a {
  text-align: center;
  font: 400 12px/120% "Poppins", sans-serif !important;
  font-variant-numeric: oldstyle-nums proportional-nums;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0;
}

li.breadcrumb-item a:hover {
  text-decoration: underline;
}



@media screen and (max-width: 900px) {
  .heroParallaxInner {    
    padding-left:0px;
  }
}
@media screen and (max-width: 560px) {
  .heroParallaxButton a {
    width:calc(100% - 60px);
    width:100%;
    text-align: center;
  }
  .breadcrumb-nav {
    margin-bottom: -52px;
  }
}
@media screen and (max-width:479px) {
  .heroParallaxTag svg {
    width: 9px;
  }
}
