.jh-f123 {
  --jh-accent: #0c6975;
  --jh-border: #d4dde1;
  --jh-muted: #5d6b72;
  color: #18242a;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  margin-inline: auto;
  max-width: 760px;
  min-width: 0;
  overflow-wrap: anywhere;
  width: 100%;
}

.jh-f123[data-jh-f123-form="WEB-F01"] { --jh-accent: #007ab8; }
.jh-f123[data-jh-f123-form="WEB-F02"] { --jh-accent: #875224; }

.jh-f123 *, .jh-f123 *::before, .jh-f123 *::after { box-sizing: border-box; }
.jh-f123 [hidden] { display: none !important; }
.jh-f123 input, .jh-f123 select, .jh-f123 textarea, .jh-f123 button { font: inherit; }
.jh-f123__brand { align-items: center; border-bottom: 4px solid var(--jh-accent); display: flex; justify-content: space-between; padding: 18px 22px 14px; }
.jh-f123__intro { padding: 26px 22px 16px; }
.jh-f123__intro h1 { font-size: clamp(1.55rem, 4vw, 2.25rem); line-height: 1.35; margin: 0 0 14px; }
.jh-f123__intro p { color: var(--jh-muted); line-height: 1.8; margin: 8px 0 0; }
.jh-f123__progress { display: grid; gap: 10px; grid-template-columns: repeat(3, 1fr); list-style: none; margin: 0; padding: 0 22px 18px; }
.jh-f123__progress li { border-bottom: 2px solid var(--jh-border); color: var(--jh-muted); font-size: .9rem; padding: 0 0 7px; }
.jh-f123__progress li[aria-current="step"] { border-color: var(--jh-accent); color: #18242a; }
.jh-f123__form, .jh-f123__completion { padding: 0 22px 30px; }
.jh-f123__section { border-top: 1px solid var(--jh-border); padding: 24px 0 6px; }
.jh-f123__section h2, .jh-f123__confirmation h2, .jh-f123__completion h2 { font-size: 1.25rem; margin: 0 0 18px; }
.jh-f123__field { margin: 0 0 22px; min-width: 0; }
.jh-f123__field > label, .jh-f123__field legend { display: block; font-weight: 600; margin: 0 0 8px; }
.jh-f123__field fieldset { border: 0; margin: 0; min-width: 0; padding: 0; }
.jh-f123__choices { display: grid; gap: 10px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.jh-f123__choices label, .jh-f123__consent label, .jh-f123__marketing label { align-items: flex-start; border: 1px solid var(--jh-border); border-radius: 8px; cursor: pointer; display: flex; font-weight: 400; gap: 10px; line-height: 1.55; margin: 0; min-height: 46px; padding: 11px 12px; }
.jh-f123 input[type="radio"], .jh-f123 input[type="checkbox"] { flex: 0 0 20px; height: 20px; margin: 2px 0 0; width: 20px; }
.jh-f123 input[type="text"], .jh-f123 input[type="email"], .jh-f123 input[type="tel"], .jh-f123 input[type="url"], .jh-f123 select, .jh-f123 textarea { background: #fff; border: 1px solid #89979e; border-radius: 6px; color: #18242a; display: block; min-height: 48px; padding: 10px 12px; width: 100%; }
.jh-f123 textarea { min-height: 132px; resize: vertical; }
.jh-f123 input:focus-visible, .jh-f123 select:focus-visible, .jh-f123 textarea:focus-visible, .jh-f123 button:focus-visible, .jh-f123 a:focus-visible { outline: 3px solid color-mix(in srgb, var(--jh-accent) 55%, white); outline-offset: 2px; }
.jh-f123__help { color: var(--jh-muted); font-size: .92rem; line-height: 1.65; margin: 7px 0 0; }
.jh-f123__route { background: #f3f7f8; border-left: 4px solid var(--jh-accent); margin: 12px 0 22px; padding: 18px; }
.jh-f123__route p { line-height: 1.75; margin: 0 0 14px; }
.jh-f123__consent { margin-top: 10px; }
.jh-f123__marketing { border-top: 1px solid var(--jh-border); margin-top: 24px; padding-top: 24px; }
.jh-f123__actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; margin-top: 24px; }
.jh-f123__primary, .jh-f123__secondary { border: 0; border-radius: 7px; cursor: pointer; display: inline-flex; justify-content: center; line-height: 1.45; min-height: 48px; padding: 12px 22px; text-decoration: none; }
.jh-f123__primary { background: var(--jh-accent); color: #fff; }
.jh-f123 a.jh-f123__primary,
.jh-f123 a.jh-f123__primary:link,
.jh-f123 a.jh-f123__primary:visited,
.jh-f123 a.jh-f123__primary:hover,
.jh-f123 a.jh-f123__primary:focus,
.jh-f123 a.jh-f123__primary:active { color: #fff; }
.jh-f123__secondary { background: #edf2f4; color: #18242a; }
.jh-f123__errors { background: #fff5f5; border: 1px solid #b42318; color: #7a271a; margin: 0 22px 18px; padding: 14px 16px; }
.jh-f123__field-error { color: #b42318; margin: 7px 0 0; }
.jh-f123 [aria-invalid="true"] { border-color: #b42318 !important; }
.jh-f123__confirmation dl { display: grid; gap: 0; margin: 0; }
.jh-f123__confirmation dt { background: #f3f7f8; font-weight: 600; padding: 10px 12px 4px; }
.jh-f123__confirmation dd { border-bottom: 1px solid var(--jh-border); margin: 0; padding: 4px 12px 12px; white-space: pre-wrap; }

@media (max-width: 640px) {
  .jh-f123__brand, .jh-f123__intro, .jh-f123__form, .jh-f123__completion { padding-left: 16px; padding-right: 16px; }
  .jh-f123__progress { padding-left: 16px; padding-right: 16px; }
  .jh-f123__choices { grid-template-columns: 1fr; }
  .jh-f123__actions { align-items: stretch; flex-direction: column-reverse; }
  .jh-f123__primary, .jh-f123__secondary { width: 100%; }
  .jh-f123__errors { margin-left: 16px; margin-right: 16px; }
}
.jh-f123__honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
