.BannerHero .before-circle::before {
  content: "";
  background-color: var(--bs-primary-50);
  max-width: 110px;
  max-height: 110px;
  width: 110px;
  height: 110px;
  position: absolute;
  right: -90px;
  top: -20px;
  border-radius: 100%;
  z-index: -1;
}
@media (min-width: 1400px) {
  .BannerHero .before-circle::before {
    max-width: 188px;
    max-height: 188px;
    width: 188px;
    height: 188px;
  }
}

@media (max-width: 767.98px) {
  .primaryTabs {
    display: flex;
    flex-direction: row !important;
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
  }
}
@media (max-width: 767.98px) {
  .primaryTabs li {
    margin-right: 10px;
    width: unset;
  }
}
@media (min-width: 768px) {
  .primaryTabs li {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .primaryTabs .btn {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .primaryTabs .btn {
    width: 100%;
  }
}
.primaryTabs .btn.active, .primaryTabs .btn:hover, .primaryTabs .btn:focus, .primaryTabs .btn:active {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: var(--bs-white);
}

.scroller {
  max-width: max(1920px, 100%);
  margin: 0 auto;
}
.scroller__inner {
  padding-block: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.scroller__inner .client_logo:hover {
  filter: brightness(0) saturate(100%) invert(25%) sepia(80%) saturate(3657%) hue-rotate(211deg) brightness(100%) contrast(109%);
}
.scroller__inner:hover {
  animation-play-state: paused;
}
.scroller__inner .ticker-item {
  min-width: 200px;
}
.scroller[data-animated=true] {
  overflow: hidden;
  -webkit-mask: linear-gradient(90deg, transparent, white 10%, white 90%, transparent);
  mask: linear-gradient(90deg, transparent, white 10%, white 90%, transparent);
}
.scroller[data-animated=true] .scroller__inner {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 50s) var(--_animation-direction, forwards) linear infinite;
}
.scroller[data-direction=right] {
  --_animation-direction: reverse;
}
.scroller[data-direction=left] {
  --_animation-direction: forwards;
}
.scroller[data-speed=fast] {
  --_animation-duration: 20s;
}
.scroller[data-speed=slow] {
  --_animation-duration: 60s;
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}
.type-circle {
  width: 32px;
  min-width: 32px;
  height: 32px;
}
@media (min-width: 1400px) {
  .type-circle {
    width: max(40px, 2.083vw);
    min-width: max(40px, 2.083vw);
    height: max(40px, 2.083vw);
  }
}

.ai_work, .ai_dovetail, .ai_channels, .ai_talk, .ai_understand {
  width: 220px;
}
.ai_work {
  margin-bottom: -98px;
}
@media (min-width: 768px) {
  .ai_work {
    margin-bottom: -112px;
    width: 280px;
  }
}
@media (min-width: 1400px) {
  .ai_work {
    margin-bottom: -151px;
    width: 450px;
  }
}
.ai_dovetail {
  margin: 0 auto -64px auto;
}
@media (min-width: 768px) {
  .ai_dovetail {
    position: absolute;
    margin: 0 auto;
    top: 50%;
    left: -20%;
    transform: translateY(-50%);
  }
}
@media (min-width: 1400px) {
  .ai_dovetail {
    width: 320px;
    left: -42%;
  }
}
.ai_channels {
  margin-bottom: -47px;
}
@media (min-width: 768px) {
  .ai_channels {
    margin-bottom: -53px;
    width: 280px;
  }
}
@media (min-width: 1400px) {
  .ai_channels {
    margin-bottom: -71px;
    width: 450px;
  }
}
.ai_talk {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .ai_talk {
    position: absolute;
    bottom: -54%;
    left: 10%;
    transform: translateY(-54%);
  }
  .ai_talk-bg {
    height: 100%;
  }
}
@media (min-width: 1400px) {
  .ai_talk {
    width: 320px;
    bottom: -70%;
  }
}
.ai_understand {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .ai_understand {
    position: absolute;
    bottom: -22%;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media (min-width: 992px) {
  .ai_understand {
    bottom: -19%;
  }
}
@media (min-width: 1400px) {
  .ai_understand {
    width: 320px;
    bottom: -32%;
  }
}

/* Blogs */
.blog_user {
  min-width: 42px;
  width: 42px;
  height: 42px;
}
@media (min-width: 1400px) {
  .blog_user {
    min-width: max(48px, 2.5vw);
    width: max(48px, 2.5vw);
    height: max(48px, 2.5vw);
  }
}
.blog_user-xl {
  min-width: 64px;
  width: 64px;
  height: 64px;
}
@media (min-width: 1400px) {
  .blog_user-xl {
    min-width: max(100px, 5.208vw);
    width: max(100px, 5.208vw);
    height: max(100px, 5.208vw);
  }
}
.blog_details p {
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  color: var(--bs-black-300);
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .blog_details p {
    font-size: max(16px, 0.833vw);
    line-height: max(30px, 1.563vw);
    margin-bottom: max(40px, 2.083vw);
  }
}
.blog_details .call {
  background-color: #FAF7FF;
  border: 1px solid var(--bs-primary);
}

#AccordionAFQ .accordion-item {
  margin-bottom: 16px;
}

.progress {
  height: 3px;
  background-color: #EEEEEE;
}
.progress-bar {
  border-radius: 1rem;
  background-color: var(--bs-primary);
}

.nav-sticky {
  padding: 0;
}
.nav-sticky .nav-link {
  font-weight: 300;
  font-size: 14px;
  line-height: 27px;
  color: #3C4852;
}
@media (min-width: 992px) {
  .nav-sticky .nav-link {
    font-size: max(16px, 0.833vw);
    line-height: max(30px, 1.563vw);
  }
}
.nav-sticky .nav-link:hover, .nav-sticky .nav-link.active {
  color: var(--bs-primary);
}

@media (min-width: 768px) {
  .aside {
    position: -webkit-sticky;
    position: sticky;
    top: 110px;
  }
}

/* Careers page */
.card-body {
  background: linear-gradient(139.23deg, rgba(255, 255, 255, 0.92) 0%, rgba(245, 245, 245, 0.92) 98.31%);
  border: 1px solid #D5D5D5;
}