/* [project]/components/page-banner/style.css [app-client] (css) */
* {
  margin: 0;
  padding: 0;
  font-family: UbuntuSans, Bornomala, sans-serif;
}

*, :before, :after {
  box-sizing: inherit;
}

.page-banner {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(0deg, #25342dd9 0% 100%), url("/hero-bg.png");
  background-position: center;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media (min-width: 0) {
  .page-banner {
    gap: .5rem;
    height: 15.0625rem;
    padding: 6.3125rem 1.25rem 1.9375rem;
  }
}

@media (min-width: 800px) {
  .page-banner {
    height: 18.6875rem;
    padding-top: 7rem;
    padding-bottom: 4.25rem;
  }
}

@media (min-width: 1024px) {
  .page-banner {
    gap: .75rem;
    height: 21.875rem;
    padding-top: 9.375rem;
    padding-bottom: 4.9375rem;
  }
}

.page-banner__title {
  overflow-wrap: break-word;
  margin: 0;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.4;
}

@media (min-width: 0) {
  .page-banner__title {
    font-size: 1.875rem;
  }
}

@media (min-width: 900px) {
  .page-banner__title {
    font-size: 2rem;
  }
}

@media (min-width: 1200px) {
  .page-banner__title {
    font-size: 2.25rem;
  }
}

.page-banner__subtitle-container {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 0) {
  .page-banner__subtitle-container {
    max-width: 21.25rem;
  }
}

@media (min-width: 1024px) {
  .page-banner__subtitle-container {
    max-width: 35.4375rem;
  }
}

.page-banner__subtitle {
  overflow-wrap: break-word;
  margin: 0;
  font-family: UbuntuSans, Bornomala, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (min-width: 0) {
  .page-banner__subtitle {
    font-size: 1rem;
  }
}

@media (min-width: 1200px) {
  .page-banner__subtitle {
    font-size: 1.0625rem;
  }
}

.page-banner__ad-wrapper {
  width: 100%;
}

.page-banner__ad-container {
  width: 100%;
  max-width: 73.125rem;
  margin: 0 auto;
}

@media (min-width: 800px) {
  .page-banner__ad-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.page-banner {
  overflow: hidden;
}

@media (min-width: 800px) {
  .page-banner__ad-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 600px) and (max-width: 800px) {
  .page-banner__ad-wrapper {
    align-self: stretch;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .page-banner__ad-container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .page-banner__ad-img {
    object-fit: cover;
    border-radius: .75rem;
    height: auto;
    width: 100% !important;
    max-width: 100% !important;
    max-height: 8rem !important;
  }
}

.page-banner__ad-img {
  object-fit: cover;
  border-radius: .75rem;
  width: 100%;
  height: 100%;
  max-height: 10rem;
  display: block;
}

/* [project]/components/no-content/style.css [app-client] (css) */
.no-content__description {
  overflow-wrap: break-word;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: calc(1 * var(--spacing));
  text-align: center;
  max-width: 37.0625rem;
  color: var(--palette-text-disabled);
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (min-width: 0) {
  .no-content__description {
    font-size: 1rem;
  }
}

@media (min-width: 1200px) {
  .no-content__description {
    font-size: 1.0625rem;
  }
}

.no-content__title {
  overflow-wrap: break-word;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: calc(1 * var(--spacing));
  text-align: center;
  color: var(--palette-text-disabled);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.no-content__image {
  width: 100%;
  height: 100%;
  display: inherit;
  aspect-ratio: inherit;
  border-radius: inherit;
  object-fit: cover;
  top: 0;
  left: 0;
}

.no-content__image-wrapper {
  vertical-align: bottom;
  aspect-ratio: var(--aspect-ratio);
  width: 100%;
  max-width: 160px;
  height: 160px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.no-content__image-wrapper .minimal__image__img {
  filter: blur(12px);
  opacity: 0;
  transition: opacity .15s, filter .3s;
}

.no-content__image-wrapper.--loaded .minimal__image__img {
  filter: blur();
  opacity: 1;
}

.no-content__content {
  height: 100%;
  padding: calc(0 * var(--spacing)) calc(3 * var(--spacing));
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.no-content__container {
  box-sizing: border-box;
  width: 100%;
  padding-left: calc(2 * var(--spacing));
  padding-right: calc(2 * var(--spacing));
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 600px) {
  .no-content__container {
    padding-left: calc(3 * var(--spacing));
    padding-right: calc(3 * var(--spacing));
  }
}

@media (min-width: 1024px) {
  .no-content__container {
    max-width: 1024px;
  }
}

.no-content {
  text-align: center;
  width: 100%;
  max-width: 73.125rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 0) {
  .no-content {
    margin-top: 2.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 800px) {
  .no-content {
    margin-top: 5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .no-content {
    margin-top: 6.25rem;
  }
}

@media (min-width: 1390px) {
  .no-content {
    padding-left: 0;
    padding-right: 0;
  }
}

/* [project]/app/(root)/notice/style.css [app-client] (css) */
.notice-page {
  width: 100%;
  max-width: 73.125rem;
  margin: 0 auto;
  padding: 3rem 1.25rem 4.5rem;
}

.notice-page__header {
  max-width: 43rem;
  margin-bottom: 1.5rem;
}

.notice-page__eyebrow {
  color: var(--palette-primary-main);
  letter-spacing: .08em;
  text-transform: uppercase;
  align-items: center;
  gap: .5rem;
  margin-bottom: .75rem;
  font-size: .8125rem;
  font-weight: 800;
  display: inline-flex;
}

.notice-page__eyebrow:before {
  content: "";
  background: var(--palette-primary-main);
  border-radius: 999px;
  width: .5rem;
  height: .5rem;
}

.notice-page__heading {
  color: #25342d;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.35;
}

.notice-page__loading {
  text-align: center;
  color: #667085;
  padding: 2.5rem 0;
  font-size: .9375rem;
}

.notice-list {
  gap: 1rem;
  display: grid;
}

.notice-card {
  background: #fff;
  border: 1px solid #25342d1f;
  border-radius: .875rem;
  grid-template-columns: .375rem minmax(0, 1fr);
  scroll-margin-top: 6rem;
  display: grid;
  position: relative;
  overflow: hidden;
  box-shadow: 0 .875rem 2rem #25342d14;
}

.notice-card__rail {
  background: #25342d;
}

.notice-card--pinned {
  border-color: #b820273d;
}

.notice-card--pinned .notice-card__rail {
  background: var(--palette-primary-main);
}

.notice-card__body {
  padding: 1.25rem;
}

.notice-card__meta {
  flex-wrap: wrap;
  align-items: center;
  gap: .625rem;
  margin-bottom: .75rem;
  display: flex;
}

.notice-card__badge {
  min-height: 1.625rem;
  color: var(--palette-primary-main);
  background: #b820271a;
  border-radius: 999px;
  align-items: center;
  padding: .25rem .625rem;
  font-size: .75rem;
  font-weight: 800;
  display: inline-flex;
}

.notice-card__date {
  color: #667085;
  font-size: .8125rem;
  font-weight: 700;
}

.notice-card__title {
  color: #111827;
  margin: 0 0 .625rem;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.35;
}

.notice-card__summary {
  color: #475467;
  margin: 0 0 .875rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.65;
}

.notice-card__content {
  white-space: pre-line;
  color: #344054;
  font-size: 1rem;
  line-height: 1.85;
}

@media (min-width: 800px) {
  .notice-page {
    padding: 4.5rem 1.5rem 6rem;
  }

  .notice-page__header {
    margin-bottom: 2rem;
  }

  .notice-page__heading {
    font-size: 1.875rem;
  }

  .notice-list {
    gap: 1.25rem;
  }

  .notice-card__body {
    padding: 1.5rem 1.75rem;
  }

  .notice-card__title {
    font-size: 1.5rem;
  }
}

@media (min-width: 1390px) {
  .notice-page {
    padding-left: 0;
    padding-right: 0;
  }
}

/*# sourceMappingURL=_081xqtq._.css.map*/