/*! tailwindcss v4.1.10 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --color-white: #ffffff;
    --color-dark-blue: #002c42;
    --color-navy: #004f73;
    --color-blue: #1fa9c9;
    --color-yellow: #eec900;
    --color-dark-grey: #222932;
    --color-light-grey: #f5f5f5;
    --color-error: #ff331f;
    --color-error-20: #ffd6d2;
    --font-body: "Montserrat", sans-serif;
    --font-heading: "Anton", sans-serif;
    --font-weight-400: 400;
    --font-weight-700: 700;
    --base: 16;
    --unit: 1rem;
    --text-sm: calc(10 / var(--base) * var(--unit));
    --text-md: calc(14 / var(--base) * var(--unit));
    --text-lg: calc(16 / var(--base) * var(--unit));
    --text-xl: calc(16 / var(--base) * var(--unit));
    --text-2xl: calc(20 / var(--base) * var(--unit));
    --text-3xl: calc(30 / var(--base) * var(--unit));
    --text-4xl: calc(36 / var(--base) * var(--unit));
    --text-5xl: calc(46 / var(--base) * var(--unit));
    --text-sm--line-height: calc(14 / 10);
    --text-md--line-height: calc(22 / 14);
    --text-lg--line-height: calc(24 / 16);
    --text-xl--line-height: calc(20 / 16);
    --text-2xl--line-height: calc(28 / 20);
    --text-3xl--line-height: calc(38 / 30);
    --text-4xl--line-height: calc(44 / 36);
    --text-5xl--line-height: calc(54 / 46);
    --tracking-button: 0.06em;
    --spacing-0: 0;
    --spacing-xs: calc(6 / var(--base) * var(--unit));
    --spacing-sm: calc(12 / var(--base) * var(--unit));
    --spacing-md: calc(16 / var(--base) * var(--unit));
    --spacing-lg: calc(20 / var(--base) * var(--unit));
    --spacing-xl: calc(24 / var(--base) * var(--unit));
    --spacing-2xl: calc(30 / var(--base) * var(--unit));
    --spacing-3xl: calc(36 / var(--base) * var(--unit));
    --spacing-4xl: calc(48 / var(--base) * var(--unit));
    --spacing-5xl: calc(60 / var(--base) * var(--unit));
    --spacing-6xl: calc(84 / var(--base) * var(--unit));
    --spacing-7xl: calc(100 / var(--base) * var(--unit));
    --spacing-8xl: calc(200 / var(--base) * var(--unit));
    --spacing-container-xs: calc(512 / var(--base) * var(--unit));
    --spacing-container-sm: calc(750 / var(--base) * var(--unit));
    --spacing-container: calc(1000 / var(--base) * var(--unit));
    --spacing-container-md: calc(1120 / var(--base) * var(--unit));
    --spacing-container-lg: calc(1140 / var(--base) * var(--unit));
    --tracking-wide: 0.025em;
  }
}
@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: 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;
  }
  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: 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: -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;
  }
  :-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 {
  .absolute {
    position: absolute;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: var(--spacing-0);
  }
  .bottom-full {
    bottom: 100%;
  }
  .left-0 {
    left: var(--spacing-0);
  }
  .z-20 {
    z-index: 20;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-lg {
    margin-block: var(--spacing-lg);
  }
  .mr-sm {
    margin-right: var(--spacing-sm);
  }
  .mb-lg {
    margin-bottom: var(--spacing-lg);
  }
  .ml-sm {
    margin-left: var(--spacing-sm);
  }
  .ml-xs {
    margin-left: var(--spacing-xs);
  }
  .box-content {
    box-sizing: content-box;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .h-3xl {
    height: var(--spacing-3xl);
  }
  .h-5xl {
    height: var(--spacing-5xl);
  }
  .h-full {
    height: 100%;
  }
  .w-3xl {
    width: var(--spacing-3xl);
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .w-lg {
    width: var(--spacing-lg);
  }
  .w-md {
    width: var(--spacing-md);
  }
  .max-w-container {
    max-width: var(--spacing-container);
  }
  .max-w-container-lg {
    max-width: var(--spacing-container-lg);
  }
  .max-w-container-md {
    max-width: var(--spacing-container-md);
  }
  .max-w-container-sm {
    max-width: var(--spacing-container-sm);
  }
  .max-w-container-xs {
    max-width: var(--spacing-container-xs);
  }
  .flex-1 {
    flex: 1;
  }
  .-translate-y-\[100\%\] {
    --tw-translate-y: calc(100% * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .scroll-mt-7xl {
    scroll-margin-top: var(--spacing-7xl);
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .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;
  }
  .gap-4xl {
    gap: var(--spacing-4xl);
  }
  .gap-lg {
    gap: var(--spacing-lg);
  }
  .gap-md {
    gap: var(--spacing-md);
  }
  .gap-sm {
    gap: var(--spacing-sm);
  }
  .space-y-2xl {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(var(--spacing-2xl) * var(--tw-space-y-reverse));
      margin-block-end: calc(var(--spacing-2xl) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-3xl {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(var(--spacing-3xl) * var(--tw-space-y-reverse));
      margin-block-end: calc(var(--spacing-3xl) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4xl {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(var(--spacing-4xl) * var(--tw-space-y-reverse));
      margin-block-end: calc(var(--spacing-4xl) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-lg {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(var(--spacing-lg) * var(--tw-space-y-reverse));
      margin-block-end: calc(var(--spacing-lg) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-md {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(var(--spacing-md) * var(--tw-space-y-reverse));
      margin-block-end: calc(var(--spacing-md) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-sm {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(var(--spacing-sm) * var(--tw-space-y-reverse));
      margin-block-end: calc(var(--spacing-sm) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-xl {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(var(--spacing-xl) * var(--tw-space-y-reverse));
      margin-block-end: calc(var(--spacing-xl) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-lg {
    column-gap: var(--spacing-lg);
  }
  .gap-x-sm {
    column-gap: var(--spacing-sm);
  }
  .gap-y-sm {
    row-gap: var(--spacing-sm);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-none {
    border-radius: 0;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-blue {
    border-color: var(--color-blue);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-blue {
    background-color: var(--color-blue);
  }
  .bg-dark-blue {
    background-color: var(--color-dark-blue);
  }
  .bg-dark-grey {
    background-color: var(--color-dark-grey);
  }
  .bg-error-20 {
    background-color: var(--color-error-20);
  }
  .bg-light-grey {
    background-color: var(--color-light-grey);
  }
  .bg-navy {
    background-color: var(--color-navy);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-yellow {
    background-color: var(--color-yellow);
  }
  .fill-white {
    fill: var(--color-white);
  }
  .object-cover {
    object-fit: cover;
  }
  .p-4xl {
    padding: var(--spacing-4xl);
  }
  .p-lg {
    padding: var(--spacing-lg);
  }
  .p-md {
    padding: var(--spacing-md);
  }
  .p-sm {
    padding: var(--spacing-sm);
  }
  .px-lg {
    padding-inline: var(--spacing-lg);
  }
  .py-4xl {
    padding-block: var(--spacing-4xl);
  }
  .py-7xl {
    padding-block: var(--spacing-7xl);
  }
  .py-md {
    padding-block: var(--spacing-md);
  }
  .py-xl {
    padding-block: var(--spacing-xl);
  }
  .pt-3xl {
    padding-top: var(--spacing-3xl);
  }
  .pt-4xl {
    padding-top: var(--spacing-4xl);
  }
  .pb-3xl {
    padding-bottom: var(--spacing-3xl);
  }
  .pb-4xl {
    padding-bottom: var(--spacing-4xl);
  }
  .text-center {
    text-align: center;
  }
  .font-body {
    font-family: var(--font-body);
  }
  .font-heading {
    font-family: var(--font-heading);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-md {
    font-size: var(--text-md);
    line-height: var(--tw-leading, var(--text-md--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .font-400 {
    --tw-font-weight: var(--font-weight-400);
    font-weight: var(--font-weight-400);
  }
  .font-700 {
    --tw-font-weight: var(--font-weight-700);
    font-weight: var(--font-weight-700);
  }
  .tracking-button {
    --tw-tracking: var(--tracking-button);
    letter-spacing: var(--tracking-button);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-blue {
    color: var(--color-blue);
  }
  .text-dark-blue {
    color: var(--color-dark-blue);
  }
  .text-error {
    color: var(--color-error);
  }
  .text-navy {
    color: var(--color-navy);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-yellow {
    color: var(--color-yellow);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .not-italic {
    font-style: normal;
  }
  .underline {
    text-decoration-line: underline;
  }
  .decoration-transparent {
    text-decoration-color: transparent;
  }
  .outline-3 {
    outline-style: var(--tw-outline-style);
    outline-width: 3px;
  }
  .-outline-offset-3 {
    outline-offset: calc(3px * -1);
  }
  .outline-blue {
    outline-color: var(--color-blue);
  }
  .outline-yellow {
    outline-color: var(--color-yellow);
  }
  .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, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, ease);
    transition-duration: var(--tw-duration, 0s);
  }
  .transition-\[background-color\] {
    transition-property: background-color;
    transition-timing-function: var(--tw-ease, ease);
    transition-duration: var(--tw-duration, 0s);
  }
  .duration-20 {
    --tw-duration: 20ms;
    transition-duration: 20ms;
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .not-last\:mb-2xl {
    &:not(*:last-child) {
      margin-bottom: var(--spacing-2xl);
    }
  }
  .not-last\:mb-lg {
    &:not(*:last-child) {
      margin-bottom: var(--spacing-lg);
    }
  }
  .not-last\:mb-sm {
    &:not(*:last-child) {
      margin-bottom: var(--spacing-sm);
    }
  }
  .group-target\/header\:block {
    &:is(:where(.group\/header):target *) {
      display: block;
    }
  }
  .group-target\/header\:hidden {
    &:is(:where(.group\/header):target *) {
      display: none;
    }
  }
  .selection\:bg-light-grey {
    & *::selection {
      background-color: var(--color-light-grey);
    }
    &::selection {
      background-color: var(--color-light-grey);
    }
  }
  .selection\:text-dark-blue {
    & *::selection {
      color: var(--color-dark-blue);
    }
    &::selection {
      color: var(--color-dark-blue);
    }
  }
  .target\:fixed {
    &:target {
      position: fixed;
    }
  }
  .target\:z-10 {
    &:target {
      z-index: 10;
    }
  }
  .target\:h-full {
    &:target {
      height: 100%;
    }
  }
  .target\:w-full {
    &:target {
      width: 100%;
    }
  }
  .target\:overflow-y-auto {
    &:target {
      overflow-y: auto;
    }
  }
  .hover\:bg-blue {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-blue);
      }
    }
  }
  .hover\:bg-light-grey {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-light-grey);
      }
    }
  }
  .hover\:bg-navy {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-navy);
      }
    }
  }
  .hover\:bg-white {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
  }
  .hover\:bg-yellow {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-yellow);
      }
    }
  }
  .hover\:text-dark-blue {
    &:hover {
      @media (hover: hover) {
        color: var(--color-dark-blue);
      }
    }
  }
  .hover\:text-yellow {
    &:hover {
      @media (hover: hover) {
        color: var(--color-yellow);
      }
    }
  }
  .hover\:decoration-yellow {
    &:hover {
      @media (hover: hover) {
        text-decoration-color: var(--color-yellow);
      }
    }
  }
  .focus\:static {
    &:focus {
      position: static;
    }
  }
  .focus\:-translate-y-0 {
    &:focus {
      --tw-translate-y: calc(var(--spacing-0) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .focus\:bg-blue {
    &:focus {
      background-color: var(--color-blue);
    }
  }
  .focus\:bg-yellow {
    &:focus {
      background-color: var(--color-yellow);
    }
  }
  .focus\:text-dark-blue {
    &:focus {
      color: var(--color-dark-blue);
    }
  }
  .focus\:outline-0 {
    &:focus {
      outline-style: var(--tw-outline-style);
      outline-width: 0px;
    }
  }
  .focus\:outline-3 {
    &:focus {
      outline-style: var(--tw-outline-style);
      outline-width: 3px;
    }
  }
  .focus\:outline-offset-2 {
    &:focus {
      outline-offset: 2px;
    }
  }
  .focus\:outline-offset-3 {
    &:focus {
      outline-offset: 3px;
    }
  }
  .focus\:outline-blue {
    &:focus {
      outline-color: var(--color-blue);
    }
  }
  .focus\:outline-navy {
    &:focus {
      outline-color: var(--color-navy);
    }
  }
  .focus\:outline-white {
    &:focus {
      outline-color: var(--color-white);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .xs\:grid-cols-4 {
    @media (width >= 425px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:absolute {
    @media (width >= 768px) {
      position: absolute;
    }
  }
  .md\:relative {
    @media (width >= 768px) {
      position: relative;
    }
  }
  .md\:top-0 {
    @media (width >= 768px) {
      top: var(--spacing-0);
    }
  }
  .md\:bottom-0 {
    @media (width >= 768px) {
      bottom: var(--spacing-0);
    }
  }
  .md\:left-0 {
    @media (width >= 768px) {
      left: var(--spacing-0);
    }
  }
  .md\:col-span-6 {
    @media (width >= 768px) {
      grid-column: span 6 / span 6;
    }
  }
  .md\:col-start-1 {
    @media (width >= 768px) {
      grid-column-start: 1;
    }
  }
  .md\:col-start-7 {
    @media (width >= 768px) {
      grid-column-start: 7;
    }
  }
  .md\:row-start-1 {
    @media (width >= 768px) {
      grid-row-start: 1;
    }
  }
  .md\:block {
    @media (width >= 768px) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 768px) {
      display: flex;
    }
  }
  .md\:inline-block {
    @media (width >= 768px) {
      display: inline-block;
    }
  }
  .md\:h-full {
    @media (width >= 768px) {
      height: 100%;
    }
  }
  .md\:w-1\/2 {
    @media (width >= 768px) {
      width: calc(1/2 * 100%);
    }
  }
  .md\:w-\[40\%\] {
    @media (width >= 768px) {
      width: 40%;
    }
  }
  .md\:w-\[60\%\] {
    @media (width >= 768px) {
      width: 60%;
    }
  }
  .md\:w-auto {
    @media (width >= 768px) {
      width: auto;
    }
  }
  .md\:max-w-\[30rem\] {
    @media (width >= 768px) {
      max-width: 30rem;
    }
  }
  .md\:-translate-x-\[17\%\] {
    @media (width >= 768px) {
      --tw-translate-x: calc(17% * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .md\:grid-cols-12 {
    @media (width >= 768px) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .md\:flex-col {
    @media (width >= 768px) {
      flex-direction: column;
    }
  }
  .md\:flex-row {
    @media (width >= 768px) {
      flex-direction: row;
    }
  }
  .md\:flex-row-reverse {
    @media (width >= 768px) {
      flex-direction: row-reverse;
    }
  }
  .md\:flex-wrap {
    @media (width >= 768px) {
      flex-wrap: wrap;
    }
  }
  .md\:items-baseline {
    @media (width >= 768px) {
      align-items: baseline;
    }
  }
  .md\:justify-center {
    @media (width >= 768px) {
      justify-content: center;
    }
  }
  .md\:gap-4xl {
    @media (width >= 768px) {
      gap: var(--spacing-4xl);
    }
  }
  .md\:space-y-4xl {
    @media (width >= 768px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(var(--spacing-4xl) * var(--tw-space-y-reverse));
        margin-block-end: calc(var(--spacing-4xl) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:space-y-lg {
    @media (width >= 768px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(var(--spacing-lg) * var(--tw-space-y-reverse));
        margin-block-end: calc(var(--spacing-lg) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:space-y-xl {
    @media (width >= 768px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(var(--spacing-xl) * var(--tw-space-y-reverse));
        margin-block-end: calc(var(--spacing-xl) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:p-5xl {
    @media (width >= 768px) {
      padding: var(--spacing-5xl);
    }
  }
  .md\:p-lg {
    @media (width >= 768px) {
      padding: var(--spacing-lg);
    }
  }
  .md\:px-6xl {
    @media (width >= 768px) {
      padding-inline: var(--spacing-6xl);
    }
  }
  .md\:py-4xl {
    @media (width >= 768px) {
      padding-block: var(--spacing-4xl);
    }
  }
  .md\:py-7xl {
    @media (width >= 768px) {
      padding-block: var(--spacing-7xl);
    }
  }
  .md\:py-8xl {
    @media (width >= 768px) {
      padding-block: var(--spacing-8xl);
    }
  }
  .md\:pt-5xl {
    @media (width >= 768px) {
      padding-top: var(--spacing-5xl);
    }
  }
  .md\:pt-7xl {
    @media (width >= 768px) {
      padding-top: var(--spacing-7xl);
    }
  }
  .md\:pb-5xl {
    @media (width >= 768px) {
      padding-bottom: var(--spacing-5xl);
    }
  }
  .md\:pb-7xl {
    @media (width >= 768px) {
      padding-bottom: var(--spacing-7xl);
    }
  }
  .md\:text-xl {
    @media (width >= 768px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .md\:not-last\:mb-3xl {
    @media (width >= 768px) {
      &:not(*:last-child) {
        margin-bottom: var(--spacing-3xl);
      }
    }
  }
  .md\:not-last\:mb-md {
    @media (width >= 768px) {
      &:not(*:last-child) {
        margin-bottom: var(--spacing-md);
      }
    }
  }
  .md\:not-last\:mb-xl {
    @media (width >= 768px) {
      &:not(*:last-child) {
        margin-bottom: var(--spacing-xl);
      }
    }
  }
  .lg\:col-span-5 {
    @media (width >= 1024px) {
      grid-column: span 5 / span 5;
    }
  }
  .lg\:col-span-7 {
    @media (width >= 1024px) {
      grid-column: span 7 / span 7;
    }
  }
  .lg\:col-start-8 {
    @media (width >= 1024px) {
      grid-column-start: 8;
    }
  }
  .lg\:flex {
    @media (width >= 1024px) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 1024px) {
      display: none;
    }
  }
  .lg\:inline-block {
    @media (width >= 1024px) {
      display: inline-block;
    }
  }
  .lg\:w-\[40\%\] {
    @media (width >= 1024px) {
      width: 40%;
    }
  }
  .lg\:w-\[60\%\] {
    @media (width >= 1024px) {
      width: 60%;
    }
  }
  .lg\:w-auto {
    @media (width >= 1024px) {
      width: auto;
    }
  }
  .lg\:scroll-mt-\[6\.5rem\] {
    @media (width >= 1024px) {
      scroll-margin-top: 6.5rem;
    }
  }
  .lg\:items-center {
    @media (width >= 1024px) {
      align-items: center;
    }
  }
  .lg\:justify-between {
    @media (width >= 1024px) {
      justify-content: space-between;
    }
  }
  .lg\:gap-6xl {
    @media (width >= 1024px) {
      gap: var(--spacing-6xl);
    }
  }
  .lg\:gap-lg {
    @media (width >= 1024px) {
      gap: var(--spacing-lg);
    }
  }
  .lg\:space-x-lg {
    @media (width >= 1024px) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(var(--spacing-lg) * var(--tw-space-x-reverse));
        margin-inline-end: calc(var(--spacing-lg) * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .lg\:border-0 {
    @media (width >= 1024px) {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .lg\:p-0 {
    @media (width >= 1024px) {
      padding: var(--spacing-0);
    }
  }
  .lg\:p-lg {
    @media (width >= 1024px) {
      padding: var(--spacing-lg);
    }
  }
  .lg\:text-xl {
    @media (width >= 1024px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .lg\:group-target\/header\:flex {
    @media (width >= 1024px) {
      &:is(:where(.group\/header):target *) {
        display: flex;
      }
    }
  }
  .lg\:group-target\/header\:hidden {
    @media (width >= 1024px) {
      &:is(:where(.group\/header):target *) {
        display: none;
      }
    }
  }
  .lg\:target\:relative {
    @media (width >= 1024px) {
      &:target {
        position: relative;
      }
    }
  }
  .lg\:target\:h-auto {
    @media (width >= 1024px) {
      &:target {
        height: auto;
      }
    }
  }
  .lg\:target\:overflow-hidden {
    @media (width >= 1024px) {
      &:target {
        overflow: hidden;
      }
    }
  }
  .lg\:focus\:bg-transparent {
    @media (width >= 1024px) {
      &:focus {
        background-color: transparent;
      }
    }
  }
  .lg\:focus\:outline-3 {
    @media (width >= 1024px) {
      &:focus {
        outline-style: var(--tw-outline-style);
        outline-width: 3px;
      }
    }
  }
  .lg\:focus\:outline-offset-2 {
    @media (width >= 1024px) {
      &:focus {
        outline-offset: 2px;
      }
    }
  }
  .lg\:focus\:outline-navy {
    @media (width >= 1024px) {
      &:focus {
        outline-color: var(--color-navy);
      }
    }
  }
  .xl\:h-6xl {
    @media (width >= 1440px) {
      height: var(--spacing-6xl);
    }
  }
  .xl\:scroll-mt-\[9\.75rem\] {
    @media (width >= 1440px) {
      scroll-margin-top: 9.75rem;
    }
  }
  .xl\:gap-7xl {
    @media (width >= 1440px) {
      gap: var(--spacing-7xl);
    }
  }
  .xl\:px-4xl {
    @media (width >= 1440px) {
      padding-inline: var(--spacing-4xl);
    }
  }
  .xl\:py-3xl {
    @media (width >= 1440px) {
      padding-block: var(--spacing-3xl);
    }
  }
  .\32 xl\:w-\[40\%\] {
    @media (width >= 1620px) {
      width: 40%;
    }
  }
  .\32 xl\:w-\[60\%\] {
    @media (width >= 1620px) {
      width: 60%;
    }
  }
  .prose-a\:font-700 {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      --tw-font-weight: var(--font-weight-700);
      font-weight: var(--font-weight-700);
    }
  }
  .prose-a\:text-blue {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      color: var(--color-blue);
    }
  }
  .prose-a\:text-yellow {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      color: var(--color-yellow);
    }
  }
  .prose-a\:underline {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      text-decoration-line: underline;
    }
  }
  .prose-a\:transition-colors {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
      transition-timing-function: var(--tw-ease, ease);
      transition-duration: var(--tw-duration, 0s);
    }
  }
  .prose-a\:duration-200 {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      --tw-duration: 200ms;
      transition-duration: 200ms;
    }
  }
  .prose-a\:hover\:text-navy {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &:hover {
        @media (hover: hover) {
          color: var(--color-navy);
        }
      }
    }
  }
  .prose-a\:hover\:text-white {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &:hover {
        @media (hover: hover) {
          color: var(--color-white);
        }
      }
    }
  }
  .prose-a\:focus\:bg-blue {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &:focus {
        background-color: var(--color-blue);
      }
    }
  }
  .prose-a\:focus\:bg-yellow {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &:focus {
        background-color: var(--color-yellow);
      }
    }
  }
  .prose-a\:focus\:text-dark-blue {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &:focus {
        color: var(--color-dark-blue);
      }
    }
  }
  .prose-a\:focus\:text-white {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &:focus {
        color: var(--color-white);
      }
    }
  }
  .prose-a\:focus\:outline-none {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &:focus {
        --tw-outline-style: none;
        outline-style: none;
      }
    }
  }
  .prose-ul\:list-inside {
    & :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      list-style-position: inside;
    }
  }
  .prose-ul\:list-disc {
    & :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      list-style-type: disc;
    }
  }
  .prose-ul\:space-y-xs {
    & :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(var(--spacing-xs) * var(--tw-space-y-reverse));
        margin-block-end: calc(var(--spacing-xs) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
}
@media (width >= 768px) {
  :root {
    --text-sm: calc(12 / var(--base) * var(--unit));
    --text-md: calc(16 / var(--base) * var(--unit));
    --text-lg: calc(18 / var(--base) * var(--unit));
    --text-xl: calc(20 / var(--base) * var(--unit));
    --text-2xl: calc(24 / var(--base) * var(--unit));
    --text-3xl: calc(36 / var(--base) * var(--unit));
    --text-4xl: calc(48 / var(--base) * var(--unit));
    --text-5xl: calc(60 / var(--base) * var(--unit));
    --text-sm--line-height: calc(20 / 12);
    --text-md--line-height: calc(24 / 16);
    --text-lg--line-height: calc(26 / 18);
    --text-xl--line-height: calc(24 / 20);
    --text-2xl--line-height: calc(32 / 24);
    --text-3xl--line-height: calc(44 / 36);
    --text-4xl--line-height: calc(56 / 48);
    --text-5xl--line-height: calc(68 / 60);
  }
}
.splide-carousel .splide__arrow {
  background-color: var(--color-yellow);
  border-radius: 0;
  opacity: 1;
  height: var(--spacing-2xl);
  width: var(--spacing-xl);
  padding: var(--spacing-xs);
  transition: background-color 200ms ease;
}
.splide-carousel .splide__arrow:hover {
  background-color: var(--color-blue);
}
.splide-carousel .splide__arrow:hover:not(:disabled) {
  opacity: 1;
}
.splide-carousel .splide__arrow:disabled {
  cursor: not-allowed;
}
.splide-carousel .splide__arrow:focus {
  outline: 2px solid var(--color-blue);
  outline-offset: 2px;
}
.splide-carousel .splide__arrow--next svg,
.splide-carousel .splide__arrow--prev svg {
  transform: none;
  fill: none;
  height: auto;
  width: auto;
}
.splide-carousel .splide__arrow--prev {
  left: calc((var(--spacing-xl) + var(--spacing-xs)) * -1);
}
.splide-carousel .splide__arrow--next {
  right: calc((var(--spacing-xl) + var(--spacing-xs)) * -1);
}
@media (width >= 768px) {
  .splide-carousel .splide__arrow {
    height: var(--spacing-6xl);
    width: var(--spacing-5xl);
    padding: var(--spacing-lg);
  }
  .splide-carousel .splide__arrow--prev {
    left: calc((var(--spacing-5xl) + var(--spacing-2xl)) * -1);
  }
  .splide-carousel .splide__arrow--next {
    right: calc((var(--spacing-5xl) + var(--spacing-2xl)) * -1);
  }
}
.video iframe {
  aspect-ratio: 16 / 9;
  height: 100%;
  width: 100%;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-outline-style: solid;
      --tw-duration: initial;
      --tw-space-x-reverse: 0;
    }
  }
}