.our-services-slider-root{position:relative;width:100%;overflow:hidden;scale:1}.our-services-card{display:flex;flex-direction:column;justify-content:space-between;border-radius:20px;padding:36px 28px 32px;aspect-ratio:1/1;scale:1;background:var(--theme-bg-secondary);border:1px solid transparent;transform-origin:center center;transition:scale .3s ease,background-color .25s ease,border-color .25s ease,box-shadow .35s cubic-bezier(.22,1,.36,1);cursor:pointer}.our-services-card:hover{background:var(--theme-bg-hover);border-color:rgba(255,255,255,.07);box-shadow:0 20px 44px -28px rgba(0,0,0,.55)}.our-services-card-icon{width:88px;height:88px;margin-bottom:18px;flex-shrink:0;background-size:contain;background-repeat:no-repeat;background-position:50%}.our-services-card-title{flex:1;display:flex;align-items:center;color:var(--theme-service-card-title);font-family:Bahnschrift,sans-serif;font-size:clamp(28px,2.6vw,36px);text-transform:uppercase;font-weight:300;font-stretch:condensed;line-height:1;margin-bottom:0;transition:color .2s ease;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.our-services-card:hover .our-services-card-title{color:var(--theme-text)}.our-services-card-desc{color:rgb(72,83,97);font-size:15px;line-height:1.55;letter-spacing:.04em;margin:0;height:70px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@keyframes svcContentIn{0%{opacity:0;transform:translateY(11px)}to{opacity:1;transform:translateY(0)}}.our-services-card-icon--animate{animation:svcContentIn .69s cubic-bezier(.22,1,.36,1) 0s both}.our-services-slider-root .swiper-pagination{position:absolute;bottom:0;left:50%;transform:translateX(-50%);display:flex;align-items:center;justify-content:center;width:auto;gap:3px;z-index:10;padding:7px 8px;background:rgba(25,38,51,.6);border-radius:9999px}.our-services-slider-root .swiper-pagination-bullet{width:6px;height:6px;margin:0;flex-shrink:0;border-radius:9999px;cursor:pointer;background:rgba(72,83,97,.6);opacity:1;transition:background .25s ease,width .25s ease,box-shadow .25s ease}.our-services-slider-root .swiper-pagination-bullet:hover{background:rgba(255,255,255,.5)}.our-services-slider-root .swiper-pagination-bullet-active{width:18px;background:#ff7700;box-shadow:0 0 0 1px rgba(255,119,0,.3)}html[data-theme=light] .our-services-slider-root .swiper-pagination{background:rgba(0,0,0,.08)}html[data-theme=light] .our-services-slider-root .swiper-pagination-bullet{background:rgba(20,31,43,.28)}html[data-theme=light] .our-services-slider-root .swiper-pagination-bullet:hover{background:rgba(20,31,43,.5)}html[data-theme=light] .our-services-slider-root .swiper-pagination-bullet-active{background:#ff7700;box-shadow:0 0 0 1px rgba(255,119,0,.3)}@media (max-width:767px){.our-services-slider-root .swiper-pagination{gap:2px;padding:5px 6px}.our-services-slider-root .swiper-pagination-bullet{width:4px;height:4px}.our-services-slider-root .swiper-pagination-bullet-active{width:12px}}