/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 30 2023 | 11:53:56 */
.page {
	overflow-x: hidden;
}

.slider-wrapper{
  display: flex;
  max-width: 1200px;
  position: relative;
	direction: ltr;
}
.slider-wrapper i{
  top: 50%;
  height: 44px;
  width: 44px;
  color: #343F4F;
  cursor: pointer;
  font-size: 1.15rem;
  position: absolute;
  text-align: center;
  line-height: 44px;
  background: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: transform 0.1s linear;
	border: 1px solid #FC0;
	box-shadow: 0 0 10px #FC0;
	z-index: 9999;
}
.slider-wrapper i:active{
  transform: translateY(-50%) scale(0.9);
}
.slider-wrapper i:hover{
  background: #f2f2f2;
}
.slider-wrapper i:first-child{
  left: -22px;
  display: none;
}
.slider-wrapper i:last-child{
  right: -22px;
}
.slider-wrapper .carousel{
  font-size: 0px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  scroll-behavior: smooth;
	height: 379px;
}
.carousel.dragging{
  cursor: grab;
  scroll-behavior: auto;
}
.carousel.dragging img{
  pointer-events: none;
}

.carousel a {
	position: relative;
}

.carousel img {
  height: 340px;
  object-fit: cover;
  user-select: none;
  margin-left: 14px;
  width: calc(100% / 3);
	border: 1px solid #ddd;
margin: 5px;
}

.carousel span {
	position: absolute;
	left: 50%;
	bottom: -30px;
	color: #595959;
	right: 0;
	transform: translateX(-50%);
	text-align: center;
	z-index: 9999;
	font-size: 18px;
}

.carousel img:first-child{
  margin-left: 0px;
}

@media screen and (max-width: 900px) {
  .carousel img{
    width: calc(100% / 2);
  }
}

@media screen and (max-width: 550px) {
  .carousel img{
    width: 100%;
  }
}