:root {
  --ink: #1f2924;
  --muted: #66716b;
  --line: #dfe5df;
  --paper: #ffffff;
  --soft: #f6f8f4;
  --sage-50: #f2f6f0;
  --sage-100: #e3ebdf;
  --sage-300: #b4c6aa;
  --sage-500: #708b68;
  --sage-700: #455d42;
  --sage-900: #293b2a;
  --clay: #b77458;
  --cream: #fbf7f0;
  --shadow: 0 22px 70px rgba(41, 59, 42, 0.12);
  --shadow-soft: 0 12px 36px rgba(31, 41, 36, 0.08);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family:
    Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

button,
input,
textarea,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid rgba(112, 139, 104, 0.48);
  outline-offset: 3px;
}

.c5d97e8b {
  position: fixed;
  z-index: 200;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  transform: translateY(-160%);
  border-radius: 10px;
  background: var(--sage-900);
  color: #fff;
  text-decoration: none;
}

.c5d97e8b:focus {
  transform: translateY(0);
}

.ca5bc98e {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.c36fda25 {
  width: min(calc(100% - 40px), 780px);
  margin-inline: auto;
}

.c30b39a1 {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(223, 229, 223, 0.82);
  background: #fff;
}

.c604a381 {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.c967015d {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--sage-900);
  font-size: 17px;
  font-weight: 760;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.cc1b63ae {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--sage-900);
  box-shadow: 0 8px 20px rgba(41, 59, 42, 0.22);
}

.cc1b63ae svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.c99dea58 {
  display: flex;
  align-items: center;
  gap: 25px;
}

.c99dea58 > a {
  color: #435048;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
  transition: color 160ms ease;
}

.c99dea58 > a:hover,
.c99dea58 > a[aria-current="page"] {
  color: var(--sage-700);
}

.ca091957 {
  position: relative;
}

.ca091957 summary {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #435048;
  cursor: pointer;
  font-size: 14px;
  font-weight: 650;
  list-style: none;
}

.ca091957 summary::-webkit-details-marker {
  display: none;
}

.ca091957 summary::after {
  width: 6px;
  height: 6px;
  margin-top: -3px;
  transform: rotate(45deg);
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  content: "";
}

.ca091957[open] summary {
  color: var(--sage-700);
}

.c37f2876 {
  position: absolute;
  top: calc(100% + 18px);
  right: -12px;
  display: grid;
  width: 225px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--shadow-soft);
  gap: 2px;
}

.c37f2876 a {
  padding: 10px 11px;
  border-radius: 9px;
  color: #4e5a52;
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
}

.c37f2876 a:hover {
  background: var(--sage-50);
  color: var(--sage-700);
}

.c31e810c {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
}

.c31e810c svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 2;
}

.ca10f9c9 {
  position: relative;
  overflow: hidden;
  padding: 70px 0 78px;
  background:
    radial-gradient(circle at 2% 10%, rgba(180, 198, 170, 0.24), transparent 26rem),
    linear-gradient(180deg, #fff 0%, var(--sage-50) 100%);
}

.ca10f9c9::after {
  position: absolute;
  right: -180px;
  bottom: -270px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(112, 139, 104, 0.18);
  border-radius: 50%;
  content: "";
}

.cb9c7ed8 {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  gap: 58px;
  grid-template-columns: 0.92fr 1.08fr;
}

.c552e4da {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: var(--sage-700);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.c552e4da::before {
  width: 22px;
  height: 1px;
  background: var(--sage-500);
  content: "";
}

h1,
h2,
h3 {
  margin-top: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.11;
}

h1 {
  margin-bottom: 22px;
  color: var(--sage-900);
  font-size: clamp(44px, 6vw, 72px);
}

h2 {
  margin-bottom: 18px;
  color: var(--sage-900);
  font-size: clamp(34px, 4.5vw, 52px);
}

h3 {
  margin-bottom: 10px;
  color: var(--sage-900);
  font-size: 24px;
}

.cdaf9d51 {
  max-width: 610px;
  margin: 0 0 28px;
  color: #536058;
  font-size: 19px;
}

.cecf9789 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.cb339f3e {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 21px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 760;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transition:
    transform 160ms ease,
    background 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.cb339f3e:hover {
  transform: translateY(-2px);
}

.cf32d2d0 {
  background: var(--sage-900);
  box-shadow: 0 12px 26px rgba(41, 59, 42, 0.2);
  color: #fff;
}

.cf32d2d0:hover {
  background: var(--sage-700);
}

.c93126a9 {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.72);
  color: var(--sage-900);
}

.c93126a9:hover {
  border-color: var(--sage-300);
  background: #fff;
}

.c27258aa {
  width: 100%;
}

.ccfa07e6 {
  display: flex;
  margin-top: 22px;
  align-items: center;
  gap: 9px;
  color: var(--muted);
  font-size: 13px;
}

.ccfa07e6 svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--sage-500);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.cca00031 {
  position: relative;
}

.c48966b5 {
  position: relative;
  overflow: hidden;
  border: 10px solid rgba(255, 255, 255, 0.95);
  border-radius: 34px 34px 110px 34px;
  box-shadow: var(--shadow);
  aspect-ratio: 1.12 / 1;
}

.c48966b5 img,
.c48966b5 svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
}

.c1a2bb1c {
  position: absolute;
  bottom: 22px;
  left: -25px;
  display: flex;
  max-width: 260px;
  align-items: center;
  gap: 12px;
  padding: 15px 17px;
  border: 1px solid rgba(223, 229, 223, 0.9);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(14px);
}

.c56638b6 {
  display: grid;
  width: 39px;
  height: 39px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--sage-100);
  color: var(--sage-700);
}

.c56638b6 svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.c1a2bb1c strong,
.c1a2bb1c span {
  display: block;
}

.c1a2bb1c strong {
  color: var(--sage-900);
  font-size: 13px;
}

.c1a2bb1c span {
  color: var(--muted);
  font-size: 12px;
}

.ccf69b71 {
  border-block: 1px solid var(--line);
  background: #fff;
}

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

.c5d828cd {
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 20px;
  color: #465249;
  font-size: 14px;
  font-weight: 690;
  text-align: center;
}

.c5d828cd + .c5d828cd {
  border-left: 1px solid var(--line);
}

.c5d828cd svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--sage-500);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.cd700a18 {
  padding: 104px 0;
}

.c8a2dbbd {
  background: var(--soft);
}

.cdb98b0e {
  background: var(--cream);
}

.ce3212eb {
  max-width: 720px;
  margin-bottom: 48px;
}

.ce3212eb.center {
  margin-inline: auto;
  text-align: center;
}

.ce3212eb.center .c552e4da {
  justify-content: center;
}

.ce3212eb p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.c544030c {
  display: grid;
  align-items: start;
  gap: 74px;
  grid-template-columns: 0.9fr 1.1fr;
}

.c234da9d p {
  margin-top: 0;
  color: #536058;
  font-size: 18px;
}

.cdd3d950 {
  padding: 32px;
  border: 1px solid var(--sage-100);
  border-radius: var(--radius-lg);
  background: var(--sage-50);
}

.cdd3d950 h3 {
  font-size: 26px;
}

.ced01738 {
  display: grid;
  margin: 22px 0 0;
  padding: 0;
  gap: 16px;
  list-style: none;
}

.ced01738 li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  color: #4f5c53;
}

.ced01738 svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  margin-top: 3px;
  fill: none;
  stroke: var(--sage-500);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.c9383a20 {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.c3556e84 {
  min-height: 250px;
  padding: 29px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: 0 2px 0 rgba(41, 59, 42, 0.02);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.c3556e84:hover {
  transform: translateY(-5px);
  border-color: var(--sage-300);
  box-shadow: var(--shadow-soft);
}

.cf3b1535 {
  display: inline-flex;
  margin-bottom: 31px;
  align-items: center;
  color: var(--sage-500);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-style: italic;
}

.cf3b1535::after {
  width: 34px;
  height: 1px;
  margin-left: 10px;
  background: var(--sage-300);
  content: "";
}

.c3556e84 p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.c2917e7b {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}

.c6a4e181 {
  position: relative;
  padding: 30px 28px;
  border-radius: var(--radius-md);
  background: #fff;
}

.c6a4e181::before {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 50%;
  background: var(--sage-900);
  color: #fff;
  content: attr(data-step);
  font-size: 13px;
  font-weight: 800;
}

.c6a4e181 p {
  margin: 0;
  color: var(--muted);
}

.c633a15c {
  display: grid;
  max-width: 950px;
  margin-inline: auto;
  align-items: stretch;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
}

.c3518da8 {
  position: relative;
  display: flex;
  min-height: 540px;
  flex-direction: column;
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.c3518da8.featured {
  border-color: var(--sage-700);
  box-shadow: 0 24px 65px rgba(41, 59, 42, 0.16);
}

.c308f4e6 {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--sage-100);
  color: var(--sage-700);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ca65f8e3 {
  margin-bottom: 8px;
  color: var(--sage-700);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.c3518da8 h3 {
  margin-bottom: 13px;
  font-size: 31px;
}

.cd514d70 {
  min-height: 52px;
  margin: 0 0 25px;
  color: var(--muted);
}

.c6514be1 {
  display: flex;
  margin-bottom: 22px;
  align-items: flex-end;
  color: var(--sage-900);
}

.c7a75676 {
  margin: 0 4px 10px 0;
  font-size: 21px;
  font-weight: 700;
}

.ccad6554 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 64px;
  letter-spacing: -0.06em;
  line-height: 0.92;
}

.c749a968 {
  margin: 0 0 7px 10px;
  color: var(--muted);
  font-size: 13px;
}

.c03d2e0d {
  display: grid;
  margin: 0 0 30px;
  padding: 24px 0 0;
  border-top: 1px solid var(--line);
  gap: 13px;
  list-style: none;
}

.c03d2e0d li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #4e5a52;
  font-size: 15px;
}

.c03d2e0d svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin-top: 3px;
  fill: none;
  stroke: var(--sage-500);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.c3518da8 .cb339f3e {
  margin-top: auto;
}

.c97009f1 {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 12px;
  text-align: center;
}

.c79f94e2 {
  display: grid;
  max-width: 950px;
  margin: 32px auto 0;
  padding: 24px 28px;
  border: 1px solid var(--sage-100);
  border-radius: var(--radius-md);
  background: var(--sage-50);
  grid-template-columns: auto 1fr;
  gap: 16px;
}

.c79f94e2 svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: var(--sage-700);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.c79f94e2 strong {
  display: block;
  margin-bottom: 2px;
  color: var(--sage-900);
}

.c79f94e2 p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.c79f94e2 a {
  color: var(--sage-700);
  font-weight: 700;
}

.cad9dc48 {
  max-width: 830px;
  margin-inline: auto;
  border-top: 1px solid var(--line);
}

.c6331d8a {
  border-bottom: 1px solid var(--line);
}

.c5b9c452 {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 4px;
  border: 0;
  background: transparent;
  color: var(--sage-900);
  cursor: pointer;
  font-size: 17px;
  font-weight: 760;
  text-align: left;
}

.c5b9c452 svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--sage-500);
  stroke-linecap: round;
  stroke-width: 2;
  transition: transform 180ms ease;
}

.c5b9c452[aria-expanded="true"] svg {
  transform: rotate(45deg);
}

.cdeec050 {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 200ms ease;
}

.cdeec050 > div {
  overflow: hidden;
}

.cdeec050 p {
  margin: 0;
  padding: 0 46px 25px 4px;
  color: var(--muted);
}

.c5b9c452[aria-expanded="true"] + .cdeec050 {
  grid-template-rows: 1fr;
}

.c13e5ab1 {
  padding: 84px 0;
  background: var(--sage-900);
  color: #fff;
}

.c051f8f0 {
  display: grid;
  align-items: center;
  gap: 40px;
  grid-template-columns: 1.3fr 0.7fr;
}

.c13e5ab1 h2 {
  margin-bottom: 12px;
  color: #fff;
}

.c13e5ab1 p {
  max-width: 670px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.cdfffb01 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.cdfffb01 a {
  color: #fff;
  font-weight: 760;
  text-decoration-color: rgba(255, 255, 255, 0.52);
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.cdfffb01 a:hover {
  color: var(--sage-100);
  text-decoration-color: currentColor;
}

.c1c6a828 {
  padding: 62px 0 28px;
  background: #172019;
  color: rgba(255, 255, 255, 0.7);
}

.c69675ad {
  display: grid;
  padding-bottom: 44px;
  gap: 50px;
  grid-template-columns: 1.5fr 0.65fr 0.65fr;
}

.c8fd4366 {
  color: #fff;
}

.c8fd4366 .cc1b63ae {
  background: #fff;
}

.c8fd4366 .cc1b63ae svg {
  stroke: var(--sage-900);
}

.c8bcf71a {
  max-width: 500px;
  margin: 18px 0 22px;
  color: rgba(255, 255, 255, 0.63);
  font-size: 14px;
}

.cd2b2206 {
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-style: normal;
  line-height: 1.7;
}

.c63ef876 h2 {
  margin-bottom: 16px;
  color: #fff;
  font-family: inherit;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.c5f0ec02 {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 10px;
  list-style: none;
}

.c5f0ec02 a {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  text-decoration: none;
}

.c5f0ec02 a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.c4f33786 {
  display: flex;
  padding-top: 23px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 12px;
}

.c760b6f9 {
  text-align: right;
}

/* Legal and support pages */
.c2125493 {
  padding: 72px 0 62px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 15% 0%, rgba(180, 198, 170, 0.23), transparent 24rem),
    var(--soft);
}

.c2125493 h1 {
  max-width: 820px;
  margin-bottom: 15px;
  font-size: clamp(42px, 6vw, 62px);
}

.c2125493 p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.c867d6cd {
  display: inline-flex;
  margin-top: 20px;
  padding: 7px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.c50520f8 {
  display: grid;
  padding: 68px 0 96px;
  align-items: start;
  gap: 64px;
  grid-template-columns: 230px minmax(0, 760px);
}

.c07bce83 {
  position: sticky;
  top: 112px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--soft);
}

.c07bce83 strong {
  display: block;
  margin-bottom: 12px;
  color: var(--sage-900);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.c07bce83 a {
  display: block;
  padding: 5px 0;
  color: var(--muted);
  font-size: 13px;
  text-decoration: none;
}

.c07bce83 a:hover {
  color: var(--sage-700);
}

.caf34c9d {
  min-width: 0;
}

.caf34c9d section + section {
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid var(--line);
}

.caf34c9d h2 {
  margin-bottom: 18px;
  font-size: 34px;
}

.caf34c9d h3 {
  margin-top: 28px;
  font-family: inherit;
  font-size: 18px;
  font-weight: 780;
  letter-spacing: -0.015em;
}

.caf34c9d p,
.caf34c9d li {
  color: #526057;
}

.caf34c9d ul,
.caf34c9d ol {
  padding-left: 22px;
}

.caf34c9d li + li {
  margin-top: 8px;
}

.caf34c9d a {
  color: var(--sage-700);
  font-weight: 690;
  text-underline-offset: 3px;
}

.cd412993 {
  margin: 27px 0;
  padding: 20px 22px;
  border-left: 3px solid var(--sage-500);
  border-radius: 0 12px 12px 0;
  background: var(--sage-50);
}

.cd412993 strong {
  color: var(--sage-900);
}

.cd412993 p:last-child {
  margin-bottom: 0;
}

.ccadb21e {
  display: grid;
  margin-top: 28px;
  gap: 17px;
  grid-template-columns: repeat(2, 1fr);
}

.c25d078d {
  display: flex;
  min-height: 175px;
  flex-direction: column;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.c630807c {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 50%;
  background: var(--sage-100);
  color: var(--sage-700);
}

.c630807c svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.c25d078d strong,
.c25d078d span {
  display: block;
}

.c25d078d strong {
  margin-bottom: 4px;
  color: var(--sage-900);
}

.c25d078d span {
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 13px;
}

.c25d078d a {
  margin-top: auto;
  overflow-wrap: anywhere;
}

.cd476fff {
  display: grid;
  margin-top: 30px;
  gap: 14px;
  grid-template-columns: repeat(3, 1fr);
}

.c7ed7cd2 {
  padding: 19px;
  border-radius: var(--radius-sm);
  background: var(--soft);
}

.c7ed7cd2 strong,
.c7ed7cd2 span {
  display: block;
}

.c7ed7cd2 strong {
  color: var(--sage-900);
  font-size: 13px;
}

.c7ed7cd2 span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
}

.cb1d4284 {
  width: min(calc(100% - 30px), 520px);
  padding: 0;
  border: 0;
  border-radius: 22px;
  box-shadow: 0 28px 100px rgba(20, 30, 23, 0.33);
}

.cb1d4284::backdrop {
  background: rgba(15, 21, 17, 0.64);
  backdrop-filter: blur(4px);
}

.c84f8e6d {
  position: relative;
  padding: 36px;
}

.c5f41cd0 {
  position: absolute;
  top: 15px;
  right: 15px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--muted);
  cursor: pointer;
}

.cb1d4284 h2 {
  margin-bottom: 12px;
  padding-right: 35px;
  font-size: 32px;
}

.cb1d4284 p {
  color: var(--muted);
}

.c7db5a7c {
  margin: 22px 0;
  padding: 18px;
  border-radius: 14px;
  background: var(--sage-50);
}

.c7db5a7c strong,
.c7db5a7c span {
  display: block;
}

.c7db5a7c span {
  color: var(--muted);
  font-size: 13px;
}

.c21cc7df {
  margin: 0;
  font-size: 14px;
}

.c21cc7df a {
  color: var(--sage-700);
  font-weight: 760;
  text-underline-offset: 3px;
}

@media (max-width: 980px) {
  .c31e810c {
    display: inline-flex;
  }

  .c99dea58 {
    position: fixed;
    z-index: 99;
    top: 79px;
    right: 0;
    left: 0;
    display: none;
    height: calc(100dvh - 79px);
    padding: 28px 20px;
    align-items: stretch;
    border-top: 1px solid var(--line);
    background: #fff;
    flex-direction: column;
    gap: 0;
  }

  .c99dea58.open {
    display: flex;
  }

  .c99dea58 > a {
    padding: 16px 8px;
    border-bottom: 1px solid var(--line);
    font-size: 16px;
  }

  .ca091957 {
    border-bottom: 1px solid var(--line);
  }

  .ca091957 summary {
    padding: 16px 8px;
    justify-content: space-between;
    font-size: 16px;
  }

  .c37f2876 {
    position: static;
    width: auto;
    padding: 0 0 12px 12px;
    border: 0;
    box-shadow: none;
  }

  .c37f2876 a {
    padding: 10px;
  }

  .cb9c7ed8,
  .c544030c {
    gap: 45px;
    grid-template-columns: 1fr;
  }

  .c4e9e948 {
    max-width: 720px;
  }

  .c48966b5 {
    max-height: 570px;
    aspect-ratio: 1.5 / 1;
  }

  .c9383a20 {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .cdfffb01 {
    flex-direction: row;
  }

  .c50520f8 {
    display: block;
  }

  .c07bce83 {
    position: static;
    margin-bottom: 44px;
  }

  .c07bce83 a {
    display: inline-block;
    margin-right: 15px;
  }
}

@media (max-width: 720px) {
  .ca5bc98e,
  .c36fda25 {
    width: min(calc(100% - 28px), var(--container));
  }

  .ca10f9c9 {
    padding: 48px 0 58px;
  }

  h1 {
    font-size: clamp(41px, 13vw, 58px);
  }

  .cdaf9d51 {
    font-size: 17px;
  }

  .cecf9789 .cb339f3e {
    width: 100%;
  }

  .c48966b5 {
    border-width: 6px;
    border-radius: 24px 24px 70px 24px;
    aspect-ratio: 1 / 1.03;
  }

  .c1a2bb1c {
    right: 12px;
    bottom: 12px;
    left: 12px;
    max-width: none;
  }

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

  .c5d828cd {
    min-height: 70px;
    justify-content: flex-start;
    text-align: left;
  }

  .c5d828cd + .c5d828cd {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .cd700a18 {
    padding: 75px 0;
  }

  .ce3212eb {
    margin-bottom: 35px;
  }

  .ce3212eb p {
    font-size: 16px;
  }

  .cdd3d950 {
    padding: 24px;
  }

  .c9383a20,
  .c2917e7b,
  .c633a15c,
  .ccadb21e,
  .cd476fff {
    grid-template-columns: 1fr;
  }

  .c3556e84 {
    min-height: 0;
  }

  .c3518da8 {
    min-height: 0;
    padding: 30px 24px;
  }

  .cd514d70 {
    min-height: 0;
  }

  .cdfffb01 {
    flex-direction: column;
  }

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

  .c4f33786 {
    align-items: flex-start;
    flex-direction: column;
  }

  .c760b6f9 {
    text-align: left;
  }

  .c2125493 {
    padding: 52px 0 45px;
  }

  .c2125493 h1 {
    font-size: 43px;
  }

  .c50520f8 {
    padding: 45px 0 75px;
  }

  .caf34c9d section + section {
    margin-top: 37px;
    padding-top: 37px;
  }

  .caf34c9d h2 {
    font-size: 29px;
  }

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

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
