.slideshow-container{display:flex;align-items:center;justify-content:center;column-gap:32px}.story-block{display:block;border-radius:12px;border:8px solid #f0f3f5;overflow:hidden;width:416px;height:282px;box-shadow:0px 32px 32px -24px rgba(0,0,0,0.2)}.story-block img{height:100%;width:100%;object-fit:cover}.mySlides{display:none}.prev,.next{cursor:pointer;width:36px;height:32px;transition:.25s ease;border-radius:0 3px 3px 0;user-select:none}.prev{margin-right:12px}.next{margin-left:12px}.prev img{transition:.25s ease;padding-left:4px;padding-right:0}.next img{transition:.25s ease;padding-left:0;padding-right:4px}.slider-nav{margin-top:24px;display:grid;grid-auto-flow:column;justify-content:center}.prev:hover>img{padding-left:0;padding-right:4px}.next:hover>img{padding-left:4px;padding-right:0}.dot{height:8px;width:8px;margin:4px;background-color:#d1d5d9;border-radius:50%;display:inline-block;transition:background-color .6s ease;place-self:center}.dot.active{background-color:#0a6cb9}.fade{-webkit-animation-name:fade;-webkit-animation-duration:1.5s;animation-name:fade;animation-duration:1.5s}@-webkit-keyframes fade{from{opacity:0}to{opacity:1}}@keyframes fade{from{opacity:0}to{opacity:1}}