/*! tailwindcss v4.1.11 | 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-gray-200: oklch(92.8% 0.006 264.531);
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --tracking-wider: 0.05em;
    --tracking-widest: 0.1em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --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);
  }
}
@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 {
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-20 {
    top: calc(var(--spacing) * 20);
  }
  .top-\[10px\] {
    top: 10px;
  }
  .top-\[20px\] {
    top: 20px;
  }
  .top-\[30px\] {
    top: 30px;
  }
  .top-\[50px\] {
    top: 50px;
  }
  .top-\[75px\] {
    top: 75px;
  }
  .top-\[80px\] {
    top: 80px;
  }
  .top-auto {
    top: auto;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-\[10px\] {
    right: 10px;
  }
  .right-\[20px\] {
    right: 20px;
  }
  .right-\[30px\] {
    right: 30px;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-\[30px\] {
    bottom: 30px;
  }
  .bottom-\[40px\] {
    bottom: 40px;
  }
  .bottom-\[55px\] {
    bottom: 55px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-\[40px\] {
    left: 40px;
  }
  .left-\[50\%\] {
    left: 50%;
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[-100\] {
    z-index: -100;
  }
  .col-1 {
    grid-column: 1;
  }
  .col-12 {
    grid-column: 12;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .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-8 {
    margin-inline: calc(var(--spacing) * 8);
  }
  .mx-\[10px\] {
    margin-inline: 10px;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-9 {
    margin-block: calc(var(--spacing) * 9);
  }
  .my-14 {
    margin-block: calc(var(--spacing) * 14);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-3\.5 {
    margin-top: calc(var(--spacing) * 3.5);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-14 {
    margin-top: calc(var(--spacing) * 14);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .mt-24 {
    margin-top: calc(var(--spacing) * 24);
  }
  .mt-28 {
    margin-top: calc(var(--spacing) * 28);
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-\[50px\] {
    margin-top: 50px;
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }
  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }
  .mr-\[10px\] {
    margin-right: 10px;
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-2\.5 {
    margin-bottom: calc(var(--spacing) * 2.5);
  }
  .mb-3\.5 {
    margin-bottom: calc(var(--spacing) * 3.5);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-11 {
    margin-bottom: calc(var(--spacing) * 11);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .mb-24 {
    margin-bottom: calc(var(--spacing) * 24);
  }
  .mb-32 {
    margin-bottom: calc(var(--spacing) * 32);
  }
  .mb-\[5px\] {
    margin-bottom: 5px;
  }
  .mb-\[10px\] {
    margin-bottom: 10px;
  }
  .mb-\[15px\] {
    margin-bottom: 15px;
  }
  .mb-\[20px\] {
    margin-bottom: 20px;
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .h-0 {
    height: calc(var(--spacing) * 0);
  }
  .h-\[0px\] {
    height: 0px;
  }
  .h-\[2px\] {
    height: 2px;
  }
  .h-\[4px\] {
    height: 4px;
  }
  .h-\[25px\] {
    height: 25px;
  }
  .h-\[40vh\] {
    height: 40vh;
  }
  .h-\[250px\] {
    height: 250px;
  }
  .h-\[300px\] {
    height: 300px;
  }
  .h-\[425px\] {
    height: 425px;
  }
  .h-\[550px\] {
    height: 550px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .min-h-\[60px\] {
    min-height: 60px;
  }
  .min-h-\[165px\] {
    min-height: 165px;
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-3\/4 {
    width: calc(3/4 * 100%);
  }
  .w-6\/12 {
    width: calc(6/12 * 100%);
  }
  .w-\[25px\] {
    width: 25px;
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-\[70px\] {
    width: 70px;
  }
  .w-\[90\%\] {
    width: 90%;
  }
  .w-\[95\%\] {
    width: 95%;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[1200px\] {
    max-width: 1200px;
  }
  .max-w-\[1920px\] {
    max-width: 1920px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .min-w-\[14px\] {
    min-width: 14px;
  }
  .min-w-full {
    min-width: 100%;
  }
  .translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    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;
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .content-between {
    align-content: space-between;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-20 {
    gap: calc(var(--spacing) * 20);
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .gap-\[50px\] {
    gap: 50px;
  }
  .gap-\[75px\] {
    gap: 75px;
  }
  .gap-x-16 {
    column-gap: calc(var(--spacing) * 16);
  }
  .gap-x-20 {
    column-gap: calc(var(--spacing) * 20);
  }
  .gap-x-24 {
    column-gap: calc(var(--spacing) * 24);
  }
  .gap-y-10 {
    row-gap: calc(var(--spacing) * 10);
  }
  .gap-y-20 {
    row-gap: calc(var(--spacing) * 20);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .rounded-t-\[20px\] {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .rounded-b-\[20px\] {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .rounded-br-none {
    border-bottom-right-radius: 0;
  }
  .rounded-bl-\[20px\] {
    border-bottom-left-radius: 20px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .border-\[\#0F6868\] {
    border-color: #0F6868;
  }
  .border-\[\#FFFFFF66\] {
    border-color: #FFFFFF66;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-\[\#0F6868\] {
    background-color: #0F6868;
  }
  .bg-\[\#039DF8\] {
    background-color: #039DF8;
  }
  .bg-\[\#039DF8\]\/70 {
    background-color: color-mix(in oklab, #039DF8 70%, transparent);
  }
  .bg-\[\#039df8\] {
    background-color: #039df8;
  }
  .bg-\[\#062f4a\] {
    background-color: #062f4a;
  }
  .bg-\[\#92A4AF\] {
    background-color: #92A4AF;
  }
  .bg-\[\#272727\] {
    background-color: #272727;
  }
  .bg-\[\#810038\] {
    background-color: #810038;
  }
  .bg-\[\#F4F6F7\] {
    background-color: #F4F6F7;
  }
  .bg-\[\#F7F7F7\] {
    background-color: #F7F7F7;
  }
  .bg-\[\#FFF\] {
    background-color: #FFF;
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-left {
    object-position: left;
  }
  .p-3\.5 {
    padding: calc(var(--spacing) * 3.5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .p-\[20px\] {
    padding: 20px;
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-3\.5 {
    padding-inline: calc(var(--spacing) * 3.5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .px-16 {
    padding-inline: calc(var(--spacing) * 16);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-14 {
    padding-block: calc(var(--spacing) * 14);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .py-28 {
    padding-block: calc(var(--spacing) * 28);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-7 {
    padding-top: calc(var(--spacing) * 7);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pt-40 {
    padding-top: calc(var(--spacing) * 40);
  }
  .pt-\[50px\] {
    padding-top: 50px;
  }
  .pt-\[150px\] {
    padding-top: 150px;
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .pb-\[30px\] {
    padding-bottom: 30px;
  }
  .pb-\[50px\] {
    padding-bottom: 50px;
  }
  .pb-\[60\%\] {
    padding-bottom: 60%;
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-\[17px\] {
    font-size: 17px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[20px\]\! {
    font-size: 20px !important;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[26px\] {
    font-size: 26px;
  }
  .text-\[27px\] {
    font-size: 27px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[35px\] {
    font-size: 35px;
  }
  .text-\[37px\] {
    font-size: 37px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .text-\[50px\] {
    font-size: 50px;
  }
  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
  .leading-\[28px\] {
    --tw-leading: 28px;
    line-height: 28px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .text-\[\#0F6868\] {
    color: #0F6868;
  }
  .text-\[\#039DF8\] {
    color: #039DF8;
  }
  .text-\[\#039df8\]\! {
    color: #039df8 !important;
  }
  .text-\[\#062F4A\] {
    color: #062F4A;
  }
  .text-\[\#272727\] {
    color: #272727;
  }
  .text-\[\#ffffff99\] {
    color: #ffffff99;
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .underline-offset-2 {
    text-underline-offset: 2px;
  }
  .brightness-50 {
    --tw-brightness: brightness(50%);
    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,);
  }
  .filter {
    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,);
  }
  .backdrop-blur-\[20px\] {
    --tw-backdrop-blur: blur(20px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .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));
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .hover\:top-auto {
    &:hover {
      @media (hover: hover) {
        top: auto;
      }
    }
  }
  .motion-safe\:animate-pulse {
    @media (prefers-reduced-motion: no-preference) {
      animation: var(--animate-pulse);
    }
  }
  .sm\:absolute {
    @media (width >= 40rem) {
      position: absolute;
    }
  }
  .sm\:sticky {
    @media (width >= 40rem) {
      position: sticky;
    }
  }
  .sm\:top-\[50px\] {
    @media (width >= 40rem) {
      top: 50px;
    }
  }
  .sm\:mt-0 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .sm\:mt-16 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 16);
    }
  }
  .sm\:mt-24 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 24);
    }
  }
  .sm\:mb-0 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .sm\:mb-10 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .sm\:block {
    @media (width >= 40rem) {
      display: block;
    }
  }
  .sm\:h-0 {
    @media (width >= 40rem) {
      height: calc(var(--spacing) * 0);
    }
  }
  .sm\:h-\[50vh\] {
    @media (width >= 40rem) {
      height: 50vh;
    }
  }
  .sm\:h-\[75vh\] {
    @media (width >= 40rem) {
      height: 75vh;
    }
  }
  .sm\:h-\[77vh\] {
    @media (width >= 40rem) {
      height: 77vh;
    }
  }
  .sm\:h-\[275px\] {
    @media (width >= 40rem) {
      height: 275px;
    }
  }
  .sm\:h-\[500px\] {
    @media (width >= 40rem) {
      height: 500px;
    }
  }
  .sm\:w-\[70\%\] {
    @media (width >= 40rem) {
      width: 70%;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-3 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-4 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-5 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .sm\:justify-center {
    @media (width >= 40rem) {
      justify-content: center;
    }
  }
  .sm\:justify-end {
    @media (width >= 40rem) {
      justify-content: flex-end;
    }
  }
  .sm\:gap-\[50px\] {
    @media (width >= 40rem) {
      gap: 50px;
    }
  }
  .sm\:rounded-b-none {
    @media (width >= 40rem) {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
    }
  }
  .sm\:px-0 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .sm\:px-8 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .sm\:px-32 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 32);
    }
  }
  .sm\:pt-0 {
    @media (width >= 40rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .sm\:pb-0 {
    @media (width >= 40rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .sm\:pb-\[60\%\] {
    @media (width >= 40rem) {
      padding-bottom: 60%;
    }
  }
  .sm\:pb-\[100px\] {
    @media (width >= 40rem) {
      padding-bottom: 100px;
    }
  }
  .sm\:pl-8 {
    @media (width >= 40rem) {
      padding-left: calc(var(--spacing) * 8);
    }
  }
  .sm\:text-\[30px\] {
    @media (width >= 40rem) {
      font-size: 30px;
    }
  }
  .md\:absolute {
    @media (width >= 48rem) {
      position: absolute;
    }
  }
  .md\:mt-\[-100px\] {
    @media (width >= 48rem) {
      margin-top: -100px;
    }
  }
  .md\:mb-0 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:w-\[50\%\] {
    @media (width >= 48rem) {
      width: 50%;
    }
  }
  .md\:w-fit {
    @media (width >= 48rem) {
      width: fit-content;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:gap-6 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .md\:gap-20 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 20);
    }
  }
  .md\:p-5 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .md\:px-5 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .md\:pt-5 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 5);
    }
  }
  .md\:text-\[50px\] {
    @media (width >= 48rem) {
      font-size: 50px;
    }
  }
  .md\:text-\[81px\] {
    @media (width >= 48rem) {
      font-size: 81px;
    }
  }
  .lg\:mt-52 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 52);
    }
  }
  .lg\:mt-\[-150px\] {
    @media (width >= 64rem) {
      margin-top: -150px;
    }
  }
  .lg\:mr-\[5\%\] {
    @media (width >= 64rem) {
      margin-right: 5%;
    }
  }
  .lg\:mr-\[5\] {
    @media (width >= 64rem) {
      margin-right: 5;
    }
  }
  .lg\:mb-0 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:mb-20 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 20);
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:h-\[60vh\] {
    @media (width >= 64rem) {
      height: 60vh;
    }
  }
  .lg\:w-\[45\%\] {
    @media (width >= 64rem) {
      width: 45%;
    }
  }
  .lg\:w-\[60\%\] {
    @media (width >= 64rem) {
      width: 60%;
    }
  }
  .lg\:w-\[70\%\] {
    @media (width >= 64rem) {
      width: 70%;
    }
  }
  .lg\:w-\[95\%\] {
    @media (width >= 64rem) {
      width: 95%;
    }
  }
  .lg\:w-full {
    @media (width >= 64rem) {
      width: 100%;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-5 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:gap-20 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 20);
    }
  }
  .lg\:p-20 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 20);
    }
  }
  .lg\:px-0 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:px-14 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 14);
    }
  }
  .lg\:py-12 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 12);
    }
  }
  .lg\:py-24 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 24);
    }
  }
  .lg\:pb-\[50\%\] {
    @media (width >= 64rem) {
      padding-bottom: 50%;
    }
  }
  .lg\:text-left {
    @media (width >= 64rem) {
      text-align: left;
    }
  }
  .lg\:text-\[22px\] {
    @media (width >= 64rem) {
      font-size: 22px;
    }
  }
  .lg\:text-\[25px\] {
    @media (width >= 64rem) {
      font-size: 25px;
    }
  }
  .lg\:text-\[26px\] {
    @media (width >= 64rem) {
      font-size: 26px;
    }
  }
  .lg\:text-\[30px\] {
    @media (width >= 64rem) {
      font-size: 30px;
    }
  }
  .lg\:text-\[36px\] {
    @media (width >= 64rem) {
      font-size: 36px;
    }
  }
  .lg\:text-\[60px\] {
    @media (width >= 64rem) {
      font-size: 60px;
    }
  }
  .lg\:md\:gap-24 {
    @media (width >= 64rem) {
      @media (width >= 48rem) {
        gap: calc(var(--spacing) * 24);
      }
    }
  }
  .xl\:relative {
    @media (width >= 80rem) {
      position: relative;
    }
  }
  .xl\:sticky {
    @media (width >= 80rem) {
      position: sticky;
    }
  }
  .xl\:mt-\[-200px\] {
    @media (width >= 80rem) {
      margin-top: -200px;
    }
  }
  .xl\:block {
    @media (width >= 80rem) {
      display: block;
    }
  }
  .xl\:h-\[75vh\] {
    @media (width >= 80rem) {
      height: 75vh;
    }
  }
  .xl\:h-\[315px\] {
    @media (width >= 80rem) {
      height: 315px;
    }
  }
  .xl\:w-3\/4 {
    @media (width >= 80rem) {
      width: calc(3/4 * 100%);
    }
  }
  .xl\:w-\[50\%\] {
    @media (width >= 80rem) {
      width: 50%;
    }
  }
  .xl\:grid-cols-3 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-6 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }
  .xl\:gap-x-20 {
    @media (width >= 80rem) {
      column-gap: calc(var(--spacing) * 20);
    }
  }
  .xl\:px-24 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 24);
    }
  }
  .xl\:py-24 {
    @media (width >= 80rem) {
      padding-block: calc(var(--spacing) * 24);
    }
  }
  .xl\:text-\[60px\] {
    @media (width >= 80rem) {
      font-size: 60px;
    }
  }
  .xl\:text-\[67px\] {
    @media (width >= 80rem) {
      font-size: 67px;
    }
  }
  .xl\:text-\[68px\] {
    @media (width >= 80rem) {
      font-size: 68px;
    }
  }
  .\32 xl\:w-\[50\%\] {
    @media (width >= 96rem) {
      width: 50%;
    }
  }
  .\32 xl\:w-\[70\%\] {
    @media (width >= 96rem) {
      width: 70%;
    }
  }
  .\32 xl\:w-\[90\%\] {
    @media (width >= 96rem) {
      width: 90%;
    }
  }
  .\32 xl\:p-32 {
    @media (width >= 96rem) {
      padding: calc(var(--spacing) * 32);
    }
  }
  .\32 xl\:text-\[26px\] {
    @media (width >= 96rem) {
      font-size: 26px;
    }
  }
  .\32 xl\:text-\[30px\] {
    @media (width >= 96rem) {
      font-size: 30px;
    }
  }
  .\32 xl\:text-\[48px\] {
    @media (width >= 96rem) {
      font-size: 48px;
    }
  }
  .\32 xl\:text-\[66px\] {
    @media (width >= 96rem) {
      font-size: 66px;
    }
  }
  .\32 xl\:text-\[67px\] {
    @media (width >= 96rem) {
      font-size: 67px;
    }
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    border-color: var(--color-gray-200, currentcolor);
  }
}
@layer base {
  .owl-carousel .owl-item img {
    width: auto !important;
  }
  .titillium-web-light {
    font-family: "Titillium Web", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  .titillium-web-regular {
    font-family: "Titillium Web", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .titillium-web-semibold {
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  .titillium-web-bold {
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  button:hover {
    top: -3px;
    transition: top ease 0.3s;
  }
  button {
    transition: top ease 0.3s;
    position: relative;
    top: 0;
  }
  a {
    cursor: pointer;
  }
  body {
    font-family: "Titillium Web", sans-serif;
    font-style: normal;
    color: #272727;
  }
  .fade-in span {
    opacity: 0;
  }
  .dropdown.active, .header-nav > li.dropdown.hover .dropdown-menu {
    z-index: 10;
  }
  .header-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 25px;
  }
  .header-nav > li {
    padding: 5px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
  }
  .header-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 25px;
  }
  #menu-item-490 {
    font-size: 18px;
    color: white;
    background: #039df8;
    border-radius: 30px;
    padding: 10px 50px 10px 30px;
    position: relative;
  }
  #menu-item-490::after {
    content: "";
    background-image: url("/wp-content/uploads/2024/12/button-arrow.svg");
    width: 30px;
    height: 12px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 15px;
    top: 50%;
    transform-origin: center;
    transform: translateY(-50%);
    pointer-events: none;
    transition: 0.5s;
  }
  .header-nav > li {
    padding: 5px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
  }
  .header-nav > li:not(:last-of-type) {
    margin-right: 40px;
  }
  .header-nav > li.dropdown {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
  }
  header.transparent .header-nav > li.dropdown::after {
    content: url("/wp-content/uploads/2025/03/arrow-down-01.svg");
  }
  .header-nav > li.dropdown::after {
    content: url("/wp-content/uploads/2025/03/arrow-down-01.svg");
    vertical-align: baseline;
    margin-left: 10px;
    width: 10px;
    height: 25px;
  }
  .header-nav > li.dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 5px;
    opacity: 0%;
    pointer-events: none;
    transition: 0.3s ease-in-out;
    list-style: none;
    padding: 10px;
    margin: 0;
    background: white;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  }
  .header-nav > li.dropdown .dropdown-menu li {
    white-space: nowrap;
    margin-bottom: 0.5rem;
  }
  .header-nav > li.dropdown .dropdown-menu li:last-of-type {
    margin-bottom: 0;
  }
  .header-nav > li.dropdown .dropdown-menu li a {
    color: #062f4a;
    display: block;
    transition: 0.3s ease-in-out;
    text-transform: uppercase;
  }
  .header-nav > li.dropdown .dropdown-menu li a:hover {
    color: rgba(6, 47, 74, 0.7);
  }
  .header-nav > li.dropdown.hover .dropdown-menu {
    opacity: 100%;
    pointer-events: all;
  }
  .toggle-nav {
    display: none;
    position: relative;
  }
  .toggle-nav .back-arrow {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
  }
  body #sector-slide img {
    width: 100% !important;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .each-accordion {
    width: 100%;
  }
  .accordion-toggle {
    width: 100%;
    padding: 20px 20px 0 20px;
    line-height: 1;
    color: rgba(6, 47, 74, 0.7);
    font-size: 27px;
    background-color: #f4f6f7;
    border-radius: 10px;
    border: none;
    font-weight: 300;
    text-align: left;
  }
  .accordion-container {
    width: 100%;
    height: 0px;
    overflow: hidden;
    transition: 0.5s;
    margin-bottom: 1rem;
  }
  .accordion-text {
    padding: 10px 15px;
  }
  .accordion-text p {
    margin-bottom: 10px;
  }
  .accordion-text ul {
    padding-left: 20px;
  }
  .accordion-text li {
    list-style: disc;
  }
  .accordion-text h3 {
    color: rgba(6, 47, 74, 0.7);
    font-family: "Exo 2";
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
  }
  #project-in-hero::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 0.375rem;
  }
  .half-container {
    width: 100%;
  }
  .excerpt-sector {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 0 !important;
  }
  .excerpt-sector p {
    margin-bottom: 0 !important;
  }
  .single-sector .secion-sector h2, .single-capability .secion-sector h2, .single-accreditation #accred-body h2 {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 1rem;
    font-weight: 400;
  }
  .page-template-careers #career-intro h2 {
    font-size: 30px;
  }
  .single-sector .secion-sector h3, #career-intro h3, .single-capability .secion-sector h3, .single-accreditation #accred-body h3 {
    font-weight: 600;
    font-size: 28px;
  }
  .single-sector .secion-sector p, .single-capability .secion-sector p, .single-accreditation #accred-body p, .hub-content p, .single-capability .secion-sector li, .single-sector .secion-sector li, .single-accreditation #accred-body li {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.32;
    margin-bottom: 2rem;
  }
  .single-accreditation #accred-body ul {
    margin-bottom: 20px;
  }
  #text-shadow {
    text-shadow: 1px 1px 0px black;
  }
  .cred-parts img {
    margin: 0 auto;
  }
  #career-intro p, #career-intro ul {
    font-size: 20px !important;
    font-weight: 300 !important;
    margin-bottom: 2rem !important;
  }
  #career-intro li {
    font-size: 20px !important;
    font-weight: 300 !important;
  }
  .dark-box p {
    font-size: 26px;
    color: white;
  }
  ul {
    list-style: disc;
    padding-left: 20px;
  }
  #hero {
    position: relative;
  }
  #sector-icons img {
    transition: 0.3s;
  }
  #sector-icons:hover img {
    transform: scale(0.9);
    transition: 0.3s;
  }
  .page-template-page-home #hero::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: black;
    opacity: 0.5;
    z-index: -1;
  }
  .hero-mask-75::after {
    content: "";
    background-color: black;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .hub-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: 8px;
  }
  #accred-logo img {
    mix-blend-mode: multiply;
    max-width: 75%;
  }
  nav ul {
    list-style: none;
  }
  .hub-content img {
    margin-bottom: 2rem;
  }
  .single-capability #capability-intro .cape-left p:first-of-type {
    font-weight: 600 !important;
  }
  .tabs-link::after {
    content: "";
    background-image: url("/wp-content/uploads/2025/01/plus-icon.svg");
    width: 18px;
    height: 12px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    transform-origin: center;
    transform: translateY(-50%);
    pointer-events: none;
    transition: 0.5s;
  }
  .tabs-link.active::after {
    transform: translateY(-50%) rotate(135deg);
    transition: 0.5s;
  }
  .tabs-info {
    max-height: 0;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    overflow: hidden;
  }
  .tabs-info > div {
    margin-top: 1rem;
  }
  .tabs-info a {
    font-weight: 700;
    color: #26495c;
    text-decoration: none;
  }
  .tabs-info.active {
    max-height: 500px;
    transition: 0.5s;
    overflow-y: scroll;
  }
  .tabs-info p, .tabs-info li {
    font-size: 20px !important;
  }
  .tabs-info li {
    margin-bottom: 1rem;
  }
  .post-template-default .wp-block-embed iframe {
    width: 100%;
    min-height: 600px;
  }
  .wp-block-image img {
    border-radius: 20px;
  }
  .wpcf7 form.sent .wpcf7-response-output {
    border: none !important;
    background: #039df8 !important;
    color: white !important;
  }
  .contact-form input, .contact-form select, .contact-form textarea {
    padding: 10px 0;
    background-color: transparent;
    border-bottom: 1px solid #4e4e4e;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    transition: 0.3s ease-in-out;
    font-family: "Titillium Web", sans-serif;
    font-style: normal;
    color: #272727;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 20px;
  }
  .contact-form textarea {
    padding: 10px 0;
    background-color: transparent;
    border: 1px solid #4e4e4e;
    transition: 0.3s ease-in-out;
    font-family: "Titillium Web", sans-serif;
    font-style: normal;
    color: #272727;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 20px;
  }
  .contact-form-full label {
    font-family: "Titillium Web", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
  }
  .wpcf7-file {
    border-bottom: 0 !important;
  }
  .contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus {
    padding: 10px;
    background-color: #ecf0f4;
    border: 2px solid #039df8;
  }
  .blue-btn {
    font-family: "Titillium Web", sans-serif;
    font-style: normal;
    color: #fff !important;
    border-radius: 30px !important;
    background-color: #039df8 !important;
    border: none !important;
    width: fit-content !important;
    padding: 10px 30px !important;
  }
  .contact-form input::placeholder, .contact-form select::placeholder, .contact-form textarea::placeholder {
    color: #16244a;
    transition: 0.3s ease-in-out;
  }
  .contact-form input:focus::placeholder, .contact-form select:focus::placeholder, .contact-form textarea:focus::placeholder {
    opacity: 0.4;
  }
  .contact-form-half {
    display: flex;
    padding-bottom: 20px;
  }
  .contact-form-half input:not([type="checkbox"], [type="radio"]), .contact-form-half textarea, .contact-form-half select {
    width: 100%;
  }
  .contact-form-half div:nth-child(1) {
    padding-right: 10px;
    width: 50%;
  }
  .contact-form-half div:nth-child(2) {
    padding-left: 10px;
    width: 50%;
  }
  .contact-form-full input:not([type="checkbox"], [type="radio"]), .contact-form-full span input:not([type="checkbox"], [type="radio"]), .contact-form-full textarea, .contact-form-full span textarea, .contact-form-full select, .contact-form-full span select {
    width: 100%;
  }
  @media screen and (min-width: 640px) {
    .half-container {
      max-width: calc(640px + ((100vw - 640px) / 2));
    }
    .sector-text-mask {
      mask-image: url("/wp-content/uploads/2024/12/sector-text-mask.png");
      mask-size: 100% 100%;
    }
    .footer-text-mask {
      mask-image: url("/wp-content/uploads/2024/12/footer-text-mask.png");
      mask-size: 100% 100%;
    }
    .sector-cred-mask {
      mask-image: url("/wp-content/uploads/2025/01/cred-mask.png");
      mask-size: 100% 100%;
    }
    .inner-sector-mask {
      mask-image: url("/wp-content/uploads/2025/01/mask-sector.png");
      mask-size: 100% 100%;
    }
  }
  @media screen and (min-width: 768px) {
    .half-container {
      max-width: calc(768px + ((100vw - 768px) / 2));
    }
    #career-intro p {
      font-size: 22px;
    }
    .page-template-careers #career-intro h2 {
      font-size: 60px;
    }
    .excerpt-sector p {
      font-size: 30px !important;
    }
    .single-sector .secion-sector h2, .single-capability .secion-sector h2, .single-accreditation #accred-body h2 {
      font-size: 40px;
    }
    .page-template-careers #career-intro h2 {
      font-size: 40px;
    }
    .single-sector .secion-sector h3, #career-intro h3, .single-capability .secion-sector h3, .single-accreditation #accred-body h3 {
      font-weight: 600;
      font-size: 35px;
    }
  }
  @media screen and (max-width: 1024px) {
    .header-container {
      width: 100%;
    }
    .toggle-nav.open .nav-line {
      opacity: 0;
    }
    .header-nav, .header-links .header-contact {
      display: block;
    }
    .header-nav > li:not(:last-of-type) {
      margin-right: 0;
    }
    .header-links .header-contact a:first-of-type {
      margin-right: 0;
      margin-bottom: 1rem;
    }
    .toggle-nav {
      display: block;
      z-index: 3;
      cursor: pointer;
    }
    header.transparent .toggle-nav .nav-line {
      background: white;
    }
    .toggle-nav .nav-line {
      width: 40px;
      height: 5px;
      background: #039df8;
      display: block;
      transition: 0.3s ease-in-out;
    }
    .toggle-nav.open .nav-line {
      opacity: 0%;
    }
    .toggle-nav .nav-line.top {
      margin-bottom: 10px;
    }
    .toggle-nav .back-arrow {
      opacity: 0%;
      transition: 0.3s ease-in-out;
    }
    .header-nav > li.dropdown.hover .dropdown-menu {
      transform: translateX(0%);
    }
    .toggle-nav.open .back-arrow {
      opacity: 100%;
      z-index: 100;
    }
    .nav-menu-container {
      position: fixed;
      top: 0;
      right: 0;
      overflow: hidden;
      pointer-events: none;
      z-index: 1;
      width: 100%;
    }
    .header-nav > li {
      margin: 10px 0;
    }
    .header-links {
      padding: 75px 30px;
      background: #fff;
      display: flex;
      height: 100vh;
      transform: translateX(100%);
      transition: 0.3s ease-in-out;
      -webkit-box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
      box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
      flex-direction: column;
      justify-content: center;
    }
    .nav-menu-container.open .header-links {
      transform: translateX(0%);
    }
    .nav-menu-container.open {
      pointer-events: all;
    }
    header {
      width: 100% !important;
    }
    .header-middle {
      width: 100%;
      margin: 0 auto;
    }
    .header-nav > li a {
      font-size: 30px;
    }
    .header-nav {
      margin-top: 0;
    }
    .header-nav > li.dropdown::after {
      content: url("/wp-content/uploads/2023/11/icon-nav-more.svg");
      display: none;
    }
    .header-nav > li.dropdown .dropdown-menu {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 100%;
      pointer-events: all;
      padding: 75px 30px;
      transform: translateX(100%);
      -webkit-box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
      box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .header-nav > li.dropdown.hover .dropdown-menu {
      transform: translateX(0%);
    }
    .header-nav > li.dropdown .dropdown-menu li {
      margin-bottom: 1rem;
      padding: 5px;
      white-space: normal;
    }
    .header-links .header-contact a {
      font-size: 18px;
    }
    .header-nav > li.dropdown {
      position: initial;
    }
    .tabs-info p, .tabs-info li {
      font-size: 22px !important;
    }
  }
  @media screen and (min-width: 1024px) {
    .half-container {
      max-width: calc(1024px + ((100vw - 1024px) / 2));
    }
    .home-hero-mask {
      mask-image: url("/wp-content/uploads/2024/12/hero-mask.png");
      mask-size: 100% 100%;
    }
    .hero-mask-75 {
      mask-image: url("/wp-content/uploads/2024/12/hero-mask.png");
      mask-size: 100% 125%;
      mask-position: bottom right;
    }
  }
  @media screen and (min-width: 1280px) {
    .half-container {
      max-width: calc(1280px + ((100vw - 1280px) / 2));
    }
    .single-sector h2 {
      font-size: 60px;
    }
    .single-sector h3, .single-accreditation #accred-body h3 {
      font-size: 40px;
    }
    .single-sector .secion-sector p, .single-capability .secion-sector p {
      font-size: 22px;
    }
    .single-sector .secion-sector li {
      font-size: 22px;
    }
    #career-intro p, .single-accreditation #accred-body p, .single-accreditation #accred-body li, .hub-content p {
      font-size: 26px;
    }
    .page-template-careers #career-intro h2, .single-accreditation #accred-body h2 {
      font-size: 67px;
    }
  }
  @media screen and (min-width: 1536px) {
    .half-container {
      max-width: calc(1536px + ((100vw - 1536px) / 2));
    }
    .single-sector .secion-sector h2, .single-capability .secion-sector h2, .single-accreditation #accred-body h2 {
      font-size: 67px;
    }
    .single-sector .secion-sector h3, .single-capability .secion-sector h3, .single-accreditation #accred-body h3 {
      font-size: 48px;
    }
    .single-sector .secion-sector p, .single-capability .secion-sector p, .single-sector .secion-sector li, .single-accreditation #accred-body p, .hub-content p {
      font-size: 26px;
    }
    .dark-box p {
      font-size: 26px !important;
      color: white;
    }
  }
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  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;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@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-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: 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;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
