:root {
  --ink: #141b2a;
  --ink-soft: #4b5568;
  --cobalt: #1b3f91;
  --signal: #c85b3c;
  --acid: #d9e56a;
  --paper: #eeeae0;
  --paper-light: #fffdf8;
  --white: #ffffff;
  --line: rgba(20, 27, 42, .14);
  --grid-line: rgba(27, 63, 145, .05);
  --watermark: rgba(27, 63, 145, .045);
  --join-watermark: rgba(27, 63, 145, .1);
  --portrait-bg: #d8dce1;
  --logo-charcoal: #303238;
  --logo-silver: #c8cbd0;
  --logo-surface: #fdfcf8;
  --shell: min(1320px, calc(100vw - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: 132px; }

.hero {
  position: relative;
  min-height: 900px;
  overflow: hidden;
  background-color: var(--paper-light);
  background-image:
    linear-gradient(var(--grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px);
  background-size: 32px 32px;
}
.hero::before {
  content: "";
  position: absolute;
  top: 88px;
  right: 0;
  width: 18vw;
  height: 18vw;
  min-width: 180px;
  min-height: 180px;
  border-radius: 50%;
  background: linear-gradient(145deg, #e6ed98, var(--acid));
  transform: translate(38%, -44%);
}
.site-header {
  position: relative;
  z-index: 10;
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding-block: 10px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 248, .78);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
.brand { display: inline-grid; flex: 0 0 auto; }
.brand-logo-frame {
  position: relative;
  display: grid;
  place-items: center;
  width: 94px;
  height: 70px;
  padding: 5px 7px;
  overflow: hidden;
  background: var(--logo-surface);
  border: 1px solid rgba(48, 50, 56, .72);
  box-shadow: 4px 4px 0 var(--signal);
}
.brand-logo-frame::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--cobalt) 0 68%, var(--logo-silver) 68% 100%);
}
.brand-logo-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: contrast(1.08);
}
.site-nav { display: flex; align-items: stretch; gap: 2px; }
.site-nav a {
  position: relative;
  min-height: 44px;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 7px;
  padding: 0 14px;
  border-left: 1px solid var(--line);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
  transition: color .25s ease, background .25s ease;
}
.site-nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 0;
  left: 14px;
  height: 2px;
  background: var(--signal);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}
.site-nav a:hover, .site-nav a:focus-visible { color: var(--cobalt); background: rgba(27, 63, 145, .055); }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); }
.nav-index { color: var(--signal); font: 800 8px/1 "Courier New", monospace; letter-spacing: .04em; }
.nav-name { white-space: nowrap; }
.nav-cta {
  grid-template-columns: auto auto auto !important;
  gap: 8px !important;
  margin-left: 8px;
  padding: 0 16px !important;
  color: var(--white);
  background: var(--cobalt);
  border: 1px solid var(--cobalt) !important;
  box-shadow: 0 8px 22px rgba(27, 63, 145, .16);
}
.nav-cta .nav-index { color: var(--acid); }
.nav-arrow { margin-left: 5px; font-size: 15px; line-height: 1; }
.nav-cta:hover, .nav-cta:focus-visible { color: var(--cobalt); background: var(--paper-light) !important; }

.hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(420px, 1.06fr);
  gap: clamp(48px, 7vw, 108px);
  align-items: center;
  min-height: 638px;
  padding-block: 64px 70px;
}
.hero-content { padding-top: 12px; }
.eyebrow, .section-kicker {
  margin: 0;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.eyebrow { display: flex; align-items: center; gap: 12px; color: var(--cobalt); }
.eyebrow::before { content: ""; width: 32px; height: 8px; background: var(--signal); }
.hero h1 {
  max-width: 760px;
  margin: 24px 0 26px;
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(50px, 4.7vw, 68px);
  font-stretch: condensed;
  font-weight: 750;
  line-height: 1.03;
  letter-spacing: -.005em;
  text-transform: uppercase;
}
.hero h1 > span { display: block; }
.hero h1 > span + span { margin-top: .12em; color: var(--cobalt); }
.hero-lede {
  max-width: 570px;
  margin: 0 0 34px;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.65;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 44px;
  min-height: 56px;
  padding: 0 21px;
  border: 1px solid var(--ink);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(20, 27, 42, .16); }
.button-primary { color: var(--white); background: var(--signal); }
.button-dark { color: var(--white); background: var(--ink); }
.button > span { font-size: 17px; }
.hero-visual {
  position: relative;
  aspect-ratio: 5 / 4;
  margin-right: 18px;
}
.hero-visual::before {
  content: "";
  position: absolute;
  top: -18px;
  right: -18px;
  bottom: 18px;
  left: 18px;
  border: 1px solid rgba(20, 27, 42, .55);
}
.hero-image {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(20, 27, 42, .7);
  background: url("assets/sketch2line-hero.png") center / 100% 100% no-repeat;
  filter: saturate(.88) contrast(1.07);
  box-shadow: 0 28px 70px rgba(20, 27, 42, .17);
}
.hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(140deg, rgba(21, 59, 209, .14), transparent 55%);
  mix-blend-mode: multiply;
}
.visual-stamp {
  position: absolute;
  right: -42px;
  bottom: 50px;
  width: 132px;
  height: 132px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--white);
  background: var(--cobalt);
  border-radius: 50%;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
  transform: rotate(-10deg);
  box-shadow: 0 18px 38px rgba(27, 63, 145, .25);
}
.visual-stamp i { width: 38px; height: 2px; background: var(--acid); }
.visual-code {
  position: absolute;
  top: 24px;
  left: -30px;
  padding: 13px 16px;
  color: var(--white);
  background: rgba(20, 27, 42, .96);
  border: 1px solid rgba(255, 255, 255, .15);
  font: 800 9px/1.55 "Courier New", monospace;
  letter-spacing: .08em;
}
.hero-metrics {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(20, 27, 42, .5);
  background: rgba(255, 253, 248, .94);
  box-shadow: 0 18px 45px rgba(20, 27, 42, .08);
}
.hero-metrics div {
  min-height: 112px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px 28px;
  border-right: 1px solid var(--line);
}
.hero-metrics div:last-child { border-right: 0; }
.hero-metrics strong { color: var(--cobalt); font-size: 40px; line-height: 1; letter-spacing: -.05em; }
.hero-metrics span { max-width: 130px; font-size: 9px; font-weight: 800; line-height: 1.45; letter-spacing: .12em; text-transform: uppercase; }

.section-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 72px;
  color: rgba(18, 25, 45, .62);
}
.section-kicker span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: var(--white);
  background: var(--signal);
  box-shadow: 3px 3px 0 rgba(20, 27, 42, .16);
}
.section-kicker::after { content: ""; width: 64px; height: 2px; background: currentColor; opacity: .5; }
.section-kicker.light { color: rgba(255, 255, 255, .65); }
.section-kicker.light span { color: var(--ink); background: var(--acid); }
.about { position: relative; }
.about::after {
  content: "01";
  position: absolute;
  top: 74px;
  right: max(24px, calc((100vw - 1320px) / 2));
  color: var(--watermark);
  font: 900 clamp(150px, 20vw, 300px)/1 Impact, sans-serif;
  pointer-events: none;
}
.about-grid, .section-heading-row, .team-intro {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(64px, 10vw, 160px);
  align-items: start;
}
.about h2, .section-heading-row h2, .team-intro h2, .join h2, footer h2 {
  margin: 0;
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(48px, 4.5vw, 68px);
  font-stretch: condensed;
  font-weight: 750;
  line-height: 1.02;
  letter-spacing: -.005em;
  text-transform: uppercase;
}
h2 span { color: var(--cobalt); font-family: inherit; font-style: normal; font-weight: inherit; text-transform: uppercase; }
.about-copy { padding-top: 8px; }
.about-copy p { margin: 0 0 25px; color: var(--ink-soft); font-size: 17px; line-height: 1.7; }
.about-copy p:first-child { color: var(--ink); font-size: 23px; font-weight: 650; line-height: 1.45; }
.manifesto {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 48px;
  align-items: center;
  margin-top: 90px;
  padding: 52px;
  color: var(--white);
  background: linear-gradient(135deg, #17377f, var(--cobalt));
  border-left: 6px solid var(--signal);
  box-shadow: 0 26px 64px rgba(20, 27, 42, .18);
}
.manifesto-line { display: block; width: 100%; height: 4px; background: var(--acid); }
.manifesto p { max-width: 920px; margin: 0; font-size: clamp(25px, 3vw, 42px); font-weight: 650; line-height: 1.2; letter-spacing: -.025em; }

.capabilities { color: var(--white); background: #151d2c; }
.section-heading-row { align-items: end; margin-bottom: 76px; }
.section-heading-row h2 span { color: var(--acid); }
.section-heading-row p { max-width: 520px; margin: 0; color: rgba(255, 255, 255, .66); font-size: 17px; line-height: 1.65; }
.capability-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(255, 255, 255, .15); border: 1px solid rgba(255, 255, 255, .15); box-shadow: 0 28px 70px rgba(0, 0, 0, .18); }
.capability {
  position: relative;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(34px, 4vw, 58px);
  overflow: hidden;
  background: #171f30;
  transition: background .3s ease, color .3s ease, transform .3s ease;
}
.capability::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 72px;
  height: 72px;
  border-left: 1px solid rgba(255, 255, 255, .18);
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}
.capability:hover { z-index: 1; color: var(--ink); background: #e1e99a; transform: translateY(-3px); }
.cap-number { position: absolute; top: 32px; left: clamp(34px, 4vw, 58px); color: var(--signal); font: 900 11px/1 "Courier New", monospace; }
.capability h3 { max-width: 480px; margin: 0 0 18px; font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif; font-size: clamp(30px, 3vw, 44px); font-stretch: condensed; font-weight: 700; line-height: 1.05; letter-spacing: 0; text-transform: uppercase; }
.capability p { max-width: 540px; margin: 0; color: rgba(255, 255, 255, .63); font-size: 15px; line-height: 1.6; transition: color .25s ease; }
.capability:hover p { color: rgba(18, 25, 45, .72); }
.cap-arrow { position: absolute; top: 23px; right: 24px; color: var(--acid); font-size: 24px; transition: color .25s ease, transform .25s ease; }
.capability:hover .cap-arrow { color: var(--cobalt); transform: translate(4px, -4px); }

.team { color: var(--ink); background: var(--paper-light); }
.team .section-kicker.light { color: rgba(18, 25, 45, .62); }
.team-intro { align-items: end; margin-bottom: 92px; }
.team-intro h2 span { color: var(--cobalt); }
.team-intro p { max-width: 470px; margin: 0; color: var(--ink-soft); font-size: 17px; line-height: 1.65; }
.team-list { display: grid; gap: 28px; }
.member, .member-reverse {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.48fr);
  min-height: 510px;
  background: var(--white);
  border: 1px solid rgba(20, 27, 42, .3);
  box-shadow: 0 24px 64px rgba(20, 27, 42, .12);
  transition: transform .3s ease, box-shadow .3s ease;
}
.member:hover { transform: translateY(-3px); box-shadow: 0 30px 78px rgba(20, 27, 42, .16); }
.member-reverse { grid-template-columns: minmax(0, 1.48fr) minmax(260px, .72fr); }
.member-reverse .portrait { order: 2; }
.portrait { position: relative; min-height: 100%; overflow: hidden; background: #d8dce1; border-right: 1px solid var(--line); }
.member-reverse .portrait { border-right: 0; border-left: 1px solid var(--line); }
.portrait::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 65%, rgba(21, 59, 209, .24)); pointer-events: none; }
.portrait img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.06); transition: filter .3s ease, transform .45s ease; }
.member:hover .portrait img { filter: grayscale(.15) contrast(1.03); transform: scale(1.02); }
.portrait-dark img { object-position: 50% 30%; }
.portrait-cutout { background: var(--portrait-bg); }
.portrait-cutout img { object-fit: cover; object-position: 50% 18%; }
.portrait-tall img { object-position: 50% 20%; }
.portrait-index { position: absolute; top: 22px; left: 22px; z-index: 2; display: grid; place-items: center; width: 42px; height: 42px; color: var(--ink); background: var(--acid); border: 1px solid rgba(20, 27, 42, .55); box-shadow: 0 8px 20px rgba(20, 27, 42, .13); font-size: 10px; font-weight: 900; }
.member-content { display: flex; flex-direction: column; justify-content: center; padding: clamp(42px, 5vw, 72px); }
.member-role { margin: 0 0 13px; color: var(--cobalt); font-size: 9px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.member h3 { margin: 0 0 36px; font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif; font-size: clamp(38px, 3.7vw, 54px); font-stretch: condensed; font-weight: 750; line-height: 1.02; letter-spacing: -.005em; text-transform: uppercase; }
.member dl { margin: 0; border-top: 1px solid rgba(20, 27, 42, .38); }
.member dl div { display: grid; grid-template-columns: 145px 1fr; gap: 28px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.member dt { color: var(--signal); font-size: 9px; font-weight: 900; line-height: 1.45; letter-spacing: .12em; text-transform: uppercase; }
.member dd { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.55; }

.join {
  position: relative;
  padding-block: 112px;
  overflow: hidden;
  background: linear-gradient(125deg, #e7ecad, var(--acid));
  border-top: 1px solid rgba(20, 27, 42, .35);
  border-bottom: 1px solid rgba(20, 27, 42, .35);
}
.join::after {
  content: "↗";
  position: absolute;
  right: -30px;
  bottom: -94px;
  color: var(--join-watermark);
  font-size: 330px;
  font-weight: 900;
  line-height: 1;
}
.join-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .4fr 1.2fr .72fr; gap: 58px; align-items: start; }
.join-label { display: inline-flex; gap: 16px; padding-top: 8px; color: var(--cobalt); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.join h2 span { color: var(--cobalt); }
.join-copy p { margin: 7px 0 30px; font-size: 17px; line-height: 1.6; }

footer { padding: 112px 0 28px; color: var(--white); background: linear-gradient(145deg, #142f70, var(--cobalt)); }
.footer-top { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; padding-bottom: 96px; }
footer .eyebrow { color: var(--acid); }
footer .eyebrow::before { background: var(--signal); }
footer h2 { margin-top: 24px; }
footer h2 span { color: var(--acid); }
.footer-contact { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 22px; margin-top: 34px; }
.footer-contact > span { color: rgba(255, 255, 255, .65); font-size: 9px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.footer-contact a { display: inline-flex; align-items: center; gap: 12px; color: var(--white); border-bottom: 2px solid var(--acid); padding-bottom: 5px; font-size: 17px; font-weight: 700; transition: color .2s ease; }
.footer-contact a:hover, .footer-contact a:focus-visible { color: var(--acid); }
.footer-contact a span { color: var(--signal); }
.footer-link { position: relative; display: grid; place-items: center; width: 154px; height: 154px; padding: 22px; color: var(--white); background: var(--logo-surface); border: 1px solid rgba(255, 255, 255, .4); box-shadow: 0 22px 50px rgba(6, 17, 44, .28); transition: transform .25s ease, box-shadow .25s ease; }
.footer-link img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; filter: contrast(1.08); }
.footer-link:hover, .footer-link:focus-visible { transform: translateY(-3px); box-shadow: 0 28px 60px rgba(6, 17, 44, .34); }
.footer-link span { position: absolute; top: 9px; right: 9px; display: grid; place-items: center; width: 32px; height: 32px; color: var(--white); background: var(--cobalt); border: 2px solid var(--logo-charcoal); font-size: 17px; font-weight: 900; }
.footer-bottom { display: grid; grid-template-columns: .6fr 1.2fr .6fr; gap: 32px; padding-top: 28px; border-top: 1px solid rgba(255, 255, 255, .3); color: rgba(255, 255, 255, .58); font-size: 9px; font-weight: 800; line-height: 1.5; letter-spacing: .12em; text-transform: uppercase; }
.footer-bottom p { margin: 0; }
.footer-bottom p:last-child { text-align: right; }

@media (max-width: 1000px) {
  :root { --shell: min(100% - 40px, 820px); }
  .section { padding-block: 94px; }
  .hero-layout { grid-template-columns: 1fr; padding-top: 80px; }
  .hero-content { max-width: 760px; }
  .hero-visual { margin-left: 32px; }
  .hero-metrics { margin-bottom: 32px; }
  .about-grid, .section-heading-row, .team-intro, .join-grid { grid-template-columns: 1fr; gap: 34px; }
  .section-heading-row, .team-intro { align-items: start; }
  .capability { min-height: 300px; }
  .member, .member-reverse { grid-template-columns: 280px 1fr; }
  .member-reverse { grid-template-columns: 1fr 280px; }
  .member-content { padding: 42px; }
  .join-copy { max-width: 560px; }
}

@media (max-width: 700px) {
  :root { --shell: calc(100% - 28px); }
  .section { padding-block: 76px; }
  .hero::before { top: 132px; }
  .site-header { min-height: 0; flex-wrap: wrap; gap: 8px 18px; padding-block: 8px 0; }
  .brand-logo-frame { width: 80px; height: 60px; padding: 4px 6px; box-shadow: 3px 3px 0 var(--signal); }
  .site-nav { order: 3; width: 100%; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; margin-top: 5px; border-top: 1px solid var(--line); }
  .site-nav a, .site-nav .nav-cta { min-height: 50px; grid-template-columns: 1fr !important; justify-items: center; align-content: center; gap: 4px !important; margin: 0; padding: 7px 2px !important; border: 0 !important; border-left: 1px solid var(--line) !important; font-size: 8px; letter-spacing: .06em; text-align: center; }
  .site-nav a:first-child { border-left: 0 !important; }
  .site-nav a:not(.nav-cta)::after { right: 8px; left: 8px; }
  .nav-cta { box-shadow: none; }
  .nav-arrow { display: none; }
  .hero-layout { min-height: 0; gap: 52px; padding-block: 54px; }
  .hero h1 { font-size: clamp(36px, 10.2vw, 50px); }
  .hero-lede { font-size: 16px; }
  .hero-visual { margin: 0 14px 0 18px; }
  .visual-stamp { right: -14px; bottom: 22px; width: 108px; height: 108px; }
  .visual-code { top: 18px; left: -18px; }
  .hero-metrics { grid-template-columns: 1fr; }
  .hero-metrics div { min-height: 88px; border-right: 0; border-bottom: 1px solid var(--line); }
  .hero-metrics div:last-child { border-bottom: 0; }
  .section-kicker { margin-bottom: 46px; }
  .about h2, .section-heading-row h2, .team-intro h2, .join h2, footer h2 { font-size: clamp(38px, 10.5vw, 50px); }
  .about-copy p:first-child { font-size: 20px; }
  .manifesto { grid-template-columns: 1fr; gap: 24px; margin-top: 58px; padding: 34px 28px; box-shadow: 0 18px 44px rgba(20, 27, 42, .16); }
  .manifesto-line { width: 76px; }
  .capability-list { grid-template-columns: 1fr; }
  .capability { min-height: 290px; }
  .team-intro { margin-bottom: 58px; }
  .member, .member-reverse { grid-template-columns: 1fr; min-height: 0; box-shadow: 0 18px 44px rgba(20, 27, 42, .12); }
  .member-reverse .portrait { order: 0; }
  .portrait, .member-reverse .portrait { min-height: 390px; border: 0; border-bottom: 1px solid var(--line); }
  .member-content { padding: 38px 24px 44px; }
  .member h3 { font-size: 36px; }
  .member dl div { grid-template-columns: 1fr; gap: 7px; }
  .join { padding-block: 78px; }
  .footer-top { align-items: flex-start; flex-direction: column; padding-bottom: 70px; }
  .footer-link { width: 120px; height: 120px; padding: 17px; }
  .footer-link span { top: 6px; right: 6px; width: 27px; height: 27px; font-size: 14px; }
  .footer-bottom { grid-template-columns: 1fr; }
  .footer-bottom p:last-child { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
