.head-title {
  font-family: "ubuntu-medium" !important;
  font-size: 24px;
  text-align: start;
  word-wrap: break-word;
  text-decoration: none;
  line-height: 32px;
  display: flex;
  letter-spacing: 0;
  color: #004990;
  width: 100%;
}


a {
  font-family: "ubuntu-medium" !important;
  background: transparent;
  width: fit-content;
  color: #004990;
  line-height: 22px;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 8px;
  font-size: 16px;

  text-decoration: none;
  text-decoration: none;
  cursor: pointer;
  color: #212121;
}
#researchGrid a{
    width:100%;
    height:100%;
}
h4 {
    letter-spacing: 0;
    font-family: "ubuntu-regular" !important;
    line-height: 28px !important;
    align-items: center;
    font-size: 20px !important;
    margin: 0 !important;
    padding: 0 !important;
    text-decoration: none;
    display: flex;
}
h3 {
  letter-spacing: 0;
  font-family: "ubuntu-regular" !important;
  color: #212121;
  line-height: 36px;
  align-items: center;
  font-size: 28px;
  margin: 0;
  padding: 0;

  text-decoration: none;
  display: flex;
}
.bulten-banner {
  display: flex;
  width: 100%;
  height: fit-content;
  gap: 16px;
  border: 1px solid #e0e0e0;
  border-radius: 24px;
  padding: 24px;
}
.bulten-banner .bulten-banner-text {
  width: 100%;

  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
}
.bulten-banner .bulten-banner-text .bulten-banner-button-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: fit-content;
}
.bulten-banner .bulten-banner-text .bulten-banner-button-wrapper .tag {
  border-radius: 20px;
  background-color: #f3f7fb;
  font-family: "ubuntu-medium" !important;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  color: #004990;
  line-height: 16px;
  padding: 4px 12px;
  font-size: 12px;

  text-decoration: none;
}
.bulten-banner-button-wrapper a {
  font-family: "ubuntu-medium" !important;
  background: transparent;
  width: fit-content;
  color: #212121;
  text-decoration: none;
  word-wrap: normal;
  white-space: nowrap;
  cursor: pointer;
  line-height: 22px;
  margin: 0;
  padding: 7px 12px;
  border: 1px solid #212121;
  border-radius: 8px;
  font-size: 16px;
}

.category-wrapper {
  width: 100%;
}

.hidden-category {
  display: none;
}

.category-row {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
  gap: 8px; /* optional spacing between buttons */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;
}

.category.show-all-btn {
  background-color: transparent;
  font-family: "ubuntu-regular" !important;
  line-height: 22px;
  font-size: 16px;
  color: #212121;
  text-decoration: none;
  word-wrap: normal;
  white-space: nowrap;
  border: 1px solid #004990;
  border-radius: 8px;
  padding: 8px 12px;
}
.category-row.visible-categories {
  overflow: hidden;
  flex-wrap: nowrap;
  position: relative;
}
.category-row::-webkit-scrollbar {
  display: none;
}
.category-row.scrollable {
  overflow-x: auto;
}
.category-row::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.category-row::-webkit-scrollbar-track {
  background: transparent;
}

.category {
  background-color: transparent;
  font-family: "ubuntu-regular" !important;
  line-height: 22px;
  font-size: 16px;
  color: #212121;

  text-decoration: none;
  word-wrap: normal;
  white-space: nowrap;
  border: 1px solid #004990;
  border-radius: 8px;
  padding: 8px 12px;
}
.category.active {
  background-color: #f3f7fb;
  border: 0px;
  color: #004990;
}

.row-cols-1,
.row-cols-sm-2,
.row-cols-lg-3 {
  height: fit-content;
  width: 100%;
}

@media (min-width: 1760.1px) {
  .equal-col-width {
    flex: 0 0 auto;
    width: 33.33%;
    padding: 10px;
  }
}
@media (max-width: 1760px) {
  .equal-col-width {
    flex: 0 0 auto;
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 1424px) {
  .equal-col-width {
    flex: 0 0 auto;
    width: 25%;
    padding: 10px;
  }
}
@media (max-width: 1300px) {
  .equal-col-width {
    flex: 0 0 auto;
    width: 33.33%;
    padding: 10px;
  }
}
@media (max-width: 990px) {
  .equal-col-width {
    flex: 0 0 auto;
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 670px) {
  .equal-col-width {
    flex: 0 0 auto;
    width: 100%;
    padding: 10px;
  }
}
.h-card {
    display: flex;
    background-color: #ffffff;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    min-width: fit-content;
    height: 100%;
    align-items: start;
    justify-content: start;
    letter-spacing: 0;
    font-family: "ubuntu-medium" !important;
    color: #212121;
    line-height: 16px;
    text-align: start;
    font-size: 12px;
    padding: 24px;
    text-decoration: none;
    border-radius: 16px;
    border: 1px solid #e0e0e0;
}
    .h-card:hover {
        border: 2px solid #e0e0e0;
    }
.h-card .type-link {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: fit-content;
}
.h-card .blue-box {
  word-wrap: normal;
  white-space: nowrap;
  background-color: #f3f7fb;
  width: fit-content;
  height: 24px;
  padding: 4px 12px;
  border-radius: 20px;
  gap: 4px;
  color: #004990;
}
    .h-card .title {
        margin-right: auto;
        font-family: "ubuntu-regular";
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 20px;
        line-height: 28px;
    }
.h-card .date {
  margin-right: auto;
  font-family: "ubuntu-regular" !important;

  color: #616161;
  line-height: 24px;
  font-size: 18px;
}
.h-card .description {
  margin-right: auto;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  width: 100%;
  hyphens: auto;
  overflow-wrap: break-word;
  word-break: break-word;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 22px;
  font-family: "ubuntu-regular" !important;
}
.h-card .grey-box-wrapper {
  display: flex;
  gap: 8px;
  flex-wrap:wrap;
  height: fit-content;
  width: 100%;
}
.h-card .grey-box {
  display: flex;
  background-color: #f5f5f5;
  width: fit-content;
  padding: 4px 12px;
  border-radius: 20px;
  gap: 4px;
  color: #616161;
}
.row {
  --bs-gutter-y: 24px !important;
}
.show-more {
  background-color: transparent;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 8px;
  border: 1px solid #004990;
  width: fit-content;
  height: fit-content;
  font-size: 16px;
  line-height: 22px;
  font-family: "ubuntu-medium" !important;
  color: #004990;
  display: flex;
}
.app-route-banner {
  display: flex;
  justify-content: start;
  align-items: center;
  background-color: #003971;
  gap: 24px;
  border-radius: 8px;
  width: 100%;
  height: fit-content;
}
.img-wrapper {
  width: fit-content;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.app-route-wrapper {
  display: flex;
  flex-direction: column;
  font-family: "ubuntu-regular" !important;
  font-size: 20px;
  line-height: 28px;
  padding: 24px;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: fit-content;
}
.app-route-wrapper h4 {
  color: #ffffff !important;
}

.app-route-wrapper .web {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  width: 100%;
  height: fit-content;
  gap: 8px;
}
.app-route-wrapper .web p {
  color: white;
}
.app-route-wrapper .web a {
  display: flex;
  width: 100%;
  height: fit-content;
  justify-content: center;
  align-items: center;
  background-color: white;
  color: #004990;
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  font-family: "ubuntu-medium" !important;
  letter-spacing: 0;
  border-radius: 8px;
  word-wrap: break-word;
  white-space: nowrap;
  padding: 13px 16px;
  gap: 8px;
}
.app-route-wrapper .app {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  width: 100%;
  height: fit-content;
  gap: 8px;
}
.app-route-wrapper .app p {
  color: white;
}
.app-route-wrapper .app .store-row {
  display: flex;
  width: fit-content;
  height: fit-content;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
