@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev:before,
.slick-next:before
{
    display: none;
}

.slick-prev
{
    display: block;
    height: 12px;
    width: 24px;
    opacity: 1;
    outline: none;
    border: 0;
    left: 0;
    bottom:0px;
    top:unset;
    transform: unset;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='12' viewBox='0 0 24 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 6.75C23.4142 6.75 23.75 6.41421 23.75 6C23.75 5.58579 23.4142 5.25 23 5.25V6.75ZM0.46967 5.46967C0.176777 5.76256 0.176777 6.23744 0.46967 6.53033L5.24264 11.3033C5.53553 11.5962 6.01041 11.5962 6.3033 11.3033C6.59619 11.0104 6.59619 10.5355 6.3033 10.2426L2.06066 6L6.3033 1.75736C6.59619 1.46447 6.59619 0.989592 6.3033 0.696699C6.01041 0.403806 5.53553 0.403806 5.24264 0.696699L0.46967 5.46967ZM23 5.25L1 5.25V6.75L23 6.75V5.25Z' fill='%23FFAF82'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 11;
    font-size: 0;
    line-height: 0;
    position: absolute;
    transition: .3s;
}
.slick-prev:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='12' viewBox='0 0 24 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 5.25C23.4142 5.25 23.75 5.58579 23.75 6C23.75 6.41421 23.4142 6.75 23 6.75V5.25ZM0.469669 6.53033C0.176777 6.23744 0.176777 5.76256 0.469669 5.46967L5.24264 0.696699C5.53553 0.403806 6.01041 0.403806 6.3033 0.696699C6.59619 0.989593 6.59619 1.46447 6.3033 1.75736L2.06066 6L6.3033 10.2426C6.59619 10.5355 6.59619 11.0104 6.3033 11.3033C6.01041 11.5962 5.53553 11.5962 5.24264 11.3033L0.469669 6.53033ZM23 6.75H1V5.25H23V6.75Z' fill='%23FFAF82' fill-opacity='0.5'/%3E%3C/svg%3E ");
}
[dir='rtl'] .slick-prev
{
    right: 0px;
    left: auto;
}
.slick-prev:before
{
    display: none;
}
[dir='rtl'] .slick-prev:before
{
    display: none;
}

.slick-next
{
    display: block;
    position: absolute;
    height: 12px;
    width: 24px;
    opacity: 1;
    outline: none;
    border: 0;
    right: 0;
    bottom:0px;
    top:unset;
    transform: unset;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='12' viewBox='0 0 24 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5.25C0.585786 5.25 0.25 5.58579 0.25 6C0.25 6.41421 0.585786 6.75 1 6.75V5.25ZM23.5303 6.53033C23.8232 6.23744 23.8232 5.76256 23.5303 5.46967L18.7574 0.696699C18.4645 0.403806 17.9896 0.403806 17.6967 0.696699C17.4038 0.989593 17.4038 1.46447 17.6967 1.75736L21.9393 6L17.6967 10.2426C17.4038 10.5355 17.4038 11.0104 17.6967 11.3033C17.9896 11.5962 18.4645 11.5962 18.7574 11.3033L23.5303 6.53033ZM1 6.75H23V5.25H1V6.75Z' fill='%23FFAF82'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 11;
    font-size: 0;
    line-height: 0;
    transition: .3s;
}
.slick-next:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='12' viewBox='0 0 24 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6.75C0.585786 6.75 0.25 6.41421 0.25 6C0.25 5.58579 0.585786 5.25 1 5.25L1 6.75ZM23.5303 5.46967C23.8232 5.76256 23.8232 6.23744 23.5303 6.53033L18.7574 11.3033C18.4645 11.5962 17.9896 11.5962 17.6967 11.3033C17.4038 11.0104 17.4038 10.5355 17.6967 10.2426L21.9393 6L17.6967 1.75736C17.4038 1.46447 17.4038 0.989592 17.6967 0.696699C17.9896 0.403806 18.4645 0.403806 18.7574 0.696699L23.5303 5.46967ZM1 5.25L23 5.25V6.75L1 6.75L1 5.25Z' fill='%23FFAF82' fill-opacity='0.5'/%3E%3C/svg%3E ");
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 0px;
}
.slick-next:before
{
    display: none;
}
[dir='rtl'] .slick-next:before
{
    display: none;
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    padding: 0;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    outline: none;
    border: 0;
    width: 25px;
    height: 3px;
    border-radius: 5px;
    background-color: #FFFFFF;
    transition: .3s;
    margin: 0 1.5px;
    padding: 0;

    border: 0;
    outline: none;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    display: none;
}
.slick-dots li button:before
{
    display: none;
}
.slick-dots li.slick-active button {
    background-color: #DFA437;
}
.slick-dots li.slick-active button:before
{
    display: none;
}
@media(max-width:992px) {
    .slick-dotted.slick-slider {
        padding-bottom: 26px;
    }
    .slick-dots li button {
        height: 2px;
    }
    .slick-prev {
        height: 12px;
        bottom:-7px;
        padding: 0;
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='12' viewBox='0 0 24 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 6.75C23.4142 6.75 23.75 6.41421 23.75 6C23.75 5.58579 23.4142 5.25 23 5.25V6.75ZM0.46967 5.46967C0.176777 5.76256 0.176777 6.23744 0.46967 6.53033L5.24264 11.3033C5.53553 11.5962 6.01041 11.5962 6.3033 11.3033C6.59619 11.0104 6.59619 10.5355 6.3033 10.2426L2.06066 6L6.3033 1.75736C6.59619 1.46447 6.59619 0.989592 6.3033 0.696699C6.01041 0.403806 5.53553 0.403806 5.24264 0.696699L0.46967 5.46967ZM23 5.25L1 5.25V6.75L23 6.75V5.25Z' fill='%23FFAF82'/%3E%3C/svg%3E%0A");
    }
    .slick-next {
        height: 12px;
        bottom:-7px;
        padding: 0;
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='12' viewBox='0 0 24 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5.25C0.585786 5.25 0.25 5.58579 0.25 6C0.25 6.41421 0.585786 6.75 1 6.75V5.25ZM23.5303 6.53033C23.8232 6.23744 23.8232 5.76256 23.5303 5.46967L18.7574 0.696699C18.4645 0.403806 17.9896 0.403806 17.6967 0.696699C17.4038 0.989593 17.4038 1.46447 17.6967 1.75736L21.9393 6L17.6967 10.2426C17.4038 10.5355 17.4038 11.0104 17.6967 11.3033C17.9896 11.5962 18.4645 11.5962 18.7574 11.3033L23.5303 6.53033ZM1 6.75H23V5.25H1V6.75Z' fill='%23FFAF82'/%3E%3C/svg%3E ");
    }
}