@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: 38px;
    width: 38px;
    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='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='-0.5' y='0.5' width='37' height='37' rx='3.5' transform='matrix(-1 0 0 1 37 0)' stroke='%23006CAD'/%3E%3Cpath d='M8.64645 19.3536C8.45119 19.1583 8.45119 18.8417 8.64645 18.6464L11.8284 15.4645C12.0237 15.2692 12.3403 15.2692 12.5355 15.4645C12.7308 15.6597 12.7308 15.9763 12.5355 16.1716L9.70711 19L12.5355 21.8284C12.7308 22.0237 12.7308 22.3403 12.5355 22.5355C12.3403 22.7308 12.0237 22.7308 11.8284 22.5355L8.64645 19.3536ZM29 19.5H9V18.5H29V19.5Z' fill='%23006CAD'/%3E%3C/svg%3E ");
    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.slick-disabled {
    opacity: .3;
}
.slick-prev:not(.slick-disabled):hover {
    opacity: 1;
    background-image: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='-0.5' y='0.5' width='37' height='37' rx='3.5' transform='matrix(-1 0 0 1 37 0)' fill='%23006CAD'/%3E%3Crect x='-0.5' y='0.5' width='37' height='37' rx='3.5' transform='matrix(-1 0 0 1 37 0)' stroke='%23006CAD'/%3E%3Cpath d='M8.64645 19.3536C8.45119 19.1583 8.45119 18.8417 8.64645 18.6464L11.8284 15.4645C12.0237 15.2692 12.3403 15.2692 12.5355 15.4645C12.7308 15.6597 12.7308 15.9763 12.5355 16.1716L9.70711 19L12.5355 21.8284C12.7308 22.0237 12.7308 22.3403 12.5355 22.5355C12.3403 22.7308 12.0237 22.7308 11.8284 22.5355L8.64645 19.3536ZM29 19.5H9V18.5H29V19.5Z' fill='white'/%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: 38px;
    width: 38px;
    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='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='37' height='37' rx='3.5' stroke='%23006CAD'/%3E%3Cpath d='M29.3536 19.3536C29.5488 19.1583 29.5488 18.8417 29.3536 18.6464L26.1716 15.4645C25.9763 15.2692 25.6597 15.2692 25.4645 15.4645C25.2692 15.6597 25.2692 15.9763 25.4645 16.1716L28.2929 19L25.4645 21.8284C25.2692 22.0237 25.2692 22.3403 25.4645 22.5355C25.6597 22.7308 25.9763 22.7308 26.1716 22.5355L29.3536 19.3536ZM9 19.5H29V18.5H9V19.5Z' fill='%23006CAD'/%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.slick-disabled {
    opacity: .3;
}
.slick-next:not(.slick-disabled):hover {
    opacity: 1;
    background-image: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='37' height='37' rx='3.5' fill='%23006CAD'/%3E%3Crect x='0.5' y='0.5' width='37' height='37' rx='3.5' stroke='%23006CAD'/%3E%3Cpath d='M29.3536 19.3536C29.5488 19.1583 29.5488 18.8417 29.3536 18.6464L26.1716 15.4645C25.9763 15.2692 25.6597 15.2692 25.4645 15.4645C25.2692 15.6597 25.2692 15.9763 25.4645 16.1716L28.2929 19L25.4645 21.8284C25.2692 22.0237 25.2692 22.3403 25.4645 22.5355C25.6597 22.7308 25.9763 22.7308 26.1716 22.5355L29.3536 19.3536ZM9 19.5H29V18.5H9V19.5Z' fill='white'/%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: 29px;
    height: 4px;
    border-radius: 5px;
    background-color: #EAF1FB;
    transition: .3s;
    margin: 0 4px;
    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: #1979FF;
}
.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;
    }
    
}