@layer blocks {
  ._inner_1bbvs_2 {
    display: flex;
    gap: var(--section-gap);
    align-items: flex-start;
    justify-content: space-between;
  }
  @media (width <= 768px) {
    ._inner_1bbvs_2 {
      flex-direction: column;
    }
  }
  ._inner_1bbvs_2[data-has-sidebar=false] {
    display: block;
  }
  ._body_1bbvs_16 {
    display: flex;
    flex-direction: column;
    gap: var(--osdc-size-40);
    max-inline-size: 34.55rem;
  }
  @media (width <= 768px) {
    ._body_1bbvs_16 {
      max-inline-size: none;
    }
  }
  ._inner_1bbvs_2[data-has-sidebar=true] ._body_1bbvs_16 {
    flex: 1 1 0;
    max-inline-size: 31.35rem;
  }
  @media (width <= 768px) {
    ._inner_1bbvs_2[data-has-sidebar=true] ._body_1bbvs_16 {
      max-inline-size: none;
    }
  }
  ._sidebar_1bbvs_36 {
    flex-shrink: 0;
    inline-size: 20.65rem;
  }
  @media (width <= 768px) {
    ._sidebar_1bbvs_36 {
      inline-size: 100%;
    }
  }
  ._subtitle_1bbvs_45 {
    margin-block-end: calc(var(--osdc-size-8) - var(--osdc-size-40));
  }
  :where(._subtitle_1bbvs_45) {
    font-family: var(--osdc-font-primary);
    font-weight: 600;
    line-height: 1.5;
    font-size: 1rem;
  }
  @media (min-width: 480px) {
    :where(._subtitle_1bbvs_45) {
      font-size: clamp(0.8rem, 1.1rem + -0.4166666667vw, 1rem);
    }
  }
  :where(._subtitle_1bbvs_45) {
    /* stylelint-disable-next-line order/order */
  }
  @media (min-width: 1440px) {
    :where(._subtitle_1bbvs_45) {
      font-size: 0.8rem;
    }
  }
  :where(._subtitle_1bbvs_45) {
    color: var(--surface-accent-secondary, #012c35);
  }
  ._heading_1bbvs_70 {
    color: var(--surface-accent-secondary, #fc5c32);
  }
  :where(._heading_1bbvs_70) {
    font-family: var(--osdc-font-headline);
    font-weight: 400;
    line-height: 1.2;
    font-size: 1.5em;
  }
  ._heading_1bbvs_70[data-style=display] {
    color: var(--surface-foreground);
  }
  :where(._heading_1bbvs_70[data-style=display]) {
    font-family: var(--osdc-font-headline);
    font-weight: 400;
    line-height: 1.16;
    font-size: 2em;
  }
  @media (min-width: 480px) {
    :where(._heading_1bbvs_70[data-style=display]) {
      font-size: clamp(2em, 1.5rem + 2.0833333333vw, 3em);
    }
  }
  :where(._heading_1bbvs_70[data-style=display]) {
    /* stylelint-disable-next-line order/order */
  }
  @media (min-width: 1440px) {
    :where(._heading_1bbvs_70[data-style=display]) {
      font-size: 3em;
    }
  }
  :where(._description_1bbvs_101) {
    font-family: var(--osdc-font-primary);
    font-weight: 400;
    line-height: 1.5;
    font-size: 0.9rem;
  }
  ._cta_1bbvs_107 {
    --surface-button: var(--surface-accent-secondary);
  }
}