@import url(./main.css);

@keyframes benefitsSlide {
  from {
    background-color: transparent;
  }
  to {
    background-color: var(--color-main);
  }
}

#cfControl .active {
  background: var(--color-second);
}

#cfContent .active {
  display: block !important;
}

#benefits .swiper-slide .body-comment {
  background-color: transparent;
  color: transparent;
  transition: all 1.5s;
}

#benefits .swiper-slide.swiper-slide-active .body-comment {
  background-color: black;
  color: var(--color-main);
}

.container {
  @apply px-4;
}
