html.no-js [anim-in-item] {
  opacity: 1;
  transform: none;
}

.screen-reader-text,
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  position: fixed;
  z-index: 99999;
  top: 1rem;
  left: 1rem;
  width: auto;
  height: auto;
  padding: 1rem 1.4rem;
  clip: auto;
  background: var(--mistwhite);
  color: var(--seagreen);
}

.admin-bar .navigation {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar .navigation {
    top: 46px;
  }
}

.navigation .navbar-brand img.logo {
  display: block;
  width: 11.8rem;
  max-width: 32vw;
  height: auto;
}

.navigation .navbar-nav,
.footer-legal-menu,
.footer-menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.navigation .navbar-nav {
  width: 100%;
}

.navigation .navbar-toggler {
  position: relative;
  z-index: 110;
  margin-left: auto;
}

.navigation .navbar-fullwidth {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.navigation.menu-open .navbar-fullwidth {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body.menu-open,
body.popup-open {
  overflow: hidden;
}

.custom-cursor {
  pointer-events: none;
}

.popup-source {
  display: none !important;
}

.popup {
  position: fixed;
  inset: 0;
  z-index: 500;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.popup.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.popup__inner {
  position: absolute;
  top: 0;
  right: 0;
  width: min(96rem, 100vw);
  height: 100%;
  background: var(--mistwhite);
  overflow: hidden;
}

.popup__close {
  position: absolute;
  z-index: 3;
  top: 3.2rem;
  right: 3.2rem;
  width: 4.8rem;
  height: 4.8rem;
  border: 0;
  background: transparent;
  color: var(--seagreen);
}

.popup__content,
.popup__content > * {
  height: 100%;
}

.popup__content__scroll {
  overflow-y: auto;
}

.content__images-slider .swiper,
.slider-container {
  overflow: visible;
}

.swiper-slide {
  width: auto;
}

.team-slider .swiper-slide {
  width: min(34rem, 78vw);
}

.images-slider .swiper-slide {
  width: min(48rem, 82vw);
}

.content-item--text-image .content__image,
.content-item--gallery .image-slide__image {
  position: relative;
  width: 100%;
}

.content-item--text-image .content__image picture {
  width: 100%;
}

.content__cards {
  max-width: 108rem;
  margin: var(--space-xs) auto 0;
}

.content__card {
  align-items: flex-start;
}

.content__card-inner {
  width: 100%;
}

.content__card .button {
  margin-top: 2.4rem;
}

.content__quote {
  max-width: 13ch;
}

.archive-item {
  position: relative;
  padding: 3.2rem 0;
}

.archive-item a {
  color: inherit;
  text-decoration: none;
}

.archive-item + .archive-item {
  border-top: 1px solid rgba(16, 53, 64, 0.18);
}

.footer-bottom-copyright .footer-legal-menu,
.footer-bottom-copyright .footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.6rem;
}

.footer-bottom-copyright a {
  color: inherit;
}

@media (max-width: 1023.98px) {
  .navigation .navbar-collapse {
    display: none;
  }

  .navigation .navbar-brand-wrapper {
    z-index: 111;
  }
}
