.section.services {
    padding-bottom: 8.75rem
}

.service-wrapper {
    z-index: 10;
    position: relative;
}

.spacer-24 {
    width: 100%;
    height: 1.5rem
}

.spacer-32 {
    width: 100%;
    height: 2rem
}

.spacer-40.mobile-24 {
    height: 1.5rem
}

.spacer-40.mobile-32 {
    height: 2rem
}

.spacer-86 {
    width: 100%;
    height: 5.38rem
}

.title-1 {
    font-size: 4.25rem;
    font-weight: 700;
    line-height: 120%
}

.title-1.color-white {
    color: var(--white)
}

.title-2 {
    font-size: 3.62rem;
    font-weight: 700;
    line-height: 140%
}

.title-2.v2 {
    line-height: 120%
}

.title-3 {
    font-size: 3.13rem;
    font-weight: 700;
    line-height: 140%
}

.title-5 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 140%;
}

.text-normal-12 {
    font-size: .75rem;
    line-height: 140%
}

.text-normal-16 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 160%
} 

.color-white {
    color: white;
}

.title-5.color-white {
    align-self: auto;
    justify-content: center;
    align-items: flex-start;
    margin-top: 40px;
    display: block;
}

span.line {
    display: block;
    text-align: start;
    width: 100%;
}

span.word {
    display: inline-block;
    translate: none;
    rotate: none;
    scale: none;
    transform: translate(0px, 0px);
}

.col-item.services-item {
    transform-origin: 50%;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    transform: perspective(1000px);
}

.arrow-34 {
    flex: none;
    justify-content: center;
    align-items: center;
    width: 2.13rem;
    height: 2.13rem;
    display: flex
}

.arrow-34.services-item__arrow {
    opacity: 0;
    will-change: opacity, margin;
    margin-left: -3rem;
    margin-right: .88rem;
    transition-property: opacity, margin;
    transition-duration: .5s, .5s;
    transition-timing-function: ease, ease;
    transform: rotate(45deg)
}


.card-v1 {
    border: 1px solid #0c2c43;
    background-color: #1f1f1f;
    border-radius: 1.63rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 27.5rem;
    padding: 3rem;
    transition: border-color .5s;
    display: flex;
    position: relative
}

.card-inner {
    z-index: 1;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    position: relative
}

.card-bg {
    border-radius: inherit;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    inset: 0%;
    overflow: hidden
}

.card-bg__static {
    object-fit: cover;
    border-radius: inherit;
    will-change: opacity;
    width: 100%;
    height: 100%;
    transition-property: opacity;
    transition-duration: .5s;
    transition-timing-function: ease;
    position: absolute;
    inset: 0%
}


.card-bg__hover {
    opacity: 0;
    object-fit: cover;
    border-radius: inherit;
    will-change: opacity;
    width: 100%;
    height: 100%;
    transition-property: opacity;
    transition-duration: .5s;
    transition-timing-function: ease;
    position: absolute;
    inset: 0%
}

.card-bg__mobile {
    object-fit: cover;
    border-radius: inherit;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    inset: 0%
}

.services-item:hover {
    border: 1px solid #00aaff;
    border-radius: 1.63rem;
}

.services .card-v1:before {
    opacity: 0;
    transition: opacity 0.5s ease;
    will-change: opacity;
}

[data-grid-attr='grid-item-1'] {
    max-width: 31.125rem;
}

[stroke-gr]:before {
    content: '';
    position: absolute;
    inset: 0px;
    border-radius: inherit;
    border: 1px solid transparent;
    background-clip: border-box;
    -webkit-mask: var(--full) padding-box, var(--full);
    -webkit-mask-composite: xor;
    mask: var(--full) padding-box exclude, var(--full);
    pointer-events: none;
    background: var(--stroke-gr) border-box;
    z-index: 1;
}

.w-embed:before,
.w-embed:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-embed:after {
    clear: both
}

.w-inline-block:hover:after {
    opacity: 0;
    transition: opacity 0.3s ease;
}

@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
    .services .card-v1:hover {
    border-color: transparent;
    }
    .services .card-v1:hover:before {
    opacity: 1;
    }
    .services .card-v1:hover .card-bg__static {
    opacity: 0;
    }
    .services .card-v1:hover .card-bg__hover {
    opacity: 1;
    }
    .services .card-v1:hover .services-item__arrow {
    margin-left: 0;
    opacity: 1;
    }
}

@media (hover: none) and (pointer: coarse) {
    .services .card-v1 {
    border-color: transparent;
    }
    .services .card-v1:before {
    opacity: 1;
    }
}