.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: wrap;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 3;
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    border-radius: 45%;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    border-radius: 45%;
  }
}
.latest-news {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(55% - 0.5rem) 1rem calc(45% - 0.5rem);
  grid-template-columns: calc(55% - 0.5rem) calc(45% - 0.5rem);
  -ms-grid-rows: 1fr 1rem 1fr 1rem 1fr;
  grid-template-rows: repeat(3, 1fr);
  gap: 1rem;
}
.latest-news > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.latest-news > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.latest-news > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.latest-news > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.latest-news > *:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.latest-news > *:nth-child(6) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
@media (max-width: 991.98px) {
  .latest-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.latest-news-item {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  overflow: hidden;
  background-color: #004f7e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.latest-news-item:hover {
  background-color: #337298;
}
.latest-news-item:hover .image {
  background-color: rgba(54, 54, 54, 0.5);
}
.latest-news-item:hover .image .date {
  display: block;
}
.latest-news-item:hover .drawer a .title {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  text-shadow: 0px 3px 1px rgba(0, 0, 0, 0.1);
}
.latest-news-item .image {
  position: relative;
  background-size: cover;
  background-position: center;
}
.latest-news-item .image a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
}
.latest-news-item .image a .date {
  color: #363636 !important;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  font-size: 12px !important;
  font-weight: 600;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 4px 6px 3px;
  border-radius: 0px;
  bottom: 0px;
  left: 0px;
  line-height: 1 !important;
}
.latest-news-item .drawer {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.latest-news-item .drawer a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  padding: 20px;
  height: 100%;
  gap: 10px;
  font-weight: 400;
}
.latest-news-item .drawer a .title {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  color: #fff;
  line-height: 1.3;
}
.latest-news-item:nth-child(1) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1/span 3;
}
.latest-news-item:nth-child(1) .image {
  aspect-ratio: 3/2;
}
.latest-news-item:nth-child(1) .drawer {
  height: 100%;
}
.latest-news-item:nth-child(1) .drawer .title {
  font-size: 24px;
}
.latest-news-item:nth-child(2), .latest-news-item:nth-child(3), .latest-news-item:nth-child(4) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-grid-column: 2;
  grid-column: 2;
}
@media (max-width: 767.98px) {
  .latest-news-item:nth-child(2), .latest-news-item:nth-child(3), .latest-news-item:nth-child(4) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.latest-news-item:nth-child(2) .image, .latest-news-item:nth-child(3) .image, .latest-news-item:nth-child(4) .image {
  width: 50%;
  aspect-ratio: 3/2;
}
@media (max-width: 767.98px) {
  .latest-news-item:nth-child(2) .image, .latest-news-item:nth-child(3) .image, .latest-news-item:nth-child(4) .image {
    width: auto;
  }
}
.latest-news-item:nth-child(2) .image a, .latest-news-item:nth-child(3) .image a, .latest-news-item:nth-child(4) .image a {
  text-decoration: none;
}
.latest-news-item:nth-child(2) .drawer, .latest-news-item:nth-child(3) .drawer, .latest-news-item:nth-child(4) .drawer {
  width: 50%;
}
@media (max-width: 767.98px) {
  .latest-news-item:nth-child(2) .drawer, .latest-news-item:nth-child(3) .drawer, .latest-news-item:nth-child(4) .drawer {
    width: auto;
  }
}
.latest-news-item:nth-child(2) .drawer .title, .latest-news-item:nth-child(3) .drawer .title, .latest-news-item:nth-child(4) .drawer .title {
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .latest-news-item:nth-child(2) .drawer .title, .latest-news-item:nth-child(3) .drawer .title, .latest-news-item:nth-child(4) .drawer .title {
    font-size: 20px;
  }
}
.latest-news-item:nth-child(2) {
  -ms-grid-row: 1;
  grid-row: 1;
}
.latest-news-item:nth-child(3) {
  -ms-grid-row: 2;
  grid-row: 2;
}
.latest-news-item:nth-child(4) {
  -ms-grid-row: 3;
  grid-row: 3;
}