.trust {
    position: relative;
    overflow: hidden
}

.trust__container {
    position: relative
}

.trust__main {
    position: relative;
    overflow: hidden
}

@media (min-width: 1200px) {
    .trust__container:hover .trust__stat-item {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .trust__main {
        padding-bottom: 44.977%;
        max-height: 100vh
    }
}

.trust__main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--dark-50);
    pointer-events: none
}

.trust__main > .container {
    position: relative
}

.trust__bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.trust__bg iframe, .trust__bg img, .trust__bg video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.trust__content {
    padding: 8px 0;
    min-height: 141px
}

@media (min-width: 576px) {
    .trust__content {
        min-height: 361px
    }
}

.trust__title {
    line-height: 1;
    color: var(--white)
}

@media (min-width: 1200px) {
    .trust__content {
        position: absolute;
        top: 0;
        left: 20px;
        z-index: 1;
        padding: 70px 0;
        width: calc(50vw - 12px);
        max-width: 840px
    }

    .trust__title {
        line-height: .904
    }

    .trust__title br {
        display: none
    }
}

.trust__description {
    margin-top: 15px;
    line-height: 1.625
}

.trust__stat .container {
    padding: 0
}

.trust__stat-grid {
    height: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns:repeat(2, 1fr)
}

.trust__stat-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 12px 12px 11px
}

@media (min-width: 1200px) {
    .trust__description {
        margin-top: 30px;
        line-height: 1.41
    }

    .trust__stat {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: calc(50vw - 12px);
        max-width: 948px
    }

    .trust__stat .container {
        height: 100%
    }

    .trust__stat-item {
        padding: 24px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        -webkit-transition: -webkit-transform var(--transition);
        transition: -webkit-transform var(--transition);
        transition: transform var(--transition);
        transition: transform var(--transition), -webkit-transform var(--transition)
    }
}

@media (max-width: 1199.98px) {
    .trust__stat-item:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        background-color: var(--black-70)
    }

    .trust__stat-item:nth-child(2) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        background-color: var(--black-70)
    }

    .trust__stat-item:nth-child(3) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        background-color: var(--primary)
    }

    .trust__stat-item:nth-child(4) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        background-color: var(--primary)
    }
}

.trust__stat-title {
    font-size: var(--text-size-20);
    font-family: var(--secondary-font);
    font-weight: var(--fw-normal);
    color: var(--white)
}

@media (min-width: 1440px) {
    .trust__stat-title {
        font-size: var(--text-size-48)
    }
}

.trust__stat-number {
    font-size: var(--text-size-36);
    font-family: var(--secondary-font);
    font-weight: var(--fw-normal);
    color: var(--white)
}

@media (min-width: 1440px) {
    .trust__stat-number {
        font-size: 128px
    }
}

.trust__stat-text {
    color: var(--white);
    font-size: var(--text-size-12);
    font-weight: var(--fw-normal);
    line-height: var(--lh-default)
}

@media (min-width: 1200px) {
    .trust__stat-item:nth-child(1), .trust__stat-item:nth-child(4) {
        background-color: var(--primary-70)
    }

    .trust__stat-item:nth-child(2), .trust__stat-item:nth-child(3) {
        background-color: var(--black-40)
    }

    .trust__stat-item:nth-child(1), .trust__stat-item:nth-child(2) {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .trust__stat-item:nth-child(3), .trust__stat-item:nth-child(4) {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .trust__stat-text {
        font-size: var(--text-size-24);
        line-height: 1.41
    }
}
