.white-text-content .breadcrumbs,
.white-text-content .current-page {
  color: var(--white);
}
.breadcrumbs {
  position: absolute;
  top: 99px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
/* .hero-dark.theme-light-hero .breadcrumbs {
  top: 20px;
} */
.hero-dark {
  padding: 210px 0 96px;
  overflow: hidden; 
  background: url(https://9039444.fs1.hubspotusercontent-na1.net/hubfs/9039444/images_2022/Trustbar--bg.png) no-repeat center/cover;
}  
/* .hero-dark.theme-light-hero {
  padding-top: 126px;
} */
.white-text-content {
  color: var(--white);
}
.white-text-content .breadcrumbs a path {
  stroke: var(--white);
}
.theme-blue-hero {
  background: url(https://9039444.fs1.hubspotusercontent-na1.net/hubfs/9039444/images_2022/Trustbar2.png) no-repeat center/cover;
}
.theme-light-hero {
  background: url(https://9039444.fs1.hubspotusercontent-na1.net/hubfs/9039444/images_2022/hero-switchback-bg.png) no-repeat center/cover;
}
.theme-blue-hero .main-btn {
  background: #E4F2FF;
  border: 1px solid #E4F2FF;
  color: #3E60C9;
}
.theme-blue-hero .main-btn.light {
  background: transparent;
  border: none;
  color: var(--white);
  box-shadow: none;
}
.theme-blue-hero .main-btn.light svg path {
  stroke: var(--white);
}
.theme-blue-hero .main-btn.light svg { 
  transition: .3s;
}
.theme-blue-hero .main-btn.light:hover svg { 
  transform: scale(1.1);
}
.white-text-content h1,
.white-text-content .kicker {
  color: var(--white);
}
.hero-dark .btns-wrap a {
  display: inline-flex;
}
.btns-wrap a:nth-child(2) {
  margin-left: 12px;
} 
.hero-dark .subheading {
  font-size: 20px;
}
.hero-dark__container {
  margin-bottom: 128px;
}
.hero-dark__img-wrap img {
  max-width: 590px;
  width: 100%;
  height: auto;
}
.scroll {
  display: flex;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  will-change: transform;
}
.scroll:hover {
  animation-play-state: paused;
}
.part {
  display: flex;
  position: relative;
}
.box {
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: center; 
  height: 40px;
  width: max-content; 
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media (min-width: 1200px) {
  .slider-loop-blur .sliders-wrap {
    position: relative;
  }
  .slider-loop-blur .sliders-wrap:before,
  .slider-loop-blur .sliders-wrap:after{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 180px;
    height: 144px;
    background: linear-gradient(90deg, #FCFCFD 0%, rgba(252, 252, 253, 0) 97.42%), linear-gradient(90deg, #FCFCFD 0%, rgba(252, 252, 253, 0) 69.09%);
    z-index: 1; 
    backdrop-filter: blur(1px);
    transform: translatey(-50%);
  }
  .slider-loop-blur .sliders-wrap:after {
    transform: translatey(-50%) rotate(180deg);
    left: auto;
    right: 0;
  }
}
@media (max-width: 991px) {
  .hero-dark  {
    padding-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .hero-dark .btns-wrap {
    justify-content: center;
  }
}





