@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;900&display=swap");

#s-69 {
    padding: 90px 0;
    font-family: Montserrat, sans-serif;

}

#s-69 .feature-box:hover a {
    color: #cddc39;
    transition: .5s ease-in;
}

#s-69 a {
    color: #fff;
    transition: .5s ease-in;
}


#s-69 .feature-box::after {
    height: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), color-stop(30%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.6)));
    background-image: -o-linear-gradient(transparent 20%, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.6));
    background-image: linear-gradient(transparent 20%, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.6));
}

#s-69::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 390px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#s-69 .slick-slide img {
    width: 100%;
    height: 400px;
    max-height: 400px;
    min-height: 400px;
}

#s-69 h2,
#s-69 p {
    position: relative;
    text-align: center;
    color: #fff;
}

#s-69 h2 {
    margin-bottom: 16px;
}

#s-69 p {
    margin-bottom: 25px;
}

#s-69 .slick-dots {
    position: relative;
    margin-top: 40px;
    display: block !important;
    visibility: visible !important;
    text-align: center;
    width: 100%;
}

#s-69 .slick-dots li button:hover {
    background-color: inherit !important;
}

#s-69 .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

#s-69 .feature-box {
    border-radius: 15px;
    overflow: hidden;
    -webkit-box-shadow: 3.346px 3.716px 25px rgba(0, 0, 0, 0.06);
    box-shadow: 3.346px 3.716px 25px rgba(0, 0, 0, 0.06);
    position: relative;
    margin: 0 25px;
}

#s-69 .feature-box::before {
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), color-stop(30%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.6)));
    background-image: -o-linear-gradient(transparent 20%, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.6));
    background-image: linear-gradient(transparent 20%, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.6));
}

#s-69 .feature-box::before,
#s-69 .feature-box::after,
#s-69 .feature-bottom {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    bottom: 0;
}

#s-69 .feature-bottom {
    padding: 30px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#s-69 .feature-bottom h3 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.03em;
    margin-bottom: 0.5rem;
    color: #ffffff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#s-69 .feature-box:hover::after {
    height: 100%;
    -webkit-transition: height 0.5s ease-out;
    -o-transition: height 0.5s ease-out;
    transition: height 0.5s ease-out;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), to(rgba(0, 0, 0, 0.8)));
    background-image: -o-linear-gradient(top, transparent 20%, rgba(0, 0, 0, 0.8) 100%);
    background-image: linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.8) 100%);
}

#s-69 .feature-box:hover .feature-bottom {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-color: unset;
    bottom: 20px;
}

#s-69 .feature-box:hover .feature-bottom h3,
#s-69 .feature-box:hover .feature-bottom span {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}


#s-69 .slick-list:focus {
    outline: none;
}

#s-69 .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

#s-69 .slick-track:after {
    clear: both;
}

#s-69 .slick-loading .slick-track,
#s-69 .slick-loading .slick-slide {
    visibility: hidden;
}

#s-69 .slick-slide.slick-loading img {
    display: none;
}

#s-69 .slick-slide.dragging img {
    pointer-events: none;
}

#s-69 .slick-loading .slick-list {
    background: #fff url("../../../assets/img/ajax-loader.gif") center center no-repeat;
}

#s-69 .slick-prev,
#s-69 .slick-next {
    display: block;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
}

#s-69 .slick-next {
    right: 0;
    top: 185px;
}

#s-69 .slick-arrow:hover {
    background-color: #4db7fe;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}

#s-69 .icon-left-arrow,
#s-69 .icon-right-arrow {
    margin-bottom: 2px;
    width: 23px;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}

#s-69 .slick-prev:hover,
#s-69 .slick-prev:focus,
#s-69 .slick-next:hover,
#s-69 .slick-next:focus {
    outline: none;
    color: transparent;
}

#s-69 .slick-prev:hover:before,
#s-69 .slick-prev:focus:before,
#s-69 .slick-next:hover:before,
#s-69 .slick-next:focus:before {
    opacity: 1;
}

#s-69 .slick-prev.slick-disabled:before,
#s-69 .slick-next.slick-disabled:before {
    opacity: 0.25;
}

#s-69 .slick-prev:before,
#s-69 .slick-next:before {
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#s-69 .slick-prev {
    left: 0;
    top: 185px;
}

#s-69 .slick-dots li button {
    background-color: buttonface;
}


#s-69 .slick-dots li.slick-active button:before {
    opacity: 0.75;
}

#s-69 .slick-dots li button {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#s-69 .slick-dots li.slick-active button {
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#s-69 .slick-dots li.slick-active button::before {
    opacity: 1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#s-69 .slick-dots li.slick-active button::after {
    background-color: #ff5c41;
    opacity: 0.2;
    border-radius: 100%;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#s-69 .slick-dots li button {
    border: 0;
    background: buttonface;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

#s-69 .slick-dots li button::before {
    position: absolute;
    content: "•";
    background-image: -webkit-gradient(linear, left top, right top, from(#ff5c41), to(#ff8c41));
    background-image: -o-linear-gradient(left, #ff5c41 0%, #ff8c41 100%);
    background-image: linear-gradient(to right, #ff5c41 0%, #ff8c41 100%);
    width: 10px;
    height: 10px;
    opacity: 0.3;
    left: 5px;
    top: 5px;
    border-radius: 100%;
    color: transparent;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#s-69 .slick-dots li button:hover,
#s-69 .slick-dots li button:focus {
    outline: none;
}

#s-69 .slick-dots li button:hover:before,
#s-69 .slick-dots li button:focus:before {
    opacity: 1;
    visibility: visible;
}

#s-69 .slick-slide:focus {
    outline: none;
}

#s-69 .slick-slide > div:focus {
    outline: none;
}

#s-69 .slick-slide > div > div:focus {
    outline: none;
}

#s-69 .slick-slide > div > div a:focus {
    outline: none;
}

#s-69 .slick-active button {
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#s-69 .slick-active button::before {
    opacity: 1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}