.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 8px;
  background-color: #fff;
  opacity: .6;
  -webkit-transition: all 500ms ease-in-out 0s;
  transition: all 500ms ease-in-out 0s;
  border-radius: 8px;
}

.swiper-button-next {
  right: 10px;
  left: auto;
  position: absolute;
  top: 50%;
  width: calc(44px / 44 * 27);
  height: 44px;
  margin-top: calc(0px - 44px / 2);
  right: 10px;
  z-index: 10;
  cursor: pointer;
  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;
  color: #007aff;
}

.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(44px / 44 * 27);
  height: 44px;
  margin-top: calc(0px - 44px / 2);
  left: 10px;
  z-index: 10;
  cursor: pointer;
  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;
  color: #007aff;
}

.modularcarousel-swiper {
  width: 100%;
  height: 75vh;
}

.modularcarousel-swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border: none;
}

.modularcarousel-swiper .swiper-wrapper .swiper-slide a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-text-decoration: none;
  text-decoration: none;
  overflow: hidden
}

.modularcarousel-swiper .swiper-wrapper .swiper-slide a .modularcarousel-image {
  height: 100%;
  width: 100%;
  border: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modularcarousel-swiper .swiper-wrapper .swiper-slide a .modularcarousel-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.modularcarousel-swiper .swiper-wrapper .swiper-slide a .modularcarousel-informations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1em;
  color: #fff;
  padding: 50px 25px;
  margin: 0;
  height: auto;
  width: 100%;
  gap: 10px;
  background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 10;
}

.modularcarousel-swiper .swiper-wrapper .swiper-slide a .modularcarousel-informations .carousel-title {
  font-size: 2.5em;
  font-weight: 200;
  margin-bottom: 10px
}

.modularcarousel-swiper .swiper-wrapper .swiper-slide a .modularcarousel-informations .carousel-description {
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 15px;
}

.modularcarousel-swiper .swiper-wrapper .swiper-slide a .modularcarousel-informations .carousel-cta {
  margin-bottom: 25px;
}

.modularcarousel-swiper .swiper-button-prev,
.modularcarousel-swiper .swiper-button-next {
  padding: 0 25px;
  pointer-events: none
}

.modularcarousel-swiper .swiper-button-prev>div,
.modularcarousel-swiper .swiper-button-next>div {
  background-color: rgba(255, 255, 255, .5019607843);
  border-radius: 50%;
  padding: 15px;
  color: #0e283f;
  cursor: pointer;
  pointer-events: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .062745098);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .062745098)
}

.modularcarousel-swiper .swiper-button-prev>div:hover,
.modularcarousel-swiper .swiper-button-next>div:hover {
  background-color: #fff
}

.modularcarousel-swiper .swiper-button-prev::after,
.modularcarousel-swiper .swiper-button-next::after {
  display: none
}

.modularcarousel-swiper .swiper-pagination-fraction,
.modularcarousel-swiper .swiper-pagination-custom,
.modularcarousel-swiper .swiper-horizontal>.swiper-pagination-bullets,
.modularcarousel-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  margin-top: 50px;
  bottom: 15px;
}

.modularcarousel-swiper .swiper-pagination-fraction .swiper-pagination-bullet,
.modularcarousel-swiper .swiper-pagination-custom .swiper-pagination-bullet,
.modularcarousel-swiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.modularcarousel-swiper .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  width: 12px;
  height: 8px;
  background-color: #fff;
  opacity: .6;
  -webkit-transition: all 500ms ease-in-out 0s;
  transition: all 500ms ease-in-out 0s;
  border-radius: 8px
}

.modularcarousel-swiper .swiper-pagination-fraction .swiper-pagination-bullet-active,
.modularcarousel-swiper .swiper-pagination-custom .swiper-pagination-bullet-active,
.modularcarousel-swiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active,
.modularcarousel-swiper .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  opacity: 1;
  width: 40px;
  -webkit-transition: all 500ms ease-in-out 0s;
  transition: all 500ms ease-in-out 0s
}

@media(max-width: 767px) {
  .modularcarousel-swiper {
    height: 80vh
  }

  .modularcarousel-swiper .swiper-wrapper .swiper-slide a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }

  .modularcarousel-swiper .swiper-wrapper .swiper-slide a .modularcarousel-image {
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
  }

  .modularcarousel-swiper .swiper-wrapper .swiper-slide a .modularcarousel-image img {
    aspect-ratio: 16/9;
    height: 100%;
  }

  .modularcarousel-swiper .swiper-wrapper .swiper-slide a .modularcarousel-informations {
    width: 100%;
    height: auto;
    padding: 25px 15px 45px;
    gap: 5px;
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 10;
  }

  .modularcarousel-swiper .swiper-wrapper .swiper-slide a .modularcarousel-informations .carousel-title {
    font-size: 1.5em;
    line-height: 1em;
    font-family: 'Cooper Black';
  }

  .modularcarousel-swiper .swiper-wrapper .swiper-slide a .modularcarousel-informations .carousel-description {
    font-size: 0.5em;
  }

  .modularcarousel-swiper .swiper-wrapper .swiper-slide a .modularcarousel-indicators {
    bottom: 18px
  }

  .modularcarousel-swiper .swiper-button-prev,
  .modularcarousel-swiper .swiper-button-next {
    padding: 0 20px;
    top: 40%
  }

  .modularcarousel-swiper .swiper-button-prev>div,
  .modularcarousel-swiper .swiper-button-next>div {
    padding: 12px
  }
}