:root {
  --cms-ink: #13213c;
  --cms-brand: #075f69;
  --cms-line: #dce2ec;
  --cms-muted: #667085;
}
.cms-site { margin: 0; color: var(--cms-ink); font: 16px/1.7 Arial, sans-serif; background: #fff; }
.cms-site * { box-sizing: border-box; }
.skip-link { position: absolute; left: -9999px; top: auto; }
.skip-link:focus { left: 12px; top: 12px; z-index: 100; padding: 10px 14px; background: #fff; color: var(--cms-ink); border: 2px solid var(--cms-brand); }
.cms-site-header { border-bottom: 1px solid var(--cms-line); background: #fff; }
.cms-site-header__inner { width: min(1180px, calc(100% - 32px)); min-height: 84px; margin: auto; display: flex; align-items: center; gap: 30px; }
.cms-site-logo img { width: 260px; max-width: 48vw; height: auto; display: block; }
.cms-site-nav { display: flex; gap: 20px; margin-left: auto; }
.cms-site-nav a { color: var(--cms-ink); text-decoration: none; font-weight: 600; }
.cms-site-nav a:hover { color: var(--cms-brand); }
.cms-article { width: min(900px, calc(100% - 48px)); margin: 40px auto 48px; }
.cms-back { display: inline-block; margin-bottom: 28px; color: var(--cms-brand); text-decoration: none; }
.cms-article h1 { font-size: clamp(31px, 5vw, 52px); line-height: 1.12; margin: 0 0 18px; }
.cms-meta { color: var(--cms-muted); margin-bottom: 28px; }
.cms-hero { width: 100%; max-height: 620px; object-fit: contain; background: #f5f7fa; border-radius: 14px; margin: 0 0 35px; }
.cms-body { font-size: 18px; }
.cms-body p { margin: 0 0 1.25em; }
.cms-body h2 { margin: 32px 0 16px; font-size: clamp(26px, 4vw, 34px); line-height: 1.22; }
.cms-body h3 { margin: 24px 0 16px; font-size: clamp(21px, 3vw, 27px); line-height: 1.3; }
.cms-body h4 { margin: 1.2em 0 .45em; font-size: 20px; line-height: 1.35; }
.cms-body blockquote { margin: 1.5em 0; padding: 16px 20px; border-left: 4px solid var(--cms-brand); border-radius: 0 10px 10px 0; background: #eef7f7; color: #344054; }
.cms-body ul, .cms-body ol { margin: 0 0 1.4em; padding-left: 28px; }
.cms-body li { margin: .35em 0; }
.cms-body hr { margin: 34px 0; border: 0; border-top: 1px solid var(--cms-line); }
.cms-body a { color: var(--cms-brand); }
.cms-body mark { padding: .08em .2em; border-radius: 3px; background: #fff1a8; }
.cms-body .cms-button { display: inline-block; padding: 11px 18px; border-radius: 9px; background: var(--cms-brand); color: #fff; text-decoration: none; font-weight: 700; }
.cms-body .cms-button:hover { filter: brightness(.88); }
.cms-body .cms-text-small { font-size: .82em; }
.cms-body .cms-text-large { font-size: 1.25em; }
.cms-body .cms-text-xlarge { font-size: 1.6em; line-height: 1.3; }
.cms-body .cms-align-left { margin-bottom: 1.25em; text-align: left; }
.cms-body .cms-align-center { margin-bottom: 1.25em; text-align: center; }
.cms-body .cms-align-right { margin-bottom: 1.25em; text-align: right; }
.cms-body .cms-note { margin: 1.4em 0; padding: 16px 20px; border: 1px solid; border-radius: 10px; }
.cms-body .cms-note-info { border-color: #84caff; background: #eff8ff; color: #1849a9; }
.cms-body .cms-note-success { border-color: #75e0a7; background: #ecfdf3; color: #05603a; }
.cms-body .cms-note-warning { border-color: #fec84b; background: #fffaeb; color: #93370d; }
.cms-body .cms-inline-media { margin: 1.8em 0; text-align: center; }
.cms-body .cms-inline-media img { display: block; width: auto; max-width: 100%; max-height: 720px; margin: auto; border-radius: 12px; }
.cms-body .cms-inline-media figcaption { margin-top: 8px; color: var(--cms-muted); font-size: 14px; }
.cms-body code { padding: .12em .35em; border-radius: 4px; background: #eef2f6; font-family: Consolas, monospace; }
.cms-body .cms-font-sans { font-family: Arial, sans-serif; }
.cms-body .cms-font-serif { font-family: Georgia, "Times New Roman", serif; }
.cms-body .cms-font-mono { font-family: Consolas, monospace; }
.cms-body .cms-lead { margin: 0 0 1.3em; color: #344054; font-size: 1.28em; line-height: 1.55; }
.cms-body .cms-details { margin: 1.4em 0; border: 1px solid var(--cms-line); border-radius: 10px; background: #fff; }
.cms-body .cms-details summary { padding: 14px 17px; cursor: pointer; color: var(--cms-brand); font-weight: 700; }
.cms-body .cms-details > div { padding: 0 17px 17px; }
.cms-body .cms-table-wrap { max-width: 100%; margin: 1.6em 0; overflow-x: auto; }
.cms-body table { width: 100%; border-collapse: collapse; font-size: 16px; }
.cms-body th, .cms-body td { padding: 11px 13px; border: 1px solid var(--cms-line); text-align: left; vertical-align: top; }
.cms-body th { background: #eef7f7; color: var(--cms-brand); }
.cms-site-footer { background: #13213c; color: #fff; }
.cms-site-footer__inner { width: min(1180px, calc(100% - 32px)); margin: auto; padding: 30px 0; display: flex; justify-content: space-between; gap: 20px; }
.cms-site-footer a { color: #fff; }
@media (max-width: 650px) {
  .cms-site-header__inner { min-height: 72px; }
  .cms-site-nav { gap: 12px; font-size: 14px; }
  .cms-site-nav a:first-child { display: none; }
  .cms-article { width: calc(100% - 32px); margin-top: 24px; margin-bottom: 32px; }
  .cms-site-footer__inner { display: block; }
}
