.asis-services-section,
.asis-services-section *{box-sizing:border-box}
.asis-services-section{position:relative;width:100%;overflow:hidden;background:#fff}
.asis-services-section::before{content:"";position:absolute;inset:0;pointer-events:none;z-index:0}
.asis-services-inner{position:relative;z-index:1;width:100%;margin:0 auto}
.asis-services-heading{margin:0 0 24px}
.asis-services-eyebrow{font-size:13px;font-weight:700;letter-spacing:.08em;margin-bottom:7px}
.asis-services-title{margin:0 0 8px;font-size:32px;line-height:1.2}
.asis-services-description{font-size:15px;line-height:1.7;color:#5f6b76}
.asis-services-slider{position:relative;width:100%}
.asis-services-viewport{width:100%;overflow:hidden;touch-action:pan-y}
.asis-services-track{display:flex;gap:10px;transition-property:transform;transition-timing-function:cubic-bezier(.22,.61,.36,1);will-change:transform}
.asis-service-card{position:relative;display:flex;flex-direction:column;min-width:0;flex:0 0 calc((100% - (var(--asis-per-view,6) - 1)*var(--asis-gap,10px))/var(--asis-per-view,6));overflow:hidden;text-decoration:none;background:#fff;color:inherit;transform:translateZ(0)}
.asis-card-image{position:relative;width:100%;height:154px;overflow:hidden;background:#e8edf1}
.asis-card-image::after{content:"";position:absolute;inset:0;pointer-events:none;opacity:0}
.asis-card-image img{display:block;width:100%;height:100%;object-fit:cover;transition-property:transform,opacity;transition-duration:400ms}
.asis-card-content{display:flex;flex-direction:column;justify-content:center;min-height:65px;padding:18px;background:#082d52;transition:background-color .3s ease}
.asis-card-mainline{display:flex;align-items:center;gap:13px;min-width:0}
.asis-card-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:26px;color:#fff;font-size:26px;line-height:1}
.asis-card-icon i{width:1em;text-align:center}
.asis-card-icon svg,.asis-card-icon img{display:block;width:26px;height:26px;object-fit:contain}
.asis-card-title{display:block;color:#fff;font-family:Arial,sans-serif;font-size:13px;font-weight:700;line-height:1.25;text-transform:uppercase;letter-spacing:.01em;overflow-wrap:anywhere}
.asis-card-description{margin-top:9px;color:rgba(255,255,255,.82);font-size:12px;line-height:1.5}
.asis-card-button{display:inline-flex;align-self:flex-start;margin-top:10px;padding:7px 11px;border:1px solid rgba(255,255,255,.55);border-radius:2px;color:#fff;font-size:11px;font-weight:600}
.asis-slider-arrow{position:absolute;top:50%;z-index:3;width:38px;height:38px;border:0;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#082d52;color:#fff;font-size:20px;line-height:1;cursor:pointer;transform:translateY(-50%);box-shadow:0 4px 14px rgba(0,0,0,.18)}
.asis-slider-prev{left:10px}.asis-slider-next{right:10px}
.asis-slider-dots{display:flex;justify-content:center;gap:7px;margin-top:14px}
.asis-slider-dot{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:#d1d8df;cursor:pointer}
.asis-slider-dot.is-active{background:#082d52}
.asis-services-slider.is-static .asis-services-track{transform:none!important;flex-wrap:wrap}
.asis-services-slider.is-dragging .asis-services-track{transition:none!important}
.asis-services-slider.is-dragging .asis-service-card{user-select:none;pointer-events:none}
@media(max-width:1024px){.asis-service-card{flex-basis:calc((100% - (var(--asis-per-view,3) - 1)*var(--asis-gap,10px))/var(--asis-per-view,3))}}
@media(max-width:767px){.asis-service-card{flex-basis:calc((100% - (var(--asis-per-view,1) - 1)*var(--asis-gap,10px))/var(--asis-per-view,1))}.asis-slider-arrow{width:34px;height:34px}}
