/*
.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
}
.slick-arrow.slick-prev {
  left: 25px;
}
.slick-arrow.slick-next {
  right: 25px;
}

.slick-arrow img {
  width: 24px;
  height: 24px;
}
*/
/*
.slick-dots
{
    position: absolute;
    bottom: -10px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 5px;
    margin: 0 8px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    
    display: block;
    
    width: 20px;
    height: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 20px;
    height: 5px;
    background-color: #ddd;
    / * mask: url(/themes/custom/inth/icons/phosphor/dot.svg) no-repeat center / 75px 75px ; * /
    
}

.slick-dots li.slick-active button:before
{
    / * mask: url(/themes/custom/inth/icons/phosphor/dot-outline.svg) no-repeat center / 50px 50px ; * /
    background-color: #d53d32;
}
*/