:root {
  --c1: #ffeded;
  --c2: #f0f0f0;
  --c3: #4d0000;
  --c4: #800000;
  --c6: #c02d3f;
  --c7: #ff7e7e;
  --c8: #4d0000;
  --t1: #4d0000;
  --t2: #800000;
  --gl: 0 0 32px rgba(192,45,63,.1), 0 0 120px rgba(77,0,0,.05);
}

* { box-sizing: border-box }

body,html {
  margin: 0;
  background: var(--c1);
  color: var(--t1);
  font-family: Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,Helvetica,sans-serif;
  line-height: 1.55;
}

a {
  color: var(--c6);
  text-decoration: none;
  transition: color .2s;
}

a:hover {
  color: var(--c3);
}

.h-80321 {
  position: sticky;
  top: 0;
  z-index: 50;
  background: linear-gradient(180deg, rgba(255,255,255,.95), rgba(255,255,255,.8));
  border-bottom: 1px solid rgba(77,0,0,.1);
  backdrop-filter: saturate(140%) blur(10px);
}

.h-80321 .ct {
  max-width: 1280px;
  margin: 0 auto;
  padding: 14px clamp(16px,4vw,28px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.h-80321 .brand {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--c3);
}

.h-80321 .brand strong {
    color: var(--c6);
}

.h-80321 .brand svg {
  height: 30px;
  filter: drop-shadow(0 6px 16px rgba(129,135,138,.2));
}

.h-80321 nav {
  display: flex;
  gap: 22px;
}

.h-80321 nav a {
    color: var(--t2);
    font-weight: 600;
}

.h-80321 .bm {
  display: none;
  flex-direction: column;
  gap: 8px;
}

.h-80321 .bm span {
  width: 26px;
  height: 2px;
  background: var(--t1);
  opacity: .9;
  border-radius: 2px;
  display: block;
}

.mp-44812 {
  position: fixed;
  inset: 0;
  background: linear-gradient(180deg, rgba(77,0,0,.98), rgba(192,45,63,.98));
  display: none;
  z-index: 60;
  color: white;
}

.mp-44812 nav a {
    color: white;
}

.mp-44812.on {
  display: block;
  animation: .25s both ap;
}

.mp-44812 nav {
  padding: 20px clamp(16px,6vw,28px);
}

.mp-44812 nav a {
  display: block;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,.2);
}

@keyframes ap {
  from { opacity: 0; transform: translateY(-8px) }
  to { opacity: 1; transform: none }
}

.wrap-99210 {
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(48px,6vw,96px) clamp(16px,4vw,28px);
  min-height: 100vh;
  display: grid;
  align-items: start;
}

.bx-66221 {
  background: white;
  border: 1px solid rgba(77,0,0,.2);
  border-radius: 22px;
  box-shadow: var(--gl);
  padding: clamp(22px,3vw,38px);
}

.tt-11010 {
  font-size: clamp(28px,3.2vw,40px);
  margin: 0 0 10px;
  color: var(--c3);
  font-weight: 800;
}

.sub-22001 {
  color: var(--t2);
  margin: 6px 0 20px;
}

.divider-1 {
  height: 1px;
  background: linear-gradient(90deg, rgba(192,45,63,0), rgba(192,45,63,.35), rgba(192,45,63,0));
  margin: 24px 0;
}

.ul-55210 {
  padding-left: 20px;
  margin: 12px 0 24px;
}

.ul-55210 li {
    margin-bottom: 8px;
}

.ul-55210 b {
    color: var(--c6);
}

.pill-100 {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid var(--c6);
  background: var(--c7);
  color: var(--c3);
  font-weight: 600;
}

footer .ft-22011 {
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(32px,4vw,48px);
  opacity: .9;
  color: white;
  background: var(--c3);
}

footer .ft-22011 a {
    color: var(--c7);
}

footer .ft-22011 .links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.links--inl-5e83bf {
  margin-top: 10px;
}

.ck-55001 {
  position: fixed;
  right: 16px;
  bottom: 16px;
  max-width: 380px;
  padding: 16px;
  border-radius: 14px;
  background: linear-gradient(180deg, var(--c3), var(--c4));
  border: 1px solid var(--c6);
  box-shadow: var(--gl);
  z-index: 70;
  display: none;
}

.ck-55001.on {
  display: block;
}

.btn-77 {
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid var(--c6);
  background: var(--c6);
  cursor: pointer;
  color: white;
  transition: opacity .2s;
}

.btn-77:hover {
    opacity: .85;
}

.elem--inl-1feef7 {
  color: white;
  margin: 0 0 12px;
}

body {
  max-width: 100vw;
  overflow-x: hidden;
}

h2 {
    color: var(--c6);
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-size: 1.8rem;
}

h3 {
    color: var(--c4);
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
}