:where([class^="ri-"])::before { content: "\f3c2"; }
body { font-family: 'Poppins', sans-serif; }
.fade-in { opacity: 0; transform: translateY(30px); transition: all 0.6s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }
.hero-bg { background: linear-gradient(135deg, rgba(82, 95, 225, 0.1) 0%, rgba(255, 140, 66, 0.1) 100%); }
.card-hover { transition: all 0.3s ease; }
.card-hover:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1); }
.smooth-scroll { scroll-behavior: smooth; }
.sticky-nav { backdrop-filter: blur(10px); }
.site-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 6.7rem;
  height: 4.35rem;
  flex: 0 0 auto;
  border-radius: 12px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.site-logo-link:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
.site-logo-image {
  display: block;
  width: auto;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}
.gradient-text {
  background: linear-gradient(135deg, #525FE1, #FF8C42);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.mobile-menu { transform: translateX(-100%); transition: transform 0.3s ease; }
.mobile-menu.active { transform: translateX(0); }
.btn-primary { background: linear-gradient(135deg, #525FE1, #6366f1); }
.btn-primary:hover { background: linear-gradient(135deg, #4338ca, #525FE1); }
.curriculum-card { min-height: 200px; }

.selection-bg {
  background:
    radial-gradient(circle at 6% 8%, rgba(82, 95, 225, 0.2), transparent 38%),
    radial-gradient(circle at 94% 16%, rgba(255, 140, 66, 0.2), transparent 34%),
    radial-gradient(circle at 18% 88%, rgba(255, 122, 89, 0.16), transparent 30%),
    linear-gradient(180deg, #f6f8ff 0%, #ffffff 52%, #f4f7ff 100%);
}

.home-canvas::before,
.home-canvas::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.home-canvas::before {
  background:
    radial-gradient(circle at 18% 22%, rgba(82, 95, 225, 0.09), transparent 26%),
    radial-gradient(circle at 82% 28%, rgba(255, 140, 66, 0.08), transparent 24%),
    radial-gradient(circle at 50% 72%, rgba(82, 95, 225, 0.06), transparent 30%);
  opacity: 0.9;
}

.home-canvas::after {
  background:
    radial-gradient(circle at 45% -8%, rgba(82, 95, 225, 0.2), transparent 36%),
    radial-gradient(circle at 62% 106%, rgba(255, 140, 66, 0.18), transparent 38%);
  opacity: 0.7;
}

.selection-grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(82, 95, 225, 0.04) 0%, transparent 24%, transparent 76%, rgba(255, 140, 66, 0.04) 100%);
  pointer-events: none;
}

.selection-orb {
  position: absolute;
  width: 22rem;
  height: 22rem;
  border-radius: 9999px;
  will-change: transform;
  transform: translateZ(0);
  animation: float-slow 8s ease-in-out infinite;
  pointer-events: none;
}

.orb-left {
  top: 6.5rem;
  left: -6rem;
  background: radial-gradient(circle at 40% 40%, rgba(82, 95, 225, 0.28) 0%, rgba(82, 95, 225, 0.16) 40%, rgba(82, 95, 225, 0) 72%);
}

.orb-right {
  top: 9rem;
  right: -5rem;
  background: radial-gradient(circle at 55% 42%, rgba(255, 140, 66, 0.3) 0%, rgba(255, 140, 66, 0.16) 42%, rgba(255, 140, 66, 0) 72%);
  animation-delay: 1.5s;
}

.paint-stroke {
  position: absolute;
  border-radius: 9999px;
  opacity: 0.45;
  pointer-events: none;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
}

.stroke-a {
  width: 12rem;
  height: 3.2rem;
  left: 6%;
  top: 23rem;
  transform: rotate(-17deg);
  background: linear-gradient(135deg, rgba(82, 95, 225, 0.2), rgba(58, 217, 210, 0.16), rgba(255, 255, 255, 0.08));
}

.stroke-b {
  width: 10rem;
  height: 2.8rem;
  right: 8%;
  top: 31rem;
  transform: rotate(14deg);
  background: linear-gradient(135deg, rgba(255, 140, 66, 0.24), rgba(255, 74, 110, 0.16), rgba(255, 255, 255, 0.08));
}

@keyframes float-slow {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-14px); }
}

.home-hero { margin-top: 0.25rem; }

.hero-panel {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(82, 95, 225, 0.18);
  border-radius: 28px;
  backdrop-filter: blur(10px);
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.12);
}

.series-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.85rem;
  border-radius: 9999px;
  font-size: 0.78rem;
  font-weight: 600;
  color: #3448c5;
  background: rgba(82, 95, 225, 0.14);
  border: 1px solid rgba(82, 95, 225, 0.18);
}

.series-pill {
  padding: 0.35rem 0.75rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(82, 95, 225, 0.16);
  color: #4b5563;
  font-size: 0.78rem;
  font-weight: 500;
}

.hero-showcase {
  position: relative;
  min-height: 100%;
}

.showcase-main {
  position: relative;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.95) 0%, rgba(243, 247, 255, 0.92) 52%, rgba(255, 248, 241, 0.94) 100%);
  border: 1px solid rgba(82, 95, 225, 0.2);
  border-radius: 28px;
  box-shadow: 0 24px 52px rgba(15, 23, 42, 0.13);
  padding: 1.6rem 1.5rem;
  height: 100%;
}

.showcase-video-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.35rem;
}

.showcase-kicker {
  display: inline-block;
  margin-bottom: 0.85rem;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5362dc;
}

.showcase-swatches {
  display: flex;
  gap: 0.55rem;
}

.swatch {
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.12);
}

.swatch-1 { background: linear-gradient(135deg, #3855d8, #7d8cff); }
.swatch-2 { background: linear-gradient(135deg, #f0b221, #ff7a59); }
.swatch-3 { background: linear-gradient(135deg, #33a88f, #6ecf99); }
.swatch-4 { background: linear-gradient(135deg, #cb3e66, #8b46e1); }

.showcase-stat {
  border: 1px solid rgba(82, 95, 225, 0.16);
  background: rgba(255, 255, 255, 0.76);
  border-radius: 14px;
  padding: 0.7rem 0.75rem;
}

.showcase-stat strong {
  display: block;
  font-size: 0.92rem;
  line-height: 1.25;
  color: #1f2937;
}

.showcase-stat span {
  display: block;
  font-size: 0.72rem;
  color: #6b7280;
  margin-top: 0.1rem;
}

.floating-note {
  position: absolute;
  padding: 0.5rem 0.8rem;
  border-radius: 9999px;
  font-size: 0.74rem;
  font-weight: 600;
  color: #374151;
  border: 1px solid rgba(82, 95, 225, 0.18);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 26px rgba(15, 23, 42, 0.12);
  animation: bob 6s ease-in-out infinite;
}

.note-a { top: -0.85rem; right: 0.8rem; }
.note-b { bottom: -0.7rem; left: 1.2rem; animation-delay: 1.2s; }

.hero-video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 20px;
  background: #111827;
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.18);
}

.hero-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

.metric-card {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(82, 95, 225, 0.16);
  border-radius: 18px;
  padding: 1rem 1rem 1.1rem;
  box-shadow: 0 14px 26px rgba(15, 23, 42, 0.08);
}

.metric-card h3 {
  margin-top: 0.55rem;
  margin-bottom: 0.35rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #1f2937;
}

.metric-card p {
  font-size: 0.82rem;
  color: #6b7280;
}

.artbox-card {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(82, 95, 225, 0.16);
  border-radius: 22px;
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.1);
  backdrop-filter: blur(9px);
  transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
}

.artbox-card::before {
  content: "";
  position: absolute;
  inset: -42% 56% 58% -24%;
  background: radial-gradient(circle at center, rgba(82, 95, 225, 0.22), transparent 70%);
  opacity: 0;
  transition: opacity 0.32s ease;
  pointer-events: none;
}

.artbox-card:hover {
  transform: translateY(-8px) rotate(-0.2deg);
  border-color: rgba(82, 95, 225, 0.32);
  box-shadow: 0 24px 42px rgba(15, 23, 42, 0.15);
}

.artbox-card:hover::before { opacity: 1; }

.box-visual {
  position: relative;
  height: 11rem;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow: inset 0 0 30px rgba(255, 255, 255, 0.35);
}

.box-kandinsky .box-visual { background: linear-gradient(135deg, #dce7ff 0%, #f7e8d7 100%); }

.box-van-gogh .box-visual { background: linear-gradient(135deg, #fff1b8 0%, #ffd8a8 100%); }

.box-picasso .box-visual { background: linear-gradient(135deg, #dfe5ff 0%, #ffdce6 100%); }

.box-paul-klee .box-visual { background: linear-gradient(135deg, #ddf2df 0%, #ffe4c8 100%); }

.box-collection .box-visual { background: linear-gradient(135deg, #f1defe 0%, #ffd8e8 100%); }

.box-osmanli .box-visual { background: linear-gradient(135deg, #f4e8d4 0%, #dceadf 100%); }

.box-tag {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  padding: 0.25rem 0.65rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: #3345bf;
  background: rgba(82, 95, 225, 0.12);
}

@media (max-width: 767px) {
  .site-logo-link {
    width: 5.65rem;
    height: 4rem;
  }
  .floating-note { display: none; }
  .showcase-main {
    margin-top: 0.4rem;
    padding: 1.15rem;
    border-radius: 22px;
  }
  .hero-video-frame { border-radius: 16px; }
  .stroke-a { left: -2rem; top: 20rem; }
  .stroke-b { right: -2rem; top: 28rem; }
}

/* Art box page theming */
body[class*="theme-"] {
  --theme-primary: #525FE1;
  --theme-secondary: #FF8C42;
  --theme-primary-soft: rgba(82, 95, 225, 0.14);
  --theme-secondary-soft: rgba(255, 140, 66, 0.16);
  --theme-glow: rgba(82, 95, 225, 0.22);
  --theme-hero-orb-a: rgba(82, 95, 225, 0.24);
  --theme-hero-orb-b: rgba(255, 140, 66, 0.22);
  --theme-surface-a: #ffffff;
  --theme-surface-b: #f8f9ff;
  --theme-surface-c: #f3f6ff;
  --theme-border: rgba(82, 95, 225, 0.18);
  --theme-border-strong: rgba(82, 95, 225, 0.34);
}

body.theme-kandinsky {
  --theme-primary: #3558d6;
  --theme-secondary: #ff7a2f;
  --theme-primary-soft: rgba(53, 88, 214, 0.15);
  --theme-secondary-soft: rgba(255, 122, 47, 0.18);
  --theme-glow: rgba(53, 88, 214, 0.24);
  --theme-hero-orb-a: rgba(53, 88, 214, 0.28);
  --theme-hero-orb-b: rgba(255, 122, 47, 0.24);
  --theme-surface-b: #f6f8ff;
  --theme-surface-c: #eef3ff;
  --theme-border: rgba(53, 88, 214, 0.2);
  --theme-border-strong: rgba(53, 88, 214, 0.38);
}

body.theme-van-gogh {
  --theme-primary: #2350a7;
  --theme-secondary: #f0b400;
  --theme-primary-soft: rgba(35, 80, 167, 0.15);
  --theme-secondary-soft: rgba(240, 180, 0, 0.2);
  --theme-glow: rgba(35, 80, 167, 0.24);
  --theme-hero-orb-a: rgba(240, 180, 0, 0.24);
  --theme-hero-orb-b: rgba(35, 80, 167, 0.25);
  --theme-surface-b: #fffaf0;
  --theme-surface-c: #f5f8ff;
  --theme-border: rgba(35, 80, 167, 0.2);
  --theme-border-strong: rgba(35, 80, 167, 0.36);
}

body.theme-picasso {
  --theme-primary: #1f3f8f;
  --theme-secondary: #d62a42;
  --theme-primary-soft: rgba(31, 63, 143, 0.16);
  --theme-secondary-soft: rgba(214, 42, 66, 0.16);
  --theme-glow: rgba(214, 42, 66, 0.2);
  --theme-hero-orb-a: rgba(31, 63, 143, 0.24);
  --theme-hero-orb-b: rgba(214, 42, 66, 0.22);
  --theme-surface-b: #f8f8ff;
  --theme-surface-c: #fff5f7;
  --theme-border: rgba(31, 63, 143, 0.2);
  --theme-border-strong: rgba(214, 42, 66, 0.34);
}

body.theme-paul-klee {
  --theme-primary: #2f6a4f;
  --theme-secondary: #d1833a;
  --theme-primary-soft: rgba(47, 106, 79, 0.16);
  --theme-secondary-soft: rgba(209, 131, 58, 0.18);
  --theme-glow: rgba(47, 106, 79, 0.22);
  --theme-hero-orb-a: rgba(47, 106, 79, 0.24);
  --theme-hero-orb-b: rgba(209, 131, 58, 0.22);
  --theme-surface-b: #f6fbf7;
  --theme-surface-c: #fff7ef;
  --theme-border: rgba(47, 106, 79, 0.2);
  --theme-border-strong: rgba(47, 106, 79, 0.35);
}

body.theme-artist-collection {
  --theme-primary: #4b56d2;
  --theme-secondary: #ff7a59;
  --theme-primary-soft: rgba(75, 86, 210, 0.15);
  --theme-secondary-soft: rgba(255, 122, 89, 0.18);
  --theme-glow: rgba(75, 86, 210, 0.22);
  --theme-hero-orb-a: rgba(75, 86, 210, 0.24);
  --theme-hero-orb-b: rgba(255, 122, 89, 0.2);
  --theme-surface-b: #f7f8ff;
  --theme-surface-c: #f5fbff;
  --theme-border: rgba(75, 86, 210, 0.2);
  --theme-border-strong: rgba(75, 86, 210, 0.36);
}

body[class*="theme-"] .text-primary { color: var(--theme-primary) !important; }
body[class*="theme-"] .text-secondary { color: var(--theme-secondary) !important; }
body[class*="theme-"] .bg-primary { background-color: var(--theme-primary) !important; }
body[class*="theme-"] .bg-secondary { background-color: var(--theme-secondary) !important; }
body[class*="theme-"] .bg-primary\/10 { background-color: var(--theme-primary-soft) !important; }
body[class*="theme-"] .bg-secondary\/10 { background-color: var(--theme-secondary-soft) !important; }
body[class*="theme-"] .border-primary\/10 { border-color: var(--theme-border) !important; }
body[class*="theme-"] .border-primary\/20 { border-color: var(--theme-border-strong) !important; }

body[class*="theme-"] .gradient-text {
  background: linear-gradient(135deg, var(--theme-primary), var(--theme-secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

body[class*="theme-"] .btn-primary {
  background: linear-gradient(135deg, var(--theme-primary), var(--theme-secondary));
  box-shadow: 0 12px 28px var(--theme-glow);
}

body[class*="theme-"] .btn-primary:hover {
  background: linear-gradient(135deg, var(--theme-secondary), var(--theme-primary));
  box-shadow: 0 18px 34px var(--theme-glow);
}

body[class*="theme-"] #navbar {
  border-bottom-color: var(--theme-border);
}

body[class*="theme-"] #hero {
  position: relative;
  isolation: isolate;
}

body[class*="theme-"] #hero::before {
  content: "";
  position: absolute;
  inset: -12% -6%;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(circle at 12% 20%, var(--theme-hero-orb-a), transparent 44%),
    radial-gradient(circle at 88% 18%, var(--theme-hero-orb-b), transparent 42%),
    radial-gradient(circle at 52% 94%, var(--theme-primary-soft), transparent 36%);
}

body[class*="theme-"] #program {
  background: linear-gradient(180deg, var(--theme-surface-a) 0%, var(--theme-surface-b) 100%);
}

body[class*="theme-"] #artist,
body[class*="theme-"] #benefits,
body[class*="theme-"] #curriculum,
body[class*="theme-"] #product {
  position: relative;
  overflow: hidden;
}

body[class*="theme-"] #artist {
  background:
    radial-gradient(circle at 92% 12%, var(--theme-secondary-soft), transparent 36%),
    linear-gradient(180deg, var(--theme-surface-b) 0%, var(--theme-surface-a) 100%) !important;
}

body[class*="theme-"] #benefits {
  background: linear-gradient(180deg, var(--theme-surface-c) 0%, var(--theme-surface-b) 100%) !important;
}

body[class*="theme-"] #curriculum {
  background:
    radial-gradient(circle at 8% 88%, var(--theme-primary-soft), transparent 32%),
    linear-gradient(180deg, var(--theme-surface-b) 0%, var(--theme-surface-c) 100%) !important;
}

body[class*="theme-"] #product {
  background: linear-gradient(180deg, var(--theme-surface-a) 0%, var(--theme-surface-b) 100%);
}

body[class*="theme-"] section h2.text-4xl.font-bold::after {
  content: "";
  display: block;
  width: 72px;
  height: 4px;
  border-radius: 9999px;
  margin-top: 0.75rem;
  background: linear-gradient(135deg, var(--theme-primary), var(--theme-secondary));
}

body[class*="theme-"] section .text-center h2.text-4xl.font-bold::after {
  margin-left: auto;
  margin-right: auto;
}

body[class*="theme-"] .card-hover,
body[class*="theme-"] .curriculum-card,
body[class*="theme-"] #artist .rounded-2xl {
  border: 1px solid var(--theme-border);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
}

body[class*="theme-"] .card-hover:hover,
body[class*="theme-"] .curriculum-card:hover,
body[class*="theme-"] #artist .rounded-2xl:hover {
  border-color: var(--theme-border-strong);
  box-shadow: 0 18px 36px var(--theme-glow), 0 10px 20px rgba(15, 23, 42, 0.08);
}

body[class*="theme-"] #product .bg-gray-100 {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.92), var(--theme-primary-soft));
}

.artbox-switcher-wrap {
  position: fixed;
  left: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 45;
  margin: 0;
  padding: 0;
  width: 0;
  height: auto;
  overflow: visible;
  pointer-events: none;
}

.artbox-switcher-wrap > div {
  max-width: none;
  margin: 0;
  padding: 0;
}

.artbox-switcher {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  align-items: flex-start;
  pointer-events: auto;
}

.artbox-switcher-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  width: 3.95rem;
  min-height: 3.45rem;
  padding: 0.45rem;
  border-radius: 9999px;
  border: 1px solid color-mix(in srgb, var(--theme-primary) 24%, white 76%);
  background: linear-gradient(135deg, color-mix(in srgb, var(--theme-primary-soft) 72%, white 28%), color-mix(in srgb, var(--theme-secondary-soft) 58%, white 42%));
  color: color-mix(in srgb, var(--theme-primary) 72%, #1f2937 28%);
  backdrop-filter: blur(8px);
  overflow: hidden;
  transition: width 0.35s ease, padding 0.35s ease, transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease, background-color 0.25s ease;
}

.artbox-switcher:hover .artbox-switcher-link,
.artbox-switcher:focus-within .artbox-switcher-link {
  width: 20.75rem;
  padding: 0.45rem 1rem 0.45rem 0.45rem;
}

.artbox-switcher-link:hover {
  transform: translateY(-2px);
  color: color-mix(in srgb, var(--theme-primary) 82%, #111827 18%);
  border-color: color-mix(in srgb, var(--theme-primary) 42%, white 58%);
  background: linear-gradient(135deg, color-mix(in srgb, var(--theme-primary-soft) 84%, white 16%), color-mix(in srgb, var(--theme-secondary-soft) 72%, white 28%));
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.artbox-switcher-link::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 9999px;
  border: 1.5px solid transparent;
  transition: border-color 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
  opacity: 0;
  transform: scale(0.98);
  pointer-events: none;
}

.artbox-switcher-thumb {
  width: 3rem;
  height: 3rem;
  flex: 0 0 3rem;
  border-radius: 9999px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.14);
  border: 1.5px solid rgba(255, 255, 255, 0.72);
}

.artbox-switcher-link.is-active {
  color: color-mix(in srgb, var(--theme-primary) 88%, #0f172a 12%);
  border-color: color-mix(in srgb, var(--theme-primary) 54%, white 46%);
  background: linear-gradient(135deg, color-mix(in srgb, var(--theme-primary-soft) 96%, white 4%), color-mix(in srgb, var(--theme-secondary-soft) 88%, white 12%));
  box-shadow: 0 16px 30px var(--theme-glow);
}

.artbox-switcher-link.is-active::after {
  opacity: 1;
  border-color: color-mix(in srgb, var(--theme-primary) 62%, white 38%);
  transform: scale(1);
}

.artbox-switcher-title {
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.15;
  white-space: nowrap;
  flex: 1 1 auto;
  min-width: 0;
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.28s ease, transform 0.32s ease;
}

.artbox-switcher:hover .artbox-switcher-title,
.artbox-switcher:focus-within .artbox-switcher-title {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 767px) {
  .artbox-switcher-wrap {
    display: none;
  }
}
