/*!
Theme Name: The Joyful Noise Project
Theme URI: https://lazarusdesignteam.com
Author: Scott Hartley
Author URI: https://underscoretw.com/
Description: A custom tailwind block based WordPress theme.
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-joyful-noise-project
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 Joyful Noise Project 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.
 */

p {
  font-family: "omnes-pro", sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

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

html {
  scroll-behavior: smooth;
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-family: "omnes-pro", sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 54 36 / var(--tw-text-opacity, 1));
}

/**
* Footer Styles
*/

#menu-footer {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#menu-footer > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

#menu-footer {
  text-align: center;
  font-weight: 700;
}

@media (min-width: 768px) {
  #menu-footer {
    flex-direction: row;
  }
}

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

.menu li:hover {
  --tw-translate-y: -0.25rem;
  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));
}

.menu li a:hover {
  padding-bottom: 0.5rem;
}

.mobile-social-networks svg path {
  fill: #fff;
}

/**
* Animations
*/

.editor-styles-wrapper:not(.is-admin-bar) .animate__animated {
  opacity: 1;
}

.animate__animated {
  opacity: 0;
}

/* Simple fade-in */

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.animate__animated.fadeIn {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

/* Fade-in from the top */

@keyframes fadeTop {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate__animated.fadeTop {
  animation-name: fadeTop;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

/* Fade-in from the left */

@keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.animate__animated.fadeLeft {
  animation-name: fadeLeft;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

/* Fade-in from the right */

@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.animate__animated.fadeRight {
  animation-name: fadeRight;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

/* Fade-in from the bottom */

@keyframes fadeBottom {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate__animated.fadeBottom {
  animation-name: fadeBottom;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

/**
* Newsletter Block Form Styling
*/

.akismet-fields-container {
  display: none;
}

.newsletter-block .gform_wrapper input[type="text"],
.newsletter-block .gform_wrapper input[type="email"],
.newsletter-block .gform_wrapper input[type="tel"],
.newsletter-block .gform_wrapper input[type="number"],
.newsletter-block .gform_wrapper input[type="password"],
.newsletter-block .gform_wrapper input[type="url"],
.newsletter-block .gform_wrapper input[type="date"],
.newsletter-block .gform_wrapper textarea,
.newsletter-block .gform_wrapper select,
.contact-form .gform_wrapper input[type="text"],
.contact-form .gform_wrapper input[type="email"],
.contact-form .gform_wrapper input[type="tel"],
.contact-form .gform_wrapper input[type="number"],
.contact-form .gform_wrapper input[type="password"],
.contact-form .gform_wrapper input[type="url"],
.contact-form .gform_wrapper input[type="date"],
.contact-form .gform_wrapper textarea,
.contact-form .gform_wrapper select {
  min-height: 3rem;
  border-radius: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 54 36 / var(--tw-text-opacity, 1));
}

.newsletter-block .gform_wrapper input[type="text"]::-moz-placeholder, .newsletter-block .gform_wrapper input[type="email"]::-moz-placeholder, .newsletter-block .gform_wrapper input[type="tel"]::-moz-placeholder, .newsletter-block .gform_wrapper input[type="number"]::-moz-placeholder, .newsletter-block .gform_wrapper input[type="password"]::-moz-placeholder, .newsletter-block .gform_wrapper input[type="url"]::-moz-placeholder, .newsletter-block .gform_wrapper input[type="date"]::-moz-placeholder, .newsletter-block .gform_wrapper textarea::-moz-placeholder, .newsletter-block .gform_wrapper select::-moz-placeholder, .contact-form .gform_wrapper input[type="text"]::-moz-placeholder, .contact-form .gform_wrapper input[type="email"]::-moz-placeholder, .contact-form .gform_wrapper input[type="tel"]::-moz-placeholder, .contact-form .gform_wrapper input[type="number"]::-moz-placeholder, .contact-form .gform_wrapper input[type="password"]::-moz-placeholder, .contact-form .gform_wrapper input[type="url"]::-moz-placeholder, .contact-form .gform_wrapper input[type="date"]::-moz-placeholder, .contact-form .gform_wrapper textarea::-moz-placeholder, .contact-form .gform_wrapper select::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 54 36 / var(--tw-placeholder-opacity, 1));
}

.newsletter-block .gform_wrapper input[type="text"]::placeholder,
.newsletter-block .gform_wrapper input[type="email"]::placeholder,
.newsletter-block .gform_wrapper input[type="tel"]::placeholder,
.newsletter-block .gform_wrapper input[type="number"]::placeholder,
.newsletter-block .gform_wrapper input[type="password"]::placeholder,
.newsletter-block .gform_wrapper input[type="url"]::placeholder,
.newsletter-block .gform_wrapper input[type="date"]::placeholder,
.newsletter-block .gform_wrapper textarea::placeholder,
.newsletter-block .gform_wrapper select::placeholder,
.contact-form .gform_wrapper input[type="text"]::placeholder,
.contact-form .gform_wrapper input[type="email"]::placeholder,
.contact-form .gform_wrapper input[type="tel"]::placeholder,
.contact-form .gform_wrapper input[type="number"]::placeholder,
.contact-form .gform_wrapper input[type="password"]::placeholder,
.contact-form .gform_wrapper input[type="url"]::placeholder,
.contact-form .gform_wrapper input[type="date"]::placeholder,
.contact-form .gform_wrapper textarea::placeholder,
.contact-form .gform_wrapper select::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 54 36 / var(--tw-placeholder-opacity, 1));
}

body .gform_wrapper .gform_footer {
  justify-content: center !important;
}

@media (min-width: 1024px) {
  body .gform_wrapper .gform_footer {
    justify-content: flex-start !important;
  }
}

.gform_fields {
  gap: 1rem !important;
}

.contact-form .gform_wrapper select,
.newsletter-block .gform_wrapper select {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

body .newsletter-block .gform_wrapper .gform_footer .gform_button {
  margin-left: auto !important;
  margin-right: auto !important;
  cursor: pointer !important;
  border-radius: 1.5rem !important;
  border-width: 2px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 142 96 / var(--tw-border-opacity, 1)) !important;
  background-color: transparent !important;
  padding-left: 4rem !important;
  padding-right: 4rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  font-size: 1.0625rem !important;
  font-weight: 600 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 142 96 / var(--tw-text-opacity, 1)) !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-duration: 300ms !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

body .contact-form .gform_wrapper .gform_footer .gform_button {
  cursor: pointer !important;
  border-radius: 1.5rem !important;
  border-width: 2px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  background-color: transparent !important;
  padding-left: 4rem !important;
  padding-right: 4rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  font-size: 1.0625rem !important;
  font-weight: 600 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-duration: 300ms !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

body .contact-form .gform_wrapper .gform_footer .gform_button:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(228 39 62 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(228 39 62 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

body .newsletter-block .gform_wrapper .gform_footer .gform_button:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(228 39 62 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(228 39 62 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

body .gform_fileupload_rules {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.gform-theme--framework
	.gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload)
	.gform_drop_area::before {
  font-size: 0px !important;
  display: inline-block !important;
  height: 24px;
  width: 20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDE5IDIxIiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTkgMkw5IDE1IiBzdHJva2U9IiNFNDI3M0UiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGQ9Ik00IDcuMTQyODZMOS4xNDI4NiAyTDE0LjI4NTcgNy4xNDI4NiIgc3Ryb2tlPSIjRTQyNzNFIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNMSAxNFYyMEgxOFYxNCIgc3Ryb2tlPSIjRTQyNzNFIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4=);
}

.gform_drop_instructions {
  display: none !important;
}

#gform_drag_drop_area_5_5 {
  border-radius: 32px !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

#gform_browse_button_5_5 {
  margin-top: 0.25rem !important;
  margin-left: 1rem !important;
  background-color: transparent !important;
  padding: 0px !important;
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
  font-weight: 600 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 142 96 / var(--tw-text-opacity, 1)) !important;
  box-shadow: unset !important;
}

body .gform_confirmation_wrapper .gform_confirmation_message {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.support-us-btn {
  border-radius: 1.5rem !important;
  border-width: 2px !important;
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  font-weight: 700 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(228 39 62 / var(--tw-text-opacity, 1)) !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-duration: 300ms !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.support-us-btn:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(228 39 62 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 142 96 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.map-text strong {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 142 96 / var(--tw-text-opacity, 1));
}

.entry-content > section.newsletter-block:last-of-type {
  padding-bottom: 0px !important;
}

.footer-logo img {
  height: 60px;
}

@media (min-width: 768px) {
  .footer-logo img {
    height: auto;
  }
}

.footer-sep {
  visibility: hidden;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  display: inline-block;
}

@media (min-width: 1024px) {
  .footer-sep {
    visibility: visible;
  }
}

.page-id-378 footer,
.error404 footer {
  margin-top: 0px;
}

[x-cloak] {
  display: none !important;
}

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

.container {
  width: 100%;
}

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

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

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

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

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

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

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  font-family: omnes-pro;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5em;
}

@media (min-width: 768px) {
  .prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 18px;
  }
}

.prose :where([class~="lead"], [class~="is-style-lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

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

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

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

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

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

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

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

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

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

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

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

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

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

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

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

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

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

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

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

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
  border-bottom: none;
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
  border-left-style: solid;
}

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

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

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 400;
  font-size: 45px;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: normal;
  font-family: Chonky;
  font-style: normal;
}

@media (min-width: 768px) {
  .prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 72px;
  }
}

@media (min-width: 1024px) {
  .prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 90px;
  }
}

.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: 400;
  font-size: 36px;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.1em;
  font-family: Chonky;
  font-style: normal;
}

@media (min-width: 768px) {
  .prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 45px;
  }
}

@media (min-width: 1024px) {
  .prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 65px;
  }
}

.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: 400;
  font-size: 24px;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.2em;
  font-family: Chonky;
  font-style: normal;
}

@media (min-width: 768px) {
  .prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 32px;
  }
}

@media (min-width: 1024px) {
  .prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 40px;
  }
}

.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: 400;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.3em;
  font-family: Chonky;
  font-size: 20px;
  font-style: normal;
}

@media (min-width: 768px) {
  .prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 26px;
  }
}

@media (min-width: 1024px) {
  .prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 30px;
  }
}

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

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

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

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

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}

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

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

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

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

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

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

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

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

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

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

.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

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

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

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

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

.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

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

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

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

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

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

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

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose :where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-family: Chonky;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4em;
}

@media (min-width: 768px) {
  .prose :where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 22px;
  }
}

@media (min-width: 1024px) {
  .prose :where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 24px;
  }
}

.prose :where(h6):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-family: Chonky;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
}

@media (min-width: 768px) {
  .prose :where(h6):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .prose :where(h6):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 20px;
  }
}

.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-lg {
  font-size: 1.125rem;
  line-height: 1.7777778;
}

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

.prose-lg :where([class~="lead"], [class~="is-style-lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}

.prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-inline-start: 1em;
}

.prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}

.prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333;
}

.prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}

.prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}

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

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

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

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

.prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  border-radius: 0.3125rem;
  padding-top: 0.2222222em;
  padding-inline-end: 0.4444444em;
  padding-bottom: 0.2222222em;
  padding-inline-start: 0.4444444em;
}

.prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
}

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

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

.prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-inline-end: 1.5em;
  padding-bottom: 1em;
  padding-inline-start: 1.5em;
}

.prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}

.prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}

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

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

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

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

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

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

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

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

.prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

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

.prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

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

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

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

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

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

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

.prose-lg :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
}

.prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}

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

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

.prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.75em;
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}

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

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

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

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

.prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}

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

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

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

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

/**
 * 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: 81.25rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}

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

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

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

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

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

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

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

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

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

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

.-right-4 {
  right: -1rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-3 {
  bottom: 0.75rem;
}

.left-0 {
  left: 0px;
}

.left-3 {
  left: 0.75rem;
}

.left-4 {
  left: 1rem;
}

.right-20 {
  right: 5rem;
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

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

.top-24 {
  top: 6rem;
}

.top-4 {
  top: 1rem;
}

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

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

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

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

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

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

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

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

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

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

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

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

.ml-1 {
  margin-left: 0.25rem;
}

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

.mt-0 {
  margin-top: 0px;
}

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-16 {
  height: 4rem;
}

.h-24 {
  height: 6rem;
}

.h-32 {
  height: 8rem;
}

.h-4 {
  height: 1rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

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

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

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

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

.h-\[90vh\] {
  height: 90vh;
}

.h-\[calc\(100vh-116px\)\] {
  height: calc(100vh - 116px);
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

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

.max-h-\[80vh\] {
  max-height: 80vh;
}

.max-h-full {
  max-height: 100%;
}

.w-16 {
  width: 4rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

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

.w-\[calc\(50\%-60px\)\] {
  width: calc(50% - 60px);
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

.max-w-3xl {
  max-width: 48rem;
}

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

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

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

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

.max-w-full {
  max-width: 100%;
}

.max-w-md {
  max-width: 28rem;
}

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

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

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

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

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

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

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

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

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

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

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

.translate-y-4 {
  --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));
}

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

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

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

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

.scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
}

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

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

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

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

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

.flex-wrap {
  flex-wrap: wrap;
}

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-pretty {
  text-wrap: pretty;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-\[2\.5rem\] {
  border-radius: 2.5rem;
}

.rounded-\[20px\] {
  border-radius: 20px;
}

.rounded-\[5px\] {
  border-radius: 5px;
}

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

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

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

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

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

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

.border-l-4 {
  border-left-width: 4px;
}

.border-r {
  border-right-width: 1px;
}

.border-solid {
  border-style: solid;
}

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

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(228 39 62 / var(--tw-border-opacity, 1));
}

.border-quartary {
  --tw-border-opacity: 1;
  border-color: rgb(94 197 194 / var(--tw-border-opacity, 1));
}

.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(0 142 96 / var(--tw-border-opacity, 1));
}

.border-yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}

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

.bg-background\/0 {
  background-color: rgb(255 255 255 / 0);
}

.bg-background\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.bg-background\/100 {
  background-color: rgb(255 255 255 / 1);
}

.bg-background\/15 {
  background-color: rgb(255 255 255 / 0.15);
}

.bg-background\/20 {
  background-color: rgb(255 255 255 / 0.2);
}

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

.bg-background\/30 {
  background-color: rgb(255 255 255 / 0.3);
}

.bg-background\/35 {
  background-color: rgb(255 255 255 / 0.35);
}

.bg-background\/40 {
  background-color: rgb(255 255 255 / 0.4);
}

.bg-background\/45 {
  background-color: rgb(255 255 255 / 0.45);
}

.bg-background\/5 {
  background-color: rgb(255 255 255 / 0.05);
}

.bg-background\/50 {
  background-color: rgb(255 255 255 / 0.5);
}

.bg-background\/55 {
  background-color: rgb(255 255 255 / 0.55);
}

.bg-background\/60 {
  background-color: rgb(255 255 255 / 0.6);
}

.bg-background\/65 {
  background-color: rgb(255 255 255 / 0.65);
}

.bg-background\/70 {
  background-color: rgb(255 255 255 / 0.7);
}

.bg-background\/75 {
  background-color: rgb(255 255 255 / 0.75);
}

.bg-background\/80 {
  background-color: rgb(255 255 255 / 0.8);
}

.bg-background\/85 {
  background-color: rgb(255 255 255 / 0.85);
}

.bg-background\/90 {
  background-color: rgb(255 255 255 / 0.9);
}

.bg-background\/95 {
  background-color: rgb(255 255 255 / 0.95);
}

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

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

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.bg-foreground {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
}

.bg-foreground\/0 {
  background-color: rgb(64 64 64 / 0);
}

.bg-foreground\/10 {
  background-color: rgb(64 64 64 / 0.1);
}

.bg-foreground\/100 {
  background-color: rgb(64 64 64 / 1);
}

.bg-foreground\/15 {
  background-color: rgb(64 64 64 / 0.15);
}

.bg-foreground\/20 {
  background-color: rgb(64 64 64 / 0.2);
}

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

.bg-foreground\/30 {
  background-color: rgb(64 64 64 / 0.3);
}

.bg-foreground\/35 {
  background-color: rgb(64 64 64 / 0.35);
}

.bg-foreground\/40 {
  background-color: rgb(64 64 64 / 0.4);
}

.bg-foreground\/45 {
  background-color: rgb(64 64 64 / 0.45);
}

.bg-foreground\/5 {
  background-color: rgb(64 64 64 / 0.05);
}

.bg-foreground\/50 {
  background-color: rgb(64 64 64 / 0.5);
}

.bg-foreground\/55 {
  background-color: rgb(64 64 64 / 0.55);
}

.bg-foreground\/60 {
  background-color: rgb(64 64 64 / 0.6);
}

.bg-foreground\/65 {
  background-color: rgb(64 64 64 / 0.65);
}

.bg-foreground\/70 {
  background-color: rgb(64 64 64 / 0.7);
}

.bg-foreground\/75 {
  background-color: rgb(64 64 64 / 0.75);
}

.bg-foreground\/80 {
  background-color: rgb(64 64 64 / 0.8);
}

.bg-foreground\/85 {
  background-color: rgb(64 64 64 / 0.85);
}

.bg-foreground\/90 {
  background-color: rgb(64 64 64 / 0.9);
}

.bg-foreground\/95 {
  background-color: rgb(64 64 64 / 0.95);
}

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

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

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

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

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(228 39 62 / var(--tw-bg-opacity, 1));
}

.bg-primary\/0 {
  background-color: rgb(228 39 62 / 0);
}

.bg-primary\/10 {
  background-color: rgb(228 39 62 / 0.1);
}

.bg-primary\/100 {
  background-color: rgb(228 39 62 / 1);
}

.bg-primary\/15 {
  background-color: rgb(228 39 62 / 0.15);
}

.bg-primary\/20 {
  background-color: rgb(228 39 62 / 0.2);
}

.bg-primary\/25 {
  background-color: rgb(228 39 62 / 0.25);
}

.bg-primary\/30 {
  background-color: rgb(228 39 62 / 0.3);
}

.bg-primary\/35 {
  background-color: rgb(228 39 62 / 0.35);
}

.bg-primary\/40 {
  background-color: rgb(228 39 62 / 0.4);
}

.bg-primary\/45 {
  background-color: rgb(228 39 62 / 0.45);
}

.bg-primary\/5 {
  background-color: rgb(228 39 62 / 0.05);
}

.bg-primary\/50 {
  background-color: rgb(228 39 62 / 0.5);
}

.bg-primary\/55 {
  background-color: rgb(228 39 62 / 0.55);
}

.bg-primary\/60 {
  background-color: rgb(228 39 62 / 0.6);
}

.bg-primary\/65 {
  background-color: rgb(228 39 62 / 0.65);
}

.bg-primary\/70 {
  background-color: rgb(228 39 62 / 0.7);
}

.bg-primary\/75 {
  background-color: rgb(228 39 62 / 0.75);
}

.bg-primary\/80 {
  background-color: rgb(228 39 62 / 0.8);
}

.bg-primary\/85 {
  background-color: rgb(228 39 62 / 0.85);
}

.bg-primary\/90 {
  background-color: rgb(228 39 62 / 0.9);
}

.bg-primary\/95 {
  background-color: rgb(228 39 62 / 0.95);
}

.bg-quartary {
  --tw-bg-opacity: 1;
  background-color: rgb(94 197 194 / var(--tw-bg-opacity, 1));
}

.bg-quartary\/0 {
  background-color: rgb(94 197 194 / 0);
}

.bg-quartary\/10 {
  background-color: rgb(94 197 194 / 0.1);
}

.bg-quartary\/100 {
  background-color: rgb(94 197 194 / 1);
}

.bg-quartary\/15 {
  background-color: rgb(94 197 194 / 0.15);
}

.bg-quartary\/20 {
  background-color: rgb(94 197 194 / 0.2);
}

.bg-quartary\/25 {
  background-color: rgb(94 197 194 / 0.25);
}

.bg-quartary\/30 {
  background-color: rgb(94 197 194 / 0.3);
}

.bg-quartary\/35 {
  background-color: rgb(94 197 194 / 0.35);
}

.bg-quartary\/40 {
  background-color: rgb(94 197 194 / 0.4);
}

.bg-quartary\/45 {
  background-color: rgb(94 197 194 / 0.45);
}

.bg-quartary\/5 {
  background-color: rgb(94 197 194 / 0.05);
}

.bg-quartary\/50 {
  background-color: rgb(94 197 194 / 0.5);
}

.bg-quartary\/55 {
  background-color: rgb(94 197 194 / 0.55);
}

.bg-quartary\/60 {
  background-color: rgb(94 197 194 / 0.6);
}

.bg-quartary\/65 {
  background-color: rgb(94 197 194 / 0.65);
}

.bg-quartary\/70 {
  background-color: rgb(94 197 194 / 0.7);
}

.bg-quartary\/75 {
  background-color: rgb(94 197 194 / 0.75);
}

.bg-quartary\/80 {
  background-color: rgb(94 197 194 / 0.8);
}

.bg-quartary\/85 {
  background-color: rgb(94 197 194 / 0.85);
}

.bg-quartary\/90 {
  background-color: rgb(94 197 194 / 0.9);
}

.bg-quartary\/95 {
  background-color: rgb(94 197 194 / 0.95);
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 142 96 / var(--tw-bg-opacity, 1));
}

.bg-secondary\/0 {
  background-color: rgb(0 142 96 / 0);
}

.bg-secondary\/10 {
  background-color: rgb(0 142 96 / 0.1);
}

.bg-secondary\/100 {
  background-color: rgb(0 142 96 / 1);
}

.bg-secondary\/15 {
  background-color: rgb(0 142 96 / 0.15);
}

.bg-secondary\/20 {
  background-color: rgb(0 142 96 / 0.2);
}

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

.bg-secondary\/30 {
  background-color: rgb(0 142 96 / 0.3);
}

.bg-secondary\/35 {
  background-color: rgb(0 142 96 / 0.35);
}

.bg-secondary\/40 {
  background-color: rgb(0 142 96 / 0.4);
}

.bg-secondary\/45 {
  background-color: rgb(0 142 96 / 0.45);
}

.bg-secondary\/5 {
  background-color: rgb(0 142 96 / 0.05);
}

.bg-secondary\/50 {
  background-color: rgb(0 142 96 / 0.5);
}

.bg-secondary\/55 {
  background-color: rgb(0 142 96 / 0.55);
}

.bg-secondary\/60 {
  background-color: rgb(0 142 96 / 0.6);
}

.bg-secondary\/65 {
  background-color: rgb(0 142 96 / 0.65);
}

.bg-secondary\/70 {
  background-color: rgb(0 142 96 / 0.7);
}

.bg-secondary\/75 {
  background-color: rgb(0 142 96 / 0.75);
}

.bg-secondary\/80 {
  background-color: rgb(0 142 96 / 0.8);
}

.bg-secondary\/85 {
  background-color: rgb(0 142 96 / 0.85);
}

.bg-secondary\/90 {
  background-color: rgb(0 142 96 / 0.9);
}

.bg-secondary\/95 {
  background-color: rgb(0 142 96 / 0.95);
}

.bg-tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 54 36 / var(--tw-bg-opacity, 1));
}

.bg-tertiary\/0 {
  background-color: rgb(0 54 36 / 0);
}

.bg-tertiary\/10 {
  background-color: rgb(0 54 36 / 0.1);
}

.bg-tertiary\/100 {
  background-color: rgb(0 54 36 / 1);
}

.bg-tertiary\/15 {
  background-color: rgb(0 54 36 / 0.15);
}

.bg-tertiary\/20 {
  background-color: rgb(0 54 36 / 0.2);
}

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

.bg-tertiary\/30 {
  background-color: rgb(0 54 36 / 0.3);
}

.bg-tertiary\/35 {
  background-color: rgb(0 54 36 / 0.35);
}

.bg-tertiary\/40 {
  background-color: rgb(0 54 36 / 0.4);
}

.bg-tertiary\/45 {
  background-color: rgb(0 54 36 / 0.45);
}

.bg-tertiary\/5 {
  background-color: rgb(0 54 36 / 0.05);
}

.bg-tertiary\/50 {
  background-color: rgb(0 54 36 / 0.5);
}

.bg-tertiary\/55 {
  background-color: rgb(0 54 36 / 0.55);
}

.bg-tertiary\/60 {
  background-color: rgb(0 54 36 / 0.6);
}

.bg-tertiary\/65 {
  background-color: rgb(0 54 36 / 0.65);
}

.bg-tertiary\/70 {
  background-color: rgb(0 54 36 / 0.7);
}

.bg-tertiary\/75 {
  background-color: rgb(0 54 36 / 0.75);
}

.bg-tertiary\/80 {
  background-color: rgb(0 54 36 / 0.8);
}

.bg-tertiary\/85 {
  background-color: rgb(0 54 36 / 0.85);
}

.bg-tertiary\/90 {
  background-color: rgb(0 54 36 / 0.9);
}

.bg-tertiary\/95 {
  background-color: rgb(0 54 36 / 0.95);
}

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

.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}

.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

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

.from-primary {
  --tw-gradient-from: #E4273E var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(228 39 62 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-secondary {
  --tw-gradient-to: #008E60 var(--tw-gradient-to-position);
}

.fill-white {
  fill: #fff;
}

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

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

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

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-10 {
  padding-left: 2.5rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

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

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

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

.font-omnes-pro {
  font-family: "omnes-pro", sans-serif;
}

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

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

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

.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-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.tracking-\[0\.03375rem\] {
  letter-spacing: 0.03375rem;
}

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

.text-background\/0 {
  color: rgb(255 255 255 / 0);
}

.text-background\/10 {
  color: rgb(255 255 255 / 0.1);
}

.text-background\/100 {
  color: rgb(255 255 255 / 1);
}

.text-background\/15 {
  color: rgb(255 255 255 / 0.15);
}

.text-background\/20 {
  color: rgb(255 255 255 / 0.2);
}

.text-background\/25 {
  color: rgb(255 255 255 / 0.25);
}

.text-background\/30 {
  color: rgb(255 255 255 / 0.3);
}

.text-background\/35 {
  color: rgb(255 255 255 / 0.35);
}

.text-background\/40 {
  color: rgb(255 255 255 / 0.4);
}

.text-background\/45 {
  color: rgb(255 255 255 / 0.45);
}

.text-background\/5 {
  color: rgb(255 255 255 / 0.05);
}

.text-background\/50 {
  color: rgb(255 255 255 / 0.5);
}

.text-background\/55 {
  color: rgb(255 255 255 / 0.55);
}

.text-background\/60 {
  color: rgb(255 255 255 / 0.6);
}

.text-background\/65 {
  color: rgb(255 255 255 / 0.65);
}

.text-background\/70 {
  color: rgb(255 255 255 / 0.7);
}

.text-background\/75 {
  color: rgb(255 255 255 / 0.75);
}

.text-background\/80 {
  color: rgb(255 255 255 / 0.8);
}

.text-background\/85 {
  color: rgb(255 255 255 / 0.85);
}

.text-background\/90 {
  color: rgb(255 255 255 / 0.9);
}

.text-background\/95 {
  color: rgb(255 255 255 / 0.95);
}

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

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-foreground {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.text-foreground\/0 {
  color: rgb(64 64 64 / 0);
}

.text-foreground\/10 {
  color: rgb(64 64 64 / 0.1);
}

.text-foreground\/100 {
  color: rgb(64 64 64 / 1);
}

.text-foreground\/15 {
  color: rgb(64 64 64 / 0.15);
}

.text-foreground\/20 {
  color: rgb(64 64 64 / 0.2);
}

.text-foreground\/25 {
  color: rgb(64 64 64 / 0.25);
}

.text-foreground\/30 {
  color: rgb(64 64 64 / 0.3);
}

.text-foreground\/35 {
  color: rgb(64 64 64 / 0.35);
}

.text-foreground\/40 {
  color: rgb(64 64 64 / 0.4);
}

.text-foreground\/45 {
  color: rgb(64 64 64 / 0.45);
}

.text-foreground\/5 {
  color: rgb(64 64 64 / 0.05);
}

.text-foreground\/50 {
  color: rgb(64 64 64 / 0.5);
}

.text-foreground\/55 {
  color: rgb(64 64 64 / 0.55);
}

.text-foreground\/60 {
  color: rgb(64 64 64 / 0.6);
}

.text-foreground\/65 {
  color: rgb(64 64 64 / 0.65);
}

.text-foreground\/70 {
  color: rgb(64 64 64 / 0.7);
}

.text-foreground\/75 {
  color: rgb(64 64 64 / 0.75);
}

.text-foreground\/80 {
  color: rgb(64 64 64 / 0.8);
}

.text-foreground\/85 {
  color: rgb(64 64 64 / 0.85);
}

.text-foreground\/90 {
  color: rgb(64 64 64 / 0.9);
}

.text-foreground\/95 {
  color: rgb(64 64 64 / 0.95);
}

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

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

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

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(228 39 62 / var(--tw-text-opacity, 1));
}

.text-primary\/0 {
  color: rgb(228 39 62 / 0);
}

.text-primary\/10 {
  color: rgb(228 39 62 / 0.1);
}

.text-primary\/100 {
  color: rgb(228 39 62 / 1);
}

.text-primary\/15 {
  color: rgb(228 39 62 / 0.15);
}

.text-primary\/20 {
  color: rgb(228 39 62 / 0.2);
}

.text-primary\/25 {
  color: rgb(228 39 62 / 0.25);
}

.text-primary\/30 {
  color: rgb(228 39 62 / 0.3);
}

.text-primary\/35 {
  color: rgb(228 39 62 / 0.35);
}

.text-primary\/40 {
  color: rgb(228 39 62 / 0.4);
}

.text-primary\/45 {
  color: rgb(228 39 62 / 0.45);
}

.text-primary\/5 {
  color: rgb(228 39 62 / 0.05);
}

.text-primary\/50 {
  color: rgb(228 39 62 / 0.5);
}

.text-primary\/55 {
  color: rgb(228 39 62 / 0.55);
}

.text-primary\/60 {
  color: rgb(228 39 62 / 0.6);
}

.text-primary\/65 {
  color: rgb(228 39 62 / 0.65);
}

.text-primary\/70 {
  color: rgb(228 39 62 / 0.7);
}

.text-primary\/75 {
  color: rgb(228 39 62 / 0.75);
}

.text-primary\/80 {
  color: rgb(228 39 62 / 0.8);
}

.text-primary\/85 {
  color: rgb(228 39 62 / 0.85);
}

.text-primary\/90 {
  color: rgb(228 39 62 / 0.9);
}

.text-primary\/95 {
  color: rgb(228 39 62 / 0.95);
}

.text-quartary {
  --tw-text-opacity: 1;
  color: rgb(94 197 194 / var(--tw-text-opacity, 1));
}

.text-quartary\/0 {
  color: rgb(94 197 194 / 0);
}

.text-quartary\/10 {
  color: rgb(94 197 194 / 0.1);
}

.text-quartary\/100 {
  color: rgb(94 197 194 / 1);
}

.text-quartary\/15 {
  color: rgb(94 197 194 / 0.15);
}

.text-quartary\/20 {
  color: rgb(94 197 194 / 0.2);
}

.text-quartary\/25 {
  color: rgb(94 197 194 / 0.25);
}

.text-quartary\/30 {
  color: rgb(94 197 194 / 0.3);
}

.text-quartary\/35 {
  color: rgb(94 197 194 / 0.35);
}

.text-quartary\/40 {
  color: rgb(94 197 194 / 0.4);
}

.text-quartary\/45 {
  color: rgb(94 197 194 / 0.45);
}

.text-quartary\/5 {
  color: rgb(94 197 194 / 0.05);
}

.text-quartary\/50 {
  color: rgb(94 197 194 / 0.5);
}

.text-quartary\/55 {
  color: rgb(94 197 194 / 0.55);
}

.text-quartary\/60 {
  color: rgb(94 197 194 / 0.6);
}

.text-quartary\/65 {
  color: rgb(94 197 194 / 0.65);
}

.text-quartary\/70 {
  color: rgb(94 197 194 / 0.7);
}

.text-quartary\/75 {
  color: rgb(94 197 194 / 0.75);
}

.text-quartary\/80 {
  color: rgb(94 197 194 / 0.8);
}

.text-quartary\/85 {
  color: rgb(94 197 194 / 0.85);
}

.text-quartary\/90 {
  color: rgb(94 197 194 / 0.9);
}

.text-quartary\/95 {
  color: rgb(94 197 194 / 0.95);
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(0 142 96 / var(--tw-text-opacity, 1));
}

.text-secondary\/0 {
  color: rgb(0 142 96 / 0);
}

.text-secondary\/10 {
  color: rgb(0 142 96 / 0.1);
}

.text-secondary\/100 {
  color: rgb(0 142 96 / 1);
}

.text-secondary\/15 {
  color: rgb(0 142 96 / 0.15);
}

.text-secondary\/20 {
  color: rgb(0 142 96 / 0.2);
}

.text-secondary\/25 {
  color: rgb(0 142 96 / 0.25);
}

.text-secondary\/30 {
  color: rgb(0 142 96 / 0.3);
}

.text-secondary\/35 {
  color: rgb(0 142 96 / 0.35);
}

.text-secondary\/40 {
  color: rgb(0 142 96 / 0.4);
}

.text-secondary\/45 {
  color: rgb(0 142 96 / 0.45);
}

.text-secondary\/5 {
  color: rgb(0 142 96 / 0.05);
}

.text-secondary\/50 {
  color: rgb(0 142 96 / 0.5);
}

.text-secondary\/55 {
  color: rgb(0 142 96 / 0.55);
}

.text-secondary\/60 {
  color: rgb(0 142 96 / 0.6);
}

.text-secondary\/65 {
  color: rgb(0 142 96 / 0.65);
}

.text-secondary\/70 {
  color: rgb(0 142 96 / 0.7);
}

.text-secondary\/75 {
  color: rgb(0 142 96 / 0.75);
}

.text-secondary\/80 {
  color: rgb(0 142 96 / 0.8);
}

.text-secondary\/85 {
  color: rgb(0 142 96 / 0.85);
}

.text-secondary\/90 {
  color: rgb(0 142 96 / 0.9);
}

.text-secondary\/95 {
  color: rgb(0 142 96 / 0.95);
}

.text-tertiary {
  --tw-text-opacity: 1;
  color: rgb(0 54 36 / var(--tw-text-opacity, 1));
}

.text-tertiary\/0 {
  color: rgb(0 54 36 / 0);
}

.text-tertiary\/10 {
  color: rgb(0 54 36 / 0.1);
}

.text-tertiary\/100 {
  color: rgb(0 54 36 / 1);
}

.text-tertiary\/15 {
  color: rgb(0 54 36 / 0.15);
}

.text-tertiary\/20 {
  color: rgb(0 54 36 / 0.2);
}

.text-tertiary\/25 {
  color: rgb(0 54 36 / 0.25);
}

.text-tertiary\/30 {
  color: rgb(0 54 36 / 0.3);
}

.text-tertiary\/35 {
  color: rgb(0 54 36 / 0.35);
}

.text-tertiary\/40 {
  color: rgb(0 54 36 / 0.4);
}

.text-tertiary\/45 {
  color: rgb(0 54 36 / 0.45);
}

.text-tertiary\/5 {
  color: rgb(0 54 36 / 0.05);
}

.text-tertiary\/50 {
  color: rgb(0 54 36 / 0.5);
}

.text-tertiary\/55 {
  color: rgb(0 54 36 / 0.55);
}

.text-tertiary\/60 {
  color: rgb(0 54 36 / 0.6);
}

.text-tertiary\/65 {
  color: rgb(0 54 36 / 0.65);
}

.text-tertiary\/70 {
  color: rgb(0 54 36 / 0.7);
}

.text-tertiary\/75 {
  color: rgb(0 54 36 / 0.75);
}

.text-tertiary\/80 {
  color: rgb(0 54 36 / 0.8);
}

.text-tertiary\/85 {
  color: rgb(0 54 36 / 0.85);
}

.text-tertiary\/90 {
  color: rgb(0 54 36 / 0.9);
}

.text-tertiary\/95 {
  color: rgb(0 54 36 / 0.95);
}

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

.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}

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

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-50 {
  opacity: 0.5;
}

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

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

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

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.padding-small {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 1024px) {
  .padding-small {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.padding-medium {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 1024px) {
  .padding-medium {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.padding-large {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 1024px) {
  .padding-large {
    padding-top: 85px;
    padding-bottom: 85px;
  }
}

.directory-content.loading {
  opacity: 0.5;
  position: relative;
}

.directory-content.loading::after {
  content: "Loading...";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5em;
  color: #555;
}

.logo:after {
  content: "";
  width: 105%;
  height: 105%;
  border-radius: 0rem 0rem 2.5rem 2.5rem;
  background-color: white;
  position: absolute;
  z-index: -1;
  bottom: -2rem;
}

.lightrope {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  margin: -15px 0 0 0;
  padding: 0;
  pointer-events: none;
  width: 100%;
}

.lightrope li {
  position: relative;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 14px;
  height: 30px;
  border-radius: 50%;
  margin: 20px;
  display: inline-block;
  background: #ff4f4f;
  box-shadow: 0px 6px 20px 3px #ff4f4f;
  animation-name: flash-1;
  animation-duration: 2s;
}

.lightrope li:nth-child(3n + 1) {
  background: #00f7a5;
  box-shadow: 0px 6px 20px 3px rgba(0, 247, 165, 0.6);
  animation-name: flash-2;
  animation-duration: 1.2s;
}

.lightrope li:nth-child(5n + 2) {
  background: #ffdf00;
  box-shadow: 0px 6px 20px 3px rgba(255, 223, 0, 0.6);
  animation-name: flash-3;
  animation-duration: 1.6s;
}

.lightrope li:nth-child(4n + 3) {
  background: #ff7f50;
  box-shadow: 0px 6px 20px 3px rgba(255, 127, 80, 0.6);
  animation-name: flash-4;
  animation-duration: 1.4s;
}

.lightrope li:nth-child(odd) {
  animation-duration: 1.8s;
}

.lightrope li:before {
  content: "";
  position: absolute;
  background: #222;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  top: -6px;
  left: 2px;
}

.lightrope li:after {
  content: "";
  top: -15px;
  left: 8px;
  position: absolute;
  width: 52px;
  height: 20px;
  border-bottom: solid #222 2px;
  border-radius: 50%;
}

.lightrope li:first-child {
  margin-left: -40px;
}

/* Light Twinkle Animations */

@keyframes flash-1 {
  0%,
	100% {
    background: #ff4f4f;
    box-shadow: 0px 6px 20px 3px #ff4f4f;
  }

  50% {
    background: rgba(255, 79, 79, 0.4);
    box-shadow: 0px 6px 20px 3px rgba(255, 79, 79, 0.2);
  }
}

@keyframes flash-2 {
  0%,
	100% {
    background: #00f7a5;
    box-shadow: 0px 6px 20px 3px rgba(0, 247, 165, 0.6);
  }

  50% {
    background: rgba(0, 247, 165, 0.4);
    box-shadow: 0px 6px 20px 3px rgba(0, 247, 165, 0.2);
  }
}

@keyframes flash-3 {
  0%,
	100% {
    background: #ffdf00;
    box-shadow: 0px 6px 20px 3px rgba(255, 223, 0, 0.6);
  }

  50% {
    background: rgba(255, 223, 0, 0.4);
    box-shadow: 0px 6px 20px 3px rgba(255, 223, 0, 0.2);
  }
}

@keyframes flash-4 {
  0%,
	100% {
    background: #ff7f50;
    box-shadow: 0px 6px 20px 3px rgba(255, 127, 80, 0.6);
  }

  50% {
    background: rgba(255, 127, 80, 0.4);
    box-shadow: 0px 6px 20px 3px rgba(255, 127, 80, 0.2);
  }
}

/**
* This injects various third party included styles like for sliders.
*/

.blaze-slider{
  --slides-to-show:1;
  --slide-gap:20px;
  direction:ltr
}

.blaze-container{
  position:relative
}

.blaze-track-container{
  overflow:hidden
}

.blaze-track{
  will-change:transform;
  touch-action:pan-y;
  display:flex;
  gap:var(--slide-gap);
  --slide-width:calc(
    (100% - (var(--slides-to-show) - 1) * var(--slide-gap)) /
      var(--slides-to-show)
  );
  box-sizing:border-box
}

.blaze-track>*{
  box-sizing:border-box;
  width:var(--slide-width);
  flex-shrink:0
}

.last\:border-r-0:last-child {
  border-right-width: 0px;
}

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

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

.hover\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(228 39 62 / var(--tw-border-opacity, 1));
}

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

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

.hover\:bg-background\/0:hover {
  background-color: rgb(255 255 255 / 0);
}

.hover\:bg-background\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}

.hover\:bg-background\/100:hover {
  background-color: rgb(255 255 255 / 1);
}

.hover\:bg-background\/15:hover {
  background-color: rgb(255 255 255 / 0.15);
}

.hover\:bg-background\/20:hover {
  background-color: rgb(255 255 255 / 0.2);
}

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

.hover\:bg-background\/30:hover {
  background-color: rgb(255 255 255 / 0.3);
}

.hover\:bg-background\/35:hover {
  background-color: rgb(255 255 255 / 0.35);
}

.hover\:bg-background\/40:hover {
  background-color: rgb(255 255 255 / 0.4);
}

.hover\:bg-background\/45:hover {
  background-color: rgb(255 255 255 / 0.45);
}

.hover\:bg-background\/5:hover {
  background-color: rgb(255 255 255 / 0.05);
}

.hover\:bg-background\/50:hover {
  background-color: rgb(255 255 255 / 0.5);
}

.hover\:bg-background\/55:hover {
  background-color: rgb(255 255 255 / 0.55);
}

.hover\:bg-background\/60:hover {
  background-color: rgb(255 255 255 / 0.6);
}

.hover\:bg-background\/65:hover {
  background-color: rgb(255 255 255 / 0.65);
}

.hover\:bg-background\/70:hover {
  background-color: rgb(255 255 255 / 0.7);
}

.hover\:bg-background\/75:hover {
  background-color: rgb(255 255 255 / 0.75);
}

.hover\:bg-background\/80:hover {
  background-color: rgb(255 255 255 / 0.8);
}

.hover\:bg-background\/85:hover {
  background-color: rgb(255 255 255 / 0.85);
}

.hover\:bg-background\/90:hover {
  background-color: rgb(255 255 255 / 0.9);
}

.hover\:bg-background\/95:hover {
  background-color: rgb(255 255 255 / 0.95);
}

.hover\:bg-foreground:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
}

.hover\:bg-foreground\/0:hover {
  background-color: rgb(64 64 64 / 0);
}

.hover\:bg-foreground\/10:hover {
  background-color: rgb(64 64 64 / 0.1);
}

.hover\:bg-foreground\/100:hover {
  background-color: rgb(64 64 64 / 1);
}

.hover\:bg-foreground\/15:hover {
  background-color: rgb(64 64 64 / 0.15);
}

.hover\:bg-foreground\/20:hover {
  background-color: rgb(64 64 64 / 0.2);
}

.hover\:bg-foreground\/25:hover {
  background-color: rgb(64 64 64 / 0.25);
}

.hover\:bg-foreground\/30:hover {
  background-color: rgb(64 64 64 / 0.3);
}

.hover\:bg-foreground\/35:hover {
  background-color: rgb(64 64 64 / 0.35);
}

.hover\:bg-foreground\/40:hover {
  background-color: rgb(64 64 64 / 0.4);
}

.hover\:bg-foreground\/45:hover {
  background-color: rgb(64 64 64 / 0.45);
}

.hover\:bg-foreground\/5:hover {
  background-color: rgb(64 64 64 / 0.05);
}

.hover\:bg-foreground\/50:hover {
  background-color: rgb(64 64 64 / 0.5);
}

.hover\:bg-foreground\/55:hover {
  background-color: rgb(64 64 64 / 0.55);
}

.hover\:bg-foreground\/60:hover {
  background-color: rgb(64 64 64 / 0.6);
}

.hover\:bg-foreground\/65:hover {
  background-color: rgb(64 64 64 / 0.65);
}

.hover\:bg-foreground\/70:hover {
  background-color: rgb(64 64 64 / 0.7);
}

.hover\:bg-foreground\/75:hover {
  background-color: rgb(64 64 64 / 0.75);
}

.hover\:bg-foreground\/80:hover {
  background-color: rgb(64 64 64 / 0.8);
}

.hover\:bg-foreground\/85:hover {
  background-color: rgb(64 64 64 / 0.85);
}

.hover\:bg-foreground\/90:hover {
  background-color: rgb(64 64 64 / 0.9);
}

.hover\:bg-foreground\/95:hover {
  background-color: rgb(64 64 64 / 0.95);
}

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

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(228 39 62 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary\/0:hover {
  background-color: rgb(228 39 62 / 0);
}

.hover\:bg-primary\/10:hover {
  background-color: rgb(228 39 62 / 0.1);
}

.hover\:bg-primary\/100:hover {
  background-color: rgb(228 39 62 / 1);
}

.hover\:bg-primary\/15:hover {
  background-color: rgb(228 39 62 / 0.15);
}

.hover\:bg-primary\/20:hover {
  background-color: rgb(228 39 62 / 0.2);
}

.hover\:bg-primary\/25:hover {
  background-color: rgb(228 39 62 / 0.25);
}

.hover\:bg-primary\/30:hover {
  background-color: rgb(228 39 62 / 0.3);
}

.hover\:bg-primary\/35:hover {
  background-color: rgb(228 39 62 / 0.35);
}

.hover\:bg-primary\/40:hover {
  background-color: rgb(228 39 62 / 0.4);
}

.hover\:bg-primary\/45:hover {
  background-color: rgb(228 39 62 / 0.45);
}

.hover\:bg-primary\/5:hover {
  background-color: rgb(228 39 62 / 0.05);
}

.hover\:bg-primary\/50:hover {
  background-color: rgb(228 39 62 / 0.5);
}

.hover\:bg-primary\/55:hover {
  background-color: rgb(228 39 62 / 0.55);
}

.hover\:bg-primary\/60:hover {
  background-color: rgb(228 39 62 / 0.6);
}

.hover\:bg-primary\/65:hover {
  background-color: rgb(228 39 62 / 0.65);
}

.hover\:bg-primary\/70:hover {
  background-color: rgb(228 39 62 / 0.7);
}

.hover\:bg-primary\/75:hover {
  background-color: rgb(228 39 62 / 0.75);
}

.hover\:bg-primary\/80:hover {
  background-color: rgb(228 39 62 / 0.8);
}

.hover\:bg-primary\/85:hover {
  background-color: rgb(228 39 62 / 0.85);
}

.hover\:bg-primary\/90:hover {
  background-color: rgb(228 39 62 / 0.9);
}

.hover\:bg-primary\/95:hover {
  background-color: rgb(228 39 62 / 0.95);
}

.hover\:bg-quartary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(94 197 194 / var(--tw-bg-opacity, 1));
}

.hover\:bg-quartary\/0:hover {
  background-color: rgb(94 197 194 / 0);
}

.hover\:bg-quartary\/10:hover {
  background-color: rgb(94 197 194 / 0.1);
}

.hover\:bg-quartary\/100:hover {
  background-color: rgb(94 197 194 / 1);
}

.hover\:bg-quartary\/15:hover {
  background-color: rgb(94 197 194 / 0.15);
}

.hover\:bg-quartary\/20:hover {
  background-color: rgb(94 197 194 / 0.2);
}

.hover\:bg-quartary\/25:hover {
  background-color: rgb(94 197 194 / 0.25);
}

.hover\:bg-quartary\/30:hover {
  background-color: rgb(94 197 194 / 0.3);
}

.hover\:bg-quartary\/35:hover {
  background-color: rgb(94 197 194 / 0.35);
}

.hover\:bg-quartary\/40:hover {
  background-color: rgb(94 197 194 / 0.4);
}

.hover\:bg-quartary\/45:hover {
  background-color: rgb(94 197 194 / 0.45);
}

.hover\:bg-quartary\/5:hover {
  background-color: rgb(94 197 194 / 0.05);
}

.hover\:bg-quartary\/50:hover {
  background-color: rgb(94 197 194 / 0.5);
}

.hover\:bg-quartary\/55:hover {
  background-color: rgb(94 197 194 / 0.55);
}

.hover\:bg-quartary\/60:hover {
  background-color: rgb(94 197 194 / 0.6);
}

.hover\:bg-quartary\/65:hover {
  background-color: rgb(94 197 194 / 0.65);
}

.hover\:bg-quartary\/70:hover {
  background-color: rgb(94 197 194 / 0.7);
}

.hover\:bg-quartary\/75:hover {
  background-color: rgb(94 197 194 / 0.75);
}

.hover\:bg-quartary\/80:hover {
  background-color: rgb(94 197 194 / 0.8);
}

.hover\:bg-quartary\/85:hover {
  background-color: rgb(94 197 194 / 0.85);
}

.hover\:bg-quartary\/90:hover {
  background-color: rgb(94 197 194 / 0.9);
}

.hover\:bg-quartary\/95:hover {
  background-color: rgb(94 197 194 / 0.95);
}

.hover\:bg-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 142 96 / var(--tw-bg-opacity, 1));
}

.hover\:bg-secondary\/0:hover {
  background-color: rgb(0 142 96 / 0);
}

.hover\:bg-secondary\/10:hover {
  background-color: rgb(0 142 96 / 0.1);
}

.hover\:bg-secondary\/100:hover {
  background-color: rgb(0 142 96 / 1);
}

.hover\:bg-secondary\/15:hover {
  background-color: rgb(0 142 96 / 0.15);
}

.hover\:bg-secondary\/20:hover {
  background-color: rgb(0 142 96 / 0.2);
}

.hover\:bg-secondary\/25:hover {
  background-color: rgb(0 142 96 / 0.25);
}

.hover\:bg-secondary\/30:hover {
  background-color: rgb(0 142 96 / 0.3);
}

.hover\:bg-secondary\/35:hover {
  background-color: rgb(0 142 96 / 0.35);
}

.hover\:bg-secondary\/40:hover {
  background-color: rgb(0 142 96 / 0.4);
}

.hover\:bg-secondary\/45:hover {
  background-color: rgb(0 142 96 / 0.45);
}

.hover\:bg-secondary\/5:hover {
  background-color: rgb(0 142 96 / 0.05);
}

.hover\:bg-secondary\/50:hover {
  background-color: rgb(0 142 96 / 0.5);
}

.hover\:bg-secondary\/55:hover {
  background-color: rgb(0 142 96 / 0.55);
}

.hover\:bg-secondary\/60:hover {
  background-color: rgb(0 142 96 / 0.6);
}

.hover\:bg-secondary\/65:hover {
  background-color: rgb(0 142 96 / 0.65);
}

.hover\:bg-secondary\/70:hover {
  background-color: rgb(0 142 96 / 0.7);
}

.hover\:bg-secondary\/75:hover {
  background-color: rgb(0 142 96 / 0.75);
}

.hover\:bg-secondary\/80:hover {
  background-color: rgb(0 142 96 / 0.8);
}

.hover\:bg-secondary\/85:hover {
  background-color: rgb(0 142 96 / 0.85);
}

.hover\:bg-secondary\/90:hover {
  background-color: rgb(0 142 96 / 0.9);
}

.hover\:bg-secondary\/95:hover {
  background-color: rgb(0 142 96 / 0.95);
}

.hover\:bg-tertiary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 54 36 / var(--tw-bg-opacity, 1));
}

.hover\:bg-tertiary\/0:hover {
  background-color: rgb(0 54 36 / 0);
}

.hover\:bg-tertiary\/10:hover {
  background-color: rgb(0 54 36 / 0.1);
}

.hover\:bg-tertiary\/100:hover {
  background-color: rgb(0 54 36 / 1);
}

.hover\:bg-tertiary\/15:hover {
  background-color: rgb(0 54 36 / 0.15);
}

.hover\:bg-tertiary\/20:hover {
  background-color: rgb(0 54 36 / 0.2);
}

.hover\:bg-tertiary\/25:hover {
  background-color: rgb(0 54 36 / 0.25);
}

.hover\:bg-tertiary\/30:hover {
  background-color: rgb(0 54 36 / 0.3);
}

.hover\:bg-tertiary\/35:hover {
  background-color: rgb(0 54 36 / 0.35);
}

.hover\:bg-tertiary\/40:hover {
  background-color: rgb(0 54 36 / 0.4);
}

.hover\:bg-tertiary\/45:hover {
  background-color: rgb(0 54 36 / 0.45);
}

.hover\:bg-tertiary\/5:hover {
  background-color: rgb(0 54 36 / 0.05);
}

.hover\:bg-tertiary\/50:hover {
  background-color: rgb(0 54 36 / 0.5);
}

.hover\:bg-tertiary\/55:hover {
  background-color: rgb(0 54 36 / 0.55);
}

.hover\:bg-tertiary\/60:hover {
  background-color: rgb(0 54 36 / 0.6);
}

.hover\:bg-tertiary\/65:hover {
  background-color: rgb(0 54 36 / 0.65);
}

.hover\:bg-tertiary\/70:hover {
  background-color: rgb(0 54 36 / 0.7);
}

.hover\:bg-tertiary\/75:hover {
  background-color: rgb(0 54 36 / 0.75);
}

.hover\:bg-tertiary\/80:hover {
  background-color: rgb(0 54 36 / 0.8);
}

.hover\:bg-tertiary\/85:hover {
  background-color: rgb(0 54 36 / 0.85);
}

.hover\:bg-tertiary\/90:hover {
  background-color: rgb(0 54 36 / 0.9);
}

.hover\:bg-tertiary\/95:hover {
  background-color: rgb(0 54 36 / 0.95);
}

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

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

.hover\:text-background\/0:hover {
  color: rgb(255 255 255 / 0);
}

.hover\:text-background\/10:hover {
  color: rgb(255 255 255 / 0.1);
}

.hover\:text-background\/100:hover {
  color: rgb(255 255 255 / 1);
}

.hover\:text-background\/15:hover {
  color: rgb(255 255 255 / 0.15);
}

.hover\:text-background\/20:hover {
  color: rgb(255 255 255 / 0.2);
}

.hover\:text-background\/25:hover {
  color: rgb(255 255 255 / 0.25);
}

.hover\:text-background\/30:hover {
  color: rgb(255 255 255 / 0.3);
}

.hover\:text-background\/35:hover {
  color: rgb(255 255 255 / 0.35);
}

.hover\:text-background\/40:hover {
  color: rgb(255 255 255 / 0.4);
}

.hover\:text-background\/45:hover {
  color: rgb(255 255 255 / 0.45);
}

.hover\:text-background\/5:hover {
  color: rgb(255 255 255 / 0.05);
}

.hover\:text-background\/50:hover {
  color: rgb(255 255 255 / 0.5);
}

.hover\:text-background\/55:hover {
  color: rgb(255 255 255 / 0.55);
}

.hover\:text-background\/60:hover {
  color: rgb(255 255 255 / 0.6);
}

.hover\:text-background\/65:hover {
  color: rgb(255 255 255 / 0.65);
}

.hover\:text-background\/70:hover {
  color: rgb(255 255 255 / 0.7);
}

.hover\:text-background\/75:hover {
  color: rgb(255 255 255 / 0.75);
}

.hover\:text-background\/80:hover {
  color: rgb(255 255 255 / 0.8);
}

.hover\:text-background\/85:hover {
  color: rgb(255 255 255 / 0.85);
}

.hover\:text-background\/90:hover {
  color: rgb(255 255 255 / 0.9);
}

.hover\:text-background\/95:hover {
  color: rgb(255 255 255 / 0.95);
}

.hover\:text-foreground:hover {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.hover\:text-foreground\/0:hover {
  color: rgb(64 64 64 / 0);
}

.hover\:text-foreground\/10:hover {
  color: rgb(64 64 64 / 0.1);
}

.hover\:text-foreground\/100:hover {
  color: rgb(64 64 64 / 1);
}

.hover\:text-foreground\/15:hover {
  color: rgb(64 64 64 / 0.15);
}

.hover\:text-foreground\/20:hover {
  color: rgb(64 64 64 / 0.2);
}

.hover\:text-foreground\/25:hover {
  color: rgb(64 64 64 / 0.25);
}

.hover\:text-foreground\/30:hover {
  color: rgb(64 64 64 / 0.3);
}

.hover\:text-foreground\/35:hover {
  color: rgb(64 64 64 / 0.35);
}

.hover\:text-foreground\/40:hover {
  color: rgb(64 64 64 / 0.4);
}

.hover\:text-foreground\/45:hover {
  color: rgb(64 64 64 / 0.45);
}

.hover\:text-foreground\/5:hover {
  color: rgb(64 64 64 / 0.05);
}

.hover\:text-foreground\/50:hover {
  color: rgb(64 64 64 / 0.5);
}

.hover\:text-foreground\/55:hover {
  color: rgb(64 64 64 / 0.55);
}

.hover\:text-foreground\/60:hover {
  color: rgb(64 64 64 / 0.6);
}

.hover\:text-foreground\/65:hover {
  color: rgb(64 64 64 / 0.65);
}

.hover\:text-foreground\/70:hover {
  color: rgb(64 64 64 / 0.7);
}

.hover\:text-foreground\/75:hover {
  color: rgb(64 64 64 / 0.75);
}

.hover\:text-foreground\/80:hover {
  color: rgb(64 64 64 / 0.8);
}

.hover\:text-foreground\/85:hover {
  color: rgb(64 64 64 / 0.85);
}

.hover\:text-foreground\/90:hover {
  color: rgb(64 64 64 / 0.9);
}

.hover\:text-foreground\/95:hover {
  color: rgb(64 64 64 / 0.95);
}

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

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(228 39 62 / var(--tw-text-opacity, 1));
}

.hover\:text-primary\/0:hover {
  color: rgb(228 39 62 / 0);
}

.hover\:text-primary\/10:hover {
  color: rgb(228 39 62 / 0.1);
}

.hover\:text-primary\/100:hover {
  color: rgb(228 39 62 / 1);
}

.hover\:text-primary\/15:hover {
  color: rgb(228 39 62 / 0.15);
}

.hover\:text-primary\/20:hover {
  color: rgb(228 39 62 / 0.2);
}

.hover\:text-primary\/25:hover {
  color: rgb(228 39 62 / 0.25);
}

.hover\:text-primary\/30:hover {
  color: rgb(228 39 62 / 0.3);
}

.hover\:text-primary\/35:hover {
  color: rgb(228 39 62 / 0.35);
}

.hover\:text-primary\/40:hover {
  color: rgb(228 39 62 / 0.4);
}

.hover\:text-primary\/45:hover {
  color: rgb(228 39 62 / 0.45);
}

.hover\:text-primary\/5:hover {
  color: rgb(228 39 62 / 0.05);
}

.hover\:text-primary\/50:hover {
  color: rgb(228 39 62 / 0.5);
}

.hover\:text-primary\/55:hover {
  color: rgb(228 39 62 / 0.55);
}

.hover\:text-primary\/60:hover {
  color: rgb(228 39 62 / 0.6);
}

.hover\:text-primary\/65:hover {
  color: rgb(228 39 62 / 0.65);
}

.hover\:text-primary\/70:hover {
  color: rgb(228 39 62 / 0.7);
}

.hover\:text-primary\/75:hover {
  color: rgb(228 39 62 / 0.75);
}

.hover\:text-primary\/80:hover {
  color: rgb(228 39 62 / 0.8);
}

.hover\:text-primary\/85:hover {
  color: rgb(228 39 62 / 0.85);
}

.hover\:text-primary\/90:hover {
  color: rgb(228 39 62 / 0.9);
}

.hover\:text-primary\/95:hover {
  color: rgb(228 39 62 / 0.95);
}

.hover\:text-quartary:hover {
  --tw-text-opacity: 1;
  color: rgb(94 197 194 / var(--tw-text-opacity, 1));
}

.hover\:text-quartary\/0:hover {
  color: rgb(94 197 194 / 0);
}

.hover\:text-quartary\/10:hover {
  color: rgb(94 197 194 / 0.1);
}

.hover\:text-quartary\/100:hover {
  color: rgb(94 197 194 / 1);
}

.hover\:text-quartary\/15:hover {
  color: rgb(94 197 194 / 0.15);
}

.hover\:text-quartary\/20:hover {
  color: rgb(94 197 194 / 0.2);
}

.hover\:text-quartary\/25:hover {
  color: rgb(94 197 194 / 0.25);
}

.hover\:text-quartary\/30:hover {
  color: rgb(94 197 194 / 0.3);
}

.hover\:text-quartary\/35:hover {
  color: rgb(94 197 194 / 0.35);
}

.hover\:text-quartary\/40:hover {
  color: rgb(94 197 194 / 0.4);
}

.hover\:text-quartary\/45:hover {
  color: rgb(94 197 194 / 0.45);
}

.hover\:text-quartary\/5:hover {
  color: rgb(94 197 194 / 0.05);
}

.hover\:text-quartary\/50:hover {
  color: rgb(94 197 194 / 0.5);
}

.hover\:text-quartary\/55:hover {
  color: rgb(94 197 194 / 0.55);
}

.hover\:text-quartary\/60:hover {
  color: rgb(94 197 194 / 0.6);
}

.hover\:text-quartary\/65:hover {
  color: rgb(94 197 194 / 0.65);
}

.hover\:text-quartary\/70:hover {
  color: rgb(94 197 194 / 0.7);
}

.hover\:text-quartary\/75:hover {
  color: rgb(94 197 194 / 0.75);
}

.hover\:text-quartary\/80:hover {
  color: rgb(94 197 194 / 0.8);
}

.hover\:text-quartary\/85:hover {
  color: rgb(94 197 194 / 0.85);
}

.hover\:text-quartary\/90:hover {
  color: rgb(94 197 194 / 0.9);
}

.hover\:text-quartary\/95:hover {
  color: rgb(94 197 194 / 0.95);
}

.hover\:text-secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(0 142 96 / var(--tw-text-opacity, 1));
}

.hover\:text-secondary\/0:hover {
  color: rgb(0 142 96 / 0);
}

.hover\:text-secondary\/10:hover {
  color: rgb(0 142 96 / 0.1);
}

.hover\:text-secondary\/100:hover {
  color: rgb(0 142 96 / 1);
}

.hover\:text-secondary\/15:hover {
  color: rgb(0 142 96 / 0.15);
}

.hover\:text-secondary\/20:hover {
  color: rgb(0 142 96 / 0.2);
}

.hover\:text-secondary\/25:hover {
  color: rgb(0 142 96 / 0.25);
}

.hover\:text-secondary\/30:hover {
  color: rgb(0 142 96 / 0.3);
}

.hover\:text-secondary\/35:hover {
  color: rgb(0 142 96 / 0.35);
}

.hover\:text-secondary\/40:hover {
  color: rgb(0 142 96 / 0.4);
}

.hover\:text-secondary\/45:hover {
  color: rgb(0 142 96 / 0.45);
}

.hover\:text-secondary\/5:hover {
  color: rgb(0 142 96 / 0.05);
}

.hover\:text-secondary\/50:hover {
  color: rgb(0 142 96 / 0.5);
}

.hover\:text-secondary\/55:hover {
  color: rgb(0 142 96 / 0.55);
}

.hover\:text-secondary\/60:hover {
  color: rgb(0 142 96 / 0.6);
}

.hover\:text-secondary\/65:hover {
  color: rgb(0 142 96 / 0.65);
}

.hover\:text-secondary\/70:hover {
  color: rgb(0 142 96 / 0.7);
}

.hover\:text-secondary\/75:hover {
  color: rgb(0 142 96 / 0.75);
}

.hover\:text-secondary\/80:hover {
  color: rgb(0 142 96 / 0.8);
}

.hover\:text-secondary\/85:hover {
  color: rgb(0 142 96 / 0.85);
}

.hover\:text-secondary\/90:hover {
  color: rgb(0 142 96 / 0.9);
}

.hover\:text-secondary\/95:hover {
  color: rgb(0 142 96 / 0.95);
}

.hover\:text-tertiary:hover {
  --tw-text-opacity: 1;
  color: rgb(0 54 36 / var(--tw-text-opacity, 1));
}

.hover\:text-tertiary\/0:hover {
  color: rgb(0 54 36 / 0);
}

.hover\:text-tertiary\/10:hover {
  color: rgb(0 54 36 / 0.1);
}

.hover\:text-tertiary\/100:hover {
  color: rgb(0 54 36 / 1);
}

.hover\:text-tertiary\/15:hover {
  color: rgb(0 54 36 / 0.15);
}

.hover\:text-tertiary\/20:hover {
  color: rgb(0 54 36 / 0.2);
}

.hover\:text-tertiary\/25:hover {
  color: rgb(0 54 36 / 0.25);
}

.hover\:text-tertiary\/30:hover {
  color: rgb(0 54 36 / 0.3);
}

.hover\:text-tertiary\/35:hover {
  color: rgb(0 54 36 / 0.35);
}

.hover\:text-tertiary\/40:hover {
  color: rgb(0 54 36 / 0.4);
}

.hover\:text-tertiary\/45:hover {
  color: rgb(0 54 36 / 0.45);
}

.hover\:text-tertiary\/5:hover {
  color: rgb(0 54 36 / 0.05);
}

.hover\:text-tertiary\/50:hover {
  color: rgb(0 54 36 / 0.5);
}

.hover\:text-tertiary\/55:hover {
  color: rgb(0 54 36 / 0.55);
}

.hover\:text-tertiary\/60:hover {
  color: rgb(0 54 36 / 0.6);
}

.hover\:text-tertiary\/65:hover {
  color: rgb(0 54 36 / 0.65);
}

.hover\:text-tertiary\/70:hover {
  color: rgb(0 54 36 / 0.7);
}

.hover\:text-tertiary\/75:hover {
  color: rgb(0 54 36 / 0.75);
}

.hover\:text-tertiary\/80:hover {
  color: rgb(0 54 36 / 0.8);
}

.hover\:text-tertiary\/85:hover {
  color: rgb(0 54 36 / 0.85);
}

.hover\:text-tertiary\/90:hover {
  color: rgb(0 54 36 / 0.9);
}

.hover\:text-tertiary\/95:hover {
  color: rgb(0 54 36 / 0.95);
}

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

.hover\:underline:hover {
  text-decoration-line: underline;
}

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

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

.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

.focus\:bg-background\/0:focus {
  background-color: rgb(255 255 255 / 0);
}

.focus\:bg-background\/10:focus {
  background-color: rgb(255 255 255 / 0.1);
}

.focus\:bg-background\/100:focus {
  background-color: rgb(255 255 255 / 1);
}

.focus\:bg-background\/15:focus {
  background-color: rgb(255 255 255 / 0.15);
}

.focus\:bg-background\/20:focus {
  background-color: rgb(255 255 255 / 0.2);
}

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

.focus\:bg-background\/30:focus {
  background-color: rgb(255 255 255 / 0.3);
}

.focus\:bg-background\/35:focus {
  background-color: rgb(255 255 255 / 0.35);
}

.focus\:bg-background\/40:focus {
  background-color: rgb(255 255 255 / 0.4);
}

.focus\:bg-background\/45:focus {
  background-color: rgb(255 255 255 / 0.45);
}

.focus\:bg-background\/5:focus {
  background-color: rgb(255 255 255 / 0.05);
}

.focus\:bg-background\/50:focus {
  background-color: rgb(255 255 255 / 0.5);
}

.focus\:bg-background\/55:focus {
  background-color: rgb(255 255 255 / 0.55);
}

.focus\:bg-background\/60:focus {
  background-color: rgb(255 255 255 / 0.6);
}

.focus\:bg-background\/65:focus {
  background-color: rgb(255 255 255 / 0.65);
}

.focus\:bg-background\/70:focus {
  background-color: rgb(255 255 255 / 0.7);
}

.focus\:bg-background\/75:focus {
  background-color: rgb(255 255 255 / 0.75);
}

.focus\:bg-background\/80:focus {
  background-color: rgb(255 255 255 / 0.8);
}

.focus\:bg-background\/85:focus {
  background-color: rgb(255 255 255 / 0.85);
}

.focus\:bg-background\/90:focus {
  background-color: rgb(255 255 255 / 0.9);
}

.focus\:bg-background\/95:focus {
  background-color: rgb(255 255 255 / 0.95);
}

.focus\:bg-foreground:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
}

.focus\:bg-foreground\/0:focus {
  background-color: rgb(64 64 64 / 0);
}

.focus\:bg-foreground\/10:focus {
  background-color: rgb(64 64 64 / 0.1);
}

.focus\:bg-foreground\/100:focus {
  background-color: rgb(64 64 64 / 1);
}

.focus\:bg-foreground\/15:focus {
  background-color: rgb(64 64 64 / 0.15);
}

.focus\:bg-foreground\/20:focus {
  background-color: rgb(64 64 64 / 0.2);
}

.focus\:bg-foreground\/25:focus {
  background-color: rgb(64 64 64 / 0.25);
}

.focus\:bg-foreground\/30:focus {
  background-color: rgb(64 64 64 / 0.3);
}

.focus\:bg-foreground\/35:focus {
  background-color: rgb(64 64 64 / 0.35);
}

.focus\:bg-foreground\/40:focus {
  background-color: rgb(64 64 64 / 0.4);
}

.focus\:bg-foreground\/45:focus {
  background-color: rgb(64 64 64 / 0.45);
}

.focus\:bg-foreground\/5:focus {
  background-color: rgb(64 64 64 / 0.05);
}

.focus\:bg-foreground\/50:focus {
  background-color: rgb(64 64 64 / 0.5);
}

.focus\:bg-foreground\/55:focus {
  background-color: rgb(64 64 64 / 0.55);
}

.focus\:bg-foreground\/60:focus {
  background-color: rgb(64 64 64 / 0.6);
}

.focus\:bg-foreground\/65:focus {
  background-color: rgb(64 64 64 / 0.65);
}

.focus\:bg-foreground\/70:focus {
  background-color: rgb(64 64 64 / 0.7);
}

.focus\:bg-foreground\/75:focus {
  background-color: rgb(64 64 64 / 0.75);
}

.focus\:bg-foreground\/80:focus {
  background-color: rgb(64 64 64 / 0.8);
}

.focus\:bg-foreground\/85:focus {
  background-color: rgb(64 64 64 / 0.85);
}

.focus\:bg-foreground\/90:focus {
  background-color: rgb(64 64 64 / 0.9);
}

.focus\:bg-foreground\/95:focus {
  background-color: rgb(64 64 64 / 0.95);
}

.focus\:bg-primary:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(228 39 62 / var(--tw-bg-opacity, 1));
}

.focus\:bg-primary\/0:focus {
  background-color: rgb(228 39 62 / 0);
}

.focus\:bg-primary\/10:focus {
  background-color: rgb(228 39 62 / 0.1);
}

.focus\:bg-primary\/100:focus {
  background-color: rgb(228 39 62 / 1);
}

.focus\:bg-primary\/15:focus {
  background-color: rgb(228 39 62 / 0.15);
}

.focus\:bg-primary\/20:focus {
  background-color: rgb(228 39 62 / 0.2);
}

.focus\:bg-primary\/25:focus {
  background-color: rgb(228 39 62 / 0.25);
}

.focus\:bg-primary\/30:focus {
  background-color: rgb(228 39 62 / 0.3);
}

.focus\:bg-primary\/35:focus {
  background-color: rgb(228 39 62 / 0.35);
}

.focus\:bg-primary\/40:focus {
  background-color: rgb(228 39 62 / 0.4);
}

.focus\:bg-primary\/45:focus {
  background-color: rgb(228 39 62 / 0.45);
}

.focus\:bg-primary\/5:focus {
  background-color: rgb(228 39 62 / 0.05);
}

.focus\:bg-primary\/50:focus {
  background-color: rgb(228 39 62 / 0.5);
}

.focus\:bg-primary\/55:focus {
  background-color: rgb(228 39 62 / 0.55);
}

.focus\:bg-primary\/60:focus {
  background-color: rgb(228 39 62 / 0.6);
}

.focus\:bg-primary\/65:focus {
  background-color: rgb(228 39 62 / 0.65);
}

.focus\:bg-primary\/70:focus {
  background-color: rgb(228 39 62 / 0.7);
}

.focus\:bg-primary\/75:focus {
  background-color: rgb(228 39 62 / 0.75);
}

.focus\:bg-primary\/80:focus {
  background-color: rgb(228 39 62 / 0.8);
}

.focus\:bg-primary\/85:focus {
  background-color: rgb(228 39 62 / 0.85);
}

.focus\:bg-primary\/90:focus {
  background-color: rgb(228 39 62 / 0.9);
}

.focus\:bg-primary\/95:focus {
  background-color: rgb(228 39 62 / 0.95);
}

.focus\:bg-quartary:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(94 197 194 / var(--tw-bg-opacity, 1));
}

.focus\:bg-quartary\/0:focus {
  background-color: rgb(94 197 194 / 0);
}

.focus\:bg-quartary\/10:focus {
  background-color: rgb(94 197 194 / 0.1);
}

.focus\:bg-quartary\/100:focus {
  background-color: rgb(94 197 194 / 1);
}

.focus\:bg-quartary\/15:focus {
  background-color: rgb(94 197 194 / 0.15);
}

.focus\:bg-quartary\/20:focus {
  background-color: rgb(94 197 194 / 0.2);
}

.focus\:bg-quartary\/25:focus {
  background-color: rgb(94 197 194 / 0.25);
}

.focus\:bg-quartary\/30:focus {
  background-color: rgb(94 197 194 / 0.3);
}

.focus\:bg-quartary\/35:focus {
  background-color: rgb(94 197 194 / 0.35);
}

.focus\:bg-quartary\/40:focus {
  background-color: rgb(94 197 194 / 0.4);
}

.focus\:bg-quartary\/45:focus {
  background-color: rgb(94 197 194 / 0.45);
}

.focus\:bg-quartary\/5:focus {
  background-color: rgb(94 197 194 / 0.05);
}

.focus\:bg-quartary\/50:focus {
  background-color: rgb(94 197 194 / 0.5);
}

.focus\:bg-quartary\/55:focus {
  background-color: rgb(94 197 194 / 0.55);
}

.focus\:bg-quartary\/60:focus {
  background-color: rgb(94 197 194 / 0.6);
}

.focus\:bg-quartary\/65:focus {
  background-color: rgb(94 197 194 / 0.65);
}

.focus\:bg-quartary\/70:focus {
  background-color: rgb(94 197 194 / 0.7);
}

.focus\:bg-quartary\/75:focus {
  background-color: rgb(94 197 194 / 0.75);
}

.focus\:bg-quartary\/80:focus {
  background-color: rgb(94 197 194 / 0.8);
}

.focus\:bg-quartary\/85:focus {
  background-color: rgb(94 197 194 / 0.85);
}

.focus\:bg-quartary\/90:focus {
  background-color: rgb(94 197 194 / 0.9);
}

.focus\:bg-quartary\/95:focus {
  background-color: rgb(94 197 194 / 0.95);
}

.focus\:bg-secondary:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(0 142 96 / var(--tw-bg-opacity, 1));
}

.focus\:bg-secondary\/0:focus {
  background-color: rgb(0 142 96 / 0);
}

.focus\:bg-secondary\/10:focus {
  background-color: rgb(0 142 96 / 0.1);
}

.focus\:bg-secondary\/100:focus {
  background-color: rgb(0 142 96 / 1);
}

.focus\:bg-secondary\/15:focus {
  background-color: rgb(0 142 96 / 0.15);
}

.focus\:bg-secondary\/20:focus {
  background-color: rgb(0 142 96 / 0.2);
}

.focus\:bg-secondary\/25:focus {
  background-color: rgb(0 142 96 / 0.25);
}

.focus\:bg-secondary\/30:focus {
  background-color: rgb(0 142 96 / 0.3);
}

.focus\:bg-secondary\/35:focus {
  background-color: rgb(0 142 96 / 0.35);
}

.focus\:bg-secondary\/40:focus {
  background-color: rgb(0 142 96 / 0.4);
}

.focus\:bg-secondary\/45:focus {
  background-color: rgb(0 142 96 / 0.45);
}

.focus\:bg-secondary\/5:focus {
  background-color: rgb(0 142 96 / 0.05);
}

.focus\:bg-secondary\/50:focus {
  background-color: rgb(0 142 96 / 0.5);
}

.focus\:bg-secondary\/55:focus {
  background-color: rgb(0 142 96 / 0.55);
}

.focus\:bg-secondary\/60:focus {
  background-color: rgb(0 142 96 / 0.6);
}

.focus\:bg-secondary\/65:focus {
  background-color: rgb(0 142 96 / 0.65);
}

.focus\:bg-secondary\/70:focus {
  background-color: rgb(0 142 96 / 0.7);
}

.focus\:bg-secondary\/75:focus {
  background-color: rgb(0 142 96 / 0.75);
}

.focus\:bg-secondary\/80:focus {
  background-color: rgb(0 142 96 / 0.8);
}

.focus\:bg-secondary\/85:focus {
  background-color: rgb(0 142 96 / 0.85);
}

.focus\:bg-secondary\/90:focus {
  background-color: rgb(0 142 96 / 0.9);
}

.focus\:bg-secondary\/95:focus {
  background-color: rgb(0 142 96 / 0.95);
}

.focus\:bg-tertiary:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(0 54 36 / var(--tw-bg-opacity, 1));
}

.focus\:bg-tertiary\/0:focus {
  background-color: rgb(0 54 36 / 0);
}

.focus\:bg-tertiary\/10:focus {
  background-color: rgb(0 54 36 / 0.1);
}

.focus\:bg-tertiary\/100:focus {
  background-color: rgb(0 54 36 / 1);
}

.focus\:bg-tertiary\/15:focus {
  background-color: rgb(0 54 36 / 0.15);
}

.focus\:bg-tertiary\/20:focus {
  background-color: rgb(0 54 36 / 0.2);
}

.focus\:bg-tertiary\/25:focus {
  background-color: rgb(0 54 36 / 0.25);
}

.focus\:bg-tertiary\/30:focus {
  background-color: rgb(0 54 36 / 0.3);
}

.focus\:bg-tertiary\/35:focus {
  background-color: rgb(0 54 36 / 0.35);
}

.focus\:bg-tertiary\/40:focus {
  background-color: rgb(0 54 36 / 0.4);
}

.focus\:bg-tertiary\/45:focus {
  background-color: rgb(0 54 36 / 0.45);
}

.focus\:bg-tertiary\/5:focus {
  background-color: rgb(0 54 36 / 0.05);
}

.focus\:bg-tertiary\/50:focus {
  background-color: rgb(0 54 36 / 0.5);
}

.focus\:bg-tertiary\/55:focus {
  background-color: rgb(0 54 36 / 0.55);
}

.focus\:bg-tertiary\/60:focus {
  background-color: rgb(0 54 36 / 0.6);
}

.focus\:bg-tertiary\/65:focus {
  background-color: rgb(0 54 36 / 0.65);
}

.focus\:bg-tertiary\/70:focus {
  background-color: rgb(0 54 36 / 0.7);
}

.focus\:bg-tertiary\/75:focus {
  background-color: rgb(0 54 36 / 0.75);
}

.focus\:bg-tertiary\/80:focus {
  background-color: rgb(0 54 36 / 0.8);
}

.focus\:bg-tertiary\/85:focus {
  background-color: rgb(0 54 36 / 0.85);
}

.focus\:bg-tertiary\/90:focus {
  background-color: rgb(0 54 36 / 0.9);
}

.focus\:bg-tertiary\/95:focus {
  background-color: rgb(0 54 36 / 0.95);
}

.focus\:text-background:focus {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.focus\:text-background\/0:focus {
  color: rgb(255 255 255 / 0);
}

.focus\:text-background\/10:focus {
  color: rgb(255 255 255 / 0.1);
}

.focus\:text-background\/100:focus {
  color: rgb(255 255 255 / 1);
}

.focus\:text-background\/15:focus {
  color: rgb(255 255 255 / 0.15);
}

.focus\:text-background\/20:focus {
  color: rgb(255 255 255 / 0.2);
}

.focus\:text-background\/25:focus {
  color: rgb(255 255 255 / 0.25);
}

.focus\:text-background\/30:focus {
  color: rgb(255 255 255 / 0.3);
}

.focus\:text-background\/35:focus {
  color: rgb(255 255 255 / 0.35);
}

.focus\:text-background\/40:focus {
  color: rgb(255 255 255 / 0.4);
}

.focus\:text-background\/45:focus {
  color: rgb(255 255 255 / 0.45);
}

.focus\:text-background\/5:focus {
  color: rgb(255 255 255 / 0.05);
}

.focus\:text-background\/50:focus {
  color: rgb(255 255 255 / 0.5);
}

.focus\:text-background\/55:focus {
  color: rgb(255 255 255 / 0.55);
}

.focus\:text-background\/60:focus {
  color: rgb(255 255 255 / 0.6);
}

.focus\:text-background\/65:focus {
  color: rgb(255 255 255 / 0.65);
}

.focus\:text-background\/70:focus {
  color: rgb(255 255 255 / 0.7);
}

.focus\:text-background\/75:focus {
  color: rgb(255 255 255 / 0.75);
}

.focus\:text-background\/80:focus {
  color: rgb(255 255 255 / 0.8);
}

.focus\:text-background\/85:focus {
  color: rgb(255 255 255 / 0.85);
}

.focus\:text-background\/90:focus {
  color: rgb(255 255 255 / 0.9);
}

.focus\:text-background\/95:focus {
  color: rgb(255 255 255 / 0.95);
}

.focus\:text-foreground:focus {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.focus\:text-foreground\/0:focus {
  color: rgb(64 64 64 / 0);
}

.focus\:text-foreground\/10:focus {
  color: rgb(64 64 64 / 0.1);
}

.focus\:text-foreground\/100:focus {
  color: rgb(64 64 64 / 1);
}

.focus\:text-foreground\/15:focus {
  color: rgb(64 64 64 / 0.15);
}

.focus\:text-foreground\/20:focus {
  color: rgb(64 64 64 / 0.2);
}

.focus\:text-foreground\/25:focus {
  color: rgb(64 64 64 / 0.25);
}

.focus\:text-foreground\/30:focus {
  color: rgb(64 64 64 / 0.3);
}

.focus\:text-foreground\/35:focus {
  color: rgb(64 64 64 / 0.35);
}

.focus\:text-foreground\/40:focus {
  color: rgb(64 64 64 / 0.4);
}

.focus\:text-foreground\/45:focus {
  color: rgb(64 64 64 / 0.45);
}

.focus\:text-foreground\/5:focus {
  color: rgb(64 64 64 / 0.05);
}

.focus\:text-foreground\/50:focus {
  color: rgb(64 64 64 / 0.5);
}

.focus\:text-foreground\/55:focus {
  color: rgb(64 64 64 / 0.55);
}

.focus\:text-foreground\/60:focus {
  color: rgb(64 64 64 / 0.6);
}

.focus\:text-foreground\/65:focus {
  color: rgb(64 64 64 / 0.65);
}

.focus\:text-foreground\/70:focus {
  color: rgb(64 64 64 / 0.7);
}

.focus\:text-foreground\/75:focus {
  color: rgb(64 64 64 / 0.75);
}

.focus\:text-foreground\/80:focus {
  color: rgb(64 64 64 / 0.8);
}

.focus\:text-foreground\/85:focus {
  color: rgb(64 64 64 / 0.85);
}

.focus\:text-foreground\/90:focus {
  color: rgb(64 64 64 / 0.9);
}

.focus\:text-foreground\/95:focus {
  color: rgb(64 64 64 / 0.95);
}

.focus\:text-primary:focus {
  --tw-text-opacity: 1;
  color: rgb(228 39 62 / var(--tw-text-opacity, 1));
}

.focus\:text-primary\/0:focus {
  color: rgb(228 39 62 / 0);
}

.focus\:text-primary\/10:focus {
  color: rgb(228 39 62 / 0.1);
}

.focus\:text-primary\/100:focus {
  color: rgb(228 39 62 / 1);
}

.focus\:text-primary\/15:focus {
  color: rgb(228 39 62 / 0.15);
}

.focus\:text-primary\/20:focus {
  color: rgb(228 39 62 / 0.2);
}

.focus\:text-primary\/25:focus {
  color: rgb(228 39 62 / 0.25);
}

.focus\:text-primary\/30:focus {
  color: rgb(228 39 62 / 0.3);
}

.focus\:text-primary\/35:focus {
  color: rgb(228 39 62 / 0.35);
}

.focus\:text-primary\/40:focus {
  color: rgb(228 39 62 / 0.4);
}

.focus\:text-primary\/45:focus {
  color: rgb(228 39 62 / 0.45);
}

.focus\:text-primary\/5:focus {
  color: rgb(228 39 62 / 0.05);
}

.focus\:text-primary\/50:focus {
  color: rgb(228 39 62 / 0.5);
}

.focus\:text-primary\/55:focus {
  color: rgb(228 39 62 / 0.55);
}

.focus\:text-primary\/60:focus {
  color: rgb(228 39 62 / 0.6);
}

.focus\:text-primary\/65:focus {
  color: rgb(228 39 62 / 0.65);
}

.focus\:text-primary\/70:focus {
  color: rgb(228 39 62 / 0.7);
}

.focus\:text-primary\/75:focus {
  color: rgb(228 39 62 / 0.75);
}

.focus\:text-primary\/80:focus {
  color: rgb(228 39 62 / 0.8);
}

.focus\:text-primary\/85:focus {
  color: rgb(228 39 62 / 0.85);
}

.focus\:text-primary\/90:focus {
  color: rgb(228 39 62 / 0.9);
}

.focus\:text-primary\/95:focus {
  color: rgb(228 39 62 / 0.95);
}

.focus\:text-quartary:focus {
  --tw-text-opacity: 1;
  color: rgb(94 197 194 / var(--tw-text-opacity, 1));
}

.focus\:text-quartary\/0:focus {
  color: rgb(94 197 194 / 0);
}

.focus\:text-quartary\/10:focus {
  color: rgb(94 197 194 / 0.1);
}

.focus\:text-quartary\/100:focus {
  color: rgb(94 197 194 / 1);
}

.focus\:text-quartary\/15:focus {
  color: rgb(94 197 194 / 0.15);
}

.focus\:text-quartary\/20:focus {
  color: rgb(94 197 194 / 0.2);
}

.focus\:text-quartary\/25:focus {
  color: rgb(94 197 194 / 0.25);
}

.focus\:text-quartary\/30:focus {
  color: rgb(94 197 194 / 0.3);
}

.focus\:text-quartary\/35:focus {
  color: rgb(94 197 194 / 0.35);
}

.focus\:text-quartary\/40:focus {
  color: rgb(94 197 194 / 0.4);
}

.focus\:text-quartary\/45:focus {
  color: rgb(94 197 194 / 0.45);
}

.focus\:text-quartary\/5:focus {
  color: rgb(94 197 194 / 0.05);
}

.focus\:text-quartary\/50:focus {
  color: rgb(94 197 194 / 0.5);
}

.focus\:text-quartary\/55:focus {
  color: rgb(94 197 194 / 0.55);
}

.focus\:text-quartary\/60:focus {
  color: rgb(94 197 194 / 0.6);
}

.focus\:text-quartary\/65:focus {
  color: rgb(94 197 194 / 0.65);
}

.focus\:text-quartary\/70:focus {
  color: rgb(94 197 194 / 0.7);
}

.focus\:text-quartary\/75:focus {
  color: rgb(94 197 194 / 0.75);
}

.focus\:text-quartary\/80:focus {
  color: rgb(94 197 194 / 0.8);
}

.focus\:text-quartary\/85:focus {
  color: rgb(94 197 194 / 0.85);
}

.focus\:text-quartary\/90:focus {
  color: rgb(94 197 194 / 0.9);
}

.focus\:text-quartary\/95:focus {
  color: rgb(94 197 194 / 0.95);
}

.focus\:text-secondary:focus {
  --tw-text-opacity: 1;
  color: rgb(0 142 96 / var(--tw-text-opacity, 1));
}

.focus\:text-secondary\/0:focus {
  color: rgb(0 142 96 / 0);
}

.focus\:text-secondary\/10:focus {
  color: rgb(0 142 96 / 0.1);
}

.focus\:text-secondary\/100:focus {
  color: rgb(0 142 96 / 1);
}

.focus\:text-secondary\/15:focus {
  color: rgb(0 142 96 / 0.15);
}

.focus\:text-secondary\/20:focus {
  color: rgb(0 142 96 / 0.2);
}

.focus\:text-secondary\/25:focus {
  color: rgb(0 142 96 / 0.25);
}

.focus\:text-secondary\/30:focus {
  color: rgb(0 142 96 / 0.3);
}

.focus\:text-secondary\/35:focus {
  color: rgb(0 142 96 / 0.35);
}

.focus\:text-secondary\/40:focus {
  color: rgb(0 142 96 / 0.4);
}

.focus\:text-secondary\/45:focus {
  color: rgb(0 142 96 / 0.45);
}

.focus\:text-secondary\/5:focus {
  color: rgb(0 142 96 / 0.05);
}

.focus\:text-secondary\/50:focus {
  color: rgb(0 142 96 / 0.5);
}

.focus\:text-secondary\/55:focus {
  color: rgb(0 142 96 / 0.55);
}

.focus\:text-secondary\/60:focus {
  color: rgb(0 142 96 / 0.6);
}

.focus\:text-secondary\/65:focus {
  color: rgb(0 142 96 / 0.65);
}

.focus\:text-secondary\/70:focus {
  color: rgb(0 142 96 / 0.7);
}

.focus\:text-secondary\/75:focus {
  color: rgb(0 142 96 / 0.75);
}

.focus\:text-secondary\/80:focus {
  color: rgb(0 142 96 / 0.8);
}

.focus\:text-secondary\/85:focus {
  color: rgb(0 142 96 / 0.85);
}

.focus\:text-secondary\/90:focus {
  color: rgb(0 142 96 / 0.9);
}

.focus\:text-secondary\/95:focus {
  color: rgb(0 142 96 / 0.95);
}

.focus\:text-tertiary:focus {
  --tw-text-opacity: 1;
  color: rgb(0 54 36 / var(--tw-text-opacity, 1));
}

.focus\:text-tertiary\/0:focus {
  color: rgb(0 54 36 / 0);
}

.focus\:text-tertiary\/10:focus {
  color: rgb(0 54 36 / 0.1);
}

.focus\:text-tertiary\/100:focus {
  color: rgb(0 54 36 / 1);
}

.focus\:text-tertiary\/15:focus {
  color: rgb(0 54 36 / 0.15);
}

.focus\:text-tertiary\/20:focus {
  color: rgb(0 54 36 / 0.2);
}

.focus\:text-tertiary\/25:focus {
  color: rgb(0 54 36 / 0.25);
}

.focus\:text-tertiary\/30:focus {
  color: rgb(0 54 36 / 0.3);
}

.focus\:text-tertiary\/35:focus {
  color: rgb(0 54 36 / 0.35);
}

.focus\:text-tertiary\/40:focus {
  color: rgb(0 54 36 / 0.4);
}

.focus\:text-tertiary\/45:focus {
  color: rgb(0 54 36 / 0.45);
}

.focus\:text-tertiary\/5:focus {
  color: rgb(0 54 36 / 0.05);
}

.focus\:text-tertiary\/50:focus {
  color: rgb(0 54 36 / 0.5);
}

.focus\:text-tertiary\/55:focus {
  color: rgb(0 54 36 / 0.55);
}

.focus\:text-tertiary\/60:focus {
  color: rgb(0 54 36 / 0.6);
}

.focus\:text-tertiary\/65:focus {
  color: rgb(0 54 36 / 0.65);
}

.focus\:text-tertiary\/70:focus {
  color: rgb(0 54 36 / 0.7);
}

.focus\:text-tertiary\/75:focus {
  color: rgb(0 54 36 / 0.75);
}

.focus\:text-tertiary\/80:focus {
  color: rgb(0 54 36 / 0.8);
}

.focus\:text-tertiary\/85:focus {
  color: rgb(0 54 36 / 0.85);
}

.focus\:text-tertiary\/90:focus {
  color: rgb(0 54 36 / 0.9);
}

.focus\:text-tertiary\/95:focus {
  color: rgb(0 54 36 / 0.95);
}

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

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

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

@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

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

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

@media (min-width: 768px) {
  .md\:mt-0 {
    margin-top: 0px;
  }

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

  .md\:w-auto {
    width: auto;
  }

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

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

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

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

@media (min-width: 1024px) {
  .lg\:-bottom-16 {
    bottom: -4rem;
  }

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

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

  .lg\:left-12 {
    left: 3rem;
  }

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

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

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

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

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

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

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

  .lg\:mt-0 {
    margin-top: 0px;
  }

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

  .lg\:mt-\[85px\] {
    margin-top: 85px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

  .lg\:max-h-\[450px\] {
    max-height: 450px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

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

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

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

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

  .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\:flex-row-reverse {
    flex-direction: row-reverse;
  }

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

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

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

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

  .lg\:overflow-visible {
    overflow: visible;
  }

  .lg\:rounded-3xl {
    border-radius: 1.5rem;
  }

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

  .lg\:bg-background\/0 {
    background-color: rgb(255 255 255 / 0);
  }

  .lg\:bg-background\/10 {
    background-color: rgb(255 255 255 / 0.1);
  }

  .lg\:bg-background\/100 {
    background-color: rgb(255 255 255 / 1);
  }

  .lg\:bg-background\/15 {
    background-color: rgb(255 255 255 / 0.15);
  }

  .lg\:bg-background\/20 {
    background-color: rgb(255 255 255 / 0.2);
  }

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

  .lg\:bg-background\/30 {
    background-color: rgb(255 255 255 / 0.3);
  }

  .lg\:bg-background\/35 {
    background-color: rgb(255 255 255 / 0.35);
  }

  .lg\:bg-background\/40 {
    background-color: rgb(255 255 255 / 0.4);
  }

  .lg\:bg-background\/45 {
    background-color: rgb(255 255 255 / 0.45);
  }

  .lg\:bg-background\/5 {
    background-color: rgb(255 255 255 / 0.05);
  }

  .lg\:bg-background\/50 {
    background-color: rgb(255 255 255 / 0.5);
  }

  .lg\:bg-background\/55 {
    background-color: rgb(255 255 255 / 0.55);
  }

  .lg\:bg-background\/60 {
    background-color: rgb(255 255 255 / 0.6);
  }

  .lg\:bg-background\/65 {
    background-color: rgb(255 255 255 / 0.65);
  }

  .lg\:bg-background\/70 {
    background-color: rgb(255 255 255 / 0.7);
  }

  .lg\:bg-background\/75 {
    background-color: rgb(255 255 255 / 0.75);
  }

  .lg\:bg-background\/80 {
    background-color: rgb(255 255 255 / 0.8);
  }

  .lg\:bg-background\/85 {
    background-color: rgb(255 255 255 / 0.85);
  }

  .lg\:bg-background\/90 {
    background-color: rgb(255 255 255 / 0.9);
  }

  .lg\:bg-background\/95 {
    background-color: rgb(255 255 255 / 0.95);
  }

  .lg\:bg-foreground {
    --tw-bg-opacity: 1;
    background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-foreground\/0 {
    background-color: rgb(64 64 64 / 0);
  }

  .lg\:bg-foreground\/10 {
    background-color: rgb(64 64 64 / 0.1);
  }

  .lg\:bg-foreground\/100 {
    background-color: rgb(64 64 64 / 1);
  }

  .lg\:bg-foreground\/15 {
    background-color: rgb(64 64 64 / 0.15);
  }

  .lg\:bg-foreground\/20 {
    background-color: rgb(64 64 64 / 0.2);
  }

  .lg\:bg-foreground\/25 {
    background-color: rgb(64 64 64 / 0.25);
  }

  .lg\:bg-foreground\/30 {
    background-color: rgb(64 64 64 / 0.3);
  }

  .lg\:bg-foreground\/35 {
    background-color: rgb(64 64 64 / 0.35);
  }

  .lg\:bg-foreground\/40 {
    background-color: rgb(64 64 64 / 0.4);
  }

  .lg\:bg-foreground\/45 {
    background-color: rgb(64 64 64 / 0.45);
  }

  .lg\:bg-foreground\/5 {
    background-color: rgb(64 64 64 / 0.05);
  }

  .lg\:bg-foreground\/50 {
    background-color: rgb(64 64 64 / 0.5);
  }

  .lg\:bg-foreground\/55 {
    background-color: rgb(64 64 64 / 0.55);
  }

  .lg\:bg-foreground\/60 {
    background-color: rgb(64 64 64 / 0.6);
  }

  .lg\:bg-foreground\/65 {
    background-color: rgb(64 64 64 / 0.65);
  }

  .lg\:bg-foreground\/70 {
    background-color: rgb(64 64 64 / 0.7);
  }

  .lg\:bg-foreground\/75 {
    background-color: rgb(64 64 64 / 0.75);
  }

  .lg\:bg-foreground\/80 {
    background-color: rgb(64 64 64 / 0.8);
  }

  .lg\:bg-foreground\/85 {
    background-color: rgb(64 64 64 / 0.85);
  }

  .lg\:bg-foreground\/90 {
    background-color: rgb(64 64 64 / 0.9);
  }

  .lg\:bg-foreground\/95 {
    background-color: rgb(64 64 64 / 0.95);
  }

  .lg\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(228 39 62 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-primary\/0 {
    background-color: rgb(228 39 62 / 0);
  }

  .lg\:bg-primary\/10 {
    background-color: rgb(228 39 62 / 0.1);
  }

  .lg\:bg-primary\/100 {
    background-color: rgb(228 39 62 / 1);
  }

  .lg\:bg-primary\/15 {
    background-color: rgb(228 39 62 / 0.15);
  }

  .lg\:bg-primary\/20 {
    background-color: rgb(228 39 62 / 0.2);
  }

  .lg\:bg-primary\/25 {
    background-color: rgb(228 39 62 / 0.25);
  }

  .lg\:bg-primary\/30 {
    background-color: rgb(228 39 62 / 0.3);
  }

  .lg\:bg-primary\/35 {
    background-color: rgb(228 39 62 / 0.35);
  }

  .lg\:bg-primary\/40 {
    background-color: rgb(228 39 62 / 0.4);
  }

  .lg\:bg-primary\/45 {
    background-color: rgb(228 39 62 / 0.45);
  }

  .lg\:bg-primary\/5 {
    background-color: rgb(228 39 62 / 0.05);
  }

  .lg\:bg-primary\/50 {
    background-color: rgb(228 39 62 / 0.5);
  }

  .lg\:bg-primary\/55 {
    background-color: rgb(228 39 62 / 0.55);
  }

  .lg\:bg-primary\/60 {
    background-color: rgb(228 39 62 / 0.6);
  }

  .lg\:bg-primary\/65 {
    background-color: rgb(228 39 62 / 0.65);
  }

  .lg\:bg-primary\/70 {
    background-color: rgb(228 39 62 / 0.7);
  }

  .lg\:bg-primary\/75 {
    background-color: rgb(228 39 62 / 0.75);
  }

  .lg\:bg-primary\/80 {
    background-color: rgb(228 39 62 / 0.8);
  }

  .lg\:bg-primary\/85 {
    background-color: rgb(228 39 62 / 0.85);
  }

  .lg\:bg-primary\/90 {
    background-color: rgb(228 39 62 / 0.9);
  }

  .lg\:bg-primary\/95 {
    background-color: rgb(228 39 62 / 0.95);
  }

  .lg\:bg-quartary {
    --tw-bg-opacity: 1;
    background-color: rgb(94 197 194 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-quartary\/0 {
    background-color: rgb(94 197 194 / 0);
  }

  .lg\:bg-quartary\/10 {
    background-color: rgb(94 197 194 / 0.1);
  }

  .lg\:bg-quartary\/100 {
    background-color: rgb(94 197 194 / 1);
  }

  .lg\:bg-quartary\/15 {
    background-color: rgb(94 197 194 / 0.15);
  }

  .lg\:bg-quartary\/20 {
    background-color: rgb(94 197 194 / 0.2);
  }

  .lg\:bg-quartary\/25 {
    background-color: rgb(94 197 194 / 0.25);
  }

  .lg\:bg-quartary\/30 {
    background-color: rgb(94 197 194 / 0.3);
  }

  .lg\:bg-quartary\/35 {
    background-color: rgb(94 197 194 / 0.35);
  }

  .lg\:bg-quartary\/40 {
    background-color: rgb(94 197 194 / 0.4);
  }

  .lg\:bg-quartary\/45 {
    background-color: rgb(94 197 194 / 0.45);
  }

  .lg\:bg-quartary\/5 {
    background-color: rgb(94 197 194 / 0.05);
  }

  .lg\:bg-quartary\/50 {
    background-color: rgb(94 197 194 / 0.5);
  }

  .lg\:bg-quartary\/55 {
    background-color: rgb(94 197 194 / 0.55);
  }

  .lg\:bg-quartary\/60 {
    background-color: rgb(94 197 194 / 0.6);
  }

  .lg\:bg-quartary\/65 {
    background-color: rgb(94 197 194 / 0.65);
  }

  .lg\:bg-quartary\/70 {
    background-color: rgb(94 197 194 / 0.7);
  }

  .lg\:bg-quartary\/75 {
    background-color: rgb(94 197 194 / 0.75);
  }

  .lg\:bg-quartary\/80 {
    background-color: rgb(94 197 194 / 0.8);
  }

  .lg\:bg-quartary\/85 {
    background-color: rgb(94 197 194 / 0.85);
  }

  .lg\:bg-quartary\/90 {
    background-color: rgb(94 197 194 / 0.9);
  }

  .lg\:bg-quartary\/95 {
    background-color: rgb(94 197 194 / 0.95);
  }

  .lg\:bg-secondary {
    --tw-bg-opacity: 1;
    background-color: rgb(0 142 96 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-secondary\/0 {
    background-color: rgb(0 142 96 / 0);
  }

  .lg\:bg-secondary\/10 {
    background-color: rgb(0 142 96 / 0.1);
  }

  .lg\:bg-secondary\/100 {
    background-color: rgb(0 142 96 / 1);
  }

  .lg\:bg-secondary\/15 {
    background-color: rgb(0 142 96 / 0.15);
  }

  .lg\:bg-secondary\/20 {
    background-color: rgb(0 142 96 / 0.2);
  }

  .lg\:bg-secondary\/25 {
    background-color: rgb(0 142 96 / 0.25);
  }

  .lg\:bg-secondary\/30 {
    background-color: rgb(0 142 96 / 0.3);
  }

  .lg\:bg-secondary\/35 {
    background-color: rgb(0 142 96 / 0.35);
  }

  .lg\:bg-secondary\/40 {
    background-color: rgb(0 142 96 / 0.4);
  }

  .lg\:bg-secondary\/45 {
    background-color: rgb(0 142 96 / 0.45);
  }

  .lg\:bg-secondary\/5 {
    background-color: rgb(0 142 96 / 0.05);
  }

  .lg\:bg-secondary\/50 {
    background-color: rgb(0 142 96 / 0.5);
  }

  .lg\:bg-secondary\/55 {
    background-color: rgb(0 142 96 / 0.55);
  }

  .lg\:bg-secondary\/60 {
    background-color: rgb(0 142 96 / 0.6);
  }

  .lg\:bg-secondary\/65 {
    background-color: rgb(0 142 96 / 0.65);
  }

  .lg\:bg-secondary\/70 {
    background-color: rgb(0 142 96 / 0.7);
  }

  .lg\:bg-secondary\/75 {
    background-color: rgb(0 142 96 / 0.75);
  }

  .lg\:bg-secondary\/80 {
    background-color: rgb(0 142 96 / 0.8);
  }

  .lg\:bg-secondary\/85 {
    background-color: rgb(0 142 96 / 0.85);
  }

  .lg\:bg-secondary\/90 {
    background-color: rgb(0 142 96 / 0.9);
  }

  .lg\:bg-secondary\/95 {
    background-color: rgb(0 142 96 / 0.95);
  }

  .lg\:bg-tertiary {
    --tw-bg-opacity: 1;
    background-color: rgb(0 54 36 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-tertiary\/0 {
    background-color: rgb(0 54 36 / 0);
  }

  .lg\:bg-tertiary\/10 {
    background-color: rgb(0 54 36 / 0.1);
  }

  .lg\:bg-tertiary\/100 {
    background-color: rgb(0 54 36 / 1);
  }

  .lg\:bg-tertiary\/15 {
    background-color: rgb(0 54 36 / 0.15);
  }

  .lg\:bg-tertiary\/20 {
    background-color: rgb(0 54 36 / 0.2);
  }

  .lg\:bg-tertiary\/25 {
    background-color: rgb(0 54 36 / 0.25);
  }

  .lg\:bg-tertiary\/30 {
    background-color: rgb(0 54 36 / 0.3);
  }

  .lg\:bg-tertiary\/35 {
    background-color: rgb(0 54 36 / 0.35);
  }

  .lg\:bg-tertiary\/40 {
    background-color: rgb(0 54 36 / 0.4);
  }

  .lg\:bg-tertiary\/45 {
    background-color: rgb(0 54 36 / 0.45);
  }

  .lg\:bg-tertiary\/5 {
    background-color: rgb(0 54 36 / 0.05);
  }

  .lg\:bg-tertiary\/50 {
    background-color: rgb(0 54 36 / 0.5);
  }

  .lg\:bg-tertiary\/55 {
    background-color: rgb(0 54 36 / 0.55);
  }

  .lg\:bg-tertiary\/60 {
    background-color: rgb(0 54 36 / 0.6);
  }

  .lg\:bg-tertiary\/65 {
    background-color: rgb(0 54 36 / 0.65);
  }

  .lg\:bg-tertiary\/70 {
    background-color: rgb(0 54 36 / 0.7);
  }

  .lg\:bg-tertiary\/75 {
    background-color: rgb(0 54 36 / 0.75);
  }

  .lg\:bg-tertiary\/80 {
    background-color: rgb(0 54 36 / 0.8);
  }

  .lg\:bg-tertiary\/85 {
    background-color: rgb(0 54 36 / 0.85);
  }

  .lg\:bg-tertiary\/90 {
    background-color: rgb(0 54 36 / 0.9);
  }

  .lg\:bg-tertiary\/95 {
    background-color: rgb(0 54 36 / 0.95);
  }

  .lg\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

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

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

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

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pr-16 {
    padding-right: 4rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pt-\[20vh\] {
    padding-top: 20vh;
  }

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

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

  .lg\:text-background {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .lg\:text-background\/0 {
    color: rgb(255 255 255 / 0);
  }

  .lg\:text-background\/10 {
    color: rgb(255 255 255 / 0.1);
  }

  .lg\:text-background\/100 {
    color: rgb(255 255 255 / 1);
  }

  .lg\:text-background\/15 {
    color: rgb(255 255 255 / 0.15);
  }

  .lg\:text-background\/20 {
    color: rgb(255 255 255 / 0.2);
  }

  .lg\:text-background\/25 {
    color: rgb(255 255 255 / 0.25);
  }

  .lg\:text-background\/30 {
    color: rgb(255 255 255 / 0.3);
  }

  .lg\:text-background\/35 {
    color: rgb(255 255 255 / 0.35);
  }

  .lg\:text-background\/40 {
    color: rgb(255 255 255 / 0.4);
  }

  .lg\:text-background\/45 {
    color: rgb(255 255 255 / 0.45);
  }

  .lg\:text-background\/5 {
    color: rgb(255 255 255 / 0.05);
  }

  .lg\:text-background\/50 {
    color: rgb(255 255 255 / 0.5);
  }

  .lg\:text-background\/55 {
    color: rgb(255 255 255 / 0.55);
  }

  .lg\:text-background\/60 {
    color: rgb(255 255 255 / 0.6);
  }

  .lg\:text-background\/65 {
    color: rgb(255 255 255 / 0.65);
  }

  .lg\:text-background\/70 {
    color: rgb(255 255 255 / 0.7);
  }

  .lg\:text-background\/75 {
    color: rgb(255 255 255 / 0.75);
  }

  .lg\:text-background\/80 {
    color: rgb(255 255 255 / 0.8);
  }

  .lg\:text-background\/85 {
    color: rgb(255 255 255 / 0.85);
  }

  .lg\:text-background\/90 {
    color: rgb(255 255 255 / 0.9);
  }

  .lg\:text-background\/95 {
    color: rgb(255 255 255 / 0.95);
  }

  .lg\:text-foreground {
    --tw-text-opacity: 1;
    color: rgb(64 64 64 / var(--tw-text-opacity, 1));
  }

  .lg\:text-foreground\/0 {
    color: rgb(64 64 64 / 0);
  }

  .lg\:text-foreground\/10 {
    color: rgb(64 64 64 / 0.1);
  }

  .lg\:text-foreground\/100 {
    color: rgb(64 64 64 / 1);
  }

  .lg\:text-foreground\/15 {
    color: rgb(64 64 64 / 0.15);
  }

  .lg\:text-foreground\/20 {
    color: rgb(64 64 64 / 0.2);
  }

  .lg\:text-foreground\/25 {
    color: rgb(64 64 64 / 0.25);
  }

  .lg\:text-foreground\/30 {
    color: rgb(64 64 64 / 0.3);
  }

  .lg\:text-foreground\/35 {
    color: rgb(64 64 64 / 0.35);
  }

  .lg\:text-foreground\/40 {
    color: rgb(64 64 64 / 0.4);
  }

  .lg\:text-foreground\/45 {
    color: rgb(64 64 64 / 0.45);
  }

  .lg\:text-foreground\/5 {
    color: rgb(64 64 64 / 0.05);
  }

  .lg\:text-foreground\/50 {
    color: rgb(64 64 64 / 0.5);
  }

  .lg\:text-foreground\/55 {
    color: rgb(64 64 64 / 0.55);
  }

  .lg\:text-foreground\/60 {
    color: rgb(64 64 64 / 0.6);
  }

  .lg\:text-foreground\/65 {
    color: rgb(64 64 64 / 0.65);
  }

  .lg\:text-foreground\/70 {
    color: rgb(64 64 64 / 0.7);
  }

  .lg\:text-foreground\/75 {
    color: rgb(64 64 64 / 0.75);
  }

  .lg\:text-foreground\/80 {
    color: rgb(64 64 64 / 0.8);
  }

  .lg\:text-foreground\/85 {
    color: rgb(64 64 64 / 0.85);
  }

  .lg\:text-foreground\/90 {
    color: rgb(64 64 64 / 0.9);
  }

  .lg\:text-foreground\/95 {
    color: rgb(64 64 64 / 0.95);
  }

  .lg\:text-primary {
    --tw-text-opacity: 1;
    color: rgb(228 39 62 / var(--tw-text-opacity, 1));
  }

  .lg\:text-primary\/0 {
    color: rgb(228 39 62 / 0);
  }

  .lg\:text-primary\/10 {
    color: rgb(228 39 62 / 0.1);
  }

  .lg\:text-primary\/100 {
    color: rgb(228 39 62 / 1);
  }

  .lg\:text-primary\/15 {
    color: rgb(228 39 62 / 0.15);
  }

  .lg\:text-primary\/20 {
    color: rgb(228 39 62 / 0.2);
  }

  .lg\:text-primary\/25 {
    color: rgb(228 39 62 / 0.25);
  }

  .lg\:text-primary\/30 {
    color: rgb(228 39 62 / 0.3);
  }

  .lg\:text-primary\/35 {
    color: rgb(228 39 62 / 0.35);
  }

  .lg\:text-primary\/40 {
    color: rgb(228 39 62 / 0.4);
  }

  .lg\:text-primary\/45 {
    color: rgb(228 39 62 / 0.45);
  }

  .lg\:text-primary\/5 {
    color: rgb(228 39 62 / 0.05);
  }

  .lg\:text-primary\/50 {
    color: rgb(228 39 62 / 0.5);
  }

  .lg\:text-primary\/55 {
    color: rgb(228 39 62 / 0.55);
  }

  .lg\:text-primary\/60 {
    color: rgb(228 39 62 / 0.6);
  }

  .lg\:text-primary\/65 {
    color: rgb(228 39 62 / 0.65);
  }

  .lg\:text-primary\/70 {
    color: rgb(228 39 62 / 0.7);
  }

  .lg\:text-primary\/75 {
    color: rgb(228 39 62 / 0.75);
  }

  .lg\:text-primary\/80 {
    color: rgb(228 39 62 / 0.8);
  }

  .lg\:text-primary\/85 {
    color: rgb(228 39 62 / 0.85);
  }

  .lg\:text-primary\/90 {
    color: rgb(228 39 62 / 0.9);
  }

  .lg\:text-primary\/95 {
    color: rgb(228 39 62 / 0.95);
  }

  .lg\:text-quartary {
    --tw-text-opacity: 1;
    color: rgb(94 197 194 / var(--tw-text-opacity, 1));
  }

  .lg\:text-quartary\/0 {
    color: rgb(94 197 194 / 0);
  }

  .lg\:text-quartary\/10 {
    color: rgb(94 197 194 / 0.1);
  }

  .lg\:text-quartary\/100 {
    color: rgb(94 197 194 / 1);
  }

  .lg\:text-quartary\/15 {
    color: rgb(94 197 194 / 0.15);
  }

  .lg\:text-quartary\/20 {
    color: rgb(94 197 194 / 0.2);
  }

  .lg\:text-quartary\/25 {
    color: rgb(94 197 194 / 0.25);
  }

  .lg\:text-quartary\/30 {
    color: rgb(94 197 194 / 0.3);
  }

  .lg\:text-quartary\/35 {
    color: rgb(94 197 194 / 0.35);
  }

  .lg\:text-quartary\/40 {
    color: rgb(94 197 194 / 0.4);
  }

  .lg\:text-quartary\/45 {
    color: rgb(94 197 194 / 0.45);
  }

  .lg\:text-quartary\/5 {
    color: rgb(94 197 194 / 0.05);
  }

  .lg\:text-quartary\/50 {
    color: rgb(94 197 194 / 0.5);
  }

  .lg\:text-quartary\/55 {
    color: rgb(94 197 194 / 0.55);
  }

  .lg\:text-quartary\/60 {
    color: rgb(94 197 194 / 0.6);
  }

  .lg\:text-quartary\/65 {
    color: rgb(94 197 194 / 0.65);
  }

  .lg\:text-quartary\/70 {
    color: rgb(94 197 194 / 0.7);
  }

  .lg\:text-quartary\/75 {
    color: rgb(94 197 194 / 0.75);
  }

  .lg\:text-quartary\/80 {
    color: rgb(94 197 194 / 0.8);
  }

  .lg\:text-quartary\/85 {
    color: rgb(94 197 194 / 0.85);
  }

  .lg\:text-quartary\/90 {
    color: rgb(94 197 194 / 0.9);
  }

  .lg\:text-quartary\/95 {
    color: rgb(94 197 194 / 0.95);
  }

  .lg\:text-secondary {
    --tw-text-opacity: 1;
    color: rgb(0 142 96 / var(--tw-text-opacity, 1));
  }

  .lg\:text-secondary\/0 {
    color: rgb(0 142 96 / 0);
  }

  .lg\:text-secondary\/10 {
    color: rgb(0 142 96 / 0.1);
  }

  .lg\:text-secondary\/100 {
    color: rgb(0 142 96 / 1);
  }

  .lg\:text-secondary\/15 {
    color: rgb(0 142 96 / 0.15);
  }

  .lg\:text-secondary\/20 {
    color: rgb(0 142 96 / 0.2);
  }

  .lg\:text-secondary\/25 {
    color: rgb(0 142 96 / 0.25);
  }

  .lg\:text-secondary\/30 {
    color: rgb(0 142 96 / 0.3);
  }

  .lg\:text-secondary\/35 {
    color: rgb(0 142 96 / 0.35);
  }

  .lg\:text-secondary\/40 {
    color: rgb(0 142 96 / 0.4);
  }

  .lg\:text-secondary\/45 {
    color: rgb(0 142 96 / 0.45);
  }

  .lg\:text-secondary\/5 {
    color: rgb(0 142 96 / 0.05);
  }

  .lg\:text-secondary\/50 {
    color: rgb(0 142 96 / 0.5);
  }

  .lg\:text-secondary\/55 {
    color: rgb(0 142 96 / 0.55);
  }

  .lg\:text-secondary\/60 {
    color: rgb(0 142 96 / 0.6);
  }

  .lg\:text-secondary\/65 {
    color: rgb(0 142 96 / 0.65);
  }

  .lg\:text-secondary\/70 {
    color: rgb(0 142 96 / 0.7);
  }

  .lg\:text-secondary\/75 {
    color: rgb(0 142 96 / 0.75);
  }

  .lg\:text-secondary\/80 {
    color: rgb(0 142 96 / 0.8);
  }

  .lg\:text-secondary\/85 {
    color: rgb(0 142 96 / 0.85);
  }

  .lg\:text-secondary\/90 {
    color: rgb(0 142 96 / 0.9);
  }

  .lg\:text-secondary\/95 {
    color: rgb(0 142 96 / 0.95);
  }

  .lg\:text-tertiary {
    --tw-text-opacity: 1;
    color: rgb(0 54 36 / var(--tw-text-opacity, 1));
  }

  .lg\:text-tertiary\/0 {
    color: rgb(0 54 36 / 0);
  }

  .lg\:text-tertiary\/10 {
    color: rgb(0 54 36 / 0.1);
  }

  .lg\:text-tertiary\/100 {
    color: rgb(0 54 36 / 1);
  }

  .lg\:text-tertiary\/15 {
    color: rgb(0 54 36 / 0.15);
  }

  .lg\:text-tertiary\/20 {
    color: rgb(0 54 36 / 0.2);
  }

  .lg\:text-tertiary\/25 {
    color: rgb(0 54 36 / 0.25);
  }

  .lg\:text-tertiary\/30 {
    color: rgb(0 54 36 / 0.3);
  }

  .lg\:text-tertiary\/35 {
    color: rgb(0 54 36 / 0.35);
  }

  .lg\:text-tertiary\/40 {
    color: rgb(0 54 36 / 0.4);
  }

  .lg\:text-tertiary\/45 {
    color: rgb(0 54 36 / 0.45);
  }

  .lg\:text-tertiary\/5 {
    color: rgb(0 54 36 / 0.05);
  }

  .lg\:text-tertiary\/50 {
    color: rgb(0 54 36 / 0.5);
  }

  .lg\:text-tertiary\/55 {
    color: rgb(0 54 36 / 0.55);
  }

  .lg\:text-tertiary\/60 {
    color: rgb(0 54 36 / 0.6);
  }

  .lg\:text-tertiary\/65 {
    color: rgb(0 54 36 / 0.65);
  }

  .lg\:text-tertiary\/70 {
    color: rgb(0 54 36 / 0.7);
  }

  .lg\:text-tertiary\/75 {
    color: rgb(0 54 36 / 0.75);
  }

  .lg\:text-tertiary\/80 {
    color: rgb(0 54 36 / 0.8);
  }

  .lg\:text-tertiary\/85 {
    color: rgb(0 54 36 / 0.85);
  }

  .lg\:text-tertiary\/90 {
    color: rgb(0 54 36 / 0.9);
  }

  .lg\:text-tertiary\/95 {
    color: rgb(0 54 36 / 0.95);
  }
}

@media (min-width: 1536px) {
  .\32xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .\32xl\:gap-8 {
    gap: 2rem;
  }
}