.hs-carousel-wrapper{align-items:center;display:flex;width:100%}.hs-carousel-arrow-container{align-items:center;display:flex;justify-content:center;width:5%}.hs-carousel-viewport{overflow:hidden;width:90%}.hs-carousel-track{display:flex;gap:16px;transition:transform .5s ease-in-out;will-change:transform}.hs-carousel-slide-group{box-sizing:border-box;display:flex;flex:0 0 100%}.hs-carousel-card{background:#fff;border-radius:20px;box-shadow:0 10px 20px rgba(0,0,0,.05);box-sizing:border-box;display:flex;flex:0 0 calc(25% - 12px);flex-direction:column;text-align:left;transition:transform .3s ease,box-shadow .3s ease;width:auto}.hs-carousel-card img{border-radius:20px 20px 0 0;height:200px;margin-bottom:16px;max-height:200px;max-width:100%;object-fit:cover;width:auto}.hs-carousel-card h3{color:#005eb8!important;font-size:18px;font-weight:700;margin:20px 20px 0}.hs-carousel-card p{color:#666;flex-grow:1;font-size:14px;line-height:1.6;margin:20px 20px 0}.hs-carousel-btn{background-color:#005eb8;border-radius:50px;color:#fff;display:inline-block;font-weight:500;margin:0 20px 20px;padding:12px 20px;text-align:center;text-decoration:none;transition:background-color .3s ease}.hs-carousel-btn:hover{background-color:#0041a8;color:#fff}.hs-carousel-arrow{background-color:#f3f8ff;border:none;border-radius:1px;color:#005eb8;cursor:pointer;font-size:30px;padding:12px;z-index:2}.hs-carousel-arrow:focus,.hs-carousel-arrow:hover{background-color:#f3f8ff;color:#0041a8}.hs-carousel-arrow.left{margin-right:10px}.hs-carousel-arrow.right{margin-left:10px}@media (max-width:1024px){.hs-carousel-card{flex:0 0 calc(50% - 8px)}}@media (max-width:600px){.hs-carousel-card{flex:0 0 100%}.hs-carousel-wrapper{padding:0!important}}