.hero-page-case-article {
    padding-top: 72px;
    position: relative;
    background: #121212;
    padding-bottom: 64px;
    margin-bottom: 52px;
}

.hero-page-case-article .page-width {
    position: relative;
    z-index: 2;
}

.hero-page-case-article .hero-page-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 550px;
    position: absolute;
    z-index: 1;
}

.hero-page-case-article .hero-page-img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #121212 0%, rgba(15, 15, 15, 0.86) 41.57%, rgba(0, 0, 0, 0.3) 100%)
}

.hero-page-case-article .logo {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 66px;
    justify-content: center;
    width: 245px;
    margin: 72px auto 55px;
}

.hero-page-case-article .logo img {
    aspect-ratio: auto;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.hero-page-case-article .hero-title {
    font-weight: 600;
    font-size: 64px;
    line-height: 72px;
    text-align: center;
    letter-spacing: -2px;
    /*text-transform: uppercase;*/
    color: #FFFFFF;
    max-width: 1032px;
    margin: auto;
}

/*.hero-page-case-article .hero-title span {*/
    /*background: linear-gradient(277.18deg, #7BE8C9 38.73%, #B9F7D8 55.72%, #FF6251 82.13%);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    /*background-clip: text;*/
    /*text-fill-color: transparent;*/
    /*white-space: nowrap;*/
/*}*/
/*v4 case*/
.hero-page-case-article .hero-title span {
   color: #D8F31F;
}

.hero-page-case-article .details-container {
    border-top: 1px solid #2A2A2B;
    /*border-bottom: 1px solid #2A2A2B;*/
    padding: 20px 66px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    max-width: 1032px;
    margin:60px auto 0;

}

.hero-page-case-article .details-container .title {
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #888888;
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 1;
    margin-bottom: 6px;
    margin-top: 2px;
}

.hero-page-case-article .details-container .title span {
    margin-right: 6px;

}

.hero-page-case-article .details-container .subtitle {
    font-size: 18px;
    line-height: 24px;
    color: #3CFECF;
    padding-left: 22px;
}

.hero-page-case-article .container-txt {
    max-width: 1238px;
    margin: auto;
}

.hero-page-case-article .bottom-content {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-gap: 56px;
    width: fit-content;
    margin: auto;
}
@media (max-width: 1350px) {
    .hero-page-case-article .bottom-content {
        grid-gap: 26px;
    }
}

.hero-page-case-article .bottom-content .column_nr {
    padding: 0;
    overflow: hidden;
}

.hero-page-case-article .bottom-content .column_nr .nr_title {
    font-weight: 900;
    font-size: 132px;
    line-height: 91px;
    letter-spacing: -6px;
    background: -webkit-linear-gradient(150deg, #6BEDC8 28.79%, #B9F6D8 53.33%, #FF5742 88.7%);
    -webkit-background-clip: text;
    -webkit-text-stroke: 3px transparent;
    color: #121212;
    text-align: center;
    padding: 0 15px;
    transform: translateY(130%);
    transition: transform 1.5s cubic-bezier(.22, 1, .36, 1) 0s;
}
.hero-page-case-article .bottom-content .column_nr .nr_title.medium{
    font-size: 128px;
    line-height: 98px;
}
.hero-page-case-article .bottom-content .column_nr .nr_title.small{
    font-size: 95px;
    line-height: 73px;
}


.hero-page-case-article .bottom-content .column_nr.load .nr_title {
    transform: translateY(0);
}

.hero-page-case-article .bottom-content .column_nr .nr_content {
    -webkit-box-shadow: 0px -18px 13px 0px rgba(18, 18, 18, 1);
    -moz-box-shadow: 0px -18px 13px 0px rgba(18, 18, 18, 1);
    box-shadow: 0px -18px 13px 0px rgba(18, 18, 18, 1);
    background: #121212;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #FFFFFF;
    transform: translateY(130%);
    transition: transform 1.5s cubic-bezier(.22, 1, .36, 1) 0s;
}

.hero-page-case-article .bottom-content .column_nr.load .nr_content {
    transform: translateY(0);
}

@media (min-width: 1024px) and (max-width: 1200px) {

    .hero-page-case-article .hero-page-img {
        height: 557px;
    }

    .hero-page-case-article .logo {
        margin-bottom: 48px;
    }

    .hero-page-case-article .hero-title {
        /*font-size: 60px;*/
        /*line-height: 54px;*/
    }

    .hero-page-case-article .details-container {
        padding-left: 0;
        padding-right: 0;
    }

    .hero-page-case-article .bottom-content .column_nr .nr_title {
        font-size: 128px;
        line-height: 98px;
    }
    .hero-page-case-article .bottom-content .column_nr .nr_title.medium{
        font-size: 98px;
        line-height: 80px;
    }
    .hero-page-case-article .bottom-content .column_nr .nr_title.small{
        font-size: 77px;
        line-height: 58px;
    }
    .hero-page-case-article .bottom-content .column_nr .nr_content {
        font-size: 18px;
    }

    /*.hero-page-case-article {*/
        /*padding-bottom: 90px;*/
    /*}*/
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hero-page-case-article .hero-page-img {
        height: 503px;
    }

    .hero-page-case-article .logo {
        margin-bottom: 48px;
    }

    .hero-page-case-article .hero-title {
        font-size: 48px;
        line-height: 56px;
    }

    .hero-page-case-article .details-container {
        margin-top: 64px;
        margin-bottom: 0;
        padding: 20px 35px 0;
        justify-content: space-between;
    }

    .hero-page-case-article .bottom-content .column_nr .nr_title {
        font-size: 88px;
        line-height: 66px;
    }
    .hero-page-case-article .bottom-content .column_nr .nr_title.medium{
        font-size: 74px;
        line-height: 62px;
    }
    .hero-page-case-article .bottom-content .column_nr .nr_title.small{
        font-size: 64px;
        line-height: 52px;
    }
    .hero-page-case-article .bottom-content .column_nr .nr_content {
        font-size: 14px;
    }

    .hero-page-case-article .bottom-content {
        justify-content: space-around;
    }
    .hero-page-case-article {
        padding-bottom: 56px;
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .hero-page-case-article .hero-page-img{
        height: 389px;
    }
    .hero-page-case-article .logo{
        margin-top: 64px;
        margin-bottom: 48px;

    }
    .hero-page-case-article .hero-title{
        font-size: 48px;
        line-height: 56px;
    }
    .hero-page-case-article .hero-title span{
        white-space: break-spaces;
    }
    .hero-page-case-article .details-container{
        margin-top: 48px;
        margin-bottom: 0;
        padding: 56px 0 0;
        display: grid;
        /*grid-template-columns: repeat(2, 1fr);*/
        grid-gap: 20px;
        text-align: center;
        justify-content: center;
    }
    .hero-page-case-article .details-container .title{
        text-align: center;
        justify-content: center;
    }
    .hero-page-case-article .bottom-content{
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 48px;
        display: grid;
    }
    .hero-page-case-article .bottom-content .column_nr .nr_title {
        font-size: 88px;
        line-height: 66px;
    }

    .hero-page-case-article .bottom-content .column_nr .nr_title.small{
          font-size: 70px;
          line-height: 52px;
      }
    .hero-page-case-article .bottom-content .column_nr .nr_title.medium{
        font-size: 80px;
        line-height: 62px;
    }
    .hero-page-case-article .bottom-content .column_nr .nr_content {
        font-size: 14px;
    }

    .hero-page-case-article .bottom-content {
        justify-content: space-around;
    }
    .hero-page-case-article {
        padding-bottom: 56px;
        margin-bottom: 24px;
    }
    .hero-page-case-article .bottom-content .column_nr {

        display: inline-flex;
        justify-content: center;
    }
    .hero-page-case-article .details-container .subtitle{
        padding-left: 0;
    }
}