.csr-v2 {
  --csr-paper: #f7f4ee;
  --csr-ink: #1d1e1c;
  --csr-muted: #706d67;
  --csr-red: #a32635;
  --csr-red-dark: #861d2a;
  min-height: calc(100svh - 6.25rem);
  overflow: clip;
  color: var(--csr-ink);
  background: var(--csr-paper);
}

.csr-v2 *,
.csr-v2 *::before,
.csr-v2 *::after {
  box-sizing: border-box;
}

.csr-v2 .csr-v2-hero {
  min-height: calc(100svh - 6.25rem);
  padding: clamp(1.4rem, 3vh, 2.4rem) 0 clamp(2rem, 4vh, 3.5rem);
}

.csr-v2 .csr-v2-shell {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  min-height: inherit;
}

.csr-v2 .csr-v2-breadcrumb {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  margin-bottom: clamp(1.5rem, 3.5vh, 2.8rem);
  color: var(--csr-muted);
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.82rem;
  line-height: 1.2;
}

.csr-v2 .csr-v2-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.csr-v2 .csr-v2-breadcrumb a:hover,
.csr-v2 .csr-v2-breadcrumb a:focus-visible {
  color: var(--csr-red);
}

.csr-v2 .csr-v2-composition {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(23rem, 0.82fr);
  gap: clamp(2.5rem, 6vw, 7rem);
  align-items: stretch;
  min-height: 0;
}

.csr-v2 .csr-v2-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  padding: clamp(0.5rem, 1.5vh, 1.25rem) 0 0;
}

.csr-v2 .csr-v2-copy h1 {
  max-width: 8ch;
  margin: 0;
  color: var(--csr-ink);
  font-family: "Manrope", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(4.8rem, 8.8vw, 8.6rem);
  font-weight: 500;
  letter-spacing: -0.078em;
  line-height: 0.84;
}

.csr-v2 .csr-v2-copy p {
  max-width: 36rem;
  margin: clamp(1.5rem, 4vh, 3rem) 0 0;
  color: var(--csr-muted);
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.6;
}

.csr-v2 .csr-v2-back {
  display: inline-flex;
  gap: 0.7rem;
  align-items: center;
  align-self: flex-start;
  margin-top: 2rem;
  padding: 0.65rem 0;
  color: var(--csr-ink);
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
}

.csr-v2 .csr-v2-back span,
.csr-v2 .csr-v2-request span,
.csr-v2 .csr-v2-contact a span,
.csr-v2 .csr-v2-record-body a span {
  transition: transform 180ms ease;
}

.csr-v2 .csr-v2-back:hover span,
.csr-v2 .csr-v2-back:focus-visible span,
.csr-v2 .csr-v2-request:hover span,
.csr-v2 .csr-v2-request:focus-visible span,
.csr-v2 .csr-v2-contact a:hover span,
.csr-v2 .csr-v2-contact a:focus-visible span,
.csr-v2 .csr-v2-record-body a:hover span,
.csr-v2 .csr-v2-record-body a:focus-visible span {
  transform: translateX(0.25rem);
}

.csr-v2 .csr-v2-register {
  min-width: 0;
  min-height: clamp(28rem, 58vh, 35rem);
  color: white;
  background: var(--csr-red);
}

.csr-v2 .csr-v2-empty {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: inherit;
  padding: clamp(1.6rem, 3.5vw, 3.2rem);
}

.csr-v2 .csr-v2-publication-status {
  display: flex;
  gap: 0.65rem;
  align-items: center;
  color: rgba(255, 255, 255, 0.76);
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.85rem;
}

.csr-v2 .csr-v2-status-dot {
  display: inline-block;
  width: 0.62rem;
  height: 0.62rem;
  flex: 0 0 auto;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: transparent;
}

.csr-v2 .csr-v2-empty h2 {
  max-width: 11ch;
  margin: 2rem 0 1.25rem;
  font-family: "Manrope", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(2.25rem, 3.8vw, 3.75rem);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.98;
  color: white;
}

.csr-v2 .csr-v2-empty p {
  max-width: 34rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.58;
}

.csr-v2 .csr-v2-request {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  align-self: stretch;
  margin-top: 2rem;
  padding: 1rem 1.1rem;
  color: var(--csr-red);
  background: var(--csr-paper);
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 650;
  text-decoration: none;
  transition: background-color 180ms ease;
}

.csr-v2 .csr-v2-request:hover,
.csr-v2 .csr-v2-request:focus-visible {
  background: white;
}

.csr-v2 .csr-v2-register-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  padding: clamp(1.6rem, 3.5vw, 3.2rem);
}

.csr-v2 .csr-v2-register-head p {
  margin: 0 0 0.4rem;
  color: rgba(255, 255, 255, 0.7);
  font: 0.84rem/1.3 "DM Sans", ui-sans-serif, system-ui, sans-serif;
}

.csr-v2 .csr-v2-register-head h2 {
  margin: 0;
  font: 500 clamp(2.2rem, 4vw, 3.75rem)/1 "Manrope", ui-sans-serif, system-ui, sans-serif;
  letter-spacing: -0.055em;
}

.csr-v2 .csr-v2-records {
  padding: 0 clamp(1.6rem, 3.5vw, 3.2rem) clamp(1.6rem, 3.5vw, 3.2rem);
}

.csr-v2 .csr-v2-record {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.csr-v2 .csr-v2-record:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.csr-v2 .csr-v2-record summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 5.25rem;
  cursor: pointer;
  list-style: none;
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif;
}

.csr-v2 .csr-v2-record summary::-webkit-details-marker {
  display: none;
}

.csr-v2 .csr-v2-record summary strong,
.csr-v2 .csr-v2-record summary small {
  display: block;
}

.csr-v2 .csr-v2-record summary strong {
  font-size: 1.05rem;
  font-weight: 600;
}

.csr-v2 .csr-v2-record summary small,
.csr-v2 .csr-v2-record-state {
  margin-top: 0.25rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
}

.csr-v2 .csr-v2-record-body {
  padding: 0 0 1.5rem;
  color: rgba(255, 255, 255, 0.8);
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif;
  line-height: 1.55;
}

.csr-v2 .csr-v2-record-body dl {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  margin: 1rem 0;
}

.csr-v2 .csr-v2-record-body dl div {
  display: flex;
  gap: 0.45rem;
}

.csr-v2 .csr-v2-record-body dt {
  color: rgba(255, 255, 255, 0.58);
}

.csr-v2 .csr-v2-record-body dd {
  margin: 0;
}

.csr-v2 .csr-v2-record-body a {
  display: inline-flex;
  gap: 0.6rem;
  color: white;
  font-weight: 600;
  text-decoration: none;
}

.csr-v2 .csr-v2-contact {
  padding: clamp(3rem, 7vw, 6rem) 0;
  color: white;
  background: var(--csr-ink);
}

.csr-v2 .csr-v2-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.7fr);
  gap: clamp(2rem, 6vw, 6rem);
}

.csr-v2 .csr-v2-contact h2 {
  max-width: 11ch;
  margin: 0;
  font: 500 clamp(2.7rem, 5vw, 5rem)/0.95 "Manrope", ui-sans-serif, system-ui, sans-serif;
  letter-spacing: -0.065em;
}

.csr-v2 .csr-v2-contact p {
  max-width: 34rem;
  margin: 0 0 1.5rem;
  color: rgba(255, 255, 255, 0.68);
  font: 1rem/1.6 "DM Sans", ui-sans-serif, system-ui, sans-serif;
}

.csr-v2 .csr-v2-contact a {
  display: inline-flex;
  gap: 0.8rem;
  color: white;
  font: 600 0.95rem/1.3 "DM Sans", ui-sans-serif, system-ui, sans-serif;
  text-decoration: none;
}

.csr-v2 a:focus-visible,
.csr-v2 summary:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

@media (max-width: 900px) {
  .csr-v2,
  .csr-v2 .csr-v2-hero,
  .csr-v2 .csr-v2-shell {
    min-height: auto;
  }

  .csr-v2 .csr-v2-composition {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .csr-v2 .csr-v2-copy {
    min-height: 28rem;
  }

  .csr-v2 .csr-v2-copy h1 {
    font-size: clamp(4.5rem, 14vw, 7rem);
  }

  .csr-v2 .csr-v2-contact-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .csr-v2 .csr-v2-hero {
    padding-top: 1.25rem;
  }

  .csr-v2 .csr-v2-breadcrumb {
    margin-bottom: 2rem;
  }

  .csr-v2 .csr-v2-copy {
    min-height: 23rem;
  }

  .csr-v2 .csr-v2-copy h1 {
    font-size: clamp(3.8rem, 18vw, 4.8rem);
  }

  .csr-v2 .csr-v2-register {
    min-height: 31rem;
  }

  .csr-v2 .csr-v2-empty,
  .csr-v2 .csr-v2-register-head,
  .csr-v2 .csr-v2-records {
    padding-inline: 1.35rem;
  }

  .csr-v2 .csr-v2-empty h2 {
    font-size: 2.4rem;
  }
}

@media (max-height: 720px) and (min-width: 901px) {
  .csr-v2 .csr-v2-hero {
    padding-top: 0.9rem;
    padding-bottom: 1.2rem;
  }

  .csr-v2 .csr-v2-breadcrumb {
    margin-bottom: 1rem;
  }

  .csr-v2 .csr-v2-copy h1 {
    font-size: clamp(4.5rem, 7.5vw, 6.7rem);
  }

  .csr-v2 .csr-v2-register {
    min-height: 26rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .csr-v2 *,
  .csr-v2 *::before,
  .csr-v2 *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}