:root, [data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, .75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, .5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, .175);
  --bs-border-radius: .375rem;
  --bs-border-radius-sm: .25rem;
  --bs-border-radius-lg: .5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  --bs-box-shadow-sm: 0 .125rem .25rem rgba(0, 0, 0, .075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, .175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);
  --bs-focus-ring-width: .25rem;
  --bs-focus-ring-opacity: .25;
  --bs-focus-ring-color: rgba(13, 110, 253, .25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545
}
[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, .75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, .5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, .15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f
}
.fade {
  transition: opacity .15s linear
}
@media(prefers-reduced-motion:reduce) {
  .fade {
    transition: none
  }
}
.fade:not(.show) {
  opacity: 0
}
.collapse:not(.show) {
  display: none
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height .35s ease
}
@media(prefers-reduced-motion:reduce) {
  .collapsing {
    transition: none
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width .35s ease
}
@media(prefers-reduced-motion:reduce) {
  .collapsing.collapse-horizontal {
    transition: none
  }
}
.dropup, .dropend, .dropdown, .dropstart, .dropup-center, .dropdown-center {
  position: relative
}
.dropdown-toggle {
  white-space: nowrap
}
.dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent
}
.dropdown-toggle:empty:after {
  margin-left: 0
}
.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: .5rem;
  --bs-dropdown-spacer: .125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: .5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: .25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: .5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius)
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer)
}
.dropdown-menu-start {
  --bs-position: start
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0
}
.dropdown-menu-end {
  --bs-position: end
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto
}
@media(min-width:576px) {
  .dropdown-menu-sm-start {
    --bs-position: start
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0
  }
  .dropdown-menu-sm-end {
    --bs-position: end
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto
  }
}
@media(min-width:768px) {
  .dropdown-menu-md-start {
    --bs-position: start
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0
  }
  .dropdown-menu-md-end {
    --bs-position: end
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto
  }
}
@media(min-width:992px) {
  .dropdown-menu-lg-start {
    --bs-position: start
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0
  }
  .dropdown-menu-lg-end {
    --bs-position: end
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto
  }
}
@media(min-width:1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0
  }
  .dropdown-menu-xl-end {
    --bs-position: end
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto
  }
}
@media(min-width:1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0
  }
  .dropdown-menu-xxl-end {
    --bs-position: end
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer)
}
.dropup .dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent
}
.dropup .dropdown-toggle:empty:after {
  margin-left: 0
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer)
}
.dropend .dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid
}
.dropend .dropdown-toggle:empty:after {
  margin-left: 0
}
.dropend .dropdown-toggle:after {
  vertical-align: 0
}
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer)
}
.dropstart .dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  display: none
}
.dropstart .dropdown-toggle:before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent
}
.dropstart .dropdown-toggle:empty:after {
  margin-left: 0
}
.dropstart .dropdown-toggle:before {
  vertical-align: 0
}
.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0)
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg)
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg)
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent
}
.dropdown-menu.show {
  display: block
}
.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: .875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap
}
.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color)
}
.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, .15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd
}
@font-face {
  font-family: swiper-icons;
  src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);
  font-weight: 400;
  font-style: normal
}
:root {
  --swiper-theme-color: #007aff
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box
}
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translateZ(0)
}
.swiper-horizontal {
  touch-action: pan-y
}
.swiper-vertical {
  touch-action: pan-x
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block
}
.swiper-slide-invisible-blank {
  visibility: hidden
}
.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d
}
.swiper-3d {
  perspective: 1200px
}
.swiper-3d .swiper-slide, .swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none
}
.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before)
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after)
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before)
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after)
}
.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}
.swiper-3d .swiper-slide-shadow {
  background: #00000026
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, #00000080, #0000)
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, #00000080, #0000)
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, #00000080, #0000)
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, #00000080, #0000)
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0)
  }
  to {
    transform: rotate(360deg)
  }
}
:root {
  --swiper-navigation-size: 44px
}
.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color))
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}
.swiper-button-prev.swiper-button-hidden, .swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none
}
.swiper-navigation-disabled .swiper-button-prev, .swiper-navigation-disabled .swiper-button-next {
  display: none !important
}
.swiper-button-prev svg, .swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transform-origin: center
}
.swiper-rtl .swiper-button-prev svg, .swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg)
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto
}
.swiper-button-lock {
  display: none
}
.swiper-button-prev:after, .swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev"
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next"
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translateZ(0);
  z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(.33);
  position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33)
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}
.swiper-pagination-bullet:only-child {
  display: none !important
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color))
}
.swiper-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0, -50%, 0)
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform, .2s top
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translate(-50%);
  white-space: nowrap
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s left
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s right
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit)
}
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
  position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0
}
.swiper-pagination-lock {
  display: none
}
:root {
  --color-background: white;
  --color-primary: #c00;
  --color-secondary: #078078;
  --color-text: rgba(0, 0, 0, .85);
  --color-text-on-primary: white;
  --color-error: #c00;
  --color-header-background: var(--color-primary);
  --color-header-text: var(--color-text-on-primary);
  --color-page-background: var(--color-background);
  --color-page-text: var(--color-text);
  --color-page-links: var(--color-secondary);
  --color-button-background: var(--color-background);
  --color-button-text: var(--color-secondary);
  --color-block-background: var(--color-primary);
  --color-block-text: var(--color-text-on-primary);
  --color-overlay-background: var(--color-background);
  --color-overlay-text: var(--color-text);
  --color-footer-background: var(--color-primary);
  --color-footer-text: var(--color-secondary);
  --font-base: Inter, system-ui, -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-titles: var(--font-base);
  --font-actions: var(--font-base);
  --radius: .5rem;
  --border-width: 1px;
  --overlay-shadow: 0 .5rem 1rem rgba(0, 0, 0, .25);
  --overlay-radius: var(--radius);
  --button-radius: 9999px;
  --search-radius: 9999px;
  --input-radius: var(--radius);
  --input-border-width: var(--border-width)
}
*, :before, :after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / .5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style:
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / .5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style:
}
*, :before, :after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb
}
:before, :after {
  --tw-content: ""
}
html, :host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent
}
body {
  margin: 0;
  line-height: inherit
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit
}
a {
  color: inherit;
  text-decoration: inherit
}
b, strong {
  font-weight: bolder
}
code, kbd, samp, pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0
}
button, select {
  text-transform: none
}
button, input:where([type=button]), input:where([type=reset]), input:where([type=submit]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none
}
:-moz-focusring {
  outline: auto
}
:-moz-ui-invalid {
  box-shadow: none
}
progress {
  vertical-align: baseline
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
summary {
  display: list-item
}
blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
  margin: 0
}
fieldset {
  margin: 0;
  padding: 0
}
legend {
  padding: 0
}
ol, ul, menu {
  list-style: none;
  margin: 0;
  padding: 0
}
dialog {
  padding: 0
}
textarea {
  resize: vertical
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af
}
input::placeholder, textarea::placeholder {
  opacity: 1;
  color: #9ca3af
}
button, [role=button] {
  cursor: pointer
}
:disabled {
  cursor: default
}
img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle
}
img, video {
  max-width: 100%;
  height: auto
}
[hidden]:where(:not([hidden=until-found])) {
  display: none
}
.container {
  width: 100%
}
@media(min-width:640px) {
  .container {
    max-width: 640px
  }
}
@media(min-width:768px) {
  .container {
    max-width: 768px
  }
}
@media(min-width:1024px) {
  .container {
    max-width: 1024px
  }
}
@media(min-width:1280px) {
  .container {
    max-width: 1280px
  }
}
@media(min-width:1536px) {
  .container {
    max-width: 1536px
  }
}
@media(min-width:1920px) {
  .container {
    max-width: 1920px
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0
}
.mx-auto {
  margin-left: auto;
  margin-right: auto
}
.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem
}
.block {
  display: block
}
.inline {
  display: inline
}
.flex {
  display: flex
}
.table {
  display: table
}
.contents {
  display: contents
}
.hidden {
  display: none
}
.max-w-screen-xl {
  max-width: 1280px
}
.flex-col {
  flex-direction: column
}
.items-center {
  align-items: center
}
.gap-32 {
  gap: 8rem
}
.gap-8 {
  gap: 2rem
}
.overflow-hidden {
  overflow: hidden
}
.pt-16 {
  padding-top: 4rem
}
.arrow-link {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-family: var(--font-actions);
  font-weight: 700;
  color: var(--color-page-links)
}
.arrow-link:hover, .arrow-link:focus-visible {
  text-decoration: underline;
  text-decoration-thickness: .1em;
  outline: 0
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-family: var(--font-actions);
  line-height: 1.25
}
.breadcrumb svg {
  flex: 0 0 2rem;
  width: 2rem;
  height: auto;
  color: var(--color-page-links)
}
.breadcrumb-item {
  display: flex;
  align-items: center;
  gap: .5rem
}
.breadcrumb-item-last {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}
@media(min-width:1024px) {
  .breadcrumb {
    margin-left: -2.5rem
  }
}
.button:focus-visible {
  outline: 2px solid;
  outline-offset: 2px;
  text-decoration: none
}
.button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .5em;
  padding: .5em 1.25em;
  min-height: 3rem;
  border: var(--border-width) solid var(--color-button-text);
  border-radius: var(--button-radius);
  color: var(--color-button-text);
  background: var(--color-button-background);
  font-family: var(--font-actions);
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
  text-align: center
}
.button:hover {
  outline: var(--border-width) solid var(--color-button-text)
}
.button svg {
  flex: 0 0 1.5em;
  width: 1.5em;
  height: auto
}
.button-text {
  border-color: var(--color-page-text);
  color: var(--color-page-text);
  background: var(--color-page-background)
}
.button-text:hover {
  outline: var(--border-width) solid var(--color-page-text)
}
.button-highlight {
  background: var(--color-button-text);
  color: var(--color-button-background)
}
.button-highlight:focus-visible {
  outline-color: var(--color-button-text)
}
.button-truncate-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}
.container {
  padding: 0 .75rem;
  margin-left: auto;
  margin-right: auto
}
@media(min-width:768px) {
  .container {
    padding: 0 1.5rem
  }
}
@media(min-width:1024px) {
  .container {
    padding: 0 4rem
  }
}
@media(min-width:1280px) {
  .container {
    padding: 0;
    max-width: 1024px
  }
}
@media(min-width:1536px) {
  .container {
    max-width: 1280px
  }
}
@media(min-width:1920px) {
  .container {
    max-width: 1600px
  }
}
@media(min-width:2560px) {
  .container {
    max-width: 1920px
  }
}
.html-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75
}
.html-text a:focus-visible {
  outline: 2px solid;
  outline-offset: 2px;
  text-decoration: none
}
.html-text a {
  font-weight: 600;
  color: var(--color-page-links);
  text-decoration: underline;
  text-decoration-thickness: .1em
}
.html-text a:hover {
  color: var(--color-page-text)
}
.footer-inner .html-text a {
  color: var(--color-footer-text)
}
.html-text abbr {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  text-decoration-thickness: 2px
}
.html-text p, .html-text ul, .html-text ol, .html-text blockquote, .html-text figure, .html-text h1, .html-text h2, .html-text h3, .html-text h4, .html-text h5, .html-text h6 {
  margin-top: 1.5em;
  margin-bottom: 1.5em
}
.html-text p:first-child, .html-text ul:first-child, .html-text ol:first-child, .html-text blockquote:first-child, .html-text figure:first-child, .html-text h1:first-child, .html-text h2:first-child, .html-text h3:first-child, .html-text h4:first-child, .html-text h5:first-child, .html-text h6:first-child {
  margin-top: 0
}
.html-text p:last-child, .html-text ul:last-child, .html-text ol:last-child, .html-text blockquote:last-child, .html-text figure:last-child, .html-text h1:last-child, .html-text h2:last-child, .html-text h3:last-child, .html-text h4:last-child, .html-text h5:last-child, .html-text h6:last-child {
  margin-bottom: 0
}
.html-text ul, .html-text ol {
  margin-left: 2em
}
.html-text li {
  list-style: inherit;
  line-height: 1.5
}
.html-text li + li {
  margin-top: .25em
}
.html-text blockquote {
  margin-left: 2em;
  line-height: 1.5
}
.html-text figcaption {
  max-width: 40em;
  margin-top: .5em;
  font-size: .875em;
  line-height: 1.5
}
.html-text h1, .html-text h2, .html-text h3, .html-text h4, .html-text h5, .html-text h6 {
  font-family: var(--font-titles);
  line-height: 1.25
}
.html-text h1 {
  font-size: 2em;
  font-weight: 900
}
.html-text h2 {
  font-size: 1.5em;
  font-weight: 700
}
.html-text h3 {
  font-size: 1.25em;
  font-weight: 700
}
.html-text h4 {
  font-size: 1.125em;
  font-weight: 700
}
.html-text h5 {
  font-size: 1.125em;
  font-style: italic
}
.html-text h6 {
  font-size: 1em;
  font-style: italic
}
.input {
  width: 100%;
  max-width: 20em;
  padding: .25em .5em;
  background: var(--color-page-background);
  border: var(--input-border-width) solid;
  color: var(--color-page-text);
  border-radius: var(--input-radius);
  font-family: var(--font-actions);
  font-weight: 400
}
.input:focus-visible {
  outline: 1px solid
}
.input-wrapper {
  display: flex;
  flex-direction: column;
  gap: .25rem
}
.input-label {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25
}
.input-checkbox-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 1rem
}
.input-checkbox {
  position: relative;
  top: .125em
}
.input-fieldset {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: .75rem;
  border: 1px solid var(--color-page-text)
}
.input-legend {
  padding: .75rem;
  margin-bottom: .75rem;
  font-family: var(--font-actions);
  font-weight: 700;
  line-height: 1.25;
  background: var(--color-page-background);
  color: var(--color-page-links)
}
.input-error {
  color: var(--color-error);
  font-weight: 600
}
@media(min-width:768px) {
  .input-fieldset {
    padding: 1.5rem
  }
}
@media(min-width:1280px) {
  .input-fieldset {
    padding: 2rem
  }
}
.link:focus-visible {
  outline: 2px solid;
  outline-offset: 2px;
  text-decoration: none
}
.link {
  font-weight: 600;
  color: var(--color-page-links);
  text-decoration: underline;
  text-decoration-thickness: .1em
}
.link:hover {
  color: var(--color-page-text)
}
[data-reveal] {
  position: relative;
  overflow-y: hidden
}
[data-reveal][data-open=true] {
  overflow: visible;
  max-height: none !important
}
[data-reveal][data-open=true] [data-reveal-link] {
  display: none
}
[data-reveal-link] {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: var(--color-page-background);
  box-shadow: 0 -2rem 2rem 2rem var(--color-page-background);
  box-shadow: 0 calc(-1 * var(--fade-size)) var(--fade-size) var(--fade-size) var(--color-page-background);
  display: flex;
  align-items: center;
  gap: .25em;
  font-family: var(--font-actions);
  font-weight: 700;
  color: var(--color-button-text)
}
.tab-focus:focus-visible {
  outline: 2px solid;
  outline-offset: 2px;
  text-decoration: none
}
body {
  background: var(--color-page-background);
  color: var(--color-page-text);
  font-family: var(--font-base)
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 10rem
}
@media(min-width:1280px) {
  html {
    scroll-padding-top: 20rem
  }
}
.pkp_screen_reader {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0
}
.article-section-full-text hgroup:has(.author) {
  display: none
}
.article-section-full-text .figcaption-label {
  font-weight: 700
}
.article-section-full-text .footnote {
  color: var(--color-page-text);
  font-size: .75em;
  font-weight: 500;
  vertical-align: super;
  text-decoration: none
}
.article-section-full-text .footnotes, .article-section-full-text .references {
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: .875em;
  line-height: 1.5
}
.article-section-full-text .footnotes li, .article-section-full-text .references li {
  list-style: none
}
.article-section-full-text .footnotes {
  gap: .5em
}
.article-section-full-text .footnotes li {
  display: grid;
  grid-template-columns: 2em auto;
  align-items: start
}
.article-section-full-text .footnotes, .article-section-full-text .footnotes .footnote {
  font-size: .875em;
  font-weight: 400;
  text-decoration: none
}
.article-section-full-text .footnotes p {
  margin-top: 0
}
.article-table-of-contents {
  margin-bottom: 1.5em
}
.article-table-of-contents-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0
}
.article-table-of-contents ul {
  display: flex;
  flex-direction: column;
  gap: 1em
}
.article-table-of-contents a {
  color: var(--color-overlay-text);
  font-weight: 700;
  text-decoration: none
}
.article-table-of-contents a:focus-visible {
  outline: 2px solid;
  outline-offset: 2px
}
.article-table-of-contents li ul {
  padding-left: 1.5em;
  margin-top: .5em;
  gap: .5em
}
.article-table-of-contents li ul a {
  font-weight: 500
}
.article-table-of-contents-panel {
  position: fixed;
  top: 4rem;
  left: 0;
  width: 100%;
  width: 100vw;
  max-height: calc(100vh - 4rem);
  overflow-y: auto;
  font-weight: 700;
  background: var(--color-overlay-background);
  color: var(--color-overlay-text);
  box-shadow: var(--overlay-shadow);
  z-index: -1;
  transform: translateY(-100%);
  transition: all .3s
}
.article-table-of-contents-panel[data-show=true] {
  z-index: 99999;
  transform: translateY(0)
}
.article-table-of-contents-button {
  position: sticky;
  top: 0;
  width: 100%;
  background: var(--color-overlay-background);
  color: var(--color-overlay-text);
  display: flex;
  align-items: center;
  gap: .5em;
  padding: .75rem;
  font-size: 1rem;
  font-weight: 500
}
.article-table-of-contents-button:focus-visible {
  outline-offset: -4px !important
}
.article-table-of-contents-panel-inner {
  display: none;
  padding: .75rem;
  max-width: 40rem
}
.article-table-of-contents-button[aria-expanded=true] + .article-table-of-contents-panel-inner {
  display: block
}
@media(min-width:1280px) {
  .article-section.article-section-full-text {
    display: grid;
    grid-template-columns: 48rem minmax(12rem, 1fr);
    align-items: start;
    gap: 2.5rem;
    width: 100%
  }
  .article-section.article-section-full-text > .article-section-title:first-child {
    grid-column-start: 1;
    grid-column-end: 3
  }
  .article-section-full-text-content {
    grid-row-start: 2
  }
  .article-table-of-contents-button {
    display: none
  }
  .article-table-of-contents-panel {
    position: sticky;
    top: 0;
    transform: none;
    grid-column-start: 2;
    grid-row-start: 2;
    width: 100%;
    min-width: 20rem;
    background: var(--color-page-background);
    color: var(--color-page-text);
    box-shadow: none
  }
  .article-table-of-contents-panel-inner {
    display: block;
    padding: 1.5rem;
    background: var(--color-page-background);
    color: var(--color-page-text)
  }
  .article-table-of-contents-title {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
    margin-bottom: .5rem;
    font-weight: 700;
    font-family: var(--font-titles)
  }
  .article-table-of-contents {
    font-size: .875rem
  }
  .article-table-of-contents a, .article-table-of-contents li ul a {
    color: var(--color-page-links);
    font-weight: 400
  }
}
@media(min-width:1536px) {
  .article-table-of-contents-panel {
    padding-left: 8rem
  }
}
.article-summary {
  position: relative
}
.article-summary-cover {
  display: none
}
.article-summary-inner {
  display: flex;
  flex-direction: column;
  gap: 1rem
}
.article-summary-content {
  display: flex;
  flex-direction: column;
  gap: .25rem;
  align-self: flex-start
}
.article-summary-link:after {
  content: "";
  position: absolute;
  inset: 0
}
.article-summary-title {
  font-family: var(--font-titles);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5
}
.article-summary-authors {
  font-weight: 500;
  line-height: 1.5
}
.article-summary-abstract {
  margin-inline-start: .75rem
}
.article-summary-galleys {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .5rem
}
.article-summary-galley {
  max-width: 80vw
}
@media(min-width:768px) {
  .article-summary-with-cover {
    display: grid;
    grid-template-columns: var(--cover-image-width) minmax(0, 1fr);
    gap: 1.5rem;
    gap: var(--gap)
  }
  .article-summary-with-cover .article-summary-galley {
    max-width: 100%
  }
  .article-summary-cover {
    display: block
  }
  .article-summary-abstract {
    margin-inline-start: 1.5rem
  }
}
@media(min-width:1024px) {
  .article-summary-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    align-self: flex-start;
    gap: 1.5rem
  }
  .article-summary-galleys {
    flex-direction: column;
    align-items: stretch
  }
  .article-summary-galley {
    max-width: 20rem
  }
  .article-summary-with-cover .article-summary-galley {
    max-width: 16rem
  }
}
@media(min-width:1536px) {
  .article-summary-title {
    font-size: 1.5rem;
    line-height: 1.25
  }
  .article-summary-authors {
    font-size: 1.125rem
  }
  .article-summary-with-cover .article-summary-galley {
    max-width: 20rem
  }
}
.author-details, .author-details-author {
  display: flex;
  flex-direction: column;
  gap: 1.5rem
}
.author-details-author {
  gap: .25rem
}
.author-details-name {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.25rem
}
.author-details-affiliation {
  line-height: 1.25rem
}
.author-details-orcid {
  display: flex;
  align-items: center;
  gap: .25rem;
  line-height: 1.25;
  font-size: .875rem
}
.author-details-orcid svg {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0
}
@media(min-width:768px) {
  .author-details {
    --columns: 1;
    display: grid;
    grid-template-columns: repeat(var(--columns), minmax(0, 1fr));
    gap: 2rem
  }
  .author-details-many {
    --columns: 2
  }
  .author-details-name {
    font-size: 1.25rem
  }
  .author-details-affiliation {
    font-size: 1.125rem
  }
}
@media(min-width:1536px) {
  .author-details-many {
    --columns: 3
  }
}
.category-summary, .category-summary-header {
  display: flex;
  flex-direction: column;
  gap: 1rem
}
.category-summary-header {
  gap: .5rem
}
.category-summary-title {
  font-family: var(--font-titles);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25
}
.category-summary-description {
  line-height: 1.75
}
.category-summary .arrow-link {
  align-self: flex-start
}
.citations-container .citations-count {
  gap: 1rem
}
.citations-container .citations-count img {
  width: 100%;
  height: auto
}
.citations-container br {
  display: none
}
.citations-container .badge_total {
  margin-top: 1rem;
  font-size: 1rem;
  padding: .25rem .5rem;
  border: var(--radius);
  background: var(--color-block-background);
  color: var(--color-block-text)
}
@media(min-width:768px) {
  .citations-container .citations-count {
    gap: 2rem
  }
}
.dropdown-toggle {
  display: flex;
  align-items: center;
  padding-top: .25rem;
  padding-bottom: .25rem;
  gap: .25rem;
  font-family: var(--font-actions)
}
.dropdown-toggle:after {
  display: none
}
.dropdown-menu {
  --inline-padding: 1rem;
  padding: var(--inline-padding);
  background: var(--color-overlay-background);
  color: var(--color-overlay-text);
  border: none;
  border-radius: var(--radius);
  box-shadow: var(--overlay-shadow)
}
.dropdown-divider {
  margin-left: calc(-1 * var(--inline-padding));
  margin-right: calc(-1 * var(--inline-padding));
  border-top-color: currentColor;
  opacity: .15
}
.dropdown-item {
  color: var(--color-overlay-text)
}
.dropdown-item:hover, .dropdown-item:focus-visible {
  background: inherit;
  color: var(--color-overlay-text)
}
.footer {
  margin-top: 12rem
}
.footer-back-to-top {
  display: flex;
  margin-bottom: 6rem
}
.footer-back-to-top-link {
  display: flex;
  align-items: center;
  align-self: flex-start;
  gap: .5rem;
  font-family: var(--font-actions)
}
.footer-back-to-top-link svg {
  transform: translateY(-.25em)
}
.footer-inner {
  padding: 3rem 0;
  background: var(--color-footer-background);
  color: var(--color-footer-text)
}
.footer-inner .link {
  color: var(--color-footer-text)
}
.footer-name {
  margin-bottom: .5rem;
  font-family: var(--font-titles);
  font-size: 1.5rem;
  font-weight: 700
}
.footer-blocks {
  display: flex;
  flex-direction: column;
  gap: 3rem
}
.footer-block-masthead {
  display: flex;
  flex-direction: column;
  gap: 1.5rem
}
.footer-block-masthead [data-reveal-link] {
  background: var(--color-footer-background);
  color: var(--color-footer-text);
  box-shadow: 0 -2rem 2rem 2rem var(--color-footer-background)
}
.footer-metadata {
  display: flex;
  flex-direction: column;
  gap: .75rem;
  max-width: 20rem
}
.footer-metadata-item {
  display: grid;
  grid-template-columns: minmax(4rem, 1fr) 3fr;
  gap: 1rem
}
.footer-metadata-title {
  font-weight: 700
}
.footer-links .menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: .5rem 1rem
}
.footer-links .menu-button:focus-visible {
  outline: 2px solid;
  outline-offset: 2px;
  text-decoration: none
}
.footer-links .menu-button {
  font-weight: 600;
  color: var(--color-page-links);
  text-decoration: underline;
  text-decoration-thickness: .1em
}
.footer-links .menu-button:hover {
  color: var(--color-page-text)
}
.footer-inner .footer-links .menu-button {
  color: var(--color-footer-text)
}
.footer-block-menu .menu .menu-button-with-icon {
  margin-inline-start: calc(-1 * var(--inline-padding))
}
.footer-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 3rem
}
.footer-sidebar .pkp_block {
  display: flex;
  flex-direction: column;
  gap: .5rem
}
.footer-sidebar .pkp_block .title {
  font-family: var(--font-titles);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25
}
.footer-sidebar .pkp_screen_reader {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0
}
.footer-sidebar .block_information ul, .footer-sidebar .block_language ul, .footer-sidebar .block_web_feed ul {
  display: flex;
  flex-direction: column;
  gap: .25em
}
.footer-sidebar .block_information a:focus-visible, .footer-sidebar .block_language a:focus-visible, .footer-sidebar .block_web_feed a:focus-visible {
  outline: 2px solid;
  outline-offset: 2px;
  text-decoration: none
}
.footer-sidebar .block_custom a:focus-visible, .footer-sidebar .block_developed_by a:focus-visible {
  outline: 2px solid;
  outline-offset: 2px;
  text-decoration: none
}
.footer-sidebar .block_custom a, .footer-sidebar .block_developed_by a {
  font-weight: 600;
  color: var(--color-page-links);
  text-decoration: underline;
  text-decoration-thickness: .1em
}
.footer-sidebar .block_custom a:hover, .footer-sidebar .block_developed_by a:hover {
  color: var(--color-page-text)
}
.footer-inner .footer-sidebar .block_custom a, .footer-inner .footer-sidebar .block_developed_by a {
  color: var(--color-footer-text)
}
.footer-sidebar .block_custom a, .footer-sidebar .block_developed_by a {
  font-weight: 400;
  text-decoration-thickness: 1px
}
.footer-sidebar .block_make_submission_link:focus-visible {
  outline: 2px solid;
  outline-offset: 2px;
  text-decoration: none
}
.footer-sidebar .block_make_submission_link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .5em;
  padding: .5em 1.25em;
  min-height: 3rem;
  border: var(--border-width) solid var(--color-button-text);
  border-radius: var(--button-radius);
  color: var(--color-button-text);
  background: var(--color-button-background);
  font-family: var(--font-actions);
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
  text-align: center
}
.footer-sidebar .block_make_submission_link:hover {
  outline: var(--border-width) solid var(--color-button-text)
}
.footer-sidebar .block_make_submission_link svg {
  flex: 0 0 1.5em;
  width: 1.5em;
  height: auto
}
.notice .footer-sidebar .block_make_submission_link {
  background: var(--color-block-text);
  color: var(--color-block-background);
  border-color: var(--color-block-text)
}
.notice .footer-sidebar .block_make_submission_link:hover, .notice .footer-sidebar .block_make_submission_link:focus-visible {
  outline-color: var(--color-block-text)
}
.search-form-footer .footer-sidebar .block_make_submission_link {
  width: 100%
}
.layout-galley-header .footer-sidebar .block_make_submission_link {
  flex-shrink: 0;
  background: var(--color-header-text);
  color: var(--color-header-background);
  border-color: var(--color-header-text)
}
.layout-galley-header .footer-sidebar .block_make_submission_link:hover, .layout-galley-header .footer-sidebar .block_make_submission_link:focus-visible {
  outline-color: var(--color-header-text)
}
.register-footer .footer-sidebar .block_make_submission_link {
  width: 100%
}
.footer-sidebar .block_make_submission_link {
  background: var(--color-footer-text);
  color: var(--color-footer-background);
  border-color: var(--color-footer-text)
}
.footer-sidebar .block_make_submission_link:hover, .footer-sidebar .block_make_submission_link:focus-visible {
  outline-color: var(--color-footer-text)
}
.footer-btm {
  display: grid;
  grid-template-columns: 4rem minmax(0, 1fr);
  gap: 1.5rem;
  justify-content: center;
  align-items: center;
  padding: .75rem;
  background: #000;
  color: #fff
}
.footer-btm a:focus-visible {
  outline: 2px solid;
  outline-offset: 2px;
  text-decoration: none
}
.footer-btm-logo {
  width: 100%;
  height: auto
}
.footer-btm-text {
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.2;
  text-wrap: balance;
  text-align: right
}
.footer-btm-text a {
  font-weight: 700;
  text-decoration: underline
}
@media(min-width:768px) {
  .footer-blocks {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }
  .footer-block-masthead {
    grid-column-start: 1;
    grid-column-end: 3
  }
  .footer-block-menu .menu .menu-button-with-icon {
    margin-inline-start: calc(-1.75rem - var(--inline-padding))
  }
  .footer-sidebar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem 1.5rem
  }
  .footer-btm {
    grid-template-columns: 6rem minmax(0, 1fr);
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }
  .footer-btm-text {
    font-size: 1rem;
    justify-self: end;
    max-width: 20rem
  }
}
@media(min-width:1024px) {
  .footer-description {
    max-width: 80%
  }
}
@media(min-width:1280px) {
  .footer-sidebar {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 3rem
  }
  .footer-btm {
    padding: 1.5rem 3rem
  }
  .footer-btm-text {
    max-width: none
  }
}
@media(min-width:1920px) {
  .footer-name {
    font-size: 2rem;
    margin-bottom: 1rem
  }
}
.header-mobile {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999
}
.header-mobile-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 4rem;
  background: var(--color-header-background);
  color: var(--color-header-text)
}
.header-mobile-context {
  padding: .5rem .75rem
}
.header-mobile-logo {
  max-height: 3rem;
  width: auto
}
.header-mobile-name {
  font-family: var(--font-titles);
  font-weight: 700;
  line-height: 1.25;
  text-wrap: balance
}
.header-mobile-name-xs {
  font-size: 1.25rem
}
.header-mobile-name-sm {
  font-size: 1.125rem
}
.header-mobile-name-lg {
  font-size: .75rem
}
.header-mobile-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem .5rem;
  width: 4rem;
  height: 4rem
}
.header-mobile-button:focus-visible {
  outline: 2px solid;
  outline-offset: -.5rem
}
.header-mobile-button-icon {
  background: var(--color-header-background)
}
.header-mobile-button-icon span {
  display: block;
  width: 2rem;
  height: .125rem;
  background: var(--color-header-text);
  margin-bottom: .5rem;
  transition: all .2s
}
.header-mobile-button-icon span:last-child {
  margin-bottom: 0
}
.header-mobile-button[aria-expanded=true] .header-mobile-button-icon span:nth-child(1) {
  transform-origin: top left;
  transform: translate(20%) translateY(-25%) rotate(45deg)
}
.header-mobile-button[aria-expanded=true] .header-mobile-button-icon span:nth-child(3) {
  transform-origin: bottom left;
  transform: translate(20%) translateY(25%) rotate(-45deg)
}
.header-mobile-button[aria-expanded=true] .header-mobile-button-icon span:nth-child(2) {
  opacity: 0
}
.header-mobile-dropdown {
  position: fixed;
  top: 4rem;
  width: 100%;
  max-height: calc(100% - 4rem);
  background: var(--color-page-background);
  color: var(--color-page-text);
  overflow-y: auto;
  box-shadow: var(--overlay-shadow);
  transform: scale(0);
  transform-origin: top right;
  transition: all .2s
}
.header-mobile-dropdown[data-open=true] {
  transform: scale(1)
}
.header-mobile-dropdown:focus-visible {
  outline: 2px solid;
  outline-offset: -4px
}
.header-mobile-dropdown-inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem 2rem
}
.header-mobile .search-input {
  min-height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem
}
.header-mobile-languages, .header-mobile-logged-in-as {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-family: var(--font-actions)
}
.header-mobile-languages svg, .header-mobile-logged-in-as svg {
  flex-shrink: 0;
  margin-inline-start: -1.5rem;
  width: 3rem;
  height: 3rem
}
.header-mobile-languages-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .25rem;
  margin-inline-start: -.5rem
}
.header-mobile-language {
  padding: .25rem .5rem;
  border-radius: var(--radius)
}
.header-mobile-language:hover {
  outline: 1px solid var(--color-page-text)
}
.header-mobile-language-selected {
  background: var(--color-page-text);
  color: var(--color-page-background)
}
.header-mobile-language-selected:focus-visible {
  outline-color: var(--color-page-text)
}
.header-mobile-utility-menu {
  margin-inline-start: 2rem
}
@media(min-width:1280px) {
  .header-mobile {
    display: none
  }
}
.header-desktop {
  --inline-padding: 4rem;
  display: none;
  position: relative
}
@media(min-width:1280px) {
  .header-desktop {
    display: contents
  }
}
.header-desktop-inner {
  background: var(--color-header-background);
  color: var(--color-header-text)
}
.header-desktop-inner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem var(--inline-padding)
}
.header-desktop-context {
  display: flex;
  align-items: center;
  gap: 2rem;
  max-width: 50%
}
.header-desktop-logo {
  width: auto;
  height: auto;
  max-width: 16rem;
  max-height: 6rem
}
.header-desktop-name {
  font-family: var(--font-titles);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
  text-wrap: balance
}
.header-desktop-name-xs {
  font-size: 3rem
}
.header-desktop-name-sm {
  font-size: 2rem
}
.header-desktop-name-md {
  font-size: 1.5rem
}
.header-desktop-tagline {
  max-width: 56rem;
  font-weight: 500;
  font-size: 2.875rem;
  line-height: 1.25
}
.header-desktop-utility {
  display: flex;
  align-items: center;
  gap: .5rem
}
.header-desktop-utility .search-input {
  max-width: 12rem;
  max-height: 2rem;
  background: var(--color-header-background);
  color: var(--color-header-text)
}
.header-desktop-utility .search-input svg {
  color: inherit
}
.header-desktop-utility .search-input input::-moz-placeholder {
  color: inherit
}
.header-desktop-utility .search-input input::placeholder {
  color: inherit
}
.header-desktop-utility .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99999px
}
.header-desktop-utility .dropdown-toggle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2rem;
  height: 2rem;
  background: var(--color-header-background);
  border-radius: 99999px
}
.header-desktop-utility .dropdown-toggle svg {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  z-index: 999
}
.header-desktop-utility .dropdown-menu {
  padding: 0;
  z-index: 9999999
}
.header-desktop-utility .dropdown-divider {
  margin: 0
}
.header-desktop-utility .menu {
  padding: 1.25rem 2.25rem
}
.header-desktop-utility .menu-submenu .menu {
  padding: 0
}
.header-desktop-utility .logged-in-as {
  min-width: 16rem;
  padding: 1.5rem;
  font-family: var(--font-actions)
}
.header-desktop-languages {
  display: flex;
  flex-direction: column;
  padding: .5rem 0
}
.header-desktop-language {
  display: flex;
  align-items: center;
  gap: .25rem;
  padding: .5rem;
  font-family: var(--font-actions)
}
.header-desktop-language svg {
  width: 1.5rem;
  height: 1.5rem;
  opacity: 0
}
.header-desktop-language:hover svg {
  opacity: .5
}
.header-desktop-language-selected {
  font-weight: 600
}
.header-desktop-language-selected svg, .header-desktop-language-selected:hover svg {
  opacity: 1
}
.header-desktop-nav-main {
  padding-left: var(--inline-padding);
  padding-right: var(--inline-padding)
}
.header-desktop-above {
  background: var(--color-header-background)
}
.header-desktop-image-above .header-desktop-image, .header-desktop-image-below .header-desktop-image, .header-desktop-image-behind .header-desktop-image {
  width: 100%;
  height: auto
}
.header-desktop-image-above-center .header-desktop-above, .header-desktop-image-above-center .header-desktop-below, .header-desktop-image-below-center .header-desktop-above, .header-desktop-image-below-center .header-desktop-below {
  display: flex;
  justify-content: center
}
.header-desktop-image-behind .header-desktop-inner, .header-desktop-image-behind-right-top .header-desktop-inner, .header-desktop-image-behind-right-center .header-desktop-inner, .header-desktop-image-behind-right-bottom .header-desktop-inner {
  display: grid;
  grid-template-columns: 1fr;
  align-items: end
}
.header-desktop-image-behind .header-desktop-behind, .header-desktop-image-behind .header-desktop-inner-content, .header-desktop-image-behind-right-top .header-desktop-behind, .header-desktop-image-behind-right-top .header-desktop-inner-content, .header-desktop-image-behind-right-center .header-desktop-behind, .header-desktop-image-behind-right-center .header-desktop-inner-content, .header-desktop-image-behind-right-bottom .header-desktop-behind, .header-desktop-image-behind-right-bottom .header-desktop-inner-content {
  grid-area: 1 / 1
}
.header-desktop-image-behind-right-top .header-desktop-inner, .header-desktop-image-behind-right-center .header-desktop-inner, .header-desktop-image-behind-right-bottom .header-desktop-inner {
  align-items: center
}
.header-desktop-image-behind-right-top .header-desktop-behind, .header-desktop-image-behind-right-center .header-desktop-behind, .header-desktop-image-behind-right-bottom .header-desktop-behind {
  justify-self: end
}
.header-desktop-image-behind-right-top .header-desktop-image, .header-desktop-image-behind-right-center .header-desktop-image, .header-desktop-image-behind-right-bottom .header-desktop-image {
  max-height: 12rem
}
.header-desktop-image-behind-right-top .header-desktop-behind {
  align-self: start
}
.header-desktop-image-behind-right-bottom .header-desktop-behind {
  align-self: end
}
.header-desktop-image-behind-pattern .header-desktop-inner {
  position: relative
}
.header-desktop-image-behind-pattern .header-desktop-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat-both
}
.header-desktop-image-behind-pattern .header-desktop-inner-content {
  position: relative
}
.header-desktop-default .header-desktop-nav-main {
  position: sticky;
  top: 0;
  background: var(--color-page-background);
  z-index: 999999
}
.header-desktop-default .menu-desktop-main {
  margin-inline-start: calc(-1 * var(--inline-padding))
}
.header-desktop-default .menu-desktop-main > .menu-item > .menu-button {
  margin-top: .25rem
}
.header-desktop-defaultCenter {
  --max-height: 26rem;
  --logo-max-height: 10rem;
  text-align: center
}
.header-desktop-defaultCenter .header-desktop-inner-content {
  justify-content: center;
  padding-top: calc((var(--max-height) - var(--logo-max-height)) / 2);
  padding-bottom: calc((var(--max-height) - var(--logo-max-height)) / 2)
}
.header-desktop-defaultCenter .header-desktop-context {
  flex-direction: column
}
.header-desktop-defaultCenter .header-desktop-logo {
  max-width: 24em;
  max-height: var(--logo-max-height)
}
.header-desktop-defaultCenter .header-desktop-tagline {
  font-size: 1.5rem;
  line-height: 1.5;
  max-width: 150rem
}
.header-desktop-defaultCenter .header-desktop-nav-main {
  position: sticky;
  top: 0;
  background: var(--color-page-background);
  z-index: 999999
}
.header-desktop-defaultCenter .menu-desktop-main {
  justify-content: center
}
.header-desktop-defaultCenter.header-desktop-image-behind .header-desktop-inner {
  align-items: center
}
.header-desktop-defaultCenter.header-desktop-image-behind .header-desktop-behind, .header-desktop-defaultCenter.header-desktop-image-behind-right-top .header-desktop-behind, .header-desktop-defaultCenter.header-desktop-image-behind-right-center .header-desktop-behind, .header-desktop-defaultCenter.header-desktop-image-behind-right-bottom .header-desktop-behind {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: calc(var(--max-height) + var(--logo-max-height));
  overflow: hidden
}
.header-desktop-defaultCenter.header-desktop-image-behind-right-top .header-desktop-image, .header-desktop-defaultCenter.header-desktop-image-behind-right-center .header-desktop-image, .header-desktop-defaultCenter.header-desktop-image-behind-right-bottom .header-desktop-image {
  max-height: none
}
@media(min-width:1280px) {
  .header-desktop-line {
    display: contents
  }
  .header-desktop-line .header-desktop-inner {
    position: sticky;
    top: 0;
    z-index: 999999
  }
  .header-desktop-line .header-desktop-inner-content {
    gap: 1rem
  }
  .header-desktop-line .menu-desktop-main {
    justify-content: center
  }
}
.homepage-block-about {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 2rem
}
.homepage-block-about-desc {
  font-size: 1rem;
  line-height: 1.75
}
.homepage-about-menu {
  display: flex;
  flex-direction: column;
  gap: .5rem
}
@media(min-width:768px) {
  .homepage-block-about {
    padding: 0 4rem;
    gap: 4rem
  }
  .homepage-about-menu {
    flex-direction: row;
    justify-content: center;
    gap: 1rem
  }
}
@media(min-width:1280px) {
  .homepage-block-about {
    max-width: 48rem
  }
  .homepage-block-about-desc {
    font-size: 1.125rem
  }
}
.homepage-block-announcement {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 767px
}
.homepage-block-categories, .homepage-block-categories-list {
  display: flex;
  flex-direction: column;
  gap: 4rem
}
.homepage-block-categories {
  max-width: 1024px
}
.homepage-block-categories-header {
  max-width: 28rem
}
.homepage-block-categories-title {
  margin-bottom: .25rem;
  font-family: var(--font-titles);
  font-size: 2rem;
  font-weight: 900
}
.homepage-block-categories-desc {
  font-size: 1.125rem;
  text-wrap: balance
}
.homepage-block-categories-desc a:focus-visible {
  outline: 2px solid;
  outline-offset: 2px;
  text-decoration: none
}
.homepage-block-categories-desc a {
  font-weight: 600;
  color: var(--color-page-links);
  text-decoration: underline;
  text-decoration-thickness: .1em
}
.homepage-block-categories-desc a:hover {
  color: var(--color-page-text)
}
.footer-inner .homepage-block-categories-desc a {
  color: var(--color-footer-text)
}
@media(min-width:768px) {
  .homepage-block-categories {
    align-items: center
  }
  .homepage-block-categories-header {
    text-align: center
  }
  .homepage-block-categories-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
}
@media(min-width:1920px) {
  .homepage-block-categories-header {
    max-width: 40rem
  }
  .homepage-block-categories-title {
    font-size: 3rem
  }
  .homepage-block-categories-desc {
    font-size: 1.25rem
  }
}
.homepage-block-highlights {
  background: var(--color-block-background);
  color: var(--color-block-text)
}
.homepage-block-highlights:nth-child(2) {
  margin-top: -4rem
}
.homepage-block-highlights .swiper {
  --swiper-navigation-size: 2rem;
  --swiper-theme-color: var(--color-block-text);
  --swiper-pagination-bullet-inactive-color: var(--color-block-text)
}
.homepage-block-highlights .swiper-wrapper {
  display: flex;
  width: 100vw
}
.homepage-block-highlights .swiper-slide {
  display: flex;
  flex-direction: column;
  height: 80vh;
  height: calc(100vh - 4rem);
  height: calc(100dvh - 4rem)
}
.homepage-block-highlights .swiper-slide-image {
  flex-shrink: 0;
  width: 100vw;
  max-height: 30vh;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1.5 / 1
}
.homepage-block-highlights .swiper-slide-content {
  flex-shrink: 1;
  padding: .75rem;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 8rem
}
.homepage-block-highlights .swiper-slide-title {
  flex-shrink: 0;
  font-family: var(--font-titles);
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.25
}
.homepage-block-highlights .swiper-slide-desc {
  flex-shrink: 1;
  margin-top: .25rem;
  margin-bottom: 1.5rem;
  overflow: hidden
}
.homepage-block-highlights .swiper-slide-button:focus-visible {
  outline: 2px solid;
  outline-offset: 2px;
  text-decoration: none
}
.homepage-block-highlights .swiper-slide-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .5em;
  padding: .5em 1.25em;
  min-height: 3rem;
  border: var(--border-width) solid var(--color-button-text);
  border-radius: var(--button-radius);
  color: var(--color-button-text);
  background: var(--color-button-background);
  font-family: var(--font-actions);
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
  text-align: center
}
.homepage-block-highlights .swiper-slide-button:hover {
  outline: var(--border-width) solid var(--color-button-text)
}
.homepage-block-highlights .swiper-slide-button svg {
  flex: 0 0 1.5em;
  width: 1.5em;
  height: auto
}
.notice .homepage-block-highlights .swiper-slide-button {
  background: var(--color-block-text);
  color: var(--color-block-background);
  border-color: var(--color-block-text)
}
.notice .homepage-block-highlights .swiper-slide-button:hover, .notice .homepage-block-highlights .swiper-slide-button:focus-visible {
  outline-color: var(--color-block-text)
}
.search-form-footer .homepage-block-highlights .swiper-slide-button {
  width: 100%
}
.layout-galley-header .homepage-block-highlights .swiper-slide-button {
  flex-shrink: 0;
  background: var(--color-header-text);
  color: var(--color-header-background);
  border-color: var(--color-header-text)
}
.layout-galley-header .homepage-block-highlights .swiper-slide-button:hover, .layout-galley-header .homepage-block-highlights .swiper-slide-button:focus-visible {
  outline-color: var(--color-header-text)
}
.register-footer .homepage-block-highlights .swiper-slide-button {
  width: 100%
}
.homepage-block-highlights .swiper-slide-button {
  flex-shrink: 0;
  margin-top: auto;
  font-family: var(--font-actions);
  background: var(--color-block-text);
  color: var(--color-block-background);
  border-color: var(--color-block-text)
}
.homepage-block-highlights .swiper-slide-button:hover, .homepage-block-highlights .swiper-slide-button:focus-visible {
  outline-color: var(--color-block-text)
}
.homepage-block-highlights .swiper-button-prev:focus-visible, .homepage-block-highlights .swiper-button-next:focus-visible {
  outline: 2px solid;
  outline-offset: 2px;
  text-decoration: none
}
.homepage-block-highlights .swiper-button-prev, .homepage-block-highlights .swiper-button-next {
  top: auto;
  bottom: .75rem;
  margin-top: .75rem
}
.homepage-block-highlights .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 1rem;
  transform: translateY(-50)
}
@media(min-width:768px) {
  .homepage-block-highlights .swiper {
    --swiper-navigation-size: 2rem
  }
  .homepage-block-highlights .swiper-slide {
    padding: 4rem
  }
  .homepage-block-highlights .swiper-slide-content {
    padding: 0;
    margin-top: 1.5rem
  }
  .homepage-block-highlights .swiper-slide-title {
    font-size: 1.5rem
  }
  .homepage-block-highlights .swiper-slide-desc {
    margin-top: 1rem;
    font-size: 1.125rem
  }
  .homepage-block-highlights .swiper-button-prev, .homepage-block-highlights .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    transform: translateY(-50%);
    margin-top: 0
  }
}
@media(min-width:1024px) {
  .homepage-block-highlights .swiper {
    --swiper-navigation-sides-offset: 1.5rem
  }
  .homepage-block-highlights .swiper-slide {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 2rem;
    height: auto
  }
  .homepage-block-highlights .swiper-slide-content {
    margin: 0
  }
  .homepage-block-highlights .swiper-slide-image {
    width: 100%;
    height: auto;
    max-height: none
  }
  .homepage-block-highlights .swiper-slide-button {
    margin-top: 2rem;
    align-self: flex-start
  }
}
@media(min-width:1280px) {
  .homepage-block-highlights:first-child {
    margin-top: -2rem
  }
  .homepage-block-highlights .swiper-wrapper {
    width: 1024px
  }
}
@media(min-width:1536px) {
  .homepage-block-highlights .swiper-wrapper {
    width: 1280px
  }
  .homepage-block-highlights .swiper-slide {
    padding: 6rem;
    gap: 4rem
  }
}
.homepage-block-how-to-submit {
  max-width: 767px
}
.homepage-issue-summary .issue-summary-link:after {
  content: " ";
  position: absolute;
  inset: 0;
  z-index: 9999
}
.homepage-issue-summary .issue-summary-galleys {
  position: relative;
  z-index: 99999
}
@media(min-width:768px) {
  .homepage-issue-summary .issue-summary {
    flex-direction: row-reverse;
    margin-left: auto;
    margin-right: auto
  }
}
.homepage-issue-toc {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto
}
@media(min-width:1920px) {
  .homepage-issue-toc {
    max-width: 1280px
  }
}
.homepage-block-latest-articles, .homepage-block-latest-articles-list {
  display: flex;
  flex-direction: column;
  gap: 3rem
}
.homepage-block-latest-articles-header {
  max-width: 25rem
}
.homepage-block-latest-articles-title {
  margin-bottom: .25rem;
  font-family: var(--font-titles);
  font-size: 2rem;
  font-weight: 900
}
.homepage-block-latest-articles-description {
  font-size: 1.125rem;
  text-wrap: balance
}
.homepage-block-latest-articles-description a:focus-visible {
  outline: 2px solid;
  outline-offset: 2px;
  text-decoration: none
}
.homepage-block-latest-articles-description a {
  font-weight: 600;
  color: var(--color-page-links);
  text-decoration: underline;
  text-decoration-thickness: .1em
}
.homepage-block-latest-articles-description a:hover {
  color: var(--color-page-text)
}
.footer-inner .homepage-block-latest-articles-description a {
  color: var(--color-footer-text)
}
@media(min-width:768px) {
  .homepage-block-latest-articles {
    --cover-image-width: 16rem;
    --gap: 1.5rem
  }
}
@media(min-width:1024px) {
  .homepage-block-latest-articles {
    max-width: 1024px
  }
  .homepage-block-latest-articles-header {
    align-self: center;
    text-align: center
  }
  .homepage-block-latest-articles-no-images {
    display: grid;
    grid-template-columns: 16rem minmax(0, 1fr)
  }
  .homepage-block-latest-articles-no-images .homepage-block-latest-articles-header {
    align-self: flex-start;
    text-align: initial
  }
}
@media(min-width:1280px) {
  .homepage-block-latest-articles .article-summary-galley {
    max-width: 16rem
  }
  .homepage-block-latest-articles-no-images {
    grid-template-columns: 22rem minmax(0, 1fr);
    gap: 6rem
  }
  .homepage-block-latest-articles-no-images .article-summary-galley {
    max-width: 12rem
  }
}
@media(min-width:1920px) {
  .homepage-block-latest-articles {
    max-width: 1280px
  }
  .homepage-block-latest-articles-no-images {
    grid-template-columns: 24rem minmax(0, 1fr);
    gap: 8rem
  }
  .homepage-block-latest-articles-title {
    font-size: 3rem
  }
  .homepage-block-latest-articles-description {
    font-size: 1.25rem
  }
  .homepage-block-latest-articles .article-summary-galley {
    max-width: 24rem
  }
  .homepage-block-latest-articles-no-images .article-summary-galley {
    max-width: 16rem
  }
}
.homepage-block-partners, .homepage-block-partners-header {
  display: flex;
  flex-direction: column;
  gap: 4rem
}
.homepage-block-partners-header {
  gap: .5rem
}
.homepage-block-partners-title {
  font-size: 2rem;
  font-weight: 900
}
.homepage-block-partners-desc {
  font-size: 1.125rem;
  text-wrap: balance
}
.homepage-block-partners-desc a:focus-visible {
  outline: 2px solid;
  outline-offset: 2px;
  text-decoration: none
}
.homepage-block-partners-desc a {
  font-weight: 600;
  color: var(--color-page-links);
  text-decoration: underline;
  text-decoration-thickness: .1em
}
.homepage-block-partners-desc a:hover {
  color: var(--color-page-text)
}
.footer-inner .homepage-block-partners-desc a {
  color: var(--color-footer-text)
}
@media(min-width:768px) {
  .homepage-block-partners, .homepage-block-partners-header {
    align-items: center
  }
  .homepage-block-partners {
    max-width: 1280px
  }
  .homepage-block-partners-header {
    max-width: 25rem;
    text-align: center
  }
  .homepage-block-partners .pl-partner-logos {
    justify-content: center
  }
}
@media(min-width:1920px) {
  .homepage-block-partners-title {
    font-size: 3rem
  }
  .homepage-block-partners-desc {
    font-size: 1.25rem
  }
}
.issue-cover-summary, .issue-cover-summary-details {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  line-height: 1.25
}
.issue-cover-summary {
  flex-shrink: 0
}
.issue-cover-summary-details {
  gap: .25rem
}
.issue-cover-summary-image, .issue-cover-summary svg {
  width: 100%;
  max-width: 12rem;
  height: auto
}
.issue-cover-summary-vol {
  font-family: var(--font-titles);
  font-size: 1.5rem;
  font-weight: 900
}
.issue-cover-summary-year {
  font-family: var(--font-titles);
  font-size: 1.125rem;
  font-weight: 700
}
@media(min-width:1536px) {
  .issue-cover-summary-image, .issue-cover-summary svg {
    max-width: 16rem
  }
}
.issue-summary {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5rem
}
.issue-summary-cover {
  width: 100%;
  max-width: 16rem
}
.issue-summary-cover svg {
  width: 100%;
  height: auto
}
.issue-summary-inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem
}
.issue-summary-header {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  gap: 1.5rem
}
.issue-summary-vol {
  font-family: var(--font-titles);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.25
}
.issue-summary-year {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25
}
.issue-summary-title {
  font-family: var(--font-titles);
  font-size: 1.125rem;
  line-height: 1.25
}
.issue-summary-description {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  overflow: hidden
}
.issue-summary-description .html-text {
  position: relative;
  max-height: 16rem
}
.issue-summary-button {
  width: 100%;
  background: var(--color-page-background);
  box-shadow: 0 -1.5rem 1.5rem 1.5rem var(--color-page-background);
  z-index: 999;
  display: flex
}
.issue-summary-galleys {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  max-width: 90vw
}
@media(min-width:768px) {
  .issue-summary {
    flex-direction: row;
    max-width: 1024px
  }
  .issue-summary-no-cover {
    max-width: 768px
  }
  .issue-summary-cover {
    flex-shrink: 0
  }
  .issue-summary-inner {
    flex-grow: 1
  }
  .issue-summary-header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between
  }
  .issue-summary-description {
    flex-grow: 1;
    justify-content: space-between
  }
  .issue-summary-description .html-text {
    max-height: 9.5rem
  }
  .issue-summary-galleys {
    max-width: 12rem
  }
}
@media(min-width:1024px) {
  .issue-summary-galleys {
    max-width: 16rem
  }
}
@media(min-width:1280px) {
  .issue-summary {
    gap: 3rem
  }
}
@media(min-width:1920px) {
  .issue-summary {
    max-width: 1280px
  }
  .issue-summary-cover {
    max-width: 24rem
  }
  .issue-summary-vol {
    font-size: 3rem
  }
  .issue-summary-year {
    font-size: 2rem
  }
  .issue-summary-title {
    font-size: 1.25rem
  }
  .issue-summary-description .html-text, .issue-summary-button {
    font-size: 1.125rem
  }
}
.issue-toc, .issue-toc-header, .issue-toc-header-content, .issue-toc-header-top, .issue-toc-galleys, .issue-toc-sections, .issue-toc-section, .issue-toc-articles {
  display: flex;
  flex-direction: column;
  gap: 1.5rem
}
.issue-toc {
  --cover-image-width: 16rem;
  --gap: 1.5rem;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  gap: 6rem
}
.issue-toc-with-cover {
  max-width: none
}
.issue-toc-cover {
  max-width: var(--cover-image-width)
}
.issue-toc-header {
  gap: var(--gap)
}
.issue-toc-header-top {
  flex-direction: column;
  align-items: flex-start
}
.issue-toc-galleys {
  gap: .5rem
}
.issue-toc-vol {
  font-family: var(--font-titles);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.25
}
.issue-toc-year {
  font-family: var(--font-titles);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25
}
.issue-toc-title {
  font-size: 1.125rem;
  line-height: 1.25
}
.issue-toc-sections {
  gap: 6rem
}
.issue-toc-section, .issue-toc-articles {
  gap: 2rem
}
.issue-toc-section-name {
  font-family: var(--font-titles)
}
.issue-toc-galleys {
  max-width: 90vw
}
@media(min-width:768px) {
  .issue-toc-header-top {
    flex-direction: row;
    justify-content: space-between
  }
  .issue-toc-with-cover .issue-toc-header {
    display: grid;
    grid-template-columns: var(--cover-image-width) minmax(0, 1fr)
  }
  .issue-toc-with-cover .issue-toc-header-top {
    flex-direction: column
  }
  .issue-toc-with-cover .issue-toc-section-name {
    margin-inline-start: calc(var(--cover-image-width) + var(--gap))
  }
  .issue-toc-galleys {
    max-width: 16rem
  }
}
@media(min-width:1280px) {
  .issue-toc-with-cover .issue-toc-header-top {
    flex-direction: row;
    justify-content: space-between
  }
}
@media(min-width:1536px) {
  .issue-toc-galleys {
    max-width: 20rem
  }
}
@media(min-width:1920px) {
  .issue-toc-with-cover {
    --cover-image-width: 24rem;
    --gap: 3rem
  }
  .issue-toc-vol {
    font-size: 3rem
  }
  .issue-toc-year {
    font-size: 2rem
  }
  .issue-toc-title {
    font-size: 1.25rem
  }
  .issue-toc-metadata, .issue-toc-description {
    font-size: 1.125rem
  }
  .issue-toc-section-name {
    font-size: 1.25rem
  }
}
.masthead.masthead {
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin: 0;
  padding: 0
}
.masthead.masthead li {
  list-style: none
}
.masthead.masthead .masthead-name {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin: 0;
  font-size: 1.125rem
}
.masthead.masthead .masthead-orcid {
  width: 1.5rem;
  height: 1.5rem
}
.masthead.masthead .masthead-affiliation {
  font-weight: 500
}
.masthead.masthead .masthead-dates {
  font-size: .875rem
}
@media(min-width:1536px) {
  .masthead.masthead .masthead-name {
    font-size: 1.25rem
  }
  .masthead.masthead .masthead-dates {
    font-size: 1rem
  }
}
.menu {
  --inline-padding: .5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: var(--font-actions)
}
.menu-button:focus-visible {
  outline: 2px solid;
  outline-offset: 2px;
  text-decoration: none
}
.menu-button {
  display: flex;
  align-items: center;
  gap: .25rem;
  padding: .25rem var(--inline-padding);
  margin-inline-start: calc(-1 * var(--inline-padding));
  font-family: var(--font-actions);
  font-weight: 600
}
.menu-button-with-icon {
  margin-inline-start: calc(-1.75rem - var(--inline-padding))
}
.menu-button-with-icon svg {
  width: 1.5rem;
  height: 1.5rem
}
.menu-submenu {
  margin-inline-start: var(--inline-padding)
}
.menu-submenu .menu {
  gap: 0
}
.menu-submenu .menu-button {
  font-weight: 400
}
.task_count {
  margin-left: .25rem;
  padding: 0 .25em;
  height: 1.5rem;
  min-width: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: var(--border-width) solid;
  border-radius: var(--radius);
  font-size: .75rem;
  font-weight: 400
}
.menu-desktop-main {
  --inline-padding: .75rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .5rem 1.25rem;
  padding: .5rem 0
}
.menu-desktop-main .menu-button:focus-visible {
  outline: 2px solid;
  outline-offset: 2px;
  text-decoration: none
}
.menu-desktop-main .menu-button {
  display: flex;
  align-items: center;
  gap: .25rem;
  padding: .25rem var(--inline-padding);
  font-weight: 600;
  white-space: nowrap
}
.menu-desktop-main .menu-button svg {
  width: 1.5rem;
  height: 1.5rem
}
.menu-desktop-main .menu-submenu .menu-button {
  font-weight: 400;
  white-space: wrap
}
.notice {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem;
  background: var(--color-block-background);
  color: var(--color-block-text)
}
.notice .button {
  background: var(--color-block-text);
  color: var(--color-block-background);
  border-color: var(--color-block-text)
}
.notice .button:hover, .notice .button:focus-visible {
  outline-color: var(--color-block-text)
}
.notice-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem
}
.notice-content a:focus-visible {
  outline: 2px solid;
  outline-offset: 2px;
  text-decoration: none
}
.notice-content a {
  font-weight: 600;
  color: var(--color-page-links);
  text-decoration: underline;
  text-decoration-thickness: .1em
}
.notice-content a:hover {
  color: var(--color-page-text)
}
.footer-inner .notice-content a {
  color: var(--color-footer-text)
}
.notice-content a, .notice-content a:hover {
  color: var(--color-block-text)
}
.notice-title {
  margin-bottom: -1rem;
  font-family: var(--font-titles);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25
}
.notice-actions {
  display: flex;
  flex-direction: column;
  gap: .5rem
}
@media(min-width:1024px) {
  .notice-with-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 16rem;
    align-items: center
  }
}
.pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: 100%;
  color: var(--color-page-links);
  font-family: var(--font-actions);
  font-weight: 700
}
.pagination-text-link {
  display: flex;
  align-items: center;
  gap: .5em
}
.pagination-text-link svg {
  width: 1.5rem;
  height: auto
}
.pagination-text-link[disabled] {
  opacity: .5;
  filter: saturate(0)
}
.pagination-pages {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: .25rem
}
.pagination-page {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em
}
.pagination-page:focus-visible {
  outline: 2px solid
}
.pagination-page[aria-current=true] {
  border-radius: var(--radius);
  background: var(--color-button-text);
  color: var(--color-button-background)
}
.pagination-pages li {
  display: none
}
.pagination-pages li:has([aria-current=true]), .pagination-pages li:has(+li>[aria-current]), .pagination-pages li:has([aria-current]) + li {
  display: block
}
@media(min-width:768px) {
  .pagination li {
    display: block
  }
}
.opensciencebadges-article-details {
  margin: 1.5rem 0
}
.opensciencebadges-article-details .label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0
}
.opensciencebadge-desc, .opensciencebadges-lg-descs {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75
}
.opensciencebadge-desc a:focus-visible, .opensciencebadges-lg-descs a:focus-visible {
  outline: 2px solid;
  outline-offset: 2px;
  text-decoration: none
}
.opensciencebadge-desc a, .opensciencebadges-lg-descs a {
  font-weight: 600;
  color: var(--color-page-links);
  text-decoration: underline;
  text-decoration-thickness: .1em
}
.opensciencebadge-desc a:hover, .opensciencebadges-lg-descs a:hover {
  color: var(--color-page-text)
}
.footer-inner .opensciencebadge-desc a, .footer-inner .opensciencebadges-lg-descs a {
  color: var(--color-footer-text)
}
.opensciencebadge-desc abbr, .opensciencebadges-lg-descs abbr {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  text-decoration-thickness: 2px
}
.opensciencebadge-desc p, .opensciencebadge-desc ul, .opensciencebadge-desc ol, .opensciencebadge-desc blockquote, .opensciencebadge-desc figure, .opensciencebadge-desc h1, .opensciencebadge-desc h2, .opensciencebadge-desc h3, .opensciencebadge-desc h4, .opensciencebadge-desc h5, .opensciencebadge-desc h6, .opensciencebadges-lg-descs p, .opensciencebadges-lg-descs ul, .opensciencebadges-lg-descs ol, .opensciencebadges-lg-descs blockquote, .opensciencebadges-lg-descs figure, .opensciencebadges-lg-descs h1, .opensciencebadges-lg-descs h2, .opensciencebadges-lg-descs h3, .opensciencebadges-lg-descs h4, .opensciencebadges-lg-descs h5, .opensciencebadges-lg-descs h6 {
  margin-top: 1.5em;
  margin-bottom: 1.5em
}
.opensciencebadge-desc p:first-child, .opensciencebadge-desc ul:first-child, .opensciencebadge-desc ol:first-child, .opensciencebadge-desc blockquote:first-child, .opensciencebadge-desc figure:first-child, .opensciencebadge-desc h1:first-child, .opensciencebadge-desc h2:first-child, .opensciencebadge-desc h3:first-child, .opensciencebadge-desc h4:first-child, .opensciencebadge-desc h5:first-child, .opensciencebadge-desc h6:first-child, .opensciencebadges-lg-descs p:first-child, .opensciencebadges-lg-descs ul:first-child, .opensciencebadges-lg-descs ol:first-child, .opensciencebadges-lg-descs blockquote:first-child, .opensciencebadges-lg-descs figure:first-child, .opensciencebadges-lg-descs h1:first-child, .opensciencebadges-lg-descs h2:first-child, .opensciencebadges-lg-descs h3:first-child, .opensciencebadges-lg-descs h4:first-child, .opensciencebadges-lg-descs h5:first-child, .opensciencebadges-lg-descs h6:first-child {
  margin-top: 0
}
.opensciencebadge-desc p:last-child, .opensciencebadge-desc ul:last-child, .opensciencebadge-desc ol:last-child, .opensciencebadge-desc blockquote:last-child, .opensciencebadge-desc figure:last-child, .opensciencebadge-desc h1:last-child, .opensciencebadge-desc h2:last-child, .opensciencebadge-desc h3:last-child, .opensciencebadge-desc h4:last-child, .opensciencebadge-desc h5:last-child, .opensciencebadge-desc h6:last-child, .opensciencebadges-lg-descs p:last-child, .opensciencebadges-lg-descs ul:last-child, .opensciencebadges-lg-descs ol:last-child, .opensciencebadges-lg-descs blockquote:last-child, .opensciencebadges-lg-descs figure:last-child, .opensciencebadges-lg-descs h1:last-child, .opensciencebadges-lg-descs h2:last-child, .opensciencebadges-lg-descs h3:last-child, .opensciencebadges-lg-descs h4:last-child, .opensciencebadges-lg-descs h5:last-child, .opensciencebadges-lg-descs h6:last-child {
  margin-bottom: 0
}
.opensciencebadge-desc ul, .opensciencebadge-desc ol, .opensciencebadges-lg-descs ul, .opensciencebadges-lg-descs ol {
  margin-left: 2em
}
.opensciencebadge-desc li, .opensciencebadges-lg-descs li {
  list-style: inherit;
  line-height: 1.5
}
.opensciencebadge-desc li + li, .opensciencebadges-lg-descs li + li {
  margin-top: .25em
}
.opensciencebadge-desc blockquote, .opensciencebadges-lg-descs blockquote {
  margin-left: 2em;
  line-height: 1.5
}
.opensciencebadge-desc figcaption, .opensciencebadges-lg-descs figcaption {
  max-width: 40em;
  margin-top: .5em;
  font-size: .875em;
  line-height: 1.5
}
.opensciencebadge-desc h1, .opensciencebadge-desc h2, .opensciencebadge-desc h3, .opensciencebadge-desc h4, .opensciencebadge-desc h5, .opensciencebadge-desc h6, .opensciencebadges-lg-descs h1, .opensciencebadges-lg-descs h2, .opensciencebadges-lg-descs h3, .opensciencebadges-lg-descs h4, .opensciencebadges-lg-descs h5, .opensciencebadges-lg-descs h6 {
  font-family: var(--font-titles);
  line-height: 1.25
}
.opensciencebadge-desc h1, .opensciencebadges-lg-descs h1 {
  font-size: 2em;
  font-weight: 900
}
.opensciencebadge-desc h2, .opensciencebadges-lg-descs h2 {
  font-size: 1.5em;
  font-weight: 700
}
.opensciencebadge-desc h3, .opensciencebadges-lg-descs h3 {
  font-size: 1.25em;
  font-weight: 700
}
.opensciencebadge-desc h4, .opensciencebadges-lg-descs h4 {
  font-size: 1.125em;
  font-weight: 700
}
.opensciencebadge-desc h5, .opensciencebadges-lg-descs h5 {
  font-size: 1.125em;
  font-style: italic
}
.opensciencebadge-desc h6, .opensciencebadges-lg-descs h6 {
  font-size: 1em;
  font-style: italic
}
.issue-summary-description .opensciencebadge-desc, .issue-summary-description .opensciencebadges-lg-descs {
  position: relative;
  max-height: 16rem
}
@media(min-width:768px) {
  .issue-summary-description .opensciencebadge-desc, .issue-summary-description .opensciencebadges-lg-descs {
    max-height: 9.5rem
  }
}
@media(min-width:1920px) {
  .issue-summary-description .opensciencebadge-desc, .issue-summary-description .opensciencebadges-lg-descs {
    font-size: 1.125rem
  }
}
@media(min-width:1024px) {
  .article-section .opensciencebadge-desc, .article-section .opensciencebadges-lg-descs {
    font-size: 1.125rem
  }
  .article-metadata-table .opensciencebadge-desc, .article-metadata-table .opensciencebadges-lg-descs {
    font-size: 1rem
  }
}
@media(min-width:1280px) {
  .article-section.article-section-full-text > .opensciencebadges-article-main .label:first-child {
    grid-column-start: 1;
    grid-column-end: 3
  }
}
.opensciencebadges-article-main .label {
  margin: 1rem 0;
  font-family: var(--font-titles);
  font-weight: 900;
  font-size: 1.5rem
}
@media(min-width:768px) {
  .opensciencebadges-article-main .label {
    font-size: 2rem;
    margin: 1.5rem 0
  }
}
@media(min-width:1024px) {
  .opensciencebadges-article-main .label {
    font-size: 2.5rem
  }
}
.article-metadata-table .opensciencebadges {
  margin-top: .5rem
}
.article-metadata-table .opensciencebadges-lg-badges {
  max-width: 90vw
}
@media(min-width:1024px) {
  .article-metadata-table .opensciencebadges {
    margin-top: 0
  }
}
#articlesBySimilarityList h2, #articlesBySimilarityList h3, #articlesBySameAuthorList h2, #articlesBySameAuthorList h3 {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 900
}
#articlesBySimilarityList h2 a, #articlesBySimilarityList h3 a, #articlesBySameAuthorList h2 a, #articlesBySameAuthorList h3 a {
  font-weight: 900;
  text-decoration: none;
  color: var(--color-page-text)
}
#articlesBySimilarityList ul, #articlesBySameAuthorList ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 0;
  padding: 0
}
#articlesBySimilarityList ul li, #articlesBySameAuthorList ul li {
  list-style: none
}
#articlesBySimilarityList .cmp_pagination, #articlesBySameAuthorPages .cmp_pagination {
  display: flex;
  align-items: center;
  gap: 1em;
  margin-top: 1.5em;
  margin-bottom: 1.5em
}
#articlesBySimilarityList .cmp_pagination > a, #articlesBySameAuthorPages .cmp_pagination > a {
  padding-left: .5rem;
  padding-right: .5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: var(--radius);
  background: var(--color-button-text);
  color: var(--color-button-background);
  text-decoration: none
}
#articlesBySimilarityList .cmp_pagination .current, #articlesBySameAuthorPages .cmp_pagination .current {
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--color-page-text)
}
@media(min-width:768px) {
  #articlesBySimilarityList h2, #articlesBySimilarityList h3, #articlesBySameAuthorList h2, #articlesBySameAuthorList h3 {
    font-size: 2rem
  }
}
@media(min-width:1024px) {
  #articlesBySimilarityList h2, #articlesBySimilarityList h3, #articlesBySameAuthorList h2, #articlesBySameAuthorList h3 {
    font-size: 2.5rem
  }
  #articlesBySimilarityList ul, #articlesBySameAuthorList ul {
    font-size: 1.125rem;
    gap: 2rem
  }
}
.article-section-hook-main h3 {
  font-size: 1.5rem;
  font-weight: 900
}
.article-section-hook-main .usageStatsGraph {
  width: 100%
}
@media(min-width:768px) {
  .article-section-hook-main h3 {
    font-size: 2rem
  }
}
@media(min-width:1024px) {
  .article-section-hook-main h3 {
    font-size: 2.5rem
  }
}
.search-input {
  display: flex;
  align-items: center;
  padding: .25rem .5rem;
  gap: .5rem;
  background: var(--color-page-background);
  border: var(--input-border-width) solid;
  color: var(--color-page-text);
  border-radius: var(--search-radius);
  font-family: var(--font-actions);
  font-weight: 500
}
.search-input:focus-within {
  outline: 2px solid;
  outline-offset: 2px
}
.search-input svg {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  color: var(--color-page-text)
}
.search-input input {
  width: 100%;
  min-width: 0;
  background: transparent;
  color: inherit
}
.search-input input:focus-visible {
  outline: none
}
.search-input input::-moz-placeholder {
  opacity: .65
}
.search-input input::placeholder {
  opacity: .65
}
.search-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem
}
.search-form .search-input {
  min-height: 3rem
}
.search-form-filters-fieldset {
  padding: .75rem;
  border: 1px solid var(--color-page-text)
}
.search-form-filters-legend {
  padding-left: .75rem;
  padding-right: .75rem;
  margin: 0 auto;
  color: var(--color-page-links);
  font-family: var(--font-actions);
  font-weight: 700
}
.search-form-filters {
  display: flex;
  flex-direction: column;
  gap: 1.5rem
}
.search-form-filters input, .search-form-filters select {
  width: 100%;
  max-width: 20em;
  padding: .25em .5em;
  background: var(--color-page-background);
  border: var(--input-border-width) solid;
  color: var(--color-page-text);
  border-radius: var(--input-radius);
  font-family: var(--font-actions);
  font-weight: 400
}
.search-form-filters input:focus-visible, .search-form-filters select:focus-visible {
  outline: 1px solid
}
.register-form .search-form-filters input, .register-form .search-form-filters select {
  max-width: 100%
}
.search-form-filters-date fieldset {
  display: flex;
  align-items: center;
  gap: .25rem
}
.search-form-filters-date label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0
}
.search-form-filters-date legend {
  width: 100%;
  margin-bottom: .25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25
}
.search-form-filters-date [name*=Year] {
  flex-shrink: 0;
  width: 6rem
}
.search-form-filters-date [name*=Month] {
  flex-grow: 1;
  max-width: none
}
.search-form-filters-date [name*=Day] {
  flex-shrink: 0;
  width: 4rem
}
.search-form-footer .button {
  width: 100%
}
.skip-links {
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translate(-50%);
  z-index: 99999999;
  background: #fff;
  color: #000
}
.skip-links:focus-within {
  padding: .5rem;
  outline: 2px solid black
}
.skip-links a {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0
}
.skip-links a:focus-visible {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
  outline: none
}
.skip-links .skip-links-desktop {
  display: none
}
@media(min-width:1280px) {
  :scope .skip-links-mobile {
    display: none
  }
  :scope .skip-links-desktop {
    display: block
  }
}
.announcements-list, .announcements-summary {
  display: flex;
  flex-direction: column;
  gap: .5rem
}
.announcements-list {
  gap: 4rem
}
.announcements-summary-title {
  font-family: var(--font-titles);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25
}
.announcements-summary-date {
  font-family: var(--font-titles);
  font-size: 1.125rem
}
.announcements-summary .arrow-link {
  margin-top: 1rem;
  align-self: flex-start
}
@media(min-width:1536px) {
  .announcements-summary-title {
    max-width: 32em
  }
  .announcements-summary-date {
    font-size: 1.25rem
  }
  .announcements-summary-desc, .announcements-summary .arrow-link {
    font-size: 1.125rem
  }
}
.article, .article-header, .article-authors, .article-details, .article-media, .article-galleys-list, .article-sections, .article-section-hook-main, .article-section-hook-footer {
  display: flex;
  flex-direction: column;
  gap: 1.5rem
}
.article {
  gap: 3rem
}
.article-title {
  font-family: var(--font-titles);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.25
}
.article-authors {
  font-style: normal;
  align-items: flex-start;
  gap: .5rem
}
.article-author-details {
  width: 100%
}
.article-authors-more-details[aria-expanded=false] .article-author-details-collapse, .article-authors-more-details[aria-expanded=true] .article-author-details-expand {
  display: none
}
.article-galleys-list {
  gap: .5rem
}
.article-metadata-table {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  word-break: break-word
}
.article-metadata-table .dropdown-toggle {
  font-weight: 600;
  color: var(--color-page-links)
}
.article-metadata-table .arrow-link {
  align-self: flex-start
}
.article-metadata-table-row {
  display: flex;
  flex-direction: column;
  gap: 0
}
.article-metadata-table-heading {
  width: 100%;
  font-weight: 700;
  padding-right: 1.5rem
}
.article-metadata-cover img {
  width: 100%;
  max-width: 12rem
}
.article-sections, .article-section-hook-main {
  gap: 3rem
}
.article-section-title {
  margin: 1rem 0;
  font-family: var(--font-titles);
  font-weight: 900;
  font-size: 1.5rem
}
.article-abstract-galleys {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .25rem
}
.citation-output .csl-left-margin {
  display: none
}
.article-section-references ol {
  list-style: decimal
}
@media(min-width:768px) {
  .article-title {
    font-size: 3rem
  }
  .article-authors {
    font-size: 1.25rem;
    gap: 1.5rem
  }
  .article-details {
    display: block;
    clear: both
  }
  .article-media {
    float: right;
    width: 16rem;
    flex-shrink: 0;
    margin-inline-start: 1.5rem;
    margin-bottom: 1.5rem
  }
  .article-metadata {
    width: 100%
  }
  .article-sections {
    display: block
  }
  .article-section + .article-section, .article-section-hook-main > .item + .item, .article-section-hook-footer > * + * {
    margin-top: 6rem
  }
  .article-section-title {
    font-size: 2rem;
    margin: 1.5rem 0
  }
}
@media(min-width:1024px) {
  .article-header {
    max-width: 56rem
  }
  .article-media {
    margin-inline-start: 3rem;
    margin-bottom: 3rem
  }
  .article-details .article-metadata-table {
    max-width: 37rem
  }
  .article-section {
    width: 48rem
  }
  .article-section-title {
    font-size: 2.5rem
  }
  .article-section .html-text {
    font-size: 1.125rem
  }
  .article-metadata-table {
    gap: 2rem;
    width: 100%
  }
  .article-metadata-table .html-text {
    font-size: 1rem
  }
  .article-metadata-table-row {
    display: grid;
    grid-template-columns: minmax(12rem, 1fr) 3fr
  }
}
@media(min-width:1280px) {
  .article-media {
    width: 24rem
  }
  .article-metadata-table {
    max-width: 40rem
  }
}
@media(min-width:1536px) {
  .article-header {
    max-width: 64rem
  }
  .article-details .article-metadata-table, .article-metadata-table {
    max-width: 48rem
  }
}
.category, .category-wrapper, .category-inner, .category-header, .category-subcategories, .category-items, .category-items-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem
}
.category, .category-wrapper, .category-inner, .category-items, .category-items-list {
  gap: 3rem
}
.category {
  margin-top: 2rem;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto
}
.category-has-subcategories {
  max-width: 1280px
}
.category-title {
  font-family: var(--font-titles);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.25
}
.category-subcategories {
  gap: .25rem
}
.category-subcategories a {
  text-decoration: underline
}
.category-subcategories-title {
  font-family: var(--font-titles);
  font-weight: 800;
  font-size: 1.25rem
}
@media(min-width:1024px) {
  .category-desc {
    max-width: 40rem
  }
  .category-has-subcategories .category-inner {
    display: grid;
    grid-template-columns: 16rem minmax(0, 1fr);
    align-items: start;
    gap: 1.5rem
  }
}
@media(min-width:1536px) {
  .category-has-subcategories .category-inner {
    grid-template-columns: 24rem minmax(0, 1fr);
    gap: 3rem
  }
}
@media(min-width:1920px) {
  .category {
    gap: 4rem
  }
  .category .pagination {
    margin-top: 2rem;
    font-size: 1.25rem
  }
  .category-title {
    font-size: 3rem;
    line-height: 1.25
  }
  .category-desc {
    max-width: 48rem;
    font-size: 1.25rem
  }
  .category-subcategories {
    font-size: 1.125rem;
    gap: .5rem
  }
  .category-subcategories ul {
    display: flex;
    flex-direction: column;
    gap: .5rem
  }
  .category-has-subcategories .category-inner {
    gap: 4rem
  }
}
.layout-galley-header {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 4rem;
  gap: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background: var(--color-header-background);
  color: var(--color-header-text);
  z-index: 9
}
.layout-galley-header .breadcrumb {
  margin-left: 0;
  flex-shrink: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}
.layout-galley-header .breadcrumb svg {
  color: var(--color-header-text)
}
.layout-galley-header .button {
  flex-shrink: 0;
  background: var(--color-header-text);
  color: var(--color-header-background);
  border-color: var(--color-header-text)
}
.layout-galley-header .button:hover, .layout-galley-header .button:focus-visible {
  outline-color: var(--color-header-text)
}
.layout-galley-iframe {
  height: calc(100vh - 4rem);
  width: 100vw;
  border: none
}
.layout-galley-outdated {
  position: absolute;
  bottom: .5rem;
  left: 50%;
  transform: translate(-50%);
  width: 90%;
  padding: 1rem;
  background: var(--color-overlay-background);
  color: var(--color-overlay-text);
  border-radius: var(--overlay-radius);
  box-shadow: var(--overlay-shadow);
  z-index: 99;
  text-align: center;
  text-wrap: balance;
  line-height: 1.25;
  font-size: .875rem
}
.layout-galley-outdated a:focus-visible {
  outline: 2px solid;
  outline-offset: 2px;
  text-decoration: none
}
.layout-galley-outdated a {
  font-weight: 600;
  color: var(--color-page-links);
  text-decoration: underline;
  text-decoration-thickness: .1em
}
.layout-galley-outdated a:hover {
  color: var(--color-page-text)
}
.footer-inner .layout-galley-outdated a {
  color: var(--color-footer-text)
}
@media(min-width:768px) {
  .layout-galley-outdated {
    bottom: 1.5rem;
    width: auto
  }
}
@media(min-width:1280px) {
  .layout-galley-outdated {
    font-size: 1rem
  }
}
.issue-archive, .issue-archive-header, .issue-archive-list {
  display: flex;
  flex-direction: column;
  gap: 1rem
}
.issue-archive {
  margin-top: 2rem;
  gap: 3rem
}
.issue-archive-header .pagination {
  margin-top: 1.5rem
}
.issue-archive-title {
  font-family: var(--font-titles);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.25
}
.issue-archive-showing {
  font-weight: 500
}
.issue-archive-showing strong {
  font-weight: 800
}
.issue-archive-list {
  width: 100%;
  max-width: 1024px;
  gap: 4rem
}
.issue-archive-no-covers .issue-archive-list {
  max-width: 768px
}
@media(min-width:768px) {
  .issue-archive {
    gap: 4rem;
    align-items: center
  }
  .issue-archive .pagination {
    width: 100%
  }
  .issue-archive-header {
    width: 100%;
    text-align: center;
    align-items: center
  }
  .issue-archive-showing {
    max-width: 24rem
  }
  .issue-archive-covers .issue-archive-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 3rem 1.5rem
  }
}
@media(min-width:1536px) {
  .issue-archive-covers .issue-archive-list {
    gap: 3rem
  }
}
@media(min-width:1920px) {
  .issue-archive {
    gap: 8rem
  }
  .issue-archive .pagination {
    font-size: 1.25rem
  }
  .issue-archive-list {
    max-width: 1280px
  }
  .issue-archive-title {
    font-size: 3rem;
    line-height: 1.25
  }
  .issue-archive-showing {
    max-width: 32rem;
    font-size: 1.25rem
  }
}
.login {
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 24rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem
}
.login .input-fieldset {
  position: relative;
  padding-top: 1.5rem
}
.login-title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: .75rem;
  font-family: var(--font-actions);
  font-weight: 700;
  font-size: 1.125rem;
  background: var(--color-page-background);
  color: var(--color-page-links)
}
.login-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem
}
.login-footer-separator {
  opacity: .65
}
@media(min-width:1280px) {
  .login {
    gap: 2rem
  }
}
.page, .page-heading, .page-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem
}
.page {
  margin-top: 2rem;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto
}
.page-heading {
  gap: .5rem
}
.page-title {
  font-family: var(--font-titles);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.25
}
.page-description {
  font-size: 1.125rem;
  font-weight: 500
}
@media(min-width:768px) {
  .page {
    margin-top: 4rem
  }
  .page-description {
    max-width: 32em
  }
}
@media(min-width:1280px) {
  .page {
    margin-top: 0;
    gap: 3rem
  }
}
@media(min-width:1536px) {
  .page {
    max-width: 1024px
  }
  .page-title {
    font-size: 3rem
  }
  .page-description {
    font-size: 1.5rem
  }
  .page-content {
    font-size: 1.25rem;
    gap: 2rem
  }
}
.register, .register-form {
  display: flex;
  flex-direction: column;
  gap: 3rem
}
.register {
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px
}
.register-title {
  font-family: var(--font-titles);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.25
}
.register-errors {
  padding: 1.5rem;
  border: var(--border-width) solid;
  color: var(--color-error)
}
.register-form {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto
}
.register-form .input {
  max-width: 100%
}
.register-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
  max-width: 24rem;
  margin-left: auto;
  margin-right: auto
}
.register-footer .button {
  width: 100%
}
.register-footer-separator {
  opacity: .65
}
@media(min-width:1024px) {
  .register-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
  .register-confirm, .register-footer {
    grid-column: 1/3
  }
  .register-title {
    text-align: center
  }
  .register-errors {
    max-width: 32rem;
    margin-left: auto;
    margin-right: auto
  }
}
@media(min-width:1280px) {
  .register {
    gap: 2rem
  }
}
@media(min-width:1920px) {
  .register-title {
    font-size: 3rem;
    line-height: 1.25
  }
}
.search, .search-header, .search-desc, .search-body, .search-results {
  display: flex;
  flex-direction: column;
  gap: 1.5rem
}
.search {
  margin-top: 2rem;
  gap: 3rem
}
.search-title {
  font-family: var(--font-titles);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.25
}
.search-desc {
  gap: .5rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.25
}
.search-desc strong {
  font-weight: 800
}
.search-desc-results {
  font-family: var(--font-titles);
  font-size: 1.5rem
}
.search-body, .search-results {
  gap: 3rem
}
@media(min-width:768px) {
  .search, .search-body {
    align-items: center
  }
  .search-header {
    align-items: center;
    width: 100%
  }
  .search-desc {
    max-width: 24rem;
    text-align: center;
    text-wrap: balance
  }
  .search .search-form {
    width: 30rem
  }
}
@media(min-width:1024px) {
  .search-body-has-results {
    display: grid;
    grid-template-columns: 20rem minmax(0, 1fr);
    align-items: start;
    gap: 3rem;
    max-width: 1280px
  }
  .search-body-has-results .search-results {
    grid-column: 2 / 3
  }
  .search-body-has-results .search-form {
    width: auto;
    grid-column: 1 / 1;
    grid-row: 1 / 1
  }
}
@media(min-width:1536px) {
  .search-body-has-results {
    grid-template-columns: 24rem minmax(0, 1fr);
    gap: 4rem
  }
}
@media(min-width:1920px) {
  .search {
    gap: 4rem
  }
  .search .pagination {
    margin-top: 2rem;
    font-size: 1.25rem
  }
  .search-title {
    font-size: 3rem;
    line-height: 1.25
  }
  .search-desc {
    max-width: 32rem;
    font-size: 1.25rem
  }
  .search-desc-results {
    font-size: 2rem
  }
}
@media(min-width:1280px) {
  .xl\:my-0 {
    margin-top: 0;
    margin-bottom: 0
  }
  .xl\:gap-16 {
    gap: 4rem
  }
}
@media(min-width:1536px) {
  .\32xl\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem
  }
  .\32xl\:gap-48 {
    gap: 12rem
  }
}