section.image-card-carousel .container-fluid {
  padding: 0;
}
section.image-card-carousel h2 {
  max-width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  color: var(--purple);
  font-weight: 400;
  text-align: center;
}
section.image-card-carousel h2 span {
  font-size: calc(2.65rem + 0.9vw);
  color: var(--gold-dark);
  font-weight: 500;
  padding-left: 5px;
}
section.image-card-carousel .splide__slide {
  height: 400px;
  color: #fff;
  text-align: center;
  font-size: 0.9rem;
  overflow: hidden;
  background-color: #343434;
}
section.image-card-carousel .splide__slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section.image-card-carousel .splide__slide .overlay {
  position: absolute;
  width: 100%;
  bottom: 0;
}
section.image-card-carousel .splide__slide .overlay-text {
  padding: 1rem;
  position: relative;
  z-index: 6;
  display: flex;
  flex-direction: column;
}
section.image-card-carousel .splide__slide .overlay-text p {
  margin-bottom: 0.5rem;
}
section.image-card-carousel .splide__slide .heading {
  font-size: 1.3rem;
  font-weight: bold;
}
section.image-card-carousel .splide__slide .overlay-text p.link:last-of-type {
  margin-top: auto;
  margin-bottom: 0;
}
section.image-card-carousel button.splide__arrow {
  width: 40px;
  height: 40px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  opacity: 1;
  top: -2em;
}
@media (max-width: 767px) {
  section.image-card-carousel button.splide__arrow {
    top: -1.2em;
  }
}
section.image-card-carousel button.splide__arrow svg {
  display: none !important;
}
section.image-card-carousel button.splide__arrow--prev {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="33.98" height="25.862" viewBox="0 0 33.98 25.862"><g transform="translate(-17.421 -3750.652)"><path d="M-390.143,3871.6s-7.309,6.518-10.53,10.625,10.888,9.132,13.065,11" transform="translate(420.09 -118.827)" fill="none" stroke="%23c1a027" stroke-linecap="round" stroke-width="3"/><path d="M-1455.663,3725.583c-10.439.949-22.582-1.26-28.4,0" transform="translate(1505.434 39)" fill="none" stroke="%23c1a027" stroke-linecap="round" stroke-width="3"/></g></svg>');
}
section.image-card-carousel button.splide__arrow--next {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="33.979" height="25.861" viewBox="0 0 33.979 25.861"><g transform="translate(-970.311 -3750.651)"><g><path d="M-398.615,3871.6s7.309,6.518,10.53,10.625-10.888,9.131-13.065,11" transform="translate(1390.379 -118.827)" fill="none" stroke="%23c1a027" stroke-linecap="round" stroke-width="3"/><path d="M-1484.06,3725.583c10.439.949,22.581-1.26,28.4,0" transform="translate(2456 39)" fill="none" stroke="%23c1a027" stroke-linecap="round" stroke-width="3"/></g></g></svg>');
}
section.image-card-carousel button.splide__arrow--prev:not([disabled]):hover,
section.image-card-carousel button.splide__arrow--prev:not([disabled]):focus {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="33.98" height="25.862" viewBox="0 0 33.98 25.862"><g transform="translate(-17.421 -3750.652)"><path d="M-390.143,3871.6s-7.309,6.518-10.53,10.625,10.888,9.132,13.065,11" transform="translate(420.09 -118.827)" fill="none" stroke="%23522d72" stroke-linecap="round" stroke-width="3"/><path d="M-1455.663,3725.583c-10.439.949-22.582-1.26-28.4,0" transform="translate(1505.434 39)" fill="none" stroke="%23522d72" stroke-linecap="round" stroke-width="3"/></g></svg>');
}
section.image-card-carousel button.splide__arrow--next:not([disabled]):hover,
section.image-card-carousel button.splide__arrow--next:not([disabled]):focus {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="33.979" height="25.861" viewBox="0 0 33.979 25.861"><g transform="translate(-970.311 -3750.651)"><g><path d="M-398.615,3871.6s7.309,6.518,10.53,10.625-10.888,9.131-13.065,11" transform="translate(1390.379 -118.827)" fill="none" stroke="%23522d72" stroke-linecap="round" stroke-width="3"/><path d="M-1484.06,3725.583c10.439.949,22.581-1.26,28.4,0" transform="translate(2456 39)" fill="none" stroke="%23522d72" stroke-linecap="round" stroke-width="3"/></g></g></svg>');
}