.slick-prev,.slick-next,.slick-prev:hover,.slick-next:hover {
    position: absolute;
    color: transparent;
    border: none;
    outline: none;
}

.sophia-slider .slick-prev,
.sophia-slider .slick-next {
    left: 0%;
    transform: translate(0%,-50%);
    top: 50%;
    position: absolute;
    z-index: 9999;
    font-size: 30px;
    padding: 18px 8px 20px;
    background: rgba(249,249,249,.8);
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.sophia-slider .slick-next {
    right: 0%;
    left: unset;
}

.sophia-slider .slick-prev:hover svg g,
.sophia-slider .slick-next:hover svg g {
    fill: var(--global-palette-highlight-alt);
}
.sophia-slider .slick-prev svg g,
.sophia-slider .slick-next svg g {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

@media only screen and (max-width: 768px) {
    .sophia-slider .slick-prev svg,.sophia-slider .slick-next svg {
        width:13px;
        height: 13px
    }
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -55px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    line-height: 0;
    display: block;
    color: transparent;
    border: 0;
    outline: none;
    background: 0 0
}

.slick-dots li button:hover,.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:before {
    font-size: 6px;
    line-height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 11px;
    height: 11px;
    content: '';
    text-align: center;
    border-radius: 50px;
    border: 2px solid;
    border-color: #eeeae8;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.slick-dots li.slick-active button:before {
    background: #eeeae8
}

.slick-dots li button:hover:before,.slick-dots li button:focus:before {
    background: #eeeae8
}