:root {
  --fcs-ink: #11251f;
  --fcs-muted: #64736e;
  --fcs-brand: #0d6455;
  --fcs-brand-deep: #08483e;
  --fcs-mint: #dff4ec;
  --fcs-lime: #d8f36a;
  --fcs-paper: #f6f5ef;
  --fcs-white: #fff;
  --fcs-border: #dce4e0;
  --fcs-warning: #fff1b8;
  --fcs-danger: #a82d26;
  --fcs-shadow: 0 20px 60px rgba(17, 37, 31, .09);
  --fcs-radius: 24px;
}

html { scroll-behavior: smooth; }
body.fcs-simulator-page { margin: 0; color: var(--fcs-ink); background: var(--fcs-paper); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; line-height: 1.75; -webkit-font-smoothing: antialiased; }
body.fcs-simulator-page *, body.fcs-simulator-page *::before, body.fcs-simulator-page *::after { box-sizing: border-box; }
body.fcs-simulator-page :where(.site-header, .site-footer, #site-header, #site-footer, .vk-mobile-nav-menu-btn) { display: none !important; }
.fcs-simulator-page a { color: inherit; }
.fcs-simulator-page button, .fcs-simulator-page input, .fcs-simulator-page select { font: inherit; }
.fcs-simulator-page button, .fcs-simulator-page a { -webkit-tap-highlight-color: transparent; }
.fcs-simulator-page :focus-visible { outline: 3px solid #46a796; outline-offset: 3px; }
.fcs-sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
[hidden] { display: none !important; }
.fcs-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.fcs-narrow { width: min(880px, calc(100% - 40px)); }

.fcs-site-header { position: relative; z-index: 50; background: rgba(255, 255, 255, .93); border-bottom: 1px solid rgba(17, 37, 31, .08); backdrop-filter: blur(18px); }
.fcs-site-header__inner { width: min(1180px, calc(100% - 40px)); min-height: 76px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.fcs-brand { display: inline-flex; align-items: center; gap: 10px; color: var(--fcs-ink); font-size: 22px; font-weight: 800; letter-spacing: .02em; text-decoration: none; }
.fcs-brand__mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 11px 11px 11px 3px; color: white; background: var(--fcs-brand); font-family: Georgia, serif; font-style: italic; }
.fcs-brand small { display: block; margin-top: -5px; color: var(--fcs-muted); font-size: 8px; letter-spacing: .19em; }
.fcs-brand--footer small { color: rgba(255,255,255,.5); }
.fcs-site-nav { display: flex; align-items: center; gap: 25px; font-size: 14px; font-weight: 700; }
.fcs-site-nav a { text-decoration: none; }
.fcs-site-nav a:hover { color: var(--fcs-brand); }
.fcs-nav-line { padding: 10px 18px; border-radius: 999px; color: white !important; background: var(--fcs-brand); }
.fcs-menu-button { display: none; width: 44px; height: 44px; padding: 11px; border: 0; border-radius: 12px; background: var(--fcs-paper); }
.fcs-menu-button > span:not(.fcs-sr-only) { display: block; height: 2px; margin: 4px 0; background: var(--fcs-ink); transition: transform .2s, opacity .2s; }

.fcs-hero { position: relative; overflow: hidden; padding: 92px 0 105px; color: white; background: var(--fcs-brand); }
.fcs-hero::before, .fcs-hero::after { content: ""; position: absolute; border-radius: 50%; pointer-events: none; }
.fcs-hero::before { width: 480px; height: 480px; top: -220px; right: -70px; border: 1px solid rgba(255,255,255,.18); box-shadow: 0 0 0 90px rgba(255,255,255,.035), 0 0 0 180px rgba(255,255,255,.025); }
.fcs-hero::after { width: 170px; height: 170px; bottom: -105px; left: 8%; background: var(--fcs-lime); opacity: .92; }
.fcs-hero .fcs-shell { position: relative; z-index: 1; }
.fcs-hero--rental { background: #225b72; }
.fcs-hero--hub { padding-bottom: 80px; }
.fcs-eyebrow, .fcs-kicker { margin: 0 0 12px; color: var(--fcs-lime); font-size: 12px; font-weight: 900; letter-spacing: .18em; }
.fcs-hero h1 { max-width: 800px; margin: 0; font-size: clamp(42px, 8vw, 82px); line-height: 1.08; letter-spacing: -.045em; }
.fcs-lead { max-width: 620px; margin: 25px 0 0; font-size: clamp(16px, 2.3vw, 20px); color: rgba(255,255,255,.82); }
.fcs-back { display: inline-block; margin-bottom: 42px; color: rgba(255,255,255,.76); font-size: 14px; font-weight: 700; text-decoration: none; }

.fcs-mode-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 18px; margin-top: 55px; }
.fcs-mode-card { position: relative; min-height: 245px; padding: 32px; display: flex; flex-direction: column; align-items: flex-start; color: var(--fcs-ink); background: white; border-radius: var(--fcs-radius); text-decoration: none; box-shadow: var(--fcs-shadow); transition: transform .25s, box-shadow .25s; }
.fcs-mode-card--primary { background: var(--fcs-lime); }
.fcs-mode-card:hover { transform: translateY(-5px); box-shadow: 0 28px 75px rgba(4,28,22,.2); }
.fcs-mode-card__index { color: var(--fcs-brand); font-size: 12px; font-weight: 900; letter-spacing: .15em; }
.fcs-mode-card__title { margin: auto 0 10px; font-size: clamp(24px, 4vw, 38px); font-weight: 900; letter-spacing: -.04em; }
.fcs-mode-card > span:nth-child(3) { max-width: 470px; color: #4e5d58; }
.fcs-card-arrow { position: absolute; top: 28px; right: 28px; display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(17,37,31,.18); border-radius: 50%; font-size: 23px; }
.fcs-privacy-strip { display: flex; gap: 20px; margin-top: 22px; padding: 19px 23px; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; color: rgba(255,255,255,.82); background: rgba(255,255,255,.08); backdrop-filter: blur(10px); }
.fcs-privacy-strip strong { flex: 0 0 auto; color: white; }

.fcs-stepbar { position: sticky; top: 0; z-index: 40; border-bottom: 1px solid var(--fcs-border); background: rgba(246,245,239,.9); backdrop-filter: blur(16px); }
.fcs-stepbar .fcs-shell { height: 67px; display: flex; align-items: center; justify-content: center; }
.fcs-stepbar a { position: relative; min-width: 150px; display: flex; justify-content: center; align-items: center; gap: 9px; color: var(--fcs-muted); font-size: 13px; font-weight: 800; text-decoration: none; }
.fcs-stepbar a + a::before { content: ""; position: absolute; left: 0; width: 35px; height: 1px; transform: translateX(-50%); background: #c6d0cc; }
.fcs-stepbar span { display: grid; place-items: center; width: 27px; height: 27px; border: 1px solid #aab9b4; border-radius: 50%; color: var(--fcs-brand); background: white; }

.fcs-section { padding: 88px 0; }
.fcs-form { padding: 60px 0 100px; }
.fcs-form .fcs-section { padding: 38px; margin-bottom: 22px; scroll-margin-top: 90px; }
.fcs-card { border: 1px solid var(--fcs-border); border-radius: var(--fcs-radius); background: var(--fcs-white); box-shadow: 0 8px 32px rgba(20,51,43,.045); }
.fcs-section-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.fcs-section-heading h2, .fcs-result-head h2, .fcs-faq h2, .fcs-section > .fcs-shell > h2 { margin: 0; font-size: clamp(26px, 4vw, 38px); line-height: 1.25; letter-spacing: -.035em; }
.fcs-kicker { color: var(--fcs-brand); }
.fcs-chip, .fcs-required-note { display: inline-flex; padding: 7px 12px; border-radius: 999px; color: var(--fcs-brand); background: var(--fcs-mint); font-size: 12px; font-weight: 800; white-space: nowrap; }
.fcs-required-note { color: #7c4b00; background: #fff4cf; }
.fcs-section-copy { margin: -10px 0 25px; color: var(--fcs-muted); font-size: 14px; }
.fcs-loan-fields { margin-top: 22px; }
[data-show-when].is-hidden { display: none !important; }

.fcs-input-tabs { display: grid; grid-template-columns: 1fr 1fr; padding: 5px; border-radius: 15px; background: #edf1ef; }
.fcs-input-tabs button { min-height: 48px; border: 0; border-radius: 11px; color: var(--fcs-muted); background: transparent; font-weight: 800; cursor: pointer; }
.fcs-input-tabs button[aria-selected="true"] { color: var(--fcs-brand); background: white; box-shadow: 0 4px 15px rgba(17,37,31,.08); }
.fcs-ocr-panel { margin-top: 20px; }
.fcs-dropzone { min-height: 210px; padding: 30px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; border: 2px dashed #9eb9b1; border-radius: 18px; background: #f7fbf9; cursor: pointer; text-align: center; transition: border-color .2s, background .2s; }
.fcs-dropzone:hover, .fcs-dropzone.is-dragover { border-color: var(--fcs-brand); background: var(--fcs-mint); }
.fcs-dropzone input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.fcs-dropzone small { color: var(--fcs-muted); }
.fcs-upload-icon { display: grid; place-items: center; width: 43px; height: 43px; margin-bottom: 8px; border-radius: 50%; color: white; background: var(--fcs-brand); font-size: 24px; }
.fcs-ocr-status { margin: 16px 0; padding: 18px; border-radius: 16px; background: var(--fcs-mint); }
.fcs-ocr-status progress { width: 100%; height: 8px; accent-color: var(--fcs-brand); }
.fcs-ocr-status p { margin: 8px 0 0; font-weight: 700; }
.fcs-text-button { padding: 3px 0; border: 0; color: var(--fcs-brand); background: transparent; text-decoration: underline; cursor: pointer; }
.fcs-notice { display: grid; grid-template-columns: 120px 1fr; gap: 15px; margin-top: 18px; padding: 18px; border-left: 4px solid #d6a000; border-radius: 10px; background: #fff8dc; }
.fcs-notice p { margin: 0; color: #5e5641; font-size: 14px; }
.fcs-ocr-review { margin-top: 18px; display: grid; gap: 10px; }
.fcs-ocr-candidate { display: grid; grid-template-columns: 1fr auto; gap: 12px; padding: 14px; border: 1px solid var(--fcs-border); border-radius: 12px; }
.fcs-ocr-candidate.is-medium { background: var(--fcs-warning); }
.fcs-ocr-candidate small { display: block; color: var(--fcs-muted); }
.fcs-ocr-candidate button { align-self: center; padding: 8px 13px; border: 0; border-radius: 9px; color: white; background: var(--fcs-brand); cursor: pointer; }

.fcs-field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 18px; }
.fcs-field { min-width: 0; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; border: 0; }
.fcs-field > span:first-child, .fcs-field legend { padding: 0; font-size: 14px; font-weight: 800; }
.fcs-field input, .fcs-field select { width: 100%; min-height: 52px; padding: 12px 14px; border: 1px solid #bdcbc6; border-radius: 11px; color: var(--fcs-ink); background: white; transition: border-color .2s, box-shadow .2s; }
.fcs-field input:focus, .fcs-field select:focus { border-color: var(--fcs-brand); box-shadow: 0 0 0 4px rgba(13,100,85,.1); outline: none; }
.fcs-field input[aria-invalid="true"], .fcs-field select[aria-invalid="true"] { border-color: var(--fcs-danger); }
.fcs-field small { color: var(--fcs-muted); font-size: 12px; line-height: 1.6; }
.fcs-money { position: relative; display: block; }
.fcs-money input { padding-right: 47px; }
.fcs-money i { position: absolute; right: 15px; top: 50%; color: var(--fcs-muted); font-size: 13px; font-style: normal; transform: translateY(-50%); }
.fcs-span-2 { grid-column: 1 / -1; }
.fcs-check { display: flex; gap: 13px; align-items: flex-start; padding: 17px; border: 1px solid var(--fcs-border); border-radius: 13px; cursor: pointer; }
.fcs-check input { width: 20px; height: 20px; flex: 0 0 auto; margin-top: 3px; accent-color: var(--fcs-brand); }
.fcs-check span { display: flex; flex-direction: column; }
.fcs-check small { margin-top: 4px; color: var(--fcs-muted); font-size: 12px; }
.fcs-segment { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.fcs-segment label input { position: absolute; opacity: 0; pointer-events: none; }
.fcs-segment label span { min-height: 50px; display: grid; place-items: center; border: 1px solid #bdcbc6; border-radius: 11px; cursor: pointer; }
.fcs-segment label input:checked + span { border-color: var(--fcs-brand); color: var(--fcs-brand); background: var(--fcs-mint); font-weight: 800; }
.fcs-inline-pair { display: grid; grid-template-columns: 1fr 1.3fr; gap: 7px; }
.fcs-conditional-input { display: block; }
.fcs-conditional-input input { width: 100%; }
.fcs-segment label input:focus-visible + span { outline: 3px solid #46a796; outline-offset: 3px; }

.fcs-confirm { padding: 30px; }
.fcs-primary-button { width: 100%; min-height: 66px; margin-top: 18px; padding: 14px 23px; display: flex; align-items: center; justify-content: space-between; border: 0; border-radius: 15px; color: white; background: var(--fcs-brand); font-size: 17px; font-weight: 900; cursor: pointer; box-shadow: 0 12px 30px rgba(13,100,85,.24); transition: transform .2s, opacity .2s; }
.fcs-primary-button:hover:not(:disabled) { transform: translateY(-2px); }
.fcs-primary-button:disabled { opacity: .42; cursor: not-allowed; box-shadow: none; }
.fcs-primary-button[aria-busy="true"] { justify-content: center; }
.fcs-primary-button span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: var(--fcs-brand); background: white; }
.fcs-form-error { margin: 15px 0 0; padding: 12px 14px; border-radius: 10px; color: var(--fcs-danger); background: #fff0ef; font-weight: 700; }

.fcs-results { padding: 90px 0; scroll-margin-top: 70px; color: white; background: var(--fcs-brand-deep); }
.fcs-result-head { margin-bottom: 38px; }
.fcs-result-head p:last-child { color: rgba(255,255,255,.7); }
.fcs-result-hero { padding: 35px; border-radius: var(--fcs-radius); color: var(--fcs-ink); background: var(--fcs-lime); }
.fcs-result-hero small { font-weight: 800; }
.fcs-result-hero strong { display: block; margin-top: 7px; font-size: clamp(38px, 8vw, 68px); line-height: 1.1; letter-spacing: -.05em; }
.fcs-result-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; margin-top: 13px; }
.fcs-result-card { padding: 24px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.075); }
.fcs-result-card > span { display: block; color: rgba(255,255,255,.78); font-size: 13px; }
.fcs-result-card > strong { display: block; margin-top: 6px; font-size: clamp(22px, 4vw, 31px); }
.fcs-result-card small { color: rgba(255,255,255,.76); }
.fcs-result-table { margin-top: 28px; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; }
.fcs-result-row { padding: 15px 19px; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.1); }
.fcs-result-row:last-child { border-bottom: 0; }
.fcs-result-row span { color: rgba(255,255,255,.8); }
.fcs-result-row strong { text-align: right; }
.fcs-alert-list { margin-top: 22px; padding: 20px 22px; border-radius: 16px; color: var(--fcs-ink); background: #fff2bc; }
.fcs-alert-list h3 { margin: 0 0 8px; font-size: 16px; }
.fcs-alert-list ul { margin: 0; padding-left: 20px; }
.fcs-result-actions { display: flex; gap: 10px; margin: 28px 0; }
.fcs-result-actions button, .fcs-secondary-button { min-height: 46px; padding: 9px 17px; border: 1px solid rgba(255,255,255,.3); border-radius: 12px; color: white; background: transparent; font-weight: 800; cursor: pointer; }
.fcs-line-card { position: relative; overflow: hidden; padding: 38px; border-radius: var(--fcs-radius); color: var(--fcs-ink); background: white; }
.fcs-line-card::after { content: "LINE"; position: absolute; right: -15px; top: -30px; color: rgba(13,100,85,.05); font-size: 110px; font-weight: 900; transform: rotate(-8deg); }
.fcs-line-card > * { position: relative; z-index: 1; }
.fcs-line-card > p:first-child { margin: 0; color: var(--fcs-brand); font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.fcs-line-card h3 { margin: 8px 0; font-size: clamp(24px, 5vw, 37px); letter-spacing: -.04em; }
.fcs-line-card a { margin-top: 20px; padding: 16px 20px; display: flex; justify-content: space-between; border-radius: 13px; color: white; background: #06c755; font-weight: 900; text-decoration: none; }
.fcs-secondary-button { width: 100%; margin-top: 15px; }
.fcs-methodology { margin-top: 18px; border: 1px solid rgba(255,255,255,.2); border-radius: 16px; }
.fcs-methodology summary { padding: 17px 20px; font-weight: 800; cursor: pointer; }
.fcs-methodology > div { padding: 0 20px 20px; color: rgba(255,255,255,.82); }
.fcs-methodology a { color: white; text-underline-offset: 3px; }

.fcs-faq { background: white; }
.fcs-faq details { border-bottom: 1px solid var(--fcs-border); }
.fcs-faq summary { position: relative; padding: 23px 45px 23px 0; font-weight: 800; cursor: pointer; list-style: none; }
.fcs-faq summary::after { content: "+"; position: absolute; right: 10px; font-size: 22px; color: var(--fcs-brand); }
.fcs-faq details[open] summary::after { content: "−"; }
.fcs-faq details p { margin: -8px 0 23px; color: var(--fcs-muted); }
.fcs-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 35px; }
.fcs-feature-grid article { padding: 26px; border: 1px solid var(--fcs-border); border-radius: 18px; background: white; }
.fcs-feature-grid article > span { color: var(--fcs-brand); font-size: 12px; font-weight: 900; }
.fcs-feature-grid h3 { margin: 23px 0 8px; }
.fcs-feature-grid p { margin: 0; color: var(--fcs-muted); font-size: 14px; }
.fcs-hub-guide { background: white; }
.fcs-hub-guide > .fcs-shell > p:not(.fcs-kicker) { color: var(--fcs-muted); }
.fcs-process-grid { margin: 32px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; list-style: none; }
.fcs-process-grid li { padding: 22px; display: flex; flex-direction: column; border: 1px solid var(--fcs-border); border-radius: 17px; background: var(--fcs-paper); }
.fcs-process-grid li > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--fcs-brand); font-size: 12px; font-weight: 900; }
.fcs-process-grid strong { margin-top: 18px; }
.fcs-process-grid small { color: var(--fcs-muted); }

.fcs-site-footer { padding: 65px 0 35px; color: rgba(255,255,255,.72); background: #071d17; }
.fcs-site-footer__inner { width: min(1180px, calc(100% - 40px)); margin: auto; display: grid; grid-template-columns: 1.3fr 1fr; gap: 30px; }
.fcs-brand--footer { color: white; }
.fcs-site-footer nav { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 25px; }
.fcs-site-footer a { text-decoration: none; }
.fcs-socials { display: flex; gap: 18px; font-weight: 800; }
.fcs-company { font-size: 12px; }
.fcs-site-footer small { grid-column: 1/-1; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); }
.fcs-mobile-action { display: none; }

@supports (animation-timeline: view()) {
  .fcs-form .fcs-card { animation: fcs-reveal linear both; animation-timeline: view(); animation-range: entry 0% entry 28%; }
  @keyframes fcs-reveal { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }

@media (max-width: 780px) {
  .fcs-shell, .fcs-narrow { width: min(100% - 28px, 680px); }
  .fcs-site-header__inner { min-height: 66px; width: calc(100% - 28px); }
  .fcs-menu-button { display: block; }
  .fcs-site-nav { position: absolute; top: 66px; left: 0; right: 0; padding: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; border-bottom: 1px solid var(--fcs-border); background: white; box-shadow: var(--fcs-shadow); }
  .fcs-site-nav.is-open { display: flex; }
  .fcs-site-nav a { padding: 13px; }
  .fcs-nav-line { margin-top: 8px; text-align: center; }
  .fcs-hero { padding: 65px 0 80px; }
  .fcs-hero::before { right: -280px; }
  .fcs-hero::after { width: 110px; height: 110px; }
  .fcs-hero h1 { font-size: 47px; }
  .fcs-back { margin-bottom: 30px; }
  .fcs-mode-grid, .fcs-feature-grid, .fcs-process-grid { grid-template-columns: 1fr; }
  .fcs-mode-card { min-height: 205px; padding: 25px; }
  .fcs-privacy-strip { flex-direction: column; gap: 4px; }
  .fcs-stepbar .fcs-shell { height: 59px; }
  .fcs-stepbar a { min-width: 0; flex: 1; font-size: 12px; }
  .fcs-stepbar a + a::before { width: 20px; }
  .fcs-form { padding-top: 30px; }
  .fcs-form .fcs-section { padding: 24px 19px; }
  .fcs-section { padding: 64px 0; }
  .fcs-section-heading { margin-bottom: 23px; }
  .fcs-field-grid, .fcs-result-grid { grid-template-columns: 1fr; }
  .fcs-span-2 { grid-column: auto; }
  .fcs-notice { grid-template-columns: 1fr; gap: 4px; }
  .fcs-result-actions { display: grid; grid-template-columns: repeat(3, 1fr); }
  .fcs-result-actions button { padding-inline: 8px; font-size: 12px; }
  .fcs-result-row { align-items: flex-start; }
  .fcs-result-row span { max-width: 60%; }
  .fcs-line-card { padding: 27px 21px; }
  .fcs-site-footer__inner { width: calc(100% - 28px); grid-template-columns: 1fr; }
  .fcs-site-footer nav { grid-template-columns: 1fr; }
  .fcs-site-footer small { grid-column: 1; }
  .fcs-mobile-action { position: fixed; z-index: 45; left: 0; right: 0; bottom: 0; padding: 10px max(14px, env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left)); display: block; border-top: 1px solid var(--fcs-border); background: rgba(255,255,255,.94); backdrop-filter: blur(16px); transform: translateY(110%); transition: transform .25s; }
  .fcs-mobile-action.is-visible { transform: translateY(0); }
  .fcs-mobile-action button { width: 100%; min-height: 50px; border: 0; border-radius: 12px; color: white; background: var(--fcs-brand); font-weight: 900; }
}
