.service-cards-module{width:100%}.service-cards-inner{position:relative}.service-cards-track-wrap{overflow:hidden;width:100%}.service-cards-track{align-items:stretch;display:grid;gap:12px;grid-template-columns:repeat(5,minmax(0,1fr))}.service-card{background:#f2f3f5;border-radius:8px;display:flex;flex-direction:column;height:100%;min-width:0;overflow:hidden}.service-card__media{aspect-ratio:1.4/1;background:#dfe3e8;overflow:hidden;position:relative}.service-card__media img{display:block;height:100%;object-fit:cover;width:100%}.service-card__content{display:flex;flex:1;flex-direction:column;gap:18px;justify-content:space-between;padding:20px 16px}.service-card__title{color:#1f2937;font-size:1.3rem;font-weight:700;line-height:1.2;margin:0}.service-card__actions{margin-top:auto}#serviceCardsTrack .service-card__actions .service-card__button{align-items:center;background:transparent;border:1px solid #0f9aa8;border-bottom-right-radius:999px;border-top-left-radius:999px;color:#1f2937;display:inline-flex;font-size:.875rem;justify-content:center;line-height:1;min-height:44px;padding:10px 22px;text-decoration:none;transition:background-color .2s ease,color .2s ease,border-color .2s ease}#serviceCardsTrack .service-card__actions .service-card__button:focus,#serviceCardsTrack .service-card__actions .service-card__button:hover{background:#0f9aa8;border-color:#0f9aa8;color:#fff}.service-cards-controls{align-items:center;display:none;gap:14px;justify-content:center;margin-top:18px}.service-cards-module.is-carousel .service-cards-controls{display:flex}.service-cards-arrow{align-items:center;background:#fff;border:1px solid #c9d1d9;border-radius:999px;color:#1f2937;cursor:pointer;display:inline-flex;height:42px;justify-content:center;transition:opacity .2s ease,background-color .2s ease,color .2s ease;width:42px}.service-cards-arrow:focus,.service-cards-arrow:hover{background:#0f9aa8;color:#fff}.service-cards-arrow.is-disabled{cursor:not-allowed;opacity:.45}.service-cards-dots{align-items:center;display:flex;gap:8px;justify-content:center}.service-cards-dot{background:#cfd6dd;border:0;border-radius:999px;cursor:pointer;height:10px;padding:0;transition:transform .2s ease,background-color .2s ease;width:10px}.service-cards-dot.is-active{background:#0f9aa8;transform:scale(1.1)}.service-cards-module.is-carousel .service-cards-track{display:flex;gap:12px;transition:transform .35s ease;will-change:transform}.service-cards-module.is-carousel .service-card{flex:0 0 calc(20% - 9.6px)}@media (max-width:991px){.service-cards-track{grid-template-columns:repeat(3,minmax(0,1fr))}.service-cards-module.is-carousel .service-card{flex:0 0 calc(33.33333% - 8px)}.service-card__content{padding:18px 14px}.service-card__title{font-size:.8rem}}@media (max-width:767px){.service-cards-track{grid-template-columns:1fr}.service-cards-module.is-carousel .service-card{flex:0 0 100%}.service-card__title{font-size:1rem}.service-cards-controls{gap:10px;margin-top:14px}.service-cards-arrow{height:38px;width:38px}}