@charset "UTF-8";
.catalog-block-wrap {
  width: 100%;
  max-width: 100% !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  gap: 50px;
}
.catalog-block-wrap .sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.catalog-block-wrap .sr-only-focusable:focus,
.catalog-block-wrap .sr-only-focusable:active {
  clip: auto !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
  height: auto !important;
  margin: auto !important;
  overflow: visible !important;
  width: auto !important;
  white-space: normal !important;
}
.catalog-block-wrap .types-wrap {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.catalog-block-wrap .types-wrap .type-btn {
  width: 130px;
  height: 37px;
  border-radius: 5px;
  border: 1px solid #d1d4ea !important;
  background-color: #f3f3fb !important;
  color: #2b3045 !important;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: none !important;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.catalog-block-wrap .types-wrap .type-btn .type-count {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.24px;
  display: inline-block;
  color: #2a3897;
  border: 1px solid #2a3897;
  border-radius: 5px;
  padding: 5px;
  background-color: #dfe2f0;
  transition: all 0.3s ease;
}
.catalog-block-wrap .types-wrap .type-btn:hover, .catalog-block-wrap .types-wrap .type-btn:active, .catalog-block-wrap .types-wrap .type-btn:focus, .catalog-block-wrap .types-wrap .type-btn.active {
  background-color: #2a3897 !important;
  color: #fff !important;
  border: 1px solid #2a3897 !important;
  box-shadow: none;
}
.catalog-block-wrap .types-wrap .type-btn:hover .type-count, .catalog-block-wrap .types-wrap .type-btn:active .type-count, .catalog-block-wrap .types-wrap .type-btn:focus .type-count, .catalog-block-wrap .types-wrap .type-btn.active .type-count {
  color: #fff;
  border-color: #fff;
  background-color: #3e4ca1;
}
.catalog-block-wrap .types-wrap .date-sort {
  border-radius: 5px;
  width: 156px;
  height: 37px;
  border: 1px solid #d1d4ea;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #2b3045;
  cursor: pointer;
  padding: 0 30px 0 20px;
  width: -moz-fit-content;
  width: fit-content;
}
.catalog-block-wrap .types-wrap .date-sort option {
  font-size: 16px;
  cursor: pointer;
}
.catalog-block-wrap .topic-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  border-bottom: 2px solid #e4ecf1;
}
@media screen and (max-width: 967px) {
  .catalog-block-wrap .topic-container {
    flex-direction: column;
    gap: 15px;
  }
}
.catalog-block-wrap .topic-container .topic-wrap {
  margin-bottom: -1px;
}
@media screen and (max-width: 767px) {
  .catalog-block-wrap .topic-container .topic-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.catalog-block-wrap .topic-container .topic-wrap .topic-btn {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #2b3045;
  background-color: transparent;
  border: 2px solid transparent;
  padding-bottom: 22px;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 0;
  box-shadow: none;
  text-transform: capitalize;
}
.catalog-block-wrap .topic-container .topic-wrap .topic-btn.active, .catalog-block-wrap .topic-container .topic-wrap .topic-btn:hover, .catalog-block-wrap .topic-container .topic-wrap .topic-btn:active, .catalog-block-wrap .topic-container .topic-wrap .topic-btn:focus {
  color: #2e3192;
  border-bottom: 2px solid #2e3192;
  box-shadow: none;
}
.catalog-block-wrap .topic-container .search-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: 267px;
  max-width: 267px;
  border: 1px solid #d1d4ea;
  border-radius: 30px;
}
@media screen and (max-width: 967px) {
  .catalog-block-wrap .topic-container .search-wrap {
    margin-bottom: 15px;
  }
}
.catalog-block-wrap .topic-container .search-wrap .search-input {
  width: 125px;
  border: none;
  border-radius: 30px;
  box-shadow: none;
  color: #2b3045;
  line-height: 1.7;
}
.catalog-block-wrap .topic-container .search-wrap .search-input::-moz-placeholder {
  color: #A9AFC7;
}
.catalog-block-wrap .topic-container .search-wrap .search-input::placeholder {
  color: #A9AFC7;
}
.catalog-block-wrap .topic-container .search-wrap .search-btn {
  background-color: transparent;
  background-image: url(./assets/search_icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  box-shadow: none;
  width: 19px;
  height: 19px;
  display: block;
  padding: 0;
  transform: translateX(-15px);
}
.catalog-block-wrap .card-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 52px 32px;
  width: 100%;
  max-width: 100% !important;
  min-height: 200px;
  transition: opacity 1s ease;
}
.catalog-block-wrap .card-wrap a {
  text-decoration: none;
}
.catalog-block-wrap .card-wrap .catalog-card {
  box-sizing: border-box;
  width: 390px;
  height: 310px;
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #d9d9d9;
  box-shadow: 0 0 50px -12px rgba(172, 193, 234, 0.25);
  position: relative;
}
@media screen and (max-width: 768px) {
  .catalog-block-wrap .card-wrap .catalog-card {
    height: 325px;
  }
}
.catalog-block-wrap .card-wrap .catalog-card.no-resources {
  border: none;
  background-color: transparent;
  box-shadow: none;
  text-align: center;
}
.catalog-block-wrap .card-wrap .catalog-card > * {
  box-sizing: border-box;
}
.catalog-block-wrap .card-wrap .catalog-card .topics {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 2px;
  color: #5f6d7e;
  padding: 22px 21px;
}
@media screen and (max-width: 768px) {
  .catalog-block-wrap .card-wrap .catalog-card .topics {
    text-align: center;
  }
}
.catalog-block-wrap .card-wrap .catalog-card .topics p {
  margin: 0;
  display: inline;
}
@media screen and (max-width: 768px) {
  .catalog-block-wrap .card-wrap .catalog-card .topics p {
    display: block;
  }
}
.catalog-block-wrap .card-wrap .catalog-card .topics .catalog-dot {
  color: #d9d9d9;
  font-size: 26px;
  transform: translateY(4px);
  display: inline-block;
  padding: 0 10px;
}
.catalog-block-wrap .card-wrap .catalog-card .topics .catalog-dot::before {
  content: "•";
}
@media screen and (max-width: 768px) {
  .catalog-block-wrap .card-wrap .catalog-card .topics .catalog-dot {
    display: none;
  }
}
.catalog-block-wrap .card-wrap .catalog-card .title-wrap {
  width: 100%;
  max-width: 100%;
  display: block;
  background-color: #e7f1f8;
  padding: 12px 20px;
  height: 84px;
}
@media screen and (max-width: 768px) {
  .catalog-block-wrap .card-wrap .catalog-card .title-wrap {
    height: 70px;
  }
}
.catalog-block-wrap .card-wrap .catalog-card h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: #5f6d7e;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .catalog-block-wrap .card-wrap .catalog-card h2 {
    font-size: 18px;
    line-height: 22px;
  }
}
.catalog-block-wrap .card-wrap .date-wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 15px 21px;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .catalog-block-wrap .card-wrap .date-wrap {
    justify-content: center;
    flex-direction: column;
    gap: 10px;
  }
}
.catalog-block-wrap .card-wrap .type {
  background-color: #f3931f;
  color: #fff;
  border-radius: 4px;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.2px;
  padding: 2px 12px 0px;
}
.catalog-block-wrap .card-wrap .type.profile {
  background-color: #0DC7BF;
}
.catalog-block-wrap .card-wrap .type.other {
  background-color: #263574;
}
.catalog-block-wrap .card-wrap .updated {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #5f6d7e;
  display: block;
}
.catalog-block-wrap .card-wrap .links-wrap {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 22px;
  width: 100%;
  bottom: 22px;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .catalog-block-wrap .card-wrap .links-wrap {
    flex-direction: column;
  }
}
.catalog-block-wrap .card-wrap .links-wrap .learn-more {
  color: #0071bc;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 2px;
  position: relative;
  display: block;
  padding-right: 12px;
}
.catalog-block-wrap .card-wrap .links-wrap .learn-more::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  background-image: url(./assets/Right-Arrow-Icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.catalog-block-wrap .card-wrap .links-wrap .download {
  border-radius: 23px;
  background-color: #fff;
  border: 2px solid #2e3192;
  color: #2e3192;
  padding: 10px 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
}
.catalog-block-wrap .card-wrap .links-wrap .download:hover {
  background-color: #2E3192;
  color: #fff;
}
.catalog-block-wrap .pagination-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.catalog-block-wrap .pagination-wrap .page-btn {
  background-color: transparent;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
  color: #2b3045;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.catalog-block-wrap .pagination-wrap .page-btn:hover {
  box-shadow: none;
}
.catalog-block-wrap .pagination-wrap .page-btn.active-pg {
  background-color: #194fa6;
  color: #fff;
}
.catalog-block-wrap .pagination-wrap .next-btn,
.catalog-block-wrap .pagination-wrap .prev-btn {
  background-color: transparent;
  color: #5f6d7e;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  cursor: pointer;
  letter-spacing: 0.72px;
  text-align: center;
  border: none;
  padding: 0;
  text-transform: unset;
}
.catalog-block-wrap .pagination-wrap .next-btn:hover,
.catalog-block-wrap .pagination-wrap .prev-btn:hover {
  box-shadow: none;
}

.catalog-hero-section h1 {
  text-wrap: balance;
}
.catalog-hero-section h1 .total-resources {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.4px;
  text-align: center;
  color: #0071bc;
  padding: 14px 12px;
  display: inline-block;
  transform: translate(20px, -24px);
  line-height: 24px;
  background-color: #e0ecf8;
  border-radius: 8px;
  border: 1px solid #0071bc;
}
@media screen and (max-width: 768px) {
  .catalog-hero-section h1 .total-resources {
    font-size: 15px;
    line-height: 17px;
    padding: 5px;
    transform: translate(10px, -10px);
  }
}/*# sourceMappingURL=external-api-block.css.map */