@font-face {
  font-family: "Forum";
  src: url("https://con.xl.ru/jLdvFS9X2UqmCxo_fOj78Q/files/TSZrEK7VaEm3XmMWYsVj2g.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("https://con.xl.ru/jLdvFS9X2UqmCxo_fOj78Q/files/RZKohTnLoEuw_ANRxKOFnA.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("https://con.xl.ru/jLdvFS9X2UqmCxo_fOj78Q/files/qQRc-ztyzUO9iS7ZO5ZT0A.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("https://con.xl.ru/jLdvFS9X2UqmCxo_fOj78Q/files/yfMpms4s2U6azP41siSNWQ.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("https://con.xl.ru/jLdvFS9X2UqmCxo_fOj78Q/files/_-7IOV60AEydBiv7BLJN5A.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

:root {
  --bg: #030e1f;
  --bg-deep: #000204;
  --bg-panel: #2f3f57;
  --bg-item: #394a65;
  --bg-item-active: #425470;
  --stroke: rgba(255,255,255,.18);
  --text: #ffffff;
  --text-soft: #b3b8c2;
  --text-muted: #c7cbd3;
  --gold-text: linear-gradient(318deg, #f8ecb3 0%, #fff7d2 50.01%, #f8ecb3 100%);
  --radius-xl: 20px;
  --radius-md: 10px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
  color: var(--text);
  background:
    radial-gradient(circle at 16% 17%, rgba(248,236,179,.09), transparent 12%),
    radial-gradient(circle at 84% 14%, rgba(248,236,179,.09), transparent 11%),
    linear-gradient(180deg, #061224 0%, #030e1f 100%);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
  color: inherit;
}

.page-shell {
  position: relative;
  overflow: clip;
}

.site-header {
  position: sticky;
  top: 16px;
  z-index: 20;
  width: min(calc(100% - 32px), 1100px);
  margin: 16px auto 0;
  padding: 17px 27px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50px;
  background: rgba(255,255,255,.05);
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 30px rgba(2,9,21,.35);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.brand-mark {
  width: 21px;
  height: 20px;
  border-radius: 5px;
  background:
    center / cover no-repeat url("https://con.xl.ru/jLdvFS9X2UqmCxo_fOj78Q/images/CuR-igL7ckC70tht05EKyA.png"),
    var(--gold-text);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.18);
}

.brand-text {
  font-family: "Forum", Georgia, serif;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: .5px;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex: 1;
}

.site-nav a {
  color: #e5e7eb;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  transition: color 180ms ease, opacity 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: #fff7d2;
  opacity: 1;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 12px;
}

.social-links a {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.2);
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.social-links a:hover,
.social-links a:focus-visible {
  border-color: rgba(248,236,179,.65);
  background: rgba(255,255,255,.06);
  transform: translateY(-1px);
}

.social-links svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.nav-toggle,
.toc-toggle {
  display: none;
}

.story-page {
  position: relative;
  width: min(100%, 1200px);
  margin: 0 auto;
  padding: 58px 20px 0;
}

.story-page__pattern {
  position: absolute;
  inset: 84px 0 0;
  background:
    linear-gradient(180deg, rgba(3,14,31,.12), rgba(3,14,31,.15)),
    center top / cover no-repeat url("https://con.xl.ru/jLdvFS9X2UqmCxo_fOj78Q/images/R9KohIykjk6oF_yP7eFU8A.png");
  opacity: .38;
  pointer-events: none;
}

.story-layout {
  position: relative;
  display: grid;
  grid-template-columns: 244px minmax(0, 1fr);
  column-gap: 51px;
  align-items: start;
  width: min(100%, 1110px);
  margin: 0 auto;
  padding-bottom: 72px;
}

.toc {
  position: sticky;
  top: 126px;
  z-index: 10;
}

.toc-panel {
  width: 244px;
  padding: 32px 22px 20px;
  border-radius: 20px;
  background: #2f3f57;
}

.toc h2 {
  margin: 0 0 14px;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 400;
}

.toc ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.toc a {
  display: block;
  min-height: 34px;
  padding: 6px 10px 7px;
  border-radius: 10px;
  background: #394a65;
  color: #b3b8c2;
  font-size: 16px;
  line-height: 1.14;
  letter-spacing: -.01em;
}

.toc a.is-active,
.toc a:hover,
.toc a:focus-visible {
  color: var(--text);
  background: #425470;
}

.story-content {
  width: 832px;
  max-width: 100%;
  min-width: 0;
}

.story-hero {
  position: relative;
  width: 832px;
  max-width: 100%;
  height: 486px;
  overflow: hidden;
  border-radius: 20px;
  background: #121926;
}

.story-hero__art {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6,18,36,.1), rgba(6,18,36,.48)),
    center / cover no-repeat url("https://con.xl.ru/jLdvFS9X2UqmCxo_fOj78Q/images/73XfuPLxlUeBPFUVeNTrvA.png");
}

.story-hero__overlay {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 1;
  max-width: 640px;
}

.story-hero__meta {
  display: flex;
  gap: 10px;
  margin-bottom: 18px;
}

.story-hero__meta span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 122px;
  height: 24px;
  padding: 4px 12px;
  border-radius: 99px;
  backdrop-filter: blur(12px);
  background: rgba(241,232,208,.2);
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-align: center;
  color: #f1e8d0;
}

.story-hero h1 {
  max-width: 680px;
  margin: 0 0 8px;
  font-family: "Forum", Georgia, serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 94%;
  text-transform: uppercase;
  background: var(--gold-text);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.story-hero p {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 156%;
  color: rgba(255,255,255,.8);
}

.story-article {
  width: 1100px;
  max-width: 100%;
  margin-top: 28px;
}

.story-article__copy--full {
  max-width: 832px;
}

.story-article--founder-part-one {
  display: grid;
  gap: 56px;
}

.story-article__copy--full h2 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
  font-family: "Forum", Georgia, serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 133%;
  text-transform: uppercase;
  color: #f1e8d0;
}

.story-article__copy--full h2::before {
  content: "";
  width: 20px;
  height: 1px;
  background: rgba(248,236,179,.5);
  flex-shrink: 0;
}

.founder-story-card {
  position: relative;
  overflow: hidden;
  margin-top: 28px;
  padding: 42px 44px 46px;
  border: 1px solid rgba(248,236,179,.24);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(241,232,208,.12), rgba(255,255,255,.035) 46%, rgba(248,236,179,.09)),
    rgba(16,28,45,.78);
  box-shadow: 0 24px 60px rgba(0,0,0,.26);
}

.founder-story-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 18% 0%, rgba(248,236,179,.2), transparent 34%),
    linear-gradient(90deg, rgba(248,236,179,.16), transparent 32%, rgba(255,255,255,.08));
  pointer-events: none;
}

.founder-story-card::after {
  content: "";
  position: absolute;
  left: 44px;
  right: 44px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,247,210,.75), transparent);
}

.founder-story-card > * {
  position: relative;
  z-index: 1;
}

.founder-story-card__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #f8ecb3;
}

.founder-story-card__eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: rgba(248,236,179,.55);
}

.founder-story-card h3 {
  max-width: 650px;
  margin: 0 0 22px;
  font-family: "Forum", Georgia, serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 108%;
  text-transform: uppercase;
  background: var(--gold-text);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.founder-story-card p {
  max-width: 704px;
  margin: 0 0 18px;
  font-size: 19px;
  line-height: 168%;
  color: #e5e7eb;
}

.founder-story-card p:last-child {
  margin-bottom: 0;
}

.article-section {
  width: 100%;
}

.article-section--with-figure {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 332px;
  gap: 28px;
  align-items: start;
}

.article-section--image-left {
  grid-template-columns: 314px minmax(0, 1fr);
  gap: 40px;
}

.article-section--full {
  max-width: 1100px;
}

.article-section--source {
  grid-template-columns: minmax(0, 535px) minmax(320px, 1fr);
  gap: 52px;
  align-items: center;
}

.article-copy {
  min-width: 0;
}

.article-copy h2,
.article-section--full h2 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  font-family: "Forum", Georgia, serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 133%;
  text-transform: uppercase;
  color: #f1e8d0;
}

.article-copy h2::before,
.article-section--full h2::before {
  content: "";
  width: 48px;
  height: 1px;
  background: rgba(241,232,208,.3);
  flex-shrink: 0;
}

.article-section p,
.article-copy p {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.625;
  color: #fff;
}

.article-section p:last-child,
.article-copy p:last-child {
  margin-bottom: 0;
}

.article-section .lead,
.article-copy .lead {
  font-size: 20px;
  line-height: 1.625;
  color: #cbd5e1;
}

.article-section strong,
.article-copy strong {
  font-weight: 600;
  color: #fff;
}

.article-section em,
.article-copy em {
  color: #fff;
  font-style: italic;
}

.gold-line {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px !important;
  font-family: "Forum", Georgia, serif;
  font-size: 18px !important;
  line-height: 1.625 !important;
  text-transform: uppercase;
  color: #f8ecb3 !important;
}

.gold-line::before {
  content: "";
  width: 48px;
  height: 1px;
  background: rgba(241,232,208,.3);
  flex-shrink: 0;
}

.arrow-list,
.dot-list {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.arrow-list li,
.dot-list li {
  position: relative;
  padding-left: 24px;
  font-size: 18px;
  line-height: 1.625;
  color: rgba(255,255,255,.72);
}

.arrow-list li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: rgba(248,236,179,.72);
}

.dot-list li::before {
  content: "•";
  position: absolute;
  left: 4px;
  color: rgba(248,236,179,.72);
}

.arrow-list--large li {
  font-size: 30px;
  line-height: 1.2;
  color: #e2e8f0;
}

.arrow-list li {
  padding-left: 36px;
}

.arrow-list--large li {
  padding-left: 44px;
}

.arrow-list li::before {
  width: 24px;
}

.article-figure {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 8px;
  border: 1px solid rgba(241,232,208,.2);
  border-radius: 16px;
  background: rgba(241,232,208,.05);
}

.article-figure figcaption {
  margin-top: 14px;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: .1em;
  color: rgba(255,255,255,.5);
}

.article-media-stack {
  display: grid;
  gap: 48px;
}

.image-placeholder {
  width: 100%;
  min-height: 220px;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(248,236,179,.16), rgba(255,255,255,.04)),
    rgba(22,34,46,.88);
  box-shadow: 0 4px 6px -4px rgba(0,0,0,.1), 0 10px 15px -3px rgba(0,0,0,.1);
}

.image-placeholder::before {
  content: "Изображение";
  display: grid;
  place-items: center;
  width: 100%;
  min-height: inherit;
  color: rgba(255,255,255,.5);
  font-size: 14px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.image-placeholder--tall {
  min-height: 549px;
}

.image-placeholder--wide {
  min-height: 207px;
}

.image-placeholder--small {
  min-height: 264px;
}

.image-placeholder--hero {
  min-height: 486px;
  margin-top: 30px;
}

.image-placeholder--portrait {
  min-height: 469px;
}

.image-placeholder--problem {
  min-height: 333px;
}

.article-image {
  display: block;
  width: 100%;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 12px;
  object-fit: cover;
  background: rgba(22,34,46,.88);
  box-shadow: 0 4px 6px -4px rgba(0,0,0,.1), 0 10px 15px -3px rgba(0,0,0,.1);
}

.article-figure .article-image {
  border-color: transparent;
}

.article-image--tall {
  height: 549px;
}

.article-image--wide {
  height: 207px;
}

.article-image--small {
  height: 264px;
}

.article-image--hero {
  height: 486px;
  margin-top: 30px;
}

.article-image--portrait {
  height: 469px;
}

.article-image--problem {
  height: 333px;
}

.story-quote--full {
  width: 100%;
  margin-top: 0;
  padding: 40px 24px;
  border-top: 1px solid rgba(241,232,208,.1);
  border-bottom: 1px solid rgba(241,232,208,.1);
}

.story-quote--full p,
.story-quote--full li {
  max-width: none;
  font-size: 30px;
  line-height: 1.2;
  color: #e2e8f0;
}

.story-quote--full p {
  margin: 0 0 18px;
}

.story-quote--full p:last-child {
  margin-bottom: 0;
}

.story-quote--final p {
  font-weight: 600;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px 74px;
}

.problem-grid article {
  display: grid;
  gap: 18px;
}

.problem-grid h3 {
  min-height: 64px;
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.625;
  text-transform: uppercase;
  color: #fff;
}

.story-next {
  width: 832px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 64px 0 72px;
}

.story-next a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 166px;
  height: 40px;
  padding: 0 18px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 209%;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.story-next__prev {
  border: 1px solid rgba(255,255,255,.3);
  background: rgba(255,255,255,.05);
  color: rgba(255,255,255,.62);
}

.story-next a:not(.story-next__prev) {
  border: 1px solid #fff;
  background: rgba(255,255,255,.05);
  color: #fff;
}

.story-next a:hover,
.story-next a:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(255,247,210,.95);
  background: rgba(255,255,255,.1);
  box-shadow: 0 8px 18px -12px rgba(255,255,255,.55);
}

.story-next a:not(.story-next__prev)::after {
  content: " →";
  transition: transform 180ms ease;
}

.story-next a:not(.story-next__prev):hover::after,
.story-next a:not(.story-next__prev):focus-visible::after {
  transform: translateX(2px);
}

.site-footer {
  width: 100%;
  margin: 0;
  padding: 40px max(24px, calc((100vw - 1200px) / 2 + 89px)) 44px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  background: var(--bg-deep);
}

.site-footer__brand {
  display: grid;
  gap: 4px;
  color: rgba(255,255,255,.9);
}

.brand--footer {
  margin-bottom: 28px;
}

.site-footer__brand p,
.site-footer__links a {
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
}

.site-footer__links {
  display: grid;
  gap: 2px;
  max-width: 525px;
}

.site-footer__links a {
  color: rgba(255,255,255,.7);
}

.site-footer__links a:hover,
.site-footer__links a:focus-visible {
  color: #fff7d2;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid rgba(248,236,179,.85);
  outline-offset: 2px;
}

@media (max-width: 1080px) {
  .site-header {
    top: 10px;
    width: min(calc(100% - 20px), 1100px);
    padding-inline: 20px;
    gap: 16px;
  }

  .site-nav {
    gap: 20px;
  }

  .story-layout {
    grid-template-columns: 1fr;
  }

  .toc {
    position: relative;
    top: 0;
    margin-bottom: 28px;
  }

  .toc-panel {
    width: 100%;
    padding: 20px;
  }

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

  .site-footer {
    padding: 36px 24px 40px;
  }
}

@media (max-width: 780px) {
  .site-header {
    position: sticky;
    top: 8px;
    margin-top: 8px;
    flex-wrap: wrap;
    align-items: center;
  }

  .nav-toggle {
    width: 42px;
    height: 42px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    margin-left: auto;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 50%;
    background: rgba(255,255,255,.02);
    color: var(--text);
  }

  .nav-toggle span {
    width: 18px;
    height: 1.5px;
    border-radius: 99px;
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(5.5px) rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-5.5px) rotate(-45deg);
  }

  .site-nav {
    display: none;
    width: 100%;
    order: 4;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding-top: 10px;
  }

  .site-nav.is-open {
    display: flex;
  }

  .social-links {
    gap: 8px;
  }

  .toc-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 18px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 16px;
    background: rgba(39,54,76,.92);
    color: var(--text);
  }

  .toc-toggle::after {
    content: "+";
    font-size: 24px;
    line-height: 1;
  }

  .toc-toggle[aria-expanded="true"]::after {
    content: "−";
  }

  .toc-panel {
    display: none;
    margin-top: 12px;
  }

  .toc-panel.is-open {
    display: block;
  }

  .toc ol {
    grid-template-columns: 1fr;
  }

  .story-page {
    padding-inline: 16px;
  }

  .story-page__pattern {
    inset: 76px 0 0;
  }

  .story-content,
  .story-article,
  .story-next {
    width: 100%;
  }

  .story-article--founder-part-one {
    gap: 38px;
  }

  .article-section--with-figure,
  .article-section--image-left,
  .article-section--source {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .article-media-stack {
    gap: 18px;
  }

  .problem-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .problem-grid h3 {
    min-height: 0;
  }

  .image-placeholder--hero {
    min-height: 280px;
  }

  .story-hero {
    margin-top: 14px;
    height: auto;
    min-height: 360px;
  }

  .story-hero__overlay {
    left: 18px;
    right: 18px;
    bottom: 22px;
    max-width: none;
  }

  .story-hero__meta {
    flex-wrap: wrap;
    margin-bottom: 14px;
  }

  .story-hero__meta span {
    width: auto;
    min-width: 110px;
    height: 24px;
    font-size: 11px;
  }

  .story-hero h1 {
    font-size: 48px;
  }

  .story-hero p {
    font-size: 16px;
    line-height: 1.5;
  }

  .founder-story-card {
    margin-top: 22px;
    padding: 30px 20px 34px;
    border-radius: 16px;
  }

  .founder-story-card::after {
    left: 20px;
    right: 20px;
  }

  .founder-story-card h3 {
    font-size: 30px;
  }

  .founder-story-card p {
    font-size: 16px;
    line-height: 160%;
  }

  .story-next {
    flex-direction: column;
    align-items: stretch;
    padding: 42px 0 56px;
  }

  .story-next a {
    width: 100%;
  }

  .site-footer {
    flex-direction: column;
    padding-inline: 20px;
  }

  .site-footer__links {
    max-width: none;
  }
}

@media (max-width: 780px) {
  .story-quote--full {
    padding: 28px 18px;
  }

  .story-quote--full p,
  .story-quote--full li {
    font-size: 20px;
    line-height: 1.42;
  }

  .story-quote--full p {
    margin-bottom: 14px;
  }

  .story-quote--full .arrow-list li {
    padding-left: 34px;
  }
}

@media (max-width: 480px) {
  .story-quote--full {
    padding: 24px 16px;
  }

  .story-quote--full p,
  .story-quote--full li {
    font-size: 18px;
    line-height: 1.48;
  }
}
