@charset 'UTF-8';

/*!
 * Font Awesome Pro 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:900;font-display:block;src:url(https://mpo.atimg.tokyo/mpo/movie_thumb/fontawesome/5.14.0/webfonts/fa-solid-900.eot);src:url(https://mpo.atimg.tokyo/mpo/movie_thumb/fontawesome/5.14.0/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(https://mpo.atimg.tokyo/mpo/movie_thumb/fontawesome/5.14.0/webfonts/fa-solid-900.woff2) format("woff2"),url(https://mpo.atimg.tokyo/mpo/movie_thumb/fontawesome/5.14.0/webfonts/fa-solid-900.woff) format("woff"),url(https://mpo.atimg.tokyo/mpo/movie_thumb/fontawesome/5.14.0/webfonts/fa-solid-900.ttf) format("truetype"),url(https://mpo.atimg.tokyo/mpo/movie_thumb/fontawesome/5.14.0/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:"Font Awesome 5 Pro";font-weight:900;}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    /*font-family: 'slick';*/
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

.slick-prev
{
    z-index:5;
    left: 25px;
}
[dir='rtl'] .slick-prev
{
    right: 25px;
    left: auto;
}
.slick-prev:before
{
    content: '\f32e';
}
[dir='rtl'] .slick-prev:before
{
    content: '\f330';
}

.slick-next
{
    z-index:5;
    right: 25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 25px;
}
.slick-next:before
{
    content: '\f330';
} 
[dir='rtl'] .slick-next:before
{
    content: '\f32e';
}

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

.slick-dots
{
    position: absolute;
    
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    
    display: inline-block;
    background:rgba(0,0,0,0.5);
    border-radius:5px;
    
    /*width: 100%;*/
    padding: 0;
    margin: 0 auto;

    list-style: none;

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

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 2px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 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
{
    font-family: "Font Awesome 5 Pro";
    font-size: 8px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '\f111';
    text-align: center;
    color: #fff;


}
.slick-dots li.slick-active button:before
{
    color: #7789c4;
}
