/*!
Theme Name: M4C - BHSB
Author: M4C
Author URI: https://marketingforchange.com
Description: A custom theme based on _tw
Version: 0.1.0
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

HRZN is based on _tw https://underscoretw.com/, (C) 2021-2024 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2023 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/

/**
 * The line above injects the WordPress file header. It needs to be first,
 * before this comment.
 */

/**
 * This injects custom `@font-face` rules.
 */

/**
 * Custom `@font-face` rules
 *
 * These will be added immediately before Tailwind’s `base` layer.
 */

/* Narrabeen Regular */

@font-face {
  font-family: 'Narrabeen';

  src: url('fonts/narrabeen-regular-webfont.woff2') format('woff2'),
         url('fonts/narrabeen-regular-webfont.woff') format('woff');

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

/* Outfit */

@font-face {
  font-family: 'Outfit';

  src: url('fonts/Outfit-Light.woff2') format('woff2'),
        url('fonts/Outfit-Light.woff') format('woff');

  font-weight: 300;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Outfit';

  src: url('fonts/Outfit-Medium.woff2') format('woff2'),
        url('fonts/Outfit-Medium.woff') format('woff');

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Outfit';

  src: url('fonts/Outfit-Regular.woff2') format('woff2'),
        url('fonts/Outfit-Regular.woff') format('woff');

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Outfit';

  src: url('fonts/Outfit-SemiBold.woff2') format('woff2'),
        url('fonts/Outfit-SemiBold.woff') format('woff');

  font-weight: 600;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Outfit';

  src: url('fonts/Outfit-Thin.woff2') format('woff2'),
        url('fonts/Outfit-Thin.woff') format('woff');

  font-weight: 100;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Outfit';

  src: url('fonts/Outfit-Black.woff2') format('woff2'),
        url('fonts/Outfit-Black.woff') format('woff');

  font-weight: 900;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Outfit';

  src: url('fonts/Outfit-Bold.woff2') format('woff2'),
        url('fonts/Outfit-Bold.woff') format('woff');

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Outfit';

  src: url('fonts/Outfit-ExtraBold.woff2') format('woff2'),
        url('fonts/Outfit-ExtraBold.woff') format('woff');

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Outfit';

  src: url('fonts/Outfit-ExtraLight.woff2') format('woff2'),
        url('fonts/Outfit-ExtraLight.woff') format('woff');

  font-weight: 200;

  font-style: normal;

  font-display: swap;
}

/* BLACKATLITE */

@font-face {
  font-family: 'BLACKATLITE';

  src: url('fonts/BLACKATLITE.woff2') format('woff2'),
        url('fonts/BLACKATLITE.woff') format('woff');

  font-weight: 900;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'BLACKATLITE';

  src: url('fonts/BLACKATLITE.woff2') format('woff2'),
        url('fonts/BLACKATLITE.woff') format('woff');

  font-weight: 900;

  font-style: normal;

  font-display: swap;
}

/* BLACKAT */

@font-face {
  font-family: 'BLACKAT';

  src: url('fonts/BLACKAT.woff2') format('woff2'),
        url('fonts/BLACKAT.woff') format('woff');

  font-weight: 900;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'BLACKAT';

  src: url('fonts/BLACKAT.woff2') format('woff2'),
        url('fonts/BLACKAT.woff') format('woff');

  font-weight: 900;

  font-style: normal;

  font-display: swap;
}

/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins, then adds custom base styles.
 */

/*! tailwindcss v3.4.10 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/**
 * Custom styles to immediately follow Tailwind’s `base` layer
 *
 * “Add things like base typography styles [or] opinionated global resets.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-base-styles
 */

/**
 * This uses the background and foreground colors declared in the
 * `theme.json` file and is applied both to the frontend and in the block
 * editor.
*/

body {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --tw-text-opacity: 1;
  color: rgb(0 64 136 / var(--tw-text-opacity));
}

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 *
 * The `@import-glob` line imports all CSS files from the `components`
 * directory (except for `components.css`, which is imported on the following
 * line). This is meant to simplify the process of integrating styles from
 * JavaScript components or WordPress plugins.
 */

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.prose {
  color: var(--tw-prose-body);
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"], [class~="is-style-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;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :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;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}

.prose :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;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.prose :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;
  border-bottom: none;
}

.prose :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;
  border-left-style: solid;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}

.prose :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;
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.prose :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;
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.prose :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;
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :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;
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :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;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :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;
}

.prose :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;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: start;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :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;
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}

.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :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;
}

.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :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;
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :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;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: 400;
}

.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "\2014";
}

.prose :where(table.has-fixed-layout):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  table-layout: fixed;
  width: 100%;
}

.prose-neutral {
  --tw-prose-body: #404040;
  --tw-prose-headings: #171717;
  --tw-prose-lead: #525252;
  --tw-prose-links: #171717;
  --tw-prose-bold: #171717;
  --tw-prose-counters: #737373;
  --tw-prose-bullets: #d4d4d4;
  --tw-prose-hr: #e5e5e5;
  --tw-prose-quotes: #171717;
  --tw-prose-quote-borders: #e5e5e5;
  --tw-prose-captions: #737373;
  --tw-prose-kbd: #171717;
  --tw-prose-kbd-shadows: 23 23 23;
  --tw-prose-code: #171717;
  --tw-prose-pre-code: #e5e5e5;
  --tw-prose-pre-bg: #262626;
  --tw-prose-th-borders: #d4d4d4;
  --tw-prose-td-borders: #e5e5e5;
  --tw-prose-invert-body: #d4d4d4;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #a3a3a3;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #a3a3a3;
  --tw-prose-invert-bullets: #525252;
  --tw-prose-invert-hr: #404040;
  --tw-prose-invert-quotes: #f5f5f5;
  --tw-prose-invert-quote-borders: #404040;
  --tw-prose-invert-captions: #a3a3a3;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d4d4d4;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #525252;
  --tw-prose-invert-td-borders: #404040;
}

/**
 * Custom styles to immediately follow Tailwind’s `components` layer
 *
 * “Add more opinionated, complex classes like buttons, form controls, alerts,
 * etc; the sort of pre-built components you often see in other frameworks that
 * you might need to override with utility classes.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-components
 */

/**
 * Header navigation list
 */

.header-nav-list {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.header-nav-list li a {
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  --tw-text-opacity: 1;
  color: #2A652D;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.header-nav-list li a:hover {
  --tw-text-opacity: 1;
}

.header-nav-list .current-menu-item a {
  font-weight: 700;
}

/* =========================================================
   Medicaid mockup block system
   ========================================================= */

.hero-block__title,
.card-section__title,
.cta-block__title,
.table-cards__card-title,
.accordion-card__title {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  color: #418548;
}

.hero-block__title {
  font-size: clamp(2.45rem, 4.4vw, 3.35rem);
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.hero-block__subtitle,
.card-section__subtitle,
.table-cards__intro,
.table-cards__outro,
.table-cards__copy,
.cta-block__text,
.accordion-card__content {
  font-family: Figtree, sans-serif;
  color: #161616;
}

.hero-block__subtitle {
  max-width: 50rem;
  font-size: clamp(1.05rem, 1.8vw, 1.45rem);
  line-height: 1.3;
}

.card-section__title,
.cta-block__title {
  font-size: clamp(1.75rem, 3vw, 2.65rem);
  line-height: 1;
  letter-spacing: -0.03em;
}

.card-section__subtitle,
.table-cards__intro,
.table-cards__outro,
.cta-block__text,
.accordion-card__content {
  font-size: clamp(0.95rem, 1.25vw, 1.03rem);
  line-height: 1.4;
}

.site-pill-button {
  border-radius: 0.2rem;
  padding: 0.42rem 0.78rem;
  font-family: Figtree, sans-serif;
  font-size: 0.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.site-pill-button:hover {
  transform: translateY(-1px);
}

.site-pill-button--light {
  background: #fff;
  color: #2e6e37;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(46, 110, 55, 0.1);
}

.site-pill-button--light:hover {
  background: #f7f2eb;
  color: #1f5126;
}

.card-section__card,
.cta-block__card,
.table-cards__card,
.accordion-card {
  border: 1px solid rgba(65, 133, 72, 0.12);
  border-radius: 0.45rem;
  background: #fffdf9;
  box-shadow: 0 8px 18px rgba(84, 76, 61, 0.08);
}

.card-section__card {
  border-radius: 20px;
  transition: background 0.25s ease, box-shadow 0.25s ease;
}

.card-section__card:hover {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}

.card-section__media {
  position: relative;
  padding: 0;
  background: #fffdf9;
}

.card-section__media img {
  border-radius: 20px 20px 0 0;
  width: 100%;
}

.card-section__card--linked:hover .card-section__media-image {
  transform: scale(1.05);
}

.card-section__image-seam {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4rem;
  height: 5.5rem;
  z-index: 1;
  pointer-events: none;
}

.card-section__image-seam svg {
  display: block;
  width: 100%;
  height: 100%;
}

.card-section__card--linked:hover .card-section__image-seam path {
  fill: #F5AE2B;
}

.card-section__body {
  min-height: 10.4rem;
  border-radius: 0 0 20px 20px;
  background: linear-gradient(180deg, #418548 0%, #2A652D 100%);
  color: #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}

.card-section__card--linked:hover .card-section__body {
  background: linear-gradient(180deg, #F5AE2B 0%, #F29914 100%);
}

.card-section__card--linked:hover .card-section__card-title {
  color: #000;
}

.card-section__card-title {
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  color: #fff;
  word-spacing: normal;
  letter-spacing: 0;
}

.card-section__text,
.card-section__text p {
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  text-align: center;
}

.card-section__text ul,
.card-section__text ol {
  display: inline-block;
  margin: 0.75rem auto 0;
  padding-left: 1.25rem;
  text-align: left;
}

.card-section__text ul > li::marker,
.card-section__text ol > li::marker {
  color: #fff;
}

.card-section__text a,
.cta-block__text a,
.accordion-card__content a,
.table-cards__copy a,
.table-cards__intro a,
.table-cards__outro a {
  color: #ffcc6a;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.card-section__text a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.card-section__text a:hover,
.cta-block__text a:hover,
.accordion-card__content a:hover,
.table-cards__copy a:hover,
.table-cards__intro a:hover,
.table-cards__outro a:hover {
  color: #FDBA13;
}

.card-section__grid {
  max-width: 62.5rem;
}

.card-section__intro {
  margin-bottom: 1.8rem;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.card-section__card--linked:hover .card-section__text,
.card-section__card--linked:hover .card-section__text p {
  color: #000;
}

.card-section__card--linked:hover .card-section__text ul > li::marker,
.card-section__card--linked:hover .card-section__text ol > li::marker {
  color: #000;
}

.card-section__title {
  color: #2A652D;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  word-spacing: normal;
  letter-spacing: 0;
}

.card-section__subtitle {
  color: #2A652D;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  word-spacing: normal;
  letter-spacing: 0;
}

.card-section__body .site-pill-button {
  border-radius: 4px;
  background: #FFF;
  color: #000;
  text-align: center;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 8px 18px;
  border: 0;
  box-shadow: none;
}

.card-section__body .site-pill-button:hover {
  background: #FFF;
  color: #000;
  transform: none;
}

.card-section__card {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.card-section__body > .mt-6 {
  display: flex;
  justify-content: center;
}

.cta-block__card {
  background: transparent;
  border: 0;
  box-shadow: none;
  max-width: 1072px;
  margin-left: auto;
  margin-right: auto;
}

.cta-block__grid {
  align-items: stretch;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}

.cta-block__body {
  position: relative;
  background: linear-gradient(179deg, #428448 1.06%, #2a652d 98.87%);
  color: #fff;
  border-radius: 20px 0 0 20px;
}

.cta-block__body > * {
  position: relative;
  z-index: 1;
}

.cta-block__title {
  color: #fff;
  max-width: 24rem;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.08;
  white-space: pre-line;
  word-spacing: normal;
  letter-spacing: 0;
}

.cta-block__text,
.cta-block__text p,
.cta-block__text ul,
.cta-block__text li {
  color: #fff;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.22;
}

.cta-block__text ul {
  margin: 1.25rem 0 0;
  padding-left: 2rem;
}

.cta-block__text li + li {
  margin-top: 0.35rem;
}

.cta-block__media {
  order: 2;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.cta-block__seam {
  position: absolute;
  inset: 0 auto 0 -7rem;
  width: 220px;
  z-index: 2;
  pointer-events: none;
}

.cta-block__seam svg {
  display: block;
  width: 100%;
  height: 100%;
}

.cta-block__seam-mobile {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4rem;
  height: 5.5rem;
  z-index: 2;
  pointer-events: none;
}

.cta-block__seam-mobile svg {
  display: block;
  width: 100%;
  height: 100%;
}

.cta-block__media img {
  -o-object-position: center top;
     object-position: center top;
}

.cta-block__text a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.cta-block__text a:hover {
  color: #fdbA13;
}

.cta-block__text ul > li::marker,
.cta-block__text.prose :where(ul > li)::marker {
  color: #fff;
}

.cta-block__body .site-pill-button {
  width: -moz-fit-content;
  width: fit-content;
}

.table-cards__card-inner {
  padding-bottom: 0.9rem;
}

.table-cards__card-title {
  font-size: clamp(1.2rem, 1.8vw, 1.45rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-align: left;
}

.table-cards__intro,
.table-cards__outro {
  text-align: left;
}

.table-cards__grid {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  row-gap: 2rem;
}

.table-cards__card {
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
  background: transparent;
  box-shadow: none;
  border: 0;
}

.table-cards__surface {
  border-radius: 12px;
  border: 1px solid rgba(42, 101, 45, 0.08);
  background: #f7f1e8;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  padding: 0;
  overflow: hidden;
}

.table-cards__card-inner,
.table-cards__copy,
.table-cards__outro,
.table-cards__intro {
  background: transparent;
}

.table-cards__copy:first-of-type,
.table-cards__copy:first-of-type p {
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.02em;
  text-align: center;
  color: #2A652D;
}

.table-cards__copy--pre {
  min-height: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}

.table-cards__table {
  font-family: Figtree, sans-serif;
  font-size: 16px;
  line-height: normal;
  background: transparent;
}

.table-cards__heading {
  border-color: #376f39;
  background: #3f7639;
  vertical-align: top;
  padding-top: 14px;
  padding-bottom: 14px;
}

.table-cards__heading:first-child,
.table-cards__cell:first-child {
  width: 20%;
}

.table-cards__heading:last-child,
.table-cards__cell:last-child {
  width: 80%;
}

.table-cards__heading:first-child,
.table-cards__cell:first-child {
  padding-left: 10px;
  padding-right: 10px;
}

.table-cards__heading:first-child {
  border-top-left-radius: 10px;
}

.table-cards__heading:last-child {
  border-top-right-radius: 10px;
}

.table-cards__heading > div {
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.table-cards__heading-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.table-cards__heading-text {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
}

.table-cards__heading-subtext {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  color: rgba(255, 255, 255, 0.92);
}

.table-cards__table img {
  height: 2rem;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.table-cards__cell {
  border-color: #d9cec0;
  background: #f8f3ec;
  font-family: Figtree, sans-serif;
  font-size: 18px;
  line-height: normal;
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  justify-content: center;
}

.table-cards__table tbody tr:nth-child(even) .table-cards__cell {
  background: #f8f3ec;
}

.table-cards__footer,
.table-cards__footer p {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.table-cards__footer {
  display: flex;
  width: 100%;
  padding: 10px 20px 20px 20px;
  align-items: center;
  gap: 10px;
  border-radius: 0 0 10px 10px;
  background: #E4DBD2;
  box-sizing: border-box;
}

.table-cards__copy,
.table-cards__copy p,
.table-cards__outro,
.table-cards__outro p,
.table-cards__intro,
.table-cards__intro p {
  color: #000;
  font-family: Figtree, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}

.table-cards__outro,
.table-cards__outro p,
.table-cards__copy:not(:first-of-type),
.table-cards__copy:not(:first-of-type) p {
  line-height: normal;
}

.table-cards__outro a,
.table-cards__copy a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.table-cards__outro a:hover,
.table-cards__copy a:hover {
  color: #FDBA13;
}

.accordion-card {
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 50rem;
  border-radius: 10px;
  border: 1px solid rgba(66, 132, 72, 0.12);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.accordion-card__trigger {
  display: flex;
  background: #418548;
  padding: 16px 30px;
  justify-content: space-between;
  align-items: center;
  gap: 13px;
  align-self: stretch;
  transition: background-color 0.2s ease;
}

.accordion-card__trigger[aria-expanded='true'],
.accordion-card__trigger:hover {
  background: #f0b43b;
}

.accordion-card__title {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  color: #fff;
}

.accordion-card__icon {
  color: #fff;
  transform-origin: center;
}

.accordion-card__trigger[aria-expanded='true'] .accordion-card__title,
.accordion-card__trigger:hover .accordion-card__title,
.accordion-card__trigger[aria-expanded='true'] .accordion-card__icon,
.accordion-card__trigger:hover .accordion-card__icon {
  color: #000;
}

.accordion-card__icon svg {
  height: 1.1rem;
  width: 1.1rem;
}

.accordion-panel {
  border-radius: 0 0 10px 10px;
  background: #F6F1E8;
}

.accordion-card__content,
.accordion-card__content p,
.accordion-card__content ul,
.accordion-card__content li {
  font-family: Figtree, sans-serif;
  font-size: 16px;
  line-height: normal;
  color: #000;
}

.accordion-panel > div {
  display: flex;
  padding: 20px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.accordion-card__content p {
  margin-bottom: 0.65rem;
}

.accordion-card__content strong {
  font-weight: 700;
}

.accordion-card__content a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.accordion-card__content a:hover {
  color: #FDBA13;
}

.accordion-card__content ul > li::marker,
.tip-box__content ul > li::marker,
.cta-block__text ul > li::marker {
  color: #000;
}

.accordion-card__content ul {
  margin: 0.35rem 0 0.65rem;
  padding-left: 1.15rem;
}

.accordion-card__content li {
  margin-bottom: 0.2rem;
}

.tip-box {
  max-width: 50rem;
}

.tip-box__inner {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fffdf9;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  padding: 24px 28px;
}

.tip-box__title-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.tip-box__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: #000;
  flex-shrink: 0;
}

.tip-box__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.tip-box__title {
  margin: 0;
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  word-spacing: normal;
}

.tip-box__content,
.tip-box__content p,
.tip-box__content ul,
.tip-box__content li {
  color: #000;
  font-family: Figtree, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.22;
}

.tip-box__content p {
  margin-bottom: 12px;
}

.tip-box__content ul {
  margin: 6px 0 10px;
  padding-left: 2rem;
}

.tip-box__content li {
  margin-bottom: 0;
  margin-top: 0rem;
}

.tip-box__content a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.tip-box__content a:hover {
  color: #FDBA13;
}

.block-hero .hero-block__shell {
  padding-top: 2.3rem;
  padding-bottom: 2.6rem;
}

.block-card-section > div,
.block-table-cards > div,
.block-accordion > div,
.block-cta > div {
  padding-top: 1.9rem;
  padding-bottom: 2.3rem;
}

.block-card-section + .block-cta > div,
.block-table-cards + .block-cta > div,
.block-accordion + .block-cta > div {
  padding-top: 1.3rem;
}

@media (min-width: 768px) {
  .block-hero .hero-block__shell {
    padding-top: 2.9rem;
    padding-bottom: 3rem;
  }

  .block-card-section > div,
	.block-table-cards > div,
	.block-accordion > div,
	.block-cta > div {
    padding-top: 2.4rem;
    padding-bottom: 2.8rem;
  }

  .card-section__grid {
    -moz-column-gap: 100px;
         column-gap: 100px;
    row-gap: 1.25rem;
  }

  .table-cards__grid {
    gap: 1rem;
  }

  .cta-block__body {
    padding: 3rem 3.5rem 2.7rem 4.8rem;
  }

  .cta-block__media {
    min-height: 18rem;
  }
}

@media (max-width: 1023px) {
  .cta-block__body {
    order: 2;
    border-radius: 0 0 20px 20px;
  }

  .cta-block__media {
    order: 1;
  }

  .cta-block__seam {
    display: none;
  }

  .cta-block__seam-mobile {
    display: block;
  }

  .cta-block__body {
    padding: 1.75rem 1.5rem 1.6rem;
  }
}

@media (max-width: 767px) {
  .block-hero .hero-block__shell {
    padding-top: 1.6rem;
    padding-bottom: 2rem;
  }

  .block-card-section > div,
	.block-table-cards > div,
	.block-accordion > div,
	.block-cta > div {
    padding-top: 1.4rem;
    padding-bottom: 1.85rem;
  }

  .block-card-section + .block-cta > div,
	.block-table-cards + .block-cta > div,
	.block-accordion + .block-cta > div {
    padding-top: 1rem;
  }

  .hero-block__title {
    font-size: 2.1rem;
    line-height: 1.2;
  }

  .hero-block__subtitle {
    max-width: 16rem;
    font-size: 1rem;
    line-height: 1.28;
  }

  .card-section__intro {
    margin-bottom: 1.4rem;
  }

  .card-section__title,
	.card-section__subtitle,
	.cta-block__title {
    font-size: 1.8rem;
    line-height: 1.05;
  }

  .card-section__grid,
	.table-cards__grid {
    max-width: 100%;
    gap: 1rem;
  }

  .card-section__card,
	.table-cards__card,
	.accordion-card,
	.tip-box {
    max-width: 100%;
  }

  .card-section__body {
    min-height: 8.8rem;
    padding: 1.35rem 1.2rem 1.5rem;
  }

  .card-section__card-title {
    font-size: 1.55rem;
    line-height: 1.1;
  }

  .card-section__text,
	.card-section__text p,
	.table-cards__copy,
	.table-cards__copy p,
	.table-cards__intro,
	.table-cards__intro p,
	.table-cards__outro,
	.table-cards__outro p,
	.accordion-card__content,
	.accordion-card__content p,
	.accordion-card__content ul,
	.accordion-card__content li,
	.tip-box__content,
	.tip-box__content p,
	.tip-box__content ul,
	.tip-box__content li,
	.cta-block__text,
	.cta-block__text p,
	.cta-block__text ul,
	.cta-block__text li {
    font-size: 0.98rem;
    line-height: 1.45;
  }

  .table-cards__copy:first-of-type,
	.table-cards__copy:first-of-type p {
    font-size: 1.55rem;
    line-height: 1.15;
  }

  .table-cards__card-inner {
    padding-bottom: 0.5rem;
  }

  .table-cards__copy--pre {
    min-height: auto;
    margin-bottom: 1.25rem;
  }

  .table-cards__heading > div {
    min-width: 0;
    gap: 0.5rem;
    flex-direction: column;
    align-items: center;
  }

  .table-cards__table {
    table-layout: fixed;
    width: 100%;
  }

  .table-cards__heading:first-child,
	.table-cards__cell:first-child {
    width: 38%;
  }

  .table-cards__heading:last-child,
	.table-cards__cell:last-child {
    width: 62%;
  }

  .table-cards__heading,
	.table-cards__cell {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  .table-cards__heading {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .table-cards__heading-text {
    font-size: 0.95rem;
    line-height: 1.2;
    white-space: normal;
    text-wrap: balance;
    text-align: center;
  }

  .table-cards__heading-copy {
    align-items: center;
    text-align: center;
  }

  .table-cards__table img {
    height: 1.5rem;
    align-self: center;
    flex-shrink: 0;
  }

  .table-cards__heading-subtext,
	.table-cards__footer,
	.table-cards__footer p {
    font-size: 0.88rem;
    line-height: 1.35;
  }

  .table-cards__cell {
    font-size: 0.95rem;
    line-height: 1.3;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .table-cards__surface > .overflow-x-auto {
    overflow-x: hidden;
  }

  .table-cards__footer {
    padding: 0.85rem 1rem 1rem;
  }

  .accordion-card__trigger {
    padding: 0.95rem 1rem;
    align-items: center;
    gap: 0.75rem;
  }

  .accordion-card__title,
	.tip-box__title {
    font-size: 1.1rem;
    line-height: 1.2;
  }

  .accordion-card__content a {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .accordion-card__icon svg {
    height: 1rem;
    width: 1rem;
  }

  .accordion-panel > div {
    padding: 1rem;
  }

  .tip-box__inner {
    padding: 1rem 1rem 1.1rem;
  }

  .cta-block__body {
    padding: 1.35rem 1.2rem 1.4rem;
  }

  .cta-block__seam-mobile {
    bottom: -3rem;
    height: 4.25rem;
  }
}

/**
 * Header CTA button
 */

.header-cta-btn {
  white-space: nowrap;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 78 0 / var(--tw-border-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: Outfit;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(255 78 0 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.header-cta-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 78 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/**
 * Footer navigation list
 */

.footer-nav-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 0.75rem;
}

@media (min-width: 768px) {
  .footer-nav-list {
    justify-content: center;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}

.footer-nav-list li a {
  font-family: Outfit;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.footer-nav-list li a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 78 0 / var(--tw-text-opacity));
}

.footer-nav-list li.menu-item-cta > a {
  --tw-text-opacity: 1;
  color: rgb(255 78 0 / var(--tw-text-opacity));
}

/**
 * Footer social icons
 */

.footer-social-link {
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.footer-social-link:hover {
  --tw-text-opacity: 1;
  color: rgb(255 78 0 / var(--tw-text-opacity));
}

/**
 * Footer copyright
 */

.footer-copyright {
  font-family: Outfit;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer-copyright p {
  margin: 0px;
}

/* Gravity Form */

.form-shortcode-wrapper .gform_wrapper.gform-theme {
  --gf-color-out-ctrl-dark: #004088 !important;
  --gf-ctrl-label-color-primary: #004088 !important;
  --gf-ctrl-label-color-secondary: #004088 !important;
  --gf-ctrl-border-color: #004088 !important;
  --gf-ctrl-outline-color-focus: #004088 !important;
  --gf-color-in-ctrl-primary: #004088 !important;
  --gf-color-primary: #FF4E00 !important;
  --gf-color-primary-darker: #004088 !important;
  --gf-font-family-primary: Outfit !important;
  --gf-font-family-secondary: Outfit !important;
  --gf-font-family-tertiary: Outfit !important;
  --gf-font-size-secondary: 0.75rem !important;
  --gf-font-size-tertiary: 0.75rem !important;
  --gf-ctrl-btn-font-size: 1.25rem !important;
  --gf-font-weight-primary: 600 !important;
  --gf-font-weight-secondary: 600 !important;
  --gf-font-weight-tertiary: 600 !important;
  --gf-form-gap-y: 1.25rem !important;
  --gf-ctrl-btn-radius: 1.5rem !important;
}

.form-shortcode-wrapper .gform_required_legend {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.form-shortcode-wrapper .gfield_required {
  display: inline;
}

.form-shortcode-wrapper .gfield_label,
.form-shortcode-wrapper .gform-field-label {
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

.form-shortcode-wrapper .gform_button {
  box-shadow: 2px 4px 2px 0 #004088 !important;
  transition: 300ms ease-in-out;
}

.form-shortcode-wrapper .gform_button:hover {
  box-shadow: 2px 4px 2px 0 #000 !important;
}

.form-shortcode-wrapper .gform-theme--foundation .gform_footer {
  justify-content: center;
}

/* Topics block */

.block-topics::after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='269' viewBox='0 0 1440 269' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='724' cy='134.5' rx='825' ry='134.5' fill='%2300788C'/%3E%3C/svg%3E%0A");
  pointer-events: none;
  position: absolute;
  left: 0px;
  bottom: 2.5rem;
  z-index: -10;
  height: 5rem;
  width: 100%;
  background-size: cover;
  background-position: bottom;
}

@media (min-width: 768px) {
  .block-topics::after {
    left: -10%;
    bottom: 12.5%;
    height: 25%;
    width: 120%;
  }
}

/**
 * Post title styles
 */

.page-title,
.entry-title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 40rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

/**
 * Layout styles for centered content areas
 */

.page-content > *,
.entry-content > * {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 40rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 64 136 / var(--tw-text-opacity));
}

.entry-content > .alignwide {
  max-width: 60rem;
}

.entry-content > .alignfull {
  max-width: none;
}

.entry-content > .alignleft {
  float: left;
  margin-right: 2rem;
}

.entry-content > .alignright {
  float: right;
  margin-left: 2rem;
}

/* =========================================================
   Flip Cards (Topics Block)
   ========================================================= */

.flip-card {
  perspective: 1000px;
  position: relative;
  /* anchors absolute children */
}

.flip-card__inner {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 600ms ease;
}

.flip-card.is-flipped .flip-card__inner {
  transform: rotateY(180deg);
}

.flip-card__face {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flip-card__front {
  background: transparent;
}

.flip-card__back {
  transform: rotateY(180deg);
  background: #FDBA13;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow:
		0 10px 25px rgba(0, 0, 0, 0.12),
		0 4px 10px rgba(0, 0, 0, 0.06);
}

/* Masked silhouette watermark (PNG/SVG) */

.flip-card__back-watermark {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: #FDBA13;
  opacity: 0;
  pointer-events: none;
}

/* Fallback watermark */

.flip-card__back-watermark-fallback {
  position: absolute;
  inset: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 0;
  pointer-events: none;
  filter: brightness(0) invert(1);
}

.flip-card__back-content {
  position: relative;
  z-index: 1;
  padding: 1rem;
  text-align: center;
}

.flip-card__back-content p {
  margin: 0.5rem 0;
  color: #fff;
  font-size: 1rem;
}

/* Headings tweak */

h2,
h4 {
  word-spacing: -0.5rem;
}

/* =========================================================
   Scroll CTA (btn-scroll)
   ========================================================= */

.btn-scroll {
  position: relative;
  color: #FDBA13;
}

.btn-scroll:hover {
  transform: translateY(-4px);
  color: #FF4E00;
}

.btn-scroll__arrows {
  transition: transform 0.3s ease;
}

.btn-scroll__arrows i {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.btn-scroll:hover .btn-scroll__arrows i:first-child {
  transform: translateY(4px);
  opacity: 0.6;
}

.btn-scroll:hover .btn-scroll__arrows i:last-child {
  transform: translateY(8px);
  opacity: 1;
}

/* =========================================================
   Accordion (Two Column Block)
   Background image above mustard, behind text, fixed height, pinned bottom
   ========================================================= */

/* Card container: clip bg to rounded corners */

.accordion-item {
  position: relative;
  overflow: hidden;
}

/* Smooth open animation (JS sets max-height) */

.accordion-panel {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 420ms ease, opacity 250ms ease;
}

.accordion-panel.is-open {
  opacity: 1;
}

/* Ensure content sits above background */

.accordion-trigger,
.accordion-panel {
  position: relative;
  z-index: 10;
}

/* Bottom pinned background strip:
   IMPORTANT: z-index 5 so it appears ABOVE bg-mustard but BELOW text */

.accordion-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 140px;
  z-index: 5;
  pointer-events: none;
}

.accordion-bg__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
  /* tune to taste */
}

/* OPTIONAL: If you want to keep text from overlapping the strip,
   uncomment this and match it to .accordion-bg height.

.accordion-item {
	padding-bottom: 140px;
}
*/

#mobile-primary-menu > li > a {
  display: block;
  border-radius: 9999px;
  padding: 0.95rem 1rem;
  font-family: Poppins, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.1;
  color: #000;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

#mobile-primary-menu > li > a:hover,
#mobile-primary-menu > li > a:focus-visible {
  background: rgba(255, 255, 255, 0.65);
  outline: none;
}

#mobile-primary-menu .menu-item {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

#mobile-menu.is-open #mobile-primary-menu .menu-item {
  opacity: 1;
  transform: translateY(0);
}

#mobile-menu.is-open #mobile-primary-menu .menu-item:nth-child(1) {
  transition-delay: 0.05s;
}

#mobile-menu.is-open #mobile-primary-menu .menu-item:nth-child(2) {
  transition-delay: 0.09s;
}

#mobile-menu.is-open #mobile-primary-menu .menu-item:nth-child(3) {
  transition-delay: 0.13s;
}

#mobile-menu.is-open #mobile-primary-menu .menu-item:nth-child(4) {
  transition-delay: 0.17s;
}

#mobile-menu.is-open #mobile-primary-menu .menu-item:nth-child(5) {
  transition-delay: 0.21s;
}

#mobile-menu.is-open #mobile-primary-menu .menu-item:nth-child(6) {
  transition-delay: 0.25s;
}

body.mobile-menu-open {
  overflow: hidden;
}

#mobile-menu {
  visibility: hidden;
}

#mobile-menu.is-open {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

#mobile-menu-panel {
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}

#mobile-menu.is-open #mobile-menu-panel {
  transform: translateY(0);
  opacity: 1;
}

#mobile-primary-menu .sub-menu {
  margin-top: 0.5rem;
  padding-left: 1rem;
}

#mobile-primary-menu .sub-menu a {
  display: block;
  padding: 0.5rem 1rem;
  font-family: Figtree, sans-serif;
  font-size: 1rem;
  color: #000;
  opacity: 0.8;
}

.header-nav-list li a {
  font-family: Poppins, sans-serif;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #6f9b6f;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.header-nav-list li a:hover {
  color: #418548;
}

.header-nav-list .current-menu-item a {
  font-weight: 700;
}

.mobile-nav-list li a {
  display: block;
  border-radius: 9999px;
  padding: 0.95rem 1rem;
  font-family: Poppins, sans-serif;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #6f9b6f;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.mobile-nav-list li a:hover,
.mobile-nav-list li a:focus-visible {
  background: rgba(255, 255, 255, 0.6);
  color: #418548;
  outline: none;
}

.mobile-nav-list .current-menu-item a {
  font-weight: 700;
}

.mobile-nav-list .menu-item {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

#mobile-menu.is-open .mobile-nav-list .menu-item {
  opacity: 1;
  transform: translateY(0);
}

#mobile-menu.is-open .mobile-nav-list .menu-item:nth-child(1) {
  transition-delay: 0.05s;
}

#mobile-menu.is-open .mobile-nav-list .menu-item:nth-child(2) {
  transition-delay: 0.09s;
}

#mobile-menu.is-open .mobile-nav-list .menu-item:nth-child(3) {
  transition-delay: 0.13s;
}

#mobile-menu.is-open .mobile-nav-list .menu-item:nth-child(4) {
  transition-delay: 0.17s;
}

#mobile-menu.is-open .mobile-nav-list .menu-item:nth-child(5) {
  transition-delay: 0.21s;
}

#mobile-menu.is-open .mobile-nav-list .menu-item:nth-child(6) {
  transition-delay: 0.25s;
}

body.mobile-menu-open {
  overflow: hidden;
}

/**
 * This injects Tailwind's utility classes and any utility classes registered
 * by plugins, then adds custom utility classes.
 */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-\[-8rem\] {
  bottom: -8rem;
}

.left-0 {
  left: 0px;
}

.left-\[-10rem\] {
  left: -10rem;
}

.left-\[-20rem\] {
  left: -20rem;
}

.right-\[-10rem\] {
  right: -10rem;
}

.right-\[-8rem\] {
  right: -8rem;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-20 {
  top: 5rem;
}

.top-\[-4rem\] {
  top: -4rem;
}

.top-\[10\%\] {
  top: 10%;
}

.top-\[20rem\] {
  top: 20rem;
}

.isolate {
  isolation: isolate;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-\[1\] {
  z-index: 1;
}

.m-auto {
  margin: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-\[0\.75rem\] {
  margin-bottom: 0.75rem;
}

.ml-auto {
  margin-left: auto;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.-ml-6 {
  margin-left: -1.5rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}

.h-12 {
  height: 3rem;
}

.h-40 {
  height: 10rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-8 {
  height: 2rem;
}

.h-\[16rem\] {
  height: 16rem;
}

.h-\[24rem\] {
  height: 24rem;
}

.h-\[2px\] {
  height: 2px;
}

.h-\[calc\(100\%-5rem\)\] {
  height: calc(100% - 5rem);
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.max-h-16 {
  max-height: 4rem;
}

.max-h-\[calc\(100dvh-5rem\)\] {
  max-height: calc(100dvh - 5rem);
}

.min-h-\[100px\] {
  min-height: 100px;
}

.min-h-\[13rem\] {
  min-height: 13rem;
}

.w-12 {
  width: 3rem;
}

.w-40 {
  width: 10rem;
}

.w-48 {
  width: 12rem;
}

.w-5 {
  width: 1.25rem;
}

.w-8 {
  width: 2rem;
}

.w-\[12\.25rem\] {
  width: 12.25rem;
}

.w-\[15\.875rem\] {
  width: 15.875rem;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.min-w-\[8rem\] {
  min-width: 8rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-\[18rem\] {
  max-width: 18rem;
}

.max-w-\[30rem\] {
  max-width: 30rem;
}

.max-w-\[32rem\] {
  max-width: 32rem;
}

.max-w-\[34rem\] {
  max-width: 34rem;
}

.max-w-\[36rem\] {
  max-width: 36rem;
}

.max-w-\[50rem\] {
  max-width: 50rem;
}

.max-w-none {
  max-width: none;
}

.max-w-screen-sm {
  max-width: 640px;
}

.max-w-screen-xl {
  max-width: 1280px;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-xs {
  max-width: 20rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.shrink-0 {
  flex-shrink: 0;
}

.border-separate {
  border-collapse: separate;
}

.border-spacing-0 {
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.origin-center {
  transform-origin: center;
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-6 {
  --tw-translate-y: -1.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.-space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-clip {
  overflow-x: clip;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-b-\[100\%_100\%\] {
  border-bottom-right-radius: 100% 100%;
  border-bottom-left-radius: 100% 100%;
}

.rounded-b-\[2rem\] {
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-black\/10 {
  border-color: rgb(0 0 0 / 0.1);
}

.border-black\/5 {
  border-color: rgb(0 0 0 / 0.05);
}

.bg-\[\#418548\] {
  --tw-bg-opacity: 1;
  background-color: rgb(65 133 72 / var(--tw-bg-opacity));
}

.bg-\[\#EFE8E1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 232 225 / var(--tw-bg-opacity));
}

.bg-\[\#f5f1ec\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 241 236 / var(--tw-bg-opacity));
}

.bg-\[\#f5f1ec\]\/95 {
  background-color: rgb(245 241 236 / 0.95);
}

.bg-beige {
  --tw-bg-opacity: 1;
  background-color: rgb(249 232 204 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-black\/25 {
  background-color: rgb(0 0 0 / 0.25);
}

.bg-mustard {
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 19 / var(--tw-bg-opacity));
}

.bg-navy {
  --tw-bg-opacity: 1;
  background-color: rgb(0 64 136 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.from-navy {
  --tw-gradient-from: #004088 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 64 136 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-15\% {
  --tw-gradient-from-position: 15%;
}

.to-teal {
  --tw-gradient-to: #00788C var(--tw-gradient-to-position);
}

.bg-cover {
  background-size: cover;
}

.bg-bottom {
  background-position: bottom;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-0 {
  padding: 0px;
}

.p-6 {
  padding: 1.5rem;
}

.p-\[3\.25rem\] {
  padding: 3.25rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-\[1\.6875rem\] {
  padding-top: 1.6875rem;
  padding-bottom: 1.6875rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-0 {
  padding-left: 0px;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-28 {
  padding-top: 7rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-\[2rem\] {
  padding-top: 2rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.align-top {
  vertical-align: top;
}

.font-\[figtree\] {
  font-family: figtree;
}

.font-blackat {
  font-family: BLACKAT;
}

.font-narrabeen {
  font-family: Narrabeen;
}

.font-outfit {
  font-family: Outfit;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-\[1rem\] {
  font-size: 1rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-black {
  font-weight: 900;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.leading-none {
  line-height: 1;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-\[\#000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-beige {
  --tw-text-opacity: 1;
  color: rgb(249 232 204 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.text-mustard {
  --tw-text-opacity: 1;
  color: rgb(253 186 19 / var(--tw-text-opacity));
}

.text-navy {
  --tw-text-opacity: 1;
  color: rgb(0 64 136 / var(--tw-text-opacity));
}

.text-orange {
  --tw-text-opacity: 1;
  color: rgb(255 78 0 / var(--tw-text-opacity));
}

.text-teal {
  --tw-text-opacity: 1;
  color: rgb(0 120 140 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.no-underline {
  text-decoration-line: none;
}

.opacity-0 {
  opacity: 0;
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-\[2px\] {
  --tw-backdrop-blur: blur(2px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.content-none {
  --tw-content: none;
  content: var(--tw-content);
}

/**
 * Custom styles to immediately follow Tailwind’s `utilities` layer
 *
 * Add your own utility classes to this theme. Complex utility classes should
 * be added using Tailwind’s plugin system:
 *
 * https://tailwindcss.com/docs/plugins#adding-utilities
 */

.hover\:bg-black\/\[0\.03\]:hover {
  background-color: rgb(0 0 0 / 0.03);
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus {
  --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, 0 0 #0000);
}

.focus\:ring-black\/20:focus {
  --tw-ring-color: rgb(0 0 0 / 0.2);
}

.prose-p\:my-0 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-top: 0px;
  margin-bottom: 0px;
}

.prose-a\:text-primary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(255 78 0 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .sm\:mt-10 {
    margin-top: 2.5rem;
  }

  .sm\:mt-4 {
    margin-top: 1rem;
  }

  .sm\:mt-7 {
    margin-top: 1.75rem;
  }

  .sm\:ml-8 {
    margin-left: 2rem;
  }

  .sm\:ml-4 {
    margin-left: 1rem;
  }

  .sm\:-ml-4 {
    margin-left: -1rem;
  }

  .sm\:min-h-\[16rem\] {
    min-height: 16rem;
  }

  .sm\:max-w-\[22rem\] {
    max-width: 22rem;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }

  .sm\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .sm\:p-7 {
    padding: 1.75rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 768px) {
  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-3\/4 {
    height: 75%;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:gap-16 {
    gap: 4rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:pt-44 {
    padding-top: 11rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:ml-10 {
    margin-left: 2.5rem;
  }

  .lg\:ml-6 {
    margin-left: 1.5rem;
  }

  .lg\:-ml-2 {
    margin-left: -0.5rem;
  }

  .lg\:min-h-full {
    min-height: 100%;
  }

  .lg\:max-w-\[28rem\] {
    max-width: 28rem;
  }

  .lg\:max-w-\[40rem\] {
    max-width: 40rem;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[minmax\(0\2c 1\.45fr\)_minmax\(18rem\2c 0\.9fr\)\] {
    grid-template-columns: minmax(0,1.45fr) minmax(18rem,0.9fr);
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .lg\:text-\[40px\] {
    font-size: 40px;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.\[\&_li\]\:mb-1 li {
  margin-bottom: 0.25rem;
}

.\[\&_p\:last-child\]\:mb-0 p:last-child {
  margin-bottom: 0px;
}

.\[\&_p\]\:mb-3 p {
  margin-bottom: 0.75rem;
}

.\[\&_p\]\:mb-4 p {
  margin-bottom: 1rem;
}

.\[\&_p\]\:text-lg p {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  .\[\&_p\]\:md\:text-xl p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.\[\&_ul\]\:mb-3 ul {
  margin-bottom: 0.75rem;
}

.\[\&_ul\]\:list-disc ul {
  list-style-type: disc;
}

.\[\&_ul\]\:pl-5 ul {
  padding-left: 1.25rem;
}

@media (min-width: 768px) {
  .\[\&_ul\]\:md\:columns-2 ul {
    -moz-columns: 2;
         columns: 2;
  }
}
