.cw-journey-slider .slides {
    padding: 27px;
    border: 3px dashed #dae1e8;
    background: #eef3f8;
}

.cw-journey-slider .slide {
    display: none;
    font-size: 22px;
    line-height: 1.2;
}

.cw-journey-slider .slide.active {
    display: flex;
}

.cw-journey-slider .slide .image {
    display: flex;
    flex: 0 0 70%;
    max-width: 70%;
}

.cw-journey-slider .slide .image:after {
    content: "";
    display: block;
    padding-bottom: 56.25%;
}

.cw-journey-slider .slide .image .iframe-container {
    flex: 1;
}

.cw-journey-slider .slide .image img {
    display: block;
    width: unset;
}

.cw-journey-slider .slide .image .video-thumb {
    flex: 1;
    position: relative;
    z-index: 1;
    display: block;
}

.cw-journey-slider .slide .image .video-thumb:hover .icon > span {
    background: #fdc743;
    border-color: #fdc743;
}

.cw-journey-slider .slide .image .video-thumb .icon {
    position: absolute;
    z-index: 1;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cw-journey-slider .slide .image .video-thumb .icon > span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    padding-left: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #4f5a6f;
    background: #575e83;
    -webkit-transition: background 0.3s ease, border-color 0.3s ease;
    -moz-transition: background 0.3s ease, border-color 0.3s ease;
    -ms-transition: background 0.3s ease, border-color 0.3s ease;
    -o-transition: background 0.3s ease, border-color 0.3s ease;
    transition: background 0.3s ease, border-color 0.3s ease;
}

.cw-journey-slider .slide .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 0 0 30%;
    max-width: 30%;
    padding-left: 20px;
}

.cw-journey-slider .slide .info .title {
    margin-bottom: 25px;
    font-size: 26px;
    font-weight: bold;
}

.cw-journey-slider .navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 29px;
}

.cw-journey-slider .navigation .page {
    position: relative;
    z-index: 1;
    flex: 1;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
}

.cw-journey-slider .navigation .page:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 27px;
    right: 0px;
    left: 0px;
    height: 1px;
    background: #fdc743;
}

.cw-journey-slider .navigation .page:first-child:before {
    left: 50%;
}

.cw-journey-slider .navigation .page:last-child:before {
    right: 50%;
}

.cw-journey-slider .navigation .page a {
    display: flex;
    width: 54px;
    height: 54px;
    margin: 0 auto 5px;
    justify-content: center;
    align-items: center;
    background: #e8f0f3;
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background 0.3s ease, color 0.3s ease;
    -moz-transition: background 0.3s ease, color 0.3s ease;
    -ms-transition: background 0.3s ease, color 0.3s ease;
    -o-transition: background 0.3s ease, color 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease;
}

.cw-journey-slider .navigation .page a:hover,
.cw-journey-slider .navigation .page a.active {
    background: #fdc743;
    color: #011e41;
}

@media screen and (max-width: 991px) {
    .cw-journey-slider .navigation .page {
        font-size: 21px;
    }

    .cw-journey-slider .navigation .page:before {
        top: 21px;
    }

    .cw-journey-slider .navigation .page a {
        width: 41px;
        height: 41px;
    }

    .cw-journey-slider .navigation .page .label {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .cw-journey-slider .slide.active {
        display: block;
    }

    .cw-journey-slider .slide .info,
    .cw-journey-slider .slide .image {
        flex: unset;
        max-width: unset;
    }

    .cw-journey-slider .slide .info {
        margin-top: 30px;
        padding-left: 0;
    }
}