.swiper-vebinars {
  width: 100%;
  height: auto;
  max-width: 1700px;
}

.swiper-vebinars-wrapper {
  align-items: center;
  pointer-events: all;
}

.swiper-vebinars-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2509803922));
}

.swiper-vebinars-slide.swiper-slide-active .vebinars-card {
  border: 1px solid #558EAD;
}
.swiper-vebinars-slide.swiper-slide-active .vebinars-card__title {
  background-color: #558EAD;
}

.swiper-vebinars-button-next, .swiper-vebinars-button-prev {
  position: relative;
  margin-top: 0;
  color: #C3CDD5;
  transition: all 0.8s ease;
}
.swiper-vebinars-button-next:hover, .swiper-vebinars-button-prev:hover {
  scale: 1.1;
  color: #FF8500;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2509803922));
}

.swiper-vebinars-button-next:after, .swiper-vebinars-button-prev:after {
  font-size: 4rem;
  font-weight: bold;
}

.swiper-vebinars-pagination {
  position: relative;
  inset: 0 !important;
  transform: translate(0) !important;
}

.swiper-vebinars-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #000;
  opacity: 0.2;
  transition: all 0.8s ease;
}

.swiper-vebinars-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #FF8500;
}

/*# sourceMappingURL=swiperVebinars.css.map */
