.section-performance .page-width {
    padding: 36px 64px 70px;
    max-width: 1366px;
    margin: auto;
}

.section-performance .page-width .top-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 48px;
}

.section-performance .top-content h2 {
    font-weight: 600 !important;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -2px;
    color: #121212;
    max-width: 700px;
    margin-bottom: 16px;
}

.section-performance .top-content h2 .grey {
    color: #888888;
    display: block;
}

.section-performance .top-content .subtitle {
    font-size: 22px;
    line-height: 32px;
    color: #5C5C5C;
    margin-bottom: 0;
}

.section-performance .top-content .column_cards {
    margin-top: 48px;
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    column-gap: 0;
}

.section-performance .column_cards .title {
    font-weight: 900 !important;
    font-size: 180px;
    line-height: 136px;
    letter-spacing: -10px;
    background: -webkit-linear-gradient(#3CFECF,#3CFECF);
    -webkit-background-clip: text;
    -webkit-text-stroke: 4px transparent;
    color: #121212;
    text-align: center;
    padding: 0 15px 0 0;
    text-transform: uppercase;
    display: block;
    width: fit-content;
    position: relative;
    transform: translateY(130%);
    transition: transform 1.5s cubic-bezier(.22, 1, .36, 1) 0s;
}

.section-performance .column_cards .card-box {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.section-performance .column_cards .load .title {
    transform: translateY(0);
    overflow: hidden;
}

.section-performance .cont-t {
    display: flex;
    overflow: hidden;
}

.section-performance .column_cards .title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: -webkit-linear-gradient(90deg, #121212 5px, rgba(18, 18, 18, 0));
}

.section-performance .column_cards .title .small-txt {
    font-weight: 600;
    font-size: 28px;
    line-height: 28px;
    color: #FFFFFF;
    display: initial;
    margin-left: 8px;
}

.section-performance .bottom-line {
    width: 0;
    height: 24px;
    background: #3CFECF;
    margin-top: 7px;
    margin-bottom: 32px;
    transition: width 1s ease-in;
}

.section-performance .card-box:nth-of-type(2) .bottom-line {
    transition: width 1.5s ease-in;
}

.section-performance .load .bottom-line {
    width: 475px;

}

.section-performance .lead {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -1.5px;
    color: #888888;
}

.section-performance .small-txt {
    font-size: 16px;
    line-height: 24px;
    color: #888888;
    letter-spacing: normal;
}

.section-performance .xsmall-txt {
    font-size: 20px;
    line-height: 32px;
    color: #888888;
    font-weight: 300;
}

.section-performance .column_cards {
    background: #121212;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 56px 0;
    position: relative;
}

.section-performance .column_cards .card-box {
    padding: 0 48px;
    width: calc(50% - 1px / 2);
    position: relative;
}

.section-performance .column_cards:after {
    content: '';
    position: absolute;
    left: calc(50% - 1px / 2);
    top: 56px;
    width: 1px;
    height: calc(100% - 112px);
    background: #3e3e3e;

}

.section-performance .column_cards .card-box .subtitle {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #3CFECF;
    margin-bottom: 28px;
}

.section-performance .card-box .bottom-line-dark {
    height: 16px;
    background: #888888;
    width: 0;
    margin-top: 4px;
    transition: width 1.5s ease-in;
}

.section-performance .card-box:last-of-type .bottom-line-dark {
    width: 0;
}

.section-performance .card-box.load .bottom-line-dark {
    width: 118px;
}

.section-performance .card-box.load:last-of-type .bottom-line-dark {
    width: 35px;
}
.section-performance .top-content .btn.btn-green{
    font-size: 16px;
    letter-spacing: 3px;
}
@media (min-width: 1024px) and (max-width: 1300px) {
    .section-performance .page-width .top-content {
        flex-direction: column;
        align-items: flex-start;
        max-width: 655px;
        margin-bottom: 32px;
    }

    .top-content-right {
        margin-top: 32px;
    }

    .section-performance .column_cards .card-box:first-of-type {
        padding-right: 37px;
    }

    .section-performance .column_cards .card-box:last-of-type {
        padding-left: 37px;
        padding-right: 37px;
    }
    .section-performance .column_cards .card-box .subtitle{
        font-size: 14px;
        line-height: 24px;
    }
    .section-performance .column_cards .title{
        font-size: 156px;
        line-height: 119px;
        letter-spacing: -8px;
    }
    .section-performance .load .bottom-line{
        width: 363px;
    }
    .section-performance .card-box.load .bottom-line-dark{
        width: 90px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .section-performance .page-width{
        padding-left: 32px;
        padding-right: 32px;
    }
    .section-performance .page-width .top-content {
        flex-direction: column;
        align-items: flex-start;
        max-width: 544px;
        margin-bottom: 40px;
        padding-top: 104px;
    }
    .section-performance.home-page-performance .page-width .top-content{
        padding-top: 0;
    }
    .top-content-right {
        margin-top: 32px;
    }
    .section-performance .top-content h2{
        font-size: 40px;
        line-height: 48px;
    }
    .section-performance .column_cards{
        flex-direction: column;
        padding: 0;
    }
    .section-performance .column_cards .card-box:first-of-type {
        padding: 0 40px 40px;
        width: 100%;
    }

    .section-performance .column_cards .card-box:last-of-type {
        padding: 40px 40px 48px;
        width: 100%;
    }
    .section-performance .column_cards:after {
        content: '';
        position: absolute;
        top: calc(50% - 1px / 2);
        left: 40px;
        width: calc(100% - 80px);
        height: 1px;
        background: #3e3e3e;
    }
    .section-performance .column_cards .card-box .subtitle{
        font-size: 14px;
        line-height: 24px;
    }
    .section-performance .column_cards .title{
        font-size: 112px;
        line-height: 85px;
        letter-spacing: -5px;
    }
    .section-performance .load .bottom-line{
        width: 100%;
    }
    .section-performance .card-box.load .bottom-line-dark{
        width: 90px;
    }
    .section-performance.embed-page-bk .column_cards .card-box:first-of-type,.section-performance.embed-page-bk .column_cards .card-box:last-of-type{
        padding-left: 0;
        padding-right: 0;
    }
    .section-performance.embed-page-bk .column_cards:after{
        width: 100%;
        left: 0;
    }
}
@media (max-width: 767px){
    .section-performance .page-width{
        padding:52px 20px;
    }
    .section-performance .page-width .top-content {
        flex-direction: column;
        align-items: flex-start;
        max-width: 544px;
        margin-bottom: 40px;
    }

    .top-content-right {
        margin-top: 32px;
    }
    .section-performance .top-content h2{
        font-size: 36px;
        line-height: 40px;
    }
    .section-performance .column_cards{
        flex-direction: column;
        padding: 0;
    }
    .section-performance .column_cards .card-box:first-of-type {
        padding: 48px 32px 40px 32px;
        width: 100%;
    }

    .section-performance .column_cards .card-box:last-of-type {
        padding: 40px 32px 48px 32px;
        width: 100%;
    }
    .section-performance .column_cards:after {
        content: '';
        position: absolute;
        top: calc(50% - 1px / 2);
        left: 32px;
        width: calc(100% - 59px);
        height: 1px;
        background: #3e3e3e;
    }
    .section-performance .column_cards .card-box .subtitle{
        font-size: 12px;
        line-height: 16px;
    }
    .section-performance .column_cards .title{
        font-size: 112px;
        line-height: 85px;
        letter-spacing: -5px;
    }
    .section-performance .load .bottom-line{
        width: 100%;
    }
    .section-performance .card-box.load .bottom-line-dark{
        width: 90px;
    }
    .section-performance.embed-page-bk .column_cards .card-box:first-of-type,.section-performance.embed-page-bk .column_cards .card-box:last-of-type{
        padding-left: 0;
        padding-right: 0;
    }
    .section-performance.embed-page-bk .column_cards .card-box:last-of-type{
        padding-bottom: 24px;
    }
    .section-performance.embed-page-bk .column_cards:after{
        width: 100%;
        left: 0;
    }
    .section-performance .small-txt{
        font-size: 14px;
        line-height: 14px;
        margin-left: 8px;
    }
    .section-performance .lead{
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .section-performance .top-content h2 .grey{
        display: inline;
    }
}