@font-face {
  font-family: "Mulish";
  src: url("/assets/fonts/Mulish-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Mulish";
  src: url("/assets/fonts/Mulish-SemiBold.woff") format("woff");
  font-weight: 600;
}
@font-face {
  font-family: "Mulish";
  src: url("/assets/fonts/Mulish-Bold.woff") format("woff");
  font-weight: 700;
}
.nav-cover {
  max-width: 1440px;
  width: 100%;
  height: 144px;
  padding: 36px 135px 24px 135px;
  gap: 16px;
}
.nav-cover .nav-title {
  max-width: 1170px;
  width: 100%;
  height: 44px;
  font-family: "Mulish", sans-serif !important;
  font-size: 36px !important;
  font-weight: 300 !important;
  line-height: 44px !important;
  letter-spacing: -0.01em !important;
  color: #222943;
  margin: 0;
}
.nav-cover .bread-crumb {
  max-width: 1170px;
  width: 100%;
  min-height: 24px;
  height: auto;
  gap: 8px;
}
.nav-cover .bread-crumb .bread-crumb-item {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  font-family: "Mulish", sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 22px !important;
  color: #222943;
  text-decoration: none;
  white-space: nowrap;
}
.nav-cover .bread-crumb .bread-crumb-item:nth-child(5) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nav-cover .bread-crumb .bread-crumb-item:last-child {
  pointer-events: none;
}
.nav-cover .bread-crumb .bread-crumb-icon {
  height: 22px;
  font-size: 15px;
  width: 24px;
}

.page-content {
  max-width: 1440px;
  width: 100%;
  padding: 0px 135px 24px 135px;
  gap: 30px;
}

.pagination-area {
  width: 100%;
  height: auto;
  padding-block: 24px;
  gap: 8px;
}
.pagination-area .pagination-button {
  width: 43px;
  height: 40px;
  border-radius: 4px;
  background-color: white;
  border: 1px solid #DEE3ED;
  cursor: pointer;
  font-family: "Mulish", sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}
.pagination-area .pagination-button:focus {
  outline: 1.5px solid #0058AD;
}
.pagination-area .active {
  border: 1.5px solid #0058AD;
  font-family: "Mulish", sans-serif !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 22px !important;
}

@media (max-width: 1024px) {
  .page-content {
    justify-content: center !important;
  }
}
@media (max-width: 480px) {
  .nav-cover {
    padding: 12px;
    height: 108px;
  }
  .page-content {
    padding: 0px 12px 24px 12px;
    gap: 12px;
    max-height: auto !important;
    justify-content: center !important;
  }
}/*# sourceMappingURL=mastercontents.css.map */