@keyframes hero-kb-fade{0%{opacity:0}6.25%{opacity:1}25%{opacity:1}31.25%{opacity:0}to{opacity:0}}@keyframes hero-kb-pan-br{0%{transform:scale(1.05) translate(-3%,-3%)}to{transform:scale(1.14) translate(3%,3%)}}@keyframes hero-kb-pan-tl{0%{transform:scale(1.05) translate(3%,3%)}to{transform:scale(1.14) translate(-3%,-3%)}}@keyframes hero-kb-zoom-in{0%{transform:scale(1.05) translate(0)}to{transform:scale(1.16) translate(0)}}@keyframes hero-kb-pan-tr{0%{transform:scale(1.05) translate(-3.5%,2%)}to{transform:scale(1.14) translate(3.5%,-2%)}}.hero-kb-slide{opacity:0;animation-name:hero-kb-fade;animation-duration:16s;animation-iteration-count:infinite;animation-timing-function:ease-in-out}.hero-kb-img{animation-duration:8s;animation-iteration-count:infinite;animation-timing-function:ease-in-out;animation-direction:alternate;will-change:transform}.hero-kb-img.kb-pan-br{animation-name:hero-kb-pan-br}.hero-kb-img.kb-pan-tl{animation-name:hero-kb-pan-tl}.hero-kb-img.kb-zoom-in{animation-name:hero-kb-zoom-in}.hero-kb-img.kb-pan-tr{animation-name:hero-kb-pan-tr}@media (prefers-reduced-motion:reduce){.hero-kb-img,.hero-kb-slide{animation:none!important}.hero-kb-slide.hero-kb-first{opacity:1}.hero-kb-img{transform:scale(1.05)}}