/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Yu Gothic","Hiragino Kaku Gothic ProN",sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .static {
    position: static;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .block {
    display: block;
  }
}
.yk-columns {
  background: #f5f6f8;
  padding: 70px 0 90px;
  color: var(--ink);
}
.yk-column-heading {
  margin: 30px 0 42px;
}
.yk-column-heading h1 {
  font-size: clamp(28px,4vw,46px);
  line-height: 1.5;
  overflow-wrap: anywhere;
}
.yk-column-heading p {
  line-height: 1.9;
}
.yk-breadcrumb {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.yk-breadcrumb a {
  text-decoration: underline;
}
.yk-column-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 28px;
  margin: 32px 0;
}
.yk-column-card {
  background: white;
  border: 1px solid var(--line);
  min-width: 0;
  overflow: hidden;
}
.yk-column-image {
  display: flex;
  aspect-ratio: 16/10;
  align-items: center;
  justify-content: center;
  background: var(--navy);
  color: var(--gold);
  font-family: Georgia,serif;
  font-size: 28px;
}
.yk-column-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.yk-column-image small {
  display: block;
  text-align: center;
  font: 12px Arial;
  letter-spacing: .25em;
  margin-top: 10px;
}
.yk-column-card-body {
  padding: 25px;
}
.yk-column-card time {
  font-size: 13px;
  color: var(--muted);
}
.yk-column-card h2 {
  font-size: 21px;
  line-height: 1.6;
  margin: 12px 0;
  overflow-wrap: anywhere;
}
.yk-column-card p {
  font-size: 14px;
  line-height: 1.9;
}
.yk-column-empty {
  padding: 35px 0;
  color: var(--muted);
}
.yk-pagination {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 36px;
}
.yk-pagination .page-numbers {
  padding: 8px 16px;
  border: 1px solid var(--line);
  background: white;
}
.yk-pagination .current {
  background: var(--navy);
  color: white;
}
.yk-article-wrap {
  max-width: 860px;
}
.yk-article {
  background: white;
  padding: 32px;
  margin: 28px 0;
}
.yk-article-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 30px;
}
.yk-article .entry-content {
  line-height: 2;
  overflow-wrap: anywhere;
}
.yk-article .entry-content img {
  max-width: 100%;
  height: auto;
}
.yk-article .entry-content h2 {
  font-size: 26px;
  margin: 40px 0 18px;
}
.yk-article .entry-content h3 {
  font-size: 21px;
  margin: 30px 0 15px;
}
.yk-article .entry-content p {
  margin: 20px 0;
}
.yk-article .entry-content a {
  text-decoration: underline;
}
.yk-article .entry-content ul,.yk-article .entry-content ol {
  padding-left: 1.5em;
  list-style: revert;
}
.yk-article .wp-block-table {
  overflow-x: auto;
}
.yk-category {
  font-size: 14px;
  color: #7c643b;
}
@media (max-width:900px) {
  .yk-column-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}
@media (max-width:600px) {
  .yk-column-grid {
    grid-template-columns: 1fr;
  }
  .yk-columns {
    padding: 48px 0 60px;
  }
  .yk-article {
    padding: 20px;
  }
  .yk-column-heading {
    margin-bottom: 28px;
  }
}
:root {
  --navy: #02132d;
  --navy-deep: #02132d;
  --gold: #ceb78d;
  --ink: #172c38;
  --muted: #63727c;
  --line: #dce2e5;
  --white: #fff;
  --container: 1200px;
  color-scheme: light;
  font-family: "Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,system-ui,sans-serif;
  color: var(--ink);
  background: var(--navy);
  font-synthesis: none;
  line-height: 1.7;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 28px;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button,a {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible {
  outline: 3px solid #b1925d;
  outline-offset: 7px;
}
::selection {
  background: var(--gold);
  color: var(--navy);
}
.container {
  width: min(var(--container),calc(100% - 112px));
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10;
  background: white;
  color: var(--ink);
  padding: 12px 20px;
  transform: translateY(-160%);
}
.skip-link:focus {
  transform: translateY(0);
}
.header {
  background: var(--navy);
  color: #fff;
}
.header-inner {
  min-height: 108px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid #ffffff20;
}
.wordmark {
  display: flex;
  align-items: center;
  gap: 18px;
}
.monogram {
  font-family: Georgia,"Times New Roman",serif;
  font-size: 2.35rem;
  line-height: 1;
  letter-spacing: -.12em;
  color: var(--gold);
}
.monogram span {
  font-size: 1.5rem;
  margin-left: .07em;
}
.wordmark-name {
  font-family: Arial,sans-serif;
  font-size: 1rem;
  letter-spacing: .045em;
  font-weight: 600;
}
.wordmark-name>span {
  font-weight: 400;
  margin-left: 4px;
}
.navigation {
  display: flex;
  gap: 36px;
  align-items: center;
  font-size: .875rem;
  letter-spacing: .08em;
}
.navigation a {
  padding: 12px 0;
  transition: color .2s;
}
.navigation a:hover {
  color: var(--gold);
}
.navigation a>span {
  margin-left: 10px;
  color: var(--gold);
}
.hero {
  background: var(--navy);
  color: white;
  overflow: hidden;
}
.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.12fr;
  min-height: 645px;
  align-items: center;
}
.hero-copy {
  position: relative;
  z-index: 1;
  padding: 68px 0 55px;
}
.eyebrow {
  margin: 0 0 33px;
  font-family: Arial,sans-serif;
  font-size: .8125rem;
  font-weight: 500;
  letter-spacing: .2em;
  color: var(--gold);
  display: flex;
  align-items: center;
  gap: 16px;
}
.eyebrow-rule {
  display: block;
  width: 32px;
  height: 1px;
  background: var(--gold);
}
h1 {
  margin: 0;
  font-weight: 400;
  line-height: 1.08;
}
.company-type {
  display: block;
  font-size: 1.125rem;
  letter-spacing: .26em;
  margin-bottom: 22px;
  color: #e4e8eb;
}
.hero-brand {
  display: block;
  font-family: Georgia,"Times New Roman",serif;
  font-size: clamp(3.9rem,6.6vw,6.2rem);
  letter-spacing: -.055em;
  white-space: nowrap;
  font-weight: 400;
}
.hero-hlds {
  display: block;
  font-family: Arial,sans-serif;
  font-weight: 300;
  font-size: clamp(4rem,7.5vw,7rem);
  letter-spacing: .07em;
  margin-top: 9px;
}
.gold-period {
  color: var(--gold);
  margin-left: -.025em;
}
.hero-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 370px;
  margin-top: 56px;
  gap: 24px;
}
.hero-location {
  margin: 0;
  font-size: .9375rem;
  letter-spacing: .17em;
  color: #edf0f2;
}
.hero-location>span {
  display: block;
  font-size: .75rem;
  font-family: Arial,sans-serif;
  letter-spacing: .15em;
  color: #a2b1ba;
  margin-top: 7px;
}
.round-link {
  width: 54px;
  height: 54px;
  border: 1px solid #82939d7a;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  transition: background .2s,border-color .2s;
  font-size: 1.6rem;
  font-weight: 300;
}
.round-link:hover {
  border-color: var(--gold);
  background: #ceb78d15;
}
.hero-art {
  position: relative;
  align-self: stretch;
  min-width: 0;
  margin-right: -40px;
  margin-left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-art img {
  width: 115%;
  max-width: none;
  height: 580px;
  object-fit: cover;
  display: block;
  mask-image: linear-gradient(90deg,transparent 0%,#000 17%,#000 91%,transparent 100%);
  -webkit-mask-image: linear-gradient(90deg,transparent 0%,#000 17%,#000 91%,transparent 100%);
}
.art-caption {
  position: absolute;
  right: 35px;
  bottom: 60px;
  color: #d1b995b3;
  font-family: Georgia,serif;
  font-size: .8125rem;
  letter-spacing: .13em;
}
.hero-edge {
  border-top: 1px solid #ffffff20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 22px;
  color: #9daeb9;
  font-size: .75rem;
  font-family: Arial,sans-serif;
  letter-spacing: .17em;
}
.philosophy-panel {
  margin-bottom: clamp(48px,7vw,80px);
}
.philosophy-copy {
  min-width: 0;
  font-size: clamp(16px,1.6vw,18px);
  line-height: 2.1;
  overflow-wrap: anywhere;
}
.philosophy-copy p {
  margin: 0;
}
.philosophy-copy p+p {
  margin-top: 1.25em;
}
.company-section {
  background: #fff;
  padding: 108px 0 120px;
}
.company-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 65px;
}
.dark-eyebrow {
  color: #7c643b;
  margin-bottom: 15px;
  font-size: .8125rem;
}
.section-heading h2 {
  font-size: 2.3rem;
  letter-spacing: .08em;
  margin: 0;
  font-weight: 500;
  line-height: 1.5;
}
.heading-period,.heading-line {
  display: none !important;
}
.heading-period {
  color: #ab8650;
  font-family: Georgia,serif;
  margin-left: 4px;
}
.heading-line {
  height: 2px;
  width: 44px;
  background: #b79a66;
  margin-top: 25px;
}
.section-index {
  margin: 65px 0 0;
  font-family: Arial,sans-serif;
  color: #81919b;
  font-size: .75rem;
  letter-spacing: .13em;
}
.company-details {
  margin: 0;
  border-top: 1px solid var(--ink);
}
.detail-row {
  display: grid;
  grid-template-columns: 132px 1fr;
  column-gap: 25px;
  align-items: baseline;
  padding: 32px 0;
  border-bottom: 1px solid var(--line);
}
dt {
  font-size: .875rem;
  color: #536571;
  letter-spacing: .06em;
}
dd {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.9;
  overflow-wrap: anywhere;
}
.company-details .legal-name-single {
  white-space: nowrap;
  overflow-wrap: normal;
  font-size: clamp(14px,3.6vw,18px);
  letter-spacing: 0;
}
.legal-name>span {
  margin-left: .6em;
}
.address-row {
  padding-bottom: 39px;
  scroll-margin-top: 28px;
}
address {
  font-style: normal;
}
address>span {
  display: block;
}
.postal-code {
  font-size: 1rem;
  color: #51636f;
  margin-bottom: 4px;
}
.address-break {
  display: inline-block;
}
.map-link {
  display: inline-flex;
  gap: 36px;
  align-items: center;
  border-bottom: 1px solid #a9b6be;
  padding: 4px 0 8px;
  margin-top: 23px;
  font-size: .875rem;
  line-height: 1.5;
  transition: color .2s,border-color .2s;
}
.map-link>span {
  font-size: 1.25rem;
}
.map-link:hover {
  color: #856a3e;
  border-color: #856a3e;
}
.footer {
  background: var(--navy-deep);
  color: #fff;
  padding-top: 50px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding-bottom: 39px;
}
.footer-company-type {
  font-size: .75rem;
  letter-spacing: .15em;
  color: #c1cbd1;
}
.footer-identity p {
  margin: 7px 0 0;
  font-family: Georgia,"Times New Roman",serif;
  font-size: 1.8rem;
  letter-spacing: -.03em;
}
.footer-identity p>span {
  font-family: Arial,sans-serif;
  letter-spacing: .04em;
  font-size: 1.2rem;
  margin-left: 4px;
}
.back-top {
  display: flex;
  align-items: center;
  gap: 23px;
  font-size: .875rem;
  color: #c4cdd3;
}
.back-top>span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid #53616d;
  border-radius: 50%;
  font-size: 1.25rem;
}
.back-top:hover {
  color: var(--gold);
}
.footer-bottom {
  border-top: 1px solid #ffffff20;
  display: flex;
  justify-content: space-between;
  padding-block: 24px;
  gap: 20px;
  font-family: Arial,sans-serif;
  color: #9caeb9;
  font-size: .75rem;
  letter-spacing: .06em;
}
.footer-bottom small {
  font-size: inherit;
}
.footer-bottom>span {
  letter-spacing: .14em;
}
@media (min-width:1600px) {
  .hero-inner {
    min-height: 710px;
  }
  .hero-art img {
    height: 650px;
  }
}
@media (max-width:1100px) {
  .container {
    width: calc(100% - 72px);
  }
  .hero-inner {
    min-height: 590px;
    grid-template-columns: 1fr 1fr;
  }
  .hero-art {
    margin-right: -36px;
    margin-left: -16px;
  }
  .hero-art img {
    height: 520px;
  }
  .hero-brand {
    font-size: clamp(3.5rem,6.6vw,5.2rem);
  }
  .company-grid {
    grid-template-columns: 1fr 2.1fr;
    gap: 35px;
  }
  .detail-row {
    grid-template-columns: 112px 1fr;
    gap: 16px;
  }
  .legal-name>span {
    display: block;
    margin: 0;
  }
  .company-section {
    padding-block: 88px;
  }
}
@media (max-width:700px) {
  .container {
    width: calc(100% - 44px);
  }
  .header-inner {
    min-height: 88px;
    gap: 12px;
  }
  .wordmark {
    gap: 11px;
  }
  .monogram {
    font-size: 1.9rem;
  }
  .wordmark-name {
    font-size: .875rem;
    letter-spacing: 0;
  }
  .wordmark-name>span {
    display: block;
    margin: 0;
    font-size: .75rem;
    letter-spacing: .16em;
  }
  .navigation {
    gap: 19px;
    letter-spacing: 0;
    font-size: .875rem;
  }
  .navigation a>span {
    display: none;
  }
  .hero-inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: auto;
  }
  .hero-copy {
    padding: 48px 0 0;
  }
  .eyebrow {
    font-size: .75rem;
    margin-bottom: 26px;
    letter-spacing: .16em;
  }
  .company-type {
    font-size: 1rem;
    margin-bottom: 19px;
  }
  .hero-brand {
    font-size: clamp(2.75rem,10.9vw,5rem);
    letter-spacing: -.045em;
  }
  .hero-hlds {
    font-size: clamp(3.8rem,15vw,6rem);
    margin-top: 6px;
  }
  .hero-bottom {
    margin-top: 31px;
    max-width: none;
  }
  .hero-location {
    font-size: .875rem;
  }
  .round-link {
    width: 46px;
    height: 46px;
    font-size: 1.4rem;
  }
  .hero-art {
    height: 300px;
    margin: -4px -22px 0;
    align-self: auto;
    overflow: hidden;
  }
  .hero-art img {
    height: 370px;
    width: 100%;
    object-fit: cover;
    mask-image: linear-gradient(180deg,transparent 0%,#000 15%,#000 85%,transparent 100%);
    -webkit-mask-image: linear-gradient(180deg,transparent 0%,#000 15%,#000 85%,transparent 100%);
  }
  .art-caption {
    bottom: 23px;
    right: 24px;
    font-size: .75rem;
  }
  .hero-edge {
    padding-block: 17px;
    font-size: .75rem;
    letter-spacing: .05em;
  }
  .company-section {
    padding: 62px 0 69px;
  }
  .company-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .section-heading h2 {
    font-size: 1.9rem;
  }
  .dark-eyebrow {
    margin-bottom: 10px;
  }
  .heading-line {
    margin-top: 18px;
    width: 33px;
  }
  .section-index {
    display: none;
  }
  .detail-row {
    padding: 24px 0;
    grid-template-columns: 95px 1fr;
    gap: 14px;
  }
  dt {
    font-size: .875rem;
  }
  dd {
    font-size: 1rem;
  }
  .address-row {
    padding-bottom: 29px;
  }
  .postal-code {
    font-size: .9375rem;
  }
  .map-link {
    gap: 23px;
    font-size: .875rem;
    margin-top: 17px;
  }
  .footer {
    padding-top: 34px;
  }
  .footer-top {
    align-items: flex-start;
    padding-bottom: 29px;
    gap: 24px;
  }
  .footer-identity p {
    font-size: 1.6rem;
  }
  .footer-identity p>span {
    display: block;
    margin: 3px 0 0;
    font-size: 1rem;
    letter-spacing: .1em;
  }
  .back-top {
    gap: 10px;
    font-size: .875rem;
    flex-direction: column-reverse;
    align-items: flex-end;
  }
  .back-top>span {
    width: 36px;
    height: 36px;
  }
  .footer-bottom {
    font-size: .75rem;
    letter-spacing: 0;
    padding-block: 19px;
    flex-wrap: wrap;
    gap: 8px;
  }
  .footer-bottom>span {
    letter-spacing: .08em;
  }
}
@media (max-width:360px) {
  .container {
    width: calc(100% - 36px);
  }
  .navigation {
    gap: 12px;
  }
  .wordmark {
    gap: 8px;
  }
  .wordmark-name {
    font-size: .8125rem;
  }
  .monogram {
    font-size: 1.7rem;
  }
  .hero-edge {
    gap: 14px;
    flex-wrap: wrap;
  }
  .detail-row {
    grid-template-columns: 1fr;
    gap: 9px;
  }
  .legal-name>span {
    display: inline;
    margin-left: .4em;
  }
  .back-top {
    font-size: .8125rem;
  }
  .footer-bottom>span {
    display: none;
  }
}
@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }
  *,*:before,*:after {
    transition: none !important;
  }
}
.wordmark {
  min-width: 0;
  flex-shrink: 1;
  display: block;
}
.header-inner {
  min-height: 124px;
  flex-wrap: wrap;
  padding-block: 8px;
}
.header-logo {
  display: block;
  width: 156px;
  max-width: 100%;
  height: auto;
}
.hero-inner {
  display: block;
  min-height: 0;
}
.hero-copy {
  padding: 38px 0 45px;
}
.hero-copy>.eyebrow {
  justify-content: center;
  margin-bottom: 6px;
}
.hero-logo {
  display: block;
  width: 100%;
  max-width: 780px;
  height: auto;
  margin-inline: auto;
}
.hero-bottom {
  max-width: 700px;
  margin: 0 auto;
  gap: 24px;
}
.footer-top {
  align-items: center;
}
.footer-logo {
  display: block;
  width: 216px;
  max-width: 100%;
  height: auto;
}
.footer {
  padding-top: 20px;
}
.footer-top {
  padding-bottom: 20px;
}
@media (max-width:700px) {
  .header-inner {
    min-height: 106px;
    gap: 12px;
    padding-block: 3px;
  }
  .header-logo {
    width: 138px;
  }
  .navigation {
    gap: 18px;
    flex-wrap: wrap;
  }
  .hero-copy {
    padding: 30px 0 31px;
  }
  .hero-copy>.eyebrow {
    margin-bottom: 12px;
  }
  .hero-logo {
    max-width: 600px;
  }
  .hero-bottom {
    margin-top: 26px;
  }
  .footer-logo {
    width: 176px;
  }
  .footer-top {
    gap: 20px;
  }
  .back-top {
    flex-shrink: 0;
  }
}
@media (max-width:360px) {
  .header-logo {
    width: 124px;
  }
  .navigation {
    gap: 12px;
  }
  .footer-logo {
    width: 158px;
  }
  .footer-top {
    gap: 12px;
  }
}
.services-section {
  background: #f4f6f8;
  padding: 92px 0 100px;
}
.services-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 42px;
}
.services-heading .section-index {
  margin: 0;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 22px;
}
.service-card {
  background: #fff;
  border: 1px solid #dce2e5;
  border-top: 2px solid #b79a66;
  padding: 30px 27px 32px;
  min-width: 0;
}
.service-label {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin: 0 0 26px;
  color: #6b7781;
  font-family: Arial,sans-serif;
  font-size: .75rem;
  letter-spacing: .08em;
  overflow-wrap: anywhere;
}
.service-label>span {
  color: #937443;
  font-family: Georgia,serif;
  font-size: 1.375rem;
  letter-spacing: 0;
  flex-shrink: 0;
}
.service-card h3 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  margin: 0 0 14px;
  overflow-wrap: anywhere;
}
.service-description {
  font-size: 1rem;
  line-height: 1.9;
  color: #536571;
  margin: 0;
}
.license-note {
  display: inline-block;
  font-size: .875rem;
  color: #72572e;
  border: 1px solid #d7c7a9;
  padding: 3px 12px;
  margin-top: 18px;
}
.business-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.business-list li+li {
  margin-top: 7px;
}
.business-note {
  display: inline-block;
  font-size: .875rem;
  color: #63727c;
}
@media (max-width:1000px) {
  .services-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}
@media (max-width:700px) {
  .header-inner {
    justify-content: center;
    gap: 0;
    padding-bottom: 9px;
  }
  .navigation {
    width: 100%;
    justify-content: center;
    gap: clamp(12px,5vw,32px);
  }
  .navigation a {
    padding: 10px 0;
  }
  .services-section {
    padding: 60px 0 65px;
  }
  .services-heading {
    margin-bottom: 28px;
  }
  .services-grid {
    grid-template-columns: minmax(0,1fr);
    gap: 16px;
  }
  .service-card {
    padding: 24px;
  }
  .service-label {
    margin-bottom: 16px;
  }
  .service-card h3 {
    font-size: 1.1875rem;
    margin-bottom: 10px;
  }
}
.service-photo {
  margin: 24px 0 0;
}
.service-photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.service-photo figcaption {
  margin-top: 8px;
  font-size: .75rem;
  line-height: 1.7;
  color: #63727c;
}
.service-card {
  display: flex;
  flex-direction: column;
}
.service-card .license-note {
  align-self: flex-start;
}
.service-card .service-photo {
  margin-top: auto;
  padding-top: 24px;
}
.service-photo figcaption {
  min-height: 2.55rem;
}
.hero,.footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.hero::before,.hero::after,.footer::before {
  content: "";
  position: absolute;
  inset: -18%;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(ellipse at 20% 35%,rgba(206,183,141,.16),transparent 48%),radial-gradient(ellipse at 85% 70%,rgba(58,104,166,.2),transparent 50%);
  animation: background-drift 24s ease-in-out infinite alternate;
  transform-origin: center;
}
.hero::after {
  background: linear-gradient(115deg,transparent 32%,rgba(206,183,141,.065) 46%,transparent 60%);
  animation: background-sweep 32s ease-in-out infinite alternate;
}
.footer::before {
  animation-duration: 29s;
  animation-delay: -8s;
  opacity: .7;
}
.hero-logo {
  border-radius: 3px;
}
@keyframes background-drift {
  from {
    transform: translate3d(-3%,-2%,0) scale(1);
  }
  to {
    transform: translate3d(4%,3%,0) scale(1.06);
  }
}
@keyframes background-sweep {
  from {
    transform: translate3d(-10%,0,0);
  }
  to {
    transform: translate3d(10%,0,0);
  }
}
@media (prefers-reduced-motion:reduce) {
  .hero::before,.hero::after,.footer::before {
    animation: none;
    transform: none;
  }
}
.wp-content-area {
  background: #fff;
  min-height: 55vh;
  padding: 70px 0;
  color: #172c38;
}
.wp-content-area h1 {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 30px;
  overflow-wrap: anywhere;
}
.wp-content-area img {
  max-width: 100%;
  height: auto;
}
.wp-content-area a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.wp-content-area .entry-content {
  font-size: 1rem;
  line-height: 1.9;
  overflow-wrap: anywhere;
}
.wp-content-area article+article {
  border-top: 1px solid #dce2e5;
  margin-top: 35px;
  padding-top: 35px;
}
.wp-content-area .wp-block-image {
  max-width: 100%;
}
@media (max-width:700px) {
  .wp-content-area {
    padding: 45px 0;
  }
}
.contact-section {
  padding: 90px 0;
  background: #f4f6f8;
}
.contact-form {
  min-width: 0;
  font-size: 1rem;
}
.contact-form>p {
  margin: 0 0 18px;
}
.contact-field {
  display: grid;
  gap: 9px;
  margin-top: 24px;
}
.contact-field label {
  font-weight: 500;
}
.contact-field label span {
  margin-left: 10px;
  font-size: .875rem;
  color: #72572e;
}
.contact-field input,.contact-field select,.contact-field textarea {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  border: 1px solid #aab6be;
  border-radius: 2px;
  background: #fff;
  color: #172c38;
  padding: 12px 14px;
  font: inherit;
  line-height: 1.6;
}
.contact-field textarea {
  resize: vertical;
}
.contact-field :is(input,select,textarea):focus-visible,.contact-form button:focus-visible,.contact-consent input:focus-visible {
  outline: 3px solid #b1925d;
  outline-offset: 3px;
}
.contact-form .contact-notice {
  margin-top: 26px;
  font-size: .9375rem;
  line-height: 1.9;
  color: #536571;
}
.contact-consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: .9375rem;
  line-height: 1.9;
}
.contact-consent input {
  width: 20px;
  height: 20px;
  margin: 4px 0 0;
  flex-shrink: 0;
  accent-color: #02132d;
}
.contact-form input[type=submit] {
  padding: 15px 30px;
  min-height: 50px;
  min-width: 180px;
  max-width: 100%;
  font: inherit;
  color: #fff;
  background: #02132d;
  border: 1px solid #02132d;
  cursor: pointer;
  margin-top: 24px;
}
.contact-form .wpcf7-list-item {
  margin: 0;
}
.contact-form .wpcf7-acceptance label {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  line-height: 1.9;
}
.contact-form .wpcf7-acceptance input {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 5px;
}
.contact-form .wpcf7-not-valid-tip {
  font-size: .875rem;
}
.contact-form .wpcf7-response-output {
  margin: 20px 0;
  padding: 16px;
  line-height: 1.8;
}
.contact-form input[type=submit]:focus-visible {
  outline: 3px solid #b1925d;
  outline-offset: 3px;
}
@media (max-width:700px) {
  .contact-form input[type=submit] {
    width: 100%;
  }
}
.contact-form button {
  padding: 15px 30px;
  min-height: 50px;
  min-width: 180px;
  max-width: 100%;
  font: inherit;
  color: white;
  background: #02132d;
  border: 1px solid #02132d;
  cursor: pointer;
}
.contact-form button:disabled {
  opacity: .5;
  cursor: not-allowed;
}
.contact-form .contact-status {
  margin-top: 22px;
}
@media (max-width:700px) {
  .contact-section {
    padding: 60px 0;
  }
  .contact-form button {
    width: 100%;
  }
}
body.admin-bar .header {
  top: 32px;
}
@media (max-width:782px) {
  body.admin-bar .header {
    top: 46px;
  }
}
img {
  max-width: 100%;
  height: auto;
}
.container,.hero-copy,.section-heading,.company-details,.detail-row>dd,.yk-column-card-body {
  min-width: 0;
}
.navigation {
  flex-wrap: wrap;
  justify-content: flex-end;
  column-gap: clamp(16px,2.5vw,36px);
  row-gap: 0;
  min-width: 0;
}
.navigation a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  white-space: nowrap;
}
.section-index {
  color: #536571;
}
.service-label>span {
  color: #72572e;
}
.company-grid {
  grid-template-columns: minmax(0,1fr) minmax(0,2fr);
}
.detail-row {
  grid-template-columns: 132px minmax(0,1fr);
}
.yk-column-heading h1 {
  font-size: clamp(1.7rem,4vw,2.8rem);
  line-height: 1.5;
  overflow-wrap: anywhere;
}
.yk-column-card h3 {
  font-size: 21px;
  line-height: 1.6;
  margin: 12px 0;
  overflow-wrap: anywhere;
}
.yk-breadcrumb,.breadcrumb,.wpseo-breadcrumb {
  overflow-wrap: anywhere;
}
.contact-form :is(input,select,textarea) {
  max-width: 100%;
  font-size: 16px;
}
.contact-form .wpcf7-form-control-wrap {
  display: block;
  min-width: 0;
}
.contact-form .wpcf7-list-item-label {
  min-width: 0;
  overflow-wrap: anywhere;
}
.contact-form .wpcf7-not-valid-tip {
  color: #b42318;
}
.entry-content :is(iframe,video,embed,object) {
  max-width: 100%;
}
@media (max-width:1000px) {
  .company-grid {
    grid-template-columns: minmax(0,1fr);
    gap: 32px;
  }
  .company-grid .section-index {
    display: none;
  }
  .detail-row {
    grid-template-columns: 132px minmax(0,1fr);
  }
  .header-inner {
    justify-content: center;
  }
  .navigation {
    justify-content: center;
  }
}
@media (max-width:700px) {
  .container {
    width: calc(100% - 40px);
  }
  .header-inner {
    padding-bottom: 12px;
  }
  .navigation {
    width: 100%;
    column-gap: 20px;
    row-gap: 0;
    font-size: 14px;
  }
  .hero-logo {
    width: 100%;
  }
  .hero-edge {
    flex-wrap: wrap;
    gap: 8px 16px;
  }
  .yk-article {
    padding: 20px 16px;
  }
  .yk-column-card-body {
    padding: 22px;
  }
  .footer-bottom {
    flex-wrap: wrap;
  }
  .back-top {
    min-height: 44px;
  }
}
@media (max-width:600px) {
  .detail-row {
    grid-template-columns: minmax(0,1fr);
    gap: 8px;
    padding: 22px 0;
  }
  .company-details .legal-name-single {
    font-size: clamp(15px,4.3vw,20px);
    white-space: nowrap;
    line-height: 1.8;
  }
  .service-card {
    padding: 22px;
  }
  .section-heading h2 {
    font-size: clamp(1.65rem,7vw,1.9rem);
  }
  .contact-form input[type=submit] {
    width: 100%;
  }
}
@media (max-width:360px) {
  .container {
    width: calc(100% - 32px);
  }
  .navigation {
    column-gap: 16px;
  }
  .footer-top {
    flex-wrap: wrap;
  }
  .footer-logo {
    width: 158px;
  }
  .yk-article {
    padding: 20px 12px;
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
