@layer components {
  ._root_1rvez_2 {
    display: flex;
    flex-direction: column;
    gap: var(--osdc-size-20);
    width: 100%;
  }
  ._content_1rvez_8 {
    display: grid;
    grid-template-areas: "stack";
    align-items: start;
    width: 100%;
    min-height: 0;
  }
  ._page_1rvez_15 {
    grid-area: stack;
    width: 100%;
  }
  ._controls_1rvez_19 {
    --button-size: var(--osdc-size-40);
    --button-gap: var(--osdc-size-8);
    display: flex;
    gap: var(--button-gap);
    align-items: center;
    justify-content: center;
    margin-top: var(--osdc-size-20);
  }
  ._navButton_1rvez_28 {
    flex-shrink: 0;
    justify-content: center;
    min-width: var(--osdc-size-40) !important;
    height: var(--osdc-size-40) !important;
    padding: 0 !important;
    padding-inline: var(--osdc-size-12) !important;
    transition: opacity 300ms ease;
    transition-delay: 0ms !important;
  }
  ._arrowContainer_1rvez_38 {
    display: flex;
    gap: var(--osdc-size-8);
    align-items: center;
  }
  :where(._arrowButton_1rvez_43) {
    font-family: var(--osdc-font-primary);
    font-weight: 600;
    line-height: 1.5;
    font-size: 1rem;
  }
  @media (min-width: 480px) {
    :where(._arrowButton_1rvez_43) {
      font-size: clamp(0.8rem, 1.1rem + -0.4166666667vw, 1rem);
    }
  }
  :where(._arrowButton_1rvez_43) {
    /* stylelint-disable-next-line order/order */
  }
  @media (min-width: 1440px) {
    :where(._arrowButton_1rvez_43) {
      font-size: 0.8rem;
    }
  }
  :where(._arrowButton_1rvez_43) {
    color: var(--surface-accent-secondary, #012c35);
  }
  ._divider_1rvez_65 {
    width: var(--osdc-size-1);
    height: var(--osdc-size-24);
    background-color: var(--surface-accent-secondary);
  }
  ._ellipsis_1rvez_70 {
    overflow: hidden;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: calc(var(--button-size) / 1.5);
    height: var(--button-size);
  }
  :where(._ellipsis_1rvez_70) {
    font-family: var(--osdc-font-primary);
    font-weight: 600;
    line-height: 1.5;
    font-size: 1rem;
  }
  @media (min-width: 480px) {
    :where(._ellipsis_1rvez_70) {
      font-size: clamp(0.8rem, 1.1rem + -0.4166666667vw, 1rem);
    }
  }
  :where(._ellipsis_1rvez_70) {
    /* stylelint-disable-next-line order/order */
  }
  @media (min-width: 1440px) {
    :where(._ellipsis_1rvez_70) {
      font-size: 0.8rem;
    }
  }
  :where(._ellipsis_1rvez_70) {
    color: var(--surface-accent-secondary, #012c35);
  }
  ._track_1rvez_101 {
    pointer-events: none;
    will-change: transform;
    position: relative;
    z-index: 1;
    display: flex;
    flex-shrink: 0;
    gap: var(--button-gap);
    align-items: center;
    height: var(--button-size);
  }
}:where(button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible,
area:focus-visible,
a:focus-visible,
[contenteditable]:focus-visible,
[tabindex]:not([tabindex="-1"]):focus-visible) {
  outline: var(--osdc-size-1) solid var(--surface-focus-color);
  outline-offset: 0.2rem;
}

._sr-only_7hrm9_14 {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border-width: 0;
  white-space: nowrap;
  clip-path: rect(0, 0, 0, 0);
}

@layer blocks {
  ._section_7hrm9_27 {
    --accordion-section-gap: var(--section-gap);
    row-gap: var(--accordion-section-gap);
  }
  ._section_7hrm9_27:has(._body_7hrm9_31 ._category-selector_7hrm9_31 > :nth-child(2)) {
    --accordion-section-gap: max(var(--section-gap), var(--osdc-size-60));
  }
  ._section_7hrm9_27 ._item_7hrm9_34:hover, ._section_7hrm9_27 ._item_7hrm9_34:focus-visible, ._section_7hrm9_27 ._item_7hrm9_34:has(._trigger_7hrm9_34:focus-visible), ._section_7hrm9_27 ._item_7hrm9_34:has(._trigger_7hrm9_34[data-state=open]) {
    --surface-button: var(--osdc-color-black) !important;
  }
  ._body_7hrm9_31 {
    display: flex;
    flex-direction: column;
    gap: var(--osdc-size-40);
  }
  ._panels_7hrm9_42 {
    display: grid;
    grid-template-areas: "stack";
    align-items: start;
  }
  ._panels_7hrm9_42 ._panel-wrapper_7hrm9_47 {
    grid-area: stack;
    width: 100%;
    padding: 0.2rem;
  }
  ._content-wrapper_7hrm9_52 {
    overflow: hidden;
    animation-duration: 500ms;
    animation-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
  }
  ._content-wrapper_7hrm9_52[data-state=open] {
    animation-name: _slideDown_7hrm9_1;
  }
  ._content-wrapper_7hrm9_52[data-state=closed] {
    animation-name: _slideUp_7hrm9_1;
  }
  ._content_7hrm9_52 {
    --surface-focus-color: var(--surface-foreground) !important;
    display: flex;
    gap: var(--osdc-size-30);
    align-items: end;
    justify-content: space-between;
    width: 100%;
  }
  ._content_7hrm9_52 ._text-wrapper_7hrm9_71 {
    display: flex;
    flex-direction: column;
    gap: var(--osdc-size-20);
    align-items: start;
  }
  ._description_7hrm9_77 {
    max-width: 40ch;
  }
  ._item_7hrm9_34 {
    --dither-color: var(--surface-accent);
    position: relative;
    background-color: transparent !important;
    transition: all 500ms ease-in-out;
    transition-delay: 500ms;
  }
  ._item_7hrm9_34::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: var(--osdc-size-2);
    background-color: var(--dither-color);
  }
  ._item_7hrm9_34 {
    /* stylelint-disable order/order */
    --surface-foreground: var(--osdc-surface-white-pink-foreground);
    --surface-background: var(--osdc-surface-white-pink-background);
    --surface-accent: var(--osdc-surface-white-pink-accent);
    --surface-focus-color: var(--surface-foreground);
    --surface-accent-secondary: var(--osdc-surface-white-pink-accent-secondary, var(--surface-accent));
    --surface-button: var(--osdc-surface-white-pink-button, var(--surface-accent));
  }
  :where(._item_7hrm9_34) {
    color: var(--surface-foreground);
    background-color: var(--surface-background);
  }
  ._item_7hrm9_34 {
    /* stylelint-enable order/order */
  }
  ._item_7hrm9_34:hover, ._item_7hrm9_34:focus-visible, ._item_7hrm9_34:has(._trigger_7hrm9_34:focus-visible), ._item_7hrm9_34:has(._trigger_7hrm9_34[data-state=open]) {
    transition-delay: unset;
  }
  ._item_7hrm9_34 ._trigger_7hrm9_34,
  ._item_7hrm9_34 ._content_7hrm9_52 {
    padding: var(--osdc-size-30);
    text-align: left;
  }
  ._label_7hrm9_120 {
    grid-column: label;
  }
  ._title_7hrm9_123 {
    grid-column: title;
  }
  :where(._title_7hrm9_123) {
    font-family: var(--osdc-font-headline);
    font-weight: 400;
    line-height: 1.2;
    font-size: 1.5em;
  }
  ._tag_7hrm9_132 {
    grid-column: tag;
    padding-block: var(--osdc-size-8);
    padding-inline: var(--osdc-size-20);
    border: var(--osdc-size-1) solid currentColor;
  }
  :where(._tag_7hrm9_132) {
    font-family: var(--osdc-font-primary);
    font-weight: 400;
    line-height: 1.5;
    font-size: 1rem;
  }
  @media (min-width: 480px) {
    :where(._tag_7hrm9_132) {
      font-size: clamp(0.8rem, 1.1rem + -0.4166666667vw, 1rem);
    }
  }
  :where(._tag_7hrm9_132) {
    /* stylelint-disable-next-line order/order */
  }
  @media (min-width: 1440px) {
    :where(._tag_7hrm9_132) {
      font-size: 0.8rem;
    }
  }
  ._button_7hrm9_157 {
    grid-column: button;
  }
  ._accordion-button_7hrm9_160 {
    grid-column: button;
    aspect-ratio: 1/1;
    padding: var(--osdc-size-4);
  }
  ._accordion-button_7hrm9_160 ._chevron_7hrm9_165 {
    transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
    transition-duration: 500ms;
  }
  ._trigger_7hrm9_34[data-state=open] > ._accordion-button_7hrm9_160 ._chevron_7hrm9_165 {
    transform: rotate(180deg);
  }
  @keyframes _slideDown_7hrm9_1 {
    from {
      height: 0;
    }
    to {
      height: var(--radix-accordion-content-height);
    }
  }
  @keyframes _slideUp_7hrm9_1 {
    from {
      height: var(--radix-accordion-content-height);
    }
    to {
      height: 0;
    }
  }
  ._root_7hrm9_188 {
    display: grid;
    row-gap: var(--osdc-size-20);
    width: 100%;
  }
  ._root_7hrm9_188 ._item_7hrm9_34,
  ._root_7hrm9_188 ._trigger_7hrm9_34 {
    display: grid;
    grid-column: 1/-1;
    grid-template-columns: subgrid;
    column-gap: var(--osdc-size-40);
    align-items: center;
    justify-items: left;
  }
  ._root_7hrm9_188 ._trigger_7hrm9_34 {
    outline: none !important;
  }
  :where(._root_7hrm9_188 ._item_7hrm9_34:has(._trigger_7hrm9_34:focus-visible)) {
    outline: var(--osdc-size-1) solid var(--surface-focus-color);
    outline-offset: 0.2rem;
  }
  ._root_7hrm9_188 ._header_7hrm9_209 *,
  ._root_7hrm9_188 ._trigger_7hrm9_34 * {
    grid-row: 1;
    align-items: center;
  }
  ._root_7hrm9_188._list_7hrm9_214 {
    grid-template-columns: [label] auto [title] minmax(auto, 1fr) [tag] 1fr [button] auto;
  }
  @media (width <= 768px) {
    ._root_7hrm9_188._list_7hrm9_214 {
      display: none !important;
    }
  }
  ._root_7hrm9_188._list_7hrm9_214 ._trigger_7hrm9_34:not(:has(._tag_7hrm9_132)) ._title_7hrm9_123 {
    grid-column: title/button;
  }
  ._root_7hrm9_188._accordion_7hrm9_160 {
    grid-template-columns: [title] auto [tag] minmax(auto, 1fr) [label] 1fr [button] auto;
  }
  @media (width > 768px) {
    ._root_7hrm9_188._accordion_7hrm9_160 ._content_7hrm9_52 ._label_7hrm9_120 {
      display: none;
    }
  }
  @media (width <= 768px) {
    ._root_7hrm9_188._accordion_7hrm9_160 {
      grid-template-columns: [title] 1fr [button] auto;
    }
    ._root_7hrm9_188._accordion_7hrm9_160 ._header_7hrm9_209 ._label_7hrm9_120,
    ._root_7hrm9_188._accordion_7hrm9_160 ._header_7hrm9_209 ._tag_7hrm9_132 {
      display: none;
    }
    ._root_7hrm9_188._accordion_7hrm9_160 ._content_7hrm9_52 {
      flex-direction: column;
      align-items: start;
      padding-top: calc(var(--osdc-size-30) / 2);
    }
  }
  ._root_7hrm9_188._accordion_7hrm9_160 ._trigger_7hrm9_34 {
    cursor: pointer;
  }
  ._root_7hrm9_188 ._header_7hrm9_209 {
    display: contents;
  }
  ._root_7hrm9_188 ._hgroup_7hrm9_253 {
    display: contents;
  }
  ._root_7hrm9_188 ._content-wrapper_7hrm9_52 {
    grid-column: 1/-1;
    width: 100%;
  }
  ._category-selector_7hrm9_31 {
    position: relative;
    display: flex;
    gap: var(--osdc-size-20);
  }
  ._category-selector_7hrm9_31::after {
    content: "";
    position: absolute;
    top: calc(var(--accordion-section-gap) / 2 * -1);
    right: 0;
    left: 0;
    height: var(--osdc-size-1);
    background: var(--surface-accent);
  }
  ._category-selector_7hrm9_31 > *:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(var(--osdc-size-20) / 2 * -1);
    transform: translateX(-100%);
    width: var(--osdc-size-1);
    height: 100%;
    background: var(--surface-accent);
  }
  ._category-selector_7hrm9_31:empty, ._category-selector_7hrm9_31:not(:has(:nth-child(2))) {
    display: none;
  }
  ._panel-content-wrapper_7hrm9_287 {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  @media (width > 768px) {
    ._panel-content-wrapper_7hrm9_287:has(._list_7hrm9_214) ._accordion_7hrm9_160 {
      display: none !important;
    }
  }
}