/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.editor-styles-wrapper .is-root-container .home-slider, body.frontend .home-slider {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 375px) and (max-width: 768px) {
  .editor-styles-wrapper .is-root-container .home-slider, body.frontend .home-slider {
    padding-top: calc(100vw * 50 / 375);
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .editor-styles-wrapper .is-root-container .home-slider, body.frontend .home-slider {
    padding-top: calc(100vw * 100 / 768);
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .is-root-container .home-slider, body.frontend .home-slider {
    padding-top: calc(100vw * 100 / 1440);
  }
}
@media only screen and (min-width: 1440px) {
  .editor-styles-wrapper .is-root-container .home-slider, body.frontend .home-slider {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 375px) and (max-width: 768px) {
  .editor-styles-wrapper .is-root-container .home-slider, body.frontend .home-slider {
    padding-bottom: calc(100vw * 50 / 375);
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .editor-styles-wrapper .is-root-container .home-slider, body.frontend .home-slider {
    padding-bottom: calc(100vw * 100 / 768);
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .is-root-container .home-slider, body.frontend .home-slider {
    padding-bottom: calc(100vw * 100 / 1440);
  }
}
@media only screen and (min-width: 1440px) {
  .editor-styles-wrapper .is-root-container .home-slider, body.frontend .home-slider {
    padding-bottom: 100px;
  }
}
.editor-styles-wrapper .is-root-container .home-slider__text, body.frontend .home-slider__text {
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .is-root-container .home-slider__text, body.frontend .home-slider__text {
    width: calc(100vw * 1100 / 1440);
  }
}
@media only screen and (min-width: 1440px) {
  .editor-styles-wrapper .is-root-container .home-slider__text, body.frontend .home-slider__text {
    width: 1100px;
  }
}
@media only screen and (max-width: 767px) {
  .editor-styles-wrapper .is-root-container .home-slider__text, body.frontend .home-slider__text {
    width: 100%;
  }
}
.editor-styles-wrapper .is-root-container .home-slider__slider, body.frontend .home-slider__slider {
  margin-bottom: 40px;
}
.editor-styles-wrapper .is-root-container .home-slider__slider .slide img, body.frontend .home-slider__slider .slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .editor-styles-wrapper .is-root-container .home-slider__slider .slide img, body.frontend .home-slider__slider .slide img {
    height: 436px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 375px) and (max-width: 768px) {
  .editor-styles-wrapper .is-root-container .home-slider__slider .slide img, body.frontend .home-slider__slider .slide img {
    height: calc(100vw * 436 / 375);
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) and (max-width: 992px) {
  .editor-styles-wrapper .is-root-container .home-slider__slider .slide img, body.frontend .home-slider__slider .slide img {
    height: calc(100vw * 752 / 768);
  }
}
.editor-styles-wrapper .is-root-container .home-slider__slider .slick-slide, body.frontend .home-slider__slider .slick-slide {
  margin: 0 5px;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .is-root-container .home-slider__slider .slick-slide, body.frontend .home-slider__slider .slick-slide {
    margin: 0 20px; /* Adjust the spacing between slides */
  }
}
.editor-styles-wrapper .is-root-container .home-slider__slider .slick-prev, body.frontend .home-slider__slider .slick-prev {
  position: absolute;
  bottom: 50px;
  left: calc(50% - 72px);
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .editor-styles-wrapper .is-root-container .home-slider__slider .slick-prev, body.frontend .home-slider__slider .slick-prev {
    width: 50px;
    left: calc(50% - 52px);
  }
  .editor-styles-wrapper .is-root-container .home-slider__slider .slick-prev svg, body.frontend .home-slider__slider .slick-prev svg {
    width: 100%;
    height: 100%;
  }
}
.editor-styles-wrapper .is-root-container .home-slider__slider .slick-prev svg rect, .editor-styles-wrapper .is-root-container .home-slider__slider .slick-prev svg path, body.frontend .home-slider__slider .slick-prev svg rect, body.frontend .home-slider__slider .slick-prev svg path {
  transition: all 0.4s ease;
}
.editor-styles-wrapper .is-root-container .home-slider__slider .slick-prev svg, body.frontend .home-slider__slider .slick-prev svg {
  transition: all 0.4s ease;
}
.editor-styles-wrapper .is-root-container .home-slider__slider .slick-prev svg:hover rect, body.frontend .home-slider__slider .slick-prev svg:hover rect {
  fill: #a61d3a;
}
.editor-styles-wrapper .is-root-container .home-slider__slider .slick-prev svg:hover path, body.frontend .home-slider__slider .slick-prev svg:hover path {
  fill: #FDF9EE;
}
.editor-styles-wrapper .is-root-container .home-slider__slider .slick-next, body.frontend .home-slider__slider .slick-next {
  position: absolute;
  bottom: 50px;
  left: calc(50% + 1px);
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .editor-styles-wrapper .is-root-container .home-slider__slider .slick-next, body.frontend .home-slider__slider .slick-next {
    left: calc(50% + 4px);
    width: 50px;
  }
  .editor-styles-wrapper .is-root-container .home-slider__slider .slick-next svg, body.frontend .home-slider__slider .slick-next svg {
    width: 100%;
    height: 100%;
  }
}
.editor-styles-wrapper .is-root-container .home-slider__slider .slick-next svg rect, .editor-styles-wrapper .is-root-container .home-slider__slider .slick-next svg path, body.frontend .home-slider__slider .slick-next svg rect, body.frontend .home-slider__slider .slick-next svg path {
  transition: all 0.4s ease;
}
.editor-styles-wrapper .is-root-container .home-slider__slider .slick-next svg:hover rect, body.frontend .home-slider__slider .slick-next svg:hover rect {
  fill: #a61d3a;
}
.editor-styles-wrapper .is-root-container .home-slider__slider .slick-next svg:hover path, body.frontend .home-slider__slider .slick-next svg:hover path {
  fill: #FDF9EE;
}
.editor-styles-wrapper .is-root-container .home-slider__button-wrap, body.frontend .home-slider__button-wrap {
  margin-top: 20px;
}
