/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-300: #e66a6a;
    --color-red-600: #a61b1b;
    --color-yellow-100: #fcefc7;
    --color-yellow-200: #f8e3a3;
    --color-yellow-300: #f9da8b;
    --color-yellow-400: #f7d070;
    --color-yellow-500: #e9b949;
    --color-yellow-600: #c99a2e;
    --color-yellow-700: #a27c1a;
    --color-yellow-800: #7c5e10;
    --color-yellow-900: #513c06;
    --color-green-300: oklch(87.1% 0.15 154.449);
    --color-green-600: oklch(62.7% 0.194 149.214);
    --color-teal-100: #c6f7e2;
    --color-teal-200: #8eedc7;
    --color-teal-300: #65d6ad;
    --color-teal-400: #3ebd93;
    --color-teal-500: #27ab83;
    --color-teal-600: #199473;
    --color-teal-700: #147d64;
    --color-teal-800: #0c6b58;
    --color-teal-900: #014d40;
    --color-blue-50: oklch(97% 0.014 254.604);
    --color-blue-500: #2680c2;
    --color-blue-600: #186faf;
    --color-purple-100: #cfbcf2;
    --color-purple-200: #a081d9;
    --color-purple-300: #8662c7;
    --color-purple-400: #724bb7;
    --color-purple-500: #653cad;
    --color-purple-600: #51279b;
    --color-purple-700: #421987;
    --color-purple-800: #34126f;
    --color-purple-900: #240754;
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-neutral-50: oklch(98.5% 0 0);
    --color-neutral-100: var(--color-blue-grey-100);
    --color-neutral-200: var(--color-blue-grey-200);
    --color-neutral-300: var(--color-blue-grey-300);
    --color-neutral-400: var(--color-blue-grey-400);
    --color-neutral-500: var(--color-blue-grey-500);
    --color-neutral-600: var(--color-blue-grey-600);
    --color-neutral-700: var(--color-blue-grey-700);
    --color-neutral-800: var(--color-blue-grey-800);
    --color-neutral-900: var(--color-blue-grey-900);
    --color-neutral-950: oklch(14.5% 0 0);
    --color-stone-100: oklch(97% 0.001 106.424);
    --color-stone-200: oklch(92.3% 0.003 48.717);
    --color-stone-300: oklch(86.9% 0.005 56.366);
    --color-stone-500: oklch(55.3% 0.013 58.071);
    --color-stone-600: oklch(44.4% 0.011 73.639);
    --color-stone-700: oklch(37.4% 0.01 67.558);
    --color-stone-800: oklch(26.8% 0.007 34.298);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-lg: 32rem;
    --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-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --radius-md: 0.375rem;
    --default-font-family: var(--font-atkinson);
    --default-mono-font-family: var(--font-mono);
    --spacing-navbar: calc(var(--spacing) * 4);
    --color-navbar-background: #fff;
    --color-navbar-foreground: var(--color-stone-700);
    --font-navbar: var(--font-newsreader);
    --font-site-title: var(--font-newsreader);
    --spacing-navbar-bottom: calc(var(--spacing) * 12);
    --font-newsreader: 'Newsreader', serif;
    --font-atkinson: 'atkinson', sans-serif;
    --font-montez: 'Montez', cursive;
    --font-poppins: 'Poppins', sans-serif;
    --font-nunito: 'Nunito', sans-serif;
    --font-content: var(--font-atkinson);
    --font-title: var(--font-newsreader);
    --color-body-background: #fff;
    --color-primary-050: var(--color-teal-050);
    --color-primary-100: var(--color-teal-100);
    --color-primary-200: var(--color-teal-200);
    --color-primary-300: var(--color-teal-300);
    --color-primary-400: var(--color-teal-400);
    --color-primary-500: var(--color-teal-500);
    --color-primary-600: var(--color-teal-600);
    --color-primary-700: var(--color-teal-700);
    --color-primary-800: var(--color-teal-800);
    --color-primary-900: var(--color-teal-900);
    --color-secondary-100: var(--color-purple-100);
    --color-secondary-200: var(--color-purple-200);
    --color-secondary-300: var(--color-purple-300);
    --color-secondary-400: var(--color-purple-400);
    --color-secondary-500: var(--color-purple-500);
    --color-secondary-600: var(--color-purple-600);
    --color-secondary-700: var(--color-purple-700);
    --color-secondary-800: var(--color-purple-800);
    --color-secondary-900: var(--color-purple-900);
    --color-teal-050: #effcf6;
    --color-blue-grey-050: #f0f4f8;
    --color-blue-grey-100: #d9e2ec;
    --color-blue-grey-200: #bcccdc;
    --color-blue-grey-300: #9fb3c8;
    --color-blue-grey-400: #829ab1;
    --color-blue-grey-500: #627d98;
    --color-blue-grey-600: #486581;
    --color-blue-grey-700: #334e68;
    --color-blue-grey-800: #243b53;
    --color-blue-grey-900: #102a43;
    --color-purple-050: #eae2f8;
    --color-yellow-050: #fffaeb;
    --spacing-site: 980px;
    --spacing-site-padding: calc(var(--spacing) * 8);
    --spacing-site-edges: calc(var(--spacing) * 2);
    --spacing-svg-icon: 64px;
  }
}
@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;
  }
  :-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 {
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-\[60px\] {
    top: 60px;
  }
  .-right-\[40px\] {
    right: calc(40px * -1);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-0\.5 {
    bottom: calc(var(--spacing) * 0.5);
  }
  .z-50 {
    z-index: 50;
  }
  .row-span-2 {
    grid-row: span 2 / span 2;
  }
  .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;
    }
  }
  .m-3 {
    margin: calc(var(--spacing) * 3);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .my-3 {
    margin-block: calc(var(--spacing) * 3);
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }
  .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: 1;
      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 rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
      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: NaN NaN NaN;
    --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: 255 255 255;
    --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-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }
  .ml-6 {
    margin-left: calc(var(--spacing) * 6);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .h-\[103px\] {
    height: 103px;
  }
  .h-\[300px\] {
    height: 300px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[300px\] {
    width: 300px;
  }
  .w-max {
    width: max-content;
  }
  .w-site {
    width: var(--spacing-site);
  }
  .w-svg-icon {
    width: var(--spacing-svg-icon);
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-lg {
    max-width: var(--container-lg);
  }
  .max-w-screen {
    max-width: 100vw;
  }
  .max-w-site {
    max-width: var(--spacing-site);
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-\[spin_2s_linear_infinite\] {
    animation: spin 2s linear infinite;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-rows-\[var\(--hero-text-space-small\)_200px_1fr\] {
    grid-template-rows: var(--hero-text-space-small) 200px 1fr;
  }
  .flex-col {
    flex-direction: column;
  }
  .place-content-center {
    place-content: center;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-x-2 {
    column-gap: calc(var(--spacing) * 2);
  }
  .gap-x-3 {
    column-gap: calc(var(--spacing) * 3);
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .gap-x-10 {
    column-gap: calc(var(--spacing) * 10);
  }
  .space-x-2 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }
  .border-green-300 {
    border-color: var(--color-green-300);
  }
  .border-neutral-50 {
    border-color: var(--color-neutral-50);
  }
  .border-neutral-100 {
    border-color: var(--color-neutral-100);
  }
  .border-neutral-200 {
    border-color: var(--color-neutral-200);
  }
  .border-neutral-300 {
    border-color: var(--color-neutral-300);
  }
  .border-neutral-400 {
    border-color: var(--color-neutral-400);
  }
  .border-neutral-500 {
    border-color: var(--color-neutral-500);
  }
  .border-neutral-600 {
    border-color: var(--color-neutral-600);
  }
  .border-neutral-700 {
    border-color: var(--color-neutral-700);
  }
  .border-neutral-800 {
    border-color: var(--color-neutral-800);
  }
  .border-neutral-900 {
    border-color: var(--color-neutral-900);
  }
  .border-neutral-950 {
    border-color: var(--color-neutral-950);
  }
  .border-primary-100 {
    border-color: var(--color-primary-100);
  }
  .border-primary-200 {
    border-color: var(--color-primary-200);
  }
  .border-primary-300 {
    border-color: var(--color-primary-300);
  }
  .border-primary-400 {
    border-color: var(--color-primary-400);
  }
  .border-primary-500 {
    border-color: var(--color-primary-500);
  }
  .border-primary-600 {
    border-color: var(--color-primary-600);
  }
  .border-primary-700 {
    border-color: var(--color-primary-700);
  }
  .border-primary-800 {
    border-color: var(--color-primary-800);
  }
  .border-primary-900 {
    border-color: var(--color-primary-900);
  }
  .border-red-300 {
    border-color: var(--color-red-300);
  }
  .border-secondary-100 {
    border-color: var(--color-secondary-100);
  }
  .border-secondary-200 {
    border-color: var(--color-secondary-200);
  }
  .border-secondary-300 {
    border-color: var(--color-secondary-300);
  }
  .border-secondary-400 {
    border-color: var(--color-secondary-400);
  }
  .border-secondary-500 {
    border-color: var(--color-secondary-500);
  }
  .border-secondary-600 {
    border-color: var(--color-secondary-600);
  }
  .border-secondary-700 {
    border-color: var(--color-secondary-700);
  }
  .border-secondary-800 {
    border-color: var(--color-secondary-800);
  }
  .border-secondary-900 {
    border-color: var(--color-secondary-900);
  }
  .border-stone-200 {
    border-color: var(--color-stone-200);
  }
  .border-stone-300 {
    border-color: var(--color-stone-300);
  }
  .bg-body-background {
    background-color: var(--color-body-background);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-neutral-50 {
    background-color: var(--color-neutral-50);
  }
  .bg-neutral-100 {
    background-color: var(--color-neutral-100);
  }
  .bg-neutral-200 {
    background-color: var(--color-neutral-200);
  }
  .bg-neutral-300 {
    background-color: var(--color-neutral-300);
  }
  .bg-neutral-400 {
    background-color: var(--color-neutral-400);
  }
  .bg-neutral-500 {
    background-color: var(--color-neutral-500);
  }
  .bg-neutral-600 {
    background-color: var(--color-neutral-600);
  }
  .bg-neutral-700 {
    background-color: var(--color-neutral-700);
  }
  .bg-neutral-800 {
    background-color: var(--color-neutral-800);
  }
  .bg-neutral-900 {
    background-color: var(--color-neutral-900);
  }
  .bg-neutral-950 {
    background-color: var(--color-neutral-950);
  }
  .bg-primary-100 {
    background-color: var(--color-primary-100);
  }
  .bg-primary-200 {
    background-color: var(--color-primary-200);
  }
  .bg-primary-300 {
    background-color: var(--color-primary-300);
  }
  .bg-primary-400 {
    background-color: var(--color-primary-400);
  }
  .bg-primary-500 {
    background-color: var(--color-primary-500);
  }
  .bg-primary-600 {
    background-color: var(--color-primary-600);
  }
  .bg-primary-700 {
    background-color: var(--color-primary-700);
  }
  .bg-primary-800 {
    background-color: var(--color-primary-800);
  }
  .bg-primary-900 {
    background-color: var(--color-primary-900);
  }
  .bg-secondary-100 {
    background-color: var(--color-secondary-100);
  }
  .bg-secondary-200 {
    background-color: var(--color-secondary-200);
  }
  .bg-secondary-300 {
    background-color: var(--color-secondary-300);
  }
  .bg-secondary-400 {
    background-color: var(--color-secondary-400);
  }
  .bg-secondary-500 {
    background-color: var(--color-secondary-500);
  }
  .bg-secondary-600 {
    background-color: var(--color-secondary-600);
  }
  .bg-secondary-700 {
    background-color: var(--color-secondary-700);
  }
  .bg-secondary-800 {
    background-color: var(--color-secondary-800);
  }
  .bg-secondary-900 {
    background-color: var(--color-secondary-900);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/90 {
    background-color: color-mix(in srgb, #fff 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-navbar {
    padding-block: var(--spacing-navbar);
  }
  .text-center {
    text-align: center;
  }
  .font-atkinson {
    font-family: var(--font-atkinson);
  }
  .font-navbar {
    font-family: var(--font-navbar);
  }
  .font-newsreader {
    font-family: var(--font-newsreader);
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--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));
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-blue-500 {
    color: var(--color-blue-500);
  }
  .text-blue-600 {
    color: var(--color-blue-600);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-green-600 {
    color: var(--color-green-600);
  }
  .text-inherit {
    color: inherit;
  }
  .text-neutral-50 {
    color: var(--color-neutral-50);
  }
  .text-neutral-100 {
    color: var(--color-neutral-100);
  }
  .text-neutral-200 {
    color: var(--color-neutral-200);
  }
  .text-neutral-300 {
    color: var(--color-neutral-300);
  }
  .text-neutral-400 {
    color: var(--color-neutral-400);
  }
  .text-neutral-500 {
    color: var(--color-neutral-500);
  }
  .text-neutral-600 {
    color: var(--color-neutral-600);
  }
  .text-neutral-700 {
    color: var(--color-neutral-700);
  }
  .text-neutral-800 {
    color: var(--color-neutral-800);
  }
  .text-neutral-900 {
    color: var(--color-neutral-900);
  }
  .text-neutral-950 {
    color: var(--color-neutral-950);
  }
  .text-primary-050 {
    color: var(--color-primary-050);
  }
  .text-primary-100 {
    color: var(--color-primary-100);
  }
  .text-primary-200 {
    color: var(--color-primary-200);
  }
  .text-primary-300 {
    color: var(--color-primary-300);
  }
  .text-primary-400 {
    color: var(--color-primary-400);
  }
  .text-primary-500 {
    color: var(--color-primary-500);
  }
  .text-primary-600 {
    color: var(--color-primary-600);
  }
  .text-primary-700 {
    color: var(--color-primary-700);
  }
  .text-primary-800 {
    color: var(--color-primary-800);
  }
  .text-primary-900 {
    color: var(--color-primary-900);
  }
  .text-red-600 {
    color: var(--color-red-600);
  }
  .text-secondary-100 {
    color: var(--color-secondary-100);
  }
  .text-secondary-200 {
    color: var(--color-secondary-200);
  }
  .text-secondary-300 {
    color: var(--color-secondary-300);
  }
  .text-secondary-400 {
    color: var(--color-secondary-400);
  }
  .text-secondary-500 {
    color: var(--color-secondary-500);
  }
  .text-secondary-600 {
    color: var(--color-secondary-600);
  }
  .text-secondary-700 {
    color: var(--color-secondary-700);
  }
  .text-secondary-800 {
    color: var(--color-secondary-800);
  }
  .text-secondary-900 {
    color: var(--color-secondary-900);
  }
  .text-stone-500 {
    color: var(--color-stone-500);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .\*\:first\:mt-0 {
    :is(& > *) {
      &:first-child {
        margin-top: calc(var(--spacing) * 0);
      }
    }
  }
  .\*\:last\:mb-0 {
    :is(& > *) {
      &:last-child {
        margin-bottom: calc(var(--spacing) * 0);
      }
    }
  }
  .md\:col-start-1 {
    @media (width >= 48rem) {
      grid-column-start: 1;
    }
  }
  .md\:row-span-2 {
    @media (width >= 48rem) {
      grid-row: span 2 / span 2;
    }
  }
  .md\:row-start-1 {
    @media (width >= 48rem) {
      grid-row-start: 1;
    }
  }
  .md\:row-start-2 {
    @media (width >= 48rem) {
      grid-row-start: 2;
    }
  }
  .md\:my-site-padding {
    @media (width >= 48rem) {
      margin-block: var(--spacing-site-padding);
    }
  }
  .md\:mb-navbar-bottom {
    @media (width >= 48rem) {
      margin-bottom: var(--spacing-navbar-bottom);
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:grid-rows-\[var\(--hero-text-space\)_200px_1fr\] {
    @media (width >= 48rem) {
      grid-template-rows: var(--hero-text-space) 200px 1fr;
    }
  }
  .md\:rounded-md {
    @media (width >= 48rem) {
      border-radius: var(--radius-md);
    }
  }
  .md\:rounded-t-md {
    @media (width >= 48rem) {
      border-top-left-radius: var(--radius-md);
      border-top-right-radius: var(--radius-md);
    }
  }
  .md\:px-6 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .md\:px-10 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .md\:\*\:first\:mb-20 {
    @media (width >= 48rem) {
      :is(& > *) {
        &:first-child {
          margin-bottom: calc(var(--spacing) * 20);
        }
      }
    }
  }
  .md\:\*\:first\:w-1\/2 {
    @media (width >= 48rem) {
      :is(& > *) {
        &:first-child {
          width: calc(1/2 * 100%);
        }
      }
    }
  }
  .lg\:m-10 {
    @media (width >= 64rem) {
      margin: calc(var(--spacing) * 10);
    }
  }
  .lg\:w-\[500px\] {
    @media (width >= 64rem) {
      width: 500px;
    }
  }
  .xl\:absolute {
    @media (width >= 80rem) {
      position: absolute;
    }
  }
  .xl\:top-0 {
    @media (width >= 80rem) {
      top: calc(var(--spacing) * 0);
    }
  }
  .xl\:-right-\[340px\] {
    @media (width >= 80rem) {
      right: calc(340px * -1);
    }
  }
  .xl\:w-\[300px\] {
    @media (width >= 80rem) {
      width: 300px;
    }
  }
  .xl\:rounded-md {
    @media (width >= 80rem) {
      border-radius: var(--radius-md);
    }
  }
  .xl\:rounded-t-md {
    @media (width >= 80rem) {
      border-top-left-radius: var(--radius-md);
      border-top-right-radius: var(--radius-md);
    }
  }
  .xl\:border-b-4 {
    @media (width >= 80rem) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 4px;
    }
  }
  .xl\:border-b-\[var\(--sidebar-divider-color\)\] {
    @media (width >= 80rem) {
      border-bottom-color: var(--sidebar-divider-color);
    }
  }
}
.site-title {
  font-family: var(--font-site-title);
  font-weight: 700;
  letter-spacing: 0.05em;
}
.custom-logo {
  height: 60px;
  width: auto;
}
.navbar-menu {
  display: flex;
  align-items: center;
  gap: 0 40px;
}
.menu-item {
  font-family: var(--font-navbar);
  font-size: 22px;
  font-weight: 500;
  color: var(--color-navbar-foreground);
  text-transform: capitalize;
}
.menu-link {
  white-space: nowrap;
}
.sub-menu .menu-item {
  font-size: 18px;
  font-weight: 400;
}
@media (min-width: 769px) {
  .site-title {
    font-size: var(--font-site-title-size, 22px);
  }
  .menu-item > a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-color: var(--color-primary-background);
  }
  .sub-menu {
    display: none;
    opacity: 0;
    position: absolute;
    top: 100%;
    right: -8px;
    padding: 10px;
    background-color: var(--color-navbar-background);
    border: 1px solid #efefef;
    border-radius: 3px;
    translate: 0 0;
    transition: display 0.5s, opacity 0.5s, translate 0.5s;
    transition-behavior: allow-discrete;
  }
  .menu-item-has-children {
    display: flex;
    gap: 0 5px;
    align-items: center;
    position: relative;
  }
  .menu-item-has-children::after {
    content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiM0NDQwM2IiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1jaGV2cm9uLWRvd24taWNvbiBsdWNpZGUtY2hldnJvbi1kb3duIj48cGF0aCBkPSJtNiA5IDYgNiA2LTYiLz48L3N2Zz4=');
    line-height: 1;
    transition: transform 0.5s;
    transform-origin: 0px 12.5px;
    position: relative;
    top: 0;
  }
  .menu-item-has-children:hover > .sub-menu {
    display: grid;
    opacity: 1;
    transform-origin: 12px 15px;
    translate: 0 0;
    @starting-style {
      opacity: 0;
      translate: 0 -10px;
    }
  }
  .menu-item-has-children:hover::after {
    transform: rotateX(180deg);
  }
  .sub-menu > li {
    padding: 7px 10px;
  }
}
@media (max-width: 768px) {
  header {
    padding-inline: 10px;
  }
  .custom-logo {
    height: 40px;
    width: auto;
  }
  .columns {
    grid-template-columns: 1fr;
  }
  nav {
    display: flex;
    align-items: center;
  }
  .navbar-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    display: block;
    background-color: var(--color-navbar-background);
    padding-bottom: 50px;
    z-index: 999;
  }
  .menu-item {
    width: 150px;
    margin-inline: auto;
    margin-bottom: 15px;
    font-size: 18px;
  }
  .navbar-menu-mobile-hidden {
    display: none;
  }
  .sub-menu {
    margin-block: 20px;
  }
  .sub-menu > li {
    margin-left: 20px;
  }
}
.posts-navigation-container {
  display: flex;
  justify-content: center;
}
nav.pagination {
  text-align: center;
  font-size: 22px;
  margin-block: 20px;
}
.nav-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  font-family: var(--font-pagination);
}
.screen-reader-text {
  display: none;
}
:root {
  --box1-bg: var(--color-primary-background);
  --box1-text: var(--color-primary-foreground);
  --box2-bg: var(--color-stone-100);
  --box2-text: var(--color-stone-800);
  --box3-bg: var(--color-blue-600);
  --box3-text: var(--color-blue-50);
}
.box1 {
  background-color: var(--box1-bg);
  color: var(--box1-text);
  box-shadow: 0 4px 6px hsl(from var(--box1-bg) h s l / 0.3);
}
.box2 {
  background-color: var(--box2-bg, var(--color-primary-background));
  color: var(--box2-text, #333);
  box-shadow: 0 4px 6px hsl(from var(--box2-bg) h s l / 0.3);
}
.box3 {
  background-color: var(--box3-bg);
  color: var(--box3-text);
  box-shadow: 0 4px 6px hsl(from var(--box3-bg) h s l / 0.3);
}
.a-box {
  padding: 0.4em 0.7em;
  border-radius: 0.2em;
  text-decoration: none;
}
.content-box {
  padding: var(--box-padding, 30px);
  border-radius: var(--box-radius, 10px);
}
.content-box > *:first-child {
  margin-top: 0;
}
.content-box > *:last-child {
  margin-bottom: 0;
}
.content-box a {
  color: inherit;
  font-weight: bold;
}
.info-container {
  display: flex;
  gap: 10px;
  padding: var(--box-padding, 30px);
  padding-bottom: 0;
  border-radius: var(--box-radius, 10px);
  background-color: var(--info-bg, var(--box2-bg));
}
.info-title {
  margin-block: 0 20px;
  color: inherit;
}
.info-content {
  text-align: justify;
}
.info-icon-container {
  display: grid;
  place-items: center end;
  flex-shrink: 0;
  width: 250px;
  padding-right: 25px;
}
.info-icon-container > svg {
  width: 164px;
  height: 164px;
  stroke-width: 1.5px;
  stroke: var(--color-primary-900, #222);
}
@media (max-width: 768px) {
  .content-box {
    padding: 10px;
    border-radius: 5px;
  }
}
.link-box-container {
  display: flex;
  justify-content: center;
  font-family: var(--font-nunito);
  font-size: var(--link-box-font-size, 18px);
  margin-block: var(--link-box-margin, 60px);
}
.link-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: var(--link-box-gap, 30px);
}
.link-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: var(--link-box-width, 150px);
  height: var(--link-box-height, 160px);
  padding: var(--link-box-padding, 15px);
  background-color: var(--link-box-bg, var(--color-primary-300, #ffffff));
  color: var(--link-box-color, var(--color-primary-900, #333));
  border: var(--link-box-border, 1px solid var(--color-primary-300, #ccc));
  border-radius: var(--link-box-radius, 10px);
}
.link-box > span:last-child {
  text-align: right;
  font-weight: bold;
  line-height: 1;
}
.link-box svg {
  opacity: 0.7;
}
.contact-delete, .contact-form {
  fieldset {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: var(--contact-input-bg-color, #fff);
    border: 2px solid #efefef;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 0 10px 10px;
  }
  legend {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-inline: 15px;
    color: var(--color-stone-600);
    font-family: var(--font-newsreader);
    font-weight: 500;
  }
  input {
    width: 90%;
    margin-left: 10px;
    padding-left: 5px;
    border-radius: 2px;
  }
  textarea:focus, input:focus {
    outline: none;
  }
  fieldset:has(textarea:focus), fieldset:has(input:focus) {
    border-color: var(--color-primary-background, #007bff);
  }
  textarea {
    resize: none;
    width: 100%;
    height: 100px;
  }
  button {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: var(--color-primary-background, #007bff);
    color: white;
    padding: 5px 12px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
  }
  .contact-form-error-msg {
    position: absolute;
    bottom: -25px;
    right: 2px;
    color: red;
    font-size: 14px;
    margin-top: 10px;
  }
}
@font-face {
  font-family: 'atkinson';
  src: url('/wp-content/themes/godedeals/assets/fonts/atkinson/AtkinsonHyperlegible-Regular.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'atkinson';
  src: url('/wp-content/themes/godedeals/assets/fonts/atkinson/AtkinsonHyperlegible-Bold.woff2') format('woff2');
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'atkinson';
  src: url('/wp-content/themes/godedeals/assets/fonts/atkinson/AtkinsonHyperlegible-Italic.woff2') format('woff2');
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: 'atkinson';
  src: url('/wp-content/themes/godedeals/assets/fonts/atkinson/AtkinsonHyperlegible-BoldItalic.woff2') format('woff2');
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('/wp-content/themes/godedeals/assets/fonts/opensans/open-sans-v43-latin-300.woff2') format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('/wp-content/themes/godedeals/assets/fonts/opensans/open-sans-v43-latin-300italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/godedeals/assets/fonts/opensans/open-sans-v43-latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('/wp-content/themes/godedeals/assets/fonts/opensans/open-sans-v43-latin-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('/wp-content/themes/godedeals/assets/fonts/opensans/open-sans-v43-latin-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  src: url('/wp-content/themes/godedeals/assets/fonts/opensans/open-sans-v43-latin-500italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/wp-content/themes/godedeals/assets/fonts/opensans/open-sans-v43-latin-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('/wp-content/themes/godedeals/assets/fonts/opensans/open-sans-v43-latin-600italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/themes/godedeals/assets/fonts/opensans/open-sans-v43-latin-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('/wp-content/themes/godedeals/assets/fonts/opensans/open-sans-v43-latin-700italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('/wp-content/themes/godedeals/assets/fonts/opensans/open-sans-v43-latin-800.woff2') format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url('/wp-content/themes/godedeals/assets/fonts/opensans/open-sans-v43-latin-800italic.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Newsreader';
  font-style: normal;
  font-weight: 200;
  src: url('/wp-content/themes/godedeals/assets/fonts/newsreader/newsreader-v25-latin-200.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Newsreader';
  font-style: italic;
  font-weight: 200;
  src: url('/wp-content/themes/godedeals/assets/fonts/newsreader/newsreader-v25-latin-200italic.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Newsreader';
  font-style: normal;
  font-weight: 300;
  src: url('/wp-content/themes/godedeals/assets/fonts/newsreader/newsreader-v25-latin-300.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Newsreader';
  font-style: italic;
  font-weight: 300;
  src: url('/wp-content/themes/godedeals/assets/fonts/newsreader/newsreader-v25-latin-300italic.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Newsreader';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/godedeals/assets/fonts/newsreader/newsreader-v25-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Newsreader';
  font-style: italic;
  font-weight: 400;
  src: url('/wp-content/themes/godedeals/assets/fonts/newsreader/newsreader-v25-latin-italic.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Newsreader';
  font-style: normal;
  font-weight: 500;
  src: url('/wp-content/themes/godedeals/assets/fonts/newsreader/newsreader-v25-latin-500.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Newsreader';
  font-style: italic;
  font-weight: 500;
  src: url('/wp-content/themes/godedeals/assets/fonts/newsreader/newsreader-v25-latin-500italic.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Newsreader';
  font-style: normal;
  font-weight: 600;
  src: url('/wp-content/themes/godedeals/assets/fonts/newsreader/newsreader-v25-latin-600.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Newsreader';
  font-style: italic;
  font-weight: 600;
  src: url('/wp-content/themes/godedeals/assets/fonts/newsreader/newsreader-v25-latin-600italic.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Newsreader';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/themes/godedeals/assets/fonts/newsreader/newsreader-v25-latin-700.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Newsreader';
  font-style: italic;
  font-weight: 700;
  src: url('/wp-content/themes/godedeals/assets/fonts/newsreader/newsreader-v25-latin-700italic.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Newsreader';
  font-style: normal;
  font-weight: 800;
  src: url('/wp-content/themes/godedeals/assets/fonts/newsreader/newsreader-v25-latin-800.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Newsreader';
  font-style: italic;
  font-weight: 800;
  src: url('/wp-content/themes/godedeals/assets/fonts/newsreader/newsreader-v25-latin-800italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Sofia';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/godedeals/assets/fonts/sofia/sofia-v14-latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Romanesco';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/godedeals/assets/fonts/romanesco/romanesco-v21-latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Gochi Hand';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/godedeals/assets/fonts/gochi/gochi-hand-v24-latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Montez';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/godedeals/assets/fonts/montez/montez-v24-latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Yatra One';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/godedeals/assets/fonts/yatra/yatra-one-v15-latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  src: url('/wp-content/themes/godedeals/assets/fonts/inter/inter-v19-latin-100.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100;
  src: url('/wp-content/themes/godedeals/assets/fonts/inter/inter-v19-latin-100italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  src: url('/wp-content/themes/godedeals/assets/fonts/inter/inter-v19-latin-200.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 200;
  src: url('/wp-content/themes/godedeals/assets/fonts/inter/inter-v19-latin-200italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url('/wp-content/themes/godedeals/assets/fonts/inter/inter-v19-latin-300.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 300;
  src: url('/wp-content/themes/godedeals/assets/fonts/inter/inter-v19-latin-300italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/godedeals/assets/fonts/inter/inter-v19-latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 400;
  src: url('/wp-content/themes/godedeals/assets/fonts/inter/inter-v19-latin-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('/wp-content/themes/godedeals/assets/fonts/inter/inter-v19-latin-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 500;
  src: url('/wp-content/themes/godedeals/assets/fonts/inter/inter-v19-latin-500italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('/wp-content/themes/godedeals/assets/fonts/inter/inter-v19-latin-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 600;
  src: url('/wp-content/themes/godedeals/assets/fonts/inter/inter-v19-latin-600italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/themes/godedeals/assets/fonts/inter/inter-v19-latin-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 700;
  src: url('/wp-content/themes/godedeals/assets/fonts/inter/inter-v19-latin-700italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: url('/wp-content/themes/godedeals/assets/fonts/inter/inter-v19-latin-800.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 800;
  src: url('/wp-content/themes/godedeals/assets/fonts/inter/inter-v19-latin-800italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  src: url('/wp-content/themes/godedeals/assets/fonts/inter/inter-v19-latin-900.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 900;
  src: url('/wp-content/themes/godedeals/assets/fonts/inter/inter-v19-latin-900italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  src: url('/wp-content/themes/godedeals/assets/fonts/poppins/poppins-v23-latin-100.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 100;
  src: url('/wp-content/themes/godedeals/assets/fonts/poppins/poppins-v23-latin-100italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  src: url('/wp-content/themes/godedeals/assets/fonts/poppins/poppins-v23-latin-200.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 200;
  src: url('/wp-content/themes/godedeals/assets/fonts/poppins/poppins-v23-latin-200italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('/wp-content/themes/godedeals/assets/fonts/poppins/poppins-v23-latin-300.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 300;
  src: url('/wp-content/themes/godedeals/assets/fonts/poppins/poppins-v23-latin-300italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/godedeals/assets/fonts/poppins/poppins-v23-latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  src: url('/wp-content/themes/godedeals/assets/fonts/poppins/poppins-v23-latin-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('/wp-content/themes/godedeals/assets/fonts/poppins/poppins-v23-latin-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 500;
  src: url('/wp-content/themes/godedeals/assets/fonts/poppins/poppins-v23-latin-500italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('/wp-content/themes/godedeals/assets/fonts/poppins/poppins-v23-latin-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  src: url('/wp-content/themes/godedeals/assets/fonts/poppins/poppins-v23-latin-600italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/themes/godedeals/assets/fonts/poppins/poppins-v23-latin-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  src: url('/wp-content/themes/godedeals/assets/fonts/poppins/poppins-v23-latin-700italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src: url('/wp-content/themes/godedeals/assets/fonts/poppins/poppins-v23-latin-800.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 800;
  src: url('/wp-content/themes/godedeals/assets/fonts/poppins/poppins-v23-latin-800italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  src: url('/wp-content/themes/godedeals/assets/fonts/poppins/poppins-v23-latin-900.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 900;
  src: url('/wp-content/themes/godedeals/assets/fonts/poppins/poppins-v23-latin-900italic.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 200;
  src: url('/wp-content/themes/godedeals/assets/fonts/nunito/nunito-v31-latin-200.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 200;
  src: url('/wp-content/themes/godedeals/assets/fonts/nunito/nunito-v31-latin-200italic.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 300;
  src: url('/wp-content/themes/godedeals/assets/fonts/nunito/nunito-v31-latin-300.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 300;
  src: url('/wp-content/themes/godedeals/assets/fonts/nunito/nunito-v31-latin-300italic.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/godedeals/assets/fonts/nunito/nunito-v31-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 400;
  src: url('/wp-content/themes/godedeals/assets/fonts/nunito/nunito-v31-latin-italic.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 500;
  src: url('/wp-content/themes/godedeals/assets/fonts/nunito/nunito-v31-latin-500.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 500;
  src: url('/wp-content/themes/godedeals/assets/fonts/nunito/nunito-v31-latin-500italic.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  src: url('/wp-content/themes/godedeals/assets/fonts/nunito/nunito-v31-latin-600.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 600;
  src: url('/wp-content/themes/godedeals/assets/fonts/nunito/nunito-v31-latin-600italic.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/themes/godedeals/assets/fonts/nunito/nunito-v31-latin-700.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 700;
  src: url('/wp-content/themes/godedeals/assets/fonts/nunito/nunito-v31-latin-700italic.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  src: url('/wp-content/themes/godedeals/assets/fonts/nunito/nunito-v31-latin-800.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 800;
  src: url('/wp-content/themes/godedeals/assets/fonts/nunito/nunito-v31-latin-800italic.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 900;
  src: url('/wp-content/themes/godedeals/assets/fonts/nunito/nunito-v31-latin-900.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 900;
  src: url('/wp-content/themes/godedeals/assets/fonts/nunito/nunito-v31-latin-900italic.woff2') format('woff2');
}
.column-page {
  display: grid;
  justify-content: center;
}
.column-container {
  display: grid;
  justify-content: center;
  width: 100vw;
  background-color: var(--columns-page-bg, transparent);
  padding-block: var(--columns-page-padding, 0);
  margin-block: var(--columns-page-margin, 0);
}
.columns {
  display: grid;
  grid-template-columns: repeat(var(--columns-col, auto-fit), minmax(0, 1fr));
  gap: var(--columns-gap-y, 0) var(--columns-gap-x, 20px);
  width: var(--columns-width, var(--spacing-site, 980px));
  max-width: 100vw;
  padding-inline: var(--columns-padding, 40px);
  background-color: var(--columns-bg, transparent);
}
.column {
  padding: var(--column-padding, 10px);
  background-color: var(--column-bg, transparent);
  color: var(--column-text-color, var(--color-neutral-900, #333));
  font-family: var( --column-font-family, var(--default-font-family, sans-serif) );
}
.column > *:first-child {
  margin-top: 0;
}
.column > *:last-child {
  margin-bottom: 0;
}
:root {
  --hero-text-space-small: 170px;
  --sidebar-divider-color: var(--color-primary-background);
}
.prose {
  font-size: 1.1rem;
}
p:empty {
  display: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-title);
}
.leaf-icon[style='text-align: center;'] {
  justify-content: center;
}
@media (max-width: 768px) {
  .leaf-icon {
    display: grid;
    place-items: center;
    gap: 10px;
  }
}
div > span > svg.default-size, li > span > svg.default-size, p > span > svg.default-size {
  width: var(--small-leaf-size, 20px);
}
[data-name='frontpage-content'] > *:first-child {
  margin-top: 0;
}
.hero-image {
  background-repeat: no-repeat;
  background-position: top center;
}
.status-box {
  background-color: var(--status-box-bg-color, #186faf);
  color: var(--status-box-text-color, #ffffff);
}
@media (max-width: 768px) {
  .columns {
    display: block;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
    }
  }
}
