.comfort-swiper,
.intelligence-swiper,
.systems-swiper {
  overflow: visible !important;
}

@media (max-width: 1280px) {
  .comfort-swiper,
  .intelligence-swiper,
  .systems-swiper {
    overflow: hidden !important;
  }
}
.comfort-progress-container,
.intelligence-progress-container,
.systems-progress-container {
  width: 100%;
  margin-top: 32px;
  display: flex;
  justify-content: flex-end;
}
.comfort-progress-bar-group {
  display: flex;
  gap: 8px;
  width: 50%;
}

@media (max-width: 767px) {
  .intelligence-progress-container,
  .systems-progress-container {
    justify-content: center;
  }
  .intelligence-progress-container .comfort-progress-bar-group,
  .systems-progress-container .comfort-progress-bar-group {
    width: 70%;
  }
  .comfort-progress-container,
  .intelligence-progress-container,
  .systems-progress-container {
    margin-top: 16px;
  }
}
.comfort-progress-bar {
  flex: 1;
  height: 2px;
  background-color: #0000001a;
  overflow: hidden;
}
.comfort-progress-fill {
  height: 100%;
  width: 0%;
  background-color: var(--gac-black);
  transition: width 0.3s ease-out;
}
