/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@import "https://use.typekit.net/rel8zjh.css";
@import "https://cloud.typography.com/6682452/7304032/css/fonts.css";
@layer theme {
  :root, :host {
    --font-sans: "Gotham SSm A", "Gotham SSm B", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-teal-600: oklch(60% 0.118 184.704);
    --color-teal-800: oklch(43.7% 0.078 188.216);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-5xl: 64rem;
    --container-6xl: 72rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --font-weight-light: 300;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --leading-relaxed: 1.625;
    --radius-lg: 0.5rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-script: "filmotype-lucky", cursive;
    --color-cool-gray: rgb(238,238,238);
    --color-dark-gray: rgb(32,37,41);
    --color-teal: rgb(139,206,170);
    --color-green: rgb(0,123,63);
    --color-dark-teal: rgb(20,71,53);
  }
}
@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%;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         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;
  }
  ::-moz-placeholder {
    opacity: 1;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or
    (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
    ::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 {
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .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;
    }
  }
  .mx-4 {
    margin-inline: calc(var(--spacing) * 4);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-auto {
    margin-top: auto;
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-full {
    width: 100%;
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .basis-1\/1 {
    flex-basis: calc(1 / 1 * 100%);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .bg-cool-gray {
    background-color: var(--color-cool-gray);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-center {
    background-position: center;
  }
  .bg-repeat-x {
    background-repeat: repeat-x;
  }
  .fill-current {
    fill: currentcolor;
  }
  .p-12 {
    padding: calc(var(--spacing) * 12);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-12 {
    padding-inline: calc(var(--spacing) * 12);
  }
  .py-7\.5 {
    padding-block: calc(var(--spacing) * 7.5);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pl-0 {
    padding-left: calc(var(--spacing) * 0);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-gray-800 {
    color: var(--color-gray-800);
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .text-teal-600 {
    color: var(--color-teal-600);
  }
  .underline {
    text-decoration-line: underline;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .hover\:text-teal-800 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-teal-800);
      }
    }
  }
  .sm\:h-12 {
    @media (width >= 40rem) {
      height: calc(var(--spacing) * 12);
    }
  }
  .sm\:w-1\/2 {
    @media (width >= 40rem) {
      width: calc(1 / 2 * 100%);
    }
  }
  .sm\:border-t {
    @media (width >= 40rem) {
      border-top-style: var(--tw-border-style);
      border-top-width: 1px;
    }
  }
  .sm\:border-t-0 {
    @media (width >= 40rem) {
      border-top-style: var(--tw-border-style);
      border-top-width: 0px;
    }
  }
  .sm\:border-r {
    @media (width >= 40rem) {
      border-right-style: var(--tw-border-style);
      border-right-width: 1px;
    }
  }
  .sm\:border-b {
    @media (width >= 40rem) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
  }
  .sm\:border-l {
    @media (width >= 40rem) {
      border-left-style: var(--tw-border-style);
      border-left-width: 1px;
    }
  }
  .sm\:text-3xl {
    @media (width >= 40rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .sm\:text-base {
    @media (width >= 40rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .sm\:text-xl {
    @media (width >= 40rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .sm\:font-light {
    @media (width >= 40rem) {
      --tw-font-weight: var(--font-weight-light);
      font-weight: var(--font-weight-light);
    }
  }
  .md\:-my-1 {
    @media (width >= 48rem) {
      margin-block: calc(var(--spacing) * -1);
    }
  }
  .md\:ml-6 {
    @media (width >= 48rem) {
      margin-left: calc(var(--spacing) * 6);
    }
  }
  .md\:h-10 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 10);
    }
  }
  .md\:w-10 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 10);
    }
  }
  .md\:basis-1\/2 {
    @media (width >= 48rem) {
      flex-basis: calc(1 / 2 * 100%);
    }
  }
  .md\:pl-16 {
    @media (width >= 48rem) {
      padding-left: calc(var(--spacing) * 16);
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-base {
    @media (width >= 48rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:overflow-hidden {
    @media (width >= 64rem) {
      overflow: hidden;
    }
  }
  .lg\:rounded-lg {
    @media (width >= 64rem) {
      border-radius: var(--radius-lg);
    }
  }
  .lg\:p-8 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .lg\:shadow-2xl {
    @media (width >= 64rem) {
      --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .xl\:basis-1\/3 {
    @media (width >= 80rem) {
      flex-basis: calc(1 / 3 * 100%);
    }
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  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;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
body {
  background: #fff;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
embed,
iframe,
object {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover,
a:focus,
a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
.main-navigation {
  display: block;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.custom-logo-link {
  display: inline-block;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
  display: block;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
.infinity-end.neverending .site-footer {
  display: block;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#primary[tabindex="-1"]:focus {
  outline: 0;
}
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
p, ul, ol {
  font-size: var(--text-sm);
  font-family: var(--font-sans);
  font-weight: 400;
  @media (width >= 48rem) {
    font-size: var(--text-base);
  }
  @media (width >= 80rem) {
    font-size: var(--text-lg);
  }
}
ul, ol {
  margin-left: 1.5em;
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-sans);
  font-weight: 700;
  line-height: 1.3;
  &.script {
    font-family: var(--font-script);
    font-weight: normal;
    font-size: 300%;
    line-height: 1;
  }
}
h1 {
  margin-bottom: 0.5rem;
  font-size: var(--text-xl);
  @media (width >= 48rem) {
    font-size: var(--text-xl);
  }
  @media (width >= 64rem) {
    font-size: var(--text-2xl);
  }
  @media (width >= 80rem) {
    font-size: var(--text-3xl);
  }
  @media (width >= 96rem) {
    font-size: var(--text-5xl);
  }
}
h2 {
  font-size: var(--text-lg);
  margin-bottom: 0.5rem;
  @media (width >= 48rem) {
    font-size: var(--text-lg);
  }
  @media (width >= 64rem) {
    font-size: var(--text-xl);
  }
  @media (width >= 80rem) {
    font-size: var(--text-2xl);
  }
  @media (width >= 96rem) {
    font-size: var(--text-3xl);
  }
}
h3 {
  margin-bottom: 0.5rem;
  font-size: var(--text-base);
  @media (width >= 48rem) {
    font-size: var(--text-base);
  }
  @media (width >= 64rem) {
    font-size: var(--text-lg);
  }
  @media (width >= 80rem) {
    font-size: var(--text-xl);
  }
  @media (width >= 96rem) {
    font-size: var(--text-2xl);
  }
}
h4 {
  margin-bottom: 0.5rem;
  font-size: var(--text-sm);
  @media (width >= 48rem) {
    font-size: var(--text-sm);
  }
  @media (width >= 64rem) {
    font-size: var(--text-base);
  }
  @media (width >= 80rem) {
    font-size: var(--text-lg);
  }
  @media (width >= 96rem) {
    font-size: var(--text-xl);
  }
}
h5 {
  margin-bottom: 0.25rem;
  font-size: var(--text-base);
  @media (width >= 48rem) {
    font-size: var(--text-base);
  }
  @media (width >= 64rem) {
    font-size: var(--text-lg);
  }
  @media (width >= 80rem) {
    font-size: var(--text-lg);
  }
  @media (width >= 96rem) {
    font-size: var(--text-lg);
  }
}
h6 {
  margin-bottom: 0.25rem;
  font-size: var(--text-sm);
  @media (width >= 48rem) {
    font-size: var(--text-sm);
  }
  @media (width >= 64rem) {
    font-size: var(--text-base);
  }
  @media (width >= 80rem) {
    font-size: var(--text-base);
  }
  @media (width >= 96rem) {
    font-size: var(--text-base);
  }
}
a {
  color: var(--color-green);
  &:hover {
    color: var(--color-dark-teal);
  }
  &:visited {
    color: var(--color-teal);
  }
}
time.entry-date {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.25em;
  font-weight: 500;
}
.wp-block-buttons {
  a.wp-block-button__link {
    font-size: var(--text-sm);
    font-family: var(--font-sans);
    font-weight: 500;
    @media (width >= 48rem) {
      font-size: var(--text-base);
    }
    @media (width >= 80rem) {
      font-size: var(--text-lg);
    }
  }
}
blockquote.wp-block-quote {
  margin: 1.5rem 0;
  padding: 0 1.5rem;
  p {
    margin: 0 auto 1rem;
    font-size: var(--text-lg);
    font-weight: 300;
    font-style: italic;
    @media (width >= 48rem) {
      font-size: var(--text-xl);
    }
    @media (width >= 80rem) {
      max-width: 90%;
      font-size: var(--text-2xl);
    }
  }
  cite {
    font-family: var(--font-script);
    font-size: var(--text-2xl);
    font-style: normal;
    color: var(--color-green);
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
    }
    @media (width >= 80rem) {
      font-size: var(--text-4xl);
    }
  }
}
.wp-block-image {
  &.icon-top {
    margin-top: -8rem;
    margin-bottom: 1.5rem;
  }
}
.wp-block-post-featured-image {
  .entry-content & {
    margin-bottom: 3em;
  }
}
.wp-block-post-date {
  time {
    display: block;
    margin-bottom: 1rem;
    font-size: 1.25em;
    font-weight: 500;
  }
}
.wp-block-separator {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.wp-block-post-author-name {
  margin-bottom: 1em;
  font-size: 1.25em;
  font-weight: 500;
}
.wp-block-post-terms.taxonomy-category {
  font-size: 1.125em;
  a {
    display: block;
  }
  span.wp-block-post-terms__separator {
    display: none;
  }
}
.wp-block-media-text {
  .wp-block-media-text__content {
    padding: 1.5rem 1.5rem 0;
  }
}
body {
  font-family: var(--font-sans);
  font-weight: 400;
  color: var(--color-dark-gray);
  background-color: var(--color-white);
  overflow-x: hidden;
}
header#masthead {
  background-color: var(--color-cool-gray);
}
.site-branding {
  a.custom-logo-link {
    display: block;
    width: 15.625rem;
    @media (width >= 80rem) {
      width: 21.875rem;
    }
  }
  .site-title {
    left: -10000px;
  }
}
nav.main-navigation {
  button.menu-toggle {
    display: block;
    width: 40px;
    height: 40px;
    padding: 0.5rem;
    border: none;
    border-radius: 2px;
    color: (--color-white);
    background-color: var(--color-dark-teal);
    transition: background-color 0.1875s ease-in-out;
    @media (width >= 48rem) {
      display: block;
    }
    @media (width >= 64rem) {
      display: none;
    }
    .menu-label {
      display: none;
    }
    .menu-icon {
      display: block;
      width: 24px;
      height: 3px;
      background-color: var(--color-white);
      position: relative;
    }
    .menu-icon::before, .menu-icon::after {
      content: "";
      display: block;
      width: 24px;
      height: 3px;
      background-color: var(--color-white);
      position: absolute;
      transition: top 0.125s ease-in-out, bottom 0.125s ease-in-out;
    }
  }
  button.menu-toggle[aria-expanded="false"] {
    .menu-icon::before {
      top: 10px;
    }
    .menu-icon::after {
      bottom: 10px;
    }
  }
  button.menu-toggle[aria-expanded="true"] {
    .menu-icon::before {
      top: 0px;
    }
    .menu-icon::after {
      bottom: 0px;
    }
  }
  #primary-menu {
    display: block;
    width: 100%;
    padding: 0.5rem 0;
    font-size: 1.125rem;
    font-weight: 500;
    background-color: var(--color-cool-gray);
    position: absolute;
    top: 10vh;
    left: 100%;
    z-index: 100;
    transition: left 0.1875s ease-in-out;
    @media (width >= 48rem) {
      display: block;
    }
    @media (width >= 64rem) {
      display: flex;
      padding: 0;
      background-color: transparent;
      position: static;
      top: unset;
      left: unset;
    }
    li {
      padding: 0.5rem 1rem;
      @media (width >= 64rem) {
        padding: 0;
        margin-left: 1.25rem;
      }
      @media (width >= 80rem) {
        margin-left: 1.875rem;
      }
    }
    a {
      padding: 0.3125rem 1.875rem;
      text-align: center;
      color: var(--color-white);
      border-radius: 2px;
      background-color: var(--color-dark-teal);
      transition: background-color 0.1875s ease-in-out;
      @media (width >= 64rem) {
        padding: 0.3125rem 1.25rem;
        text-align: left;
      }
      @media (width >= 80rem) {
        padding: 0.3125rem 1.875rem;
      }
      &:hover {
        background-color: var(--color-green);
      }
    }
    .current-menu-item a, .current_page_parent a {
      background-color: var(--color-green);
    }
  }
}
nav.main-navigation.toggled {
  #primary-menu {
    left: 0%;
  }
}
header#post-header {
  display: flex;
  position: relative;
}
body.blog header#post-header {
  background: url('https://mg2foundation.local:7890/wp-content/uploads/2026/05/img-news-header-bg.jpg') center center/cover;
  &::before {
    content: "";
    position: absolute;
    pointer-events: none;
    top: -0px;
    left: -0px;
    width: calc(100% + 0px + 0px);
    height: calc(100% + 0px + 0px);
    border-color: inherit;
    background: #144735;
    opacity: 0.7;
  }
}
.entry-header {
  h1.entry-title {
    margin: 2em 0;
  }
}
.entry-content {
  margin: 0 auto;
}
.entry-content .wp-block-uagb-container.alignwide {
  margin-left: auto;
  margin-right: auto;
}
.entry-content > section.wp-block-uagb-container {
  padding: 1.875rem 1rem;
  @media (width >= 96rem) {
    padding: 1.875rem 0;
  }
}
header#hero {
  .uagb-block-9cfc0ad0 {
    height: 30vh;
    @media (width >= 48rem) {
      height: unset;
    }
  }
}
section#foundation {
  .wp-block-uagb-container {
    margin-top: 8rem;
  }
  #values ul {
    margin-left: 0;
    list-style: none;
    text-align: center;
    li::after {
      content: "";
      display: block;
      width: 35%;
      height: 0;
      margin: 0.5rem auto;
      border-bottom: 3px solid var(--color-green);
    }
    li:last-child::after {
      content: none;
    }
  }
}
section#spotlight {
  .uagb-block-00b1acfe {
    height: 70vh;
    @media (width >= 64rem) {
      height: unset;
    }
  }
}
section.content-break {
  p {
    font-size: var(--text-2xl);
  }
}
section#board {
  .wp-block-media-text {
    border-top: 10vh solid var(--color-white);
    @media (width >= 48rem) {
      border-top: none;
      border-left: 50px solid var(--color-white);
    }
    @media (width >= 64rem) {
      border-left-width: 70px;
    }
    @media (width >= 80rem) {
      border-left-width: 90px;
    }
    @media (width >= 96rem) {
      border-left-width: 100px;
    }
    img {
      width: 80%;
      margin-top: -10vh;
      margin-left: auto;
      margin-right: auto;
      border-radius: 50%;
      @media (width >= 48rem) {
        width: 100%;
        margin-top: 0;
        margin-left: -50px;
        margin-right: unset;
      }
      @media (width >= 64rem) {
        margin-left: -70px;
      }
      @media (width >= 80rem) {
        margin-left: -90px;
      }
      @media (width >= 96rem) {
        margin-left: -100px;
      }
    }
  }
}
section#timeline {
  .uagb-timeline__day-right .uagb-timeline__heading img {
    float: left;
    margin: -20px 20px 0 -20px;
  }
  .uagb-timeline__day-left .uagb-timeline__heading img {
    float: right;
    margin: -20px -20px 0 20px;
  }
  .uagb-timeline__date-new {
    font-family: var(--font-sans);
    font-size: var(--text-lg);
    font-weight: 700;
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
    }
    @media (width >= 80rem) {
      font-size: var(--text-4xl);
    }
  }
}
section.program-section {
  .wp-block-media-text {
    margin-bottom: 2rem;
    border-top: 10vh solid var(--color-white);
    @media (width >= 48rem) {
      border-top: none;
      border-left: 50px solid var(--color-white);
    }
    @media (width >= 64rem) {
      border-left-width: 70px;
    }
    @media (width >= 80rem) {
      border-left-width: 90px;
    }
    @media (width >= 96rem) {
      border-left-width: 100px;
    }
    img {
      width: 80%;
      margin-top: -10vh;
      margin-left: auto;
      margin-right: auto;
      border-radius: 50%;
      @media (width >= 48rem) {
        width: 100%;
        margin-top: 0;
        margin-left: -50px;
        margin-right: unset;
      }
      @media (width >= 64rem) {
        margin-left: -70px;
      }
      @media (width >= 80rem) {
        margin-left: -90px;
      }
      @media (width >= 96rem) {
        margin-left: -100px;
      }
    }
  }
}
section#education {
  .wp-block-image img {
    width: 100%;
  }
}
.entry-footer {
  .page-links {
    strong {
      display: inline-block;
      padding: 0.25rem 0;
    }
    a, span {
      display: inline-block;
    }
    span.current {
      padding: 0.25rem 0.5rem;
      color: var(--color-white);
      background-color: var(--color-teal);
    }
    a {
      padding: 0.25rem 0.5rem;
      color: var(--color-green);
      background-color: var(--color-cool-gray);
    }
  }
}
.post-list {
  margin-left: auto;
  margin-right: auto;
  list-style: none;
}
.post-preview {
  .entry-header a {
    color: var(--color-dark-gray);
    transition: 0.1875s ease-in-out color;
    &:hover {
      color: var(--color-dark-teal);
    }
  }
  .entry-footer a {
    background-color: var(--color-green);
    transition: 0.1875s ease-in-out background-color;
    &:hover {
      background-color: var(--color-dark-teal);
    }
  }
}
footer#colophon {
  #block-2 {
    .wp-block-columns {
      flex-direction: column-reverse;
      @media (width >= 64rem) {
        flex-direction: row;
      }
    }
  }
  #menu-footer-nav {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 1.125rem;
    font-weight: 500;
    list-style: none;
    @media (width >= 64rem) {
      display: flex;
      justify-content: flex-end;
    }
    li {
      padding: 0.5rem 0;
      @media (width >= 64rem) {
        padding: 0;
        margin-left: 1.25rem;
      }
      @media (width >= 80rem) {
        margin-left: 1.875rem;
      }
    }
    a {
      display: block;
      padding: 0.3125rem 1.875rem;
      text-align: center;
      color: var(--color-white);
      border-radius: 2px;
      background-color: var(--color-dark-teal);
      transition: background-color 0.1875s ease-in-out;
      @media (width >= 64rem) {
        padding: 0.3125rem 1.25rem;
        text-align: left;
      }
      @media (width >= 80rem) {
        padding: 0.3125rem 1.875rem;
      }
      &:hover {
        background-color: var(--color-green);
      }
    }
  }
}
@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;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@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;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
    }
  }
}
/*# sourceMappingURL=main.css.map */