:root {
  --famado-focus-color: #005fcc;
  --famado-focus-offset: 3px;
  --famado-touch-target: 44px;
  --famado-z-base: 1;
  --famado-z-dropdown: 100;
  --famado-z-sticky: 200;
  --famado-z-overlay: 300;
  --famado-z-modal: 400;
}
html {
  overflow-x: clip;
}
body {
  overflow-wrap: anywhere;
}
img,
video,
iframe {
  max-width: 100%;
}
.screen-reader-text,
.famado-screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.screen-reader-text:focus,
.famado-screen-reader-text:focus,
.skip-link:focus {
  position: fixed !important;
  z-index: var(--famado-z-modal);
  top: 8px;
  left: 8px;
  width: auto;
  height: auto;
  padding: 12px 16px;
  clip: auto;
  white-space: normal;
  color: #242864;
  background: #fff;
  border: 2px solid #ff4880;
}
:where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 3px solid var(--famado-focus-color);
  outline-offset: var(--famado-focus-offset);
}
.btn-show-menu-mobile {
  min-width: var(--famado-touch-target);
  min-height: var(--famado-touch-target);
  border: 0;
  background: transparent;
}
.main-menu a,
.social-icons a,
#totop {
  min-height: var(--famado-touch-target);
}
.main-menu .mega-menu-link[aria-expanded="true"] + .mega-submenu {
  visibility: visible;
}
.famado-form-message {
  margin-block: 0 18px;
  padding: 12px 16px;
  border-inline-start: 4px solid currentColor;
}
.famado-form-message--success {
  color: #247a45;
  background: #edf8f1;
}
.famado-form-message--error {
  color: #b42318;
  background: #fff1f0;
}
.famado-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.famado-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  margin: 4px;
  border: 1px solid var(--base-dark-border, #dedede);
}
.famado-pagination .current,
.famado-pagination .page-numbers:hover {
  color: #fff;
  background: var(--base-skin, #ff4880);
  border-color: var(--base-skin, #ff4880);
}
.admin-bar .fixed-header {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .fixed-header {
    top: 46px;
  }
}
@media (max-width: 1199px) {
  nav.main-menu.menu-mobile {
    max-height: calc(100vh - 88px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  nav.main-menu ul.menu li a {
    min-height: 44px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
  }
}
