.landing-section[data-v-0a390124] {
    padding-top: var(--section-spacing-lg)
}

.logo-wrapper[data-v-709e92e8] {
    align-items: center;
    background: linear-gradient(180deg, #ffffff05, #fff0);
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
    display: flex;
    height: 100px;
    padding: 2rem
}

@media (min-width:768px) {
    .logo-wrapper[data-v-709e92e8] {
        border-bottom: none;
        border-image-slice: 1;
        border-image-source: var(--vertical-line-gradient);
        border-left: 1px solid;
        height: 100%;
        justify-content: center
    }
}

.logo-wrapper a[data-v-709e92e8] {
    display: block;
    filter: grayscale(100%);
    height: 80%;
    position: relative;
    transition: filter .4s ease;
    width: 100%
}

@media (min-width:768px) {
    .logo-wrapper a[data-v-709e92e8] {
        height: 100%;
        max-height: 24%;
        max-width: 60%;
        padding: 1.5rem;
        width: 100%
    }
}

.logo-wrapper a img[data-v-709e92e8] {
    height: 100%;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 0
}

@media (min-width:768px) {
    .logo-wrapper a img[data-v-709e92e8] {
        width: 100%
    }
}

@keyframes splide-loading {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(1turn)
    }
}

.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.splide__track--fade>.splide__list>.splide__slide {
    margin: 0 !important;
    opacity: 0;
    z-index: 0
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
    opacity: 1;
    z-index: 1
}

.splide--rtl {
    direction: rtl
}

.splide__track--ttb>.splide__list {
    display: block
}

.splide__container {
    box-sizing: border-box;
    position: relative
}

.splide__list {
    backface-visibility: hidden;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important
}

.splide.is-initialized:not(.is-active) .splide__list {
    display: block
}

.splide__pagination {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    pointer-events: none
}

.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto
}

.splide:not(.is-overflow) .splide__pagination {
    display: none
}

.splide__progress__bar {
    width: 0
}

.splide {
    position: relative;
    visibility: hidden
}

.splide.is-initialized,
.splide.is-rendered {
    visibility: visible
}

.splide__slide {
    backface-visibility: hidden;
    box-sizing: border-box;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative
}

.splide__slide img {
    vertical-align: bottom
}

.splide__spinner {
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
    display: none
}

.splide__toggle.is-active .splide__toggle__pause {
    display: inline
}

.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0
}

.logos-wrapper {
    display: grid;
    gap: 3%;
    grid-template-columns: repeat(calc(var(--testimonials)*.5), minmax(0, 1fr))
}

@media (min-width:768px) {
    .logos-wrapper {
        gap: 5%;
        grid-template-columns: repeat(var(--testimonials), minmax(0, 1fr))
    }
}

@media (min-width:1024px) {
    .logos-wrapper {
        gap: 8%
    }
}

.logos-wrapper img {
    margin-bottom: 40px;
    max-height: 22px
}

@media (min-width:768px) {
    .logos-wrapper img {
        margin-bottom: 0;
        max-height: 24px
    }
}

@media (min-width:1024px) {
    .logos-wrapper img {
        max-height: 28px
    }
}

.slider-nav-button {
    align-items: center;
    -moz-column-span: 1;
    column-span: 1;
    display: flex;
    filter: grayscale(100%);
    margin: -12px;
    opacity: .4;
    padding: 12px;
    transition: opacity .3s ease, filter .3s ease
}

.slider-nav-button.active,
.slider-nav-button:hover {
    opacity: 1
}

.progress-bar {
    background-color: #ffffff0a;
    border-radius: 4px;
    height: 2px;
    position: relative;
    width: 100%
}

.progress-bar .bar__inner {
    background-color: #fff3;
    border-radius: 2px;
    height: 2px;
    left: 0;
    opacity: .4;
    position: absolute;
    top: 0;
    transform: scaleX(0);
    transform-origin: left;
    width: 100%
}

@keyframes progress {
    0% {
        transform: scaleX(0)
    }
    to {
        transform: scale(1)
    }
}

.loading-placeholder[data-v-05505f49] {
    --accents-1: 255, 255, 255;
    --accents-1-opacity: .1;
    --accents-2: 255, 255, 255;
    --accents-2-opacity: .16;
    --duration: 4.2s;
    animation: background-animation-05505f49 4.2s linear infinite;
    animation: background-animation-05505f49 var(--duration) linear infinite;
    background-image: linear-gradient(290deg, #ffffff1a, #ffffff29, #ffffff1a, #ffffff29, #ffffff1a);
    background-image: linear-gradient(290deg, rgba(var(--accents-1), var(--accents-1-opacity)), rgba(var(--accents-2), var(--accents-2-opacity)), rgba(var(--accents-1), var(--accents-1-opacity)), rgba(var(--accents-2), var(--accents-2-opacity)), rgba(var(--accents-1), var(--accents-1-opacity)));
    background-size: 400% 100%;
    border-radius: 6px;
    display: block;
    width: 100%
}

@keyframes background-animation-05505f49 {
    0% {
        background-position: 200% 0
    }
    to {
        background-position: -200% 0
    }
}

.table-row[data-v-f7118778] {
    display: flex;
    font-size: 13px
}

.table-row.table-row--header[data-v-f7118778]>* {
    color: #ffffff80;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .2em;
    text-transform: uppercase
}

a[data-v-f7118778] {
    transition: opacity .3s ease
}

a[data-v-f7118778]:hover {
    opacity: .7
}

.table-row[data-v-f7118778]>* {
    border: 1px solid hsla(0, 0%, 100%, .1);
    border-top: none;
    padding: 1rem;
    width: 16.6666666667%
}

.table-row[data-v-f7118778]>:not(first-child) {
    border-left: none
}

.grid-right-blur[data-v-67539593] {
    position: relative
}

@media (max-width:1000px) {
    .grid-right-blur[data-v-67539593]:after {
        background: linear-gradient(270deg, #0c0c0e, #0c0c0e00);
        content: "";
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 50px
    }
}

.grid-scroll-wrapper[data-v-67539593] {
    -ms-overflow-style: none;
    overflow: auto;
    scrollbar-width: none
}

.grid-scroll-wrapper[data-v-67539593]::-webkit-scrollbar {
    display: none
}

.audit-grid[data-v-67539593] {
    background: radial-gradient(98.35% 98.35% at 8.8% 9.87%, #33333d33 0, #3939461f), #0c0c0eb3;
    min-width: 900px
}

.img-text-card[data-v-a6b6920c] {
    background: rgb(var(--cl-backdrop));
    display: flex;
    flex-direction: column;
    position: relative
}

.asset-wrapper[data-v-a6b6920c] {
    --depth: 0px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
    flex-grow: 1;
    height: 320px;
    left: 0;
    position: relative;
    top: 0;
    width: 100%
}

.asset-wrapper[data-v-a6b6920c]>* {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    width: 100%
}

.asset-wrapper[data-v-a6b6920c]:after {
    box-shadow: 0 0 20px rgb(var(--cl-backdrop)) inset;
    content: "";
    height: 100%;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.icon-circle[data-v-969b3d52] {
    --diameter: 6rem;
    align-items: center;
    background: radial-gradient(46.67% 46.67% at 26.53% 24.03%, #2b2b32 0, #17171b);
    border-radius: 50%;
    box-shadow: 0 4px 10px #0f1012;
    display: flex;
    height: 6rem;
    height: var(--diameter);
    justify-items: center;
    transition: transform .2s ease-out;
    width: 6rem;
    width: var(--diameter)
}

@media (min-width:1024px) {
    .icon-circle[data-v-969b3d52] {
        --diameter: 7.5rem
    }
}

.floating-circle-wrapper[data-v-d6a43baf] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative
}

.floating-circle-wrapper[data-v-d6a43baf]:after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.blog-row-item[data-v-e2ad7abd] {
    display: block;
    padding: 1.5rem 1.75rem
}

.blog-row-item~.blog-row-item[data-v-e2ad7abd] {
    border-top: none
}

.code-bg-wrapper[data-v-cb86e767]:after {
    background: linear-gradient(180deg, #131316, #13131600);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}