.herowrapper{max-width:1408px;width:100%;position:relative}.herowrapper .heroicon{height:44px;width:44px;border-radius:12px;padding:12px;background:#df6c06;color:#fff;text-align:center;line-height:50px;cursor:pointer;position:absolute;font-size:1.25rem;top:50%;z-index:1;transform:translateY(-50%);box-shadow:0 3px 6px rgba(0,0,0,.23)}.herowrapper .heroicon:first-child{left:-60px}.herowrapper .heroicon:last-child{right:-60px}.herowrapper .herocarousel{overflow-x:auto;scroll-behavior:smooth;display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% / 3) - 70px);gap:16px;scroll-snap-type:x mandatory}.herocarousel::-webkit-scrollbar{display:none}.herocarousel.no-transition{scroll-behavior:auto}.herocarousel.dragging{scroll-snap-type:none;scroll-behavior:auto}.herocarousel.dragging .herocard{cursor:grab;user-select:none}.herocarousel .herocard{height:400px;scroll-snap-align:start;padding:15px;border-radius:20px;display:flex;flex-direction:column}.herocard .heroimg{position:relative;overflow:hidden;height:290px;transition:height .4s,transform .3s ease!important}.herocard .heroimg img{object-fit:cover;width:100%;height:100%;transition:transform .3s ease}.herocarousel .herocard:hover{background-color:#fdde8a}.herocard:hover .heroimg{height:200px}@media screen and (max-width:1400px){.herowrapper .herocarousel{grid-auto-columns:calc((90% / 2) - 9px)}.herowrapper .heroicon:first-child{left:-40px}.herowrapper .heroicon:last-child{right:-40px}}@media screen and (min-width:1024px){.herocarousel .herocard{height:430px;background-color:transparent}.herocarousel .herocard:hover{background-color:#fdde8a}.herocard:hover .heroimg{height:200px}.herocarousel .herocard:hover .hero-text{opacity:1;max-height:40px;margin-top:32px}}@media screen and (max-width:800px){.herowrapper .herocarousel{grid-auto-columns:90%}.herowrapper .heroicon:first-child{left:-20px}.herowrapper .heroicon:last-child{right:-20px}}.heroscroll2[data-animated=true]{overflow:hidden}.heroscroll2[data-animated=true] .heroscrollInner{width:max-content;flex-wrap:nowrap;animation:scroll 40s linear infinite}@keyframes scroll{to{transform:translate(calc(-50% - .5rem))}}