/*!
Theme Name: The Green Law Firm
Theme URI: https://underscoretw.com/
Author: underscoretw.com
Author URI: https://underscoretw.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
Text Domain: the-green-law-firm
Tags:

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

The Green Law Firm is based on _tw https://underscoretw.com/, (C) 2021-2023 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.
 */

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

/*! tailwindcss v3.4.0 | 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 */
  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,
[type='button'],
[type='reset'],
[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:  ;
}

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

/**
 * 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));
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
  font-family: "Red Hat Display", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rufina", sans-serif;
  font-weight: 400 !important;
}

h1,
.h1 {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

@media (min-width: 1024px) {
  h1,
.h1 {
    font-size: 3rem !important;
    line-height: 1 !important;
  }
}

h2,
.h2 {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

@media (min-width: 1024px) {
  h2,
.h2 {
    font-size: 3rem !important;
    line-height: 1 !important;
  }
}

h3,
.h3 {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

@media (min-width: 1024px) {
  h3,
.h3 {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }
}

h4,
.h4 {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

@media (min-width: 1024px) {
  h4,
.h4 {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
}

h5,
.h5 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px) {
  h5,
.h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

h6,
.h6 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

/**
 * 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% !important;
}

.container {
  width: 100%;
}

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

  .container {
    max-width: 1280px;
  }
}

.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-left: 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-left: 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-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 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(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-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 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-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 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: left;
  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-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 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(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.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-left: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 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-left: 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-left: 0;
}

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

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

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

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 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;
}

/* .btn {
	@apply text-primary uppercase tracking-wide;

	&--underlined {
		@apply text-xl  ;
	}

	&:hover {
		@apply bg-transparent text-white;
	}
} */

.btn {
  position: relative;
}

.btn--underlined .wp-block-button__link {
  border-style: none;
  background-color: transparent !important;
  padding: 0px;
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(0 163 79 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-delay: 100ms;
}

.btn--underlined ::before {
  content: "";
  position: absolute;
  bottom: 0px;
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(0 163 79 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-delay: 100ms;
}

@media (min-width: 1024px) {
  .btn--underlined ::before {
    height: 2px;
    width: 90px;
  }
}

.btn--underlined ::after {
  content: "";
  position: absolute;
  top: 2.75rem;
  bottom: 0px;
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(0 163 79 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-delay: 100ms;
}

@media (min-width: 1024px) {
  .btn--underlined ::after {
    height: 2px;
    width: 70px;
  }

  .btn--underlined:hover ::before {
    width: 100%;
  }

  .btn--underlined:hover ::after {
    width: 90%;
  }
}

#masthead {
  position: fixed;
  z-index: 99999;
  width: 100%;
  --tw-bg-opacity: 0.5;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#masthead .header-nav-phone .header--phone:hover a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

#masthead .header--phone {
  display: none;
  align-items: center;
  gap: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

@media (min-width: 1024px) {
  #masthead .header--phone {
    display: flex;
    flex-direction: row;
  }
}

#masthead .header--phone:hover a {
  --tw-text-opacity: 1;
  color: rgb(0 163 79 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

#masthead .header #site-nav {
  display: none;
}

@media (min-width: 1280px) {
  #masthead .header #site-nav {
    display: block;
  }
}

#masthead .header #site-nav .menu {
  width: calc(100% - 2rem);
  position: absolute;
  left: 1rem;
  top: 5rem;
  z-index: 50;
  transform-origin: top;
  --tw-scale-y: 0;
  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));
  gap: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 163 79 / var(--tw-bg-opacity));
  padding: 0.25rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 2;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

@media (min-width: 1024px) {
  #masthead .header #site-nav .menu {
    position: relative;
    top: 0px;
    left: 0px;
    display: flex;
    width: 100%;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    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));
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

@media (min-width: 1280px) {
  #masthead .header #site-nav .menu {
    gap: 0.5rem;
    padding: 0.75rem;
  }
}

#masthead .header #site-nav .menu a {
  position: relative;
  padding: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.025em;
}

#masthead .header #site-nav .menu a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 163 79 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  #masthead .header #site-nav .menu a {
    padding: 0.75rem;
  }
}

#masthead .header #site-nav .menu a::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  transform-origin: center;
  --tw-scale-x: 0;
  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));
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 163 79 / var(--tw-border-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
}

#masthead .header #site-nav .menu a:hover::before {
  --tw-scale-x: 1;
  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));
}

#masthead .header #site-nav li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

@media (min-width: 1024px) {
  #masthead .header #site-nav li {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

#masthead .header #site-nav li.current-menu-item a::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  transform-origin: center;
  --tw-scale-x: 1;
  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));
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 163 79 / var(--tw-border-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
}

#masthead .header #site-nav.active .menu {
  --tw-scale-y: 1;
  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));
}

#masthead .header #site-nav #secondary-menu {
  position: relative;
}

#masthead .header #site-nav #secondary-menu .menu-item-735 .sub-menu {
  visibility: hidden;
  position: absolute;
  display: block;
  width: 15rem;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 163 79 / var(--tw-text-opacity));
  opacity: 0;
  --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);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-delay: 100ms;
}

#masthead .header #site-nav #secondary-menu .menu-item-735 .sub-menu li {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(1 105 52 / var(--tw-border-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

#masthead .header #site-nav #secondary-menu .menu-item-735 .sub-menu li a::before {
  border-style: none;
}

#masthead .header #site-nav #secondary-menu .menu-item-735 .sub-menu li a:hover {
  --tw-text-opacity: 1;
  color: rgb(1 105 52 / var(--tw-text-opacity));
}

#masthead .header #site-nav #secondary-menu .menu-item-735:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}

#masthead.sticky {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #00401F var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 64 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #005C2D var(--tw-gradient-to-position);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 1024px) {
  #masthead.sticky {
    padding-top: 0px;
    padding-bottom: 1.5rem;
  }
}

#masthead.sticky .custom-logo-link img {
  transform-origin: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#site-navigation {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 50;
  display: flex;
  height: 100vh;
  width: 100%;
  flex-direction: column;
  justify-content: space-evenly;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 163 79 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  --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);
}

@media (min-width: 1024px) {
  #site-navigation {
    padding: 6rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1536px) {
  #site-navigation {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

#site-navigation .menu-main-menu-container {
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
}

@media (min-width: 1024px) {
  #site-navigation .menu-main-menu-container {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: right;
  }
}

#site-navigation .menu-main-menu-container {
  font-family: "Red Hat Display", "sans-serif";
}

#site-navigation .menu-main-menu-container .menu-item .sub-menu {
  position: absolute;
  right: 28rem;
  top: 0px;
  margin-bottom: 1rem;
  display: grid;
  height: 100%;
  min-width: -moz-max-content;
  min-width: max-content;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  place-content: center;
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
  row-gap: 1rem;
  text-align: left;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(97 97 97 / var(--tw-text-opacity));
  opacity: 0;
  transition-property: none;
}

@media (min-width: 1024px) {
  #site-navigation .menu-main-menu-container .menu-item .sub-menu {
    opacity: 1;
  }
}

#site-navigation .menu-main-menu-container .menu-item a {
  position: relative;
  z-index: 10;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 300;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  #site-navigation .menu-main-menu-container .menu-item a {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

#site-navigation .menu-main-menu-container .menu-item a:hover + .sub-menu {
  /* @apply opacity-100; */
}

#site-navigation .menu-main-menu-container .menu-item .sub-menu .menu-item a {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  text-transform: none;
  letter-spacing: -0.025em;
}

#site-navigation .menu-main-menu-container .menu-item .sub-menu .menu-item a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 163 79 / var(--tw-text-opacity));
}

#site-navigation .menu-main-menu-container .menu-item .sub-menu.active {
  z-index: 30;
}

#site-navigation .menu-main-menu-container .menu-item.menu-item-has-children > a {
  position: relative;
}

#site-navigation .menu-main-menu-container .menu-item.menu-item-has-children > a::after {
  content: "";
  right: calc(100% + 20px);
  height: 2px;
  width: calc(
							((100vw * 0.83333) * 1.5 / 4 - 100%) - 10vw -
								(30px * 2)
						);
}

@media (min-width: 1024px) {
  #site-navigation .menu-main-menu-container .menu-item.menu-item-has-children > a::after {
    width: calc(
								((100vw * 0.83333) * 2 / 4 - 100%) - 10vw -
									(30px * 2)
							);
  }
}

@media (min-width: 1280px) {
  #site-navigation .menu-main-menu-container .menu-item.menu-item-has-children > a::after {
    width: calc(
								((100vw * 0.83333) * 1.7 / 4 - 100%) - 10vw -
									(30px * 2)
							);
  }
}

@media (min-width: 1536px) {
  #site-navigation .menu-main-menu-container .menu-item.menu-item-has-children > a::after {
    width: calc(
								((100vw * 0.83333) * 1.65 / 4 - 100%) - 10vw -
									(30px * 2)
							);
  }
}

#site-navigation .menu-main-menu-container .menu-item.menu-item-has-children > a::after {
  position: absolute;
  top: 50%;
  transform-origin: right;
  --tw-translate-y: 50%;
  --tw-scale-x: 0;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(0 163 79 / var(--tw-bg-opacity));
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#site-navigation .menu-main-menu-container .menu-item.menu-item-has-children.active:hover a::after {
  --tw-scale-x: 1;
  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));
}

#site-navigation .menu-main-menu-container .menu-item.menu-item-has-children:hover ~ .nav-footer {
  opacity: 0;
}

#site-navigation .menu-main-menu-container .menu-item.active > a {
  --tw-text-opacity: 1;
  color: rgb(0 163 79 / var(--tw-text-opacity));
}

#site-navigation .nav-footer {
  bottom: 0px;
  z-index: 50;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#site-navigation .nav-body {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
}

#site-navigation .nav-body h2 {
  max-width: 36rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-transform: capitalize;
  line-height: 1.375 !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#site-navigation .nav-body .footer--icon {
  height: 3rem;
  width: 3rem;
  border-width: 1px;
  padding: 0.75rem;
}

@media (min-width: 1024px) {
  #site-navigation .nav-body .footer--icon {
    padding: 1rem;
  }
}

#site-navigation .nav-left-col {
  display: none;
}

@media (min-width: 1024px) {
  #site-navigation .nav-left-col {
    display: block;
  }

  #site-navigation .nav-left-col > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem * var(--tw-space-y-reverse));
  }
}

#site-navigation .nav-left-col .footer--icon {
  height: 2.5rem;
  width: 2.5rem;
  padding: 0.5rem;
}

#site-navigation .nav-left-col .footer--icon:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 163 79 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1;
  background-color: rgb(0 163 79 / var(--tw-bg-opacity));
  transition-property: all;
  transition-duration: 150ms;
  transition-delay: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#site-navigation .nav-left-col .header--phone {
  position: absolute;
  top: 2.5rem;
}

#site-navigation .nav-left-col .header--phone a {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}

#site-navigation .nav-b-col {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: block;
  text-align: center;
}

@media (min-width: 1024px) {
  #site-navigation .nav-b-col {
    display: none;
  }
}

#site-navigation .nav-b-col a {
  text-align: center;
}

/**
 * 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
 */

/**
 * Post title styles
 *
 * These will be applied to all headings with a `page-title` or `entry-title`
 * class on the frontend and to the post title in the block editor.
 *
 * The supplied styles are meant to match the default `h1` classes from
 * Tailwind Typography.
 */

.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
 *
 * If you are controlling the width of your content area with styles applied
 * to its container, you can delete the following styles whose selectors begin
 * with `.page-content >` and `.entry-content >`. For more details, please see
 * the following:
 *
 * https://make.wordpress.org/core/2021/06/29/on-layout-and-content-width-in-wordpress-5-8/
 */

.page-content > *,
.entry-content > * {
  /* Content width from the `theme.json` file */
  margin-left: auto;
  margin-right: auto;
  max-width: 40rem;
}

.entry-content > .alignwide {
  /* Wide width from the `theme.json` file */
  max-width: 80rem;
}

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

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

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

@media (min-width: 1024px) {
  .entry-content {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
    line-height: 1.625;
  }
}

.entry-content > .wp-block-group {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .entry-content > .wp-block-group {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.entry-content > .wp-block-group {
  /* @media (max-width: theme("screens.md")) {
			@apply text-center;
		} */
}

.page .entry-header .entry-title {
  display: none;
}

.container {
  padding-left: 1rem;
  padding-right: 1rem;
}

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

a:hover {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}

.page-id-1463 .hero--inner {
  min-height: 120px !important;
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

@media (min-width: 1024px) {
  .page-id-1463 .hero--inner {
    height: 120px !important;
  }
}

.hero .wp-block-group {
  margin-top: 5rem !important;
}

@media (min-width: 1024px) {
  .hero .wp-block-group {
    margin-top: 0px !important;
  }
}

.hero.wp-block-cover {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 1024px) {
  .hero.wp-block-cover {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.hero--title {
  margin-top: 2.5rem !important;
  margin-bottom: 0.75rem !important;
  max-width: 36rem;
  font-size: 1.5rem !important;
  line-height: 2rem !important;
  text-transform: capitalize;
}

@media (min-width: 1024px) {
  .hero--title {
    margin-top: 0px !important;
    max-width: 64rem;
    font-size: 3.75rem !important;
    line-height: 1.25 !important;
  }
}

@media (max-width: 1024px) {
  .hero .wp-block-gallery {
    display: none;
  }
}

@media (min-width: 1024px) {
  .hero .wp-block-gallery {
    margin-top: 1.5rem;
    width: 66.666667%;
  }
}

.hero .wp-block-gallery.has-nested-images .wp-block-image img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 1024px) {
  .hero .wp-block-gallery.has-nested-images .wp-block-image img {
    height: 4rem;
    width: 130px;
  }
}

.hero--inner {
  min-height: -moz-fit-content;
  min-height: fit-content;
  padding-top: 5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 1024px) {
  .hero--inner {
    height: 470px;
    padding-bottom: 5rem;
    padding-top: 7rem;
  }

  .page-id-54 .hero--inner {
    height: 440px;
    padding-bottom: 3rem;
    padding-top: 7rem;
  }
}

.g-bar .center-heading {
  text-align: center;
}

@media (min-width: 1024px) {
  .g-bar .center-heading {
    text-align: left;
  }
}

.g-bar .wp-block-columns {
  gap: 0.5rem;
}

.wp-block-button__link {
  padding: calc(0.75rem + 2px) calc(2.5rem + 2px);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 163 79 / var(--tw-border-opacity));
  font-weight: 600;
  text-transform: uppercase;
  text-decoration-line: none !important;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1024px) {
  .wp-block-button__link {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (max-width: 768px) {
  .wp-block-button__link {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
    padding: calc(0.5rem + 2px) calc(1.5rem + 2px);
  }
}

.wp-block-button__link:hover {
  background-color: transparent !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 163 79 / var(--tw-text-opacity)) !important;
}

.wp-block-heading {
  margin-top: 0px !important;
  margin-bottom: 0.25rem;
}

@media (max-width: 768px) {
  .wp-block-image {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.wp-block-column p {
  margin-top: 0px !important;
}

.wp-block-group.about {
  padding-bottom: 0px !important;
}

.g-form.wp-block-group {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.g-form .gform-body .gfield select option {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.g-form .gform_validation_errors {
  display: none;
}

.g-form .gform_wrapper {
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem;
}

@media (min-width: 1024px) {
  .g-form .gform_wrapper {
    display: flex;
    padding: 0px !important;
  }
}

.g-form .gform_wrapper ::placeholder,
			.g-form .gform_wrapper ::-webkit-input-placeholder,
			.g-form .gform_wrapper input[placeholder] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.g-form .gform_wrapper #gform_1 {
  width: 100%;
  align-items: center;
  gap: 0.5rem;
}

@media (min-width: 1024px) {
  .g-form .gform_wrapper #gform_1 {
    display: flex;
    gap: 1.25rem;
  }
}

.g-form .gform_wrapper.gravity-theme .gform-field-label--type-sub {
  display: none !important;
}

@media (min-width: 1024px) {
  .g-form .gform_wrapper.gravity-theme .gform_fields {
    width: 850px;
  }
}

.g-form .gform_wrapper.gravity-theme .gfield input,
					.g-form .gform_wrapper.gravity-theme .gfield select {
  border-bottom-width: 1px !important;
  background-color: transparent !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

@media (min-width: 1024px) {
  .g-form .gform_wrapper.gravity-theme .gfield input,
					.g-form .gform_wrapper.gravity-theme .gfield select {
    height: 3rem;
  }
}

.g-form .gform_wrapper.gravity-theme .gfield select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("/wp-content/uploads/2024/04/ChevronDown-1.svg");
  /* Path to your arrow image */
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 20px;
  background-color: #fff;
  padding-right: 50px;
}

.g-form .gform_title {
  margin-top: 0px;
  margin-bottom: 0px;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

@media (min-width: 1024px) {
  .g-form .gform_title {
    max-width: 11rem;
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
}

.g-form .gform_description {
  margin-bottom: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-text-opacity: 0.5;
}

.g-form .gform_description a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.g-form .gform_button {
  margin-top: 0.5rem;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 163 79 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 163 79 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.g-form .gform_button:hover {
  background-color: transparent;
}

@media (min-width: 1024px) {
  .g-form .gform_button {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.g-form .gform_footer {
  margin-top: 0px !important;
  padding: 0px !important;
}

.g-form .gform_footer input {
  margin-top: 1rem;
}

@media (min-width: 1024px) {
  .g-form .gform_footer input {
    margin: 0px !important;
  }
}

.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.discover-g--text {
  font-weight: 600;
}

.locations__column {
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(211 211 211 / var(--tw-border-opacity));
  padding-bottom: 2rem;
}

.locations__columns {
  margin-top: 1rem !important;
}

@media (min-width: 1024px) {
  .locations__columns {
    margin-top: 0px !important;
  }
}

.locations__img {
  margin-top: 0px;
  margin-bottom: 1.5rem;
}

.locations__img img {
  width: 100%;
  border-radius: 1rem;
}

.locations__heading {
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .locations__heading-black {
    margin-bottom: 2rem !important;
    max-width: 64rem;
  }
}

.locations__heading-sub {
  font-weight: 600;
  letter-spacing: 0.05em;
}

.locations__heading-sub::before {
  content: "";
  height: 1px;
  width: 320px;
  top: 5px;
  display: block;
  background-color: black;
  --tw-translate-x: -105%;
  --tw-translate-y: 1rem;
  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));
  padding-right: 1rem;
}

.locations__text {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.locations__text a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.locations__text a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 163 79 / var(--tw-text-opacity));
}

#post-12 .about__columns::before {
  content: "";
  position: absolute;
  height: 1000px;
  width: 1280px;
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  background-color: #00a5500c;
}

@media (min-width: 1024px) {
  #post-12 .about__columns::before {
    top: 60em;
  }
}

@media (max-width: 768px) {
  #post-12 .about__columns::before {
    display: none;
  }
}

#post-13 .about__columns::before {
  content: "";
  position: absolute;
  height: 930px;
  width: 1280px;
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  background-color: #00a5500c;
}

@media (min-width: 1024px) {
  #post-13 .about__columns::before {
    top: 60em;
  }
}

@media (max-width: 1190px) {
  #post-13 .about__columns::before {
    display: none;
  }
}

#post-52 .about__columns::before {
  content: "";
  position: absolute;
  height: 930px;
  width: 1280px;
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  background-color: #00a5500c;
}

@media (min-width: 1024px) {
  #post-52 .about__columns::before {
    top: 52em;
  }
}

@media (max-width: 1190px) {
  #post-52 .about__columns::before {
    display: none;
  }
}

.about__heading {
  max-width: 64rem;
  line-height: 1.25 !important;
}

.about__columns {
  padding-top: 2rem;
}

.about__j {
  --tw-translate-y: -10rem;
  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));
}

@media (max-width: 1024px) {
  .about__j {
    display: none;
  }
}

.about__j-image {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

@media (min-width: 1024px) {
  .about__j-image img {
    width: 83.333333%;
  }
}

.about__mid-column a {
  text-decoration-line: none;
}

@media (min-width: 1024px) {
  .about__mid-heading {
    margin-bottom: 40%;
  }

  .about__mid-title {
    margin-bottom: 15%;
  }
}

.about__mid-b-title {
  margin-bottom: 0.75rem;
}

@media (min-width: 1024px) {
  .about__mid-b-title {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }
}

.g-cta {
  position: relative;
}

@media (min-width: 1024px) {
  .g-cta__mid-col {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
}

@media (max-width: 768px) {
  .g-cta__mid-col {
    flex-basis: 100% !important;
  }
}

.g-cta__mid-col::before {
  content: "";
  position: absolute;
  top: 0px;
  z-index: 0;
  display: none;
  height: 635px;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .g-cta__mid-col::before {
    left: 10%;
    display: block;
  }
}

@media (min-width: 1280px) {
  .g-cta__mid-col::before {
    left: 15%;
  }
}

@media (min-width: 1536px) {
  .g-cta__mid-col::before {
    left: 25%;
  }
}

.g-cta__mid-col::after {
  content: "";
  position: absolute;
  top: 0px;
  z-index: 0;
  display: none;
  height: 635px;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .g-cta__mid-col::after {
    right: 10%;
    display: block;
  }
}

@media (min-width: 1280px) {
  .g-cta__mid-col::after {
    right: 15%;
  }
}

@media (min-width: 1536px) {
  .g-cta__mid-col::after {
    right: 25%;
  }
}

@media (max-width: 768px) {
  .g-cta__heading {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
}

.g-cta__r-col,
	.g-cta__l-col {
  z-index: 50;
  display: none;
}

@media (min-width: 1024px) {
  .g-cta__r-col,
	.g-cta__l-col {
    display: block;
  }
}

.g-cta__r-img img {
  width: 13rem;
}

@media (min-width: 1024px) {
  .g-cta__r-img img {
    --tw-translate-y: 4rem;
    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));
  }

  .team .wp-block-columns {
    gap: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .team .wp-block-columns {
    gap: 5rem;
  }
}

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

@media (min-width: 1024px) {
  .team__r-col {
    margin-top: 2rem !important;
  }
}

.team__l-inner {
  z-index: 20;
  min-height: 500px;
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  padding: 2rem;
}

@media (min-width: 1024px) {
  .team__l-inner {
    min-height: 700px;
    padding: 2.5rem;
  }
}

.team__l-inner .wp-block-cover__inner-container {
  align-self: flex-end;
}

.team__l-inner a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.team__l-inner:hover img {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-delay: 200ms;
  transition-timing-function: linear;
}

.team__l-inner:hover a {
  --tw-text-opacity: 1;
  color: rgb(0 163 79 / var(--tw-text-opacity));
}

.team__card {
  z-index: 0;
  min-height: 400px;
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  padding: 1rem;
}

@media (min-width: 1024px) {
  .team__card {
    min-height: 500px;
    width: 400px;
    padding: 2.5rem;
  }
}

.team__card:hover a {
  --tw-text-opacity: 1;
  color: rgb(0 163 79 / var(--tw-text-opacity));
}

.team__card-name {
  text-decoration-line: none;
  /* &::before {
					@apply scale-x-100;
				} */
}

.team__card-name a {
  text-decoration-line: none;
}

/* &-name {
			&::before {
				content: "";
				@apply border-b-2 border-primary w-full absolute left-0 top-0 h-full transition-all origin-center scale-x-0 duration-700;
			}
		} */

.team__card:hover img {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-delay: 200ms;
  transition-timing-function: linear;
}

.team__card:hover-name {
  --tw-text-opacity: 1;
  color: rgb(0 163 79 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 8px;
  /* &::before {
					@apply scale-x-100;
				} */
}

.team__card .wp-block-cover__inner-container {
  align-self: flex-end;
}

.team__card-title {
  text-decoration-line: none;
}

@media (min-width: 1024px) {
  .team__card-title {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }
}

.team__card-title {
  font-family: "Red Hat Display", "sans-serif";
}

.team__card-title > a {
  text-decoration-line: none;
}

@media (max-width: 768px) {
  .team__l-col {
    display: none;
    min-height: 500px;
  }
}

.team__l-inner-rps {
  z-index: 50;
  min-height: 500px;
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  padding: 2rem;
}

@media (min-width: 1024px) {
  .team__l-inner-rps {
    display: none;
    padding: 2.5rem;
  }
}

.team__l-inner-rps .wp-block-cover__inner-container {
  align-self: flex-end;
}

.team__r-inner {
  min-height: 170px;
  width: 100%;
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  padding: 0.75rem;
}

@media (min-width: 1024px) {
  .team__r-inner {
    min-height: 270px;
    padding: 1.5rem;
  }
}

.team__r-inner:hover img {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-delay: 200ms;
  transition-timing-function: linear;
}

.team__r-inner:hover a {
  --tw-text-opacity: 1;
  color: rgb(0 163 79 / var(--tw-text-opacity));
}

.team__r-inner .wp-block-cover__inner-container {
  align-self: flex-end;
}

.team__r-inner .wp-block-cover__inner-container .wp-block-heading {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px) {
  .team__r-inner .wp-block-cover__inner-container .wp-block-heading {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
}

.team__r-inner .wp-block-cover__inner-container .wp-block-heading a {
  text-decoration-line: none;
}

.team__row {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .team__row {
    gap: 1rem;
  }
}

@media (min-width: 1024px) {
  .team__row {
    gap: 2rem;
  }
}

@media (min-width: 1280px) {
  .team__row {
    gap: 2.5rem;
  }
}

.b-cta {
  position: relative;
}

.b-cta__heading {
  margin-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media (min-width: 1024px) {
  .b-cta__heading {
    font-size: 3rem !important;
    line-height: 1 !important;
  }
}

.b-cta__left,
	.b-cta__right {
  z-index: 50;
}

.b-cta__right {
  display: none;
}

@media (min-width: 1024px) {
  .b-cta__right {
    display: block;
  }
}

.b-cta__excerpt {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .b-cta__form {
    margin-top: 2.5rem !important;
    margin-bottom: 5rem !important;
  }

  .b-cta__form .gform_wrapper .gform_fields {
    gap: 2rem !important;
  }
}

.b-cta__form .gform_wrapper .gfield_label {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .b-cta__form .gform_wrapper .gfield_label {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
}

.b-cta__form .gform_body input,
				.b-cta__form .gform_body textarea {
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: #8181818f;
  --tw-bg-opacity: 1;
  background-color: rgb(40 40 39 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .b-cta__form .gform_body input,
				.b-cta__form .gform_body textarea {
    height: 4rem;
  }
}

.b-cta__form .gform_footer {
  margin-top: 1.5rem !important;
  display: block !important;
  width: 66.666667%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.5rem;
  text-align: center;
  font-weight: 700 !important;
}

@media (min-width: 1024px) {
  .b-cta__form .gform_footer {
    width: 33.333333%;
    padding: 1rem;
  }
}

.b-cta__form .gform_footer input {
  margin-bottom: 0px !important;
  text-transform: uppercase !important;
}

.b-cta__form::before {
  content: "";
  position: absolute;
  top: 0px;
  z-index: 0;
  display: none;
  height: 100%;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .b-cta__form::before {
    left: 10%;
  }
}

@media (min-width: 1024px) {
  .b-cta__form::before {
    left: 10%;
    display: block;
  }
}

@media (min-width: 1280px) {
  .b-cta__form::before {
    left: 15%;
  }
}

@media (min-width: 1536px) {
  .b-cta__form::before {
    left: 25%;
  }
}

.b-cta__form::after {
  content: "";
  position: absolute;
  top: 0px;
  z-index: 0;
  display: none;
  height: 100%;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .b-cta__form::after {
    right: 10%;
  }
}

@media (min-width: 1024px) {
  .b-cta__form::after {
    right: 10%;
    display: block;
  }
}

@media (min-width: 1280px) {
  .b-cta__form::after {
    right: 15%;
  }
}

@media (min-width: 1536px) {
  .b-cta__form::after {
    right: 25%;
  }
}

.b-cta__r-img img {
  display: none;
}

@media (min-width: 768px) {
  .b-cta__r-img img {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1024px) {
  .b-cta__r-img img {
    display: block;
    --tw-translate-y: 30em;
    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));
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.b-cta__l-img img {
  display: none;
}

@media (min-width: 768px) {
  .b-cta__l-img img {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1024px) {
  .b-cta__l-img img {
    display: block;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.b-cta #gform_confirmation_message_2 {
  --tw-text-opacity: 1 !important;
  color: rgb(0 163 79 / var(--tw-text-opacity)) !important;
}

.contact-cta {
  position: relative;
}

.contact-cta__heading {
  margin-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media (min-width: 1024px) {
  .contact-cta__heading {
    font-size: 3rem !important;
    line-height: 1 !important;
  }
}

.contact-cta__left,
	.contact-cta__right {
  z-index: 50;
}

.contact-cta__right {
  display: none;
}

@media (min-width: 1024px) {
  .contact-cta__right {
    display: block;
  }
}

.contact-cta__excerpt {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}

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

@media (min-width: 1024px) {
  .contact-cta__form {
    margin-top: 2.5rem !important;
    margin-bottom: 5rem !important;
  }
}

.contact-cta__form {
  /* &::before {
			content: "";
			@apply z-0 h-full w-[1px] absolute bg-[#CBCBCB] lg:block top-0 hidden md:left-[10%] lg:left-[10%] xl:left-[15%] 2xl:left-[25%];
		}
		&::after {
			content: "";
			@apply z-0 h-full w-[1px] absolute bg-[#CBCBCB] lg:block top-0 hidden md:right-[10%] lg:right-[10%] xl:right-[15%] 2xl:right-[25%];
		} */
}

.contact-cta__form .gform_wrapper {
  position: relative;
  z-index: 50;
}

@media (min-width: 1024px) {
  .contact-cta__form .gform_wrapper .gform_fields {
    gap: 2rem !important;
  }
}

.contact-cta__form .gform_wrapper .gfield_label {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .contact-cta__form .gform_wrapper .gfield_label {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
}

.contact-cta__form .gform_wrapper .dis-box label {
  --tw-text-opacity: 1 !important;
  color: rgb(38 38 38 / var(--tw-text-opacity)) !important;
}

.contact-cta__form .gform_body input,
				.contact-cta__form .gform_body textarea {
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: #8181818f;
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .contact-cta__form .gform_body input,
				.contact-cta__form .gform_body textarea {
    height: 4rem;
  }
}

.contact-cta__form .gform_footer {
  margin-top: 1rem !important;
  display: block !important;
  width: 66.666667%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 163 79 / var(--tw-bg-opacity));
  padding: 0.5rem;
  text-align: center;
  font-weight: 700 !important;
}

@media (min-width: 1024px) {
  .contact-cta__form .gform_footer {
    width: 33.333333%;
    padding: 1rem;
  }
}

.contact-cta__form .gform_footer input {
  margin-bottom: 0px !important;
  text-transform: uppercase !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.contact-cta__form::before {
  content: "";
  position: absolute;
  top: 0px;
  z-index: 0 !important;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 203 203 / var(--tw-border-opacity));
  background-color: transparent;
}

@media (min-width: 768px) {
  .contact-cta__form::before {
    left: 15%;
  }
}

@media (min-width: 1024px) {
  .contact-cta__form::before {
    left: 15% !important;
    display: block;
    height: 1120px;
    width: 830px !important;
  }
}

@media (min-width: 1280px) {
  .contact-cta__form::before {
    left: 23% !important;
    width: 1000px !important;
  }
}

.contact-cta__r-img img {
  display: none;
}

@media (min-width: 768px) {
  .contact-cta__r-img img {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1024px) {
  .contact-cta__r-img img {
    display: block;
    --tw-translate-y: 30em;
    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));
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.contact-cta__l-img img {
  display: none;
}

@media (min-width: 768px) {
  .contact-cta__l-img img {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1024px) {
  .contact-cta__l-img img {
    display: block;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

footer {
  --tw-bg-opacity: 1;
  background-color: rgb(10 116 53 / var(--tw-bg-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 1024px) {
  footer {
    padding-top: 3rem;
    padding-bottom: 3.5rem;
  }
}

footer .footer {
  text-align: center;
}

@media (min-width: 1024px) {
  footer .footer {
    text-align: left;
  }
}

footer .footer--heading {
  max-width: 28rem;
  padding-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media (min-width: 1024px) {
  footer .footer--heading {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }
}

footer .footer--phone {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}

footer .footer--icon {
  height: 3rem;
  width: 3rem;
  border-radius: 0.5rem;
  border-width: 1px;
  padding: 0.75rem;
}

@media (min-width: 1024px) {
  footer .footer--icon {
    height: 3rem;
    width: 3rem;
    padding: 0.75rem;
  }
}

footer .footer--left {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  footer .footer--left {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
}

footer .footer--right {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  footer .footer--right {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
}

footer .footer--list li {
  margin-bottom: 0.25rem;
}

@media (min-width: 1024px) {
  footer .footer--list li {
    margin-bottom: 0.75rem;
  }
}

footer .footer .wp-block-buttons {
  display: none;
}

@media (min-width: 1024px) {
  footer .footer .wp-block-buttons {
    display: block;
  }
}

.practices__heading {
  margin-top: 1rem;
  max-width: 32rem;
  --tw-text-opacity: 1;
  color: rgb(0 163 79 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .practices__heading {
    font-size: 3rem !important;
    line-height: 1 !important;
  }
}

.practices__content {
  margin-top: 1.5rem;
  font-family: "Red Hat Display", sans-serif;
}

.practices__content h3 a {
  font-weight: 700;
}

.practices__content a {
  text-decoration-line: none;
}

.practices__content:hover a {
  --tw-text-opacity: 1;
  color: rgb(0 163 79 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .practices__tabs.tabs-block {
    max-width: 80rem;
  }
}

.practices__tabs.tabs-block #tabs {
  border-style: none;
  background-color: transparent;
}

.practices__tabs.tabs-block #tabs .ui-tabs-nav {
  width: 100%;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .practices__tabs.tabs-block #tabs .ui-tabs-nav {
    width: 41.666667%;
  }
}

.practices__tabs.tabs-block #tabs .ui-tabs-nav li {
  position: relative;
  margin: 0px;
  cursor: pointer;
  border-style: none;
  background-color: transparent;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .practices__tabs.tabs-block #tabs .ui-tabs-nav li {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.practices__tabs.tabs-block #tabs .ui-tabs-nav li {
  font-family: "Rufina", sans-serif;
}

.practices__tabs.tabs-block #tabs .ui-tabs-nav li a {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 1024px) {
  .practices__tabs.tabs-block #tabs .ui-tabs-nav li a {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.practices__tabs.tabs-block #tabs .ui-tabs-nav li.ui-state-active a {
  position: relative;
  cursor: pointer;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 163 79 / var(--tw-text-opacity));
}

.practices__tabs.tabs-block #tabs .ui-tabs-nav li.ui-state-active a::before {
  content: "";
  position: absolute;
  left: -1.25rem;
  height: 50%;
  width: 100%;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(0 163 79 / var(--tw-border-opacity));
}

.practices__tabs.tabs-block #tabs .ui-tabs-nav li:last-of-type {
  border-style: none;
}

.practices__tabs.tabs-block #tabs.ui-tabs-vertical {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.5rem;
}

@media (min-width: 1024px) {
  .practices__tabs.tabs-block #tabs.ui-tabs-vertical {
    flex-direction: row;
    gap: 1rem;
  }
}

.practices__tabs.tabs-block #tabs.ui-tabs-vertical {
  font-family: "Montserrat", sans-serif !important;
}

.practices__tabs.tabs-block #tabs.ui-tabs-vertical .ui-tabs-panel {
  width: 100%;
  padding: 0px;
}

@media (min-width: 1024px) {
  .practices__tabs.tabs-block #tabs.ui-tabs-vertical .ui-tabs-panel {
    width: 58.333333%;
  }
}

.practices__tabs.tabs-block #tabs.ui-tabs-vertical .ui-tabs-panel img {
  margin-top: 0px;
  margin-bottom: 0px;
}

.practices__tabs.tabs-block #tabs.ui-tabs-vertical .ui-tabs-panel h3 {
  margin-top: 0px;
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600 !important;
}

@media (min-width: 1024px) {
  .practices__tabs.tabs-block #tabs.ui-tabs-vertical .ui-tabs-panel h3 {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
}

.practices__tabs.tabs-block #tabs.ui-tabs-vertical .ui-tabs-panel p {
  font-family: "Montserrat", sans-serif !important;
}

/* #tabs */

.testimonials .testimonials-slider .testimonials--single {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.testimonials-slider {
  /* .splide__arrow {
		@apply bg-[#74B916];

		svg {
			fill: #fff;
			@apply relative left-2;
		}
		&--next {
			@apply -right-24;
		}
		&--prev {
			@apply left-1/3 lg:-left-24;
		}
	}
	.splide__arrow {
		@apply h-12 w-12 text-2xl text-white opacity-100;
		&:disabled {
			opacity: 0;
		}
	} */
}

/* .testimonials {
	@apply hidden lg:block;
	&.wp-block-group {
		@apply hidden lg:block;
	}
} */

.testimonial-block {
  width: 100%;
}

@media (min-width: 1024px) {
  .testimonial-block {
    width: 66.666667%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.testimonial-block .testimonials--title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .testimonial-block .testimonials--title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.testimonial-block .testimonials--title {
  font-family: "Rufina", sans-serif;
}

.testimonial-block .testimonials--content {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.625 !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .testimonial-block .testimonials--content {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.testimonial-block .testimonials--author {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .testimonial-block .testimonials--author {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.testimonial-block .testimonials--author {
  font-family: "Rufina", sans-serif;
}

.testimonial-block .testimonials-slider {
  /* .splide__arrow {
					@apply bottom-auto top-1/4 hidden xl:block;
					&--prev {
						@apply -left-40;
					}
					&--next {
						@apply -right-40;
					}
				} */
}

.service {
  /* &__case {
		@apply hidden lg:block;
	} */
}

.service .bullets strong {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(1 105 52 / var(--tw-text-opacity));
}

.service .bullets li::marker {
  --tw-text-opacity: 1;
  color: rgb(1 105 52 / var(--tw-text-opacity));
}

.service .bullets-dark li::marker {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}

.service__left-col {
  height: -moz-max-content;
  height: max-content;
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(207 225 211 / var(--tw-border-opacity));
  padding: 1rem;
}

@media (min-width: 1024px) {
  .service__left-col {
    padding: 1.75rem;
  }
}

.service__right-col {
  gap: 1.25rem;
}

.service__right-col .right-cta {
  margin-bottom: 1.25rem;
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  padding: 1.25rem;
}

@media (min-width: 1024px) {
  .service__right-col .right-cta {
    margin-bottom: 2.5rem;
    padding: 2.5rem;
  }
}

.service__right-col .memberships {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  border-width: 1px;
  padding: 1rem;
}

@media (min-width: 1024px) {
  .service__right-col .memberships {
    padding: 1.75rem;
  }

  .service__f-stack .wp-block-image {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.service__f-stack .wp-block-image img {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

@media (min-width: 1024px) {
  .service__f-stack .inner-stack {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.service__f-stack .inner-stack-l,
			.service__f-stack .inner-stack-r {
  background-color: transparent;
  padding: 0px;
}

@media (min-width: 1024px) {
  .service__f-stack .inner-stack-l,
			.service__f-stack .inner-stack-r {
    border-radius: 1rem;
    --tw-bg-opacity: 1;
    background-color: rgb(247 252 249 / var(--tw-bg-opacity));
    padding: 2rem;
  }
}

.result-block {
  width: 100%;
}

@media (min-width: 1024px) {
  .result-block {
    width: 91.666667%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* &--grid {
				@apply grid grid-cols-3;
			} */

.result-block .results--single {
  padding: 1rem;
  text-align: center;
  --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);
}

@media (min-width: 1024px) {
  .result-block .results--single {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.result-block .results--title {
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .result-block .results--title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.result-block .results--title {
  font-family: "Red Hat Display", "sans-serif";
}

.result-block .results--amount {
  margin-top: 0.5rem;
  font-weight: 700 !important;
  --tw-text-opacity: 1;
  color: rgb(0 163 79 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .result-block .results--amount {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }
}

.result-block .results--amount {
  font-family: "Red Hat Display", "sans-serif";
}

.result-block .results--content {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.625 !important;
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .result-block .results--content {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .result-block .results-slider .splide__track {
    padding-top: 0.5rem;
    padding-bottom: 2.5rem;
  }
}

.result-block .results-slider .splide__arrow {
  bottom: auto;
  top: 40%;
  display: none;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 163 79 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  .result-block .results-slider .splide__arrow {
    display: block;
  }
}

.result-block .results-slider .splide__arrow--prev {
  left: -5rem;
}

.result-block .results-slider .splide__arrow--next {
  right: -5rem;
}

.case-results--single {
  list-style-type: none;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(227 227 227 / var(--tw-border-opacity));
  padding: 1rem;
  text-align: center;
  --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);
}

@media (min-width: 1024px) {
  .case-results--single {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.case-results--title {
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .case-results--title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.case-results--title {
  font-family: "Red Hat Display", "sans-serif";
}

.case-results--amount {
  margin-top: 0.5rem;
  font-weight: 700 !important;
  --tw-text-opacity: 1;
  color: rgb(0 163 79 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .case-results--amount {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }
}

.case-results--amount {
  font-family: "Red Hat Display", "sans-serif";
}

.case-results--content {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.625 !important;
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .case-results--content {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.case-results--grid {
  margin-top: 0px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .case-results--grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .case-results--grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.5rem;
  }
}

.reviews--single {
  list-style-type: none;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(227 227 227 / var(--tw-border-opacity));
  padding: 1rem;
  text-align: center;
  --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);
}

@media (min-width: 1024px) {
  .reviews--single {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.reviews--title {
  margin-top: 1.5rem;
  font-weight: 700 !important;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .reviews--title {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
}

.reviews--amount {
  margin-top: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 163 79 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .reviews--amount {
    font-size: 3rem !important;
    line-height: 1 !important;
  }
}

.reviews--content {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.625 !important;
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .reviews--content {
    height: 8rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.reviews--author {
  font-weight: 600;
}

@media (min-width: 1024px) {
  .reviews--author {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.reviews--author {
  font-family: "Rufina", "sans-serif";
}

.reviews hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.reviews--grid {
  margin-top: 0px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .reviews--grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .reviews--grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.5rem;
  }
}

.connect__image img {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.p-areas--image img {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

@media (min-width: 1024px) {
  .p-areas--image img {
    height: 250px;
    width: 420px;
  }
}

.p-areas--single .heading {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(0 163 79 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .p-areas--single .heading {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
}

.p-areas--single .heading::before {
  position: absolute;
  left: 32%;
  bottom: -0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 163 79 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 163 79 / var(--tw-text-opacity));
  content: "";
  height: 3px;
  width: 135px;
  display: block;
}

.p-areas--single a {
  text-decoration-line: none !important;
}

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

.p-areas--single:hover img,
			.p-areas--single:hover .overlay {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.p-areas--single:hover .overlay {
  background-color: rgb(1 105 52 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.9;
  padding: 2.5rem;
}

.p-areas--single:hover .p-areas--content .heading {
  --tw-translate-y: -8rem;
  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));
}

.p-areas--single:hover .p-areas--content p {
  --tw-scale-y: 1;
  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));
}

.p-areas--content {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
}

/* .heading {
			@apply text-2xl absolute w-full left-0 top-1/2 -translate-y-1/2 transition-all delay-300;
		} */

.p-areas--content p {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100%;
  --tw-translate-y: -13rem;
  --tw-scale-y: 0;
  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));
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-delay: 300ms;
}

.info-tabs-block .ui-tabs-tab {
  width: 100%;
}

@media (min-width: 1024px) {
  .info-tabs-block .ui-tabs-tab {
    width: 33%;
  }
}

.info-tabs-block .ui-tabs-nav {
  border-style: none !important;
  padding: 0px !important;
}

.info-tabs-block .ui-tabs-nav .ui-tabs-anchor {
  float: none;
}

.info-tabs-block .ui-tabs-nav li {
  border-style: none;
  background-color: transparent;
}

.info-tabs-block .ui-tabs-active .ui-tabs-anchor {
  --tw-text-opacity: 1 !important;
  color: rgb(1 105 52 / var(--tw-text-opacity)) !important;
  text-decoration-line: underline !important;
  text-underline-offset: 8px;
}

.info-tabs-block .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  width: 100% !important;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .info-tabs-block .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }
}

.info-tabs-block .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  font-family: "Rufina", sans-serif;
}

.info-tabs-block .ui-tabs .ui-tabs-active {
  --tw-text-opacity: 1 !important;
  color: rgb(1 105 52 / var(--tw-text-opacity)) !important;
}

.info-tabs-block .ui-tabs .ui-tabs-panel {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 252 247 / var(--tw-bg-opacity)) !important;
  font-family: "Red Hat Display", "sans-serif";
}

.info-tabs-block .ui-widget {
  border-style: none !important;
}

.info-tabs-block .ui-widget-content {
  border-style: none !important;
}

.info-tabs-block .ui-widget-header {
  background-color: transparent;
}

@media (max-width: 768px) {
  .info-tabs-block .ui-tabs .ui-tabs-nav li {
    float: none;
  }
}

.blog-page {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.blog-posts__single-content {
  display: flex;
  height: auto;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
}

.blog-posts__single-content:hover .title {
  --tw-text-opacity: 1;
  color: rgb(0 163 79 / var(--tw-text-opacity));
}

.blog-posts__single-content:hover figure img {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
  transition-property: all;
  transition-duration: 150ms;
  transition-delay: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.blog-posts__single-content figure {
  margin-top: 0px;
  margin-bottom: 0px;
}

.blog-posts__single-content figure img {
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1024px) {
  .blog-posts__single-content figure img {
    height: 18rem;
  }
}

.blog-posts__single-content a {
  text-decoration-line: none !important;
}

.blog-posts__single-content .title {
  --tw-text-opacity: 1;
  color: rgb(1 105 52 / var(--tw-text-opacity));
  text-decoration-line: none !important;
}

@media (min-width: 1024px) {
  .blog-posts__single-content .title {
    margin-top: 1rem;
    margin-bottom: 1rem;
    height: auto;
    font-size: 1.5em !important;
  }
}

.blog-posts__meta {
  margin-top: 1rem;
  list-style-type: none;
  align-items: center;
  padding-left: 0px;
  padding-right: 0px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(1 105 52 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .blog-posts__meta {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
}

.blog-posts__meta li {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}

@media (min-width: 1024px) {
  .blog-posts__meta li {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
}

.blog-content .entry-content > * {
  width: 100%;
}

@media (min-width: 1280px) {
  .blog-content .entry-content > * {
    max-width: 1280px;
  }
}

.blog-content .entry-content > * {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.blog-content .entry-content .wp-block-group {
  border-width: 1px;
  border-color: #0169333b;
  --tw-bg-opacity: 1;
  background-color: rgb(255 252 247 / var(--tw-bg-opacity));
  padding: 2rem;
}

.blog-content .entry-content .wp-block-group ul li::marker {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}

.blog-content .entry-content .wp-block-rank-math-toc-block {
  margin-bottom: 2rem;
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(1 105 52 / var(--tw-bg-opacity));
  padding: 1.5rem;
}

.blog-content .entry-content .wp-block-rank-math-toc-block h2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .blog-content .entry-content .wp-block-rank-math-toc-block h2 {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }
}

.blog-content .entry-content .wp-block-rank-math-toc-block ul li a {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.blog-content .entry-content .wp-block-rank-math-toc-block ul li a:hover {
  text-decoration-line: underline;
}

@media (min-width: 1024px) {
  .pagination {
    width: 1280px;
  }
}

.pagination .nav-links {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.pagination .nav-links .page-numbers {
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 246 247 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  line-height: 3.5;
}

.pagination .nav-links .page-numbers:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(1 105 52 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.pagination .nav-links .current {
  --tw-bg-opacity: 1;
  background-color: rgb(1 105 52 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.gform_required_legend {
  display: none;
}

@media (max-width: 768px) {
  .page-id-52 .g-form, .page-id-57 .g-form, .page-id-129 .g-form, .page-id-1270 .g-form, .page-id-13 .g-form {
    display: none;
  }
}

.language-switcher-container {
  --tw-translate-x: 4.5rem !important;
  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)) !important;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #00401F var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 64 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #005C2D var(--tw-gradient-to-position);
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: -4px;
  /* Adjust this value to change the distance from the right */
  z-index: 9999;
  /* Ensure it appears above other content */
  padding: 10px;
}

/* Add padding for better visibility */

.language-switcher-container:hover {
  --tw-translate-x: 0px !important;
  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)) !important;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-delay: 150ms;
}

@media (max-width: 768px) {
  .language-switcher-container {
    display: none;
  }
}

.language-switcher {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.language-links-container {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.language-link-wrapper {
  display: flex;
}

.language-link-header {
  color: white;
  text-decoration: none;
  align-items: center;
}

.language-link-header:hover {
  --tw-text-opacity: 1;
  color: rgb(0 163 79 / var(--tw-text-opacity));
}

.language-flag {
  width: 24px;
  /* Adjust the width of the flag */
  height: auto;
  vertical-align: middle;
}

.dis-box input {
  margin-right: 0.5rem;
  height: auto !important;
}

.dis-box label {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.wp-image-2301 {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.splide__container{
  box-sizing:border-box;
  position:relative
}

.splide__list{
  backface-visibility:hidden;
  display:flex;
  height:100%;
  margin:0!important;
  padding:0!important
}

.splide.is-initialized:not(.is-active) .splide__list{
  display:block
}

.splide__pagination{
  align-items:center;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  margin:0;
  pointer-events:none
}

.splide__pagination li{
  display:inline-block;
  line-height:1;
  list-style-type:none;
  margin:0;
  pointer-events:auto
}

.splide:not(.is-overflow) .splide__pagination{
  display:none
}

.splide__progress__bar{
  width:0
}

.splide{
  position:relative;
  visibility:hidden
}

.splide.is-initialized,.splide.is-rendered{
  visibility:visible
}

.splide__slide{
  backface-visibility:hidden;
  box-sizing:border-box;
  flex-shrink:0;
  list-style-type:none!important;
  margin:0;
  position:relative
}

.splide__slide img{
  vertical-align:bottom
}

.splide__spinner{
  animation:splide-loading 1s linear infinite;
  border:2px solid #999;
  border-left-color:transparent;
  border-radius:50%;
  bottom:0;
  contain:strict;
  display:inline-block;
  height:20px;
  left:0;
  margin:auto;
  position:absolute;
  right:0;
  top:0;
  width:20px
}

.splide__sr{
  clip:rect(0 0 0 0);
  border:0;
  height:1px;
  margin:-1px;
  overflow:hidden;
  padding:0;
  position:absolute;
  width:1px
}

.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{
  display:none
}

.splide__toggle.is-active .splide__toggle__pause{
  display:inline
}

.splide__track{
  overflow:hidden;
  position:relative;
  z-index:0
}

@keyframes splide-loading{
  0%{
    transform:rotate(0)
  }

  to{
    transform:rotate(1turn)
  }
}

.splide__track--draggable{
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-user-select:none;
       user-select:none
}

.splide__track--fade>.splide__list>.splide__slide{
  margin:0!important;
  opacity:0;
  z-index:0
}

.splide__track--fade>.splide__list>.splide__slide.is-active{
  opacity:1;
  z-index:1
}

.splide--rtl{
  direction:rtl
}

.splide__track--ttb>.splide__list{
  display:block
}

.splide__arrow{
  align-items:center;
  background:#ccc;
  border:0;
  border-radius:50%;
  cursor:pointer;
  display:flex;
  height:2em;
  justify-content:center;
  opacity:.7;
  padding:0;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:2em;
  z-index:1
}

.splide__arrow svg{
  fill:#000;
  height:1.2em;
  width:1.2em
}

.splide__arrow:hover:not(:disabled){
  opacity:.9
}

.splide__arrow:disabled{
  opacity:.3
}

.splide__arrow:focus-visible{
  outline:3px solid #0bf;
  outline-offset:3px
}

.splide__arrow--prev{
  left:1em
}

.splide__arrow--prev svg{
  transform:scaleX(-1)
}

.splide__arrow--next{
  right:1em
}

.splide.is-focus-in .splide__arrow:focus{
  outline:3px solid #0bf;
  outline-offset:3px
}

.splide__pagination{
  bottom:.5em;
  left:0;
  padding:0 1em;
  position:absolute;
  right:0;
  z-index:1
}

.splide__pagination__page{
  background:#ccc;
  border:0;
  border-radius:50%;
  display:inline-block;
  height:8px;
  margin:3px;
  opacity:.7;
  padding:0;
  position:relative;
  transition:transform .2s linear;
  width:8px
}

.splide__pagination__page.is-active{
  background:#fff;
  transform:scale(1.4);
  z-index:1
}

.splide__pagination__page:hover{
  cursor:pointer;
  opacity:.9
}

.splide__pagination__page:focus-visible{
  outline:3px solid #0bf;
  outline-offset:3px
}

.splide.is-focus-in .splide__pagination__page:focus{
  outline:3px solid #0bf;
  outline-offset:3px
}

.splide__progress__bar{
  background:#ccc;
  height:3px
}

.splide__slide{
  -webkit-tap-highlight-color:rgba(0,0,0,0)
}

.splide__slide:focus{
  outline:0
}

@supports(outline-offset:-3px){
  .splide__slide:focus-visible{
    outline:3px solid #0bf;
    outline-offset:-3px
  }
}

@media screen and (-ms-high-contrast:none){
  .splide__slide:focus-visible{
    border:3px solid #0bf
  }
}

@supports(outline-offset:-3px){
  .splide.is-focus-in .splide__slide:focus{
    outline:3px solid #0bf;
    outline-offset:-3px
  }
}

@media screen and (-ms-high-contrast:none){
  .splide.is-focus-in .splide__slide:focus{
    border:3px solid #0bf
  }

  .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{
    border-color:#0bf
  }
}

.splide__toggle{
  cursor:pointer
}

.splide__toggle:focus-visible{
  outline:3px solid #0bf;
  outline-offset:3px
}

.splide.is-focus-in .splide__toggle:focus{
  outline:3px solid #0bf;
  outline-offset:3px
}

.splide__track--nav>.splide__list>.splide__slide{
  border:3px solid transparent;
  cursor:pointer
}

.splide__track--nav>.splide__list>.splide__slide.is-active{
  border:3px solid #000
}

.splide__arrows--rtl .splide__arrow--prev{
  left:auto;
  right:1em
}

.splide__arrows--rtl .splide__arrow--prev svg{
  transform:scaleX(1)
}

.splide__arrows--rtl .splide__arrow--next{
  left:1em;
  right:auto
}

.splide__arrows--rtl .splide__arrow--next svg{
  transform:scaleX(-1)
}

.splide__arrows--ttb .splide__arrow{
  left:50%;
  transform:translate(-50%)
}

.splide__arrows--ttb .splide__arrow--prev{
  top:1em
}

.splide__arrows--ttb .splide__arrow--prev svg{
  transform:rotate(-90deg)
}

.splide__arrows--ttb .splide__arrow--next{
  bottom:1em;
  top:auto
}

.splide__arrows--ttb .splide__arrow--next svg{
  transform:rotate(90deg)
}

.splide__pagination--ttb{
  bottom:0;
  display:flex;
  flex-direction:column;
  left:auto;
  padding:1em 0;
  right:.5em;
  top:0
}

/**
 * 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;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.-top-\[3em\] {
  top: -3em;
}

.bottom-2 {
  bottom: 0.5rem;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.right-10 {
  right: 2.5rem;
}

.right-2 {
  right: 0.5rem;
}

.top-0 {
  top: 0px;
}

.top-3 {
  top: 0.75rem;
}

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

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

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

.order-1 {
  order: 1;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.\!mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

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

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

.mb-0 {
  margin-bottom: 0px;
}

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

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

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

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

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

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

.mr-6 {
  margin-right: 1.5rem;
}

.ms-3 {
  margin-inline-start: 0.75rem;
}

.ms-auto {
  margin-inline-start: auto;
}

.mt-14 {
  margin-top: 3.5rem;
}

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.\!flex {
  display: flex !important;
}

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.\!hidden {
  display: none !important;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.w-10 {
  width: 2.5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-64 {
  width: 16rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-\[100px\] {
  width: 100px;
}

.w-full {
  width: 100%;
}

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

.max-w-\[120px\] {
  max-width: 120px;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-max {
  max-width: -moz-max-content;
  max-width: max-content;
}

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

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

.flex-auto {
  flex: 1 1 auto;
}

.flex-initial {
  flex: 0 1 auto;
}

.cursor-pointer {
  cursor: pointer;
}

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

.flex-row {
  flex-direction: row;
}

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

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.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));
}

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

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-b-3xl {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

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

.\!border-black {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(0 163 79 / var(--tw-border-opacity));
}

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

.bg-\[\#1D4130\] {
  --tw-bg-opacity: 1;
  background-color: rgb(29 65 48 / var(--tw-bg-opacity));
}

.bg-\[\#F3FFDF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 255 223 / var(--tw-bg-opacity));
}

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

.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

.bg-d-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(1 105 52 / var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 163 79 / 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-opacity-90 {
  --tw-bg-opacity: 0.9;
}

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

.from-\[\#00401F\] {
  --tw-gradient-from: #00401F var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 64 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#005C2D\] {
  --tw-gradient-to: #005C2D var(--tw-gradient-to-position);
}

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

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

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

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

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

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

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

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

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

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

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

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

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

.pt-0 {
  padding-top: 0px;
}

.pt-5 {
  padding-top: 1.25rem;
}

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

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

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

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

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

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.leading-8 {
  line-height: 2rem;
}

.\!text-\[\#0A7435\] {
  --tw-text-opacity: 1 !important;
  color: rgb(10 116 53 / var(--tw-text-opacity)) !important;
}

.\!text-d-primary {
  --tw-text-opacity: 1 !important;
  color: rgb(1 105 52 / var(--tw-text-opacity)) !important;
}

.\!text-primary {
  --tw-text-opacity: 1 !important;
  color: rgb(0 163 79 / var(--tw-text-opacity)) !important;
}

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

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

.text-d-primary {
  --tw-text-opacity: 1;
  color: rgb(1 105 52 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

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

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / 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 !important;
}

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

.opacity-0 {
  opacity: 0;
}

.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);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

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

.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\:visible:hover {
  visibility: visible;
}

.hover\:rotate-180:hover {
  --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));
}

.hover\:scale-125:hover {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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));
}

.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}

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

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

.hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(0 163 79 / var(--tw-text-opacity));
}

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

.focus\:ring-4: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(4px + 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-blue-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity));
}

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

@media (min-width: 768px) {
  .md\:max-w-\[200px\] {
    max-width: 200px;
  }

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

@media (min-width: 1024px) {
  .lg\:invisible {
    visibility: hidden;
  }

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

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

  .lg\:right-20 {
    right: 5rem;
  }

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

  .lg\:top-\[2px\] {
    top: 2px;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:\!block {
    display: block !important;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-12 {
    height: 3rem;
  }

  .lg\:h-8 {
    height: 2rem;
  }

  .lg\:w-12 {
    width: 3rem;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:w-8 {
    width: 2rem;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

  .lg\:w-\[200px\] {
    width: 200px;
  }

  .lg\:w-\[700px\] {
    width: 700px;
  }

  .lg\:max-w-\[150px\] {
    max-width: 150px;
  }

  .lg\:columns-2 {
    -moz-columns: 2;
         columns: 2;
  }

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

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

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:gap-7 {
    gap: 1.75rem;
  }

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

  .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

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

  .lg\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

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

  .lg\:pt-4 {
    padding-top: 1rem;
  }

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
  .xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .xl\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }
}

@media (prefers-color-scheme: dark) {
  .dark\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity));
  }

  .dark\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235 / var(--tw-bg-opacity));
  }

  .dark\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  }

  .dark\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  }

  .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }

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

  .dark\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(29 78 216 / var(--tw-bg-opacity));
  }

  .dark\:focus\:ring-blue-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity));
  }
}
