/*! tailwindcss v4.2.1 | 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-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-4xl: 2rem;
    --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;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-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 {
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .z-10 {
    z-index: 10;
  }
  .z-30 {
    z-index: 30;
  }
  .z-50 {
    z-index: 50;
  }
  .\!container {
    width: 100% !important;
    @media (width >= 40rem) {
      max-width: 40rem !important;
    }
    @media (width >= 48rem) {
      max-width: 48rem !important;
    }
    @media (width >= 64rem) {
      max-width: 64rem !important;
    }
    @media (width >= 80rem) {
      max-width: 80rem !important;
    }
    @media (width >= 96rem) {
      max-width: 96rem !important;
    }
    @media (width >= 120rem) {
      max-width: 120rem !important;
    }
  }
  .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;
    }
    @media (width >= 120rem) {
      max-width: 120rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .-mt-16 {
    margin-top: calc(var(--spacing) * -16);
  }
  .-mt-25 {
    margin-top: calc(var(--spacing) * -25);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-\[30px\] {
    height: 30px;
  }
  .h-\[66px\] {
    height: 66px;
  }
  .h-\[72px\] {
    height: 72px;
  }
  .h-\[300px\] {
    height: 300px;
  }
  .h-\[660px\] {
    height: 660px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[16px\] {
    max-height: 16px;
  }
  .max-h-\[30px\] {
    max-height: 30px;
  }
  .max-h-\[250px\] {
    max-height: 250px;
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[16px\] {
    max-width: 16px;
  }
  .max-w-\[30px\] {
    max-width: 30px;
  }
  .max-w-\[96\%\] {
    max-width: 96%;
  }
  .max-w-\[150px\] {
    max-width: 150px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .-rotate-45 {
    rotate: calc(45deg * -1);
  }
  .rotate-45 {
    rotate: 45deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row-reverse {
    flex-direction: row-reverse;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-4xl {
    border-radius: var(--radius-4xl);
  }
  .rounded-\[100px\] {
    border-radius: 100px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-t-\[3rem\] {
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-\[\#D5DAE1\] {
    border-color: #D5DAE1;
  }
  .border-\[\#E3E6EB\] {
    border-color: #E3E6EB;
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-\[\#ECEEF1\] {
    background-color: #ECEEF1;
  }
  .bg-\[\#F2F4F6\] {
    background-color: #F2F4F6;
  }
  .bg-\[\#FFFFFFCC\] {
    background-color: #FFFFFFCC;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/80 {
    background-color: color-mix(in srgb, #fff 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
  .bg-gradient-to-t {
    --tw-gradient-position: to top in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-white {
    --tw-gradient-from: var(--color-white);
    --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-white {
    --tw-gradient-to: var(--color-white);
    --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-white\/20 {
    --tw-gradient-to: color-mix(in srgb, #fff 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-to: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .object-contain {
    object-fit: contain;
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-14 {
    padding-block: calc(var(--spacing) * 14);
  }
  .pt-14 {
    padding-top: calc(var(--spacing) * 14);
  }
  .pr-8 {
    padding-right: calc(var(--spacing) * 8);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .text-center {
    text-align: center;
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-\[2rem\] {
    font-size: 2rem;
  }
  .text-\[4rem\] {
    font-size: 4rem;
  }
  .leading-\[1\.1em\] {
    --tw-leading: 1.1em;
    line-height: 1.1em;
  }
  .leading-\[1\.2em\] {
    --tw-leading: 1.2em;
    line-height: 1.2em;
  }
  .leading-\[1\.4em\] {
    --tw-leading: 1.4em;
    line-height: 1.4em;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .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-\[-0\.03em\] {
    --tw-tracking: -0.03em;
    letter-spacing: -0.03em;
  }
  .tracking-\[-0\.05em\] {
    --tw-tracking: -0.05em;
    letter-spacing: -0.05em;
  }
  .text-nowrap {
    text-wrap: nowrap;
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .text-\[\#151515\] {
    color: #151515;
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .decoration-transparent {
    text-decoration-color: transparent;
  }
  .underline-offset-4 {
    text-underline-offset: 4px;
  }
  .opacity-20 {
    opacity: 20%;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .group-hover\:fill-\[\#0025AC\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        fill: #0025AC;
      }
    }
  }
  .group-hover\:text-\[\#0025AC\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: #0025AC;
      }
    }
  }
  .group-hover\:decoration-\[\#0025AC\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        text-decoration-color: #0025AC;
      }
    }
  }
  .hover\:border-\[\#0025AC\] {
    &:hover {
      @media (hover: hover) {
        border-color: #0025AC;
      }
    }
  }
  .hover\:bg-white {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
  }
  .hover\:text-\[\#0025AC\] {
    &:hover {
      @media (hover: hover) {
        color: #0025AC;
      }
    }
  }
  .md\:top-8 {
    @media (width >= 48rem) {
      top: calc(var(--spacing) * 8);
    }
  }
  .md\:mt-8 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 8);
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:h-\[88px\] {
    @media (width >= 48rem) {
      height: 88px;
    }
  }
  .md\:h-\[400px\] {
    @media (width >= 48rem) {
      height: 400px;
    }
  }
  .md\:h-full {
    @media (width >= 48rem) {
      height: 100%;
    }
  }
  .md\:max-h-\[40px\] {
    @media (width >= 48rem) {
      max-height: 40px;
    }
  }
  .md\:max-w-\[40px\] {
    @media (width >= 48rem) {
      max-width: 40px;
    }
  }
  .md\:max-w-\[1856px\] {
    @media (width >= 48rem) {
      max-width: 1856px;
    }
  }
  .md\:max-w-none {
    @media (width >= 48rem) {
      max-width: none;
    }
  }
  .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-4 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .md\:gap-6 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .md\:gap-8 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .md\:gap-12 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .md\:gap-18 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 18);
    }
  }
  .md\:border-l {
    @media (width >= 48rem) {
      border-left-style: var(--tw-border-style);
      border-left-width: 1px;
    }
  }
  .md\:p-12 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 12);
    }
  }
  .md\:py-8 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 8);
    }
  }
  .md\:py-26 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 26);
    }
  }
  .md\:pt-26 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 26);
    }
  }
  .md\:pr-12 {
    @media (width >= 48rem) {
      padding-right: calc(var(--spacing) * 12);
    }
  }
  .md\:pr-18 {
    @media (width >= 48rem) {
      padding-right: calc(var(--spacing) * 18);
    }
  }
  .md\:pb-4 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 4);
    }
  }
  .md\:pb-8 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 8);
    }
  }
  .md\:pl-12 {
    @media (width >= 48rem) {
      padding-left: calc(var(--spacing) * 12);
    }
  }
  .md\:pl-18 {
    @media (width >= 48rem) {
      padding-left: calc(var(--spacing) * 18);
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .md\:text-\[2\.5rem\] {
    @media (width >= 48rem) {
      font-size: 2.5rem;
    }
  }
  .md\:text-\[5rem\] {
    @media (width >= 48rem) {
      font-size: 5rem;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:max-h-\[600px\] {
    @media (width >= 64rem) {
      max-height: 600px;
    }
  }
  .lg\:w-\[34\%\] {
    @media (width >= 64rem) {
      width: 34%;
    }
  }
  .lg\:w-\[66\%\] {
    @media (width >= 64rem) {
      width: 66%;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:gap-8 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .lg\:border-l {
    @media (width >= 64rem) {
      border-left-style: var(--tw-border-style);
      border-left-width: 1px;
    }
  }
  .lg\:pl-19 {
    @media (width >= 64rem) {
      padding-left: calc(var(--spacing) * 19);
    }
  }
  .xl\:grid-cols-3 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .xl\:pr-10 {
    @media (width >= 80rem) {
      padding-right: calc(var(--spacing) * 10);
    }
  }
  .xl\:text-\[3\.5rem\] {
    @media (width >= 80rem) {
      font-size: 3.5rem;
    }
  }
  .xl\:text-\[7rem\] {
    @media (width >= 80rem) {
      font-size: 7rem;
    }
  }
}
@layer theme {
  :root {
    --biofund-blue: #0025ac;
    --biofund-darkBlue: #001a7a;
    --biofund-gray: #151515;
    --biofund-ikar-blue: #070a11;
    --biofund-gray-text: #333333;
    --biofund-white-gray: #f2f4f6;
    --biofund-font-tiktoksans: "TikTok Sans", system-ui, sans-serif;
  }
}
@layer base {
  * {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
  }
  body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--biofund-white-gray);
    font-family: var(--biofund-font-tiktoksans);
  }
  h1 {
    font-size: 5.5rem;
    font-weight: 600;
    line-height: 1.1em;
    letter-spacing: -0.02em;
    color: white;
  }
  @media (max-width: 768px) {
    h1 {
      font-size: 3.5rem;
    }
  }
  h2 {
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.14em;
    letter-spacing: -0.03em;
    color: var(--biofund-gray);
  }
  @media (max-width: 768px) {
    h2 {
      font-size: 2.125rem;
    }
  }
  h2 span {
    color: var(--biofund-blue);
  }
  h3 {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.3em;
  }
  h3 span {
    color: var(--biofund-blue);
  }
  @media (max-width: 1280px) {
    h3 {
      font-size: 2rem;
    }
  }
  @media (max-width: 768px) {
    h3 {
      font-size: 1.5rem;
    }
  }
  h4 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4em;
  }
  @media (max-width: 768px) {
    h4 {
      font-size: 1.175rem;
    }
  }
  h5 {
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.7em;
    letter-spacing: 0.16em;
    color: var(--biofund-blue);
    border: 1px solid var(--biofund-blue);
    border-radius: 100px;
    padding: 0.25rem 1rem;
    text-transform: uppercase;
    width: fit-content;
  }
  @media (max-width: 768px) {
    h5 {
      font-size: 0.75rem;
    }
  }
  p {
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.7em;
    letter-spacing: -0.02em;
    color: var(--biofund-gray-text);
  }
  @media (max-width: 768px) {
    p {
      font-size: 1rem;
    }
  }
}
@layer components {
  .boxed-section {
    display: flex;
    flex-direction: column;
    width: 1384px;
    max-width: 90%;
  }
  .btn {
    display: inline-flex;
    background-color: var(--biofund-blue);
    color: white;
    border-radius: 100px;
    border: 2px solid var(--biofund-blue);
    padding: 0.5rem 2rem 0.5rem 2.5rem;
    gap: 1rem;
    align-items: center;
    width: fit-content;
    transition: all 0.3s ease-out;
    height: 3.5rem;
    font-size: clamp(1rem, 0.875rem + 0.625vw, 1.0625rem);
    letter-spacing: -0.02em;
    font-weight: 600;
    line-height: 1.2em;
  }
  .btn:hover {
    background-color: var(--biofund-darkBlue);
    border-color: var(--biofund-darkBlue);
  }
  .btn svg {
    transition: all 0.3s ease-out;
  }
  .btn:hover svg {
    transform: rotate(-90deg);
  }
  .mobile-nav-toggle .icon-close {
    display: none;
    position: relative;
    width: 14px;
    height: 14px;
    align-items: center;
    justify-content: center;
  }
  .mobile-nav-toggle[aria-expanded="true"] .icon-burger {
    display: none;
  }
  .mobile-nav-toggle[aria-expanded="true"] .icon-close {
    display: flex;
  }
  .mobile-nav-toggle .mobile-nav-line {
    display: block;
    width: 14px;
    height: 2px;
    background-color: #151515;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  }
  .mobile-nav-toggle .icon-close .mobile-nav-line {
    position: absolute;
    margin: 0;
    width: 10px;
  }
  .mobile-nav-toggle .icon-burger .mobile-nav-line {
    margin: 1px 0;
  }
  .mobile-nav-panel {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 5.5rem;
    width: 90%;
    background-color: #ffffff;
    border-radius: 1.5rem;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
    z-index: 40;
  }
  .mobile-nav-panel.open {
    max-height: 400px;
    opacity: 1;
  }
  .mobile-menu-list {
    display: flex;
    flex-direction: column;
    padding: 1rem 1.5rem;
    gap: 0.75rem;
  }
  .mobile-menu-list li a {
    display: block;
    width: 100%;
  }
  @media (min-width: 768px) {
    .mobile-nav-toggle {
      display: none;
    }
    .mobile-nav-panel {
      display: none;
    }
  }
  .menu li {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .menu li a {
    transition: all 0.3s ease-out;
    display: flex;
    align-items: center;
    height: 100%;
    border-bottom: 1px solid transparent;
  }
  .menu li a:hover {
    color: var(--biofund-blue);
    border-bottom: 1px solid var(--biofund-blue);
  }
  .news-loader {
    display: flex;
    justify-content: center;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .news-loader-spinner {
    width: 28px;
    height: 28px;
    border-radius: 9999px;
    border: 3px solid rgba(0, 37, 172, 0.2);
    border-top-color: #0025ac;
    animation: newsLoaderSpin 0.8s linear infinite;
  }
  @keyframes newsLoaderSpin {
    to {
      transform: rotate(360deg);
    }
  }
}
@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-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-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-tracking: initial;
      --tw-outline-style: solid;
      --tw-duration: initial;
    }
  }
}
