/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-inline: 0px;
  padding-top: var(--spacing-4, 1rem);
  text-align: center;
  padding-bottom: calc(var(--spacing-7) + var(--spacing-5));
}
.hero__image {
  margin-bottom: 0px;
  display: block;
  height: var(--spacing-fluid-lg);
  width: auto;
  max-width: 100%;
  object-fit: contain;
  margin-bottom: calc(var(--spacing-fluid-lg) * -0.16);
  -webkit-mask-image: var(--mask-fade-bottom);
  mask-image: var(--mask-fade-bottom);
}
.hero__title {
  margin: 0px;
  font-family: var(--font-sans, "Montserrat", "Avenir Next", "Segoe UI", sans-serif);
  font-size: var(--text-display, clamp(2rem, 5vw, 3rem));
  line-height: var(--tw-leading, var(--text-display--line-height, 1.1));
  --tw-font-weight: var(--font-weight-bold, 700);
  font-weight: var(--font-weight-bold, 700);
  color: var(--color-text-on-bg, #0d263d);
  letter-spacing: var(--letter-spacing-tight);
}
.hero__text {
  margin: 0px;
  margin-top: var(--spacing-2-5, 0.35rem);
  font-family: var(--font-sans, "Montserrat", "Avenir Next", "Segoe UI", sans-serif);
  font-size: var(--text-fluid-lg, clamp(1.25rem, 3vw, 1.875rem));
  line-height: var(--tw-leading, var(--text-fluid-lg--line-height, 1.2));
  --tw-font-weight: var(--font-weight-semibold, 600);
  font-weight: var(--font-weight-semibold, 600);
  color: var(--color-text-on-bg-muted, rgb(5 5 5 / 0.65));
}
.hero__text:empty {
  display: none;
}
@property --tw-font-weight {
  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-font-weight: initial;
    }
  }
}
