*[class$=__container] {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

:root {
  --font-primary: Fredoka, sans-serif;
  --font-secondary: Inter, sans-serif;
  --color-black: #000000;
  --color-blue: #127DCA;
  --color-pink: #C12D88;
}

body {
  font-family: var(--font-secondary);
  color: var(--color-dark-grey);
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-primary);
  line-height: 1.2;
}

.nf-modal__content,
.se-modal__content,
.ev-modal__content,
.ts-modal__content,
.ne-modal__content,
.nf-modal__box,
.se-modal__box,
.ev-modal__box,
.ts-modal__box,
.ne-modal__box {
  scrollbar-width: thin;
  scrollbar-color: #C12D88 transparent;
}
.nf-modal__content::-webkit-scrollbar,
.se-modal__content::-webkit-scrollbar,
.ev-modal__content::-webkit-scrollbar,
.ts-modal__content::-webkit-scrollbar,
.ne-modal__content::-webkit-scrollbar,
.nf-modal__box::-webkit-scrollbar,
.se-modal__box::-webkit-scrollbar,
.ev-modal__box::-webkit-scrollbar,
.ts-modal__box::-webkit-scrollbar,
.ne-modal__box::-webkit-scrollbar {
  width: 0.375rem;
}
.nf-modal__content::-webkit-scrollbar-track,
.se-modal__content::-webkit-scrollbar-track,
.ev-modal__content::-webkit-scrollbar-track,
.ts-modal__content::-webkit-scrollbar-track,
.ne-modal__content::-webkit-scrollbar-track,
.nf-modal__box::-webkit-scrollbar-track,
.se-modal__box::-webkit-scrollbar-track,
.ev-modal__box::-webkit-scrollbar-track,
.ts-modal__box::-webkit-scrollbar-track,
.ne-modal__box::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.08);
  border-radius: 0.625rem;
}
.nf-modal__content::-webkit-scrollbar-thumb,
.se-modal__content::-webkit-scrollbar-thumb,
.ev-modal__content::-webkit-scrollbar-thumb,
.ts-modal__content::-webkit-scrollbar-thumb,
.ne-modal__content::-webkit-scrollbar-thumb,
.nf-modal__box::-webkit-scrollbar-thumb,
.se-modal__box::-webkit-scrollbar-thumb,
.ev-modal__box::-webkit-scrollbar-thumb,
.ts-modal__box::-webkit-scrollbar-thumb,
.ne-modal__box::-webkit-scrollbar-thumb {
  background: #C12D88;
  border-radius: 0.625rem;
}
.nf-modal__content::-webkit-scrollbar-thumb:hover,
.se-modal__content::-webkit-scrollbar-thumb:hover,
.ev-modal__content::-webkit-scrollbar-thumb:hover,
.ts-modal__content::-webkit-scrollbar-thumb:hover,
.ne-modal__content::-webkit-scrollbar-thumb:hover,
.nf-modal__box::-webkit-scrollbar-thumb:hover,
.se-modal__box::-webkit-scrollbar-thumb:hover,
.ev-modal__box::-webkit-scrollbar-thumb:hover,
.ts-modal__box::-webkit-scrollbar-thumb:hover,
.ne-modal__box::-webkit-scrollbar-thumb:hover {
  background: #DE05AB;
}

.wp-block-media-text {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

.wp-block-paragraph,
.wp-block-heading,
.wp-block-image,
.wp-block-gallery,
.wp-block-list,
.wp-block-quote,
.wp-block-pullquote,
.wp-block-table,
.wp-block-code,
.wp-block-preformatted,
.wp-block-html,
.wp-block-audio,
.wp-block-video,
.wp-block-file,
.wp-block-button,
.wp-block-buttons,
.wp-block-columns,
.wp-block-column,
.wp-block-group,
.wp-block-cover,
.wp-block-media-text,
.wp-block-separator,
.wp-block-spacer,
.wp-block-embed,
.wp-block-search,
.wp-block-calendar,
.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts,
.wp-block-latest-comments,
.wp-block-tag-cloud,
.wp-block-rss {
  max-width: 70.625rem;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.news-feed {
  padding: 0 0 3.75rem 0;
}
.news-feed__container {
  max-width: 82.5rem;
}
.news-feed__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6.25rem;
}
@media (max-width: 47.99875rem) {
  .news-feed__grid {
    grid-template-columns: 1fr;
  }
}
.news-feed__empty {
  grid-column: 1/-1;
  text-align: center;
  font-family: "Inter", sans-serif;
  color: #000000;
  padding: 2.5rem 0;
}
.news-feed__item {
  display: flex;
  gap: 1.5rem;
  border-radius: 0.5rem;
  background: #ffffff;
}
@media (max-width: 29.99875rem) {
  .news-feed__item {
    flex-direction: column;
  }
}
.news-feed__item-thumbnail {
  flex: 0 0 18.125rem;
  overflow: hidden;
  align-self: stretch;
}
.news-feed__item-thumbnail img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 1.5rem;
}
@media (max-width: 63.99875rem) {
  .news-feed__item-thumbnail {
    flex: 0 0 10rem;
    width: 10rem;
  }
}
@media (max-width: 29.99875rem) {
  .news-feed__item-thumbnail {
    flex: none;
    width: 100%;
    height: 12.5rem;
  }
}
.news-feed__item-placeholder {
  width: 100%;
  height: 100%;
  min-height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-feed__item-placeholder svg {
  width: 100%;
  height: 100%;
  display: block;
}
.news-feed__item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.news-feed__item-title {
  font-family: "Fredoka", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  color: #000000;
  margin: 0;
  text-transform: uppercase;
  line-height: 1.2;
}
.news-feed__item-subtitle {
  font-family: "Fredoka", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #000000;
  margin: 0;
}
.news-feed__item-date {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #000000;
  margin: 0;
}
.news-feed__item-excerpt {
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  color: #000000;
  line-height: 1.65;
  margin: 0.375rem 0 0;
  flex: 1;
}
.news-feed__item-btn {
  margin-top: 1rem;
  align-self: flex-start;
}
.news-feed__item-btn span {
  border-radius: 0.625rem !important;
  font-size: 1rem !important;
  padding: 0.625rem 1rem !important;
}
.news-feed__item-btn::before {
  border-radius: 0.625rem !important;
}
.news-feed__filters {
  margin-bottom: 2rem;
}
.news-feed__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 3rem;
}
.news-feed__pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0 0.5rem;
  border: 1px solid #d9d9d9;
  border-radius: 0.5rem;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  color: #000000;
  text-decoration: none;
  transition: all 0.3s ease;
}
.news-feed__pagination .page-numbers:hover {
  border-color: #C12D88;
  color: #C12D88;
  transition: all 0.3s ease;
}
.news-feed__pagination .page-numbers.current {
  background: #C12D88;
  border-color: #C12D88;
  color: #ffffff;
  font-weight: 600;
}
.news-feed__pagination .page-numbers.dots {
  border-color: transparent;
  pointer-events: none;
}
.news-feed__pagination .page-numbers.prev svg, .news-feed__pagination .page-numbers.next svg {
  display: block;
}

.nf-year-filter {
  position: relative;
  display: inline-block;
}
.nf-year-filter .pl-filter__label {
  display: block;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 0.375rem;
}
.nf-year-filter .pl-filter__trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1rem;
  background: #ffffff;
  border: 1px solid #d0d0d0;
  border-radius: 0.5rem;
  cursor: pointer;
  font-size: 0.875rem;
  white-space: nowrap;
  min-width: 7.5rem;
  justify-content: space-between;
}
.nf-year-filter .pl-filter__trigger svg {
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.nf-year-filter .pl-filter__count {
  font-size: 0.8125rem;
}
.nf-year-filter.pl-filter--open .pl-filter__trigger svg {
  transform: rotate(180deg);
}
.nf-year-filter.pl-filter--open .pl-filter__panel {
  display: block;
}
.nf-year-filter .pl-filter__panel {
  display: none;
  position: absolute;
  top: calc(100% + 0.25rem);
  left: 0;
  min-width: 100%;
  background: #ffffff;
  border: 1px solid #d0d0d0;
  border-radius: 0.5rem;
  padding: 0.375rem 0;
  z-index: 100;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}
.nf-year-filter .pl-filter__option {
  display: block;
  padding: 0.5rem 1rem;
  cursor: pointer;
  font-size: 0.875rem;
  white-space: nowrap;
  color: #000000;
  text-decoration: none;
}
.nf-year-filter .pl-filter__option:hover {
  color: #C12D88;
}
.nf-year-filter .pl-filter__option.is-selected {
  color: #C12D88;
  font-weight: 600;
}

.nf-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.nf-modal[aria-hidden=false] {
  pointer-events: all;
}
.nf-modal[aria-hidden=false] .nf-modal__overlay {
  opacity: 1;
}
.nf-modal[aria-hidden=false] .nf-modal__box {
  opacity: 1;
  transform: translateY(0);
}
.nf-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.nf-modal__box {
  position: relative;
  z-index: 1;
  background: #ffffff;
  display: flex;
  width: 90%;
  max-width: 56.25rem;
  max-height: 90vh;
  overflow: hidden;
  opacity: 0;
  transform: translateY(1.5rem);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media (max-width: 47.99875rem) {
  .nf-modal__box {
    flex-direction: column;
    overflow-y: auto;
  }
}
.nf-modal__close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 10;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.25rem;
  line-height: 0;
}
.nf-modal__close svg path {
  transition: stroke 0.2s ease;
}
.nf-modal__close:hover svg path {
  stroke: #C12D88;
}
.nf-modal__photo {
  width: 40%;
  flex-shrink: 0;
  padding: 1.5625rem;
}
.nf-modal__photo img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
@media (max-width: 47.99875rem) {
  .nf-modal__photo {
    width: 100%;
    padding: 4.0625rem 0.9375rem 0rem 0.9375rem;
  }
}
.nf-modal__content {
  flex: 1;
  padding: 3rem 3rem 3rem 2.5rem;
  overflow-y: auto;
  transition: opacity 0.2s ease;
}
@media (max-width: 47.99875rem) {
  .nf-modal__content {
    padding: 1.5rem;
  }
}
.nf-modal__name {
  font-size: 2.25rem;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  margin: 0 0 0.25rem;
}
.nf-modal__subtitle {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Fredoka", sans-serif;
  margin: 0 0 0.25rem;
}
.nf-modal__datetime {
  font-size: 1.125rem;
  font-weight: 400;
  margin: 0 0 1.5rem;
}
.nf-modal__description {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.75;
}
.nf-modal__description p + p {
  margin-top: 1rem;
}
.nf-modal__gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  margin-top: 1.5rem;
}
.nf-modal__gallery-img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
}
.nf-modal__loader {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}
.nf-modal__spinner {
  width: 2.5rem;
  height: 2.5rem;
  border: 0.1875rem solid rgba(0, 0, 0, 0.1);
  border-top-color: #C12D88;
  border-radius: 50%;
  animation: nf-spin 0.7s linear infinite;
}

@keyframes nf-spin {
  to {
    transform: rotate(360deg);
  }
}