.cardscontentcarousel{display:flex;flex-direction:column;gap:2rem}.cardscontentcarousel__heading{color:#303aae}.cardscontentcarousel__wrapper{align-items:center;display:flex;gap:.5rem;justify-content:center}.cardscontentcarousel__clip{max-width:626px;overflow:hidden;width:min(100%,626px)}.cardscontentcarousel__track{display:flex;gap:0;transition:transform .4s ease;will-change:transform}.cardscontentcarousel__card{border-radius:16px;box-shadow:0 2px 8px 0 #14191f33;box-sizing:border-box;display:flex;flex:0 0 calc(100% - 16px);flex-direction:column;gap:1.5rem;margin:8px;padding:1.5rem;width:calc(100% - 16px)}.cardscontentcarousel__card-image{border-radius:8px;max-height:188px;object-fit:cover;width:100%}.cardscontentcarousel__card-label{background-color:#e9f3fd;border-radius:4px;color:#303aae;font-size:.875rem;line-height:1.125rem;padding:.125rem .25rem;width:fit-content}.cardscontentcarousel__card-title{color:#252525}.cardscontentcarousel__card-text{color:#353535;font-size:.875rem;line-height:1.25rem}.cardscontentcarousel__cta{background-color:#fff;border:1px solid #303aae;border-radius:8px;color:#303aae;padding:.5rem 1rem;text-decoration:none;width:fit-content}.cardscontentcarousel__cta:active,.cardscontentcarousel__cta:focus,.cardscontentcarousel__cta:hover{background-color:#303aae;border:1px solid #fff;color:#fff;text-decoration:none}.cardscontentcarousel__arrow{align-items:center;cursor:pointer;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.cardscontentcarousel__arrow,.cardscontentcarousel__arrow:focus,.cardscontentcarousel__arrow:hover{background-color:transparent;border:none}.cardscontentcarousel__arrow:disabled{background-color:transparent;cursor:default;opacity:0;pointer-events:none}.cardscontentcarousel__dots{display:flex;flex-direction:row;gap:1rem;justify-content:center}.cardscontentcarousel__dot,.cardscontentcarousel__dot:active,.cardscontentcarousel__dot:focus,.cardscontentcarousel__dot:hover{background-color:#9e9e9e;border:none;border-radius:50%;cursor:pointer;height:10px;padding:0;text-decoration:none;transition:background-color .2s ease;width:10px}.cardscontentcarousel__dot.active,.cardscontentcarousel__dot.active:active{background-color:#303aae}@media (max-width:767px){.cardscontentcarousel__arrow{display:none}}