@charset "UTF-8";

:root {
  --ng-pink: #D10074;
  --ng-burgundy: #520E33;
  --ng-link-card: #E9FAFF;
  --ng-footer: #031e2f;
  --ng-pantone: #002244;
  --ng-blue-dark: #031e2f;
}

.hamburger {
  padding: 0.625rem;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  color: #171717 !important;
  display: flex;
}

@media (min-width: 992px) {
  .hamburger {
    display: none;
  }
}

.hamburger:focus {
  outline: none;
}

.hamburger:focus-visible {
  outline: solid;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #171717;
}

.hamburger-box {
  width: 1.375rem;
  height: 1.375rem;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.125rem;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 1.5rem;
  height: 0.125rem;
  background-color: #171717;
  border-radius: 0.125rem;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -0.375rem;
}

.hamburger-inner::after {
  bottom: -0.375rem;
}

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.search-box {
  margin-top: 0.75rem;
}

@media (min-width: 992px) {
  .search-box {
    display: none;
  }
}

.search-box-lg {
  display: none;
}

@media (min-width: 992px) {
  .search-box-lg {
    display: flex;
    float: right;
  }
  .search-box-lg input {
    padding-top: 0.25rem;
    height: 2.25rem;
    margin-right: 0.3125rem !important;
  }
  .search-box-lg button {
    height: 2.25rem;
    width: 2.25rem;
    padding: 0;
  }
  .search-box-lg button .fa-search {
    width: 1rem;
  }
}

.search-box__input {
  margin-right: 0.5rem;
}

.top-menu {
  margin-top: 2rem;
}

.top-menu-item {
  margin: 0;
  border-bottom: 1px solid #00cdff;
  min-height: auto;
  flex: 0 1 auto !important;
}

@media (min-width: 992px) {
  .top-menu-item {
    display: flex;
    margin-right: 2rem;
    border: 0;
  }
}

@media (min-width: 992px) {
  .top-menu-item.show .top-menu-item__title {
    color: #d10074;
  }
}

.top-menu-item.show .top-menu-item__arrow {
  transform: translate(0);
}

.top-menu-item.show .top-menu-item__arrow::before {
  content: "";
  transform: rotate(45deg);
}

.top-menu-item.show .top-menu-item__arrow::after {
  content: "";
  transform: rotate(-45deg);
}

.top-menu-item__header {
  text-transform: none;
  font-size: 1.25rem;
  font-weight: normal;
  line-height: normal;
  color: #171717 !important;
  width: 100%;
  display: inline-block;
  padding: 0.5rem 0;
  position: relative;
  transition: 0.15s ease;
}

@media (min-width: 992px) {
  .top-menu-item__header {
    display: flex;
  }
}

@media (min-width: 992px) {
  .top-menu-item__title {
    white-space: nowrap;
    margin-right: 0.75rem;
  }
  .top-menu-item__title:hover {
    color: #d10074;
  }
}

.top-menu-item__arrow {
  width: 0.8125rem;
  height: 0.8125rem;
  display: block;
  position: relative;
  bottom: -0.3125rem;
  transition: 0.4s ease;
  margin: 0.125rem 0.5rem 0 0;
  text-align: left;
  float: right;
  transform: rotate(0);
  left: 0;
}

.top-menu-item__arrow:before, .top-menu-item__arrow:after {
  position: absolute;
  content: "";
  display: inline-block;
  transition: 0.4s ease;
  background-color: transparent;
  width: 0.125rem;
  height: 0.625rem;
  border-bottom: 0.75rem solid #d10074;
  top: 0;
  left: 0;
  transform: rotate(0);
  border-radius: 1px;
}

@media (min-width: 992px) {
  .top-menu-item__arrow:before, .top-menu-item__arrow:after {
    border-width: 0.5rem;
    width: 0.1875rem;
    height: 0.5rem;
    top: 0.1875rem;
  }
}

.top-menu-item__arrow:after {
  position: absolute;
  top: 0;
  left: 0.4375rem;
  transform: rotate(-135deg);
}

@media (min-width: 992px) {
  .top-menu-item__arrow:after {
    top: 0.1875rem;
    left: 0.25rem;
  }
}

.top-menu-item__arrow::before {
  transform: rotate(135deg);
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  perspective: 62.5rem;
  z-index: -1;
  animation: rotateMenu 350ms ease-in-out forwards;
  transform-origin: top center;
  margin: 0;
  padding: 0 0 0.5rem 0;
}

@media (min-width: 992px) {
  .dropdown-menu {
    box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.5);
    border: solid 1px #d9d9d9;
    border-radius: 0.125rem;
    padding: 0;
  }
}

.dropdown-menu.show {
  display: block !important;
}

@media (min-width: 992px) {
  .dropdown-menu.show {
    z-index: 1000;
    width: auto;
    min-width: 16.25rem;
  }
}

.dropdown-menu.show .dropdown-item {
  display: block;
  opacity: 1;
}

.dropdown-menu .dropdown-item {
  display: none;
  padding: 0.5rem 0.75rem !important;
  font-size: 1rem;
  opacity: 0;
  white-space: nowrap !important;
}

@media (min-width: 992px) {
  .dropdown-menu .dropdown-item {
    border: solid 1px #d9d9d9;
    padding: 1rem 1.5rem !important;
  }
}

.dropdown-menu .dropdown-item:hover {
  color: #d10275;
  background-color: #f9f9f9;
}

.dropdown-menu .dropdown-item--sub-menu {
  font-size: 1.125rem;
}

.dropdown-menu .dropdown-item--landing-page-sub-menu {
  font-size: 1rem;
  padding: 0.5rem 0.75rem 0.5rem 1.5rem !important;
}

@media (min-width: 992px) {
  .dropdown-menu .dropdown-item--landing-page-sub-menu {
    padding: 1rem 1.5rem 1rem 2.5rem !important;
  }
}

@keyframes rotateMenu {
  0% {
    transform: rotateX(-90deg);
  }
  70% {
    transform: rotateX(20deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}

.language-choice {
  margin: 1.5rem 1.5rem 1.5rem 0 !important;
  letter-spacing: 0.125rem;
  font-size: 1.15em;
  font-weight: 400;
}

@media (min-width: 992px) {
  .language-choice {
    margin: 0 1rem 0 0 !important;
    font-size: 1.25rem;
  }
}

.language-choice a:hover {
  color: #d10074;
  font-weight: 600;
  text-decoration: none;
}

.language-choice .selected {
  color: #d10074;
  font-weight: 600;
}

@media (min-width: 992px) {
  .navigation-menu {
    flex-direction: column;
    z-index: 1;
  }
}

.navigation-menu__header {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media (min-width: 992px) {
  .navigation-menu__header {
    display: block;
    height: 3.875rem;
  }
}

.navigation-menu__header .navbar-brand {
  padding: 0;
}

@media (min-width: 992px) {
  .navigation-menu__header .navbar-brand {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.transparent-menu {
  background: transparent !important;
}

.transparent-menu .top-menu-item__title {
  color: #ffffff;
}

.transparent-menu .navigation-menu__header a {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.jump-to-content {
  background: #fff;
  color: #3b3b3b;
  opacity: 0;
  padding: 5px;
  position: absolute;
  top: 5px;
  z-index: 70;
}

.grid-container {
  --grid-spacing: 24px;
  --content-padding: 15px;
  --page-width: 1320px;
  --grid-content-width: min(calc(100vw - var(--content-padding) * 2), var(--page-width));
  display: grid;
  grid-template-areas: 'bleedLeft left content right bleedRight';
  grid-template-columns: var(--content-padding) 1fr var(--grid-content-width) 1fr var(--content-padding);
  row-gap: var(--grid-spacing);
}

@media (min-width: 768px) {
  .grid-container {
    --grid-spacing: 40px;
  }
}

.grid-container > * {
  width: 100%;
  margin: 0 auto;
  grid-column: content;
}

.grid-container > .grid-container {
  grid-column: bleedLeft / bleedRight;
}

.story-telling {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.story-read-more {
  text-decoration: underline;
  color: rgba(0, 0, 0, 0.9);
}

.story-read-more:hover {
  color: #d10074;
  cursor: pointer;
}

.close {
  right: 0;
  z-index: 2;
  margin-right: 2.5rem;
  font-size: 8em;
  position: absolute;
  font-weight: bold;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.browser-warning {
  margin: auto;
  left: 0px;
  top: 100px;
  width: 36rem;
  right: 0px;
  position: fixed;
  z-index: 10000;
}

.browser-warning .close {
  font-weight: normal;
  font-size: 2.25rem;
  margin: auto;
}

:root {
  --dark-green: #0A2314;
}

.factsheet-list {
  --columns: 2;
  background-color: #ebf0ee;
  display: flex;
  flex-direction: column;
  grid-column: bleedLeft / bleedRight;
}

@media (min-width: 768px) {
  .factsheet-list {
    flex-direction: row;
    grid-column: content;
  }
}

.factsheet-list--expanded {
  --columns: 4;
}

@media (min-width: 768px) {
  .factsheet-list--expanded .factsheet-list__image {
    width: 0;
    opacity: 0;
  }
}

.factsheet-list__content {
  padding: 16px;
  flex-grow: 1;
}

@media (min-width: 768px) {
  .factsheet-list__content {
    padding: 48px 40px;
  }
}

.factsheet-list__heading {
  margin-bottom: 16px;
  font-size: 16px;
  color: var(--dark-green);
}

@media (min-width: 768px) {
  .factsheet-list__heading {
    font-size: 28px;
    margin-bottom: 48px;
  }
}

.factsheet-list__items {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (min-width: 768px) {
  .factsheet-list__items {
    display: grid;
    grid-template-columns: repeat(var(--columns), minmax(0, auto));
    gap: 28px;
  }
}

.factsheet-list__item {
  display: block;
}

.factsheet-list__item button {
  all: unset;
  cursor: pointer;
}

.factsheet-list__item a,
.factsheet-list__item button {
  color: var(--dark-green);
  text-decoration: underline;
  text-underline-offset: 3px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-weight: 500;
}

.factsheet-list__item a:hover,
.factsheet-list__item button:hover {
  color: var(--pink);
}

.factsheet-list__item a:hover .fa-chevron-right,
.factsheet-list__item button:hover .fa-chevron-right {
  transform: translateX(4px);
}

.factsheet-list__item button {
  color: var(--pink);
}

.factsheet-list__item .fa-chevron-right {
  font-size: 80%;
  line-height: 1;
  transition: transform 0.15s;
}

.factsheet-list__image {
  width: 100%;
  max-width: 536px;
  margin-left: auto;
  order: -1;
}

@media (min-width: 768px) {
  .factsheet-list__image {
    order: 0;
    transition: width 0.25s, opacity 0.25s;
  }
}

.factsheet-list__image img {
  width: 100%;
  display: block;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag {
  padding: 2px 4px;
  font-size: 16px;
  background-color: #D6F2F9;
  color: #345164;
  box-decoration-break: clone;
}

.tag--green {
  background-color: #E2EEE8;
  color: #194129;
}

.latest-news-slider-block {
  margin-bottom: 32px;
}

.latest-news-slider-block .latest-news-slider-block__all-link {
  margin-top: 16px;
}

.latest-news-slider.splide {
  margin-bottom: 16px;
}

.latest-news-slider .splide__track {
  padding-bottom: 24px;
}

@media (min-width: 768px) {
  .latest-news-slider .splide__track {
    padding-bottom: 42px;
  }
}

.latest-news-slider .splide__arrow {
  top: auto;
  bottom: 0;
  transform: none;
  width: 24px;
  height: 24px;
}

.latest-news-slider .splide__arrow svg {
  width: 12px;
  height: 12px;
}

.latest-news-slider .splide__pagination {
  padding-block: 4px;
  bottom: 0;
}

.latest-news-slider .splide__pagination__page.is-active {
  background: #000;
  transform: scale(1);
}

.latest-news-slider__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (min-width: 768px) {
  .latest-news-slider__item {
    display: grid;
    grid-template-columns: 3fr 5fr;
    align-items: center;
    gap: 32px;
  }
}

.latest-news-slider__item-image {
  width: 100%;
  flex-grow: 0;
  border-left: 1px solid #fff;
}

.latest-news-slider__item-content {
  flex-grow: 1;
  padding-right: 16px;
}

.tile-list {
  --columns: 2;
  display: grid;
  grid-template-columns: repeat(var(--columns), minmax(auto, 1fr));
  gap: 1px;
  padding: 0;
  margin-bottom: 32px;
}

@media (min-width: 400px) {
  .tile-list {
    --columns: 3;
  }
}

@media (min-width: 768px) {
  .tile-list {
    --columns: 4;
  }
}

@media (min-width: 992px) {
  .tile-list {
    --columns: 6;
  }
}

.tile-list__item {
  display: block;
}

.tile-list__item a {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  outline: 1px solid #ccc;
  transition: all 0.15s;
}

.tile-list__item a:hover {
  transform: scale(1.05);
  filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.15));
}

.tile-list__item img {
  width: 80%;
  object-fit: scale-down;
}

.article-teaser {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 8px;
}

.article-teaser:has(.article-teaser__read-more) .article-teaser__summary-text {
  position: relative;
  z-index: 1;
}

.article-teaser__subheading {
  font-size: 18px;
  display: block;
  font-weight: normal;
}

.article-teaser__title {
  margin-block: 8px 0;
  line-height: 1.3;
}

.article-teaser__title a {
  color: var(--ng-text);
  text-decoration: underline;
  text-underline-offset: 4px;
  font-weight: 600;
  font-size: 28px;
}

.article-teaser__title a::before {
  content: '';
  position: absolute;
  inset: 0;
}

.article-teaser__title a:hover {
  text-decoration: none;
}

.article-teaser__image {
  max-width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.article-teaser__summary {
  margin: 0;
  display: inline-block;
  position: relative;
}

.article-teaser__read-more {
  text-decoration: underline;
  white-space: nowrap;
}

.article-teaser__meta {
  font-size: 14px;
  color: var(--ng-link-grey);
  margin-top: 8px;
}

.article-teaser--opinion .article-teaser__title {
  margin-block: 0 6px;
  font-size: 36px;
  line-height: 1.2;
}

.article-teaser--opinion .article-teaser__title a {
  font-style: italic;
  text-decoration: none;
}

.article-teaser--opinion .article-teaser__title a:hover {
  text-decoration: underline;
}

.article-teaser--opinion .article-teaser__image {
  aspect-ratio: initial;
}

.article-teaser--opinion .article-teaser__summary-text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.highlighted-articles {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-block: 80px;
}

@media (min-width: 992px) {
  .highlighted-articles {
    display: grid;
    grid-template-columns: 4fr 3fr 5fr;
  }
}

.highlighted-articles__item img {
  max-width: 100%;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}

.faq-list__items {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.faq-list__toggle-btn {
  background-color: var(--ng-pink);
  border: 0;
  font-size: 100%;
  padding: 15px 50px;
  color: #fff;
  margin-left: auto;
  transition: all 0.15s;
  cursor: pointer;
}

.faq-list__toggle-btn:hover {
  filter: brightness(1.1);
  text-decoration: underline;
}

@keyframes faq-enter {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.faq[open] .fa-plus {
  transform: rotate(45deg);
}

.faq[open] .faq__question {
  font-weight: bold;
}

.faq[open] .faq__answer {
  animation: faq-enter forwards 0.2s;
}

.faq__question {
  background-color: #E9FAFF;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #121E44;
}

.faq__question::marker {
  display: none;
}

.faq__question-btn {
  cursor: pointer;
  background-color: #fff;
  width: 32px;
  height: 32px;
  display: flex;
  border-radius: 50%;
}

.faq__question-btn svg {
  transition: transform 0.15s;
  margin: auto;
}

.faq__question-btn svg path {
  fill: var(--ng-pink);
}

.faq__answer {
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  color: #121E44;
}

.theme-category-header {
  margin-bottom: 40px;
}

.theme-category-header .theme-category-header__top {
  background-color: var(--ng-blue-dark);
  color: #fff;
  text-align: center;
  padding: 16px 32px;
  position: relative;
}

.theme-category-header .theme-category-header__top h2, .theme-category-header .theme-category-header__top p {
  margin: 16px;
}

.theme-category-header .theme-category-header__trigger {
  padding: 12px 48px;
  margin-inline: auto;
  background-color: var(--ng-link-card);
  color: var(--ng-blue-dark);
  font-size: 1em;
  border: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: all 0.15s;
}

.theme-category-header .theme-category-header__trigger:hover {
  filter: brightness(0.9);
}

.theme-category-header .theme-category-header__trigger:hover svg {
  transform: rotate(90deg);
}

@media (min-width: 992px) {
  .theme-category-header .theme-category-header__trigger {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

.theme-category-header .theme-category-header__trigger svg {
  fill: var(--ng-pink);
  height: 12px;
  width: 12px;
  transition: all 0.15s;
}

.theme-category-header .theme-category-header__content {
  position: relative;
  display: none;
  flex-direction: column;
  background-color: var(--ng-link-card);
  column-gap: 112px;
  padding: 48px;
  row-gap: 48px;
  grid-template-columns: 1fr 1fr;
}

@media (min-width: 992px) {
  .theme-category-header .theme-category-header__content {
    padding: 56px 112px;
  }
}

.theme-category-header .theme-category-header__content-trigger {
  position: absolute;
  top: 24px;
  right: 24px;
  border: 2px solid var(--ng-blue-dark);
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.15s;
  cursor: pointer;
}

.theme-category-header .theme-category-header__content-trigger:hover {
  filter: brightness(1.25);
}

.theme-category-header .theme-category-header__content-trigger svg {
  transform: rotate(45deg);
  color: var(--ng-blue-dark);
}

.theme-category-header .theme-category-header__section-heading {
  color: var(--ng-blue-dark);
  margin: 0 0 48px;
}

.theme-category-header .theme-category-header__section-list {
  display: block;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .theme-category-header .theme-category-header__section-list {
    columns: 2;
  }
}

.theme-category-header .theme-category-header__section-list li {
  display: block;
  margin-bottom: 12px;
}

.theme-category-header.theme-category-header--open .theme-category-header__trigger {
  display: none;
}

.theme-category-header.theme-category-header--open .theme-category-header__content {
  display: flex;
}

@media (min-width: 992px) {
  .theme-category-header.theme-category-header--open .theme-category-header__content {
    display: grid;
  }
}

.form-page {
  margin: 0 auto 2.5rem;
}

.form-page .formcontainerblock {
  padding: 0;
}

.form-page__content {
  margin-top: 2rem;
}

.form-page__content .Form__Element {
  padding: 0.9375rem;
}

.form-page__content .Form__Element__ValidationError {
  font-size: 1rem;
}

.form-page__content .Form__Element__Caption {
  font-size: 1.125rem;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: .5rem;
  border-bottom: 0.25rem solid #00cdff;
  font-weight: 600;
  margin-right: auto;
  width: auto;
  min-width: auto !important;
}

.form-page__content .Form__Element .ValidationFail {
  background-color: rgba(220, 53, 69, 0.2);
}

.form-page__content .Form__MainBody {
  margin: 0 -15px;
}

@media (min-width: 576px) {
  .form-page__content .Form__MainBody {
    width: 75%;
  }
}

.form-page__content .Form__Title {
  font-size: 2rem;
  padding: 0 0.9375rem;
}

@media (min-width: 768px) {
  .form-page__content .Form__Title {
    font-size: 2.5rem;
  }
}

.form-page__content .Form__Description {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  padding: 0 15px;
}

.form-page__content .Form__Status__Message.hide {
  display: none !important;
}

.form-page__content .Form__Success__Message {
  background-color: #e9ecef !important;
}

.form-page__content .FormStep {
  padding: 0;
}

.form-page__content .FormChoice {
  margin-bottom: 1rem;
}

.form-page__content .FormChoice label {
  position: relative;
  padding-left: 2.375rem;
  margin-bottom: 0.9375rem;
}

.form-page__content .FormChoice input[type=checkbox] {
  display: none;
}

.form-page__content .FormChoice input[type=checkbox] ~ div:before {
  content: ' ';
  position: absolute;
  width: 1.75rem;
  height: 1.75rem;
  border: 1px solid #ced4da;
  top: 0;
  left: 0;
  background-color: #fff;
}

.form-page__content .FormChoice input[type=checkbox] ~ div:after {
  content: "✕";
  position: absolute;
  top: 0.875rem;
  left: 0.2813rem;
  font-size: 1.375em;
  color: #d10074;
  line-height: 0;
  transition: all .2s;
}

.form-page__content .FormChoice input[type=checkbox] ~ span {
  transition: all .2s;
  width: 0;
  height: 0;
  left: 0.875rem;
  top: 0.875rem;
  background-color: rgba(209, 0, 116, 0.5);
  border-radius: 50%;
  position: absolute;
}

.form-page__content .FormChoice input[type=checkbox]:not(:checked):focus ~ span, .form-page__content .FormChoice input[type=checkbox]:not(:checked):active ~ span {
  width: 3rem;
  height: 3rem;
  top: -0.625rem;
  left: -0.625rem;
}

.form-page__content .FormChoice input[type=checkbox]:not(:checked) ~ div:after {
  opacity: 0;
  transform: scale(0) rotate(45deg);
}

.form-page__content .FormChoice input[type=checkbox]:not(:checked) ~ span {
  opacity: 1;
  transform: scale(1);
}

.form-page__content .FormChoice input[type=checkbox]:checked:focus ~ span, .form-page__content .FormChoice input[type=checkbox]:checked:active ~ span {
  width: 3rem;
  height: 3rem;
  top: -0.625rem;
  left: -0.625rem;
}

.form-page__content .FormChoice input[type=checkbox]:checked ~ div:after {
  opacity: 1;
  transform: scale(1) rotate(0);
}

.form-page__content .FormChoice input[type=checkbox]:checked ~ span {
  opacity: 1;
  transform: scale(1);
}

.form-page__content .FormChoice input[type=radio] {
  display: none;
}

.form-page__content .FormChoice input[type=radio] ~ div:before {
  content: ' ';
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  border: 0.125rem solid #ced4da;
  top: 0.125rem;
  left: 0;
  border-radius: 0.75rem;
  transition: all .2s;
  background-color: #fff;
}

.form-page__content .FormChoice input[type=radio] ~ div:after {
  content: "•";
  position: absolute;
  top: 0.6875rem;
  left: 0.25rem;
  font-size: 1.875rem;
  color: #d10074;
  line-height: 0;
}

.form-page__content .FormChoice input[type=radio] ~ span {
  transition: all .2s;
  width: 0;
  height: 0;
  left: 0.875rem;
  top: 0.875rem;
  background-color: rgba(209, 0, 116, 0.5);
  border-radius: 50%;
  position: absolute;
}

.form-page__content .FormChoice input[type=radio]:not(:checked):focus ~ span, .form-page__content .FormChoice input[type=radio]:not(:checked):active ~ span {
  width: 3rem;
  height: 3rem;
  top: -0.625rem;
  left: -0.75rem;
}

.form-page__content .FormChoice input[type=radio]:not(:checked) ~ div:after {
  opacity: 0;
  transform: scale(0);
  top: 0.75rem;
  left: 0.2188rem;
}

.form-page__content .FormChoice input[type=radio]:not(:checked) ~ span {
  opacity: 1;
  transform: scale(1);
}

.form-page__content .FormChoice input[type=radio]:checked:focus ~ span, .form-page__content .FormChoice input[type=radio]:checked:active ~ span {
  width: 3rem;
  height: 3rem;
  top: -0.625rem;
  left: -0.75rem;
}

.form-page__content .FormChoice input[type=radio]:checked ~ div:before {
  border-color: #d10074;
}

.form-page__content .FormChoice input[type=radio]:checked ~ div:after {
  opacity: 1;
  transform: scale(1);
}

.form-page__content .FormChoice input[type=radio]:checked ~ span {
  opacity: 1;
  transform: scale(1);
}

.form-page__content .FormChoice__Input--Radio {
  cursor: pointer;
}

.form-page__content .FormChoice fieldset {
  display: flex;
  flex-direction: column;
}

.form-page__content .FormChoice fieldset label {
  cursor: pointer;
}

.form-page__content .FormTextbox {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

.form-page__content .FormTextbox__Input {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border-radius: 0;
}

.form-page__content .FormTextbox__Input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-page__content .FormFileUpload {
  display: flex;
  flex-direction: column;
}

.form-page__content .FormSubmitButton {
  background: #d10074;
  border-color: #d10074;
  color: #fff;
  border-radius: 0;
  font-weight: 600;
  letter-spacing: 0.02rem;
  text-decoration: none !important;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  font-size: 1rem;
  min-width: 15rem;
  white-space: normal;
  cursor: pointer;
  margin-left: 0.9375rem !important;
  margin-right: 0.9375rem !important;
}

.form-page__attachments {
  display: flex;
  flex-direction: column;
  margin: 0.9375rem auto;
}

.form-page__attachments a {
  color: #d10074;
}

.form-page__element-info {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: #6c757d;
}

:root {
  --ng-border: #00CDFF;
  --ng-link-grey: #414042;
  --fact-bg-light: #E9FAFF;
}

.fact-sheet__header {
  border: 3px solid var(--ng-border);
  border-left: 0;
  border-right: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding-block: 24px;
  gap: 16px;
}

@media (min-width: 768px) {
  .fact-sheet__header {
    padding-block: 40px;
    gap: 24px;
  }
}

.fact-sheet__header h1 {
  margin: 0;
  font-size: 28px;
}

@media (min-width: 768px) {
  .fact-sheet__header h1 {
    font-size: 48px;
  }
}

.fact-sheet__header p {
  margin: 0;
}

.fact-sheet__image {
  width: 100%;
  grid-column: bleedLeft / bleedRight;
}

@media (min-width: 768px) {
  .fact-sheet__image {
    grid-column: content;
  }
}

.fact-sheet__image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.fact-sheet__wrapper {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

@media (min-width: 992px) {
  .fact-sheet__wrapper {
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-template-areas: 'intro meta' 'content sidebar' 'content bottom';
    grid-template-rows: auto 1fr;
    gap: 0 128px;
  }
}

.fact-sheet__editors {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  grid-area: bottom;
}

.fact-sheet__editors .user {
  width: auto;
  height: auto;
}

.fact-sheet__intro {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 40px;
  display: block;
  grid-area: intro;
}

@media (min-width: 992px) {
  .fact-sheet__intro {
    font-size: 28px;
    margin-bottom: 80px;
  }
}

.fact-sheet__meta {
  grid-area: meta;
  font-size: 14px;
  color: var(--ng-link-grey);
  margin-bottom: 32px;
  order: -1;
}

.fact-sheet__meta p {
  margin-block: 0 8px;
}

.fact-sheet__meta-social {
  display: flex;
  gap: 24px;
  margin-top: 16px;
}

@media (min-width: 992px) {
  .fact-sheet__meta-social {
    margin-top: 32px;
  }
}

.fact-sheet__meta-social a {
  border: 2px solid var(--ng-link-grey);
  box-sizing: border-box;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fact-sheet__meta-social .svg-inline--fa {
  font-size: 16px;
}

.fact-sheet__content {
  font-size: 16px;
  grid-area: content;
  order: 1;
}

.fact-sheet__sidebar {
  grid-area: sidebar;
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  .fact-sheet__sidebar {
    border-left: 2px solid var(--ng-border);
    margin-bottom: 0;
  }
}

@media (max-width: 992px) {
  .fact-sheet__sidebar-item {
    background-color: var(--fact-bg-light);
    padding: 18px 24px;
    margin-bottom: 16px;
  }
  .fact-sheet__sidebar-item > * {
    display: none;
  }
  .fact-sheet__sidebar-item > :first-child {
    display: block;
    font-size: 18px;
    cursor: pointer;
    margin: 0;
  }
  .fact-sheet__sidebar-item > :first-child:focus {
    outline: 2px solid #000;
  }
  .fact-sheet__sidebar-item.fact-sheet__sidebar-item--expanded > * {
    display: block;
  }
  .fact-sheet__sidebar-item.fact-sheet__sidebar-item--expanded > :first-child {
    margin-bottom: 16px;
  }
}

@media (min-width: 992px) {
  .fact-sheet__sidebar-item {
    padding: 32px 0 32px 32px;
    border-bottom: 2px solid var(--ng-border);
  }
  .fact-sheet__sidebar-item:first-child {
    padding-top: 0;
  }
  .fact-sheet__sidebar-item:last-child {
    border-bottom: 0;
  }
  .fact-sheet__sidebar-item > :last-child {
    margin-bottom: 0;
  }
  .fact-sheet__sidebar-item h3 {
    font-size: 22px;
    margin-bottom: 32px;
  }
}

.fact-opinion {
  background: var(--fact-bg-light);
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .fact-opinion {
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 992px) {
  .fact-opinion {
    grid-template-columns: 3fr 9fr;
  }
}

.fact-opinion__image {
  height: 100%;
  display: flex;
}

.fact-opinion__image img {
  width: 100%;
  object-fit: cover;
}

.fact-opinion__content {
  padding: 32px;
  align-self: center;
}

@media (min-width: 768px) {
  .fact-opinion__content {
    padding: 40px 40px 40px 0;
  }
}

.search-page__search-form {
  max-width: 872px;
  margin-inline: auto;
  position: relative;
  font-size: 28px;
}

.search-page__search-form input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #000;
  color: var(--ng-link-grey);
  padding-block: 12px;
  transition: box-shadow 0.15s;
}

.search-page__search-form input:focus {
  box-shadow: 0 2px 0 #000;
  outline: none;
}

.search-page__search-form button {
  all: unset;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  color: var(--ng-link-grey);
}

.search-page__search-form button svg {
  width: 24px;
  height: 24px;
}

.search-page__meta {
  font-size: 28px;
  font-weight: 600;
}

.search-page__meta strong {
  color: var(--ng-pink);
}

.search-page__filters {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-block: 16px;
  flex-direction: column;
}

@media (min-width: 768px) {
  .search-page__filters {
    flex-direction: row;
  }
}

.search-page__filter {
  display: flex;
  gap: 0 16px;
  flex-grow: 1;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .search-page__filter {
    gap: 32px;
    flex-grow: 0;
  }
}

.search-page__filter-btn {
  cursor: pointer;
}

.search-page__filter-btn input {
  display: none;
}

.search-page__filter-btn svg {
  width: 12px;
  height: 12px;
  margin-left: 2px;
}

.search-page__filter-btn:hover {
  color: var(--ng-pink);
}

.search-page__filter-btn:has(:checked) {
  color: var(--ng-pink);
  text-decoration: underline;
  text-underline-offset: 5px;
}

.search-page__results-grid {
  display: flex;
  flex-direction: column;
  gap: 80px 20px;
  padding: 0;
}

@media (min-width: 768px) {
  .search-page__results-grid {
    --columns: 2;
    display: grid;
    grid-template-columns: repeat(var(--columns), minmax(auto, 1fr));
  }
}

@media (min-width: 992px) {
  .search-page__results-grid {
    --columns: 4;
  }
}

.search-page__result-item {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 8px;
}

.search-page__result-title {
  margin-block: 8px 0;
}

.search-page__result-title a {
  color: var(--ng-text);
  text-decoration: underline;
  text-underline-offset: 4px;
  font-weight: 600;
  font-size: 28px;
}

.search-page__result-title a::before {
  content: '';
  position: absolute;
  inset: 0;
}

.search-page__result-title a:hover {
  text-decoration: none;
}

.search-page__result-image {
  max-width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.search-page__result-summary {
  margin: 0;
}

.search-page__result-meta {
  font-size: 14px;
  color: var(--ng-link-grey);
  margin-top: 8px;
}

.search-page__pagination {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin: 96px auto;
  flex-wrap: wrap;
}

.search-page__pagination-item {
  all: unset;
  display: flex;
  width: 44px;
  height: 44px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.15s all;
}

.search-page__pagination-item:hover, .search-page__pagination-item[aria-current] {
  background-color: var(--ng-blue-dark);
  color: #fff;
}

.search-page--empty .search-page__meta {
  text-align: center;
  margin-bottom: 80px;
}

.link-button-block {
  padding: 0.625rem 2.8125rem;
  display: inline-flex;
  text-decoration: none !important;
  transition: 0.3s;
}

.link-button-block-wrapper {
  display: flex;
  padding-top: 0.9375rem;
}

.multiple-file-upload .hidden {
  display: none;
}

.multiple-file-upload__file-group {
  display: flex;
}

.multiple-file-upload__add-button {
  margin-bottom: 0.5rem;
}
