.features-column {
    background: #121212;
    width: 100%;
}
.features-column.player-page{
    margin-top: 80px;
}

.features-column .three_card_column_inner {
    max-width: 1366px;
    padding: 156px 64px;
    margin: auto;
}

.features-column .top-content {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 80px;
    align-items: flex-end;
}

.features-column .top-content .title h2 {
    font-weight: 600 !important;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -2px;
    color: #FFFFFF;
}

.features-column .top-content .title h2 .dif-font {
    font-weight: 600 !important;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -2px;
    background: linear-gradient(#3CFECF,#3CFECF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.features-column .top-content .title {
    width: calc(100% / 12 * 8);
    flex-grow: 8;
    margin-right: calc(100% / 12 * 1);

}

.features-column .top-content .btn-wraper {
    width: calc(100% / 12 * 3);
    flex-grow: 3;
    margin-bottom: 10px;
}

.features-column .top-content .btn-wraper .btn-color {
    width: 100%;
    height: 48px;
    background: #FF5742;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #FFFFFF;
    justify-content: center;
    margin: 0;
    border-radius: 0;
}

.features-column .column_cards {
    display: flex;
    margin-bottom: 80px;
}

.features-column .column_cards .column_card {
    width: 25%;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: left;
    padding-right: 24px;
}

.features-column .column_cards .column_card .img {
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
}

.features-column .column_cards .column_card .lower_content {

}

.features-column .column_cards .column_card .card_title {
    font-weight: 600 !important;
    font-size: 22px;
    line-height: 32px;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.features-column .column_cards .column_card .card_content {
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: flex-end;
    color: #888888;

}

.features-column .video-content {
    margin-bottom: 124px;
    display: flex;
    width: 100%;
}

.features-column .video-content .left-content {
    width: 75%;
    float: left;
    display: flex;
}

.features-column .video-content .right-content {
    width: 25%;
    float: left;
    padding-left: 21px;
}

.features-column .bottom-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.features-column .bottom-content .column_nr {
    padding: 0 44px;
    overflow: hidden;
}

.features-column .bottom-content .column_nr .lower_content {
}

.features-column .bottom-content .column_nr .nr_title {
    font-weight: 900;
    font-size: 182px;
    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;
    text-transform: uppercase;
    transform: translateY(130%);
    transition: transform 1.5s cubic-bezier(.22, 1, .36, 1) 0s;
}
.features-column .bottom-content .column_nr.load .nr_title {
    transform: translateY(0);
}
.features-column .bottom-content .column_nr .nr_content {
    -webkit-box-shadow: 14px -17px 9px 0px rgb(18 18 18);
    -moz-box-shadow: 14px -17px 9px 0px rgb(18 18 18);
    box-shadow: 14px -17px 9px 0px rgb(18 18 18);
    background: #121212;
    text-align: center;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: #FFFFFF;
    transform: translateY(130%);
    transition: transform 1.5s cubic-bezier(.22, 1, .36, 1) 0s;
}
.features-column .bottom-content .column_nr.load .nr_content {
    transform: translateY(0);
}
.player-page.features-column .top-content {
    flex-direction: column;
    align-items: flex-start;
}

.player-page.features-column .top-content .title {
    max-width: 670px;
    margin-bottom: 48px;
}

.player-page.features-column .top-content .title h2 {
    color: #000;
}
.features-column .video-content .left-content .mobile_only{
    display: none;
}
@media (min-width: 1024px) and (max-width: 1200px) {
    .features-column .top-content {
        flex-direction: column;
        margin-bottom: 64px;
        align-items: flex-start;
    }

    .features-column .top-content .title {
        width: 100%;
        flex-grow: initial;
        margin-right: 0;
        margin-bottom: 48px;
    }

    .features-column .top-content .btn-wraper {
        width: 100%;
        max-width: 300px;
        flex-grow: initial;
        margin-bottom: 0;
    }

    .features-column .column_cards .column_card {
        width: 50%;
        flex-grow: 5;
        margin-bottom: 44px;
    }

    .features-column .column_cards {
        flex-wrap: wrap;
        margin-bottom: 36px;
    }

    .features-column .bottom-content .column_nr .nr_title {
        font-size: 110px;
        line-height: 93px;
    }

    .features-column .bottom-content .column_nr {
        padding: 0 26px;
    }

    .features-column .column_cards .column_card .card_content {
        max-width: 432px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .features-column .three_card_column_inner {
        padding: 140px 32px;
    }
    .player-page.features-column .top-content .title{
        margin-bottom: 32px;
    }
    .features-column .top-content {
        flex-direction: column;
        margin-bottom: 48px;
        align-items: flex-start;
    }

    .features-column .top-content .title h2, .features-column .top-content .title h2 .dif-font {
        width: 100%;
        flex-grow: initial;
        margin-right: 0;
        margin-bottom: 32px;
        font-size: 40px;
        line-height: 48px;
    }

    .features-column .top-content .btn-wraper {
        width: 100%;
        max-width: 288px;
        flex-grow: initial;
        margin-bottom: 0;
    }

    .features-column .column_cards .column_card {
        width: 50%;
        flex-grow: 5;
        margin-bottom: 32px;
    }

    .features-column .column_cards {
        flex-wrap: wrap;
        margin-bottom: 36px;
    }

    .features-column .bottom-content .column_nr .nr_title {
        font-size: 84px;
        line-height: 74px;
        -webkit-text-stroke: 3px transparent;
    }

    .features-column .bottom-content .column_nr {
        padding: 0 24px;
    }

    .features-column .bottom-content .column_nr:first-of-type {
        padding-left: 0;
    }

    .features-column .bottom-content .column_nr:last-of-type {
        padding-right: 0;
    }

    .features-column .column_cards .column_card .card_content {
        max-width: 336px;
    }

    .features-column .video-content {
        margin-bottom: 80px;
    }

    .features-column .bottom-content .column_nr .nr_content {
        font-size: 18px;
        line-height: 28px;
    }

    .player-page.features-column .three_card_column_inner {
        padding: 140px 32px 0;
    }
    .features-column .video-content .left-content .mobile_only{
        display: block;
    }
    .features-column .video-content .left-content .desktop_only{
        display: none;
    }
    .player-page.features-column .video-content .left-content{
        max-width: 423px;
        margin: auto;
    }
    .player-page.features-column .video-content{
        padding-bottom: 0;
    }
    .features-column .top-content .title {
        width: 100%;
        flex-grow: 1;
        margin-right: 0;

    }
    .player-page.features-column .video-content .left-content,.player-page.features-column .video-content .right-content{
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .features-column .three_card_column_inner {
        padding: 80px 20px;
    }

    .features-column .top-content {
        flex-direction: column;
        margin-bottom: 40px;
        align-items: flex-start;
    }

    .features-column .top-content .title {
        width: 100%;
        flex-grow: initial;
        margin-right: 0;
    }

    .features-column .top-content .title h2, .features-column .top-content .title h2 .dif-font {
        width: 100%;
        flex-grow: initial;
        margin-right: 0;
        margin-bottom: 40px;
        font-size: 36px;
        line-height: 40px;
    }

    .features-column .top-content .btn-wraper {
        width: 100%;
        max-width: 400px;
        flex-grow: initial;
        margin-bottom: 0;
    }
    .features-column .top-content .btn-wraper .btn{
        width: 100%;
    }
    .features-column .column_cards .column_card {
        width: 100%;
        flex-grow: 10;
        margin-bottom: 32px;
        flex-direction: row;
    }

    .features-column .column_cards {
        flex-wrap: wrap;
        margin-bottom: 32px;
    }

    .features-column .column_cards .column_card .img {
        width: 32px;
        height: 32px;
        margin-bottom: 0;
        margin-right: 16px;
    }

    .features-column .column_cards .column_card .img img {
        min-width: 32px;
    }

    .features-column .column_cards .column_card .card_title {
        font-size: 18px;
        line-height: 28px;
    }

    .features-column .bottom-content .column_nr .nr_title {
        font-size: 100px;
        line-height: 87px;
        -webkit-text-stroke: 3px transparent;
    }

    .features-column .bottom-content .column_nr {
        padding: 0 24px 56px;
    }

    .features-column .column_cards .column_card .card_content {
        max-width: 336px;
        font-size: 14px;
        line-height: 20px;
    }

    .features-column .video-content {
        margin-bottom: 80px;
    }

    .features-column .bottom-content .column_nr .nr_content {
        font-size: 20px;
        line-height: 24px;
        -webkit-box-shadow: 0px -18px 9px 0 rgb(18 18 18);
        -moz-box-shadow: 0px -18px 9px 0 rgba(18, 18, 18, 1);
        box-shadow: 0px -18px 9px 0 rgb(18 18 18);
    }

    .features-column .video-content .left-content {
        display: none;
    }

    .features-column .video-content .right-content {
        width: 100%;
        padding: 0;
        text-align: center;
        max-width: 250px;
        margin: auto;
    }

    .features-column .video-content .right-content img {
        width: 100%;
    }

    .features-column .bottom-content {
        flex-direction: column;
    }
    .player-page.features-column .three_card_column_inner{
        padding: 80px 0 0;
    }
    .player-page.features-column .top-content .title h2 .dif-font{
        width: 100%;
        flex-grow: initial;
        margin-right: 0;
        margin-bottom: 40px;
        font-size: 36px;
        line-height: 40px;
    }
    .player-page.features-column .top-content .title{
        margin-bottom: 8px;
    }
    .player-page.features-column .column_cards .column_card{
        padding-right: 0;
    }
    .player-page.features-column .column_cards{
       margin-bottom: 16px;
    }
    .player-page.features-column .video-content{
        padding-bottom: 0;
    }
    .player-page.features-column .video-content .left-content{
        display: block;
    }
    .player-page.features-column .video-content .left-content .mobile_only{
        display: block;
        width: 100%;
    }
    .player-page.features-column .video-content .left-content,.player-page.features-column .video-content .right-content{
        display: none;
    }
    .features-column.player-page{
        padding-left: 20px;
        padding-right: 20px;
    }
}
