.aheto-banner-slider--floreal-creative {
  position: relative;
}

.aheto-banner-slider--floreal-creative .aheto-banner-slider-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1085px;
  padding: 295px 0;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 767px) {
  .aheto-banner-slider--floreal-creative .aheto-banner-slider-wrap {
    padding: 250px 0;
  }
}

@media screen and (max-width: 480px) {
  .aheto-banner-slider--floreal-creative .aheto-banner-slider-wrap {
    padding: 150px 0;
  }
}

.aheto-banner-slider--floreal-creative div.swiper-pagination {
  position: absolute;
  bottom: 32px;
  left: 67px;
  width: unset;
  color: var(--c-light);
}

.aheto-banner-slider--floreal-creative div.swiper-pagination .swiper-pagination-bullet {
  display: none;
}

.aheto-banner-slider--floreal-creative div.swiper-pagination .swiper-pagination-bullet-active {
  background-color: transparent;
  display: block;
}

.aheto-banner-slider--floreal-creative div.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
}

@media screen and (max-width: 991px) {
  .aheto-banner-slider--floreal-creative div.swiper-pagination {
    display: none;
  }
}

.aheto-banner-slider--floreal-creative .swiper-button-prev,
.aheto-banner-slider--floreal-creative .swiper-button-next {
  color: var(--c-light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: -2px;
  top: auto;
  right: auto;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.aheto-banner-slider--floreal-creative .swiper-button-prev:hover,
.aheto-banner-slider--floreal-creative .swiper-button-next:hover {
  color: var(--c-active);
}

@media screen and (max-width: 991px) {
  .aheto-banner-slider--floreal-creative .swiper-button-prev,
  .aheto-banner-slider--floreal-creative .swiper-button-next {
    display: none;
  }
}

.aheto-banner-slider--floreal-creative .swiper-button-prev {
  left: 30px;
}

.aheto-banner-slider--floreal-creative .swiper-button-prev:before {
  margin-right: 10px;
  content: '\f3d5';
}

.aheto-banner-slider--floreal-creative .swiper-button-next {
  left: 100px;
}

.aheto-banner-slider--floreal-creative .swiper-button-next:before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 10px;
  content: '\f3d6';
}
