.newsroom_hero_wrap {
    height: 621px;
}
.hesai_hero_wrap figure img {
    object-position:0 70%;
}
.news_featured_wrap {
    margin-top: -211px;
    margin-bottom: 60px;
    position: relative;
    max-width: 1012px;
    margin-left: auto;
    margin-right: auto;
}
.news_featured_slider {
    
}
.featured_card {
    display: grid;
    grid-template-columns:602px 410px;
}
.featured_card.news_card figure {
    height: 392px;
}
.featured_card.news_card .context {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.featured_card.news_card .context h5, .featured_card.news_card .context .description {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical; 
    display: -webkit-box;
}
.featured_card.news_card .context .description {
    min-height: 84px;
}
.featured_card.news_card .context .tags {
    height: 24px;
    overflow: hidden;
}
.news_card {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}
.news_card figure {
    height: 100%;
    width:100%;
}
.news_card figure img {
    height:100%;
    width: 100%;
    object-fit: cover;
}
.news_card .context {
    background-color: #1B1A20;
    padding: 24px 23px 24px;
}
.news_card .context .tagline {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.031em;
    color: #989898;
    margin-bottom: 24px;
    text-transform: uppercase;
}
.news_card .context .tagline a {
    color: #989898;
}
.news_card .context h5 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: var(--clarity-text);
    margin-bottom: 14px;
    text-transform: uppercase;
}
.news_card .context .description {
    font-size: 14px;
    line-height: 21px;
    color: #707070;
    margin-bottom: 28px;
}
.tags {
    margin-bottom: 15px;
}
/* .tags ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 7px;
}
.tags ul li {
    font-size: 14px;
    line-height: 18px;
    color: var(--clarity-text);
    letter-spacing: 0.031em;
    text-transform: uppercase;
    background-color: var(--creative-bg);
    padding:3px 10px;
    border-radius: 30px;
} */
.date {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: var(--clarity-text);
    opacity: 0.4;
    /* text-decoration: underline; */
}

/* Controls */
.product_nav {
    margin-top: 54px;
}
.product_nav .progress_bar .status {
    background-color:var(--power-bg);
}
.customize-tools .controls {
    justify-content: center;
    top: auto;
    gap: 164px;
    bottom: 0;
}
.customize-tools .controls li a {
    border-color: var(--power-bg);
}
.customize-tools .controls li a:hover {
    border-color:var(--power-bg);
    background-color:var(--clarity-bg);
}
.cta-small .arrow .line {
    background-color: var(--power-bg);
}
.cta-small .arrow .line svg path {
    stroke: var(--power-bg);
}
.customize-tools .controls li[aria-disabled="true"] {
    pointer-events: none;
    opacity: 0.3;
}

/* Latest News */
.latest_news_wrap {
    
}
.latest_news_wrap .news_header {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    margin-bottom: 50px;
}
.latest_news_wrap .news_header .titlebar {
    letter-spacing: 0.2em;
}

.filter_wrap {
    display: flex;
    gap: 16px;
}
.filter_wrap .select_date {
    position: relative;
}
.filter_wrap .select_date input {
    border: #D3D3D3 1px solid;
    padding:11px 38px 11px 20px;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--power-text);
    font-family: 'Maven Pro';
    font-weight: 400;
    vertical-align: middle;
    width: 100%;
}
.filter_wrap .select_date input:focus {
    outline: none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: var(--power-text); opacity: 1;
  }
  ::-moz-placeholder { /* Firefox 19+ */
    color: var(--power-text); opacity: 1;
  }
  :-ms-input-placeholder { /* IE 10+ */
    color: var(--power-text); opacity: 1;
  }
  :-moz-placeholder { /* Firefox 18- */
    color: var(--power-text); opacity: 1;
  }
.filter_wrap .select_date span {
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px;
    padding: 2px 12px;
    cursor: pointer;
    /* background-color: var(--clarity-bg); */
    background: url(../images/calendar.svg) no-repeat;
    background-position: center center;
    background-size: 18px;
    overflow: hidden;
    text-indent: -10000px;
    width: 38px;
    
}
/* .filter_wrap .select_date .select2-selection__arrow {
    width: auto;
    padding: 10px 12px;
}
.filter_wrap .select_date .select2-selection__arrow b {
    display: none;
}
.filter_wrap .select_date .select2-selection__arrow::after {
content: "CALENDAR";
font-size: 14px;
line-height: 14px;
color:var(--power-text);
} */
.news_articles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.news_articles .news_card figure {
    height: 210px;
    background-color: #000;
}
.news_articles .news_card .context {
    padding: 20px 23px 15px;
}
.news_articles .news_card .context .tagline {
    margin-bottom: 12px;
}
.news_articles .news_card .context h5 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
    text-transform: inherit;
    letter-spacing: normal;
    min-height: 60px;

    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; 
    display: -webkit-box;
}
.news_articles .news_card .context h5 strong,
.news_articles .news_card .context h5 b {
    font-weight: 500;
}
.news_articles .news_card .context .tags {
    height: 24px;
    overflow: hidden;
}
.latest_news_wrap .load_more {
    margin-top: 56px;
}


/* Awards */
.awards_wrap .titlebar {
    letter-spacing: 0.2em;
}
.awards_lists_wrap.cards_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    row-gap: 47px;
    margin-top: 46px;
    margin-bottom: 56px;
}
.cards_wrap .card h5 {
    font-size: 14px;
    line-height: 18px;
    min-height: 36px;
    text-transform: inherit;
    letter-spacing: normal;
}
.awards_lists_wrap.cards_wrap .card .context {
    padding: 20px 23px 15px;
    user-select: none;
}
.awards_lists_wrap.cards_wrap .card:focus {
    outline: none;
}
.awards_lists_wrap.cards_wrap .card figure:focus-visible,
.awards_lists_wrap.cards_wrap .card .context:focus-visible {
    outline: none;
}


/* Responsive */
@media screen and (max-width:1199px){
    .news_featured_wrap {
        max-width: 950px;
    }
    .featured_card {
        grid-template-columns: 60% 40%;
    }
    .news_articles {
        gap: 16px;
    }
    .news_articles .news_card figure {
        height: 170px;
    }

}

@media screen and (max-width:991px){
.news_featured_wrap {
    max-width: 750px;
}
.news_articles {
    grid-template-columns: repeat(2, 1fr);
}
.latest_news_wrap .news_header {
    flex-wrap: wrap;
    gap: 20px;
}
.latest_news_wrap .news_header .titlebar {
    text-align: center;
    width: 100%;
}
.cards_wrap .card .context {
    padding: 20px 20px;
}
.awards_lists_wrap.cards_wrap {
    grid-template-columns: repeat(2, 1fr);   
}
.news_articles .news_card figure {
    height: 190px;
}
.featured_card {
    grid-template-columns: 50% 50%;
}
.latest_news_wrap .news_header {
    justify-content: center;

}
.filter_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
}
.filter_wrap .select_type .select_dropdown {
    min-width:auto;
    max-width: 100%;
    width: 100%;
}

}

@media screen and (max-width:767px){
    .newsroom_hero_wrap {
        height: 400px;
    }
    .hesai_hero_wrap figure img {
        object-position: 25% 25%;
    }
    .news_featured_wrap {
        max-width: 508px;
        margin-top: -84px;
    }
    .news_articles, .awards_lists_wrap.cards_wrap {
        max-width: 508px;
        width: 100%;
        margin-inline: auto;
    }
    .awards_lists_wrap.cards_wrap {
        row-gap: 16px;
    }
    .filter_wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    .select_dropdown {
        min-width: auto;
        max-width: 100%;
        width: 100%;
    }
    .featured_card {
        grid-template-columns: 100%;
    }
    .featured_card.news_card figure {
        height: 268px;
    }
    .news_articles .news_card figure {
        height:136px;
    }
    .awards_wrap .titlebar {
        text-align: center;
    }
    .filter_wrap .select_date {
        grid-row: 2 / 2;
        grid-column: span 2;
    }
    .news_articles .news_card .context .tagline {
        min-height: 34px;
    }

    }

    @media screen and (max-width:539px){
        .featured_card.news_card figure {
            height: 168px;
        }

        .news_articles, .awards_lists_wrap.cards_wrap {
            grid-template-columns: repeat(1, 1fr);
            justify-content: center;
        }
        .news_card, .cards_wrap .card {
            max-width: 100%;
            width: 100%;
            margin-inline: auto;
        }
        .news_articles .news_card figure {
            height: 210px;
        }
        .cards_wrap .card figure {
            height: auto;
        }
        .filter_wrap {
            grid-template-columns: repeat(1, 1fr);
            max-width: 384px;
        }
        .filter_wrap .select_date {
            grid-row: 3 / 3;
            grid-column: span 1;
        }
        .news_articles .news_card .context .tagline {
            min-height: auto;
        }
        
    }
    @media screen and (max-width:411px){
    .news_articles .news_card figure {
        height: 190px;
    }
}