#home-slider .slider-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

#home-slider .slider-wrapper.center-mode-on .slide-wrapper:not(.slick-center) {
    opacity: 0.5;
}

#home-slider .slider-wrapper.center-mode-on .slide-wrapper.slick-center {
    opacity: 1 !important;
}

#home-slider .slide-wrapper {
    /*height: 860px;*/
    min-height: 600px;
    display: flex;
    align-items: center;
    position: relative;
    transition: 0.5s;

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#home-slider .slider-wrapper .slide-wrapper .slide-content-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#home-slider .slide-wrapper .centered-content {
    display: block;
    margin: 0 auto;
}

#home-slider .slider-card {
    padding: 15px;
    /*padding-bottom: 0;*/
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #FFFFFF;

    /*
    border: 3px solid #000;
    background-color: rgba(255, 255, 255, 0.85);
    */
}

#home-slider .slider-card.uppercase-on .title-wrapper,
#home-slider .slider-card.uppercase-on .subtitle-wrapper,
#home-slider .slider-card.uppercase-on .text-wrapper,
#home-slider .slider-card.uppercase-on .link-wrapper {
    text-transform: uppercase;
}

#home-slider .slider-card.cartouche-off {
    background: none !important;
    background-color: transparent !important;
    border: none !important;
}

#home-slider .slider-card.cartouche-on .title-wrapper,
#home-slider .slider-card.cartouche-on .subtitle-wrapper,
#home-slider .slider-card.cartouche-on .text-wrapper {
    background: none !important;
    background-color: transparent !important;
}

#home-slider .slider-card.background-off {
    background: none !important;
    background-color: transparent !important;
}

#home-slider .slider-card.background-off .title-wrapper,
#home-slider .slider-card.background-off .subtitle-wrapper,
#home-slider .slider-card.background-off .text-wrapper {
    background: none !important;
    background-color: transparent !important;
}

#home-slider .slider-card .title-wrapper,
#home-slider .slider-card .subtitle-wrapper,
#home-slider .slider-card .text-wrapper {
    font-size: 1vw;
    font-weight: 700;
    margin-top: 10px;
    position: relative;
    line-height: 1.2;
    /*text-transform: uppercase;*/
    padding: 10px 15px;
    background-color: rgba(241, 90, 59, 0.75);
}

#home-slider .slider-card .title-wrapper {
    margin-top: 0;
}

#home-slider .slider-card .text-wrapper p {
    margin-bottom: 0;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
}

#home-slider .slider-card .link-wrapper {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 15px;

    font-size: 1vw;
    font-weight: 700;
    text-align: center;
    background-color: #d3d5d7;
    color: #000;
    /*text-transform: uppercase;*/
    transition: 0.5s;
}

#home-slider .slider-card .link-wrapper:hover {
    /*opacity: 0.75;*/
    filter: brightness(100%);
    -webkit-filter: brightness(100%);
}

@media (max-width: 767px) {
    #home-slider .slider-card .title-wrapper,
    #home-slider .slider-card .subtitle-wrapper,
    #home-slider .slider-card .text-wrapper,
    #home-slider .slider-card .link-wrapper {
        font-size: 14px !important;
        margin-top: 10px;
    }

    #home-slider .slider-card .title-wrapper {
        margin-top: 0px;
    }

    #home-slider .slide-wrapper {
        min-height: 300px!important;
    }

    #home-slider .slick-dots {
        display: none !important;
    }

    #home-slider .slider-card {
        padding: 15px;
        padding-bottom: 0;
        margin-bottom: 30px !important;
    }

    #home-slider .slick-arrow {
        width: 35px !important;
        height: 35px !important;
    }

    #home-slider .slider-card .link-wrapper {
        display: none !important;
    }
}

@media (max-width: 575px) {
    #home-slider .slider-card .title-wrapper,
    #home-slider .slider-card .subtitle-wrapper,
    #home-slider .slider-card .text-wrapper,
    #home-slider .slider-card .link-wrapper {
        font-size: 16px;
        margin-top: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #home-slider .slider-card .title-wrapper,
    #home-slider .slider-card .subtitle-wrapper,
    #home-slider .slider-card .text-wrapper,
    #home-slider .slider-card .link-wrapper {
        font-size: 1.5vw !important;
        margin-top: 10px;
    }

    #home-slider .slider-card .title-wrapper {
        margin-top: 0px;
    }

    #home-slider .slide-wrapper {
        min-height: 400px;
    }

    #home-slider .slick-arrow {
        width: 35px !important;
        height: 35px !important;
    }

    #home-slider .slick-dots {
        display: none !important;
    }

    #home-slider .slider-card {
        padding: 0px;
        margin-bottom: 30px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #home-slider .slider-card .title-wrapper,
    #home-slider .slider-card .subtitle-wrapper,
    #home-slider .slider-card .text-wrapper,
    #home-slider .slider-card .link-wrapper {
        font-size: 1.5vw !important;
        margin-top: 10px;
    }

    #home-slider .slider-card .title-wrapper {
        margin-top: 0px;
    }
}

#home-slider .slide-content-wrapper {
    margin-top: auto;
    height: 100%;
    display: flex;
    /*width: 100%;*/
}

#home-slider .slide-content-wrapper.right {
    margin-left: auto;
}

#home-slider .slide-content-wrapper.center {
    margin-left: auto;
    margin-right: auto;
}

#home-slider .slide-content-wrapper.left {
    margin-right: auto;
}

#home-slider .slider-card {
    margin-top: auto;
    margin-bottom: 60px;
    width: 100%;
}

#home-slider .slider-card.right {
    margin-left: auto;
    align-items: flex-end;
    text-align: right;
}

#home-slider .slider-card.center {
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    text-align: center;
}

#home-slider .slider-card.left {
    margin-right: auto;
    align-items: flex-start;
    text-align: left;
}

#home-slider .slick-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding: 0;

    font-size: 30px;
    font-weight: 700;
    background-color: #000;
    color: #fff;
    border: none;
    transition: 0.5s;
    overflow: hidden;
    text-indent: -9999px;
    z-index: 1;
}

#home-slider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    width: 100%;
    bottom: 0;
    margin-bottom: 0;
    height: 60px;
    list-style: none;
}

#home-slider .slick-dots li {
    line-height: 1;
}

#home-slider .slick-dots li button {
    position: relative;
    overflow: hidden;

    width: 16px;
    height: 16px;
    padding: 0;
    border: 1px solid #d3d5d7;
    border-radius: 50%;

    background: #d3d5d7;
    text-indent: -9999px;
    transition: 0.5s;
    cursor: pointer;
}

#home-slider .slick-dots li.slick-active button {
    background: #000;
    border-color: #000;
}

#home-slider .slick-dots li:hover button {
    border-color: #000;
}

#home-slider .slick-dots li + li {
    margin-left: 10px;
}

#home-slider .slick-arrow:hover {
    background-color: transparent !important;
    color: #000;
    cursor: pointer;
}

#home-slider .slick-arrow::before {
    transition: 0.5s;
    margin: 0 30px;
}

#home-slider .slick-arrow:hover::before {
    color: #000;
}

#home-slider .slick-arrow.slick-prev {
    position: absolute;
    bottom: 0px;
    left: 15px;
}

#home-slider .slick-arrow.slick-next {
    position: absolute;
    bottom: 0px;
    right: 15px;
}

#home-slider .slick-arrow.slick-prev::before {
    font-family: 'Font Awesome\ 5 Pro', sans-serif;
    content: '\f053';
    text-indent: 0;
}

#home-slider .slick-arrow.slick-next::before {
    font-family: 'Font Awesome\ 5 Pro', sans-serif;
    content: '\f054';
    text-indent: 0;
}
