/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
/*! ─── 1100px の切替点（ヘッダーと CTA ブロック） ───
    ヘッダーだけは 769px で PC 表示にすると、ロゴ・ナビ 5 項目・CTA が横一列に
    収まらず画面からはみ出す（769〜1100px 付近）。そのためヘッダーに限り
    1100px 未満をスマホ表示（ハンバーガーメニュー）として扱う。
    CTA ブロック（「はじめての方も 小ロットから手軽に注文可能」）も同じ理由で
    1100px を切替点にしている。769〜1099px ではカードの幅が足りず、
    「無料のテンプレートではじめる」ボタンと右下の TEPLABO ロゴが重なるため。
    使えるのは Header.astro / CtaSection.astro と、その中でしか使わない Button の
    size="cta" ・ size="ctaLargeHd" のみ。
    ページ本体のレイアウトは従来どおり `pc:`（769px）で切り替える。 */
/*! ─── テンプレート一覧の 4 列 → 2 列の切替点（956px） ───
    商品カテゴリ詳細のテンプレートカードは 167px 角を下限とする（8/20 のご指示）。
    4 列のときのカード幅 ＝ (コンテンツ幅 − 16px × 3) ÷ 4。
    コンテンツ幅は「画面幅 − 左右 120px」（画面幅 1440px 以上は 1200px で固定）なので、
    カードがちょうど 167px になるのは画面幅 956px のとき。これを下回ったら 2 列に折り返す。
    左右 120px（.section-shell）や段間 16px を変えたときは、この値も計算し直すこと。 */
/*! ─── KV（ファーストビュー）をブラウザの高さに収める（PC のみ） ───
    Figma の高さ（大判ビジュアル 418.5px / 写真タイル 1 段 201.625px）を上限として、
    画面の高さが足りないときだけ同じ比率で縮める（8/20 のご指示）。
    上限に収まるだけの高さがあるときは Figma どおりの大きさのままで、
    KV の下のセクションが見えてよい。

    --hero-header … ヘッダーの高さ（769px 以上 64px / 1100px 以上 80px）
    --hero-chrome … KV の中で伸縮させない部分の合計
                    （上 24px ＋ ビジュアルとタイルの間 16px ＋ タイルの段間 16px ＋ 下 40px）
    821.75px       … 縮める対象の合計（418.5 ＋ 201.625 × 2）
    下限 209px     … 左上の白いパネルの高さ。これより低くするとロゴが切れるため */
/*! ヘッダーのグローバルナビ: ホバー / キーボードフォーカスで下線が伸びる。
    文字と同じ幅の 1px の線を左端から右へ広げる（animation/project の .header__nav a::after 準拠）。
    リンクの当たり判定は上下いっぱいに広げているため、線は文字を包む span を基準に置く。 */
/*! ヘッダーのカテゴリナビ: 今いるカテゴリに下線を引く (Figma: 39715:30206 Active=On)。
    HTML 側は該当リンクに aria-current="page" を付けるだけでよい。
    線の場所は全項目が透明な 2px のボーダーで確保済みなので、色を変えるだけで位置はずれない。 */
/*! ヘッダーの切替点は 1100px（上の @custom-variant hd と必ず同じ値にすること） */
/*! ─── セクションの中身の最大幅（1440px） ───
    背景（色の付いた帯・角丸）は画面いっぱいのままにして、**中身だけ**を 1440px までに
    制限して中央に置く（8/19 のご指示。Figma: TOP 40097:12994 / 商品カテゴリ 40091:11459 /
    お客様の声一覧 40091:11728 / お客様の声詳細 40097:13139）。
    左右の余白（SP 20px / PC 120px）はこの 1440px の内側に含むため、
    1440px を超える画面では中身の幅が 1200px で止まる。
    1440px 以下では計算上まったく変わらない（従来どおり）。
    対象外はトップページのヒーローと流れる写真バンド、それとヘッダー
    （Figma でも画面幅いっぱい・左右 48px のまま）。 */
/*! ─── 本文中の青文字リンク（「こちら」など） ───
    下線は文字だけに引き、後ろに続く外部リンクのアイコンには引かない。
    マウスを乗せている間は下線を消す（8/19 のご指示）。
    キーボードで選んだときは下線を残す（フォーカス位置が分かるようにするため）。 */
/*! ─── 一覧のページ送り ───
    表示するページのカードだけを見せる。切替は JS が hidden 属性を書き換えるだけで、
    見え方はここで決める（Tailwind の display ユーティリティに負けないよう、
    レイヤーの外に置いてある）。 */
/*! 現在のページ番号だけ色を反転する（JS は aria-current を付け替えるだけ） */
/*! 前へ / 次へ の行き先が無いときは項目ごと消す
    （Figma 40054:18758。1 ページしか無いページ送りには矢印が無い） */
/*! ─── ページ内リンクの着地位置 ───
    グローバルナビの各項目はトップページのセクション（[data-scroll-target]）へ飛ぶ。
    ヘッダーは画面上部に追従するため、その高さぶん手前で止めないと見出しが隠れる。
    高さはトップページのヘッダー実測（SP 64px / PC 80px）。
    カテゴリナビのある下層ページにはこの飛び先が無いため、その高さは考えなくてよい。 */
/*! ナビからの移動は位置関係が分かるようスクロールで見せる。
    動きを減らす設定のときは一瞬で移動させる。 */
/*! ノッチ（白いパネルの外側 2 角を丸く抜く三角形）はパネルと同時に出す
    （8/21 のご指摘）。パネルより先に出ていると、パネルがまだ見えないぶん
    写真の上に切り欠きだけが浮いて、写真に角丸が付いているように見えるため。
    パネルは拡大しながら出るが、ノッチは角にぴったり合わせる必要があるので
    透過だけを合わせる（時間・遅延・イージングはパネルと同じ）。 */
/*! reveal-block も透過 + 下から移動（アニメーション仕様書 39574:7621 の
    「カード群（.reveal-block）: opacity + translateY(32px)」）。
    8/5 に一度フェードを外していたが、8/19 にいただいた仕様書を正として戻した。 */
/*! 自分で data-reveal を持つ要素は、親ではなく自分が画面に入ったときに出す
    （:not([data-reveal]) はそのための除外）。セクションの下端にあって
    親と同時では画面外で出現し終わってしまうもの向け。 */
/*! reveal-stagger の並びの**次の順番**で出したい要素に付ける。
    今の用途はよくある質問の締めの一文（質問カード 6 枚の次に出す。8/21 のご指示）。
    カードの枚数を変えたときは、下の * 6 の数字も合わせて直すこと。 */
/*! ─── 白背景 CTA ボタン（ctaOutline）のホバー ───
    白背景から黒背景へ反転し、黒背景ボタンの初期状態と同じ見た目になる。
    ボタン自身の背景・文字色は Button.astro の hover: クラスが担当し、
    ここでは矢印の丸だけを黒背景ボタンと同じ淡色（#fafafa）に合わせる。 */
/*! カードにマウスを乗せる／キーボードで選ぶと、押せることが分かるよう
    タイトルに下線を引く（8/19 のご指示）。
    リンクが設定されていないカード（<div> で出力される）には引かない。 */
/*! ─── テンプレートカードのホバー（PC のみ） ───
    サムネ画像の上に利用シーン画像を重ね、opacity で切り替える。
    ・マウスを乗せてから 500ms 後に、1 秒かけて利用シーン画像へ
    ・マウスが外れてから 400ms 後に、1 秒かけてサムネ画像へ戻す
    行き帰りで待ち時間が違うため、戻り側を通常状態に、行き側を :hover に置いている。
    デザイン上「PC のみ」の指定のため、769px 未満では常に非表示のまま。 */
/*! 利用シーン画像はサムネイルより小さいことがある（サムネイルの枠はカテゴリごとに
      違うが、利用シーン画像は全カテゴリ同じ大きさに揃えているため）。
      重ねるだけだとサムネイルのはみ出した部分が後ろに残るので、同じタイミングで
      サムネイル側もフェードアウトさせる（data-template-thumb はホバー画像を持つカードにだけ付く）。 */
/*! ─── FEATURES カードのテキスト列（PC のみ） ───
    カードの左上には連番バッジ（160px 角）が重なっているため、見出しは必ず
    その下 50px（カード上端から 210px）から始める。

    ::before を固定 154px の余白、::after を伸び縮みする余白として置いている。
    余った高さは下側だけが吸収するので、文章が長くなってもカードの高さは
    右側の画像パネルと同じままで、下に余分な空きができない。
    （上下に同じ padding を入れる方法だと、下側にも同じ余白が必要になり
    カードが不必要に高くなる） */
@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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --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-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-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
    }
  }
}

@layer theme {
  :root,
  :host {
    --font-sans: "Noto Sans JP", sans-serif;
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --font-weight-light: 300;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-md: 0.375rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --aspect-video: 16 / 9;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-montserrat: "Montserrat", sans-serif;
    --color-primary: #2563eb;
    --color-primary-foreground: #fff;
    --color-secondary: #f1f5f9;
    --color-secondary-foreground: #0f172a;
    --color-base-background: #fff;
    --color-base-foreground: #333;
    --color-base-border: #e2e8f0;
    --color-base-border-low: #e5e7eb;
    --color-base-muted: #f4f4f4;
    --color-base-muted-foreground: #6b7280;
    --color-base-foreground-high: #030712;
    --color-base-black: #222;
    --color-link: #1d4ed8;
    --duration-100: 0.1s;
    --appear-ease: cubic-bezier(0.4, 0.4, 0, 1);
    --appear-duration: 1.2s;
    --appear-distance: 32px;
    --appear-label-stagger: 30ms;
    --appear-title-delay: 0.15s;
    --appear-lead-delay: 0.35s;
    --appear-stagger: 0.15s;
    --duration-hover: 0.5s;
    --ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
    --opacity-disabled: 50%;
    --opacity-pressed: 80%;
  }
}

@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
    -webkit-text-decoration: 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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  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 {
    vertical-align: middle;
    display: block;
  }

  img,
  video {
    max-width: 100%;
    height: auto;
  }

  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :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)) {
      ::placeholder {
        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 {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-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"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }

  .visible {
    visibility: visible;
  }

  .sr-only {
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }

  .absolute {
    position: absolute;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .sticky {
    position: sticky;
  }

  .inset-0 {
    inset: 0;
  }

  .inset-\[-0\.06\%_-0\.07\%_-0\.1\%_48\.73\%\] {
    inset: -0.06% -0.07% -0.1% 48.73%;
  }

  .inset-\[0_0\.38\%_74\.47\%_0\.41\%\] {
    inset: 0 0.38% 74.47% 0.41%;
  }

  .inset-\[0_0_0_48\.66\%\] {
    inset: 0 0 0 48.66%;
  }

  .inset-\[1\.37\%_54\.83\%_2\%_0\] {
    inset: 1.37% 54.83% 2% 0;
  }

  .inset-\[1\.76\%_54\.83\%_1\.76\%_0\] {
    inset: 1.76% 54.83% 1.76% 0;
  }

  .inset-\[9\.22\%_0\] {
    inset: 9.22% 0;
  }

  .inset-\[40\.36\%_0_0\.01\%_0\] {
    inset: 40.36% 0 0.01%;
  }

  .inset-y-0 {
    inset-block: 0;
  }

  .top-0 {
    top: 0;
  }

  .top-1\/2 {
    top: 50%;
  }

  .top-\[-3\.0303\%\] {
    top: -3.0303%;
  }

  .top-\[-12\.5\%\] {
    top: -12.5%;
  }

  .top-\[-57\.7816\%\] {
    top: -57.7816%;
  }

  .top-\[-112\.57\%\] {
    top: -112.57%;
  }

  .top-\[5\.4317\%\] {
    top: 5.4317%;
  }

  .top-\[8\.05\%\] {
    top: 8.05%;
  }

  .top-\[18\.711\%\] {
    top: 18.711%;
  }

  .top-\[21\.05\%\] {
    top: 21.05%;
  }

  .top-\[23\.53\%\] {
    top: 23.53%;
  }

  .top-\[41\.35\%\] {
    top: 41.35%;
  }

  .top-\[42\.648\%\] {
    top: 42.648%;
  }

  .top-\[53\.7736\%\] {
    top: 53.7736%;
  }

  .top-\[54\.93\%\] {
    top: 54.93%;
  }

  .top-\[60px\] {
    top: 60px;
  }

  .top-\[64px\] {
    top: 64px;
  }

  .top-\[72\.18\%\] {
    top: 72.18%;
  }

  .top-\[101px\] {
    top: 101px;
  }

  .top-\[115px\] {
    top: 115px;
  }

  .top-\[160px\] {
    top: 160px;
  }

  .top-\[calc\(50\%-28px\)\] {
    top: calc(50% - 28px);
  }

  .right-0 {
    right: 0;
  }

  .right-\[51\.32px\] {
    right: 51.32px;
  }

  .bottom-\[56px\] {
    bottom: 56px;
  }

  .left-0 {
    left: 0;
  }

  .left-1\/2 {
    left: 50%;
  }

  .left-\[-0\.5px\] {
    left: -0.5px;
  }

  .left-\[-10\.14\%\] {
    left: -10.14%;
  }

  .left-\[-14\.74\%\] {
    left: -14.74%;
  }

  .left-\[-93\.4558\%\] {
    left: -93.4558%;
  }

  .left-\[6\.1835\%\] {
    left: 6.1835%;
  }

  .left-\[10\.075\%\] {
    left: 10.075%;
  }

  .left-\[18\.05\%\] {
    left: 18.05%;
  }

  .left-\[21\.8\%\] {
    left: 21.8%;
  }

  .left-\[50\.169\%\] {
    left: 50.169%;
  }

  .left-\[58\.575\%\] {
    left: 58.575%;
  }

  .left-\[63\.5px\] {
    left: 63.5px;
  }

  .left-\[66\.17\%\] {
    left: 66.17%;
  }

  .left-\[160px\] {
    left: 160px;
  }

  .left-\[258px\] {
    left: 258px;
  }

  .left-\[calc\(50\%-35px\)\] {
    left: calc(50% - 35px);
  }

  .z-10 {
    z-index: 10;
  }

  .z-50 {
    z-index: 50;
  }

  .mx-\[4px\] {
    margin-inline: 4px;
  }

  .mx-auto {
    margin-inline: auto;
  }

  .-mt-\[2px\] {
    margin-top: -2px;
  }

  .mt-\[6\.84px\] {
    margin-top: 6.84px;
  }

  .mt-\[8px\] {
    margin-top: 8px;
  }

  .mt-\[12px\] {
    margin-top: 12px;
  }

  .mt-\[16px\] {
    margin-top: 16px;
  }

  .mt-\[24px\] {
    margin-top: 24px;
  }

  .mt-\[32px\] {
    margin-top: 32px;
  }

  .mt-\[40px\] {
    margin-top: 40px;
  }

  .mt-\[calc\(1\.8em-8px\)\] {
    margin-top: calc(1.8em - 8px);
  }

  .-mr-\[3px\] {
    margin-right: -3px;
  }

  .-mb-\[4px\] {
    margin-bottom: -4px;
  }

  .-mb-px {
    margin-bottom: -1px;
  }

  .-ml-\[3px\] {
    margin-left: -3px;
  }

  .ml-\[8px\] {
    margin-left: 8px;
  }

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .inline-block {
    display: inline-block;
  }

  .inline-flex {
    display: inline-flex;
  }

  .table {
    display: table;
  }

  .aspect-\[16\/9\] {
    aspect-ratio: 16 / 9;
  }

  .aspect-\[39\.47\/56\] {
    aspect-ratio: 39.47 / 56;
  }

  .aspect-\[48\.53\/68\.53\] {
    aspect-ratio: 48.53 / 68.53;
  }

  .aspect-\[55\.71\/78\] {
    aspect-ratio: 55.71 / 78;
  }

  .aspect-\[68\/136\] {
    aspect-ratio: 68 / 136;
  }

  .aspect-\[77\/115\] {
    aspect-ratio: 77 / 115;
  }

  .aspect-\[79\/111\.43\] {
    aspect-ratio: 79 / 111.43;
  }

  .aspect-\[81\/135\] {
    aspect-ratio: 81 / 135;
  }

  .aspect-\[111\/166\] {
    aspect-ratio: 111 / 166;
  }

  .aspect-\[112\/158\.4\] {
    aspect-ratio: 112 / 158.4;
  }

  .aspect-\[115\/77\] {
    aspect-ratio: 115 / 77;
  }

  .aspect-\[135\/68\] {
    aspect-ratio: 135 / 68;
  }

  .aspect-\[136\/81\] {
    aspect-ratio: 136 / 81;
  }

  .aspect-\[148\/100\] {
    aspect-ratio: 148 / 100;
  }

  .aspect-\[155\/94\] {
    aspect-ratio: 155 / 94;
  }

  .aspect-\[166\/111\] {
    aspect-ratio: 166 / 111;
  }

  .aspect-\[233\/234\] {
    aspect-ratio: 233 / 234;
  }

  .aspect-\[334\/88\] {
    aspect-ratio: 334 / 88;
  }

  .aspect-\[336\/200\] {
    aspect-ratio: 336 / 200;
  }

  .aspect-\[747\/486\] {
    aspect-ratio: 747 / 486;
  }

  .aspect-\[768\/416\] {
    aspect-ratio: 768 / 416;
  }

  .aspect-\[954\/343\] {
    aspect-ratio: 954 / 343;
  }

  .aspect-\[954\/986\] {
    aspect-ratio: 954 / 986;
  }

  .aspect-\[1212\/640\] {
    aspect-ratio: 1212 / 640;
  }

  .aspect-\[1659\/1100\] {
    aspect-ratio: 1659 / 1100;
  }

  .aspect-square {
    aspect-ratio: 1;
  }

  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }

  .size-\[9\.6px\] {
    width: 9.6px;
    height: 9.6px;
  }

  .size-\[10\.912px\] {
    width: 10.912px;
    height: 10.912px;
  }

  .size-\[10px\] {
    width: 10px;
    height: 10px;
  }

  .size-\[12px\] {
    width: 12px;
    height: 12px;
  }

  .size-\[15px\] {
    width: 15px;
    height: 15px;
  }

  .size-\[16px\] {
    width: 16px;
    height: 16px;
  }

  .size-\[18px\] {
    width: 18px;
    height: 18px;
  }

  .size-\[20px\] {
    width: 20px;
    height: 20px;
  }

  .size-\[24px\] {
    width: 24px;
    height: 24px;
  }

  .size-\[28px\] {
    width: 28px;
    height: 28px;
  }

  .size-\[40px\] {
    width: 40px;
    height: 40px;
  }

  .size-\[42px\] {
    width: 42px;
    height: 42px;
  }

  .size-\[44px\] {
    width: 44px;
    height: 44px;
  }

  .size-\[45\.916\%\] {
    width: 45.916%;
    height: 45.916%;
  }

  .size-\[46\.5625\%\] {
    width: 46.5625%;
    height: 46.5625%;
  }

  .size-\[64px\] {
    width: 64px;
    height: 64px;
  }

  .size-\[73\.45\%\] {
    width: 73.45%;
    height: 73.45%;
  }

  .size-\[77\.86px\] {
    width: 77.86px;
    height: 77.86px;
  }

  .size-\[87\.6329\%\] {
    width: 87.6329%;
    height: 87.6329%;
  }

  .size-\[119px\] {
    width: 119px;
    height: 119px;
  }

  .size-\[160px\] {
    width: 160px;
    height: 160px;
  }

  .size-\[227\.7075\%\] {
    width: 227.708%;
    height: 227.708%;
  }

  .size-\[256px\] {
    width: 256px;
    height: 256px;
  }

  .size-full {
    width: 100%;
    height: 100%;
  }

  .h-8 {
    height: calc(var(--spacing) * 8);
  }

  .h-10 {
    height: calc(var(--spacing) * 10);
  }

  .h-12 {
    height: calc(var(--spacing) * 12);
  }

  .h-\[9\.055\%\] {
    height: 9.055%;
  }

  .h-\[11\.77px\] {
    height: 11.77px;
  }

  .h-\[16\.1616\%\] {
    height: 16.1616%;
  }

  .h-\[23\.31\%\] {
    height: 23.31%;
  }

  .h-\[24\.231px\] {
    height: 24.231px;
  }

  .h-\[24px\] {
    height: 24px;
  }

  .h-\[26px\] {
    height: 26px;
  }

  .h-\[27\.49px\] {
    height: 27.49px;
  }

  .h-\[29\.32\%\] {
    height: 29.32%;
  }

  .h-\[32px\] {
    height: 32px;
  }

  .h-\[40px\] {
    height: 40px;
  }

  .h-\[42\.86\%\] {
    height: 42.86%;
  }

  .h-\[46px\] {
    height: 46px;
  }

  .h-\[48\.487px\] {
    height: 48.487px;
  }

  .h-\[53px\] {
    height: 53px;
  }

  .h-\[60px\] {
    height: 60px;
  }

  .h-\[62\.2642\%\] {
    height: 62.2642%;
  }

  .h-\[64px\] {
    height: 64px;
  }

  .h-\[71\.63px\] {
    height: 71.63px;
  }

  .h-\[71\.79\%\] {
    height: 71.79%;
  }

  .h-\[101px\] {
    height: 101px;
  }

  .h-\[125\%\] {
    height: 125%;
  }

  .h-\[160px\] {
    height: 160px;
  }

  .h-\[233\.35\%\] {
    height: 233.35%;
  }

  .h-full {
    height: 100%;
  }

  .h-px {
    height: 1px;
  }

  .w-\[10\.2786\%\] {
    width: 10.2786%;
  }

  .w-\[12\.638\%\] {
    width: 12.638%;
  }

  .w-\[14\.5078\%\] {
    width: 14.5078%;
  }

  .w-\[17\.7083\%\] {
    width: 17.7083%;
  }

  .w-\[20\.0521\%\] {
    width: 20.0521%;
  }

  .w-\[20\.5729\%\] {
    width: 20.5729%;
  }

  .w-\[21\.0938\%\] {
    width: 21.0938%;
  }

  .w-\[21\.6146\%\] {
    width: 21.6146%;
  }

  .w-\[24\.06\%\] {
    width: 24.06%;
  }

  .w-\[24\.894\%\] {
    width: 24.894%;
  }

  .w-\[24px\] {
    width: 24px;
  }

  .w-\[28\.9062\%\] {
    width: 28.9062%;
  }

  .w-\[29\.1667\%\] {
    width: 29.1667%;
  }

  .w-\[29\.9479\%\] {
    width: 29.9479%;
  }

  .w-\[31\.7708\%\] {
    width: 31.7708%;
  }

  .w-\[35\.1562\%\] {
    width: 35.1562%;
  }

  .w-\[35\.4167\%\] {
    width: 35.4167%;
  }

  .w-\[36px\] {
    width: 36px;
  }

  .w-\[38\.5417\%\] {
    width: 38.5417%;
  }

  .w-\[40\.3646\%\] {
    width: 40.3646%;
  }

  .w-\[43\.2292\%\] {
    width: 43.2292%;
  }

  .w-\[53\.38\%\] {
    width: 53.38%;
  }

  .w-\[64px\] {
    width: 64px;
  }

  .w-\[67\.4221\%\] {
    width: 67.4221%;
  }

  .w-\[69\.92\%\] {
    width: 69.92%;
  }

  .w-\[69\.4444\%\] {
    width: 69.4444%;
  }

  .w-\[74\.0042\%\] {
    width: 74.0042%;
  }

  .w-\[79\.52\%\] {
    width: 79.52%;
  }

  .w-\[80\.9028\%\] {
    width: 80.9028%;
  }

  .w-\[84px\] {
    width: 84px;
  }

  .w-\[90\.2778\%\] {
    width: 90.2778%;
  }

  .w-\[90\.9722\%\] {
    width: 90.9722%;
  }

  .w-\[125\.79\%\] {
    width: 125.79%;
  }

  .w-\[133\.33\%\] {
    width: 133.33%;
  }

  .w-\[149px\] {
    width: 149px;
  }

  .w-\[152px\] {
    width: 152px;
  }

  .w-\[160px\] {
    width: 160px;
  }

  .w-\[173\.62px\] {
    width: 173.62px;
  }

  .w-\[175px\] {
    width: 175px;
  }

  .w-\[230\.717px\] {
    width: 230.717px;
  }

  .w-\[236\.68px\] {
    width: 236.68px;
  }

  .w-\[240px\] {
    width: 240px;
  }

  .w-\[258px\] {
    width: 258px;
  }

  .w-full {
    width: 100%;
  }

  .w-max {
    width: max-content;
  }

  .w-min {
    width: min-content;
  }

  .max-w-\[335px\] {
    max-width: 335px;
  }

  .max-w-\[360px\] {
    max-width: 360px;
  }

  .max-w-\[400px\] {
    max-width: 400px;
  }

  .max-w-\[477px\] {
    max-width: 477px;
  }

  .max-w-\[485px\] {
    max-width: 485px;
  }

  .max-w-full {
    max-width: 100%;
  }

  .max-w-none {
    max-width: none;
  }

  .min-w-0 {
    min-width: 0;
  }

  .min-w-\[240px\] {
    min-width: 240px;
  }

  .min-w-full {
    min-width: 100%;
  }

  .min-w-px {
    min-width: 1px;
  }

  .flex-1 {
    flex: 1;
  }

  .shrink-0 {
    flex-shrink: 0;
  }

  .grow {
    flex-grow: 1;
  }

  .basis-\[calc\(50\%-6px\)\] {
    flex-basis: calc(50% - 6px);
  }

  .basis-full {
    flex-basis: 100%;
  }

  .border-collapse {
    border-collapse: collapse;
  }

  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .-rotate-90 {
    rotate: -90deg;
  }

  .rotate-\[4\.46deg\] {
    rotate: 4.46deg;
  }

  .rotate-\[7\.53deg\] {
    rotate: 7.53deg;
  }

  .rotate-\[9\.26deg\] {
    rotate: 9.26deg;
  }

  .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;
  }

  .scrollbar-none {
    scrollbar-width: none;
  }

  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid-cols-\[120px_1fr\] {
    grid-template-columns: 120px 1fr;
  }

  .grid-cols-\[repeat\(auto-fit\,minmax\(min\(330px\,100\%\)\,1fr\)\)\] {
    grid-template-columns: repeat(auto-fit, minmax(min(330px, 100%), 1fr));
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .content-center {
    align-content: center;
  }

  .items-center {
    align-items: center;
  }

  .items-start {
    align-items: flex-start;
  }

  .justify-between {
    justify-content: space-between;
  }

  .justify-center {
    justify-content: center;
  }

  .justify-end {
    justify-content: flex-end;
  }

  .gap-1 {
    gap: var(--spacing);
  }

  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }

  .gap-\[8\.3333\%\] {
    gap: 8.3333%;
  }

  .gap-\[8px\] {
    gap: 8px;
  }

  .gap-\[10px\] {
    gap: 10px;
  }

  .gap-\[12px\] {
    gap: 12px;
  }

  .gap-\[16px\] {
    gap: 16px;
  }

  .gap-\[20px\] {
    gap: 20px;
  }

  .gap-\[24px\] {
    gap: 24px;
  }

  .gap-\[32px\] {
    gap: 32px;
  }

  .gap-\[40px\] {
    gap: 40px;
  }

  .gap-\[48px\] {
    gap: 48px;
  }

  .gap-\[56px\] {
    gap: 56px;
  }

  .gap-x-\[12px\] {
    column-gap: 12px;
  }

  .gap-y-\[16px\] {
    row-gap: 16px;
  }

  .self-center {
    align-self: center;
  }

  .truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-x-auto {
    overflow-x: auto;
  }

  .scroll-smooth {
    scroll-behavior: smooth;
  }

  .rounded {
    border-radius: 0.25rem;
  }

  .rounded-\[8px\] {
    border-radius: 8px;
  }

  .rounded-\[10\.912px\] {
    border-radius: 10.912px;
  }

  .rounded-\[12px\] {
    border-radius: 12px;
  }

  .rounded-\[13\.5px\] {
    border-radius: 13.5px;
  }

  .rounded-\[16px\] {
    border-radius: 16px;
  }

  .rounded-\[24px\] {
    border-radius: 24px;
  }

  .rounded-\[50\%\] {
    border-radius: 50%;
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .rounded-md {
    border-radius: var(--radius-md);
  }

  .rounded-none {
    border-radius: 0;
  }

  .rounded-t-\[40px\] {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .rounded-br-\[8\.759px\] {
    border-bottom-right-radius: 8.759px;
  }

  .rounded-br-\[16px\] {
    border-bottom-right-radius: 16px;
  }

  .rounded-br-\[24px\] {
    border-bottom-right-radius: 24px;
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-\[0\.612px\] {
    border-style: var(--tw-border-style);
    border-width: 0.612px;
  }

  .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-\[\#6b7280\] {
    border-color: #6b7280;
  }

  .border-base-border {
    border-color: var(--color-base-border);
  }

  .border-base-border-low {
    border-color: var(--color-base-border-low);
  }

  .border-base-foreground {
    border-color: var(--color-base-foreground);
  }

  .border-black {
    border-color: var(--color-black);
  }

  .border-transparent {
    border-color: #0000;
  }

  .bg-\[\#f5f5f5\] {
    background-color: #f5f5f5;
  }

  .bg-\[\#fafafa\] {
    background-color: #fafafa;
  }

  .bg-base-background {
    background-color: var(--color-base-background);
  }

  .bg-base-foreground {
    background-color: var(--color-base-foreground);
  }

  .bg-base-muted {
    background-color: var(--color-base-muted);
  }

  .bg-primary {
    background-color: var(--color-primary);
  }

  .bg-secondary {
    background-color: var(--color-secondary);
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .bg-linear-to-r {
    --tw-gradient-position: to right;
  }

  @supports (background-image: linear-gradient(in lab, red, red)) {
    .bg-linear-to-r {
      --tw-gradient-position: to right in oklab;
    }
  }

  .bg-linear-to-r {
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .from-\[rgba\(255\,255\,255\,0\)\] {
    --tw-gradient-from: #fff0;
    --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)
    );
  }

  .object-contain {
    object-fit: contain;
  }

  .object-cover {
    object-fit: cover;
  }

  .object-\[50\%_47\.5\%\] {
    object-position: 50% 47.5%;
  }

  .p-\[16px\] {
    padding: 16px;
  }

  .p-\[20px\] {
    padding: 20px;
  }

  .p-\[24px\] {
    padding: 24px;
  }

  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .px-\[8px\] {
    padding-inline: 8px;
  }

  .px-\[12px\] {
    padding-inline: 12px;
  }

  .px-\[16px\] {
    padding-inline: 16px;
  }

  .px-\[20px\] {
    padding-inline: 20px;
  }

  .py-1 {
    padding-block: var(--spacing);
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .py-\[2px\] {
    padding-block: 2px;
  }

  .py-\[4px\] {
    padding-block: 4px;
  }

  .py-\[11px\] {
    padding-block: 11px;
  }

  .py-\[12px\] {
    padding-block: 12px;
  }

  .py-\[13\.74px\] {
    padding-block: 13.74px;
  }

  .py-\[16px\] {
    padding-block: 16px;
  }

  .py-\[20px\] {
    padding-block: 20px;
  }

  .py-\[40px\] {
    padding-block: 40px;
  }

  .py-\[56px\] {
    padding-block: 56px;
  }

  .py-\[64px\] {
    padding-block: 64px;
  }

  .pt-\[6\.462px\] {
    padding-top: 6.462px;
  }

  .pt-\[8px\] {
    padding-top: 8px;
  }

  .pt-\[12px\] {
    padding-top: 12px;
  }

  .pt-\[16px\] {
    padding-top: 16px;
  }

  .pt-\[20px\] {
    padding-top: 20px;
  }

  .pt-\[24px\] {
    padding-top: 24px;
  }

  .pt-\[32px\] {
    padding-top: 32px;
  }

  .pt-\[40px\] {
    padding-top: 40px;
  }

  .pt-\[56px\] {
    padding-top: 56px;
  }

  .pt-\[72px\] {
    padding-top: 72px;
  }

  .pt-\[80px\] {
    padding-top: 80px;
  }

  .pr-\[7px\] {
    padding-right: 7px;
  }

  .pr-\[12px\] {
    padding-right: 12px;
  }

  .pr-\[16px\] {
    padding-right: 16px;
  }

  .pr-\[32px\] {
    padding-right: 32px;
  }

  .pr-\[56px\] {
    padding-right: 56px;
  }

  .pb-\[12px\] {
    padding-bottom: 12px;
  }

  .pb-\[14px\] {
    padding-bottom: 14px;
  }

  .pb-\[16px\] {
    padding-bottom: 16px;
  }

  .pb-\[20px\] {
    padding-bottom: 20px;
  }

  .pb-\[32px\] {
    padding-bottom: 32px;
  }

  .pb-\[40px\] {
    padding-bottom: 40px;
  }

  .pl-\[8px\] {
    padding-left: 8px;
  }

  .pl-\[16px\] {
    padding-left: 16px;
  }

  .pl-\[20px\] {
    padding-left: 20px;
  }

  .pl-\[32px\] {
    padding-left: 32px;
  }

  .text-center {
    text-align: center;
  }

  .text-left {
    text-align: left;
  }

  .align-middle {
    vertical-align: middle;
  }

  .font-montserrat {
    font-family: var(--font-montserrat);
  }

  .font-sans {
    font-family: var(--font-sans);
  }

  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

  .text-\[0\.1351em\] {
    font-size: 0.1351em;
  }

  .text-\[0\.2373em\] {
    font-size: 0.2373em;
  }

  .text-\[12px\] {
    font-size: 12px;
  }

  .text-\[13\.92px\] {
    font-size: 13.92px;
  }

  .text-\[14px\] {
    font-size: 14px;
  }

  .text-\[16px\] {
    font-size: 16px;
  }

  .text-\[18px\] {
    font-size: 18px;
  }

  .text-\[20px\] {
    font-size: 20px;
  }

  .text-\[24px\] {
    font-size: 24px;
  }

  .text-\[56px\] {
    font-size: 56px;
  }

  .text-\[77\.86px\] {
    font-size: 77.86px;
  }

  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }

  .leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }

  .leading-\[1\.7\] {
    --tw-leading: 1.7;
    line-height: 1.7;
  }

  .leading-\[1\.8\] {
    --tw-leading: 1.8;
    line-height: 1.8;
  }

  .leading-\[2\] {
    --tw-leading: 2;
    line-height: 2;
  }

  .leading-\[20px\] {
    --tw-leading: 20px;
    line-height: 20px;
  }

  .leading-\[21px\] {
    --tw-leading: 21px;
    line-height: 21px;
  }

  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .tracking-\[0\.4px\] {
    --tw-tracking: 0.4px;
    letter-spacing: 0.4px;
  }

  .tracking-\[0\.008px\] {
    --tw-tracking: 0.008px;
    letter-spacing: 0.008px;
  }

  .tracking-\[0\.009px\] {
    --tw-tracking: 0.009px;
    letter-spacing: 0.009px;
  }

  .tracking-\[0\.36px\] {
    --tw-tracking: 0.36px;
    letter-spacing: 0.36px;
  }

  .tracking-\[0\.48px\] {
    --tw-tracking: 0.48px;
    letter-spacing: 0.48px;
  }

  .tracking-\[1\.8096px\] {
    --tw-tracking: 1.8096px;
    letter-spacing: 1.8096px;
  }

  .whitespace-nowrap {
    white-space: nowrap;
  }

  .text-\[\#111\] {
    color: #111;
  }

  .text-\[\#333\] {
    color: #333;
  }

  .text-base-foreground {
    color: var(--color-base-foreground);
  }

  .text-base-foreground-high {
    color: var(--color-base-foreground-high);
  }

  .text-base-muted-foreground {
    color: var(--color-base-muted-foreground);
  }

  .text-black {
    color: var(--color-black);
  }

  .text-link {
    color: var(--color-link);
  }

  .text-primary-foreground {
    color: var(--color-primary-foreground);
  }

  .text-secondary-foreground {
    color: var(--color-secondary-foreground);
  }

  .text-white {
    color: var(--color-white);
  }

  .italic {
    font-style: italic;
  }

  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .opacity-80 {
    opacity: 0.8;
  }

  .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,);
  }

  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }

  .\[transition\:background-color_var\(--duration-hover\)_var\(--ease-out-expo\)\,color_var\(--duration-hover\)_var\(--ease-out-expo\)\,box-shadow_var\(--duration-hover\)_var\(--ease-out-expo\)\,opacity_var\(--duration-100\)_var\(--ease-in-out\)\] {
    transition:
      background-color var(--duration-hover) var(--ease-out-expo),
      color var(--duration-hover) var(--ease-out-expo),
      box-shadow var(--duration-hover) var(--ease-out-expo),
      opacity var(--duration-100) var(--ease-in-out);
  }

  @media (hover: hover) {
    .group-hover\:bg-white:is(:where(.group):hover *) {
      background-color: var(--color-white);
    }

    .group-hover\:text-base-foreground:is(:where(.group):hover *) {
      color: var(--color-base-foreground);
    }

    .group-hover\:shadow-\[inset_0_0_0_1px_var\(--color-base-foreground\)\]:is(
      :where(.group):hover *
    ) {
      --tw-shadow: inset 0 0 0 1px
        var(--tw-shadow-color, var(--color-base-foreground));
      box-shadow:
        var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
        var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }

    .hover\:bg-base-foreground:hover {
      background-color: var(--color-base-foreground);
    }

    .hover\:bg-base-muted:hover {
      background-color: var(--color-base-muted);
    }

    .hover\:bg-primary\/90:hover {
      background-color: #2563ebe6;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-primary\/90:hover {
        background-color: color-mix(
          in oklab,
          var(--color-primary) 90%,
          transparent
        );
      }
    }

    .hover\:bg-secondary\/80:hover {
      background-color: #f1f5f9cc;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-secondary\/80:hover {
        background-color: color-mix(
          in oklab,
          var(--color-secondary) 80%,
          transparent
        );
      }
    }

    .hover\:bg-white:hover {
      background-color: var(--color-white);
    }

    .hover\:text-base-foreground:hover {
      color: var(--color-base-foreground);
    }

    .hover\:text-white:hover {
      color: var(--color-white);
    }

    .hover\:shadow-\[inset_0_0_0_1px_var\(--color-base-foreground\)\]:hover {
      --tw-shadow: inset 0 0 0 1px
        var(--tw-shadow-color, var(--color-base-foreground));
      box-shadow:
        var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
        var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  .active\:opacity-pressed:active {
    opacity: var(--opacity-pressed);
  }

  .disabled\:pointer-events-none:disabled {
    pointer-events: none;
  }

  .disabled\:opacity-disabled:disabled {
    opacity: var(--opacity-disabled);
  }

  .aria-selected\:border-base-black[aria-selected="true"] {
    border-color: var(--color-base-black);
  }

  @media (min-width: 48.0625rem) {
    .pc\:top-\[209px\] {
      top: 209px;
    }

    .pc\:left-\[0\.02\%\] {
      left: 0.02%;
    }

    .pc\:left-\[532px\] {
      left: 532px;
    }

    .pc\:col-span-2 {
      grid-column: span 2 / span 2;
    }

    .pc\:col-start-1 {
      grid-column-start: 1;
    }

    .pc\:col-start-2 {
      grid-column-start: 2;
    }

    .pc\:col-start-3 {
      grid-column-start: 3;
    }

    .pc\:col-start-4 {
      grid-column-start: 4;
    }

    .pc\:col-start-5 {
      grid-column-start: 5;
    }

    .pc\:col-start-6 {
      grid-column-start: 6;
    }

    .pc\:col-start-8 {
      grid-column-start: 8;
    }

    .pc\:row-span-2 {
      grid-row: span 2 / span 2;
    }

    .pc\:row-start-1 {
      grid-row-start: 1;
    }

    .pc\:row-start-2 {
      grid-row-start: 2;
    }

    .pc\:-mt-\[41px\] {
      margin-top: -41px;
    }

    .pc\:mt-\[8\.52px\] {
      margin-top: 8.52px;
    }

    .pc\:mt-\[8px\] {
      margin-top: 8px;
    }

    .pc\:mt-\[16px\] {
      margin-top: 16px;
    }

    .pc\:mt-\[18\.7px\] {
      margin-top: 18.7px;
    }

    .pc\:mt-\[48px\] {
      margin-top: 48px;
    }

    .pc\:mt-\[56px\] {
      margin-top: 56px;
    }

    .pc\:mt-\[80px\] {
      margin-top: 80px;
    }

    .pc\:-mb-\[20px\] {
      margin-bottom: -20px;
    }

    .pc\:-ml-\[28px\] {
      margin-left: -28px;
    }

    .pc\:ml-\[22px\] {
      margin-left: 22px;
    }

    .pc\:line-clamp-3 {
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      overflow: hidden;
    }

    .pc\:block {
      display: block;
    }

    .pc\:flex {
      display: flex;
    }

    .pc\:grid {
      display: grid;
    }

    .pc\:hidden {
      display: none;
    }

    .pc\:aspect-\[832\/408\] {
      aspect-ratio: 832 / 408;
    }

    .pc\:aspect-\[1200\/343\] {
      aspect-ratio: 1200 / 343;
    }

    .pc\:aspect-auto {
      aspect-ratio: auto;
    }

    .pc\:aspect-square {
      aspect-ratio: 1;
    }

    .pc\:size-\[16px\] {
      width: 16px;
      height: 16px;
    }

    .pc\:size-\[20px\] {
      width: 20px;
      height: 20px;
    }

    .pc\:size-\[24px\] {
      width: 24px;
      height: 24px;
    }

    .pc\:size-\[33px\] {
      width: 33px;
      height: 33px;
    }

    .pc\:size-\[56px\] {
      width: 56px;
      height: 56px;
    }

    .pc\:size-\[119\.67px\] {
      width: 119.67px;
      height: 119.67px;
    }

    .pc\:size-\[133px\] {
      width: 133px;
      height: 133px;
    }

    .pc\:size-auto {
      width: auto;
      height: auto;
    }

    .pc\:h-\[14\.66px\] {
      height: 14.66px;
    }

    .pc\:h-\[34\.25px\] {
      height: 34.25px;
    }

    .pc\:h-\[40px\] {
      height: 40px;
    }

    .pc\:h-\[76\.751px\] {
      height: 76.751px;
    }

    .pc\:h-\[209px\] {
      height: 209px;
    }

    .pc\:h-\[var\(--hero-visual-h\)\] {
      height: var(--hero-visual-h);
    }

    .pc\:min-h-\[90px\] {
      min-height: 90px;
    }

    .pc\:w-\[47\.43\%\] {
      width: 47.43%;
    }

    .pc\:w-\[48px\] {
      width: 48px;
    }

    .pc\:w-\[216\.28px\] {
      width: 216.28px;
    }

    .pc\:w-\[218px\] {
      width: 218px;
    }

    .pc\:w-\[240px\] {
      width: 240px;
    }

    .pc\:w-\[365\.208px\] {
      width: 365.208px;
    }

    .pc\:w-\[532px\] {
      width: 532px;
    }

    .pc\:w-auto {
      width: auto;
    }

    .pc\:w-full {
      width: 100%;
    }

    .pc\:max-w-\[516px\] {
      max-width: 516px;
    }

    .pc\:max-w-none {
      max-width: none;
    }

    .pc\:min-w-0 {
      min-width: 0;
    }

    .pc\:flex-1 {
      flex: 1;
    }

    .pc\:flex-initial {
      flex: 0 auto;
    }

    .pc\:shrink-0 {
      flex-shrink: 0;
    }

    .pc\:grow-\[477\] {
      flex-grow: 477;
    }

    .pc\:grow-\[651\] {
      flex-grow: 651;
    }

    .pc\:basis-0 {
      flex-basis: 0;
    }

    .pc\:basis-\[calc\(50\%-8px\)\] {
      flex-basis: calc(50% - 8px);
    }

    .pc\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .pc\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .pc\:grid-cols-\[repeat\(8\,362\.5px\)\] {
      grid-template-columns: repeat(8, 362.5px);
    }

    .pc\:grid-cols-\[repeat\(auto-fit\,minmax\(min\(330px\,100\%\)\,1fr\)\)\] {
      grid-template-columns: repeat(auto-fit, minmax(min(330px, 100%), 1fr));
    }

    .pc\:grid-rows-\[repeat\(2\,362\.5px\)\] {
      grid-template-rows: repeat(2, 362.5px);
    }

    .pc\:grid-rows-\[var\(--hero-tile-h\)_var\(--hero-tile-h\)\] {
      grid-template-rows: var(--hero-tile-h) var(--hero-tile-h);
    }

    .pc\:flex-row {
      flex-direction: row;
    }

    .pc\:items-center {
      align-items: center;
    }

    .pc\:items-start {
      align-items: flex-start;
    }

    .pc\:items-stretch {
      align-items: stretch;
    }

    .pc\:justify-center {
      justify-content: center;
    }

    .pc\:justify-start {
      justify-content: flex-start;
    }

    .pc\:gap-0 {
      gap: 0;
    }

    .pc\:gap-10 {
      gap: calc(var(--spacing) * 10);
    }

    .pc\:gap-16 {
      gap: calc(var(--spacing) * 16);
    }

    .pc\:gap-\[16px\] {
      gap: 16px;
    }

    .pc\:gap-\[24px\] {
      gap: 24px;
    }

    .pc\:gap-\[32px\] {
      gap: 32px;
    }

    .pc\:gap-\[40px\] {
      gap: 40px;
    }

    .pc\:gap-\[48px\] {
      gap: 48px;
    }

    .pc\:gap-\[64px\] {
      gap: 64px;
    }

    .pc\:gap-\[72px\] {
      gap: 72px;
    }

    .pc\:gap-\[80px\] {
      gap: 80px;
    }

    .pc\:gap-x-\[16px\] {
      column-gap: 16px;
    }

    .pc\:gap-x-\[24px\] {
      column-gap: 24px;
    }

    .pc\:gap-y-\[15px\] {
      row-gap: 15px;
    }

    .pc\:gap-y-\[32px\] {
      row-gap: 32px;
    }

    .pc\:rounded-\[10px\] {
      border-radius: 10px;
    }

    .pc\:rounded-\[24px\] {
      border-radius: 24px;
    }

    .pc\:rounded-t-\[200px\] {
      border-top-left-radius: 200px;
      border-top-right-radius: 200px;
    }

    .pc\:rounded-br-\[24px\] {
      border-bottom-right-radius: 24px;
    }

    .pc\:border-\[0\.5px\] {
      border-style: var(--tw-border-style);
      border-width: 0.5px;
    }

    .pc\:bg-white {
      background-color: var(--color-white);
    }

    .pc\:p-0 {
      padding: 0;
    }

    .pc\:p-\[9\.3\%\] {
      padding: 9.3%;
    }

    .pc\:p-\[24px\] {
      padding: 24px;
    }

    .pc\:p-\[32px\] {
      padding: 32px;
    }

    .pc\:p-\[56px\] {
      padding: 56px;
    }

    .pc\:px-0 {
      padding-inline: 0;
    }

    .pc\:px-\[24px\] {
      padding-inline: 24px;
    }

    .pc\:px-\[48px\] {
      padding-inline: 48px;
    }

    .pc\:py-\[17\.13px\] {
      padding-block: 17.13px;
    }

    .pc\:py-\[19px\] {
      padding-block: 19px;
    }

    .pc\:py-\[20px\] {
      padding-block: 20px;
    }

    .pc\:py-\[24px\] {
      padding-block: 24px;
    }

    .pc\:py-\[28px\] {
      padding-block: 28px;
    }

    .pc\:py-\[40px\] {
      padding-block: 40px;
    }

    .pc\:py-\[80px\] {
      padding-block: 80px;
    }

    .pc\:py-\[120px\] {
      padding-block: 120px;
    }

    .pc\:pt-\[16px\] {
      padding-top: 16px;
    }

    .pc\:pt-\[24px\] {
      padding-top: 24px;
    }

    .pc\:pt-\[25px\] {
      padding-top: 25px;
    }

    .pc\:pt-\[32px\] {
      padding-top: 32px;
    }

    .pc\:pt-\[40px\] {
      padding-top: 40px;
    }

    .pc\:pt-\[48px\] {
      padding-top: 48px;
    }

    .pc\:pt-\[80px\] {
      padding-top: 80px;
    }

    .pc\:pr-\[16px\] {
      padding-right: 16px;
    }

    .pc\:pr-\[24px\] {
      padding-right: 24px;
    }

    .pc\:pb-\[22px\] {
      padding-bottom: 22px;
    }

    .pc\:pb-\[24px\] {
      padding-bottom: 24px;
    }

    .pc\:pb-\[40px\] {
      padding-bottom: 40px;
    }

    .pc\:pb-\[48px\] {
      padding-bottom: 48px;
    }

    .pc\:pb-\[80px\] {
      padding-bottom: 80px;
    }

    .pc\:pl-\[24px\] {
      padding-left: 24px;
    }

    .pc\:pl-\[74px\] {
      padding-left: 74px;
    }

    .pc\:text-\[14px\] {
      font-size: 14px;
    }

    .pc\:text-\[16px\] {
      font-size: 16px;
    }

    .pc\:text-\[18px\] {
      font-size: 18px;
    }

    .pc\:text-\[20px\] {
      font-size: 20px;
    }

    .pc\:text-\[22px\] {
      font-size: 22px;
    }

    .pc\:text-\[24px\] {
      font-size: 24px;
    }

    .pc\:text-\[32px\] {
      font-size: 32px;
    }

    .pc\:text-\[48px\] {
      font-size: 48px;
    }

    .pc\:text-\[133px\] {
      font-size: 133px;
    }

    .pc\:leading-\[1\.5\] {
      --tw-leading: 1.5;
      line-height: 1.5;
    }

    .pc\:tracking-\[0\.01px\] {
      --tw-tracking: 0.01px;
      letter-spacing: 0.01px;
    }

    .pc\:tracking-\[0\.009px\] {
      --tw-tracking: 0.009px;
      letter-spacing: 0.009px;
    }

    .pc\:tracking-\[0\.48px\] {
      --tw-tracking: 0.48px;
      letter-spacing: 0.48px;
    }

    .pc\:tracking-\[2\.86px\] {
      --tw-tracking: 2.86px;
      letter-spacing: 2.86px;
    }

    .pc\:whitespace-nowrap {
      white-space: nowrap;
    }

    .pc\:opacity-100 {
      opacity: 1;
    }
  }

  @media (min-width: 68.75rem) {
    .hd\:static {
      position: static;
    }

    .hd\:sticky {
      position: sticky;
    }

    .hd\:col-start-1 {
      grid-column-start: 1;
    }

    .hd\:col-start-2 {
      grid-column-start: 2;
    }

    .hd\:row-start-1 {
      grid-row-start: 1;
    }

    .hd\:mt-\[16px\] {
      margin-top: 16px;
    }

    .hd\:mt-\[24px\] {
      margin-top: 24px;
    }

    .hd\:block {
      display: block;
    }

    .hd\:hidden {
      display: none;
    }

    .hd\:inline {
      display: inline;
    }

    .hd\:size-\[12px\] {
      width: 12px;
      height: 12px;
    }

    .hd\:size-\[24px\] {
      width: 24px;
      height: 24px;
    }

    .hd\:h-\[80px\] {
      height: 80px;
    }

    .hd\:h-auto {
      height: auto;
    }

    .hd\:h-full {
      height: 100%;
    }

    .hd\:w-auto {
      width: auto;
    }

    .hd\:w-min {
      width: min-content;
    }

    .hd\:min-w-full {
      min-width: 100%;
    }

    .hd\:grid-cols-\[320px_1fr\] {
      grid-template-columns: 320px 1fr;
    }

    .hd\:flex-row {
      flex-direction: row;
    }

    .hd\:items-center {
      align-items: center;
    }

    .hd\:items-start {
      align-items: flex-start;
    }

    .hd\:justify-center {
      justify-content: center;
    }

    .hd\:gap-\[16px\] {
      gap: 16px;
    }

    .hd\:gap-\[28px\] {
      gap: 28px;
    }

    .hd\:gap-\[48px\] {
      gap: 48px;
    }

    .hd\:gap-\[56px\] {
      gap: 56px;
    }

    .hd\:overflow-x-visible {
      overflow-x: visible;
    }

    .hd\:rounded-\[12px\] {
      border-radius: 12px;
    }

    .hd\:rounded-\[24px\] {
      border-radius: 24px;
    }

    .hd\:border-t {
      border-top-style: var(--tw-border-style);
      border-top-width: 1px;
    }

    .hd\:p-0 {
      padding: 0;
    }

    .hd\:p-\[32px\] {
      padding: 32px;
    }

    .hd\:p-\[56px\] {
      padding: 56px;
    }

    .hd\:px-0 {
      padding-inline: 0;
    }

    .hd\:px-\[16px\] {
      padding-inline: 16px;
    }

    .hd\:px-\[48px\] {
      padding-inline: 48px;
    }

    .hd\:py-\[12px\] {
      padding-block: 12px;
    }

    .hd\:py-\[14px\] {
      padding-block: 14px;
    }

    .hd\:py-\[20px\] {
      padding-block: 20px;
    }

    .hd\:pt-0 {
      padding-top: 0;
    }

    .hd\:pt-\[80px\] {
      padding-top: 80px;
    }

    .hd\:pr-\[16px\] {
      padding-right: 16px;
    }

    .hd\:pb-\[80px\] {
      padding-bottom: 80px;
    }

    .hd\:pl-\[32px\] {
      padding-left: 32px;
    }

    .hd\:text-\[18px\] {
      font-size: 18px;
    }

    .hd\:text-\[48px\] {
      font-size: 48px;
    }

    .hd\:leading-\[1\.5\] {
      --tw-leading: 1.5;
      line-height: 1.5;
    }

    .hd\:leading-\[2\] {
      --tw-leading: 2;
      line-height: 2;
    }

    .hd\:tracking-\[0\.009px\] {
      --tw-tracking: 0.009px;
      letter-spacing: 0.009px;
    }

    .hd\:text-\[\#111\] {
      color: #111;
    }
  }

  @media (min-width: 59.75rem) {
    .tpl4\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

  .\[\&\>svg\]\:size-full > svg {
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 48.0625rem) {
  [data-hero] {
    --hero-header: 64px;
    --hero-chrome: 96px;
    --hero-space: calc(100dvh - var(--hero-header) - var(--hero-chrome));
    --hero-visual-h: clamp(209px, var(--hero-space) * 418.5 / 821.75, 418.5px);
    --hero-tile-h: min(201.625px, var(--hero-space) * 201.625 / 821.75);
  }
}

@media (min-width: 68.75rem) {
  [data-hero] {
    --hero-header: 80px;
  }
}

[data-toggle-panel][aria-hidden="true"],
[data-header-menu="closed"] .header-icon-x,
[data-header-menu="open"] .header-icon-menu {
  display: none;
}

.header-nav-label {
  position: relative;
}

.header-nav-label:after {
  content: "";
  transform-origin: 0;
  height: 1px;
  transition: transform 0.4s var(--ease-out-expo);
  inset-inline: 0;
  background: currentColor;
  position: absolute;
  bottom: 0;
  transform: scaleX(0);
}

a:hover > .header-nav-label:after,
a:focus-visible > .header-nav-label:after {
  transform: scaleX(1);
}

@media (prefers-reduced-motion: reduce) {
  .header-nav-label:after {
    transition: none;
  }
}

[data-category-nav] a[aria-current="page"] {
  border-bottom-color: var(--color-base-foreground);
}

[data-category-nav-scrollable="false"] .header-category-fade {
  display: none;
}

@media not all and (min-width: 68.75rem) {
  [data-header-menu="closed"] .header-nav {
    display: none;
  }

  [data-header-menu="open"] {
    filter: drop-shadow(0 1px 1px #0000000d);
  }
}

.section-shell {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 20px;
}

@media (min-width: 48.0625rem) {
  .section-shell {
    padding-inline: 120px;
  }
}

.text-link-label {
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
  text-decoration-line: underline;
  text-decoration-style: solid;
}

a:hover .text-link-label {
  text-decoration-line: none;
}

.scrollbar-none {
  scrollbar-width: none;
}

.scrollbar-none::-webkit-scrollbar {
  display: none;
}

[data-paginated-list] > [hidden] {
  display: none;
}

[data-pagination-page] > a[aria-current="page"] {
  background-color: var(--color-base-foreground);
  color: var(--color-white);
}

[data-pagination-items] > [hidden] {
  display: none;
}

[data-scroll-target] {
  scroll-margin-top: 64px;
}

@media (min-width: 48.0625rem) {
  [data-scroll-target] {
    scroll-margin-top: 80px;
  }
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body[data-hero-op="running"] > header,
body[data-hero-op="running"] [data-hero-visual],
body[data-hero-op="running"] [data-hero-tiles] {
  visibility: hidden;
}

.hero-op {
  z-index: 9999;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  animation: 0.9s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.99s both
    hero-op-exit;
  display: flex;
  position: fixed;
  inset: 0;
}

body[data-hero-op="done"] .hero-op {
  display: none;
}

.hero-op-blur-layer {
  background: var(--color-base-background);
  animation: 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) both hero-op-layer;
  position: absolute;
  inset: 0;
}

.hero-op-panel {
  z-index: 1;
  position: relative;
}

.hero-op-char {
  animation: 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) both hero-op-fade-in;
  display: inline-block;
}

.hero-op-char:first-child {
  animation-delay: 0.49s;
}

.hero-op-char:nth-child(2) {
  animation-delay: 0.42s;
}

.hero-op-char:nth-child(3) {
  animation-delay: 0.35s;
}

.hero-op-char:nth-child(4) {
  animation-delay: 0.28s;
}

.hero-op-char:nth-child(5) {
  animation-delay: 0.21s;
}

.hero-op-char:nth-child(6) {
  animation-delay: 0.14s;
}

.hero-op-char:nth-child(7) {
  animation-delay: 70ms;
}

.hero-op-char:nth-child(8) {
  animation-delay: 0s;
}

.hero-op-char:nth-child(9) {
  animation-delay: 35ms;
}

.hero-op-char:nth-child(10) {
  animation-delay: 0.105s;
}

.hero-op-char:nth-child(11) {
  animation-delay: 0.175s;
}

.hero-op-char:nth-child(12) {
  animation-delay: 0.245s;
}

.hero-op-char:nth-child(13) {
  animation-delay: 0.315s;
}

.hero-op-char:nth-child(14) {
  animation-delay: 0.385s;
}

.hero-op-char:nth-child(15) {
  animation-delay: 0.455s;
}

.hero-op-logo {
  animation: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.24s both
    hero-op-fade-in;
}

body[data-hero-op="done"] [data-hero-visual],
body[data-hero-op="done"] [data-hero-tiles] > li {
  animation: 1.3s cubic-bezier(0.22, 1, 0.36, 1) both hero-float-in;
}

body[data-hero-op="done"] [data-hero-tiles] > li:first-child {
  animation-delay: 0.2s;
}

body[data-hero-op="done"] [data-hero-tiles] > li:nth-child(2) {
  animation-delay: 0.4s;
}

body[data-hero-op="done"] [data-hero-tiles] > li:nth-child(3) {
  animation-delay: 0.6s;
}

body[data-hero-op="done"] [data-hero-tiles] > li:nth-child(4) {
  animation-delay: 0.8s;
}

body[data-hero-op="done"] [data-hero-tiles] > li:nth-child(5) {
  animation-delay: 1s;
}

body[data-hero-op="done"] [data-hero-tiles] > li:nth-child(6) {
  animation-delay: 1.2s;
}

body[data-hero-op="done"] [data-hero-panel] {
  animation: 1.3s cubic-bezier(0.22, 1, 0.36, 1) 1.4s both hero-panel-float-in;
}

body[data-hero-op="done"] [data-hero-notch] {
  animation: 1.3s cubic-bezier(0.22, 1, 0.36, 1) 1.4s both hero-op-fade-in;
}

@keyframes hero-op-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes hero-op-layer {
  from {
    opacity: 1;
    filter: blur(30px);
  }

  to {
    opacity: 1;
    filter: blur();
  }
}

@keyframes hero-op-exit {
  0%,
  68.8581% {
    opacity: 1;
    filter: blur();
  }

  100% {
    opacity: 0;
    filter: blur(20px);
  }
}

@keyframes hero-float-in {
  from {
    opacity: 0;
    transform: scale(0.94) translateY(16px);
  }

  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@keyframes hero-panel-float-in {
  from {
    opacity: 0;
    transform: scale(1.06);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-op {
    display: none;
  }

  body[data-hero-op="running"] > header,
  body[data-hero-op="running"] [data-hero-visual],
  body[data-hero-op="running"] [data-hero-tiles] {
    visibility: visible;
  }

  body[data-hero-op="done"] [data-hero-visual],
  body[data-hero-op="done"] [data-hero-tiles] > li,
  body[data-hero-op="done"] [data-hero-panel],
  body[data-hero-op="done"] [data-hero-notch] {
    animation: none;
  }
}

.section-label-mask {
  display: flex;
  overflow: hidden;
}

.section-title-line {
  display: block;
  overflow: hidden;
}

.section-label-char,
.section-title-text,
.reveal-block {
  opacity: 0;
  transform: translateY(var(--appear-distance));
  transition:
    opacity var(--appear-duration) var(--appear-ease),
    transform var(--appear-duration) var(--appear-ease);
}

.section-label-char {
  display: inline-block;
}

.section-title-text {
  display: block;
}

[data-reveal="inview"] .section-label-char,
[data-reveal="inview"] .section-title-text,
[data-reveal="inview"] .reveal-block:not([data-reveal]),
[data-reveal="inview"].reveal-block {
  opacity: 1;
  transform: translateY(0);
}

[data-reveal="inview"] .section-label-char:first-child {
  transition-delay: calc(var(--appear-label-stagger) * 0);
}

[data-reveal="inview"] .section-label-char:nth-child(2) {
  transition-delay: calc(var(--appear-label-stagger) * 1);
}

[data-reveal="inview"] .section-label-char:nth-child(3) {
  transition-delay: calc(var(--appear-label-stagger) * 2);
}

[data-reveal="inview"] .section-label-char:nth-child(4) {
  transition-delay: calc(var(--appear-label-stagger) * 3);
}

[data-reveal="inview"] .section-label-char:nth-child(5) {
  transition-delay: calc(var(--appear-label-stagger) * 4);
}

[data-reveal="inview"] .section-label-char:nth-child(6) {
  transition-delay: calc(var(--appear-label-stagger) * 5);
}

[data-reveal="inview"] .section-label-char:nth-child(7) {
  transition-delay: calc(var(--appear-label-stagger) * 6);
}

[data-reveal="inview"] .section-label-char:nth-child(8) {
  transition-delay: calc(var(--appear-label-stagger) * 7);
}

[data-reveal="inview"] .section-label-char:nth-child(9) {
  transition-delay: calc(var(--appear-label-stagger) * 8);
}

[data-reveal="inview"] .section-label-char:nth-child(10) {
  transition-delay: calc(var(--appear-label-stagger) * 9);
}

[data-reveal="inview"] .section-label-char:nth-child(11) {
  transition-delay: calc(var(--appear-label-stagger) * 10);
}

[data-reveal="inview"] .section-label-char:nth-child(12) {
  transition-delay: calc(var(--appear-label-stagger) * 11);
}

[data-reveal="inview"] .section-label-char:nth-child(13) {
  transition-delay: calc(var(--appear-label-stagger) * 12);
}

[data-reveal="inview"] .section-label-char:nth-child(14) {
  transition-delay: calc(var(--appear-label-stagger) * 13);
}

[data-reveal="inview"] .section-label-char:nth-child(15) {
  transition-delay: calc(var(--appear-label-stagger) * 14);
}

[data-reveal="inview"] .section-label-char:nth-child(16) {
  transition-delay: calc(var(--appear-label-stagger) * 15);
}

[data-reveal="inview"] .section-title-text {
  transition-delay: var(--appear-title-delay);
}

[data-reveal="inview"] .section-lead {
  transition-delay: var(--appear-lead-delay);
}

[data-reveal="inview"] .reveal-stagger > :first-child {
  transition-delay: calc(var(--appear-lead-delay) + var(--appear-stagger) * 0);
}

[data-reveal="inview"] .reveal-stagger > :nth-child(2) {
  transition-delay: calc(var(--appear-lead-delay) + var(--appear-stagger) * 1);
}

[data-reveal="inview"] .reveal-stagger > :nth-child(3) {
  transition-delay: calc(var(--appear-lead-delay) + var(--appear-stagger) * 2);
}

[data-reveal="inview"] .reveal-stagger > :nth-child(4) {
  transition-delay: calc(var(--appear-lead-delay) + var(--appear-stagger) * 3);
}

[data-reveal="inview"] .reveal-stagger > :nth-child(5) {
  transition-delay: calc(var(--appear-lead-delay) + var(--appear-stagger) * 4);
}

[data-reveal="inview"] .reveal-stagger > :nth-child(6) {
  transition-delay: calc(var(--appear-lead-delay) + var(--appear-stagger) * 5);
}

[data-reveal="inview"] .reveal-stagger-tail,
[data-reveal="inview"].reveal-stagger-tail {
  transition-delay: calc(var(--appear-lead-delay) + var(--appear-stagger) * 6);
}

@media (prefers-reduced-motion: reduce) {
  .section-label-char,
  .section-title-text,
  .reveal-block {
    opacity: 1;
    transition: none;
    transform: none;
  }
}

.gallery-track {
  animation: 50s linear infinite gallery-slide;
}

@keyframes gallery-slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .gallery-track {
    animation: none;
  }

  [data-gallery-panel="clone"] {
    display: none;
  }
}

.faq-answer {
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s cubic-bezier(0.43, 0.05, 0.17, 1);
  display: grid;
}

.faq-answer > * {
  min-height: 0;
  overflow: hidden;
}

[aria-expanded="true"] + .faq-answer {
  grid-template-rows: 1fr;
}

[aria-expanded="true"] .faq-icon-plus,
[aria-expanded="false"] .faq-icon-minus {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .faq-answer {
    transition: none;
  }
}

[data-cta-icon] {
  transition: border-color var(--duration-hover) var(--ease-out-expo);
  border: 1px solid #0000;
}

a:hover [data-cta-icon],
button:hover [data-cta-icon] {
  border-color: var(--color-base-foreground);
}

[data-cta-icon-invert] {
  transition:
    background-color var(--duration-hover) var(--ease-out-expo),
    border-color var(--duration-hover) var(--ease-out-expo);
}

a:hover [data-cta-icon-invert],
button:hover [data-cta-icon-invert] {
  background-color: #fafafa;
  border-color: #0000;
}

[data-zoom-image] {
  transition: transform var(--duration-hover) var(--ease-out-expo);
}

[data-zoom-card]:hover [data-zoom-image] {
  transform: scale(1.05);
}

[data-zoom-card]:hover a [data-card-title],
[data-zoom-card] a:focus-visible [data-card-title] {
  text-underline-offset: 0.15em;
  text-decoration-line: underline;
  text-decoration-thickness: from-font;
}

@media (prefers-reduced-motion: reduce) {
  [data-zoom-image] {
    transition: none;
  }

  [data-zoom-card]:hover [data-zoom-image] {
    transform: none;
  }
}

[data-template-hover] {
  opacity: 0;
}

@media (min-width: 48.0625rem) {
  [data-template-hover],
  [data-template-thumb] {
    transition: opacity 1s 0.4s;
  }

  [data-template-card]:hover [data-template-hover] {
    opacity: 1;
    transition-delay: 0.5s;
  }

  [data-template-card]:hover [data-template-thumb] {
    opacity: 0;
    transition-delay: 0.5s;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-template-hover],
  [data-template-thumb],
  [data-template-card]:hover [data-template-hover],
  [data-template-card]:hover [data-template-thumb] {
    transition: none;
  }
}

@media (min-width: 48.0625rem) {
  .feature-card-text:before,
  .feature-card-text:after {
    content: "";
    display: block;
  }

  .feature-card-text:before {
    flex: 0 0 154px;
  }

  .feature-card-text:after {
    flex: 1 1 0;
  }
}

@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@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-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-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
