/*! tailwindcss v4.1.7 | MIT License | https://tailwindcss.com */
/*!
Theme Name: WordPress + Tailwind
*/
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #181818;
    --color-white: #ffffff;
    --spacing: 0.25rem;
    --font-weight-normal: 400;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --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);
    --color-dark-link: #106095;
    --color-green: #138841;
    --color-blue: #0E72B4;
    --color-light-blue: #E2F4FF;
    --color-purple: #6F368B;
    --color-light-gray: #F5F9FC;
    --color-dark-gray: #9D9FA9;
    --color-yellow: #FFB700;
    --color-orange: #FF8C00;
    --font-body: 'Signika', sans-serif;
    --text-body: clamp(0.88rem, 0.18vi + 0.84rem, 1rem);
    --text-h1: clamp(1.5rem, 0.71vi + 1.36rem, 2rem);
    --text-h2: clamp(1.38rem, 0.54vi + 1.27rem, 1.75rem);
    --text-h3: clamp(1.25rem, 0.36vi + 1.18rem, 1.5rem);
    --text-h4: clamp(1.13rem, 0.36vi + 1.05rem, 1.38rem);
    --text-h5: clamp(1rem, 0.36vi + 0.93rem, 1.25rem);
    --text-h6: clamp(0.78rem, 0.36vi + 0.90rem, 1.13rem);
    --text-large-body: clamp(1.25rem, 0.36vi + 1.18rem, 1.5rem);
    --text-small-body: clamp(0.75rem, 0.18vi + 0.71rem, 0.88rem);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-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 {
  .pointer-events-none {
    pointer-events: none;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-\[0px\] {
    top: 0px;
  }
  .top-\[9px\] {
    top: 9px;
  }
  .top-\[18px\] {
    top: 18px;
  }
  .top-\[96px\] {
    top: 96px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .container {
    width: 100%;
    @media (width >= 528px) {
      max-width: 528px;
    }
    @media (width >= 767px) {
      max-width: 767px;
    }
    @media (width >= 1069px) {
      max-width: 1069px;
    }
    @media (width >= 1441px) {
      max-width: 1441px;
    }
    @media (width >= 1921px) {
      max-width: 1921px;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-\[24px\] {
    margin-top: 24px;
  }
  .mt-\[32px\] {
    margin-top: 32px;
  }
  .mr-\[8px\] {
    margin-right: 8px;
  }
  .\!mb-0 {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }
  .\!mb-\[24px\] {
    margin-bottom: 24px !important;
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-\[0px\] {
    margin-bottom: 0px;
  }
  .mb-\[16px\] {
    margin-bottom: 16px;
  }
  .mb-\[24px\] {
    margin-bottom: 24px;
  }
  .mb-\[32px\] {
    margin-bottom: 32px;
  }
  .ml-\[3px\] {
    margin-left: 3px;
  }
  .ml-\[8px\] {
    margin-left: 8px;
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-0 {
    height: calc(var(--spacing) * 0);
  }
  .h-\[0px\] {
    height: 0px;
  }
  .h-\[2px\] {
    height: 2px;
  }
  .h-\[10px\] {
    height: 10px;
  }
  .h-\[14px\] {
    height: 14px;
  }
  .h-\[16px\] {
    height: 16px;
  }
  .h-\[20px\] {
    height: 20px;
  }
  .h-\[32px\] {
    height: 32px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[44px\] {
    height: 44px;
  }
  .h-\[56px\] {
    height: 56px;
  }
  .h-\[190px\] {
    height: 190px;
  }
  .h-\[240px\] {
    height: 240px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-min {
    height: min-content;
  }
  .min-h-\[80vh\] {
    min-height: 80vh;
  }
  .w-0 {
    width: calc(var(--spacing) * 0);
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-\[10px\] {
    width: 10px;
  }
  .w-\[14px\] {
    width: 14px;
  }
  .w-\[16px\] {
    width: 16px;
  }
  .w-\[18px\] {
    width: 18px;
  }
  .w-\[20px\] {
    width: 20px;
  }
  .w-\[32px\] {
    width: 32px;
  }
  .w-\[44px\] {
    width: 44px;
  }
  .w-\[56px\] {
    width: 56px;
  }
  .w-\[83px\] {
    width: 83px;
  }
  .w-\[100\%\] {
    width: 100%;
  }
  .w-\[240px\] {
    width: 240px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-full {
    max-width: 100%;
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-\[125px\] {
    min-width: 125px;
  }
  .min-w-\[450px\] {
    min-width: 450px;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .basis-full {
    flex-basis: 100%;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .rotate-0 {
    rotate: 0deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-\[2px\] {
    gap: 2px;
  }
  .gap-\[4px\] {
    gap: 4px;
  }
  .gap-\[8px\] {
    gap: 8px;
  }
  .gap-\[12px\] {
    gap: 12px;
  }
  .gap-\[16px\] {
    gap: 16px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[24px\] {
    gap: 24px;
  }
  .space-y-\[12px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(12px * var(--tw-space-y-reverse));
      margin-block-end: calc(12px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[16px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(16px * var(--tw-space-y-reverse));
      margin-block-end: calc(16px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[20px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(20px * var(--tw-space-y-reverse));
      margin-block-end: calc(20px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[24px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(24px * var(--tw-space-y-reverse));
      margin-block-end: calc(24px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-\[10px\] {
    column-gap: 10px;
  }
  .gap-x-\[16px\] {
    column-gap: 16px;
  }
  .gap-x-\[20px\] {
    column-gap: 20px;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .rounded-\[8px\] {
    border-radius: 8px;
  }
  .rounded-\[12px\] {
    border-radius: 12px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-none {
    border-radius: 0;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-y-\[10px\] {
    border-block-style: var(--tw-border-style);
    border-block-width: 10px;
  }
  .border-l-\[16px\] {
    border-left-style: var(--tw-border-style);
    border-left-width: 16px;
  }
  .border-light-blue {
    border-color: var(--color-light-blue);
  }
  .border-light-gray {
    border-color: var(--color-light-gray);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-y-transparent {
    border-block-color: transparent;
  }
  .border-l-white {
    border-left-color: var(--color-white);
  }
  .bg-\[\#0E72B466\] {
    background-color: #0E72B466;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/25 {
    background-color: color-mix(in srgb, #181818 25%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 25%, transparent);
    }
  }
  .bg-blue {
    background-color: var(--color-blue);
  }
  .bg-green {
    background-color: var(--color-green);
  }
  .bg-light-blue {
    background-color: var(--color-light-blue);
  }
  .bg-light-gray {
    background-color: var(--color-light-gray);
  }
  .bg-purple {
    background-color: var(--color-purple);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .fill-blue {
    fill: var(--color-blue);
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-center {
    object-position: center;
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-\[3px\] {
    padding: 3px;
  }
  .p-\[16px\] {
    padding: 16px;
  }
  .p-\[18px\] {
    padding: 18px;
  }
  .p-\[20px\] {
    padding: 20px;
  }
  .p-\[24px\] {
    padding: 24px;
  }
  .p-\[32px\] {
    padding: 32px;
  }
  .px-\[12px\] {
    padding-inline: 12px;
  }
  .px-\[16px\] {
    padding-inline: 16px;
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .px-\[24px\] {
    padding-inline: 24px;
  }
  .py-\[0px\] {
    padding-block: 0px;
  }
  .py-\[8px\] {
    padding-block: 8px;
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[12px\] {
    padding-block: 12px;
  }
  .py-\[16px\] {
    padding-block: 16px;
  }
  .py-\[18px\] {
    padding-block: 18px;
  }
  .py-\[24px\] {
    padding-block: 24px;
  }
  .py-\[32px\] {
    padding-block: 32px;
  }
  .pt-\[24px\] {
    padding-top: 24px;
  }
  .pr-\[22px\] {
    padding-right: 22px;
  }
  .pb-\[20px\] {
    padding-bottom: 20px;
  }
  .pl-0 {
    padding-left: calc(var(--spacing) * 0);
  }
  .pl-\[0px\] {
    padding-left: 0px;
  }
  .font-body {
    font-family: var(--font-body);
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\]\! {
    font-size: 16px !important;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-body {
    font-size: var(--text-body);
  }
  .text-h1 {
    font-size: var(--text-h1);
  }
  .text-h2 {
    font-size: var(--text-h2);
  }
  .text-h6 {
    font-size: var(--text-h6);
  }
  .text-small-body {
    font-size: var(--text-small-body);
  }
  .leading-\[100\%\] {
    --tw-leading: 100%;
    line-height: 100%;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-blue {
    color: var(--color-blue);
  }
  .text-purple {
    color: var(--color-purple);
  }
  .text-white {
    color: var(--color-white);
  }
  .no-underline {
    text-decoration-line: none;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .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(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-250 {
    --tw-duration: 250ms;
    transition-duration: 250ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .group-hover\:pointer-events-auto {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        pointer-events: auto;
      }
    }
  }
  .group-hover\:visible {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        visibility: visible;
      }
    }
  }
  .group-hover\:border-l-blue {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        border-left-color: var(--color-blue);
      }
    }
  }
  .group-hover\:bg-black\/35 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #181818 35%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-black) 35%, transparent);
        }
      }
    }
  }
  .group-hover\:bg-white {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .group-\[\.open\]\:pointer-events-auto {
    &:is(:where(.group):is(.open) *) {
      pointer-events: auto;
    }
  }
  .group-\[\.open\]\:h-auto {
    &:is(:where(.group):is(.open) *) {
      height: auto;
    }
  }
  .group-\[\.open\]\:overflow-visible {
    &:is(:where(.group):is(.open) *) {
      overflow: visible;
    }
  }
  .group-\[\.open\]\:pt-\[4px\] {
    &:is(:where(.group):is(.open) *) {
      padding-top: 4px;
    }
  }
  .group-\[\.open\]\:opacity-100 {
    &:is(:where(.group):is(.open) *) {
      opacity: 100%;
    }
  }
  .hover\:bg-dark-link {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-dark-link);
      }
    }
  }
  .hover\:text-purple {
    &:hover {
      @media (hover: hover) {
        color: var(--color-purple);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:opacity-90 {
    &:hover {
      @media (hover: hover) {
        opacity: 90%;
      }
    }
  }
  .max-md\:pt-\[24px\] {
    @media (width < 1069px) {
      padding-top: 24px;
    }
  }
  .max-md\:text-\[18px\] {
    @media (width < 1069px) {
      font-size: 18px;
    }
  }
  .max-sm\:my-3 {
    @media (width < 767px) {
      margin-block: calc(var(--spacing) * 3);
    }
  }
  .max-sm\:flex {
    @media (width < 767px) {
      display: flex;
    }
  }
  .max-sm\:flex-col {
    @media (width < 767px) {
      flex-direction: column;
    }
  }
  .max-sm\:gap-2 {
    @media (width < 767px) {
      gap: calc(var(--spacing) * 2);
    }
  }
  .max-sm\:gap-\[10px\] {
    @media (width < 767px) {
      gap: 10px;
    }
  }
  .sm\:mb-4 {
    @media (width >= 767px) {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 767px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 767px) {
      flex-direction: row;
    }
  }
  .sm\:items-center {
    @media (width >= 767px) {
      align-items: center;
    }
  }
  .sm\:bg-white {
    @media (width >= 767px) {
      background-color: var(--color-white);
    }
  }
  .md\:m-0 {
    @media (width >= 1069px) {
      margin: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-\[40px\] {
    @media (width >= 1069px) {
      margin-top: 40px;
    }
  }
  .md\:mb-\[32px\] {
    @media (width >= 1069px) {
      margin-bottom: 32px;
    }
  }
  .md\:block {
    @media (width >= 1069px) {
      display: block;
    }
  }
  .md\:hidden {
    @media (width >= 1069px) {
      display: none;
    }
  }
  .md\:table-cell {
    @media (width >= 1069px) {
      display: table-cell;
    }
  }
  .md\:table-row {
    @media (width >= 1069px) {
      display: table-row;
    }
  }
  .md\:h-\[32px\] {
    @media (width >= 1069px) {
      height: 32px;
    }
  }
  .md\:max-h-full {
    @media (width >= 1069px) {
      max-height: 100%;
    }
  }
  .md\:w-\[25\%\] {
    @media (width >= 1069px) {
      width: 25%;
    }
  }
  .md\:w-\[75\%\] {
    @media (width >= 1069px) {
      width: 75%;
    }
  }
  .md\:w-\[240px\] {
    @media (width >= 1069px) {
      width: 240px;
    }
  }
  .md\:max-w-\[160px\] {
    @media (width >= 1069px) {
      max-width: 160px;
    }
  }
  .md\:max-w-\[240px\] {
    @media (width >= 1069px) {
      max-width: 240px;
    }
  }
  .md\:basis-\[calc\(\(100\%-24px\)\/2\)\] {
    @media (width >= 1069px) {
      flex-basis: calc((100% - 24px) / 2);
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 1069px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 1069px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 1069px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 1069px) {
      flex-direction: row;
    }
  }
  .md\:items-start {
    @media (width >= 1069px) {
      align-items: flex-start;
    }
  }
  .md\:gap-\[40px\] {
    @media (width >= 1069px) {
      gap: 40px;
    }
  }
  .md\:space-y-\[24px\] {
    @media (width >= 1069px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(24px * var(--tw-space-y-reverse));
        margin-block-end: calc(24px * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:space-y-\[32px\] {
    @media (width >= 1069px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(32px * var(--tw-space-y-reverse));
        margin-block-end: calc(32px * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:p-\[32px\] {
    @media (width >= 1069px) {
      padding: 32px;
    }
  }
  .md\:p-\[40px\] {
    @media (width >= 1069px) {
      padding: 40px;
    }
  }
  .md\:p-\[56px\] {
    @media (width >= 1069px) {
      padding: 56px;
    }
  }
  .md\:py-\[40px\] {
    @media (width >= 1069px) {
      padding-block: 40px;
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 1441px) {
      width: calc(1/2 * 100%);
    }
  }
  .lg\:min-w-\[569px\] {
    @media (width >= 1441px) {
      min-width: 569px;
    }
  }
  .lg\:basis-\[calc\(\(100\%-48px\)\/3\)\] {
    @media (width >= 1441px) {
      flex-basis: calc((100% - 48px) / 3);
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 1441px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 1441px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:gap-\[32px\] {
    @media (width >= 1441px) {
      gap: 32px;
    }
  }
  .lg\:gap-x-\[24px\] {
    @media (width >= 1441px) {
      column-gap: 24px;
    }
  }
}
@layer base {
  .wrapper {
    margin-inline: auto;
    width: 100%;
    padding-inline: 24px;
    @media (width >= 767px) {
      padding-inline: 32px;
    }
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    font-family: var(--font-body);
    font-size: var(--text-body);
  }
  .text-coloured-bg {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0 !important;
      margin-block-start: calc(24px * var(--tw-space-y-reverse)) !important;
      margin-block-end: calc(24px * calc(1 - var(--tw-space-y-reverse))) !important;
    }
    font-size: var(--text-body);
    @media (width >= 1069px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0 !important;
        margin-block-start: calc(32px * var(--tw-space-y-reverse)) !important;
        margin-block-end: calc(32px * calc(1 - var(--tw-space-y-reverse))) !important;
      }
    }
    h2 {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .bg-purple .text-coloured-bg a {
    color: var(--color-yellow);
  }
  h1 {
    margin-bottom: 28px;
    font-family: var(--font-body);
    font-size: var(--text-h1);
    --tw-leading: 100%;
    line-height: 100%;
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  h2 {
    margin-bottom: 28px;
    font-family: var(--font-body);
    font-size: var(--text-h2);
    --tw-leading: 100%;
    line-height: 100%;
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  h3 {
    margin-bottom: 24px;
    font-family: var(--font-body);
    font-size: var(--text-h3);
    --tw-leading: 100%;
    line-height: 100%;
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  h4 {
    margin-bottom: 24px;
    font-family: var(--font-body);
    font-size: var(--text-h4);
    --tw-leading: 100%;
    line-height: 100%;
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  h5 {
    margin-bottom: 20px;
    font-family: var(--font-body);
    font-size: var(--text-h5);
    --tw-leading: 100%;
    line-height: 100%;
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  h6 {
    margin-bottom: 20px;
    font-family: var(--font-body);
    font-size: var(--text-h6);
    --tw-leading: 125%;
    line-height: 125%;
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  p {
    font-family: var(--font-body);
    font-size: var(--text-body);
    --tw-leading: 150%;
    line-height: 150%;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    &:not(*:last-child) {
      margin-bottom: 22px;
    }
  }
  p.text-large-body {
    font-size: var(--text-large-body);
  }
  p.text-small-body {
    font-size: var(--text-small-body);
  }
  p a {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    text-decoration-line: underline;
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  ul {
    margin-bottom: calc(var(--spacing) * 4);
    list-style-position: inside;
    list-style-type: disc;
    li {
      margin-bottom: 4px;
      font-size: 16px;
      --tw-leading: 150%;
      line-height: 150%;
    }
    ul, ol {
      margin-top: calc(var(--spacing) * 2);
      margin-bottom: calc(var(--spacing) * 2);
      margin-left: calc(var(--spacing) * 8);
    }
  }
  ol {
    margin-bottom: calc(var(--spacing) * 4);
    list-style-position: inside;
    list-style-type: decimal;
    li {
      margin-bottom: 4px;
      font-size: 16px;
      --tw-leading: 150%;
      line-height: 150%;
    }
    ol {
      margin-top: calc(var(--spacing) * 2);
      margin-bottom: calc(var(--spacing) * 2);
      margin-left: calc(var(--spacing) * 8);
      list-style-type: lower-alpha;
    }
    ol ol {
      list-style-type: decimal;
    }
    ul {
      margin-top: calc(var(--spacing) * 2);
      margin-bottom: calc(var(--spacing) * 2);
      margin-left: calc(var(--spacing) * 8);
    }
  }
  ul ol {
    margin-top: calc(var(--spacing) * 2);
    margin-bottom: calc(var(--spacing) * 2);
    margin-left: calc(var(--spacing) * 8);
  }
  a {
    color: var(--color-blue);
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
}
@layer components {
  .nav-menu .menu-header-container a {
    font-size: 24px;
    --tw-leading: 120%;
    line-height: 120%;
    color: var(--color-blue);
  }
  .gantt-icon--dark {
    filter: brightness(0) saturate(100%);
  }
  .gantt-icon--light {
    filter: none;
  }
  .searchandfilter ul {
    display: flex !important;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }
  #sidebar-nav ul {
    list-style-type: none;
    padding-left: calc(var(--spacing) * 0);
  }
  #sidebar-nav ul ul li {
    margin-bottom: 14px;
  }
  #sidebar-nav li.menu-item-has-children > div > a {
    color: var(--color-black);
  }
  #sidebar-nav li.menu-item-has-children.current-menu-ancestor > div > a, #sidebar-nav li.menu-item-has-children.current-menu-item > div > a, #sidebar-nav li.menu-item-has-children.current-menu-parent > div > a {
    color: var(--color-blue);
  }
  .sub-menu {
    margin-left: calc(var(--spacing) * 0) !important;
  }
  .sf-field-taxonomy-document-type {
    border-radius: 12px;
    border-style: var(--tw-border-style);
    border-width: 2px;
    border-color: var(--color-dark-gray);
    background-color: var(--color-white);
    padding-inline: calc(var(--spacing) * 2);
  }
  .sf-field-taxonomy-document-type label {
    padding-inline: calc(var(--spacing) * 3);
    font-family: var(--font-body) !important;
    font-size: var(--text-small-body);
  }
  .sf-field-taxonomy-document-type label select {
    appearance: none;
    background-repeat: no-repeat;
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 1);
    padding-right: calc(var(--spacing) * 8);
    font-family: var(--font-body);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%230E72B4' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
    background-position: right 0.5rem center;
    background-size: 12px 8px;
  }
  .sf-field-search {
    border-radius: 12px;
    border-style: var(--tw-border-style);
    border-width: 2px;
    border-color: var(--color-dark-gray);
    background-color: var(--color-white);
    padding-inline: calc(var(--spacing) * 2);
  }
  .sf-field-search label input {
    padding-inline: calc(var(--spacing) * 3);
    font-family: var(--font-body) !important;
    font-size: var(--text-small-body);
  }
  #search-filter-form-97 ul li {
    width: 100%;
  }
  #search-filter-form-97 .sf-field-search label {
    width: 100%;
  }
  #search-filter-form-97 .sf-field-search label input {
    padding-right: 34px;
    background-image: url("/wp-content/themes/bib/assets/media/icons/build/search.svg");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 17px 17px;
    width: 100%;
  }
  .gfield_radio {
    display: flex;
    flex-direction: row !important;
    align-items: center;
    gap: 8px;
  }
  .gform_title {
    display: none;
  }
  .gform_required_legend {
    margin-bottom: 32px !important;
  }
  .ginput_container input, .ginput_container textarea, .ginput_container select {
    border-radius: 12px !important;
    border-style: var(--tw-border-style);
    border-width: 2px;
    border-color: var(--color-dark-gray);
    padding: calc(var(--spacing) * 1);
  }
}
@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-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  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;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: 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;
      --tw-outline-style: solid;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
