/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --heapp-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --heapp-color-black: #000;
    --heapp-color-white: #fff;
    --heapp-spacing: 0.25rem;
    --heapp-text-xs: 0.75rem;
    --heapp-text-xs--line-height: calc(1 / 0.75);
    --heapp-text-sm: 0.875rem;
    --heapp-text-sm--line-height: calc(1.25 / 0.875);
    --heapp-text-xl: 1.25rem;
    --heapp-text-xl--line-height: calc(1.75 / 1.25);
    --heapp-text-2xl: 1.5rem;
    --heapp-text-2xl--line-height: calc(2 / 1.5);
    --heapp-text-3xl: 1.875rem;
    --heapp-text-3xl--line-height: calc(2.25 / 1.875);
    --heapp-text-4xl: 2.25rem;
    --heapp-text-4xl--line-height: calc(2.5 / 2.25);
    --heapp-font-weight-bold: 700;
    --heapp-leading-tight: 1.25;
    --heapp-radius-lg: 0.5rem;
    --heapp-default-transition-duration: 150ms;
    --heapp-default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --heapp-default-font-family: var(--theme-font-body);
    --heapp-default-mono-font-family: var(--heapp-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(--heapp-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(--heapp-default-font-feature-settings, normal);
    font-variation-settings: var(--heapp-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(--heapp-default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--heapp-default-mono-font-feature-settings, normal);
    font-variation-settings: var(--heapp-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;
  }
  :-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 {
  .heapp\:\@container {
    container-type: inline-size;
  }
  .heapp\:absolute {
    position: absolute;
  }
  .heapp\:relative {
    position: relative;
  }
  .heapp\:top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .heapp\:right-0 {
    right: calc(var(--heapp-spacing) * 0);
  }
  .heapp\: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;
    }
  }
  .heapp\:mx-auto {
    margin-inline: auto;
  }
  .heapp\:mt-3 {
    margin-top: calc(var(--heapp-spacing) * 3);
  }
  .heapp\:flex {
    display: flex;
  }
  .heapp\:hidden {
    display: none;
  }
  .heapp\:h-full {
    height: 100%;
  }
  .heapp\:min-h-48 {
    min-height: calc(var(--heapp-spacing) * 48);
  }
  .heapp\:w-full {
    width: 100%;
  }
  .heapp\:-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .heapp\:cursor-pointer {
    cursor: pointer;
  }
  .heapp\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .heapp\:flex-col {
    flex-direction: column;
  }
  .heapp\:items-center {
    align-items: center;
  }
  .heapp\:justify-center {
    justify-content: center;
  }
  .heapp\:gap-1 {
    gap: calc(var(--heapp-spacing) * 1);
  }
  .heapp\:rounded-lg {
    border-radius: var(--heapp-radius-lg);
  }
  .heapp\:border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .heapp\:border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .heapp\:border-dotted {
    --tw-border-style: dotted;
    border-style: dotted;
  }
  .heapp\:border-white\/30 {
    border-color: var(--heapp-color-white);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--heapp-color-white) 30%, transparent);
    }
  }
  .heapp\:bg-primary {
    background-color: var(--theme-color-primary);
  }
  .heapp\:bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .heapp\:from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .heapp\:to-primary {
    --tw-gradient-to: var(--theme-color-primary);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .heapp\:bg-cover {
    background-size: cover;
  }
  .heapp\:bg-center {
    background-position: center;
  }
  .heapp\:p-3 {
    padding: calc(var(--heapp-spacing) * 3);
  }
  .heapp\:px-2 {
    padding-inline: calc(var(--heapp-spacing) * 2);
  }
  .heapp\:px-3 {
    padding-inline: calc(var(--heapp-spacing) * 3);
  }
  .heapp\:px-4 {
    padding-inline: calc(var(--heapp-spacing) * 4);
  }
  .heapp\:py-1 {
    padding-block: calc(var(--heapp-spacing) * 1);
  }
  .heapp\:py-2 {
    padding-block: calc(var(--heapp-spacing) * 2);
  }
  .heapp\:py-3 {
    padding-block: calc(var(--heapp-spacing) * 3);
  }
  .heapp\:text-center {
    text-align: center;
  }
  .heapp\:font-display {
    font-family: var(--theme-font-display);
  }
  .heapp\:text-2xl {
    font-size: var(--heapp-text-2xl);
    line-height: var(--tw-leading, var(--heapp-text-2xl--line-height));
  }
  .heapp\:text-sm {
    font-size: var(--heapp-text-sm);
    line-height: var(--tw-leading, var(--heapp-text-sm--line-height));
  }
  .heapp\:text-xl {
    font-size: var(--heapp-text-xl);
    line-height: var(--tw-leading, var(--heapp-text-xl--line-height));
  }
  .heapp\:text-xs {
    font-size: var(--heapp-text-xs);
    line-height: var(--tw-leading, var(--heapp-text-xs--line-height));
  }
  .heapp\:leading-tight {
    --tw-leading: var(--heapp-leading-tight);
    line-height: var(--heapp-leading-tight);
  }
  .heapp\:font-bold {
    --tw-font-weight: var(--heapp-font-weight-bold);
    font-weight: var(--heapp-font-weight-bold);
  }
  .heapp\:text-white {
    color: var(--heapp-color-white);
  }
  .heapp\:text-white\! {
    color: var(--heapp-color-white) !important;
  }
  .heapp\:no-underline {
    text-decoration-line: none;
  }
  .heapp\:mix-blend-color {
    mix-blend-mode: color;
  }
  .heapp\:drop-shadow {
    --tw-drop-shadow-size: drop-shadow(0 1px 2px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.1))) drop-shadow(0 1px 1px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.06)));
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow( 0 1px 1px rgb(0 0 0 / 0.06));
    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,);
  }
  .heapp\:drop-shadow-black\/50 {
    --tw-drop-shadow-color: var(--heapp-color-black);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-drop-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--heapp-color-black) 50%, transparent) var(--tw-drop-shadow-alpha), transparent);
    }
    --tw-drop-shadow: var(--tw-drop-shadow-size);
  }
  .heapp\:transition-colors {
    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, var(--heapp-default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--heapp-default-transition-duration));
  }
  .heapp\:\*\:font-sans {
    :is(& > *) {
      font-family: var(--theme-font-body);
    }
  }
  .heapp\:\*\:text-white {
    :is(& > *) {
      color: var(--heapp-color-white);
    }
  }
  .heapp\:\*\:text-white\! {
    :is(& > *) {
      color: var(--heapp-color-white) !important;
    }
  }
  .heapp\:peer-checked\:grid {
    &:is(:where(.heapp\:peer):checked ~ *) {
      display: grid;
    }
  }
  .heapp\:hover\:text-secondary {
    &:hover {
      @media (hover: hover) {
        color: var(--theme-color-secondary);
      }
    }
  }
  .heapp\:\@xl\:grid-cols-2 {
    @container (width >= 36rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .heapp\:\@3xl\:text-3xl {
    @container (width >= 48rem) {
      font-size: var(--heapp-text-3xl);
      line-height: var(--tw-leading, var(--heapp-text-3xl--line-height));
    }
  }
  .heapp\:\@3xl\:text-xl {
    @container (width >= 48rem) {
      font-size: var(--heapp-text-xl);
      line-height: var(--tw-leading, var(--heapp-text-xl--line-height));
    }
  }
  .heapp\:\@5xl\:grid {
    @container (width >= 64rem) {
      display: grid;
    }
  }
  .heapp\:\@5xl\:hidden {
    @container (width >= 64rem) {
      display: none;
    }
  }
  .heapp\:\@5xl\:min-h-64 {
    @container (width >= 64rem) {
      min-height: calc(var(--heapp-spacing) * 64);
    }
  }
  .heapp\:\@5xl\:grid-cols-4 {
    @container (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .heapp\:\@5xl\:text-2xl {
    @container (width >= 64rem) {
      font-size: var(--heapp-text-2xl);
      line-height: var(--tw-leading, var(--heapp-text-2xl--line-height));
    }
  }
  .heapp\:\@5xl\:text-4xl {
    @container (width >= 64rem) {
      font-size: var(--heapp-text-4xl);
      line-height: var(--tw-leading, var(--heapp-text-4xl--line-height));
    }
  }
  .heapp\:\[\&\>li\>a\]\:block {
    &>li>a {
      display: block;
    }
  }
  .heapp\:\[\&\>li\>a\]\:px-3 {
    &>li>a {
      padding-inline: calc(var(--heapp-spacing) * 3);
    }
  }
  .heapp\:\[\&\>li\>a\]\:py-2 {
    &>li>a {
      padding-block: calc(var(--heapp-spacing) * 2);
    }
  }
  .heapp\:\[\&\>li\>a\]\:transition-colors {
    &>li>a {
      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, var(--heapp-default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--heapp-default-transition-duration));
    }
  }
  .heapp\:\[\&\>li\>a\]\:hover\:bg-white {
    &>li>a {
      &:hover {
        @media (hover: hover) {
          background-color: var(--heapp-color-white);
        }
      }
    }
  }
  .heapp\:\[\&\>li\>a\]\:hover\:text-primary {
    &>li>a {
      &:hover {
        @media (hover: hover) {
          color: var(--theme-color-primary);
        }
      }
    }
  }
}
@layer base {
  :root {
    --theme-font-body: 'Lato', 'sans-serif';
    --theme-font-display: 'Montserrat', 'sans-serif';
    --theme-color-primary: #00a9e0;
    --theme-color-secondary: #00ff84;
    --theme-color-accent: #00fddc;
    --theme-color-link: #00a9e0;
    --theme-color-link-hover: #3d3393;
    --theme-color-marker: #00a9e0;
  }
  [data-theme='apprenticeships'] {
    --theme-color-primary: #487b7c;
    --theme-color-secondary: #7dd181;
    --theme-color-accent: #f7921d;
  }
  [data-theme='reach-jc--app-category-1'] {
    --theme-color-primary: #c4ba4e;
  }
  [data-theme='reach-jc--app-category-2'] {
    --theme-color-primary: #797cbb;
  }
  [data-theme='reach-jc--app-category-3'] {
    --theme-color-primary: #c47eb6;
  }
  [data-theme='reach-jc--app-category-4'] {
    --theme-color-primary: #91c475;
  }
  [data-theme='reach-jc--app-category-5'] {
    --theme-color-primary: #c57475;
  }
  [data-theme='reach-sc--app-category-1'] {
    --theme-color-primary: #4cb944;
  }
  [data-theme='reach-sc--app-category-2'] {
    --theme-color-primary: #ea3546;
  }
  [data-theme='reach-sc--app-category-3'] {
    --theme-color-primary: #00a9e0;
  }
  [data-theme='reach-sc--app-category-4'] {
    --theme-color-primary: #f7921d;
  }
  [data-theme='reach-sc--app-category-5'] {
    --theme-color-primary: #662e9b;
  }
  [data-theme='reach-sc--app-category-6'] {
    --theme-color-primary: #20a787;
  }
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@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;
}
@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-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --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;
    }
  }
}
