@import url("https://use.typekit.net/ryg2epr.css");

/*!
Theme Name: nugg
Theme URI: https://www.nuggmd.com/
Author: NuggMd
Author URI: https://www.nuggmd.com/
Description: NuggMD is the #1 platform for medical marijuana doctor evaluations. Fast, affordable, and secure. Get your medical marijuana card in 15 minutes or less!
Version: 1.0.0
Tested up to: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nmd
Tags:

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

nugg is based on _tw https://underscoretw.com/, (C) 2021-2022 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-2022 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/

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

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

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

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

/*! tailwindcss v3.3.2 | 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.
*/

html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 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 */
}

/*
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. 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-size: 1em;
  /* 2 */
}

/*
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-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

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

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

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

html {
  font-family: futura-pt, system-ui, sans-serif;
}

body{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

/**
 * hack wp admin bar. we have enough plugins that the admin bar wraps
 * and interferes with the content. double its size and add extra body
 * padding to compensate
 */

html #wpadminbar {
  height: 64px;
}

body.admin-bar {
  padding-top: 32px;
  /* wp adds 32px margin-top to html */
}

@media screen and (max-width: 782px) {
  html #wpadminbar {
    height: 46px;
  }

  body.admin-bar {
    padding-top: 0;
  }
}

.fancy a{
  display: block;
  width: 100%;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(82 183 129 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 1rem;
  padding-left: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.fancy a:hover{
  text-decoration-line: none;
}

.menu-item-has-children ul.sub-menu{
  position: absolute;
  display: none;
  width: 12rem;
  --tw-bg-opacity: 1;
  background-color: rgb(30 74 125 / var(--tw-bg-opacity));
}

.menu-item-has-children:hover ul.sub-menu{
  display: block;
}

@media only screen and (max-width: 767px) {
  .menu-item-has-children ul.sub-menu{
    position: relative;
    display: block;
    padding-left: 1rem;
  }
}

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

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

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

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

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

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

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

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

.splide__slide img {
  vertical-align: bottom;
}

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

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

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

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

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

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

  to {
    transform: rotate(1turn);
  }
}

.splide__track--fade > .splide__list {
  display: block;
}

.splide__track--fade > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

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

.splide--rtl {
  direction: rtl;
}

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

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

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

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

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

.splide__arrow--prev {
  left: 1em;
}

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

.splide__arrow--next {
  right: 1em;
}

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

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

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

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

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

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

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

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

.splide__slide {
  -webkit-tap-highlight-color: transparent;
}

.splide__slide:focus {
  outline: 0;
}

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

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

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

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

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

.splide__toggle {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.instruction-content ul {
  list-style: unset;
  padding-left: 25px;
  gap: 2rem;
}

/**
 * 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: 540px){
  .container{
    max-width: 540px;
  }
}

@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);
  max-width: 65ch;
}

.prose :where([class~="lead"]):not(:where([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"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose :where(h1):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

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

.prose :where(h2):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

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

.prose :where(h3):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

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

.prose :where(h4):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose :where(pre code):not(:where([class~="not-prose"] *)){
  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"] *))::before{
  content: none;
}

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

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

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

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

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

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

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

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

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

.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-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-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(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose-xl{
  font-size: 1.25rem;
  line-height: 1.8;
}

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

.prose-xl :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  font-size: 1.2em;
  line-height: 1.5;
  margin-top: 1em;
  margin-bottom: 1em;
}

.prose-xl :where(blockquote):not(:where([class~="not-prose"] *)){
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1.0666667em;
}

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

.prose-xl :where(h2):not(:where([class~="not-prose"] *)){
  font-size: 1.8em;
  margin-top: 1.5555556em;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

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

.prose-xl :where(h4):not(:where([class~="not-prose"] *)){
  margin-top: 1.8em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

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

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

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

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

.prose-xl :where(figcaption):not(:where([class~="not-prose"] *)){
  font-size: 0.9em;
  line-height: 1.5555556;
  margin-top: 1em;
}

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

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

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

.prose-xl :where(pre):not(:where([class~="not-prose"] *)){
  font-size: 0.9em;
  line-height: 1.7777778;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.5rem;
  padding-top: 1.1111111em;
  padding-right: 1.3333333em;
  padding-bottom: 1.1111111em;
  padding-left: 1.3333333em;
}

.prose-xl :where(ol):not(:where([class~="not-prose"] *)){
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  padding-left: 1.6em;
}

.prose-xl :where(ul):not(:where([class~="not-prose"] *)){
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  padding-left: 1.6em;
}

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

.prose-xl :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.4em;
}

.prose-xl :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.4em;
}

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

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

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

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

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

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

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

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

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

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

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

.prose-xl :where(table):not(:where([class~="not-prose"] *)){
  font-size: 0.9em;
  line-height: 1.5555556;
}

.prose-xl :where(thead th):not(:where([class~="not-prose"] *)){
  padding-right: 0.6666667em;
  padding-bottom: 0.8888889em;
  padding-left: 0.6666667em;
}

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

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

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

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

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

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

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

.prose-stone{
  --tw-prose-body: #44403c;
  --tw-prose-headings: #1c1917;
  --tw-prose-lead: #57534e;
  --tw-prose-links: #1c1917;
  --tw-prose-bold: #1c1917;
  --tw-prose-counters: #78716c;
  --tw-prose-bullets: #d6d3d1;
  --tw-prose-hr: #e7e5e4;
  --tw-prose-quotes: #1c1917;
  --tw-prose-quote-borders: #e7e5e4;
  --tw-prose-captions: #78716c;
  --tw-prose-code: #1c1917;
  --tw-prose-pre-code: #e7e5e4;
  --tw-prose-pre-bg: #292524;
  --tw-prose-th-borders: #d6d3d1;
  --tw-prose-td-borders: #e7e5e4;
  --tw-prose-invert-body: #d6d3d1;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #a8a29e;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #a8a29e;
  --tw-prose-invert-bullets: #57534e;
  --tw-prose-invert-hr: #44403c;
  --tw-prose-invert-quotes: #f5f5f4;
  --tw-prose-invert-quote-borders: #44403c;
  --tw-prose-invert-captions: #a8a29e;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d6d3d1;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #57534e;
  --tw-prose-invert-td-borders: #44403c;
}

@import-glob "./custom/components/**/!(components).css";

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

.invisible{
  visibility: hidden;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

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

.left-0{
  left: 0px;
}

.left-2{
  left: 0.5rem;
}

.left-3{
  left: 0.75rem;
}

.left-7{
  left: 1.75rem;
}

.right-0{
  right: 0px;
}

.right-1{
  right: 0.25rem;
}

.right-1\.5{
  right: 0.375rem;
}

.right-3{
  right: 0.75rem;
}

.top-0{
  top: 0px;
}

.top-1{
  top: 0.25rem;
}

.top-1\.5{
  top: 0.375rem;
}

.top-2{
  top: 0.5rem;
}

.top-3{
  top: 0.75rem;
}

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

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

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

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

.row-span-2{
  grid-row: span 2 / span 2;
}

.\!m-0{
  margin: 0px !important;
}

.m-0{
  margin: 0px;
}

.m-2{
  margin: 0.5rem;
}

.m-auto{
  margin: auto;
}

.-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}

.mx-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

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

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

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

.my-32{
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

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

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

.\!mb-0{
  margin-bottom: 0px !important;
}

.\!ml-0{
  margin-left: 0px !important;
}

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

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

.-mb-56{
  margin-bottom: -14rem;
}

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

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

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

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

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

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

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

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

.mb-7{
  margin-bottom: 1.75rem;
}

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

.mb-auto{
  margin-bottom: auto;
}

.ml-0{
  margin-left: 0px;
}

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

.ml-3{
  margin-left: 0.75rem;
}

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

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

.mr-1{
  margin-right: 0.25rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.mr-3{
  margin-right: 0.75rem;
}

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

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

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

.mt-11{
  margin-top: 2.75rem;
}

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

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

.mt-9{
  margin-top: 2.25rem;
}

.mt-auto{
  margin-top: auto;
}

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

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

.table{
  display: table;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.aspect-\[2\/3\]{
  aspect-ratio: 2/3;
}

.aspect-\[3\/2\]{
  aspect-ratio: 3/2;
}

.aspect-\[5\/2\]{
  aspect-ratio: 5/2;
}

.\!h-20{
  height: 5rem !important;
}

.\!h-6{
  height: 1.5rem !important;
}

.\!h-auto{
  height: auto !important;
}

.h-0{
  height: 0px;
}

.h-12{
  height: 3rem;
}

.h-14{
  height: 3.5rem;
}

.h-3{
  height: 0.75rem;
}

.h-32{
  height: 8rem;
}

.h-4{
  height: 1rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-8{
  height: 2rem;
}

.h-9{
  height: 2.25rem;
}

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

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

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.max-h-0{
  max-height: 0px;
}

.max-h-600{
  max-height: 600px;
}

.max-h-9{
  max-height: 2.25rem;
}

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

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

.min-h-\[min\(90vh\2c 55rem\)\]{
  min-height: min(90vh,55rem);
}

.min-h-max{
  min-height: -moz-max-content;
  min-height: max-content;
}

.\!w-auto{
  width: auto !important;
}

.w-0{
  width: 0px;
}

.w-10\/12{
  width: 83.333333%;
}

.w-11\/12{
  width: 91.666667%;
}

.w-12{
  width: 3rem;
}

.w-14{
  width: 3.5rem;
}

.w-20{
  width: 5rem;
}

.w-24{
  width: 6rem;
}

.w-3{
  width: 0.75rem;
}

.w-3\.5{
  width: 0.875rem;
}

.w-32{
  width: 8rem;
}

.w-4{
  width: 1rem;
}

.w-48{
  width: 12rem;
}

.w-5{
  width: 1.25rem;
}

.w-56{
  width: 14rem;
}

.w-6{
  width: 1.5rem;
}

.w-60{
  width: 15rem;
}

.w-7\/12{
  width: 58.333333%;
}

.w-8{
  width: 2rem;
}

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

.min-w-\[10em\]{
  min-width: 10em;
}

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

.min-w-\[7em\]{
  min-width: 7em;
}

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

.max-w-5xl{
  max-width: 64rem;
}

.max-w-6xl{
  max-width: 72rem;
}

.max-w-7xl{
  max-width: 80rem;
}

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

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

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

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

.max-w-\[75vw\]{
  max-width: 75vw;
}

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

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

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

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

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

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

.max-w-prose{
  max-width: 65ch;
}

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

.max-w-sm{
  max-width: 24rem;
}

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

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

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

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

.flex-none{
  flex: none;
}

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

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

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

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

.grow{
  flex-grow: 1;
}

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

.basis-0{
  flex-basis: 0px;
}

.basis-3{
  flex-basis: 0.75rem;
}

.table-auto{
  table-layout: auto;
}

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

.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-125{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.cursor-pointer{
  cursor: pointer;
}

.snap-center{
  scroll-snap-align: center;
}

.list-none{
  list-style-type: none;
}

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

.columns-1{
  -moz-columns: 1;
       columns: 1;
}

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

.columns-3{
  -moz-columns: 3;
       columns: 3;
}

.columns-4{
  -moz-columns: 4;
       columns: 4;
}

.grid-flow-col{
  grid-auto-flow: column;
}

.grid-cols-fill-250{
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
}

.grid-rows-26{
  grid-template-rows: repeat(26, 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;
}

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

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

.content-around{
  align-content: space-around;
}

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

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

.gap-1{
  gap: 0.25rem;
}

.gap-12{
  gap: 3rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-2\.5{
  gap: 0.625rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-y-0{
  row-gap: 0px;
}

.gap-y-8{
  row-gap: 2rem;
}

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

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

.divide-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}

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

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

.\!overflow-auto{
  overflow: auto !important;
}

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-clip{
  overflow: clip;
}

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

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

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

.whitespace-nowrap{
  white-space: nowrap;
}

.rounded{
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

.rounded-l-lg{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-l-md{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-r-lg{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.rounded-r-md{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.border{
  border-width: 1px;
}

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

.border-\[3px\]{
  border-width: 3px;
}

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

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

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

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

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

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

.border-nugg-black{
  --tw-border-opacity: 1;
  border-color: rgb(6 15 25 / var(--tw-border-opacity));
}

.border-nugg-blue{
  --tw-border-opacity: 1;
  border-color: rgb(30 74 125 / var(--tw-border-opacity));
}

.border-nugg-blue-shade-2{
  --tw-border-opacity: 1;
  border-color: rgb(15 37 63 / var(--tw-border-opacity));
}

.border-nugg-blue-tint{
  --tw-border-opacity: 1;
  border-color: rgb(120 146 177 / var(--tw-border-opacity));
}

.border-nugg-blue-tint-2{
  --tw-border-opacity: 1;
  border-color: rgb(120 146 177 / var(--tw-border-opacity));
}

.border-nugg-butterscotch{
  --tw-border-opacity: 1;
  border-color: rgb(251 176 59 / var(--tw-border-opacity));
}

.border-nugg-cranberry{
  --tw-border-opacity: 1;
  border-color: rgb(228 96 110 / var(--tw-border-opacity));
}

.border-nugg-error{
  --tw-border-opacity: 1;
  border-color: rgb(244 172 56 / var(--tw-border-opacity));
}

.border-nugg-green{
  --tw-border-opacity: 1;
  border-color: rgb(82 183 129 / var(--tw-border-opacity));
}

.border-nugg-green-shade{
  --tw-border-opacity: 1;
  border-color: rgb(182 77 88 / var(--tw-border-opacity));
}

.border-nugg-green-tint{
  --tw-border-opacity: 1;
  border-color: rgb(233 128 139 / var(--tw-border-opacity));
}

.border-nugg-lavander{
  --tw-border-opacity: 1;
  border-color: rgb(183 138 241 / var(--tw-border-opacity));
}

.border-nugg-notification{
  --tw-border-opacity: 1;
  border-color: rgb(36 89 153 / var(--tw-border-opacity));
}

.border-nugg-red{
  --tw-border-opacity: 1;
  border-color: rgb(212 104 112 / var(--tw-border-opacity));
}

.border-nugg-red-shade{
  --tw-border-opacity: 1;
  border-color: rgb(170 83 90 / var(--tw-border-opacity));
}

.border-nugg-red-tint{
  --tw-border-opacity: 1;
  border-color: rgb(221 134 141 / var(--tw-border-opacity));
}

.border-nugg-sky{
  --tw-border-opacity: 1;
  border-color: rgb(49 200 242 / var(--tw-border-opacity));
}

.border-nugg-success{
  --tw-border-opacity: 1;
  border-color: rgb(82 183 129 / var(--tw-border-opacity));
}

.border-nugg-ui-b1{
  --tw-border-opacity: 1;
  border-color: rgb(210 219 229 / var(--tw-border-opacity));
}

.border-nugg-ui-b2{
  --tw-border-opacity: 1;
  border-color: rgb(240 240 240 / var(--tw-border-opacity));
}

.border-nugg-ui-b3{
  --tw-border-opacity: 1;
  border-color: rgb(221 220 222 / var(--tw-border-opacity));
}

.border-nugg-watermelon{
  --tw-border-opacity: 1;
  border-color: rgb(248 114 129 / var(--tw-border-opacity));
}

.border-nugg-whiskey{
  --tw-border-opacity: 1;
  border-color: rgb(228 151 96 / var(--tw-border-opacity));
}

.border-nugg-yellow{
  --tw-border-opacity: 1;
  border-color: rgb(254 229 97 / var(--tw-border-opacity));
}

.border-orange-600{
  --tw-border-opacity: 1;
  border-color: rgb(234 88 12 / var(--tw-border-opacity));
}

.border-stone-100{
  --tw-border-opacity: 1;
  border-color: rgb(245 245 244 / var(--tw-border-opacity));
}

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

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

.border-b-nugg-blue-shade-2{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(15 37 63 / var(--tw-border-opacity));
}

.\!bg-nugg-green{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(82 183 129 / var(--tw-bg-opacity)) !important;
}

.bg-\[rgb\(186\2c 186\2c 186\)\]{
  --tw-bg-opacity: 1;
  background-color: rgb(186 186 186 / var(--tw-bg-opacity));
}

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

.bg-nugg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(6 15 25 / var(--tw-bg-opacity));
}

.bg-nugg-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(30 74 125 / var(--tw-bg-opacity));
}

.bg-nugg-blue-shade-2{
  --tw-bg-opacity: 1;
  background-color: rgb(15 37 63 / var(--tw-bg-opacity));
}

.bg-nugg-blue-tint{
  --tw-bg-opacity: 1;
  background-color: rgb(120 146 177 / var(--tw-bg-opacity));
}

.bg-nugg-blue-tint-2{
  --tw-bg-opacity: 1;
  background-color: rgb(120 146 177 / var(--tw-bg-opacity));
}

.bg-nugg-butterscotch{
  --tw-bg-opacity: 1;
  background-color: rgb(251 176 59 / var(--tw-bg-opacity));
}

.bg-nugg-cranberry{
  --tw-bg-opacity: 1;
  background-color: rgb(228 96 110 / var(--tw-bg-opacity));
}

.bg-nugg-error{
  --tw-bg-opacity: 1;
  background-color: rgb(244 172 56 / var(--tw-bg-opacity));
}

.bg-nugg-green{
  --tw-bg-opacity: 1;
  background-color: rgb(82 183 129 / var(--tw-bg-opacity));
}

.bg-nugg-green-shade{
  --tw-bg-opacity: 1;
  background-color: rgb(182 77 88 / var(--tw-bg-opacity));
}

.bg-nugg-green-tint{
  --tw-bg-opacity: 1;
  background-color: rgb(233 128 139 / var(--tw-bg-opacity));
}

.bg-nugg-lavander{
  --tw-bg-opacity: 1;
  background-color: rgb(183 138 241 / var(--tw-bg-opacity));
}

.bg-nugg-notification{
  --tw-bg-opacity: 1;
  background-color: rgb(36 89 153 / var(--tw-bg-opacity));
}

.bg-nugg-red{
  --tw-bg-opacity: 1;
  background-color: rgb(212 104 112 / var(--tw-bg-opacity));
}

.bg-nugg-red-shade{
  --tw-bg-opacity: 1;
  background-color: rgb(170 83 90 / var(--tw-bg-opacity));
}

.bg-nugg-red-tint{
  --tw-bg-opacity: 1;
  background-color: rgb(221 134 141 / var(--tw-bg-opacity));
}

.bg-nugg-sky{
  --tw-bg-opacity: 1;
  background-color: rgb(49 200 242 / var(--tw-bg-opacity));
}

.bg-nugg-success{
  --tw-bg-opacity: 1;
  background-color: rgb(82 183 129 / var(--tw-bg-opacity));
}

.bg-nugg-ui-b1{
  --tw-bg-opacity: 1;
  background-color: rgb(210 219 229 / var(--tw-bg-opacity));
}

.bg-nugg-ui-b2{
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}

.bg-nugg-ui-b3{
  --tw-bg-opacity: 1;
  background-color: rgb(221 220 222 / var(--tw-bg-opacity));
}

.bg-nugg-watermelon{
  --tw-bg-opacity: 1;
  background-color: rgb(248 114 129 / var(--tw-bg-opacity));
}

.bg-nugg-whiskey{
  --tw-bg-opacity: 1;
  background-color: rgb(228 151 96 / var(--tw-bg-opacity));
}

.bg-nugg-yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(254 229 97 / var(--tw-bg-opacity));
}

.bg-red-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}

.bg-stone-100{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity));
}

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

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

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

.bg-opacity-20{
  --tw-bg-opacity: 0.2;
}

.bg-opacity-25{
  --tw-bg-opacity: 0.25;
}

.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

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

.bg-none{
  background-image: none;
}

.from-\[\#3673b7\]{
  --tw-gradient-from: #3673b7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 115 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-nugg-blue{
  --tw-gradient-to: rgb(30 74 125 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1E4A7D var(--tw-gradient-via-position), var(--tw-gradient-to);
}

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

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

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

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

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

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

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

.\!p-12{
  padding: 3rem !important;
}

.p-0{
  padding: 0px;
}

.p-1{
  padding: 0.25rem;
}

.p-12{
  padding: 3rem;
}

.p-2{
  padding: 0.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-6{
  padding: 1.5rem;
}

.p-7{
  padding: 1.75rem;
}

.p-8{
  padding: 2rem;
}

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

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

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

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

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

.px-14{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.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-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

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

.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!pl-0{
  padding-left: 0px !important;
}

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

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

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

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

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

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

.pb-7{
  padding-bottom: 1.75rem;
}

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

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

.pl-3{
  padding-left: 0.75rem;
}

.pl-5{
  padding-left: 1.25rem;
}

.pl-6{
  padding-left: 1.5rem;
}

.pr-1{
  padding-right: 0.25rem;
}

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

.pr-16{
  padding-right: 4rem;
}

.pr-2{
  padding-right: 0.5rem;
}

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

.pr-6{
  padding-right: 1.5rem;
}

.pr-\[30x\]{
  padding-right: 30x;
}

.pt-10{
  padding-top: 2.5rem;
}

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

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

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

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

.pt-48{
  padding-top: 12rem;
}

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

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

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

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

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

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

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

.font-futura-pt{
  font-family: futura-pt, sans-serif;
}

.font-futura-pt-bold{
  font-family: futura-pt-bold, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

.font-extrabold{
  font-weight: 800;
}

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

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

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

.leading-6{
  line-height: 1.5rem;
}

.\!text-nugg-green{
  --tw-text-opacity: 1 !important;
  color: rgb(82 183 129 / var(--tw-text-opacity)) !important;
}

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

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

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

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

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

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

.text-nugg-black{
  --tw-text-opacity: 1;
  color: rgb(6 15 25 / var(--tw-text-opacity));
}

.text-nugg-blue{
  --tw-text-opacity: 1;
  color: rgb(30 74 125 / var(--tw-text-opacity));
}

.text-nugg-blue-shade-2{
  --tw-text-opacity: 1;
  color: rgb(15 37 63 / var(--tw-text-opacity));
}

.text-nugg-blue-tint{
  --tw-text-opacity: 1;
  color: rgb(120 146 177 / var(--tw-text-opacity));
}

.text-nugg-blue-tint-2{
  --tw-text-opacity: 1;
  color: rgb(120 146 177 / var(--tw-text-opacity));
}

.text-nugg-butterscotch{
  --tw-text-opacity: 1;
  color: rgb(251 176 59 / var(--tw-text-opacity));
}

.text-nugg-cranberry{
  --tw-text-opacity: 1;
  color: rgb(228 96 110 / var(--tw-text-opacity));
}

.text-nugg-error{
  --tw-text-opacity: 1;
  color: rgb(244 172 56 / var(--tw-text-opacity));
}

.text-nugg-green{
  --tw-text-opacity: 1;
  color: rgb(82 183 129 / var(--tw-text-opacity));
}

.text-nugg-green-shade{
  --tw-text-opacity: 1;
  color: rgb(182 77 88 / var(--tw-text-opacity));
}

.text-nugg-green-tint{
  --tw-text-opacity: 1;
  color: rgb(233 128 139 / var(--tw-text-opacity));
}

.text-nugg-lavander{
  --tw-text-opacity: 1;
  color: rgb(183 138 241 / var(--tw-text-opacity));
}

.text-nugg-notification{
  --tw-text-opacity: 1;
  color: rgb(36 89 153 / var(--tw-text-opacity));
}

.text-nugg-red{
  --tw-text-opacity: 1;
  color: rgb(212 104 112 / var(--tw-text-opacity));
}

.text-nugg-red-shade{
  --tw-text-opacity: 1;
  color: rgb(170 83 90 / var(--tw-text-opacity));
}

.text-nugg-red-tint{
  --tw-text-opacity: 1;
  color: rgb(221 134 141 / var(--tw-text-opacity));
}

.text-nugg-sky{
  --tw-text-opacity: 1;
  color: rgb(49 200 242 / var(--tw-text-opacity));
}

.text-nugg-success{
  --tw-text-opacity: 1;
  color: rgb(82 183 129 / var(--tw-text-opacity));
}

.text-nugg-ui-b1{
  --tw-text-opacity: 1;
  color: rgb(210 219 229 / var(--tw-text-opacity));
}

.text-nugg-ui-b2{
  --tw-text-opacity: 1;
  color: rgb(240 240 240 / var(--tw-text-opacity));
}

.text-nugg-ui-b3{
  --tw-text-opacity: 1;
  color: rgb(221 220 222 / var(--tw-text-opacity));
}

.text-nugg-ui-b7{
  --tw-text-opacity: 1;
  color: rgb(161 161 161 / var(--tw-text-opacity));
}

.text-nugg-watermelon{
  --tw-text-opacity: 1;
  color: rgb(248 114 129 / var(--tw-text-opacity));
}

.text-nugg-whiskey{
  --tw-text-opacity: 1;
  color: rgb(228 151 96 / var(--tw-text-opacity));
}

.text-nugg-yellow{
  --tw-text-opacity: 1;
  color: rgb(254 229 97 / var(--tw-text-opacity));
}

.text-orange-600{
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity));
}

.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

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

.text-zinc-500{
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}

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

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

.underline-offset-1{
  text-underline-offset: 1px;
}

.underline-offset-4{
  text-underline-offset: 4px;
}

.opacity-25{
  opacity: 0.25;
}

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

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

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

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

.outline{
  outline-style: solid;
}

.outline-gray-200{
  outline-color: #e5e7eb;
}

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

.filter-none{
  filter: none;
}

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

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

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

/**
 * Enable alpine.js x-cloak behavior
 */

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

@media (min-width: 1024px){
  .lg\:prose-xl{
    font-size: 1.25rem;
    line-height: 1.8;
  }

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

  .lg\:prose-xl :where([class~="lead"]):not(:where([class~="not-prose"] *)){
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .lg\:prose-xl :where(blockquote):not(:where([class~="not-prose"] *)){
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }

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

  .lg\:prose-xl :where(h2):not(:where([class~="not-prose"] *)){
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

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

  .lg\:prose-xl :where(h4):not(:where([class~="not-prose"] *)){
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

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

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

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

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

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

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

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

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

  .lg\:prose-xl :where(pre):not(:where([class~="not-prose"] *)){
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }

  .lg\:prose-xl :where(ol):not(:where([class~="not-prose"] *)){
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    padding-left: 1.6em;
  }

  .lg\:prose-xl :where(ul):not(:where([class~="not-prose"] *)){
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    padding-left: 1.6em;
  }

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

  .lg\:prose-xl :where(ol > li):not(:where([class~="not-prose"] *)){
    padding-left: 0.4em;
  }

  .lg\:prose-xl :where(ul > li):not(:where([class~="not-prose"] *)){
    padding-left: 0.4em;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:prose-xl :where(table):not(:where([class~="not-prose"] *)){
    font-size: 0.9em;
    line-height: 1.5555556;
  }

  .lg\:prose-xl :where(thead th):not(:where([class~="not-prose"] *)){
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

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

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

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

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

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

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

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

@media (min-width: 1536px){
  .\32xl\:prose-2xl{
    font-size: 1.5rem;
    line-height: 1.6666667;
  }

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

  .\32xl\:prose-2xl :where([class~="lead"]):not(:where([class~="not-prose"] *)){
    font-size: 1.25em;
    line-height: 1.4666667;
    margin-top: 1.0666667em;
    margin-bottom: 1.0666667em;
  }

  .\32xl\:prose-2xl :where(blockquote):not(:where([class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
    padding-left: 1.1111111em;
  }

  .\32xl\:prose-2xl :where(h1):not(:where([class~="not-prose"] *)){
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.875em;
    line-height: 1;
  }

  .\32xl\:prose-2xl :where(h2):not(:where([class~="not-prose"] *)){
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 0.8333333em;
    line-height: 1.0833333;
  }

  .\32xl\:prose-2xl :where(h3):not(:where([class~="not-prose"] *)){
    font-size: 1.5em;
    margin-top: 1.5555556em;
    margin-bottom: 0.6666667em;
    line-height: 1.2222222;
  }

  .\32xl\:prose-2xl :where(h4):not(:where([class~="not-prose"] *)){
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

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

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

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

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

  .\32xl\:prose-2xl :where(figcaption):not(:where([class~="not-prose"] *)){
    font-size: 0.8333333em;
    line-height: 1.6;
    margin-top: 1em;
  }

  .\32xl\:prose-2xl :where(code):not(:where([class~="not-prose"] *)){
    font-size: 0.8333333em;
  }

  .\32xl\:prose-2xl :where(h2 code):not(:where([class~="not-prose"] *)){
    font-size: 0.875em;
  }

  .\32xl\:prose-2xl :where(h3 code):not(:where([class~="not-prose"] *)){
    font-size: 0.8888889em;
  }

  .\32xl\:prose-2xl :where(pre):not(:where([class~="not-prose"] *)){
    font-size: 0.8333333em;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.2em;
    padding-right: 1.6em;
    padding-bottom: 1.2em;
    padding-left: 1.6em;
  }

  .\32xl\:prose-2xl :where(ol):not(:where([class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.5833333em;
  }

  .\32xl\:prose-2xl :where(ul):not(:where([class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.5833333em;
  }

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

  .\32xl\:prose-2xl :where(ol > li):not(:where([class~="not-prose"] *)){
    padding-left: 0.4166667em;
  }

  .\32xl\:prose-2xl :where(ul > li):not(:where([class~="not-prose"] *)){
    padding-left: 0.4166667em;
  }

  .\32xl\:prose-2xl :where(.\32xl\:prose-2xl > ul > li p):not(:where([class~="not-prose"] *)){
    margin-top: 0.8333333em;
    margin-bottom: 0.8333333em;
  }

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

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

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

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

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

  .\32xl\:prose-2xl :where(hr):not(:where([class~="not-prose"] *)){
    margin-top: 3em;
    margin-bottom: 3em;
  }

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

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

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

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

  .\32xl\:prose-2xl :where(table):not(:where([class~="not-prose"] *)){
    font-size: 0.8333333em;
    line-height: 1.4;
  }

  .\32xl\:prose-2xl :where(thead th):not(:where([class~="not-prose"] *)){
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .\32xl\:prose-2xl :where(thead th:first-child):not(:where([class~="not-prose"] *)){
    padding-left: 0;
  }

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

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

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

  .\32xl\:prose-2xl :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
    padding-right: 0;
  }

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

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

.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}

.before\:inset-0::before{
  content: var(--tw-content);
  inset: 0px;
}

.before\:left-0::before{
  content: var(--tw-content);
  left: 0px;
}

.before\:top-0::before{
  content: var(--tw-content);
  top: 0px;
}

.before\:h-full::before{
  content: var(--tw-content);
  height: 100%;
}

.before\:w-full::before{
  content: var(--tw-content);
  width: 100%;
}

.after\:px-1::after{
  content: var(--tw-content);
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.after\:opacity-20::after{
  content: var(--tw-content);
  opacity: 0.2;
}

.after\:content-\[\'\|\'\]::after{
  --tw-content: '|';
  content: var(--tw-content);
}

.last\:border-b-0:last-child{
  border-bottom-width: 0px;
}

.hover\:cursor-pointer:hover{
  cursor: pointer;
}

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

.hover\:bg-nugg-black:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(6 15 25 / var(--tw-bg-opacity));
}

.hover\:bg-nugg-blue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(30 74 125 / var(--tw-bg-opacity));
}

.hover\:bg-nugg-blue-shade-2:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(15 37 63 / var(--tw-bg-opacity));
}

.hover\:bg-nugg-blue-tint:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(120 146 177 / var(--tw-bg-opacity));
}

.hover\:bg-nugg-blue-tint-2:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(120 146 177 / var(--tw-bg-opacity));
}

.hover\:bg-nugg-butterscotch:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(251 176 59 / var(--tw-bg-opacity));
}

.hover\:bg-nugg-cranberry:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(228 96 110 / var(--tw-bg-opacity));
}

.hover\:bg-nugg-error:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(244 172 56 / var(--tw-bg-opacity));
}

.hover\:bg-nugg-green:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(82 183 129 / var(--tw-bg-opacity));
}

.hover\:bg-nugg-green-shade:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(182 77 88 / var(--tw-bg-opacity));
}

.hover\:bg-nugg-green-tint:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(233 128 139 / var(--tw-bg-opacity));
}

.hover\:bg-nugg-lavander:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(183 138 241 / var(--tw-bg-opacity));
}

.hover\:bg-nugg-notification:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(36 89 153 / var(--tw-bg-opacity));
}

.hover\:bg-nugg-red:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(212 104 112 / var(--tw-bg-opacity));
}

.hover\:bg-nugg-red-shade:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(170 83 90 / var(--tw-bg-opacity));
}

.hover\:bg-nugg-red-tint:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(221 134 141 / var(--tw-bg-opacity));
}

.hover\:bg-nugg-sky:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(49 200 242 / var(--tw-bg-opacity));
}

.hover\:bg-nugg-success:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(82 183 129 / var(--tw-bg-opacity));
}

.hover\:bg-nugg-ui-b1:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(210 219 229 / var(--tw-bg-opacity));
}

.hover\:bg-nugg-ui-b2:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}

.hover\:bg-nugg-ui-b3:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(221 220 222 / var(--tw-bg-opacity));
}

.hover\:bg-nugg-watermelon:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(248 114 129 / var(--tw-bg-opacity));
}

.hover\:bg-nugg-whiskey:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(228 151 96 / var(--tw-bg-opacity));
}

.hover\:bg-nugg-yellow:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 229 97 / var(--tw-bg-opacity));
}

.hover\:bg-opacity-80:hover{
  --tw-bg-opacity: 0.8;
}

.hover\:text-nugg-green:hover{
  --tw-text-opacity: 1;
  color: rgb(82 183 129 / var(--tw-text-opacity));
}

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

.hover\:underline:hover{
  text-decoration-line: underline;
}

.hover\:decoration-nugg-blue:hover{
  text-decoration-color: #1E4A7D;
}

.hover\:decoration-\[3px\]:hover{
  text-decoration-thickness: 3px;
}

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

.focus\:text-nugg-green:focus{
  --tw-text-opacity: 1;
  color: rgb(82 183 129 / var(--tw-text-opacity));
}

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

.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

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

.focus\:ring-nugg-green:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(82 183 129 / var(--tw-ring-opacity));
}

.disabled\:cursor-default:disabled{
  cursor: default;
}

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

.disabled\:bg-nugg-blue-tint-2:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(120 146 177 / var(--tw-bg-opacity));
}

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

.prose-p\:break-words :is(:where(p):not(:where([class~="not-prose"] *))){
  overflow-wrap: break-word;
}

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

.hover\:prose-a\:decoration-nugg-blue :is(:where(a):not(:where([class~="not-prose"] *))):hover{
  text-decoration-color: #1E4A7D;
}

.hover\:prose-a\:decoration-\[3px\] :is(:where(a):not(:where([class~="not-prose"] *))):hover{
  text-decoration-thickness: 3px;
}

.prose-img\:rounded-xl :is(:where(img):not(:where([class~="not-prose"] *))){
  border-radius: 0.75rem;
}

.constrain-children\:m-auto>*:not(.escape){
  margin: auto;
}

.constrain-children\:max-w-5xl>*:not(.escape){
  max-width: 64rem;
}

.constrain-children\:py-24>*:not(.escape){
  padding-top: 6rem;
  padding-bottom: 6rem;
}

@media (min-width: 540px){
  .xs\:left-4{
    left: 1rem;
  }

  .xs\:top-4{
    top: 1rem;
  }

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

  .xs\:mr-4{
    margin-right: 1rem;
  }

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

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

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

  .xs\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

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

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

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

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

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

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

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

@media (min-width: 640px){
  .sm\:ml-4{
    margin-left: 1rem;
  }

  .sm\:mr-4{
    margin-right: 1rem;
  }

  .sm\:h-14{
    height: 3.5rem;
  }

  .sm\:h-9{
    height: 2.25rem;
  }

  .sm\:w-1\/4{
    width: 25%;
  }

  .sm\:w-3\/4{
    width: 75%;
  }

  .sm\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }

  .sm\:grid-rows-17{
    grid-template-rows: repeat(17, minmax(0, 1fr));
  }

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

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

  .sm\:whitespace-nowrap{
    white-space: nowrap;
  }

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

  .sm\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

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

@media (min-width: 768px){
  .md\:z-50{
    z-index: 50;
  }

  .md\:col-start-3{
    grid-column-start: 3;
  }

  .md\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .md\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .md\:m-0{
    margin: 0px;
  }

  .md\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

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

  .md\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:-mb-\[9rem\]{
    margin-bottom: -9rem;
  }

  .md\:-mt-\[9rem\]{
    margin-top: -9rem;
  }

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

  .md\:ml-0{
    margin-left: 0px;
  }

  .md\:ml-11{
    margin-left: 2.75rem;
  }

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

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

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

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

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

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

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

  .md\:block{
    display: block;
  }

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

  .md\:inline{
    display: inline;
  }

  .md\:flex{
    display: flex;
  }

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

  .md\:grid{
    display: grid;
  }

  .md\:hidden{
    display: none;
  }

  .md\:aspect-\[3\/2\]{
    aspect-ratio: 3/2;
  }

  .md\:\!h-8{
    height: 2rem !important;
  }

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

  .md\:h-6{
    height: 1.5rem;
  }

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

  .md\:h-\[590x\]{
    height: 590x;
  }

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

  .md\:w-1\/5{
    width: 20%;
  }

  .md\:w-3\/4{
    width: 75%;
  }

  .md\:w-3\/5{
    width: 60%;
  }

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

  .md\:w-40{
    width: 10rem;
  }

  .md\:w-5\/12{
    width: 41.666667%;
  }

  .md\:w-6{
    width: 1.5rem;
  }

  .md\:w-7\/12{
    width: 58.333333%;
  }

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

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

  .md\:w-\[90vw\]{
    width: 90vw;
  }

  .md\:w-auto{
    width: auto;
  }

  .md\:w-full{
    width: 100%;
  }

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

  .md\:max-w-5xl{
    max-width: 64rem;
  }

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

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

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

  .md\:grow-0{
    flex-grow: 0;
  }

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

  .md\:columns-3{
    -moz-columns: 3;
         columns: 3;
  }

  .md\:columns-4{
    -moz-columns: 4;
         columns: 4;
  }

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

  .md\:grid-rows-13{
    grid-template-rows: repeat(13, minmax(0, 1fr));
  }

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

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

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

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

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

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

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

  .md\:justify-evenly{
    justify-content: space-evenly;
  }

  .md\:gap-0{
    gap: 0px;
  }

  .md\:gap-10{
    gap: 2.5rem;
  }

  .md\:gap-2{
    gap: 0.5rem;
  }

  .md\:gap-3{
    gap: 0.75rem;
  }

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

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

  .md\:overflow-hidden{
    overflow: hidden;
  }

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

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

  .md\:border-b-0{
    border-bottom-width: 0px;
  }

  .md\:bg-nugg-ui-b2{
    --tw-bg-opacity: 1;
    background-color: rgb(240 240 240 / var(--tw-bg-opacity));
  }

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

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

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

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

  .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

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

  .md\:py-\[12rem\]{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:pb-0{
    padding-bottom: 0px;
  }

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

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

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

  .md\:pt-12{
    padding-top: 3rem;
  }

  .md\:pt-2{
    padding-top: 0.5rem;
  }

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

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

  .md\:pt-52{
    padding-top: 13rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:leading-\[1\.10\]{
    line-height: 1.10;
  }

  .md\:text-nugg-ui-b7{
    --tw-text-opacity: 1;
    color: rgb(161 161 161 / var(--tw-text-opacity));
  }

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

@media (min-width: 1024px){
  .lg\:relative{
    position: relative;
  }

  .lg\:right-2{
    right: 0.5rem;
  }

  .lg\:top-2{
    top: 0.5rem;
  }

  .lg\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

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

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

  .lg\:\!mt-0{
    margin-top: 0px !important;
  }

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

  .lg\:ml-0{
    margin-left: 0px;
  }

  .lg\:mr-0{
    margin-right: 0px;
  }

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

  .lg\:block{
    display: block;
  }

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

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:\!h-24{
    height: 6rem !important;
  }

  .lg\:h-auto{
    height: auto;
  }

  .lg\:h-screen{
    height: 100vh;
  }

  .lg\:w-10\/12{
    width: 83.333333%;
  }

  .lg\:w-2\/12{
    width: 16.666667%;
  }

  .lg\:w-2\/5{
    width: 40%;
  }

  .lg\:w-3\/5{
    width: 60%;
  }

  .lg\:w-6\/12{
    width: 50%;
  }

  .lg\:w-7\/12{
    width: 58.333333%;
  }

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

  .lg\:w-80{
    width: 20rem;
  }

  .lg\:w-\[26\%\]{
    width: 26%;
  }

  .lg\:w-auto{
    width: auto;
  }

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

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

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

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

  .lg\:gap-12{
    gap: 3rem;
  }

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

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

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

  .lg\:self-auto{
    align-self: auto;
  }

  .lg\:overflow-auto{
    overflow: auto;
  }

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

  .lg\:rounded-none{
    border-radius: 0px;
  }

  .lg\:border-none{
    border-style: none;
  }

  .lg\:bg-nugg-blue{
    --tw-bg-opacity: 1;
    background-color: rgb(30 74 125 / var(--tw-bg-opacity));
  }

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

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

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

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

  .lg\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px){
  .xl\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:aspect-auto{
    aspect-ratio: auto;
  }

  .xl\:w-1\/2{
    width: 50%;
  }

  .xl\:w-1\/3{
    width: 33.333333%;
  }

  .xl\:w-2\/3{
    width: 66.666667%;
  }

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

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

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

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

  .xl\:gap-12{
    gap: 3rem;
  }

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

  .xl\:p-12{
    padding: 3rem;
  }

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

.\[\&\>a\]\:mx-2>a{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.\[\&\>div\>p\>a\:hover\]\:decoration-\[3px\]>div>p>a:hover{
  text-decoration-thickness: 3px;
}

.\[\&\>div\>p\>a\]\:font-semibold>div>p>a{
  font-weight: 600;
}

.\[\&\>div\>p\>a\]\:text-black>div>p>a{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.\[\&\>div\>p\>a\]\:underline>div>p>a{
  text-decoration-line: underline;
}

.\[\&\>div\>p\]\:before\:mr-1>div>p::before{
  content: var(--tw-content);
  margin-right: 0.25rem;
}

.\[\&\>div\>p\]\:before\:text-nugg-blue>div>p::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(30 74 125 / var(--tw-text-opacity));
}

.\[\&\>div\>p\]\:before\:content-\[\'\2714\'\]>div>p::before{
  --tw-content: '✔';
  content: var(--tw-content);
}

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

.\[\&\>div\]\:min-w-\[10em\]>div{
  min-width: 10em;
}

@media (min-width: 768px){
  .\[\&\>div\]\:md\:items-start>div{
    align-items: flex-start;
  }

  .md\:\[\&\>div\]\:px-4>div{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1024px){
  .\[\&\>div\]\:lg\:items-start>div{
    align-items: flex-start;
  }
}

.\[\&\>img\]\:h-full>img{
  height: 100%;
}

.\[\&\>img\]\:w-full>img{
  width: 100%;
}

.\[\&\>li\.cta-button\]\:my-0>li.cta-button{
  margin-top: 0px;
  margin-bottom: 0px;
}

@media (min-width: 768px){
  .\[\&\>li\.cta-button\]\:md\:mx-2>li.cta-button{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

.\[\&\>li\:last-child\]\:mt-2>li:last-child{
  margin-top: 0.5rem;
}

.\[\&\>li\:last-child\]\:rounded-md>li:last-child{
  border-radius: 0.375rem;
}

.\[\&\>li\:last-child\]\:border-2>li:last-child{
  border-width: 2px;
}

.\[\&\>li\:last-child\]\:border-nugg-green>li:last-child{
  --tw-border-opacity: 1;
  border-color: rgb(82 183 129 / var(--tw-border-opacity));
}

.\[\&\>li\:last-child\]\:bg-nugg-green>li:last-child{
  --tw-bg-opacity: 1;
  background-color: rgb(82 183 129 / var(--tw-bg-opacity));
}

.\[\&\>li\:last-child\]\:text-center>li:last-child{
  text-align: center;
}

@media (min-width: 1024px){
  .\[\&\>li\:last-child\]\:lg\:my-0>li:last-child{
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.\[\&\>li\:nth-last-child\(2\)\]\:my-2>li:nth-last-child(2){
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.\[\&\>li\:nth-last-child\(2\)\]\:rounded-md>li:nth-last-child(2){
  border-radius: 0.375rem;
}

.\[\&\>li\:nth-last-child\(2\)\]\:border-2>li:nth-last-child(2){
  border-width: 2px;
}

.\[\&\>li\:nth-last-child\(2\)\]\:border-white>li:nth-last-child(2){
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.\[\&\>li\:nth-last-child\(2\)\]\:text-center>li:nth-last-child(2){
  text-align: center;
}

@media (min-width: 1024px){
  .\[\&\>li\:nth-last-child\(2\)\]\:lg\:my-0>li:nth-last-child(2){
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.\[\&\>li\]\:w-full>li{
  width: 100%;
}

@media (min-width: 768px){
  .\[\&\>li\]\:md\:mx-4>li{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .\[\&\>li\]\:md\:w-auto>li{
    width: auto;
  }

  .\[\&\>span\]\:md\:text-nugg-green>span{
    --tw-text-opacity: 1;
    color: rgb(82 183 129 / var(--tw-text-opacity));
  }
}

@media (min-width: 1024px){
  .\[\&\>span\]\:lg\:text-nugg-green>span{
    --tw-text-opacity: 1;
    color: rgb(82 183 129 / var(--tw-text-opacity));
  }
}

.\[\&_\.choices\\_\\_inner\]\:rounded-lg .choices__inner{
  border-radius: 0.5rem;
}

.\[\&_\.choices\\_\\_inner\]\:px-4 .choices__inner{
  padding-left: 1rem;
  padding-right: 1rem;
}

.\[\&_\.choices\\_\\_inner\]\:text-base .choices__inner{
  font-size: 1rem;
  line-height: 1.5rem;
}

.\[\&_\.choices\\_\\_inner\]\:shadow-sm .choices__inner{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.\[\&_\.is-open\.is-flipped_\.choices\\_\\_inner\]\:rounded-b-lg .is-open.is-flipped .choices__inner{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.\[\&_\.is-open\.is-flipped_\.choices\\_\\_inner\]\:rounded-t-none .is-open.is-flipped .choices__inner{
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.\[\&_\.is-open\.is-flipped_\.choices\\_\\_list--dropdown\]\:rounded-b-none .is-open.is-flipped .choices__list--dropdown{
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.\[\&_\.is-open\.is-flipped_\.choices\\_\\_list--dropdown\]\:rounded-t-lg .is-open.is-flipped .choices__list--dropdown{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.\[\&_\.is-open_\.choices\\_\\_inner\]\:rounded-b-none .is-open .choices__inner{
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.\[\&_\.is-open_\.choices\\_\\_inner\]\:rounded-t-lg .is-open .choices__inner{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.\[\&_\.is-open_\.choices\\_\\_list--dropdown\]\:rounded-b-lg .is-open .choices__list--dropdown{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.\[\&_\.is-open_\.choices\\_\\_list--dropdown\]\:rounded-t-none .is-open .choices__list--dropdown{
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.\[\&_a\:hover\]\:text-orange-800 a:hover{
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity));
}

.\[\&_a\:hover\]\:underline a:hover{
  text-decoration-line: underline;
}

.\[\&_a\]\:whitespace-nowrap a{
  white-space: nowrap;
}

.\[\&_a\]\:text-orange-400 a{
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity));
}

.\[\&_a\]\:underline a{
  text-decoration-line: underline;
}

.\[\&_li\:not\(\:last-child\)\]\:after\:content-\[\'\2c \'\] li:not(:last-child)::after{
  --tw-content: ',';
  content: var(--tw-content);
}

.\[\&_li\]\:my-0 li{
  margin-top: 0px;
  margin-bottom: 0px;
}

.\[\&_li\]\:\!pl-0 li{
  padding-left: 0px !important;
}

.\[\&_svg\:hover\]\:hover\:text-nugg-blue:hover svg:hover{
  --tw-text-opacity: 1;
  color: rgb(30 74 125 / var(--tw-text-opacity));
}

.\[\&_svg\]\:h-6 svg{
  height: 1.5rem;
}

.\[\&_svg\]\:h-8 svg{
  height: 2rem;
}

.\[\&_svg\]\:w-6 svg{
  width: 1.5rem;
}

.\[\&_svg\]\:w-8 svg{
  width: 2rem;
}

.\[\&_svg\]\:text-nugg-blue-tint-2 svg{
  --tw-text-opacity: 1;
  color: rgb(120 146 177 / var(--tw-text-opacity));
}

@media (min-width: 540px){
  .xs\:\[\&_ul\>li\]\:w-5\/12 ul>li{
    width: 41.666667%;
  }

  .xs\:\[\&_ul\]\:flex ul{
    display: flex;
  }

  .xs\:\[\&_ul\]\:flex-row ul{
    flex-direction: row;
  }

  .xs\:\[\&_ul\]\:flex-wrap ul{
    flex-wrap: wrap;
  }

  .xs\:\[\&_ul\]\:justify-between ul{
    justify-content: space-between;
  }

  .xs\:\[\&_ul\]\:gap-x-2 ul{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
}
