: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.c2bcc4c8 {
  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;
}

.c620825d {
  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;
}

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

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

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

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

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

.c5a831d3 {
  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;
}

.c8862ae5 {
  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);
}

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

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

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

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

.c7370049 {
  position: relative;
}

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

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

.c7370049 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: "";
}

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

.c297c602 {
  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;
}

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

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

.c48c9fdf {
  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;
}

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

.c7499c93 {
  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%);
}

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

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

.c72a1b65 {
  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;
}

.c72a1b65::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;
}

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

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

.ca0472b0 {
  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;
}

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

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

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

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

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

.c35fcaff {
  width: 100%;
}

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

.c9670568 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;
}

.c0db63ae {
  position: relative;
}

.ca07074b {
  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;
}

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

.c50d4b24 {
  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);
}

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

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

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

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

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

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

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

.cdda43f5 {
  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;
}

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

.cdda43f5 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;
}

.c1fde49c {
  padding: 104px 0;
}

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

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

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

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

.c652a1e0.cdc57353 .c72a1b65 {
  justify-content: center;
}

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

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

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

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

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

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

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

.ccdfeb0a 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;
}

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

.c677bbc4 {
  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;
}

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

.c4997fd0 {
  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;
}

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

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

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

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

.c45fe4e6::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;
}

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

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

.c272b5f9 {
  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);
}

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

.cd325b43 {
  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;
}

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

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

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

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

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

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

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

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

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

.c6108abd 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;
}

.c272b5f9 .ca0472b0 {
  margin-top: auto;
}

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

.cabfe26b {
  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;
}

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

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

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

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

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

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

.c48cd25b {
  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;
}

.c48cd25b 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;
}

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

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

.ce3d5aa4 > div {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

.c52fcbba {
  color: #fff;
}

.c52fcbba .c8862ae5 {
  background: #fff;
}

.c52fcbba .c8862ae5 svg {
  stroke: var(--sage-900);
}

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

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

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

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

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

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

.cc11ba26 {
  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;
}

.c1091e9c {
  text-align: right;
}

/* Legal and support pages */
.c9e71da0 {
  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);
}

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

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

.cfb4e3d7 {
  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;
}

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

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

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

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

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

.cf015c57 {
  min-width: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.c86c944e {
  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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cb014ed0 {
  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;
}

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

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

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

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

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

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

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

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

  .c6e8d86e {
    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;
  }

  .c6e8d86e.c8ef56c8 {
    display: flex;
  }

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

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

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

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

  .c297c602 a {
    padding: 10px;
  }

  .c4be0496,
  .c705da4e {
    gap: 45px;
    grid-template-columns: 1fr;
  }

  .ca2ff8bb {
    max-width: 720px;
  }

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

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

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

  .c78a3c60 {
    flex-direction: row;
  }

  .c32cf5c5 {
    display: block;
  }

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

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

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

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

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

  .ce480881 {
    font-size: 17px;
  }

  .cf5c33f9 .ca0472b0 {
    width: 100%;
  }

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

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

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

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

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

  .c1fde49c {
    padding: 75px 0;
  }

  .c652a1e0 {
    margin-bottom: 35px;
  }

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

  .c157c47d {
    padding: 24px;
  }

  .c223280a,
  .c6a9b897,
  .c2e8697a,
  .c7522af6,
  .c980b2dd {
    grid-template-columns: 1fr;
  }

  .c677bbc4 {
    min-height: 0;
  }

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

  .cde1f79f {
    min-height: 0;
  }

  .c78a3c60 {
    flex-direction: column;
  }

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

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

  .c1091e9c {
    text-align: left;
  }

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

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

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

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

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

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

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

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