.elc-news-home {
  padding-bottom: 50px;
}
.elc-news-home .common-center {
  justify-content: center;
  align-items: center;
}
.elc-news-home a {
  text-decoration: none;
}
.elc-news-home .title-block {
  font-weight: 600;
  padding-bottom: 5px;
  text-transform: uppercase;
  color: #222222;
  position: relative;
  --background: linear-gradient(270deg, #DB3332 0%, rgba(219, 51, 50, 0) 97.49%);
  margin-bottom: 32px;
  font-size: 24px;
}
@media (max-width: 576px) {
  .elc-news-home .title-block {
    margin-bottom: 24px;
    font-size: 18px;
  }
}
.elc-news-home .title-block.blue {
  --background: linear-gradient(270deg, #03206B 0%, rgba(3, 32, 107, 0) 97.49%);
}
.elc-news-home .title-block::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  transform: rotate(-180deg);
  background: var(--background);
}
.elc-news-home .featured-news {
  padding-top: 40px;
}
@media (max-width: 576px) {
  .elc-news-home .featured-news {
    padding-top: 20px;
  }
}
.elc-news-home .featured-news .ratio-custom {
  --aspect-ratio:61%;
}
.elc-news-home .featured-news .ratio-custom img {
  border-radius: 12px;
}
.elc-news-home .featured-news .ratio-custom .content {
  left: 0px;
  bottom: 0px;
  right: 0;
  font-weight: 600;
  background: linear-gradient(180deg, rgba(3, 32, 107, 0) 0%, #03206B 95.77%);
  border-radius: 0px 0px 12px 12px;
  padding: 70px 22px 20px;
  font-size: 18px;
}
@media (max-width: 576px) {
  .elc-news-home .featured-news .ratio-custom .content {
    padding: 40px 11px 10px;
    font-size: 16px;
  }
}
.elc-news-home .featured-news .ratio-custom .content .category {
  text-transform: uppercase;
  font-size: 14px;
}
@media (max-width: 576px) {
  .elc-news-home .featured-news .ratio-custom .content .category {
    font-size: 12px;
  }
}
.elc-news-home .featured-news .list-item .item {
  border-bottom: 1px solid #D7DFE3;
  padding-top: 21px;
  padding-bottom: 22px;
}
@media (max-width: 576px) {
  .elc-news-home .featured-news .list-item .item {
    padding-top: 10px;
    padding-bottom: 11px;
  }
}
.elc-news-home .featured-news .list-item .item:first-child {
  padding-top: 0;
}
.elc-news-home .featured-news .list-item .item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.elc-news-home .featured-news .list-item .item .category {
  text-transform: uppercase;
  color: #1C9AD6;
  font-size: 14px;
  margin-bottom: 8px;
}
.elc-news-home .featured-news .list-item .item .content {
  font-weight: 600;
  color: #222222;
  font-size: 18px;
}
@media (max-width: 576px) {
  .elc-news-home .featured-news .list-item .item .content {
    font-size: 16px;
  }
}
.elc-news-home .hot-news {
  margin-top: 48px;
}
@media (max-width: 576px) {
  .elc-news-home .hot-news {
    margin-top: 20px;
  }
}
.elc-news-home .hot-news .item-left {
  border: 1px solid #D7DFE3;
  border-radius: 12px;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .elc-news-home .hot-news .item-left {
    margin-bottom: 15px;
  }
}
.elc-news-home .hot-news .item-left .ratio-custom {
  --aspect-ratio: 60%;
  max-width: 377px;
}
.elc-news-home .hot-news .item-left .content {
  color: #222222;
  padding: 18px 10px 10px 20px;
  font-size: 14px;
}
@media (max-width: 576px) {
  .elc-news-home .hot-news .item-left .content {
    padding: 9px 5px 5px 10px;
  }
}
.elc-news-home .hot-news .item-left .content .news___category {
  text-transform: uppercase;
  color: #1C9AD6;
}
.elc-news-home .hot-news .item-left .content .news___title {
  font-weight: 600;
  font-size: 16px;
  padding-top: 15px;
}
@media (max-width: 576px) {
  .elc-news-home .hot-news .item-left .content .news___title {
    font-size: 14px;
    padding-top: 10px;
  }
}
.elc-news-home .hot-news .item-left .content .news___time {
  font-weight: 500;
  color: #D7DFE3;
  padding: 15px 0 10px;
}
@media (max-width: 576px) {
  .elc-news-home .hot-news .item-left .content .news___time {
    padding: 7px 0 5px;
  }
}
.elc-news-home .hot-news .list-right .item {
  border-bottom: 1px solid #D7DFE3;
  margin-top: 35px;
  padding-bottom: 35px;
}
@media (max-width: 576px) {
  .elc-news-home .hot-news .list-right .item {
    margin-top: 15px;
    padding-bottom: 15px;
  }
}
.elc-news-home .hot-news .list-right .item:last-child {
  border-bottom: 0;
}
.elc-news-home .hot-news .list-right .item .category {
  font-size: 14px;
  text-transform: uppercase;
  color: #1C9AD6;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .elc-news-home .hot-news .list-right .item .category {
    margin-bottom: 10px;
  }
}
.elc-news-home .hot-news .list-right .item .category:first-child {
  margin-top: 45px;
}
@media (max-width: 576px) {
  .elc-news-home .hot-news .list-right .item .category:first-child {
    margin-top: 25px;
  }
}
.elc-news-home .hot-news .list-right .item .title-news {
  font-weight: 500;
  text-transform: uppercase;
  color: #222222;
  font-size: 18px;
}
@media (max-width: 576px) {
  .elc-news-home .hot-news .list-right .item .title-news {
    font-size: 16px;
  }
}
.elc-news-home .newsletter {
  margin-top: 20px;
}
@media (max-width: 576px) {
  .elc-news-home .newsletter {
    margin-top: 5px;
  }
}
.elc-news-home .newsletter .newsletter-item .document-storage-grid {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  gap: 2%;
}
.elc-news-home .newsletter .newsletter-item .w-33 {
  max-width: 33.33333333%;
}
.elc-news-home .newsletter .newsletter-item .big-item {
  border-radius: 12px;
  --aspect-ratio:61%;
}
.elc-news-home .newsletter .newsletter-item .big-item .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(3, 32, 107, 0) 0%, #03206B 95.77%);
  border-radius: 0px 0px 12px 12px;
  color: #FFFFFF;
  font-size: 14px;
  padding: 55px 5px 10px 20px;
}
@media (max-width: 576px) {
  .elc-news-home .newsletter .newsletter-item .big-item .content {
    padding: 30px 5px 10px 10px;
  }
}
.elc-news-home .newsletter .newsletter-item .big-item .content .news___category {
  text-transform: uppercase;
}
.elc-news-home .newsletter .newsletter-item .big-item .content .news___title {
  font-weight: bold;
  font-size: 18px;
  margin: 3px 0;
}
@media (max-width: 576px) {
  .elc-news-home .newsletter .newsletter-item .big-item .content .news___title {
    font-size: 16px;
  }
}
.elc-news-home .newsletter .newsletter-item .sub-item .form-data {
  margin-top: 30px;
}
@media (max-width: 576px) {
  .elc-news-home .newsletter .newsletter-item .sub-item .form-data {
    margin-top: 15px;
  }
}
.elc-news-home .newsletter .newsletter-item .sub-item .form-data .ratio-custom {
  max-width: 120px;
  --aspect-ratio:66.66%;
}
.elc-news-home .newsletter .newsletter-item .sub-item .form-data .content {
  font-size: 14px;
  font-weight: 500;
  margin-left: 16px;
}
@media (max-width: 576px) {
  .elc-news-home .newsletter .newsletter-item .sub-item .form-data .content {
    margin-left: 10px;
  }
}
.elc-news-home .newsletter .newsletter-item .sub-item .form-data .content .news___title {
  color: #000000;
}
.elc-news-home .newsletter .newsletter-item .sub-item .form-data .content .news___time {
  color: #D7DFE3;
  margin-top: 10px;
}
@media (max-width: 576px) {
  .elc-news-home .newsletter .newsletter-item .sub-item .form-data .content .news___time {
    margin-top: 8px;
  }
}
.elc-news-home img.thumbnail {
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.7s;
}
.elc-news-home .video-block .big-item .ratio-custom {
  --aspect-ratio:106%;
}
.elc-news-home .video-block .big-item .ratio-custom .content {
  background: linear-gradient(180deg, rgba(3, 32, 107, 0) 0%, #03206B 95.77%);
  border-radius: 0px 0px 12px 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 70px 8px 8px;
}
@media (max-width: 576px) {
  .elc-news-home .video-block .big-item .ratio-custom .content {
    padding: 30px 5px 5px;
  }
}
.elc-news-home .video-block .big-item .content {
  font-size: 14px;
}
.elc-news-home .video-block .big-item .content .news___category {
  text-transform: uppercase;
  color: #1C9AD6;
  padding-top: 20px;
}
@media (max-width: 576px) {
  .elc-news-home .video-block .big-item .content .news___category {
    padding-top: 10px;
  }
}
.elc-news-home .video-block .big-item .content .news___title {
  font-weight: 600;
  color: #222222;
  font-size: 18px;
}
@media (max-width: 576px) {
  .elc-news-home .video-block .big-item .content .news___title {
    font-size: 16px;
  }
}
.elc-news-home .video-block .big-item .content .news___time {
  padding-top: 5px;
  font-weight: 500;
  color: #D7DFE3;
}
.elc-news-home .video-block .sub-item {
  margin-top: 24px;
}
@media (max-width: 576px) {
  .elc-news-home .video-block .sub-item {
    margin-top: 12px;
  }
}
.elc-news-home .video-block .sub-item .form-data .ratio-custom {
  max-width: 120px;
  --aspect-ratio:66.66%;
}
.elc-news-home .video-block .sub-item .form-data .content {
  font-weight: 500;
  font-size: 14px;
  margin-left: 16px;
}
@media (max-width: 576px) {
  .elc-news-home .video-block .sub-item .form-data .content {
    margin-left: 10px;
  }
}
.elc-news-home .video-block .sub-item .form-data .content .news___title {
  color: #000000;
}
.elc-news-home .video-block .sub-item .form-data .content .news___time {
  padding-top: 10px;
  color: #D7DFE3;
}
.elc-news-home .news___time img {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}