

:root {
  --c-bg: #fafaf8;
  --c-bg-alt: #f0ece4;
  --c-surface: #ffffff;
  --c-text: #1c1917;
  --c-text-dim: #78716c;
  --c-accent: #b45309;
  --c-accent2: #57534e;
  --c-border: rgba(28,25,23,0.08);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html {
  scroll-behavior: smooth;
  font-size: 16px;
}
* { scroll-margin-top: 80px; }
body {
  background-color: var(--c-bg);
  color: var(--c-text);
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--c-text);
  margin: 0 0 0.5em 0;
}
h1 { font-size: clamp(2rem, 6vw, 3.8rem); }
h2 { font-size: clamp(1.4rem, 4vw, 2.4rem); }
h3 { font-size: clamp(1.1rem, 2.8vw, 1.5rem); }
h4 { font-size: clamp(1rem, 2.2vw, 1.25rem); }
h5 { font-size: clamp(0.9rem, 2vw, 1.1rem); }
h6 { font-size: clamp(0.85rem, 1.8vw, 1rem); }
p {
  margin-bottom: 1em;
  font-size: 1rem;
  line-height: 1.75;
}
a {
  color: var(--c-accent);
  text-decoration: none;
  transition: color 0.2s;
}
a:hover {
  color: var(--c-accent2);
}
.swpt07ar { width: 39%; padding: 37px 34px; color: rgb(169, 239, 37); border: 3px solid #ed65d8; }
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.d5fbng9i {
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
}

.n02v5go3::before {
  content: '';
  display: block;
  width: 48px;
  height: 2px;
  background: var(--c-accent);
  margin-bottom: 1.5rem;
}

.zhtzopxd,
.uzpjql5y,
.ju6qe6v9,
.s6vgcdgm,
.pvpojadk,
.rzyvjtx7,
.z9vtnw3d {
  display: inline-block;
  padding: 0.7rem 1.8rem;
  background: var(--c-accent);
  color: #fff;
  font-family: system-ui, -apple-system, sans-serif;
  font-weight: 600;
  font-size: 0.88rem;
  letter-spacing: 0.02em;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s;
  text-decoration: none;
}
.zhtzopxd:hover,
.uzpjql5y:hover,
.ju6qe6v9:hover,
.s6vgcdgm:hover,
.pvpojadk:hover,
.rzyvjtx7:hover,
.z9vtnw3d:hover {
  background: #92400e;
  color: #fff;
  
  box-shadow: 0 4px 16px rgba(180,83,9,0.18), 0 1px 4px rgba(180,83,9,0.12);
}

.vkqf2wzt {
  display: inline-block;
  padding: 0.7rem 1.8rem;
  background: transparent;
  color: var(--c-accent);
  font-family: system-ui, -apple-system, sans-serif;
  font-weight: 600;
  font-size: 0.88rem;
  letter-spacing: 0.02em;
  border: 1.5px solid var(--c-accent);
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  text-decoration: none;
}
.vkqf2wzt:hover {
  background: var(--c-accent);
  color: #fff;
}

.vclnj3mk {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--c-surface);
  border-bottom: 1px solid var(--c-border);
}
.jolqhc1v {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 0;
  gap: 1.5rem;
}
.znumwfqg {
  flex-shrink: 0;
  border: none;
}
.znumwfqg img {
  max-height: 44px;
  width: auto;
}
.hodlhq62ee { display: none; }
.oxbfwt1w {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: center;
}
.pcqm4cci {
  display: none;
  list-style: none;
  gap: 2rem;
  padding: 0;
  margin: 0;
}
.rd25r5ak { list-style: none; }
.chasll19 {
  color: var(--c-text-dim);
  font-weight: 500;
  font-size: 0.88rem;
  letter-spacing: 0.01em;
  padding: 0.5rem 0;
  transition: color 0.2s;
  text-decoration: none;
  position: relative;
}
.chasll19:hover {
  color: var(--c-text);
}

.chasll19::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1.5px;
  background: var(--c-accent);
  transform: scaleX(0);
  transition: transform 0.2s;
}
.chasll19:hover::after {
  transform: scaleX(1);
}
.zhtzopxd {
  font-size: 0.8rem;
  padding: 0.5rem 1.2rem;
  white-space: nowrap;
}

.q8bon4hb {
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}
.q8bon4hb span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--c-text);
  border-radius: 1px;
  transition: background 0.2s;
}

.nixm1kku {
  position: fixed;
  top: 62px;
  left: 0;
  right: 0;
  z-index: 99;
  background: var(--c-surface);
  border-bottom: 1px solid var(--c-border);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, box-shadow 0.35s;
}
.nixm1kku[data-open] {
  max-height: 80vh;
  overflow-y: auto;
  
  box-shadow: 0 8px 32px rgba(28,25,23,0.08), 0 2px 8px rgba(28,25,23,0.04);
}
.velew07i {
  display: flex;
  flex-direction: column;
  padding: 1rem 1.5rem 1.5rem;
}
.qmb882vwyzm { border: 4px solid #e7b009; }
.in14qem4 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.in14qem4 li {
  border-bottom: 1px solid var(--c-border);
}
.in14qem4 a {
  display: block;
  padding: 0.9rem 0;
  color: var(--c-text);
  font-weight: 500;
  font-size: 1rem;
  border: none;
  text-decoration: none;
  transition: color 0.2s;
}
.in14qem4 a:hover {
  color: var(--c-accent);
}
.s6vgcdgm {
  display: inline-block;
  text-align: center;
  margin-top: 1rem;
  align-self: flex-start;
}

.jkqrz90u {
  position: relative;
  padding: clamp(3rem, 8vw, 7rem) 0;
  background-color: var(--c-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.zl6aeopg {
  display: grid;
  grid-template-areas: "content" "image";
  gap: 2.5rem;
  align-items: center;
}
.mipoz3xv {
  grid-area: content;
  max-width: 560px;
}

.mipoz3xv::before {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background: var(--c-accent);
  margin-bottom: 1.5rem;
}
.h6sfe17a {
  font-size: clamp(2.2rem, 7vw, 4.2rem);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--c-text);
  margin-bottom: 0.6em;
}
.twbwnal1 {
  font-size: clamp(1rem, 2vw, 1.15rem);
  color: var(--c-text-dim);
  max-width: 480px;
  line-height: 1.75;
  margin-bottom: 2rem;
}
.pvpojadk {
  font-size: 0.95rem;
  padding: 0.85rem 2.2rem;
}
.xo50eys66t07 { padding-left: 22px; margin: 12px; }

.x962vcd3 {
  grid-area: image;
  width: 100%;
}
.x962vcd3 img {
  width: 100%;

  object-fit: cover;
  border-radius: 8px;
}

.qn9w23dc {
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
  background: var(--c-bg);
}
.gb3emfjf {
  background: var(--c-bg-alt);
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
}

.zf5qn1e0 {
  padding: clamp(2rem, 4vw, 3.5rem) 0;
}
.eavgvzsm {
  max-width: 640px;
  margin: 0 auto;
}
.eavgvzsm h1 {
  margin-bottom: 0.8em;
}

.eavgvzsm h1::before {
  content: '';
  display: block;
  width: 32px;
  height: 2px;
  background: var(--c-accent);
  margin-bottom: 0.8em;
}
.eavgvzsm h2 {
  margin-bottom: 0.5em;
}
.eavgvzsm p,
.eavgvzsm li {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--c-text);
}
.eavgvzsm ul,
.eavgvzsm ol {
  padding-left: 1.5em;
  margin: 1em 0;
}
.eavgvzsm li {
  margin-bottom: 0.5em;
}
.eavgvzsm li::marker {
  color: var(--c-accent);
  font-weight: 600;
}

.xoccvjc3 {
  position: sticky;
  top: 62px;
  z-index: 90;
  background: var(--c-surface);
  border-bottom: 1px solid var(--c-border);
}
.n3ln7wy0ga { border: 4px solid #27e93e; margin: 8px; padding-right: 25px; color: rgb(224, 105, 226); display: flex; padding-left: 19px; }
.kqcayvsi {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.65rem 0.5rem;
  background: transparent;
  border: none;
  color: var(--c-text);
  font-weight: 500;
  font-size: 0.85rem;
  cursor: pointer;
}
.kqcayvsi::after {
  content: '\25BC';
  font-size: 0.55rem;
  color: var(--c-text-dim);
  transition: transform 0.2s;
}
.ln64sim1 {
  display: none;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}
.ln64sim1[data-open] {
  display: flex;
}
.g23s2jfw {
  display: block;
  padding: 0.55rem 0.5rem;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--c-text-dim);
  border-bottom: 1px solid var(--c-border);
  white-space: nowrap;
  text-decoration: none;
  transition: color 0.2s;
  position: relative;
}
.g23s2jfw:hover {
  color: var(--c-accent);
}

.g23s2jfw::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1.5px;
  background: var(--c-accent);
  transform: scaleX(0);
  transition: transform 0.2s;
}
.g23s2jfw:hover::after {
  transform: scaleX(1);
}

.b3glr0mn {
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
}
.mjst1tda {
  margin-bottom: 1.5rem;
}
.drtnems0 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.qh2i8bz3x8dw { border: 1px dashed #a71f1f; margin: 15px; color: rgb(23, 198, 79); padding: 34px 8px; width: 45%; }
.ncz5to1o {
  display: flex;
  flex-direction: column;
  background: var(--c-surface);
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  border: 1px solid var(--c-border);
  transition: box-shadow 0.25s, transform 0.25s;
}
.ncz5to1o:hover {
  transform: translateY(-2px);
  
  box-shadow:
    0 4px 16px rgba(28,25,23,0.06),
    0 12px 40px rgba(28,25,23,0.04);
}
.pl4lkwiu {
  position: relative;
  overflow: hidden;
}

.pgvhweq5 {
  
  object-fit: scale-down;
  width: 100%;
  transition: transform 0.3s;
}
.ncz5to1o:hover .pgvhweq5 {
  transform: scale(1.03);
}
.shd5icqp {
  padding: 0.75rem 0.85rem;
  font-weight: 500;
  font-size: 0.88rem;
  color: var(--c-text);
}
.hhv14du7 {
  padding: 0.4rem 0.85rem 0.75rem;
  font-weight: 500;
  font-size: 0.75rem;
  color: var(--c-accent);
  letter-spacing: 0.02em;
  border: none;
  text-decoration: none;
}

.xba7gt8u {
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
}
.cyb0acqx {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.u2ovkyyd {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: 8px;
  overflow: hidden;
  padding: 0;
  transition: box-shadow 0.2s;
}
.u2ovkyyd:hover {
  box-shadow: 0 2px 12px rgba(28,25,23,0.06);
}
.mt6b2fs4 {
  width: 72px;
  height: 72px;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 8px 0 0 8px;
}
.oq9lx1s8 {
  font-weight: 500;
  font-size: 0.92rem;
  color: var(--c-text);
  text-decoration: none;
  transition: color 0.2s;
  padding: 0.75rem 0.75rem 0.75rem 0;
}
.oq9lx1s8:hover {
  color: var(--c-accent);
}

.zw1zft3m {
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
}
.nuzlir8j { margin: 19px; padding: 42px 15px; width: 8px; display: block; border: 1px dashed #7e48bb; color: rgb(85, 121, 219); }
.feje85u5 {
  display: grid;
  grid-template-areas: "title" "items";
  gap: 2rem;
}
.c91rpt7x {
  grid-area: title;
  margin-bottom: 0;
}

.c91rpt7x::before {
  content: '';
  display: block;
  width: 32px;
  height: 2px;
  background: var(--c-accent);
  margin-bottom: 0.8em;
}
.mqea45dk {
  grid-area: items;
}
.dzv4k5wf {
  border-bottom: 1px solid var(--c-border);
}
.dzv4k5wf:first-child {
  border-top: 1px solid var(--c-border);
}
.gfe5w3yq {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 0;
  cursor: pointer;
  list-style: none;
}
.gfe5w3yq::-webkit-details-marker { display: none; }
.gfe5w3yq::after {
  content: '+';
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--c-text-dim);
  flex-shrink: 0;
  transition: transform 0.2s;
}
.dzv4k5wf[open] .gfe5w3yq::after {
  transform: rotate(45deg);
}
.gfe5w3yq h3 {
  font-size: clamp(0.92rem, 2vw, 1.05rem);
  margin: 0;
  line-height: 1.35;
  font-weight: 500;
}
.yyesurg2 {
  padding: 0 0 1.2rem 0;
  color: var(--c-text-dim);
  line-height: 1.75;
  font-size: 0.95rem;
}
.yyesurg2 p {
  margin: 0;
}

.k0vszv2a {
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
}
.jglgkp5i5 { padding-right: 32px; width: 4vw; margin: -6px; display: inline-block; border: 5px solid #4e1297; }
.cjtxr000 {
  list-style: none;
  padding: 0;
}
.cjtxr000 li {
  border-bottom: 1px solid var(--c-border);
  position: relative;
  padding-left: 1.2rem;
}

.cjtxr000 li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--c-accent);
}
.cjtxr000 a {
  display: block;
  padding: 0.85rem 0;
  font-weight: 500;
  font-size: 0.92rem;
  color: var(--c-text);
  text-decoration: none;
  transition: color 0.2s;
}
.cjtxr000 a:hover {
  color: var(--c-accent);
}

.kw0dz68b {
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
}
.rzeizwcz {
  max-width: 840px;
  margin: 0 auto;
}
.wn2rr4l0 {
  width: 100%;
  aspect-ratio: 16 / 9;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  min-height: 280px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--c-border);
  
  box-shadow: 0 2px 12px rgba(28,25,23,0.05);
}
.wn2rr4l0 iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: relative;
  z-index: 1;
  border-radius: 8px;
}

.v342uw00 {
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
}
.jk5n36hu {
  max-width: 640px;
  margin: 0 auto;
}
.v342uw00 table {
  width: 100%;
  border-collapse: collapse;
}
.v342uw00 tr {
  border-bottom: 1px solid var(--c-border);
}
.v342uw00 td {
  padding: 0.8rem 0;
  font-size: 0.92rem;
  color: var(--c-text);
  vertical-align: top;
}
.v342uw00 tr td:first-child {
  font-weight: 600;
  color: var(--c-text-dim);
  width: 40%;
  padding-right: 1.5rem;
}
.iag26d80s { padding-right: 44px; color: rgb(51, 18, 41); }

.kpd3l2na {
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
}
.tkceqcmr {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: 10px;
  padding: 2rem;
  position: relative;
}

.tkceqcmr::before {
  content: '';
  position: absolute;
  top: 0;
  left: 2rem;
  width: 40px;
  height: 2px;
  background: var(--c-accent);
  border-radius: 0 0 1px 1px;
}

.qe9h6sze {
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
  text-align: center;
}
.rzyvjtx7 {
  font-size: 1rem;
  padding: 0.9rem 2.5rem;
}

.hnozj4rh {
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
}
.g71mpc3m {
  max-width: 760px;
  margin: 0 auto;
}
.gag75cg5 {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--c-border);
  background: var(--c-bg-alt);
}
.gag75cg5 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.i58w93h5 {
  padding: 1rem 0;
  border-top: 1px solid var(--c-border);
}
.gjr0qys9gf { margin: -9px; }
.gpktfq7d {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.3rem;
  padding: 0;
  margin: 0;
}
.gpktfq7d li {
  font-size: 0.78rem;
  letter-spacing: 0.01em;
}
.qkqxb8hs {
  color: var(--c-text-dim);
  text-decoration: none;
}
.qkqxb8hs:hover {
  color: var(--c-accent);
}
.phj2dyud {
  color: var(--c-text-dim);
  margin: 0 0.2rem;
  opacity: 0.4;
}
.g8kkqbhz {
  color: var(--c-text);
  font-weight: 600;
}

.genid8s8 {
  background: var(--c-bg-alt);
  color: var(--c-text);
  padding: clamp(2rem, 5vw, 3.5rem) 0;
  border-top: 1px solid var(--c-border);
}

.genid8s8::before {
  content: '';
  display: block;
  width: 48px;
  height: 2px;
  background: var(--c-accent);
  margin: 0 auto 2rem;
}
.euga8wic {
  text-align: left;
}
.rvoquvx4 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}
.a1ptutra {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1.2rem;
}
.a1ptutra a {
  color: var(--c-text-dim);
  font-size: 0.82rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s;
}
.a1ptutra a:hover {
  color: var(--c-accent);
}
.q94kbyh7 {
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
}
.mismz9rri2f8 { display: grid; padding: 42px 21px; width: 3vw; border: 5px solid #bbd3cf; }
.q94kbyh7 a {
  display: inline-block;
  margin: 0 0.25rem 0.25rem 0;
  text-decoration: none;
}
.vifqwed3 {
  margin-bottom: 1rem;
}
.vifqwed3 img {
  display: inline-block;
}

.b72lu554 {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: 8px;
  padding: 1.2rem 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 0.82rem;
  line-height: 1.65;
  color: var(--c-text-dim);
}
.b72lu554 div {
  margin-bottom: 0.6rem;
}
.b72lu554 div:last-child {
  margin-bottom: 0;
}
.xbh8eq1w {
  font-size: 0.78rem;
  color: var(--c-text-dim);
  margin: 0;
}
.xbh8eq1w a {
  color: var(--c-text-dim);
}

.xjwlxkve {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1.2rem;
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: 8px;
  padding: 0.85rem 1rem;
  margin-bottom: 1.5rem;
}
.xjwlxkve img {
  height: 36px;
  width: auto;
}

.kcfgo8m7 {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 280px;
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: 10px;
  padding: 1.5rem;
  z-index: 1000;
  transform: translateY(calc(100% + 3rem));
  transition: transform 0.4s ease;
  
  box-shadow:
    0 4px 20px rgba(28,25,23,0.08),
    0 12px 48px rgba(28,25,23,0.06);
}
.diki6iizy0a { color: rgb(10, 138, 108); width: 34vw; border: 4px dashed #a36dd2; padding: 25px 27px; }
.kcfgo8m7[data-visible] {
  transform: translateY(0);
}
.t5xde8fo {
  position: absolute;
  top: 0.5rem;
  right: 0.75rem;
  background: none;
  border: none;
  color: var(--c-text-dim);
  font-size: 1.3rem;
  cursor: pointer;
  line-height: 1;
}
.adxzz840 {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 0.75rem;
}
.zhhn79yb {
  font-weight: 600;
  font-size: 0.92rem;
  margin: 0 0 0.3rem;
  color: var(--c-text);
}
.qyp5cujo {
  font-size: 0.82rem;
  margin: 0 0 1rem;
  color: var(--c-text-dim);
  line-height: 1.55;
}
.uzpjql5y {
  padding: 0.5rem 1.2rem;
  font-size: 0.78rem;
  width: 100%;
  text-align: center;
}

.nzfotuqz {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(28,25,23,0.3);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  backdrop-filter: blur(4px);
}
.nzfotuqz[data-visible] {
  opacity: 1;
  visibility: visible;
}
.unolbb3s {
  background: var(--c-surface);
  padding: 2.5rem 2rem;
  width: 90%;
  max-width: 420px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  transform: scale(0.95) translateY(10px);
  transition: transform 0.3s ease;
  
  box-shadow:
    0 8px 40px rgba(28,25,23,0.1),
    0 2px 12px rgba(28,25,23,0.06);
}
.nzfotuqz[data-visible] .unolbb3s {
  transform: scale(1) translateY(0);
}
.mhperjif {
  position: absolute;
  top: 0.75rem;
  right: 1rem;
  background: none;
  border: none;
  color: var(--c-text-dim);
  font-size: 1.8rem;
  cursor: pointer;
  line-height: 1;
}
.bjm0og2f {
  font-size: clamp(1.3rem, 4vw, 1.75rem);
  margin-bottom: 0.75rem;
  color: var(--c-text);
  font-weight: 600;
}
.zfvybftr {
  font-size: 0.95rem;
  color: var(--c-text-dim);
  margin-bottom: 1.5rem;
  line-height: 1.65;
}
.ju6qe6v9 {
  font-size: 0.95rem;
  padding: 0.8rem 2.2rem;
}

#lang-dropdown { position: relative; }
.j175012m26 { color: rgb(37, 71, 152); display: inline-block; border: 1px dotted #6951e8; width: 13%; margin: 5px; padding: 15px 48px; }
#lang-current {
  background: transparent;
  border: 1px solid var(--c-border);
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  color: var(--c-text);
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
}
.zsau7lzq {
  width: 6px;
  height: 6px;
  border-right: 1.5px solid var(--c-text-dim);
  border-bottom: 1.5px solid var(--c-text-dim);
  transform: rotate(45deg);
  transition: transform 0.2s;
}
#lang-dropdown[open] .zsau7lzq { transform: rotate(-135deg); }
#lang-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: 6px;
  padding: 0;
  margin: 0;
  list-style: none;
  display: none;
  width: 140px;
  max-height: 280px;
  overflow-y: auto;
  box-shadow: 0 4px 16px rgba(28,25,23,0.08);
}
#lang-menu li a {
  display: block;
  padding: 8px 12px;
  color: var(--c-text);
  font-size: 14px;
  text-decoration: none;
}
#lang-menu li a:hover { background: var(--c-bg-alt); }

.ovfpme4l { height: 40px; }

.eez0okhd {
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
  font-size: 0.9rem;
}
thead {
  background: var(--c-bg-alt);
  color: var(--c-text);
}
th, td {
  padding: 10px 14px;
  text-align: left;
  border: 1px solid var(--c-border);
  color: var(--c-text);
}
tbody tr:nth-child(odd) {
  background: var(--c-surface);
}
tbody tr:nth-child(even) {
  background: var(--c-bg);
}
.uftpsrxl {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.ipitjggfced { color: rgb(86, 0, 189); margin: 18px; padding: 37px 36px; border: 3px solid #9365eb; }
@media (max-width: 768px) {
  table {
    display: block;
    overflow-x: auto;
  }
}

@keyframes bc24-fadeIn {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}
.yyesurg2 {
  animation: bc24-fadeIn 0.2s ease;
}

@media (min-width: 768px) {
  .pcqm4cci {
    display: flex;
  }

  .q8bon4hb {
    display: none;
  }

  
  .zl6aeopg {
    grid-template-areas: "content image";
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }

  .drtnems0 {
    grid-template-columns: repeat(3, 1fr);
  }

  
  .feje85u5 {
    grid-template-areas: "title items";
    grid-template-columns: 280px 1fr;
    gap: 3rem;
  }

  .c91rpt7x {
    position: sticky;
    top: 120px;
    align-self: start;
  }

  
  .kqcayvsi {
    display: none;
  }

  .ln64sim1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .g23s2jfw {
    border-bottom: none;
    padding: 0.6rem 1rem;
  }

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

  .kcfgo8m7 {
    width: 300px;
  }
}

@media (min-width: 1024px) {
  .drtnems0 {
    grid-template-columns: repeat(4, 1fr);
  }

  .feje85u5 {
    grid-template-columns: 320px 1fr;
  }
}

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

  .jkqrz90u {
    padding: clamp(2.5rem, 6vw, 4rem) 0;
  }

  .drtnems0 {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }

  .hhv14du7 {
    display: none;
  }

  .kcfgo8m7 {
    right: 0.75rem;
    left: 0.75rem;
    width: auto;
    bottom: 0.75rem;
  }

  .unolbb3s {
    padding: 2rem 1.5rem;
    max-width: 100%;
    width: 92%;
  }

  .rz62uabk {
    float: none;
    display: block;
  }
}

ul, ol {
  padding-left: 1.5em;
  margin: 0.75em 0;
}
li {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--c-text);
  margin-bottom: 0.3em;
}
li::marker {
  color: var(--c-accent);
  font-weight: 600;
}

.ko810ff2 { max-width: 100%; margin: 0 auto; padding: 20px 0; }
.ko810ff2 h2 { color: var(--c-accent); }
.cxj3mrj4 { list-style: none; padding: 0; }
.cxj3mrj4 li {
  padding: 10px 0;
  border-bottom: 1px solid var(--c-border);
  font-size: 1rem;
}
.yekihu2q { font-weight: 700; color: var(--c-accent); }
.s5oo55op8w { padding: 47px 24px; border: 1px dashed #75f4da; display: block; margin: -16px; width: 35px; color: rgb(219, 231, 134); }

.bq7gz5la {
  width: 100%;
  height: 100%;
  border: none;
}

.c7lpyn5o { width: 100%; }
.lwlba540 { max-width: 1140px; margin: 0 auto; padding: 0 10px; }
.lwlba540 h2 { color: var(--c-text); }
.jjqhr97b {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding-top: 1rem;
}
.s4h4ryg8 {
  position: relative;
  text-align: center;
  border: 1px solid var(--c-border);
  border-radius: 8px;
  overflow: hidden;
}
.s4h4ryg8 img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.s4h4ryg8 .pmzbz03x {
  position: absolute;
  top: 35%;
  left: 40%;
  width: 60px;
  height: 60px;
  opacity: 0;
}
.s4h4ryg8:hover .pmzbz03x { opacity: 1; }
.s4h4ryg8:hover img { opacity: 0.3; }
.r09xu6hc { flex-basis: 48%; }
.kgxkzpvm9o4 { color: rgb(240, 222, 162); padding-left: 42px; padding-right: 48px; display: none; width: 33vw; margin: -14px; }
.annvut4g { flex-basis: 31%; }
.gs4rtnz5 { flex-basis: 23%; }
.hlincdsc { flex-basis: 18%; }
.hdrdcpvr { flex-basis: 15%; }
.crinsuus { flex-basis: 13%; }
@media (max-width: 800px) {
  .jjqhr97b { justify-content: center; }
  .r09xu6hc, .annvut4g, .gs4rtnz5, .hlincdsc, .hdrdcpvr, .crinsuus { flex-basis: 48%; }
}

.zf5qn1e0 img{height:auto;}