@layer components {
  :where(._content_1elhs_2) {
    font-family: var(--osfk-font-primary);
    font-weight: 300;
    line-height: 1.5;
    font-size: 0.9rem;
  }
  @media (min-width: 1024px) {
    :where(._content_1elhs_2) {
      font-size: 1rem;
    }
  }
  ._content_1elhs_2 {
    /* -------- Text & Blocks -------- */
  }
  ._content_1elhs_2 p {
    margin: 1em 0;
  }
  ._content_1elhs_2 strong,
  ._content_1elhs_2 b {
    font-weight: 700;
  }
  ._content_1elhs_2 em,
  ._content_1elhs_2 i {
    font-style: italic;
  }
  ._content_1elhs_2 u {
    text-decoration: underline;
  }
  ._content_1elhs_2 s,
  ._content_1elhs_2 del {
    text-decoration: line-through;
  }
  ._content_1elhs_2 {
    /* -------- Headings -------- */
  }
  ._content_1elhs_2 h1,
  ._content_1elhs_2 h2,
  ._content_1elhs_2 h3,
  ._content_1elhs_2 h4,
  ._content_1elhs_2 h5,
  ._content_1elhs_2 h6 {
    margin: 2em 0 0.5em;
    color: var(--surface-accent-secondary);
  }
  ._content_1elhs_2 h1:first-child,
  ._content_1elhs_2 h2:first-child,
  ._content_1elhs_2 h3:first-child,
  ._content_1elhs_2 h4:first-child,
  ._content_1elhs_2 h5:first-child,
  ._content_1elhs_2 h6:first-child {
    margin-top: 0;
  }
  :where(._content_1elhs_2 h1) {
    font-family: var(--osfk-font-headline);
    font-weight: 400;
    line-height: 1.2;
    font-size: 2em;
  }
  @media (min-width: 1024px) {
    :where(._content_1elhs_2 h1) {
      font-size: 2.8em;
    }
  }
  :where(._content_1elhs_2 h2) {
    font-family: var(--osfk-font-headline);
    font-weight: 400;
    line-height: 1.2;
    font-size: 2em;
  }
  @media (min-width: 1024px) {
    :where(._content_1elhs_2 h2) {
      font-size: 2.8em;
    }
  }
  :where(._content_1elhs_2 h3) {
    font-family: var(--osfk-font-headline);
    font-weight: 400;
    line-height: 1.6;
    font-size: 1.5em;
  }
  :where(._content_1elhs_2 h4) {
    font-family: var(--osfk-font-headline);
    font-weight: 400;
    line-height: 1.25;
    font-size: 1em;
  }
  :where(._content_1elhs_2 h5) {
    font-family: var(--osfk-font-primary);
    font-weight: 300;
    line-height: 1.5;
    font-size: 0.9rem;
  }
  @media (min-width: 1024px) {
    :where(._content_1elhs_2 h5) {
      font-size: 1rem;
    }
  }
  :where(._content_1elhs_2 h6) {
    font-family: var(--osfk-font-primary);
    font-weight: 200;
    line-height: 1.5;
    font-size: 0.8rem;
  }
  ._content_1elhs_2 {
    /* -------- Lists -------- */
  }
  ._content_1elhs_2 ul,
  ._content_1elhs_2 ol {
    margin: 1em 0;
    padding-left: 2em;
  }
  ._content_1elhs_2 ul {
    list-style: disc;
  }
  ._content_1elhs_2 ul li::marker {
    color: var(--surface-accent-secondary);
  }
  ._content_1elhs_2 ol {
    list-style: decimal;
  }
  ._content_1elhs_2 ol li::marker {
    color: var(--surface-accent-secondary);
  }
  ._content_1elhs_2 li {
    margin: 0.4em 0;
  }
  ._content_1elhs_2 li > ul,
  ._content_1elhs_2 li > ol {
    margin: 0.4em 0;
  }
  ._content_1elhs_2 {
    /* -------- Links -------- */
  }
  ._content_1elhs_2 a {
    color: inherit;
    text-decoration: underline;
  }
  ._content_1elhs_2 a:hover {
    text-decoration: none;
  }
  ._content_1elhs_2 {
    /* -------- Blockquotes -------- */
  }
  ._content_1elhs_2 blockquote {
    margin: 1.5em 0;
    padding-left: 1em;
    border-left: 0.1rem solid var(--surface-accent-secondary);
    color: var(--surface-accent-secondary);
  }
  ._content_1elhs_2 {
    /* -------- Code -------- */
  }
  ._content_1elhs_2 code {
    padding: 0.15em 0.35em;
    border-radius: 3px;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    font-size: 0.95em;
    background: #f5f5f5;
  }
  ._content_1elhs_2 pre {
    overflow-x: auto;
    margin: 1.5em 0;
    padding: 1em;
    border-radius: 4px;
    background: #f5f5f5;
  }
  ._content_1elhs_2 pre code {
    padding: 0;
    font-size: 0.9em;
    background: none;
  }
  ._content_1elhs_2 {
    /* -------- Images & Media -------- */
  }
  ._content_1elhs_2 img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 1em 0;
  }
  ._content_1elhs_2 figure {
    margin: 1.5em 0;
  }
  ._content_1elhs_2 figcaption {
    margin-top: 0.5em;
    font-size: 0.875rem;
    color: #666;
    text-align: center;
  }
  ._content_1elhs_2 {
    /* -------- Tables -------- */
  }
  ._content_1elhs_2 table {
    border-collapse: collapse;
    width: 100%;
    margin: 1.5em 0;
  }
  ._content_1elhs_2 th,
  ._content_1elhs_2 td {
    padding: 0.5em 0.75em;
    border: 1px solid #ddd;
    text-align: left;
  }
  ._content_1elhs_2 th {
    font-weight: 600;
    background: #f8f8f8;
  }
  ._content_1elhs_2 {
    /* -------- Horizontal Rule -------- */
  }
  ._content_1elhs_2 hr {
    margin: 3em 0;
    border: none;
    border-top: 1px solid #ddd;
  }
  ._content_1elhs_2 {
    /* -------- Alignment -------- */
  }
  ._content_1elhs_2 ._align-left_1elhs_220 {
    text-align: left;
  }
  ._content_1elhs_2 ._align-center_1elhs_223 {
    text-align: center;
  }
  ._content_1elhs_2 ._align-right_1elhs_226 {
    text-align: right;
  }
  ._content_1elhs_2 {
    /* -------- Misc -------- */
  }
  ._content_1elhs_2 small {
    font-size: 0.875em;
    color: #666;
  }
  ._content_1elhs_2 mark {
    padding: 0.1em 0.25em;
    background: #fff3a0;
  }
  ._content_1elhs_2 > :first-child {
    margin-top: 0 !important;
  }
  ._content_1elhs_2 > :last-child {
    margin-bottom: 0 !important;
  }
}@layer blocks {
  ._block_10lsv_2 {
    --section-padding-block: 5rem;
    display: flex;
    flex-direction: column;
    gap: var(--osfk-size-30);
  }
  @media (width >= 1024px) {
    ._block_10lsv_2 {
      flex-direction: row;
      gap: 3.25rem;
      align-items: center;
    }
    ._block_10lsv_2[data-image-position=right] {
      flex-direction: row-reverse;
    }
  }
  ._media_10lsv_18 {
    overflow: hidden;
    aspect-ratio: 7/9;
    border-radius: 0.5rem;
  }
  @media (width >= 1024px) {
    ._media_10lsv_18 {
      flex: 1 1 0;
      min-inline-size: 0;
      border-radius: 1rem;
    }
  }
  ._mediaInner_10lsv_30 {
    inline-size: 100%;
    block-size: 100%;
    object-fit: cover;
  }
  ._content_10lsv_35 {
    display: flex;
    flex-direction: column;
    gap: var(--osfk-size-30);
  }
  @media (width >= 1024px) {
    ._content_10lsv_35 {
      flex: 1 1 0;
      gap: var(--osfk-size-40);
      min-inline-size: 0;
    }
  }
  ._heading_10lsv_47 {
    margin: 0;
    padding: 0;
    text-wrap: balance;
  }
  :where(._heading_10lsv_47) {
    font-family: var(--osfk-font-headline);
    font-weight: 400;
    line-height: 1.2;
    font-size: 2em;
  }
  @media (min-width: 1024px) {
    :where(._heading_10lsv_47) {
      font-size: 2.8em;
    }
  }
  ._body_10lsv_63 {
    display: flex;
    flex-direction: column;
    gap: var(--osfk-size-30);
  }
  ._description_10lsv_68 {
    margin: 0;
  }
  :where(._description_10lsv_68) {
    font-family: var(--osfk-font-primary);
    font-weight: 300;
    line-height: 1.5;
    font-size: 0.9rem;
  }
  @media (min-width: 1024px) {
    :where(._description_10lsv_68) {
      font-size: 1rem;
    }
  }
  ._cta_10lsv_82 {
    --button-bg: var(--surface-accent);
    --button-fg: var(--surface-foreground);
  }
}