.controls {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.slick-dots {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 3px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    color: transparent;
    outline: none;
    border: 1px solid #fff;
    border-radius: 10px;
    background: transparent;
    height: 10px;
    width: 10px;
}

.slick-dots li.slick-active button {
    background: #fff;
}

.carousel-controls {
    position: absolute !important;
    bottom: -55px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    height: 40px;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.indicator-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
@media screen and (min-width: 53.0625em) {
    .content-header li, .content-header li.active, .content-header li:hover {
        background: 0 0;
    }
}

.carousel-controls-group {
    display: flex;
    align-items: stretch;
    height: 100%;
    z-index: 2;
}
.carousel-controls-group button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 40px;
    background-color: transparent;
    color: white;
    border: none;
    padding: 0;
}

.carousel-controls .icon-arrow-left, .carousel-controls .icon-arrow-right {
    font-size: 20px;
}
.carousel-controls.light-bg svg {
    fill: gray !important;
}
.carousel-controls.light-bg .icon-arrow-left, .carousel-controls.light-bg .icon-arrow-right {
    color: gray !important;
}
.carousel-controls.light-bg .slick-dots li button {
    border-color: gray !important;
}
.carousel-controls.light-bg .slick-dots li.slick-active button {
    background-color: gray !important;
}

.home-hero-slider.banner-image {
    width: 100%;
}

.home-hero-slider.banner-image .slick-slider {
    border-radius: 0 !important;
}

.home-hero-slider.banner-image .slide-content {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.home-hero-slider.banner-image .slick-slider .slide .slide-content {
    max-width: 100% !important;
}

.home-hero-slider.banner-image .slick-slide img {
    width: 100% !important;
    object-fit: cover;
    display: block;
    margin: 0 !important;
    height: auto;
}

/* only when full-size mode is on */
.fullsize-slide .slide-image.fullsize {
    width: 100%;
    object-fit: cover;
    display: block;
}

@media screen and (max-width: 600px) {
    .home-hero-slider.banner-image .slick-slide img {
        aspect-ratio: 3 / 2;
    }
}

.fullsize-slide .hero-overlay {
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0) 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.fullsize-slide .hero-overlay h2 {
    color: #fff;
}

.home-hero-slider.banner-image .slick-track {
    max-height: 900px !important;
}

.slick-dots li button:focus-visible {
    outline: 1px solid black;
    outline-offset: 2px;
}

.home-hero-slider:has(+ .both-slots) .slick-dots li button:focus-visible {
    outline: 2px solid #fff;
}

.home-hero-slider:has(+ .top-only) .slick-dots li button:focus-visible {
    outline: 2px solid #fff;
}