.file_gallery .file, .standard_box{
    position: relative;
    font-weight: 300;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    border-radius: 25px;
    border: 3px solid #952725;
    padding: 2px 15px 5px;
}

.file_gallery .file {
    background: #952725;
    color: #fff !important;
    padding-top: 5px;
}

.file_gallery .file:focus,
.file_gallery .file:hover {
    color: #952725 !important;
    background: white;
    text-decoration: none;
}

.standard_box {
    padding: 3px 15px 5px;
    background: #952725;
}

.standard_box p {
    width: 100%;
    color: #fff;
}

.standard_box:focus,
.standard_box:hover {
    color: #952725 !important;
    background: white;
    text-decoration: none;
}

#content .standard_box:hover a,
#content .standard_box:active a,
#content .standard_box:hover p {
    color: #952725 !important;
}

.staff_details {
  padding-right: 40px !important;
}

.work_list .standard_box a {
    color: #fff !important;
	transition: background .3s ease-in-out;
}
#content .standard_box p {
    padding-bottom: 0;
    display: flex;
}
#content .standard_box p a{
    flex-grow: 1;
}
#content .standard_box:hover a, #content .standard_box:active a, #content .standard_box:hover p {
	color: #952725 !important;
}

.work_list .standard_box a:hover {

	color: #952725 !important;
}

.work_list .standard_box:hover::after, .work_list .standard_box:active::after {
	height: 100%;
}

#class_menu li {
  color: #fff !important;
  margin-right: 10px;
  border-radius: 10px;
  padding: 4px 8px;
  transition: all 0.3s ease-in-out;
  background-color: #952725;
}

#class_menu li:hover {
  scale: 1.05;
}
#class_menu li a {
  border: none;
  background: none;
  font-weight: 600;
}

#class_menu li a:hover {
  text-decoration: none;
}

#menu ul {
    display: none;
}
#menu, #menu li, #menu ul {
    list-style: none !important;
    list-style-image: none !important;
}

/* SIDE MENU */
    #menu li a{
        color: white;
        font-size: 18px;

    }
    #menu li{
        margin: 20px 0 0 10px;
        padding: 5px 0;
        border-bottom: 2px solid rgba(0,0,0,0);
        transition: all .3s ease-in-out;
    }

    #menu li li{
        margin-left: 20px;
    }
    #menu li:hover{
        border-bottom-color: white;    
    }

    #menu li a:hover {
        color: #bfbfbf;
        text-decoration: none;
    }
    .fas{
        margin-right: 10px;
    }


/* FULL SCREEN NAV BAR */
@media(min-width:1023px) {
    #menu li a {
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        padding: 0 17px 17px 17px;
        text-decoration: none;
        text-align: center;
        display: inline-block;
        width: 100%;
        position: relative;
        z-index: 996;
    }
    #menu li a:hover {
        color: #fff !important;
        text-transform: uppercase;
    }
    #menu li:hover {
        text-transform: uppercase;
    }

    #menu li{
        color: #fff;
        margin: 0;
        padding: 0;
        border: none;
    }
    #menu li li{
        margin: 0;
        text-transform: none;
    }
    #menu .topItem{
        position: relative;
    }

    #menu .subItem a {
        display: block;
        width: 300px;
        padding: 10px 15px;
        border: 0;
    }


    #menu{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding-top: 18px;
    }

    #menu ul{
        position: absolute;
        width: 300px;
        margin: 0px;
        padding: 0px;
        font-size: 0;
        z-index: 997;
    }

    #menu ul ul{
        margin-left: 300px;
        margin-top: -47px !important;
        
    }
    

    #menu li:hover > ul{
        display: flex;
        flex-wrap: wrap;
        -webkit-animation: fadeIn .25s;
        animation: fadeIn .25s;
    }
    .menu_expand{
        display: none !important;
    }

    /*first layer*/
    #menu ul{
        background: #952725;
    }
    #menu ul li a{
        color: white;
        text-align: left;
        text-transform: none !important;
    }
    #menu ul li a:hover{
        color: #bfbfbf !important;
    }

    /*Second layer*/
    #menu ul ul{
        background: #bfbfbf;

    }
    #menu ul ul li a{
        color: white;
    }

    #menu ul ul li a:hover{
        color: #952725 !important;
        
    }

     /*Third layer*/
     #menu ul ul ul {
        background: #dcdcdc;
    }
    #menu ul ul ul li a{
        color: white;
    }

    #menu ul ul ul li a:hover{
        color: #952725 !important;
    }

        /* STICKY NAV */
        .sticky-nav {
            background: #952725 !important;
            border-bottom: 1px solid black !important;
        }


    /* LONG DROPDOWN HANDLING*/
    #menu li:hover>ul.long-dropdown{
        width: 600px !important;
        display: flex!important;
        flex-wrap: wrap;
    }
    .long-dropdown-subItem {
        width: 300px !important;
        
    }
    .long-dropdown-subItem ul{
        width: 300px !important;
        margin-left: -300px;
    }
}
.goog-logo-link {
  display: flex;
  justify-content: space-between;
  margin-left: 10px;
  width: 80px;
}

.goog-te-gadget {
  display: flex;
  flex-wrap: wrap;
  color: white !important;
}
.goog-te-combo {
  font-size: 16px !important;
  width: 244px !important;
  padding: 6px;
  color: initial;
}

/* HERO */
.custom-hero-dots {
  display: flex !important;
  width: 100%;
  padding-left: 100px;
  margin: 0 auto;
  justify-content: start;
  align-items: center;
  position: absolute;
  bottom: 40px;
  z-index: 700;
}
.custom-hero-dots li {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin: 7px;
  transition: all 0.3s ease-in-out;
}
.custom-hero-dots li:hover {
  background-color: #bfbfbf;
}
.custom-hero-dots button {
  width: 12px;
  height: 12px;
}
.custom-hero-dots .slick-active, .custom-hero-dots .slick-active:hover {
  background-color: white;
  width: 12px;
  height: 12px;
}

/* THEME */
.custom-theme-dots {
  display: flex !important;
  width: 100%;
  height: 80px;
  margin: 0 auto -80px;
  justify-content: center;
  align-items: center;
  z-index: 700;
}
.custom-theme-dots li {
  color: rgba(0, 0, 0, 0);
  background-color: #bfbfbf;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin: 7px;
  transition: all 0.3s ease-in-out;
}
.custom-theme-dots li:hover {
  background-color: #696969;
}
.custom-theme-dots button {
  width: 12px;
  height: 12px;
}
.custom-theme-dots .slick-active {
  background-color: #952725;
  width: 12px;
  height: 12px;
}
.custom-theme-dots .slick-active:hover {
  background-color: #952725;
}

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

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

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

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

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;
}
  html,
  body {
    font-family: 'Be Vietnam Pro', sans-serif;
  }
  * {
    box-sizing: border-box;
  }

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

::-webkit-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-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-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:  ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.prose {
  color: #696969;
  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: #952725;
  text-decoration: none;
  font-weight: 500;
}
.prose :where(a):not(:where([class~="not-prose"] *)):hover {
  text-decoration: underline;
}
.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;
  font-size: 18px;
  padding: 0 0 0 2.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;
  font-size: 18px;
  padding: 0 0 0 3em;
}
.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: #952725;
  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: #952725;
  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;
  font-size: 18px;
}
.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 :where(table:not(.fc table)):not(:where([class~="not-prose"] *)) {
  font-size: 18px;
  border: initial;
}
.prose :where(tr:not(:where([class^="fc-"]))):not(:where([class~="not-prose"] *)) {
  border: revert-layer;
}
.prose :where(th:not(:where([class^="fc-"]))):not(:where([class~="not-prose"] *)) {
  border: revert-layer;
}
.prose :where(td:not(.fc-widget-content)):not(:where([class~="not-prose"] *)) {
  border: revert-layer;
}
.prose-sm :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}
.prose-sm :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}
.prose-sm :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-base :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose-base :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose-base :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose-base :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose-base :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose-base :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-base :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-lg :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-lg :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-lg :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-lg :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.prose-xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
}
.prose-xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}
.prose-xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
}
.prose-xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}
.prose-xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-2xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8333333em;
  margin-bottom: 0.8333333em;
}
.prose-2xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-2xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-2xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-2xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-2xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-2xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-1 {
  bottom: 0.25rem;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-40 {
  bottom: 10rem;
}
.bottom-5 {
  bottom: 1.25rem;
}
.bottom-\[-30px\] {
  bottom: -30px;
}
.left-0 {
  left: 0px;
}
.left-10 {
  left: 2.5rem;
}
.left-16 {
  left: 4rem;
}
.left-2 {
  left: 0.5rem;
}
.left-20 {
  left: 5rem;
}
.left-\[-302px\] {
  left: -302px;
}
.left-\[-98px\] {
  left: -98px;
}
.left-\[calc\(50\%-60px\)\] {
  left: calc(50% - 60px);
}
.right-0 {
  right: 0px;
}
.right-8 {
  right: 2rem;
}
.top-0 {
  top: 0px;
}
.top-2 {
  top: 0.5rem;
}
.top-3 {
  top: 0.75rem;
}
.top-80 {
  top: 20rem;
}
.top-\[-110px\] {
  top: -110px;
}
.top-\[-180px\] {
  top: -180px;
}
.top-\[-30px\] {
  top: -30px;
}
.top-\[-45px\] {
  top: -45px;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.z-\[-1\] {
  z-index: -1;
}
.z-\[-2\] {
  z-index: -2;
}
.z-\[800\] {
  z-index: 800;
}
.z-\[999\] {
  z-index: 999;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.m-1 {
  margin: 0.25rem;
}
.m-2 {
  margin: 0.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-\[-100px\] {
  margin-bottom: -100px;
}
.mb-\[-27px\] {
  margin-bottom: -27px;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-8 {
  margin-left: 2rem;
}
.mr-10 {
  margin-right: 2.5rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mr-\[200px\] {
  margin-right: 200px;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-40 {
  margin-top: 10rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[-100px\] {
  margin-top: -100px;
}
.mt-\[-8px\] {
  margin-top: -8px;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-\[8\] {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-12 {
  height: 3rem;
}
.h-24 {
  height: 6rem;
}
.h-40 {
  height: 10rem;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[105px\] {
  height: 105px;
}
.h-\[120px\] {
  height: 120px;
}
.h-\[160px\] {
  height: 160px;
}
.h-\[192px\] {
  height: 192px;
}
.h-\[220px\] {
  height: 220px;
}
.h-\[235px\] {
  height: 235px;
}
.h-\[240px\] {
  height: 240px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[320px\] {
  height: 320px;
}
.h-\[350px\] {
  height: 350px;
}
.h-\[390px\] {
  height: 390px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[500px\] {
  height: 500px;
}
.h-\[70px\] {
  height: 70px;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[8px\] {
  height: 8px;
}
.h-\[90\%\] {
  height: 90%;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.min-h-\[500px\] {
  min-height: 500px;
}
.w-12 {
  width: 3rem;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[270px\] {
  width: 270px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[70px\] {
  width: 70px;
}
.w-\[8px\] {
  width: 8px;
}
.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.max-w-none {
  max-width: none;
}
.flex-grow {
  flex-grow: 1;
}
.rotate-\[57deg\] {
  --tw-rotate: 57deg;
  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));
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-x-16 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.gap-y-12 {
  row-gap: 3rem;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.border-2 {
  border-width: 2px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-r-2 {
  border-right-width: 2px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-black\/0 {
  border-color: rgb(0 0 0 / 0);
}
.border-black\/10 {
  border-color: rgb(0 0 0 / 0.1);
}
.border-black\/100 {
  border-color: rgb(0 0 0 / 1);
}
.border-black\/20 {
  border-color: rgb(0 0 0 / 0.2);
}
.border-black\/25 {
  border-color: rgb(0 0 0 / 0.25);
}
.border-black\/30 {
  border-color: rgb(0 0 0 / 0.3);
}
.border-black\/40 {
  border-color: rgb(0 0 0 / 0.4);
}
.border-black\/5 {
  border-color: rgb(0 0 0 / 0.05);
}
.border-black\/50 {
  border-color: rgb(0 0 0 / 0.5);
}
.border-black\/60 {
  border-color: rgb(0 0 0 / 0.6);
}
.border-black\/70 {
  border-color: rgb(0 0 0 / 0.7);
}
.border-black\/75 {
  border-color: rgb(0 0 0 / 0.75);
}
.border-black\/80 {
  border-color: rgb(0 0 0 / 0.8);
}
.border-black\/90 {
  border-color: rgb(0 0 0 / 0.9);
}
.border-black\/95 {
  border-color: rgb(0 0 0 / 0.95);
}
.border-denary {
  --tw-border-opacity: 1;
  border-color: rgb(105 105 105 / var(--tw-border-opacity));
}
.border-denary\/0 {
  border-color: rgb(105 105 105 / 0);
}
.border-denary\/10 {
  border-color: rgb(105 105 105 / 0.1);
}
.border-denary\/100 {
  border-color: rgb(105 105 105 / 1);
}
.border-denary\/20 {
  border-color: rgb(105 105 105 / 0.2);
}
.border-denary\/25 {
  border-color: rgb(105 105 105 / 0.25);
}
.border-denary\/30 {
  border-color: rgb(105 105 105 / 0.3);
}
.border-denary\/40 {
  border-color: rgb(105 105 105 / 0.4);
}
.border-denary\/5 {
  border-color: rgb(105 105 105 / 0.05);
}
.border-denary\/50 {
  border-color: rgb(105 105 105 / 0.5);
}
.border-denary\/60 {
  border-color: rgb(105 105 105 / 0.6);
}
.border-denary\/70 {
  border-color: rgb(105 105 105 / 0.7);
}
.border-denary\/75 {
  border-color: rgb(105 105 105 / 0.75);
}
.border-denary\/80 {
  border-color: rgb(105 105 105 / 0.8);
}
.border-denary\/90 {
  border-color: rgb(105 105 105 / 0.9);
}
.border-denary\/95 {
  border-color: rgb(105 105 105 / 0.95);
}
.border-nonary {
  border-color: #;
}
.border-octonary {
  border-color: #;
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(149 39 37 / var(--tw-border-opacity));
}
.border-primary\/0 {
  border-color: rgb(149 39 37 / 0);
}
.border-primary\/10 {
  border-color: rgb(149 39 37 / 0.1);
}
.border-primary\/100 {
  border-color: rgb(149 39 37 / 1);
}
.border-primary\/20 {
  border-color: rgb(149 39 37 / 0.2);
}
.border-primary\/25 {
  border-color: rgb(149 39 37 / 0.25);
}
.border-primary\/30 {
  border-color: rgb(149 39 37 / 0.3);
}
.border-primary\/40 {
  border-color: rgb(149 39 37 / 0.4);
}
.border-primary\/5 {
  border-color: rgb(149 39 37 / 0.05);
}
.border-primary\/50 {
  border-color: rgb(149 39 37 / 0.5);
}
.border-primary\/60 {
  border-color: rgb(149 39 37 / 0.6);
}
.border-primary\/70 {
  border-color: rgb(149 39 37 / 0.7);
}
.border-primary\/75 {
  border-color: rgb(149 39 37 / 0.75);
}
.border-primary\/80 {
  border-color: rgb(149 39 37 / 0.8);
}
.border-primary\/90 {
  border-color: rgb(149 39 37 / 0.9);
}
.border-primary\/95 {
  border-color: rgb(149 39 37 / 0.95);
}
.border-quaternary {
  --tw-border-opacity: 1;
  border-color: rgb(220 220 220 / var(--tw-border-opacity));
}
.border-quaternary\/0 {
  border-color: rgb(220 220 220 / 0);
}
.border-quaternary\/10 {
  border-color: rgb(220 220 220 / 0.1);
}
.border-quaternary\/100 {
  border-color: rgb(220 220 220 / 1);
}
.border-quaternary\/20 {
  border-color: rgb(220 220 220 / 0.2);
}
.border-quaternary\/25 {
  border-color: rgb(220 220 220 / 0.25);
}
.border-quaternary\/30 {
  border-color: rgb(220 220 220 / 0.3);
}
.border-quaternary\/40 {
  border-color: rgb(220 220 220 / 0.4);
}
.border-quaternary\/5 {
  border-color: rgb(220 220 220 / 0.05);
}
.border-quaternary\/50 {
  border-color: rgb(220 220 220 / 0.5);
}
.border-quaternary\/60 {
  border-color: rgb(220 220 220 / 0.6);
}
.border-quaternary\/70 {
  border-color: rgb(220 220 220 / 0.7);
}
.border-quaternary\/75 {
  border-color: rgb(220 220 220 / 0.75);
}
.border-quaternary\/80 {
  border-color: rgb(220 220 220 / 0.8);
}
.border-quaternary\/90 {
  border-color: rgb(220 220 220 / 0.9);
}
.border-quaternary\/95 {
  border-color: rgb(220 220 220 / 0.95);
}
.border-quinary {
  border-color: #;
}
.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(191 191 191 / var(--tw-border-opacity));
}
.border-secondary\/0 {
  border-color: rgb(191 191 191 / 0);
}
.border-secondary\/10 {
  border-color: rgb(191 191 191 / 0.1);
}
.border-secondary\/100 {
  border-color: rgb(191 191 191 / 1);
}
.border-secondary\/20 {
  border-color: rgb(191 191 191 / 0.2);
}
.border-secondary\/25 {
  border-color: rgb(191 191 191 / 0.25);
}
.border-secondary\/30 {
  border-color: rgb(191 191 191 / 0.3);
}
.border-secondary\/40 {
  border-color: rgb(191 191 191 / 0.4);
}
.border-secondary\/5 {
  border-color: rgb(191 191 191 / 0.05);
}
.border-secondary\/50 {
  border-color: rgb(191 191 191 / 0.5);
}
.border-secondary\/60 {
  border-color: rgb(191 191 191 / 0.6);
}
.border-secondary\/70 {
  border-color: rgb(191 191 191 / 0.7);
}
.border-secondary\/75 {
  border-color: rgb(191 191 191 / 0.75);
}
.border-secondary\/80 {
  border-color: rgb(191 191 191 / 0.8);
}
.border-secondary\/90 {
  border-color: rgb(191 191 191 / 0.9);
}
.border-secondary\/95 {
  border-color: rgb(191 191 191 / 0.95);
}
.border-senary {
  border-color: #;
}
.border-septenary {
  border-color: #;
}
.border-tertiary {
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity));
}
.border-tertiary\/0 {
  border-color: rgb(234 234 234 / 0);
}
.border-tertiary\/10 {
  border-color: rgb(234 234 234 / 0.1);
}
.border-tertiary\/100 {
  border-color: rgb(234 234 234 / 1);
}
.border-tertiary\/20 {
  border-color: rgb(234 234 234 / 0.2);
}
.border-tertiary\/25 {
  border-color: rgb(234 234 234 / 0.25);
}
.border-tertiary\/30 {
  border-color: rgb(234 234 234 / 0.3);
}
.border-tertiary\/40 {
  border-color: rgb(234 234 234 / 0.4);
}
.border-tertiary\/5 {
  border-color: rgb(234 234 234 / 0.05);
}
.border-tertiary\/50 {
  border-color: rgb(234 234 234 / 0.5);
}
.border-tertiary\/60 {
  border-color: rgb(234 234 234 / 0.6);
}
.border-tertiary\/70 {
  border-color: rgb(234 234 234 / 0.7);
}
.border-tertiary\/75 {
  border-color: rgb(234 234 234 / 0.75);
}
.border-tertiary\/80 {
  border-color: rgb(234 234 234 / 0.8);
}
.border-tertiary\/90 {
  border-color: rgb(234 234 234 / 0.9);
}
.border-tertiary\/95 {
  border-color: rgb(234 234 234 / 0.95);
}
.border-transparent {
  border-color: transparent;
}
.border-transparent\/0 {
  border-color: rgb(0 0 0 / 0);
}
.border-transparent\/10 {
  border-color: rgb(0 0 0 / 0.1);
}
.border-transparent\/100 {
  border-color: rgb(0 0 0 / 1);
}
.border-transparent\/20 {
  border-color: rgb(0 0 0 / 0.2);
}
.border-transparent\/25 {
  border-color: rgb(0 0 0 / 0.25);
}
.border-transparent\/30 {
  border-color: rgb(0 0 0 / 0.3);
}
.border-transparent\/40 {
  border-color: rgb(0 0 0 / 0.4);
}
.border-transparent\/5 {
  border-color: rgb(0 0 0 / 0.05);
}
.border-transparent\/50 {
  border-color: rgb(0 0 0 / 0.5);
}
.border-transparent\/60 {
  border-color: rgb(0 0 0 / 0.6);
}
.border-transparent\/70 {
  border-color: rgb(0 0 0 / 0.7);
}
.border-transparent\/75 {
  border-color: rgb(0 0 0 / 0.75);
}
.border-transparent\/80 {
  border-color: rgb(0 0 0 / 0.8);
}
.border-transparent\/90 {
  border-color: rgb(0 0 0 / 0.9);
}
.border-transparent\/95 {
  border-color: rgb(0 0 0 / 0.95);
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-white\/0 {
  border-color: rgb(255 255 255 / 0);
}
.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.border-white\/100 {
  border-color: rgb(255 255 255 / 1);
}
.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.border-white\/25 {
  border-color: rgb(255 255 255 / 0.25);
}
.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}
.border-white\/40 {
  border-color: rgb(255 255 255 / 0.4);
}
.border-white\/5 {
  border-color: rgb(255 255 255 / 0.05);
}
.border-white\/50 {
  border-color: rgb(255 255 255 / 0.5);
}
.border-white\/60 {
  border-color: rgb(255 255 255 / 0.6);
}
.border-white\/70 {
  border-color: rgb(255 255 255 / 0.7);
}
.border-white\/75 {
  border-color: rgb(255 255 255 / 0.75);
}
.border-white\/80 {
  border-color: rgb(255 255 255 / 0.8);
}
.border-white\/90 {
  border-color: rgb(255 255 255 / 0.9);
}
.border-white\/95 {
  border-color: rgb(255 255 255 / 0.95);
}
.border-b-black {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-r-black {
  --tw-border-opacity: 1;
  border-right-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-t-secondary {
  --tw-border-opacity: 1;
  border-top-color: rgb(191 191 191 / var(--tw-border-opacity));
}
.bg-\[rgba\(255\2c 255\2c 255\2c 0\.5\)\] {
  background-color: rgba(255,255,255,0.5);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-black\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-black\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-black\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-black\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-black\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-black\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-denary {
  --tw-bg-opacity: 1;
  background-color: rgb(105 105 105 / var(--tw-bg-opacity));
}
.bg-denary\/0 {
  background-color: rgb(105 105 105 / 0);
}
.bg-denary\/10 {
  background-color: rgb(105 105 105 / 0.1);
}
.bg-denary\/100 {
  background-color: rgb(105 105 105 / 1);
}
.bg-denary\/20 {
  background-color: rgb(105 105 105 / 0.2);
}
.bg-denary\/25 {
  background-color: rgb(105 105 105 / 0.25);
}
.bg-denary\/30 {
  background-color: rgb(105 105 105 / 0.3);
}
.bg-denary\/40 {
  background-color: rgb(105 105 105 / 0.4);
}
.bg-denary\/5 {
  background-color: rgb(105 105 105 / 0.05);
}
.bg-denary\/50 {
  background-color: rgb(105 105 105 / 0.5);
}
.bg-denary\/60 {
  background-color: rgb(105 105 105 / 0.6);
}
.bg-denary\/70 {
  background-color: rgb(105 105 105 / 0.7);
}
.bg-denary\/75 {
  background-color: rgb(105 105 105 / 0.75);
}
.bg-denary\/80 {
  background-color: rgb(105 105 105 / 0.8);
}
.bg-denary\/90 {
  background-color: rgb(105 105 105 / 0.9);
}
.bg-denary\/95 {
  background-color: rgb(105 105 105 / 0.95);
}
.bg-nonary {
  background-color: #;
}
.bg-octonary {
  background-color: #;
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(149 39 37 / var(--tw-bg-opacity));
}
.bg-primary\/0 {
  background-color: rgb(149 39 37 / 0);
}
.bg-primary\/10 {
  background-color: rgb(149 39 37 / 0.1);
}
.bg-primary\/100 {
  background-color: rgb(149 39 37 / 1);
}
.bg-primary\/20 {
  background-color: rgb(149 39 37 / 0.2);
}
.bg-primary\/25 {
  background-color: rgb(149 39 37 / 0.25);
}
.bg-primary\/30 {
  background-color: rgb(149 39 37 / 0.3);
}
.bg-primary\/40 {
  background-color: rgb(149 39 37 / 0.4);
}
.bg-primary\/5 {
  background-color: rgb(149 39 37 / 0.05);
}
.bg-primary\/50 {
  background-color: rgb(149 39 37 / 0.5);
}
.bg-primary\/60 {
  background-color: rgb(149 39 37 / 0.6);
}
.bg-primary\/70 {
  background-color: rgb(149 39 37 / 0.7);
}
.bg-primary\/75 {
  background-color: rgb(149 39 37 / 0.75);
}
.bg-primary\/80 {
  background-color: rgb(149 39 37 / 0.8);
}
.bg-primary\/90 {
  background-color: rgb(149 39 37 / 0.9);
}
.bg-primary\/95 {
  background-color: rgb(149 39 37 / 0.95);
}
.bg-quaternary {
  --tw-bg-opacity: 1;
  background-color: rgb(220 220 220 / var(--tw-bg-opacity));
}
.bg-quaternary\/0 {
  background-color: rgb(220 220 220 / 0);
}
.bg-quaternary\/10 {
  background-color: rgb(220 220 220 / 0.1);
}
.bg-quaternary\/100 {
  background-color: rgb(220 220 220 / 1);
}
.bg-quaternary\/20 {
  background-color: rgb(220 220 220 / 0.2);
}
.bg-quaternary\/25 {
  background-color: rgb(220 220 220 / 0.25);
}
.bg-quaternary\/30 {
  background-color: rgb(220 220 220 / 0.3);
}
.bg-quaternary\/40 {
  background-color: rgb(220 220 220 / 0.4);
}
.bg-quaternary\/5 {
  background-color: rgb(220 220 220 / 0.05);
}
.bg-quaternary\/50 {
  background-color: rgb(220 220 220 / 0.5);
}
.bg-quaternary\/60 {
  background-color: rgb(220 220 220 / 0.6);
}
.bg-quaternary\/70 {
  background-color: rgb(220 220 220 / 0.7);
}
.bg-quaternary\/75 {
  background-color: rgb(220 220 220 / 0.75);
}
.bg-quaternary\/80 {
  background-color: rgb(220 220 220 / 0.8);
}
.bg-quaternary\/90 {
  background-color: rgb(220 220 220 / 0.9);
}
.bg-quaternary\/95 {
  background-color: rgb(220 220 220 / 0.95);
}
.bg-quinary {
  background-color: #;
}
.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(191 191 191 / var(--tw-bg-opacity));
}
.bg-secondary\/0 {
  background-color: rgb(191 191 191 / 0);
}
.bg-secondary\/10 {
  background-color: rgb(191 191 191 / 0.1);
}
.bg-secondary\/100 {
  background-color: rgb(191 191 191 / 1);
}
.bg-secondary\/20 {
  background-color: rgb(191 191 191 / 0.2);
}
.bg-secondary\/25 {
  background-color: rgb(191 191 191 / 0.25);
}
.bg-secondary\/30 {
  background-color: rgb(191 191 191 / 0.3);
}
.bg-secondary\/40 {
  background-color: rgb(191 191 191 / 0.4);
}
.bg-secondary\/5 {
  background-color: rgb(191 191 191 / 0.05);
}
.bg-secondary\/50 {
  background-color: rgb(191 191 191 / 0.5);
}
.bg-secondary\/60 {
  background-color: rgb(191 191 191 / 0.6);
}
.bg-secondary\/70 {
  background-color: rgb(191 191 191 / 0.7);
}
.bg-secondary\/75 {
  background-color: rgb(191 191 191 / 0.75);
}
.bg-secondary\/80 {
  background-color: rgb(191 191 191 / 0.8);
}
.bg-secondary\/90 {
  background-color: rgb(191 191 191 / 0.9);
}
.bg-secondary\/95 {
  background-color: rgb(191 191 191 / 0.95);
}
.bg-senary {
  background-color: #;
}
.bg-septenary {
  background-color: #;
}
.bg-tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 234 / var(--tw-bg-opacity));
}
.bg-tertiary\/0 {
  background-color: rgb(234 234 234 / 0);
}
.bg-tertiary\/10 {
  background-color: rgb(234 234 234 / 0.1);
}
.bg-tertiary\/100 {
  background-color: rgb(234 234 234 / 1);
}
.bg-tertiary\/20 {
  background-color: rgb(234 234 234 / 0.2);
}
.bg-tertiary\/25 {
  background-color: rgb(234 234 234 / 0.25);
}
.bg-tertiary\/30 {
  background-color: rgb(234 234 234 / 0.3);
}
.bg-tertiary\/40 {
  background-color: rgb(234 234 234 / 0.4);
}
.bg-tertiary\/5 {
  background-color: rgb(234 234 234 / 0.05);
}
.bg-tertiary\/50 {
  background-color: rgb(234 234 234 / 0.5);
}
.bg-tertiary\/60 {
  background-color: rgb(234 234 234 / 0.6);
}
.bg-tertiary\/70 {
  background-color: rgb(234 234 234 / 0.7);
}
.bg-tertiary\/75 {
  background-color: rgb(234 234 234 / 0.75);
}
.bg-tertiary\/80 {
  background-color: rgb(234 234 234 / 0.8);
}
.bg-tertiary\/90 {
  background-color: rgb(234 234 234 / 0.9);
}
.bg-tertiary\/95 {
  background-color: rgb(234 234 234 / 0.95);
}
.bg-transparent {
  background-color: transparent;
}
.bg-transparent\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-transparent\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-transparent\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-transparent\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-transparent\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-transparent\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-transparent\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-transparent\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-transparent\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-transparent\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-transparent\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-transparent\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-transparent\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-transparent\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-transparent\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-white\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-white\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-opacity-0 {
  --tw-bg-opacity: 0;
}
.bg-opacity-100 {
  --tw-bg-opacity: 1;
}
.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}
.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}
.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}
.bg-\[url\(\'\.\.\/\.\.\/img\/values_bg\.jpg\'\)\] {
  background-image: url('../../img/values_bg.jpg');
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-\[rgba\(0\2c 0\2c 0\2c 0\.6\)\] {
  --tw-gradient-from: rgba(0,0,0,0.6) var(--tw-gradient-from-position);
  --tw-gradient-from-position:  ;
  --tw-gradient-to: rgba(0, 0, 0, 0)  var(--tw-gradient-from-position);
  --tw-gradient-to-position:  ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black {
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-from-position:  ;
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-from-position);
  --tw-gradient-to-position:  ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-to-position:  ;
}
.bg-cover {
  background-size: cover;
}
.bg-fixed {
  background-attachment: fixed;
}
.bg-center {
  background-position: center;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-2 {
  padding: 0.5rem;
}
.p-5 {
  padding: 1.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[17px\] {
  padding-left: 17px;
  padding-right: 17px;
}
.px-\[2px\] {
  padding-left: 2px;
  padding-right: 2px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-\[10px\] {
  padding-left: 10px;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[19px\] {
  font-size: 19px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[25px\] {
  font-size: 25px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[35px\] {
  font-size: 35px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[50px\] {
  font-size: 50px;
}
.text-\[65px\] {
  font-size: 65px;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-medium {
  font-weight: 500;
}
.uppercase {
  text-transform: uppercase;
}
.not-italic {
  font-style: normal;
}
.leading-none {
  line-height: 1;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-black\/0 {
  color: rgb(0 0 0 / 0);
}
.text-black\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-black\/100 {
  color: rgb(0 0 0 / 1);
}
.text-black\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-black\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-black\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-black\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-black\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-black\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-black\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-black\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-black\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-black\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-black\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-black\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-denary {
  --tw-text-opacity: 1;
  color: rgb(105 105 105 / var(--tw-text-opacity));
}
.text-denary\/0 {
  color: rgb(105 105 105 / 0);
}
.text-denary\/10 {
  color: rgb(105 105 105 / 0.1);
}
.text-denary\/100 {
  color: rgb(105 105 105 / 1);
}
.text-denary\/20 {
  color: rgb(105 105 105 / 0.2);
}
.text-denary\/25 {
  color: rgb(105 105 105 / 0.25);
}
.text-denary\/30 {
  color: rgb(105 105 105 / 0.3);
}
.text-denary\/40 {
  color: rgb(105 105 105 / 0.4);
}
.text-denary\/5 {
  color: rgb(105 105 105 / 0.05);
}
.text-denary\/50 {
  color: rgb(105 105 105 / 0.5);
}
.text-denary\/60 {
  color: rgb(105 105 105 / 0.6);
}
.text-denary\/70 {
  color: rgb(105 105 105 / 0.7);
}
.text-denary\/75 {
  color: rgb(105 105 105 / 0.75);
}
.text-denary\/80 {
  color: rgb(105 105 105 / 0.8);
}
.text-denary\/90 {
  color: rgb(105 105 105 / 0.9);
}
.text-denary\/95 {
  color: rgb(105 105 105 / 0.95);
}
.text-nonary {
  color: #;
}
.text-octonary {
  color: #;
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(149 39 37 / var(--tw-text-opacity));
}
.text-primary\/0 {
  color: rgb(149 39 37 / 0);
}
.text-primary\/10 {
  color: rgb(149 39 37 / 0.1);
}
.text-primary\/100 {
  color: rgb(149 39 37 / 1);
}
.text-primary\/20 {
  color: rgb(149 39 37 / 0.2);
}
.text-primary\/25 {
  color: rgb(149 39 37 / 0.25);
}
.text-primary\/30 {
  color: rgb(149 39 37 / 0.3);
}
.text-primary\/40 {
  color: rgb(149 39 37 / 0.4);
}
.text-primary\/5 {
  color: rgb(149 39 37 / 0.05);
}
.text-primary\/50 {
  color: rgb(149 39 37 / 0.5);
}
.text-primary\/60 {
  color: rgb(149 39 37 / 0.6);
}
.text-primary\/70 {
  color: rgb(149 39 37 / 0.7);
}
.text-primary\/75 {
  color: rgb(149 39 37 / 0.75);
}
.text-primary\/80 {
  color: rgb(149 39 37 / 0.8);
}
.text-primary\/90 {
  color: rgb(149 39 37 / 0.9);
}
.text-primary\/95 {
  color: rgb(149 39 37 / 0.95);
}
.text-quaternary {
  --tw-text-opacity: 1;
  color: rgb(220 220 220 / var(--tw-text-opacity));
}
.text-quaternary\/0 {
  color: rgb(220 220 220 / 0);
}
.text-quaternary\/10 {
  color: rgb(220 220 220 / 0.1);
}
.text-quaternary\/100 {
  color: rgb(220 220 220 / 1);
}
.text-quaternary\/20 {
  color: rgb(220 220 220 / 0.2);
}
.text-quaternary\/25 {
  color: rgb(220 220 220 / 0.25);
}
.text-quaternary\/30 {
  color: rgb(220 220 220 / 0.3);
}
.text-quaternary\/40 {
  color: rgb(220 220 220 / 0.4);
}
.text-quaternary\/5 {
  color: rgb(220 220 220 / 0.05);
}
.text-quaternary\/50 {
  color: rgb(220 220 220 / 0.5);
}
.text-quaternary\/60 {
  color: rgb(220 220 220 / 0.6);
}
.text-quaternary\/70 {
  color: rgb(220 220 220 / 0.7);
}
.text-quaternary\/75 {
  color: rgb(220 220 220 / 0.75);
}
.text-quaternary\/80 {
  color: rgb(220 220 220 / 0.8);
}
.text-quaternary\/90 {
  color: rgb(220 220 220 / 0.9);
}
.text-quaternary\/95 {
  color: rgb(220 220 220 / 0.95);
}
.text-quinary {
  color: #;
}
.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(191 191 191 / var(--tw-text-opacity));
}
.text-secondary\/0 {
  color: rgb(191 191 191 / 0);
}
.text-secondary\/10 {
  color: rgb(191 191 191 / 0.1);
}
.text-secondary\/100 {
  color: rgb(191 191 191 / 1);
}
.text-secondary\/20 {
  color: rgb(191 191 191 / 0.2);
}
.text-secondary\/25 {
  color: rgb(191 191 191 / 0.25);
}
.text-secondary\/30 {
  color: rgb(191 191 191 / 0.3);
}
.text-secondary\/40 {
  color: rgb(191 191 191 / 0.4);
}
.text-secondary\/5 {
  color: rgb(191 191 191 / 0.05);
}
.text-secondary\/50 {
  color: rgb(191 191 191 / 0.5);
}
.text-secondary\/60 {
  color: rgb(191 191 191 / 0.6);
}
.text-secondary\/70 {
  color: rgb(191 191 191 / 0.7);
}
.text-secondary\/75 {
  color: rgb(191 191 191 / 0.75);
}
.text-secondary\/80 {
  color: rgb(191 191 191 / 0.8);
}
.text-secondary\/90 {
  color: rgb(191 191 191 / 0.9);
}
.text-secondary\/95 {
  color: rgb(191 191 191 / 0.95);
}
.text-senary {
  color: #;
}
.text-septenary {
  color: #;
}
.text-tertiary {
  --tw-text-opacity: 1;
  color: rgb(234 234 234 / var(--tw-text-opacity));
}
.text-tertiary\/0 {
  color: rgb(234 234 234 / 0);
}
.text-tertiary\/10 {
  color: rgb(234 234 234 / 0.1);
}
.text-tertiary\/100 {
  color: rgb(234 234 234 / 1);
}
.text-tertiary\/20 {
  color: rgb(234 234 234 / 0.2);
}
.text-tertiary\/25 {
  color: rgb(234 234 234 / 0.25);
}
.text-tertiary\/30 {
  color: rgb(234 234 234 / 0.3);
}
.text-tertiary\/40 {
  color: rgb(234 234 234 / 0.4);
}
.text-tertiary\/5 {
  color: rgb(234 234 234 / 0.05);
}
.text-tertiary\/50 {
  color: rgb(234 234 234 / 0.5);
}
.text-tertiary\/60 {
  color: rgb(234 234 234 / 0.6);
}
.text-tertiary\/70 {
  color: rgb(234 234 234 / 0.7);
}
.text-tertiary\/75 {
  color: rgb(234 234 234 / 0.75);
}
.text-tertiary\/80 {
  color: rgb(234 234 234 / 0.8);
}
.text-tertiary\/90 {
  color: rgb(234 234 234 / 0.9);
}
.text-tertiary\/95 {
  color: rgb(234 234 234 / 0.95);
}
.text-transparent {
  color: transparent;
}
.text-transparent\/0 {
  color: rgb(0 0 0 / 0);
}
.text-transparent\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-transparent\/100 {
  color: rgb(0 0 0 / 1);
}
.text-transparent\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-transparent\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-transparent\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-transparent\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-transparent\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-transparent\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-transparent\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-transparent\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-transparent\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-transparent\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-transparent\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-transparent\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-white\/0 {
  color: rgb(255 255 255 / 0);
}
.text-white\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-white\/100 {
  color: rgb(255 255 255 / 1);
}
.text-white\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-white\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-white\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-white\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-white\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-white\/95 {
  color: rgb(255 255 255 / 0.95);
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.decoration-transparent {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
.opacity-0 {
  opacity: 0;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-75 {
  opacity: 0.75;
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-denary {
  --tw-shadow-color: #696969;
  --tw-shadow: var(--tw-shadow-colored);
}
.brightness-90 {
  --tw-brightness: brightness(.9);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-\[left\] {
  transition-property: left;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[top\] {
  transition-property: top;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}


.text-outline-white{
  -webkit-text-stroke: 1px #fff !important;
}
.text-outline-white-bold{
  -webkit-text-stroke: 2px #fff !important;
}
.text-outline-primary-bold{
  -webkit-text-stroke: 2px #952725 !important;
}
.hover\:top-0:hover {
  top: 0px;
}
.hover\:h-\[390px\]:hover {
  height: 390px;
}
.hover\:w-\[130px\]:hover {
  width: 130px;
}
.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:cursor-pointer:hover {
  cursor: pointer;
}
.hover\:border-black:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.hover\:border-black\/0:hover {
  border-color: rgb(0 0 0 / 0);
}
.hover\:border-black\/10:hover {
  border-color: rgb(0 0 0 / 0.1);
}
.hover\:border-black\/100:hover {
  border-color: rgb(0 0 0 / 1);
}
.hover\:border-black\/20:hover {
  border-color: rgb(0 0 0 / 0.2);
}
.hover\:border-black\/25:hover {
  border-color: rgb(0 0 0 / 0.25);
}
.hover\:border-black\/30:hover {
  border-color: rgb(0 0 0 / 0.3);
}
.hover\:border-black\/40:hover {
  border-color: rgb(0 0 0 / 0.4);
}
.hover\:border-black\/5:hover {
  border-color: rgb(0 0 0 / 0.05);
}
.hover\:border-black\/50:hover {
  border-color: rgb(0 0 0 / 0.5);
}
.hover\:border-black\/60:hover {
  border-color: rgb(0 0 0 / 0.6);
}
.hover\:border-black\/70:hover {
  border-color: rgb(0 0 0 / 0.7);
}
.hover\:border-black\/75:hover {
  border-color: rgb(0 0 0 / 0.75);
}
.hover\:border-black\/80:hover {
  border-color: rgb(0 0 0 / 0.8);
}
.hover\:border-black\/90:hover {
  border-color: rgb(0 0 0 / 0.9);
}
.hover\:border-black\/95:hover {
  border-color: rgb(0 0 0 / 0.95);
}
.hover\:border-denary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(105 105 105 / var(--tw-border-opacity));
}
.hover\:border-denary\/0:hover {
  border-color: rgb(105 105 105 / 0);
}
.hover\:border-denary\/10:hover {
  border-color: rgb(105 105 105 / 0.1);
}
.hover\:border-denary\/100:hover {
  border-color: rgb(105 105 105 / 1);
}
.hover\:border-denary\/20:hover {
  border-color: rgb(105 105 105 / 0.2);
}
.hover\:border-denary\/25:hover {
  border-color: rgb(105 105 105 / 0.25);
}
.hover\:border-denary\/30:hover {
  border-color: rgb(105 105 105 / 0.3);
}
.hover\:border-denary\/40:hover {
  border-color: rgb(105 105 105 / 0.4);
}
.hover\:border-denary\/5:hover {
  border-color: rgb(105 105 105 / 0.05);
}
.hover\:border-denary\/50:hover {
  border-color: rgb(105 105 105 / 0.5);
}
.hover\:border-denary\/60:hover {
  border-color: rgb(105 105 105 / 0.6);
}
.hover\:border-denary\/70:hover {
  border-color: rgb(105 105 105 / 0.7);
}
.hover\:border-denary\/75:hover {
  border-color: rgb(105 105 105 / 0.75);
}
.hover\:border-denary\/80:hover {
  border-color: rgb(105 105 105 / 0.8);
}
.hover\:border-denary\/90:hover {
  border-color: rgb(105 105 105 / 0.9);
}
.hover\:border-denary\/95:hover {
  border-color: rgb(105 105 105 / 0.95);
}
.hover\:border-nonary:hover {
  border-color: #;
}
.hover\:border-octonary:hover {
  border-color: #;
}
.hover\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(149 39 37 / var(--tw-border-opacity));
}
.hover\:border-primary\/0:hover {
  border-color: rgb(149 39 37 / 0);
}
.hover\:border-primary\/10:hover {
  border-color: rgb(149 39 37 / 0.1);
}
.hover\:border-primary\/100:hover {
  border-color: rgb(149 39 37 / 1);
}
.hover\:border-primary\/20:hover {
  border-color: rgb(149 39 37 / 0.2);
}
.hover\:border-primary\/25:hover {
  border-color: rgb(149 39 37 / 0.25);
}
.hover\:border-primary\/30:hover {
  border-color: rgb(149 39 37 / 0.3);
}
.hover\:border-primary\/40:hover {
  border-color: rgb(149 39 37 / 0.4);
}
.hover\:border-primary\/5:hover {
  border-color: rgb(149 39 37 / 0.05);
}
.hover\:border-primary\/50:hover {
  border-color: rgb(149 39 37 / 0.5);
}
.hover\:border-primary\/60:hover {
  border-color: rgb(149 39 37 / 0.6);
}
.hover\:border-primary\/70:hover {
  border-color: rgb(149 39 37 / 0.7);
}
.hover\:border-primary\/75:hover {
  border-color: rgb(149 39 37 / 0.75);
}
.hover\:border-primary\/80:hover {
  border-color: rgb(149 39 37 / 0.8);
}
.hover\:border-primary\/90:hover {
  border-color: rgb(149 39 37 / 0.9);
}
.hover\:border-primary\/95:hover {
  border-color: rgb(149 39 37 / 0.95);
}
.hover\:border-quaternary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(220 220 220 / var(--tw-border-opacity));
}
.hover\:border-quaternary\/0:hover {
  border-color: rgb(220 220 220 / 0);
}
.hover\:border-quaternary\/10:hover {
  border-color: rgb(220 220 220 / 0.1);
}
.hover\:border-quaternary\/100:hover {
  border-color: rgb(220 220 220 / 1);
}
.hover\:border-quaternary\/20:hover {
  border-color: rgb(220 220 220 / 0.2);
}
.hover\:border-quaternary\/25:hover {
  border-color: rgb(220 220 220 / 0.25);
}
.hover\:border-quaternary\/30:hover {
  border-color: rgb(220 220 220 / 0.3);
}
.hover\:border-quaternary\/40:hover {
  border-color: rgb(220 220 220 / 0.4);
}
.hover\:border-quaternary\/5:hover {
  border-color: rgb(220 220 220 / 0.05);
}
.hover\:border-quaternary\/50:hover {
  border-color: rgb(220 220 220 / 0.5);
}
.hover\:border-quaternary\/60:hover {
  border-color: rgb(220 220 220 / 0.6);
}
.hover\:border-quaternary\/70:hover {
  border-color: rgb(220 220 220 / 0.7);
}
.hover\:border-quaternary\/75:hover {
  border-color: rgb(220 220 220 / 0.75);
}
.hover\:border-quaternary\/80:hover {
  border-color: rgb(220 220 220 / 0.8);
}
.hover\:border-quaternary\/90:hover {
  border-color: rgb(220 220 220 / 0.9);
}
.hover\:border-quaternary\/95:hover {
  border-color: rgb(220 220 220 / 0.95);
}
.hover\:border-quinary:hover {
  border-color: #;
}
.hover\:border-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(191 191 191 / var(--tw-border-opacity));
}
.hover\:border-secondary\/0:hover {
  border-color: rgb(191 191 191 / 0);
}
.hover\:border-secondary\/10:hover {
  border-color: rgb(191 191 191 / 0.1);
}
.hover\:border-secondary\/100:hover {
  border-color: rgb(191 191 191 / 1);
}
.hover\:border-secondary\/20:hover {
  border-color: rgb(191 191 191 / 0.2);
}
.hover\:border-secondary\/25:hover {
  border-color: rgb(191 191 191 / 0.25);
}
.hover\:border-secondary\/30:hover {
  border-color: rgb(191 191 191 / 0.3);
}
.hover\:border-secondary\/40:hover {
  border-color: rgb(191 191 191 / 0.4);
}
.hover\:border-secondary\/5:hover {
  border-color: rgb(191 191 191 / 0.05);
}
.hover\:border-secondary\/50:hover {
  border-color: rgb(191 191 191 / 0.5);
}
.hover\:border-secondary\/60:hover {
  border-color: rgb(191 191 191 / 0.6);
}
.hover\:border-secondary\/70:hover {
  border-color: rgb(191 191 191 / 0.7);
}
.hover\:border-secondary\/75:hover {
  border-color: rgb(191 191 191 / 0.75);
}
.hover\:border-secondary\/80:hover {
  border-color: rgb(191 191 191 / 0.8);
}
.hover\:border-secondary\/90:hover {
  border-color: rgb(191 191 191 / 0.9);
}
.hover\:border-secondary\/95:hover {
  border-color: rgb(191 191 191 / 0.95);
}
.hover\:border-senary:hover {
  border-color: #;
}
.hover\:border-septenary:hover {
  border-color: #;
}
.hover\:border-tertiary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity));
}
.hover\:border-tertiary\/0:hover {
  border-color: rgb(234 234 234 / 0);
}
.hover\:border-tertiary\/10:hover {
  border-color: rgb(234 234 234 / 0.1);
}
.hover\:border-tertiary\/100:hover {
  border-color: rgb(234 234 234 / 1);
}
.hover\:border-tertiary\/20:hover {
  border-color: rgb(234 234 234 / 0.2);
}
.hover\:border-tertiary\/25:hover {
  border-color: rgb(234 234 234 / 0.25);
}
.hover\:border-tertiary\/30:hover {
  border-color: rgb(234 234 234 / 0.3);
}
.hover\:border-tertiary\/40:hover {
  border-color: rgb(234 234 234 / 0.4);
}
.hover\:border-tertiary\/5:hover {
  border-color: rgb(234 234 234 / 0.05);
}
.hover\:border-tertiary\/50:hover {
  border-color: rgb(234 234 234 / 0.5);
}
.hover\:border-tertiary\/60:hover {
  border-color: rgb(234 234 234 / 0.6);
}
.hover\:border-tertiary\/70:hover {
  border-color: rgb(234 234 234 / 0.7);
}
.hover\:border-tertiary\/75:hover {
  border-color: rgb(234 234 234 / 0.75);
}
.hover\:border-tertiary\/80:hover {
  border-color: rgb(234 234 234 / 0.8);
}
.hover\:border-tertiary\/90:hover {
  border-color: rgb(234 234 234 / 0.9);
}
.hover\:border-tertiary\/95:hover {
  border-color: rgb(234 234 234 / 0.95);
}
.hover\:border-transparent:hover {
  border-color: transparent;
}
.hover\:border-transparent\/0:hover {
  border-color: rgb(0 0 0 / 0);
}
.hover\:border-transparent\/10:hover {
  border-color: rgb(0 0 0 / 0.1);
}
.hover\:border-transparent\/100:hover {
  border-color: rgb(0 0 0 / 1);
}
.hover\:border-transparent\/20:hover {
  border-color: rgb(0 0 0 / 0.2);
}
.hover\:border-transparent\/25:hover {
  border-color: rgb(0 0 0 / 0.25);
}
.hover\:border-transparent\/30:hover {
  border-color: rgb(0 0 0 / 0.3);
}
.hover\:border-transparent\/40:hover {
  border-color: rgb(0 0 0 / 0.4);
}
.hover\:border-transparent\/5:hover {
  border-color: rgb(0 0 0 / 0.05);
}
.hover\:border-transparent\/50:hover {
  border-color: rgb(0 0 0 / 0.5);
}
.hover\:border-transparent\/60:hover {
  border-color: rgb(0 0 0 / 0.6);
}
.hover\:border-transparent\/70:hover {
  border-color: rgb(0 0 0 / 0.7);
}
.hover\:border-transparent\/75:hover {
  border-color: rgb(0 0 0 / 0.75);
}
.hover\:border-transparent\/80:hover {
  border-color: rgb(0 0 0 / 0.8);
}
.hover\:border-transparent\/90:hover {
  border-color: rgb(0 0 0 / 0.9);
}
.hover\:border-transparent\/95:hover {
  border-color: rgb(0 0 0 / 0.95);
}
.hover\:border-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.hover\:border-white\/0:hover {
  border-color: rgb(255 255 255 / 0);
}
.hover\:border-white\/10:hover {
  border-color: rgb(255 255 255 / 0.1);
}
.hover\:border-white\/100:hover {
  border-color: rgb(255 255 255 / 1);
}
.hover\:border-white\/20:hover {
  border-color: rgb(255 255 255 / 0.2);
}
.hover\:border-white\/25:hover {
  border-color: rgb(255 255 255 / 0.25);
}
.hover\:border-white\/30:hover {
  border-color: rgb(255 255 255 / 0.3);
}
.hover\:border-white\/40:hover {
  border-color: rgb(255 255 255 / 0.4);
}
.hover\:border-white\/5:hover {
  border-color: rgb(255 255 255 / 0.05);
}
.hover\:border-white\/50:hover {
  border-color: rgb(255 255 255 / 0.5);
}
.hover\:border-white\/60:hover {
  border-color: rgb(255 255 255 / 0.6);
}
.hover\:border-white\/70:hover {
  border-color: rgb(255 255 255 / 0.7);
}
.hover\:border-white\/75:hover {
  border-color: rgb(255 255 255 / 0.75);
}
.hover\:border-white\/80:hover {
  border-color: rgb(255 255 255 / 0.8);
}
.hover\:border-white\/90:hover {
  border-color: rgb(255 255 255 / 0.9);
}
.hover\:border-white\/95:hover {
  border-color: rgb(255 255 255 / 0.95);
}
.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.hover\:bg-black\/0:hover {
  background-color: rgb(0 0 0 / 0);
}
.hover\:bg-black\/10:hover {
  background-color: rgb(0 0 0 / 0.1);
}
.hover\:bg-black\/100:hover {
  background-color: rgb(0 0 0 / 1);
}
.hover\:bg-black\/20:hover {
  background-color: rgb(0 0 0 / 0.2);
}
.hover\:bg-black\/25:hover {
  background-color: rgb(0 0 0 / 0.25);
}
.hover\:bg-black\/30:hover {
  background-color: rgb(0 0 0 / 0.3);
}
.hover\:bg-black\/40:hover {
  background-color: rgb(0 0 0 / 0.4);
}
.hover\:bg-black\/5:hover {
  background-color: rgb(0 0 0 / 0.05);
}
.hover\:bg-black\/50:hover {
  background-color: rgb(0 0 0 / 0.5);
}
.hover\:bg-black\/60:hover {
  background-color: rgb(0 0 0 / 0.6);
}
.hover\:bg-black\/70:hover {
  background-color: rgb(0 0 0 / 0.7);
}
.hover\:bg-black\/75:hover {
  background-color: rgb(0 0 0 / 0.75);
}
.hover\:bg-black\/80:hover {
  background-color: rgb(0 0 0 / 0.8);
}
.hover\:bg-black\/90:hover {
  background-color: rgb(0 0 0 / 0.9);
}
.hover\:bg-black\/95:hover {
  background-color: rgb(0 0 0 / 0.95);
}
.hover\:bg-denary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(105 105 105 / var(--tw-bg-opacity));
}
.hover\:bg-denary\/0:hover {
  background-color: rgb(105 105 105 / 0);
}
.hover\:bg-denary\/10:hover {
  background-color: rgb(105 105 105 / 0.1);
}
.hover\:bg-denary\/100:hover {
  background-color: rgb(105 105 105 / 1);
}
.hover\:bg-denary\/20:hover {
  background-color: rgb(105 105 105 / 0.2);
}
.hover\:bg-denary\/25:hover {
  background-color: rgb(105 105 105 / 0.25);
}
.hover\:bg-denary\/30:hover {
  background-color: rgb(105 105 105 / 0.3);
}
.hover\:bg-denary\/40:hover {
  background-color: rgb(105 105 105 / 0.4);
}
.hover\:bg-denary\/5:hover {
  background-color: rgb(105 105 105 / 0.05);
}
.hover\:bg-denary\/50:hover {
  background-color: rgb(105 105 105 / 0.5);
}
.hover\:bg-denary\/60:hover {
  background-color: rgb(105 105 105 / 0.6);
}
.hover\:bg-denary\/70:hover {
  background-color: rgb(105 105 105 / 0.7);
}
.hover\:bg-denary\/75:hover {
  background-color: rgb(105 105 105 / 0.75);
}
.hover\:bg-denary\/80:hover {
  background-color: rgb(105 105 105 / 0.8);
}
.hover\:bg-denary\/90:hover {
  background-color: rgb(105 105 105 / 0.9);
}
.hover\:bg-denary\/95:hover {
  background-color: rgb(105 105 105 / 0.95);
}
.hover\:bg-nonary:hover {
  background-color: #;
}
.hover\:bg-octonary:hover {
  background-color: #;
}
.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(149 39 37 / var(--tw-bg-opacity));
}
.hover\:bg-primary\/0:hover {
  background-color: rgb(149 39 37 / 0);
}
.hover\:bg-primary\/10:hover {
  background-color: rgb(149 39 37 / 0.1);
}
.hover\:bg-primary\/100:hover {
  background-color: rgb(149 39 37 / 1);
}
.hover\:bg-primary\/20:hover {
  background-color: rgb(149 39 37 / 0.2);
}
.hover\:bg-primary\/25:hover {
  background-color: rgb(149 39 37 / 0.25);
}
.hover\:bg-primary\/30:hover {
  background-color: rgb(149 39 37 / 0.3);
}
.hover\:bg-primary\/40:hover {
  background-color: rgb(149 39 37 / 0.4);
}
.hover\:bg-primary\/5:hover {
  background-color: rgb(149 39 37 / 0.05);
}
.hover\:bg-primary\/50:hover {
  background-color: rgb(149 39 37 / 0.5);
}
.hover\:bg-primary\/60:hover {
  background-color: rgb(149 39 37 / 0.6);
}
.hover\:bg-primary\/70:hover {
  background-color: rgb(149 39 37 / 0.7);
}
.hover\:bg-primary\/75:hover {
  background-color: rgb(149 39 37 / 0.75);
}
.hover\:bg-primary\/80:hover {
  background-color: rgb(149 39 37 / 0.8);
}
.hover\:bg-primary\/90:hover {
  background-color: rgb(149 39 37 / 0.9);
}
.hover\:bg-primary\/95:hover {
  background-color: rgb(149 39 37 / 0.95);
}
.hover\:bg-quaternary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 220 220 / var(--tw-bg-opacity));
}
.hover\:bg-quaternary\/0:hover {
  background-color: rgb(220 220 220 / 0);
}
.hover\:bg-quaternary\/10:hover {
  background-color: rgb(220 220 220 / 0.1);
}
.hover\:bg-quaternary\/100:hover {
  background-color: rgb(220 220 220 / 1);
}
.hover\:bg-quaternary\/20:hover {
  background-color: rgb(220 220 220 / 0.2);
}
.hover\:bg-quaternary\/25:hover {
  background-color: rgb(220 220 220 / 0.25);
}
.hover\:bg-quaternary\/30:hover {
  background-color: rgb(220 220 220 / 0.3);
}
.hover\:bg-quaternary\/40:hover {
  background-color: rgb(220 220 220 / 0.4);
}
.hover\:bg-quaternary\/5:hover {
  background-color: rgb(220 220 220 / 0.05);
}
.hover\:bg-quaternary\/50:hover {
  background-color: rgb(220 220 220 / 0.5);
}
.hover\:bg-quaternary\/60:hover {
  background-color: rgb(220 220 220 / 0.6);
}
.hover\:bg-quaternary\/70:hover {
  background-color: rgb(220 220 220 / 0.7);
}
.hover\:bg-quaternary\/75:hover {
  background-color: rgb(220 220 220 / 0.75);
}
.hover\:bg-quaternary\/80:hover {
  background-color: rgb(220 220 220 / 0.8);
}
.hover\:bg-quaternary\/90:hover {
  background-color: rgb(220 220 220 / 0.9);
}
.hover\:bg-quaternary\/95:hover {
  background-color: rgb(220 220 220 / 0.95);
}
.hover\:bg-quinary:hover {
  background-color: #;
}
.hover\:bg-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(191 191 191 / var(--tw-bg-opacity));
}
.hover\:bg-secondary\/0:hover {
  background-color: rgb(191 191 191 / 0);
}
.hover\:bg-secondary\/10:hover {
  background-color: rgb(191 191 191 / 0.1);
}
.hover\:bg-secondary\/100:hover {
  background-color: rgb(191 191 191 / 1);
}
.hover\:bg-secondary\/20:hover {
  background-color: rgb(191 191 191 / 0.2);
}
.hover\:bg-secondary\/25:hover {
  background-color: rgb(191 191 191 / 0.25);
}
.hover\:bg-secondary\/30:hover {
  background-color: rgb(191 191 191 / 0.3);
}
.hover\:bg-secondary\/40:hover {
  background-color: rgb(191 191 191 / 0.4);
}
.hover\:bg-secondary\/5:hover {
  background-color: rgb(191 191 191 / 0.05);
}
.hover\:bg-secondary\/50:hover {
  background-color: rgb(191 191 191 / 0.5);
}
.hover\:bg-secondary\/60:hover {
  background-color: rgb(191 191 191 / 0.6);
}
.hover\:bg-secondary\/70:hover {
  background-color: rgb(191 191 191 / 0.7);
}
.hover\:bg-secondary\/75:hover {
  background-color: rgb(191 191 191 / 0.75);
}
.hover\:bg-secondary\/80:hover {
  background-color: rgb(191 191 191 / 0.8);
}
.hover\:bg-secondary\/90:hover {
  background-color: rgb(191 191 191 / 0.9);
}
.hover\:bg-secondary\/95:hover {
  background-color: rgb(191 191 191 / 0.95);
}
.hover\:bg-senary:hover {
  background-color: #;
}
.hover\:bg-septenary:hover {
  background-color: #;
}
.hover\:bg-tertiary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 234 / var(--tw-bg-opacity));
}
.hover\:bg-tertiary\/0:hover {
  background-color: rgb(234 234 234 / 0);
}
.hover\:bg-tertiary\/10:hover {
  background-color: rgb(234 234 234 / 0.1);
}
.hover\:bg-tertiary\/100:hover {
  background-color: rgb(234 234 234 / 1);
}
.hover\:bg-tertiary\/20:hover {
  background-color: rgb(234 234 234 / 0.2);
}
.hover\:bg-tertiary\/25:hover {
  background-color: rgb(234 234 234 / 0.25);
}
.hover\:bg-tertiary\/30:hover {
  background-color: rgb(234 234 234 / 0.3);
}
.hover\:bg-tertiary\/40:hover {
  background-color: rgb(234 234 234 / 0.4);
}
.hover\:bg-tertiary\/5:hover {
  background-color: rgb(234 234 234 / 0.05);
}
.hover\:bg-tertiary\/50:hover {
  background-color: rgb(234 234 234 / 0.5);
}
.hover\:bg-tertiary\/60:hover {
  background-color: rgb(234 234 234 / 0.6);
}
.hover\:bg-tertiary\/70:hover {
  background-color: rgb(234 234 234 / 0.7);
}
.hover\:bg-tertiary\/75:hover {
  background-color: rgb(234 234 234 / 0.75);
}
.hover\:bg-tertiary\/80:hover {
  background-color: rgb(234 234 234 / 0.8);
}
.hover\:bg-tertiary\/90:hover {
  background-color: rgb(234 234 234 / 0.9);
}
.hover\:bg-tertiary\/95:hover {
  background-color: rgb(234 234 234 / 0.95);
}
.hover\:bg-transparent:hover {
  background-color: transparent;
}
.hover\:bg-transparent\/0:hover {
  background-color: rgb(0 0 0 / 0);
}
.hover\:bg-transparent\/10:hover {
  background-color: rgb(0 0 0 / 0.1);
}
.hover\:bg-transparent\/100:hover {
  background-color: rgb(0 0 0 / 1);
}
.hover\:bg-transparent\/20:hover {
  background-color: rgb(0 0 0 / 0.2);
}
.hover\:bg-transparent\/25:hover {
  background-color: rgb(0 0 0 / 0.25);
}
.hover\:bg-transparent\/30:hover {
  background-color: rgb(0 0 0 / 0.3);
}
.hover\:bg-transparent\/40:hover {
  background-color: rgb(0 0 0 / 0.4);
}
.hover\:bg-transparent\/5:hover {
  background-color: rgb(0 0 0 / 0.05);
}
.hover\:bg-transparent\/50:hover {
  background-color: rgb(0 0 0 / 0.5);
}
.hover\:bg-transparent\/60:hover {
  background-color: rgb(0 0 0 / 0.6);
}
.hover\:bg-transparent\/70:hover {
  background-color: rgb(0 0 0 / 0.7);
}
.hover\:bg-transparent\/75:hover {
  background-color: rgb(0 0 0 / 0.75);
}
.hover\:bg-transparent\/80:hover {
  background-color: rgb(0 0 0 / 0.8);
}
.hover\:bg-transparent\/90:hover {
  background-color: rgb(0 0 0 / 0.9);
}
.hover\:bg-transparent\/95:hover {
  background-color: rgb(0 0 0 / 0.95);
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:bg-white\/0:hover {
  background-color: rgb(255 255 255 / 0);
}
.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}
.hover\:bg-white\/100:hover {
  background-color: rgb(255 255 255 / 1);
}
.hover\:bg-white\/20:hover {
  background-color: rgb(255 255 255 / 0.2);
}
.hover\:bg-white\/25:hover {
  background-color: rgb(255 255 255 / 0.25);
}
.hover\:bg-white\/30:hover {
  background-color: rgb(255 255 255 / 0.3);
}
.hover\:bg-white\/40:hover {
  background-color: rgb(255 255 255 / 0.4);
}
.hover\:bg-white\/5:hover {
  background-color: rgb(255 255 255 / 0.05);
}
.hover\:bg-white\/50:hover {
  background-color: rgb(255 255 255 / 0.5);
}
.hover\:bg-white\/60:hover {
  background-color: rgb(255 255 255 / 0.6);
}
.hover\:bg-white\/70:hover {
  background-color: rgb(255 255 255 / 0.7);
}
.hover\:bg-white\/75:hover {
  background-color: rgb(255 255 255 / 0.75);
}
.hover\:bg-white\/80:hover {
  background-color: rgb(255 255 255 / 0.8);
}
.hover\:bg-white\/90:hover {
  background-color: rgb(255 255 255 / 0.9);
}
.hover\:bg-white\/95:hover {
  background-color: rgb(255 255 255 / 0.95);
}
.hover\:bg-opacity-100:hover {
  --tw-bg-opacity: 1;
}
.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.hover\:text-black\/0:hover {
  color: rgb(0 0 0 / 0);
}
.hover\:text-black\/10:hover {
  color: rgb(0 0 0 / 0.1);
}
.hover\:text-black\/100:hover {
  color: rgb(0 0 0 / 1);
}
.hover\:text-black\/20:hover {
  color: rgb(0 0 0 / 0.2);
}
.hover\:text-black\/25:hover {
  color: rgb(0 0 0 / 0.25);
}
.hover\:text-black\/30:hover {
  color: rgb(0 0 0 / 0.3);
}
.hover\:text-black\/40:hover {
  color: rgb(0 0 0 / 0.4);
}
.hover\:text-black\/5:hover {
  color: rgb(0 0 0 / 0.05);
}
.hover\:text-black\/50:hover {
  color: rgb(0 0 0 / 0.5);
}
.hover\:text-black\/60:hover {
  color: rgb(0 0 0 / 0.6);
}
.hover\:text-black\/70:hover {
  color: rgb(0 0 0 / 0.7);
}
.hover\:text-black\/75:hover {
  color: rgb(0 0 0 / 0.75);
}
.hover\:text-black\/80:hover {
  color: rgb(0 0 0 / 0.8);
}
.hover\:text-black\/90:hover {
  color: rgb(0 0 0 / 0.9);
}
.hover\:text-black\/95:hover {
  color: rgb(0 0 0 / 0.95);
}
.hover\:text-denary:hover {
  --tw-text-opacity: 1;
  color: rgb(105 105 105 / var(--tw-text-opacity));
}
.hover\:text-denary\/0:hover {
  color: rgb(105 105 105 / 0);
}
.hover\:text-denary\/10:hover {
  color: rgb(105 105 105 / 0.1);
}
.hover\:text-denary\/100:hover {
  color: rgb(105 105 105 / 1);
}
.hover\:text-denary\/20:hover {
  color: rgb(105 105 105 / 0.2);
}
.hover\:text-denary\/25:hover {
  color: rgb(105 105 105 / 0.25);
}
.hover\:text-denary\/30:hover {
  color: rgb(105 105 105 / 0.3);
}
.hover\:text-denary\/40:hover {
  color: rgb(105 105 105 / 0.4);
}
.hover\:text-denary\/5:hover {
  color: rgb(105 105 105 / 0.05);
}
.hover\:text-denary\/50:hover {
  color: rgb(105 105 105 / 0.5);
}
.hover\:text-denary\/60:hover {
  color: rgb(105 105 105 / 0.6);
}
.hover\:text-denary\/70:hover {
  color: rgb(105 105 105 / 0.7);
}
.hover\:text-denary\/75:hover {
  color: rgb(105 105 105 / 0.75);
}
.hover\:text-denary\/80:hover {
  color: rgb(105 105 105 / 0.8);
}
.hover\:text-denary\/90:hover {
  color: rgb(105 105 105 / 0.9);
}
.hover\:text-denary\/95:hover {
  color: rgb(105 105 105 / 0.95);
}
.hover\:text-nonary:hover {
  color: #;
}
.hover\:text-octonary:hover {
  color: #;
}
.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(149 39 37 / var(--tw-text-opacity));
}
.hover\:text-primary\/0:hover {
  color: rgb(149 39 37 / 0);
}
.hover\:text-primary\/10:hover {
  color: rgb(149 39 37 / 0.1);
}
.hover\:text-primary\/100:hover {
  color: rgb(149 39 37 / 1);
}
.hover\:text-primary\/20:hover {
  color: rgb(149 39 37 / 0.2);
}
.hover\:text-primary\/25:hover {
  color: rgb(149 39 37 / 0.25);
}
.hover\:text-primary\/30:hover {
  color: rgb(149 39 37 / 0.3);
}
.hover\:text-primary\/40:hover {
  color: rgb(149 39 37 / 0.4);
}
.hover\:text-primary\/5:hover {
  color: rgb(149 39 37 / 0.05);
}
.hover\:text-primary\/50:hover {
  color: rgb(149 39 37 / 0.5);
}
.hover\:text-primary\/60:hover {
  color: rgb(149 39 37 / 0.6);
}
.hover\:text-primary\/70:hover {
  color: rgb(149 39 37 / 0.7);
}
.hover\:text-primary\/75:hover {
  color: rgb(149 39 37 / 0.75);
}
.hover\:text-primary\/80:hover {
  color: rgb(149 39 37 / 0.8);
}
.hover\:text-primary\/90:hover {
  color: rgb(149 39 37 / 0.9);
}
.hover\:text-primary\/95:hover {
  color: rgb(149 39 37 / 0.95);
}
.hover\:text-quaternary:hover {
  --tw-text-opacity: 1;
  color: rgb(220 220 220 / var(--tw-text-opacity));
}
.hover\:text-quaternary\/0:hover {
  color: rgb(220 220 220 / 0);
}
.hover\:text-quaternary\/10:hover {
  color: rgb(220 220 220 / 0.1);
}
.hover\:text-quaternary\/100:hover {
  color: rgb(220 220 220 / 1);
}
.hover\:text-quaternary\/20:hover {
  color: rgb(220 220 220 / 0.2);
}
.hover\:text-quaternary\/25:hover {
  color: rgb(220 220 220 / 0.25);
}
.hover\:text-quaternary\/30:hover {
  color: rgb(220 220 220 / 0.3);
}
.hover\:text-quaternary\/40:hover {
  color: rgb(220 220 220 / 0.4);
}
.hover\:text-quaternary\/5:hover {
  color: rgb(220 220 220 / 0.05);
}
.hover\:text-quaternary\/50:hover {
  color: rgb(220 220 220 / 0.5);
}
.hover\:text-quaternary\/60:hover {
  color: rgb(220 220 220 / 0.6);
}
.hover\:text-quaternary\/70:hover {
  color: rgb(220 220 220 / 0.7);
}
.hover\:text-quaternary\/75:hover {
  color: rgb(220 220 220 / 0.75);
}
.hover\:text-quaternary\/80:hover {
  color: rgb(220 220 220 / 0.8);
}
.hover\:text-quaternary\/90:hover {
  color: rgb(220 220 220 / 0.9);
}
.hover\:text-quaternary\/95:hover {
  color: rgb(220 220 220 / 0.95);
}
.hover\:text-quinary:hover {
  color: #;
}
.hover\:text-secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(191 191 191 / var(--tw-text-opacity));
}
.hover\:text-secondary\/0:hover {
  color: rgb(191 191 191 / 0);
}
.hover\:text-secondary\/10:hover {
  color: rgb(191 191 191 / 0.1);
}
.hover\:text-secondary\/100:hover {
  color: rgb(191 191 191 / 1);
}
.hover\:text-secondary\/20:hover {
  color: rgb(191 191 191 / 0.2);
}
.hover\:text-secondary\/25:hover {
  color: rgb(191 191 191 / 0.25);
}
.hover\:text-secondary\/30:hover {
  color: rgb(191 191 191 / 0.3);
}
.hover\:text-secondary\/40:hover {
  color: rgb(191 191 191 / 0.4);
}
.hover\:text-secondary\/5:hover {
  color: rgb(191 191 191 / 0.05);
}
.hover\:text-secondary\/50:hover {
  color: rgb(191 191 191 / 0.5);
}
.hover\:text-secondary\/60:hover {
  color: rgb(191 191 191 / 0.6);
}
.hover\:text-secondary\/70:hover {
  color: rgb(191 191 191 / 0.7);
}
.hover\:text-secondary\/75:hover {
  color: rgb(191 191 191 / 0.75);
}
.hover\:text-secondary\/80:hover {
  color: rgb(191 191 191 / 0.8);
}
.hover\:text-secondary\/90:hover {
  color: rgb(191 191 191 / 0.9);
}
.hover\:text-secondary\/95:hover {
  color: rgb(191 191 191 / 0.95);
}
.hover\:text-senary:hover {
  color: #;
}
.hover\:text-septenary:hover {
  color: #;
}
.hover\:text-tertiary:hover {
  --tw-text-opacity: 1;
  color: rgb(234 234 234 / var(--tw-text-opacity));
}
.hover\:text-tertiary\/0:hover {
  color: rgb(234 234 234 / 0);
}
.hover\:text-tertiary\/10:hover {
  color: rgb(234 234 234 / 0.1);
}
.hover\:text-tertiary\/100:hover {
  color: rgb(234 234 234 / 1);
}
.hover\:text-tertiary\/20:hover {
  color: rgb(234 234 234 / 0.2);
}
.hover\:text-tertiary\/25:hover {
  color: rgb(234 234 234 / 0.25);
}
.hover\:text-tertiary\/30:hover {
  color: rgb(234 234 234 / 0.3);
}
.hover\:text-tertiary\/40:hover {
  color: rgb(234 234 234 / 0.4);
}
.hover\:text-tertiary\/5:hover {
  color: rgb(234 234 234 / 0.05);
}
.hover\:text-tertiary\/50:hover {
  color: rgb(234 234 234 / 0.5);
}
.hover\:text-tertiary\/60:hover {
  color: rgb(234 234 234 / 0.6);
}
.hover\:text-tertiary\/70:hover {
  color: rgb(234 234 234 / 0.7);
}
.hover\:text-tertiary\/75:hover {
  color: rgb(234 234 234 / 0.75);
}
.hover\:text-tertiary\/80:hover {
  color: rgb(234 234 234 / 0.8);
}
.hover\:text-tertiary\/90:hover {
  color: rgb(234 234 234 / 0.9);
}
.hover\:text-tertiary\/95:hover {
  color: rgb(234 234 234 / 0.95);
}
.hover\:text-transparent:hover {
  color: transparent;
}
.hover\:text-transparent\/0:hover {
  color: rgb(0 0 0 / 0);
}
.hover\:text-transparent\/10:hover {
  color: rgb(0 0 0 / 0.1);
}
.hover\:text-transparent\/100:hover {
  color: rgb(0 0 0 / 1);
}
.hover\:text-transparent\/20:hover {
  color: rgb(0 0 0 / 0.2);
}
.hover\:text-transparent\/25:hover {
  color: rgb(0 0 0 / 0.25);
}
.hover\:text-transparent\/30:hover {
  color: rgb(0 0 0 / 0.3);
}
.hover\:text-transparent\/40:hover {
  color: rgb(0 0 0 / 0.4);
}
.hover\:text-transparent\/5:hover {
  color: rgb(0 0 0 / 0.05);
}
.hover\:text-transparent\/50:hover {
  color: rgb(0 0 0 / 0.5);
}
.hover\:text-transparent\/60:hover {
  color: rgb(0 0 0 / 0.6);
}
.hover\:text-transparent\/70:hover {
  color: rgb(0 0 0 / 0.7);
}
.hover\:text-transparent\/75:hover {
  color: rgb(0 0 0 / 0.75);
}
.hover\:text-transparent\/80:hover {
  color: rgb(0 0 0 / 0.8);
}
.hover\:text-transparent\/90:hover {
  color: rgb(0 0 0 / 0.9);
}
.hover\:text-transparent\/95:hover {
  color: rgb(0 0 0 / 0.95);
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-white\/0:hover {
  color: rgb(255 255 255 / 0);
}
.hover\:text-white\/10:hover {
  color: rgb(255 255 255 / 0.1);
}
.hover\:text-white\/100:hover {
  color: rgb(255 255 255 / 1);
}
.hover\:text-white\/20:hover {
  color: rgb(255 255 255 / 0.2);
}
.hover\:text-white\/25:hover {
  color: rgb(255 255 255 / 0.25);
}
.hover\:text-white\/30:hover {
  color: rgb(255 255 255 / 0.3);
}
.hover\:text-white\/40:hover {
  color: rgb(255 255 255 / 0.4);
}
.hover\:text-white\/5:hover {
  color: rgb(255 255 255 / 0.05);
}
.hover\:text-white\/50:hover {
  color: rgb(255 255 255 / 0.5);
}
.hover\:text-white\/60:hover {
  color: rgb(255 255 255 / 0.6);
}
.hover\:text-white\/70:hover {
  color: rgb(255 255 255 / 0.7);
}
.hover\:text-white\/75:hover {
  color: rgb(255 255 255 / 0.75);
}
.hover\:text-white\/80:hover {
  color: rgb(255 255 255 / 0.8);
}
.hover\:text-white\/90:hover {
  color: rgb(255 255 255 / 0.9);
}
.hover\:text-white\/95:hover {
  color: rgb(255 255 255 / 0.95);
}
.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.hover\:decoration-white:hover {
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}
.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-denary:hover {
  --tw-shadow-color: #696969;
  --tw-shadow: var(--tw-shadow-colored);
}
.group:hover .group-hover\:bottom-4 {
  bottom: 1rem;
}
.group:hover .group-hover\:left-3 {
  left: 0.75rem;
}
.group:hover .group-hover\:top-0 {
  top: 0px;
}
.group:hover .group-hover\:top-2 {
  top: 0.5rem;
}
.group:hover .group-hover\:mt-0 {
  margin-top: 0px;
}
.group:hover .group-hover\:h-full {
  height: 100%;
}
.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group\/theme-button:hover .group-hover\/theme-button\:border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.group\/theme-button:hover .group-hover\/theme-button\:border-black\/0 {
  border-color: rgb(0 0 0 / 0);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-black\/10 {
  border-color: rgb(0 0 0 / 0.1);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-black\/100 {
  border-color: rgb(0 0 0 / 1);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-black\/20 {
  border-color: rgb(0 0 0 / 0.2);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-black\/25 {
  border-color: rgb(0 0 0 / 0.25);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-black\/30 {
  border-color: rgb(0 0 0 / 0.3);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-black\/40 {
  border-color: rgb(0 0 0 / 0.4);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-black\/5 {
  border-color: rgb(0 0 0 / 0.05);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-black\/50 {
  border-color: rgb(0 0 0 / 0.5);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-black\/60 {
  border-color: rgb(0 0 0 / 0.6);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-black\/70 {
  border-color: rgb(0 0 0 / 0.7);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-black\/75 {
  border-color: rgb(0 0 0 / 0.75);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-black\/80 {
  border-color: rgb(0 0 0 / 0.8);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-black\/90 {
  border-color: rgb(0 0 0 / 0.9);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-black\/95 {
  border-color: rgb(0 0 0 / 0.95);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-denary {
  --tw-border-opacity: 1;
  border-color: rgb(105 105 105 / var(--tw-border-opacity));
}
.group\/theme-button:hover .group-hover\/theme-button\:border-denary\/0 {
  border-color: rgb(105 105 105 / 0);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-denary\/10 {
  border-color: rgb(105 105 105 / 0.1);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-denary\/100 {
  border-color: rgb(105 105 105 / 1);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-denary\/20 {
  border-color: rgb(105 105 105 / 0.2);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-denary\/25 {
  border-color: rgb(105 105 105 / 0.25);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-denary\/30 {
  border-color: rgb(105 105 105 / 0.3);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-denary\/40 {
  border-color: rgb(105 105 105 / 0.4);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-denary\/5 {
  border-color: rgb(105 105 105 / 0.05);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-denary\/50 {
  border-color: rgb(105 105 105 / 0.5);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-denary\/60 {
  border-color: rgb(105 105 105 / 0.6);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-denary\/70 {
  border-color: rgb(105 105 105 / 0.7);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-denary\/75 {
  border-color: rgb(105 105 105 / 0.75);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-denary\/80 {
  border-color: rgb(105 105 105 / 0.8);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-denary\/90 {
  border-color: rgb(105 105 105 / 0.9);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-denary\/95 {
  border-color: rgb(105 105 105 / 0.95);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-nonary {
  border-color: #;
}
.group\/theme-button:hover .group-hover\/theme-button\:border-octonary {
  border-color: #;
}
.group\/theme-button:hover .group-hover\/theme-button\:border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(149 39 37 / var(--tw-border-opacity));
}
.group\/theme-button:hover .group-hover\/theme-button\:border-primary\/0 {
  border-color: rgb(149 39 37 / 0);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-primary\/10 {
  border-color: rgb(149 39 37 / 0.1);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-primary\/100 {
  border-color: rgb(149 39 37 / 1);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-primary\/20 {
  border-color: rgb(149 39 37 / 0.2);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-primary\/25 {
  border-color: rgb(149 39 37 / 0.25);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-primary\/30 {
  border-color: rgb(149 39 37 / 0.3);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-primary\/40 {
  border-color: rgb(149 39 37 / 0.4);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-primary\/5 {
  border-color: rgb(149 39 37 / 0.05);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-primary\/50 {
  border-color: rgb(149 39 37 / 0.5);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-primary\/60 {
  border-color: rgb(149 39 37 / 0.6);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-primary\/70 {
  border-color: rgb(149 39 37 / 0.7);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-primary\/75 {
  border-color: rgb(149 39 37 / 0.75);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-primary\/80 {
  border-color: rgb(149 39 37 / 0.8);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-primary\/90 {
  border-color: rgb(149 39 37 / 0.9);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-primary\/95 {
  border-color: rgb(149 39 37 / 0.95);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-quaternary {
  --tw-border-opacity: 1;
  border-color: rgb(220 220 220 / var(--tw-border-opacity));
}
.group\/theme-button:hover .group-hover\/theme-button\:border-quaternary\/0 {
  border-color: rgb(220 220 220 / 0);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-quaternary\/10 {
  border-color: rgb(220 220 220 / 0.1);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-quaternary\/100 {
  border-color: rgb(220 220 220 / 1);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-quaternary\/20 {
  border-color: rgb(220 220 220 / 0.2);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-quaternary\/25 {
  border-color: rgb(220 220 220 / 0.25);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-quaternary\/30 {
  border-color: rgb(220 220 220 / 0.3);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-quaternary\/40 {
  border-color: rgb(220 220 220 / 0.4);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-quaternary\/5 {
  border-color: rgb(220 220 220 / 0.05);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-quaternary\/50 {
  border-color: rgb(220 220 220 / 0.5);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-quaternary\/60 {
  border-color: rgb(220 220 220 / 0.6);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-quaternary\/70 {
  border-color: rgb(220 220 220 / 0.7);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-quaternary\/75 {
  border-color: rgb(220 220 220 / 0.75);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-quaternary\/80 {
  border-color: rgb(220 220 220 / 0.8);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-quaternary\/90 {
  border-color: rgb(220 220 220 / 0.9);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-quaternary\/95 {
  border-color: rgb(220 220 220 / 0.95);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-quinary {
  border-color: #;
}
.group\/theme-button:hover .group-hover\/theme-button\:border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(191 191 191 / var(--tw-border-opacity));
}
.group\/theme-button:hover .group-hover\/theme-button\:border-secondary\/0 {
  border-color: rgb(191 191 191 / 0);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-secondary\/10 {
  border-color: rgb(191 191 191 / 0.1);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-secondary\/100 {
  border-color: rgb(191 191 191 / 1);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-secondary\/20 {
  border-color: rgb(191 191 191 / 0.2);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-secondary\/25 {
  border-color: rgb(191 191 191 / 0.25);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-secondary\/30 {
  border-color: rgb(191 191 191 / 0.3);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-secondary\/40 {
  border-color: rgb(191 191 191 / 0.4);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-secondary\/5 {
  border-color: rgb(191 191 191 / 0.05);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-secondary\/50 {
  border-color: rgb(191 191 191 / 0.5);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-secondary\/60 {
  border-color: rgb(191 191 191 / 0.6);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-secondary\/70 {
  border-color: rgb(191 191 191 / 0.7);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-secondary\/75 {
  border-color: rgb(191 191 191 / 0.75);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-secondary\/80 {
  border-color: rgb(191 191 191 / 0.8);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-secondary\/90 {
  border-color: rgb(191 191 191 / 0.9);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-secondary\/95 {
  border-color: rgb(191 191 191 / 0.95);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-senary {
  border-color: #;
}
.group\/theme-button:hover .group-hover\/theme-button\:border-septenary {
  border-color: #;
}
.group\/theme-button:hover .group-hover\/theme-button\:border-tertiary {
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity));
}
.group\/theme-button:hover .group-hover\/theme-button\:border-tertiary\/0 {
  border-color: rgb(234 234 234 / 0);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-tertiary\/10 {
  border-color: rgb(234 234 234 / 0.1);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-tertiary\/100 {
  border-color: rgb(234 234 234 / 1);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-tertiary\/20 {
  border-color: rgb(234 234 234 / 0.2);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-tertiary\/25 {
  border-color: rgb(234 234 234 / 0.25);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-tertiary\/30 {
  border-color: rgb(234 234 234 / 0.3);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-tertiary\/40 {
  border-color: rgb(234 234 234 / 0.4);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-tertiary\/5 {
  border-color: rgb(234 234 234 / 0.05);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-tertiary\/50 {
  border-color: rgb(234 234 234 / 0.5);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-tertiary\/60 {
  border-color: rgb(234 234 234 / 0.6);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-tertiary\/70 {
  border-color: rgb(234 234 234 / 0.7);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-tertiary\/75 {
  border-color: rgb(234 234 234 / 0.75);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-tertiary\/80 {
  border-color: rgb(234 234 234 / 0.8);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-tertiary\/90 {
  border-color: rgb(234 234 234 / 0.9);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-tertiary\/95 {
  border-color: rgb(234 234 234 / 0.95);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-transparent {
  border-color: transparent;
}
.group\/theme-button:hover .group-hover\/theme-button\:border-transparent\/0 {
  border-color: rgb(0 0 0 / 0);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-transparent\/10 {
  border-color: rgb(0 0 0 / 0.1);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-transparent\/100 {
  border-color: rgb(0 0 0 / 1);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-transparent\/20 {
  border-color: rgb(0 0 0 / 0.2);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-transparent\/25 {
  border-color: rgb(0 0 0 / 0.25);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-transparent\/30 {
  border-color: rgb(0 0 0 / 0.3);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-transparent\/40 {
  border-color: rgb(0 0 0 / 0.4);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-transparent\/5 {
  border-color: rgb(0 0 0 / 0.05);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-transparent\/50 {
  border-color: rgb(0 0 0 / 0.5);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-transparent\/60 {
  border-color: rgb(0 0 0 / 0.6);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-transparent\/70 {
  border-color: rgb(0 0 0 / 0.7);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-transparent\/75 {
  border-color: rgb(0 0 0 / 0.75);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-transparent\/80 {
  border-color: rgb(0 0 0 / 0.8);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-transparent\/90 {
  border-color: rgb(0 0 0 / 0.9);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-transparent\/95 {
  border-color: rgb(0 0 0 / 0.95);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.group\/theme-button:hover .group-hover\/theme-button\:border-white\/0 {
  border-color: rgb(255 255 255 / 0);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-white\/100 {
  border-color: rgb(255 255 255 / 1);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-white\/25 {
  border-color: rgb(255 255 255 / 0.25);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-white\/40 {
  border-color: rgb(255 255 255 / 0.4);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-white\/5 {
  border-color: rgb(255 255 255 / 0.05);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-white\/50 {
  border-color: rgb(255 255 255 / 0.5);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-white\/60 {
  border-color: rgb(255 255 255 / 0.6);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-white\/70 {
  border-color: rgb(255 255 255 / 0.7);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-white\/75 {
  border-color: rgb(255 255 255 / 0.75);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-white\/80 {
  border-color: rgb(255 255 255 / 0.8);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-white\/90 {
  border-color: rgb(255 255 255 / 0.9);
}
.group\/theme-button:hover .group-hover\/theme-button\:border-white\/95 {
  border-color: rgb(255 255 255 / 0.95);
}
.group:hover .group-hover\:border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.group:hover .group-hover\:border-black\/0 {
  border-color: rgb(0 0 0 / 0);
}
.group:hover .group-hover\:border-black\/10 {
  border-color: rgb(0 0 0 / 0.1);
}
.group:hover .group-hover\:border-black\/100 {
  border-color: rgb(0 0 0 / 1);
}
.group:hover .group-hover\:border-black\/20 {
  border-color: rgb(0 0 0 / 0.2);
}
.group:hover .group-hover\:border-black\/25 {
  border-color: rgb(0 0 0 / 0.25);
}
.group:hover .group-hover\:border-black\/30 {
  border-color: rgb(0 0 0 / 0.3);
}
.group:hover .group-hover\:border-black\/40 {
  border-color: rgb(0 0 0 / 0.4);
}
.group:hover .group-hover\:border-black\/5 {
  border-color: rgb(0 0 0 / 0.05);
}
.group:hover .group-hover\:border-black\/50 {
  border-color: rgb(0 0 0 / 0.5);
}
.group:hover .group-hover\:border-black\/60 {
  border-color: rgb(0 0 0 / 0.6);
}
.group:hover .group-hover\:border-black\/70 {
  border-color: rgb(0 0 0 / 0.7);
}
.group:hover .group-hover\:border-black\/75 {
  border-color: rgb(0 0 0 / 0.75);
}
.group:hover .group-hover\:border-black\/80 {
  border-color: rgb(0 0 0 / 0.8);
}
.group:hover .group-hover\:border-black\/90 {
  border-color: rgb(0 0 0 / 0.9);
}
.group:hover .group-hover\:border-black\/95 {
  border-color: rgb(0 0 0 / 0.95);
}
.group:hover .group-hover\:border-denary {
  --tw-border-opacity: 1;
  border-color: rgb(105 105 105 / var(--tw-border-opacity));
}
.group:hover .group-hover\:border-denary\/0 {
  border-color: rgb(105 105 105 / 0);
}
.group:hover .group-hover\:border-denary\/10 {
  border-color: rgb(105 105 105 / 0.1);
}
.group:hover .group-hover\:border-denary\/100 {
  border-color: rgb(105 105 105 / 1);
}
.group:hover .group-hover\:border-denary\/20 {
  border-color: rgb(105 105 105 / 0.2);
}
.group:hover .group-hover\:border-denary\/25 {
  border-color: rgb(105 105 105 / 0.25);
}
.group:hover .group-hover\:border-denary\/30 {
  border-color: rgb(105 105 105 / 0.3);
}
.group:hover .group-hover\:border-denary\/40 {
  border-color: rgb(105 105 105 / 0.4);
}
.group:hover .group-hover\:border-denary\/5 {
  border-color: rgb(105 105 105 / 0.05);
}
.group:hover .group-hover\:border-denary\/50 {
  border-color: rgb(105 105 105 / 0.5);
}
.group:hover .group-hover\:border-denary\/60 {
  border-color: rgb(105 105 105 / 0.6);
}
.group:hover .group-hover\:border-denary\/70 {
  border-color: rgb(105 105 105 / 0.7);
}
.group:hover .group-hover\:border-denary\/75 {
  border-color: rgb(105 105 105 / 0.75);
}
.group:hover .group-hover\:border-denary\/80 {
  border-color: rgb(105 105 105 / 0.8);
}
.group:hover .group-hover\:border-denary\/90 {
  border-color: rgb(105 105 105 / 0.9);
}
.group:hover .group-hover\:border-denary\/95 {
  border-color: rgb(105 105 105 / 0.95);
}
.group:hover .group-hover\:border-nonary {
  border-color: #;
}
.group:hover .group-hover\:border-octonary {
  border-color: #;
}
.group:hover .group-hover\:border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(149 39 37 / var(--tw-border-opacity));
}
.group:hover .group-hover\:border-primary\/0 {
  border-color: rgb(149 39 37 / 0);
}
.group:hover .group-hover\:border-primary\/10 {
  border-color: rgb(149 39 37 / 0.1);
}
.group:hover .group-hover\:border-primary\/100 {
  border-color: rgb(149 39 37 / 1);
}
.group:hover .group-hover\:border-primary\/20 {
  border-color: rgb(149 39 37 / 0.2);
}
.group:hover .group-hover\:border-primary\/25 {
  border-color: rgb(149 39 37 / 0.25);
}
.group:hover .group-hover\:border-primary\/30 {
  border-color: rgb(149 39 37 / 0.3);
}
.group:hover .group-hover\:border-primary\/40 {
  border-color: rgb(149 39 37 / 0.4);
}
.group:hover .group-hover\:border-primary\/5 {
  border-color: rgb(149 39 37 / 0.05);
}
.group:hover .group-hover\:border-primary\/50 {
  border-color: rgb(149 39 37 / 0.5);
}
.group:hover .group-hover\:border-primary\/60 {
  border-color: rgb(149 39 37 / 0.6);
}
.group:hover .group-hover\:border-primary\/70 {
  border-color: rgb(149 39 37 / 0.7);
}
.group:hover .group-hover\:border-primary\/75 {
  border-color: rgb(149 39 37 / 0.75);
}
.group:hover .group-hover\:border-primary\/80 {
  border-color: rgb(149 39 37 / 0.8);
}
.group:hover .group-hover\:border-primary\/90 {
  border-color: rgb(149 39 37 / 0.9);
}
.group:hover .group-hover\:border-primary\/95 {
  border-color: rgb(149 39 37 / 0.95);
}
.group:hover .group-hover\:border-quaternary {
  --tw-border-opacity: 1;
  border-color: rgb(220 220 220 / var(--tw-border-opacity));
}
.group:hover .group-hover\:border-quaternary\/0 {
  border-color: rgb(220 220 220 / 0);
}
.group:hover .group-hover\:border-quaternary\/10 {
  border-color: rgb(220 220 220 / 0.1);
}
.group:hover .group-hover\:border-quaternary\/100 {
  border-color: rgb(220 220 220 / 1);
}
.group:hover .group-hover\:border-quaternary\/20 {
  border-color: rgb(220 220 220 / 0.2);
}
.group:hover .group-hover\:border-quaternary\/25 {
  border-color: rgb(220 220 220 / 0.25);
}
.group:hover .group-hover\:border-quaternary\/30 {
  border-color: rgb(220 220 220 / 0.3);
}
.group:hover .group-hover\:border-quaternary\/40 {
  border-color: rgb(220 220 220 / 0.4);
}
.group:hover .group-hover\:border-quaternary\/5 {
  border-color: rgb(220 220 220 / 0.05);
}
.group:hover .group-hover\:border-quaternary\/50 {
  border-color: rgb(220 220 220 / 0.5);
}
.group:hover .group-hover\:border-quaternary\/60 {
  border-color: rgb(220 220 220 / 0.6);
}
.group:hover .group-hover\:border-quaternary\/70 {
  border-color: rgb(220 220 220 / 0.7);
}
.group:hover .group-hover\:border-quaternary\/75 {
  border-color: rgb(220 220 220 / 0.75);
}
.group:hover .group-hover\:border-quaternary\/80 {
  border-color: rgb(220 220 220 / 0.8);
}
.group:hover .group-hover\:border-quaternary\/90 {
  border-color: rgb(220 220 220 / 0.9);
}
.group:hover .group-hover\:border-quaternary\/95 {
  border-color: rgb(220 220 220 / 0.95);
}
.group:hover .group-hover\:border-quinary {
  border-color: #;
}
.group:hover .group-hover\:border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(191 191 191 / var(--tw-border-opacity));
}
.group:hover .group-hover\:border-secondary\/0 {
  border-color: rgb(191 191 191 / 0);
}
.group:hover .group-hover\:border-secondary\/10 {
  border-color: rgb(191 191 191 / 0.1);
}
.group:hover .group-hover\:border-secondary\/100 {
  border-color: rgb(191 191 191 / 1);
}
.group:hover .group-hover\:border-secondary\/20 {
  border-color: rgb(191 191 191 / 0.2);
}
.group:hover .group-hover\:border-secondary\/25 {
  border-color: rgb(191 191 191 / 0.25);
}
.group:hover .group-hover\:border-secondary\/30 {
  border-color: rgb(191 191 191 / 0.3);
}
.group:hover .group-hover\:border-secondary\/40 {
  border-color: rgb(191 191 191 / 0.4);
}
.group:hover .group-hover\:border-secondary\/5 {
  border-color: rgb(191 191 191 / 0.05);
}
.group:hover .group-hover\:border-secondary\/50 {
  border-color: rgb(191 191 191 / 0.5);
}
.group:hover .group-hover\:border-secondary\/60 {
  border-color: rgb(191 191 191 / 0.6);
}
.group:hover .group-hover\:border-secondary\/70 {
  border-color: rgb(191 191 191 / 0.7);
}
.group:hover .group-hover\:border-secondary\/75 {
  border-color: rgb(191 191 191 / 0.75);
}
.group:hover .group-hover\:border-secondary\/80 {
  border-color: rgb(191 191 191 / 0.8);
}
.group:hover .group-hover\:border-secondary\/90 {
  border-color: rgb(191 191 191 / 0.9);
}
.group:hover .group-hover\:border-secondary\/95 {
  border-color: rgb(191 191 191 / 0.95);
}
.group:hover .group-hover\:border-senary {
  border-color: #;
}
.group:hover .group-hover\:border-septenary {
  border-color: #;
}
.group:hover .group-hover\:border-tertiary {
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity));
}
.group:hover .group-hover\:border-tertiary\/0 {
  border-color: rgb(234 234 234 / 0);
}
.group:hover .group-hover\:border-tertiary\/10 {
  border-color: rgb(234 234 234 / 0.1);
}
.group:hover .group-hover\:border-tertiary\/100 {
  border-color: rgb(234 234 234 / 1);
}
.group:hover .group-hover\:border-tertiary\/20 {
  border-color: rgb(234 234 234 / 0.2);
}
.group:hover .group-hover\:border-tertiary\/25 {
  border-color: rgb(234 234 234 / 0.25);
}
.group:hover .group-hover\:border-tertiary\/30 {
  border-color: rgb(234 234 234 / 0.3);
}
.group:hover .group-hover\:border-tertiary\/40 {
  border-color: rgb(234 234 234 / 0.4);
}
.group:hover .group-hover\:border-tertiary\/5 {
  border-color: rgb(234 234 234 / 0.05);
}
.group:hover .group-hover\:border-tertiary\/50 {
  border-color: rgb(234 234 234 / 0.5);
}
.group:hover .group-hover\:border-tertiary\/60 {
  border-color: rgb(234 234 234 / 0.6);
}
.group:hover .group-hover\:border-tertiary\/70 {
  border-color: rgb(234 234 234 / 0.7);
}
.group:hover .group-hover\:border-tertiary\/75 {
  border-color: rgb(234 234 234 / 0.75);
}
.group:hover .group-hover\:border-tertiary\/80 {
  border-color: rgb(234 234 234 / 0.8);
}
.group:hover .group-hover\:border-tertiary\/90 {
  border-color: rgb(234 234 234 / 0.9);
}
.group:hover .group-hover\:border-tertiary\/95 {
  border-color: rgb(234 234 234 / 0.95);
}
.group:hover .group-hover\:border-transparent {
  border-color: transparent;
}
.group:hover .group-hover\:border-transparent\/0 {
  border-color: rgb(0 0 0 / 0);
}
.group:hover .group-hover\:border-transparent\/10 {
  border-color: rgb(0 0 0 / 0.1);
}
.group:hover .group-hover\:border-transparent\/100 {
  border-color: rgb(0 0 0 / 1);
}
.group:hover .group-hover\:border-transparent\/20 {
  border-color: rgb(0 0 0 / 0.2);
}
.group:hover .group-hover\:border-transparent\/25 {
  border-color: rgb(0 0 0 / 0.25);
}
.group:hover .group-hover\:border-transparent\/30 {
  border-color: rgb(0 0 0 / 0.3);
}
.group:hover .group-hover\:border-transparent\/40 {
  border-color: rgb(0 0 0 / 0.4);
}
.group:hover .group-hover\:border-transparent\/5 {
  border-color: rgb(0 0 0 / 0.05);
}
.group:hover .group-hover\:border-transparent\/50 {
  border-color: rgb(0 0 0 / 0.5);
}
.group:hover .group-hover\:border-transparent\/60 {
  border-color: rgb(0 0 0 / 0.6);
}
.group:hover .group-hover\:border-transparent\/70 {
  border-color: rgb(0 0 0 / 0.7);
}
.group:hover .group-hover\:border-transparent\/75 {
  border-color: rgb(0 0 0 / 0.75);
}
.group:hover .group-hover\:border-transparent\/80 {
  border-color: rgb(0 0 0 / 0.8);
}
.group:hover .group-hover\:border-transparent\/90 {
  border-color: rgb(0 0 0 / 0.9);
}
.group:hover .group-hover\:border-transparent\/95 {
  border-color: rgb(0 0 0 / 0.95);
}
.group:hover .group-hover\:border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.group:hover .group-hover\:border-white\/0 {
  border-color: rgb(255 255 255 / 0);
}
.group:hover .group-hover\:border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.group:hover .group-hover\:border-white\/100 {
  border-color: rgb(255 255 255 / 1);
}
.group:hover .group-hover\:border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.group:hover .group-hover\:border-white\/25 {
  border-color: rgb(255 255 255 / 0.25);
}
.group:hover .group-hover\:border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}
.group:hover .group-hover\:border-white\/40 {
  border-color: rgb(255 255 255 / 0.4);
}
.group:hover .group-hover\:border-white\/5 {
  border-color: rgb(255 255 255 / 0.05);
}
.group:hover .group-hover\:border-white\/50 {
  border-color: rgb(255 255 255 / 0.5);
}
.group:hover .group-hover\:border-white\/60 {
  border-color: rgb(255 255 255 / 0.6);
}
.group:hover .group-hover\:border-white\/70 {
  border-color: rgb(255 255 255 / 0.7);
}
.group:hover .group-hover\:border-white\/75 {
  border-color: rgb(255 255 255 / 0.75);
}
.group:hover .group-hover\:border-white\/80 {
  border-color: rgb(255 255 255 / 0.8);
}
.group:hover .group-hover\:border-white\/90 {
  border-color: rgb(255 255 255 / 0.9);
}
.group:hover .group-hover\:border-white\/95 {
  border-color: rgb(255 255 255 / 0.95);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-black\/0 {
  background-color: rgb(0 0 0 / 0);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-black\/100 {
  background-color: rgb(0 0 0 / 1);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-black\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-black\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-black\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-black\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-black\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-denary {
  --tw-bg-opacity: 1;
  background-color: rgb(105 105 105 / var(--tw-bg-opacity));
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-denary\/0 {
  background-color: rgb(105 105 105 / 0);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-denary\/10 {
  background-color: rgb(105 105 105 / 0.1);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-denary\/100 {
  background-color: rgb(105 105 105 / 1);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-denary\/20 {
  background-color: rgb(105 105 105 / 0.2);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-denary\/25 {
  background-color: rgb(105 105 105 / 0.25);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-denary\/30 {
  background-color: rgb(105 105 105 / 0.3);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-denary\/40 {
  background-color: rgb(105 105 105 / 0.4);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-denary\/5 {
  background-color: rgb(105 105 105 / 0.05);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-denary\/50 {
  background-color: rgb(105 105 105 / 0.5);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-denary\/60 {
  background-color: rgb(105 105 105 / 0.6);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-denary\/70 {
  background-color: rgb(105 105 105 / 0.7);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-denary\/75 {
  background-color: rgb(105 105 105 / 0.75);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-denary\/80 {
  background-color: rgb(105 105 105 / 0.8);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-denary\/90 {
  background-color: rgb(105 105 105 / 0.9);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-denary\/95 {
  background-color: rgb(105 105 105 / 0.95);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-nonary {
  background-color: #;
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-octonary {
  background-color: #;
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(149 39 37 / var(--tw-bg-opacity));
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-primary\/0 {
  background-color: rgb(149 39 37 / 0);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-primary\/10 {
  background-color: rgb(149 39 37 / 0.1);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-primary\/100 {
  background-color: rgb(149 39 37 / 1);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-primary\/20 {
  background-color: rgb(149 39 37 / 0.2);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-primary\/25 {
  background-color: rgb(149 39 37 / 0.25);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-primary\/30 {
  background-color: rgb(149 39 37 / 0.3);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-primary\/40 {
  background-color: rgb(149 39 37 / 0.4);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-primary\/5 {
  background-color: rgb(149 39 37 / 0.05);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-primary\/50 {
  background-color: rgb(149 39 37 / 0.5);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-primary\/60 {
  background-color: rgb(149 39 37 / 0.6);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-primary\/70 {
  background-color: rgb(149 39 37 / 0.7);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-primary\/75 {
  background-color: rgb(149 39 37 / 0.75);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-primary\/80 {
  background-color: rgb(149 39 37 / 0.8);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-primary\/90 {
  background-color: rgb(149 39 37 / 0.9);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-primary\/95 {
  background-color: rgb(149 39 37 / 0.95);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-quaternary {
  --tw-bg-opacity: 1;
  background-color: rgb(220 220 220 / var(--tw-bg-opacity));
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-quaternary\/0 {
  background-color: rgb(220 220 220 / 0);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-quaternary\/10 {
  background-color: rgb(220 220 220 / 0.1);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-quaternary\/100 {
  background-color: rgb(220 220 220 / 1);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-quaternary\/20 {
  background-color: rgb(220 220 220 / 0.2);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-quaternary\/25 {
  background-color: rgb(220 220 220 / 0.25);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-quaternary\/30 {
  background-color: rgb(220 220 220 / 0.3);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-quaternary\/40 {
  background-color: rgb(220 220 220 / 0.4);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-quaternary\/5 {
  background-color: rgb(220 220 220 / 0.05);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-quaternary\/50 {
  background-color: rgb(220 220 220 / 0.5);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-quaternary\/60 {
  background-color: rgb(220 220 220 / 0.6);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-quaternary\/70 {
  background-color: rgb(220 220 220 / 0.7);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-quaternary\/75 {
  background-color: rgb(220 220 220 / 0.75);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-quaternary\/80 {
  background-color: rgb(220 220 220 / 0.8);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-quaternary\/90 {
  background-color: rgb(220 220 220 / 0.9);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-quaternary\/95 {
  background-color: rgb(220 220 220 / 0.95);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-quinary {
  background-color: #;
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(191 191 191 / var(--tw-bg-opacity));
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-secondary\/0 {
  background-color: rgb(191 191 191 / 0);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-secondary\/10 {
  background-color: rgb(191 191 191 / 0.1);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-secondary\/100 {
  background-color: rgb(191 191 191 / 1);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-secondary\/20 {
  background-color: rgb(191 191 191 / 0.2);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-secondary\/25 {
  background-color: rgb(191 191 191 / 0.25);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-secondary\/30 {
  background-color: rgb(191 191 191 / 0.3);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-secondary\/40 {
  background-color: rgb(191 191 191 / 0.4);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-secondary\/5 {
  background-color: rgb(191 191 191 / 0.05);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-secondary\/50 {
  background-color: rgb(191 191 191 / 0.5);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-secondary\/60 {
  background-color: rgb(191 191 191 / 0.6);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-secondary\/70 {
  background-color: rgb(191 191 191 / 0.7);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-secondary\/75 {
  background-color: rgb(191 191 191 / 0.75);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-secondary\/80 {
  background-color: rgb(191 191 191 / 0.8);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-secondary\/90 {
  background-color: rgb(191 191 191 / 0.9);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-secondary\/95 {
  background-color: rgb(191 191 191 / 0.95);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-senary {
  background-color: #;
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-septenary {
  background-color: #;
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 234 / var(--tw-bg-opacity));
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-tertiary\/0 {
  background-color: rgb(234 234 234 / 0);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-tertiary\/10 {
  background-color: rgb(234 234 234 / 0.1);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-tertiary\/100 {
  background-color: rgb(234 234 234 / 1);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-tertiary\/20 {
  background-color: rgb(234 234 234 / 0.2);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-tertiary\/25 {
  background-color: rgb(234 234 234 / 0.25);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-tertiary\/30 {
  background-color: rgb(234 234 234 / 0.3);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-tertiary\/40 {
  background-color: rgb(234 234 234 / 0.4);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-tertiary\/5 {
  background-color: rgb(234 234 234 / 0.05);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-tertiary\/50 {
  background-color: rgb(234 234 234 / 0.5);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-tertiary\/60 {
  background-color: rgb(234 234 234 / 0.6);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-tertiary\/70 {
  background-color: rgb(234 234 234 / 0.7);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-tertiary\/75 {
  background-color: rgb(234 234 234 / 0.75);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-tertiary\/80 {
  background-color: rgb(234 234 234 / 0.8);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-tertiary\/90 {
  background-color: rgb(234 234 234 / 0.9);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-tertiary\/95 {
  background-color: rgb(234 234 234 / 0.95);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-transparent {
  background-color: transparent;
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-transparent\/0 {
  background-color: rgb(0 0 0 / 0);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-transparent\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-transparent\/100 {
  background-color: rgb(0 0 0 / 1);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-transparent\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-transparent\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-transparent\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-transparent\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-transparent\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-transparent\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-transparent\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-transparent\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-transparent\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-transparent\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-transparent\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-transparent\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-white\/0 {
  background-color: rgb(255 255 255 / 0);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-white\/100 {
  background-color: rgb(255 255 255 / 1);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-white\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-white\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.group\/theme-button:hover .group-hover\/theme-button\:bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.group:hover .group-hover\:bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-black\/0 {
  background-color: rgb(0 0 0 / 0);
}
.group:hover .group-hover\:bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.group:hover .group-hover\:bg-black\/100 {
  background-color: rgb(0 0 0 / 1);
}
.group:hover .group-hover\:bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.group:hover .group-hover\:bg-black\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.group:hover .group-hover\:bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.group:hover .group-hover\:bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.group:hover .group-hover\:bg-black\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.group:hover .group-hover\:bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.group:hover .group-hover\:bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.group:hover .group-hover\:bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.group:hover .group-hover\:bg-black\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.group:hover .group-hover\:bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.group:hover .group-hover\:bg-black\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.group:hover .group-hover\:bg-black\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.group:hover .group-hover\:bg-denary {
  --tw-bg-opacity: 1;
  background-color: rgb(105 105 105 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-denary\/0 {
  background-color: rgb(105 105 105 / 0);
}
.group:hover .group-hover\:bg-denary\/10 {
  background-color: rgb(105 105 105 / 0.1);
}
.group:hover .group-hover\:bg-denary\/100 {
  background-color: rgb(105 105 105 / 1);
}
.group:hover .group-hover\:bg-denary\/20 {
  background-color: rgb(105 105 105 / 0.2);
}
.group:hover .group-hover\:bg-denary\/25 {
  background-color: rgb(105 105 105 / 0.25);
}
.group:hover .group-hover\:bg-denary\/30 {
  background-color: rgb(105 105 105 / 0.3);
}
.group:hover .group-hover\:bg-denary\/40 {
  background-color: rgb(105 105 105 / 0.4);
}
.group:hover .group-hover\:bg-denary\/5 {
  background-color: rgb(105 105 105 / 0.05);
}
.group:hover .group-hover\:bg-denary\/50 {
  background-color: rgb(105 105 105 / 0.5);
}
.group:hover .group-hover\:bg-denary\/60 {
  background-color: rgb(105 105 105 / 0.6);
}
.group:hover .group-hover\:bg-denary\/70 {
  background-color: rgb(105 105 105 / 0.7);
}
.group:hover .group-hover\:bg-denary\/75 {
  background-color: rgb(105 105 105 / 0.75);
}
.group:hover .group-hover\:bg-denary\/80 {
  background-color: rgb(105 105 105 / 0.8);
}
.group:hover .group-hover\:bg-denary\/90 {
  background-color: rgb(105 105 105 / 0.9);
}
.group:hover .group-hover\:bg-denary\/95 {
  background-color: rgb(105 105 105 / 0.95);
}
.group:hover .group-hover\:bg-nonary {
  background-color: #;
}
.group:hover .group-hover\:bg-octonary {
  background-color: #;
}
.group:hover .group-hover\:bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(149 39 37 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-primary\/0 {
  background-color: rgb(149 39 37 / 0);
}
.group:hover .group-hover\:bg-primary\/10 {
  background-color: rgb(149 39 37 / 0.1);
}
.group:hover .group-hover\:bg-primary\/100 {
  background-color: rgb(149 39 37 / 1);
}
.group:hover .group-hover\:bg-primary\/20 {
  background-color: rgb(149 39 37 / 0.2);
}
.group:hover .group-hover\:bg-primary\/25 {
  background-color: rgb(149 39 37 / 0.25);
}
.group:hover .group-hover\:bg-primary\/30 {
  background-color: rgb(149 39 37 / 0.3);
}
.group:hover .group-hover\:bg-primary\/40 {
  background-color: rgb(149 39 37 / 0.4);
}
.group:hover .group-hover\:bg-primary\/5 {
  background-color: rgb(149 39 37 / 0.05);
}
.group:hover .group-hover\:bg-primary\/50 {
  background-color: rgb(149 39 37 / 0.5);
}
.group:hover .group-hover\:bg-primary\/60 {
  background-color: rgb(149 39 37 / 0.6);
}
.group:hover .group-hover\:bg-primary\/70 {
  background-color: rgb(149 39 37 / 0.7);
}
.group:hover .group-hover\:bg-primary\/75 {
  background-color: rgb(149 39 37 / 0.75);
}
.group:hover .group-hover\:bg-primary\/80 {
  background-color: rgb(149 39 37 / 0.8);
}
.group:hover .group-hover\:bg-primary\/90 {
  background-color: rgb(149 39 37 / 0.9);
}
.group:hover .group-hover\:bg-primary\/95 {
  background-color: rgb(149 39 37 / 0.95);
}
.group:hover .group-hover\:bg-quaternary {
  --tw-bg-opacity: 1;
  background-color: rgb(220 220 220 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-quaternary\/0 {
  background-color: rgb(220 220 220 / 0);
}
.group:hover .group-hover\:bg-quaternary\/10 {
  background-color: rgb(220 220 220 / 0.1);
}
.group:hover .group-hover\:bg-quaternary\/100 {
  background-color: rgb(220 220 220 / 1);
}
.group:hover .group-hover\:bg-quaternary\/20 {
  background-color: rgb(220 220 220 / 0.2);
}
.group:hover .group-hover\:bg-quaternary\/25 {
  background-color: rgb(220 220 220 / 0.25);
}
.group:hover .group-hover\:bg-quaternary\/30 {
  background-color: rgb(220 220 220 / 0.3);
}
.group:hover .group-hover\:bg-quaternary\/40 {
  background-color: rgb(220 220 220 / 0.4);
}
.group:hover .group-hover\:bg-quaternary\/5 {
  background-color: rgb(220 220 220 / 0.05);
}
.group:hover .group-hover\:bg-quaternary\/50 {
  background-color: rgb(220 220 220 / 0.5);
}
.group:hover .group-hover\:bg-quaternary\/60 {
  background-color: rgb(220 220 220 / 0.6);
}
.group:hover .group-hover\:bg-quaternary\/70 {
  background-color: rgb(220 220 220 / 0.7);
}
.group:hover .group-hover\:bg-quaternary\/75 {
  background-color: rgb(220 220 220 / 0.75);
}
.group:hover .group-hover\:bg-quaternary\/80 {
  background-color: rgb(220 220 220 / 0.8);
}
.group:hover .group-hover\:bg-quaternary\/90 {
  background-color: rgb(220 220 220 / 0.9);
}
.group:hover .group-hover\:bg-quaternary\/95 {
  background-color: rgb(220 220 220 / 0.95);
}
.group:hover .group-hover\:bg-quinary {
  background-color: #;
}
.group:hover .group-hover\:bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(191 191 191 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-secondary\/0 {
  background-color: rgb(191 191 191 / 0);
}
.group:hover .group-hover\:bg-secondary\/10 {
  background-color: rgb(191 191 191 / 0.1);
}
.group:hover .group-hover\:bg-secondary\/100 {
  background-color: rgb(191 191 191 / 1);
}
.group:hover .group-hover\:bg-secondary\/20 {
  background-color: rgb(191 191 191 / 0.2);
}
.group:hover .group-hover\:bg-secondary\/25 {
  background-color: rgb(191 191 191 / 0.25);
}
.group:hover .group-hover\:bg-secondary\/30 {
  background-color: rgb(191 191 191 / 0.3);
}
.group:hover .group-hover\:bg-secondary\/40 {
  background-color: rgb(191 191 191 / 0.4);
}
.group:hover .group-hover\:bg-secondary\/5 {
  background-color: rgb(191 191 191 / 0.05);
}
.group:hover .group-hover\:bg-secondary\/50 {
  background-color: rgb(191 191 191 / 0.5);
}
.group:hover .group-hover\:bg-secondary\/60 {
  background-color: rgb(191 191 191 / 0.6);
}
.group:hover .group-hover\:bg-secondary\/70 {
  background-color: rgb(191 191 191 / 0.7);
}
.group:hover .group-hover\:bg-secondary\/75 {
  background-color: rgb(191 191 191 / 0.75);
}
.group:hover .group-hover\:bg-secondary\/80 {
  background-color: rgb(191 191 191 / 0.8);
}
.group:hover .group-hover\:bg-secondary\/90 {
  background-color: rgb(191 191 191 / 0.9);
}
.group:hover .group-hover\:bg-secondary\/95 {
  background-color: rgb(191 191 191 / 0.95);
}
.group:hover .group-hover\:bg-senary {
  background-color: #;
}
.group:hover .group-hover\:bg-septenary {
  background-color: #;
}
.group:hover .group-hover\:bg-tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 234 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-tertiary\/0 {
  background-color: rgb(234 234 234 / 0);
}
.group:hover .group-hover\:bg-tertiary\/10 {
  background-color: rgb(234 234 234 / 0.1);
}
.group:hover .group-hover\:bg-tertiary\/100 {
  background-color: rgb(234 234 234 / 1);
}
.group:hover .group-hover\:bg-tertiary\/20 {
  background-color: rgb(234 234 234 / 0.2);
}
.group:hover .group-hover\:bg-tertiary\/25 {
  background-color: rgb(234 234 234 / 0.25);
}
.group:hover .group-hover\:bg-tertiary\/30 {
  background-color: rgb(234 234 234 / 0.3);
}
.group:hover .group-hover\:bg-tertiary\/40 {
  background-color: rgb(234 234 234 / 0.4);
}
.group:hover .group-hover\:bg-tertiary\/5 {
  background-color: rgb(234 234 234 / 0.05);
}
.group:hover .group-hover\:bg-tertiary\/50 {
  background-color: rgb(234 234 234 / 0.5);
}
.group:hover .group-hover\:bg-tertiary\/60 {
  background-color: rgb(234 234 234 / 0.6);
}
.group:hover .group-hover\:bg-tertiary\/70 {
  background-color: rgb(234 234 234 / 0.7);
}
.group:hover .group-hover\:bg-tertiary\/75 {
  background-color: rgb(234 234 234 / 0.75);
}
.group:hover .group-hover\:bg-tertiary\/80 {
  background-color: rgb(234 234 234 / 0.8);
}
.group:hover .group-hover\:bg-tertiary\/90 {
  background-color: rgb(234 234 234 / 0.9);
}
.group:hover .group-hover\:bg-tertiary\/95 {
  background-color: rgb(234 234 234 / 0.95);
}
.group:hover .group-hover\:bg-transparent {
  background-color: transparent;
}
.group:hover .group-hover\:bg-transparent\/0 {
  background-color: rgb(0 0 0 / 0);
}
.group:hover .group-hover\:bg-transparent\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.group:hover .group-hover\:bg-transparent\/100 {
  background-color: rgb(0 0 0 / 1);
}
.group:hover .group-hover\:bg-transparent\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.group:hover .group-hover\:bg-transparent\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.group:hover .group-hover\:bg-transparent\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.group:hover .group-hover\:bg-transparent\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.group:hover .group-hover\:bg-transparent\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.group:hover .group-hover\:bg-transparent\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.group:hover .group-hover\:bg-transparent\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.group:hover .group-hover\:bg-transparent\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.group:hover .group-hover\:bg-transparent\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.group:hover .group-hover\:bg-transparent\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.group:hover .group-hover\:bg-transparent\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.group:hover .group-hover\:bg-transparent\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.group:hover .group-hover\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-white\/0 {
  background-color: rgb(255 255 255 / 0);
}
.group:hover .group-hover\:bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.group:hover .group-hover\:bg-white\/100 {
  background-color: rgb(255 255 255 / 1);
}
.group:hover .group-hover\:bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.group:hover .group-hover\:bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.group:hover .group-hover\:bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.group:hover .group-hover\:bg-white\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.group:hover .group-hover\:bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.group:hover .group-hover\:bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.group:hover .group-hover\:bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.group:hover .group-hover\:bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.group:hover .group-hover\:bg-white\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.group:hover .group-hover\:bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.group:hover .group-hover\:bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.group:hover .group-hover\:bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.group\/theme_butto:hover .group-hover\/theme_butto\:bg-opacity-100 {
  --tw-bg-opacity: 1;
}
.group\/theme_button:hover .group-hover\/theme_button\:bg-opacity-100 {
  --tw-bg-opacity: 1;
}
.group:hover .group-hover\:bg-opacity-0 {
  --tw-bg-opacity: 0;
}
.group:hover .group-hover\:bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}
.group:hover .group-hover\:font-bold {
  font-weight: 700;
}
.group\/theme-button:hover .group-hover\/theme-button\:text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.group\/theme-button:hover .group-hover\/theme-button\:text-black\/0 {
  color: rgb(0 0 0 / 0);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-black\/10 {
  color: rgb(0 0 0 / 0.1);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-black\/100 {
  color: rgb(0 0 0 / 1);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-black\/20 {
  color: rgb(0 0 0 / 0.2);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-black\/25 {
  color: rgb(0 0 0 / 0.25);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-black\/30 {
  color: rgb(0 0 0 / 0.3);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-black\/40 {
  color: rgb(0 0 0 / 0.4);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-black\/5 {
  color: rgb(0 0 0 / 0.05);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-black\/50 {
  color: rgb(0 0 0 / 0.5);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-black\/60 {
  color: rgb(0 0 0 / 0.6);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-black\/70 {
  color: rgb(0 0 0 / 0.7);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-black\/75 {
  color: rgb(0 0 0 / 0.75);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-black\/80 {
  color: rgb(0 0 0 / 0.8);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-black\/90 {
  color: rgb(0 0 0 / 0.9);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-black\/95 {
  color: rgb(0 0 0 / 0.95);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-denary {
  --tw-text-opacity: 1;
  color: rgb(105 105 105 / var(--tw-text-opacity));
}
.group\/theme-button:hover .group-hover\/theme-button\:text-denary\/0 {
  color: rgb(105 105 105 / 0);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-denary\/10 {
  color: rgb(105 105 105 / 0.1);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-denary\/100 {
  color: rgb(105 105 105 / 1);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-denary\/20 {
  color: rgb(105 105 105 / 0.2);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-denary\/25 {
  color: rgb(105 105 105 / 0.25);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-denary\/30 {
  color: rgb(105 105 105 / 0.3);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-denary\/40 {
  color: rgb(105 105 105 / 0.4);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-denary\/5 {
  color: rgb(105 105 105 / 0.05);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-denary\/50 {
  color: rgb(105 105 105 / 0.5);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-denary\/60 {
  color: rgb(105 105 105 / 0.6);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-denary\/70 {
  color: rgb(105 105 105 / 0.7);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-denary\/75 {
  color: rgb(105 105 105 / 0.75);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-denary\/80 {
  color: rgb(105 105 105 / 0.8);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-denary\/90 {
  color: rgb(105 105 105 / 0.9);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-denary\/95 {
  color: rgb(105 105 105 / 0.95);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-nonary {
  color: #;
}
.group\/theme-button:hover .group-hover\/theme-button\:text-octonary {
  color: #;
}
.group\/theme-button:hover .group-hover\/theme-button\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(149 39 37 / var(--tw-text-opacity));
}
.group\/theme-button:hover .group-hover\/theme-button\:text-primary\/0 {
  color: rgb(149 39 37 / 0);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-primary\/10 {
  color: rgb(149 39 37 / 0.1);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-primary\/100 {
  color: rgb(149 39 37 / 1);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-primary\/20 {
  color: rgb(149 39 37 / 0.2);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-primary\/25 {
  color: rgb(149 39 37 / 0.25);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-primary\/30 {
  color: rgb(149 39 37 / 0.3);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-primary\/40 {
  color: rgb(149 39 37 / 0.4);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-primary\/5 {
  color: rgb(149 39 37 / 0.05);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-primary\/50 {
  color: rgb(149 39 37 / 0.5);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-primary\/60 {
  color: rgb(149 39 37 / 0.6);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-primary\/70 {
  color: rgb(149 39 37 / 0.7);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-primary\/75 {
  color: rgb(149 39 37 / 0.75);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-primary\/80 {
  color: rgb(149 39 37 / 0.8);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-primary\/90 {
  color: rgb(149 39 37 / 0.9);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-primary\/95 {
  color: rgb(149 39 37 / 0.95);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-quaternary {
  --tw-text-opacity: 1;
  color: rgb(220 220 220 / var(--tw-text-opacity));
}
.group\/theme-button:hover .group-hover\/theme-button\:text-quaternary\/0 {
  color: rgb(220 220 220 / 0);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-quaternary\/10 {
  color: rgb(220 220 220 / 0.1);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-quaternary\/100 {
  color: rgb(220 220 220 / 1);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-quaternary\/20 {
  color: rgb(220 220 220 / 0.2);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-quaternary\/25 {
  color: rgb(220 220 220 / 0.25);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-quaternary\/30 {
  color: rgb(220 220 220 / 0.3);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-quaternary\/40 {
  color: rgb(220 220 220 / 0.4);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-quaternary\/5 {
  color: rgb(220 220 220 / 0.05);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-quaternary\/50 {
  color: rgb(220 220 220 / 0.5);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-quaternary\/60 {
  color: rgb(220 220 220 / 0.6);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-quaternary\/70 {
  color: rgb(220 220 220 / 0.7);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-quaternary\/75 {
  color: rgb(220 220 220 / 0.75);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-quaternary\/80 {
  color: rgb(220 220 220 / 0.8);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-quaternary\/90 {
  color: rgb(220 220 220 / 0.9);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-quaternary\/95 {
  color: rgb(220 220 220 / 0.95);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-quinary {
  color: #;
}
.group\/theme-button:hover .group-hover\/theme-button\:text-secondary {
  --tw-text-opacity: 1;
  color: rgb(191 191 191 / var(--tw-text-opacity));
}
.group\/theme-button:hover .group-hover\/theme-button\:text-secondary\/0 {
  color: rgb(191 191 191 / 0);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-secondary\/10 {
  color: rgb(191 191 191 / 0.1);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-secondary\/100 {
  color: rgb(191 191 191 / 1);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-secondary\/20 {
  color: rgb(191 191 191 / 0.2);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-secondary\/25 {
  color: rgb(191 191 191 / 0.25);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-secondary\/30 {
  color: rgb(191 191 191 / 0.3);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-secondary\/40 {
  color: rgb(191 191 191 / 0.4);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-secondary\/5 {
  color: rgb(191 191 191 / 0.05);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-secondary\/50 {
  color: rgb(191 191 191 / 0.5);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-secondary\/60 {
  color: rgb(191 191 191 / 0.6);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-secondary\/70 {
  color: rgb(191 191 191 / 0.7);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-secondary\/75 {
  color: rgb(191 191 191 / 0.75);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-secondary\/80 {
  color: rgb(191 191 191 / 0.8);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-secondary\/90 {
  color: rgb(191 191 191 / 0.9);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-secondary\/95 {
  color: rgb(191 191 191 / 0.95);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-senary {
  color: #;
}
.group\/theme-button:hover .group-hover\/theme-button\:text-septenary {
  color: #;
}
.group\/theme-button:hover .group-hover\/theme-button\:text-tertiary {
  --tw-text-opacity: 1;
  color: rgb(234 234 234 / var(--tw-text-opacity));
}
.group\/theme-button:hover .group-hover\/theme-button\:text-tertiary\/0 {
  color: rgb(234 234 234 / 0);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-tertiary\/10 {
  color: rgb(234 234 234 / 0.1);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-tertiary\/100 {
  color: rgb(234 234 234 / 1);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-tertiary\/20 {
  color: rgb(234 234 234 / 0.2);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-tertiary\/25 {
  color: rgb(234 234 234 / 0.25);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-tertiary\/30 {
  color: rgb(234 234 234 / 0.3);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-tertiary\/40 {
  color: rgb(234 234 234 / 0.4);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-tertiary\/5 {
  color: rgb(234 234 234 / 0.05);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-tertiary\/50 {
  color: rgb(234 234 234 / 0.5);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-tertiary\/60 {
  color: rgb(234 234 234 / 0.6);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-tertiary\/70 {
  color: rgb(234 234 234 / 0.7);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-tertiary\/75 {
  color: rgb(234 234 234 / 0.75);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-tertiary\/80 {
  color: rgb(234 234 234 / 0.8);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-tertiary\/90 {
  color: rgb(234 234 234 / 0.9);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-tertiary\/95 {
  color: rgb(234 234 234 / 0.95);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-transparent {
  color: transparent;
}
.group\/theme-button:hover .group-hover\/theme-button\:text-transparent\/0 {
  color: rgb(0 0 0 / 0);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-transparent\/10 {
  color: rgb(0 0 0 / 0.1);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-transparent\/100 {
  color: rgb(0 0 0 / 1);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-transparent\/20 {
  color: rgb(0 0 0 / 0.2);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-transparent\/25 {
  color: rgb(0 0 0 / 0.25);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-transparent\/30 {
  color: rgb(0 0 0 / 0.3);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-transparent\/40 {
  color: rgb(0 0 0 / 0.4);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-transparent\/5 {
  color: rgb(0 0 0 / 0.05);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-transparent\/50 {
  color: rgb(0 0 0 / 0.5);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-transparent\/60 {
  color: rgb(0 0 0 / 0.6);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-transparent\/70 {
  color: rgb(0 0 0 / 0.7);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-transparent\/75 {
  color: rgb(0 0 0 / 0.75);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-transparent\/80 {
  color: rgb(0 0 0 / 0.8);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-transparent\/90 {
  color: rgb(0 0 0 / 0.9);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-transparent\/95 {
  color: rgb(0 0 0 / 0.95);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.group\/theme-button:hover .group-hover\/theme-button\:text-white\/0 {
  color: rgb(255 255 255 / 0);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-white\/10 {
  color: rgb(255 255 255 / 0.1);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-white\/100 {
  color: rgb(255 255 255 / 1);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-white\/20 {
  color: rgb(255 255 255 / 0.2);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-white\/25 {
  color: rgb(255 255 255 / 0.25);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-white\/30 {
  color: rgb(255 255 255 / 0.3);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-white\/5 {
  color: rgb(255 255 255 / 0.05);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-white\/75 {
  color: rgb(255 255 255 / 0.75);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}
.group\/theme-button:hover .group-hover\/theme-button\:text-white\/95 {
  color: rgb(255 255 255 / 0.95);
}
.group:hover .group-hover\:text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-black\/0 {
  color: rgb(0 0 0 / 0);
}
.group:hover .group-hover\:text-black\/10 {
  color: rgb(0 0 0 / 0.1);
}
.group:hover .group-hover\:text-black\/100 {
  color: rgb(0 0 0 / 1);
}
.group:hover .group-hover\:text-black\/20 {
  color: rgb(0 0 0 / 0.2);
}
.group:hover .group-hover\:text-black\/25 {
  color: rgb(0 0 0 / 0.25);
}
.group:hover .group-hover\:text-black\/30 {
  color: rgb(0 0 0 / 0.3);
}
.group:hover .group-hover\:text-black\/40 {
  color: rgb(0 0 0 / 0.4);
}
.group:hover .group-hover\:text-black\/5 {
  color: rgb(0 0 0 / 0.05);
}
.group:hover .group-hover\:text-black\/50 {
  color: rgb(0 0 0 / 0.5);
}
.group:hover .group-hover\:text-black\/60 {
  color: rgb(0 0 0 / 0.6);
}
.group:hover .group-hover\:text-black\/70 {
  color: rgb(0 0 0 / 0.7);
}
.group:hover .group-hover\:text-black\/75 {
  color: rgb(0 0 0 / 0.75);
}
.group:hover .group-hover\:text-black\/80 {
  color: rgb(0 0 0 / 0.8);
}
.group:hover .group-hover\:text-black\/90 {
  color: rgb(0 0 0 / 0.9);
}
.group:hover .group-hover\:text-black\/95 {
  color: rgb(0 0 0 / 0.95);
}
.group:hover .group-hover\:text-denary {
  --tw-text-opacity: 1;
  color: rgb(105 105 105 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-denary\/0 {
  color: rgb(105 105 105 / 0);
}
.group:hover .group-hover\:text-denary\/10 {
  color: rgb(105 105 105 / 0.1);
}
.group:hover .group-hover\:text-denary\/100 {
  color: rgb(105 105 105 / 1);
}
.group:hover .group-hover\:text-denary\/20 {
  color: rgb(105 105 105 / 0.2);
}
.group:hover .group-hover\:text-denary\/25 {
  color: rgb(105 105 105 / 0.25);
}
.group:hover .group-hover\:text-denary\/30 {
  color: rgb(105 105 105 / 0.3);
}
.group:hover .group-hover\:text-denary\/40 {
  color: rgb(105 105 105 / 0.4);
}
.group:hover .group-hover\:text-denary\/5 {
  color: rgb(105 105 105 / 0.05);
}
.group:hover .group-hover\:text-denary\/50 {
  color: rgb(105 105 105 / 0.5);
}
.group:hover .group-hover\:text-denary\/60 {
  color: rgb(105 105 105 / 0.6);
}
.group:hover .group-hover\:text-denary\/70 {
  color: rgb(105 105 105 / 0.7);
}
.group:hover .group-hover\:text-denary\/75 {
  color: rgb(105 105 105 / 0.75);
}
.group:hover .group-hover\:text-denary\/80 {
  color: rgb(105 105 105 / 0.8);
}
.group:hover .group-hover\:text-denary\/90 {
  color: rgb(105 105 105 / 0.9);
}
.group:hover .group-hover\:text-denary\/95 {
  color: rgb(105 105 105 / 0.95);
}
.group:hover .group-hover\:text-nonary {
  color: #;
}
.group:hover .group-hover\:text-octonary {
  color: #;
}
.group:hover .group-hover\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(149 39 37 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-primary\/0 {
  color: rgb(149 39 37 / 0);
}
.group:hover .group-hover\:text-primary\/10 {
  color: rgb(149 39 37 / 0.1);
}
.group:hover .group-hover\:text-primary\/100 {
  color: rgb(149 39 37 / 1);
}
.group:hover .group-hover\:text-primary\/20 {
  color: rgb(149 39 37 / 0.2);
}
.group:hover .group-hover\:text-primary\/25 {
  color: rgb(149 39 37 / 0.25);
}
.group:hover .group-hover\:text-primary\/30 {
  color: rgb(149 39 37 / 0.3);
}
.group:hover .group-hover\:text-primary\/40 {
  color: rgb(149 39 37 / 0.4);
}
.group:hover .group-hover\:text-primary\/5 {
  color: rgb(149 39 37 / 0.05);
}
.group:hover .group-hover\:text-primary\/50 {
  color: rgb(149 39 37 / 0.5);
}
.group:hover .group-hover\:text-primary\/60 {
  color: rgb(149 39 37 / 0.6);
}
.group:hover .group-hover\:text-primary\/70 {
  color: rgb(149 39 37 / 0.7);
}
.group:hover .group-hover\:text-primary\/75 {
  color: rgb(149 39 37 / 0.75);
}
.group:hover .group-hover\:text-primary\/80 {
  color: rgb(149 39 37 / 0.8);
}
.group:hover .group-hover\:text-primary\/90 {
  color: rgb(149 39 37 / 0.9);
}
.group:hover .group-hover\:text-primary\/95 {
  color: rgb(149 39 37 / 0.95);
}
.group:hover .group-hover\:text-quaternary {
  --tw-text-opacity: 1;
  color: rgb(220 220 220 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-quaternary\/0 {
  color: rgb(220 220 220 / 0);
}
.group:hover .group-hover\:text-quaternary\/10 {
  color: rgb(220 220 220 / 0.1);
}
.group:hover .group-hover\:text-quaternary\/100 {
  color: rgb(220 220 220 / 1);
}
.group:hover .group-hover\:text-quaternary\/20 {
  color: rgb(220 220 220 / 0.2);
}
.group:hover .group-hover\:text-quaternary\/25 {
  color: rgb(220 220 220 / 0.25);
}
.group:hover .group-hover\:text-quaternary\/30 {
  color: rgb(220 220 220 / 0.3);
}
.group:hover .group-hover\:text-quaternary\/40 {
  color: rgb(220 220 220 / 0.4);
}
.group:hover .group-hover\:text-quaternary\/5 {
  color: rgb(220 220 220 / 0.05);
}
.group:hover .group-hover\:text-quaternary\/50 {
  color: rgb(220 220 220 / 0.5);
}
.group:hover .group-hover\:text-quaternary\/60 {
  color: rgb(220 220 220 / 0.6);
}
.group:hover .group-hover\:text-quaternary\/70 {
  color: rgb(220 220 220 / 0.7);
}
.group:hover .group-hover\:text-quaternary\/75 {
  color: rgb(220 220 220 / 0.75);
}
.group:hover .group-hover\:text-quaternary\/80 {
  color: rgb(220 220 220 / 0.8);
}
.group:hover .group-hover\:text-quaternary\/90 {
  color: rgb(220 220 220 / 0.9);
}
.group:hover .group-hover\:text-quaternary\/95 {
  color: rgb(220 220 220 / 0.95);
}
.group:hover .group-hover\:text-quinary {
  color: #;
}
.group:hover .group-hover\:text-secondary {
  --tw-text-opacity: 1;
  color: rgb(191 191 191 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-secondary\/0 {
  color: rgb(191 191 191 / 0);
}
.group:hover .group-hover\:text-secondary\/10 {
  color: rgb(191 191 191 / 0.1);
}
.group:hover .group-hover\:text-secondary\/100 {
  color: rgb(191 191 191 / 1);
}
.group:hover .group-hover\:text-secondary\/20 {
  color: rgb(191 191 191 / 0.2);
}
.group:hover .group-hover\:text-secondary\/25 {
  color: rgb(191 191 191 / 0.25);
}
.group:hover .group-hover\:text-secondary\/30 {
  color: rgb(191 191 191 / 0.3);
}
.group:hover .group-hover\:text-secondary\/40 {
  color: rgb(191 191 191 / 0.4);
}
.group:hover .group-hover\:text-secondary\/5 {
  color: rgb(191 191 191 / 0.05);
}
.group:hover .group-hover\:text-secondary\/50 {
  color: rgb(191 191 191 / 0.5);
}
.group:hover .group-hover\:text-secondary\/60 {
  color: rgb(191 191 191 / 0.6);
}
.group:hover .group-hover\:text-secondary\/70 {
  color: rgb(191 191 191 / 0.7);
}
.group:hover .group-hover\:text-secondary\/75 {
  color: rgb(191 191 191 / 0.75);
}
.group:hover .group-hover\:text-secondary\/80 {
  color: rgb(191 191 191 / 0.8);
}
.group:hover .group-hover\:text-secondary\/90 {
  color: rgb(191 191 191 / 0.9);
}
.group:hover .group-hover\:text-secondary\/95 {
  color: rgb(191 191 191 / 0.95);
}
.group:hover .group-hover\:text-senary {
  color: #;
}
.group:hover .group-hover\:text-septenary {
  color: #;
}
.group:hover .group-hover\:text-tertiary {
  --tw-text-opacity: 1;
  color: rgb(234 234 234 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-tertiary\/0 {
  color: rgb(234 234 234 / 0);
}
.group:hover .group-hover\:text-tertiary\/10 {
  color: rgb(234 234 234 / 0.1);
}
.group:hover .group-hover\:text-tertiary\/100 {
  color: rgb(234 234 234 / 1);
}
.group:hover .group-hover\:text-tertiary\/20 {
  color: rgb(234 234 234 / 0.2);
}
.group:hover .group-hover\:text-tertiary\/25 {
  color: rgb(234 234 234 / 0.25);
}
.group:hover .group-hover\:text-tertiary\/30 {
  color: rgb(234 234 234 / 0.3);
}
.group:hover .group-hover\:text-tertiary\/40 {
  color: rgb(234 234 234 / 0.4);
}
.group:hover .group-hover\:text-tertiary\/5 {
  color: rgb(234 234 234 / 0.05);
}
.group:hover .group-hover\:text-tertiary\/50 {
  color: rgb(234 234 234 / 0.5);
}
.group:hover .group-hover\:text-tertiary\/60 {
  color: rgb(234 234 234 / 0.6);
}
.group:hover .group-hover\:text-tertiary\/70 {
  color: rgb(234 234 234 / 0.7);
}
.group:hover .group-hover\:text-tertiary\/75 {
  color: rgb(234 234 234 / 0.75);
}
.group:hover .group-hover\:text-tertiary\/80 {
  color: rgb(234 234 234 / 0.8);
}
.group:hover .group-hover\:text-tertiary\/90 {
  color: rgb(234 234 234 / 0.9);
}
.group:hover .group-hover\:text-tertiary\/95 {
  color: rgb(234 234 234 / 0.95);
}
.group:hover .group-hover\:text-transparent {
  color: transparent;
}
.group:hover .group-hover\:text-transparent\/0 {
  color: rgb(0 0 0 / 0);
}
.group:hover .group-hover\:text-transparent\/10 {
  color: rgb(0 0 0 / 0.1);
}
.group:hover .group-hover\:text-transparent\/100 {
  color: rgb(0 0 0 / 1);
}
.group:hover .group-hover\:text-transparent\/20 {
  color: rgb(0 0 0 / 0.2);
}
.group:hover .group-hover\:text-transparent\/25 {
  color: rgb(0 0 0 / 0.25);
}
.group:hover .group-hover\:text-transparent\/30 {
  color: rgb(0 0 0 / 0.3);
}
.group:hover .group-hover\:text-transparent\/40 {
  color: rgb(0 0 0 / 0.4);
}
.group:hover .group-hover\:text-transparent\/5 {
  color: rgb(0 0 0 / 0.05);
}
.group:hover .group-hover\:text-transparent\/50 {
  color: rgb(0 0 0 / 0.5);
}
.group:hover .group-hover\:text-transparent\/60 {
  color: rgb(0 0 0 / 0.6);
}
.group:hover .group-hover\:text-transparent\/70 {
  color: rgb(0 0 0 / 0.7);
}
.group:hover .group-hover\:text-transparent\/75 {
  color: rgb(0 0 0 / 0.75);
}
.group:hover .group-hover\:text-transparent\/80 {
  color: rgb(0 0 0 / 0.8);
}
.group:hover .group-hover\:text-transparent\/90 {
  color: rgb(0 0 0 / 0.9);
}
.group:hover .group-hover\:text-transparent\/95 {
  color: rgb(0 0 0 / 0.95);
}
.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-white\/0 {
  color: rgb(255 255 255 / 0);
}
.group:hover .group-hover\:text-white\/10 {
  color: rgb(255 255 255 / 0.1);
}
.group:hover .group-hover\:text-white\/100 {
  color: rgb(255 255 255 / 1);
}
.group:hover .group-hover\:text-white\/20 {
  color: rgb(255 255 255 / 0.2);
}
.group:hover .group-hover\:text-white\/25 {
  color: rgb(255 255 255 / 0.25);
}
.group:hover .group-hover\:text-white\/30 {
  color: rgb(255 255 255 / 0.3);
}
.group:hover .group-hover\:text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}
.group:hover .group-hover\:text-white\/5 {
  color: rgb(255 255 255 / 0.05);
}
.group:hover .group-hover\:text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}
.group:hover .group-hover\:text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}
.group:hover .group-hover\:text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.group:hover .group-hover\:text-white\/75 {
  color: rgb(255 255 255 / 0.75);
}
.group:hover .group-hover\:text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.group:hover .group-hover\:text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}
.group:hover .group-hover\:text-white\/95 {
  color: rgb(255 255 255 / 0.95);
}
.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
.group:hover .group-hover\:duration-150 {
  transition-duration: 150ms;
}
.group.sticky-nav .group-\[\.sticky-nav\]\:pl-6 {
  padding-left: 1.5rem;
}
@media (min-width: 640px) {

  .sm\:bottom-\[-50px\] {
    bottom: -50px;
  }

  .sm\:left-\[calc\(50\%-70px\)\] {
    left: calc(50% - 70px);
  }

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

  .sm\:m-1 {
    margin: 0.25rem;
  }

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

  .sm\:mr-0 {
    margin-right: 0px;
  }

  .sm\:mr-\[-5px\] {
    margin-right: -5px;
  }

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

  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }

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

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

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

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

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

  .sm\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

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

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

  .sm\:text-\[30px\] {
    font-size: 30px;
  }

  .sm\:text-\[70px\] {
    font-size: 70px;
  }

  .sm\:text-denary {
    --tw-text-opacity: 1;
    color: rgb(105 105 105 / var(--tw-text-opacity));
  }

  .sm\:text-primary {
    --tw-text-opacity: 1;
    color: rgb(149 39 37 / var(--tw-text-opacity));
  }

  .sm\:opacity-0 {
    opacity: 0;
  }

  .sm\:opacity-100 {
    opacity: 1;
  }
}
@media (min-width: 768px) {

  .md\:top-\[30px\] {
    top: 30px;
  }

  .md\:top-full {
    top: 100%;
  }

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

  .md\:block {
    display: block;
  }

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

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

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

  .md\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

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

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

  .md\:text-\[50px\] {
    font-size: 50px;
  }

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

  .md\:shadow-denary {
    --tw-shadow-color: #696969;
    --tw-shadow: var(--tw-shadow-colored);
  }
}
@media (min-width: 1024px) {

  .lg\:static {
    position: static;
  }

  .lg\:fixed {
    position: fixed;
  }

  .lg\:absolute {
    position: absolute;
  }

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

  .lg\:top-0 {
    top: 0px;
  }

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

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

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

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

  .lg\:mb-\[-54px\] {
    margin-bottom: -54px;
  }

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

  .lg\:mr-0 {
    margin-right: 0px;
  }

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

  .lg\:mt-\[-54px\] {
    margin-top: -54px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

  .lg\:h-min {
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }

  .lg\:h-screen {
    height: 100vh;
  }

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

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

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

  .lg\:w-auto {
    width: auto;
  }

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

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

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

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

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

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

  .lg\:overflow-visible {
    overflow: visible;
  }

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

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

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

  .lg\:border-none {
    border-style: none;
  }

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

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

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

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

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

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

  .lg\:pl-\[129px\] {
    padding-left: 129px;
  }

  .lg\:pl-\[230px\] {
    padding-left: 230px;
  }

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

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

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

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

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

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

  .group.sticky-nav .group-\[\.sticky-nav\]\:lg\:pl-2 {
    padding-left: 0.5rem;
  }
}
@media (min-width: 1280px) {

  .xl\:left-\[calc\(50\%-70px\)\] {
    left: calc(50% - 70px);
  }

  .xl\:top-\[-20px\] {
    top: -20px;
  }

  .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

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

  .xl\:hidden {
    display: none;
  }

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

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

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

  .xl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:text-left {
    text-align: left;
  }
}
@media (min-width: 1536px) {

  .\32xl\:right-32 {
    right: 8rem;
  }

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

  .\32xl\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }
}
