*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dd,
ol,
ul,
figure,
hr {
  margin: 0;
}

ul,
ol {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

.card-hover-trigger {
  position: relative;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (min-width: 769px) {
  .card-hover-trigger:hover .card-hover-media::after, .card-hover-trigger:focus-visible .card-hover-media::after {
    opacity: 1;
  }
  .card-hover-trigger:hover .card-hover-media img, .card-hover-trigger:focus-visible .card-hover-media img {
    transform: scale(1.08);
    filter: blur(4px) brightness(0.55);
  }
  .card-hover-trigger:hover .card-hover-label, .card-hover-trigger:focus-visible .card-hover-label {
    opacity: 1;
    transform: translateY(0);
  }
  .card-hover-trigger:hover .card-underline, .card-hover-trigger:focus-visible .card-underline {
    text-decoration-color: currentColor;
  }
}

.card-hover-media {
  position: relative;
  overflow: hidden;
  border-radius: inherit;
}
.card-hover-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), filter 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, filter;
  position: relative;
  z-index: 0;
}
.card-hover-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.65));
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: 1;
}

.card-hover-label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  pointer-events: none;
  z-index: 2;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.55);
}

.card-underline {
  position: relative;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 0 calc(100% - 0.1em);
  background-size: 0% 1px;
  transition: background-size 0.35s cubic-bezier(0.22, 1, 0.36, 1), text-decoration-color 0.15s linear 0.15s;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
  text-decoration-color: transparent;
  text-decoration-skip-ink: auto;
}

.fv {
  padding: clamp(4rem, 8vw, 6rem) 0 clamp(3rem, 9vw, 4rem);
  color: #1a1a1a;
}
.fv__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 4vw, 3rem);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .fv__inner {
    padding: 0 16px;
  }
}
.fv__hero {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .fv__hero {
    display: none;
  }
}
.fv__kicker {
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #525252;
  margin: 0;
}
.fv__title {
  font-family: "Figtree", "Lato", "Open Sans", "Inter", sans-serif;
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.fv__title-line {
  display: block;
}
.fv__title-highlight {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.fv__word {
  border: 2px solid #1a1a1a;
  padding: 0em 0.05em;
  background: #fff;
  font-weight: 700;
  color: #1a1a1a;
}
.fv__word--accent {
  background: #e62200;
  border-color: #e62200;
  color: #fff;
}
.fv__word--outline {
  color: #e62200;
}
.fv__content {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  align-items: start;
}
.fv__empty-message {
  font-size: 1.125rem;
  color: #525252;
  margin: 0;
}

.fv-feature {
  padding: clamp(1.5rem, 3vw, 2rem) clamp(1.5rem, 3vw, 2rem) 0 0;
}
@media screen and (max-width: 768px) {
  .fv-feature {
    padding: 0;
    margin-left: -16px;
    margin-right: -16px;
    height: 320px;
    position: relative;
  }
}
.fv-feature__link-wrapper {
  gap: 12px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .fv-feature__link-wrapper {
    height: 100%;
  }
}
.fv-feature__link-wrapper .card-hover-label {
  font-size: 1.75rem;
}
.fv-feature__image {
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 16/9;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .fv-feature__image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    top: 0;
    left: 0;
    border-radius: 0;
    z-index: -1;
  }
  .fv-feature__image::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.7;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  }
}
.fv-feature__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.fv-feature__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .fv-feature__body {
    position: absolute;
    z-index: 0;
    bottom: 24px;
    padding: 0 16px;
    color: #fff;
  }
  .fv-feature__body .fv-meta {
    display: none;
  }
}
.fv-feature__title {
  font-size: clamp(1.5rem, 3vw, 1.75rem);
  line-height: 1.3;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .fv-feature__title {
    font-size: 1rem;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .fv-feature__link.sp-only {
    border: 1px white solid;
    border-radius: 100px;
    height: 38px;
    display: flex !important;
    width: 134px;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
}
.fv-feature__excerpt {
  font-size: 1rem;
  color: #525252;
  margin: 0;
}
.fv-feature__date {
  font-size: 0.875rem;
  color: #888888;
}
@media screen and (max-width: 768px) {
  .fv-feature__date {
    display: none;
  }
}

.fv-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.fv-meta__category {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: capitalize;
  color: #525252;
}
.fv-meta__category-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e62200;
  display: inline-block;
}
.fv-meta__category[data-category=work-money] .fv-meta__category-dot, .fv-meta__category[data-category=work_money] .fv-meta__category-dot {
  background: #e62200;
}
.fv-meta__category[data-category=life-housing] .fv-meta__category-dot, .fv-meta__category[data-category=life_housing] .fv-meta__category-dot {
  background: #548009;
}
.fv-meta__category[data-category=stories-survival] .fv-meta__category-dot, .fv-meta__category[data-category=stories_survival] .fv-meta__category-dot {
  background: #886b29;
}
.fv-meta__category[data-category=society-culture] .fv-meta__category-dot, .fv-meta__category[data-category=society_culture] .fv-meta__category-dot {
  background: #0b498f;
}
.fv-meta__tags {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 0.875rem;
  color: #888888;
}
.fv-meta__tags li::before {
  content: "#";
  margin-right: 2px;
  color: #888888;
}

.fv-categories.topics__categories {
  display: none;
}
@media screen and (max-width: 768px) {
  .fv-categories.topics__categories {
    display: grid;
    margin-top: 24px;
  }
}

.fv-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: clamp(1.5rem, 3vw, 2rem);
}
@media screen and (max-width: 768px) {
  .fv-list {
    gap: 0;
  }
}
.fv-list__item {
  display: flex;
  gap: 12px;
  align-items: stretch;
  transition: transform 0.25s ease;
}
@media screen and (max-width: 768px) {
  .fv-list__item {
    padding: 1rem 0;
    border-top: 1px solid rgba(26, 26, 26, 0.1);
  }
}
.fv-list__copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.fv-list__title {
  font-size: 1.125rem;
  line-height: 1.3;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .fv-list__title {
    font-size: 1rem;
    line-height: 1.2;
  }
}
.fv-list__date {
  font-size: 0.875rem;
  color: #888888;
}
@media screen and (max-width: 768px) {
  .fv-list__date {
    font-size: 0.75rem;
  }
}
.fv-list__thumb {
  width: 200px;
  border-radius: 6px;
  aspect-ratio: 16/9;
  overflow: hidden;
  margin: 0;
  flex-shrink: 0;
}
.fv-list__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 1100px) {
  .fv__content {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .fv {
    padding: 0 0 3.5rem;
  }
  .fv__inner {
    gap: 32px;
  }
  .fv__title {
    font-size: clamp(2.2rem, 10vw, 3rem);
  }
  .fv__title-highlight {
    gap: 8px;
  }
  .fv-list__item {
    flex-direction: row;
  }
  .fv-list__thumb {
    width: 100%;
    height: 100%;
    max-width: 140px;
  }
}
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.cta-panel {
  padding: clamp(3rem, 7vw, 4rem) 0 clamp(3rem, 6vw, 5rem);
}
@media screen and (max-width: 768px) {
  .cta-panel {
    padding: 0 16px 48px;
  }
}
.cta-panel__inner {
  max-width: calc(1440px - clamp(1.5rem, 4vw, 3rem) * 2);
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 4vw, 3rem);
  background: #1c1c1c;
  border-radius: 24px;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.2);
  color: #fff;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  position: relative;
  overflow: hidden;
}
.cta-panel__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 1;
}
.cta-panel__title {
  font-family: "Figtree", "Lato", "Open Sans", "Inter", sans-serif;
  font-size: clamp(2rem, 4vw, 2.75rem);
  margin: 0;
}
.cta-panel__copy {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  max-width: 36ch;
}
.cta-panel__form {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.cta-panel__form input {
  flex: 1 1 220px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 0.85rem 1.5rem;
  font-size: 1rem;
  outline: none;
}
.cta-panel__form input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.cta-panel__form button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: none;
  border-radius: 100px;
  background: #1a1a1a;
  color: #fff;
  padding: 0.85rem 1.5rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease;
}
@media screen and (min-width: 769px) {
  .cta-panel__form button:hover {
    background: rgb(38.75, 38.75, 38.75);
  }
}
.cta-panel__form button img {
  width: 20px;
  height: 20px;
}
.cta-panel__mockup {
  align-self: center;
  justify-self: center;
  transform: rotate(7deg);
  filter: drop-shadow(0 40px 60px rgba(0, 0, 0, 0.35));
}
.cta-panel__mockup img {
  width: min(420px, 100%);
  height: auto;
  display: block;
}

.category-section {
  padding: clamp(4rem, 8vw, 6rem) 0;
}
@media screen and (max-width: 768px) {
  .category-section {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .category-section.category-section--society-culture {
    background-color: #fff;
  }
}
.category-section__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 4vw, 3rem);
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .category-section__inner {
    padding: 0 16px 56px;
    max-width: 100%;
    gap: 24px;
  }
}
.category-section__hero {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  min-height: 276px;
  display: flex;
  align-items: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .category-section__hero {
    border-radius: 0;
    min-height: 240px;
    margin-left: -16px;
    margin-right: -16px;
  }
}
.category-section__hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  --parallax-offset: 0px;
}
.category-section__hero-layer {
  position: absolute;
  top: -50%;
  left: 0;
  width: 100%;
  height: 200%;
  background-size: cover;
  background-position: center;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.category-section__hero-layer:first-child {
  filter: brightness(0.6);
}
.category-section__hero-layer:not(:first-child) {
  opacity: 0;
}
.category-section__hero-content {
  position: relative;
  z-index: 1;
  padding: clamp(2rem, 5vw, 3.5rem);
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .category-section__hero-content {
    padding: 40px 16px;
  }
}
.category-section__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0;
  font-size: 0.9rem;
}
.category-section__title {
  font-family: "Figtree", "Lato", "Open Sans", "Inter", sans-serif;
  font-size: clamp(2.5rem, 4vw, 4.5rem);
  margin: 0;
  line-height: 1.2;
  border: 1px solid #fff;
  padding: 0rem 0.5rem;
  display: inline-block;
  width: max-content;
}
.category-section__description {
  margin: 0;
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.85);
  max-width: 600px;
}
.category-section__button {
  position: absolute;
  bottom: 24px;
  right: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: space-around;
  gap: 8px;
  border: 1px solid #fff;
  border-radius: 24px;
  color: #fff;
  background: #1a1a1a;
  padding: 1rem 1.5rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
  min-width: 220px;
}
@media screen and (max-width: 768px) {
  .category-section__button {
    justify-content: space-between;
  }
  .category-section__button.sp-only {
    position: initial;
    display: flex !important;
    margin-top: 1.5rem;
    border-color: #dcdcdc;
    color: #1a1a1a;
    background: #fff;
    font-size: 1rem;
    font-weight: 600;
  }
}
.category-section__button--square {
  border-radius: 999px;
}
@media screen and (max-width: 768px) {
  .category-section__button--square {
    display: none;
  }
}
.category-section__button--pill {
  border-radius: 999px;
}
@media screen and (max-width: 768px) {
  .category-section__button--pill {
    display: none;
  }
}
.category-section__button img {
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 769px) {
  .category-section__button:hover {
    background: #fff;
    color: #1a1a1a;
  }
}
.category-section__cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .category-section__cards {
    grid-template-columns: 1fr;
  }
}
.category-section__stories {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .category-section__stories {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.category-section--work-money, .category-section--stories-survival {
  background-color: #fff;
}

.category-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: capitalize;
  color: #525252;
}
.category-pill__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e62200;
  display: inline-block;
}
.category-pill[data-category=work-money] .category-pill__dot, .category-pill[data-category=work_money] .category-pill__dot {
  background: #e62200;
}
.category-pill[data-category=life-housing] .category-pill__dot, .category-pill[data-category=life_housing] .category-pill__dot {
  background: #548009;
}
.category-pill[data-category=stories-survival] .category-pill__dot, .category-pill[data-category=stories_survival] .category-pill__dot {
  background: #886b29;
}
.category-pill[data-category=society-culture] .category-pill__dot, .category-pill[data-category=society_culture] .category-pill__dot {
  background: #0b498f;
}

.tag-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 0.875rem;
  color: #888888;
}
.tag-chips__item {
  border: none;
  padding: 0.35rem 1rem;
  border-radius: 999px;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .tag-chips__item:hover {
    cursor: pointer;
  }
}
.tag-chips__item--solid {
  background: #fff;
}

.category-card {
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 769px) {
  .category-card:hover {
    cursor: pointer;
  }
}
.category-card__image {
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 4/2.25;
  margin: 0;
}
.category-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.category-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.category-card__title {
  font-size: 1rem;
  margin: 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.category-card__date {
  font-size: 0.875rem;
  color: #888888;
}

.story-card {
  display: flex;
  gap: 12px;
  align-items: stretch;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
@media screen and (max-width: 768px) {
  .story-card {
    flex-direction: row;
    padding: 1rem 0;
    border-top: 1px solid rgba(26, 26, 26, 0.1);
    justify-content: space-between;
  }
}
.story-card:hover {
  cursor: pointer;
}
.story-card__thumb {
  width: 220px;
  border-radius: 12px;
  overflow: hidden;
  margin: 0;
  flex-shrink: 0;
}
.story-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.story-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
}
.story-card__title {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .story-card__title {
    font-size: 1rem;
    line-height: 1.2;
  }
}
.story-card__date {
  font-size: 0.875rem;
  color: #888888;
}

.topics {
  padding: 0 0 clamp(4rem, 7vw, 5.5rem);
}
@media screen and (max-width: 768px) {
  .topics {
    padding: 0 0 72px;
  }
}
.topics__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 4vw, 3rem);
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .topics__inner {
    padding: 0 16px;
  }
}
.topics__intro {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 2px solid #1a1a1a;
  padding-top: 40px;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .topics__intro {
    border-top: none;
    padding-bottom: 0px;
  }
}
.topics__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e62200;
  display: inline-block;
}
.topics__title {
  font-family: "Figtree", "Lato", "Open Sans", "Inter", sans-serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  margin: 0;
}
.topics__categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .topics__categories {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
}
.topics__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 24px;
}
@media screen and (max-width: 768px) {
  .topics__tags {
    padding-top: 0;
  }
}
.topics__search {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .topics__search {
    justify-content: end;
  }
}
.topics__search input {
  flex: 1 1 280px;
  border-radius: 100px;
  border: 1px solid #dcdcdc;
  padding: 0.85rem 1.25rem;
  font-size: 1rem;
}
.topics__search button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  border: none;
  background: #1a1a1a;
  color: #fff;
  padding: 0.85rem 1.5rem;
  font-weight: 600;
  cursor: pointer;
}
.topics__search button img {
  width: 18px;
  height: 18px;
}

.topic-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  min-height: 150px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.1);
  color: #fff;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  isolation: isolate;
}
@media screen and (max-width: 768px) {
  .topic-card {
    padding: 12px;
    min-height: 88px;
  }
}
.topic-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .topic-card:hover::before, .topic-card:focus-visible::before {
    opacity: 1;
  }
  .topic-card:hover .topic-card__media, .topic-card:focus-visible .topic-card__media {
    transform: scale(1.08);
    filter: blur(2px) brightness(0.4);
  }
  .topic-card:hover .card-underline, .topic-card:focus-visible .card-underline {
    background-size: 100% 0.5px;
  }
}
.topic-card__media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.5);
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), filter 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.topic-card__content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.topic-card__icon {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .topic-card__icon {
    width: 24px;
    height: 24px;
  }
}
.topic-card__icon img {
  width: 100%;
  height: 100%;
}
.topic-card__label {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  .topic-card__label {
    font-size: 1.125rem;
    font-weight: 500;
  }
}
.topic-card__arrow {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 768px) {
  .topic-card__arrow {
    display: none;
  }
}

@media (max-width: 960px) {
  .cta-panel__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .cta-panel__content {
    align-items: center;
  }
  .cta-panel__content .cta-panel__copy {
    max-width: none;
  }
  .category-section__hero {
    flex-direction: column;
  }
  .story-card {
    flex-direction: row-reverse;
  }
  .story-card__thumb {
    width: 100%;
    aspect-ratio: 16/9;
    max-width: 140px;
    height: fit-content;
    border-radius: 8px;
  }
}
.archive-page {
  background: #efefef;
  min-height: 100vh;
}
.archive-page__header {
  background: #fff;
  min-height: 300px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .archive-page__header {
    padding: 40px 16px;
    min-height: auto;
  }
}
.archive-page__header-inner {
  margin: 0 auto;
  width: 100%;
  display: flex;
  gap: 48px;
  align-items: center;
  margin-top: 48px;
  max-width: 1440px;
  padding: 64px clamp(1.5rem, 4vw, 3rem);
}
@media screen and (max-width: 768px) {
  .archive-page__header-inner {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }
}
.archive-page__title {
  font-family: "Figtree", "Lato", "Open Sans", "Inter", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
  color: #1a1a1a;
  margin: 0;
  letter-spacing: -1.92px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .archive-page__title {
    font-size: 32px;
    letter-spacing: -0.96px;
    white-space: normal;
  }
}
.archive-page__description {
  font-family: "Open Sans", "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #525252;
  margin: 0;
  max-width: 600px;
  letter-spacing: -0.48px;
}
@media screen and (max-width: 768px) {
  .archive-page__description {
    font-size: 14px;
    max-width: 100%;
  }
}
.archive-page__content {
  padding: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .archive-page__content {
    padding: 40px 16px 56px;
  }
}
.archive-page__inner {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 72px;
  padding: 0 clamp(1.5rem, 4vw, 3rem);
}
@media screen and (max-width: 768px) {
  .archive-page__inner {
    gap: 40px;
  }
}
.archive-page__featured {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .archive-page__featured {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.archive-page__list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.archive-page__empty {
  text-align: center;
  padding: 3rem 0;
  color: #525252;
  font-size: 1.125rem;
}

.archive-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.archive-card__link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.archive-card__image {
  margin: 0;
  aspect-ratio: 388/218;
  overflow: hidden;
  border-radius: 12px;
}
.archive-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.archive-card__meta {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.archive-card__title {
  font-family: "Open Sans", "Inter", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #1a1a1a;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  letter-spacing: -0.54px;
}
.archive-card__date {
  font-family: "Open Sans", "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #888888;
  letter-spacing: -0.36px;
}

.archive-list-item {
  border-bottom: 1px solid rgba(136, 136, 136, 0.5);
  padding: 24px 0;
}
.archive-list-item:last-child {
  border-bottom: none;
}
.archive-list-item__link {
  text-decoration: none;
  color: inherit;
  display: flex;
  gap: 56px;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .archive-list-item__link {
    flex-direction: column;
    gap: 16px;
  }
}
.archive-list-item__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.archive-list-item__meta {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.archive-list-item__title {
  font-family: "Open Sans", "Inter", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #1a1a1a;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  letter-spacing: -0.54px;
  min-height: 66px;
}
@media screen and (max-width: 768px) {
  .archive-list-item__title {
    min-height: auto;
  }
}
.archive-list-item__excerpt {
  font-family: "Open Sans", "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #1a1a1a;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  letter-spacing: -0.48px;
  max-width: 760px;
}
@media screen and (max-width: 768px) {
  .archive-list-item__excerpt {
    font-size: 14px;
    max-width: 100%;
  }
}
.archive-list-item__date {
  font-family: "Open Sans", "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #525252;
  letter-spacing: -0.36px;
  margin-top: 8px;
}
.archive-list-item__thumb {
  width: 280px;
  height: 157px;
  margin: 0;
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .archive-list-item__thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
}
.archive-list-item__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.category-pill__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e62200;
  display: inline-block;
}
.category-pill[data-category=work-money] .category-pill__dot, .category-pill[data-category=work_money] .category-pill__dot {
  background: #e62200;
}
.category-pill[data-category=life-housing] .category-pill__dot, .category-pill[data-category=life_housing] .category-pill__dot {
  background: #548009;
}
.category-pill[data-category=stories-survival] .category-pill__dot, .category-pill[data-category=stories_survival] .category-pill__dot {
  background: #886b29;
}
.category-pill[data-category=society-culture] .category-pill__dot, .category-pill[data-category=society_culture] .category-pill__dot {
  background: #0b498f;
}

.archive-page__pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
}
.archive-page__pagination .nav-links,
.archive-page__pagination .page-numbers {
  display: flex;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}
.archive-page__pagination .nav-links li,
.archive-page__pagination .page-numbers li {
  margin: 0;
}
.archive-page__pagination a,
.archive-page__pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background: #fff;
  color: #353a3f;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  transition: all 0.2s ease;
}
@media screen and (min-width: 769px) {
  .archive-page__pagination a:hover,
  .archive-page__pagination span:hover {
    border-color: #1a1a1a;
    color: #1a1a1a;
  }
}
.archive-page__pagination a.current, .archive-page__pagination a.page-numbers.current,
.archive-page__pagination span.current,
.archive-page__pagination span.page-numbers.current {
  background: #1a1a1a;
  border-color: #e9e9ed;
  color: #fff;
}
.archive-page__pagination a.dots, .archive-page__pagination a.page-numbers.dots,
.archive-page__pagination span.dots,
.archive-page__pagination span.page-numbers.dots {
  border: none;
  background: transparent;
  cursor: default;
}
@media screen and (min-width: 769px) {
  .archive-page__pagination a.dots:hover, .archive-page__pagination a.page-numbers.dots:hover,
  .archive-page__pagination span.dots:hover,
  .archive-page__pagination span.page-numbers.dots:hover {
    border: none;
    color: #353a3f;
  }
}
.archive-page__pagination .pagination-icon {
  width: 16px;
  height: 16px;
  background-image: url("../../dist/images/icon/arrow_black.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}
.archive-page__pagination .pagination-icon--prev {
  transform: rotate(180deg);
}
.archive-page__pagination .prev .pagination-icon,
.archive-page__pagination .next .pagination-icon {
  width: 16px;
  height: 16px;
}

.single-page {
  max-width: 1440px;
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 6rem) clamp(1rem, 6vw, 6rem) clamp(5rem, 10vw, 8rem);
  display: block;
}
.single-page__article {
  display: flex;
  flex-direction: column;
  gap: clamp(2.5rem, 5vw, 4rem);
}

.single-hero {
  background: #fff;
  border-radius: 16px;
  padding: clamp(2rem, 6vw, 4rem);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.single-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.single-hero__title {
  font-size: clamp(2.75rem, 5vw, 3.5rem);
  line-height: 1.1;
  margin: 0;
  color: #1a1a1a;
  letter-spacing: -0.03em;
}
.single-hero__details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.single-hero__timestamp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #888888;
}
.single-hero__share {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}
.single-hero__media {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  max-height: 680px;
}
.single-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-main {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 4vw, 48px);
}

.single-entry {
  background: #fff;
  border-radius: 16px;
  padding: clamp(2rem, 4vw, 3rem);
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.06);
  font-size: 1.125rem;
  line-height: 1.7;
  color: #525252;
}
.single-entry p {
  margin: 0 0 1.5rem;
}
.single-entry h2,
.single-entry h3,
.single-entry h4 {
  margin: 3rem 0 1rem;
  color: #1a1a1a;
  letter-spacing: -0.02em;
}
.single-entry h2 {
  font-size: clamp(2rem, 3vw, 2.5rem);
}
.single-entry h3 {
  font-size: clamp(1.75rem, 2.5vw, 2rem);
}
.single-entry h4 {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
}
.single-entry figure {
  margin: 2.5rem 0;
  border-radius: 16px;
  overflow: hidden;
}
.single-entry figure img {
  width: 100%;
  height: auto;
  display: block;
}
.single-entry blockquote,
.single-entry .wp-block-quote {
  margin: 2.5rem 0;
  padding: 2rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #dcdcdc;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #1a1a1a;
}
.single-entry .wp-block-table {
  margin: 3rem 0;
}
.single-entry .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #dcdcdc;
  border-radius: 12px;
  overflow: hidden;
}
.single-entry .wp-block-table th,
.single-entry .wp-block-table td {
  border: 1px solid #dcdcdc;
  padding: 1rem;
  text-align: left;
  font-size: 1rem;
}
.single-entry .wp-block-table th {
  background: #dedede;
  font-weight: 700;
  color: #1a1a1a;
}
.single-entry ul,
.single-entry ol {
  margin: 1.5rem 0 1.5rem 1.5rem;
  padding: 0;
}
.single-entry ul li,
.single-entry ol li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}
.single-entry a {
  color: #3e7acd;
  text-decoration: underline;
}

.single-entry .wp-block-group.is-style-roi-callout,
.single-entry .roi-callout {
  padding: 2rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #dcdcdc;
  margin: 2.5rem 0;
}
.single-entry .wp-block-group.is-style-roi-callout-accent,
.single-entry .roi-callout--accent {
  background: #fff6f5;
  border-color: #e62200;
}
.single-entry .wp-block-group.is-style-roi-callout-outline,
.single-entry .roi-callout--outline {
  background: transparent;
  border-color: #1a1a1a;
}
.single-entry .wp-block-group.is-style-roi-callout-muted,
.single-entry .roi-callout--muted {
  background: #dedede;
  border-color: transparent;
}

.wp-block-roi-map-list {
  margin: 3rem 0;
  display: grid;
  gap: 32px;
  background: #fff;
  border-radius: 16px;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border: 1px solid #dcdcdc;
}
@media screen and (min-width: 900px) {
  .wp-block-roi-map-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.wp-block-roi-map-list__map {
  border-radius: 16px;
  overflow: hidden;
}
.wp-block-roi-map-list__map img,
.wp-block-roi-map-list__map iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.wp-block-roi-map-list__list {
  display: flex;
  flex-direction: column;
  border: 1px solid #dcdcdc;
  border-radius: 12px;
  overflow: hidden;
}
.wp-block-roi-map-list__row {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 20px;
  padding: 1rem;
  border-bottom: 1px solid #dcdcdc;
}
.wp-block-roi-map-list__row:last-child {
  border-bottom: none;
}
.wp-block-roi-map-list__label {
  font-weight: 600;
  color: #1a1a1a;
}
.wp-block-roi-map-list__value {
  color: #525252;
  line-height: 1.6;
}

.single-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.single-cta__button {
  flex: 1 1 260px;
  min-height: 54px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
@media screen and (min-width: 769px) {
  .single-cta__button:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  }
}
.single-cta__button--dark {
  background: #1a1a1a;
  border: 1px solid #1a1a1a;
  color: #fff;
}
.single-cta__button--accent {
  background: #e62200;
  border: 1px solid #e62200;
  color: #fff;
}

.single-share {
  background: rgba(0, 0, 0, 0.04);
  border-radius: 12px;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.single-share__label {
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #888888;
}
.single-share__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.single-share__item {
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1a1a1a;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}
.single-share__item svg {
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 769px) {
  .single-share__item:hover {
    background: rgba(0, 0, 0, 0.12);
    transform: translateY(-1px);
  }
}
.single-share__item.is-copied {
  background: #1a1a1a;
  color: #fff;
}

.single-related {
  background: #fff;
  border-radius: 16px;
  padding: clamp(2rem, 4vw, 3rem);
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.single-related__header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.single-related__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.85rem;
  color: #888888;
  margin: 0;
}
.single-related__title {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3rem);
  letter-spacing: -0.02em;
}
.single-related__list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.related-card {
  background: #efefef;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.related-card__link {
  text-decoration: none;
  color: inherit;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.related-card__media {
  margin: 0;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.related-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.related-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px 12px 0;
}
.related-card__title {
  font-size: 1.1rem;
  margin: 12px;
  color: #1a1a1a;
  letter-spacing: -0.01em;
}
.related-card__date {
  margin: 0 12px 12px;
  font-size: 0.85rem;
  color: #888888;
}

.single-topics {
  background: #fff;
  border-radius: 16px;
  padding: clamp(2rem, 4vw, 3.5rem);
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.single-topics__header {
  display: flex;
  align-items: center;
  gap: 12px;
}
.single-topics__header h2 {
  margin: 0;
  font-size: clamp(2.5rem, 4vw, 3.25rem);
}
.single-topics__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e62200;
  display: inline-block;
}
.single-topics__grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.single-topics__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.single-topics__search {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.single-topics__search input {
  flex: 1 1 260px;
  min-height: 54px;
  border-radius: 6px;
  padding: 0 1.5rem;
  border: 1px solid #dcdcdc;
  font-size: 1rem;
}
.single-topics__search button {
  min-height: 54px;
  border-radius: 6px;
  border: none;
  background: #1a1a1a;
  color: #fff;
  padding: 0 2.5rem;
  font-weight: 600;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .single-hero,
  .single-entry {
    padding: 1.5rem;
  }
  .single-share {
    justify-content: flex-start;
  }
  .single-cta {
    flex-direction: column;
  }
}
.category-pill__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e62200;
  display: inline-block;
}
.category-pill[data-category=work-money] .category-pill__dot, .category-pill[data-category=work_money] .category-pill__dot {
  background: #e62200;
}
.category-pill[data-category=life-housing] .category-pill__dot, .category-pill[data-category=life_housing] .category-pill__dot {
  background: #548009;
}
.category-pill[data-category=stories-survival] .category-pill__dot, .category-pill[data-category=stories_survival] .category-pill__dot {
  background: #886b29;
}
.category-pill[data-category=society-culture] .category-pill__dot, .category-pill[data-category=society_culture] .category-pill__dot {
  background: #0b498f;
}

.search-page {
  background: #efefef;
  min-height: 100vh;
}
.search-page__header {
  background: #fff;
  min-height: 250px;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .search-page__header {
    padding: 40px 16px;
    min-height: auto;
  }
}
.search-page__header-inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  padding: 64px clamp(1.5rem, 4vw, 3rem);
}
@media screen and (max-width: 768px) {
  .search-page__header-inner {
    padding: 40px 16px;
  }
}
.search-page__title {
  font-family: "Figtree", "Lato", "Open Sans", "Inter", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
  color: #1a1a1a;
  margin: 0;
  letter-spacing: -1.92px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .search-page__title {
    font-size: 32px;
    letter-spacing: -0.96px;
    white-space: normal;
  }
}
.search-page__content {
  padding: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .search-page__content {
    padding: 40px 16px 56px;
  }
}
.search-page__inner {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 72px;
  padding: 0 clamp(1.5rem, 4vw, 3rem);
}
@media screen and (max-width: 768px) {
  .search-page__inner {
    gap: 40px;
  }
}
.search-page__results-count {
  font-family: "Open Sans", "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #525252;
  letter-spacing: -0.48px;
}
.search-page__results-count strong {
  font-weight: 700;
}
.search-page__list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.search-page__empty {
  text-align: center;
  padding: 3rem 0;
  color: #525252;
  font-size: 1.125rem;
}

.search-result-item {
  border-bottom: 1px solid rgba(136, 136, 136, 0.5);
  padding: 24px 0;
}
.search-result-item:last-child {
  border-bottom: none;
}
.search-result-item__link {
  text-decoration: none;
  color: inherit;
  display: flex;
  gap: 56px;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .search-result-item__link {
    flex-direction: column;
    gap: 16px;
  }
}
.search-result-item__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.search-result-item__meta {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.search-result-item__title {
  font-family: "Open Sans", "Inter", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #1a1a1a;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  letter-spacing: -0.54px;
  min-height: 66px;
}
@media screen and (max-width: 768px) {
  .search-result-item__title {
    min-height: auto;
  }
}
.search-result-item__excerpt {
  font-family: "Open Sans", "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #1a1a1a;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  letter-spacing: -0.48px;
  max-width: 760px;
}
@media screen and (max-width: 768px) {
  .search-result-item__excerpt {
    font-size: 14px;
    max-width: 100%;
  }
}
.search-result-item__date {
  font-family: "Open Sans", "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #525252;
  letter-spacing: -0.36px;
  margin-top: 8px;
}
.search-result-item__thumb {
  width: 280px;
  height: 157px;
  margin: 0;
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .search-result-item__thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
}
.search-result-item__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.search-page__pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
}
.search-page__pagination .nav-links,
.search-page__pagination .page-numbers {
  display: flex;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}
.search-page__pagination .nav-links li,
.search-page__pagination .page-numbers li {
  margin: 0;
}
.search-page__pagination a,
.search-page__pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background: #fff;
  color: #353a3f;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  transition: all 0.2s ease;
}
@media screen and (min-width: 769px) {
  .search-page__pagination a:hover,
  .search-page__pagination span:hover {
    border-color: #1a1a1a;
    color: #1a1a1a;
  }
}
.search-page__pagination a.current, .search-page__pagination a.page-numbers.current,
.search-page__pagination span.current,
.search-page__pagination span.page-numbers.current {
  background: #1a1a1a;
  border-color: #e9e9ed;
  color: #fff;
}
.search-page__pagination a.dots, .search-page__pagination a.page-numbers.dots,
.search-page__pagination span.dots,
.search-page__pagination span.page-numbers.dots {
  border: none;
  background: transparent;
  cursor: default;
}
@media screen and (min-width: 769px) {
  .search-page__pagination a.dots:hover, .search-page__pagination a.page-numbers.dots:hover,
  .search-page__pagination span.dots:hover,
  .search-page__pagination span.page-numbers.dots:hover {
    border: none;
    color: #353a3f;
  }
}
.search-page__pagination .pagination-icon {
  width: 16px;
  height: 16px;
  background-image: url("../../dist/images/icon/arrow_black.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}
.search-page__pagination .pagination-icon--prev {
  transform: rotate(180deg);
}
.search-page__pagination .prev .pagination-icon,
.search-page__pagination .next .pagination-icon {
  width: 16px;
  height: 16px;
}

body {
  font-family: "Open Sans", "Inter", sans-serif;
  color: #1a1a1a;
  background: #efefef;
  background-image: linear-gradient(#efefef, #efefef), url(../images/noise.png);
  background-repeat: repeat;
  background-size: 100px;
  letter-spacing: -0.03em;
  position: relative;
}

body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAUVBMVEWFhYWDg4N3d3dtbW17e3t1dXWBgYGHh4d5eXlzc3OLi4ubm5uVlZWPj4+NjY19fX2JiYl/f39ra2uRkZGZmZlpaWmXl5dvb29xcXGTk5NnZ2c8TV1mAAAAG3RSTlNAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAvEOwtAAAFVklEQVR4XpWWB67c2BUFb3g557T/hRo9/WUMZHlgr4Bg8Z4qQgQJlHI4A8SzFVrapvmTF9O7dmYRFZ60YiBhJRCgh1FYhiLAmdvX0CzTOpNE77ME0Zty/nWWzchDtiqrmQDeuv3powQ5ta2eN0FY0InkqDD73lT9c9lEzwUNqgFHs9VQce3TVClFCQrSTfOiYkVJQBmpbq2L6iZavPnAPcoU0dSw0SUTqz/GtrGuXfbyyBniKykOWQWGqwwMA7QiYAxi+IlPdqo+hYHnUt5ZPfnsHJyNiDtnpJyayNBkF6cWoYGAMY92U2hXHF/C1M8uP/ZtYdiuj26UdAdQQSXQErwSOMzt/XWRWAz5GuSBIkwG1H3FabJ2OsUOUhGC6tK4EMtJO0ttC6IBD3kM0ve0tJwMdSfjZo+EEISaeTr9P3wYrGjXqyC1krcKdhMpxEnt5JetoulscpyzhXN5FRpuPHvbeQaKxFAEB6EN+cYN6xD7RYGpXpNndMmZgM5Dcs3YSNFDHUo2LGfZuukSWyUYirJAdYbF3MfqEKmjM+I2EfhA94iG3L7uKrR+GdWD73ydlIB+6hgref1QTlmgmbM3/LeX5GI1Ux1RWpgxpLuZ2+I+IjzZ8wqE4nilvQdkUdfhzI5QDWy+kw5Wgg2pGpeEVeCCA7b85BO3F9DzxB3cdqvBzWcmzbyMiqhzuYqtHRVG2y4x+KOlnyqla8AoWWpuBoYRxzXrfKuILl6SfiWCbjxoZJUaCBj1CjH7GIaDbc9kqBY3W/Rgjda1iqQcOJu2WW+76pZC9QG7M00dffe9hNnseupFL53r8F7YHSwJWUKP2q+k7RdsxyOB11n0xtOvnW4irMMFNV4H0uqwS5ExsmP9AxbDTc9JwgneAT5vTiUSm1E7BSflSt3bfa1tv8Di3R8n3Af7MNWzs49hmauE2wP+ttrq+AsWpFG2awvsuOqbipWHgtuvuaAE+A1Z/7gC9hesnr+7wqCwG8c5yAg3AL1fm8T9AZtp/bbJGwl1pNrE7RuOX7PeMRUERVaPpEs+yqeoSmuOlokqw49pgomjLeh7icHNlG19yjs6XXOMedYm5xH2YxpV2tc0Ro2jJfxC50ApuxGob7lMsxfTbeUv07TyYxpeLucEH1gNd4IKH2LAg5TdVhlCafZvpskfncCfx8pOhJzd76bJWeYFnFciwcYfubRc12Ip/ppIhA1/mSZ/RxjFDrJC5xifFjJpY2Xl5zXdguFqYyTR1zSp1Y9p+tktDYYSNflcxI0iyO4TPBdlRcpeqjK/piF5bklq77VSEaA+z8qmJTFzIWiitbnzR794USKBUaT0NTEsVjZqLaFVqJoPN9ODG70IPbfBHKK+/q/AWR0tJzYHRULOa4MP+W/HfGadZUbfw177G7j/OGbIs8TahLyynl4X4RinF793Oz+BU0saXtUHrVBFT/DnA3ctNPoGbs4hRIjTok8i+algT1lTHi4SxFvONKNrgQFAq2/gFnWMXgwffgYMJpiKYkmW3tTg3ZQ9Jq+f8XN+A5eeUKHWvJWJ2sgJ1Sop+wwhqFVijqWaJhwtD8MNlSBeWNNWTa5Z5kPZw5+LbVT99wqTdx29lMUH4OIG/D86ruKEauBjvH5xy6um/Sfj7ei6UUVk4AIl3MyD4MSSTOFgSwsH/QJWaQ5as7ZcmgBZkzjjU1UrQ74ci1gWBCSGHtuV1H2mhSnO3Wp/3fEV5a+4wz//6qy8JxjZsmxxy5+4w9CDNJY09T072iKG0EnOS0arEYgXqYnXcYHwjTtUNAcMelOd4xpkoqiTYICWFq0JSiPfPDQdnt+4/wuqcXY47QILbgAAAABJRU5ErkJggg==);
  background-size: 30px;
  background-repeat: repeat;
  filter: brightness(180%);
}

html a {
  color: inherit;
  text-decoration: none;
}

.site-header,
.site-footer {
  padding: 1.5rem 2rem;
  background: #0f172a;
  color: #fff;
}

.site-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.primary-menu,
.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1rem;
}

.primary-menu a,
.footer-menu a {
  color: #e2e8f0;
  text-decoration: none;
  font-weight: 600;
}

.hero {
  padding: 3rem 2rem;
  background: linear-gradient(135deg, #2563eb, rgb(18.5714285714, 76.1428571429, 202.4285714286));
  color: #fff;
}

.section-header {
  margin: 2rem 0 1rem;
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}

.post-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 1.25rem;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
}

.entry-title {
  margin: 0 0 0.5rem;
  font-size: 1.25rem;
}

.entry-meta {
  color: #64748b;
  font-size: 0.9rem;
}

.pagination {
  margin: 2rem 0;
  text-align: center;
}

.search-form {
  display: flex;
  gap: 0.5rem;
}

.search-field {
  flex: 1;
  padding: 0.6rem 0.75rem;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
}

.search-submit {
  padding: 0.6rem 1rem;
  background: #2563eb;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.site-footer {
  margin-top: 3rem;
  text-align: center;
}

.floating-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
  transition: transform 0.4s ease, opacity 0.4s ease, background 0.35s ease, border-color 0.35s ease;
  border-bottom: 1px solid rgba(26, 26, 26, 0.1);
  color: #f8fafc;
  will-change: transform, opacity;
}
@media screen and (max-width: 768px) {
  .floating-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.floating-header__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 4vw, 3rem);
  display: flex;
  align-items: center;
  gap: clamp(1rem, 3vw, 2.5rem);
  min-height: 64px;
}
@media screen and (max-width: 768px) {
  .floating-header__inner {
    padding: 0 0 0 16px;
  }
}
.floating-header__logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
  font-family: "Figtree", "Lato", "Open Sans", "Inter", sans-serif;
  font-size: 1.4rem;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 768px) {
  .floating-header__logo {
    width: 162px;
    display: block;
  }
  .floating-header__logo img {
    width: 100%;
    height: auto;
  }
}
.floating-header__logo-mark {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.floating-header__logo-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e62200;
  display: inline-block;
}
.floating-header__nav {
  flex: 1;
}
.floating-header__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.75rem, 2vw, 1.25rem);
}
@media screen and (max-width: 768px) {
  .floating-header__nav ul {
    display: none;
  }
}
.floating-header__nav-item {
  list-style: none;
}
.floating-header__nav-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 1rem;
  font-weight: 600;
  text-transform: capitalize;
  color: #1a1a1a;
  text-decoration: none;
}
.floating-header__icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.floating-header__icon img {
  width: 24px;
  height: 24px;
}
.floating-header__divider {
  width: 6px;
  height: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.floating-header__divider span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d9d9d9;
  display: block;
}
.floating-header__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.floating-header__action {
  width: 48px;
  height: 48px;
  border: none;
  background-color: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
@media screen and (min-width: 769px) {
  .floating-header__action:hover {
    opacity: 0.6;
  }
}
.floating-header__action img {
  width: 20px;
  height: 20px;
}
.floating-header--solid {
  background: rgba(15, 15, 15, 0.94);
  border-color: rgba(255, 255, 255, 0.08);
}
.floating-header--hidden {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

.floating-header,
.floating-header__inner,
.floating-header__nav ul {
  gap: 12px;
}

.floating-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.floating-header--solid::before {
  opacity: 1;
}

.designer-footer {
  background: #1a1a1a;
  color: #fff;
  padding: clamp(3rem, 6vw, 4.5rem) clamp(1.5rem, 6vw, 5.5rem) 24px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .designer-footer {
    padding: 56px 16px 24px;
    gap: 16px;
  }
}
.designer-footer__top {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(32px, 4vw, 72px);
  align-items: stretch;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 4vw, 3rem);
}
@media screen and (max-width: 768px) {
  .designer-footer__top {
    padding: 0;
  }
}
.designer-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.designer-footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #fff;
  font-family: "Figtree", "Lato", "Open Sans", "Inter", sans-serif;
  font-size: 1.75rem;
  letter-spacing: -0.04em;
}
.designer-footer__logo-mark {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.designer-footer__logo-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e62200;
  display: block;
}
.designer-footer__list-group {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.designer-footer__list-label {
  font-weight: 700;
  margin: 0 0 8px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .designer-footer__list-label {
    font-size: 1.25rem;
    margin-bottom: 16px;
  }
}
.designer-footer__pills {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1rem;
}
.designer-footer__pills span {
  cursor: default;
}
.designer-footer__pills--wrap {
  max-width: 520px;
}
.designer-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.designer-footer__links a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .designer-footer__links a:hover {
    color: #fff;
  }
}
.designer-footer__cta {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: clamp(1.5rem, 5vw, 3rem);
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-shadow: 0 32px 60px rgba(0, 0, 0, 0.4);
}
.designer-footer__cta h2 {
  margin: 0;
  font-family: "Figtree", "Lato", "Open Sans", "Inter", sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
}
.designer-footer__cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}
.designer-footer__form {
  margin-top: auto;
}
.designer-footer__form button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: #e62200;
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 0.9rem 2rem;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  max-width: 280px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
@media screen and (min-width: 769px) {
  .designer-footer__form button:hover {
    box-shadow: 0 15px 30px rgba(230, 34, 0, 0.4);
  }
}
.designer-footer__form button img {
  width: 22px;
  height: 22px;
}
.designer-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto 0;
  width: 100%;
  padding: 16px clamp(1.5rem, 4vw, 3rem) 0;
}
@media screen and (max-width: 768px) {
  .designer-footer__bottom {
    flex-direction: column-reverse;
    align-items: baseline;
    border: none;
    padding: 0;
  }
}
.designer-footer__copyright {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 768px) {
  .designer-footer__copyright {
    font-size: 0.875rem;
  }
}
.designer-footer__socials {
  display: flex;
  gap: 12px;
}
.designer-footer__social {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease;
}
@media screen and (min-width: 769px) {
  .designer-footer__social:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
  }
}

@media (max-width: 640px) {
  .designer-footer__top {
    grid-template-columns: 1fr;
  }
}
.sp-only {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block !important;
  }
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../../src/scss/base/_reset.scss%22,%22../../src/scss/pages/_front-page.scss%22,%22../../src/scss/base/_variables.scss%22,%22../../src/scss/pages/_archive.scss%22,%22../../src/scss/pages/_single.scss%22,%22../../src/scss/pages/_search.scss%22,%22../../src/scss/style.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAGA;AAAA;AAAA;EAGE;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAIF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAeE;;;AAIF;AAAA;EAEE;;;AAIF;EACE;;;AAIF;EACE;EACA;EACA;;;AAIF;EACE;;;AAIF;AAAA;AAAA;AAAA;AAAA;EAKE;EACA;EACA;;;AAIF;AAAA;AAAA;AAAA;EAIE;;;AAIF;EACE;IACE;;EAGF;AAAA;AAAA;IAGE;IACA;IACA;IACA;;;AAKJ;EACE;EACA;EACA;EACA;;;AAIF;EACE;EACA;EACA;;;AAIF;EACE;EACA;;;AAIF;AAAA;EAEE;;;AAGF;AAAA;AAAA;AAAA;EAIE;EACA;;;AClIF;EACE;EACA;;AAEA;EACE;IAEE;;EAGF;IAEE;IACA;;EAGF;IAEE;IACA;;EAGF;IAGE;;;;AAKN;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA,OCxFY;;AD0FZ;EACE,WC5EY;ED6EZ;EACA;EACA;EACA;EACA,KC1EK;;AD2EL;EAPF;IAQI;;;AAIJ;EACE;EACA;EACA,KClFK;;ADmFL;EAJF;IAKI;;;AAIJ;EACE;EACA;EACA;EACA,OClHU;EDmHV;;AAGF;EACE,aCjHW;EDkHX;EACA;EACA;EACA;EACA;EACA;EACA;EACA,KCzGK;;AD4GP;EACE;;AAGF;EACE;EACA;EACA,KCpHK;EDqHL;;AAGF;EACE;EACA;EACA;EACA;EACA,OCnJU;;ADqJV;EACE,YC/JA;EDgKA,cChKA;EDiKA;;AAGF;EACE,OCrKA;;ADyKJ;EACE;EACA;EACA;;AAGF;EACE;EACA,OCvKU;EDwKV;;;AAIJ;EACE;;AAEA;EAHF;IAII;IACA;IACA;IACA;IACA;;;AAGF;EACE,KCnKK;EDoKL;EACA;;AACA;EAJF;IAKI;;;AAGF;EACE;;AAIJ;EACE,eC3LQ;ED4LR;EACA;EACA;;AAEA;EANF;IAOI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EACA;IACE;IACA;IACA;IACA;IACA;;;AASJ;EACE;EACA;EACA;EACA;;AAIJ;EACE;EACA;EACA,KCvNK;;ADwNL;EAJF;IAKI;IACA;IACA;IACA;IACA,OC9PE;;EDgQF;IACE;;;AAKN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EATF;IAUI;IACA;IACA;IACA;IACA;IACA;IACA;;;AAKF;EADF;IAEI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;;AAIJ;EACE;EACA,OC9RU;ED+RV;;AAGF;EACE;EACA,OCnSU;;ADoSV;EAHF;IAII;;;;AAKN;EACE;EACA;EACA,KCzRO;ED0RP;;AAEA;EACE;EACA;EACA,KC9RK;ED+RL;EACA;EACA;EACA,OCxTU;;AD0TV;EACE;EACA;EACA;EACA;EACA;;AAIF;EAEE;;AAIF;EAEE;;AAIF;EAEE;;AAIF;EAEE;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA,KC3UK;ED4UL;EACA,OClWU;;ADoWV;EACE;EACA;EACA,OCvWQ;;;AD4Wd;EACE;;AACA;EAFF;IAGI;IACA;;;;AAIJ;EACE;EACA;EACA;EACA;;AACA;EALF;IAMI;;;AAGF;EACE;EACA,KC3WK;ED4WL;EACA;;AACA;EALF;IAMI;IACA;;;AAIJ;EACE;EACA;EACA,KCtXK;EDuXL;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EATF;IAUI;IACA;;;AAIJ;EACE;EACA,OChaU;;ADiaV;EAHF;IAII;;;AAIJ;EACE;EACA,eCjaQ;EDkaR;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;;;AAKN;EACE;IACE;;;AAIJ;EACE;IACE;;EAEA;IACE,KChbG;;EDmbL;IACE;;EAGF;IACE,KCrbG;;EDybP;IACE;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;;AAEA;EAHF;IAII;;;AAGF;EACE;EACA;EACA;EACA;EACA,eCveQ;EDweR;EACA;EACA;EACA;EACA,KCreK;EDseL;EACA;;AAGF;EACE;EACA;EACA,KC3eK;ED4eL;;AAGF;EACE,aC9fW;ED+fX;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA,KC9fK;;ADggBL;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAIJ;EACE;EACA;EACA,KCjhBG;EDkhBH;EACA;EACA,YC3iBQ;ED4iBR;EACA;EACA;EACA;EACA;;AAEA;EACE;IACE;;;AAIJ;EACE;EACA;;AAKN;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;;;AAKN;EACE;;AAEA;EAHF;IAII;;;AAGF;EACE;IACE;;;AAIJ;EACE,WC5kBY;ED6kBZ;EACA;EACA;EACA;EACA,KC7kBK;;AD8kBL;EAPF;IAQI;IACA;IACA;;;AAIJ;EACE;EACA,eC/lBQ;EDgmBR;EACA;EACA;EACA;EACA;;AACA;EARF;IASI;IACA;IACA;IACA;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAGF;EACE;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA,KCzoBK;;AD0oBL;EARF;IASI;;;AAIJ;EACE;EACA;EACA;EACA;;AAGF;EACE,aCpqBW;EDqqBX;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA,KC5qBK;ED6qBL;EACA,eCzrBQ;ED0rBR;EACA,YCvsBU;EDwsBV;EACA;EACA;EACA;EACA;;AACA;EAjBF;IAkBI;;EACA;IACE;IACA;IACA;IACA,cChtBO;IDitBP,OCptBM;IDqtBN,YC/tBA;IDguBA;IACA;;;AAIJ;EACE;;AACA;EAFF;IAGI;;;AAIJ;EACE;;AACA;EAFF;IAGI;;;AAIJ;EACE;EACA;;AAGF;EACE;IACE;IACA,OCjvBM;;;ADsvBZ;EACE;EACA;EACA,KCruBK;;ADsuBL;EAJF;IAKI;;;AAIJ;EACE;EACA;EACA,KC9uBK;;AD+uBL;EAJF;IAKI;IACA;;;AAIJ;EAEE,kBCrxBI;;;ADyxBR;EACE;EACA;EACA;EACA;EACA;EACA;EACA,OCrxBY;;ADuxBZ;EACE;EACA;EACA;EACA;EACA;;AAMA;EACE;;AAOF;EACE;;AAOF;EACE;;AAOF;EACE;;;AAKN;EACE;EACA;EACA,KC7yBO;ED8yBP;EACA,OCp0BY;;ADs0BZ;EACE;EACA;EACA;EACA;;AAEA;EACE;IACE;;;AAIJ;EACE;;;AAKN;EACE,eCj1BU;EDk1BV;EACA;EACA,KCx0BO;;AD00BP;EACE;IACE;;;AAIJ;EACE,eC51BQ;ED61BR;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;;AAIJ;EACE;EACA;EACA;EACA,KCn2BK;;ADs2BP;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA,OCt4BU;;;AD04Bd;EACE;EACA,KCx3BO;EDy3BP;EACA;;AAEA;EANF;IAOI;IACA;IACA;IACA;;;AAGF;EACE;;AAGF;EACE;EACA,eCr5BQ;EDs5BR;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;;AAIJ;EACE;EACA;EACA,KCx5BK;EDy5BL;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EATF;IAUI;IACA;;;AAIJ;EACE;EACA,OCl8BU;;;ADs8Bd;EACE;;AAEA;EAHF;IAII;;;AAGF;EACE,WCj8BY;EDk8BZ;EACA;EACA;EACA;EACA,KCj8BK;;ADk8BL;EAPF;IAQI;;;AAIJ;EACE;EACA;EACA,KCx8BK;EDy8BL;EACA;EACA;;AACA;EAPF;IAQI;IACA;;;AAIJ;EACE;EACA;EACA;EACA,YCr/BE;EDs/BF;;AAGF;EACE,aC1+BW;ED2+BX;EACA;;AAGF;EACE;EACA;EACA,KCr+BK;;ADs+BL;EAJF;IAKI;IACA,KCr+BG;;;ADy+BP;EACE;EACA;EACA,KC7+BK;ED8+BL;;AACA;EALF;IAMI;;;AAIJ;EACE;EACA;EACA,KCv/BK;;ADy/BL;EALF;IAMI;;;AAGF;EACE;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA,KCvgCG;EDwgCH;EACA;EACA,YCjiCQ;EDkiCR;EACA;EACA;EACA;;AAEA;EACE;EACA;;;AAMR;EACE;EACA,eCtiCU;EDuiCV;EACA;EACA;EACA;EACA;EACA;EACA,SCniCO;EDoiCP;EACA;;AAEA;EAbF;IAcI,SCviCK;IDwiCL;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;IAEE;;EAGF;IAEE;IACA;;EAGF;IAEE;;;AAKJ;EACE;EACA;EACA;EACA;EACA;EACA;;AAIF;EACE;EACA;EACA;EACA;EACA,KCtlCK;;ADylCP;EACE;EACA;EACA;EACA;EACA;;AACA;EANF;IAOI;IACA;;;AAGF;EACE;EACA;;AAIJ;EACE;EACA;EACA;;AACA;EAJF;IAKI;IACA;;;AAIJ;EACE;EACA;EACA;EACA;EACA;;AACA;EANF;IAOI;;;;AAKN;EACE;IACE;IACA;;EAGF;IACE;;EAEA;IACE;;EAIJ;IACE;;EAGF;IACE;;EACA;IACE;IACA;IACA;IACA;IACA;;;AExrCN;EACE,YDDW;ECEX;;AAEA;EACE,YDPI;ECQJ;EACA;EACA;;AAEA;EANF;IAOI;IACA;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EAVF;IAWI;IACA;IACA;;;AAIJ;EACE,aDnBW;ECoBX;EACA;EACA;EACA,OD9BU;EC+BV;EACA;EACA;;AAEA;EAVF;IAWI;IACA;IACA;;;AAIJ;EACE,aDrCQ;ECsCR;EACA;EACA;EACA,OD9CU;EC+CV;EACA;EACA;;AAEA;EAVF;IAWI;IACA;;;AAIJ;EACE;;AAEA;EAHF;IAII;;;AAIJ;EACE,WDpDY;ECqDZ;EACA;EACA;EACA;EACA;;AAEA;EARF;IASI;;;AAIJ;EACE;EACA;EACA;;AAEA;EALF;IAMI;IACA;;;AAIJ;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA,ODlGU;ECmGV;;;AAIJ;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA,eD/GQ;;ACiHR;EACE;EACA;EACA;EACA;;AAIJ;EACE;EACA;EACA;EACA;;AAGF;EACE,aDrIQ;ECsIR;EACA;EACA;EACA,OD/IU;ECgJV;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE,aDpJQ;ECqJR;EACA;EACA;EACA,OD5JU;EC6JV;;;AAIJ;EACE;EACA;;AAEA;EACE;;AAGF;EACE;EACA;EACA;EACA;EACA;;AAEA;EAPF;IAQI;IACA;;;AAIJ;EACE;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;;AAGF;EACE,aDnMQ;ECoMR;EACA;EACA;EACA,OD7MU;EC8MV;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EAfF;IAgBI;;;AAIJ;EACE,aDvNQ;ECwNR;EACA;EACA;EACA,ODjOU;ECkOV;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EAfF;IAgBI;IACA;;;AAIJ;EACE,aD5OQ;EC6OR;EACA;EACA;EACA,ODrPU;ECsPV;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA,eDtPQ;ECuPR;;AAEA;EARF;IASI;IACA;IACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAOJ;EACE;EACA;EACA;EACA;EACA;;AAMA;EACE;;AAOF;EACE;;AAOF;EACE;;AAOF;EACE;;;AAKN;EACE;EACA;EACA;EACA;;AAEA;AAAA;EAEE;EACA;EACA;EACA;EACA;EACA;;AAGF;AAAA;EAEE;;AAGF;AAAA;EAEE;EACA;EACA;EACA;EACA;EACA;EACA;EACA,YDrWI;ECsWJ;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;AAAA;IACE,cDrWM;ICsWN,ODtWM;;;AC0WV;AAAA;AAAA;EAEE,YD5WQ;EC6WR;EACA,ODxXE;;AC2XJ;AAAA;AAAA;EAEE;EACA;EACA;;AAEA;EACE;AAAA;AAAA;IACE;IACA;;;AAMR;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAOF;AAAA;EACE;EACA;;;AC5ZN;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;;;AAIJ;EACE;EACA,eFKU;EEJV;EACA;EACA;EACA;EACA,KFUO;;AERP;EACE;EACA;EACA,KFMK;EELL;;AAGF;EACE;EACA;EACA;EACA,OFxBU;EEyBV;;AAGF;EACE;EACA;EACA;EACA;EACA,KFZK;;AEeP;EACE;EACA;EACA,KFhBK;EEiBL;EACA;EACA;EACA,OFzCU;;AE4CZ;EACE;EACA,KFzBK;EE0BL;;AAGF;EACE;EACA,eF3CQ;EE4CR;EACA;;AAEA;EACE;EACA;EACA;EACA;;;AAKN;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA,eFnEU;EEoEV;EACA;EACA;EACA;EACA,OFlFY;;AEoFZ;EACE;;AAGF;AAAA;AAAA;EAGE;EACA,OF7FU;EE8FV;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;EACA,eFpGQ;EEqGR;;AAEA;EACE;EACA;EACA;;AAIJ;AAAA;EAEE;EACA;EACA,eFlHQ;EEmHR;EACA;EACA;EACA;EACA,OFlIU;;AEqIZ;EACE;;AAEA;EACE;EACA;EACA;EACA,eFlIM;EEmIN;;AAGF;AAAA;EAEE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA,OF3JQ;;AE+JZ;AAAA;EAEE;EACA;;AAEA;AAAA;EACE;EACA;;AAIJ;EACE;EACA;;;AAKF;AAAA;EAEE;EACA,eFzKQ;EE0KR;EACA;EACA;;AAGF;AAAA;EAEE;EACA,cFtME;;AEyMJ;AAAA;EAEE;EACA,cFnMU;;AEsMZ;AAAA;EAEE;EACA;;;AAIJ;EACE;EACA;EACA,KF5LO;EE6LP;EACA,eFvMU;EEwMV;EACA;;AAEA;EATF;IAUI;;;AAGF;EACE,eFhNQ;EEiNR;;AAEA;AAAA;EAEE;EACA;EACA;;AAIJ;EACE;EACA;EACA;EACA,eFhOQ;EEiOR;;AAGF;EACE;EACA;EACA,KF5NK;EE6NL;EACA;;AAEA;EACE;;AAIJ;EACE;EACA,OF5PU;;AE+PZ;EACE,OF/PU;EEgQV;;;AAIJ;EACE;EACA;EACA,KFlPO;;AEoPP;EACE;EACA;EACA;EACA;EACA;EACA;EACA,KF1PK;EE2PL;EACA;EACA;;AAEA;EACE;IACE;IACA;;;AAIJ;EACE,YF9RQ;EE+RR;EACA;;AAGF;EACE,YF7SA;EE8SA;EACA;;;AAKN;EACE;EACA,eFnSU;EEoSV;EACA;EACA;EACA,KF5RO;EE6RP;;AAEA;EACE;EACA;EACA;EACA,OFtTU;;AEyTZ;EACE;EACA,KFvSK;EEwSL;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,OF1UU;EE2UV;EACA;EACA;;AAEA;EACE;EACA;;AAGF;EACE;IACE;IACA;;;AAIJ;EACE,YF5VQ;EE6VR;;;AAKN;EACE;EACA,eFzVU;EE0VV;EACA;EACA;EACA;EACA,KFrVO;;AEuVP;EACE;EACA;EACA,KFvVK;;AE0VP;EACE;EACA;EACA;EACA,OFnXU;EEoXV;;AAGF;EACE;EACA;EACA;;AAGF;EACE;EACA,KF5WK;EE6WL;;;AAIJ;EACE,YF/YW;EEgZX,eF7XU;EE8XV;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;;AAIJ;EACE;EACA;EACA,KF9YK;EE+YL;;AAGF;EACE;EACA,QFrZK;EEsZL,OF5aU;EE6aV;;AAGF;EACE;EACA;EACA,OFjbU;;;AEqbd;EACE;EACA,eF9aU;EE+aV;EACA;EACA;EACA;EACA,KF1aO;;AE4aP;EACE;EACA;EACA,KF7aK;;AE+aL;EACE;EACA;;AAIJ;EACE;EACA;EACA;EACA,YFxdE;EEydF;;AAGF;EACE;EACA,KFhcK;EEicL;;AAGF;EACE;EACA;EACA,KFtcK;;AEycP;EACE;EACA;EACA,KF5cK;;AE8cL;EACE;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA,YFjfQ;EEkfR;EACA;EACA;EACA;;;AAKN;EACE;AAAA;IAEE;;EAGF;IACE;;EAGF;IACE;;;AAMF;EACE;EACA;EACA;EACA;EACA;;AAMA;EACE;;AAOF;EACE;;AAOF;EACE;;AAOF;EACE;;;ACvjBN;EACE,YHDW;EGEX;;AAEA;EACE,YHPI;EGQJ;EACA;EACA;;AAEA;EANF;IAOI;IACA;;;AAIJ;EACE;EACA;EACA,WHIY;EGHZ;;AAEA;EANF;IAOI;;;AAIJ;EACE,aHbW;EGcX;EACA;EACA;EACA,OHxBU;EGyBV;EACA;EACA;;AAEA;EAVF;IAWI;IACA;IACA;;;AAIJ;EACE;;AAEA;EAHF;IAII;;;AAIJ;EACE,WH9BY;EG+BZ;EACA;EACA;EACA;EACA;;AAEA;EARF;IASI;;;AAIJ;EACE,aHpDQ;EGqDR;EACA;EACA;EACA,OH7DU;EG8DV;;AAEA;EACE;;AAIJ;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA,OH9EU;EG+EV;;;AAIJ;EACE;EACA;;AAEA;EACE;;AAGF;EACE;EACA;EACA;EACA;EACA;;AAEA;EAPF;IAQI;IACA;;;AAIJ;EACE;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;;AAGF;EACE,aHpHQ;EGqHR;EACA;EACA;EACA,OH9HU;EG+HV;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EAfF;IAgBI;;;AAIJ;EACE,aHxIQ;EGyIR;EACA;EACA;EACA,OHlJU;EGmJV;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EAfF;IAgBI;IACA;;;AAIJ;EACE,aH7JQ;EG8JR;EACA;EACA;EACA,OHtKU;EGuKV;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA,eHvKQ;EGwKR;EACA;;AAEA;EATF;IAUI;IACA;IACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAKN;EACE;EACA;EACA;EACA;;AAEA;AAAA;EAEE;EACA;EACA;EACA;EACA;EACA;;AAGF;AAAA;EAEE;;AAGF;AAAA;EAEE;EACA;EACA;EACA;EACA;EACA;EACA;EACA,YH5OI;EG6OJ;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;AAAA;IACE,cH5OM;IG6ON,OH7OM;;;AGiPV;AAAA;AAAA;EAEE,YHnPQ;EGoPR;EACA,OH/PE;;AGkQJ;AAAA;AAAA;EAEE;EACA;EACA;;AAEA;EACE;AAAA;AAAA;IACE;IACA;;;AAMR;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAOF;AAAA;EACE;EACA;;;AC3RN;EACE,aJMU;EILV,OJZM;EIaN,YJVW;EIWX;EAEA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;AAAA;EAEE;EACA,YJvCc;EIwCd;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;AAAA;EAEE;EACA;EACA;EACA;EACA;;;AAGF;AAAA;EAEE;EACA;EACA;;;AAGF;EACE;EACA;EAKA;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA,YJ1Ha;EI2Hb;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EAEA;EAEA;EACA;;AAEA;EAZF;IAaI;;;AAGF;EACE,WJnIY;EIoIZ;EACA;EACA;EACA;EACA;EACA;;AAEA;EATF;IAUI;;;AAIJ;EACE;EACA;EACA,KJ5IK;EI6IL;EACA;EACA,aJ9JW;EI+JX;EACA;;AAEA;EAVF;IAWI;IACA;;EACA;IACE;IACA;;;AAKN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA,YJ1ME;EI2MF;;AAGF;EACE;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EATF;IAUI;;;AAKN;EACE;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA,OJ7OI;EI8OJ;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;;AAIJ;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;;AAIJ;EACE;EACA;EACA,KJjPK;;AIoPP;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;IACE;;;AAIJ;EACE;EACA;;AAIJ;EACE;EACA;;AAGF;EACE;EACA;EACA;;;AAIJ;AAAA;AAAA;EAGE,KJ3RO;;;AI8RT;EACE;EACA;EACA;EACA;EAKA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE,YJvUY;EIwUZ;EACA;EACA;EACA;EACA,KJzTO;;AI2TP;EARF;IASI;IACA;;;AAGF;EACE;EACA;EACA;EACA;EACA,WJzUY;EI0UZ;EACA;;AACA;EARF;IASI;;;AAIJ;EACE;EACA;EACA,KJ/UK;;AIkVP;EACE;EACA;EACA,KJnVK;EIoVL;EACA;EACA,aJrWW;EIsWX;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA,YJxYE;EIyYF;;AAGF;EACE;EACA;EACA,KJlXK;;AIqXP;EACE;EACA;EACA;;AACA;EAJF;IAKI;IACA;;;AAIJ;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAGF;EACE;;AAIJ;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA;;AACA;EACE;IACE;;;AAMR;EACE;EACA,eJ3aQ;EI4aR;EACA;EACA;EACA,KJraK;EIsaL;;AAEA;EACE;EACA,aJxbS;EIybT;;AAGF;EACE;EACA;EACA;;AAIJ;EACE;;AAEA;EACE;EACA;EACA;EACA,KJ5bG;EI6bH,YJ3dA;EI4dA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;IACE;;;AAIJ;EACE;EACA;;AAKN;EACE;EACA,aJvdK;EIwdL;EACA;EACA,KJzdK;EI0dL;EACA;EACA,WJneY;EIoeZ;EACA;EACA;;AACA;EAZF;IAaI;IACA;IACA;IACA;;;AAIJ;EACE;EACA;;AACA;EAHF;IAII;;;AAIJ;EACE;EACA,KJlfK;;AIqfP;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;IACE;IACA;;;;AAMR;EACE;IACE;;;AAIJ;EACE;;AACA;EAFF;IAGI%22,%22file%22:%22style.css%22%7D */
