/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  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;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-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: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
}
:root {
  --asfm-primary: #243e90;
  --asfm-primary-dark: #182b6b;
  --asfm-teal: #006f6b;
  --asfm-pink: #b72d59;
  --asfm-violet: #63388f;
  --asfm-gold: #e8a229;
  --asfm-ink: #17213a;
  --asfm-muted: #526078;
  --asfm-paper: #fffdf8;
  --asfm-surface: #ffffff;
  --asfm-line: #dce2ea;
  --asfm-soft-blue: #edf3ff;
  --asfm-soft-teal: #e7f7f4;
  --asfm-soft-pink: #fff0f4;
  --asfm-soft-violet: #f5eefb;
  --asfm-radius-sm: 0.75rem;
  --asfm-radius: 1.25rem;
  --asfm-radius-lg: 2rem;
  --asfm-shadow: 0 18px 50px rgba(36, 62, 144, 0.12);
  --asfm-shell: 1180px;
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  font-size: 18px;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--asfm-paper);
  color: var(--asfm-ink);
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body, button, input, textarea, select {
  font-family: inherit;
}
img, svg {
  max-width: 100%;
}
img {
  height: auto;
}
a {
  color: var(--asfm-primary);
  text-decoration-thickness: 0.09em;
  text-underline-offset: 0.18em;
}
a:hover {
  color: var(--asfm-primary-dark);
}
button, a {
  -webkit-tap-highlight-color: transparent;
}
button, .button, input, select, textarea {
  font-size: 1rem;
}
button, .button, input[type="submit"], input[type="button"] {
  min-height: 46px;
}
:focus-visible {
  outline: 4px solid var(--asfm-gold);
  outline-offset: 4px;
}
::selection {
  background: #ffe08a;
  color: var(--asfm-ink);
}
.site-shell {
  width: min(var(--asfm-shell), calc(100% - 2.4rem));
  margin-inline: auto;
}
.site-main {
  overflow: clip;
}
.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 10000;
  padding: 0.8rem 1rem;
  transform: translateY(-160%);
  background: #ffffff;
  color: #000000;
  border: 3px solid #000000;
  border-radius: 0.5rem;
  font-weight: 800;
}
.skip-link:focus {
  transform: translateY(0);
}
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.support-bar {
  background: var(--asfm-primary-dark);
  color: #ffffff;
  font-size: 0.88rem;
}
.support-bar-inner {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.support-bar-message {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0;
}
.support-bar-message > span:first-child {
  color: #ffbfd1;
  font-size: 1.1rem;
}
.support-bar a {
  color: #ffffff;
  font-weight: 800;
}
.support-hours {
  color: #dbe4ff;
}
.accessibility-tools {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  white-space: nowrap;
}
.accessibility-label {
  margin-right: 0.25rem;
  color: #dbe4ff;
}
.tool-button {
  min-height: 34px;
  padding: 0.25rem 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 0.5rem;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 750;
}
.tool-button:hover, .tool-button[aria-pressed="true"] {
  background: #ffffff;
  color: var(--asfm-primary-dark);
}
.tool-button-large {
  font-size: 0.94rem;
}
.site-header {
  position: relative;
  z-index: 100;
  background: rgba(255, 253, 248, 0.97);
  border-bottom: 1px solid var(--asfm-line);
  box-shadow: 0 5px 22px rgba(23, 33, 58, 0.05);
}
.header-inner {
  min-height: 94px;
  display: grid;
  grid-template-columns: minmax(220px, auto) 1fr auto;
  align-items: center;
  gap: 1.5rem;
}
.site-brand {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--asfm-ink);
  text-decoration: none;
}
.site-brand:hover {
  color: var(--asfm-primary);
}
.site-brand-image {
  width: 70px;
  height: 64px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}
.site-logo-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0.4rem;
}
.site-logo-mark {
  width: 64px;
  height: 58px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, var(--asfm-pink), var(--asfm-violet));
  color: #ffffff;
  border-radius: 50% 42% 50% 42%;
  font-weight: 900;
  font-size: 0.9rem;
}
.site-brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.18;
}
.site-brand-copy strong {
  max-width: 265px;
  font-size: 1rem;
  font-weight: 850;
}
.site-brand-copy small {
  max-width: 280px;
  margin-top: 0.28rem;
  color: var(--asfm-muted);
  font-size: 0.72rem;
  line-height: 1.35;
}
.primary-nav {
  justify-self: center;
}
.asfm-menu, .asfm-menu .sub-menu, .footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.asfm-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
}
.asfm-menu > li {
  position: relative;
}
.asfm-menu > li > a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  padding: 0.7rem 0.58rem;
  color: var(--asfm-ink);
  border-radius: 0.6rem;
  font-size: 0.88rem;
  font-weight: 720;
  text-decoration: none;
}
.asfm-menu > li > a:hover, .asfm-menu > li.current-menu-item > a, .asfm-menu > li.current-menu-ancestor > a {
  background: var(--asfm-soft-blue);
  color: var(--asfm-primary);
}
.asfm-menu .menu-item-has-children > a::after {
  content: "⌄";
  margin-left: 0.35rem;
  font-size: 0.85rem;
}
.asfm-menu .sub-menu {
  position: absolute;
  left: 0;
  top: calc(100% - 0.2rem);
  width: 270px;
  padding: 0.6rem;
  visibility: hidden;
  opacity: 0;
  transform: translateY(8px);
  background: #ffffff;
  border: 1px solid var(--asfm-line);
  border-radius: 0.8rem;
  box-shadow: var(--asfm-shadow);
  transition: opacity 160ms ease, transform 160ms ease;
}
.asfm-menu li:hover > .sub-menu, .asfm-menu li:focus-within > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.asfm-menu .sub-menu a {
  display: block;
  padding: 0.65rem 0.75rem;
  color: var(--asfm-ink);
  border-radius: 0.5rem;
  font-size: 0.86rem;
  text-decoration: none;
}
.asfm-menu .sub-menu a:hover, .asfm-menu .sub-menu a:focus-visible {
  background: var(--asfm-soft-blue);
  color: var(--asfm-primary);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.icon-link {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: var(--asfm-ink);
  border: 1px solid var(--asfm-line);
  border-radius: 50%;
  background: #ffffff;
}
.icon-link svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}
.nav-toggle {
  display: none;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.75rem;
  border: 1px solid var(--asfm-line);
  border-radius: 0.65rem;
  background: #ffffff;
  color: var(--asfm-ink);
  font-weight: 800;
  cursor: pointer;
}
.nav-toggle-icon {
  width: 22px;
  display: grid;
  gap: 4px;
}
.nav-toggle-icon span {
  height: 2px;
  background: currentColor;
  border-radius: 2px;
}
.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.72rem 1.2rem;
  border: 2px solid transparent;
  border-radius: 999px;
  font-weight: 820;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}
.button:hover {
  transform: translateY(-2px);
}
.button svg {
  flex: 0 0 auto;
  fill: currentColor;
}
.button.button-primary {
  background: var(--asfm-primary);
  color: #ffffff !important;
  box-shadow: 0 10px 24px rgba(36, 62, 144, 0.2);
}
.button.button-primary:hover {
  background: var(--asfm-primary-dark);
  color: #ffffff !important;
}
.button-secondary {
  background: #ffffff;
  color: var(--asfm-primary);
  border-color: var(--asfm-primary);
}
.button-secondary:hover {
  background: var(--asfm-soft-blue);
  color: var(--asfm-primary-dark);
}
.button.button-donate {
  min-height: 46px;
  padding-inline: 1rem;
  background: var(--asfm-pink);
  color: #ffffff !important;
}
.button.button-donate:hover {
  background: #982248;
  color: #ffffff !important;
}
.button.button-light {
  background: #ffffff;
  color: var(--asfm-primary-dark) !important;
}
.button.button-light:hover {
  background: #fff4c7;
  color: var(--asfm-ink) !important;
}
.hero-section {
  position: relative;
  padding: clamp(3.5rem, 7vw, 6.5rem) 0 4.5rem;
  background: radial-gradient(circle at 15% 10%, rgba(231, 247, 244, 0.95), transparent 30%),	radial-gradient(circle at 88% 18%, rgba(255, 224, 234, 0.9), transparent 28%),	linear-gradient(145deg, #fffdf8 30%, #f1f5ff 100%);
}
.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
}
.hero-copy {
  max-width: 720px;
}
.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--asfm-primary);
  font-size: 0.77rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}
.eyebrow-light {
  color: #cbd9ff;
}
.hero-copy h1 {
  max-width: 800px;
  margin: 0;
  color: var(--asfm-ink);
  font-size: clamp(2.55rem, 5.5vw, 4.85rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.98;
}
.hero-copy h1 span {
  display: block;
  color: var(--asfm-pink);
}
.hero-lead {
  max-width: 690px;
  margin: 1.55rem 0 0;
  color: var(--asfm-muted);
  font-size: clamp(1.08rem, 2vw, 1.3rem);
  line-height: 1.62;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.8rem;
}
.hero-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  max-width: 650px;
  margin: 2.2rem 0 0;
  padding: 1rem 0 0;
  border-top: 1px solid var(--asfm-line);
  list-style: none;
}
.hero-trust li {
  display: flex;
  flex-direction: column;
  padding-right: 1rem;
}
.hero-trust strong {
  color: var(--asfm-primary);
  font-size: 1.45rem;
  font-weight: 900;
}
.hero-trust span {
  color: var(--asfm-muted);
  font-size: 0.78rem;
  line-height: 1.35;
}
.hero-visual {
  position: relative;
  min-height: 510px;
  display: grid;
  place-items: center;
}
.hero-heart {
  width: min(420px, 94%);
  padding: 2rem;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 46% 54% 45% 55% / 55% 43% 57% 45%;
  box-shadow: 0 28px 70px rgba(99, 56, 143, 0.2);
  animation: asfm-float 7s ease-in-out infinite;
  backdrop-filter: blur(8px);
}
.hero-heart svg {
  overflow: visible;
}
.heart-shape {
  stroke: none;
}
.heart-back {
  fill: #f8bfd0;
}
.heart-front {
  fill: #d95078;
}
.hero-heart circle {
  fill: #ffffff;
  stroke: var(--asfm-primary-dark);
  stroke-width: 7;
}
.people-line {
  fill: none;
  stroke: #ffffff;
  stroke-width: 12;
  stroke-linecap: round;
}
.floating-note {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 0.9rem;
  background: #ffffff;
  color: var(--asfm-ink);
  border-radius: 999px;
  box-shadow: 0 12px 32px rgba(23, 33, 58, 0.14);
  font-size: 0.82rem;
  font-weight: 820;
}
.floating-note span {
  color: var(--asfm-pink);
}
.floating-note-one {
  left: 0;
  top: 18%;
}
.floating-note-two {
  right: -1rem;
  top: 33%;
}
.floating-note-three {
  left: 8%;
  bottom: 15%;
}
.hero-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  opacity: 0.65;
}
.hero-blob-one {
  width: 160px;
  height: 160px;
  right: 4%;
  top: 6%;
  background: #d8c3ed;
}
.hero-blob-two {
  width: 95px;
  height: 95px;
  left: 3%;
  bottom: 8%;
  background: #bde9e3;
}
@keyframes asfm-float {
  0%, 100% {
    transform: translateY(0) rotate(-1deg);
  }
  50% {
    transform: translateY(-12px) rotate(1deg);
  }
}
.quick-needs {
  position: relative;
  z-index: 5;
  margin-top: -1.8rem;
  padding-bottom: 4rem;
}
.section-kicker {
  margin: 0 0 1rem;
  color: var(--asfm-muted);
  font-weight: 780;
}
.quick-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.85rem;
}
.quick-card {
  min-height: 154px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.8rem;
  padding: 1.1rem;
  color: var(--asfm-ink);
  border: 1px solid transparent;
  border-radius: var(--asfm-radius);
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(23, 33, 58, 0.08);
  transition: transform 160ms ease, box-shadow 160ms ease;
}
.quick-card:hover {
  color: var(--asfm-ink);
  transform: translateY(-5px);
  box-shadow: var(--asfm-shadow);
}
.quick-card-blue {
  background: var(--asfm-soft-blue);
  border-color: #cddcff;
}
.quick-card-teal {
  background: var(--asfm-soft-teal);
  border-color: #b9e4dc;
}
.quick-card-pink {
  background: var(--asfm-soft-pink);
  border-color: #f3cad6;
}
.quick-card-violet {
  background: var(--asfm-soft-violet);
  border-color: #decbea;
}
.quick-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  background: #ffffff;
  border-radius: 50%;
  color: var(--asfm-primary);
  font-size: 1.25rem;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(23, 33, 58, 0.08);
}
.quick-card-teal .quick-icon {
  color: var(--asfm-teal);
}
.quick-card-pink .quick-icon {
  color: var(--asfm-pink);
}
.quick-card-violet .quick-icon {
  color: var(--asfm-violet);
}
.quick-card strong, .quick-card small {
  display: block;
}
.quick-card strong {
  font-size: 0.98rem;
  line-height: 1.28;
}
.quick-card small {
  margin-top: 0.28rem;
  color: var(--asfm-muted);
  font-size: 0.75rem;
  line-height: 1.35;
}
.quick-arrow {
  font-size: 1.25rem;
  font-weight: 900;
}
.listening-section {
  padding: clamp(3.5rem, 7vw, 6rem) 0;
  background: linear-gradient(120deg, rgba(99, 56, 143, 0.36), transparent 48%),	var(--asfm-primary-dark);
  color: #ffffff;
}
.listening-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(460px, 1.15fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
}
.listening-copy h2, .section-heading h2, .support-cta h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.08;
}
.listening-copy h2, .support-cta h2 {
  color: #ffffff;
}
.listening-copy > p:not(.eyebrow):not(.emergency-note) {
  max-width: 580px;
  color: #eef2ff;
  font-size: 1.12rem;
}
.emergency-note {
  max-width: 570px;
  margin-top: 1.4rem;
  padding-left: 0.9rem;
  border-left: 3px solid var(--asfm-gold);
  color: #d7e0fa;
  font-size: 0.78rem;
}
.phone-cards {
  display: grid;
  gap: 0.9rem;
}
.phone-card {
  min-height: 178px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.4rem 1.55rem;
  background: #ffffff;
  color: var(--asfm-ink);
  border: 3px solid transparent;
  border-radius: var(--asfm-radius);
  text-decoration: none;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.15);
}
.phone-card:hover {
  color: var(--asfm-ink);
  border-color: var(--asfm-gold);
}
.phone-card-evening {
  background: #fff5dd;
}
.phone-label {
  color: var(--asfm-primary);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.phone-card strong {
  margin: 0.15rem 0;
  color: var(--asfm-ink);
  font-size: clamp(1.55rem, 4vw, 2.35rem);
  font-weight: 900;
  letter-spacing: -0.03em;
}
.phone-card > span:not(.phone-label) {
  color: var(--asfm-muted);
}
.phone-card em {
  margin-top: 0.55rem;
  color: var(--asfm-primary);
  font-size: 0.83rem;
  font-style: normal;
  font-weight: 850;
}
.event-section, .news-section {
  padding: clamp(4rem, 8vw, 7rem) 0;
}
.event-section {
  background: #ffffff;
}
.news-section {
  background: #f4f7fc;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2rem;
}
.section-heading h2 {
  color: var(--asfm-ink);
}
.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--asfm-primary);
  font-weight: 850;
}
.featured-event {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
  background: var(--asfm-soft-teal);
  border: 1px solid #bce4de;
  border-radius: var(--asfm-radius-lg);
  box-shadow: var(--asfm-shadow);
}
.event-image-wrap {
  min-height: 430px;
  display: block;
  background: #dce9e7;
}
.event-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.event-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(1.6rem, 4vw, 3.5rem);
}
.event-tag {
  display: inline-flex;
  margin: 0 0 0.8rem;
  padding: 0.3rem 0.65rem;
  background: var(--asfm-teal);
  color: #ffffff;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.event-content h3 {
  margin: 0;
  color: var(--asfm-ink);
  font-size: clamp(1.65rem, 3.4vw, 2.75rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.1;
}
.event-content h3 a {
  color: inherit;
  text-decoration: none;
}
.event-content h3 a:hover {
  color: var(--asfm-primary);
  text-decoration: underline;
}
.event-details {
  width: 100%;
  display: grid;
  gap: 0.7rem;
  margin: 1.25rem 0 1.65rem;
  padding: 0;
  list-style: none;
}
.event-details li {
  display: grid;
  grid-template-columns: 24px 1fr;
  column-gap: 0.6rem;
  align-items: start;
  color: var(--asfm-muted);
}
.event-details li > span:first-child {
  color: var(--asfm-teal);
  font-weight: 900;
}
.event-details li strong {
  display: block;
  color: var(--asfm-ink);
}
.event-details li > span:last-child:not(:first-child) {
  grid-column: 2;
}
.empty-event {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) 1.2fr;
  align-items: center;
  gap: 2rem;
  padding: 2rem;
  background: var(--asfm-soft-teal);
  border-radius: var(--asfm-radius-lg);
}
.empty-event img, .empty-event-visual svg {
  max-height: 300px;
  margin-inline: auto;
}
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
}
.news-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid var(--asfm-line);
  border-radius: var(--asfm-radius);
  box-shadow: 0 10px 30px rgba(23, 33, 58, 0.06);
  transition: transform 160ms ease, box-shadow 160ms ease;
}
.news-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--asfm-shadow);
}
.news-image {
  height: 220px;
  display: block;
  overflow: hidden;
  background: var(--asfm-soft-blue);
  text-decoration: none;
}
.news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}
.news-card:hover .news-image img {
  transform: scale(1.025);
}
.news-placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 20% 20%, #f5b5ca, transparent 35%),	radial-gradient(circle at 80% 70%, #b9e6df, transparent 35%),	linear-gradient(145deg, #e4eaff, #faf0ff);
  color: var(--asfm-primary);
  font-size: 1.5rem;
  font-weight: 950;
  letter-spacing: 0.12em;
}
.news-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.25rem;
}
.news-date {
  margin: 0 0 0.45rem;
  color: var(--asfm-muted);
  font-size: 0.74rem;
  font-weight: 750;
  text-transform: uppercase;
}
.news-card h3 {
  margin: 0;
  font-size: 1.18rem;
  line-height: 1.32;
}
.news-card h3 a {
  color: var(--asfm-ink);
  text-decoration: none;
}
.news-card h3 a:hover {
  color: var(--asfm-primary);
  text-decoration: underline;
}
.news-card-body > p:not(.news-date) {
  color: var(--asfm-muted);
  font-size: 0.9rem;
}
.news-card-body .text-link {
  margin-top: auto;
}
.support-cta {
  padding: 4rem 0;
  background: radial-gradient(circle at 85% 20%, rgba(255, 255, 255, 0.12), transparent 24%),	linear-gradient(120deg, var(--asfm-pink), var(--asfm-violet));
  color: #ffffff;
}
.support-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.support-cta-inner > div {
  max-width: 760px;
}
.support-cta p:not(.eyebrow) {
  margin-bottom: 0;
  color: #fff1f6;
}
.site-footer {
  background: var(--asfm-ink);
  color: #e3e8f4;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr 0.8fr;
  gap: 3rem;
  padding-block: 4.5rem 3.5rem;
}
.site-brand-footer {
  color: #ffffff;
}
.site-brand-footer:hover {
  color: #ffffff;
}
.site-brand-footer .site-brand-copy small {
  color: #bec8dd;
}
.footer-brand > p {
  max-width: 500px;
  color: #bec8dd;
}
.site-footer h2 {
  margin: 0 0 0.85rem;
  color: #ffffff;
  font-size: 1rem;
}
.footer-list, .footer-menu {
  display: grid;
  gap: 0.48rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer a:not(.button) {
  color: #ffffff !important;
}
.site-footer a:not(.button):hover {
  color: #ffd36b !important;
}
.footer-menu .sub-menu {
  display: none;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.footer-bottom-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: #aeb9cf;
  font-size: 0.76rem;
}
.footer-bottom p {
  margin: 0;
}
.page-hero {
  padding: clamp(3rem, 6vw, 5.5rem) 0;
  background: radial-gradient(circle at 85% 20%, #f7d9e4, transparent 25%),	linear-gradient(140deg, var(--asfm-soft-blue), #ffffff);
  border-bottom: 1px solid var(--asfm-line);
}
.page-hero-inner {
  max-width: 900px;
}
.breadcrumbs {
  margin: 0 0 0.8rem;
  color: var(--asfm-muted);
  font-size: 0.8rem;
}
.breadcrumbs a {
  font-weight: 750;
}
.page-hero h1, .article-header h1, .archive-header h1 {
  margin: 0;
  color: var(--asfm-ink);
  font-size: clamp(2.35rem, 6vw, 4.65rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.04;
}
.content-shell {
  width: min(920px, calc(100% - 2.4rem));
  margin-inline: auto;
  padding-block: clamp(2.5rem, 6vw, 5.5rem);
}
.content-shell-wide {
  width: min(var(--asfm-shell), calc(100% - 2.4rem));
}
.asfm-prose {
  color: #27324a;
  font-size: 1rem;
}
.asfm-prose > *:first-child {
  margin-top: 0;
}
.asfm-prose h2, .asfm-prose h3, .asfm-prose h4 {
  color: var(--asfm-ink);
  font-weight: 880;
  letter-spacing: -0.025em;
  line-height: 1.2;
}
.asfm-prose h2 {
  margin: 2.4rem 0 0.8rem;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
}
.asfm-prose h3 {
  margin: 1.8rem 0 0.6rem;
  font-size: 1.4rem;
}
.asfm-prose p, .asfm-prose li {
  max-width: 78ch;
}
.asfm-prose a {
  font-weight: 700;
}
.asfm-prose img {
  border-radius: var(--asfm-radius-sm);
}
.asfm-prose blockquote {
  margin: 1.8rem 0;
  padding: 1rem 1.2rem;
  background: var(--asfm-soft-blue);
  border-left: 5px solid var(--asfm-primary);
  border-radius: 0 var(--asfm-radius-sm) var(--asfm-radius-sm) 0;
}
.asfm-prose table {
  width: 100%;
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
}
.asfm-prose th, .asfm-prose td {
  padding: 0.75rem;
  border: 1px solid var(--asfm-line);
  text-align: left;
}
.asfm-prose th {
  background: var(--asfm-soft-blue);
  color: var(--asfm-ink);
}
.article-header, .archive-header {
  padding: clamp(3rem, 6vw, 5rem) 0 2rem;
}
.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin-top: 1rem;
  color: var(--asfm-muted);
  font-size: 0.82rem;
}
.article-featured {
  overflow: hidden;
  margin: 0 auto 2.5rem;
  border-radius: var(--asfm-radius);
}
.article-navigation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--asfm-line);
}
.article-navigation a {
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 0.75rem;
  background: var(--asfm-soft-blue);
  border-radius: 0.65rem;
  font-weight: 750;
  text-decoration: none;
}
.article-navigation a:last-child {
  justify-content: flex-end;
  text-align: right;
}
.archive-header {
  background: var(--asfm-soft-blue);
  border-bottom: 1px solid #cfdbf6;
}
.archive-description {
  max-width: 760px;
  margin-top: 1rem;
  color: var(--asfm-muted);
}
.archive-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
  padding-block: 3rem 5rem;
}
.archive-card {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--asfm-line);
  border-radius: var(--asfm-radius);
}
.archive-card-image {
  height: 190px;
  display: block;
  background: var(--asfm-soft-violet);
}
.archive-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.archive-card-body {
  padding: 1.1rem;
}
.archive-card h2 {
  margin: 0.3rem 0 0.5rem;
  font-size: 1.15rem;
  line-height: 1.32;
}
.archive-card h2 a {
  color: var(--asfm-ink);
  text-decoration: none;
}
.archive-card h2 a:hover {
  color: var(--asfm-primary);
  text-decoration: underline;
}
.archive-card p {
  color: var(--asfm-muted);
  font-size: 0.88rem;
}
.pagination, .nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin: 0 auto 4rem;
}
.page-numbers {
  min-width: 46px;
  min-height: 46px;
  display: grid;
  place-items: center;
  padding: 0.4rem 0.7rem;
  background: #ffffff;
  border: 1px solid var(--asfm-line);
  border-radius: 0.55rem;
  font-weight: 750;
  text-decoration: none;
}
.page-numbers.current, .page-numbers:hover {
  background: var(--asfm-primary);
  color: #ffffff;
}
.search-form {
  display: flex;
  gap: 0.5rem;
}
.search-form label {
  flex: 1;
}
.search-field {
  width: 100%;
  min-height: 52px;
  padding: 0.7rem 0.85rem;
  background: #ffffff;
  color: var(--asfm-ink);
  border: 2px solid #9aa7bb;
  border-radius: 0.65rem;
}
.search-submit {
  padding: 0.7rem 1rem;
  background: var(--asfm-primary);
  color: #ffffff;
  border: 0;
  border-radius: 0.65rem;
  font-weight: 800;
  cursor: pointer;
}
.not-found {
  max-width: 760px;
  margin: 0 auto;
  padding: 6rem 1.2rem;
  text-align: center;
}
.not-found-number {
  margin: 0;
  color: var(--asfm-pink);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}
.not-found h1 {
  margin: 0.3rem 0 1rem;
  font-size: clamp(2.4rem, 7vw, 4.8rem);
  line-height: 1.05;
}
.not-found .search-form {
  max-width: 560px;
  margin: 1.5rem auto;
}
.alignwide {
  width: min(var(--asfm-shell), calc(100vw - 2.4rem));
  max-width: none;
  margin-left: 50%;
  transform: translateX(-50%);
}
.alignfull {
  width: 100vw;
  max-width: none;
  margin-left: 50%;
  transform: translateX(-50%);
}
.elementor-page-body {
  min-height: 50vh;
}
html.a11y-large {
  font-size: 21px;
}
html.a11y-large .site-shell, html.a11y-large .content-shell, html.a11y-large .content-shell-wide {
  width: min(1120px, calc(100% - 2rem));
}
html.a11y-contrast {
  --asfm-primary: #000066;
  --asfm-primary-dark: #000000;
  --asfm-teal: #004642;
  --asfm-pink: #8b0037;
  --asfm-violet: #3f006b;
  --asfm-gold: #ffcc00;
  --asfm-ink: #000000;
  --asfm-muted: #202020;
  --asfm-paper: #ffffff;
  --asfm-line: #333333;
  --asfm-soft-blue: #ffffff;
  --asfm-soft-teal: #ffffff;
  --asfm-soft-pink: #ffffff;
  --asfm-soft-violet: #ffffff;
}
html.a11y-contrast body {
  background: #ffffff;
  color: #000000;
}
html.a11y-contrast a:not(.button):not(.phone-card):not(.quick-card) {
  text-decoration: underline;
}
html.a11y-contrast .hero-section, html.a11y-contrast .news-section, html.a11y-contrast .page-hero, html.a11y-contrast .support-cta {
  background: #ffffff;
  color: #000000;
}
html.a11y-contrast .listening-section, html.a11y-contrast .support-bar, html.a11y-contrast .site-footer {
  background: #000000;
  color: #ffffff;
}
html.a11y-contrast .support-cta h2, html.a11y-contrast .support-cta p, html.a11y-contrast .support-cta .eyebrow {
  color: #000000;
}
html.a11y-contrast .quick-card, html.a11y-contrast .featured-event, html.a11y-contrast .news-card, html.a11y-contrast .phone-card {
  border: 3px solid #000000;
  box-shadow: none;
}
html.a11y-contrast .hero-blob, html.a11y-contrast .floating-note {
  display: none;
}
html.a11y-calm *, html.a11y-calm *::before, html.a11y-calm *::after {
  scroll-behavior: auto !important;
  animation: none !important;
  transition: none !important;
}
html.a11y-calm .hero-blob, html.a11y-calm .floating-note {
  display: none;
}
html.a11y-calm .hero-section, html.a11y-calm .listening-section, html.a11y-calm .support-cta, html.a11y-calm .news-placeholder {
  background-image: none;
}
@media (max-width: 1120px) {
  .header-inner {
    grid-template-columns: 1fr auto auto;
    flex-wrap: wrap;
  }
  .nav-toggle {
    display: inline-flex;
  }
  .primary-nav {
    grid-column: 1 / -1;
    width: 100%;
    padding-bottom: 1rem;
  }
  .js .primary-nav {
    display: none;
  }
  .js .primary-nav.is-open {
    display: block;
  }
  .asfm-menu {
    display: block;
    padding: 0.7rem;
    background: #ffffff;
    border: 1px solid var(--asfm-line);
    border-radius: var(--asfm-radius-sm);
    box-shadow: var(--asfm-shadow);
  }
  .asfm-menu > li > a {
    width: 100%;
    justify-content: space-between;
    padding-inline: 0.8rem;
  }
  .asfm-menu .sub-menu {
    position: static;
    width: auto;
    margin: 0 0 0.5rem 0.8rem;
    padding: 0.2rem 0 0.2rem 0.7rem;
    visibility: visible;
    opacity: 1;
    transform: none;
    border: 0;
    border-left: 3px solid var(--asfm-line);
    border-radius: 0;
    box-shadow: none;
  }
  .quick-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1121px) {
  .primary-nav {
    display: block !important;
  }
}
@media (max-width: 920px) {
  .support-bar-inner {
    align-items: flex-start;
    flex-direction: column;
    padding-block: 0.6rem;
  }
  .accessibility-tools {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 0.2rem;
  }
  .hero-grid,	.listening-grid,	.featured-event,	.empty-event {
    grid-template-columns: 1fr;
  }
  .hero-visual {
    min-height: 400px;
  }
  .floating-note-two {
    right: 0;
  }
  .listening-grid {
    gap: 2rem;
  }
  .phone-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .featured-event .event-image-wrap {
    min-height: 350px;
  }
  .news-grid,	.archive-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid {
    grid-template-columns: 1.2fr 0.8fr;
  }
  .footer-grid > div:last-child {
    grid-column: 1 / -1;
  }
  .header-actions .icon-link {
    display: none;
  }
}
@media (max-width: 680px) {
  html {
    font-size: 17px;
  }
  .site-shell,	.content-shell,	.content-shell-wide {
    width: min(100% - 1.35rem, var(--asfm-shell));
  }
  .support-hours,	.accessibility-label {
    display: none;
  }
  .header-inner {
    min-height: 80px;
    grid-template-columns: 1fr auto;
    gap: 0.6rem;
    padding-block: 0.5rem;
  }
  .site-brand-image {
    width: 52px;
    height: 50px;
  }
  .site-brand-copy strong {
    max-width: 180px;
    font-size: 0.82rem;
  }
  .site-brand-copy small {
    display: none;
  }
  .header-actions {
    display: none;
  }
  .nav-toggle {
    grid-column: 2;
    grid-row: 1;
  }
  .primary-nav {
    grid-column: 1 / -1;
  }
  .hero-section {
    padding-top: 3rem;
  }
  .hero-copy h1 {
    font-size: clamp(2.4rem, 14vw, 3.7rem);
  }
  .hero-actions .button {
    width: 100%;
  }
  .hero-trust {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  .hero-trust li {
    flex-direction: row;
    align-items: baseline;
    gap: 0.6rem;
  }
  .hero-trust strong {
    min-width: 45px;
  }
  .hero-visual {
    min-height: 340px;
  }
  .hero-heart {
    width: 290px;
  }
  .floating-note {
    font-size: 0.72rem;
  }
  .quick-grid,	.phone-cards,	.news-grid,	.archive-grid,	.footer-grid {
    grid-template-columns: 1fr;
  }
  .quick-card {
    min-height: 122px;
  }
  .section-heading,	.support-cta-inner,	.footer-bottom-inner {
    align-items: flex-start;
    flex-direction: column;
  }
  .section-heading {
    margin-bottom: 1.4rem;
  }
  .event-image-wrap,	.featured-event .event-image-wrap {
    min-height: 260px;
  }
  .event-content {
    padding: 1.35rem;
  }
  .news-image {
    height: 200px;
  }
  .footer-grid {
    gap: 2rem;
    padding-block: 3rem;
  }
  .footer-grid > div:last-child {
    grid-column: auto;
  }
  .footer-bottom-inner {
    justify-content: center;
    padding-block: 1rem;
  }
  .article-navigation {
    grid-template-columns: 1fr;
  }
  .search-form {
    flex-direction: column;
  }
  .search-submit {
    width: 100%;
  }
  html.a11y-large {
    font-size: 19px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,	*::before,	*::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
.listening-copy h2, .support-cta h2 {
  color: #ffffff !important;
}
@media print {
  .support-bar,	.site-header,	.site-footer,	.hero-visual,	.quick-needs,	.support-cta,	.button {
    display: none !important;
  }
  body {
    background: #ffffff;
    color: #000000;
    font-size: 12pt;
  }
  .hero-section,	.listening-section,	.event-section,	.news-section {
    padding: 1rem 0;
    background: #ffffff;
    color: #000000;
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
    }
  }
}
