/*! tailwindcss v4.1.5 | MIT License | https://tailwindcss.com */
@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-serif: 'DM Serif Text', serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-300: oklch(80.8% 0.114 19.571);
    --color-red-400: oklch(70.4% 0.191 22.216);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-red-700: oklch(50.5% 0.213 27.518);
    --color-red-900: oklch(39.6% 0.141 25.723);
    --color-orange-300: oklch(83.7% 0.128 66.29);
    --color-orange-500: oklch(70.5% 0.213 47.604);
    --color-orange-600: oklch(64.6% 0.222 41.116);
    --color-orange-700: oklch(55.3% 0.195 38.402);
    --color-orange-800: oklch(47% 0.157 37.304);
    --color-yellow-300: oklch(90.5% 0.182 98.111);
    --color-yellow-500: oklch(79.5% 0.184 86.047);
    --color-yellow-600: oklch(68.1% 0.162 75.834);
    --color-yellow-800: oklch(47.6% 0.114 61.907);
    --color-green-300: oklch(87.1% 0.15 154.449);
    --color-green-400: oklch(79.2% 0.209 151.711);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-green-600: oklch(62.7% 0.194 149.214);
    --color-green-700: oklch(52.7% 0.154 150.069);
    --color-green-800: oklch(44.8% 0.119 151.328);
    --color-green-900: oklch(39.3% 0.095 152.535);
    --color-blue-200: oklch(88.2% 0.059 254.128);
    --color-blue-300: oklch(80.9% 0.105 251.813);
    --color-blue-400: oklch(70.7% 0.165 254.624);
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-blue-800: oklch(42.4% 0.199 265.638);
    --color-blue-900: oklch(37.9% 0.146 265.522);
    --color-purple-300: oklch(82.7% 0.119 306.383);
    --color-purple-400: oklch(71.4% 0.203 305.504);
    --color-purple-500: oklch(62.7% 0.265 303.9);
    --color-purple-600: oklch(55.8% 0.288 302.321);
    --color-purple-800: oklch(43.8% 0.218 303.724);
    --color-pink-300: oklch(82.3% 0.12 346.018);
    --color-pink-400: oklch(71.8% 0.202 349.761);
    --color-pink-800: oklch(45.9% 0.187 3.815);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.9rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 1.125rem;
    --text-sm--line-height: 28px;
    --text-base: 1rem;
    --text-lg: 1.375rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 2.5rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-3xl: 1.875rem;
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-semibold: 600;
    --leading-tight: 1.25;
    --leading-normal: 1.5;
    --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.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);
    --font-display: "Source Sans 3", "sans-serif";
    --color-blue-dark: #053B67;
    --color-blue-light: #D5D8E0;
    --color-orange-dark: #D37528;
    --color-orange-light: #F4F1EC;
    --color-orange-off: #E3D9D1;
    --color-background-off: #f7f3ef;
  }
}
@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 {
  .\@container {
    container-type: inline-size;
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .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;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .-top-32 {
    top: calc(var(--spacing) * -32);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .z-10 {
    z-index: 10;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 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-auto {
    margin-inline: auto;
  }
  .my-8 {
    margin-block: calc(var(--spacing) * 8);
  }
  .-mt-24 {
    margin-top: calc(var(--spacing) * -24);
  }
  .-mt-28 {
    margin-top: calc(var(--spacing) * -28);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline\! {
    display: inline !important;
  }
  .table {
    display: table;
  }
  .h-\[150px\] {
    height: 150px;
  }
  .h-auto {
    height: auto;
  }
  .max-h-full {
    max-height: 100%;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[1000px\] {
    max-width: 1000px;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .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-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-16 {
    gap: calc(var(--spacing) * 16);
  }
  .gap-24 {
    gap: calc(var(--spacing) * 24);
  }
  .gap-32 {
    gap: calc(var(--spacing) * 32);
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-8 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-clip {
    overflow-x: clip;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .bg-background-off {
    background-color: var(--color-background-off);
  }
  .bg-blue-dark {
    background-color: var(--color-blue-dark);
  }
  .bg-blue-light {
    background-color: var(--color-blue-light);
  }
  .bg-orange-light {
    background-color: var(--color-orange-light);
  }
  .bg-orange-off {
    background-color: var(--color-orange-off);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-32 {
    padding-block: calc(var(--spacing) * 32);
  }
  .py-48 {
    padding-block: calc(var(--spacing) * 48);
  }
  .pb-24 {
    padding-bottom: calc(var(--spacing) * 24);
  }
  .text-center {
    text-align: center;
  }
  .font-display {
    font-family: var(--font-display);
  }
  .font-serif {
    font-family: var(--font-serif);
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-blue-dark {
    color: var(--color-blue-dark);
  }
  .text-blue-dark\/50 {
    color: color-mix(in srgb, #053B67 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-blue-dark) 50%, transparent);
    }
  }
  .text-white {
    color: var(--color-white);
  }
  .italic {
    font-style: italic;
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .underline {
    text-decoration-line: underline;
  }
  .blur {
    --tw-blur: blur(8px);
    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,);
  }
  .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));
  }
  .text-shadow-lg\/10 {
    --tw-text-shadow-alpha: 10%;
    text-shadow: 0px 1px 2px var(--tw-text-shadow-color, oklab(from rgb(0 0 0 / 0.1) l a b / 10%)), 0px 3px 2px var(--tw-text-shadow-color, oklab(from rgb(0 0 0 / 0.1) l a b / 10%)), 0px 4px 8px var(--tw-text-shadow-color, oklab(from rgb(0 0 0 / 0.1) l a b / 10%));
  }
  .text-shadow-white {
    --tw-text-shadow-color: #fff;
    @supports (color: color-mix(in lab, red, red)) {
      --tw-text-shadow-color: color-mix(in oklab, var(--color-white) var(--tw-text-shadow-alpha), transparent);
    }
  }
  .hover\:no-underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: none;
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .lg\:right-0 {
    @media (width >= 64rem) {
      right: calc(var(--spacing) * 0);
    }
  }
  .lg\:mt-32 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 32);
    }
  }
  .lg\:mb-0 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:mb-16 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 16);
    }
  }
  .lg\:mb-32 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 32);
    }
  }
  .lg\:ml-auto {
    @media (width >= 64rem) {
      margin-left: auto;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:grid {
    @media (width >= 64rem) {
      display: grid;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:h-\[345px\] {
    @media (width >= 64rem) {
      height: 345px;
    }
  }
  .lg\:w-\[465px\] {
    @media (width >= 64rem) {
      width: 465px;
    }
  }
  .lg\:max-w-1\/2 {
    @media (width >= 64rem) {
      max-width: calc(1/2 * 100%);
    }
  }
  .lg\:max-w-\[1000px\] {
    @media (width >= 64rem) {
      max-width: 1000px;
    }
  }
  .lg\:justify-start {
    @media (width >= 64rem) {
      justify-content: flex-start;
    }
  }
  .lg\:px-0 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:text-left {
    @media (width >= 64rem) {
      text-align: left;
    }
  }
  .\[\&_h1\]\:mb-8 {
    & h1 {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  .\[\&_h1\]\:text-4xl {
    & h1 {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .\[\&_h2\]\:text-lg\! {
    & h2 {
      font-size: var(--text-lg) !important;
      line-height: var(--tw-leading, var(--text-lg--line-height)) !important;
    }
  }
  .\[\&_h3\]\:text-lg\! {
    & h3 {
      font-size: var(--text-lg) !important;
      line-height: var(--tw-leading, var(--text-lg--line-height)) !important;
    }
  }
  .\[\&_li\]\:mb-4 {
    & li {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .\[\&_p\]\:mb-4 {
    & p {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .lg\:\[\&\>div\]\:w-1\/4 {
    @media (width >= 64rem) {
      &>div {
        width: calc(1/4 * 100%);
      }
    }
  }
}
@font-face {
  font-display: swap;
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/source-sans-3-v19-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 400;
  src: url('/fonts/source-sans-3-v19-latin-italic.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/source-sans-3-v19-latin-600.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 600;
  src: url('/fonts/source-sans-3-v19-latin-600italic.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'DM Serif Text';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/dm-serif-text-v13-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'DM Serif Text';
  font-style: italic;
  font-weight: 400;
  src: url('/fonts/dm-serif-text-v13-latin-italic.woff2') format('woff2');
}
body {
  background-color: var(--color-blue-light);
}
p a {
  text-decoration-line: underline;
  &:hover {
    @media (hover: hover) {
      text-decoration-line: none;
    }
  }
}
h3 {
  font-family: var(--font-serif);
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
}
h4 {
  font-family: var(--font-display);
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
.nav {
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: calc(var(--spacing) * 4);
  @media (width >= 64rem) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  @media (width >= 64rem) {
    gap: calc(var(--spacing) * 8);
  }
  width: 100%;
  max-width: 700px;
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  .nav {
    padding-inline: calc(var(--spacing) * 4);
  }
}
.btn-nav {
  color: var(--color-blue-dark);
  transition: 0.15s all ease-in-out;
  overflow: hidden;
  position: relative;
  display: block;
  border-radius: 30px;
  font-size: 18px;
  height: 55px;
  padding: 0 30px;
  text-decoration: none;
  border: 1px solid #dec1b5;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .btn-nav {
    font-size: 16px;
    height: 45px;
    padding: 0 15px;
  }
  .sticked-to-head .nav {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .sticked-to-head .btn-nav {
    font-size: 12px;
    height: 35px;
  }
}
.btn-nav:hover span {
  color: white !important;
}
.btn-nav:hover::after {
  top: 0;
}
.btn-nav::after {
  position: absolute;
  content: '';
  width: 400px;
  height: 140px;
  background-color: #dec1b5;
  top: 80px;
  left: -40px;
  border-radius: 45%;
  transition: 2s all ease-in-out;
  transform: rotate(17deg);
}
.btn-nav span {
  position: relative;
  z-index: 1;
  transition: 2s all ease-in-out;
}
.ellipsenmaske img {
  mask-image: url('/images/ellipse.svg');
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: top center;
}
.mask-1 img, .mask-1 video {
  mask-image: url('/images/mask1.svg');
  mask-size: auto calc(100vw / 2.5);
  mask-repeat: no-repeat;
  mask-position: top center;
}
.mask-1v {
  top: -150px;
}
.mask-1v video {
  mask-image: url('/images/mask1.svg');
  mask-size: 120%;
  mask-repeat: no-repeat;
  mask-position: center 100px;
}
.mask-1v {
  height: 340px;
  position: relative;
}
.mask-1 {
  height: calc(100vw / 2.5);
  position: relative;
}
@media screen and (max-width: 768px) {
  .mask-1 img, .mask-1 video {
    mask-size: auto calc(100vw / 1.15);
    object-fit: cover;
    height: calc(100vw / 1.15);
    width: auto;
  }
  .mask-1 {
    height: calc(100vw / 1.05);
  }
}
.mask-2 img {
  mask-image: url('/images/mask2.svg');
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: top center;
}
.mask-3 img {
  mask-image: url('/images/mask3.svg');
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: bottom center;
}
.mask-4 img {
  mask-image: url('/images/mask4.svg');
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: bottom center;
}
.with-lines {
  position: relative;
  z-index: 2;
}
.with-lines figure {
  position: relative;
  z-index: 2;
}
.with-lines::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 5%;
  width: 200vw;
  left: -50%;
  height: 350px;
  background-image: url('/images/linienblau.svg');
  background-size: 200%;
  background-position: center;
  overflow: hidden;
  background-repeat: no-repeat;
}
.with-lines-orange::after {
  content: "";
  z-index: 1;
  position: absolute;
  overflow: hidden;
  top: 5%;
  width: 200vw;
  left: -50%;
  height: 350px;
  background-image: url('/images/linienorange.svg');
  background-size: 200%;
  background-position: center;
  background-repeat: no-repeat;
}
.with-wellen {
  background-image: url('/images/jfs-welle2.svg'), url('/images/wellemitte1.svg'), url('/images/wellemitte2.svg'), url('/images/jfs-welle3.svg');
  background-size: 3586px, 793px, 786px, 3703px;
  background-position: calc(50% - -1381px) calc(50% - 1390px), center top 820px, center top 1420px, calc(50% - -1381px) calc(100% + 667px);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}
@media screen and (max-width: 1024px) {
  .with-wellen {
    background-position: left -250px top -1290px, left -15vw top 820px, left -45vw top 1540px, left -55vw bottom -500px;
  }
}
@media screen and (min-width: 1800px) {
  .mask-1 {
    margin-top: -135px;
  }
}
.form-control {
  position: relative;
}
.form-control input, .form-control textarea {
  display: block;
  width: 100%;
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 2px;
  border-color: var(--color-orange-dark);
  background-color: transparent;
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  color: var(--color-blue-dark);
  padding: 15px 0;
}
.form-control input:focus, .form-control input:valid, .form-control textarea:focus {
  outline: 0;
  border-bottom-color: #053b67;
}
.form-control label {
  position: absolute;
  color: var(--color-blue-dark);
  top: 20px;
  left: 0;
  pointer-events: none;
}
.form-control label span {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  color: var(--color-blue-dark);
  display: inline-block;
  min-width: 5px;
  transition: 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.form-control input:focus + label span, .form-control input:valid + label span {
  color: color-mix(in srgb, #053B67 50%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in oklab, var(--color-blue-dark) 50%, transparent);
  }
  transform: translateY(-30px);
}
.form-control textarea:focus + label span, .form-control textarea:valid + label span {
  color: color-mix(in srgb, #053B67 50%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in oklab, var(--color-blue-dark) 50%, transparent);
  }
  transform: translateY(-35px);
}
nav {
  z-index: 200;
  padding: 20px 0;
  top: 0;
}
.sticked-to-head {
  position: fixed;
  width: 100%;
  background-color: rgba(249, 245, 240, 255);
}
h3 {
  scroll-margin-top: 160px;
}
.btn-cta {
  cursor: pointer;
  cursor: pointer;
  position: relative;
  padding: 0px 0px;
  height: 55px;
  width: 300px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  text-decoration: none;
  color: white !important;
  background-color: #053b67;
  transition: 1s all ease-in-out;
  overflow: hidden;
}
.btn-cta span {
  cursor: pointer;
  color: white !important;
  position: relative;
  z-index: 1;
}
.btn-cta::before {
  cursor: pointer;
  position: absolute;
  content: '';
  width: 550px;
  height: 400px;
  background-color: #d37528;
  top: -350px;
  left: -120px;
  border-radius: 45%;
  transition: 2s all ease-in-out;
  animation: wave 20s infinite linear;
}
.btn-cta::after {
  cursor: pointer;
  position: absolute;
  content: '';
  width: 550px;
  height: 400px;
  background-color: #d3752880;
  top: -340px;
  left: -125px;
  border-radius: 45%;
  transition: 2s all ease-in-out;
  animation: wave 20s infinite linear;
}
.btn-cta:hover {
  color: #fff;
}
.btn-cta:hover::before {
  top: -650px;
}
.btn:hover::after {
  top: -640px;
}
.btn-cta-floating {
  display: none;
  position: fixed;
  z-index: 101;
  bottom: 5%;
  left: calc(50% - 150px);
}
.btn-cta-unten {
  bottom: 100px;
  position: absolute;
  text-align: center;
  display: flex;
  width: 100%;
  justify-content: center;
}
@keyframes wave {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.l2 {
  position: absolute;
  top: 35%;
  right: 10%;
  display: none;
}
.caption-up figcaption {
  position: relative;
  z-index: 9000;
  right: 0;
  bottom: calc(100vw / 7);
  text-align: right;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .caption-up figcaption {
    top: 20px;
    right: 20px;
  }
}
.a {
  margin-bottom: calc(var(--spacing) * 4);
  display: block;
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
  @media (width >= 64rem) {
    margin-bottom: calc(var(--spacing) * 0);
  }
  @media (width >= 64rem) {
    display: none;
  }
}
@media screen and (min-width: 425px) {
  .text-blue-dark\/50.block {
    margin-top: -50px;
    margin-bottom: 45px;
  }
}
@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-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-text-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-text-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-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-text-shadow-color: initial;
      --tw-text-shadow-alpha: 100%;
      --tw-font-weight: initial;
      --tw-border-style: solid;
    }
  }
}
