/*! pixelwise slideshow by pixelwisedigital.com !*/.slideshow{position:relative;height:0;padding-bottom:56.25%;overflow:hidden}.slideshow .slide{display:none;position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;overflow:hidden;text-align:center;background:center center;background-size:cover}.slideshow .slide:first-child{display:block}html.objectfit .slideshow img{width:100%;height:100%;object-fit:cover;object-position:50% 50%}html.no-objectfit .slideshow img{display:none}.slideshow:not(.arrows) .arrows,.slideshow:not(.dots) .dots{display:none}.slideshow ul.controls,.slideshow ul.controls li{margin:0;padding:0;list-style:none;z-index:20}.slideshow ul.dots{position:absolute;bottom:0;left:0;right:0;padding:10px;display:flex;justify-content:center}.slideshow ul.dots li{width:12px;height:12px;margin:3px;border-radius:50%;border:0 solid #fff;background:rgba(255,255,255,.5);box-shadow:0 0 5px rgba(0,0,0,.6);cursor:pointer}.slideshow ul.dots li.on{border-width:4px;background:#333}.slideshow ul.dots li:hover{background:#fff}.slideshow ul.arrows{position:absolute;display:flex;justify-content:space-between;top:50%;width:100%;height:0;padding:0 10px;transform:translateY(-50%)}.slideshow ul.arrows li{width:36px;height:36px;margin-top:-18px;cursor:pointer;display:flex;justify-content:center;align-items:center;border-radius:50%;background:rgba(0,0,0,.5)}.slideshow ul.arrows li:before{content:'';position:relative;left:2px;width:10px;height:10px;transform:rotate(45deg);border:solid #fff;border-width:0 0 2px 2px}.slideshow ul.arrows li.next{transform:rotate(180deg)}.slideshow ul.arrows li:hover{background:rgba(255,255,255,.75)}.slideshow ul.arrows li:hover:before{border-color:#333}.slideshow .caption{position:absolute;left:0;bottom:0;right:0;background:rgba(0,0,0,.5);padding:20px;color:#fff}.slideshow.dots .caption{padding-bottom:40px}.slideshow.arrows .caption{padding-left:60px;padding-right:60px}