.tcons-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.tcons-slider .swiper {
  width: 100%;
  position: relative;
}
.tcons-slider .elementor-slide {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}
.tcons-slider .elementor-slide-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.tcons-slider .swiper-slide-inner {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 50px;
}
.tcons-slider .swiper-slide-contents {
  position: relative;
  width: 100%;
}
.tcons-slider .elementor-slide-heading {
  margin-top: 0;
}
.tcons-slider .elementor-slide-description {
  font-size: 18px;
  margin-bottom: 16px;
}
.tcons-slider .elementor-slide-buttons-wrapper {
  display: inline-flex;
  width: 100%;
  justify-content: inherit;
  align-items: center;
}
.tcons-slider .elementor-slide-button {
  display: inline-block;
  text-align: center;
  transition: all 0.3s;
}
.tcons-slider .elementor-swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  color: #fff;
  font-size: 22px;
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.3s;
}
.tcons-slider .elementor-swiper-button:hover {
  background: rgba(0, 0, 0, 0.5);
}
.tcons-slider .elementor-swiper-button-prev {
  left: 20px;
}
.tcons-slider .elementor-swiper-button-next {
  right: 20px;
}
.tcons-slider .swiper-pagination {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}
.tcons-slider .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  margin: 0 6px;
  cursor: pointer;
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
}
.tcons-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #007aff;
}

/*# sourceMappingURL=tcons-slides.css.map */
