/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Optima", "Candara", "Trebuchet MS", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.5rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #253d36;
    --color-neutral: #253d36;
    --color-background: #f5f2eb;
  }
}
@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 {
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .-mx-6 {
    margin-inline: calc(var(--spacing) * -6);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .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;
    }
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-auto {
    height: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .bg-gradient-to-br {
    --tw-gradient-position: to bottom right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .to-background {
    --tw-gradient-to: var(--color-background);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-neutral {
    color: var(--color-neutral);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
}
:root {
  --paper: #f5f2eb;
  --white: #fffefa;
  --ink: #253d36;
  --muted: #5e6a61;
  --line: #d7dbd0;
  --gold: #795a2d;
  --light: #e9eadd;
  --deep: #233d36;
  --shadow: 0 16px 60px #20372e0b;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 16px/1.75 "Optima","Candara","Trebuchet MS",sans-serif;
}
html[lang=ar] body {
  font-family: "Noto Sans Arabic",Tahoma,"Geeza Pro",sans-serif;
  font-size: 15px;
  line-height: 2;
}
button,input,select,textarea {
  font: inherit;
}
button,a,input,select,summary {
  touch-action: manipulation;
}
a {
  color: inherit;
  text-decoration: none;
}
a,button {
  transition: background .2s,color .2s,transform .2s;
}
button {
  cursor: pointer;
  color: inherit;
}
button:disabled {
  cursor: not-allowed;
  opacity: .5;
}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,[tabindex]:focus-visible {
  outline: 3px solid #a38150;
  outline-offset: 4px;
}
img,svg {
  display: block;
  max-width: 100%;
}
svg.icon {
  width: 21px;
  height: 21px;
  flex: none;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
p {
  margin: 0 0 20px;
}
h1,h2,h3,h4 {
  margin: 0;
  font-weight: 400;
  line-height: 1.22;
  text-wrap: balance;
}
h1,h2,.serif {
  font-family: "Palatino Linotype","Book Antiqua",Georgia,serif;
}
h2 {
  font-size: 42px;
}
h3 {
  font-size: 23px;
}
html[lang=ar] h1,html[lang=ar] h2 {
  font-family: "Noto Naskh Arabic","Traditional Arabic","Geeza Pro",serif;
  line-height: 1.55;
}
html[lang=ar] h3 {
  line-height: 1.6;
}
small {
  font-size: 12px;
}
bdi {
  unicode-bidi: isolate;
}
main {
  min-height: 50vh;
}
button::-moz-focus-inner {
  border: 0;
}
[hidden] {
  display: none !important;
}
.wrap {
  max-width: 1240px;
  width: calc(100% - 96px);
  margin-inline: auto;
}
.skip {
  position: absolute;
  top: -100px;
  inset-inline-start: 20px;
  background: var(--white);
  padding: 14px;
  z-index: 100;
}
.skip:focus {
  top: 12px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
.topbar {
  background: var(--deep);
  color: #e7e7d9;
  font-size: 11px;
  line-height: 1.5;
  padding: 8px 0;
}
.topbar .wrap {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}
.topbar a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.site-header {
  position: relative;
  z-index: 15;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}
.header-inner {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: flex;
  gap: 13px;
  align-items: center;
  flex-shrink: 0;
}
.brand-mark {
  width: 36px;
  height: 49px;
  color: #876936;
}
.brand-type {
  font-family: Georgia,serif;
  font-size: 22px;
  line-height: 1.12;
  letter-spacing: .15px;
  direction: ltr;
  text-align: left;
}
.brand-type span {
  display: block;
  font: 10px/1.2 "Trebuchet MS",sans-serif;
  letter-spacing: 3.2px;
  margin-top: 8px;
  color: #566347;
}
.nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 13px;
}
.nav a:hover,.nav a[aria-current=page] {
  color: var(--gold);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 19px;
}
.language-switch {
  display: flex;
  gap: 6px;
  font: 12px/1.5 Tahoma,sans-serif;
  align-items: center;
}
.language-switch span {
  color: var(--gold);
}
.language-switch a {
  padding: 9px 2px;
}
.menu-button {
  display: none;
  padding: 10px;
  border: 1px solid var(--line);
  background: none;
}
.button {
  padding: 14px 23px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  background: var(--ink);
  color: #fff;
  border: 1px solid var(--ink);
  border-radius: 2px;
  line-height: 1.5;
  font-size: 13px;
  text-align: center;
}
.button:hover {
  background: #3a574b;
}
.button.secondary {
  background: transparent;
  color: var(--ink);
  border-color: #a7b29f;
}
.button.secondary:hover {
  background: #e6e9db;
}
.button.small {
  font-size: 12px;
  padding: 10px 16px;
  min-height: 42px;
}
.button .icon {
  width: 17px;
  height: 17px;
}
.textlink {
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-bottom: 1px solid #aab6a4;
  padding-bottom: 4px;
  line-height: 1.7;
}
.textlink .icon {
  width: 17px;
  height: 17px;
}
.textlink:hover {
  color: var(--gold);
}
html[dir=rtl] .arrow {
  transform: rotate(180deg);
}
.eyebrow {
  font: 11px/1.7 "Trebuchet MS",sans-serif;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-bottom: 18px;
}
html[lang=ar] .eyebrow {
  font-family: Tahoma,sans-serif;
  letter-spacing: 0;
  font-size: 12px;
}
.tag {
  display: inline-block;
  border: 1px solid #cbd4c4;
  border-radius: 2px;
  font-size: 11px;
  padding: 4px 9px;
  line-height: 1.7;
  color: #4d6248;
}
.muted {
  color: var(--muted);
}
.tiny {
  font-size: 12px;
  line-height: 1.8;
}
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 68px;
  align-items: center;
  padding: 55px 0 43px;
}
.hero-copy {
  padding: 12px 0;
}
.hero h1 {
  font-size: 66px;
  letter-spacing: -2px;
  margin-bottom: 25px;
  max-width: 560px;
  line-height: 1.13;
}
.hero h1 em {
  color: var(--gold);
  font-weight: 400;
}
html[lang=ar] .hero h1 {
  font-size: 58px;
  letter-spacing: 0;
  line-height: 1.5;
}
html[lang=ar] .hero h1 em {
  font-style: normal;
}
.lead {
  font-size: 18px;
  line-height: 1.8;
  color: var(--muted);
  max-width: 820px;
}
.hero .lead {
  font-size: 17px;
  max-width: 490px;
  margin-bottom: 28px;
}
html[lang=ar] .lead {
  line-height: 2;
  font-size: 17px;
}
.hero-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.hero-bottom {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 12px;
  margin: 24px 0 0;
  color: var(--muted);
}
.hero-bottom .icon {
  width: 17px;
  height: 20px;
}
.hero-visual {
  position: relative;
  padding: 0 10px 28px 0;
  min-width: 0;
}
.hero-art {
  height: 526px;
  border-radius: 245px 245px 3px 3px;
  overflow: hidden;
  background: #cad5c7;
  position: relative;
  border: 1px solid #d8d9ca;
}
.hero-art>svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.visual-orbit {
  position: absolute;
  inset: 13px -9px 38px 12px;
  border: 1px solid #d6ccac;
  border-radius: 245px 245px 3px 3px;
  pointer-events: none;
}
.art-caption {
  display: block;
  font-size: 10px;
  color: var(--muted);
  text-align: end;
  margin-top: 9px;
  padding-inline-end: 3px;
}
.hero-float {
  position: absolute;
  bottom: 57px;
  inset-inline-start: -28px;
  background: var(--white);
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  gap: 13px;
  border: 1px solid #e6e3d8;
  padding: 18px 22px;
  max-width: 95%;
}
.hero-float strong {
  display: block;
  font-size: 13px;
  font-weight: 400;
}
.hero-float small {
  display: block;
  color: var(--muted);
  margin-top: 3px;
}
.float-icon {
  border: 1px solid #d8d4c1;
  padding: 12px;
  border-radius: 50%;
  color: var(--gold);
}
.trust-strip {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  border-block: 1px solid var(--line);
  padding-block: 24px;
  gap: 20px;
}
.trust-strip>div {
  display: flex;
  gap: 11px;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
.trust-strip .icon {
  width: 19px;
  color: #7d714d;
}
.section {
  padding-block: 78px;
}
.section.compact {
  padding-top: 12px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 35px;
  margin-bottom: 30px;
}
.section-heading>div {
  max-width: 800px;
}
.section-heading>.textlink {
  flex-shrink: 0;
  margin-bottom: 5px;
}
.section-heading>p {
  max-width: 380px;
  font-size: 15px;
}
.section-heading .eyebrow {
  margin-bottom: 13px;
}
.section-heading h2 {
  max-width: 810px;
}
.destination-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 23px;
  margin-bottom: 18px;
}
.destination-card {
  display: block;
  border: 1px solid var(--line);
  background: var(--white);
  transition: transform .25s;
}
.destination-card:hover {
  transform: translateY(-4px);
}
.destination-art {
  height: 205px;
  overflow: hidden;
}
.destination-art svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.destination-card>div:last-child {
  padding: 20px 18px;
  position: relative;
}
.card-location {
  display: block;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.8;
  margin-bottom: 8px;
}
.destination-card h3 {
  font-size: 25px;
  font-family: Georgia,serif;
  padding-inline-end: 25px;
}
html[lang=ar] .destination-card h3 {
  font-family: Tahoma,sans-serif;
  font-size: 22px;
}
.destination-arrow {
  position: absolute;
  inset-inline-end: 16px;
  bottom: 23px;
}
.destination-arrow .icon {
  width: 19px;
}
.tint {
  background: #eceedf;
  border-block: 1px solid #dee1d3;
}
.provider-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 25px;
}
.provider-card {
  background: var(--white);
  border: 1px solid #d5dbc9;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.provider-art {
  height: 180px;
  overflow: hidden;
  position: relative;
  display: block;
}
.provider-art svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.art-label {
  position: absolute;
  inset-inline-end: 10px;
  bottom: 10px;
  color: #394d3d;
  background: #f5f2eae8;
  padding: 3px 8px;
  font-size: 10px;
  line-height: 1.8;
}
.provider-body {
  padding: 24px 25px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.provider-body h3 {
  font-size: 24px;
  font-family: Georgia,serif;
  margin: 0 0 12px;
}
.provider-body .tag {
  align-self: flex-start;
  margin-bottom: 15px;
}
.provider-body p {
  font-size: 14px;
  color: var(--muted);
  flex: 1;
  line-height: 1.9;
}
.card-actions {
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding-top: 18px;
  margin-top: 5px;
}
.select-provider {
  display: flex;
  align-items: center;
  gap: 7px;
  border: 0;
  background: none;
  font-size: 12px;
  padding: 8px 0;
}
.select-provider .icon {
  width: 15px;
  height: 15px;
}
.select-provider[aria-pressed=true] {
  color: #5b6e34;
}
.editorial-note {
  font-size: 12px;
  line-height: 1.9;
  color: var(--muted);
  margin: 22px 0 0;
}
.editorial-note a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 95px;
  align-items: center;
}
.split-section h2 {
  margin-bottom: 25px;
}
.split-section .lead {
  font-size: 16px;
}
.question-list {
  display: grid;
  gap: 0;
}
.question-list p {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 21px 0;
  margin: 0;
  border-bottom: 1px solid var(--line);
  font-size: 15px;
}
.question-list p:first-child {
  padding-top: 4px;
}
.question-list .icon {
  width: 19px;
  color: var(--gold);
  margin-top: 4px;
}
.dark {
  background: var(--deep);
  color: #f4f2e9;
}
.dark .eyebrow {
  color: #cab480;
}
.dark .section-heading>p {
  color: #d5decf;
  line-height: 1.9;
}
.country-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}
.country-card {
  border: 1px solid #b7c3ae;
  padding: 26px;
  display: block;
  position: relative;
  transition: background .2s;
}
.country-card:hover {
  background: #e4e9d8;
}
.country-number {
  font: 12px/1.5 Georgia,serif;
  color: var(--gold);
  display: block;
  margin-bottom: 15px;
}
.country-card h3 {
  font-size: 24px;
  margin-bottom: 8px;
}
.country-card p {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 23px;
}
.dark .country-card {
  border-color: #576957;
}
.dark .country-card:hover {
  background: #2f4b3f;
}
.dark .country-number {
  color: #c4ae7b;
}
.dark .country-card p {
  color: #bfcdbb;
}
.dark .textlink {
  border-color: #84917a;
  font-size: 12px;
}
.guide-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 23px;
}
.guide-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  padding: 29px;
  min-height: 260px;
  background: var(--white);
}
.guide-card:hover {
  background: #ecefdf;
}
.guide-index {
  font: 14px Georgia,serif;
  color: var(--gold);
  margin-bottom: 28px;
}
.guide-card h3 {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 16px;
}
.guide-card p {
  font-size: 14px;
  color: var(--muted);
  flex: 1;
}
.guide-card>.icon {
  align-self: flex-end;
}
.closing {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
  padding: 42px 48px;
  background: #e7eadb;
  border: 1px solid var(--line);
  margin-bottom: 75px;
}
.closing h2 {
  font-size: 34px;
  max-width: 650px;
  margin-bottom: 12px;
}
.closing p {
  font-size: 14px;
  color: var(--muted);
  margin: 0;
  max-width: 690px;
}
.closing>.button {
  flex-shrink: 0;
}
.closing .eyebrow {
  margin-bottom: 12px;
}
.page-intro {
  padding-top: 26px;
  padding-bottom: 36px;
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 38px;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.page-intro h1 {
  font-size: 54px;
  max-width: 970px;
  margin-bottom: 20px;
}
.page-intro .lead {
  margin-bottom: 0;
  max-width: 865px;
}
.page-intro .eyebrow {
  margin-bottom: 14px;
}
.directory-filters {
  display: grid;
  grid-template-columns: 2fr 1fr 1.4fr auto;
  align-items: end;
  gap: 18px;
  padding: 25px;
  background: #e8ebdc;
  border: 1px solid var(--line);
  margin-bottom: 15px;
}
.directory-filters label {
  display: grid;
  gap: 7px;
  font-size: 12px;
}
.directory-filters input,.directory-filters select {
  height: 49px;
  width: 100%;
  min-width: 0;
  border: 1px solid #b4bca9;
  border-radius: 0;
  background: var(--white);
  padding: 10px 12px;
  color: var(--ink);
  font-size: 13px;
}
.directory-filters .button {
  height: 49px;
}
.profile-layout {
  display: grid;
  grid-template-columns: minmax(0,1fr) 340px;
  gap: 70px;
  align-items: start;
}
.profile-art {
  height: 340px;
  position: relative;
  margin-bottom: 36px;
  overflow: hidden;
  border: 1px solid var(--line);
}
.profile-art svg {
  width: 100%;
  height: 100%;
}
.article-body {
  font-size: 17px;
  line-height: 1.95;
  min-width: 0;
}
.article-body h2 {
  font-size: 31px;
  line-height: 1.4;
  margin: 32px 0 18px;
}
.article-body h2:first-child {
  margin-top: 0;
}
.article-body h3 {
  margin: 25px 0 14px;
}
.article-body a:not(.button):not(.textlink) {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.article-body section+section {
  margin-top: 38px;
}
.article-body p {
  color: #4e5f52;
}
.article-body .question-list p {
  font-size: 16px;
}
.source-line {
  font-size: 13px;
  line-height: 1.8;
}
.source-line a {
  display: inline-flex;
  gap: 10px;
  align-items: center;
}
.source-line .icon {
  width: 16px;
  height: 16px;
}
.information-note,.draft-note {
  padding: 24px 28px;
  border-inline-start: 3px solid #a78d54;
  background: #e9ecde;
  margin: 30px 0;
  font-size: 14px;
  line-height: 1.9;
}
.information-note h2 {
  font-size: 28px;
  margin: 0 0 15px;
}
.information-note p:last-child {
  margin-bottom: 0;
}
.draft-note {
  background: #f0e3cd;
  border-color: #9d6d2e;
}
.profile-aside {
  padding: 30px;
  background: var(--white);
  border: 1px solid var(--line);
  position: sticky;
  top: 25px;
}
.profile-aside .button {
  width: 100%;
  margin-bottom: 12px;
  font-size: 13px;
}
.profile-aside .tiny {
  margin: 6px 0 0;
}
.profile-aside dl {
  margin: 0 0 28px;
}
.profile-aside dt {
  font-size: 11px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .4px;
  margin-top: 19px;
}
.profile-aside dd {
  font-size: 15px;
  line-height: 1.85;
  margin: 5px 0 0;
  padding-bottom: 17px;
  border-bottom: 1px solid var(--line);
}
.article-layout {
  display: grid;
  grid-template-columns: minmax(0,1fr) 290px;
  gap: 90px;
  align-items: start;
}
.article-aside {
  border-top: 1px solid var(--line);
  padding-top: 25px;
  position: sticky;
  top: 25px;
}
.article-aside nav {
  display: grid;
}
.article-aside nav a {
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}
.aside-cta {
  padding: 23px;
  background: #e7ebda;
  margin-top: 30px;
}
.aside-cta h3 {
  font-size: 22px;
  margin-bottom: 22px;
  line-height: 1.4;
}
.aside-cta .button {
  width: 100%;
  font-size: 12px;
}
.subsection {
  margin-top: 55px;
}
.subsection h2 {
  margin-bottom: 23px;
}
.related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 34px;
}
.information-page {
  max-width: 920px;
  margin-inline: auto;
}
.source-list {
  border-top: 1px solid var(--line);
  margin: 25px 0 35px;
}
.source-list>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  flex-wrap: wrap;
  font-size: 14px;
}
.source-list a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.source-list .icon {
  width: 16px;
  height: 16px;
}
.source-list strong {
  font-weight: 500;
  flex: 1;
  min-width: 150px;
}
.empty-state {
  border: 1px solid var(--line);
  background: var(--white);
  text-align: center;
  padding: 60px 25px;
}
.empty-state h2 {
  margin: 0 0 20px;
}
.empty-state p {
  color: var(--muted);
}
.comparison-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  margin: 24px 0;
}
.text-button {
  background: none;
  border: 0;
  text-decoration: underline;
  text-underline-offset: 4px;
  padding: 10px;
  font-size: 13px;
}
.small-heading {
  font-size: 31px;
  margin: 35px 0 20px;
}
.table-scroll {
  overflow-x: auto;
  max-width: 100%;
  border: 1px solid var(--line);
  background: var(--white);
}
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 650px;
  font-size: 14px;
  line-height: 1.9;
  text-align: start;
}
.comparison-table th,.comparison-table td {
  border: 1px solid var(--line);
  padding: 20px;
  vertical-align: top;
  text-align: start;
}
.comparison-table th {
  font-weight: 500;
  background: #e9ecdf;
}
.comparison-table thead th {
  min-width: 200px;
  font-family: Georgia,serif;
  font-size: 19px;
  color: var(--ink);
}
.comparison-table thead th:first-child {
  min-width: 155px;
  font-family: inherit;
  font-size: 14px;
}
.comparison-table tbody th {
  font-size: 13px;
  min-width: 155px;
}
.comparison-table td {
  min-width: 210px;
  color: #4e5f52;
}
.comparison-table a {
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.comparison-table .remove-provider {
  display: block;
  font-size: 11px;
  margin-top: 15px;
  padding: 4px 0;
}
.shortlist-bar {
  position: fixed;
  z-index: 40;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: min(720px,calc(100% - 36px));
  background: var(--deep);
  color: #fff;
  box-shadow: 0 8px 45px #17261b44;
  padding: 16px 23px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid #72816a;
}
.shortlist-bar strong {
  font-weight: 400;
  font-size: 15px;
}
.shortlist-bar small {
  display: block;
  color: #c7d1c0;
  font-size: 11px;
}
.shortlist-bar .button {
  background: var(--paper);
  color: var(--ink);
  font-size: 12px;
  min-height: 42px;
}
.shortlist-bar .text-button {
  color: #e2e6d9;
  font-size: 11px;
}
.shortlist-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.toast {
  position: fixed;
  z-index: 60;
  bottom: 116px;
  left: 50%;
  transform: translateX(-50%);
  max-width: calc(100% - 36px);
  background: #fffefa;
  color: var(--ink);
  border: 1px solid #b3b99c;
  box-shadow: var(--shadow);
  padding: 14px 24px;
  font-size: 14px;
}
.site-footer {
  padding: 58px 0 26px;
  border-top: 1px solid var(--line);
  background: #eeeee3;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 50px;
}
.footer-intro p {
  font-size: 13px;
  color: var(--muted);
  margin: 21px 0;
  max-width: 295px;
}
.footer-column h2 {
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 19px;
  line-height: 1.5;
}
.footer-column nav {
  display: grid;
  gap: 11px;
}
.footer-column a {
  font-size: 12px;
  color: #5b695b;
}
.footer-column a:hover {
  text-decoration: underline;
}
.footer-note {
  font-size: 11px;
  line-height: 1.9;
  color: var(--muted);
  border-top: 1px solid var(--line);
  padding-top: 21px;
  margin: 35px 0 0;
  max-width: none;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 11px;
  color: var(--muted);
  padding-top: 20px;
  flex-wrap: wrap;
}
.footer-bottom>div {
  display: flex;
  gap: 18px;
}
.footer-bottom a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.has-shortlist .site-footer {
  padding-bottom: 140px;
}
.wp-site-blocks {
  padding: 0;
}
.wp-block-image img {
  height: auto;
}
.standard-page {
  padding: 65px 0;
}
.standard-page>h1 {
  margin-bottom: 30px;
}
.post-list {
  display: grid;
  gap: 25px;
}
.post-list article {
  padding: 25px;
  border: 1px solid var(--line);
}
@media (min-width:1440px) {
  .hero h1 {
    font-size: 70px;
  }
  .hero-art {
    height: 555px;
  }
}
@media (max-width:1150px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .header-inner {
    gap: 18px;
  }
  .nav {
    gap: 16px;
    font-size: 12px;
  }
  .header-actions {
    gap: 12px;
  }
  .header-actions>.button {
    display: none;
  }
  .hero {
    gap: 45px;
  }
  .hero h1 {
    font-size: 57px;
  }
  .hero-art {
    height: 485px;
  }
  .hero-float {
    inset-inline-start: -18px;
    padding: 16px;
  }
  .hero-float strong {
    font-size: 12px;
  }
  .hero-float small {
    font-size: 11px;
  }
  .section-heading h2 {
    font-size: 37px;
  }
  .split-section {
    gap: 50px;
  }
  .profile-layout {
    gap: 40px;
    grid-template-columns: minmax(0,1fr) 300px;
  }
  .article-layout {
    gap: 45px;
    grid-template-columns: minmax(0,1fr) 250px;
  }
  .footer-grid {
    gap: 30px;
  }
  .provider-body {
    padding: 22px;
  }
  .destination-grid {
    gap: 17px;
  }
  .destination-card h3 {
    font-size: 22px;
  }
  .destination-art {
    height: 180px;
  }
}
@media (max-width:900px) {
  .wrap {
    width: calc(100% - 44px);
  }
  .header-inner {
    min-height: 88px;
    flex-wrap: wrap;
  }
  .brand-type {
    font-size: 20px;
  }
  .brand-mark {
    height: 44px;
    width: 31px;
  }
  .menu-button {
    display: block;
  }
  .header-actions {
    margin-inline-start: auto;
  }
  .nav {
    width: 100%;
    padding: 12px 0 25px;
    order: 3;
    flex-wrap: wrap;
    gap: 18px 25px;
  }
  .js .nav {
    display: none;
  }
  .js .nav.is-open {
    display: flex;
  }
  .hero {
    gap: 28px;
    padding-top: 35px;
  }
  .hero h1 {
    font-size: 48px;
    letter-spacing: -1.5px;
  }
  html[lang=ar] .hero h1 {
    font-size: 45px;
  }
  .hero .lead {
    font-size: 15px;
  }
  .hero-art {
    height: 440px;
  }
  .hero-buttons .button {
    font-size: 12px;
    padding: 12px 16px;
  }
  .hero-float {
    padding: 14px;
    gap: 10px;
    inset-inline-start: -8px;
  }
  .float-icon {
    padding: 9px;
  }
  .trust-strip {
    gap: 13px;
  }
  .trust-strip>div {
    font-size: 11px;
    gap: 7px;
  }
  .destination-grid {
    grid-template-columns: repeat(2,1fr);
    gap: 22px;
  }
  .destination-art {
    height: 210px;
  }
  .provider-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .section {
    padding-block: 57px;
  }
  .section-heading h2 {
    font-size: 34px;
  }
  .split-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .split-section>div:first-child {
    max-width: 650px;
  }
  .country-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .guide-grid {
    gap: 18px;
  }
  .guide-card {
    padding: 22px;
  }
  .guide-card h3 {
    font-size: 20px;
  }
  .closing {
    padding: 32px;
    align-items: flex-start;
    flex-direction: column;
  }
  .closing h2 {
    font-size: 33px;
  }
  .profile-layout {
    grid-template-columns: minmax(0,1fr) 270px;
    gap: 28px;
  }
  .profile-aside {
    padding: 23px;
  }
  .article-layout {
    grid-template-columns: 1fr;
  }
  .article-aside {
    position: static;
  }
  .article-aside nav {
    grid-template-columns: repeat(2,1fr);
    gap: 0 20px;
  }
  .article-aside .aside-cta {
    max-width: 420px;
  }
  .directory-filters {
    grid-template-columns: 1.5fr 1fr;
    gap: 15px;
  }
  .page-intro h1 {
    font-size: 46px;
  }
  .footer-grid {
    grid-template-columns: repeat(3,1fr);
  }
  .footer-intro {
    grid-column: 1/-1;
  }
  .footer-intro p {
    max-width: 600px;
    margin-bottom: 0;
  }
  .information-page {
    width: calc(100% - 60px);
  }
}
@media (max-width:620px) {
  .wrap {
    width: calc(100% - 36px);
  }
  body {
    font-size: 15px;
  }
  .topbar {
    font-size: 10px;
  }
  .topbar .wrap>span:last-child {
    display: none;
  }
  .header-inner {
    min-height: 83px;
    gap: 12px;
  }
  .brand-type {
    font-size: 18px;
  }
  .brand-type span {
    font-size: 8px;
    letter-spacing: 2.6px;
    margin-top: 6px;
  }
  .brand {
    gap: 10px;
  }
  .brand-mark {
    width: 27px;
    height: 39px;
  }
  .header-actions {
    gap: 11px;
  }
  .language-switch {
    font-size: 10px;
    gap: 4px;
  }
  .menu-button {
    padding: 8px;
  }
  .menu-button .icon {
    width: 18px;
    height: 18px;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 29px;
    padding: 33px 0 30px;
  }
  .hero-copy {
    padding: 0;
  }
  .hero .eyebrow {
    font-size: 10px;
    margin-bottom: 16px;
  }
  .hero h1 {
    font-size: 46px;
    line-height: 1.17;
    letter-spacing: -1.6px;
    margin-bottom: 20px;
  }
  html[lang=ar] .hero h1 {
    font-size: 44px;
    line-height: 1.5;
  }
  .hero .lead {
    font-size: 15px;
    line-height: 1.95;
  }
  .hero-buttons {
    gap: 9px;
  }
  .hero-buttons .button {
    flex: 1;
    min-width: 140px;
    padding: 12px 14px;
    gap: 8px;
    font-size: 12px;
    min-height: 47px;
  }
  .hero-bottom {
    font-size: 11px;
    margin-top: 18px;
  }
  .hero-visual {
    margin: 3px 7px 0;
    padding: 0 6px 24px;
  }
  .hero-art {
    height: 380px;
    border-radius: 200px 200px 2px 2px;
  }
  .visual-orbit {
    inset: 10px -5px 35px 8px;
    border-radius: 200px 200px 2px 2px;
  }
  .hero-float {
    bottom: 58px;
    inset-inline-start: -6px;
    padding: 14px 16px;
    max-width: 94%;
  }
  .hero-float strong {
    font-size: 12px;
  }
  .hero-float small {
    font-size: 10px;
  }
  .art-caption {
    font-size: 9px;
  }
  .trust-strip {
    grid-template-columns: repeat(2,1fr);
    gap: 20px 8px;
    padding-block: 23px;
  }
  .trust-strip>div {
    justify-content: flex-start;
    font-size: 10px;
  }
  .trust-strip .icon {
    width: 17px;
    height: 17px;
  }
  .section {
    padding-block: 43px;
  }
  .section-heading {
    display: block;
    margin-bottom: 25px;
  }
  .section-heading>.textlink {
    margin-top: 19px;
  }
  .section-heading h2,h2 {
    font-size: 31px;
  }
  .section-heading>p {
    margin-top: 18px;
  }
  .eyebrow {
    font-size: 10px;
    letter-spacing: 1.8px;
    margin-bottom: 14px;
  }
  .destination-grid {
    gap: 13px;
  }
  .destination-art {
    height: 177px;
  }
  .destination-card>div:last-child {
    padding: 16px 13px;
  }
  .destination-card h3 {
    font-size: 20px;
  }
  html[lang=ar] .destination-card h3 {
    font-size: 19px;
  }
  .destination-card .card-location {
    font-size: 10px;
  }
  .destination-arrow {
    inset-inline-end: 10px;
    bottom: 18px;
  }
  .provider-grid {
    grid-template-columns: 1fr;
    gap: 23px;
  }
  .provider-art {
    height: 195px;
  }
  .provider-body {
    padding: 23px;
  }
  .provider-body h3 {
    font-size: 24px;
  }
  .provider-body p {
    font-size: 14px;
  }
  .editorial-note {
    font-size: 11px;
  }
  .split-section {
    gap: 30px;
  }
  .question-list p {
    font-size: 14px;
    padding-block: 18px;
  }
  .country-grid {
    gap: 13px;
  }
  .country-card {
    padding: 21px 17px;
  }
  .country-card h3 {
    font-size: 21px;
  }
  .country-card p {
    font-size: 11px;
    min-height: 36px;
  }
  .country-card .textlink {
    font-size: 11px;
    gap: 5px;
  }
  .country-card .textlink .icon {
    width: 14px;
  }
  .guide-grid {
    grid-template-columns: 1fr;
    gap: 17px;
  }
  .guide-card {
    min-height: 0;
    padding: 25px;
  }
  .guide-index {
    margin-bottom: 16px;
  }
  .guide-card h3 {
    font-size: 23px;
  }
  .closing {
    padding: 27px 24px;
    margin-bottom: 43px;
    gap: 24px;
  }
  .closing h2 {
    font-size: 29px;
  }
  .closing .button {
    width: 100%;
  }
  .page-intro {
    padding-top: 22px;
    padding-bottom: 25px;
  }
  .breadcrumbs {
    font-size: 10px;
    margin-bottom: 25px;
    gap: 8px;
  }
  .page-intro h1 {
    font-size: 39px;
    line-height: 1.25;
  }
  .page-intro .lead {
    font-size: 15px;
  }
  .directory-filters {
    grid-template-columns: 1fr;
    padding: 19px;
    gap: 15px;
  }
  .directory-filters label {
    font-size: 12px;
  }
  .profile-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .profile-art {
    height: 265px;
    margin-bottom: 27px;
  }
  .profile-aside {
    position: static;
  }
  .article-body {
    font-size: 16px;
    line-height: 2;
  }
  .article-body h2 {
    font-size: 28px;
  }
  .information-note,.draft-note {
    padding: 20px;
    font-size: 13px;
  }
  .article-aside nav {
    grid-template-columns: 1fr;
  }
  .article-body .question-list p {
    font-size: 14px;
  }
  .source-list>div {
    gap: 12px;
    font-size: 13px;
  }
  .source-list strong {
    width: 100%;
    flex-basis: 100%;
  }
  .profile-aside .eyebrow {
    font-size: 11px;
  }
  .comparison-table th,.comparison-table td {
    padding: 16px;
  }
  .comparison-actions {
    gap: 10px;
  }
  .comparison-actions .button {
    font-size: 12px;
    padding: 12px 15px;
  }
  .shortlist-bar {
    bottom: 10px;
    padding: 13px 16px;
    gap: 10px;
    flex-wrap: wrap;
  }
  .shortlist-bar strong {
    font-size: 13px;
  }
  .shortlist-bar small {
    display: none;
  }
  .shortlist-bar .button {
    font-size: 11px;
    padding: 10px 12px;
  }
  .shortlist-bar .text-button {
    padding: 5px;
    font-size: 10px;
  }
  .shortlist-actions {
    gap: 6px;
  }
  .toast {
    font-size: 12px;
    bottom: 100px;
    padding: 12px 16px;
    width: calc(100% - 40px);
    text-align: center;
  }
  .footer-grid {
    grid-template-columns: repeat(2,1fr);
    gap: 30px 22px;
  }
  .footer-column:last-child {
    grid-column: 1/-1;
  }
  .footer-column:last-child nav {
    grid-template-columns: repeat(2,1fr);
  }
  .site-footer {
    padding: 40px 0 25px;
  }
  .footer-intro p {
    font-size: 12px;
  }
  .footer-note {
    font-size: 10px;
    margin-top: 28px;
  }
  .footer-bottom {
    font-size: 10px;
    display: block;
  }
  .footer-bottom>div {
    margin-top: 15px;
    gap: 15px;
  }
  .source-list .textlink {
    font-size: 12px;
  }
  .information-page {
    width: calc(100% - 36px);
  }
}
@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }
  *,*:before,*:after {
    transition: none !important;
    animation: none !important;
  }
}
.recommendation-section {
  padding-block: 52px 64px;
}
.recommendation-grid {
  display: grid;
  grid-template-columns: minmax(0,1.45fr) minmax(0,1fr);
  gap: 24px;
}
.recommendation-card {
  padding: 38px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  min-width: 0;
}
.recommendation-primary {
  background: var(--deep);
  color: #fffefa;
  border-color: var(--deep);
}
.recommendation-secondary {
  background: #eeeee1;
}
.recommendation-label {
  font-size: 11px;
  letter-spacing: 1.4px;
  line-height: 1.8;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: var(--gold);
}
.recommendation-primary .recommendation-label {
  color: #d6c395;
}
.recommendation-card h3 {
  font-family: Georgia,serif;
  font-size: 36px;
  margin-bottom: 14px;
  line-height: 1.3;
}
.recommendation-card p {
  font-size: 15px;
  line-height: 1.95;
}
.recommendation-primary p {
  color: #e6eade;
}
.recommendation-card .recommendation-location {
  font-size: 12px;
  margin-bottom: 24px;
}
.recommendation-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: auto;
  padding-top: 15px;
}
.recommendation-primary .button {
  background: #f5f2eb;
  border-color: #f5f2eb;
  color: #253d36;
}
.recommendation-primary .button:hover {
  background: #e5e8da;
}
.recommendation-primary .textlink {
  color: #fffefa;
}
.recommendation-badge {
  align-self: flex-start;
  font-size: 10px;
  line-height: 1.7;
  padding: 5px 9px;
  background: #253d36;
  color: #fffefa;
  margin-bottom: 15px;
}
.best-context {
  max-width: 900px;
  margin-bottom: 38px;
}
.ranked-list {
  padding: 0;
  list-style: none;
  margin: 0;
  display: grid;
  gap: 24px;
}
.ranked-card {
  display: grid;
  grid-template-columns: 68px minmax(0,1fr);
  gap: 25px;
  padding: 34px;
  background: var(--white);
  border: 1px solid var(--line);
}
.ranked-card.is-recommended {
  border-color: #9d895c;
  background: #efeee2;
}
.rank-index {
  font: 38px/1.3 Georgia,serif;
  color: var(--gold);
  border-inline-end: 1px solid var(--line);
  padding-inline-end: 14px;
}
.ranked-card h3 {
  font: 29px/1.4 Georgia,serif;
  margin-bottom: 15px;
}
.ranked-card p {
  font-size: 15px;
  line-height: 1.95;
  color: #4e5f52;
  margin-bottom: 17px;
}
.ranked-card .tag {
  margin-bottom: 17px;
}
.ranked-card .rank-reason {
  color: var(--ink);
  font-size: 17px;
}
.ranked-card .rank-question {
  font-size: 14px;
}
.rank-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  padding-top: 10px;
}
.rank-actions .source-link {
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.best-list-grid .guide-card h3 {
  font-size: 25px;
}
.best-list-grid .guide-card {
  min-height: 260px;
}
html[lang=ar] .recommendation-label {
  letter-spacing: 0;
}
html[lang=ar] .recommendation-card h3 {
  font-family: Georgia,serif;
}
.profile-recommendation {
  margin-block: 26px;
}
.profile-recommendation h2 {
  font-size: 25px;
}
.profile-recommendation p {
  font-size: 15px;
}
.new-provider-question {
  margin-block: 25px;
}
.new-provider-question h2 {
  font-size: 25px;
}
.source-checked {
  font-size: 11px;
  color: var(--muted);
}
.destination-balance-option {
  margin-block: 0 44px;
}
.destination-balance-option .section-heading {
  margin-bottom: 24px;
}
.destination-balance-option h2,.destination-providers-heading {
  font-size: 34px;
  line-height: 1.35;
}
.destination-providers-heading {
  margin-bottom: 26px;
}
.destination-balance-option .editorial-note {
  margin-top: 18px;
}
#european-treatment-options {
  margin-top: 50px;
  scroll-margin-top: 25px;
}
.destination-option-jump {
  padding: 24px 28px;
  border: 1px solid var(--line);
  background: #e9ecdf;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.destination-option-jump p {
  font-size: 15px;
  line-height: 1.9;
  margin: 0;
  max-width: 650px;
}
.destination-option-jump .button {
  flex-shrink: 0;
}
.destination-balance-option .select-provider {
  min-height: 44px;
}
.destination-balance-option .select-provider:focus-visible {
  outline: 3px solid #d6c395;
  outline-offset: 4px;
}
.destination-balance-option .recommendation-primary .select-provider[aria-pressed=true] {
  color: #fffefa;
  background: #3a574b;
  padding-inline: 10px;
}
@media (max-width:700px) {
  .destination-balance-option {
    margin-bottom: 34px;
  }
  .destination-balance-option h2,.destination-providers-heading {
    font-size: 28px;
  }
  .destination-option-jump {
    padding: 23px;
    display: block;
  }
  .destination-option-jump p {
    margin-bottom: 18px;
  }
  .destination-option-jump .button {
    width: 100%;
  }
  .destination-balance-option .recommendation-actions {
    gap: 16px;
  }
  .destination-balance-option .recommendation-actions>.button {
    width: 100%;
  }
}
@media (max-width:1000px) {
  .recommendation-card {
    padding: 28px;
  }
  .recommendation-card h3 {
    font-size: 31px;
  }
  .recommendation-grid {
    gap: 18px;
  }
  .ranked-card {
    padding: 28px;
    gap: 20px;
  }
  .recommendation-actions {
    gap: 14px;
  }
  .recommendation-actions .button {
    font-size: 12px;
  }
}
@media (max-width:700px) {
  .recommendation-grid {
    grid-template-columns: 1fr;
  }
  .recommendation-section {
    padding-block: 32px 40px;
  }
  .recommendation-card {
    padding: 28px 25px;
  }
  .recommendation-label {
    margin-bottom: 20px;
  }
  .recommendation-card p {
    font-size: 14px;
  }
  .recommendation-card h3 {
    font-size: 32px;
  }
  .ranked-card {
    grid-template-columns: 42px minmax(0,1fr);
    padding: 22px 18px;
    gap: 14px;
  }
  .rank-index {
    font-size: 28px;
    padding-inline-end: 8px;
  }
  .ranked-card h3 {
    font-size: 25px;
  }
  .ranked-card p,.ranked-card .rank-question {
    font-size: 13px;
  }
  .ranked-card .rank-reason {
    font-size: 15px;
  }
  .rank-actions {
    gap: 15px;
  }
  .rank-actions .textlink {
    font-size: 12px;
  }
  .best-list-grid .guide-card {
    min-height: 0;
  }
  .best-list-grid .guide-card h3 {
    font-size: 23px;
  }
  .best-context .editorial-note {
    font-size: 12px;
  }
}
.longform-copy section {
  scroll-margin-top: 28px;
}
.longform-copy h2 {
  font-size: 29px;
  line-height: 1.45;
  margin-top: 38px;
}
.longform-copy p {
  line-height: 1.95;
}
.longform-copy a[href^="#lf-source-"] {
  font-size: .72em;
  vertical-align: super;
  margin-inline: 2px;
}
.longform-copy table {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  margin: 26px 0;
  font-size: 14px;
}
.longform-copy caption {
  text-align: start;
  padding: 10px 0;
  font-weight: 600;
}
.longform-copy th,.longform-copy td {
  border: 1px solid var(--line);
  padding: 13px 16px;
  text-align: start;
  min-width: 150px;
}
.longform-copy th {
  background: #e9ecdf;
}
.longform-sources {
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.longform-sources li {
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 12px;
  overflow-wrap: anywhere;
}
.longform-layout>.article-aside {
  max-height: calc(100vh - 60px);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-inline-end: 10px;
}
.longform-layout .related-links {
  font-size: 13px;
  gap: 14px;
}
.longform-layout .aside-cta .button {
  margin-block: 10px;
}
.longform-layout .article-aside nav a {
  font-size: 12px;
  line-height: 1.7;
}
html[lang=ar] .longform-copy p {
  line-height: 2.15;
}
@media (max-width:900px) {
  .longform-layout>.article-aside {
    position: static;
    max-height: none;
    overflow: visible;
  }
  .longform-copy h2 {
    font-size: 27px;
  }
}
@media print {
  .longform-layout>.article-aside {
    display: none;
  }
  .longform-copy table {
    display: table;
    overflow: visible;
  }
}
@media print {
  .site-header,.topbar,.site-footer,.shortlist-bar,.toast,.comparison-actions,.select-provider,.remove-provider,.hero-buttons,.skip {
    display: none !important;
  }
  body {
    background: #fff;
    color: #000;
    font-size: 11pt;
  }
  .wrap {
    width: 100%;
    max-width: none;
  }
  .section,.page-intro {
    padding: 15px 0;
  }
  .table-scroll {
    overflow: visible;
  }
  .comparison-table {
    min-width: 0;
    font-size: 9pt;
  }
  .comparison-table td,.comparison-table th {
    min-width: 0 !important;
    padding: 10px;
  }
  .comparison-table thead th {
    font-size: 12pt;
  }
  .profile-layout,.article-layout {
    display: block;
  }
  .profile-aside,.article-aside {
    position: static;
  }
  .hero-art,.hero-float {
    display: none;
  }
  a {
    color: #000;
  }
  .information-note {
    break-inside: avoid;
  }
}
@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;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
