.section--slideshow-wrapper .swiper-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    font-family: "object-fit: contain, object-position: 50% 50%"
}

.section--slideshow-wrapper .slideshow__link {
    height: 100%;
    cursor: pointer
}

@keyframes fadeInMove {
    0% {
        opacity: 0;
        transform: translate3d(10%, 0, 0)
    }

    50% {
        opacity: .7
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.slide-fade-to-left {
    animation: fadeInMove .6s forwards
}

.homepage-featured-content-box-inner {
    max-width: var(--max-width);
}

.homepage-sections--slideshow-wrapper.swiper-slide:not(.swiper-slide-active):not(.is-single-slide) .homepage-featured-content-box {
    display: none !important
}

.homepage-sections--slideshow-wrapper .swiper-slide--inner {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, auto);
    width: 100%;
    height: 100%;
    will-change: transform
}

.homepage-sections--slideshow-wrapper .slideshow-image-overlay {
    z-index: 1
}

.homepage-sections--slideshow-wrapper .homepage-featured-content-box,
.homepage-sections--slideshow-wrapper .responsive-image-wrapper,
.homepage-sections--slideshow-wrapper .responsive-placeholder-wrapper,
.homepage-sections--slideshow-wrapper .slideshow-image-overlay,
.homepage-sections--slideshow-wrapper a.slideshow__link {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2
}

.homepage-sections--slideshow-wrapper a.slideshow__link {
    position: relative
}

.homepage-sections--slideshow-wrapper a.slideshow__link:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.image--slideshow__navigation.arrows,
.image--slideshow__navigation.dots {
    bottom: 16px;
    background: var(--navigation-background-color);
}

@media (max-width:767px) {
    .homepage-sections--slideshow-wrapper.mobile-text-position--center-left .homepage-featured-content-box {
        align-self: center;
        justify-self: flex-start
    }

    .homepage-sections--slideshow-wrapper.mobile-text-position--center-left .homepage-featured-content-box-inner .featured-row__subtext,
    .homepage-sections--slideshow-wrapper.mobile-text-position--center-left .homepage-featured-content-box-inner .slideshow-title h2 {
        text-align: left
    }

    .homepage-sections--slideshow-wrapper.mobile-text-position--center-left .homepage-featured-content-box-inner .slide-buttons {
        justify-content: flex-start
    }

    .homepage-sections--slideshow-wrapper.mobile-text-position--center .homepage-featured-content-box {
        align-self: center;
        justify-self: center
    }

    .homepage-sections--slideshow-wrapper.mobile-text-position--center .homepage-featured-content-box .homepage-featured-content-box-inner .featured-row__subtext,
    .homepage-sections--slideshow-wrapper.mobile-text-position--center .homepage-featured-content-box .homepage-featured-content-box-inner .slideshow-title h2 {
        text-align: center
    }

    .homepage-sections--slideshow-wrapper.mobile-text-position--center .homepage-featured-content-box .homepage-featured-content-box-inner .slide-buttons {
        justify-content: center
    }

    .homepage-sections--slideshow-wrapper.mobile-text-position--center-right .homepage-featured-content-box {
        align-self: center;
        justify-self: flex-end
    }

    .homepage-sections--slideshow-wrapper.mobile-text-position--center-right .homepage-featured-content-box .homepage-featured-content-box-inner .featured-row__subtext,
    .homepage-sections--slideshow-wrapper.mobile-text-position--center-right .homepage-featured-content-box .homepage-featured-content-box-inner .slideshow-title h2 {
        text-align: right
    }

    .homepage-sections--slideshow-wrapper.mobile-text-position--center-right .homepage-featured-content-box .homepage-featured-content-box-inner .slide-buttons {
        justify-content: flex-end
    }

    .homepage-sections--slideshow-wrapper.mobile-text-position--bottom-left .homepage-featured-content-box {
        align-self: flex-end;
        justify-self: flex-start
    }

    .homepage-sections--slideshow-wrapper.mobile-text-position--bottom-left .homepage-featured-content-box .homepage-featured-content-box-inner .featured-row__subtext,
    .homepage-sections--slideshow-wrapper.mobile-text-position--bottom-left .homepage-featured-content-box .homepage-featured-content-box-inner .slideshow-title h2 {
        text-align: left
    }

    .homepage-sections--slideshow-wrapper.mobile-text-position--bottom-left .homepage-featured-content-box .homepage-featured-content-box-inner .slide-buttons {
        justify-content: flex-start
    }

    .homepage-sections--slideshow-wrapper.mobile-text-position--bottom .homepage-featured-content-box {
        align-self: flex-end;
        justify-self: center
    }

    .homepage-sections--slideshow-wrapper.mobile-text-position--bottom .homepage-featured-content-box .homepage-featured-content-box-inner .featured-row__subtext,
    .homepage-sections--slideshow-wrapper.mobile-text-position--bottom .homepage-featured-content-box .homepage-featured-content-box-inner .slideshow-title h2 {
        text-align: center
    }

    .homepage-sections--slideshow-wrapper.mobile-text-position--bottom .homepage-featured-content-box .homepage-featured-content-box-inner .slide-buttons {
        justify-content: center
    }

    .homepage-sections--slideshow-wrapper.mobile-text-position--bottom-right .homepage-featured-content-box {
        align-self: flex-end;
        justify-self: flex-end
    }

    .homepage-sections--slideshow-wrapper.mobile-text-position--bottom-right .homepage-featured-content-box .homepage-featured-content-box-inner .featured-row__subtext,
    .homepage-sections--slideshow-wrapper.mobile-text-position--bottom-right .homepage-featured-content-box .homepage-featured-content-box-inner .slideshow-title h2 {
        text-align: right
    }

    .homepage-sections--slideshow-wrapper.mobile-text-position--bottom-right .homepage-featured-content-box .homepage-featured-content-box-inner .slide-buttons {
        justify-content: flex-end
    }
}

@media screen and (min-width:768px) {

    .image--slideshow__navigation.arrows,
    .image--slideshow__navigation.dots {
        bottom: 32px;
    }

    .image--slideshow__navigation.slide-position--left {
        left: 48px;
        transform: translateX(0)
    }

    .image--slideshow__navigation.slide-position--center {
        left: 50%;
        transform: translateX(-50%)
    }

    .image--slideshow__navigation.slide-position--right {
        right: 48px;
        transform: translateX(0)
    }

    /* Position navigation relative to 1920px max-width container */
    @media screen and (min-width: 1920px) {
        .image--slideshow__navigation.slide-position--left {
            left: calc(50% - 960px + 48px);
            transform: translateX(0)
        }

        .image--slideshow__navigation.slide-position--right {
            right: calc(50% - 960px + 48px);
            transform: translateX(0)
        }
    }

    .homepage-sections--slideshow-wrapper.text-position--center-left .homepage-featured-content-box {
        align-self: center;
        justify-self: flex-start
    }

    .homepage-sections--slideshow-wrapper.text-position--center-left .homepage-featured-content-box-inner .featured-row__subtext,
    .homepage-sections--slideshow-wrapper.text-position--center-left .homepage-featured-content-box-inner .slideshow-title h2 {
        text-align: left
    }

    .homepage-sections--slideshow-wrapper.text-position--center-left .homepage-featured-content-box-inner .slide-buttons {
        justify-content: flex-start
    }

    .homepage-sections--slideshow-wrapper.text-position--center .homepage-featured-content-box {
        align-self: center;
        justify-self: center
    }

    .homepage-sections--slideshow-wrapper.text-position--center .homepage-featured-content-box .homepage-featured-content-box-inner .featured-row__subtext,
    .homepage-sections--slideshow-wrapper.text-position--center .homepage-featured-content-box .homepage-featured-content-box-inner .slideshow-title h2 {
        text-align: center
    }

    .homepage-sections--slideshow-wrapper.text-position--center .homepage-featured-content-box .homepage-featured-content-box-inner .slide-buttons {
        justify-content: center
    }

    .homepage-sections--slideshow-wrapper.text-position--center-right .homepage-featured-content-box {
        align-self: center;
        justify-self: flex-end
    }

    .homepage-sections--slideshow-wrapper.text-position--center-right .homepage-featured-content-box .homepage-featured-content-box-inner .featured-row__subtext,
    .homepage-sections--slideshow-wrapper.text-position--center-right .homepage-featured-content-box .homepage-featured-content-box-inner .slideshow-title h2 {
        text-align: right
    }

    .homepage-sections--slideshow-wrapper.text-position--center-right .homepage-featured-content-box .homepage-featured-content-box-inner .slide-buttons {
        justify-content: flex-end
    }

    .homepage-sections--slideshow-wrapper.text-position--bottom-left .homepage-featured-content-box {
        align-self: flex-end;
        justify-self: flex-start
    }

    .homepage-sections--slideshow-wrapper.text-position--bottom-left .homepage-featured-content-box .homepage-featured-content-box-inner .featured-row__subtext,
    .homepage-sections--slideshow-wrapper.text-position--bottom-left .homepage-featured-content-box .homepage-featured-content-box-inner .slideshow-title h2 {
        text-align: left
    }

    .homepage-sections--slideshow-wrapper.text-position--bottom-left .homepage-featured-content-box .homepage-featured-content-box-inner .slide-buttons {
        justify-content: flex-start
    }

    .homepage-sections--slideshow-wrapper.text-position--bottom .homepage-featured-content-box {
        align-self: flex-end;
        justify-self: center
    }

    .homepage-sections--slideshow-wrapper.text-position--bottom .homepage-featured-content-box .homepage-featured-content-box-inner .featured-row__subtext,
    .homepage-sections--slideshow-wrapper.text-position--bottom .homepage-featured-content-box .homepage-featured-content-box-inner .slideshow-title h2 {
        text-align: center
    }

    .homepage-sections--slideshow-wrapper.text-position--bottom .homepage-featured-content-box .homepage-featured-content-box-inner .slide-buttons {
        justify-content: center
    }

    .homepage-sections--slideshow-wrapper.text-position--bottom-right .homepage-featured-content-box {
        align-self: flex-end;
        justify-self: flex-end
    }

    .homepage-sections--slideshow-wrapper.text-position--bottom-right .homepage-featured-content-box .homepage-featured-content-box-inner .featured-row__subtext,
    .homepage-sections--slideshow-wrapper.text-position--bottom-right .homepage-featured-content-box .homepage-featured-content-box-inner .slideshow-title h2 {
        text-align: right
    }

    .homepage-sections--slideshow-wrapper.text-position--bottom-right .homepage-featured-content-box .homepage-featured-content-box-inner .slide-buttons {
        justify-content: flex-end
    }
}

.slideshow-slider-container .align-center {
    align-items: center
}

.slideshow-slider-container .homepage-featured-content-box {
    position: relative;
    background: 0 0;
    top: unset;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    max-width: 1920px;
    box-sizing: border-box;
    padding: var(--padding-section-desktop);
    z-index: 2;
    display: flex;
    justify-content: var(--justify-content);
    align-items: var(--align-items);
}

@media screen and (max-width:767px) {
    .slideshow-slider-container .homepage-featured-content-box {
        justify-content: var(--mobile-justify-content);
        align-items: var(--mobile-align-items);
        padding: var(--padding-section-mobile);
    }

    .slideshow-slider-container .homepage-featured-content-box.has-navigation:not(.margin-normal-mobile).bars {
        margin-bottom: 5px
    }

    .slideshow-slider-container .homepage-featured-content-box.has-navigation:not(.margin-normal-mobile).arrows {
        margin-bottom: 45px
    }

    .slideshow-slider-container .homepage-featured-content-box.has-navigation:not(.margin-normal-mobile).dots {
        margin-bottom: 35px
    }

    .image--slideshow__navigation.mobile-slide-position--left {
        left: 16px;
        transform: translateX(0)
    }

    .image--slideshow__navigation.mobile-slide-position--center {
        left: 50%;
        transform: translateX(-50%)
    }

    .image--slideshow__navigation.mobile-slide-position--right {
        right: 16px;
        transform: translateX(0)
    }
}

.slideshow-slider-container .homepage-featured-content-box .homepage-featured-content-box-inner {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0
}

@media screen and (max-width: 767px) {
    .slideshow-slider-container .homepage-featured-content-box .homepage-featured-content-box-inner{
        max-width: var(--mobile-max-width);
    }
}

.slideshow-slider-container .homepage-featured-content-box .homepage-featured-content-box-inner .homepage-section-btn,
.slideshow-slider-container .homepage-featured-content-box .homepage-featured-content-box-inner .homepage-sections--title {
    margin-bottom: 0;
    margin-top: 0
}

.slideshow-slider-container .flex-control-paging li a {
    box-shadow: none;
    -webkit-box-shadow: none
}

.slideshow-slider-container .slide-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: var(--grid-spacing);
    margin-top: 30px;
}

@media screen and (max-width:767px) {
    .slideshow-slider-container .icon--placeholder {
        min-height: 350px
    }

    .slideshow-slider-container .slide-buttons {
        gap: calc(var(--grid-spacing) * .75);
    }
}

.slideshow-slider-container .swiper-slide-active,
.slideshow-slider-container .swiper-slide-duplicate-active {
    z-index: 1
}

.homepage-sections--slideshow-wrapper .sitewide--title-wrapper {
    padding-bottom: 0
}

.homepage-sections--slideshow-wrapper .sitewide--title-wrapper h2.homepage-sections--title:after {
    display: none
}

.image--slideshow__navigation {
    position: absolute;
    bottom: 20px;
    z-index: 2;
    width: auto
}

.image--slideshow__navigation.bars {
    bottom: 0
}

.image--slideshow__navigation.arrows.hidden-fraction {
    grid-template-columns: 1fr;
}

.image--slideshow__navigation.arrows {
    display: grid;
    border-radius: 50px;
    grid-template-columns: 1fr minmax(44px, auto) 1fr;
    grid-template-rows: 1fr;
}

.image--slideshow__navigation.arrows .flex-next,
.image--slideshow__navigation.arrows .flex-prev,
.image--slideshow__navigation.arrows .swiper-pagination.swiper-pagination-fraction {
    grid-row-start: 1;
    grid-row-end: 2
}

.image--slideshow__navigation.arrows .flex-prev {
    grid-column-start: 1;
    grid-column-end: 2;
    justify-self: end
}

.image--slideshow__navigation.arrows.hidden-fraction .swiper-pagination.swiper-pagination-fraction {
    display: none
}

.image--slideshow__navigation.arrows .swiper-pagination.swiper-pagination-fraction {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    grid-column-start: 2;
    grid-column-end: 3
}

.image--slideshow__navigation.arrows .flex-next {
    grid-column-start: 3;
    grid-column-end: 4;
    justify-self: start
}

.image--slideshow__navigation .swiper-pagination.swiper-pagination-fraction {
    width: fit-content;
    display: flex;
    align-items: center;
    font-size: var(--base-font-size)
}

.image--slideshow__navigation .swiper-pagination.pagination-bullets {
    align-items: center;
    justify-content: center;
    gap: 8px
}

.image--slideshow__navigation .swiper-pagination.pagination-bullets .swiper-pagination-bullet {
    grid-row-start: 1;
    grid-row-end: 2;
    margin: 0;
    position: relative
}

.image--slideshow__navigation .swiper-pagination.pagination-bars.swiper-pagination-bullets {
    align-items: center;
    justify-content: center;
    gap: 8px
}

.image--slideshow__navigation .swiper-pagination.pagination-bars.swiper-pagination-bullets .swiper-pagination-bullet {
    grid-row-start: 1;
    grid-row-end: 2;
    margin: 0;
    padding: 0
}

.image--slideshow__navigation .swiper-pagination.pagination-bars.swiper-pagination-bullets .swiper-pagination-bullet.progress-bar {
    border: 0;
    width: 100%;
    max-width: 200px;
    position: relative;
    height: auto;
    border-radius: 0;
    opacity: 1;
    background-color: transparent;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr
}

.image--slideshow__navigation .swiper-pagination.pagination-bars.swiper-pagination-bullets .swiper-pagination-bullet.progress-bar i {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    z-index: 1;
    width: 100%;
    height: 5px;
    opacity: .3;
    background-color: currentColor
}

.image--slideshow__navigation .swiper-pagination.pagination-bars.swiper-pagination-bullets .swiper-pagination-bullet.progress-bar b {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    z-index: 2;
    width: 0%;
    height: 5px;
    background-color: currentColor
}

.image--slideshow__navigation .swiper-pagination.pagination-bars.swiper-pagination-bullets .swiper-pagination-bullet.progress-bar.swiper-pagination-bullet-active {
    background-color: transparent
}

.image--slideshow__navigation .swiper-pagination.pagination-bars.swiper-pagination-bullets .swiper-pagination-bullet.progress-bar.swiper-pagination-bullet-active b {
    animation-name: sliderProgressBar;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-fill-mode: forwards
}

@keyframes sliderProgressBar {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

.image--slideshow__navigation a {
    position: relative;
    display: flex;
    align-items: center;
    width: fit-content;
    text-align: center;
    vertical-align: middle;
    color: currentColor
}