/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

@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-100: oklch(96.7% 0.003 264.542);

    --color-gray-300: oklch(87.2% 0.01 258.338);

    --color-gray-400: oklch(70.7% 0.022 261.325);

    --color-black: #000;

    --color-white: #fff;

    --spacing: 0.25rem;

    --text-lg: 1.125rem;

    --text-lg--line-height: calc(1.75 / 1.125);

    --text-xl: 1.25rem;

    --text-xl--line-height: calc(1.75 / 1.25);

    --text-2xl: 1.5rem;

    --text-2xl--line-height: calc(2 / 1.5);

    --text-3xl: 1.875rem;

    --text-3xl--line-height: calc(2.25 / 1.875);

    --text-4xl: 2.25rem;

    --text-4xl--line-height: calc(2.5 / 2.25);

    --text-5xl: 3rem;

    --text-5xl--line-height: 1;

    --text-6xl: 3.75rem;

    --text-6xl--line-height: 1;

    --text-7xl: 4.5rem;

    --text-7xl--line-height: 1;

    --font-weight-light: 300;

    --font-weight-semibold: 600;

    --font-weight-bold: 700;

    --radius-md: 0.375rem;

    --radius-lg: 0.5rem;

    --default-transition-duration: 150ms;

    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

    --default-font-family: var(--font-sans);

    --default-mono-font-family: var(--font-mono);

    --font-body: "Outfit", sans-serif;

    --color-primaryYellow: #F0C219;

    --color-primaryLightBlue: #2A8FCE;

    --color-primaryDarkBlue: #0C446B;

    --color-primaryDarkestBlue: #15191B;
  }
}

@layer base {

  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {

    box-sizing: border-box;

    margin: 0;

    padding: 0;

    border: 0 solid;
  }

  html,
  :host {

    line-height: 1.5;

    -webkit-text-size-adjust: 100%;

    -moz-tab-size: 4;

      -o-tab-size: 4;

         tab-size: 4;

    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

    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: normal;

    font-feature-settings: var(--default-font-feature-settings, normal);

    font-variation-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: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;

    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);

    font-feature-settings: normal;

    font-feature-settings: var(--default-mono-font-feature-settings, normal);

    font-variation-settings: normal;

    font-variation-settings: var(--default-mono-font-variation-settings, normal);

    font-size: 1em;
  }

  small {

    font-size: 80%;
  }

  sub,
  sup {

    font-size: 75%;

    line-height: 0;

    position: relative;

    vertical-align: baseline;
  }

  sub {

    bottom: -0.25em;
  }

  sup {

    top: -0.5em;
  }

  table {

    text-indent: 0;

    border-color: inherit;

    border-collapse: collapse;
  }

  :-moz-focusring {

    outline: auto;
  }

  progress {

    vertical-align: baseline;
  }

  summary {

    display: list-item;
  }

  ol,
  ul,
  menu {

    list-style: none;
  }

  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {

    display: block;

    vertical-align: middle;
  }

  img,
  video {

    max-width: 100%;

    height: auto;
  }

  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {

    font: inherit;

    font-feature-settings: inherit;

    font-variation-settings: inherit;

    letter-spacing: inherit;

    color: inherit;

    border-radius: 0;

    background-color: transparent;

    opacity: 1;
  }

  :where(select:is([multiple], [size])) optgroup {

    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {

    padding-inline-start: 20px;
  }

  ::file-selector-button {

    margin-inline-end: 4px;
  }

  ::-moz-placeholder {

    opacity: 1;
  }

  ::placeholder {

    opacity: 1;
  }

  @supports (not (-webkit-appearance: -apple-pay-button))  or
    (contain-intrinsic-size: 1px) {

    ::-moz-placeholder {

      color: currentcolor;
    }

    ::placeholder {

      color: currentcolor;
    }

    @supports (color: color-mix(in lab, red, red)) {

      ::-moz-placeholder {

        color: color-mix(in oklab, currentcolor 50%, transparent);
      }

      ::placeholder {

        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 {

    -webkit-appearance: button;

       -moz-appearance: button;

            appearance: button;
  }

  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {

    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {

    display: none !important;
  }
}

@layer utilities {

  .absolute {

    position: absolute;
  }

  .fixed {

    position: fixed;
  }

  .relative {

    position: relative;
  }

  .inset-0 {

    inset: calc(0.25rem * 0);

    inset: calc(var(--spacing) * 0);
  }

  .top-0 {

    top: calc(0.25rem * 0);

    top: calc(var(--spacing) * 0);
  }

  .top-6 {

    top: calc(0.25rem * 6);

    top: calc(var(--spacing) * 6);
  }

  .right-0 {

    right: calc(0.25rem * 0);

    right: calc(var(--spacing) * 0);
  }

  .right-10 {

    right: calc(0.25rem * 10);

    right: calc(var(--spacing) * 10);
  }

  .bottom-0 {

    bottom: calc(0.25rem * 0);

    bottom: calc(var(--spacing) * 0);
  }

  .left-0 {

    left: calc(0.25rem * 0);

    left: calc(var(--spacing) * 0);
  }

  .z-10 {

    z-index: 10;
  }

  .z-50 {

    z-index: 50;
  }

  .container {

    width: 100%;
  }

  @media (min-width: 40rem) {

    .container {

      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {

    .container {

      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {

    .container {

      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {

    .container {

      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {

    .container {

      max-width: 96rem;
    }
  }

  .m-auto {

    margin: auto;
  }

  .mx-2 {

    margin-inline: calc(0.25rem * 2);

    margin-inline: calc(var(--spacing) * 2);
  }

  .mx-3 {

    margin-inline: calc(0.25rem * 3);

    margin-inline: calc(var(--spacing) * 3);
  }

  .mx-4 {

    margin-inline: calc(0.25rem * 4);

    margin-inline: calc(var(--spacing) * 4);
  }

  .mx-6 {

    margin-inline: calc(0.25rem * 6);

    margin-inline: calc(var(--spacing) * 6);
  }

  .mx-auto {

    margin-inline: auto;
  }

  .my-4 {

    margin-block: calc(0.25rem * 4);

    margin-block: calc(var(--spacing) * 4);
  }

  .my-8 {

    margin-block: calc(0.25rem * 8);

    margin-block: calc(var(--spacing) * 8);
  }

  .my-10 {

    margin-block: calc(0.25rem * 10);

    margin-block: calc(var(--spacing) * 10);
  }

  .mt-1 {

    margin-top: calc(0.25rem * 1);

    margin-top: calc(var(--spacing) * 1);
  }

  .mt-2 {

    margin-top: calc(0.25rem * 2);

    margin-top: calc(var(--spacing) * 2);
  }

  .mt-3 {

    margin-top: calc(0.25rem * 3);

    margin-top: calc(var(--spacing) * 3);
  }

  .mt-4 {

    margin-top: calc(0.25rem * 4);

    margin-top: calc(var(--spacing) * 4);
  }

  .mt-5 {

    margin-top: calc(0.25rem * 5);

    margin-top: calc(var(--spacing) * 5);
  }

  .mt-6 {

    margin-top: calc(0.25rem * 6);

    margin-top: calc(var(--spacing) * 6);
  }

  .mt-8 {

    margin-top: calc(0.25rem * 8);

    margin-top: calc(var(--spacing) * 8);
  }

  .mt-10 {

    margin-top: calc(0.25rem * 10);

    margin-top: calc(var(--spacing) * 10);
  }

  .mt-14 {

    margin-top: calc(0.25rem * 14);

    margin-top: calc(var(--spacing) * 14);
  }

  .mr-0 {

    margin-right: calc(0.25rem * 0);

    margin-right: calc(var(--spacing) * 0);
  }

  .mb-2 {

    margin-bottom: calc(0.25rem * 2);

    margin-bottom: calc(var(--spacing) * 2);
  }

  .mb-3 {

    margin-bottom: calc(0.25rem * 3);

    margin-bottom: calc(var(--spacing) * 3);
  }

  .mb-4 {

    margin-bottom: calc(0.25rem * 4);

    margin-bottom: calc(var(--spacing) * 4);
  }

  .mb-5 {

    margin-bottom: calc(0.25rem * 5);

    margin-bottom: calc(var(--spacing) * 5);
  }

  .mb-6 {

    margin-bottom: calc(0.25rem * 6);

    margin-bottom: calc(var(--spacing) * 6);
  }

  .mb-8 {

    margin-bottom: calc(0.25rem * 8);

    margin-bottom: calc(var(--spacing) * 8);
  }

  .mb-10 {

    margin-bottom: calc(0.25rem * 10);

    margin-bottom: calc(var(--spacing) * 10);
  }

  .mb-14 {

    margin-bottom: calc(0.25rem * 14);

    margin-bottom: calc(var(--spacing) * 14);
  }

  .mb-16 {

    margin-bottom: calc(0.25rem * 16);

    margin-bottom: calc(var(--spacing) * 16);
  }

  .mb-20 {

    margin-bottom: calc(0.25rem * 20);

    margin-bottom: calc(var(--spacing) * 20);
  }

  .ml-3 {

    margin-left: calc(0.25rem * 3);

    margin-left: calc(var(--spacing) * 3);
  }

  .ml-6 {

    margin-left: calc(0.25rem * 6);

    margin-left: calc(var(--spacing) * 6);
  }

  .box-content {

    box-sizing: content-box;
  }

  .block {

    display: block;
  }

  .flex {

    display: flex;
  }

  .grid {

    display: grid;
  }

  .hidden {

    display: none;
  }

  .inline-block {

    display: inline-block;
  }

  .h-2 {

    height: calc(0.25rem * 2);

    height: calc(var(--spacing) * 2);
  }

  .h-8 {

    height: calc(0.25rem * 8);

    height: calc(var(--spacing) * 8);
  }

  .h-12 {

    height: calc(0.25rem * 12);

    height: calc(var(--spacing) * 12);
  }

  .h-14 {

    height: calc(0.25rem * 14);

    height: calc(var(--spacing) * 14);
  }

  .h-\[200px\] {

    height: 200px;
  }

  .h-\[250px\] {

    height: 250px;
  }

  .h-\[300px\] {

    height: 300px;
  }

  .h-full {

    height: 100%;
  }

  .max-h-\[80\%\] {

    max-height: 80%;
  }

  .w-2 {

    width: calc(0.25rem * 2);

    width: calc(var(--spacing) * 2);
  }

  .w-8 {

    width: calc(0.25rem * 8);

    width: calc(var(--spacing) * 8);
  }

  .w-12 {

    width: calc(0.25rem * 12);

    width: calc(var(--spacing) * 12);
  }

  .w-\[24\%\] {

    width: 24%;
  }

  .w-\[28\%\] {

    width: 28%;
  }

  .w-\[35\%\] {

    width: 35%;
  }

  .w-\[60\%\] {

    width: 60%;
  }

  .w-\[300px\] {

    width: 300px;
  }

  .w-\[330px\] {

    width: 330px;
  }

  .w-auto {

    width: auto;
  }

  .w-full {

    width: 100%;
  }

  .max-w-\[90\%\] {

    max-width: 90%;
  }

  .max-w-\[800px\] {

    max-width: 800px;
  }

  .max-w-\[1000px\] {

    max-width: 1000px;
  }

  .max-w-\[1200px\] {

    max-width: 1200px;
  }

  .flex-shrink-0 {

    flex-shrink: 0;
  }

  .transform {

    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;
  }

  .grid-cols-1 {

    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .flex-col {

    flex-direction: column;
  }

  .flex-wrap {

    flex-wrap: wrap;
  }

  .items-center {

    align-items: center;
  }

  .justify-between {

    justify-content: space-between;
  }

  .justify-center {

    justify-content: center;
  }

  .justify-items-center {

    justify-items: center;
  }

  .gap-3 {

    gap: calc(0.25rem * 3);

    gap: calc(var(--spacing) * 3);
  }

  .gap-6 {

    gap: calc(0.25rem * 6);

    gap: calc(var(--spacing) * 6);
  }

  .gap-8 {

    gap: calc(0.25rem * 8);

    gap: calc(var(--spacing) * 8);
  }

  .self-center {

    align-self: center;
  }

  .overflow-hidden {

    overflow: hidden;
  }

  .rounded {

    border-radius: 0.25rem;
  }

  .rounded-full {

    border-radius: calc(infinity * 1px);
  }

  .rounded-lg {

    border-radius: 0.5rem;

    border-radius: var(--radius-lg);
  }

  .rounded-md {

    border-radius: 0.375rem;

    border-radius: var(--radius-md);
  }

  .border {

    border-style: var(--tw-border-style);

    border-width: 1px;
  }

  .border-0 {

    border-style: var(--tw-border-style);

    border-width: 0px;
  }

  .border-2 {

    border-style: var(--tw-border-style);

    border-width: 2px;
  }

  .border-b {

    border-bottom-style: var(--tw-border-style);

    border-bottom-width: 1px;
  }

  .border-solid {

    --tw-border-style: solid;

    border-style: solid;
  }

  .border-gray-300 {

    border-color: oklch(87.2% 0.01 258.338);

    border-color: var(--color-gray-300);
  }

  .border-primaryDarkestBlue {

    border-color: #15191B;

    border-color: var(--color-primaryDarkestBlue);
  }

  .border-primaryLightBlue {

    border-color: #2A8FCE;

    border-color: var(--color-primaryLightBlue);
  }

  .bg-black\/90 {

    background-color: color-mix(in srgb, #000 90%, transparent);
  }

  @supports (color: color-mix(in lab, red, red)) {

    .bg-black\/90 {

      background-color: color-mix(in oklab, #000 90%, transparent);
    }

@supports (color: color-mix(in lch, red, blue)) {
.bg-black\/90 {

        background-color: color-mix(in oklab, var(--color-black) 90%, transparent);
      }
}
  }

  .bg-gray-100 {

    background-color: oklch(96.7% 0.003 264.542);

    background-color: var(--color-gray-100);
  }

  .bg-primaryDarkBlue {

    background-color: #0C446B;

    background-color: var(--color-primaryDarkBlue);
  }

  .bg-primaryYellow {

    background-color: #F0C219;

    background-color: var(--color-primaryYellow);
  }

  .bg-gradient-to-r {

    --tw-gradient-position: to right in oklab;

    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .bg-\[linear-gradient\(90deg\,_rgba\(12\,68\,107\,1\)_30\%\,_rgba\(12\,68\,107\,0\)_100\%\)\] {

    background-image: linear-gradient(90deg, rgba(12,68,107,1) 30%, rgba(12,68,107,0) 100%);
  }

  .from-\[\#0C446B\] {

    --tw-gradient-from: #0C446B;

    --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));
  }

  .to-\[\#2A8FCE\] {

    --tw-gradient-to: #2A8FCE;

    --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));
  }

  .object-cover {

    -o-object-fit: cover;

       object-fit: cover;
  }

  .p-3 {

    padding: calc(0.25rem * 3);

    padding: calc(var(--spacing) * 3);
  }

  .p-4 {

    padding: calc(0.25rem * 4);

    padding: calc(var(--spacing) * 4);
  }

  .p-5 {

    padding: calc(0.25rem * 5);

    padding: calc(var(--spacing) * 5);
  }

  .p-6 {

    padding: calc(0.25rem * 6);

    padding: calc(var(--spacing) * 6);
  }

  .px-4 {

    padding-inline: calc(0.25rem * 4);

    padding-inline: calc(var(--spacing) * 4);
  }

  .px-6 {

    padding-inline: calc(0.25rem * 6);

    padding-inline: calc(var(--spacing) * 6);
  }

  .py-2 {

    padding-block: calc(0.25rem * 2);

    padding-block: calc(var(--spacing) * 2);
  }

  .py-3 {

    padding-block: calc(0.25rem * 3);

    padding-block: calc(var(--spacing) * 3);
  }

  .py-6 {

    padding-block: calc(0.25rem * 6);

    padding-block: calc(var(--spacing) * 6);
  }

  .py-10 {

    padding-block: calc(0.25rem * 10);

    padding-block: calc(var(--spacing) * 10);
  }

  .pr-10 {

    padding-right: calc(0.25rem * 10);

    padding-right: calc(var(--spacing) * 10);
  }

  .pl-6 {

    padding-left: calc(0.25rem * 6);

    padding-left: calc(var(--spacing) * 6);
  }

  .text-center {

    text-align: center;
  }

  .text-left {

    text-align: left;
  }

  .font-body {

    font-family: "Outfit", sans-serif;

    font-family: var(--font-body);
  }

  .text-2xl {

    font-size: 1.5rem;

    font-size: var(--text-2xl);

    line-height: calc(2 / 1.5);

    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }

  .text-3xl {

    font-size: 1.875rem;

    font-size: var(--text-3xl);

    line-height: calc(2.25 / 1.875);

    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }

  .text-4xl {

    font-size: 2.25rem;

    font-size: var(--text-4xl);

    line-height: calc(2.5 / 2.25);

    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }

  .text-5xl {

    font-size: 3rem;

    font-size: var(--text-5xl);

    line-height: 1;

    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }

  .text-lg {

    font-size: 1.125rem;

    font-size: var(--text-lg);

    line-height: calc(1.75 / 1.125);

    line-height: var(--tw-leading, var(--text-lg--line-height));
  }

  .text-xl {

    font-size: 1.25rem;

    font-size: var(--text-xl);

    line-height: calc(1.75 / 1.25);

    line-height: var(--tw-leading, var(--text-xl--line-height));
  }

  .text-\[30px\] {

    font-size: 30px;
  }

  .leading-6 {

    --tw-leading: calc(var(--spacing) * 6);

    line-height: calc(0.25rem * 6);

    line-height: calc(var(--spacing) * 6);
  }

  .font-bold {

    --tw-font-weight: var(--font-weight-bold);

    font-weight: 700;

    font-weight: var(--font-weight-bold);
  }

  .font-light {

    --tw-font-weight: var(--font-weight-light);

    font-weight: 300;

    font-weight: var(--font-weight-light);
  }

  .font-semibold {

    --tw-font-weight: var(--font-weight-semibold);

    font-weight: 600;

    font-weight: var(--font-weight-semibold);
  }

  .text-primaryDarkBlue {

    color: #0C446B;

    color: var(--color-primaryDarkBlue);
  }

  .text-primaryDarkestBlue {

    color: #15191B;

    color: var(--color-primaryDarkestBlue);
  }

  .text-primaryLightBlue {

    color: #2A8FCE;

    color: var(--color-primaryLightBlue);
  }

  .text-primaryYellow {

    color: #F0C219;

    color: var(--color-primaryYellow);
  }

  .text-white {

    color: #fff;

    color: var(--color-white);
  }

  .uppercase {

    text-transform: uppercase;
  }

  .italic {

    font-style: italic;
  }

  .underline {

    text-decoration-line: underline;
  }

  .opacity-0 {

    opacity: 0%;
  }

  .opacity-50 {

    opacity: 50%;
  }

  .shadow-lg {

    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px 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), 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px 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);
  }

  .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), 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px 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);
  }

  .transition {

    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;

    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));

    transition-duration: 150ms;

    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-opacity {

    transition-property: opacity;

    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));

    transition-duration: 150ms;

    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-transform {

    transition-property: transform, translate, scale, rotate;

    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));

    transition-duration: 150ms;

    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .duration-200 {

    --tw-duration: 200ms;

    transition-duration: 200ms;
  }

  .duration-300 {

    --tw-duration: 300ms;

    transition-duration: 300ms;
  }

  @media (hover: hover) {

    .group-hover\:scale-105:is(:where(.group):hover *) {

      --tw-scale-x: 105%;

      --tw-scale-y: 105%;

      --tw-scale-z: 105%;

      scale: 105% 105%;

      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

  @media (hover: hover) {

    .group-hover\:opacity-100:is(:where(.group):hover *) {

      opacity: 100%;
    }
  }

  @media (hover: hover) {

    .hover\:text-gray-400:hover {

      color: oklch(70.7% 0.022 261.325);

      color: var(--color-gray-400);
    }
  }

  @media (min-width: 40rem) {

    .sm\:w-\[45\%\] {

      width: 45%;
    }
  }

  @media (min-width: 40rem) {

    .sm\:grid-cols-2 {

      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (min-width: 48rem) {

    .md\:mx-6 {

      margin-inline: calc(0.25rem * 6);

      margin-inline: calc(var(--spacing) * 6);
    }
  }

  @media (min-width: 48rem) {

    .md\:mt-0 {

      margin-top: calc(0.25rem * 0);

      margin-top: calc(var(--spacing) * 0);
    }
  }

  @media (min-width: 48rem) {

    .md\:mr-12 {

      margin-right: calc(0.25rem * 12);

      margin-right: calc(var(--spacing) * 12);
    }
  }

  @media (min-width: 48rem) {

    .md\:mb-0 {

      margin-bottom: calc(0.25rem * 0);

      margin-bottom: calc(var(--spacing) * 0);
    }
  }

  @media (min-width: 48rem) {

    .md\:block {

      display: block;
    }
  }

  @media (min-width: 48rem) {

    .md\:hidden {

      display: none;
    }
  }

  @media (min-width: 48rem) {

    .md\:inline {

      display: inline;
    }
  }

  @media (min-width: 48rem) {

    .md\:inline-block {

      display: inline-block;
    }
  }

  @media (min-width: 48rem) {

    .md\:h-8 {

      height: calc(0.25rem * 8);

      height: calc(var(--spacing) * 8);
    }
  }

  @media (min-width: 48rem) {

    .md\:h-14 {

      height: calc(0.25rem * 14);

      height: calc(var(--spacing) * 14);
    }
  }

  @media (min-width: 48rem) {

    .md\:w-\[30\%\] {

      width: 30%;
    }
  }

  @media (min-width: 48rem) {

    .md\:w-\[45\%\] {

      width: 45%;
    }
  }

  @media (min-width: 48rem) {

    .md\:w-\[300px\] {

      width: 300px;
    }
  }

  @media (min-width: 48rem) {

    .md\:w-\[330px\] {

      width: 330px;
    }
  }

  @media (min-width: 48rem) {

    .md\:w-\[500px\] {

      width: 500px;
    }
  }

  @media (min-width: 48rem) {

    .md\:w-auto {

      width: auto;
    }
  }

  @media (min-width: 48rem) {

    .md\:grid-cols-2 {

      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (min-width: 48rem) {

    .md\:grid-cols-3 {

      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (min-width: 48rem) {

    .md\:grid-cols-4 {

      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

  @media (min-width: 48rem) {

    .md\:flex-row {

      flex-direction: row;
    }
  }

  @media (min-width: 48rem) {

    .md\:items-center {

      align-items: center;
    }
  }

  @media (min-width: 48rem) {

    .md\:justify-center {

      justify-content: center;
    }
  }

  @media (min-width: 48rem) {

    .md\:border-l {

      border-left-style: var(--tw-border-style);

      border-left-width: 1px;
    }
  }

  @media (min-width: 48rem) {

    .md\:p-0 {

      padding: calc(0.25rem * 0);

      padding: calc(var(--spacing) * 0);
    }
  }

  @media (min-width: 48rem) {

    .md\:py-10 {

      padding-block: calc(0.25rem * 10);

      padding-block: calc(var(--spacing) * 10);
    }
  }

  @media (min-width: 48rem) {

    .md\:py-20 {

      padding-block: calc(0.25rem * 20);

      padding-block: calc(var(--spacing) * 20);
    }
  }

  @media (min-width: 48rem) {

    .md\:pl-10 {

      padding-left: calc(0.25rem * 10);

      padding-left: calc(var(--spacing) * 10);
    }
  }

  @media (min-width: 48rem) {

    .md\:text-center {

      text-align: center;
    }
  }

  @media (min-width: 48rem) {

    .md\:text-2xl {

      font-size: 1.5rem;

      font-size: var(--text-2xl);

      line-height: calc(2 / 1.5);

      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }

  @media (min-width: 48rem) {

    .md\:text-3xl {

      font-size: 1.875rem;

      font-size: var(--text-3xl);

      line-height: calc(2.25 / 1.875);

      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }

  @media (min-width: 48rem) {

    .md\:text-4xl {

      font-size: 2.25rem;

      font-size: var(--text-4xl);

      line-height: calc(2.5 / 2.25);

      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }

  @media (min-width: 48rem) {

    .md\:text-5xl {

      font-size: 3rem;

      font-size: var(--text-5xl);

      line-height: 1;

      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }

  @media (min-width: 48rem) {

    .md\:text-6xl {

      font-size: 3.75rem;

      font-size: var(--text-6xl);

      line-height: 1;

      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }

  @media (min-width: 48rem) {

    .md\:text-7xl {

      font-size: 4.5rem;

      font-size: var(--text-7xl);

      line-height: 1;

      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }

  @media (min-width: 48rem) {

    .md\:text-lg {

      font-size: 1.125rem;

      font-size: var(--text-lg);

      line-height: calc(1.75 / 1.125);

      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }

  @media (min-width: 48rem) {

    .md\:text-xl {

      font-size: 1.25rem;

      font-size: var(--text-xl);

      line-height: calc(1.75 / 1.25);

      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }

  @media (min-width: 64rem) {

    .lg\:mb-0 {

      margin-bottom: calc(0.25rem * 0);

      margin-bottom: calc(var(--spacing) * 0);
    }
  }

  @media (min-width: 64rem) {

    .lg\:block {

      display: block;
    }
  }

  @media (min-width: 64rem) {

    .lg\:hidden {

      display: none;
    }
  }

  @media (min-width: 64rem) {

    .lg\:w-\[28\%\] {

      width: 28%;
    }
  }

  @media (min-width: 64rem) {

    .lg\:w-\[330px\] {

      width: 330px;
    }
  }

  @media (min-width: 64rem) {

    .lg\:grid-cols-3 {

      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (min-width: 64rem) {

    .lg\:flex-row {

      flex-direction: row;
    }
  }
}

html {

  scroll-behavior: smooth;
}

.bg-video-container {

  overflow: hidden;

  position: relative;

  min-height: 700px;

  height: 70vh;
}

.bg-video-container:after {

  content: "";

  width: 100%;

  height: 100%;

  top: 0;

  right: 0;

  left: 0;

  bottom: 0;

  position: absolute;

  background: #0C446B;

  background: linear-gradient(45deg,rgba(12, 68, 107, 1) 30%, rgba(42, 143, 206, 0) 100%);
}

.bg-video {

  position: absolute;

  -o-object-fit: cover;

     object-fit: cover;

  min-height: 700px;

  height: 70vh;

  width: 100%;
}

.main-nav {

  display: flex;

  justify-content: center;

  align-items: center;
}

.main-nav ul {

  display: flex;
}

.main-nav li {

  font-family: "Outfit", sans-serif;

  text-transform: uppercase;

  margin-right: 40px;

  font-weight: 300;
}

.mobile-nav-style {

  width: 100%;

  position: fixed;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background: #0C446B;

  background: linear-gradient(45deg,rgba(12, 68, 107, 1) 30%, rgba(42, 143, 206, 1) 100%);

  z-index: 20;

  text-align: center;

  align-items: center;

  justify-content: center;

  flex-direction: column;
}

.mobile-nav-style li {

  font-family: "Outfit", sans-serif;

  text-transform: uppercase;

  font-size: 30px;

  padding: 10px;
}

.current_page_item a {

  font-weight: 700;
}

.pattern {

  position: absolute;

  background: url(./assets/images/pattern.png);

  background-repeat: repeat;

  background-size: auto;

  top: 0;

  right: 0;

  left: 0;

  bottom: 0;

  z-index: 0;

  opacity: 0.5;
}

.news-image-container img {

  -o-object-fit: cover;

     object-fit: cover;

  width: 100%;

  height: 200px;

  border-radius: 5px;
}

.news-image-large-container img {

  -o-object-fit: cover;

     object-fit: cover;

  width: 100%;

  height: 300px;

  border-radius: 10px;
}

.news-content p {

  margin-bottom: 15px;
}

@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-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-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-duration {

  syntax: "*";

  inherits: false;
}

@property --tw-scale-x {

  syntax: "*";

  inherits: false;

  initial-value: 1;
}

@property --tw-scale-y {

  syntax: "*";

  inherits: false;

  initial-value: 1;
}

@property --tw-scale-z {

  syntax: "*";

  inherits: false;

  initial-value: 1;
}

@layer properties {

  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {

    *, ::before, ::after, ::backdrop {

      --tw-rotate-x: initial;

      --tw-rotate-y: initial;

      --tw-rotate-z: initial;

      --tw-skew-x: initial;

      --tw-skew-y: initial;

      --tw-border-style: solid;

      --tw-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-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-duration: initial;

      --tw-scale-x: 1;

      --tw-scale-y: 1;

      --tw-scale-z: 1;
    }
  }
}
