/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "IBM Plex Sans", sans-serif;
    --font-serif: "Source Serif 4", Georgia, 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);
    --color-primary: #0b5c68;
    --color-primary-50: #eff8f7;
    --color-primary-500: #147f87;
    --color-primary-700: #0b5c68;
    --color-primary-900: #073942;
    --color-secondary-50: #f6f8f8;
    --color-secondary-100: #edf1f2;
    --color-secondary-200: #d9e1e3;
    --color-secondary-500: #657981;
    --color-secondary-700: #3f5560;
    --color-secondary-900: #18272e;
    --color-neutral: #172126;
    --color-background: #fffefa;
    --color-accent: #a7cf3a;
  }
}
@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 {
  .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;
    }
  }
  .block {
    display: block;
  }
}
@layer base {
  * {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
    background: var(--color-background);
    color: var(--color-neutral);
    font-family: var(--font-sans);
    font-size: 16px;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  a:hover {
    color: var(--color-primary);
  }
  button, input {
    font: inherit;
  }
  :focus-visible {
    outline: 3px solid var(--color-accent);
    outline-offset: 3px;
  }
}
@layer components {
  .dec-skip {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 9999;
    padding: 10px 14px;
    background: var(--color-neutral);
    color: #fff;
    transform: translateY(-150%);
  }
  .dec-skip:focus {
    transform: translateY(0);
  }
  .dec-container {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
  }
  .dec-topbar {
    background: #10191e;
    color: #f7faf9;
    font-size: 12px;
    letter-spacing: .02em;
  }
  .dec-topbar-inner {
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
  }
  .dec-topbar-note {
    color: #cbd6d8;
  }
  .dec-masthead {
    border-bottom: 1px solid var(--color-secondary-200);
  }
  .dec-masthead-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding-block: 24px 20px;
  }
  .dec-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
  }
  .dec-brand-mark {
    width: 76px;
    height: 58px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    background: #fff;
  }
  .dec-brand-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }
  .dec-brand-name {
    display: block;
    font-family: var(--font-serif);
    font-size: clamp(25px, 3vw, 36px);
    font-weight: 700;
    line-height: .95;
    letter-spacing: -.035em;
  }
  .dec-brand-tagline {
    display: block;
    margin-top: 7px;
    color: var(--color-secondary-500);
    font-size: 12px;
    letter-spacing: .02em;
  }
  .dec-header-search {
    width: min(330px, 32vw);
  }
  .dec-header-search form {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--color-secondary-500);
  }
  .dec-header-search label {
    flex: 1;
  }
  .dec-header-search .screen-reader-text {
    position: absolute;
    clip: rect(1px,1px,1px,1px);
  }
  .dec-header-search input[type="search"] {
    width: 100%;
    min-height: 44px;
    border: 0;
    background: transparent;
    color: var(--color-neutral);
  }
  .dec-header-search input[type="submit"] {
    min-height: 44px;
    border: 0;
    background: transparent;
    color: var(--color-primary);
    font-weight: 600;
    cursor: pointer;
  }
  .dec-nav {
    background: var(--color-primary-900);
    color: #fff;
  }
  .dec-nav-inner {
    display: flex;
    align-items: center;
    min-height: 50px;
  }
  .dec-nav-list {
    display: flex;
    align-items: center;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .dec-nav-list::-webkit-scrollbar {
    display: none;
  }
  .dec-nav-list li {
    flex: 0 0 auto;
  }
  .dec-nav-list a {
    display: flex;
    align-items: center;
    min-height: 50px;
    padding: 0 15px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
  }
  .dec-nav-list a:hover {
    background: rgba(255,255,255,.08);
    color: var(--color-accent);
  }
  .dec-mobile-menu {
    display: none;
    width: 100%;
  }
  .dec-mobile-menu summary {
    min-height: 50px;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    list-style: none;
  }
  .dec-mobile-menu summary::-webkit-details-marker {
    display: none;
  }
  .dec-mobile-menu[open] .dec-nav-list {
    display: grid;
    padding-bottom: 12px;
  }
  .dec-mobile-menu[open] .dec-nav-list a {
    min-height: 44px;
    padding-inline: 0;
    border-top: 1px solid rgba(255,255,255,.12);
  }
  .dec-utilities {
    border-bottom: 1px solid var(--color-secondary-200);
    background: #fff;
  }
  .dec-utilities-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .dec-utility {
    min-height: 62px;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 10px 16px;
    border-right: 1px solid var(--color-secondary-200);
    font-size: 13px;
    font-weight: 600;
  }
  .dec-utility:first-child {
    padding-left: 0;
  }
  .dec-utility:last-child {
    border-right: 0;
  }
  .dec-utility svg {
    width: 21px;
    height: 21px;
    flex: 0 0 auto;
    color: var(--color-primary);
  }
  .dec-main {
    padding-block: 30px 60px;
  }
  .dec-lead-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(300px, .85fr);
    gap: 24px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--color-secondary-200);
  }
  .dec-lead-card {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    background: var(--color-primary-900);
    color: #fff;
  }
  .dec-lead-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .dec-lead-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(5,22,26,.04) 24%, rgba(5,22,26,.88) 100%);
  }
  .dec-lead-placeholder {
    position: absolute;
    inset: 0;
    background: linear-gradient(140deg, var(--color-primary-700), var(--color-secondary-900));
  }
  .dec-lead-content {
    position: absolute;
    z-index: 2;
    inset: auto 0 0;
    padding: 34px;
  }
  .dec-kicker {
    display: inline-block;
    color: var(--color-primary-500);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .095em;
    text-transform: uppercase;
  }
  .dec-lead-card .dec-kicker {
    color: var(--color-accent);
  }
  .dec-lead-title {
    margin: 9px 0 12px;
    max-width: 820px;
    font-family: var(--font-serif);
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 650;
    line-height: 1.02;
    letter-spacing: -.035em;
  }
  .dec-lead-excerpt {
    max-width: 680px;
    margin: 0;
    color: #e7eeee;
    font-size: 15px;
    line-height: 1.55;
  }
  .dec-meta {
    color: var(--color-secondary-500);
    font-size: 12px;
  }
  .dec-lead-card .dec-meta {
    margin-top: 15px;
    color: #d7e2e3;
  }
  .dec-secondary-list {
    display: grid;
    align-content: start;
  }
  .dec-secondary {
    display: grid;
    grid-template-columns: 112px 1fr;
    gap: 15px;
    padding: 0 0 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid var(--color-secondary-200);
  }
  .dec-secondary:last-child {
    margin-bottom: 0;
  }
  .dec-secondary-image {
    min-height: 86px;
    background: var(--color-secondary-100);
    overflow: hidden;
  }
  .dec-secondary-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .dec-secondary-title {
    margin: 5px 0 8px;
    font-family: var(--font-serif);
    font-size: 18px;
    line-height: 1.18;
    font-weight: 650;
    letter-spacing: -.015em;
  }
  .dec-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(280px, .78fr);
    gap: 38px;
    padding-top: 32px;
  }
  .dec-section-heading {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 4px;
    padding-bottom: 10px;
    border-bottom: 3px solid var(--color-neutral);
  }
  .dec-section-heading h2 {
    margin: 0;
    font-family: var(--font-serif);
    font-size: 26px;
    line-height: 1;
    letter-spacing: -.02em;
  }
  .dec-section-heading a {
    color: var(--color-primary);
    font-size: 12px;
    font-weight: 600;
  }
  .dec-news-row {
    display: grid;
    grid-template-columns: 210px 1fr;
    gap: 20px;
    padding: 21px 0;
    border-bottom: 1px solid var(--color-secondary-200);
  }
  .dec-news-image {
    min-height: 132px;
    background: var(--color-secondary-100);
    overflow: hidden;
  }
  .dec-news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .dec-news-title {
    margin: 5px 0 9px;
    font-family: var(--font-serif);
    font-size: 24px;
    line-height: 1.15;
    font-weight: 650;
    letter-spacing: -.02em;
  }
  .dec-news-excerpt {
    margin: 0 0 9px;
    color: var(--color-secondary-700);
    font-size: 14px;
    line-height: 1.5;
  }
  .dec-sidebar {
    display: grid;
    align-content: start;
    gap: 26px;
  }
  .dec-aside-box {
    padding: 22px;
    background: var(--color-secondary-50);
    border-top: 4px solid var(--color-primary);
  }
  .dec-aside-box h2 {
    margin: 0 0 10px;
    font-family: var(--font-serif);
    font-size: 22px;
    line-height: 1;
  }
  .dec-popular {
    margin: 0;
    padding-left: 24px;
  }
  .dec-popular li {
    padding: 12px 0;
    border-bottom: 1px solid var(--color-secondary-200);
    font-family: var(--font-serif);
    font-size: 16px;
    line-height: 1.3;
  }
  .dec-popular li:last-child {
    border-bottom: 0;
  }
  .dec-guides {
    padding: 40px 0 4px;
  }
  .dec-guide-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .dec-guide {
    min-height: 150px;
    padding: 22px;
    background: var(--color-primary-50);
    border-top: 3px solid var(--color-accent);
  }
  .dec-guide svg {
    width: 25px;
    height: 25px;
    color: var(--color-primary);
  }
  .dec-guide h3 {
    margin: 20px 0 6px;
    font-family: var(--font-serif);
    font-size: 21px;
    line-height: 1.15;
  }
  .dec-guide p {
    margin: 0;
    color: var(--color-secondary-700);
    font-size: 13px;
  }
  .dec-category-sections {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    padding-top: 42px;
  }
  .dec-category-column .dec-section-heading h2 {
    font-size: 22px;
  }
  .dec-category-story {
    padding: 16px 0;
    border-bottom: 1px solid var(--color-secondary-200);
  }
  .dec-category-story h3 {
    margin: 4px 0 6px;
    font-family: var(--font-serif);
    font-size: 17px;
    line-height: 1.2;
  }
  .dec-page-shell {
    width: min(1100px, calc(100% - 40px));
    margin-inline: auto;
    padding: 46px 0 70px;
  }
  .dec-article-shell {
    width: min(820px, calc(100% - 40px));
    margin-inline: auto;
    padding: 46px 0 70px;
  }
  .dec-breadcrumbs {
    margin-bottom: 18px;
    color: var(--color-secondary-500);
    font-size: 12px;
  }
  .dec-article-header h1, .dec-page-header h1, .dec-archive-header h1 {
    margin: 8px 0 14px;
    font-family: var(--font-serif);
    font-size: clamp(38px, 6vw, 62px);
    line-height: 1.04;
    font-weight: 650;
    letter-spacing: -.04em;
  }
  .dec-page-header h1, .dec-archive-header h1 {
    font-size: clamp(34px, 5vw, 52px);
  }
  .dec-article-deck {
    margin: 0 0 18px;
    color: var(--color-secondary-700);
    font-family: var(--font-serif);
    font-size: 20px;
    line-height: 1.45;
  }
  .dec-article-byline {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    color: var(--color-secondary-500);
    font-size: 12px;
  }
  .dec-featured {
    margin: 30px 0;
  }
  .dec-featured img {
    width: 100%;
    display: block;
  }
  .dec-featured figcaption {
    margin-top: 8px;
    color: var(--color-secondary-500);
    font-size: 11px;
  }
  .dec-prose {
    font-family: var(--font-serif);
    font-size: 18px;
    line-height: 1.78;
  }
  .dec-prose h2, .dec-prose h3 {
    color: var(--color-neutral);
    font-family: var(--font-sans);
    line-height: 1.25;
  }
  .dec-prose h2 {
    margin: 2em 0 .7em;
    font-size: 28px;
  }
  .dec-prose h3 {
    margin: 1.65em 0 .6em;
    font-size: 22px;
  }
  .dec-prose a {
    color: var(--color-primary);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }
  .dec-prose img {
    border-radius: 0;
  }
  .dec-prose blockquote {
    margin: 1.7em 0;
    padding: 2px 0 2px 22px;
    border-left: 4px solid var(--color-accent);
    font-size: 21px;
  }
  .dec-prose li {
    margin: .35em 0;
  }
  .dec-prose .wp-block-button__link {
    color: #fff;
    background: var(--color-primary);
    font-family: var(--font-sans);
    text-decoration: none;
  }
  .dec-related {
    margin-top: 50px;
    padding-top: 24px;
    border-top: 3px solid var(--color-neutral);
  }
  .dec-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
  .dec-related h2 {
    font-family: var(--font-serif);
  }
  .dec-related h3 {
    margin: 8px 0;
    font-family: var(--font-serif);
    font-size: 17px;
    line-height: 1.2;
  }
  .dec-related img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
  }
  .dec-archive-header {
    padding-bottom: 24px;
    border-bottom: 1px solid var(--color-secondary-200);
  }
  .dec-archive-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 24px;
    padding-top: 30px;
  }
  .dec-archive-card {
    border-bottom: 1px solid var(--color-secondary-200);
    padding-bottom: 24px;
  }
  .dec-archive-card img {
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
    background: var(--color-secondary-100);
  }
  .dec-archive-card h2 {
    margin: 8px 0;
    font-family: var(--font-serif);
    font-size: 25px;
    line-height: 1.15;
  }
  .dec-pagination {
    margin-top: 34px;
  }
  .dec-pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .dec-pagination a, .dec-pagination span {
    min-width: 42px;
    min-height: 42px;
    display: grid;
    place-items: center;
    padding: 6px 10px;
    border: 1px solid var(--color-secondary-200);
  }
  .dec-pagination .current {
    background: var(--color-primary);
    color: #fff;
    border-color: var(--color-primary);
  }
  .dec-contact-intro {
    max-width: 780px;
    margin-bottom: 24px;
  }
  .dec-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 28px;
  }
  .dec-contact-card {
    padding: 26px;
    background: var(--color-secondary-50);
    border-top: 4px solid var(--color-primary);
  }
  .dec-contact-card h2 {
    margin: 8px 0 14px;
    font-family: var(--font-serif);
    font-size: 24px;
    line-height: 1.15;
  }
  .dec-contact-card p, .dec-contact-card li {
    color: var(--color-secondary-700);
    font-size: 14px;
  }
  .dec-contact-card ul {
    padding-left: 20px;
  }
  .dec-contact-card a {
    color: var(--color-primary);
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .dec-contact-link {
    font-weight: 650;
    overflow-wrap: anywhere;
  }
  .dec-footer {
    margin-top: auto;
    background: var(--color-secondary-900);
    color: #eaf0f1;
  }
  .dec-footer-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr;
    gap: 44px;
    padding: 46px 0 34px;
  }
  .dec-footer h2 {
    margin: 0 0 12px;
    font-family: var(--font-serif);
    font-size: 25px;
    color: #fff;
  }
  .dec-footer h3 {
    margin: 0 0 14px;
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--color-accent);
  }
  .dec-footer p, .dec-footer a {
    color: #cbd6d8;
    font-size: 13px;
  }
  .dec-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .dec-footer li {
    margin-bottom: 8px;
  }
  .dec-footer-bottom {
    padding: 14px 0 20px;
    border-top: 1px solid rgba(255,255,255,.14);
    color: #9fb0b5;
    font-size: 11px;
  }
  @media (max-width: 900px) {
    .dec-lead-grid, .dec-content-grid {
      grid-template-columns: 1fr;
    }
    .dec-secondary-list {
      grid-template-columns: 1fr 1fr;
      gap: 18px;
    }
    .dec-secondary {
      margin: 0;
    }
    .dec-category-sections {
      grid-template-columns: 1fr 1fr;
    }
    .dec-sidebar {
      grid-template-columns: 1fr 1fr;
    }
  }
  @media (max-width: 720px) {
    .dec-container, .dec-page-shell, .dec-article-shell {
      width: min(100% - 28px, 1180px);
    }
    .dec-topbar-note, .dec-header-search, .dec-nav-desktop {
      display: none;
    }
    .dec-masthead-inner {
      padding-block: 16px;
    }
    .dec-brand-mark {
      width: 60px;
      height: 46px;
    }
    .dec-brand-name {
      font-size: 24px;
    }
    .dec-brand-tagline {
      font-size: 11px;
    }
    .dec-mobile-menu {
      display: block;
    }
    .dec-utilities-grid {
      grid-template-columns: 1fr 1fr;
    }
    .dec-utility {
      min-height: 58px;
      border-bottom: 1px solid var(--color-secondary-200);
      font-size: 12px;
    }
    .dec-utility:nth-child(2) {
      border-right: 0;
    }
    .dec-utility:nth-child(3), .dec-utility:nth-child(4) {
      border-bottom: 0;
    }
    .dec-utility:nth-child(3) {
      padding-left: 0;
    }
    .dec-main {
      padding-top: 18px;
    }
    .dec-lead-card {
      min-height: 420px;
    }
    .dec-lead-content {
      padding: 22px;
    }
    .dec-lead-title {
      font-size: 34px;
    }
    .dec-secondary-list {
      grid-template-columns: 1fr;
    }
    .dec-secondary {
      grid-template-columns: 118px 1fr;
    }
    .dec-news-row {
      grid-template-columns: 116px 1fr;
      gap: 14px;
    }
    .dec-news-image {
      min-height: 92px;
    }
    .dec-news-title {
      font-size: 19px;
    }
    .dec-news-excerpt {
      display: none;
    }
    .dec-sidebar {
      grid-template-columns: 1fr;
    }
    .dec-guide-grid, .dec-category-sections, .dec-related-grid, .dec-footer-grid, .dec-archive-grid, .dec-contact-grid {
      grid-template-columns: 1fr;
    }
    .dec-guide {
      min-height: 120px;
    }
    .dec-article-header h1 {
      font-size: 40px;
    }
    .dec-prose {
      font-size: 17px;
      line-height: 1.72;
    }
    .dec-footer-grid {
      gap: 24px;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    * {
      scroll-behavior: auto !important;
    }
  }
}
.single-post .dec-featured .wp-post-image, .single-post .dec-related .wp-post-image {
  display: block !important;
}
@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;
  }
}
