:root {
  --ink: #444446;
  --muted: #686b6d;
  --paper: #f7fbf6;
  --paper-deep: #f1f3e7;
  --mint: #eef2d8;
  --mint-strong: #8fa044;
  --green: #8fa044;
  --green-dark: #55622e;
  --sage: #d8ddb3;
  --coral: #f18f83;
  --sun: #f7c33d;
  --white: #ffffff;
  --line: rgba(85, 98, 46, 0.18);
  --shadow: 0 26px 70px rgba(143, 160, 68, 0.24);
  --shadow-soft: 0 18px 48px rgba(143, 160, 68, 0.15);
  --display: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at -4rem -4rem, rgba(143, 160, 68, 0.28) 0 11rem, transparent 11.2rem),
    radial-gradient(circle at 96% 22rem, rgba(143, 160, 68, 0.16) 0 10rem, transparent 10.2rem),
    repeating-linear-gradient(150deg, rgba(143, 160, 68, 0.05) 0 2px, transparent 2px 22px),
    linear-gradient(180deg, var(--paper), var(--paper-deep) 52%, var(--paper)),
    var(--paper);
}

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

.site {
  min-height: 100vh;
  overflow: hidden;
}

.hero {
  position: relative;
  display: grid;
  min-height: 86vh;
  overflow: hidden;
  color: var(--ink);
  isolation: isolate;
}

.hero__media,
.hero__shade {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero__media {
  background-image: url("../images/estudio-pilates-terapeutico-1774.webp");
  inset: 9rem max(20px, calc((100% - 1120px) / 2)) 5.5rem auto;
  width: min(43vw, 560px);
  border-radius: 48% 52% 42% 58%;
  background-position: center;
  background-size: cover;
  box-shadow: var(--shadow);
  opacity: 0.9;
}

.hero__shade {
  z-index: -1;
  background:
    radial-gradient(circle at 82% 30%, rgba(143, 160, 68, 0.32) 0 14rem, transparent 14.2rem),
    radial-gradient(circle at 90% 58%, rgba(247, 195, 61, 0.28) 0 3rem, transparent 3.1rem),
    linear-gradient(112deg, rgba(255, 255, 255, 0.94) 0 55%, rgba(238, 242, 216, 0.68) 55.2% 100%);
}

.topbar {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(1120px, calc(100% - 40px));
  min-height: 72px;
  margin: 20px auto 0;
  padding: 0.8rem 0.9rem;
  border: 1px solid rgba(143, 160, 68, 0.3);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 1 230px;
  min-width: 0;
}

.brand img {
  display: block;
  width: min(230px, 42vw);
  height: auto;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  padding: 0.18rem;
  border: 1px solid rgba(143, 160, 68, 0.2);
  border-radius: 999px;
  background: rgba(238, 242, 216, 0.68);
}

.nav a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  color: var(--green-dark);
  font-size: 0.9rem;
  font-weight: 800;
  transition: background 180ms ease, color 180ms ease;
}

.nav a:hover {
  background: var(--white);
  color: var(--ink);
}

.phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 44px;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(143, 160, 68, 0.4);
  border-radius: 999px;
  background: var(--green);
  backdrop-filter: blur(14px);
  color: var(--white);
  font-weight: 700;
  white-space: nowrap;
  transition: background 180ms ease, transform 180ms ease;
}

.phone:hover {
  background: var(--green-dark);
  transform: translateY(-1px);
}

.hero__content {
  align-self: center;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 54px 0 110px;
}

.kicker {
  display: inline-flex;
  max-width: 100%;
  margin: 0 0 1.15rem;
  padding: 0.5rem 0.72rem;
  border: 1px solid rgba(220, 238, 231, 0.42);
  border-radius: 999px;
  background: var(--mint);
  color: var(--green-dark);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 700px;
  margin-bottom: 1rem;
  font-family: var(--display);
  font-weight: 850;
  font-size: clamp(3.1rem, 7.4vw, 6.2rem);
  line-height: 0.96;
  letter-spacing: 0;
  text-wrap: balance;
}

.lead {
  max-width: 620px;
  margin-bottom: 1.8rem;
  color: var(--muted);
  font-size: clamp(1.08rem, 2.2vw, 1.45rem);
  line-height: 1.55;
}

.hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  max-width: 760px;
  margin-bottom: 1.5rem;
}

.hero__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0.55rem 0.78rem;
  border: 1px solid rgba(143, 160, 68, 0.3);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--green-dark);
  font-size: 0.9rem;
  font-weight: 800;
  backdrop-filter: blur(12px);
}

.hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.9rem 1.35rem;
  border-radius: 999px;
  background: var(--green);
  box-shadow: var(--shadow);
  color: var(--white);
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  background: var(--green-dark);
}

.button--ghost {
  border: 1px solid rgba(143, 160, 68, 0.38);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: none;
  color: var(--green-dark);
  backdrop-filter: blur(14px);
}

.button--ghost:hover {
  background: var(--mint);
}

.opening {
  max-width: 100%;
  color: var(--muted);
  font-weight: 700;
}

.intro {
  display: grid;
  grid-template-columns: minmax(220px, 0.85fr) minmax(0, 1.45fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  width: min(1120px, calc(100% - 40px));
  margin: -40px auto 0;
  padding: clamp(1.35rem, 3.4vw, 2.35rem);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
  position: relative;
}

.intro::before {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 78px;
  height: 78px;
  border: 1px solid rgba(63, 123, 104, 0.22);
  border-radius: 50%;
  content: "";
}

.intro::after {
  position: absolute;
  right: 2.4rem;
  bottom: 1.8rem;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--coral);
  content: "";
}

.eyebrow {
  margin-bottom: 0.55rem;
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.intro h2 {
  margin-bottom: 1rem;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  font-family: var(--display);
  font-weight: 850;
  line-height: 1.05;
  letter-spacing: 0;
  text-wrap: balance;
}

.intro__copy p:last-child {
  max-width: 32rem;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.6;
}

.services {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.service {
  min-width: 0;
  padding: 1.1rem;
  border: 1px solid #dfe7e3;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 252, 248, 0.72));
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.service:hover {
  border-color: rgba(63, 123, 104, 0.35);
  box-shadow: 0 18px 40px rgba(31, 42, 50, 0.08);
  transform: translateY(-3px);
}

.service__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: var(--mint);
  color: var(--green-dark);
  font-size: 0.82rem;
  font-weight: 900;
}

.service h3 {
  margin-bottom: 0.45rem;
  font-size: 1.05rem;
}

.service p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.section,
.contact,
.location {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.split {
  display: grid;
  grid-template-columns: minmax(220px, 0.85fr) minmax(0, 1.35fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.section h2,
.contact h2,
.location h2 {
  margin-bottom: 1rem;
  font-size: clamp(1.8rem, 3.8vw, 3.1rem);
  font-family: var(--display);
  font-weight: 850;
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
}

.text-block {
  display: grid;
  gap: 1.15rem;
  color: var(--muted);
  font-size: clamp(1.06rem, 2vw, 1.2rem);
  line-height: 1.75;
}

.about {
  display: grid;
  grid-template-columns: minmax(220px, 0.65fr) minmax(0, 1.2fr);
  gap: clamp(2rem, 6vw, 5.5rem);
  align-items: center;
}

.about__image {
  position: relative;
}

.about__image::before {
  position: absolute;
  inset: 10% auto auto -8%;
  width: 82%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(238, 242, 216, 0.9);
  content: "";
}

.about__image img {
  position: relative;
  width: min(100%, 430px);
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.about__copy {
  position: relative;
  padding: clamp(1rem, 3vw, 2rem);
}

.about__copy::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 0.8rem;
  background: linear-gradient(90deg, var(--green), transparent);
  content: "";
}

.about__copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.method-notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.method-notes article {
  padding: 1rem;
  border-left: 6px solid var(--green);
  border-radius: 0 8px 8px 0;
  background: rgba(255, 255, 255, 0.72);
}

.method-notes h3,
.principles__list li,
.recommendation-grid h3 {
  font-family: var(--display);
  font-weight: 850;
}

.principles {
  position: relative;
}

.principles::before {
  position: absolute;
  top: 12%;
  left: max(-80px, calc((100vw - 1120px) / -2));
  width: min(44vw, 560px);
  height: 70%;
  border-radius: 0 42% 42% 0;
  background: rgba(255, 255, 255, 0.76);
  content: "";
  z-index: -1;
}

.principles__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.principles__list li {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  min-width: 0;
  width: fit-content;
  min-height: 88px;
  padding: 0.9rem 1.2rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
  font-size: clamp(0.98rem, 1.35vw, 1.18rem);
  line-height: 1.18;
  text-align: center;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  box-shadow: var(--shadow-soft);
}

.text-block p {
  margin-bottom: 0;
}

.section--soft {
  width: 100%;
  margin-top: 1rem;
  padding-inline: max(20px, calc((100% - 1120px) / 2));
  background:
    linear-gradient(135deg, rgba(238, 242, 216, 0.88), rgba(248, 251, 246, 0.78)),
    #edf3ee;
}

.section__head {
  max-width: 760px;
  margin-bottom: clamp(1.5rem, 4vw, 2.6rem);
}

.section__head h2 {
  margin-bottom: 0;
}

.benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.benefits article {
  min-height: 132px;
  padding: 1.35rem 1.35rem 1.35rem 4.5rem;
  border: 1px solid rgba(63, 123, 104, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset;
  position: relative;
}

.benefits article::before {
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: var(--white);
  content: counter(benefit);
  counter-increment: benefit;
  font-weight: 900;
}

.benefits {
  counter-reset: benefit;
}

.benefits h3,
.proposal-list li {
  font-size: 1rem;
}

.benefits h3 {
  margin-bottom: 0.6rem;
  color: var(--green-dark);
  font-family: var(--display);
  font-weight: 850;
  font-size: 1.25rem;
}

.benefits p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.55;
}

.proposals {
  padding-bottom: clamp(3rem, 6vw, 5.5rem);
}

.proposal-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.proposal-list li {
  position: relative;
  min-height: 64px;
  padding: 1rem 1rem 1rem 2.8rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--ink);
  font-weight: 750;
  line-height: 1.35;
}

.proposal-list li::before {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: var(--green);
  content: "";
}

.recommendations {
  padding-top: clamp(2rem, 5vw, 4rem);
}

.recommendation-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.recommendation-grid article {
  padding: 1.2rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: var(--shadow-soft);
}

.recommendation-grid h3 {
  margin-bottom: 0.6rem;
  color: var(--green-dark);
  font-size: 1.18rem;
}

.recommendation-grid p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.55;
}

.conclusion {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(2rem, 5vw, 4rem);
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto clamp(3rem, 6vw, 5rem);
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 8% 20%, rgba(128, 211, 146, 0.26), transparent 12rem),
    rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-soft);
}

.conclusion h2 {
  margin-bottom: 0;
  font-family: var(--display);
  font-weight: 850;
  font-size: clamp(1.8rem, 3.8vw, 3.1rem);
  line-height: 1.02;
}

.conclusion > p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.quote-band {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--green);
  color: var(--white);
}

.quote-band blockquote {
  margin: 0;
  padding: clamp(2rem, 6vw, 4.8rem) max(20px, calc((100vw - 1120px) / 2));
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0)),
    var(--green);
}

.quote-band blockquote:first-child {
  padding-right: clamp(2rem, 6vw, 4.8rem);
}

.quote-band blockquote:last-child {
  padding-left: clamp(2rem, 6vw, 4.8rem);
}

.quote-band p {
  max-width: 520px;
  margin-bottom: 1.2rem;
  font-size: clamp(1.35rem, 3vw, 2.35rem);
  font-family: var(--display);
  font-weight: 850;
  line-height: 1.08;
  text-wrap: balance;
}

.quote-band cite {
  color: var(--white);
  font-style: normal;
  font-weight: 800;
}

.contact {
  display: grid;
  grid-template-columns: minmax(240px, 0.9fr) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

.location {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(280px, 0.75fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: stretch;
}

.location__content {
  display: grid;
  align-content: center;
  min-height: 360px;
  padding: clamp(1.4rem, 4vw, 3rem);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(85, 98, 46, 0.78), rgba(143, 160, 68, 0.52)),
    url("../images/estudio-pilates-terapeutico-1400.webp");
  background-position: center;
  background-size: cover;
  color: var(--white);
  overflow: hidden;
}

.location__content .eyebrow {
  color: var(--mint);
}

.location__content p:last-child {
  max-width: 560px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.08rem;
  line-height: 1.7;
}

.address-card {
  display: grid;
  align-content: center;
  gap: 0.65rem;
  margin: 0;
  padding: clamp(1.4rem, 4vw, 2.4rem);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-soft);
  font-style: normal;
}

.address-card__label {
  width: fit-content;
  margin-bottom: 0.4rem;
  padding: 0.45rem 0.65rem;
  border-radius: 999px;
  background: var(--mint);
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.address-card strong {
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.05;
}

.address-card span:not(.address-card__label) {
  color: var(--muted);
  font-size: 1.08rem;
  font-weight: 700;
}

.address-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 0.8rem;
  padding: 0.85rem 1rem;
  border-radius: 999px;
  background: var(--green);
  color: var(--white);
  font-weight: 900;
}

.contact p {
  max-width: 560px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.7;
}

.contact__panel {
  display: grid;
  gap: 0.75rem;
  padding: clamp(1rem, 3vw, 1.6rem);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.contact__panel a,
.contact__panel span {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 0.85rem 1rem;
  border: 1px solid #e5e2d9;
  border-radius: 8px;
  color: var(--ink);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.contact__panel a:hover {
  border-color: rgba(63, 123, 104, 0.45);
  color: var(--green-dark);
}

@media (max-width: 1200px) {
  .hero__media {
    background-image: url("../images/estudio-pilates-terapeutico-1400.webp");
  }
}

@media (max-width: 820px) {
  .hero__media {
    background-image: url("../images/estudio-pilates-terapeutico-960.webp");
    inset: auto 14px 28px;
    width: auto;
    height: 260px;
    opacity: 0.2;
  }

  .hero {
    min-height: auto;
  }

  .hero__shade {
    background:
      radial-gradient(circle at 80% 18%, rgba(143, 160, 68, 0.28), transparent 14rem),
      linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(238, 242, 216, 0.74));
  }

  .topbar {
    align-items: flex-start;
    border-radius: 8px;
  }

  .nav {
    display: none;
  }

  .phone--top {
    padding-inline: 0.85rem;
    font-size: 0.92rem;
  }

  .hero__content {
    min-height: 620px;
    padding: 84px 0 92px;
  }

  .intro {
    grid-template-columns: 1fr;
    margin-top: 0;
    border-radius: 0;
    width: 100%;
  }

  .services {
    grid-template-columns: 1fr;
  }

  .section,
  .contact,
  .location {
    width: min(100% - 28px, 1120px);
    padding-block: 3.5rem;
  }

  .split,
  .contact,
  .location,
  .about,
  .conclusion {
    grid-template-columns: 1fr;
  }

  .section--soft {
    width: 100%;
    padding-inline: 14px;
  }

  .benefits,
  .proposal-list,
  .quote-band,
  .recommendation-grid {
    grid-template-columns: 1fr;
  }

  .principles__list li {
    flex-basis: calc(50% - 0.35rem);
  }

  .method-notes {
    grid-template-columns: 1fr;
  }

  .benefits article {
    min-height: auto;
  }

  .quote-band blockquote,
  .quote-band blockquote:first-child,
  .quote-band blockquote:last-child {
    padding: 2.4rem 20px;
  }

  .location__content {
    min-height: 300px;
  }
}

@media (max-width: 520px) {
  .hero__media {
    background-image: url("../images/estudio-pilates-terapeutico-640.webp");
    background-position: 60% center;
  }

  .topbar {
    width: min(100% - 28px, 1120px);
    flex-direction: column;
    align-items: stretch;
  }

  .brand {
    flex-basis: auto;
  }

  .brand img {
    width: min(260px, 100%);
  }

  .hero__content {
    width: min(100% - 28px, 1120px);
    min-height: 610px;
    padding-top: 54px;
  }

  h1 {
    font-size: clamp(2.65rem, 15vw, 3.75rem);
  }

  .hero__actions,
  .button {
    width: 100%;
  }

  .button {
    min-height: 50px;
  }

  .opening {
    font-size: 0.95rem;
  }

  .phone {
    width: 100%;
  }

  .hero__meta span {
    width: 100%;
    border-radius: 8px;
  }

  .kicker {
    align-items: center;
    border-radius: 8px;
    font-size: 0.78rem;
    line-height: 1.35;
  }

  .proposal-list li {
    min-height: auto;
  }

  .principles__list li {
    flex-basis: 100%;
    min-height: 64px;
  }
}
