.services-cards-module{box-sizing:border-box;padding:12px 0 0;width:100%}.services-cards-grid{align-items:stretch;display:grid;gap:24px;grid-template-columns:1fr}.service-card-v2{background:#fff;border:1px solid #d9e1ee;border-radius:20px;box-sizing:border-box;display:flex;flex-direction:column;padding:24px 24px 22px;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;width:100%}.service-card-v2:hover{border-color:#c9d6ea;box-shadow:0 14px 28px rgba(16,24,40,.1);transform:translateY(-4px)}.service-card-v2__title{color:#24275b;font-size:24px;font-weight:700;letter-spacing:-.02em;line-height:1.15;margin:0 0 14px}.service-card-v2__description{color:#2f3b6a;font-size:17px;line-height:1.6}.service-card-v2__description>:first-child{margin-top:0}.service-card-v2__description>:last-child{margin-bottom:0}.service-card-v2__description p{margin:0 0 10px}.service-card-v2__description ol,.service-card-v2__description ul{margin:0;padding-left:22px}.service-card-v2__description li{margin:0 0 8px}.service-card-v2__actions{padding-top:18px}.service-card-v2__cta{align-items:center;color:#24275b;display:inline-flex;gap:12px;text-decoration:none;width:fit-content}.service-card-v2__cta-text{color:#24275b;font-size:18px;font-weight:700;line-height:1.2}.service-card-v2__cta-arrow{display:inline-block;flex:0 0 18px;height:12px;position:relative;transition:transform .2s ease;width:18px}.service-card-v2__cta-arrow:before{background:#24275b;border-radius:2px;content:"";height:2px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:14px}.service-card-v2__cta-arrow:after{border-right:2px solid #24275b;border-top:2px solid #24275b;content:"";height:7px;position:absolute;right:1px;top:50%;transform:translateY(-50%) rotate(45deg);transform-origin:center;width:7px}.service-card-v2__cta:hover .service-card-v2__cta-text{color:#038aff}.service-card-v2__cta:hover .service-card-v2__cta-arrow:before{background:#038aff}.service-card-v2__cta:hover .service-card-v2__cta-arrow:after{border-right-color:#038aff;border-top-color:#038aff}.service-card-v2__cta:hover .service-card-v2__cta-arrow{transform:translateX(4px)}@media (min-width:768px){.services-cards-grid{grid-template-columns:repeat(var(--columns),minmax(0,1fr))}}@media (max-width:1279px){.service-card-v2{padding:22px 22px 20px}.service-card-v2__title{font-size:22px;margin-bottom:12px}.service-card-v2__description{font-size:16px}.service-card-v2__cta-text{font-size:17px}}@media (max-width:767px){.services-cards-grid{gap:20px;grid-template-columns:1fr}.service-card-v2{border-radius:18px;min-height:auto;padding:24px 22px}.service-card-v2__title{font-size:20px}.service-card-v2__cta-text{font-size:16px}.service-card-v2__cta-arrow{flex:0 0 16px;height:10px;width:16px}.service-card-v2__cta-arrow:before{width:12px}.service-card-v2__cta-arrow:after{height:6px;width:6px}}