/* libs */
/* ! tailwindcss v3.4.4 | 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: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #767980; /* 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;
}
[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #545860;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::placeholder,textarea::placeholder {
  color: #545860;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}
::-webkit-datetime-edit {
  display: inline-flex;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}
select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23545860' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}
[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #545860;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox'] {
  border-radius: 0px;
}
[type='radio'] {
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
@media (forced-colors: active)  {
  [type='checkbox']:checked {
    -webkit-appearance: auto;
            appearance: auto;
  }
}
[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
@media (forced-colors: active)  {
  [type='radio']:checked {
    -webkit-appearance: auto;
            appearance: auto;
  }
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (forced-colors: active)  {
  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
            appearance: auto;
  }
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}
[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/* global components */
/* src is relative to `main.css` */
@font-face {
    font-family: 'Serifa Std';
    src: url(/themes/fire/dist/fonts/SerifaStd-Black.woff2) format('woff2'),
        url(/themes/fire/dist/fonts/SerifaStd-Black.woff) format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
html {
  scroll-padding-top: 5rem;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
@media (min-width: 768px) {
  html {
    scroll-padding-top: 140px;
  }
}
@media (min-width: 992px) {
  html {
    scroll-padding-top: 100px;
  }
}
html *:focus {
    outline: none !important;
  }
img {
  max-width: 100%;
}
svg {
  height: auto;
  width: 100%;
}
pre {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(248 247 243 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(84 88 96 / var(--tw-text-opacity));
}
hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(84 88 96 / var(--tw-border-opacity));
}
/* Code for Firefox */
::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(84 88 96 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
/* Alpine.js class - https://github.com/alpinejs/alpine#x-cloak */
[x-cloak] {
  display: none !important;
}
.status-messages pre {
  margin-top: 0.75rem;
}
@media (min-width: 992px) {
  .container {
    margin-left: 0px !important;
  }
}
#toolbar-administration {
  z-index: 1001;
}
.no-scrollbar::-webkit-scrollbar {
    display: none;
}
.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.scroll-container {
  overflow-x: scroll;
  padding-left: 15px;
}
.scroll-container::after {
  content: var(--tw-content);
  padding-right: 15px;
}
@media (min-width: 768px) {
  .full-width-container {
    padding-left: 55px;
    padding-right: 55px;
  }
}
@media (min-width: 992px) {
  .full-width-container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.card-dotted {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' stroke='black' stroke-width='3' stroke-dasharray='1%2c 5' stroke-dashoffset='1' stroke-linecap='butt'/%3e%3c/svg%3e");
  border-radius: 20px;
}
@keyframes marquee-backwards {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}
@keyframes marquee-forwards {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0%);
  }
}
html,
body {
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(44 42 41 / var(--tw-text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Serifa Std", "Roboto Slab", serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(44 42 41 / var(--tw-text-opacity));
}
.heading-1 {
  font-size: 42px;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(201 18 53 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .heading-1 {
    font-size: 48px;
    line-height: 50px;
  }
}
.bg-red-500 .heading-1,
.hero-short .bg-red-500 p {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.heading-2 {
  font-size: 32px;
  line-height: 36px;
}
@media (min-width: 768px) {
  .heading-2 {
    font-size: 36px;
    line-height: 40px;
  }
}
.heading-3 {
  font-size: 24px;
  line-height: 28px;
}
.heading-4 {
  font-size: 20px;
  line-height: 24px;
}
.text-lg {
  font-size: 18px !important;
  line-height: 26px !important;
}
@media (min-width: 768px) {
  .text-lg {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}
.text-base {
  font-size: 15px;
  line-height: 24px;
}
.text-nav-primary {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1px;
}
.wizzy .text-nav-primary {
  --tw-text-opacity: 1;
  color: rgb(44 42 41 / var(--tw-text-opacity));
}
.hero-short p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1 !important;
  color: rgb(44 42 41 / var(--tw-text-opacity)) !important;
  font-size: 18px !important;
  line-height: 26px !important;
}
@media (min-width: 768px) {
  .hero-short p {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}
.hero p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-size: 18px !important;
  line-height: 26px !important;
}
@media (min-width: 768px) {
  .hero p {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}
.card p {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.card:hover .wizzy p {
      color: #fff !important;
    }
.copy-with-icons .has-bg p {
  --tw-text-opacity: 1 !important;
  color: rgb(44 42 41 / var(--tw-text-opacity)) !important;
}
.ajax-progress.ajax-progress-fullscreen {
  position: fixed;
  top: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.ajax-progress.ajax-progress-fullscreen::before {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(84 88 96 / var(--tw-bg-opacity));
    opacity: 0.75;
  }
.ajax-progress.ajax-progress-fullscreen::after {
    content: '';
    position: relative;
    z-index: 10;
    height: 6rem;
    width: 6rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiIGNsYXNzPSJsZHMtcm9sbGluZyIgc3R5bGU9ImJhY2tncm91bmQ6MCAwIiBjbGFzcz0ie3sgY2xhc3MgPyBjbGFzcyB9fSI+PGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjUiIHI9IjM1IiBzdHJva2UtZGFzaGFycmF5PSIxNjQuOTMzNjE0MzEzNDY0MTUgNTYuOTc3ODcxNDM3ODIxMzgiIHRyYW5zZm9ybT0icm90YXRlKDIwOS41ODggNTAgNTApIj48YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgY2FsY01vZGU9ImxpbmVhciIgdmFsdWVzPSIwIDUwIDUwOzM2MCA1MCA1MCIga2V5VGltZXM9IjA7MSIgZHVyPSIxcyIgYmVnaW49IjBzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIvPjwvY2lyY2xlPjwvc3ZnPiA=);
  }
button {
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
button:focus {
    outline: thin dotted #545860;
  }
.button {
  position: relative;
  display: block;
}
@media (min-width: 575px) {
  .button {
    display: inline-block;
  }
}
.button {
  --tw-bg-opacity: 1;
  background-color: rgb(0 118 175 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 10px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1px;
  text-decoration-line: none;
  font-size: 15px;
  line-height: 24px;
}
.wizzy .button {
  --tw-text-opacity: 1;
  color: rgb(44 42 41 / var(--tw-text-opacity));
}
.button {
  cursor: pointer;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  min-width: 165px;
  border-width: 0px !important;
}
.button:focus {
    outline: none;
  }
.button:hover,
  .button:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(201 18 53 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 118 175 / var(--tw-text-opacity));
}
.button:hover .heading-1,
.hero-short .button:hover p,
  .button:focus .heading-1,
.hero-short 
  .button:focus p {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.button:hover::after,
  .button:focus::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(0 118 175 / var(--tw-border-opacity));
}
.button:after {
    content: '';
    position: absolute;
    bottom: 5px;
    right: 5px;
    height: 20px;
    width: 25px;
    border-bottom-right-radius: 7px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    cursor: pointer;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
  }
.button-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 118 175 / var(--tw-text-opacity)) !important;
}
.button-white::after {
  content: var(--tw-content) !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 118 175 / var(--tw-border-opacity)) !important;
}
.button-white:hover,
    .button-white:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(44 42 41 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.button-white:hover::after,
    .button-white:focus::after {
  content: var(--tw-content) !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}
.button-red-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(201 18 53 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.button-red-500::after {
  content: var(--tw-content) !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}
.button-red-500:hover,
    .button-red-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(44 42 41 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.button-red-500:hover::after,
    .button-red-500:focus::after {
  content: var(--tw-content) !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}
.button-orange-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 147 87 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.button-orange-500::after {
  content: var(--tw-content) !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}
.button-orange-500:hover,
    .button-orange-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(44 42 41 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.button-orange-500:hover::after,
    .button-orange-500:focus::after {
  content: var(--tw-content) !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}
.button-yellow-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 214 99 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.button-yellow-500::after {
  content: var(--tw-content) !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}
.button-yellow-500:hover,
    .button-yellow-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(44 42 41 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.button-yellow-500:hover::after,
    .button-yellow-500:focus::after {
  content: var(--tw-content) !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}
.button-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 133 122 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.button-green-500::after {
  content: var(--tw-content) !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}
.button-green-500:hover,
    .button-green-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(44 42 41 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.button-green-500:hover::after,
    .button-green-500:focus::after {
  content: var(--tw-content) !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}
.button-blue-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 105 162 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button-blue-400::after {
  content: var(--tw-content) !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}
.button-blue-400:hover,
    .button-blue-400:focus,
    .button-blue-400.is-checked {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(44 42 41 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button-blue-400:hover::after,
    .button-blue-400:focus::after,
    .button-blue-400.is-checked::after {
  content: var(--tw-content) !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}
.button-blue-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(145 215 242 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 118 175 / var(--tw-text-opacity)) !important;
}
.button-blue-300::after {
  content: var(--tw-content) !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 118 175 / var(--tw-border-opacity)) !important;
}
.button-blue-300:hover,
    .button-blue-300:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 118 175 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(145 215 242 / var(--tw-text-opacity)) !important;
}
.button-blue-300:hover::after,
    .button-blue-300:focus::after {
  content: var(--tw-content) !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(145 215 242 / var(--tw-border-opacity)) !important;
}
.button-small {
  min-width: min-content;
}
.form-required::after {
  margin-left: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(201 18 53 / var(--tw-text-opacity));
    content: '*';
}
.form-group {
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
}
.form-group .description {
  margin-top: 0.25rem;
  font-style: italic;
}
.form-input-label,
.fieldset-legend,
.ctct-form-label {
  margin-bottom: 11px;
  display: inline-block;
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 18px;
  font-weight: 600 !important;
  line-height: 20px;
  letter-spacing: 0.1px;
}
@media (min-width: 768px) {
  .form-input-label,
.fieldset-legend,
.ctct-form-label {
    font-size: 20px;
    line-height: 22px;
  }
}
.form-input,
.form-textarea,
.form-select,
.ctct-form-element {
  width: 100%;
  border-radius: 10px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(84 88 96 / var(--tw-border-opacity)) !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  font-size: 15px !important;
}
.form-select:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
.checkboxes--wrapper,
.radios--wrapper {
  margin-bottom: 65px !important;
}
.webform-options-display-side-by-side {
  display: grid;
  column-gap: 1.25rem;
  row-gap: 15px;
}
@media (min-width: 768px) {
  .webform-options-display-side-by-side {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1100px) {
  .webform-options-display-side-by-side {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.form-type-checkbox,
.form-type-radio {
  margin-bottom: 0px;
}
.form-type-checkbox .form-input-label, .form-type-radio .form-input-label {
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: 400 !important;
  line-height: 24px;
  letter-spacing: 0.1px;
}
.form-type-checkbox .form-checkbox, .form-type-radio .form-checkbox {
  margin-right: 10px;
  height: 14px;
  width: 14px;
  border-radius: 2px !important;
  --tw-border-opacity: 1;
  border-color: rgb(84 88 96 / var(--tw-border-opacity));
  padding: 0px !important;
}
.form-type-checkbox .form-radio, .form-type-radio .form-radio {
  padding: 0px !important;
}
.webform-element-description {
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(84 88 96 / var(--tw-text-opacity));
}
.webform-name .webform-name__first .webform-flex--container {
  margin-left: 0px;
}
.webform-name .webform-name__last .webform-flex--container {
  margin-right: 0px;
}
.webform-flexbox {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.webform-actions {
  display: inline-block;
}
.image-widget {
  display: flex;
  align-items: center;
}
.image-widget .button {
  margin-left: 0.75rem;
}
/* Removes Chrome autofill yellow */
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
[name="op"] {
  --tw-bg-opacity: 1;
  background-color: rgb(118 121 128 / var(--tw-bg-opacity));
}
[name="op"]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 118 175 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
[name="op"]:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(0 118 175 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.view-filters form {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .view-filters form {
    flex-direction: row;
    gap: 1.25rem;
  }
}
.view-filters form .form-select.custom-select {
  position: relative;
  min-width: 240px;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(44 42 41 / var(--tw-bg-opacity));
  background-repeat: no-repeat;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 25px;
  font-size: 15px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
      background-size: 11px;
      background-position: right 1rem top 50%;
      background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4.92035' width='0.984067' height='11' fill='%23F8F7F3'/%3E%3Crect x='11' y='5.30029' width='0.984067' height='11' transform='rotate(90 11 5.30029)' fill='%23F8F7F3'/%3E%3C/svg%3E%0A");
}
.view-filters form [name="title"] {
  min-width: 240px;
  border-radius: 10px;
  --tw-border-opacity: 1;
  border-color: rgb(84 88 96 / var(--tw-border-opacity));
  padding-left: 25px;
  position: relative;
  -webkit-appearance: none;
          appearance: none;
  background-repeat: no-repeat;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 15px;
  line-height: 24px;
      background-size: 14px;
      background-position: right 1rem top 50%;
      background-image: url("data:image/svg+xml,%3Csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6.17647' cy='6.17647' r='5.42647' stroke='%23302D44' stroke-width='1.5'/%3E%3Cline x1='10.7459' y1='9.49786' x2='14.792' y2='12.1952' stroke='%23302D44' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.view-filters-organizations form [name="title"] {
  --tw-border-opacity: 1;
  border-color: rgb(0 118 175 / var(--tw-border-opacity));
  background-color: transparent;
}
.view-filters-organizations form [name="title"]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(0 118 175 / var(--tw-text-opacity));
}
@media (min-width: 1100px) {
  .view-filters-organizations form [name="title"] {
    min-width: 530px;
  }
}
.view-filters-organizations form [type="submit"]:first-child {
  left: -60px;
  height: 42px !important;
  width: 2.5rem !important;
  min-width: 0px;
  padding: 0px;
  opacity: 0;
}
.view-filters-organizations form .form-actions {
  height: 0px;
}
@media (min-width: 768px) {
  .view-filters-organizations form .form-actions {
    height: auto;
  }
}
.view-filters-press form {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .view-filters-press form {
    left: -1.25rem;
    flex-direction: row;
  }
}
.view-filters-press form .form-group:nth-child(2) {
  order: -1;
}
.view-filters-press form .form-group:nth-child(2) label {
  display: none;
}
.view-filters-applications form .form-group {
  margin-bottom: 15px;
}
.ctct-form-header {
  font-family: "Source Sans 3", Arial, sans-serif !important;
  font-size: 24px !important;
  font-weight: 300 !important;
  line-height: 28px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 118 175 / var(--tw-text-opacity)) !important;
}
.ctct-form-text {
  font-family: "Source Sans 3", Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 24px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(84 88 96 / var(--tw-text-opacity)) !important;
}
.ctct-form-footer {
  display: none;
}
.ctct-form-defaults {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.ctct-gdpr-text {
  font-family: "Source Sans 3", Arial, sans-serif !important;
  font-size: 12px !important;
  line-height: 1 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(84 88 96 / var(--tw-text-opacity)) !important;
}
.ctct-form-button {
  position: relative !important;
  display: block;
}
@media (min-width: 575px) {
  .ctct-form-button {
    display: inline-block;
    width: auto !important;
  }
}
.ctct-form-button {
  --tw-bg-opacity: 1;
  background-color: rgb(0 118 175 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  border-radius: 10px !important;
  text-align: center !important;
  font-family: "Source Sans 3", Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: 0.1px !important;
  text-decoration-line: none !important;
  cursor: pointer;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  min-width: 165px !important;
}
.ctct-form-button:focus {
    outline: none;
  }
.ctct-form-button:hover,
  .ctct-form-button:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(201 18 53 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 118 175 / var(--tw-text-opacity));
}
.ctct-form-button:hover .heading-1,
.hero-short .ctct-form-button:hover p,
  .ctct-form-button:focus .heading-1,
.hero-short 
  .ctct-form-button:focus p {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.ctct-form-button:hover::after,
  .ctct-form-button:focus::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(0 118 175 / var(--tw-border-opacity));
}
.ctct-form-button:after {
    content: '';
    position: absolute;
    bottom: 5px;
    right: 5px;
    height: 20px;
    width: 25px;
    border-bottom-right-radius: 7px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    cursor: pointer;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
  }
a {
  --tw-text-opacity: 1;
  color: rgb(84 88 96 / var(--tw-text-opacity));
  text-decoration-line: underline;
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
a:focus-visible {
    outline: thin dotted #767980;
  }
a:focus {
    outline: none;
  }
.link {
  display: inline-flex;
  align-items: center;
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1;
  letter-spacing: 0.1px;
  text-decoration-line: none;
  font-size: 15px;
  line-height: 24px;
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.link svg {
  width: 18px;
}
.link svg:first-child {
  margin-right: 0.5rem;
}
.link svg:last-child {
  margin-left: 0.5rem;
}
.link-arrow {
  position: relative;
  margin-right: 0.75rem;
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding-left: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(44 42 41 / var(--tw-text-opacity));
}
.wizzy .link-arrow {
  --tw-text-opacity: 1;
  color: rgb(44 42 41 / var(--tw-text-opacity));
}
.link-arrow:before {
      content: '';
      position: absolute;
      left: 0px;
      height: 18px;
      width: 18px;
      background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m6.188 12.72 6.123-2.948.9-.434-.887-.46-6.136-3.183v1.127l4.788 2.482-4.789 2.306v1.11Z' fill='%23302D44'/%3E%3Ccircle cx='9' cy='9' r='8.75' stroke='%23C91235' stroke-width='0.5'/%3E%3C/svg%3E");
    }
.link-arrow:after {
      content: '';
      position: absolute;
      left: -0.25rem;
      height: 1.5rem;
      width: 1.5rem;
      --tw-scale-x: .7;
      --tw-scale-y: .7;
      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));
      opacity: 0;
      transition-property: opacity;
      transition-property: transform;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 200ms;
      background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='11.75' fill='%23C91235' stroke='%23C91235' stroke-width='0.5'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m9 15.513 6.123-2.948.901-.434-.888-.46L9 8.487v1.127l4.788 2.482L9 14.403v1.11Z' fill='%23ffffff'/%3E%3C/svg%3E");
    }
.link-arrow:hover::after,
    .link-arrow:focus-visible::after {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  content: var(--tw-content);
  opacity: 1;
}
.link-arrow-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.link-arrow-white:before {
        background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m6.188 12.72 6.123-2.948.9-.434-.887-.46-6.136-3.183v1.127l4.788 2.482-4.789 2.306v1.11Z' fill='%23F8F7F3'/%3E%3Ccircle cx='9' cy='9' r='8.75' stroke='%23FE6557' stroke-width='.5'/%3E%3C/svg%3E");
      }
.link-arrow-back {
  padding-left: 1.5rem;
  padding-right: 0px;
}
.link-arrow-back:before,
      .link-arrow-back:after {
  right: auto;
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.link-arrow-back:before {
  left: 0px;
}
.link-arrow-back:after {
  left: -0.25rem;
}
.link-arrow-large {
  padding-left: 3rem;
}
.link-arrow-large:before {
  height: 36px;
  width: 36px;
}
.link-arrow-large:after {
  height: 3rem;
  width: 3rem;
}
.link-download {
  position: relative;
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding-right: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(44 42 41 / var(--tw-text-opacity));
}
.wizzy .link-download {
  --tw-text-opacity: 1;
  color: rgb(44 42 41 / var(--tw-text-opacity));
}
.link-download:hover {
  opacity: 0.8;
}
.link-download:focus {
  opacity: 0.8;
}
.link-download:after {
      content: '';
      position: absolute;
      right: 0px;
      height: 0.75rem;
      width: 18px;
      background-repeat: no-repeat;
      background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 12'%3E%3Cpath stroke='%23FE6557' d='M0 11.5h18'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m4.889 3 3.557 6.156.417.722.44-.708L13.143 3h-1.178l-3.07 4.934L6.044 3H4.889Z' fill='%23302D44'/%3E%3Cpath stroke='%23302D44' d='M8.9 0v8'/%3E%3C/svg%3E");
    }
.link-nav-primary {
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.1px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.wizzy .link-nav-primary {
  --tw-text-opacity: 1;
  color: rgb(44 42 41 / var(--tw-text-opacity));
}
.link-nav-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(118 121 128 / var(--tw-text-opacity));
}
.link-nav-primary:focus {
  --tw-text-opacity: 1;
  color: rgb(118 121 128 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .link-nav-primary {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (min-width: 992px) {
  .link-nav-primary {
    font-size: 14px;
    line-height: 12px;
  }
}
.link-nav-secondary {
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(221 222 223 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.link-nav-secondary:hover {
  text-decoration-line: underline;
}
.link-nav-secondary:focus {
  text-decoration-line: underline;
}
@media (min-width: 768px) {
  .link-nav-secondary {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (min-width: 992px) {
  .link-nav-secondary {
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 20px;
  }
}
.link-nav-secondary.is-active {
  font-weight: 700;
  text-decoration-line: underline;
}
.link-nav-submenu {
  font-weight: 400;
  line-height: 1;
  text-decoration-line: none;
}
.link-nav-submenu:hover {
  text-decoration-line: underline;
}
.link-nav-submenu:focus {
  text-decoration-line: underline;
}
@media (min-width: 992px) {
  .link-nav-submenu {
    line-height: 18px;
  }
}
.link-nav-pager {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(44 42 41 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.link-nav-pager:hover,
      .link-nav-pager:focus {
  --tw-text-opacity: 1;
  color: rgb(84 88 96 / var(--tw-text-opacity));
}
.link-nav-pager.is-active {
  text-decoration-line: underline;
}
.stretched-link::after {
  content: "";
  pointer-events: auto;
  position: absolute;
  inset: 0px;
  z-index: 10;
  background-color: transparent;
}
.skip-to-main {
  left: -999px;
  z-index: -999;
}
.skip-to-main:focus,
.skip-to-main:active {
  top: auto;
  left: auto;
  z-index: 999;
  height: auto;
  width: auto;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
/* admin */
#block-fire-primary-local-tasks {
  display: flex;
  max-width: 100%;
  align-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(44 42 41 / var(--tw-bg-opacity));
  padding: 0.75rem;
}
.is-logged-in #block-fire-primary-local-tasks {
  position: fixed;
  z-index: 1001;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(44 42 41 / var(--tw-bg-opacity));
  padding-left: 2rem;
    bottom: 25px;
    left: 25px;
}
#block-fire-primary-local-tasks ul:not(.contextual-links) {
  display: flex;
  list-style-type: none;
}
#block-fire-primary-local-tasks ul:not(.contextual-links) li {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
#block-fire-primary-local-tasks ul:not(.contextual-links) li a {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.user-login-form,
.user-pass,
.user-register-form {
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: flex;
  max-width: 28rem;
  flex-direction: column;
}
.user-pass > p {
  margin-bottom: 1rem;
  font-size: 14px;
  font-style: italic;
    margin-top: -0.75rem;
}
body.toolbar-fixed #toolbar-administration {
  position: relative;
}
#panels-ipe-tray {
  z-index: 10;
}
.panels-ipe-tabs-open #panels-ipe-tray {
    top: 40px;
  }
.ipe-tab-content.active {
  height: 100vh;
  overflow: scroll;
}
div.ipe-actions-block.ipe-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
div.ipe-actions-block.ipe-actions .ipe-action-list {
  display: flex;
  align-items: center;
}
div.ipe-actions-block.ipe-actions .ipe-action-list li,
    div.ipe-actions-block.ipe-actions .ipe-action-list a,
    div.ipe-actions-block.ipe-actions .ipe-action-list span {
  margin: 0px;
  display: flex;
  height: 2rem;
  align-items: center;
}
div.ipe-actions-block.ipe-actions .ipe-action-list li {
  margin-left: 0.75rem;
}
.ipe-tabs li {
    box-shadow: none !important;
  }
.ipe-tabs .ipe-tab.active a, .ipe-tabs .ipe-tab:hover a {
  --tw-text-opacity: 1;
  color: rgb(84 88 96 / var(--tw-text-opacity));
  border-style: none;
        border-bottom: 3px solid #545860;
}
.ipe-category-picker-top {
  padding-top: 20px;
  padding-bottom: 50px;
}
.ipe-category-picker-top > h4 {
    margin-bottom: 20px;
  }
.ipe-category-picker-top .form-wrapper {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
.ipe-category-picker-top .form-wrapper input[type='text'] {
      width: 100%;
      height: 35px;
      padding: 6px 8px;
    }
.ipe-category-picker-top .vertical-tabs {
    display: flex;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
  }
.ipe-category-picker-top .vertical-tabs__menu {
      border: 0;
    }
.ipe-category-picker-top .vertical-tabs__menu-item {
        border: 1px solid #545860 !important;
      }
.ipe-category-picker-top .vertical-tabs__panes {
      margin-top: 20px;
    }
.is-logged-in #drupal-live-announce {
  display: none;
}
.wizzy .text-align-center {
  text-align: center;
}
.wizzy .text-align-right {
  text-align: right;
}
.wizzy .text-align-left {
  text-align: left;
}
.wizzy b,
  .wizzy strong {
  font-weight: 700;
}
.wizzy p,
  .wizzy ul,
  .wizzy ol {
  margin-bottom: 1.5rem;
}
.wizzy p:last-child,
  .wizzy ul:last-child,
  .wizzy ol:last-child {
  margin-bottom: 0px;
}
.wizzy h1 {
  margin-bottom: 1.25rem;
}
.wizzy h2 {
  margin-bottom: 10px;
}
.wizzy h3,
  .wizzy h4,
  .wizzy h5,
  .wizzy h6 {
  margin-bottom: 5px;
}
.wizzy h1:last-child,
  .wizzy h2:last-child,
  .wizzy h3:last-child,
  .wizzy h4:last-child,
  .wizzy h5:last-child,
  .wizzy h6:last-child {
  margin-bottom: 0px;
}
.wizzy p {
  margin-bottom: 25px;
  max-width: 700px;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(44 42 41 / var(--tw-text-opacity));
  font-size: 15px;
  line-height: 24px;
}
.wizzy .font-semibold {
  --tw-text-opacity: 1;
  color: rgb(44 42 41 / var(--tw-text-opacity));
}
.wizzy strong {
  --tw-text-opacity: 1;
  color: rgb(44 42 41 / var(--tw-text-opacity));
}
.wizzy a {
  font-weight: 700;
  text-decoration-line: none;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
.wizzy a:hover {
  --tw-text-opacity: 1;
  color: rgb(44 42 41 / var(--tw-text-opacity));
}
.wizzy a:focus {
  --tw-text-opacity: 1;
  color: rgb(44 42 41 / var(--tw-text-opacity));
}
footer .wizzy p, footer .wizzy a {
  --tw-text-opacity: 1;
  color: rgb(44 42 41 / var(--tw-text-opacity));
}
@media (min-width: 992px) {
  footer .wizzy p, footer .wizzy a {
    --tw-text-opacity: 1;
    color: rgb(44 42 41 / var(--tw-text-opacity));
  }
}
footer .wizzy a:hover {
  --tw-text-opacity: 1;
  color: rgb(84 88 96 / var(--tw-text-opacity));
}
/* template components */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
@media (min-width: 575px) {
  .container {
    max-width: 575px;
    padding-right: 3.375rem;
    padding-left: 3.375rem;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 992px;
    padding-right: 3.785rem;
    padding-left: 3.785rem;
  }
}
@media (min-width: 1100px) {
  .container {
    max-width: 1100px;
  }
}
.form-input,.form-textarea,.form-select,.form-multiselect {
  -webkit-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #545860;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
.form-input::placeholder,.form-textarea::placeholder {
  color: #545860;
  opacity: 1;
}
.form-input::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
.form-input::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}
.form-input::-webkit-datetime-edit {
  display: inline-flex;
}
.form-input::-webkit-datetime-edit,.form-input::-webkit-datetime-edit-year-field,.form-input::-webkit-datetime-edit-month-field,.form-input::-webkit-datetime-edit-day-field,.form-input::-webkit-datetime-edit-hour-field,.form-input::-webkit-datetime-edit-minute-field,.form-input::-webkit-datetime-edit-second-field,.form-input::-webkit-datetime-edit-millisecond-field,.form-input::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}
.form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23545860' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
.form-select:where([size]:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}
.form-checkbox,.form-radio {
  -webkit-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #545860;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
.form-checkbox {
  border-radius: 0px;
}
.form-radio {
  border-radius: 100%;
}
.form-checkbox:focus,.form-radio:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.form-checkbox:checked,.form-radio:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.form-checkbox:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
@media (forced-colors: active)  {
  .form-checkbox:checked {
    -webkit-appearance: auto;
            appearance: auto;
  }
}
.form-radio:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
@media (forced-colors: active)  {
  .form-radio:checked {
    -webkit-appearance: auto;
            appearance: auto;
  }
}
.form-checkbox:checked:hover,.form-checkbox:checked:focus,.form-radio:checked:hover,.form-radio:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}
.form-checkbox:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (forced-colors: active)  {
  .form-checkbox:indeterminate {
    -webkit-appearance: auto;
            appearance: auto;
  }
}
.form-checkbox:indeterminate:hover,.form-checkbox:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}
/* template utilities */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.\!relative {
  position: relative !important;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.-left-1 {
  left: -0.25rem;
}
.-right-1 {
  right: -0.25rem;
}
.-top-1 {
  top: -0.25rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[5px\] {
  bottom: 5px;
}
.left-0 {
  left: 0px;
}
.left-\[-11px\] {
  left: -11px;
}
.left-\[-60px\] {
  left: -60px;
}
.left-\[-999px\] {
  left: -999px;
}
.right-0 {
  right: 0px;
}
.right-7 {
  right: 1.75rem;
}
.right-8 {
  right: 2rem;
}
.right-\[15px\] {
  right: 15px;
}
.right-\[5px\] {
  right: 5px;
}
.top-0 {
  top: 0px;
}
.top-3 {
  top: 0.75rem;
}
.top-\[-25px\] {
  top: -25px;
}
.top-\[-2px\] {
  top: -2px;
}
.top-\[15px\] {
  top: 15px;
}
.top-\[2px\] {
  top: 2px;
}
.top-auto {
  top: auto;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[-1\] {
  z-index: -1;
}
.z-\[-999\] {
  z-index: -999;
}
.z-\[1001\] {
  z-index: 1001;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[500\] {
  z-index: 500;
}
.z-\[999\] {
  z-index: 999;
}
.order-\[-1\] {
  order: -1;
}
.\!mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.-my-6 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-\[15px\] {
  margin-left: 15px;
  margin-right: 15px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.\!mb-\[65px\] {
  margin-bottom: 65px !important;
}
.\!ml-0 {
  margin-left: 0px !important;
}
.-mb-5 {
  margin-bottom: -1.25rem;
}
.-mb-gap-0 {
  margin-bottom: 0;
}
.-mb-gap-lg {
  margin-bottom: -5rem;
}
.-mb-gap-md {
  margin-bottom: -3rem;
}
.-mb-gap-sm {
  margin-bottom: -2rem;
}
.-mb-gap-xl {
  margin-bottom: -8rem;
}
.-mb-gap-xs {
  margin-bottom: -1.25rem;
}
.-mt-gap-0 {
  margin-top: 0;
}
.-mt-gap-lg {
  margin-top: -5rem;
}
.-mt-gap-md {
  margin-top: -3rem;
}
.-mt-gap-sm {
  margin-top: -2rem;
}
.-mt-gap-xl {
  margin-top: -8rem;
}
.-mt-gap-xs {
  margin-top: -1.25rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[11px\] {
  margin-bottom: 11px;
}
.mb-\[15px\] {
  margin-bottom: 15px;
}
.mb-\[22px\] {
  margin-bottom: 22px;
}
.mb-\[25px\] {
  margin-bottom: 25px;
}
.mb-\[26px\] {
  margin-bottom: 26px;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mb-\[38px\] {
  margin-bottom: 38px;
}
.mb-\[5px\] {
  margin-bottom: 5px;
}
.mb-\[7px\] {
  margin-bottom: 7px;
}
.mb-gap-0 {
  margin-bottom: 0;
}
.mb-gap-lg {
  margin-bottom: 5rem;
}
.mb-gap-md {
  margin-bottom: 3rem;
}
.mb-gap-sm {
  margin-bottom: 2rem;
}
.mb-gap-xl {
  margin-bottom: 8rem;
}
.mb-gap-xs {
  margin-bottom: 1.25rem;
}
.ml-0 {
  margin-left: 0px;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-\[6\.5rem\] {
  margin-left: 6.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-10 {
  margin-right: 2.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-\[10px\] {
  margin-right: 10px;
}
.mr-\[15px\] {
  margin-right: 15px;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[15px\] {
  margin-top: 15px;
}
.mt-\[25px\] {
  margin-top: 25px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-auto {
  margin-top: auto;
}
.mt-gap-0 {
  margin-top: 0;
}
.mt-gap-lg {
  margin-top: 5rem;
}
.mt-gap-md {
  margin-top: 3rem;
}
.mt-gap-sm {
  margin-top: 2rem;
}
.mt-gap-xl {
  margin-top: 8rem;
}
.mt-gap-xs {
  margin-top: 1.25rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.\!h-\[14px\] {
  height: 14px !important;
}
.\!h-\[42px\] {
  height: 42px !important;
}
.h-0 {
  height: 0px;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-20 {
  height: 5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-36 {
  height: 9rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[13px\] {
  height: 13px;
}
.h-\[14px\] {
  height: 14px;
}
.h-\[15px\] {
  height: 15px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[25px\] {
  height: 25px;
}
.h-\[28px\] {
  height: 28px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[35px\] {
  height: 35px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[37px\] {
  height: 37px;
}
.h-\[45px\] {
  height: 45px;
}
.h-\[574px\] {
  height: 574px;
}
.h-\[75px\] {
  height: 75px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.h-screen {
  height: 100vh;
}
.max-h-8 {
  max-height: 2rem;
}
.max-h-\[30px\] {
  max-height: 30px;
}
.max-h-\[52px\] {
  max-height: 52px;
}
.max-h-\[75px\] {
  max-height: 75px;
}
.max-h-\[85px\] {
  max-height: 85px;
}
.min-h-\[135px\] {
  min-height: 135px;
}
.min-h-\[177px\] {
  min-height: 177px;
}
.min-h-\[190px\] {
  min-height: 190px;
}
.min-h-\[245px\] {
  min-height: 245px;
}
.min-h-\[24px\] {
  min-height: 24px;
}
.min-h-\[300px\] {
  min-height: 300px;
}
.min-h-screen {
  min-height: 100vh;
}
.\!w-10 {
  width: 2.5rem !important;
}
.\!w-\[14px\] {
  width: 14px !important;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-3 {
  width: 0.75rem;
}
.w-32 {
  width: 8rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[125px\] {
  width: 125px;
}
.w-\[140px\] {
  width: 140px;
}
.w-\[143px\] {
  width: 143px;
}
.w-\[14px\] {
  width: 14px;
}
.w-\[15px\] {
  width: 15px;
}
.w-\[163px\] {
  width: 163px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[25px\] {
  width: 25px;
}
.w-\[28px\] {
  width: 28px;
}
.w-\[36px\] {
  width: 36px;
}
.w-\[400px\] {
  width: 400px;
}
.w-\[62px\] {
  width: 62px;
}
.w-\[75px\] {
  width: 75px;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-px {
  width: 1px;
}
.\!min-w-\[165px\] {
  min-width: 165px !important;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-16 {
  min-width: 4rem;
}
.min-w-\[150px\] {
  min-width: 150px;
}
.min-w-\[157px\] {
  min-width: 157px;
}
.min-w-\[165px\] {
  min-width: 165px;
}
.min-w-\[240px\] {
  min-width: 240px;
}
.min-w-\[275px\] {
  min-width: 275px;
}
.min-w-\[315px\] {
  min-width: 315px;
}
.min-w-\[324px\] {
  min-width: 324px;
}
.min-w-\[335px\] {
  min-width: 335px;
}
.min-w-min {
  min-width: min-content;
}
.max-w-32 {
  max-width: 8rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-\[1080px\] {
  max-width: 1080px;
}
.max-w-\[1100px\] {
  max-width: 1100px;
}
.max-w-\[180px\] {
  max-width: 180px;
}
.max-w-\[225px\] {
  max-width: 225px;
}
.max-w-\[254px\] {
  max-width: 254px;
}
.max-w-\[256px\] {
  max-width: 256px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[350px\] {
  max-width: 350px;
}
.max-w-\[420px\] {
  max-width: 420px;
}
.max-w-\[485px\] {
  max-width: 485px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[62px\] {
  max-width: 62px;
}
.max-w-\[630px\] {
  max-width: 630px;
}
.max-w-\[700px\] {
  max-width: 700px;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.max-w-\[90px\] {
  max-width: 90px;
}
.max-w-\[980px\] {
  max-width: 980px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-none {
  max-width: none;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.origin-center {
  transform-origin: center;
}
.-translate-x-1 {
  --tw-translate-x: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-1 {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-7px\] {
  --tw-translate-x: -7px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[7px\] {
  --tw-translate-x: 7px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0\.5 {
  --tw-translate-y: 0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-2px\] {
  --tw-translate-y: -2px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[-45deg\] {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[45deg\] {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[\.7\] {
  --tw-scale-x: .7;
  --tw-scale-y: .7;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize {
  resize: both;
}
.-scroll-mb-gap-0 {
  scroll-margin-bottom: 0;
}
.-scroll-mb-gap-lg {
  scroll-margin-bottom: -5rem;
}
.-scroll-mb-gap-md {
  scroll-margin-bottom: -3rem;
}
.-scroll-mb-gap-sm {
  scroll-margin-bottom: -2rem;
}
.-scroll-mb-gap-xl {
  scroll-margin-bottom: -8rem;
}
.-scroll-mb-gap-xs {
  scroll-margin-bottom: -1.25rem;
}
.-scroll-mt-gap-0 {
  scroll-margin-top: 0;
}
.-scroll-mt-gap-lg {
  scroll-margin-top: -5rem;
}
.-scroll-mt-gap-md {
  scroll-margin-top: -3rem;
}
.-scroll-mt-gap-sm {
  scroll-margin-top: -2rem;
}
.-scroll-mt-gap-xl {
  scroll-margin-top: -8rem;
}
.-scroll-mt-gap-xs {
  scroll-margin-top: -1.25rem;
}
.scroll-mb-gap-0 {
  scroll-margin-bottom: 0;
}
.scroll-mb-gap-lg {
  scroll-margin-bottom: 5rem;
}
.scroll-mb-gap-md {
  scroll-margin-bottom: 3rem;
}
.scroll-mb-gap-sm {
  scroll-margin-bottom: 2rem;
}
.scroll-mb-gap-xl {
  scroll-margin-bottom: 8rem;
}
.scroll-mb-gap-xs {
  scroll-margin-bottom: 1.25rem;
}
.scroll-mt-gap-0 {
  scroll-margin-top: 0;
}
.scroll-mt-gap-lg {
  scroll-margin-top: 5rem;
}
.scroll-mt-gap-md {
  scroll-margin-top: 3rem;
}
.scroll-mt-gap-sm {
  scroll-margin-top: 2rem;
}
.scroll-mt-gap-xl {
  scroll-margin-top: 8rem;
}
.scroll-mt-gap-xs {
  scroll-margin-top: 1.25rem;
}
.scroll-pt-20 {
  scroll-padding-top: 5rem;
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-items-center {
  place-items: center;
}
.content-center {
  align-content: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[15px\] {
  gap: 15px;
}
.gap-\[18px\] {
  gap: 18px;
}
.gap-\[25px\] {
  gap: 25px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[50px\] {
  gap: 50px;
}
.gap-x-5 {
  column-gap: 1.25rem;
}
.gap-y-\[15px\] {
  row-gap: 15px;
}
.self-end {
  align-self: flex-end;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.break-words {
  overflow-wrap: break-word;
}
.\!rounded-\[10px\] {
  border-radius: 10px !important;
}
.\!rounded-\[2px\] {
  border-radius: 2px !important;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-b-\[10px\] {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-br-\[7px\] {
  border-bottom-right-radius: 7px;
}
.\!border-0 {
  border-width: 0px !important;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-r {
  border-right-width: 1px;
}
.border-dotted {
  border-style: dotted;
}
.\!border-gray-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(84 88 96 / var(--tw-border-opacity)) !important;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(44 42 41 / var(--tw-border-opacity));
}
.border-black\/0 {
  border-color: rgb(44 42 41 / 0);
}
.border-black\/10 {
  border-color: rgb(44 42 41 / 0.1);
}
.border-black\/100 {
  border-color: rgb(44 42 41 / 1);
}
.border-black\/15 {
  border-color: rgb(44 42 41 / 0.15);
}
.border-black\/20 {
  border-color: rgb(44 42 41 / 0.2);
}
.border-black\/25 {
  border-color: rgb(44 42 41 / 0.25);
}
.border-black\/30 {
  border-color: rgb(44 42 41 / 0.3);
}
.border-black\/35 {
  border-color: rgb(44 42 41 / 0.35);
}
.border-black\/40 {
  border-color: rgb(44 42 41 / 0.4);
}
.border-black\/45 {
  border-color: rgb(44 42 41 / 0.45);
}
.border-black\/5 {
  border-color: rgb(44 42 41 / 0.05);
}
.border-black\/50 {
  border-color: rgb(44 42 41 / 0.5);
}
.border-black\/55 {
  border-color: rgb(44 42 41 / 0.55);
}
.border-black\/60 {
  border-color: rgb(44 42 41 / 0.6);
}
.border-black\/65 {
  border-color: rgb(44 42 41 / 0.65);
}
.border-black\/70 {
  border-color: rgb(44 42 41 / 0.7);
}
.border-black\/75 {
  border-color: rgb(44 42 41 / 0.75);
}
.border-black\/80 {
  border-color: rgb(44 42 41 / 0.8);
}
.border-black\/85 {
  border-color: rgb(44 42 41 / 0.85);
}
.border-black\/90 {
  border-color: rgb(44 42 41 / 0.9);
}
.border-black\/95 {
  border-color: rgb(44 42 41 / 0.95);
}
.border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgb(145 215 242 / var(--tw-border-opacity));
}
.border-blue-300\/0 {
  border-color: rgb(145 215 242 / 0);
}
.border-blue-300\/10 {
  border-color: rgb(145 215 242 / 0.1);
}
.border-blue-300\/100 {
  border-color: rgb(145 215 242 / 1);
}
.border-blue-300\/15 {
  border-color: rgb(145 215 242 / 0.15);
}
.border-blue-300\/20 {
  border-color: rgb(145 215 242 / 0.2);
}
.border-blue-300\/25 {
  border-color: rgb(145 215 242 / 0.25);
}
.border-blue-300\/30 {
  border-color: rgb(145 215 242 / 0.3);
}
.border-blue-300\/35 {
  border-color: rgb(145 215 242 / 0.35);
}
.border-blue-300\/40 {
  border-color: rgb(145 215 242 / 0.4);
}
.border-blue-300\/45 {
  border-color: rgb(145 215 242 / 0.45);
}
.border-blue-300\/5 {
  border-color: rgb(145 215 242 / 0.05);
}
.border-blue-300\/50 {
  border-color: rgb(145 215 242 / 0.5);
}
.border-blue-300\/55 {
  border-color: rgb(145 215 242 / 0.55);
}
.border-blue-300\/60 {
  border-color: rgb(145 215 242 / 0.6);
}
.border-blue-300\/65 {
  border-color: rgb(145 215 242 / 0.65);
}
.border-blue-300\/70 {
  border-color: rgb(145 215 242 / 0.7);
}
.border-blue-300\/75 {
  border-color: rgb(145 215 242 / 0.75);
}
.border-blue-300\/80 {
  border-color: rgb(145 215 242 / 0.8);
}
.border-blue-300\/85 {
  border-color: rgb(145 215 242 / 0.85);
}
.border-blue-300\/90 {
  border-color: rgb(145 215 242 / 0.9);
}
.border-blue-300\/95 {
  border-color: rgb(145 215 242 / 0.95);
}
.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(34 105 162 / var(--tw-border-opacity));
}
.border-blue-400\/0 {
  border-color: rgb(34 105 162 / 0);
}
.border-blue-400\/10 {
  border-color: rgb(34 105 162 / 0.1);
}
.border-blue-400\/100 {
  border-color: rgb(34 105 162 / 1);
}
.border-blue-400\/15 {
  border-color: rgb(34 105 162 / 0.15);
}
.border-blue-400\/20 {
  border-color: rgb(34 105 162 / 0.2);
}
.border-blue-400\/25 {
  border-color: rgb(34 105 162 / 0.25);
}
.border-blue-400\/30 {
  border-color: rgb(34 105 162 / 0.3);
}
.border-blue-400\/35 {
  border-color: rgb(34 105 162 / 0.35);
}
.border-blue-400\/40 {
  border-color: rgb(34 105 162 / 0.4);
}
.border-blue-400\/45 {
  border-color: rgb(34 105 162 / 0.45);
}
.border-blue-400\/5 {
  border-color: rgb(34 105 162 / 0.05);
}
.border-blue-400\/50 {
  border-color: rgb(34 105 162 / 0.5);
}
.border-blue-400\/55 {
  border-color: rgb(34 105 162 / 0.55);
}
.border-blue-400\/60 {
  border-color: rgb(34 105 162 / 0.6);
}
.border-blue-400\/65 {
  border-color: rgb(34 105 162 / 0.65);
}
.border-blue-400\/70 {
  border-color: rgb(34 105 162 / 0.7);
}
.border-blue-400\/75 {
  border-color: rgb(34 105 162 / 0.75);
}
.border-blue-400\/80 {
  border-color: rgb(34 105 162 / 0.8);
}
.border-blue-400\/85 {
  border-color: rgb(34 105 162 / 0.85);
}
.border-blue-400\/90 {
  border-color: rgb(34 105 162 / 0.9);
}
.border-blue-400\/95 {
  border-color: rgb(34 105 162 / 0.95);
}
.border-blue-900 {
  --tw-border-opacity: 1;
  border-color: rgb(0 118 175 / var(--tw-border-opacity));
}
.border-brown-500 {
  --tw-border-opacity: 1;
  border-color: rgb(122 104 91 / var(--tw-border-opacity));
}
.border-brown-500\/0 {
  border-color: rgb(122 104 91 / 0);
}
.border-brown-500\/10 {
  border-color: rgb(122 104 91 / 0.1);
}
.border-brown-500\/100 {
  border-color: rgb(122 104 91 / 1);
}
.border-brown-500\/15 {
  border-color: rgb(122 104 91 / 0.15);
}
.border-brown-500\/20 {
  border-color: rgb(122 104 91 / 0.2);
}
.border-brown-500\/25 {
  border-color: rgb(122 104 91 / 0.25);
}
.border-brown-500\/30 {
  border-color: rgb(122 104 91 / 0.3);
}
.border-brown-500\/35 {
  border-color: rgb(122 104 91 / 0.35);
}
.border-brown-500\/40 {
  border-color: rgb(122 104 91 / 0.4);
}
.border-brown-500\/45 {
  border-color: rgb(122 104 91 / 0.45);
}
.border-brown-500\/5 {
  border-color: rgb(122 104 91 / 0.05);
}
.border-brown-500\/50 {
  border-color: rgb(122 104 91 / 0.5);
}
.border-brown-500\/55 {
  border-color: rgb(122 104 91 / 0.55);
}
.border-brown-500\/60 {
  border-color: rgb(122 104 91 / 0.6);
}
.border-brown-500\/65 {
  border-color: rgb(122 104 91 / 0.65);
}
.border-brown-500\/70 {
  border-color: rgb(122 104 91 / 0.7);
}
.border-brown-500\/75 {
  border-color: rgb(122 104 91 / 0.75);
}
.border-brown-500\/80 {
  border-color: rgb(122 104 91 / 0.8);
}
.border-brown-500\/85 {
  border-color: rgb(122 104 91 / 0.85);
}
.border-brown-500\/90 {
  border-color: rgb(122 104 91 / 0.9);
}
.border-brown-500\/95 {
  border-color: rgb(122 104 91 / 0.95);
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(118 121 128 / var(--tw-border-opacity));
}
.border-gray-50 {
  --tw-border-opacity: 1;
  border-color: rgb(221 222 223 / var(--tw-border-opacity));
}
.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(84 88 96 / var(--tw-border-opacity));
}
.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(0 133 122 / var(--tw-border-opacity));
}
.border-green-500\/0 {
  border-color: rgb(0 133 122 / 0);
}
.border-green-500\/10 {
  border-color: rgb(0 133 122 / 0.1);
}
.border-green-500\/100 {
  border-color: rgb(0 133 122 / 1);
}
.border-green-500\/15 {
  border-color: rgb(0 133 122 / 0.15);
}
.border-green-500\/20 {
  border-color: rgb(0 133 122 / 0.2);
}
.border-green-500\/25 {
  border-color: rgb(0 133 122 / 0.25);
}
.border-green-500\/30 {
  border-color: rgb(0 133 122 / 0.3);
}
.border-green-500\/35 {
  border-color: rgb(0 133 122 / 0.35);
}
.border-green-500\/40 {
  border-color: rgb(0 133 122 / 0.4);
}
.border-green-500\/45 {
  border-color: rgb(0 133 122 / 0.45);
}
.border-green-500\/5 {
  border-color: rgb(0 133 122 / 0.05);
}
.border-green-500\/50 {
  border-color: rgb(0 133 122 / 0.5);
}
.border-green-500\/55 {
  border-color: rgb(0 133 122 / 0.55);
}
.border-green-500\/60 {
  border-color: rgb(0 133 122 / 0.6);
}
.border-green-500\/65 {
  border-color: rgb(0 133 122 / 0.65);
}
.border-green-500\/70 {
  border-color: rgb(0 133 122 / 0.7);
}
.border-green-500\/75 {
  border-color: rgb(0 133 122 / 0.75);
}
.border-green-500\/80 {
  border-color: rgb(0 133 122 / 0.8);
}
.border-green-500\/85 {
  border-color: rgb(0 133 122 / 0.85);
}
.border-green-500\/90 {
  border-color: rgb(0 133 122 / 0.9);
}
.border-green-500\/95 {
  border-color: rgb(0 133 122 / 0.95);
}
.border-magenta-500 {
  --tw-border-opacity: 1;
  border-color: rgb(169 0 102 / var(--tw-border-opacity));
}
.border-magenta-500\/0 {
  border-color: rgb(169 0 102 / 0);
}
.border-magenta-500\/10 {
  border-color: rgb(169 0 102 / 0.1);
}
.border-magenta-500\/100 {
  border-color: rgb(169 0 102 / 1);
}
.border-magenta-500\/15 {
  border-color: rgb(169 0 102 / 0.15);
}
.border-magenta-500\/20 {
  border-color: rgb(169 0 102 / 0.2);
}
.border-magenta-500\/25 {
  border-color: rgb(169 0 102 / 0.25);
}
.border-magenta-500\/30 {
  border-color: rgb(169 0 102 / 0.3);
}
.border-magenta-500\/35 {
  border-color: rgb(169 0 102 / 0.35);
}
.border-magenta-500\/40 {
  border-color: rgb(169 0 102 / 0.4);
}
.border-magenta-500\/45 {
  border-color: rgb(169 0 102 / 0.45);
}
.border-magenta-500\/5 {
  border-color: rgb(169 0 102 / 0.05);
}
.border-magenta-500\/50 {
  border-color: rgb(169 0 102 / 0.5);
}
.border-magenta-500\/55 {
  border-color: rgb(169 0 102 / 0.55);
}
.border-magenta-500\/60 {
  border-color: rgb(169 0 102 / 0.6);
}
.border-magenta-500\/65 {
  border-color: rgb(169 0 102 / 0.65);
}
.border-magenta-500\/70 {
  border-color: rgb(169 0 102 / 0.7);
}
.border-magenta-500\/75 {
  border-color: rgb(169 0 102 / 0.75);
}
.border-magenta-500\/80 {
  border-color: rgb(169 0 102 / 0.8);
}
.border-magenta-500\/85 {
  border-color: rgb(169 0 102 / 0.85);
}
.border-magenta-500\/90 {
  border-color: rgb(169 0 102 / 0.9);
}
.border-magenta-500\/95 {
  border-color: rgb(169 0 102 / 0.95);
}
.border-orange-500 {
  --tw-border-opacity: 1;
  border-color: rgb(254 147 87 / var(--tw-border-opacity));
}
.border-orange-500\/0 {
  border-color: rgb(254 147 87 / 0);
}
.border-orange-500\/10 {
  border-color: rgb(254 147 87 / 0.1);
}
.border-orange-500\/100 {
  border-color: rgb(254 147 87 / 1);
}
.border-orange-500\/15 {
  border-color: rgb(254 147 87 / 0.15);
}
.border-orange-500\/20 {
  border-color: rgb(254 147 87 / 0.2);
}
.border-orange-500\/25 {
  border-color: rgb(254 147 87 / 0.25);
}
.border-orange-500\/30 {
  border-color: rgb(254 147 87 / 0.3);
}
.border-orange-500\/35 {
  border-color: rgb(254 147 87 / 0.35);
}
.border-orange-500\/40 {
  border-color: rgb(254 147 87 / 0.4);
}
.border-orange-500\/45 {
  border-color: rgb(254 147 87 / 0.45);
}
.border-orange-500\/5 {
  border-color: rgb(254 147 87 / 0.05);
}
.border-orange-500\/50 {
  border-color: rgb(254 147 87 / 0.5);
}
.border-orange-500\/55 {
  border-color: rgb(254 147 87 / 0.55);
}
.border-orange-500\/60 {
  border-color: rgb(254 147 87 / 0.6);
}
.border-orange-500\/65 {
  border-color: rgb(254 147 87 / 0.65);
}
.border-orange-500\/70 {
  border-color: rgb(254 147 87 / 0.7);
}
.border-orange-500\/75 {
  border-color: rgb(254 147 87 / 0.75);
}
.border-orange-500\/80 {
  border-color: rgb(254 147 87 / 0.8);
}
.border-orange-500\/85 {
  border-color: rgb(254 147 87 / 0.85);
}
.border-orange-500\/90 {
  border-color: rgb(254 147 87 / 0.9);
}
.border-orange-500\/95 {
  border-color: rgb(254 147 87 / 0.95);
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(201 18 53 / var(--tw-border-opacity));
}
.border-red-500\/0 {
  border-color: rgb(201 18 53 / 0);
}
.border-red-500\/10 {
  border-color: rgb(201 18 53 / 0.1);
}
.border-red-500\/100 {
  border-color: rgb(201 18 53 / 1);
}
.border-red-500\/15 {
  border-color: rgb(201 18 53 / 0.15);
}
.border-red-500\/20 {
  border-color: rgb(201 18 53 / 0.2);
}
.border-red-500\/25 {
  border-color: rgb(201 18 53 / 0.25);
}
.border-red-500\/30 {
  border-color: rgb(201 18 53 / 0.3);
}
.border-red-500\/35 {
  border-color: rgb(201 18 53 / 0.35);
}
.border-red-500\/40 {
  border-color: rgb(201 18 53 / 0.4);
}
.border-red-500\/45 {
  border-color: rgb(201 18 53 / 0.45);
}
.border-red-500\/5 {
  border-color: rgb(201 18 53 / 0.05);
}
.border-red-500\/50 {
  border-color: rgb(201 18 53 / 0.5);
}
.border-red-500\/55 {
  border-color: rgb(201 18 53 / 0.55);
}
.border-red-500\/60 {
  border-color: rgb(201 18 53 / 0.6);
}
.border-red-500\/65 {
  border-color: rgb(201 18 53 / 0.65);
}
.border-red-500\/70 {
  border-color: rgb(201 18 53 / 0.7);
}
.border-red-500\/75 {
  border-color: rgb(201 18 53 / 0.75);
}
.border-red-500\/80 {
  border-color: rgb(201 18 53 / 0.8);
}
.border-red-500\/85 {
  border-color: rgb(201 18 53 / 0.85);
}
.border-red-500\/90 {
  border-color: rgb(201 18 53 / 0.9);
}
.border-red-500\/95 {
  border-color: rgb(201 18 53 / 0.95);
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgb(255 214 99 / var(--tw-border-opacity));
}
.border-yellow-500\/0 {
  border-color: rgb(255 214 99 / 0);
}
.border-yellow-500\/10 {
  border-color: rgb(255 214 99 / 0.1);
}
.border-yellow-500\/100 {
  border-color: rgb(255 214 99 / 1);
}
.border-yellow-500\/15 {
  border-color: rgb(255 214 99 / 0.15);
}
.border-yellow-500\/20 {
  border-color: rgb(255 214 99 / 0.2);
}
.border-yellow-500\/25 {
  border-color: rgb(255 214 99 / 0.25);
}
.border-yellow-500\/30 {
  border-color: rgb(255 214 99 / 0.3);
}
.border-yellow-500\/35 {
  border-color: rgb(255 214 99 / 0.35);
}
.border-yellow-500\/40 {
  border-color: rgb(255 214 99 / 0.4);
}
.border-yellow-500\/45 {
  border-color: rgb(255 214 99 / 0.45);
}
.border-yellow-500\/5 {
  border-color: rgb(255 214 99 / 0.05);
}
.border-yellow-500\/50 {
  border-color: rgb(255 214 99 / 0.5);
}
.border-yellow-500\/55 {
  border-color: rgb(255 214 99 / 0.55);
}
.border-yellow-500\/60 {
  border-color: rgb(255 214 99 / 0.6);
}
.border-yellow-500\/65 {
  border-color: rgb(255 214 99 / 0.65);
}
.border-yellow-500\/70 {
  border-color: rgb(255 214 99 / 0.7);
}
.border-yellow-500\/75 {
  border-color: rgb(255 214 99 / 0.75);
}
.border-yellow-500\/80 {
  border-color: rgb(255 214 99 / 0.8);
}
.border-yellow-500\/85 {
  border-color: rgb(255 214 99 / 0.85);
}
.border-yellow-500\/90 {
  border-color: rgb(255 214 99 / 0.9);
}
.border-yellow-500\/95 {
  border-color: rgb(255 214 99 / 0.95);
}
.bg-allblack {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(44 42 41 / var(--tw-bg-opacity));
}
.bg-black\/0 {
  background-color: rgb(44 42 41 / 0);
}
.bg-black\/10 {
  background-color: rgb(44 42 41 / 0.1);
}
.bg-black\/100 {
  background-color: rgb(44 42 41 / 1);
}
.bg-black\/15 {
  background-color: rgb(44 42 41 / 0.15);
}
.bg-black\/20 {
  background-color: rgb(44 42 41 / 0.2);
}
.bg-black\/25 {
  background-color: rgb(44 42 41 / 0.25);
}
.bg-black\/30 {
  background-color: rgb(44 42 41 / 0.3);
}
.bg-black\/35 {
  background-color: rgb(44 42 41 / 0.35);
}
.bg-black\/40 {
  background-color: rgb(44 42 41 / 0.4);
}
.bg-black\/45 {
  background-color: rgb(44 42 41 / 0.45);
}
.bg-black\/5 {
  background-color: rgb(44 42 41 / 0.05);
}
.bg-black\/50 {
  background-color: rgb(44 42 41 / 0.5);
}
.bg-black\/55 {
  background-color: rgb(44 42 41 / 0.55);
}
.bg-black\/60 {
  background-color: rgb(44 42 41 / 0.6);
}
.bg-black\/65 {
  background-color: rgb(44 42 41 / 0.65);
}
.bg-black\/70 {
  background-color: rgb(44 42 41 / 0.7);
}
.bg-black\/75 {
  background-color: rgb(44 42 41 / 0.75);
}
.bg-black\/80 {
  background-color: rgb(44 42 41 / 0.8);
}
.bg-black\/85 {
  background-color: rgb(44 42 41 / 0.85);
}
.bg-black\/90 {
  background-color: rgb(44 42 41 / 0.9);
}
.bg-black\/95 {
  background-color: rgb(44 42 41 / 0.95);
}
.bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(145 215 242 / var(--tw-bg-opacity));
}
.bg-blue-300\/0 {
  background-color: rgb(145 215 242 / 0);
}
.bg-blue-300\/10 {
  background-color: rgb(145 215 242 / 0.1);
}
.bg-blue-300\/100 {
  background-color: rgb(145 215 242 / 1);
}
.bg-blue-300\/15 {
  background-color: rgb(145 215 242 / 0.15);
}
.bg-blue-300\/20 {
  background-color: rgb(145 215 242 / 0.2);
}
.bg-blue-300\/25 {
  background-color: rgb(145 215 242 / 0.25);
}
.bg-blue-300\/30 {
  background-color: rgb(145 215 242 / 0.3);
}
.bg-blue-300\/35 {
  background-color: rgb(145 215 242 / 0.35);
}
.bg-blue-300\/40 {
  background-color: rgb(145 215 242 / 0.4);
}
.bg-blue-300\/45 {
  background-color: rgb(145 215 242 / 0.45);
}
.bg-blue-300\/5 {
  background-color: rgb(145 215 242 / 0.05);
}
.bg-blue-300\/50 {
  background-color: rgb(145 215 242 / 0.5);
}
.bg-blue-300\/55 {
  background-color: rgb(145 215 242 / 0.55);
}
.bg-blue-300\/60 {
  background-color: rgb(145 215 242 / 0.6);
}
.bg-blue-300\/65 {
  background-color: rgb(145 215 242 / 0.65);
}
.bg-blue-300\/70 {
  background-color: rgb(145 215 242 / 0.7);
}
.bg-blue-300\/75 {
  background-color: rgb(145 215 242 / 0.75);
}
.bg-blue-300\/80 {
  background-color: rgb(145 215 242 / 0.8);
}
.bg-blue-300\/85 {
  background-color: rgb(145 215 242 / 0.85);
}
.bg-blue-300\/90 {
  background-color: rgb(145 215 242 / 0.9);
}
.bg-blue-300\/95 {
  background-color: rgb(145 215 242 / 0.95);
}
.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 105 162 / var(--tw-bg-opacity));
}
.bg-blue-400\/0 {
  background-color: rgb(34 105 162 / 0);
}
.bg-blue-400\/10 {
  background-color: rgb(34 105 162 / 0.1);
}
.bg-blue-400\/100 {
  background-color: rgb(34 105 162 / 1);
}
.bg-blue-400\/15 {
  background-color: rgb(34 105 162 / 0.15);
}
.bg-blue-400\/20 {
  background-color: rgb(34 105 162 / 0.2);
}
.bg-blue-400\/25 {
  background-color: rgb(34 105 162 / 0.25);
}
.bg-blue-400\/30 {
  background-color: rgb(34 105 162 / 0.3);
}
.bg-blue-400\/35 {
  background-color: rgb(34 105 162 / 0.35);
}
.bg-blue-400\/40 {
  background-color: rgb(34 105 162 / 0.4);
}
.bg-blue-400\/45 {
  background-color: rgb(34 105 162 / 0.45);
}
.bg-blue-400\/5 {
  background-color: rgb(34 105 162 / 0.05);
}
.bg-blue-400\/50 {
  background-color: rgb(34 105 162 / 0.5);
}
.bg-blue-400\/55 {
  background-color: rgb(34 105 162 / 0.55);
}
.bg-blue-400\/60 {
  background-color: rgb(34 105 162 / 0.6);
}
.bg-blue-400\/65 {
  background-color: rgb(34 105 162 / 0.65);
}
.bg-blue-400\/70 {
  background-color: rgb(34 105 162 / 0.7);
}
.bg-blue-400\/75 {
  background-color: rgb(34 105 162 / 0.75);
}
.bg-blue-400\/80 {
  background-color: rgb(34 105 162 / 0.8);
}
.bg-blue-400\/85 {
  background-color: rgb(34 105 162 / 0.85);
}
.bg-blue-400\/90 {
  background-color: rgb(34 105 162 / 0.9);
}
.bg-blue-400\/95 {
  background-color: rgb(34 105 162 / 0.95);
}
.bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 118 175 / var(--tw-bg-opacity));
}
.bg-brown-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(122 104 91 / var(--tw-bg-opacity));
}
.bg-brown-500\/0 {
  background-color: rgb(122 104 91 / 0);
}
.bg-brown-500\/10 {
  background-color: rgb(122 104 91 / 0.1);
}
.bg-brown-500\/100 {
  background-color: rgb(122 104 91 / 1);
}
.bg-brown-500\/15 {
  background-color: rgb(122 104 91 / 0.15);
}
.bg-brown-500\/20 {
  background-color: rgb(122 104 91 / 0.2);
}
.bg-brown-500\/25 {
  background-color: rgb(122 104 91 / 0.25);
}
.bg-brown-500\/30 {
  background-color: rgb(122 104 91 / 0.3);
}
.bg-brown-500\/35 {
  background-color: rgb(122 104 91 / 0.35);
}
.bg-brown-500\/40 {
  background-color: rgb(122 104 91 / 0.4);
}
.bg-brown-500\/45 {
  background-color: rgb(122 104 91 / 0.45);
}
.bg-brown-500\/5 {
  background-color: rgb(122 104 91 / 0.05);
}
.bg-brown-500\/50 {
  background-color: rgb(122 104 91 / 0.5);
}
.bg-brown-500\/55 {
  background-color: rgb(122 104 91 / 0.55);
}
.bg-brown-500\/60 {
  background-color: rgb(122 104 91 / 0.6);
}
.bg-brown-500\/65 {
  background-color: rgb(122 104 91 / 0.65);
}
.bg-brown-500\/70 {
  background-color: rgb(122 104 91 / 0.7);
}
.bg-brown-500\/75 {
  background-color: rgb(122 104 91 / 0.75);
}
.bg-brown-500\/80 {
  background-color: rgb(122 104 91 / 0.8);
}
.bg-brown-500\/85 {
  background-color: rgb(122 104 91 / 0.85);
}
.bg-brown-500\/90 {
  background-color: rgb(122 104 91 / 0.9);
}
.bg-brown-500\/95 {
  background-color: rgb(122 104 91 / 0.95);
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 247 243 / var(--tw-bg-opacity));
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(118 121 128 / var(--tw-bg-opacity));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(221 222 223 / var(--tw-bg-opacity));
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(84 88 96 / var(--tw-bg-opacity));
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 133 122 / var(--tw-bg-opacity));
}
.bg-green-500\/0 {
  background-color: rgb(0 133 122 / 0);
}
.bg-green-500\/10 {
  background-color: rgb(0 133 122 / 0.1);
}
.bg-green-500\/100 {
  background-color: rgb(0 133 122 / 1);
}
.bg-green-500\/15 {
  background-color: rgb(0 133 122 / 0.15);
}
.bg-green-500\/20 {
  background-color: rgb(0 133 122 / 0.2);
}
.bg-green-500\/25 {
  background-color: rgb(0 133 122 / 0.25);
}
.bg-green-500\/30 {
  background-color: rgb(0 133 122 / 0.3);
}
.bg-green-500\/35 {
  background-color: rgb(0 133 122 / 0.35);
}
.bg-green-500\/40 {
  background-color: rgb(0 133 122 / 0.4);
}
.bg-green-500\/45 {
  background-color: rgb(0 133 122 / 0.45);
}
.bg-green-500\/5 {
  background-color: rgb(0 133 122 / 0.05);
}
.bg-green-500\/50 {
  background-color: rgb(0 133 122 / 0.5);
}
.bg-green-500\/55 {
  background-color: rgb(0 133 122 / 0.55);
}
.bg-green-500\/60 {
  background-color: rgb(0 133 122 / 0.6);
}
.bg-green-500\/65 {
  background-color: rgb(0 133 122 / 0.65);
}
.bg-green-500\/70 {
  background-color: rgb(0 133 122 / 0.7);
}
.bg-green-500\/75 {
  background-color: rgb(0 133 122 / 0.75);
}
.bg-green-500\/80 {
  background-color: rgb(0 133 122 / 0.8);
}
.bg-green-500\/85 {
  background-color: rgb(0 133 122 / 0.85);
}
.bg-green-500\/90 {
  background-color: rgb(0 133 122 / 0.9);
}
.bg-green-500\/95 {
  background-color: rgb(0 133 122 / 0.95);
}
.bg-magenta-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(169 0 102 / var(--tw-bg-opacity));
}
.bg-magenta-500\/0 {
  background-color: rgb(169 0 102 / 0);
}
.bg-magenta-500\/10 {
  background-color: rgb(169 0 102 / 0.1);
}
.bg-magenta-500\/100 {
  background-color: rgb(169 0 102 / 1);
}
.bg-magenta-500\/15 {
  background-color: rgb(169 0 102 / 0.15);
}
.bg-magenta-500\/20 {
  background-color: rgb(169 0 102 / 0.2);
}
.bg-magenta-500\/25 {
  background-color: rgb(169 0 102 / 0.25);
}
.bg-magenta-500\/30 {
  background-color: rgb(169 0 102 / 0.3);
}
.bg-magenta-500\/35 {
  background-color: rgb(169 0 102 / 0.35);
}
.bg-magenta-500\/40 {
  background-color: rgb(169 0 102 / 0.4);
}
.bg-magenta-500\/45 {
  background-color: rgb(169 0 102 / 0.45);
}
.bg-magenta-500\/5 {
  background-color: rgb(169 0 102 / 0.05);
}
.bg-magenta-500\/50 {
  background-color: rgb(169 0 102 / 0.5);
}
.bg-magenta-500\/55 {
  background-color: rgb(169 0 102 / 0.55);
}
.bg-magenta-500\/60 {
  background-color: rgb(169 0 102 / 0.6);
}
.bg-magenta-500\/65 {
  background-color: rgb(169 0 102 / 0.65);
}
.bg-magenta-500\/70 {
  background-color: rgb(169 0 102 / 0.7);
}
.bg-magenta-500\/75 {
  background-color: rgb(169 0 102 / 0.75);
}
.bg-magenta-500\/80 {
  background-color: rgb(169 0 102 / 0.8);
}
.bg-magenta-500\/85 {
  background-color: rgb(169 0 102 / 0.85);
}
.bg-magenta-500\/90 {
  background-color: rgb(169 0 102 / 0.9);
}
.bg-magenta-500\/95 {
  background-color: rgb(169 0 102 / 0.95);
}
.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 147 87 / var(--tw-bg-opacity));
}
.bg-orange-500\/0 {
  background-color: rgb(254 147 87 / 0);
}
.bg-orange-500\/10 {
  background-color: rgb(254 147 87 / 0.1);
}
.bg-orange-500\/100 {
  background-color: rgb(254 147 87 / 1);
}
.bg-orange-500\/15 {
  background-color: rgb(254 147 87 / 0.15);
}
.bg-orange-500\/20 {
  background-color: rgb(254 147 87 / 0.2);
}
.bg-orange-500\/25 {
  background-color: rgb(254 147 87 / 0.25);
}
.bg-orange-500\/30 {
  background-color: rgb(254 147 87 / 0.3);
}
.bg-orange-500\/35 {
  background-color: rgb(254 147 87 / 0.35);
}
.bg-orange-500\/40 {
  background-color: rgb(254 147 87 / 0.4);
}
.bg-orange-500\/45 {
  background-color: rgb(254 147 87 / 0.45);
}
.bg-orange-500\/5 {
  background-color: rgb(254 147 87 / 0.05);
}
.bg-orange-500\/50 {
  background-color: rgb(254 147 87 / 0.5);
}
.bg-orange-500\/55 {
  background-color: rgb(254 147 87 / 0.55);
}
.bg-orange-500\/60 {
  background-color: rgb(254 147 87 / 0.6);
}
.bg-orange-500\/65 {
  background-color: rgb(254 147 87 / 0.65);
}
.bg-orange-500\/70 {
  background-color: rgb(254 147 87 / 0.7);
}
.bg-orange-500\/75 {
  background-color: rgb(254 147 87 / 0.75);
}
.bg-orange-500\/80 {
  background-color: rgb(254 147 87 / 0.8);
}
.bg-orange-500\/85 {
  background-color: rgb(254 147 87 / 0.85);
}
.bg-orange-500\/90 {
  background-color: rgb(254 147 87 / 0.9);
}
.bg-orange-500\/95 {
  background-color: rgb(254 147 87 / 0.95);
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(201 18 53 / var(--tw-bg-opacity));
}
.bg-red-500\/0 {
  background-color: rgb(201 18 53 / 0);
}
.bg-red-500\/10 {
  background-color: rgb(201 18 53 / 0.1);
}
.bg-red-500\/100 {
  background-color: rgb(201 18 53 / 1);
}
.bg-red-500\/15 {
  background-color: rgb(201 18 53 / 0.15);
}
.bg-red-500\/20 {
  background-color: rgb(201 18 53 / 0.2);
}
.bg-red-500\/25 {
  background-color: rgb(201 18 53 / 0.25);
}
.bg-red-500\/30 {
  background-color: rgb(201 18 53 / 0.3);
}
.bg-red-500\/35 {
  background-color: rgb(201 18 53 / 0.35);
}
.bg-red-500\/40 {
  background-color: rgb(201 18 53 / 0.4);
}
.bg-red-500\/45 {
  background-color: rgb(201 18 53 / 0.45);
}
.bg-red-500\/5 {
  background-color: rgb(201 18 53 / 0.05);
}
.bg-red-500\/50 {
  background-color: rgb(201 18 53 / 0.5);
}
.bg-red-500\/55 {
  background-color: rgb(201 18 53 / 0.55);
}
.bg-red-500\/60 {
  background-color: rgb(201 18 53 / 0.6);
}
.bg-red-500\/65 {
  background-color: rgb(201 18 53 / 0.65);
}
.bg-red-500\/70 {
  background-color: rgb(201 18 53 / 0.7);
}
.bg-red-500\/75 {
  background-color: rgb(201 18 53 / 0.75);
}
.bg-red-500\/80 {
  background-color: rgb(201 18 53 / 0.8);
}
.bg-red-500\/85 {
  background-color: rgb(201 18 53 / 0.85);
}
.bg-red-500\/90 {
  background-color: rgb(201 18 53 / 0.9);
}
.bg-red-500\/95 {
  background-color: rgb(201 18 53 / 0.95);
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(202 18 54 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 214 99 / var(--tw-bg-opacity));
}
.bg-yellow-500\/0 {
  background-color: rgb(255 214 99 / 0);
}
.bg-yellow-500\/10 {
  background-color: rgb(255 214 99 / 0.1);
}
.bg-yellow-500\/100 {
  background-color: rgb(255 214 99 / 1);
}
.bg-yellow-500\/15 {
  background-color: rgb(255 214 99 / 0.15);
}
.bg-yellow-500\/20 {
  background-color: rgb(255 214 99 / 0.2);
}
.bg-yellow-500\/25 {
  background-color: rgb(255 214 99 / 0.25);
}
.bg-yellow-500\/30 {
  background-color: rgb(255 214 99 / 0.3);
}
.bg-yellow-500\/35 {
  background-color: rgb(255 214 99 / 0.35);
}
.bg-yellow-500\/40 {
  background-color: rgb(255 214 99 / 0.4);
}
.bg-yellow-500\/45 {
  background-color: rgb(255 214 99 / 0.45);
}
.bg-yellow-500\/5 {
  background-color: rgb(255 214 99 / 0.05);
}
.bg-yellow-500\/50 {
  background-color: rgb(255 214 99 / 0.5);
}
.bg-yellow-500\/55 {
  background-color: rgb(255 214 99 / 0.55);
}
.bg-yellow-500\/60 {
  background-color: rgb(255 214 99 / 0.6);
}
.bg-yellow-500\/65 {
  background-color: rgb(255 214 99 / 0.65);
}
.bg-yellow-500\/70 {
  background-color: rgb(255 214 99 / 0.7);
}
.bg-yellow-500\/75 {
  background-color: rgb(255 214 99 / 0.75);
}
.bg-yellow-500\/80 {
  background-color: rgb(255 214 99 / 0.8);
}
.bg-yellow-500\/85 {
  background-color: rgb(255 214 99 / 0.85);
}
.bg-yellow-500\/90 {
  background-color: rgb(255 214 99 / 0.9);
}
.bg-yellow-500\/95 {
  background-color: rgb(255 214 99 / 0.95);
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill-white {
  fill: #FFFFFF;
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.object-center {
  object-position: center;
}
.object-left {
  object-position: left;
}
.object-left-top {
  object-position: left top;
}
.p-0 {
  padding: 0px;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-\[15px\] {
  padding: 15px;
}
.p-\[30px\] {
  padding: 30px;
}
.p-\[35px\] {
  padding: 35px;
}
.p-\[3px\] {
  padding: 3px;
}
.\!px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.\!px-\[25px\] {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.\!py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.\!py-\[14px\] {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px;
}
.px-\[25px\] {
  padding-left: 25px;
  padding-right: 25px;
}
.px-\[27px\] {
  padding-left: 27px;
  padding-right: 27px;
}
.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
.px-\[35px\] {
  padding-left: 35px;
  padding-right: 35px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[11px\] {
  padding-top: 11px;
  padding-bottom: 11px;
}
.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}
.py-\[25px\] {
  padding-top: 25px;
  padding-bottom: 25px;
}
.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-\[50px\] {
  padding-top: 50px;
  padding-bottom: 50px;
}
.py-\[60px\] {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-\[100px\] {
  padding-bottom: 100px;
}
.pb-\[10px\] {
  padding-bottom: 10px;
}
.pb-\[140px\] {
  padding-bottom: 140px;
}
.pb-\[18px\] {
  padding-bottom: 18px;
}
.pb-\[23px\] {
  padding-bottom: 23px;
}
.pb-\[25px\] {
  padding-bottom: 25px;
}
.pb-\[30px\] {
  padding-bottom: 30px;
}
.pb-\[35px\] {
  padding-bottom: 35px;
}
.pb-\[50px\] {
  padding-bottom: 50px;
}
.pb-\[60px\] {
  padding-bottom: 60px;
}
.pl-12 {
  padding-left: 3rem;
}
.pl-32 {
  padding-left: 8rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-\[15px\] {
  padding-left: 15px;
}
.pl-\[25px\] {
  padding-left: 25px;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pr-\[25px\] {
  padding-right: 25px;
}
.ps-28 {
  padding-inline-start: 7rem;
}
.ps-5 {
  padding-inline-start: 1.25rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[10px\] {
  padding-top: 10px;
}
.pt-\[15px\] {
  padding-top: 15px;
}
.pt-\[25px\] {
  padding-top: 25px;
}
.pt-\[28px\] {
  padding-top: 28px;
}
.pt-\[30px\] {
  padding-top: 30px;
}
.pt-\[45px\] {
  padding-top: 45px;
}
.pt-\[55px\] {
  padding-top: 55px;
}
.pt-\[60px\] {
  padding-top: 60px;
}
.pt-\[6px\] {
  padding-top: 6px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.indent-\[-99999em\] {
  text-indent: -99999em;
}
.align-top {
  vertical-align: top;
}
.\!font-body {
  font-family: "Source Sans 3", Arial, sans-serif !important;
}
.font-body {
  font-family: "Source Sans 3", Arial, sans-serif;
}
.font-heading {
  font-family: "Serifa Std", "Roboto Slab", serif;
}
.\!text-\[12px\] {
  font-size: 12px !important;
}
.\!text-\[14px\] {
  font-size: 14px !important;
}
.\!text-\[15px\] {
  font-size: 15px !important;
}
.\!text-\[18px\] {
  font-size: 18px !important;
}
.\!text-\[24px\] {
  font-size: 24px !important;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[42px\] {
  font-size: 42px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.\!font-light {
  font-weight: 300 !important;
}
.\!font-normal {
  font-weight: 400 !important;
}
.\!font-semibold {
  font-weight: 600 !important;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.\!leading-\[20px\] {
  line-height: 20px !important;
}
.\!leading-\[24px\] {
  line-height: 24px !important;
}
.\!leading-\[26px\] {
  line-height: 26px !important;
}
.\!leading-\[28px\] {
  line-height: 28px !important;
}
.\!leading-none {
  line-height: 1 !important;
}
.leading-\[11px\] {
  line-height: 11px;
}
.leading-\[16px\] {
  line-height: 16px;
}
.leading-\[18px\] {
  line-height: 18px;
}
.leading-\[20px\] {
  line-height: 20px;
}
.leading-\[24px\] {
  line-height: 24px;
}
.leading-\[28px\] {
  line-height: 28px;
}
.leading-\[36px\] {
  line-height: 36px;
}
.leading-\[40px\] {
  line-height: 40px;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-snug {
  line-height: 1.375;
}
.\!tracking-\[0\.1px\] {
  letter-spacing: 0.1px !important;
}
.tracking-\[0\.1px\] {
  letter-spacing: 0.1px;
}
.\!text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(44 42 41 / var(--tw-text-opacity)) !important;
}
.\!text-blue-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(145 215 242 / var(--tw-text-opacity)) !important;
}
.\!text-blue-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(0 118 175 / var(--tw-text-opacity)) !important;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(44 42 41 / var(--tw-text-opacity));
}
.text-black\/0 {
  color: rgb(44 42 41 / 0);
}
.text-black\/10 {
  color: rgb(44 42 41 / 0.1);
}
.text-black\/100 {
  color: rgb(44 42 41 / 1);
}
.text-black\/15 {
  color: rgb(44 42 41 / 0.15);
}
.text-black\/20 {
  color: rgb(44 42 41 / 0.2);
}
.text-black\/25 {
  color: rgb(44 42 41 / 0.25);
}
.text-black\/30 {
  color: rgb(44 42 41 / 0.3);
}
.text-black\/35 {
  color: rgb(44 42 41 / 0.35);
}
.text-black\/40 {
  color: rgb(44 42 41 / 0.4);
}
.text-black\/45 {
  color: rgb(44 42 41 / 0.45);
}
.text-black\/5 {
  color: rgb(44 42 41 / 0.05);
}
.text-black\/50 {
  color: rgb(44 42 41 / 0.5);
}
.text-black\/55 {
  color: rgb(44 42 41 / 0.55);
}
.text-black\/60 {
  color: rgb(44 42 41 / 0.6);
}
.text-black\/65 {
  color: rgb(44 42 41 / 0.65);
}
.text-black\/70 {
  color: rgb(44 42 41 / 0.7);
}
.text-black\/75 {
  color: rgb(44 42 41 / 0.75);
}
.text-black\/80 {
  color: rgb(44 42 41 / 0.8);
}
.text-black\/85 {
  color: rgb(44 42 41 / 0.85);
}
.text-black\/90 {
  color: rgb(44 42 41 / 0.9);
}
.text-black\/95 {
  color: rgb(44 42 41 / 0.95);
}
.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(145 215 242 / var(--tw-text-opacity));
}
.text-blue-300\/0 {
  color: rgb(145 215 242 / 0);
}
.text-blue-300\/10 {
  color: rgb(145 215 242 / 0.1);
}
.text-blue-300\/100 {
  color: rgb(145 215 242 / 1);
}
.text-blue-300\/15 {
  color: rgb(145 215 242 / 0.15);
}
.text-blue-300\/20 {
  color: rgb(145 215 242 / 0.2);
}
.text-blue-300\/25 {
  color: rgb(145 215 242 / 0.25);
}
.text-blue-300\/30 {
  color: rgb(145 215 242 / 0.3);
}
.text-blue-300\/35 {
  color: rgb(145 215 242 / 0.35);
}
.text-blue-300\/40 {
  color: rgb(145 215 242 / 0.4);
}
.text-blue-300\/45 {
  color: rgb(145 215 242 / 0.45);
}
.text-blue-300\/5 {
  color: rgb(145 215 242 / 0.05);
}
.text-blue-300\/50 {
  color: rgb(145 215 242 / 0.5);
}
.text-blue-300\/55 {
  color: rgb(145 215 242 / 0.55);
}
.text-blue-300\/60 {
  color: rgb(145 215 242 / 0.6);
}
.text-blue-300\/65 {
  color: rgb(145 215 242 / 0.65);
}
.text-blue-300\/70 {
  color: rgb(145 215 242 / 0.7);
}
.text-blue-300\/75 {
  color: rgb(145 215 242 / 0.75);
}
.text-blue-300\/80 {
  color: rgb(145 215 242 / 0.8);
}
.text-blue-300\/85 {
  color: rgb(145 215 242 / 0.85);
}
.text-blue-300\/90 {
  color: rgb(145 215 242 / 0.9);
}
.text-blue-300\/95 {
  color: rgb(145 215 242 / 0.95);
}
.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(34 105 162 / var(--tw-text-opacity));
}
.text-blue-400\/0 {
  color: rgb(34 105 162 / 0);
}
.text-blue-400\/10 {
  color: rgb(34 105 162 / 0.1);
}
.text-blue-400\/100 {
  color: rgb(34 105 162 / 1);
}
.text-blue-400\/15 {
  color: rgb(34 105 162 / 0.15);
}
.text-blue-400\/20 {
  color: rgb(34 105 162 / 0.2);
}
.text-blue-400\/25 {
  color: rgb(34 105 162 / 0.25);
}
.text-blue-400\/30 {
  color: rgb(34 105 162 / 0.3);
}
.text-blue-400\/35 {
  color: rgb(34 105 162 / 0.35);
}
.text-blue-400\/40 {
  color: rgb(34 105 162 / 0.4);
}
.text-blue-400\/45 {
  color: rgb(34 105 162 / 0.45);
}
.text-blue-400\/5 {
  color: rgb(34 105 162 / 0.05);
}
.text-blue-400\/50 {
  color: rgb(34 105 162 / 0.5);
}
.text-blue-400\/55 {
  color: rgb(34 105 162 / 0.55);
}
.text-blue-400\/60 {
  color: rgb(34 105 162 / 0.6);
}
.text-blue-400\/65 {
  color: rgb(34 105 162 / 0.65);
}
.text-blue-400\/70 {
  color: rgb(34 105 162 / 0.7);
}
.text-blue-400\/75 {
  color: rgb(34 105 162 / 0.75);
}
.text-blue-400\/80 {
  color: rgb(34 105 162 / 0.8);
}
.text-blue-400\/85 {
  color: rgb(34 105 162 / 0.85);
}
.text-blue-400\/90 {
  color: rgb(34 105 162 / 0.9);
}
.text-blue-400\/95 {
  color: rgb(34 105 162 / 0.95);
}
.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(0 118 175 / var(--tw-text-opacity));
}
.text-brown-500 {
  --tw-text-opacity: 1;
  color: rgb(122 104 91 / var(--tw-text-opacity));
}
.text-brown-500\/0 {
  color: rgb(122 104 91 / 0);
}
.text-brown-500\/10 {
  color: rgb(122 104 91 / 0.1);
}
.text-brown-500\/100 {
  color: rgb(122 104 91 / 1);
}
.text-brown-500\/15 {
  color: rgb(122 104 91 / 0.15);
}
.text-brown-500\/20 {
  color: rgb(122 104 91 / 0.2);
}
.text-brown-500\/25 {
  color: rgb(122 104 91 / 0.25);
}
.text-brown-500\/30 {
  color: rgb(122 104 91 / 0.3);
}
.text-brown-500\/35 {
  color: rgb(122 104 91 / 0.35);
}
.text-brown-500\/40 {
  color: rgb(122 104 91 / 0.4);
}
.text-brown-500\/45 {
  color: rgb(122 104 91 / 0.45);
}
.text-brown-500\/5 {
  color: rgb(122 104 91 / 0.05);
}
.text-brown-500\/50 {
  color: rgb(122 104 91 / 0.5);
}
.text-brown-500\/55 {
  color: rgb(122 104 91 / 0.55);
}
.text-brown-500\/60 {
  color: rgb(122 104 91 / 0.6);
}
.text-brown-500\/65 {
  color: rgb(122 104 91 / 0.65);
}
.text-brown-500\/70 {
  color: rgb(122 104 91 / 0.7);
}
.text-brown-500\/75 {
  color: rgb(122 104 91 / 0.75);
}
.text-brown-500\/80 {
  color: rgb(122 104 91 / 0.8);
}
.text-brown-500\/85 {
  color: rgb(122 104 91 / 0.85);
}
.text-brown-500\/90 {
  color: rgb(122 104 91 / 0.9);
}
.text-brown-500\/95 {
  color: rgb(122 104 91 / 0.95);
}
.text-gray-50 {
  --tw-text-opacity: 1;
  color: rgb(221 222 223 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(84 88 96 / var(--tw-text-opacity));
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(0 133 122 / var(--tw-text-opacity));
}
.text-green-500\/0 {
  color: rgb(0 133 122 / 0);
}
.text-green-500\/10 {
  color: rgb(0 133 122 / 0.1);
}
.text-green-500\/100 {
  color: rgb(0 133 122 / 1);
}
.text-green-500\/15 {
  color: rgb(0 133 122 / 0.15);
}
.text-green-500\/20 {
  color: rgb(0 133 122 / 0.2);
}
.text-green-500\/25 {
  color: rgb(0 133 122 / 0.25);
}
.text-green-500\/30 {
  color: rgb(0 133 122 / 0.3);
}
.text-green-500\/35 {
  color: rgb(0 133 122 / 0.35);
}
.text-green-500\/40 {
  color: rgb(0 133 122 / 0.4);
}
.text-green-500\/45 {
  color: rgb(0 133 122 / 0.45);
}
.text-green-500\/5 {
  color: rgb(0 133 122 / 0.05);
}
.text-green-500\/50 {
  color: rgb(0 133 122 / 0.5);
}
.text-green-500\/55 {
  color: rgb(0 133 122 / 0.55);
}
.text-green-500\/60 {
  color: rgb(0 133 122 / 0.6);
}
.text-green-500\/65 {
  color: rgb(0 133 122 / 0.65);
}
.text-green-500\/70 {
  color: rgb(0 133 122 / 0.7);
}
.text-green-500\/75 {
  color: rgb(0 133 122 / 0.75);
}
.text-green-500\/80 {
  color: rgb(0 133 122 / 0.8);
}
.text-green-500\/85 {
  color: rgb(0 133 122 / 0.85);
}
.text-green-500\/90 {
  color: rgb(0 133 122 / 0.9);
}
.text-green-500\/95 {
  color: rgb(0 133 122 / 0.95);
}
.text-magenta-500 {
  --tw-text-opacity: 1;
  color: rgb(169 0 102 / var(--tw-text-opacity));
}
.text-magenta-500\/0 {
  color: rgb(169 0 102 / 0);
}
.text-magenta-500\/10 {
  color: rgb(169 0 102 / 0.1);
}
.text-magenta-500\/100 {
  color: rgb(169 0 102 / 1);
}
.text-magenta-500\/15 {
  color: rgb(169 0 102 / 0.15);
}
.text-magenta-500\/20 {
  color: rgb(169 0 102 / 0.2);
}
.text-magenta-500\/25 {
  color: rgb(169 0 102 / 0.25);
}
.text-magenta-500\/30 {
  color: rgb(169 0 102 / 0.3);
}
.text-magenta-500\/35 {
  color: rgb(169 0 102 / 0.35);
}
.text-magenta-500\/40 {
  color: rgb(169 0 102 / 0.4);
}
.text-magenta-500\/45 {
  color: rgb(169 0 102 / 0.45);
}
.text-magenta-500\/5 {
  color: rgb(169 0 102 / 0.05);
}
.text-magenta-500\/50 {
  color: rgb(169 0 102 / 0.5);
}
.text-magenta-500\/55 {
  color: rgb(169 0 102 / 0.55);
}
.text-magenta-500\/60 {
  color: rgb(169 0 102 / 0.6);
}
.text-magenta-500\/65 {
  color: rgb(169 0 102 / 0.65);
}
.text-magenta-500\/70 {
  color: rgb(169 0 102 / 0.7);
}
.text-magenta-500\/75 {
  color: rgb(169 0 102 / 0.75);
}
.text-magenta-500\/80 {
  color: rgb(169 0 102 / 0.8);
}
.text-magenta-500\/85 {
  color: rgb(169 0 102 / 0.85);
}
.text-magenta-500\/90 {
  color: rgb(169 0 102 / 0.9);
}
.text-magenta-500\/95 {
  color: rgb(169 0 102 / 0.95);
}
.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(254 147 87 / var(--tw-text-opacity));
}
.text-orange-500\/0 {
  color: rgb(254 147 87 / 0);
}
.text-orange-500\/10 {
  color: rgb(254 147 87 / 0.1);
}
.text-orange-500\/100 {
  color: rgb(254 147 87 / 1);
}
.text-orange-500\/15 {
  color: rgb(254 147 87 / 0.15);
}
.text-orange-500\/20 {
  color: rgb(254 147 87 / 0.2);
}
.text-orange-500\/25 {
  color: rgb(254 147 87 / 0.25);
}
.text-orange-500\/30 {
  color: rgb(254 147 87 / 0.3);
}
.text-orange-500\/35 {
  color: rgb(254 147 87 / 0.35);
}
.text-orange-500\/40 {
  color: rgb(254 147 87 / 0.4);
}
.text-orange-500\/45 {
  color: rgb(254 147 87 / 0.45);
}
.text-orange-500\/5 {
  color: rgb(254 147 87 / 0.05);
}
.text-orange-500\/50 {
  color: rgb(254 147 87 / 0.5);
}
.text-orange-500\/55 {
  color: rgb(254 147 87 / 0.55);
}
.text-orange-500\/60 {
  color: rgb(254 147 87 / 0.6);
}
.text-orange-500\/65 {
  color: rgb(254 147 87 / 0.65);
}
.text-orange-500\/70 {
  color: rgb(254 147 87 / 0.7);
}
.text-orange-500\/75 {
  color: rgb(254 147 87 / 0.75);
}
.text-orange-500\/80 {
  color: rgb(254 147 87 / 0.8);
}
.text-orange-500\/85 {
  color: rgb(254 147 87 / 0.85);
}
.text-orange-500\/90 {
  color: rgb(254 147 87 / 0.9);
}
.text-orange-500\/95 {
  color: rgb(254 147 87 / 0.95);
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(201 18 53 / var(--tw-text-opacity));
}
.text-red-500\/0 {
  color: rgb(201 18 53 / 0);
}
.text-red-500\/10 {
  color: rgb(201 18 53 / 0.1);
}
.text-red-500\/100 {
  color: rgb(201 18 53 / 1);
}
.text-red-500\/15 {
  color: rgb(201 18 53 / 0.15);
}
.text-red-500\/20 {
  color: rgb(201 18 53 / 0.2);
}
.text-red-500\/25 {
  color: rgb(201 18 53 / 0.25);
}
.text-red-500\/30 {
  color: rgb(201 18 53 / 0.3);
}
.text-red-500\/35 {
  color: rgb(201 18 53 / 0.35);
}
.text-red-500\/40 {
  color: rgb(201 18 53 / 0.4);
}
.text-red-500\/45 {
  color: rgb(201 18 53 / 0.45);
}
.text-red-500\/5 {
  color: rgb(201 18 53 / 0.05);
}
.text-red-500\/50 {
  color: rgb(201 18 53 / 0.5);
}
.text-red-500\/55 {
  color: rgb(201 18 53 / 0.55);
}
.text-red-500\/60 {
  color: rgb(201 18 53 / 0.6);
}
.text-red-500\/65 {
  color: rgb(201 18 53 / 0.65);
}
.text-red-500\/70 {
  color: rgb(201 18 53 / 0.7);
}
.text-red-500\/75 {
  color: rgb(201 18 53 / 0.75);
}
.text-red-500\/80 {
  color: rgb(201 18 53 / 0.8);
}
.text-red-500\/85 {
  color: rgb(201 18 53 / 0.85);
}
.text-red-500\/90 {
  color: rgb(201 18 53 / 0.9);
}
.text-red-500\/95 {
  color: rgb(201 18 53 / 0.95);
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(255 214 99 / var(--tw-text-opacity));
}
.text-yellow-500\/0 {
  color: rgb(255 214 99 / 0);
}
.text-yellow-500\/10 {
  color: rgb(255 214 99 / 0.1);
}
.text-yellow-500\/100 {
  color: rgb(255 214 99 / 1);
}
.text-yellow-500\/15 {
  color: rgb(255 214 99 / 0.15);
}
.text-yellow-500\/20 {
  color: rgb(255 214 99 / 0.2);
}
.text-yellow-500\/25 {
  color: rgb(255 214 99 / 0.25);
}
.text-yellow-500\/30 {
  color: rgb(255 214 99 / 0.3);
}
.text-yellow-500\/35 {
  color: rgb(255 214 99 / 0.35);
}
.text-yellow-500\/40 {
  color: rgb(255 214 99 / 0.4);
}
.text-yellow-500\/45 {
  color: rgb(255 214 99 / 0.45);
}
.text-yellow-500\/5 {
  color: rgb(255 214 99 / 0.05);
}
.text-yellow-500\/50 {
  color: rgb(255 214 99 / 0.5);
}
.text-yellow-500\/55 {
  color: rgb(255 214 99 / 0.55);
}
.text-yellow-500\/60 {
  color: rgb(255 214 99 / 0.6);
}
.text-yellow-500\/65 {
  color: rgb(255 214 99 / 0.65);
}
.text-yellow-500\/70 {
  color: rgb(255 214 99 / 0.7);
}
.text-yellow-500\/75 {
  color: rgb(255 214 99 / 0.75);
}
.text-yellow-500\/80 {
  color: rgb(255 214 99 / 0.8);
}
.text-yellow-500\/85 {
  color: rgb(255 214 99 / 0.85);
}
.text-yellow-500\/90 {
  color: rgb(255 214 99 / 0.9);
}
.text-yellow-500\/95 {
  color: rgb(255 214 99 / 0.95);
}
.underline {
  text-decoration-line: underline;
}
.\!no-underline {
  text-decoration-line: none !important;
}
.no-underline {
  text-decoration-line: none;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.\!outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
.outline {
  outline-style: solid;
}
.ring-4 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-orange-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 147 87 / var(--tw-ring-opacity));
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-none {
  transition-property: none;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-100 {
  transition-delay: 100ms;
}
.delay-1000 {
  transition-delay: 1000ms;
}
.delay-150 {
  transition-delay: 150ms;
}
.delay-200 {
  transition-delay: 200ms;
}
.delay-300 {
  transition-delay: 300ms;
}
.delay-500 {
  transition-delay: 500ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
/* layouts */
.osu-search table th {
  padding-left: 0.5rem;
  font-size: 15px;
  line-height: 24px;
}
.osu-search table tr {
  padding: 3px;
}
.osu-search table td {
  border-width: 0px !important;
  padding: 0px !important;
}
.osu-search .osuSearch {
  --tw-bg-opacity: 1;
  background-color: rgb(201 18 53 / var(--tw-bg-opacity));
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.osu-search .osuSearch .heading-1,
.hero-short .osu-search .osuSearch p {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
@media (min-width: 768px) {
  .osu-search .osuSearch {
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 992px) {
  .osu-search .osuSearch {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.osu-search .osuSearch:before {
      content: 'Search Results';
      margin-bottom: 25px;
      display: block;
      font-family: "Source Sans 3", Arial, sans-serif !important;
      font-size: 42px;
      font-weight: 300 !important;
      line-height: 40px;
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }
@media (min-width: 768px) {
  .osu-search .osuSearch:before {
    font-size: 56px;
    line-height: 50px;
  }
}
.osu-search .osuSearch .osuSearch-input {
  width: 100%;
  border-radius: 10px !important;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  font-size: 15px !important;
}
@media (min-width: 992px) {
  .osu-search .osuSearch .osuSearch-input {
    width: 535px;
  }
}
.osu-search .osuSearch .osuSearch-input:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 147 87 / var(--tw-ring-opacity));
  --tw-ring-offset-color: rgb(254 147 87 / 0.2);
}
.osu-search .osuSearch .input-group {
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .osu-search .osuSearch .input-group {
    width: 535px;
  }
}
.osu-search .osuSearch .btn.osuSearch-submit {
  position: absolute;
  right: 0px;
  top: 0px;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-width: 0px;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.osu-search .osuSearch .btn.osuSearch-submit svg {
  height: 1.25rem;
  width: 1.25rem;
}
.osu-search .gsc-control-cse {
  padding: 0px;
}
.osu-search .gs-promotion-text-cell {
  margin-left: 0px;
}
.osu-search .gsc-cursor-page {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-decoration-line: none;
}
.osu-search .gsc-results {
  width: 100%;
}
.osu-search .gsc-results .gsc-cursor-box {
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 30px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 118 175 / var(--tw-bg-opacity));
}
@media (min-width: 768px) {
  .osu-search .gsc-results .gsc-cursor-box {
    margin-bottom: 2.5rem;
    background-color: transparent;
  }
}
.osu-search .gsc-webResult.gsc-result {
  margin-bottom: 1.25rem;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 118 175 / var(--tw-border-opacity));
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.osu-search .gsc-control-cse .gs-result .gs-title * {
  margin-bottom: 10px;
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 24px;
  font-weight: 300 !important;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(0 118 175 / var(--tw-text-opacity));
}
.osu-search .gsc-control-cse .gs-result .gs-title *:hover {
  text-decoration-line: underline;
}
.osu-search .gsc-control-cse .gs-result .gs-title *:focus {
  text-decoration-line: underline;
}
.osu-search .gsc-url-top * {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(84 88 96 / var(--tw-text-opacity));
}
.osu-search .cse-results {
  max-width: 1100px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 60px;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .osu-search .cse-results {
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 100px;
  }
}
@media (min-width: 992px) {
  .osu-search .cse-results {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.osu-search .gsc-above-wrapper-area {
  margin-bottom: 1rem;
  border-width: 0px;
}
.osu-search .gsc-cursor-current-page {
  --tw-text-opacity: 1 !important;
  color: rgb(0 118 175 / var(--tw-text-opacity)) !important;
}
.osu-search .gsc-table-result {
  margin-top: 1.25rem;
}
.osu-search .gs-snippet {
  font-size: 15px !important;
  line-height: 24px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(84 88 96 / var(--tw-text-opacity)) !important;
}
.osu-search .gs-snippet * {
  font-size: 15px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(84 88 96 / var(--tw-text-opacity));
}
.osu-search .gs-snippet b {
  --tw-text-opacity: 1 !important;
  color: rgb(0 118 175 / var(--tw-text-opacity)) !important;
}
.osu-search .gs-fileFormat,
  .osu-search .gs-fileFormatType {
  --tw-text-opacity: 1;
  color: rgb(84 88 96 / var(--tw-text-opacity));
}
.osu-search .gsc-adBlock {
  display: none !important;
}
.osu-search .gs-web-image-box,
  .osu-search .gs-promotion-image-box {
  width: auto;
}
.osu-search .gs-web-image-box .gs-image,
  .osu-search .gs-promotion-image-box .gs-promotion-image {
  border-width: 0px;
}
@media (min-width: 992px) {
  .osu-search .gs-web-image-box .gs-image,
  .osu-search .gs-promotion-image-box .gs-promotion-image {
    max-height: 100px;
    max-width: 100px;
  }
}
.osu-search .gsc-table-cell-snippet-close,
  .osu-search .gs-promotion-text-cell {
  max-width: 600px;
}
.osu-search .gsc-result {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .osu-search .gsc-result {
    margin-bottom: 2.5rem;
  }
}
.osu-search .gsc-cursor,
  .osu-search .gsc-cursor-numbered-page {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
@media (min-width: 768px) {
  .osu-search .gsc-cursor,
  .osu-search .gsc-cursor-numbered-page {
    --tw-text-opacity: 1 !important;
    color: rgb(0 118 175 / var(--tw-text-opacity)) !important;
  }
}
.osu-search .gsc-cursor-container-next,
  .osu-search .gsc-cursor-container-previous {
  padding-top: 14px;
  padding-bottom: 14px;
}
.osu-search .gsc-cursor-chevron {
  height: 14px;
  width: 14px;
  fill: #FFFFFF;
}
@media (min-width: 768px) {
  .osu-search .gsc-cursor-chevron {
    fill: #0076af;
  }
}
.osu-search .gsc-cursor-container-next .gsc-cursor-chevron {
  margin-left: auto;
}
.osu-search .gsc-cursor-numbered-page {
  --tw-text-opacity: 1;
  color: rgb(0 118 175 / var(--tw-text-opacity));
}
.osu-search .gcsc-find-more-on-google {
  --tw-text-opacity: 1;
  color: rgb(84 88 96 / var(--tw-text-opacity));
}
.osu-search .gcsc-find-more-on-google svg {
  display: inline;
  height: 14px !important;
  width: 14px !important;
  fill: #545860;
}
.osu-search .gcsc-more-maybe-branding-root {
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  line-height: 1;
}
@media (min-width: 768px) {
  .osu-search .gcsc-more-maybe-branding-root {
    flex-direction: row;
  }
}
/* content */
.press-teaser-content {
  display: grid;
}
@media (min-width: 992px) {
  .press-teaser-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 70px;
  }
  .press-teaser-title,
  .press-teaser-description {
    padding-right: 60px;
  }
}
.press-teaser-title {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 28px;
}
.featured-press .press-teaser {
  --tw-bg-opacity: 1;
  background-color: rgb(0 118 175 / var(--tw-bg-opacity));
}
.featured-press .press-teaser-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 45px;
}
@media (min-width: 768px) {
  .featured-press .press-teaser-content {
    padding-left: 1.25rem;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .featured-press .press-teaser-content {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.featured-press .press-teaser-image {
  display: none;
}
.featured-press .press-teaser-title,
    .featured-press .press-teaser-description,
    .featured-press .press-teaser-link {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.featured-press .press-teaser-title {
  font-size: 32px;
  line-height: 36px;
}
@media (min-width: 768px) {
  .featured-press .press-teaser-title {
    font-size: 36px;
    line-height: 40px;
  }
}
.featured-press .press-teaser-link:before {
        background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m6.188 12.72 6.123-2.948.9-.434-.887-.46-6.136-3.183v1.127l4.788 2.482-4.789 2.306v1.11Z' fill='%23F8F7F3'/%3E%3Ccircle cx='9' cy='9' r='8.75' stroke='%23FE6557' stroke-width='.5'/%3E%3C/svg%3E");
      }
.fire-page-type--upcoming-events .views-field-title a, .fire-page-type--archived-events .views-field-title a {
  font-weight: 700;
  text-decoration-line: none;
}
.fire-page-type--upcoming-events form.views-exposed-form, .fire-page-type--archived-events form.views-exposed-form {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.fire-page-type--upcoming-events form.views-exposed-form .form-group, .fire-page-type--archived-events form.views-exposed-form .form-group {
  display: block;
}
.fire-page-type--upcoming-events input#edit-title, .fire-page-type--archived-events input#edit-title {
  margin-right: 1rem;
  width: 400px;
  max-width: 100%;
}
.fire-page-type--upcoming-events input[type='submit'], .fire-page-type--archived-events input[type='submit'] {
  position: absolute;
  top: 0.75rem;
  right: 1.75rem;
  height: 15px;
  width: 15px;
  text-indent: -99999em;
    background: top left url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDM5LjIgMzMuOCI+IDxkZWZzPiA8c3R5bGU+IC5jbHMtMSB7IHN0cm9rZS1saW5lY2FwOiByb3VuZDsgfSAuY2xzLTEsIC5jbHMtMiB7IGZpbGw6IG5vbmU7IHN0cm9rZTogIzMwMmQ0NDsgc3Ryb2tlLW1pdGVybGltaXQ6IDEwOyBzdHJva2Utd2lkdGg6IDMuOXB4OyB9IDwvc3R5bGU+IDwvZGVmcz4gPGVsbGlwc2UgY2xhc3M9ImNscy0yIiBjeD0iMTYiIGN5PSIxNS45IiByeD0iMTMuNiIgcnk9IjEzLjciLz4gPGxpbmUgY2xhc3M9ImNscy0xIiB4MT0iMzYuOCIgeTE9IjMxLjUiIHgyPSIyNyIgeTI9IjI0LjEiLz4gPC9zdmc+) no-repeat;
}
.fire-page-type--upcoming-events ul.js-pager__items, .fire-page-type--archived-events ul.js-pager__items {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fire-page-type--upcoming-events ul.js-pager__items li, .fire-page-type--archived-events ul.js-pager__items li {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.fire-page-type--software .layout__region--content > div:nth-child(3) {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.fire-page-type--software .layout__region--content > div:nth-child(3) a {
  position: relative;
  display: block;
}
@media (min-width: 575px) {
  .fire-page-type--software .layout__region--content > div:nth-child(3) a {
    display: inline-block;
  }
}
.fire-page-type--software .layout__region--content > div:nth-child(3) a {
  --tw-bg-opacity: 1;
  background-color: rgb(0 118 175 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 10px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1px;
  text-decoration-line: none;
  font-size: 15px;
  line-height: 24px;
}
.wizzy .fire-page-type--software .layout__region--content > div:nth-child(3) a {
  --tw-text-opacity: 1;
  color: rgb(44 42 41 / var(--tw-text-opacity));
}
.fire-page-type--software .layout__region--content > div:nth-child(3) a {
  cursor: pointer;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  min-width: 165px;
  border-width: 0px !important;
}
.fire-page-type--software .layout__region--content > div:nth-child(3) a:focus {
    outline: none;
  }
.fire-page-type--software .layout__region--content > div:nth-child(3) a:hover,.fire-page-type--software .layout__region--content > div:nth-child(3) a:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(201 18 53 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 118 175 / var(--tw-text-opacity));
}
.fire-page-type--software .layout__region--content > div:nth-child(3) a:hover .heading-1,
.hero-short .fire-page-type--software .layout__region--content > div:nth-child(3) a:hover p,.fire-page-type--software .layout__region--content > div:nth-child(3) a:focus .heading-1,
.hero-short .fire-page-type--software .layout__region--content > div:nth-child(3) a:focus p {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.fire-page-type--software .layout__region--content > div:nth-child(3) a:hover,.fire-page-type--software .layout__region--content > div:nth-child(3) a:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(201 18 53 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 118 175 / var(--tw-text-opacity));
}
.fire-page-type--software .layout__region--content > div:nth-child(3) a:hover .heading-1,
.hero-short .fire-page-type--software .layout__region--content > div:nth-child(3) a:hover p,.fire-page-type--software .layout__region--content > div:nth-child(3) a:focus .heading-1,
.hero-short .fire-page-type--software .layout__region--content > div:nth-child(3) a:focus p {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.fire-page-type--software .layout__region--content > div:nth-child(3) a:hover::after,.fire-page-type--software .layout__region--content > div:nth-child(3) a:focus::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(0 118 175 / var(--tw-border-opacity));
}
.fire-page-type--software .layout__region--content > div:nth-child(3) a:after {
    content: '';
    position: absolute;
    bottom: 5px;
    right: 5px;
    height: 20px;
    width: 25px;
    border-bottom-right-radius: 7px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    cursor: pointer;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
  }
.fire-page-type--software .layout__region--content > div:nth-child(3) a {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 133 122 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.fire-page-type--software .layout__region--content > div:nth-child(3) a::after {
  content: var(--tw-content) !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}
.fire-page-type--software .layout__region--content > div:nth-child(3) a:hover,.fire-page-type--software .layout__region--content > div:nth-child(3) a:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(44 42 41 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.fire-page-type--software .layout__region--content > div:nth-child(3) a:hover::after,.fire-page-type--software .layout__region--content > div:nth-child(3) a:focus::after {
  content: var(--tw-content) !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}
.image-widget .fire-page-type--software .layout__region--content > div:nth-child(3) a {
  margin-left: 0.75rem;
}
.organizations .pager__item .fire-page-type--software .layout__region--content > div:nth-child(3) a {
  background-color: transparent;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 118 175 / var(--tw-text-opacity));
}
.wizzy .organizations .pager__item .fire-page-type--software .layout__region--content > div:nth-child(3) a {
  --tw-text-opacity: 1;
  color: rgb(44 42 41 / var(--tw-text-opacity));
}
.organizations .pager__item .fire-page-type--software .layout__region--content > div:nth-child(3) a::before {
  content: var(--tw-content);
  display: none;
}
.organizations .pager__item .fire-page-type--software .layout__region--content > div:nth-child(3) a::after {
  content: var(--tw-content);
  display: none;
}
.organizations .pager__item .fire-page-type--software .layout__region--content > div:nth-child(3) a:hover {
  text-decoration-line: underline;
}
.organizations .pager__item .fire-page-type--software .layout__region--content > div:nth-child(3) a:focus {
  text-decoration-line: underline;
}
.sitewide-alert .fire-page-type--software .layout__region--content > div:nth-child(3) a {
  display: inline;
  width: -moz-fit-content;
  width: fit-content;
  min-width: min-content;
  white-space: nowrap;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0px;
  padding-bottom: 0px;
}
.sitewide-alert .fire-page-type--software .layout__region--content > div:nth-child(3) a:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(44 42 41 / var(--tw-text-opacity)) !important;
}
.sitewide-alert .fire-page-type--software .layout__region--content > div:nth-child(3) a:after {
      width: 0;
      height: 0;
      border: none;
    }
.fire-page-type--software .layout__region--content > div:nth-child(4),
  .fire-page-type--software .layout__region--content > div:nth-child(5) {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.fire-page-type--software .layout__region--content > div:nth-child(4) > div:first-child > div:first-child, .fire-page-type--software .layout__region--content > div:nth-child(5) > div:first-child > div:first-child {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.fire-page-type--software .layout__region--content > div:nth-child(4) > div:first-child > div:nth-child(2) div, .fire-page-type--software .layout__region--content > div:nth-child(5) > div:first-child > div:nth-child(2) div {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.fire-page-type--software .layout__region--content > div:nth-child(4) > div:first-child > div:nth-child(2) a, .fire-page-type--software .layout__region--content > div:nth-child(5) > div:first-child > div:nth-child(2) a {
  position: relative;
  padding-left: 2.5rem;
  font-weight: 700;
}
.fire-page-type--software .layout__region--content > div:nth-child(4) > div:first-child > div:nth-child(2) a:before, .fire-page-type--software .layout__region--content > div:nth-child(5) > div:first-child > div:nth-child(2) a:before {
            content: '';
            position: absolute;
            left: 0px;
            height: 28px;
            width: 28px;
            background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m6.188 12.72 6.123-2.948.9-.434-.887-.46-6.136-3.183v1.127l4.788 2.482-4.789 2.306v1.11Z' fill='%23302D44'/%3E%3Ccircle cx='9' cy='9' r='8.75' stroke='%23FE6557' stroke-width='.5'/%3E%3C/svg%3E");
          }
.fire-page-type--software .layout__region--content > div:nth-child(4) > div:first-child > div:nth-child(2) a:after, .fire-page-type--software .layout__region--content > div:nth-child(5) > div:first-child > div:nth-child(2) a:after {
            content: '';
            position: absolute;
            left: -0.25rem;
            top: -0.25rem;
            height: 2.25rem;
            width: 2.25rem;
            --tw-scale-x: .7;
            --tw-scale-y: .7;
            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));
            opacity: 0;
            transition-property: opacity;
            transition-property: transform;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-duration: 200ms;
            background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='11.75' fill='%23FE6557' stroke='%23FE6557' stroke-width='.5'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m9 15.513 6.123-2.948.901-.434-.888-.46L9 8.487v1.127l4.788 2.482L9 14.403v1.11Z' fill='%23302D44'/%3E%3C/svg%3E");
          }
.fire-page-type--software .layout__region--content > div:nth-child(4) > div:first-child > div:nth-child(2) a:hover::after,
          .fire-page-type--software .layout__region--content > div:nth-child(4) > div:first-child > div:nth-child(2) a:focus-visible::after,
          .fire-page-type--software .layout__region--content > div:nth-child(5) > div:first-child > div:nth-child(2) a:hover::after,
          .fire-page-type--software .layout__region--content > div:nth-child(5) > div:first-child > div:nth-child(2) a:focus-visible::after {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  content: var(--tw-content);
  opacity: 1;
}
.fire-page-type--software .layout__region--content > div:nth-child(4) {
  margin-bottom: 2rem;
  border-bottom-width: 2px;
  border-style: dotted;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
/* views */
.organizations .views-infinite-scroll-content-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}
@media (min-width: 768px) {
  .organizations .views-infinite-scroll-content-wrapper {
    gap: 26px;
    row-gap: 26px;
  }
}
@media (min-width: 992px) {
  .organizations .views-infinite-scroll-content-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1100px) {
  .organizations .views-infinite-scroll-content-wrapper {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.organizations .pager__item {
  text-align: center;
}
.organizations .pager__item .button {
  background-color: transparent;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 118 175 / var(--tw-text-opacity));
}
.wizzy .organizations .pager__item .button {
  --tw-text-opacity: 1;
  color: rgb(44 42 41 / var(--tw-text-opacity));
}
.organizations .pager__item .button::before {
  content: var(--tw-content);
  display: none;
}
.organizations .pager__item .button::after {
  content: var(--tw-content);
  display: none;
}
.organizations .pager__item .button:hover {
  text-decoration-line: underline;
}
.organizations .pager__item .button:focus {
  text-decoration-line: underline;
}
.software-logo {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 4rem;
  max-width: 8rem;
}
#block-views-block-software-software-filter-block .grid-item img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  height: 3rem;
  object-fit: contain;
}
/* page components */
.featured-partners .featured-partner:nth-child(odd) .featured-partner-gradient {
        background: linear-gradient(106.5deg, #08448a 1.03%, #00aee8 100%);
      }
.featured-partners .featured-partner:nth-child(even) .featured-partner-gradient {
        background: linear-gradient(106.5deg, #ce0e2d 1.03%, #302d44 100%);
      }
.sitewide-alert {
  text-align: center;
}
.sitewide-alert .button {
  display: inline;
  width: -moz-fit-content;
  width: fit-content;
  min-width: min-content;
  white-space: nowrap;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0px;
  padding-bottom: 0px;
}
.sitewide-alert .button:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(44 42 41 / var(--tw-text-opacity)) !important;
}
.sitewide-alert .button:after {
      width: 0;
      height: 0;
      border: none;
    }
@media screen and (min-width: 992px) {
  #site-main > div:first-child {
    position: sticky;
    top: 0;
    height: -moz-fit-content;
    height: fit-content;
    z-index: 100;
  }
  .sitewide-alert {
      text-align: left;
    }
}
@media (min-width: 768px) {
  .md\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  @media (min-width: 575px) {
    .md\:container {
      max-width: 575px;
      padding-right: 3.375rem;
      padding-left: 3.375rem;
    }
  }
  @media (min-width: 768px) {
    .md\:container {
      max-width: 768px;
    }
  }
  @media (min-width: 992px) {
    .md\:container {
      max-width: 992px;
      padding-right: 3.785rem;
      padding-left: 3.785rem;
    }
  }
  @media (min-width: 1100px) {
    .md\:container {
      max-width: 1100px;
    }
  }
}
@media (min-width: 992px) {
  .lg\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  @media (min-width: 575px) {
    .lg\:container {
      max-width: 575px;
      padding-right: 3.375rem;
      padding-left: 3.375rem;
    }
  }
  @media (min-width: 768px) {
    .lg\:container {
      max-width: 768px;
    }
  }
  @media (min-width: 992px) {
    .lg\:container {
      max-width: 992px;
      padding-right: 3.785rem;
      padding-left: 3.785rem;
    }
  }
  @media (min-width: 1100px) {
    .lg\:container {
      max-width: 1100px;
    }
  }
}
.placeholder\:text-\[\#e5e5e5\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity));
}
.placeholder\:opacity-60::placeholder {
  opacity: 0.6;
}
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:-left-6::before {
  content: var(--tw-content);
  left: -1.5rem;
}
.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}
.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}
.before\:ml-\[6\.5rem\]::before {
  content: var(--tw-content);
  margin-left: 6.5rem;
}
.before\:hidden::before {
  content: var(--tw-content);
  display: none;
}
.before\:h-full::before {
  content: var(--tw-content);
  height: 100%;
}
.before\:-translate-x-1\/2::before {
  content: var(--tw-content);
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.before\:translate-y-3::before {
  content: var(--tw-content);
  --tw-translate-y: 0.75rem;
  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));
}
.before\:self-start::before {
  content: var(--tw-content);
  align-self: flex-start;
}
.before\:border-gray-50::before {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(221 222 223 / var(--tw-border-opacity));
}
.before\:border-red-500::before {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(201 18 53 / var(--tw-border-opacity));
}
.before\:bg-gray-500::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(84 88 96 / var(--tw-bg-opacity));
}
.before\:px-px::before {
  content: var(--tw-content);
  padding-left: 1px;
  padding-right: 1px;
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:-right-3::after {
  content: var(--tw-content);
  right: -0.75rem;
}
.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}
.after\:top-0::after {
  content: var(--tw-content);
  top: 0px;
}
.after\:ml-\[6\.5rem\]::after {
  content: var(--tw-content);
  margin-left: 6.5rem;
}
.after\:box-content::after {
  content: var(--tw-content);
  box-sizing: content-box;
}
.after\:hidden::after {
  content: var(--tw-content);
  display: none;
}
.after\:h-2::after {
  content: var(--tw-content);
  height: 0.5rem;
}
.after\:h-full::after {
  content: var(--tw-content);
  height: 100%;
}
.after\:w-2::after {
  content: var(--tw-content);
  width: 0.5rem;
}
.after\:-translate-x-1\/2::after {
  content: var(--tw-content);
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.after\:translate-y-1::after {
  content: var(--tw-content);
  --tw-translate-y: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.after\:translate-y-1\.5::after {
  content: var(--tw-content);
  --tw-translate-y: 0.375rem;
  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));
}
.after\:rounded-full::after {
  content: var(--tw-content);
  border-radius: 9999px;
}
.after\:border-2::after {
  content: var(--tw-content);
  border-width: 2px;
}
.after\:border-gray-50::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(221 222 223 / var(--tw-border-opacity));
}
.after\:border-white::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.after\:bg-red-500::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(201 18 53 / var(--tw-bg-opacity));
}
.after\:pr-4::after {
  content: var(--tw-content);
  padding-right: 1rem;
}
.after\:pr-\[15px\]::after {
  content: var(--tw-content);
  padding-right: 15px;
}
.after\:opacity-100::after {
  content: var(--tw-content);
  opacity: 1;
}
.last\:mb-0:last-child {
  margin-bottom: 0px;
}
.last\:mr-0:last-child {
  margin-right: 0px;
}
.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:border-black:hover {
  --tw-border-opacity: 1;
  border-color: rgb(44 42 41 / var(--tw-border-opacity));
}
.hover\:border-black\/0:hover {
  border-color: rgb(44 42 41 / 0);
}
.hover\:border-black\/10:hover {
  border-color: rgb(44 42 41 / 0.1);
}
.hover\:border-black\/100:hover {
  border-color: rgb(44 42 41 / 1);
}
.hover\:border-black\/15:hover {
  border-color: rgb(44 42 41 / 0.15);
}
.hover\:border-black\/20:hover {
  border-color: rgb(44 42 41 / 0.2);
}
.hover\:border-black\/25:hover {
  border-color: rgb(44 42 41 / 0.25);
}
.hover\:border-black\/30:hover {
  border-color: rgb(44 42 41 / 0.3);
}
.hover\:border-black\/35:hover {
  border-color: rgb(44 42 41 / 0.35);
}
.hover\:border-black\/40:hover {
  border-color: rgb(44 42 41 / 0.4);
}
.hover\:border-black\/45:hover {
  border-color: rgb(44 42 41 / 0.45);
}
.hover\:border-black\/5:hover {
  border-color: rgb(44 42 41 / 0.05);
}
.hover\:border-black\/50:hover {
  border-color: rgb(44 42 41 / 0.5);
}
.hover\:border-black\/55:hover {
  border-color: rgb(44 42 41 / 0.55);
}
.hover\:border-black\/60:hover {
  border-color: rgb(44 42 41 / 0.6);
}
.hover\:border-black\/65:hover {
  border-color: rgb(44 42 41 / 0.65);
}
.hover\:border-black\/70:hover {
  border-color: rgb(44 42 41 / 0.7);
}
.hover\:border-black\/75:hover {
  border-color: rgb(44 42 41 / 0.75);
}
.hover\:border-black\/80:hover {
  border-color: rgb(44 42 41 / 0.8);
}
.hover\:border-black\/85:hover {
  border-color: rgb(44 42 41 / 0.85);
}
.hover\:border-black\/90:hover {
  border-color: rgb(44 42 41 / 0.9);
}
.hover\:border-black\/95:hover {
  border-color: rgb(44 42 41 / 0.95);
}
.hover\:border-blue-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(145 215 242 / var(--tw-border-opacity));
}
.hover\:border-blue-300\/0:hover {
  border-color: rgb(145 215 242 / 0);
}
.hover\:border-blue-300\/10:hover {
  border-color: rgb(145 215 242 / 0.1);
}
.hover\:border-blue-300\/100:hover {
  border-color: rgb(145 215 242 / 1);
}
.hover\:border-blue-300\/15:hover {
  border-color: rgb(145 215 242 / 0.15);
}
.hover\:border-blue-300\/20:hover {
  border-color: rgb(145 215 242 / 0.2);
}
.hover\:border-blue-300\/25:hover {
  border-color: rgb(145 215 242 / 0.25);
}
.hover\:border-blue-300\/30:hover {
  border-color: rgb(145 215 242 / 0.3);
}
.hover\:border-blue-300\/35:hover {
  border-color: rgb(145 215 242 / 0.35);
}
.hover\:border-blue-300\/40:hover {
  border-color: rgb(145 215 242 / 0.4);
}
.hover\:border-blue-300\/45:hover {
  border-color: rgb(145 215 242 / 0.45);
}
.hover\:border-blue-300\/5:hover {
  border-color: rgb(145 215 242 / 0.05);
}
.hover\:border-blue-300\/50:hover {
  border-color: rgb(145 215 242 / 0.5);
}
.hover\:border-blue-300\/55:hover {
  border-color: rgb(145 215 242 / 0.55);
}
.hover\:border-blue-300\/60:hover {
  border-color: rgb(145 215 242 / 0.6);
}
.hover\:border-blue-300\/65:hover {
  border-color: rgb(145 215 242 / 0.65);
}
.hover\:border-blue-300\/70:hover {
  border-color: rgb(145 215 242 / 0.7);
}
.hover\:border-blue-300\/75:hover {
  border-color: rgb(145 215 242 / 0.75);
}
.hover\:border-blue-300\/80:hover {
  border-color: rgb(145 215 242 / 0.8);
}
.hover\:border-blue-300\/85:hover {
  border-color: rgb(145 215 242 / 0.85);
}
.hover\:border-blue-300\/90:hover {
  border-color: rgb(145 215 242 / 0.9);
}
.hover\:border-blue-300\/95:hover {
  border-color: rgb(145 215 242 / 0.95);
}
.hover\:border-blue-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(34 105 162 / var(--tw-border-opacity));
}
.hover\:border-blue-400\/0:hover {
  border-color: rgb(34 105 162 / 0);
}
.hover\:border-blue-400\/10:hover {
  border-color: rgb(34 105 162 / 0.1);
}
.hover\:border-blue-400\/100:hover {
  border-color: rgb(34 105 162 / 1);
}
.hover\:border-blue-400\/15:hover {
  border-color: rgb(34 105 162 / 0.15);
}
.hover\:border-blue-400\/20:hover {
  border-color: rgb(34 105 162 / 0.2);
}
.hover\:border-blue-400\/25:hover {
  border-color: rgb(34 105 162 / 0.25);
}
.hover\:border-blue-400\/30:hover {
  border-color: rgb(34 105 162 / 0.3);
}
.hover\:border-blue-400\/35:hover {
  border-color: rgb(34 105 162 / 0.35);
}
.hover\:border-blue-400\/40:hover {
  border-color: rgb(34 105 162 / 0.4);
}
.hover\:border-blue-400\/45:hover {
  border-color: rgb(34 105 162 / 0.45);
}
.hover\:border-blue-400\/5:hover {
  border-color: rgb(34 105 162 / 0.05);
}
.hover\:border-blue-400\/50:hover {
  border-color: rgb(34 105 162 / 0.5);
}
.hover\:border-blue-400\/55:hover {
  border-color: rgb(34 105 162 / 0.55);
}
.hover\:border-blue-400\/60:hover {
  border-color: rgb(34 105 162 / 0.6);
}
.hover\:border-blue-400\/65:hover {
  border-color: rgb(34 105 162 / 0.65);
}
.hover\:border-blue-400\/70:hover {
  border-color: rgb(34 105 162 / 0.7);
}
.hover\:border-blue-400\/75:hover {
  border-color: rgb(34 105 162 / 0.75);
}
.hover\:border-blue-400\/80:hover {
  border-color: rgb(34 105 162 / 0.8);
}
.hover\:border-blue-400\/85:hover {
  border-color: rgb(34 105 162 / 0.85);
}
.hover\:border-blue-400\/90:hover {
  border-color: rgb(34 105 162 / 0.9);
}
.hover\:border-blue-400\/95:hover {
  border-color: rgb(34 105 162 / 0.95);
}
.hover\:border-brown-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(122 104 91 / var(--tw-border-opacity));
}
.hover\:border-brown-500\/0:hover {
  border-color: rgb(122 104 91 / 0);
}
.hover\:border-brown-500\/10:hover {
  border-color: rgb(122 104 91 / 0.1);
}
.hover\:border-brown-500\/100:hover {
  border-color: rgb(122 104 91 / 1);
}
.hover\:border-brown-500\/15:hover {
  border-color: rgb(122 104 91 / 0.15);
}
.hover\:border-brown-500\/20:hover {
  border-color: rgb(122 104 91 / 0.2);
}
.hover\:border-brown-500\/25:hover {
  border-color: rgb(122 104 91 / 0.25);
}
.hover\:border-brown-500\/30:hover {
  border-color: rgb(122 104 91 / 0.3);
}
.hover\:border-brown-500\/35:hover {
  border-color: rgb(122 104 91 / 0.35);
}
.hover\:border-brown-500\/40:hover {
  border-color: rgb(122 104 91 / 0.4);
}
.hover\:border-brown-500\/45:hover {
  border-color: rgb(122 104 91 / 0.45);
}
.hover\:border-brown-500\/5:hover {
  border-color: rgb(122 104 91 / 0.05);
}
.hover\:border-brown-500\/50:hover {
  border-color: rgb(122 104 91 / 0.5);
}
.hover\:border-brown-500\/55:hover {
  border-color: rgb(122 104 91 / 0.55);
}
.hover\:border-brown-500\/60:hover {
  border-color: rgb(122 104 91 / 0.6);
}
.hover\:border-brown-500\/65:hover {
  border-color: rgb(122 104 91 / 0.65);
}
.hover\:border-brown-500\/70:hover {
  border-color: rgb(122 104 91 / 0.7);
}
.hover\:border-brown-500\/75:hover {
  border-color: rgb(122 104 91 / 0.75);
}
.hover\:border-brown-500\/80:hover {
  border-color: rgb(122 104 91 / 0.8);
}
.hover\:border-brown-500\/85:hover {
  border-color: rgb(122 104 91 / 0.85);
}
.hover\:border-brown-500\/90:hover {
  border-color: rgb(122 104 91 / 0.9);
}
.hover\:border-brown-500\/95:hover {
  border-color: rgb(122 104 91 / 0.95);
}
.hover\:border-gray-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(118 121 128 / var(--tw-border-opacity));
}
.hover\:border-green-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 133 122 / var(--tw-border-opacity));
}
.hover\:border-green-500\/0:hover {
  border-color: rgb(0 133 122 / 0);
}
.hover\:border-green-500\/10:hover {
  border-color: rgb(0 133 122 / 0.1);
}
.hover\:border-green-500\/100:hover {
  border-color: rgb(0 133 122 / 1);
}
.hover\:border-green-500\/15:hover {
  border-color: rgb(0 133 122 / 0.15);
}
.hover\:border-green-500\/20:hover {
  border-color: rgb(0 133 122 / 0.2);
}
.hover\:border-green-500\/25:hover {
  border-color: rgb(0 133 122 / 0.25);
}
.hover\:border-green-500\/30:hover {
  border-color: rgb(0 133 122 / 0.3);
}
.hover\:border-green-500\/35:hover {
  border-color: rgb(0 133 122 / 0.35);
}
.hover\:border-green-500\/40:hover {
  border-color: rgb(0 133 122 / 0.4);
}
.hover\:border-green-500\/45:hover {
  border-color: rgb(0 133 122 / 0.45);
}
.hover\:border-green-500\/5:hover {
  border-color: rgb(0 133 122 / 0.05);
}
.hover\:border-green-500\/50:hover {
  border-color: rgb(0 133 122 / 0.5);
}
.hover\:border-green-500\/55:hover {
  border-color: rgb(0 133 122 / 0.55);
}
.hover\:border-green-500\/60:hover {
  border-color: rgb(0 133 122 / 0.6);
}
.hover\:border-green-500\/65:hover {
  border-color: rgb(0 133 122 / 0.65);
}
.hover\:border-green-500\/70:hover {
  border-color: rgb(0 133 122 / 0.7);
}
.hover\:border-green-500\/75:hover {
  border-color: rgb(0 133 122 / 0.75);
}
.hover\:border-green-500\/80:hover {
  border-color: rgb(0 133 122 / 0.8);
}
.hover\:border-green-500\/85:hover {
  border-color: rgb(0 133 122 / 0.85);
}
.hover\:border-green-500\/90:hover {
  border-color: rgb(0 133 122 / 0.9);
}
.hover\:border-green-500\/95:hover {
  border-color: rgb(0 133 122 / 0.95);
}
.hover\:border-magenta-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(169 0 102 / var(--tw-border-opacity));
}
.hover\:border-magenta-500\/0:hover {
  border-color: rgb(169 0 102 / 0);
}
.hover\:border-magenta-500\/10:hover {
  border-color: rgb(169 0 102 / 0.1);
}
.hover\:border-magenta-500\/100:hover {
  border-color: rgb(169 0 102 / 1);
}
.hover\:border-magenta-500\/15:hover {
  border-color: rgb(169 0 102 / 0.15);
}
.hover\:border-magenta-500\/20:hover {
  border-color: rgb(169 0 102 / 0.2);
}
.hover\:border-magenta-500\/25:hover {
  border-color: rgb(169 0 102 / 0.25);
}
.hover\:border-magenta-500\/30:hover {
  border-color: rgb(169 0 102 / 0.3);
}
.hover\:border-magenta-500\/35:hover {
  border-color: rgb(169 0 102 / 0.35);
}
.hover\:border-magenta-500\/40:hover {
  border-color: rgb(169 0 102 / 0.4);
}
.hover\:border-magenta-500\/45:hover {
  border-color: rgb(169 0 102 / 0.45);
}
.hover\:border-magenta-500\/5:hover {
  border-color: rgb(169 0 102 / 0.05);
}
.hover\:border-magenta-500\/50:hover {
  border-color: rgb(169 0 102 / 0.5);
}
.hover\:border-magenta-500\/55:hover {
  border-color: rgb(169 0 102 / 0.55);
}
.hover\:border-magenta-500\/60:hover {
  border-color: rgb(169 0 102 / 0.6);
}
.hover\:border-magenta-500\/65:hover {
  border-color: rgb(169 0 102 / 0.65);
}
.hover\:border-magenta-500\/70:hover {
  border-color: rgb(169 0 102 / 0.7);
}
.hover\:border-magenta-500\/75:hover {
  border-color: rgb(169 0 102 / 0.75);
}
.hover\:border-magenta-500\/80:hover {
  border-color: rgb(169 0 102 / 0.8);
}
.hover\:border-magenta-500\/85:hover {
  border-color: rgb(169 0 102 / 0.85);
}
.hover\:border-magenta-500\/90:hover {
  border-color: rgb(169 0 102 / 0.9);
}
.hover\:border-magenta-500\/95:hover {
  border-color: rgb(169 0 102 / 0.95);
}
.hover\:border-orange-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(254 147 87 / var(--tw-border-opacity));
}
.hover\:border-orange-500\/0:hover {
  border-color: rgb(254 147 87 / 0);
}
.hover\:border-orange-500\/10:hover {
  border-color: rgb(254 147 87 / 0.1);
}
.hover\:border-orange-500\/100:hover {
  border-color: rgb(254 147 87 / 1);
}
.hover\:border-orange-500\/15:hover {
  border-color: rgb(254 147 87 / 0.15);
}
.hover\:border-orange-500\/20:hover {
  border-color: rgb(254 147 87 / 0.2);
}
.hover\:border-orange-500\/25:hover {
  border-color: rgb(254 147 87 / 0.25);
}
.hover\:border-orange-500\/30:hover {
  border-color: rgb(254 147 87 / 0.3);
}
.hover\:border-orange-500\/35:hover {
  border-color: rgb(254 147 87 / 0.35);
}
.hover\:border-orange-500\/40:hover {
  border-color: rgb(254 147 87 / 0.4);
}
.hover\:border-orange-500\/45:hover {
  border-color: rgb(254 147 87 / 0.45);
}
.hover\:border-orange-500\/5:hover {
  border-color: rgb(254 147 87 / 0.05);
}
.hover\:border-orange-500\/50:hover {
  border-color: rgb(254 147 87 / 0.5);
}
.hover\:border-orange-500\/55:hover {
  border-color: rgb(254 147 87 / 0.55);
}
.hover\:border-orange-500\/60:hover {
  border-color: rgb(254 147 87 / 0.6);
}
.hover\:border-orange-500\/65:hover {
  border-color: rgb(254 147 87 / 0.65);
}
.hover\:border-orange-500\/70:hover {
  border-color: rgb(254 147 87 / 0.7);
}
.hover\:border-orange-500\/75:hover {
  border-color: rgb(254 147 87 / 0.75);
}
.hover\:border-orange-500\/80:hover {
  border-color: rgb(254 147 87 / 0.8);
}
.hover\:border-orange-500\/85:hover {
  border-color: rgb(254 147 87 / 0.85);
}
.hover\:border-orange-500\/90:hover {
  border-color: rgb(254 147 87 / 0.9);
}
.hover\:border-orange-500\/95:hover {
  border-color: rgb(254 147 87 / 0.95);
}
.hover\:border-red-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(201 18 53 / var(--tw-border-opacity));
}
.hover\:border-red-500\/0:hover {
  border-color: rgb(201 18 53 / 0);
}
.hover\:border-red-500\/10:hover {
  border-color: rgb(201 18 53 / 0.1);
}
.hover\:border-red-500\/100:hover {
  border-color: rgb(201 18 53 / 1);
}
.hover\:border-red-500\/15:hover {
  border-color: rgb(201 18 53 / 0.15);
}
.hover\:border-red-500\/20:hover {
  border-color: rgb(201 18 53 / 0.2);
}
.hover\:border-red-500\/25:hover {
  border-color: rgb(201 18 53 / 0.25);
}
.hover\:border-red-500\/30:hover {
  border-color: rgb(201 18 53 / 0.3);
}
.hover\:border-red-500\/35:hover {
  border-color: rgb(201 18 53 / 0.35);
}
.hover\:border-red-500\/40:hover {
  border-color: rgb(201 18 53 / 0.4);
}
.hover\:border-red-500\/45:hover {
  border-color: rgb(201 18 53 / 0.45);
}
.hover\:border-red-500\/5:hover {
  border-color: rgb(201 18 53 / 0.05);
}
.hover\:border-red-500\/50:hover {
  border-color: rgb(201 18 53 / 0.5);
}
.hover\:border-red-500\/55:hover {
  border-color: rgb(201 18 53 / 0.55);
}
.hover\:border-red-500\/60:hover {
  border-color: rgb(201 18 53 / 0.6);
}
.hover\:border-red-500\/65:hover {
  border-color: rgb(201 18 53 / 0.65);
}
.hover\:border-red-500\/70:hover {
  border-color: rgb(201 18 53 / 0.7);
}
.hover\:border-red-500\/75:hover {
  border-color: rgb(201 18 53 / 0.75);
}
.hover\:border-red-500\/80:hover {
  border-color: rgb(201 18 53 / 0.8);
}
.hover\:border-red-500\/85:hover {
  border-color: rgb(201 18 53 / 0.85);
}
.hover\:border-red-500\/90:hover {
  border-color: rgb(201 18 53 / 0.9);
}
.hover\:border-red-500\/95:hover {
  border-color: rgb(201 18 53 / 0.95);
}
.hover\:border-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.hover\:border-yellow-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 214 99 / var(--tw-border-opacity));
}
.hover\:border-yellow-500\/0:hover {
  border-color: rgb(255 214 99 / 0);
}
.hover\:border-yellow-500\/10:hover {
  border-color: rgb(255 214 99 / 0.1);
}
.hover\:border-yellow-500\/100:hover {
  border-color: rgb(255 214 99 / 1);
}
.hover\:border-yellow-500\/15:hover {
  border-color: rgb(255 214 99 / 0.15);
}
.hover\:border-yellow-500\/20:hover {
  border-color: rgb(255 214 99 / 0.2);
}
.hover\:border-yellow-500\/25:hover {
  border-color: rgb(255 214 99 / 0.25);
}
.hover\:border-yellow-500\/30:hover {
  border-color: rgb(255 214 99 / 0.3);
}
.hover\:border-yellow-500\/35:hover {
  border-color: rgb(255 214 99 / 0.35);
}
.hover\:border-yellow-500\/40:hover {
  border-color: rgb(255 214 99 / 0.4);
}
.hover\:border-yellow-500\/45:hover {
  border-color: rgb(255 214 99 / 0.45);
}
.hover\:border-yellow-500\/5:hover {
  border-color: rgb(255 214 99 / 0.05);
}
.hover\:border-yellow-500\/50:hover {
  border-color: rgb(255 214 99 / 0.5);
}
.hover\:border-yellow-500\/55:hover {
  border-color: rgb(255 214 99 / 0.55);
}
.hover\:border-yellow-500\/60:hover {
  border-color: rgb(255 214 99 / 0.6);
}
.hover\:border-yellow-500\/65:hover {
  border-color: rgb(255 214 99 / 0.65);
}
.hover\:border-yellow-500\/70:hover {
  border-color: rgb(255 214 99 / 0.7);
}
.hover\:border-yellow-500\/75:hover {
  border-color: rgb(255 214 99 / 0.75);
}
.hover\:border-yellow-500\/80:hover {
  border-color: rgb(255 214 99 / 0.8);
}
.hover\:border-yellow-500\/85:hover {
  border-color: rgb(255 214 99 / 0.85);
}
.hover\:border-yellow-500\/90:hover {
  border-color: rgb(255 214 99 / 0.9);
}
.hover\:border-yellow-500\/95:hover {
  border-color: rgb(255 214 99 / 0.95);
}
.hover\:\!bg-blue-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 118 175 / var(--tw-bg-opacity)) !important;
}
.hover\:\!bg-white:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(44 42 41 / var(--tw-bg-opacity));
}
.hover\:bg-black\/0:hover {
  background-color: rgb(44 42 41 / 0);
}
.hover\:bg-black\/10:hover {
  background-color: rgb(44 42 41 / 0.1);
}
.hover\:bg-black\/100:hover {
  background-color: rgb(44 42 41 / 1);
}
.hover\:bg-black\/15:hover {
  background-color: rgb(44 42 41 / 0.15);
}
.hover\:bg-black\/20:hover {
  background-color: rgb(44 42 41 / 0.2);
}
.hover\:bg-black\/25:hover {
  background-color: rgb(44 42 41 / 0.25);
}
.hover\:bg-black\/30:hover {
  background-color: rgb(44 42 41 / 0.3);
}
.hover\:bg-black\/35:hover {
  background-color: rgb(44 42 41 / 0.35);
}
.hover\:bg-black\/40:hover {
  background-color: rgb(44 42 41 / 0.4);
}
.hover\:bg-black\/45:hover {
  background-color: rgb(44 42 41 / 0.45);
}
.hover\:bg-black\/5:hover {
  background-color: rgb(44 42 41 / 0.05);
}
.hover\:bg-black\/50:hover {
  background-color: rgb(44 42 41 / 0.5);
}
.hover\:bg-black\/55:hover {
  background-color: rgb(44 42 41 / 0.55);
}
.hover\:bg-black\/60:hover {
  background-color: rgb(44 42 41 / 0.6);
}
.hover\:bg-black\/65:hover {
  background-color: rgb(44 42 41 / 0.65);
}
.hover\:bg-black\/70:hover {
  background-color: rgb(44 42 41 / 0.7);
}
.hover\:bg-black\/75:hover {
  background-color: rgb(44 42 41 / 0.75);
}
.hover\:bg-black\/80:hover {
  background-color: rgb(44 42 41 / 0.8);
}
.hover\:bg-black\/85:hover {
  background-color: rgb(44 42 41 / 0.85);
}
.hover\:bg-black\/90:hover {
  background-color: rgb(44 42 41 / 0.9);
}
.hover\:bg-black\/95:hover {
  background-color: rgb(44 42 41 / 0.95);
}
.hover\:bg-blue-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(145 215 242 / var(--tw-bg-opacity));
}
.hover\:bg-blue-300\/0:hover {
  background-color: rgb(145 215 242 / 0);
}
.hover\:bg-blue-300\/10:hover {
  background-color: rgb(145 215 242 / 0.1);
}
.hover\:bg-blue-300\/100:hover {
  background-color: rgb(145 215 242 / 1);
}
.hover\:bg-blue-300\/15:hover {
  background-color: rgb(145 215 242 / 0.15);
}
.hover\:bg-blue-300\/20:hover {
  background-color: rgb(145 215 242 / 0.2);
}
.hover\:bg-blue-300\/25:hover {
  background-color: rgb(145 215 242 / 0.25);
}
.hover\:bg-blue-300\/30:hover {
  background-color: rgb(145 215 242 / 0.3);
}
.hover\:bg-blue-300\/35:hover {
  background-color: rgb(145 215 242 / 0.35);
}
.hover\:bg-blue-300\/40:hover {
  background-color: rgb(145 215 242 / 0.4);
}
.hover\:bg-blue-300\/45:hover {
  background-color: rgb(145 215 242 / 0.45);
}
.hover\:bg-blue-300\/5:hover {
  background-color: rgb(145 215 242 / 0.05);
}
.hover\:bg-blue-300\/50:hover {
  background-color: rgb(145 215 242 / 0.5);
}
.hover\:bg-blue-300\/55:hover {
  background-color: rgb(145 215 242 / 0.55);
}
.hover\:bg-blue-300\/60:hover {
  background-color: rgb(145 215 242 / 0.6);
}
.hover\:bg-blue-300\/65:hover {
  background-color: rgb(145 215 242 / 0.65);
}
.hover\:bg-blue-300\/70:hover {
  background-color: rgb(145 215 242 / 0.7);
}
.hover\:bg-blue-300\/75:hover {
  background-color: rgb(145 215 242 / 0.75);
}
.hover\:bg-blue-300\/80:hover {
  background-color: rgb(145 215 242 / 0.8);
}
.hover\:bg-blue-300\/85:hover {
  background-color: rgb(145 215 242 / 0.85);
}
.hover\:bg-blue-300\/90:hover {
  background-color: rgb(145 215 242 / 0.9);
}
.hover\:bg-blue-300\/95:hover {
  background-color: rgb(145 215 242 / 0.95);
}
.hover\:bg-blue-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(34 105 162 / var(--tw-bg-opacity));
}
.hover\:bg-blue-400\/0:hover {
  background-color: rgb(34 105 162 / 0);
}
.hover\:bg-blue-400\/10:hover {
  background-color: rgb(34 105 162 / 0.1);
}
.hover\:bg-blue-400\/100:hover {
  background-color: rgb(34 105 162 / 1);
}
.hover\:bg-blue-400\/15:hover {
  background-color: rgb(34 105 162 / 0.15);
}
.hover\:bg-blue-400\/20:hover {
  background-color: rgb(34 105 162 / 0.2);
}
.hover\:bg-blue-400\/25:hover {
  background-color: rgb(34 105 162 / 0.25);
}
.hover\:bg-blue-400\/30:hover {
  background-color: rgb(34 105 162 / 0.3);
}
.hover\:bg-blue-400\/35:hover {
  background-color: rgb(34 105 162 / 0.35);
}
.hover\:bg-blue-400\/40:hover {
  background-color: rgb(34 105 162 / 0.4);
}
.hover\:bg-blue-400\/45:hover {
  background-color: rgb(34 105 162 / 0.45);
}
.hover\:bg-blue-400\/5:hover {
  background-color: rgb(34 105 162 / 0.05);
}
.hover\:bg-blue-400\/50:hover {
  background-color: rgb(34 105 162 / 0.5);
}
.hover\:bg-blue-400\/55:hover {
  background-color: rgb(34 105 162 / 0.55);
}
.hover\:bg-blue-400\/60:hover {
  background-color: rgb(34 105 162 / 0.6);
}
.hover\:bg-blue-400\/65:hover {
  background-color: rgb(34 105 162 / 0.65);
}
.hover\:bg-blue-400\/70:hover {
  background-color: rgb(34 105 162 / 0.7);
}
.hover\:bg-blue-400\/75:hover {
  background-color: rgb(34 105 162 / 0.75);
}
.hover\:bg-blue-400\/80:hover {
  background-color: rgb(34 105 162 / 0.8);
}
.hover\:bg-blue-400\/85:hover {
  background-color: rgb(34 105 162 / 0.85);
}
.hover\:bg-blue-400\/90:hover {
  background-color: rgb(34 105 162 / 0.9);
}
.hover\:bg-blue-400\/95:hover {
  background-color: rgb(34 105 162 / 0.95);
}
.hover\:bg-blue-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 118 175 / var(--tw-bg-opacity));
}
.hover\:bg-brown-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(122 104 91 / var(--tw-bg-opacity));
}
.hover\:bg-brown-500\/0:hover {
  background-color: rgb(122 104 91 / 0);
}
.hover\:bg-brown-500\/10:hover {
  background-color: rgb(122 104 91 / 0.1);
}
.hover\:bg-brown-500\/100:hover {
  background-color: rgb(122 104 91 / 1);
}
.hover\:bg-brown-500\/15:hover {
  background-color: rgb(122 104 91 / 0.15);
}
.hover\:bg-brown-500\/20:hover {
  background-color: rgb(122 104 91 / 0.2);
}
.hover\:bg-brown-500\/25:hover {
  background-color: rgb(122 104 91 / 0.25);
}
.hover\:bg-brown-500\/30:hover {
  background-color: rgb(122 104 91 / 0.3);
}
.hover\:bg-brown-500\/35:hover {
  background-color: rgb(122 104 91 / 0.35);
}
.hover\:bg-brown-500\/40:hover {
  background-color: rgb(122 104 91 / 0.4);
}
.hover\:bg-brown-500\/45:hover {
  background-color: rgb(122 104 91 / 0.45);
}
.hover\:bg-brown-500\/5:hover {
  background-color: rgb(122 104 91 / 0.05);
}
.hover\:bg-brown-500\/50:hover {
  background-color: rgb(122 104 91 / 0.5);
}
.hover\:bg-brown-500\/55:hover {
  background-color: rgb(122 104 91 / 0.55);
}
.hover\:bg-brown-500\/60:hover {
  background-color: rgb(122 104 91 / 0.6);
}
.hover\:bg-brown-500\/65:hover {
  background-color: rgb(122 104 91 / 0.65);
}
.hover\:bg-brown-500\/70:hover {
  background-color: rgb(122 104 91 / 0.7);
}
.hover\:bg-brown-500\/75:hover {
  background-color: rgb(122 104 91 / 0.75);
}
.hover\:bg-brown-500\/80:hover {
  background-color: rgb(122 104 91 / 0.8);
}
.hover\:bg-brown-500\/85:hover {
  background-color: rgb(122 104 91 / 0.85);
}
.hover\:bg-brown-500\/90:hover {
  background-color: rgb(122 104 91 / 0.9);
}
.hover\:bg-brown-500\/95:hover {
  background-color: rgb(122 104 91 / 0.95);
}
.hover\:bg-green-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 133 122 / var(--tw-bg-opacity));
}
.hover\:bg-green-500\/0:hover {
  background-color: rgb(0 133 122 / 0);
}
.hover\:bg-green-500\/10:hover {
  background-color: rgb(0 133 122 / 0.1);
}
.hover\:bg-green-500\/100:hover {
  background-color: rgb(0 133 122 / 1);
}
.hover\:bg-green-500\/15:hover {
  background-color: rgb(0 133 122 / 0.15);
}
.hover\:bg-green-500\/20:hover {
  background-color: rgb(0 133 122 / 0.2);
}
.hover\:bg-green-500\/25:hover {
  background-color: rgb(0 133 122 / 0.25);
}
.hover\:bg-green-500\/30:hover {
  background-color: rgb(0 133 122 / 0.3);
}
.hover\:bg-green-500\/35:hover {
  background-color: rgb(0 133 122 / 0.35);
}
.hover\:bg-green-500\/40:hover {
  background-color: rgb(0 133 122 / 0.4);
}
.hover\:bg-green-500\/45:hover {
  background-color: rgb(0 133 122 / 0.45);
}
.hover\:bg-green-500\/5:hover {
  background-color: rgb(0 133 122 / 0.05);
}
.hover\:bg-green-500\/50:hover {
  background-color: rgb(0 133 122 / 0.5);
}
.hover\:bg-green-500\/55:hover {
  background-color: rgb(0 133 122 / 0.55);
}
.hover\:bg-green-500\/60:hover {
  background-color: rgb(0 133 122 / 0.6);
}
.hover\:bg-green-500\/65:hover {
  background-color: rgb(0 133 122 / 0.65);
}
.hover\:bg-green-500\/70:hover {
  background-color: rgb(0 133 122 / 0.7);
}
.hover\:bg-green-500\/75:hover {
  background-color: rgb(0 133 122 / 0.75);
}
.hover\:bg-green-500\/80:hover {
  background-color: rgb(0 133 122 / 0.8);
}
.hover\:bg-green-500\/85:hover {
  background-color: rgb(0 133 122 / 0.85);
}
.hover\:bg-green-500\/90:hover {
  background-color: rgb(0 133 122 / 0.9);
}
.hover\:bg-green-500\/95:hover {
  background-color: rgb(0 133 122 / 0.95);
}
.hover\:bg-magenta-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(169 0 102 / var(--tw-bg-opacity));
}
.hover\:bg-magenta-500\/0:hover {
  background-color: rgb(169 0 102 / 0);
}
.hover\:bg-magenta-500\/10:hover {
  background-color: rgb(169 0 102 / 0.1);
}
.hover\:bg-magenta-500\/100:hover {
  background-color: rgb(169 0 102 / 1);
}
.hover\:bg-magenta-500\/15:hover {
  background-color: rgb(169 0 102 / 0.15);
}
.hover\:bg-magenta-500\/20:hover {
  background-color: rgb(169 0 102 / 0.2);
}
.hover\:bg-magenta-500\/25:hover {
  background-color: rgb(169 0 102 / 0.25);
}
.hover\:bg-magenta-500\/30:hover {
  background-color: rgb(169 0 102 / 0.3);
}
.hover\:bg-magenta-500\/35:hover {
  background-color: rgb(169 0 102 / 0.35);
}
.hover\:bg-magenta-500\/40:hover {
  background-color: rgb(169 0 102 / 0.4);
}
.hover\:bg-magenta-500\/45:hover {
  background-color: rgb(169 0 102 / 0.45);
}
.hover\:bg-magenta-500\/5:hover {
  background-color: rgb(169 0 102 / 0.05);
}
.hover\:bg-magenta-500\/50:hover {
  background-color: rgb(169 0 102 / 0.5);
}
.hover\:bg-magenta-500\/55:hover {
  background-color: rgb(169 0 102 / 0.55);
}
.hover\:bg-magenta-500\/60:hover {
  background-color: rgb(169 0 102 / 0.6);
}
.hover\:bg-magenta-500\/65:hover {
  background-color: rgb(169 0 102 / 0.65);
}
.hover\:bg-magenta-500\/70:hover {
  background-color: rgb(169 0 102 / 0.7);
}
.hover\:bg-magenta-500\/75:hover {
  background-color: rgb(169 0 102 / 0.75);
}
.hover\:bg-magenta-500\/80:hover {
  background-color: rgb(169 0 102 / 0.8);
}
.hover\:bg-magenta-500\/85:hover {
  background-color: rgb(169 0 102 / 0.85);
}
.hover\:bg-magenta-500\/90:hover {
  background-color: rgb(169 0 102 / 0.9);
}
.hover\:bg-magenta-500\/95:hover {
  background-color: rgb(169 0 102 / 0.95);
}
.hover\:bg-orange-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 147 87 / var(--tw-bg-opacity));
}
.hover\:bg-orange-500\/0:hover {
  background-color: rgb(254 147 87 / 0);
}
.hover\:bg-orange-500\/10:hover {
  background-color: rgb(254 147 87 / 0.1);
}
.hover\:bg-orange-500\/100:hover {
  background-color: rgb(254 147 87 / 1);
}
.hover\:bg-orange-500\/15:hover {
  background-color: rgb(254 147 87 / 0.15);
}
.hover\:bg-orange-500\/20:hover {
  background-color: rgb(254 147 87 / 0.2);
}
.hover\:bg-orange-500\/25:hover {
  background-color: rgb(254 147 87 / 0.25);
}
.hover\:bg-orange-500\/30:hover {
  background-color: rgb(254 147 87 / 0.3);
}
.hover\:bg-orange-500\/35:hover {
  background-color: rgb(254 147 87 / 0.35);
}
.hover\:bg-orange-500\/40:hover {
  background-color: rgb(254 147 87 / 0.4);
}
.hover\:bg-orange-500\/45:hover {
  background-color: rgb(254 147 87 / 0.45);
}
.hover\:bg-orange-500\/5:hover {
  background-color: rgb(254 147 87 / 0.05);
}
.hover\:bg-orange-500\/50:hover {
  background-color: rgb(254 147 87 / 0.5);
}
.hover\:bg-orange-500\/55:hover {
  background-color: rgb(254 147 87 / 0.55);
}
.hover\:bg-orange-500\/60:hover {
  background-color: rgb(254 147 87 / 0.6);
}
.hover\:bg-orange-500\/65:hover {
  background-color: rgb(254 147 87 / 0.65);
}
.hover\:bg-orange-500\/70:hover {
  background-color: rgb(254 147 87 / 0.7);
}
.hover\:bg-orange-500\/75:hover {
  background-color: rgb(254 147 87 / 0.75);
}
.hover\:bg-orange-500\/80:hover {
  background-color: rgb(254 147 87 / 0.8);
}
.hover\:bg-orange-500\/85:hover {
  background-color: rgb(254 147 87 / 0.85);
}
.hover\:bg-orange-500\/90:hover {
  background-color: rgb(254 147 87 / 0.9);
}
.hover\:bg-orange-500\/95:hover {
  background-color: rgb(254 147 87 / 0.95);
}
.hover\:bg-red-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(201 18 53 / var(--tw-bg-opacity));
}
.hover\:bg-red-500\/0:hover {
  background-color: rgb(201 18 53 / 0);
}
.hover\:bg-red-500\/10:hover {
  background-color: rgb(201 18 53 / 0.1);
}
.hover\:bg-red-500\/100:hover {
  background-color: rgb(201 18 53 / 1);
}
.hover\:bg-red-500\/15:hover {
  background-color: rgb(201 18 53 / 0.15);
}
.hover\:bg-red-500\/20:hover {
  background-color: rgb(201 18 53 / 0.2);
}
.hover\:bg-red-500\/25:hover {
  background-color: rgb(201 18 53 / 0.25);
}
.hover\:bg-red-500\/30:hover {
  background-color: rgb(201 18 53 / 0.3);
}
.hover\:bg-red-500\/35:hover {
  background-color: rgb(201 18 53 / 0.35);
}
.hover\:bg-red-500\/40:hover {
  background-color: rgb(201 18 53 / 0.4);
}
.hover\:bg-red-500\/45:hover {
  background-color: rgb(201 18 53 / 0.45);
}
.hover\:bg-red-500\/5:hover {
  background-color: rgb(201 18 53 / 0.05);
}
.hover\:bg-red-500\/50:hover {
  background-color: rgb(201 18 53 / 0.5);
}
.hover\:bg-red-500\/55:hover {
  background-color: rgb(201 18 53 / 0.55);
}
.hover\:bg-red-500\/60:hover {
  background-color: rgb(201 18 53 / 0.6);
}
.hover\:bg-red-500\/65:hover {
  background-color: rgb(201 18 53 / 0.65);
}
.hover\:bg-red-500\/70:hover {
  background-color: rgb(201 18 53 / 0.7);
}
.hover\:bg-red-500\/75:hover {
  background-color: rgb(201 18 53 / 0.75);
}
.hover\:bg-red-500\/80:hover {
  background-color: rgb(201 18 53 / 0.8);
}
.hover\:bg-red-500\/85:hover {
  background-color: rgb(201 18 53 / 0.85);
}
.hover\:bg-red-500\/90:hover {
  background-color: rgb(201 18 53 / 0.9);
}
.hover\:bg-red-500\/95:hover {
  background-color: rgb(201 18 53 / 0.95);
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:bg-yellow-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 214 99 / var(--tw-bg-opacity));
}
.hover\:bg-yellow-500\/0:hover {
  background-color: rgb(255 214 99 / 0);
}
.hover\:bg-yellow-500\/10:hover {
  background-color: rgb(255 214 99 / 0.1);
}
.hover\:bg-yellow-500\/100:hover {
  background-color: rgb(255 214 99 / 1);
}
.hover\:bg-yellow-500\/15:hover {
  background-color: rgb(255 214 99 / 0.15);
}
.hover\:bg-yellow-500\/20:hover {
  background-color: rgb(255 214 99 / 0.2);
}
.hover\:bg-yellow-500\/25:hover {
  background-color: rgb(255 214 99 / 0.25);
}
.hover\:bg-yellow-500\/30:hover {
  background-color: rgb(255 214 99 / 0.3);
}
.hover\:bg-yellow-500\/35:hover {
  background-color: rgb(255 214 99 / 0.35);
}
.hover\:bg-yellow-500\/40:hover {
  background-color: rgb(255 214 99 / 0.4);
}
.hover\:bg-yellow-500\/45:hover {
  background-color: rgb(255 214 99 / 0.45);
}
.hover\:bg-yellow-500\/5:hover {
  background-color: rgb(255 214 99 / 0.05);
}
.hover\:bg-yellow-500\/50:hover {
  background-color: rgb(255 214 99 / 0.5);
}
.hover\:bg-yellow-500\/55:hover {
  background-color: rgb(255 214 99 / 0.55);
}
.hover\:bg-yellow-500\/60:hover {
  background-color: rgb(255 214 99 / 0.6);
}
.hover\:bg-yellow-500\/65:hover {
  background-color: rgb(255 214 99 / 0.65);
}
.hover\:bg-yellow-500\/70:hover {
  background-color: rgb(255 214 99 / 0.7);
}
.hover\:bg-yellow-500\/75:hover {
  background-color: rgb(255 214 99 / 0.75);
}
.hover\:bg-yellow-500\/80:hover {
  background-color: rgb(255 214 99 / 0.8);
}
.hover\:bg-yellow-500\/85:hover {
  background-color: rgb(255 214 99 / 0.85);
}
.hover\:bg-yellow-500\/90:hover {
  background-color: rgb(255 214 99 / 0.9);
}
.hover\:bg-yellow-500\/95:hover {
  background-color: rgb(255 214 99 / 0.95);
}
.hover\:\!text-gray-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(84 88 96 / var(--tw-text-opacity)) !important;
}
.hover\:\!text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(44 42 41 / var(--tw-text-opacity));
}
.hover\:text-black\/0:hover {
  color: rgb(44 42 41 / 0);
}
.hover\:text-black\/10:hover {
  color: rgb(44 42 41 / 0.1);
}
.hover\:text-black\/100:hover {
  color: rgb(44 42 41 / 1);
}
.hover\:text-black\/15:hover {
  color: rgb(44 42 41 / 0.15);
}
.hover\:text-black\/20:hover {
  color: rgb(44 42 41 / 0.2);
}
.hover\:text-black\/25:hover {
  color: rgb(44 42 41 / 0.25);
}
.hover\:text-black\/30:hover {
  color: rgb(44 42 41 / 0.3);
}
.hover\:text-black\/35:hover {
  color: rgb(44 42 41 / 0.35);
}
.hover\:text-black\/40:hover {
  color: rgb(44 42 41 / 0.4);
}
.hover\:text-black\/45:hover {
  color: rgb(44 42 41 / 0.45);
}
.hover\:text-black\/5:hover {
  color: rgb(44 42 41 / 0.05);
}
.hover\:text-black\/50:hover {
  color: rgb(44 42 41 / 0.5);
}
.hover\:text-black\/55:hover {
  color: rgb(44 42 41 / 0.55);
}
.hover\:text-black\/60:hover {
  color: rgb(44 42 41 / 0.6);
}
.hover\:text-black\/65:hover {
  color: rgb(44 42 41 / 0.65);
}
.hover\:text-black\/70:hover {
  color: rgb(44 42 41 / 0.7);
}
.hover\:text-black\/75:hover {
  color: rgb(44 42 41 / 0.75);
}
.hover\:text-black\/80:hover {
  color: rgb(44 42 41 / 0.8);
}
.hover\:text-black\/85:hover {
  color: rgb(44 42 41 / 0.85);
}
.hover\:text-black\/90:hover {
  color: rgb(44 42 41 / 0.9);
}
.hover\:text-black\/95:hover {
  color: rgb(44 42 41 / 0.95);
}
.hover\:text-blue-300:hover {
  --tw-text-opacity: 1;
  color: rgb(145 215 242 / var(--tw-text-opacity));
}
.hover\:text-blue-300\/0:hover {
  color: rgb(145 215 242 / 0);
}
.hover\:text-blue-300\/10:hover {
  color: rgb(145 215 242 / 0.1);
}
.hover\:text-blue-300\/100:hover {
  color: rgb(145 215 242 / 1);
}
.hover\:text-blue-300\/15:hover {
  color: rgb(145 215 242 / 0.15);
}
.hover\:text-blue-300\/20:hover {
  color: rgb(145 215 242 / 0.2);
}
.hover\:text-blue-300\/25:hover {
  color: rgb(145 215 242 / 0.25);
}
.hover\:text-blue-300\/30:hover {
  color: rgb(145 215 242 / 0.3);
}
.hover\:text-blue-300\/35:hover {
  color: rgb(145 215 242 / 0.35);
}
.hover\:text-blue-300\/40:hover {
  color: rgb(145 215 242 / 0.4);
}
.hover\:text-blue-300\/45:hover {
  color: rgb(145 215 242 / 0.45);
}
.hover\:text-blue-300\/5:hover {
  color: rgb(145 215 242 / 0.05);
}
.hover\:text-blue-300\/50:hover {
  color: rgb(145 215 242 / 0.5);
}
.hover\:text-blue-300\/55:hover {
  color: rgb(145 215 242 / 0.55);
}
.hover\:text-blue-300\/60:hover {
  color: rgb(145 215 242 / 0.6);
}
.hover\:text-blue-300\/65:hover {
  color: rgb(145 215 242 / 0.65);
}
.hover\:text-blue-300\/70:hover {
  color: rgb(145 215 242 / 0.7);
}
.hover\:text-blue-300\/75:hover {
  color: rgb(145 215 242 / 0.75);
}
.hover\:text-blue-300\/80:hover {
  color: rgb(145 215 242 / 0.8);
}
.hover\:text-blue-300\/85:hover {
  color: rgb(145 215 242 / 0.85);
}
.hover\:text-blue-300\/90:hover {
  color: rgb(145 215 242 / 0.9);
}
.hover\:text-blue-300\/95:hover {
  color: rgb(145 215 242 / 0.95);
}
.hover\:text-blue-400:hover {
  --tw-text-opacity: 1;
  color: rgb(34 105 162 / var(--tw-text-opacity));
}
.hover\:text-blue-400\/0:hover {
  color: rgb(34 105 162 / 0);
}
.hover\:text-blue-400\/10:hover {
  color: rgb(34 105 162 / 0.1);
}
.hover\:text-blue-400\/100:hover {
  color: rgb(34 105 162 / 1);
}
.hover\:text-blue-400\/15:hover {
  color: rgb(34 105 162 / 0.15);
}
.hover\:text-blue-400\/20:hover {
  color: rgb(34 105 162 / 0.2);
}
.hover\:text-blue-400\/25:hover {
  color: rgb(34 105 162 / 0.25);
}
.hover\:text-blue-400\/30:hover {
  color: rgb(34 105 162 / 0.3);
}
.hover\:text-blue-400\/35:hover {
  color: rgb(34 105 162 / 0.35);
}
.hover\:text-blue-400\/40:hover {
  color: rgb(34 105 162 / 0.4);
}
.hover\:text-blue-400\/45:hover {
  color: rgb(34 105 162 / 0.45);
}
.hover\:text-blue-400\/5:hover {
  color: rgb(34 105 162 / 0.05);
}
.hover\:text-blue-400\/50:hover {
  color: rgb(34 105 162 / 0.5);
}
.hover\:text-blue-400\/55:hover {
  color: rgb(34 105 162 / 0.55);
}
.hover\:text-blue-400\/60:hover {
  color: rgb(34 105 162 / 0.6);
}
.hover\:text-blue-400\/65:hover {
  color: rgb(34 105 162 / 0.65);
}
.hover\:text-blue-400\/70:hover {
  color: rgb(34 105 162 / 0.7);
}
.hover\:text-blue-400\/75:hover {
  color: rgb(34 105 162 / 0.75);
}
.hover\:text-blue-400\/80:hover {
  color: rgb(34 105 162 / 0.8);
}
.hover\:text-blue-400\/85:hover {
  color: rgb(34 105 162 / 0.85);
}
.hover\:text-blue-400\/90:hover {
  color: rgb(34 105 162 / 0.9);
}
.hover\:text-blue-400\/95:hover {
  color: rgb(34 105 162 / 0.95);
}
.hover\:text-brown-500:hover {
  --tw-text-opacity: 1;
  color: rgb(122 104 91 / var(--tw-text-opacity));
}
.hover\:text-brown-500\/0:hover {
  color: rgb(122 104 91 / 0);
}
.hover\:text-brown-500\/10:hover {
  color: rgb(122 104 91 / 0.1);
}
.hover\:text-brown-500\/100:hover {
  color: rgb(122 104 91 / 1);
}
.hover\:text-brown-500\/15:hover {
  color: rgb(122 104 91 / 0.15);
}
.hover\:text-brown-500\/20:hover {
  color: rgb(122 104 91 / 0.2);
}
.hover\:text-brown-500\/25:hover {
  color: rgb(122 104 91 / 0.25);
}
.hover\:text-brown-500\/30:hover {
  color: rgb(122 104 91 / 0.3);
}
.hover\:text-brown-500\/35:hover {
  color: rgb(122 104 91 / 0.35);
}
.hover\:text-brown-500\/40:hover {
  color: rgb(122 104 91 / 0.4);
}
.hover\:text-brown-500\/45:hover {
  color: rgb(122 104 91 / 0.45);
}
.hover\:text-brown-500\/5:hover {
  color: rgb(122 104 91 / 0.05);
}
.hover\:text-brown-500\/50:hover {
  color: rgb(122 104 91 / 0.5);
}
.hover\:text-brown-500\/55:hover {
  color: rgb(122 104 91 / 0.55);
}
.hover\:text-brown-500\/60:hover {
  color: rgb(122 104 91 / 0.6);
}
.hover\:text-brown-500\/65:hover {
  color: rgb(122 104 91 / 0.65);
}
.hover\:text-brown-500\/70:hover {
  color: rgb(122 104 91 / 0.7);
}
.hover\:text-brown-500\/75:hover {
  color: rgb(122 104 91 / 0.75);
}
.hover\:text-brown-500\/80:hover {
  color: rgb(122 104 91 / 0.8);
}
.hover\:text-brown-500\/85:hover {
  color: rgb(122 104 91 / 0.85);
}
.hover\:text-brown-500\/90:hover {
  color: rgb(122 104 91 / 0.9);
}
.hover\:text-brown-500\/95:hover {
  color: rgb(122 104 91 / 0.95);
}
.hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgb(118 121 128 / var(--tw-text-opacity));
}
.hover\:text-green-500:hover {
  --tw-text-opacity: 1;
  color: rgb(0 133 122 / var(--tw-text-opacity));
}
.hover\:text-green-500\/0:hover {
  color: rgb(0 133 122 / 0);
}
.hover\:text-green-500\/10:hover {
  color: rgb(0 133 122 / 0.1);
}
.hover\:text-green-500\/100:hover {
  color: rgb(0 133 122 / 1);
}
.hover\:text-green-500\/15:hover {
  color: rgb(0 133 122 / 0.15);
}
.hover\:text-green-500\/20:hover {
  color: rgb(0 133 122 / 0.2);
}
.hover\:text-green-500\/25:hover {
  color: rgb(0 133 122 / 0.25);
}
.hover\:text-green-500\/30:hover {
  color: rgb(0 133 122 / 0.3);
}
.hover\:text-green-500\/35:hover {
  color: rgb(0 133 122 / 0.35);
}
.hover\:text-green-500\/40:hover {
  color: rgb(0 133 122 / 0.4);
}
.hover\:text-green-500\/45:hover {
  color: rgb(0 133 122 / 0.45);
}
.hover\:text-green-500\/5:hover {
  color: rgb(0 133 122 / 0.05);
}
.hover\:text-green-500\/50:hover {
  color: rgb(0 133 122 / 0.5);
}
.hover\:text-green-500\/55:hover {
  color: rgb(0 133 122 / 0.55);
}
.hover\:text-green-500\/60:hover {
  color: rgb(0 133 122 / 0.6);
}
.hover\:text-green-500\/65:hover {
  color: rgb(0 133 122 / 0.65);
}
.hover\:text-green-500\/70:hover {
  color: rgb(0 133 122 / 0.7);
}
.hover\:text-green-500\/75:hover {
  color: rgb(0 133 122 / 0.75);
}
.hover\:text-green-500\/80:hover {
  color: rgb(0 133 122 / 0.8);
}
.hover\:text-green-500\/85:hover {
  color: rgb(0 133 122 / 0.85);
}
.hover\:text-green-500\/90:hover {
  color: rgb(0 133 122 / 0.9);
}
.hover\:text-green-500\/95:hover {
  color: rgb(0 133 122 / 0.95);
}
.hover\:text-magenta-500:hover {
  --tw-text-opacity: 1;
  color: rgb(169 0 102 / var(--tw-text-opacity));
}
.hover\:text-magenta-500\/0:hover {
  color: rgb(169 0 102 / 0);
}
.hover\:text-magenta-500\/10:hover {
  color: rgb(169 0 102 / 0.1);
}
.hover\:text-magenta-500\/100:hover {
  color: rgb(169 0 102 / 1);
}
.hover\:text-magenta-500\/15:hover {
  color: rgb(169 0 102 / 0.15);
}
.hover\:text-magenta-500\/20:hover {
  color: rgb(169 0 102 / 0.2);
}
.hover\:text-magenta-500\/25:hover {
  color: rgb(169 0 102 / 0.25);
}
.hover\:text-magenta-500\/30:hover {
  color: rgb(169 0 102 / 0.3);
}
.hover\:text-magenta-500\/35:hover {
  color: rgb(169 0 102 / 0.35);
}
.hover\:text-magenta-500\/40:hover {
  color: rgb(169 0 102 / 0.4);
}
.hover\:text-magenta-500\/45:hover {
  color: rgb(169 0 102 / 0.45);
}
.hover\:text-magenta-500\/5:hover {
  color: rgb(169 0 102 / 0.05);
}
.hover\:text-magenta-500\/50:hover {
  color: rgb(169 0 102 / 0.5);
}
.hover\:text-magenta-500\/55:hover {
  color: rgb(169 0 102 / 0.55);
}
.hover\:text-magenta-500\/60:hover {
  color: rgb(169 0 102 / 0.6);
}
.hover\:text-magenta-500\/65:hover {
  color: rgb(169 0 102 / 0.65);
}
.hover\:text-magenta-500\/70:hover {
  color: rgb(169 0 102 / 0.7);
}
.hover\:text-magenta-500\/75:hover {
  color: rgb(169 0 102 / 0.75);
}
.hover\:text-magenta-500\/80:hover {
  color: rgb(169 0 102 / 0.8);
}
.hover\:text-magenta-500\/85:hover {
  color: rgb(169 0 102 / 0.85);
}
.hover\:text-magenta-500\/90:hover {
  color: rgb(169 0 102 / 0.9);
}
.hover\:text-magenta-500\/95:hover {
  color: rgb(169 0 102 / 0.95);
}
.hover\:text-orange-500:hover {
  --tw-text-opacity: 1;
  color: rgb(254 147 87 / var(--tw-text-opacity));
}
.hover\:text-orange-500\/0:hover {
  color: rgb(254 147 87 / 0);
}
.hover\:text-orange-500\/10:hover {
  color: rgb(254 147 87 / 0.1);
}
.hover\:text-orange-500\/100:hover {
  color: rgb(254 147 87 / 1);
}
.hover\:text-orange-500\/15:hover {
  color: rgb(254 147 87 / 0.15);
}
.hover\:text-orange-500\/20:hover {
  color: rgb(254 147 87 / 0.2);
}
.hover\:text-orange-500\/25:hover {
  color: rgb(254 147 87 / 0.25);
}
.hover\:text-orange-500\/30:hover {
  color: rgb(254 147 87 / 0.3);
}
.hover\:text-orange-500\/35:hover {
  color: rgb(254 147 87 / 0.35);
}
.hover\:text-orange-500\/40:hover {
  color: rgb(254 147 87 / 0.4);
}
.hover\:text-orange-500\/45:hover {
  color: rgb(254 147 87 / 0.45);
}
.hover\:text-orange-500\/5:hover {
  color: rgb(254 147 87 / 0.05);
}
.hover\:text-orange-500\/50:hover {
  color: rgb(254 147 87 / 0.5);
}
.hover\:text-orange-500\/55:hover {
  color: rgb(254 147 87 / 0.55);
}
.hover\:text-orange-500\/60:hover {
  color: rgb(254 147 87 / 0.6);
}
.hover\:text-orange-500\/65:hover {
  color: rgb(254 147 87 / 0.65);
}
.hover\:text-orange-500\/70:hover {
  color: rgb(254 147 87 / 0.7);
}
.hover\:text-orange-500\/75:hover {
  color: rgb(254 147 87 / 0.75);
}
.hover\:text-orange-500\/80:hover {
  color: rgb(254 147 87 / 0.8);
}
.hover\:text-orange-500\/85:hover {
  color: rgb(254 147 87 / 0.85);
}
.hover\:text-orange-500\/90:hover {
  color: rgb(254 147 87 / 0.9);
}
.hover\:text-orange-500\/95:hover {
  color: rgb(254 147 87 / 0.95);
}
.hover\:text-red-500:hover {
  --tw-text-opacity: 1;
  color: rgb(201 18 53 / var(--tw-text-opacity));
}
.hover\:text-red-500\/0:hover {
  color: rgb(201 18 53 / 0);
}
.hover\:text-red-500\/10:hover {
  color: rgb(201 18 53 / 0.1);
}
.hover\:text-red-500\/100:hover {
  color: rgb(201 18 53 / 1);
}
.hover\:text-red-500\/15:hover {
  color: rgb(201 18 53 / 0.15);
}
.hover\:text-red-500\/20:hover {
  color: rgb(201 18 53 / 0.2);
}
.hover\:text-red-500\/25:hover {
  color: rgb(201 18 53 / 0.25);
}
.hover\:text-red-500\/30:hover {
  color: rgb(201 18 53 / 0.3);
}
.hover\:text-red-500\/35:hover {
  color: rgb(201 18 53 / 0.35);
}
.hover\:text-red-500\/40:hover {
  color: rgb(201 18 53 / 0.4);
}
.hover\:text-red-500\/45:hover {
  color: rgb(201 18 53 / 0.45);
}
.hover\:text-red-500\/5:hover {
  color: rgb(201 18 53 / 0.05);
}
.hover\:text-red-500\/50:hover {
  color: rgb(201 18 53 / 0.5);
}
.hover\:text-red-500\/55:hover {
  color: rgb(201 18 53 / 0.55);
}
.hover\:text-red-500\/60:hover {
  color: rgb(201 18 53 / 0.6);
}
.hover\:text-red-500\/65:hover {
  color: rgb(201 18 53 / 0.65);
}
.hover\:text-red-500\/70:hover {
  color: rgb(201 18 53 / 0.7);
}
.hover\:text-red-500\/75:hover {
  color: rgb(201 18 53 / 0.75);
}
.hover\:text-red-500\/80:hover {
  color: rgb(201 18 53 / 0.8);
}
.hover\:text-red-500\/85:hover {
  color: rgb(201 18 53 / 0.85);
}
.hover\:text-red-500\/90:hover {
  color: rgb(201 18 53 / 0.9);
}
.hover\:text-red-500\/95:hover {
  color: rgb(201 18 53 / 0.95);
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-yellow-500:hover {
  --tw-text-opacity: 1;
  color: rgb(255 214 99 / var(--tw-text-opacity));
}
.hover\:text-yellow-500\/0:hover {
  color: rgb(255 214 99 / 0);
}
.hover\:text-yellow-500\/10:hover {
  color: rgb(255 214 99 / 0.1);
}
.hover\:text-yellow-500\/100:hover {
  color: rgb(255 214 99 / 1);
}
.hover\:text-yellow-500\/15:hover {
  color: rgb(255 214 99 / 0.15);
}
.hover\:text-yellow-500\/20:hover {
  color: rgb(255 214 99 / 0.2);
}
.hover\:text-yellow-500\/25:hover {
  color: rgb(255 214 99 / 0.25);
}
.hover\:text-yellow-500\/30:hover {
  color: rgb(255 214 99 / 0.3);
}
.hover\:text-yellow-500\/35:hover {
  color: rgb(255 214 99 / 0.35);
}
.hover\:text-yellow-500\/40:hover {
  color: rgb(255 214 99 / 0.4);
}
.hover\:text-yellow-500\/45:hover {
  color: rgb(255 214 99 / 0.45);
}
.hover\:text-yellow-500\/5:hover {
  color: rgb(255 214 99 / 0.05);
}
.hover\:text-yellow-500\/50:hover {
  color: rgb(255 214 99 / 0.5);
}
.hover\:text-yellow-500\/55:hover {
  color: rgb(255 214 99 / 0.55);
}
.hover\:text-yellow-500\/60:hover {
  color: rgb(255 214 99 / 0.6);
}
.hover\:text-yellow-500\/65:hover {
  color: rgb(255 214 99 / 0.65);
}
.hover\:text-yellow-500\/70:hover {
  color: rgb(255 214 99 / 0.7);
}
.hover\:text-yellow-500\/75:hover {
  color: rgb(255 214 99 / 0.75);
}
.hover\:text-yellow-500\/80:hover {
  color: rgb(255 214 99 / 0.8);
}
.hover\:text-yellow-500\/85:hover {
  color: rgb(255 214 99 / 0.85);
}
.hover\:text-yellow-500\/90:hover {
  color: rgb(255 214 99 / 0.9);
}
.hover\:text-yellow-500\/95:hover {
  color: rgb(255 214 99 / 0.95);
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:after\:border-black:hover::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(44 42 41 / var(--tw-border-opacity));
}
.hover\:after\:border-white:hover::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.focus\:border-black:focus {
  --tw-border-opacity: 1;
  border-color: rgb(44 42 41 / var(--tw-border-opacity));
}
.focus\:border-black\/0:focus {
  border-color: rgb(44 42 41 / 0);
}
.focus\:border-black\/10:focus {
  border-color: rgb(44 42 41 / 0.1);
}
.focus\:border-black\/100:focus {
  border-color: rgb(44 42 41 / 1);
}
.focus\:border-black\/15:focus {
  border-color: rgb(44 42 41 / 0.15);
}
.focus\:border-black\/20:focus {
  border-color: rgb(44 42 41 / 0.2);
}
.focus\:border-black\/25:focus {
  border-color: rgb(44 42 41 / 0.25);
}
.focus\:border-black\/30:focus {
  border-color: rgb(44 42 41 / 0.3);
}
.focus\:border-black\/35:focus {
  border-color: rgb(44 42 41 / 0.35);
}
.focus\:border-black\/40:focus {
  border-color: rgb(44 42 41 / 0.4);
}
.focus\:border-black\/45:focus {
  border-color: rgb(44 42 41 / 0.45);
}
.focus\:border-black\/5:focus {
  border-color: rgb(44 42 41 / 0.05);
}
.focus\:border-black\/50:focus {
  border-color: rgb(44 42 41 / 0.5);
}
.focus\:border-black\/55:focus {
  border-color: rgb(44 42 41 / 0.55);
}
.focus\:border-black\/60:focus {
  border-color: rgb(44 42 41 / 0.6);
}
.focus\:border-black\/65:focus {
  border-color: rgb(44 42 41 / 0.65);
}
.focus\:border-black\/70:focus {
  border-color: rgb(44 42 41 / 0.7);
}
.focus\:border-black\/75:focus {
  border-color: rgb(44 42 41 / 0.75);
}
.focus\:border-black\/80:focus {
  border-color: rgb(44 42 41 / 0.8);
}
.focus\:border-black\/85:focus {
  border-color: rgb(44 42 41 / 0.85);
}
.focus\:border-black\/90:focus {
  border-color: rgb(44 42 41 / 0.9);
}
.focus\:border-black\/95:focus {
  border-color: rgb(44 42 41 / 0.95);
}
.focus\:border-blue-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(145 215 242 / var(--tw-border-opacity));
}
.focus\:border-blue-300\/0:focus {
  border-color: rgb(145 215 242 / 0);
}
.focus\:border-blue-300\/10:focus {
  border-color: rgb(145 215 242 / 0.1);
}
.focus\:border-blue-300\/100:focus {
  border-color: rgb(145 215 242 / 1);
}
.focus\:border-blue-300\/15:focus {
  border-color: rgb(145 215 242 / 0.15);
}
.focus\:border-blue-300\/20:focus {
  border-color: rgb(145 215 242 / 0.2);
}
.focus\:border-blue-300\/25:focus {
  border-color: rgb(145 215 242 / 0.25);
}
.focus\:border-blue-300\/30:focus {
  border-color: rgb(145 215 242 / 0.3);
}
.focus\:border-blue-300\/35:focus {
  border-color: rgb(145 215 242 / 0.35);
}
.focus\:border-blue-300\/40:focus {
  border-color: rgb(145 215 242 / 0.4);
}
.focus\:border-blue-300\/45:focus {
  border-color: rgb(145 215 242 / 0.45);
}
.focus\:border-blue-300\/5:focus {
  border-color: rgb(145 215 242 / 0.05);
}
.focus\:border-blue-300\/50:focus {
  border-color: rgb(145 215 242 / 0.5);
}
.focus\:border-blue-300\/55:focus {
  border-color: rgb(145 215 242 / 0.55);
}
.focus\:border-blue-300\/60:focus {
  border-color: rgb(145 215 242 / 0.6);
}
.focus\:border-blue-300\/65:focus {
  border-color: rgb(145 215 242 / 0.65);
}
.focus\:border-blue-300\/70:focus {
  border-color: rgb(145 215 242 / 0.7);
}
.focus\:border-blue-300\/75:focus {
  border-color: rgb(145 215 242 / 0.75);
}
.focus\:border-blue-300\/80:focus {
  border-color: rgb(145 215 242 / 0.8);
}
.focus\:border-blue-300\/85:focus {
  border-color: rgb(145 215 242 / 0.85);
}
.focus\:border-blue-300\/90:focus {
  border-color: rgb(145 215 242 / 0.9);
}
.focus\:border-blue-300\/95:focus {
  border-color: rgb(145 215 242 / 0.95);
}
.focus\:border-blue-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(34 105 162 / var(--tw-border-opacity));
}
.focus\:border-blue-400\/0:focus {
  border-color: rgb(34 105 162 / 0);
}
.focus\:border-blue-400\/10:focus {
  border-color: rgb(34 105 162 / 0.1);
}
.focus\:border-blue-400\/100:focus {
  border-color: rgb(34 105 162 / 1);
}
.focus\:border-blue-400\/15:focus {
  border-color: rgb(34 105 162 / 0.15);
}
.focus\:border-blue-400\/20:focus {
  border-color: rgb(34 105 162 / 0.2);
}
.focus\:border-blue-400\/25:focus {
  border-color: rgb(34 105 162 / 0.25);
}
.focus\:border-blue-400\/30:focus {
  border-color: rgb(34 105 162 / 0.3);
}
.focus\:border-blue-400\/35:focus {
  border-color: rgb(34 105 162 / 0.35);
}
.focus\:border-blue-400\/40:focus {
  border-color: rgb(34 105 162 / 0.4);
}
.focus\:border-blue-400\/45:focus {
  border-color: rgb(34 105 162 / 0.45);
}
.focus\:border-blue-400\/5:focus {
  border-color: rgb(34 105 162 / 0.05);
}
.focus\:border-blue-400\/50:focus {
  border-color: rgb(34 105 162 / 0.5);
}
.focus\:border-blue-400\/55:focus {
  border-color: rgb(34 105 162 / 0.55);
}
.focus\:border-blue-400\/60:focus {
  border-color: rgb(34 105 162 / 0.6);
}
.focus\:border-blue-400\/65:focus {
  border-color: rgb(34 105 162 / 0.65);
}
.focus\:border-blue-400\/70:focus {
  border-color: rgb(34 105 162 / 0.7);
}
.focus\:border-blue-400\/75:focus {
  border-color: rgb(34 105 162 / 0.75);
}
.focus\:border-blue-400\/80:focus {
  border-color: rgb(34 105 162 / 0.8);
}
.focus\:border-blue-400\/85:focus {
  border-color: rgb(34 105 162 / 0.85);
}
.focus\:border-blue-400\/90:focus {
  border-color: rgb(34 105 162 / 0.9);
}
.focus\:border-blue-400\/95:focus {
  border-color: rgb(34 105 162 / 0.95);
}
.focus\:border-brown-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(122 104 91 / var(--tw-border-opacity));
}
.focus\:border-brown-500\/0:focus {
  border-color: rgb(122 104 91 / 0);
}
.focus\:border-brown-500\/10:focus {
  border-color: rgb(122 104 91 / 0.1);
}
.focus\:border-brown-500\/100:focus {
  border-color: rgb(122 104 91 / 1);
}
.focus\:border-brown-500\/15:focus {
  border-color: rgb(122 104 91 / 0.15);
}
.focus\:border-brown-500\/20:focus {
  border-color: rgb(122 104 91 / 0.2);
}
.focus\:border-brown-500\/25:focus {
  border-color: rgb(122 104 91 / 0.25);
}
.focus\:border-brown-500\/30:focus {
  border-color: rgb(122 104 91 / 0.3);
}
.focus\:border-brown-500\/35:focus {
  border-color: rgb(122 104 91 / 0.35);
}
.focus\:border-brown-500\/40:focus {
  border-color: rgb(122 104 91 / 0.4);
}
.focus\:border-brown-500\/45:focus {
  border-color: rgb(122 104 91 / 0.45);
}
.focus\:border-brown-500\/5:focus {
  border-color: rgb(122 104 91 / 0.05);
}
.focus\:border-brown-500\/50:focus {
  border-color: rgb(122 104 91 / 0.5);
}
.focus\:border-brown-500\/55:focus {
  border-color: rgb(122 104 91 / 0.55);
}
.focus\:border-brown-500\/60:focus {
  border-color: rgb(122 104 91 / 0.6);
}
.focus\:border-brown-500\/65:focus {
  border-color: rgb(122 104 91 / 0.65);
}
.focus\:border-brown-500\/70:focus {
  border-color: rgb(122 104 91 / 0.7);
}
.focus\:border-brown-500\/75:focus {
  border-color: rgb(122 104 91 / 0.75);
}
.focus\:border-brown-500\/80:focus {
  border-color: rgb(122 104 91 / 0.8);
}
.focus\:border-brown-500\/85:focus {
  border-color: rgb(122 104 91 / 0.85);
}
.focus\:border-brown-500\/90:focus {
  border-color: rgb(122 104 91 / 0.9);
}
.focus\:border-brown-500\/95:focus {
  border-color: rgb(122 104 91 / 0.95);
}
.focus\:border-gray-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(118 121 128 / var(--tw-border-opacity));
}
.focus\:border-green-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 133 122 / var(--tw-border-opacity));
}
.focus\:border-green-500\/0:focus {
  border-color: rgb(0 133 122 / 0);
}
.focus\:border-green-500\/10:focus {
  border-color: rgb(0 133 122 / 0.1);
}
.focus\:border-green-500\/100:focus {
  border-color: rgb(0 133 122 / 1);
}
.focus\:border-green-500\/15:focus {
  border-color: rgb(0 133 122 / 0.15);
}
.focus\:border-green-500\/20:focus {
  border-color: rgb(0 133 122 / 0.2);
}
.focus\:border-green-500\/25:focus {
  border-color: rgb(0 133 122 / 0.25);
}
.focus\:border-green-500\/30:focus {
  border-color: rgb(0 133 122 / 0.3);
}
.focus\:border-green-500\/35:focus {
  border-color: rgb(0 133 122 / 0.35);
}
.focus\:border-green-500\/40:focus {
  border-color: rgb(0 133 122 / 0.4);
}
.focus\:border-green-500\/45:focus {
  border-color: rgb(0 133 122 / 0.45);
}
.focus\:border-green-500\/5:focus {
  border-color: rgb(0 133 122 / 0.05);
}
.focus\:border-green-500\/50:focus {
  border-color: rgb(0 133 122 / 0.5);
}
.focus\:border-green-500\/55:focus {
  border-color: rgb(0 133 122 / 0.55);
}
.focus\:border-green-500\/60:focus {
  border-color: rgb(0 133 122 / 0.6);
}
.focus\:border-green-500\/65:focus {
  border-color: rgb(0 133 122 / 0.65);
}
.focus\:border-green-500\/70:focus {
  border-color: rgb(0 133 122 / 0.7);
}
.focus\:border-green-500\/75:focus {
  border-color: rgb(0 133 122 / 0.75);
}
.focus\:border-green-500\/80:focus {
  border-color: rgb(0 133 122 / 0.8);
}
.focus\:border-green-500\/85:focus {
  border-color: rgb(0 133 122 / 0.85);
}
.focus\:border-green-500\/90:focus {
  border-color: rgb(0 133 122 / 0.9);
}
.focus\:border-green-500\/95:focus {
  border-color: rgb(0 133 122 / 0.95);
}
.focus\:border-magenta-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(169 0 102 / var(--tw-border-opacity));
}
.focus\:border-magenta-500\/0:focus {
  border-color: rgb(169 0 102 / 0);
}
.focus\:border-magenta-500\/10:focus {
  border-color: rgb(169 0 102 / 0.1);
}
.focus\:border-magenta-500\/100:focus {
  border-color: rgb(169 0 102 / 1);
}
.focus\:border-magenta-500\/15:focus {
  border-color: rgb(169 0 102 / 0.15);
}
.focus\:border-magenta-500\/20:focus {
  border-color: rgb(169 0 102 / 0.2);
}
.focus\:border-magenta-500\/25:focus {
  border-color: rgb(169 0 102 / 0.25);
}
.focus\:border-magenta-500\/30:focus {
  border-color: rgb(169 0 102 / 0.3);
}
.focus\:border-magenta-500\/35:focus {
  border-color: rgb(169 0 102 / 0.35);
}
.focus\:border-magenta-500\/40:focus {
  border-color: rgb(169 0 102 / 0.4);
}
.focus\:border-magenta-500\/45:focus {
  border-color: rgb(169 0 102 / 0.45);
}
.focus\:border-magenta-500\/5:focus {
  border-color: rgb(169 0 102 / 0.05);
}
.focus\:border-magenta-500\/50:focus {
  border-color: rgb(169 0 102 / 0.5);
}
.focus\:border-magenta-500\/55:focus {
  border-color: rgb(169 0 102 / 0.55);
}
.focus\:border-magenta-500\/60:focus {
  border-color: rgb(169 0 102 / 0.6);
}
.focus\:border-magenta-500\/65:focus {
  border-color: rgb(169 0 102 / 0.65);
}
.focus\:border-magenta-500\/70:focus {
  border-color: rgb(169 0 102 / 0.7);
}
.focus\:border-magenta-500\/75:focus {
  border-color: rgb(169 0 102 / 0.75);
}
.focus\:border-magenta-500\/80:focus {
  border-color: rgb(169 0 102 / 0.8);
}
.focus\:border-magenta-500\/85:focus {
  border-color: rgb(169 0 102 / 0.85);
}
.focus\:border-magenta-500\/90:focus {
  border-color: rgb(169 0 102 / 0.9);
}
.focus\:border-magenta-500\/95:focus {
  border-color: rgb(169 0 102 / 0.95);
}
.focus\:border-orange-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(254 147 87 / var(--tw-border-opacity));
}
.focus\:border-orange-500\/0:focus {
  border-color: rgb(254 147 87 / 0);
}
.focus\:border-orange-500\/10:focus {
  border-color: rgb(254 147 87 / 0.1);
}
.focus\:border-orange-500\/100:focus {
  border-color: rgb(254 147 87 / 1);
}
.focus\:border-orange-500\/15:focus {
  border-color: rgb(254 147 87 / 0.15);
}
.focus\:border-orange-500\/20:focus {
  border-color: rgb(254 147 87 / 0.2);
}
.focus\:border-orange-500\/25:focus {
  border-color: rgb(254 147 87 / 0.25);
}
.focus\:border-orange-500\/30:focus {
  border-color: rgb(254 147 87 / 0.3);
}
.focus\:border-orange-500\/35:focus {
  border-color: rgb(254 147 87 / 0.35);
}
.focus\:border-orange-500\/40:focus {
  border-color: rgb(254 147 87 / 0.4);
}
.focus\:border-orange-500\/45:focus {
  border-color: rgb(254 147 87 / 0.45);
}
.focus\:border-orange-500\/5:focus {
  border-color: rgb(254 147 87 / 0.05);
}
.focus\:border-orange-500\/50:focus {
  border-color: rgb(254 147 87 / 0.5);
}
.focus\:border-orange-500\/55:focus {
  border-color: rgb(254 147 87 / 0.55);
}
.focus\:border-orange-500\/60:focus {
  border-color: rgb(254 147 87 / 0.6);
}
.focus\:border-orange-500\/65:focus {
  border-color: rgb(254 147 87 / 0.65);
}
.focus\:border-orange-500\/70:focus {
  border-color: rgb(254 147 87 / 0.7);
}
.focus\:border-orange-500\/75:focus {
  border-color: rgb(254 147 87 / 0.75);
}
.focus\:border-orange-500\/80:focus {
  border-color: rgb(254 147 87 / 0.8);
}
.focus\:border-orange-500\/85:focus {
  border-color: rgb(254 147 87 / 0.85);
}
.focus\:border-orange-500\/90:focus {
  border-color: rgb(254 147 87 / 0.9);
}
.focus\:border-orange-500\/95:focus {
  border-color: rgb(254 147 87 / 0.95);
}
.focus\:border-red-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(201 18 53 / var(--tw-border-opacity));
}
.focus\:border-red-500\/0:focus {
  border-color: rgb(201 18 53 / 0);
}
.focus\:border-red-500\/10:focus {
  border-color: rgb(201 18 53 / 0.1);
}
.focus\:border-red-500\/100:focus {
  border-color: rgb(201 18 53 / 1);
}
.focus\:border-red-500\/15:focus {
  border-color: rgb(201 18 53 / 0.15);
}
.focus\:border-red-500\/20:focus {
  border-color: rgb(201 18 53 / 0.2);
}
.focus\:border-red-500\/25:focus {
  border-color: rgb(201 18 53 / 0.25);
}
.focus\:border-red-500\/30:focus {
  border-color: rgb(201 18 53 / 0.3);
}
.focus\:border-red-500\/35:focus {
  border-color: rgb(201 18 53 / 0.35);
}
.focus\:border-red-500\/40:focus {
  border-color: rgb(201 18 53 / 0.4);
}
.focus\:border-red-500\/45:focus {
  border-color: rgb(201 18 53 / 0.45);
}
.focus\:border-red-500\/5:focus {
  border-color: rgb(201 18 53 / 0.05);
}
.focus\:border-red-500\/50:focus {
  border-color: rgb(201 18 53 / 0.5);
}
.focus\:border-red-500\/55:focus {
  border-color: rgb(201 18 53 / 0.55);
}
.focus\:border-red-500\/60:focus {
  border-color: rgb(201 18 53 / 0.6);
}
.focus\:border-red-500\/65:focus {
  border-color: rgb(201 18 53 / 0.65);
}
.focus\:border-red-500\/70:focus {
  border-color: rgb(201 18 53 / 0.7);
}
.focus\:border-red-500\/75:focus {
  border-color: rgb(201 18 53 / 0.75);
}
.focus\:border-red-500\/80:focus {
  border-color: rgb(201 18 53 / 0.8);
}
.focus\:border-red-500\/85:focus {
  border-color: rgb(201 18 53 / 0.85);
}
.focus\:border-red-500\/90:focus {
  border-color: rgb(201 18 53 / 0.9);
}
.focus\:border-red-500\/95:focus {
  border-color: rgb(201 18 53 / 0.95);
}
.focus\:border-yellow-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 214 99 / var(--tw-border-opacity));
}
.focus\:border-yellow-500\/0:focus {
  border-color: rgb(255 214 99 / 0);
}
.focus\:border-yellow-500\/10:focus {
  border-color: rgb(255 214 99 / 0.1);
}
.focus\:border-yellow-500\/100:focus {
  border-color: rgb(255 214 99 / 1);
}
.focus\:border-yellow-500\/15:focus {
  border-color: rgb(255 214 99 / 0.15);
}
.focus\:border-yellow-500\/20:focus {
  border-color: rgb(255 214 99 / 0.2);
}
.focus\:border-yellow-500\/25:focus {
  border-color: rgb(255 214 99 / 0.25);
}
.focus\:border-yellow-500\/30:focus {
  border-color: rgb(255 214 99 / 0.3);
}
.focus\:border-yellow-500\/35:focus {
  border-color: rgb(255 214 99 / 0.35);
}
.focus\:border-yellow-500\/40:focus {
  border-color: rgb(255 214 99 / 0.4);
}
.focus\:border-yellow-500\/45:focus {
  border-color: rgb(255 214 99 / 0.45);
}
.focus\:border-yellow-500\/5:focus {
  border-color: rgb(255 214 99 / 0.05);
}
.focus\:border-yellow-500\/50:focus {
  border-color: rgb(255 214 99 / 0.5);
}
.focus\:border-yellow-500\/55:focus {
  border-color: rgb(255 214 99 / 0.55);
}
.focus\:border-yellow-500\/60:focus {
  border-color: rgb(255 214 99 / 0.6);
}
.focus\:border-yellow-500\/65:focus {
  border-color: rgb(255 214 99 / 0.65);
}
.focus\:border-yellow-500\/70:focus {
  border-color: rgb(255 214 99 / 0.7);
}
.focus\:border-yellow-500\/75:focus {
  border-color: rgb(255 214 99 / 0.75);
}
.focus\:border-yellow-500\/80:focus {
  border-color: rgb(255 214 99 / 0.8);
}
.focus\:border-yellow-500\/85:focus {
  border-color: rgb(255 214 99 / 0.85);
}
.focus\:border-yellow-500\/90:focus {
  border-color: rgb(255 214 99 / 0.9);
}
.focus\:border-yellow-500\/95:focus {
  border-color: rgb(255 214 99 / 0.95);
}
.focus\:\!bg-blue-900:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 118 175 / var(--tw-bg-opacity)) !important;
}
.focus\:bg-black:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(44 42 41 / var(--tw-bg-opacity));
}
.focus\:bg-black\/0:focus {
  background-color: rgb(44 42 41 / 0);
}
.focus\:bg-black\/10:focus {
  background-color: rgb(44 42 41 / 0.1);
}
.focus\:bg-black\/100:focus {
  background-color: rgb(44 42 41 / 1);
}
.focus\:bg-black\/15:focus {
  background-color: rgb(44 42 41 / 0.15);
}
.focus\:bg-black\/20:focus {
  background-color: rgb(44 42 41 / 0.2);
}
.focus\:bg-black\/25:focus {
  background-color: rgb(44 42 41 / 0.25);
}
.focus\:bg-black\/30:focus {
  background-color: rgb(44 42 41 / 0.3);
}
.focus\:bg-black\/35:focus {
  background-color: rgb(44 42 41 / 0.35);
}
.focus\:bg-black\/40:focus {
  background-color: rgb(44 42 41 / 0.4);
}
.focus\:bg-black\/45:focus {
  background-color: rgb(44 42 41 / 0.45);
}
.focus\:bg-black\/5:focus {
  background-color: rgb(44 42 41 / 0.05);
}
.focus\:bg-black\/50:focus {
  background-color: rgb(44 42 41 / 0.5);
}
.focus\:bg-black\/55:focus {
  background-color: rgb(44 42 41 / 0.55);
}
.focus\:bg-black\/60:focus {
  background-color: rgb(44 42 41 / 0.6);
}
.focus\:bg-black\/65:focus {
  background-color: rgb(44 42 41 / 0.65);
}
.focus\:bg-black\/70:focus {
  background-color: rgb(44 42 41 / 0.7);
}
.focus\:bg-black\/75:focus {
  background-color: rgb(44 42 41 / 0.75);
}
.focus\:bg-black\/80:focus {
  background-color: rgb(44 42 41 / 0.8);
}
.focus\:bg-black\/85:focus {
  background-color: rgb(44 42 41 / 0.85);
}
.focus\:bg-black\/90:focus {
  background-color: rgb(44 42 41 / 0.9);
}
.focus\:bg-black\/95:focus {
  background-color: rgb(44 42 41 / 0.95);
}
.focus\:bg-blue-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(145 215 242 / var(--tw-bg-opacity));
}
.focus\:bg-blue-300\/0:focus {
  background-color: rgb(145 215 242 / 0);
}
.focus\:bg-blue-300\/10:focus {
  background-color: rgb(145 215 242 / 0.1);
}
.focus\:bg-blue-300\/100:focus {
  background-color: rgb(145 215 242 / 1);
}
.focus\:bg-blue-300\/15:focus {
  background-color: rgb(145 215 242 / 0.15);
}
.focus\:bg-blue-300\/20:focus {
  background-color: rgb(145 215 242 / 0.2);
}
.focus\:bg-blue-300\/25:focus {
  background-color: rgb(145 215 242 / 0.25);
}
.focus\:bg-blue-300\/30:focus {
  background-color: rgb(145 215 242 / 0.3);
}
.focus\:bg-blue-300\/35:focus {
  background-color: rgb(145 215 242 / 0.35);
}
.focus\:bg-blue-300\/40:focus {
  background-color: rgb(145 215 242 / 0.4);
}
.focus\:bg-blue-300\/45:focus {
  background-color: rgb(145 215 242 / 0.45);
}
.focus\:bg-blue-300\/5:focus {
  background-color: rgb(145 215 242 / 0.05);
}
.focus\:bg-blue-300\/50:focus {
  background-color: rgb(145 215 242 / 0.5);
}
.focus\:bg-blue-300\/55:focus {
  background-color: rgb(145 215 242 / 0.55);
}
.focus\:bg-blue-300\/60:focus {
  background-color: rgb(145 215 242 / 0.6);
}
.focus\:bg-blue-300\/65:focus {
  background-color: rgb(145 215 242 / 0.65);
}
.focus\:bg-blue-300\/70:focus {
  background-color: rgb(145 215 242 / 0.7);
}
.focus\:bg-blue-300\/75:focus {
  background-color: rgb(145 215 242 / 0.75);
}
.focus\:bg-blue-300\/80:focus {
  background-color: rgb(145 215 242 / 0.8);
}
.focus\:bg-blue-300\/85:focus {
  background-color: rgb(145 215 242 / 0.85);
}
.focus\:bg-blue-300\/90:focus {
  background-color: rgb(145 215 242 / 0.9);
}
.focus\:bg-blue-300\/95:focus {
  background-color: rgb(145 215 242 / 0.95);
}
.focus\:bg-blue-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(34 105 162 / var(--tw-bg-opacity));
}
.focus\:bg-blue-400\/0:focus {
  background-color: rgb(34 105 162 / 0);
}
.focus\:bg-blue-400\/10:focus {
  background-color: rgb(34 105 162 / 0.1);
}
.focus\:bg-blue-400\/100:focus {
  background-color: rgb(34 105 162 / 1);
}
.focus\:bg-blue-400\/15:focus {
  background-color: rgb(34 105 162 / 0.15);
}
.focus\:bg-blue-400\/20:focus {
  background-color: rgb(34 105 162 / 0.2);
}
.focus\:bg-blue-400\/25:focus {
  background-color: rgb(34 105 162 / 0.25);
}
.focus\:bg-blue-400\/30:focus {
  background-color: rgb(34 105 162 / 0.3);
}
.focus\:bg-blue-400\/35:focus {
  background-color: rgb(34 105 162 / 0.35);
}
.focus\:bg-blue-400\/40:focus {
  background-color: rgb(34 105 162 / 0.4);
}
.focus\:bg-blue-400\/45:focus {
  background-color: rgb(34 105 162 / 0.45);
}
.focus\:bg-blue-400\/5:focus {
  background-color: rgb(34 105 162 / 0.05);
}
.focus\:bg-blue-400\/50:focus {
  background-color: rgb(34 105 162 / 0.5);
}
.focus\:bg-blue-400\/55:focus {
  background-color: rgb(34 105 162 / 0.55);
}
.focus\:bg-blue-400\/60:focus {
  background-color: rgb(34 105 162 / 0.6);
}
.focus\:bg-blue-400\/65:focus {
  background-color: rgb(34 105 162 / 0.65);
}
.focus\:bg-blue-400\/70:focus {
  background-color: rgb(34 105 162 / 0.7);
}
.focus\:bg-blue-400\/75:focus {
  background-color: rgb(34 105 162 / 0.75);
}
.focus\:bg-blue-400\/80:focus {
  background-color: rgb(34 105 162 / 0.8);
}
.focus\:bg-blue-400\/85:focus {
  background-color: rgb(34 105 162 / 0.85);
}
.focus\:bg-blue-400\/90:focus {
  background-color: rgb(34 105 162 / 0.9);
}
.focus\:bg-blue-400\/95:focus {
  background-color: rgb(34 105 162 / 0.95);
}
.focus\:bg-brown-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(122 104 91 / var(--tw-bg-opacity));
}
.focus\:bg-brown-500\/0:focus {
  background-color: rgb(122 104 91 / 0);
}
.focus\:bg-brown-500\/10:focus {
  background-color: rgb(122 104 91 / 0.1);
}
.focus\:bg-brown-500\/100:focus {
  background-color: rgb(122 104 91 / 1);
}
.focus\:bg-brown-500\/15:focus {
  background-color: rgb(122 104 91 / 0.15);
}
.focus\:bg-brown-500\/20:focus {
  background-color: rgb(122 104 91 / 0.2);
}
.focus\:bg-brown-500\/25:focus {
  background-color: rgb(122 104 91 / 0.25);
}
.focus\:bg-brown-500\/30:focus {
  background-color: rgb(122 104 91 / 0.3);
}
.focus\:bg-brown-500\/35:focus {
  background-color: rgb(122 104 91 / 0.35);
}
.focus\:bg-brown-500\/40:focus {
  background-color: rgb(122 104 91 / 0.4);
}
.focus\:bg-brown-500\/45:focus {
  background-color: rgb(122 104 91 / 0.45);
}
.focus\:bg-brown-500\/5:focus {
  background-color: rgb(122 104 91 / 0.05);
}
.focus\:bg-brown-500\/50:focus {
  background-color: rgb(122 104 91 / 0.5);
}
.focus\:bg-brown-500\/55:focus {
  background-color: rgb(122 104 91 / 0.55);
}
.focus\:bg-brown-500\/60:focus {
  background-color: rgb(122 104 91 / 0.6);
}
.focus\:bg-brown-500\/65:focus {
  background-color: rgb(122 104 91 / 0.65);
}
.focus\:bg-brown-500\/70:focus {
  background-color: rgb(122 104 91 / 0.7);
}
.focus\:bg-brown-500\/75:focus {
  background-color: rgb(122 104 91 / 0.75);
}
.focus\:bg-brown-500\/80:focus {
  background-color: rgb(122 104 91 / 0.8);
}
.focus\:bg-brown-500\/85:focus {
  background-color: rgb(122 104 91 / 0.85);
}
.focus\:bg-brown-500\/90:focus {
  background-color: rgb(122 104 91 / 0.9);
}
.focus\:bg-brown-500\/95:focus {
  background-color: rgb(122 104 91 / 0.95);
}
.focus\:bg-green-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(0 133 122 / var(--tw-bg-opacity));
}
.focus\:bg-green-500\/0:focus {
  background-color: rgb(0 133 122 / 0);
}
.focus\:bg-green-500\/10:focus {
  background-color: rgb(0 133 122 / 0.1);
}
.focus\:bg-green-500\/100:focus {
  background-color: rgb(0 133 122 / 1);
}
.focus\:bg-green-500\/15:focus {
  background-color: rgb(0 133 122 / 0.15);
}
.focus\:bg-green-500\/20:focus {
  background-color: rgb(0 133 122 / 0.2);
}
.focus\:bg-green-500\/25:focus {
  background-color: rgb(0 133 122 / 0.25);
}
.focus\:bg-green-500\/30:focus {
  background-color: rgb(0 133 122 / 0.3);
}
.focus\:bg-green-500\/35:focus {
  background-color: rgb(0 133 122 / 0.35);
}
.focus\:bg-green-500\/40:focus {
  background-color: rgb(0 133 122 / 0.4);
}
.focus\:bg-green-500\/45:focus {
  background-color: rgb(0 133 122 / 0.45);
}
.focus\:bg-green-500\/5:focus {
  background-color: rgb(0 133 122 / 0.05);
}
.focus\:bg-green-500\/50:focus {
  background-color: rgb(0 133 122 / 0.5);
}
.focus\:bg-green-500\/55:focus {
  background-color: rgb(0 133 122 / 0.55);
}
.focus\:bg-green-500\/60:focus {
  background-color: rgb(0 133 122 / 0.6);
}
.focus\:bg-green-500\/65:focus {
  background-color: rgb(0 133 122 / 0.65);
}
.focus\:bg-green-500\/70:focus {
  background-color: rgb(0 133 122 / 0.7);
}
.focus\:bg-green-500\/75:focus {
  background-color: rgb(0 133 122 / 0.75);
}
.focus\:bg-green-500\/80:focus {
  background-color: rgb(0 133 122 / 0.8);
}
.focus\:bg-green-500\/85:focus {
  background-color: rgb(0 133 122 / 0.85);
}
.focus\:bg-green-500\/90:focus {
  background-color: rgb(0 133 122 / 0.9);
}
.focus\:bg-green-500\/95:focus {
  background-color: rgb(0 133 122 / 0.95);
}
.focus\:bg-magenta-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(169 0 102 / var(--tw-bg-opacity));
}
.focus\:bg-magenta-500\/0:focus {
  background-color: rgb(169 0 102 / 0);
}
.focus\:bg-magenta-500\/10:focus {
  background-color: rgb(169 0 102 / 0.1);
}
.focus\:bg-magenta-500\/100:focus {
  background-color: rgb(169 0 102 / 1);
}
.focus\:bg-magenta-500\/15:focus {
  background-color: rgb(169 0 102 / 0.15);
}
.focus\:bg-magenta-500\/20:focus {
  background-color: rgb(169 0 102 / 0.2);
}
.focus\:bg-magenta-500\/25:focus {
  background-color: rgb(169 0 102 / 0.25);
}
.focus\:bg-magenta-500\/30:focus {
  background-color: rgb(169 0 102 / 0.3);
}
.focus\:bg-magenta-500\/35:focus {
  background-color: rgb(169 0 102 / 0.35);
}
.focus\:bg-magenta-500\/40:focus {
  background-color: rgb(169 0 102 / 0.4);
}
.focus\:bg-magenta-500\/45:focus {
  background-color: rgb(169 0 102 / 0.45);
}
.focus\:bg-magenta-500\/5:focus {
  background-color: rgb(169 0 102 / 0.05);
}
.focus\:bg-magenta-500\/50:focus {
  background-color: rgb(169 0 102 / 0.5);
}
.focus\:bg-magenta-500\/55:focus {
  background-color: rgb(169 0 102 / 0.55);
}
.focus\:bg-magenta-500\/60:focus {
  background-color: rgb(169 0 102 / 0.6);
}
.focus\:bg-magenta-500\/65:focus {
  background-color: rgb(169 0 102 / 0.65);
}
.focus\:bg-magenta-500\/70:focus {
  background-color: rgb(169 0 102 / 0.7);
}
.focus\:bg-magenta-500\/75:focus {
  background-color: rgb(169 0 102 / 0.75);
}
.focus\:bg-magenta-500\/80:focus {
  background-color: rgb(169 0 102 / 0.8);
}
.focus\:bg-magenta-500\/85:focus {
  background-color: rgb(169 0 102 / 0.85);
}
.focus\:bg-magenta-500\/90:focus {
  background-color: rgb(169 0 102 / 0.9);
}
.focus\:bg-magenta-500\/95:focus {
  background-color: rgb(169 0 102 / 0.95);
}
.focus\:bg-orange-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 147 87 / var(--tw-bg-opacity));
}
.focus\:bg-orange-500\/0:focus {
  background-color: rgb(254 147 87 / 0);
}
.focus\:bg-orange-500\/10:focus {
  background-color: rgb(254 147 87 / 0.1);
}
.focus\:bg-orange-500\/100:focus {
  background-color: rgb(254 147 87 / 1);
}
.focus\:bg-orange-500\/15:focus {
  background-color: rgb(254 147 87 / 0.15);
}
.focus\:bg-orange-500\/20:focus {
  background-color: rgb(254 147 87 / 0.2);
}
.focus\:bg-orange-500\/25:focus {
  background-color: rgb(254 147 87 / 0.25);
}
.focus\:bg-orange-500\/30:focus {
  background-color: rgb(254 147 87 / 0.3);
}
.focus\:bg-orange-500\/35:focus {
  background-color: rgb(254 147 87 / 0.35);
}
.focus\:bg-orange-500\/40:focus {
  background-color: rgb(254 147 87 / 0.4);
}
.focus\:bg-orange-500\/45:focus {
  background-color: rgb(254 147 87 / 0.45);
}
.focus\:bg-orange-500\/5:focus {
  background-color: rgb(254 147 87 / 0.05);
}
.focus\:bg-orange-500\/50:focus {
  background-color: rgb(254 147 87 / 0.5);
}
.focus\:bg-orange-500\/55:focus {
  background-color: rgb(254 147 87 / 0.55);
}
.focus\:bg-orange-500\/60:focus {
  background-color: rgb(254 147 87 / 0.6);
}
.focus\:bg-orange-500\/65:focus {
  background-color: rgb(254 147 87 / 0.65);
}
.focus\:bg-orange-500\/70:focus {
  background-color: rgb(254 147 87 / 0.7);
}
.focus\:bg-orange-500\/75:focus {
  background-color: rgb(254 147 87 / 0.75);
}
.focus\:bg-orange-500\/80:focus {
  background-color: rgb(254 147 87 / 0.8);
}
.focus\:bg-orange-500\/85:focus {
  background-color: rgb(254 147 87 / 0.85);
}
.focus\:bg-orange-500\/90:focus {
  background-color: rgb(254 147 87 / 0.9);
}
.focus\:bg-orange-500\/95:focus {
  background-color: rgb(254 147 87 / 0.95);
}
.focus\:bg-red-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(201 18 53 / var(--tw-bg-opacity));
}
.focus\:bg-red-500\/0:focus {
  background-color: rgb(201 18 53 / 0);
}
.focus\:bg-red-500\/10:focus {
  background-color: rgb(201 18 53 / 0.1);
}
.focus\:bg-red-500\/100:focus {
  background-color: rgb(201 18 53 / 1);
}
.focus\:bg-red-500\/15:focus {
  background-color: rgb(201 18 53 / 0.15);
}
.focus\:bg-red-500\/20:focus {
  background-color: rgb(201 18 53 / 0.2);
}
.focus\:bg-red-500\/25:focus {
  background-color: rgb(201 18 53 / 0.25);
}
.focus\:bg-red-500\/30:focus {
  background-color: rgb(201 18 53 / 0.3);
}
.focus\:bg-red-500\/35:focus {
  background-color: rgb(201 18 53 / 0.35);
}
.focus\:bg-red-500\/40:focus {
  background-color: rgb(201 18 53 / 0.4);
}
.focus\:bg-red-500\/45:focus {
  background-color: rgb(201 18 53 / 0.45);
}
.focus\:bg-red-500\/5:focus {
  background-color: rgb(201 18 53 / 0.05);
}
.focus\:bg-red-500\/50:focus {
  background-color: rgb(201 18 53 / 0.5);
}
.focus\:bg-red-500\/55:focus {
  background-color: rgb(201 18 53 / 0.55);
}
.focus\:bg-red-500\/60:focus {
  background-color: rgb(201 18 53 / 0.6);
}
.focus\:bg-red-500\/65:focus {
  background-color: rgb(201 18 53 / 0.65);
}
.focus\:bg-red-500\/70:focus {
  background-color: rgb(201 18 53 / 0.7);
}
.focus\:bg-red-500\/75:focus {
  background-color: rgb(201 18 53 / 0.75);
}
.focus\:bg-red-500\/80:focus {
  background-color: rgb(201 18 53 / 0.8);
}
.focus\:bg-red-500\/85:focus {
  background-color: rgb(201 18 53 / 0.85);
}
.focus\:bg-red-500\/90:focus {
  background-color: rgb(201 18 53 / 0.9);
}
.focus\:bg-red-500\/95:focus {
  background-color: rgb(201 18 53 / 0.95);
}
.focus\:bg-yellow-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 214 99 / var(--tw-bg-opacity));
}
.focus\:bg-yellow-500\/0:focus {
  background-color: rgb(255 214 99 / 0);
}
.focus\:bg-yellow-500\/10:focus {
  background-color: rgb(255 214 99 / 0.1);
}
.focus\:bg-yellow-500\/100:focus {
  background-color: rgb(255 214 99 / 1);
}
.focus\:bg-yellow-500\/15:focus {
  background-color: rgb(255 214 99 / 0.15);
}
.focus\:bg-yellow-500\/20:focus {
  background-color: rgb(255 214 99 / 0.2);
}
.focus\:bg-yellow-500\/25:focus {
  background-color: rgb(255 214 99 / 0.25);
}
.focus\:bg-yellow-500\/30:focus {
  background-color: rgb(255 214 99 / 0.3);
}
.focus\:bg-yellow-500\/35:focus {
  background-color: rgb(255 214 99 / 0.35);
}
.focus\:bg-yellow-500\/40:focus {
  background-color: rgb(255 214 99 / 0.4);
}
.focus\:bg-yellow-500\/45:focus {
  background-color: rgb(255 214 99 / 0.45);
}
.focus\:bg-yellow-500\/5:focus {
  background-color: rgb(255 214 99 / 0.05);
}
.focus\:bg-yellow-500\/50:focus {
  background-color: rgb(255 214 99 / 0.5);
}
.focus\:bg-yellow-500\/55:focus {
  background-color: rgb(255 214 99 / 0.55);
}
.focus\:bg-yellow-500\/60:focus {
  background-color: rgb(255 214 99 / 0.6);
}
.focus\:bg-yellow-500\/65:focus {
  background-color: rgb(255 214 99 / 0.65);
}
.focus\:bg-yellow-500\/70:focus {
  background-color: rgb(255 214 99 / 0.7);
}
.focus\:bg-yellow-500\/75:focus {
  background-color: rgb(255 214 99 / 0.75);
}
.focus\:bg-yellow-500\/80:focus {
  background-color: rgb(255 214 99 / 0.8);
}
.focus\:bg-yellow-500\/85:focus {
  background-color: rgb(255 214 99 / 0.85);
}
.focus\:bg-yellow-500\/90:focus {
  background-color: rgb(255 214 99 / 0.9);
}
.focus\:bg-yellow-500\/95:focus {
  background-color: rgb(255 214 99 / 0.95);
}
.focus\:\!text-white:focus {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.focus\:text-black:focus {
  --tw-text-opacity: 1;
  color: rgb(44 42 41 / var(--tw-text-opacity));
}
.focus\:text-black\/0:focus {
  color: rgb(44 42 41 / 0);
}
.focus\:text-black\/10:focus {
  color: rgb(44 42 41 / 0.1);
}
.focus\:text-black\/100:focus {
  color: rgb(44 42 41 / 1);
}
.focus\:text-black\/15:focus {
  color: rgb(44 42 41 / 0.15);
}
.focus\:text-black\/20:focus {
  color: rgb(44 42 41 / 0.2);
}
.focus\:text-black\/25:focus {
  color: rgb(44 42 41 / 0.25);
}
.focus\:text-black\/30:focus {
  color: rgb(44 42 41 / 0.3);
}
.focus\:text-black\/35:focus {
  color: rgb(44 42 41 / 0.35);
}
.focus\:text-black\/40:focus {
  color: rgb(44 42 41 / 0.4);
}
.focus\:text-black\/45:focus {
  color: rgb(44 42 41 / 0.45);
}
.focus\:text-black\/5:focus {
  color: rgb(44 42 41 / 0.05);
}
.focus\:text-black\/50:focus {
  color: rgb(44 42 41 / 0.5);
}
.focus\:text-black\/55:focus {
  color: rgb(44 42 41 / 0.55);
}
.focus\:text-black\/60:focus {
  color: rgb(44 42 41 / 0.6);
}
.focus\:text-black\/65:focus {
  color: rgb(44 42 41 / 0.65);
}
.focus\:text-black\/70:focus {
  color: rgb(44 42 41 / 0.7);
}
.focus\:text-black\/75:focus {
  color: rgb(44 42 41 / 0.75);
}
.focus\:text-black\/80:focus {
  color: rgb(44 42 41 / 0.8);
}
.focus\:text-black\/85:focus {
  color: rgb(44 42 41 / 0.85);
}
.focus\:text-black\/90:focus {
  color: rgb(44 42 41 / 0.9);
}
.focus\:text-black\/95:focus {
  color: rgb(44 42 41 / 0.95);
}
.focus\:text-blue-300:focus {
  --tw-text-opacity: 1;
  color: rgb(145 215 242 / var(--tw-text-opacity));
}
.focus\:text-blue-300\/0:focus {
  color: rgb(145 215 242 / 0);
}
.focus\:text-blue-300\/10:focus {
  color: rgb(145 215 242 / 0.1);
}
.focus\:text-blue-300\/100:focus {
  color: rgb(145 215 242 / 1);
}
.focus\:text-blue-300\/15:focus {
  color: rgb(145 215 242 / 0.15);
}
.focus\:text-blue-300\/20:focus {
  color: rgb(145 215 242 / 0.2);
}
.focus\:text-blue-300\/25:focus {
  color: rgb(145 215 242 / 0.25);
}
.focus\:text-blue-300\/30:focus {
  color: rgb(145 215 242 / 0.3);
}
.focus\:text-blue-300\/35:focus {
  color: rgb(145 215 242 / 0.35);
}
.focus\:text-blue-300\/40:focus {
  color: rgb(145 215 242 / 0.4);
}
.focus\:text-blue-300\/45:focus {
  color: rgb(145 215 242 / 0.45);
}
.focus\:text-blue-300\/5:focus {
  color: rgb(145 215 242 / 0.05);
}
.focus\:text-blue-300\/50:focus {
  color: rgb(145 215 242 / 0.5);
}
.focus\:text-blue-300\/55:focus {
  color: rgb(145 215 242 / 0.55);
}
.focus\:text-blue-300\/60:focus {
  color: rgb(145 215 242 / 0.6);
}
.focus\:text-blue-300\/65:focus {
  color: rgb(145 215 242 / 0.65);
}
.focus\:text-blue-300\/70:focus {
  color: rgb(145 215 242 / 0.7);
}
.focus\:text-blue-300\/75:focus {
  color: rgb(145 215 242 / 0.75);
}
.focus\:text-blue-300\/80:focus {
  color: rgb(145 215 242 / 0.8);
}
.focus\:text-blue-300\/85:focus {
  color: rgb(145 215 242 / 0.85);
}
.focus\:text-blue-300\/90:focus {
  color: rgb(145 215 242 / 0.9);
}
.focus\:text-blue-300\/95:focus {
  color: rgb(145 215 242 / 0.95);
}
.focus\:text-blue-400:focus {
  --tw-text-opacity: 1;
  color: rgb(34 105 162 / var(--tw-text-opacity));
}
.focus\:text-blue-400\/0:focus {
  color: rgb(34 105 162 / 0);
}
.focus\:text-blue-400\/10:focus {
  color: rgb(34 105 162 / 0.1);
}
.focus\:text-blue-400\/100:focus {
  color: rgb(34 105 162 / 1);
}
.focus\:text-blue-400\/15:focus {
  color: rgb(34 105 162 / 0.15);
}
.focus\:text-blue-400\/20:focus {
  color: rgb(34 105 162 / 0.2);
}
.focus\:text-blue-400\/25:focus {
  color: rgb(34 105 162 / 0.25);
}
.focus\:text-blue-400\/30:focus {
  color: rgb(34 105 162 / 0.3);
}
.focus\:text-blue-400\/35:focus {
  color: rgb(34 105 162 / 0.35);
}
.focus\:text-blue-400\/40:focus {
  color: rgb(34 105 162 / 0.4);
}
.focus\:text-blue-400\/45:focus {
  color: rgb(34 105 162 / 0.45);
}
.focus\:text-blue-400\/5:focus {
  color: rgb(34 105 162 / 0.05);
}
.focus\:text-blue-400\/50:focus {
  color: rgb(34 105 162 / 0.5);
}
.focus\:text-blue-400\/55:focus {
  color: rgb(34 105 162 / 0.55);
}
.focus\:text-blue-400\/60:focus {
  color: rgb(34 105 162 / 0.6);
}
.focus\:text-blue-400\/65:focus {
  color: rgb(34 105 162 / 0.65);
}
.focus\:text-blue-400\/70:focus {
  color: rgb(34 105 162 / 0.7);
}
.focus\:text-blue-400\/75:focus {
  color: rgb(34 105 162 / 0.75);
}
.focus\:text-blue-400\/80:focus {
  color: rgb(34 105 162 / 0.8);
}
.focus\:text-blue-400\/85:focus {
  color: rgb(34 105 162 / 0.85);
}
.focus\:text-blue-400\/90:focus {
  color: rgb(34 105 162 / 0.9);
}
.focus\:text-blue-400\/95:focus {
  color: rgb(34 105 162 / 0.95);
}
.focus\:text-brown-500:focus {
  --tw-text-opacity: 1;
  color: rgb(122 104 91 / var(--tw-text-opacity));
}
.focus\:text-brown-500\/0:focus {
  color: rgb(122 104 91 / 0);
}
.focus\:text-brown-500\/10:focus {
  color: rgb(122 104 91 / 0.1);
}
.focus\:text-brown-500\/100:focus {
  color: rgb(122 104 91 / 1);
}
.focus\:text-brown-500\/15:focus {
  color: rgb(122 104 91 / 0.15);
}
.focus\:text-brown-500\/20:focus {
  color: rgb(122 104 91 / 0.2);
}
.focus\:text-brown-500\/25:focus {
  color: rgb(122 104 91 / 0.25);
}
.focus\:text-brown-500\/30:focus {
  color: rgb(122 104 91 / 0.3);
}
.focus\:text-brown-500\/35:focus {
  color: rgb(122 104 91 / 0.35);
}
.focus\:text-brown-500\/40:focus {
  color: rgb(122 104 91 / 0.4);
}
.focus\:text-brown-500\/45:focus {
  color: rgb(122 104 91 / 0.45);
}
.focus\:text-brown-500\/5:focus {
  color: rgb(122 104 91 / 0.05);
}
.focus\:text-brown-500\/50:focus {
  color: rgb(122 104 91 / 0.5);
}
.focus\:text-brown-500\/55:focus {
  color: rgb(122 104 91 / 0.55);
}
.focus\:text-brown-500\/60:focus {
  color: rgb(122 104 91 / 0.6);
}
.focus\:text-brown-500\/65:focus {
  color: rgb(122 104 91 / 0.65);
}
.focus\:text-brown-500\/70:focus {
  color: rgb(122 104 91 / 0.7);
}
.focus\:text-brown-500\/75:focus {
  color: rgb(122 104 91 / 0.75);
}
.focus\:text-brown-500\/80:focus {
  color: rgb(122 104 91 / 0.8);
}
.focus\:text-brown-500\/85:focus {
  color: rgb(122 104 91 / 0.85);
}
.focus\:text-brown-500\/90:focus {
  color: rgb(122 104 91 / 0.9);
}
.focus\:text-brown-500\/95:focus {
  color: rgb(122 104 91 / 0.95);
}
.focus\:text-gray-400:focus {
  --tw-text-opacity: 1;
  color: rgb(118 121 128 / var(--tw-text-opacity));
}
.focus\:text-green-500:focus {
  --tw-text-opacity: 1;
  color: rgb(0 133 122 / var(--tw-text-opacity));
}
.focus\:text-green-500\/0:focus {
  color: rgb(0 133 122 / 0);
}
.focus\:text-green-500\/10:focus {
  color: rgb(0 133 122 / 0.1);
}
.focus\:text-green-500\/100:focus {
  color: rgb(0 133 122 / 1);
}
.focus\:text-green-500\/15:focus {
  color: rgb(0 133 122 / 0.15);
}
.focus\:text-green-500\/20:focus {
  color: rgb(0 133 122 / 0.2);
}
.focus\:text-green-500\/25:focus {
  color: rgb(0 133 122 / 0.25);
}
.focus\:text-green-500\/30:focus {
  color: rgb(0 133 122 / 0.3);
}
.focus\:text-green-500\/35:focus {
  color: rgb(0 133 122 / 0.35);
}
.focus\:text-green-500\/40:focus {
  color: rgb(0 133 122 / 0.4);
}
.focus\:text-green-500\/45:focus {
  color: rgb(0 133 122 / 0.45);
}
.focus\:text-green-500\/5:focus {
  color: rgb(0 133 122 / 0.05);
}
.focus\:text-green-500\/50:focus {
  color: rgb(0 133 122 / 0.5);
}
.focus\:text-green-500\/55:focus {
  color: rgb(0 133 122 / 0.55);
}
.focus\:text-green-500\/60:focus {
  color: rgb(0 133 122 / 0.6);
}
.focus\:text-green-500\/65:focus {
  color: rgb(0 133 122 / 0.65);
}
.focus\:text-green-500\/70:focus {
  color: rgb(0 133 122 / 0.7);
}
.focus\:text-green-500\/75:focus {
  color: rgb(0 133 122 / 0.75);
}
.focus\:text-green-500\/80:focus {
  color: rgb(0 133 122 / 0.8);
}
.focus\:text-green-500\/85:focus {
  color: rgb(0 133 122 / 0.85);
}
.focus\:text-green-500\/90:focus {
  color: rgb(0 133 122 / 0.9);
}
.focus\:text-green-500\/95:focus {
  color: rgb(0 133 122 / 0.95);
}
.focus\:text-magenta-500:focus {
  --tw-text-opacity: 1;
  color: rgb(169 0 102 / var(--tw-text-opacity));
}
.focus\:text-magenta-500\/0:focus {
  color: rgb(169 0 102 / 0);
}
.focus\:text-magenta-500\/10:focus {
  color: rgb(169 0 102 / 0.1);
}
.focus\:text-magenta-500\/100:focus {
  color: rgb(169 0 102 / 1);
}
.focus\:text-magenta-500\/15:focus {
  color: rgb(169 0 102 / 0.15);
}
.focus\:text-magenta-500\/20:focus {
  color: rgb(169 0 102 / 0.2);
}
.focus\:text-magenta-500\/25:focus {
  color: rgb(169 0 102 / 0.25);
}
.focus\:text-magenta-500\/30:focus {
  color: rgb(169 0 102 / 0.3);
}
.focus\:text-magenta-500\/35:focus {
  color: rgb(169 0 102 / 0.35);
}
.focus\:text-magenta-500\/40:focus {
  color: rgb(169 0 102 / 0.4);
}
.focus\:text-magenta-500\/45:focus {
  color: rgb(169 0 102 / 0.45);
}
.focus\:text-magenta-500\/5:focus {
  color: rgb(169 0 102 / 0.05);
}
.focus\:text-magenta-500\/50:focus {
  color: rgb(169 0 102 / 0.5);
}
.focus\:text-magenta-500\/55:focus {
  color: rgb(169 0 102 / 0.55);
}
.focus\:text-magenta-500\/60:focus {
  color: rgb(169 0 102 / 0.6);
}
.focus\:text-magenta-500\/65:focus {
  color: rgb(169 0 102 / 0.65);
}
.focus\:text-magenta-500\/70:focus {
  color: rgb(169 0 102 / 0.7);
}
.focus\:text-magenta-500\/75:focus {
  color: rgb(169 0 102 / 0.75);
}
.focus\:text-magenta-500\/80:focus {
  color: rgb(169 0 102 / 0.8);
}
.focus\:text-magenta-500\/85:focus {
  color: rgb(169 0 102 / 0.85);
}
.focus\:text-magenta-500\/90:focus {
  color: rgb(169 0 102 / 0.9);
}
.focus\:text-magenta-500\/95:focus {
  color: rgb(169 0 102 / 0.95);
}
.focus\:text-orange-500:focus {
  --tw-text-opacity: 1;
  color: rgb(254 147 87 / var(--tw-text-opacity));
}
.focus\:text-orange-500\/0:focus {
  color: rgb(254 147 87 / 0);
}
.focus\:text-orange-500\/10:focus {
  color: rgb(254 147 87 / 0.1);
}
.focus\:text-orange-500\/100:focus {
  color: rgb(254 147 87 / 1);
}
.focus\:text-orange-500\/15:focus {
  color: rgb(254 147 87 / 0.15);
}
.focus\:text-orange-500\/20:focus {
  color: rgb(254 147 87 / 0.2);
}
.focus\:text-orange-500\/25:focus {
  color: rgb(254 147 87 / 0.25);
}
.focus\:text-orange-500\/30:focus {
  color: rgb(254 147 87 / 0.3);
}
.focus\:text-orange-500\/35:focus {
  color: rgb(254 147 87 / 0.35);
}
.focus\:text-orange-500\/40:focus {
  color: rgb(254 147 87 / 0.4);
}
.focus\:text-orange-500\/45:focus {
  color: rgb(254 147 87 / 0.45);
}
.focus\:text-orange-500\/5:focus {
  color: rgb(254 147 87 / 0.05);
}
.focus\:text-orange-500\/50:focus {
  color: rgb(254 147 87 / 0.5);
}
.focus\:text-orange-500\/55:focus {
  color: rgb(254 147 87 / 0.55);
}
.focus\:text-orange-500\/60:focus {
  color: rgb(254 147 87 / 0.6);
}
.focus\:text-orange-500\/65:focus {
  color: rgb(254 147 87 / 0.65);
}
.focus\:text-orange-500\/70:focus {
  color: rgb(254 147 87 / 0.7);
}
.focus\:text-orange-500\/75:focus {
  color: rgb(254 147 87 / 0.75);
}
.focus\:text-orange-500\/80:focus {
  color: rgb(254 147 87 / 0.8);
}
.focus\:text-orange-500\/85:focus {
  color: rgb(254 147 87 / 0.85);
}
.focus\:text-orange-500\/90:focus {
  color: rgb(254 147 87 / 0.9);
}
.focus\:text-orange-500\/95:focus {
  color: rgb(254 147 87 / 0.95);
}
.focus\:text-red-500:focus {
  --tw-text-opacity: 1;
  color: rgb(201 18 53 / var(--tw-text-opacity));
}
.focus\:text-red-500\/0:focus {
  color: rgb(201 18 53 / 0);
}
.focus\:text-red-500\/10:focus {
  color: rgb(201 18 53 / 0.1);
}
.focus\:text-red-500\/100:focus {
  color: rgb(201 18 53 / 1);
}
.focus\:text-red-500\/15:focus {
  color: rgb(201 18 53 / 0.15);
}
.focus\:text-red-500\/20:focus {
  color: rgb(201 18 53 / 0.2);
}
.focus\:text-red-500\/25:focus {
  color: rgb(201 18 53 / 0.25);
}
.focus\:text-red-500\/30:focus {
  color: rgb(201 18 53 / 0.3);
}
.focus\:text-red-500\/35:focus {
  color: rgb(201 18 53 / 0.35);
}
.focus\:text-red-500\/40:focus {
  color: rgb(201 18 53 / 0.4);
}
.focus\:text-red-500\/45:focus {
  color: rgb(201 18 53 / 0.45);
}
.focus\:text-red-500\/5:focus {
  color: rgb(201 18 53 / 0.05);
}
.focus\:text-red-500\/50:focus {
  color: rgb(201 18 53 / 0.5);
}
.focus\:text-red-500\/55:focus {
  color: rgb(201 18 53 / 0.55);
}
.focus\:text-red-500\/60:focus {
  color: rgb(201 18 53 / 0.6);
}
.focus\:text-red-500\/65:focus {
  color: rgb(201 18 53 / 0.65);
}
.focus\:text-red-500\/70:focus {
  color: rgb(201 18 53 / 0.7);
}
.focus\:text-red-500\/75:focus {
  color: rgb(201 18 53 / 0.75);
}
.focus\:text-red-500\/80:focus {
  color: rgb(201 18 53 / 0.8);
}
.focus\:text-red-500\/85:focus {
  color: rgb(201 18 53 / 0.85);
}
.focus\:text-red-500\/90:focus {
  color: rgb(201 18 53 / 0.9);
}
.focus\:text-red-500\/95:focus {
  color: rgb(201 18 53 / 0.95);
}
.focus\:text-white:focus {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.focus\:text-yellow-500:focus {
  --tw-text-opacity: 1;
  color: rgb(255 214 99 / var(--tw-text-opacity));
}
.focus\:text-yellow-500\/0:focus {
  color: rgb(255 214 99 / 0);
}
.focus\:text-yellow-500\/10:focus {
  color: rgb(255 214 99 / 0.1);
}
.focus\:text-yellow-500\/100:focus {
  color: rgb(255 214 99 / 1);
}
.focus\:text-yellow-500\/15:focus {
  color: rgb(255 214 99 / 0.15);
}
.focus\:text-yellow-500\/20:focus {
  color: rgb(255 214 99 / 0.2);
}
.focus\:text-yellow-500\/25:focus {
  color: rgb(255 214 99 / 0.25);
}
.focus\:text-yellow-500\/30:focus {
  color: rgb(255 214 99 / 0.3);
}
.focus\:text-yellow-500\/35:focus {
  color: rgb(255 214 99 / 0.35);
}
.focus\:text-yellow-500\/40:focus {
  color: rgb(255 214 99 / 0.4);
}
.focus\:text-yellow-500\/45:focus {
  color: rgb(255 214 99 / 0.45);
}
.focus\:text-yellow-500\/5:focus {
  color: rgb(255 214 99 / 0.05);
}
.focus\:text-yellow-500\/50:focus {
  color: rgb(255 214 99 / 0.5);
}
.focus\:text-yellow-500\/55:focus {
  color: rgb(255 214 99 / 0.55);
}
.focus\:text-yellow-500\/60:focus {
  color: rgb(255 214 99 / 0.6);
}
.focus\:text-yellow-500\/65:focus {
  color: rgb(255 214 99 / 0.65);
}
.focus\:text-yellow-500\/70:focus {
  color: rgb(255 214 99 / 0.7);
}
.focus\:text-yellow-500\/75:focus {
  color: rgb(255 214 99 / 0.75);
}
.focus\:text-yellow-500\/80:focus {
  color: rgb(255 214 99 / 0.8);
}
.focus\:text-yellow-500\/85:focus {
  color: rgb(255 214 99 / 0.85);
}
.focus\:text-yellow-500\/90:focus {
  color: rgb(255 214 99 / 0.9);
}
.focus\:text-yellow-500\/95:focus {
  color: rgb(255 214 99 / 0.95);
}
.focus\:underline:focus {
  text-decoration-line: underline;
}
.focus\:opacity-80:focus {
  opacity: 0.8;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-visible\:\!outline-dotted:focus-visible {
  outline-style: dotted !important;
}
.focus-visible\:outline-1:focus-visible {
  outline-width: 1px;
}
.active\:bg-black:active {
  --tw-bg-opacity: 1;
  background-color: rgb(44 42 41 / var(--tw-bg-opacity));
}
.group:last-child .group-last\:before\:hidden::before {
  content: var(--tw-content);
  display: none;
}
.group:hover .group-hover\:border-black {
  --tw-border-opacity: 1;
  border-color: rgb(44 42 41 / var(--tw-border-opacity));
}
.group:hover .group-hover\:border-black\/0 {
  border-color: rgb(44 42 41 / 0);
}
.group:hover .group-hover\:border-black\/10 {
  border-color: rgb(44 42 41 / 0.1);
}
.group:hover .group-hover\:border-black\/100 {
  border-color: rgb(44 42 41 / 1);
}
.group:hover .group-hover\:border-black\/15 {
  border-color: rgb(44 42 41 / 0.15);
}
.group:hover .group-hover\:border-black\/20 {
  border-color: rgb(44 42 41 / 0.2);
}
.group:hover .group-hover\:border-black\/25 {
  border-color: rgb(44 42 41 / 0.25);
}
.group:hover .group-hover\:border-black\/30 {
  border-color: rgb(44 42 41 / 0.3);
}
.group:hover .group-hover\:border-black\/35 {
  border-color: rgb(44 42 41 / 0.35);
}
.group:hover .group-hover\:border-black\/40 {
  border-color: rgb(44 42 41 / 0.4);
}
.group:hover .group-hover\:border-black\/45 {
  border-color: rgb(44 42 41 / 0.45);
}
.group:hover .group-hover\:border-black\/5 {
  border-color: rgb(44 42 41 / 0.05);
}
.group:hover .group-hover\:border-black\/50 {
  border-color: rgb(44 42 41 / 0.5);
}
.group:hover .group-hover\:border-black\/55 {
  border-color: rgb(44 42 41 / 0.55);
}
.group:hover .group-hover\:border-black\/60 {
  border-color: rgb(44 42 41 / 0.6);
}
.group:hover .group-hover\:border-black\/65 {
  border-color: rgb(44 42 41 / 0.65);
}
.group:hover .group-hover\:border-black\/70 {
  border-color: rgb(44 42 41 / 0.7);
}
.group:hover .group-hover\:border-black\/75 {
  border-color: rgb(44 42 41 / 0.75);
}
.group:hover .group-hover\:border-black\/80 {
  border-color: rgb(44 42 41 / 0.8);
}
.group:hover .group-hover\:border-black\/85 {
  border-color: rgb(44 42 41 / 0.85);
}
.group:hover .group-hover\:border-black\/90 {
  border-color: rgb(44 42 41 / 0.9);
}
.group:hover .group-hover\:border-black\/95 {
  border-color: rgb(44 42 41 / 0.95);
}
.group:hover .group-hover\:border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgb(145 215 242 / var(--tw-border-opacity));
}
.group:hover .group-hover\:border-blue-300\/0 {
  border-color: rgb(145 215 242 / 0);
}
.group:hover .group-hover\:border-blue-300\/10 {
  border-color: rgb(145 215 242 / 0.1);
}
.group:hover .group-hover\:border-blue-300\/100 {
  border-color: rgb(145 215 242 / 1);
}
.group:hover .group-hover\:border-blue-300\/15 {
  border-color: rgb(145 215 242 / 0.15);
}
.group:hover .group-hover\:border-blue-300\/20 {
  border-color: rgb(145 215 242 / 0.2);
}
.group:hover .group-hover\:border-blue-300\/25 {
  border-color: rgb(145 215 242 / 0.25);
}
.group:hover .group-hover\:border-blue-300\/30 {
  border-color: rgb(145 215 242 / 0.3);
}
.group:hover .group-hover\:border-blue-300\/35 {
  border-color: rgb(145 215 242 / 0.35);
}
.group:hover .group-hover\:border-blue-300\/40 {
  border-color: rgb(145 215 242 / 0.4);
}
.group:hover .group-hover\:border-blue-300\/45 {
  border-color: rgb(145 215 242 / 0.45);
}
.group:hover .group-hover\:border-blue-300\/5 {
  border-color: rgb(145 215 242 / 0.05);
}
.group:hover .group-hover\:border-blue-300\/50 {
  border-color: rgb(145 215 242 / 0.5);
}
.group:hover .group-hover\:border-blue-300\/55 {
  border-color: rgb(145 215 242 / 0.55);
}
.group:hover .group-hover\:border-blue-300\/60 {
  border-color: rgb(145 215 242 / 0.6);
}
.group:hover .group-hover\:border-blue-300\/65 {
  border-color: rgb(145 215 242 / 0.65);
}
.group:hover .group-hover\:border-blue-300\/70 {
  border-color: rgb(145 215 242 / 0.7);
}
.group:hover .group-hover\:border-blue-300\/75 {
  border-color: rgb(145 215 242 / 0.75);
}
.group:hover .group-hover\:border-blue-300\/80 {
  border-color: rgb(145 215 242 / 0.8);
}
.group:hover .group-hover\:border-blue-300\/85 {
  border-color: rgb(145 215 242 / 0.85);
}
.group:hover .group-hover\:border-blue-300\/90 {
  border-color: rgb(145 215 242 / 0.9);
}
.group:hover .group-hover\:border-blue-300\/95 {
  border-color: rgb(145 215 242 / 0.95);
}
.group:hover .group-hover\:border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(34 105 162 / var(--tw-border-opacity));
}
.group:hover .group-hover\:border-blue-400\/0 {
  border-color: rgb(34 105 162 / 0);
}
.group:hover .group-hover\:border-blue-400\/10 {
  border-color: rgb(34 105 162 / 0.1);
}
.group:hover .group-hover\:border-blue-400\/100 {
  border-color: rgb(34 105 162 / 1);
}
.group:hover .group-hover\:border-blue-400\/15 {
  border-color: rgb(34 105 162 / 0.15);
}
.group:hover .group-hover\:border-blue-400\/20 {
  border-color: rgb(34 105 162 / 0.2);
}
.group:hover .group-hover\:border-blue-400\/25 {
  border-color: rgb(34 105 162 / 0.25);
}
.group:hover .group-hover\:border-blue-400\/30 {
  border-color: rgb(34 105 162 / 0.3);
}
.group:hover .group-hover\:border-blue-400\/35 {
  border-color: rgb(34 105 162 / 0.35);
}
.group:hover .group-hover\:border-blue-400\/40 {
  border-color: rgb(34 105 162 / 0.4);
}
.group:hover .group-hover\:border-blue-400\/45 {
  border-color: rgb(34 105 162 / 0.45);
}
.group:hover .group-hover\:border-blue-400\/5 {
  border-color: rgb(34 105 162 / 0.05);
}
.group:hover .group-hover\:border-blue-400\/50 {
  border-color: rgb(34 105 162 / 0.5);
}
.group:hover .group-hover\:border-blue-400\/55 {
  border-color: rgb(34 105 162 / 0.55);
}
.group:hover .group-hover\:border-blue-400\/60 {
  border-color: rgb(34 105 162 / 0.6);
}
.group:hover .group-hover\:border-blue-400\/65 {
  border-color: rgb(34 105 162 / 0.65);
}
.group:hover .group-hover\:border-blue-400\/70 {
  border-color: rgb(34 105 162 / 0.7);
}
.group:hover .group-hover\:border-blue-400\/75 {
  border-color: rgb(34 105 162 / 0.75);
}
.group:hover .group-hover\:border-blue-400\/80 {
  border-color: rgb(34 105 162 / 0.8);
}
.group:hover .group-hover\:border-blue-400\/85 {
  border-color: rgb(34 105 162 / 0.85);
}
.group:hover .group-hover\:border-blue-400\/90 {
  border-color: rgb(34 105 162 / 0.9);
}
.group:hover .group-hover\:border-blue-400\/95 {
  border-color: rgb(34 105 162 / 0.95);
}
.group:hover .group-hover\:border-brown-500 {
  --tw-border-opacity: 1;
  border-color: rgb(122 104 91 / var(--tw-border-opacity));
}
.group:hover .group-hover\:border-brown-500\/0 {
  border-color: rgb(122 104 91 / 0);
}
.group:hover .group-hover\:border-brown-500\/10 {
  border-color: rgb(122 104 91 / 0.1);
}
.group:hover .group-hover\:border-brown-500\/100 {
  border-color: rgb(122 104 91 / 1);
}
.group:hover .group-hover\:border-brown-500\/15 {
  border-color: rgb(122 104 91 / 0.15);
}
.group:hover .group-hover\:border-brown-500\/20 {
  border-color: rgb(122 104 91 / 0.2);
}
.group:hover .group-hover\:border-brown-500\/25 {
  border-color: rgb(122 104 91 / 0.25);
}
.group:hover .group-hover\:border-brown-500\/30 {
  border-color: rgb(122 104 91 / 0.3);
}
.group:hover .group-hover\:border-brown-500\/35 {
  border-color: rgb(122 104 91 / 0.35);
}
.group:hover .group-hover\:border-brown-500\/40 {
  border-color: rgb(122 104 91 / 0.4);
}
.group:hover .group-hover\:border-brown-500\/45 {
  border-color: rgb(122 104 91 / 0.45);
}
.group:hover .group-hover\:border-brown-500\/5 {
  border-color: rgb(122 104 91 / 0.05);
}
.group:hover .group-hover\:border-brown-500\/50 {
  border-color: rgb(122 104 91 / 0.5);
}
.group:hover .group-hover\:border-brown-500\/55 {
  border-color: rgb(122 104 91 / 0.55);
}
.group:hover .group-hover\:border-brown-500\/60 {
  border-color: rgb(122 104 91 / 0.6);
}
.group:hover .group-hover\:border-brown-500\/65 {
  border-color: rgb(122 104 91 / 0.65);
}
.group:hover .group-hover\:border-brown-500\/70 {
  border-color: rgb(122 104 91 / 0.7);
}
.group:hover .group-hover\:border-brown-500\/75 {
  border-color: rgb(122 104 91 / 0.75);
}
.group:hover .group-hover\:border-brown-500\/80 {
  border-color: rgb(122 104 91 / 0.8);
}
.group:hover .group-hover\:border-brown-500\/85 {
  border-color: rgb(122 104 91 / 0.85);
}
.group:hover .group-hover\:border-brown-500\/90 {
  border-color: rgb(122 104 91 / 0.9);
}
.group:hover .group-hover\:border-brown-500\/95 {
  border-color: rgb(122 104 91 / 0.95);
}
.group:hover .group-hover\:border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(0 133 122 / var(--tw-border-opacity));
}
.group:hover .group-hover\:border-green-500\/0 {
  border-color: rgb(0 133 122 / 0);
}
.group:hover .group-hover\:border-green-500\/10 {
  border-color: rgb(0 133 122 / 0.1);
}
.group:hover .group-hover\:border-green-500\/100 {
  border-color: rgb(0 133 122 / 1);
}
.group:hover .group-hover\:border-green-500\/15 {
  border-color: rgb(0 133 122 / 0.15);
}
.group:hover .group-hover\:border-green-500\/20 {
  border-color: rgb(0 133 122 / 0.2);
}
.group:hover .group-hover\:border-green-500\/25 {
  border-color: rgb(0 133 122 / 0.25);
}
.group:hover .group-hover\:border-green-500\/30 {
  border-color: rgb(0 133 122 / 0.3);
}
.group:hover .group-hover\:border-green-500\/35 {
  border-color: rgb(0 133 122 / 0.35);
}
.group:hover .group-hover\:border-green-500\/40 {
  border-color: rgb(0 133 122 / 0.4);
}
.group:hover .group-hover\:border-green-500\/45 {
  border-color: rgb(0 133 122 / 0.45);
}
.group:hover .group-hover\:border-green-500\/5 {
  border-color: rgb(0 133 122 / 0.05);
}
.group:hover .group-hover\:border-green-500\/50 {
  border-color: rgb(0 133 122 / 0.5);
}
.group:hover .group-hover\:border-green-500\/55 {
  border-color: rgb(0 133 122 / 0.55);
}
.group:hover .group-hover\:border-green-500\/60 {
  border-color: rgb(0 133 122 / 0.6);
}
.group:hover .group-hover\:border-green-500\/65 {
  border-color: rgb(0 133 122 / 0.65);
}
.group:hover .group-hover\:border-green-500\/70 {
  border-color: rgb(0 133 122 / 0.7);
}
.group:hover .group-hover\:border-green-500\/75 {
  border-color: rgb(0 133 122 / 0.75);
}
.group:hover .group-hover\:border-green-500\/80 {
  border-color: rgb(0 133 122 / 0.8);
}
.group:hover .group-hover\:border-green-500\/85 {
  border-color: rgb(0 133 122 / 0.85);
}
.group:hover .group-hover\:border-green-500\/90 {
  border-color: rgb(0 133 122 / 0.9);
}
.group:hover .group-hover\:border-green-500\/95 {
  border-color: rgb(0 133 122 / 0.95);
}
.group:hover .group-hover\:border-magenta-500 {
  --tw-border-opacity: 1;
  border-color: rgb(169 0 102 / var(--tw-border-opacity));
}
.group:hover .group-hover\:border-magenta-500\/0 {
  border-color: rgb(169 0 102 / 0);
}
.group:hover .group-hover\:border-magenta-500\/10 {
  border-color: rgb(169 0 102 / 0.1);
}
.group:hover .group-hover\:border-magenta-500\/100 {
  border-color: rgb(169 0 102 / 1);
}
.group:hover .group-hover\:border-magenta-500\/15 {
  border-color: rgb(169 0 102 / 0.15);
}
.group:hover .group-hover\:border-magenta-500\/20 {
  border-color: rgb(169 0 102 / 0.2);
}
.group:hover .group-hover\:border-magenta-500\/25 {
  border-color: rgb(169 0 102 / 0.25);
}
.group:hover .group-hover\:border-magenta-500\/30 {
  border-color: rgb(169 0 102 / 0.3);
}
.group:hover .group-hover\:border-magenta-500\/35 {
  border-color: rgb(169 0 102 / 0.35);
}
.group:hover .group-hover\:border-magenta-500\/40 {
  border-color: rgb(169 0 102 / 0.4);
}
.group:hover .group-hover\:border-magenta-500\/45 {
  border-color: rgb(169 0 102 / 0.45);
}
.group:hover .group-hover\:border-magenta-500\/5 {
  border-color: rgb(169 0 102 / 0.05);
}
.group:hover .group-hover\:border-magenta-500\/50 {
  border-color: rgb(169 0 102 / 0.5);
}
.group:hover .group-hover\:border-magenta-500\/55 {
  border-color: rgb(169 0 102 / 0.55);
}
.group:hover .group-hover\:border-magenta-500\/60 {
  border-color: rgb(169 0 102 / 0.6);
}
.group:hover .group-hover\:border-magenta-500\/65 {
  border-color: rgb(169 0 102 / 0.65);
}
.group:hover .group-hover\:border-magenta-500\/70 {
  border-color: rgb(169 0 102 / 0.7);
}
.group:hover .group-hover\:border-magenta-500\/75 {
  border-color: rgb(169 0 102 / 0.75);
}
.group:hover .group-hover\:border-magenta-500\/80 {
  border-color: rgb(169 0 102 / 0.8);
}
.group:hover .group-hover\:border-magenta-500\/85 {
  border-color: rgb(169 0 102 / 0.85);
}
.group:hover .group-hover\:border-magenta-500\/90 {
  border-color: rgb(169 0 102 / 0.9);
}
.group:hover .group-hover\:border-magenta-500\/95 {
  border-color: rgb(169 0 102 / 0.95);
}
.group:hover .group-hover\:border-orange-500 {
  --tw-border-opacity: 1;
  border-color: rgb(254 147 87 / var(--tw-border-opacity));
}
.group:hover .group-hover\:border-orange-500\/0 {
  border-color: rgb(254 147 87 / 0);
}
.group:hover .group-hover\:border-orange-500\/10 {
  border-color: rgb(254 147 87 / 0.1);
}
.group:hover .group-hover\:border-orange-500\/100 {
  border-color: rgb(254 147 87 / 1);
}
.group:hover .group-hover\:border-orange-500\/15 {
  border-color: rgb(254 147 87 / 0.15);
}
.group:hover .group-hover\:border-orange-500\/20 {
  border-color: rgb(254 147 87 / 0.2);
}
.group:hover .group-hover\:border-orange-500\/25 {
  border-color: rgb(254 147 87 / 0.25);
}
.group:hover .group-hover\:border-orange-500\/30 {
  border-color: rgb(254 147 87 / 0.3);
}
.group:hover .group-hover\:border-orange-500\/35 {
  border-color: rgb(254 147 87 / 0.35);
}
.group:hover .group-hover\:border-orange-500\/40 {
  border-color: rgb(254 147 87 / 0.4);
}
.group:hover .group-hover\:border-orange-500\/45 {
  border-color: rgb(254 147 87 / 0.45);
}
.group:hover .group-hover\:border-orange-500\/5 {
  border-color: rgb(254 147 87 / 0.05);
}
.group:hover .group-hover\:border-orange-500\/50 {
  border-color: rgb(254 147 87 / 0.5);
}
.group:hover .group-hover\:border-orange-500\/55 {
  border-color: rgb(254 147 87 / 0.55);
}
.group:hover .group-hover\:border-orange-500\/60 {
  border-color: rgb(254 147 87 / 0.6);
}
.group:hover .group-hover\:border-orange-500\/65 {
  border-color: rgb(254 147 87 / 0.65);
}
.group:hover .group-hover\:border-orange-500\/70 {
  border-color: rgb(254 147 87 / 0.7);
}
.group:hover .group-hover\:border-orange-500\/75 {
  border-color: rgb(254 147 87 / 0.75);
}
.group:hover .group-hover\:border-orange-500\/80 {
  border-color: rgb(254 147 87 / 0.8);
}
.group:hover .group-hover\:border-orange-500\/85 {
  border-color: rgb(254 147 87 / 0.85);
}
.group:hover .group-hover\:border-orange-500\/90 {
  border-color: rgb(254 147 87 / 0.9);
}
.group:hover .group-hover\:border-orange-500\/95 {
  border-color: rgb(254 147 87 / 0.95);
}
.group:hover .group-hover\:border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(201 18 53 / var(--tw-border-opacity));
}
.group:hover .group-hover\:border-red-500\/0 {
  border-color: rgb(201 18 53 / 0);
}
.group:hover .group-hover\:border-red-500\/10 {
  border-color: rgb(201 18 53 / 0.1);
}
.group:hover .group-hover\:border-red-500\/100 {
  border-color: rgb(201 18 53 / 1);
}
.group:hover .group-hover\:border-red-500\/15 {
  border-color: rgb(201 18 53 / 0.15);
}
.group:hover .group-hover\:border-red-500\/20 {
  border-color: rgb(201 18 53 / 0.2);
}
.group:hover .group-hover\:border-red-500\/25 {
  border-color: rgb(201 18 53 / 0.25);
}
.group:hover .group-hover\:border-red-500\/30 {
  border-color: rgb(201 18 53 / 0.3);
}
.group:hover .group-hover\:border-red-500\/35 {
  border-color: rgb(201 18 53 / 0.35);
}
.group:hover .group-hover\:border-red-500\/40 {
  border-color: rgb(201 18 53 / 0.4);
}
.group:hover .group-hover\:border-red-500\/45 {
  border-color: rgb(201 18 53 / 0.45);
}
.group:hover .group-hover\:border-red-500\/5 {
  border-color: rgb(201 18 53 / 0.05);
}
.group:hover .group-hover\:border-red-500\/50 {
  border-color: rgb(201 18 53 / 0.5);
}
.group:hover .group-hover\:border-red-500\/55 {
  border-color: rgb(201 18 53 / 0.55);
}
.group:hover .group-hover\:border-red-500\/60 {
  border-color: rgb(201 18 53 / 0.6);
}
.group:hover .group-hover\:border-red-500\/65 {
  border-color: rgb(201 18 53 / 0.65);
}
.group:hover .group-hover\:border-red-500\/70 {
  border-color: rgb(201 18 53 / 0.7);
}
.group:hover .group-hover\:border-red-500\/75 {
  border-color: rgb(201 18 53 / 0.75);
}
.group:hover .group-hover\:border-red-500\/80 {
  border-color: rgb(201 18 53 / 0.8);
}
.group:hover .group-hover\:border-red-500\/85 {
  border-color: rgb(201 18 53 / 0.85);
}
.group:hover .group-hover\:border-red-500\/90 {
  border-color: rgb(201 18 53 / 0.9);
}
.group:hover .group-hover\:border-red-500\/95 {
  border-color: rgb(201 18 53 / 0.95);
}
.group:hover .group-hover\:border-yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgb(255 214 99 / var(--tw-border-opacity));
}
.group:hover .group-hover\:border-yellow-500\/0 {
  border-color: rgb(255 214 99 / 0);
}
.group:hover .group-hover\:border-yellow-500\/10 {
  border-color: rgb(255 214 99 / 0.1);
}
.group:hover .group-hover\:border-yellow-500\/100 {
  border-color: rgb(255 214 99 / 1);
}
.group:hover .group-hover\:border-yellow-500\/15 {
  border-color: rgb(255 214 99 / 0.15);
}
.group:hover .group-hover\:border-yellow-500\/20 {
  border-color: rgb(255 214 99 / 0.2);
}
.group:hover .group-hover\:border-yellow-500\/25 {
  border-color: rgb(255 214 99 / 0.25);
}
.group:hover .group-hover\:border-yellow-500\/30 {
  border-color: rgb(255 214 99 / 0.3);
}
.group:hover .group-hover\:border-yellow-500\/35 {
  border-color: rgb(255 214 99 / 0.35);
}
.group:hover .group-hover\:border-yellow-500\/40 {
  border-color: rgb(255 214 99 / 0.4);
}
.group:hover .group-hover\:border-yellow-500\/45 {
  border-color: rgb(255 214 99 / 0.45);
}
.group:hover .group-hover\:border-yellow-500\/5 {
  border-color: rgb(255 214 99 / 0.05);
}
.group:hover .group-hover\:border-yellow-500\/50 {
  border-color: rgb(255 214 99 / 0.5);
}
.group:hover .group-hover\:border-yellow-500\/55 {
  border-color: rgb(255 214 99 / 0.55);
}
.group:hover .group-hover\:border-yellow-500\/60 {
  border-color: rgb(255 214 99 / 0.6);
}
.group:hover .group-hover\:border-yellow-500\/65 {
  border-color: rgb(255 214 99 / 0.65);
}
.group:hover .group-hover\:border-yellow-500\/70 {
  border-color: rgb(255 214 99 / 0.7);
}
.group:hover .group-hover\:border-yellow-500\/75 {
  border-color: rgb(255 214 99 / 0.75);
}
.group:hover .group-hover\:border-yellow-500\/80 {
  border-color: rgb(255 214 99 / 0.8);
}
.group:hover .group-hover\:border-yellow-500\/85 {
  border-color: rgb(255 214 99 / 0.85);
}
.group:hover .group-hover\:border-yellow-500\/90 {
  border-color: rgb(255 214 99 / 0.9);
}
.group:hover .group-hover\:border-yellow-500\/95 {
  border-color: rgb(255 214 99 / 0.95);
}
.group:hover .group-hover\:bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(44 42 41 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-black\/0 {
  background-color: rgb(44 42 41 / 0);
}
.group:hover .group-hover\:bg-black\/10 {
  background-color: rgb(44 42 41 / 0.1);
}
.group:hover .group-hover\:bg-black\/100 {
  background-color: rgb(44 42 41 / 1);
}
.group:hover .group-hover\:bg-black\/15 {
  background-color: rgb(44 42 41 / 0.15);
}
.group:hover .group-hover\:bg-black\/20 {
  background-color: rgb(44 42 41 / 0.2);
}
.group:hover .group-hover\:bg-black\/25 {
  background-color: rgb(44 42 41 / 0.25);
}
.group:hover .group-hover\:bg-black\/30 {
  background-color: rgb(44 42 41 / 0.3);
}
.group:hover .group-hover\:bg-black\/35 {
  background-color: rgb(44 42 41 / 0.35);
}
.group:hover .group-hover\:bg-black\/40 {
  background-color: rgb(44 42 41 / 0.4);
}
.group:hover .group-hover\:bg-black\/45 {
  background-color: rgb(44 42 41 / 0.45);
}
.group:hover .group-hover\:bg-black\/5 {
  background-color: rgb(44 42 41 / 0.05);
}
.group:hover .group-hover\:bg-black\/50 {
  background-color: rgb(44 42 41 / 0.5);
}
.group:hover .group-hover\:bg-black\/55 {
  background-color: rgb(44 42 41 / 0.55);
}
.group:hover .group-hover\:bg-black\/60 {
  background-color: rgb(44 42 41 / 0.6);
}
.group:hover .group-hover\:bg-black\/65 {
  background-color: rgb(44 42 41 / 0.65);
}
.group:hover .group-hover\:bg-black\/70 {
  background-color: rgb(44 42 41 / 0.7);
}
.group:hover .group-hover\:bg-black\/75 {
  background-color: rgb(44 42 41 / 0.75);
}
.group:hover .group-hover\:bg-black\/80 {
  background-color: rgb(44 42 41 / 0.8);
}
.group:hover .group-hover\:bg-black\/85 {
  background-color: rgb(44 42 41 / 0.85);
}
.group:hover .group-hover\:bg-black\/90 {
  background-color: rgb(44 42 41 / 0.9);
}
.group:hover .group-hover\:bg-black\/95 {
  background-color: rgb(44 42 41 / 0.95);
}
.group:hover .group-hover\:bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(145 215 242 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-blue-300\/0 {
  background-color: rgb(145 215 242 / 0);
}
.group:hover .group-hover\:bg-blue-300\/10 {
  background-color: rgb(145 215 242 / 0.1);
}
.group:hover .group-hover\:bg-blue-300\/100 {
  background-color: rgb(145 215 242 / 1);
}
.group:hover .group-hover\:bg-blue-300\/15 {
  background-color: rgb(145 215 242 / 0.15);
}
.group:hover .group-hover\:bg-blue-300\/20 {
  background-color: rgb(145 215 242 / 0.2);
}
.group:hover .group-hover\:bg-blue-300\/25 {
  background-color: rgb(145 215 242 / 0.25);
}
.group:hover .group-hover\:bg-blue-300\/30 {
  background-color: rgb(145 215 242 / 0.3);
}
.group:hover .group-hover\:bg-blue-300\/35 {
  background-color: rgb(145 215 242 / 0.35);
}
.group:hover .group-hover\:bg-blue-300\/40 {
  background-color: rgb(145 215 242 / 0.4);
}
.group:hover .group-hover\:bg-blue-300\/45 {
  background-color: rgb(145 215 242 / 0.45);
}
.group:hover .group-hover\:bg-blue-300\/5 {
  background-color: rgb(145 215 242 / 0.05);
}
.group:hover .group-hover\:bg-blue-300\/50 {
  background-color: rgb(145 215 242 / 0.5);
}
.group:hover .group-hover\:bg-blue-300\/55 {
  background-color: rgb(145 215 242 / 0.55);
}
.group:hover .group-hover\:bg-blue-300\/60 {
  background-color: rgb(145 215 242 / 0.6);
}
.group:hover .group-hover\:bg-blue-300\/65 {
  background-color: rgb(145 215 242 / 0.65);
}
.group:hover .group-hover\:bg-blue-300\/70 {
  background-color: rgb(145 215 242 / 0.7);
}
.group:hover .group-hover\:bg-blue-300\/75 {
  background-color: rgb(145 215 242 / 0.75);
}
.group:hover .group-hover\:bg-blue-300\/80 {
  background-color: rgb(145 215 242 / 0.8);
}
.group:hover .group-hover\:bg-blue-300\/85 {
  background-color: rgb(145 215 242 / 0.85);
}
.group:hover .group-hover\:bg-blue-300\/90 {
  background-color: rgb(145 215 242 / 0.9);
}
.group:hover .group-hover\:bg-blue-300\/95 {
  background-color: rgb(145 215 242 / 0.95);
}
.group:hover .group-hover\:bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 105 162 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-blue-400\/0 {
  background-color: rgb(34 105 162 / 0);
}
.group:hover .group-hover\:bg-blue-400\/10 {
  background-color: rgb(34 105 162 / 0.1);
}
.group:hover .group-hover\:bg-blue-400\/100 {
  background-color: rgb(34 105 162 / 1);
}
.group:hover .group-hover\:bg-blue-400\/15 {
  background-color: rgb(34 105 162 / 0.15);
}
.group:hover .group-hover\:bg-blue-400\/20 {
  background-color: rgb(34 105 162 / 0.2);
}
.group:hover .group-hover\:bg-blue-400\/25 {
  background-color: rgb(34 105 162 / 0.25);
}
.group:hover .group-hover\:bg-blue-400\/30 {
  background-color: rgb(34 105 162 / 0.3);
}
.group:hover .group-hover\:bg-blue-400\/35 {
  background-color: rgb(34 105 162 / 0.35);
}
.group:hover .group-hover\:bg-blue-400\/40 {
  background-color: rgb(34 105 162 / 0.4);
}
.group:hover .group-hover\:bg-blue-400\/45 {
  background-color: rgb(34 105 162 / 0.45);
}
.group:hover .group-hover\:bg-blue-400\/5 {
  background-color: rgb(34 105 162 / 0.05);
}
.group:hover .group-hover\:bg-blue-400\/50 {
  background-color: rgb(34 105 162 / 0.5);
}
.group:hover .group-hover\:bg-blue-400\/55 {
  background-color: rgb(34 105 162 / 0.55);
}
.group:hover .group-hover\:bg-blue-400\/60 {
  background-color: rgb(34 105 162 / 0.6);
}
.group:hover .group-hover\:bg-blue-400\/65 {
  background-color: rgb(34 105 162 / 0.65);
}
.group:hover .group-hover\:bg-blue-400\/70 {
  background-color: rgb(34 105 162 / 0.7);
}
.group:hover .group-hover\:bg-blue-400\/75 {
  background-color: rgb(34 105 162 / 0.75);
}
.group:hover .group-hover\:bg-blue-400\/80 {
  background-color: rgb(34 105 162 / 0.8);
}
.group:hover .group-hover\:bg-blue-400\/85 {
  background-color: rgb(34 105 162 / 0.85);
}
.group:hover .group-hover\:bg-blue-400\/90 {
  background-color: rgb(34 105 162 / 0.9);
}
.group:hover .group-hover\:bg-blue-400\/95 {
  background-color: rgb(34 105 162 / 0.95);
}
.group:hover .group-hover\:bg-brown-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(122 104 91 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-brown-500\/0 {
  background-color: rgb(122 104 91 / 0);
}
.group:hover .group-hover\:bg-brown-500\/10 {
  background-color: rgb(122 104 91 / 0.1);
}
.group:hover .group-hover\:bg-brown-500\/100 {
  background-color: rgb(122 104 91 / 1);
}
.group:hover .group-hover\:bg-brown-500\/15 {
  background-color: rgb(122 104 91 / 0.15);
}
.group:hover .group-hover\:bg-brown-500\/20 {
  background-color: rgb(122 104 91 / 0.2);
}
.group:hover .group-hover\:bg-brown-500\/25 {
  background-color: rgb(122 104 91 / 0.25);
}
.group:hover .group-hover\:bg-brown-500\/30 {
  background-color: rgb(122 104 91 / 0.3);
}
.group:hover .group-hover\:bg-brown-500\/35 {
  background-color: rgb(122 104 91 / 0.35);
}
.group:hover .group-hover\:bg-brown-500\/40 {
  background-color: rgb(122 104 91 / 0.4);
}
.group:hover .group-hover\:bg-brown-500\/45 {
  background-color: rgb(122 104 91 / 0.45);
}
.group:hover .group-hover\:bg-brown-500\/5 {
  background-color: rgb(122 104 91 / 0.05);
}
.group:hover .group-hover\:bg-brown-500\/50 {
  background-color: rgb(122 104 91 / 0.5);
}
.group:hover .group-hover\:bg-brown-500\/55 {
  background-color: rgb(122 104 91 / 0.55);
}
.group:hover .group-hover\:bg-brown-500\/60 {
  background-color: rgb(122 104 91 / 0.6);
}
.group:hover .group-hover\:bg-brown-500\/65 {
  background-color: rgb(122 104 91 / 0.65);
}
.group:hover .group-hover\:bg-brown-500\/70 {
  background-color: rgb(122 104 91 / 0.7);
}
.group:hover .group-hover\:bg-brown-500\/75 {
  background-color: rgb(122 104 91 / 0.75);
}
.group:hover .group-hover\:bg-brown-500\/80 {
  background-color: rgb(122 104 91 / 0.8);
}
.group:hover .group-hover\:bg-brown-500\/85 {
  background-color: rgb(122 104 91 / 0.85);
}
.group:hover .group-hover\:bg-brown-500\/90 {
  background-color: rgb(122 104 91 / 0.9);
}
.group:hover .group-hover\:bg-brown-500\/95 {
  background-color: rgb(122 104 91 / 0.95);
}
.group:hover .group-hover\:bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 133 122 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-green-500\/0 {
  background-color: rgb(0 133 122 / 0);
}
.group:hover .group-hover\:bg-green-500\/10 {
  background-color: rgb(0 133 122 / 0.1);
}
.group:hover .group-hover\:bg-green-500\/100 {
  background-color: rgb(0 133 122 / 1);
}
.group:hover .group-hover\:bg-green-500\/15 {
  background-color: rgb(0 133 122 / 0.15);
}
.group:hover .group-hover\:bg-green-500\/20 {
  background-color: rgb(0 133 122 / 0.2);
}
.group:hover .group-hover\:bg-green-500\/25 {
  background-color: rgb(0 133 122 / 0.25);
}
.group:hover .group-hover\:bg-green-500\/30 {
  background-color: rgb(0 133 122 / 0.3);
}
.group:hover .group-hover\:bg-green-500\/35 {
  background-color: rgb(0 133 122 / 0.35);
}
.group:hover .group-hover\:bg-green-500\/40 {
  background-color: rgb(0 133 122 / 0.4);
}
.group:hover .group-hover\:bg-green-500\/45 {
  background-color: rgb(0 133 122 / 0.45);
}
.group:hover .group-hover\:bg-green-500\/5 {
  background-color: rgb(0 133 122 / 0.05);
}
.group:hover .group-hover\:bg-green-500\/50 {
  background-color: rgb(0 133 122 / 0.5);
}
.group:hover .group-hover\:bg-green-500\/55 {
  background-color: rgb(0 133 122 / 0.55);
}
.group:hover .group-hover\:bg-green-500\/60 {
  background-color: rgb(0 133 122 / 0.6);
}
.group:hover .group-hover\:bg-green-500\/65 {
  background-color: rgb(0 133 122 / 0.65);
}
.group:hover .group-hover\:bg-green-500\/70 {
  background-color: rgb(0 133 122 / 0.7);
}
.group:hover .group-hover\:bg-green-500\/75 {
  background-color: rgb(0 133 122 / 0.75);
}
.group:hover .group-hover\:bg-green-500\/80 {
  background-color: rgb(0 133 122 / 0.8);
}
.group:hover .group-hover\:bg-green-500\/85 {
  background-color: rgb(0 133 122 / 0.85);
}
.group:hover .group-hover\:bg-green-500\/90 {
  background-color: rgb(0 133 122 / 0.9);
}
.group:hover .group-hover\:bg-green-500\/95 {
  background-color: rgb(0 133 122 / 0.95);
}
.group:hover .group-hover\:bg-magenta-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(169 0 102 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-magenta-500\/0 {
  background-color: rgb(169 0 102 / 0);
}
.group:hover .group-hover\:bg-magenta-500\/10 {
  background-color: rgb(169 0 102 / 0.1);
}
.group:hover .group-hover\:bg-magenta-500\/100 {
  background-color: rgb(169 0 102 / 1);
}
.group:hover .group-hover\:bg-magenta-500\/15 {
  background-color: rgb(169 0 102 / 0.15);
}
.group:hover .group-hover\:bg-magenta-500\/20 {
  background-color: rgb(169 0 102 / 0.2);
}
.group:hover .group-hover\:bg-magenta-500\/25 {
  background-color: rgb(169 0 102 / 0.25);
}
.group:hover .group-hover\:bg-magenta-500\/30 {
  background-color: rgb(169 0 102 / 0.3);
}
.group:hover .group-hover\:bg-magenta-500\/35 {
  background-color: rgb(169 0 102 / 0.35);
}
.group:hover .group-hover\:bg-magenta-500\/40 {
  background-color: rgb(169 0 102 / 0.4);
}
.group:hover .group-hover\:bg-magenta-500\/45 {
  background-color: rgb(169 0 102 / 0.45);
}
.group:hover .group-hover\:bg-magenta-500\/5 {
  background-color: rgb(169 0 102 / 0.05);
}
.group:hover .group-hover\:bg-magenta-500\/50 {
  background-color: rgb(169 0 102 / 0.5);
}
.group:hover .group-hover\:bg-magenta-500\/55 {
  background-color: rgb(169 0 102 / 0.55);
}
.group:hover .group-hover\:bg-magenta-500\/60 {
  background-color: rgb(169 0 102 / 0.6);
}
.group:hover .group-hover\:bg-magenta-500\/65 {
  background-color: rgb(169 0 102 / 0.65);
}
.group:hover .group-hover\:bg-magenta-500\/70 {
  background-color: rgb(169 0 102 / 0.7);
}
.group:hover .group-hover\:bg-magenta-500\/75 {
  background-color: rgb(169 0 102 / 0.75);
}
.group:hover .group-hover\:bg-magenta-500\/80 {
  background-color: rgb(169 0 102 / 0.8);
}
.group:hover .group-hover\:bg-magenta-500\/85 {
  background-color: rgb(169 0 102 / 0.85);
}
.group:hover .group-hover\:bg-magenta-500\/90 {
  background-color: rgb(169 0 102 / 0.9);
}
.group:hover .group-hover\:bg-magenta-500\/95 {
  background-color: rgb(169 0 102 / 0.95);
}
.group:hover .group-hover\:bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 147 87 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-orange-500\/0 {
  background-color: rgb(254 147 87 / 0);
}
.group:hover .group-hover\:bg-orange-500\/10 {
  background-color: rgb(254 147 87 / 0.1);
}
.group:hover .group-hover\:bg-orange-500\/100 {
  background-color: rgb(254 147 87 / 1);
}
.group:hover .group-hover\:bg-orange-500\/15 {
  background-color: rgb(254 147 87 / 0.15);
}
.group:hover .group-hover\:bg-orange-500\/20 {
  background-color: rgb(254 147 87 / 0.2);
}
.group:hover .group-hover\:bg-orange-500\/25 {
  background-color: rgb(254 147 87 / 0.25);
}
.group:hover .group-hover\:bg-orange-500\/30 {
  background-color: rgb(254 147 87 / 0.3);
}
.group:hover .group-hover\:bg-orange-500\/35 {
  background-color: rgb(254 147 87 / 0.35);
}
.group:hover .group-hover\:bg-orange-500\/40 {
  background-color: rgb(254 147 87 / 0.4);
}
.group:hover .group-hover\:bg-orange-500\/45 {
  background-color: rgb(254 147 87 / 0.45);
}
.group:hover .group-hover\:bg-orange-500\/5 {
  background-color: rgb(254 147 87 / 0.05);
}
.group:hover .group-hover\:bg-orange-500\/50 {
  background-color: rgb(254 147 87 / 0.5);
}
.group:hover .group-hover\:bg-orange-500\/55 {
  background-color: rgb(254 147 87 / 0.55);
}
.group:hover .group-hover\:bg-orange-500\/60 {
  background-color: rgb(254 147 87 / 0.6);
}
.group:hover .group-hover\:bg-orange-500\/65 {
  background-color: rgb(254 147 87 / 0.65);
}
.group:hover .group-hover\:bg-orange-500\/70 {
  background-color: rgb(254 147 87 / 0.7);
}
.group:hover .group-hover\:bg-orange-500\/75 {
  background-color: rgb(254 147 87 / 0.75);
}
.group:hover .group-hover\:bg-orange-500\/80 {
  background-color: rgb(254 147 87 / 0.8);
}
.group:hover .group-hover\:bg-orange-500\/85 {
  background-color: rgb(254 147 87 / 0.85);
}
.group:hover .group-hover\:bg-orange-500\/90 {
  background-color: rgb(254 147 87 / 0.9);
}
.group:hover .group-hover\:bg-orange-500\/95 {
  background-color: rgb(254 147 87 / 0.95);
}
.group:hover .group-hover\:bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(201 18 53 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-red-500\/0 {
  background-color: rgb(201 18 53 / 0);
}
.group:hover .group-hover\:bg-red-500\/10 {
  background-color: rgb(201 18 53 / 0.1);
}
.group:hover .group-hover\:bg-red-500\/100 {
  background-color: rgb(201 18 53 / 1);
}
.group:hover .group-hover\:bg-red-500\/15 {
  background-color: rgb(201 18 53 / 0.15);
}
.group:hover .group-hover\:bg-red-500\/20 {
  background-color: rgb(201 18 53 / 0.2);
}
.group:hover .group-hover\:bg-red-500\/25 {
  background-color: rgb(201 18 53 / 0.25);
}
.group:hover .group-hover\:bg-red-500\/30 {
  background-color: rgb(201 18 53 / 0.3);
}
.group:hover .group-hover\:bg-red-500\/35 {
  background-color: rgb(201 18 53 / 0.35);
}
.group:hover .group-hover\:bg-red-500\/40 {
  background-color: rgb(201 18 53 / 0.4);
}
.group:hover .group-hover\:bg-red-500\/45 {
  background-color: rgb(201 18 53 / 0.45);
}
.group:hover .group-hover\:bg-red-500\/5 {
  background-color: rgb(201 18 53 / 0.05);
}
.group:hover .group-hover\:bg-red-500\/50 {
  background-color: rgb(201 18 53 / 0.5);
}
.group:hover .group-hover\:bg-red-500\/55 {
  background-color: rgb(201 18 53 / 0.55);
}
.group:hover .group-hover\:bg-red-500\/60 {
  background-color: rgb(201 18 53 / 0.6);
}
.group:hover .group-hover\:bg-red-500\/65 {
  background-color: rgb(201 18 53 / 0.65);
}
.group:hover .group-hover\:bg-red-500\/70 {
  background-color: rgb(201 18 53 / 0.7);
}
.group:hover .group-hover\:bg-red-500\/75 {
  background-color: rgb(201 18 53 / 0.75);
}
.group:hover .group-hover\:bg-red-500\/80 {
  background-color: rgb(201 18 53 / 0.8);
}
.group:hover .group-hover\:bg-red-500\/85 {
  background-color: rgb(201 18 53 / 0.85);
}
.group:hover .group-hover\:bg-red-500\/90 {
  background-color: rgb(201 18 53 / 0.9);
}
.group:hover .group-hover\:bg-red-500\/95 {
  background-color: rgb(201 18 53 / 0.95);
}
.group:hover .group-hover\:bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 214 99 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-yellow-500\/0 {
  background-color: rgb(255 214 99 / 0);
}
.group:hover .group-hover\:bg-yellow-500\/10 {
  background-color: rgb(255 214 99 / 0.1);
}
.group:hover .group-hover\:bg-yellow-500\/100 {
  background-color: rgb(255 214 99 / 1);
}
.group:hover .group-hover\:bg-yellow-500\/15 {
  background-color: rgb(255 214 99 / 0.15);
}
.group:hover .group-hover\:bg-yellow-500\/20 {
  background-color: rgb(255 214 99 / 0.2);
}
.group:hover .group-hover\:bg-yellow-500\/25 {
  background-color: rgb(255 214 99 / 0.25);
}
.group:hover .group-hover\:bg-yellow-500\/30 {
  background-color: rgb(255 214 99 / 0.3);
}
.group:hover .group-hover\:bg-yellow-500\/35 {
  background-color: rgb(255 214 99 / 0.35);
}
.group:hover .group-hover\:bg-yellow-500\/40 {
  background-color: rgb(255 214 99 / 0.4);
}
.group:hover .group-hover\:bg-yellow-500\/45 {
  background-color: rgb(255 214 99 / 0.45);
}
.group:hover .group-hover\:bg-yellow-500\/5 {
  background-color: rgb(255 214 99 / 0.05);
}
.group:hover .group-hover\:bg-yellow-500\/50 {
  background-color: rgb(255 214 99 / 0.5);
}
.group:hover .group-hover\:bg-yellow-500\/55 {
  background-color: rgb(255 214 99 / 0.55);
}
.group:hover .group-hover\:bg-yellow-500\/60 {
  background-color: rgb(255 214 99 / 0.6);
}
.group:hover .group-hover\:bg-yellow-500\/65 {
  background-color: rgb(255 214 99 / 0.65);
}
.group:hover .group-hover\:bg-yellow-500\/70 {
  background-color: rgb(255 214 99 / 0.7);
}
.group:hover .group-hover\:bg-yellow-500\/75 {
  background-color: rgb(255 214 99 / 0.75);
}
.group:hover .group-hover\:bg-yellow-500\/80 {
  background-color: rgb(255 214 99 / 0.8);
}
.group:hover .group-hover\:bg-yellow-500\/85 {
  background-color: rgb(255 214 99 / 0.85);
}
.group:hover .group-hover\:bg-yellow-500\/90 {
  background-color: rgb(255 214 99 / 0.9);
}
.group:hover .group-hover\:bg-yellow-500\/95 {
  background-color: rgb(255 214 99 / 0.95);
}
.group:hover .group-hover\:\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.group:hover .group-hover\:text-black {
  --tw-text-opacity: 1;
  color: rgb(44 42 41 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-black\/0 {
  color: rgb(44 42 41 / 0);
}
.group:hover .group-hover\:text-black\/10 {
  color: rgb(44 42 41 / 0.1);
}
.group:hover .group-hover\:text-black\/100 {
  color: rgb(44 42 41 / 1);
}
.group:hover .group-hover\:text-black\/15 {
  color: rgb(44 42 41 / 0.15);
}
.group:hover .group-hover\:text-black\/20 {
  color: rgb(44 42 41 / 0.2);
}
.group:hover .group-hover\:text-black\/25 {
  color: rgb(44 42 41 / 0.25);
}
.group:hover .group-hover\:text-black\/30 {
  color: rgb(44 42 41 / 0.3);
}
.group:hover .group-hover\:text-black\/35 {
  color: rgb(44 42 41 / 0.35);
}
.group:hover .group-hover\:text-black\/40 {
  color: rgb(44 42 41 / 0.4);
}
.group:hover .group-hover\:text-black\/45 {
  color: rgb(44 42 41 / 0.45);
}
.group:hover .group-hover\:text-black\/5 {
  color: rgb(44 42 41 / 0.05);
}
.group:hover .group-hover\:text-black\/50 {
  color: rgb(44 42 41 / 0.5);
}
.group:hover .group-hover\:text-black\/55 {
  color: rgb(44 42 41 / 0.55);
}
.group:hover .group-hover\:text-black\/60 {
  color: rgb(44 42 41 / 0.6);
}
.group:hover .group-hover\:text-black\/65 {
  color: rgb(44 42 41 / 0.65);
}
.group:hover .group-hover\:text-black\/70 {
  color: rgb(44 42 41 / 0.7);
}
.group:hover .group-hover\:text-black\/75 {
  color: rgb(44 42 41 / 0.75);
}
.group:hover .group-hover\:text-black\/80 {
  color: rgb(44 42 41 / 0.8);
}
.group:hover .group-hover\:text-black\/85 {
  color: rgb(44 42 41 / 0.85);
}
.group:hover .group-hover\:text-black\/90 {
  color: rgb(44 42 41 / 0.9);
}
.group:hover .group-hover\:text-black\/95 {
  color: rgb(44 42 41 / 0.95);
}
.group:hover .group-hover\:text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(145 215 242 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-blue-300\/0 {
  color: rgb(145 215 242 / 0);
}
.group:hover .group-hover\:text-blue-300\/10 {
  color: rgb(145 215 242 / 0.1);
}
.group:hover .group-hover\:text-blue-300\/100 {
  color: rgb(145 215 242 / 1);
}
.group:hover .group-hover\:text-blue-300\/15 {
  color: rgb(145 215 242 / 0.15);
}
.group:hover .group-hover\:text-blue-300\/20 {
  color: rgb(145 215 242 / 0.2);
}
.group:hover .group-hover\:text-blue-300\/25 {
  color: rgb(145 215 242 / 0.25);
}
.group:hover .group-hover\:text-blue-300\/30 {
  color: rgb(145 215 242 / 0.3);
}
.group:hover .group-hover\:text-blue-300\/35 {
  color: rgb(145 215 242 / 0.35);
}
.group:hover .group-hover\:text-blue-300\/40 {
  color: rgb(145 215 242 / 0.4);
}
.group:hover .group-hover\:text-blue-300\/45 {
  color: rgb(145 215 242 / 0.45);
}
.group:hover .group-hover\:text-blue-300\/5 {
  color: rgb(145 215 242 / 0.05);
}
.group:hover .group-hover\:text-blue-300\/50 {
  color: rgb(145 215 242 / 0.5);
}
.group:hover .group-hover\:text-blue-300\/55 {
  color: rgb(145 215 242 / 0.55);
}
.group:hover .group-hover\:text-blue-300\/60 {
  color: rgb(145 215 242 / 0.6);
}
.group:hover .group-hover\:text-blue-300\/65 {
  color: rgb(145 215 242 / 0.65);
}
.group:hover .group-hover\:text-blue-300\/70 {
  color: rgb(145 215 242 / 0.7);
}
.group:hover .group-hover\:text-blue-300\/75 {
  color: rgb(145 215 242 / 0.75);
}
.group:hover .group-hover\:text-blue-300\/80 {
  color: rgb(145 215 242 / 0.8);
}
.group:hover .group-hover\:text-blue-300\/85 {
  color: rgb(145 215 242 / 0.85);
}
.group:hover .group-hover\:text-blue-300\/90 {
  color: rgb(145 215 242 / 0.9);
}
.group:hover .group-hover\:text-blue-300\/95 {
  color: rgb(145 215 242 / 0.95);
}
.group:hover .group-hover\:text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(34 105 162 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-blue-400\/0 {
  color: rgb(34 105 162 / 0);
}
.group:hover .group-hover\:text-blue-400\/10 {
  color: rgb(34 105 162 / 0.1);
}
.group:hover .group-hover\:text-blue-400\/100 {
  color: rgb(34 105 162 / 1);
}
.group:hover .group-hover\:text-blue-400\/15 {
  color: rgb(34 105 162 / 0.15);
}
.group:hover .group-hover\:text-blue-400\/20 {
  color: rgb(34 105 162 / 0.2);
}
.group:hover .group-hover\:text-blue-400\/25 {
  color: rgb(34 105 162 / 0.25);
}
.group:hover .group-hover\:text-blue-400\/30 {
  color: rgb(34 105 162 / 0.3);
}
.group:hover .group-hover\:text-blue-400\/35 {
  color: rgb(34 105 162 / 0.35);
}
.group:hover .group-hover\:text-blue-400\/40 {
  color: rgb(34 105 162 / 0.4);
}
.group:hover .group-hover\:text-blue-400\/45 {
  color: rgb(34 105 162 / 0.45);
}
.group:hover .group-hover\:text-blue-400\/5 {
  color: rgb(34 105 162 / 0.05);
}
.group:hover .group-hover\:text-blue-400\/50 {
  color: rgb(34 105 162 / 0.5);
}
.group:hover .group-hover\:text-blue-400\/55 {
  color: rgb(34 105 162 / 0.55);
}
.group:hover .group-hover\:text-blue-400\/60 {
  color: rgb(34 105 162 / 0.6);
}
.group:hover .group-hover\:text-blue-400\/65 {
  color: rgb(34 105 162 / 0.65);
}
.group:hover .group-hover\:text-blue-400\/70 {
  color: rgb(34 105 162 / 0.7);
}
.group:hover .group-hover\:text-blue-400\/75 {
  color: rgb(34 105 162 / 0.75);
}
.group:hover .group-hover\:text-blue-400\/80 {
  color: rgb(34 105 162 / 0.8);
}
.group:hover .group-hover\:text-blue-400\/85 {
  color: rgb(34 105 162 / 0.85);
}
.group:hover .group-hover\:text-blue-400\/90 {
  color: rgb(34 105 162 / 0.9);
}
.group:hover .group-hover\:text-blue-400\/95 {
  color: rgb(34 105 162 / 0.95);
}
.group:hover .group-hover\:text-brown-500 {
  --tw-text-opacity: 1;
  color: rgb(122 104 91 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-brown-500\/0 {
  color: rgb(122 104 91 / 0);
}
.group:hover .group-hover\:text-brown-500\/10 {
  color: rgb(122 104 91 / 0.1);
}
.group:hover .group-hover\:text-brown-500\/100 {
  color: rgb(122 104 91 / 1);
}
.group:hover .group-hover\:text-brown-500\/15 {
  color: rgb(122 104 91 / 0.15);
}
.group:hover .group-hover\:text-brown-500\/20 {
  color: rgb(122 104 91 / 0.2);
}
.group:hover .group-hover\:text-brown-500\/25 {
  color: rgb(122 104 91 / 0.25);
}
.group:hover .group-hover\:text-brown-500\/30 {
  color: rgb(122 104 91 / 0.3);
}
.group:hover .group-hover\:text-brown-500\/35 {
  color: rgb(122 104 91 / 0.35);
}
.group:hover .group-hover\:text-brown-500\/40 {
  color: rgb(122 104 91 / 0.4);
}
.group:hover .group-hover\:text-brown-500\/45 {
  color: rgb(122 104 91 / 0.45);
}
.group:hover .group-hover\:text-brown-500\/5 {
  color: rgb(122 104 91 / 0.05);
}
.group:hover .group-hover\:text-brown-500\/50 {
  color: rgb(122 104 91 / 0.5);
}
.group:hover .group-hover\:text-brown-500\/55 {
  color: rgb(122 104 91 / 0.55);
}
.group:hover .group-hover\:text-brown-500\/60 {
  color: rgb(122 104 91 / 0.6);
}
.group:hover .group-hover\:text-brown-500\/65 {
  color: rgb(122 104 91 / 0.65);
}
.group:hover .group-hover\:text-brown-500\/70 {
  color: rgb(122 104 91 / 0.7);
}
.group:hover .group-hover\:text-brown-500\/75 {
  color: rgb(122 104 91 / 0.75);
}
.group:hover .group-hover\:text-brown-500\/80 {
  color: rgb(122 104 91 / 0.8);
}
.group:hover .group-hover\:text-brown-500\/85 {
  color: rgb(122 104 91 / 0.85);
}
.group:hover .group-hover\:text-brown-500\/90 {
  color: rgb(122 104 91 / 0.9);
}
.group:hover .group-hover\:text-brown-500\/95 {
  color: rgb(122 104 91 / 0.95);
}
.group:hover .group-hover\:text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(0 133 122 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-green-500\/0 {
  color: rgb(0 133 122 / 0);
}
.group:hover .group-hover\:text-green-500\/10 {
  color: rgb(0 133 122 / 0.1);
}
.group:hover .group-hover\:text-green-500\/100 {
  color: rgb(0 133 122 / 1);
}
.group:hover .group-hover\:text-green-500\/15 {
  color: rgb(0 133 122 / 0.15);
}
.group:hover .group-hover\:text-green-500\/20 {
  color: rgb(0 133 122 / 0.2);
}
.group:hover .group-hover\:text-green-500\/25 {
  color: rgb(0 133 122 / 0.25);
}
.group:hover .group-hover\:text-green-500\/30 {
  color: rgb(0 133 122 / 0.3);
}
.group:hover .group-hover\:text-green-500\/35 {
  color: rgb(0 133 122 / 0.35);
}
.group:hover .group-hover\:text-green-500\/40 {
  color: rgb(0 133 122 / 0.4);
}
.group:hover .group-hover\:text-green-500\/45 {
  color: rgb(0 133 122 / 0.45);
}
.group:hover .group-hover\:text-green-500\/5 {
  color: rgb(0 133 122 / 0.05);
}
.group:hover .group-hover\:text-green-500\/50 {
  color: rgb(0 133 122 / 0.5);
}
.group:hover .group-hover\:text-green-500\/55 {
  color: rgb(0 133 122 / 0.55);
}
.group:hover .group-hover\:text-green-500\/60 {
  color: rgb(0 133 122 / 0.6);
}
.group:hover .group-hover\:text-green-500\/65 {
  color: rgb(0 133 122 / 0.65);
}
.group:hover .group-hover\:text-green-500\/70 {
  color: rgb(0 133 122 / 0.7);
}
.group:hover .group-hover\:text-green-500\/75 {
  color: rgb(0 133 122 / 0.75);
}
.group:hover .group-hover\:text-green-500\/80 {
  color: rgb(0 133 122 / 0.8);
}
.group:hover .group-hover\:text-green-500\/85 {
  color: rgb(0 133 122 / 0.85);
}
.group:hover .group-hover\:text-green-500\/90 {
  color: rgb(0 133 122 / 0.9);
}
.group:hover .group-hover\:text-green-500\/95 {
  color: rgb(0 133 122 / 0.95);
}
.group:hover .group-hover\:text-magenta-500 {
  --tw-text-opacity: 1;
  color: rgb(169 0 102 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-magenta-500\/0 {
  color: rgb(169 0 102 / 0);
}
.group:hover .group-hover\:text-magenta-500\/10 {
  color: rgb(169 0 102 / 0.1);
}
.group:hover .group-hover\:text-magenta-500\/100 {
  color: rgb(169 0 102 / 1);
}
.group:hover .group-hover\:text-magenta-500\/15 {
  color: rgb(169 0 102 / 0.15);
}
.group:hover .group-hover\:text-magenta-500\/20 {
  color: rgb(169 0 102 / 0.2);
}
.group:hover .group-hover\:text-magenta-500\/25 {
  color: rgb(169 0 102 / 0.25);
}
.group:hover .group-hover\:text-magenta-500\/30 {
  color: rgb(169 0 102 / 0.3);
}
.group:hover .group-hover\:text-magenta-500\/35 {
  color: rgb(169 0 102 / 0.35);
}
.group:hover .group-hover\:text-magenta-500\/40 {
  color: rgb(169 0 102 / 0.4);
}
.group:hover .group-hover\:text-magenta-500\/45 {
  color: rgb(169 0 102 / 0.45);
}
.group:hover .group-hover\:text-magenta-500\/5 {
  color: rgb(169 0 102 / 0.05);
}
.group:hover .group-hover\:text-magenta-500\/50 {
  color: rgb(169 0 102 / 0.5);
}
.group:hover .group-hover\:text-magenta-500\/55 {
  color: rgb(169 0 102 / 0.55);
}
.group:hover .group-hover\:text-magenta-500\/60 {
  color: rgb(169 0 102 / 0.6);
}
.group:hover .group-hover\:text-magenta-500\/65 {
  color: rgb(169 0 102 / 0.65);
}
.group:hover .group-hover\:text-magenta-500\/70 {
  color: rgb(169 0 102 / 0.7);
}
.group:hover .group-hover\:text-magenta-500\/75 {
  color: rgb(169 0 102 / 0.75);
}
.group:hover .group-hover\:text-magenta-500\/80 {
  color: rgb(169 0 102 / 0.8);
}
.group:hover .group-hover\:text-magenta-500\/85 {
  color: rgb(169 0 102 / 0.85);
}
.group:hover .group-hover\:text-magenta-500\/90 {
  color: rgb(169 0 102 / 0.9);
}
.group:hover .group-hover\:text-magenta-500\/95 {
  color: rgb(169 0 102 / 0.95);
}
.group:hover .group-hover\:text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(254 147 87 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-orange-500\/0 {
  color: rgb(254 147 87 / 0);
}
.group:hover .group-hover\:text-orange-500\/10 {
  color: rgb(254 147 87 / 0.1);
}
.group:hover .group-hover\:text-orange-500\/100 {
  color: rgb(254 147 87 / 1);
}
.group:hover .group-hover\:text-orange-500\/15 {
  color: rgb(254 147 87 / 0.15);
}
.group:hover .group-hover\:text-orange-500\/20 {
  color: rgb(254 147 87 / 0.2);
}
.group:hover .group-hover\:text-orange-500\/25 {
  color: rgb(254 147 87 / 0.25);
}
.group:hover .group-hover\:text-orange-500\/30 {
  color: rgb(254 147 87 / 0.3);
}
.group:hover .group-hover\:text-orange-500\/35 {
  color: rgb(254 147 87 / 0.35);
}
.group:hover .group-hover\:text-orange-500\/40 {
  color: rgb(254 147 87 / 0.4);
}
.group:hover .group-hover\:text-orange-500\/45 {
  color: rgb(254 147 87 / 0.45);
}
.group:hover .group-hover\:text-orange-500\/5 {
  color: rgb(254 147 87 / 0.05);
}
.group:hover .group-hover\:text-orange-500\/50 {
  color: rgb(254 147 87 / 0.5);
}
.group:hover .group-hover\:text-orange-500\/55 {
  color: rgb(254 147 87 / 0.55);
}
.group:hover .group-hover\:text-orange-500\/60 {
  color: rgb(254 147 87 / 0.6);
}
.group:hover .group-hover\:text-orange-500\/65 {
  color: rgb(254 147 87 / 0.65);
}
.group:hover .group-hover\:text-orange-500\/70 {
  color: rgb(254 147 87 / 0.7);
}
.group:hover .group-hover\:text-orange-500\/75 {
  color: rgb(254 147 87 / 0.75);
}
.group:hover .group-hover\:text-orange-500\/80 {
  color: rgb(254 147 87 / 0.8);
}
.group:hover .group-hover\:text-orange-500\/85 {
  color: rgb(254 147 87 / 0.85);
}
.group:hover .group-hover\:text-orange-500\/90 {
  color: rgb(254 147 87 / 0.9);
}
.group:hover .group-hover\:text-orange-500\/95 {
  color: rgb(254 147 87 / 0.95);
}
.group:hover .group-hover\:text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(201 18 53 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-red-500\/0 {
  color: rgb(201 18 53 / 0);
}
.group:hover .group-hover\:text-red-500\/10 {
  color: rgb(201 18 53 / 0.1);
}
.group:hover .group-hover\:text-red-500\/100 {
  color: rgb(201 18 53 / 1);
}
.group:hover .group-hover\:text-red-500\/15 {
  color: rgb(201 18 53 / 0.15);
}
.group:hover .group-hover\:text-red-500\/20 {
  color: rgb(201 18 53 / 0.2);
}
.group:hover .group-hover\:text-red-500\/25 {
  color: rgb(201 18 53 / 0.25);
}
.group:hover .group-hover\:text-red-500\/30 {
  color: rgb(201 18 53 / 0.3);
}
.group:hover .group-hover\:text-red-500\/35 {
  color: rgb(201 18 53 / 0.35);
}
.group:hover .group-hover\:text-red-500\/40 {
  color: rgb(201 18 53 / 0.4);
}
.group:hover .group-hover\:text-red-500\/45 {
  color: rgb(201 18 53 / 0.45);
}
.group:hover .group-hover\:text-red-500\/5 {
  color: rgb(201 18 53 / 0.05);
}
.group:hover .group-hover\:text-red-500\/50 {
  color: rgb(201 18 53 / 0.5);
}
.group:hover .group-hover\:text-red-500\/55 {
  color: rgb(201 18 53 / 0.55);
}
.group:hover .group-hover\:text-red-500\/60 {
  color: rgb(201 18 53 / 0.6);
}
.group:hover .group-hover\:text-red-500\/65 {
  color: rgb(201 18 53 / 0.65);
}
.group:hover .group-hover\:text-red-500\/70 {
  color: rgb(201 18 53 / 0.7);
}
.group:hover .group-hover\:text-red-500\/75 {
  color: rgb(201 18 53 / 0.75);
}
.group:hover .group-hover\:text-red-500\/80 {
  color: rgb(201 18 53 / 0.8);
}
.group:hover .group-hover\:text-red-500\/85 {
  color: rgb(201 18 53 / 0.85);
}
.group:hover .group-hover\:text-red-500\/90 {
  color: rgb(201 18 53 / 0.9);
}
.group:hover .group-hover\:text-red-500\/95 {
  color: rgb(201 18 53 / 0.95);
}
.group:hover .group-hover\:text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(255 214 99 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-yellow-500\/0 {
  color: rgb(255 214 99 / 0);
}
.group:hover .group-hover\:text-yellow-500\/10 {
  color: rgb(255 214 99 / 0.1);
}
.group:hover .group-hover\:text-yellow-500\/100 {
  color: rgb(255 214 99 / 1);
}
.group:hover .group-hover\:text-yellow-500\/15 {
  color: rgb(255 214 99 / 0.15);
}
.group:hover .group-hover\:text-yellow-500\/20 {
  color: rgb(255 214 99 / 0.2);
}
.group:hover .group-hover\:text-yellow-500\/25 {
  color: rgb(255 214 99 / 0.25);
}
.group:hover .group-hover\:text-yellow-500\/30 {
  color: rgb(255 214 99 / 0.3);
}
.group:hover .group-hover\:text-yellow-500\/35 {
  color: rgb(255 214 99 / 0.35);
}
.group:hover .group-hover\:text-yellow-500\/40 {
  color: rgb(255 214 99 / 0.4);
}
.group:hover .group-hover\:text-yellow-500\/45 {
  color: rgb(255 214 99 / 0.45);
}
.group:hover .group-hover\:text-yellow-500\/5 {
  color: rgb(255 214 99 / 0.05);
}
.group:hover .group-hover\:text-yellow-500\/50 {
  color: rgb(255 214 99 / 0.5);
}
.group:hover .group-hover\:text-yellow-500\/55 {
  color: rgb(255 214 99 / 0.55);
}
.group:hover .group-hover\:text-yellow-500\/60 {
  color: rgb(255 214 99 / 0.6);
}
.group:hover .group-hover\:text-yellow-500\/65 {
  color: rgb(255 214 99 / 0.65);
}
.group:hover .group-hover\:text-yellow-500\/70 {
  color: rgb(255 214 99 / 0.7);
}
.group:hover .group-hover\:text-yellow-500\/75 {
  color: rgb(255 214 99 / 0.75);
}
.group:hover .group-hover\:text-yellow-500\/80 {
  color: rgb(255 214 99 / 0.8);
}
.group:hover .group-hover\:text-yellow-500\/85 {
  color: rgb(255 214 99 / 0.85);
}
.group:hover .group-hover\:text-yellow-500\/90 {
  color: rgb(255 214 99 / 0.9);
}
.group:hover .group-hover\:text-yellow-500\/95 {
  color: rgb(255 214 99 / 0.95);
}
.group:focus .group-focus\:border-black {
  --tw-border-opacity: 1;
  border-color: rgb(44 42 41 / var(--tw-border-opacity));
}
.group:focus .group-focus\:border-black\/0 {
  border-color: rgb(44 42 41 / 0);
}
.group:focus .group-focus\:border-black\/10 {
  border-color: rgb(44 42 41 / 0.1);
}
.group:focus .group-focus\:border-black\/100 {
  border-color: rgb(44 42 41 / 1);
}
.group:focus .group-focus\:border-black\/15 {
  border-color: rgb(44 42 41 / 0.15);
}
.group:focus .group-focus\:border-black\/20 {
  border-color: rgb(44 42 41 / 0.2);
}
.group:focus .group-focus\:border-black\/25 {
  border-color: rgb(44 42 41 / 0.25);
}
.group:focus .group-focus\:border-black\/30 {
  border-color: rgb(44 42 41 / 0.3);
}
.group:focus .group-focus\:border-black\/35 {
  border-color: rgb(44 42 41 / 0.35);
}
.group:focus .group-focus\:border-black\/40 {
  border-color: rgb(44 42 41 / 0.4);
}
.group:focus .group-focus\:border-black\/45 {
  border-color: rgb(44 42 41 / 0.45);
}
.group:focus .group-focus\:border-black\/5 {
  border-color: rgb(44 42 41 / 0.05);
}
.group:focus .group-focus\:border-black\/50 {
  border-color: rgb(44 42 41 / 0.5);
}
.group:focus .group-focus\:border-black\/55 {
  border-color: rgb(44 42 41 / 0.55);
}
.group:focus .group-focus\:border-black\/60 {
  border-color: rgb(44 42 41 / 0.6);
}
.group:focus .group-focus\:border-black\/65 {
  border-color: rgb(44 42 41 / 0.65);
}
.group:focus .group-focus\:border-black\/70 {
  border-color: rgb(44 42 41 / 0.7);
}
.group:focus .group-focus\:border-black\/75 {
  border-color: rgb(44 42 41 / 0.75);
}
.group:focus .group-focus\:border-black\/80 {
  border-color: rgb(44 42 41 / 0.8);
}
.group:focus .group-focus\:border-black\/85 {
  border-color: rgb(44 42 41 / 0.85);
}
.group:focus .group-focus\:border-black\/90 {
  border-color: rgb(44 42 41 / 0.9);
}
.group:focus .group-focus\:border-black\/95 {
  border-color: rgb(44 42 41 / 0.95);
}
.group:focus .group-focus\:border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgb(145 215 242 / var(--tw-border-opacity));
}
.group:focus .group-focus\:border-blue-300\/0 {
  border-color: rgb(145 215 242 / 0);
}
.group:focus .group-focus\:border-blue-300\/10 {
  border-color: rgb(145 215 242 / 0.1);
}
.group:focus .group-focus\:border-blue-300\/100 {
  border-color: rgb(145 215 242 / 1);
}
.group:focus .group-focus\:border-blue-300\/15 {
  border-color: rgb(145 215 242 / 0.15);
}
.group:focus .group-focus\:border-blue-300\/20 {
  border-color: rgb(145 215 242 / 0.2);
}
.group:focus .group-focus\:border-blue-300\/25 {
  border-color: rgb(145 215 242 / 0.25);
}
.group:focus .group-focus\:border-blue-300\/30 {
  border-color: rgb(145 215 242 / 0.3);
}
.group:focus .group-focus\:border-blue-300\/35 {
  border-color: rgb(145 215 242 / 0.35);
}
.group:focus .group-focus\:border-blue-300\/40 {
  border-color: rgb(145 215 242 / 0.4);
}
.group:focus .group-focus\:border-blue-300\/45 {
  border-color: rgb(145 215 242 / 0.45);
}
.group:focus .group-focus\:border-blue-300\/5 {
  border-color: rgb(145 215 242 / 0.05);
}
.group:focus .group-focus\:border-blue-300\/50 {
  border-color: rgb(145 215 242 / 0.5);
}
.group:focus .group-focus\:border-blue-300\/55 {
  border-color: rgb(145 215 242 / 0.55);
}
.group:focus .group-focus\:border-blue-300\/60 {
  border-color: rgb(145 215 242 / 0.6);
}
.group:focus .group-focus\:border-blue-300\/65 {
  border-color: rgb(145 215 242 / 0.65);
}
.group:focus .group-focus\:border-blue-300\/70 {
  border-color: rgb(145 215 242 / 0.7);
}
.group:focus .group-focus\:border-blue-300\/75 {
  border-color: rgb(145 215 242 / 0.75);
}
.group:focus .group-focus\:border-blue-300\/80 {
  border-color: rgb(145 215 242 / 0.8);
}
.group:focus .group-focus\:border-blue-300\/85 {
  border-color: rgb(145 215 242 / 0.85);
}
.group:focus .group-focus\:border-blue-300\/90 {
  border-color: rgb(145 215 242 / 0.9);
}
.group:focus .group-focus\:border-blue-300\/95 {
  border-color: rgb(145 215 242 / 0.95);
}
.group:focus .group-focus\:border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(34 105 162 / var(--tw-border-opacity));
}
.group:focus .group-focus\:border-blue-400\/0 {
  border-color: rgb(34 105 162 / 0);
}
.group:focus .group-focus\:border-blue-400\/10 {
  border-color: rgb(34 105 162 / 0.1);
}
.group:focus .group-focus\:border-blue-400\/100 {
  border-color: rgb(34 105 162 / 1);
}
.group:focus .group-focus\:border-blue-400\/15 {
  border-color: rgb(34 105 162 / 0.15);
}
.group:focus .group-focus\:border-blue-400\/20 {
  border-color: rgb(34 105 162 / 0.2);
}
.group:focus .group-focus\:border-blue-400\/25 {
  border-color: rgb(34 105 162 / 0.25);
}
.group:focus .group-focus\:border-blue-400\/30 {
  border-color: rgb(34 105 162 / 0.3);
}
.group:focus .group-focus\:border-blue-400\/35 {
  border-color: rgb(34 105 162 / 0.35);
}
.group:focus .group-focus\:border-blue-400\/40 {
  border-color: rgb(34 105 162 / 0.4);
}
.group:focus .group-focus\:border-blue-400\/45 {
  border-color: rgb(34 105 162 / 0.45);
}
.group:focus .group-focus\:border-blue-400\/5 {
  border-color: rgb(34 105 162 / 0.05);
}
.group:focus .group-focus\:border-blue-400\/50 {
  border-color: rgb(34 105 162 / 0.5);
}
.group:focus .group-focus\:border-blue-400\/55 {
  border-color: rgb(34 105 162 / 0.55);
}
.group:focus .group-focus\:border-blue-400\/60 {
  border-color: rgb(34 105 162 / 0.6);
}
.group:focus .group-focus\:border-blue-400\/65 {
  border-color: rgb(34 105 162 / 0.65);
}
.group:focus .group-focus\:border-blue-400\/70 {
  border-color: rgb(34 105 162 / 0.7);
}
.group:focus .group-focus\:border-blue-400\/75 {
  border-color: rgb(34 105 162 / 0.75);
}
.group:focus .group-focus\:border-blue-400\/80 {
  border-color: rgb(34 105 162 / 0.8);
}
.group:focus .group-focus\:border-blue-400\/85 {
  border-color: rgb(34 105 162 / 0.85);
}
.group:focus .group-focus\:border-blue-400\/90 {
  border-color: rgb(34 105 162 / 0.9);
}
.group:focus .group-focus\:border-blue-400\/95 {
  border-color: rgb(34 105 162 / 0.95);
}
.group:focus .group-focus\:border-brown-500 {
  --tw-border-opacity: 1;
  border-color: rgb(122 104 91 / var(--tw-border-opacity));
}
.group:focus .group-focus\:border-brown-500\/0 {
  border-color: rgb(122 104 91 / 0);
}
.group:focus .group-focus\:border-brown-500\/10 {
  border-color: rgb(122 104 91 / 0.1);
}
.group:focus .group-focus\:border-brown-500\/100 {
  border-color: rgb(122 104 91 / 1);
}
.group:focus .group-focus\:border-brown-500\/15 {
  border-color: rgb(122 104 91 / 0.15);
}
.group:focus .group-focus\:border-brown-500\/20 {
  border-color: rgb(122 104 91 / 0.2);
}
.group:focus .group-focus\:border-brown-500\/25 {
  border-color: rgb(122 104 91 / 0.25);
}
.group:focus .group-focus\:border-brown-500\/30 {
  border-color: rgb(122 104 91 / 0.3);
}
.group:focus .group-focus\:border-brown-500\/35 {
  border-color: rgb(122 104 91 / 0.35);
}
.group:focus .group-focus\:border-brown-500\/40 {
  border-color: rgb(122 104 91 / 0.4);
}
.group:focus .group-focus\:border-brown-500\/45 {
  border-color: rgb(122 104 91 / 0.45);
}
.group:focus .group-focus\:border-brown-500\/5 {
  border-color: rgb(122 104 91 / 0.05);
}
.group:focus .group-focus\:border-brown-500\/50 {
  border-color: rgb(122 104 91 / 0.5);
}
.group:focus .group-focus\:border-brown-500\/55 {
  border-color: rgb(122 104 91 / 0.55);
}
.group:focus .group-focus\:border-brown-500\/60 {
  border-color: rgb(122 104 91 / 0.6);
}
.group:focus .group-focus\:border-brown-500\/65 {
  border-color: rgb(122 104 91 / 0.65);
}
.group:focus .group-focus\:border-brown-500\/70 {
  border-color: rgb(122 104 91 / 0.7);
}
.group:focus .group-focus\:border-brown-500\/75 {
  border-color: rgb(122 104 91 / 0.75);
}
.group:focus .group-focus\:border-brown-500\/80 {
  border-color: rgb(122 104 91 / 0.8);
}
.group:focus .group-focus\:border-brown-500\/85 {
  border-color: rgb(122 104 91 / 0.85);
}
.group:focus .group-focus\:border-brown-500\/90 {
  border-color: rgb(122 104 91 / 0.9);
}
.group:focus .group-focus\:border-brown-500\/95 {
  border-color: rgb(122 104 91 / 0.95);
}
.group:focus .group-focus\:border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(0 133 122 / var(--tw-border-opacity));
}
.group:focus .group-focus\:border-green-500\/0 {
  border-color: rgb(0 133 122 / 0);
}
.group:focus .group-focus\:border-green-500\/10 {
  border-color: rgb(0 133 122 / 0.1);
}
.group:focus .group-focus\:border-green-500\/100 {
  border-color: rgb(0 133 122 / 1);
}
.group:focus .group-focus\:border-green-500\/15 {
  border-color: rgb(0 133 122 / 0.15);
}
.group:focus .group-focus\:border-green-500\/20 {
  border-color: rgb(0 133 122 / 0.2);
}
.group:focus .group-focus\:border-green-500\/25 {
  border-color: rgb(0 133 122 / 0.25);
}
.group:focus .group-focus\:border-green-500\/30 {
  border-color: rgb(0 133 122 / 0.3);
}
.group:focus .group-focus\:border-green-500\/35 {
  border-color: rgb(0 133 122 / 0.35);
}
.group:focus .group-focus\:border-green-500\/40 {
  border-color: rgb(0 133 122 / 0.4);
}
.group:focus .group-focus\:border-green-500\/45 {
  border-color: rgb(0 133 122 / 0.45);
}
.group:focus .group-focus\:border-green-500\/5 {
  border-color: rgb(0 133 122 / 0.05);
}
.group:focus .group-focus\:border-green-500\/50 {
  border-color: rgb(0 133 122 / 0.5);
}
.group:focus .group-focus\:border-green-500\/55 {
  border-color: rgb(0 133 122 / 0.55);
}
.group:focus .group-focus\:border-green-500\/60 {
  border-color: rgb(0 133 122 / 0.6);
}
.group:focus .group-focus\:border-green-500\/65 {
  border-color: rgb(0 133 122 / 0.65);
}
.group:focus .group-focus\:border-green-500\/70 {
  border-color: rgb(0 133 122 / 0.7);
}
.group:focus .group-focus\:border-green-500\/75 {
  border-color: rgb(0 133 122 / 0.75);
}
.group:focus .group-focus\:border-green-500\/80 {
  border-color: rgb(0 133 122 / 0.8);
}
.group:focus .group-focus\:border-green-500\/85 {
  border-color: rgb(0 133 122 / 0.85);
}
.group:focus .group-focus\:border-green-500\/90 {
  border-color: rgb(0 133 122 / 0.9);
}
.group:focus .group-focus\:border-green-500\/95 {
  border-color: rgb(0 133 122 / 0.95);
}
.group:focus .group-focus\:border-magenta-500 {
  --tw-border-opacity: 1;
  border-color: rgb(169 0 102 / var(--tw-border-opacity));
}
.group:focus .group-focus\:border-magenta-500\/0 {
  border-color: rgb(169 0 102 / 0);
}
.group:focus .group-focus\:border-magenta-500\/10 {
  border-color: rgb(169 0 102 / 0.1);
}
.group:focus .group-focus\:border-magenta-500\/100 {
  border-color: rgb(169 0 102 / 1);
}
.group:focus .group-focus\:border-magenta-500\/15 {
  border-color: rgb(169 0 102 / 0.15);
}
.group:focus .group-focus\:border-magenta-500\/20 {
  border-color: rgb(169 0 102 / 0.2);
}
.group:focus .group-focus\:border-magenta-500\/25 {
  border-color: rgb(169 0 102 / 0.25);
}
.group:focus .group-focus\:border-magenta-500\/30 {
  border-color: rgb(169 0 102 / 0.3);
}
.group:focus .group-focus\:border-magenta-500\/35 {
  border-color: rgb(169 0 102 / 0.35);
}
.group:focus .group-focus\:border-magenta-500\/40 {
  border-color: rgb(169 0 102 / 0.4);
}
.group:focus .group-focus\:border-magenta-500\/45 {
  border-color: rgb(169 0 102 / 0.45);
}
.group:focus .group-focus\:border-magenta-500\/5 {
  border-color: rgb(169 0 102 / 0.05);
}
.group:focus .group-focus\:border-magenta-500\/50 {
  border-color: rgb(169 0 102 / 0.5);
}
.group:focus .group-focus\:border-magenta-500\/55 {
  border-color: rgb(169 0 102 / 0.55);
}
.group:focus .group-focus\:border-magenta-500\/60 {
  border-color: rgb(169 0 102 / 0.6);
}
.group:focus .group-focus\:border-magenta-500\/65 {
  border-color: rgb(169 0 102 / 0.65);
}
.group:focus .group-focus\:border-magenta-500\/70 {
  border-color: rgb(169 0 102 / 0.7);
}
.group:focus .group-focus\:border-magenta-500\/75 {
  border-color: rgb(169 0 102 / 0.75);
}
.group:focus .group-focus\:border-magenta-500\/80 {
  border-color: rgb(169 0 102 / 0.8);
}
.group:focus .group-focus\:border-magenta-500\/85 {
  border-color: rgb(169 0 102 / 0.85);
}
.group:focus .group-focus\:border-magenta-500\/90 {
  border-color: rgb(169 0 102 / 0.9);
}
.group:focus .group-focus\:border-magenta-500\/95 {
  border-color: rgb(169 0 102 / 0.95);
}
.group:focus .group-focus\:border-orange-500 {
  --tw-border-opacity: 1;
  border-color: rgb(254 147 87 / var(--tw-border-opacity));
}
.group:focus .group-focus\:border-orange-500\/0 {
  border-color: rgb(254 147 87 / 0);
}
.group:focus .group-focus\:border-orange-500\/10 {
  border-color: rgb(254 147 87 / 0.1);
}
.group:focus .group-focus\:border-orange-500\/100 {
  border-color: rgb(254 147 87 / 1);
}
.group:focus .group-focus\:border-orange-500\/15 {
  border-color: rgb(254 147 87 / 0.15);
}
.group:focus .group-focus\:border-orange-500\/20 {
  border-color: rgb(254 147 87 / 0.2);
}
.group:focus .group-focus\:border-orange-500\/25 {
  border-color: rgb(254 147 87 / 0.25);
}
.group:focus .group-focus\:border-orange-500\/30 {
  border-color: rgb(254 147 87 / 0.3);
}
.group:focus .group-focus\:border-orange-500\/35 {
  border-color: rgb(254 147 87 / 0.35);
}
.group:focus .group-focus\:border-orange-500\/40 {
  border-color: rgb(254 147 87 / 0.4);
}
.group:focus .group-focus\:border-orange-500\/45 {
  border-color: rgb(254 147 87 / 0.45);
}
.group:focus .group-focus\:border-orange-500\/5 {
  border-color: rgb(254 147 87 / 0.05);
}
.group:focus .group-focus\:border-orange-500\/50 {
  border-color: rgb(254 147 87 / 0.5);
}
.group:focus .group-focus\:border-orange-500\/55 {
  border-color: rgb(254 147 87 / 0.55);
}
.group:focus .group-focus\:border-orange-500\/60 {
  border-color: rgb(254 147 87 / 0.6);
}
.group:focus .group-focus\:border-orange-500\/65 {
  border-color: rgb(254 147 87 / 0.65);
}
.group:focus .group-focus\:border-orange-500\/70 {
  border-color: rgb(254 147 87 / 0.7);
}
.group:focus .group-focus\:border-orange-500\/75 {
  border-color: rgb(254 147 87 / 0.75);
}
.group:focus .group-focus\:border-orange-500\/80 {
  border-color: rgb(254 147 87 / 0.8);
}
.group:focus .group-focus\:border-orange-500\/85 {
  border-color: rgb(254 147 87 / 0.85);
}
.group:focus .group-focus\:border-orange-500\/90 {
  border-color: rgb(254 147 87 / 0.9);
}
.group:focus .group-focus\:border-orange-500\/95 {
  border-color: rgb(254 147 87 / 0.95);
}
.group:focus .group-focus\:border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(201 18 53 / var(--tw-border-opacity));
}
.group:focus .group-focus\:border-red-500\/0 {
  border-color: rgb(201 18 53 / 0);
}
.group:focus .group-focus\:border-red-500\/10 {
  border-color: rgb(201 18 53 / 0.1);
}
.group:focus .group-focus\:border-red-500\/100 {
  border-color: rgb(201 18 53 / 1);
}
.group:focus .group-focus\:border-red-500\/15 {
  border-color: rgb(201 18 53 / 0.15);
}
.group:focus .group-focus\:border-red-500\/20 {
  border-color: rgb(201 18 53 / 0.2);
}
.group:focus .group-focus\:border-red-500\/25 {
  border-color: rgb(201 18 53 / 0.25);
}
.group:focus .group-focus\:border-red-500\/30 {
  border-color: rgb(201 18 53 / 0.3);
}
.group:focus .group-focus\:border-red-500\/35 {
  border-color: rgb(201 18 53 / 0.35);
}
.group:focus .group-focus\:border-red-500\/40 {
  border-color: rgb(201 18 53 / 0.4);
}
.group:focus .group-focus\:border-red-500\/45 {
  border-color: rgb(201 18 53 / 0.45);
}
.group:focus .group-focus\:border-red-500\/5 {
  border-color: rgb(201 18 53 / 0.05);
}
.group:focus .group-focus\:border-red-500\/50 {
  border-color: rgb(201 18 53 / 0.5);
}
.group:focus .group-focus\:border-red-500\/55 {
  border-color: rgb(201 18 53 / 0.55);
}
.group:focus .group-focus\:border-red-500\/60 {
  border-color: rgb(201 18 53 / 0.6);
}
.group:focus .group-focus\:border-red-500\/65 {
  border-color: rgb(201 18 53 / 0.65);
}
.group:focus .group-focus\:border-red-500\/70 {
  border-color: rgb(201 18 53 / 0.7);
}
.group:focus .group-focus\:border-red-500\/75 {
  border-color: rgb(201 18 53 / 0.75);
}
.group:focus .group-focus\:border-red-500\/80 {
  border-color: rgb(201 18 53 / 0.8);
}
.group:focus .group-focus\:border-red-500\/85 {
  border-color: rgb(201 18 53 / 0.85);
}
.group:focus .group-focus\:border-red-500\/90 {
  border-color: rgb(201 18 53 / 0.9);
}
.group:focus .group-focus\:border-red-500\/95 {
  border-color: rgb(201 18 53 / 0.95);
}
.group:focus .group-focus\:border-yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgb(255 214 99 / var(--tw-border-opacity));
}
.group:focus .group-focus\:border-yellow-500\/0 {
  border-color: rgb(255 214 99 / 0);
}
.group:focus .group-focus\:border-yellow-500\/10 {
  border-color: rgb(255 214 99 / 0.1);
}
.group:focus .group-focus\:border-yellow-500\/100 {
  border-color: rgb(255 214 99 / 1);
}
.group:focus .group-focus\:border-yellow-500\/15 {
  border-color: rgb(255 214 99 / 0.15);
}
.group:focus .group-focus\:border-yellow-500\/20 {
  border-color: rgb(255 214 99 / 0.2);
}
.group:focus .group-focus\:border-yellow-500\/25 {
  border-color: rgb(255 214 99 / 0.25);
}
.group:focus .group-focus\:border-yellow-500\/30 {
  border-color: rgb(255 214 99 / 0.3);
}
.group:focus .group-focus\:border-yellow-500\/35 {
  border-color: rgb(255 214 99 / 0.35);
}
.group:focus .group-focus\:border-yellow-500\/40 {
  border-color: rgb(255 214 99 / 0.4);
}
.group:focus .group-focus\:border-yellow-500\/45 {
  border-color: rgb(255 214 99 / 0.45);
}
.group:focus .group-focus\:border-yellow-500\/5 {
  border-color: rgb(255 214 99 / 0.05);
}
.group:focus .group-focus\:border-yellow-500\/50 {
  border-color: rgb(255 214 99 / 0.5);
}
.group:focus .group-focus\:border-yellow-500\/55 {
  border-color: rgb(255 214 99 / 0.55);
}
.group:focus .group-focus\:border-yellow-500\/60 {
  border-color: rgb(255 214 99 / 0.6);
}
.group:focus .group-focus\:border-yellow-500\/65 {
  border-color: rgb(255 214 99 / 0.65);
}
.group:focus .group-focus\:border-yellow-500\/70 {
  border-color: rgb(255 214 99 / 0.7);
}
.group:focus .group-focus\:border-yellow-500\/75 {
  border-color: rgb(255 214 99 / 0.75);
}
.group:focus .group-focus\:border-yellow-500\/80 {
  border-color: rgb(255 214 99 / 0.8);
}
.group:focus .group-focus\:border-yellow-500\/85 {
  border-color: rgb(255 214 99 / 0.85);
}
.group:focus .group-focus\:border-yellow-500\/90 {
  border-color: rgb(255 214 99 / 0.9);
}
.group:focus .group-focus\:border-yellow-500\/95 {
  border-color: rgb(255 214 99 / 0.95);
}
.group:focus .group-focus\:bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(44 42 41 / var(--tw-bg-opacity));
}
.group:focus .group-focus\:bg-black\/0 {
  background-color: rgb(44 42 41 / 0);
}
.group:focus .group-focus\:bg-black\/10 {
  background-color: rgb(44 42 41 / 0.1);
}
.group:focus .group-focus\:bg-black\/100 {
  background-color: rgb(44 42 41 / 1);
}
.group:focus .group-focus\:bg-black\/15 {
  background-color: rgb(44 42 41 / 0.15);
}
.group:focus .group-focus\:bg-black\/20 {
  background-color: rgb(44 42 41 / 0.2);
}
.group:focus .group-focus\:bg-black\/25 {
  background-color: rgb(44 42 41 / 0.25);
}
.group:focus .group-focus\:bg-black\/30 {
  background-color: rgb(44 42 41 / 0.3);
}
.group:focus .group-focus\:bg-black\/35 {
  background-color: rgb(44 42 41 / 0.35);
}
.group:focus .group-focus\:bg-black\/40 {
  background-color: rgb(44 42 41 / 0.4);
}
.group:focus .group-focus\:bg-black\/45 {
  background-color: rgb(44 42 41 / 0.45);
}
.group:focus .group-focus\:bg-black\/5 {
  background-color: rgb(44 42 41 / 0.05);
}
.group:focus .group-focus\:bg-black\/50 {
  background-color: rgb(44 42 41 / 0.5);
}
.group:focus .group-focus\:bg-black\/55 {
  background-color: rgb(44 42 41 / 0.55);
}
.group:focus .group-focus\:bg-black\/60 {
  background-color: rgb(44 42 41 / 0.6);
}
.group:focus .group-focus\:bg-black\/65 {
  background-color: rgb(44 42 41 / 0.65);
}
.group:focus .group-focus\:bg-black\/70 {
  background-color: rgb(44 42 41 / 0.7);
}
.group:focus .group-focus\:bg-black\/75 {
  background-color: rgb(44 42 41 / 0.75);
}
.group:focus .group-focus\:bg-black\/80 {
  background-color: rgb(44 42 41 / 0.8);
}
.group:focus .group-focus\:bg-black\/85 {
  background-color: rgb(44 42 41 / 0.85);
}
.group:focus .group-focus\:bg-black\/90 {
  background-color: rgb(44 42 41 / 0.9);
}
.group:focus .group-focus\:bg-black\/95 {
  background-color: rgb(44 42 41 / 0.95);
}
.group:focus .group-focus\:bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(145 215 242 / var(--tw-bg-opacity));
}
.group:focus .group-focus\:bg-blue-300\/0 {
  background-color: rgb(145 215 242 / 0);
}
.group:focus .group-focus\:bg-blue-300\/10 {
  background-color: rgb(145 215 242 / 0.1);
}
.group:focus .group-focus\:bg-blue-300\/100 {
  background-color: rgb(145 215 242 / 1);
}
.group:focus .group-focus\:bg-blue-300\/15 {
  background-color: rgb(145 215 242 / 0.15);
}
.group:focus .group-focus\:bg-blue-300\/20 {
  background-color: rgb(145 215 242 / 0.2);
}
.group:focus .group-focus\:bg-blue-300\/25 {
  background-color: rgb(145 215 242 / 0.25);
}
.group:focus .group-focus\:bg-blue-300\/30 {
  background-color: rgb(145 215 242 / 0.3);
}
.group:focus .group-focus\:bg-blue-300\/35 {
  background-color: rgb(145 215 242 / 0.35);
}
.group:focus .group-focus\:bg-blue-300\/40 {
  background-color: rgb(145 215 242 / 0.4);
}
.group:focus .group-focus\:bg-blue-300\/45 {
  background-color: rgb(145 215 242 / 0.45);
}
.group:focus .group-focus\:bg-blue-300\/5 {
  background-color: rgb(145 215 242 / 0.05);
}
.group:focus .group-focus\:bg-blue-300\/50 {
  background-color: rgb(145 215 242 / 0.5);
}
.group:focus .group-focus\:bg-blue-300\/55 {
  background-color: rgb(145 215 242 / 0.55);
}
.group:focus .group-focus\:bg-blue-300\/60 {
  background-color: rgb(145 215 242 / 0.6);
}
.group:focus .group-focus\:bg-blue-300\/65 {
  background-color: rgb(145 215 242 / 0.65);
}
.group:focus .group-focus\:bg-blue-300\/70 {
  background-color: rgb(145 215 242 / 0.7);
}
.group:focus .group-focus\:bg-blue-300\/75 {
  background-color: rgb(145 215 242 / 0.75);
}
.group:focus .group-focus\:bg-blue-300\/80 {
  background-color: rgb(145 215 242 / 0.8);
}
.group:focus .group-focus\:bg-blue-300\/85 {
  background-color: rgb(145 215 242 / 0.85);
}
.group:focus .group-focus\:bg-blue-300\/90 {
  background-color: rgb(145 215 242 / 0.9);
}
.group:focus .group-focus\:bg-blue-300\/95 {
  background-color: rgb(145 215 242 / 0.95);
}
.group:focus .group-focus\:bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 105 162 / var(--tw-bg-opacity));
}
.group:focus .group-focus\:bg-blue-400\/0 {
  background-color: rgb(34 105 162 / 0);
}
.group:focus .group-focus\:bg-blue-400\/10 {
  background-color: rgb(34 105 162 / 0.1);
}
.group:focus .group-focus\:bg-blue-400\/100 {
  background-color: rgb(34 105 162 / 1);
}
.group:focus .group-focus\:bg-blue-400\/15 {
  background-color: rgb(34 105 162 / 0.15);
}
.group:focus .group-focus\:bg-blue-400\/20 {
  background-color: rgb(34 105 162 / 0.2);
}
.group:focus .group-focus\:bg-blue-400\/25 {
  background-color: rgb(34 105 162 / 0.25);
}
.group:focus .group-focus\:bg-blue-400\/30 {
  background-color: rgb(34 105 162 / 0.3);
}
.group:focus .group-focus\:bg-blue-400\/35 {
  background-color: rgb(34 105 162 / 0.35);
}
.group:focus .group-focus\:bg-blue-400\/40 {
  background-color: rgb(34 105 162 / 0.4);
}
.group:focus .group-focus\:bg-blue-400\/45 {
  background-color: rgb(34 105 162 / 0.45);
}
.group:focus .group-focus\:bg-blue-400\/5 {
  background-color: rgb(34 105 162 / 0.05);
}
.group:focus .group-focus\:bg-blue-400\/50 {
  background-color: rgb(34 105 162 / 0.5);
}
.group:focus .group-focus\:bg-blue-400\/55 {
  background-color: rgb(34 105 162 / 0.55);
}
.group:focus .group-focus\:bg-blue-400\/60 {
  background-color: rgb(34 105 162 / 0.6);
}
.group:focus .group-focus\:bg-blue-400\/65 {
  background-color: rgb(34 105 162 / 0.65);
}
.group:focus .group-focus\:bg-blue-400\/70 {
  background-color: rgb(34 105 162 / 0.7);
}
.group:focus .group-focus\:bg-blue-400\/75 {
  background-color: rgb(34 105 162 / 0.75);
}
.group:focus .group-focus\:bg-blue-400\/80 {
  background-color: rgb(34 105 162 / 0.8);
}
.group:focus .group-focus\:bg-blue-400\/85 {
  background-color: rgb(34 105 162 / 0.85);
}
.group:focus .group-focus\:bg-blue-400\/90 {
  background-color: rgb(34 105 162 / 0.9);
}
.group:focus .group-focus\:bg-blue-400\/95 {
  background-color: rgb(34 105 162 / 0.95);
}
.group:focus .group-focus\:bg-brown-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(122 104 91 / var(--tw-bg-opacity));
}
.group:focus .group-focus\:bg-brown-500\/0 {
  background-color: rgb(122 104 91 / 0);
}
.group:focus .group-focus\:bg-brown-500\/10 {
  background-color: rgb(122 104 91 / 0.1);
}
.group:focus .group-focus\:bg-brown-500\/100 {
  background-color: rgb(122 104 91 / 1);
}
.group:focus .group-focus\:bg-brown-500\/15 {
  background-color: rgb(122 104 91 / 0.15);
}
.group:focus .group-focus\:bg-brown-500\/20 {
  background-color: rgb(122 104 91 / 0.2);
}
.group:focus .group-focus\:bg-brown-500\/25 {
  background-color: rgb(122 104 91 / 0.25);
}
.group:focus .group-focus\:bg-brown-500\/30 {
  background-color: rgb(122 104 91 / 0.3);
}
.group:focus .group-focus\:bg-brown-500\/35 {
  background-color: rgb(122 104 91 / 0.35);
}
.group:focus .group-focus\:bg-brown-500\/40 {
  background-color: rgb(122 104 91 / 0.4);
}
.group:focus .group-focus\:bg-brown-500\/45 {
  background-color: rgb(122 104 91 / 0.45);
}
.group:focus .group-focus\:bg-brown-500\/5 {
  background-color: rgb(122 104 91 / 0.05);
}
.group:focus .group-focus\:bg-brown-500\/50 {
  background-color: rgb(122 104 91 / 0.5);
}
.group:focus .group-focus\:bg-brown-500\/55 {
  background-color: rgb(122 104 91 / 0.55);
}
.group:focus .group-focus\:bg-brown-500\/60 {
  background-color: rgb(122 104 91 / 0.6);
}
.group:focus .group-focus\:bg-brown-500\/65 {
  background-color: rgb(122 104 91 / 0.65);
}
.group:focus .group-focus\:bg-brown-500\/70 {
  background-color: rgb(122 104 91 / 0.7);
}
.group:focus .group-focus\:bg-brown-500\/75 {
  background-color: rgb(122 104 91 / 0.75);
}
.group:focus .group-focus\:bg-brown-500\/80 {
  background-color: rgb(122 104 91 / 0.8);
}
.group:focus .group-focus\:bg-brown-500\/85 {
  background-color: rgb(122 104 91 / 0.85);
}
.group:focus .group-focus\:bg-brown-500\/90 {
  background-color: rgb(122 104 91 / 0.9);
}
.group:focus .group-focus\:bg-brown-500\/95 {
  background-color: rgb(122 104 91 / 0.95);
}
.group:focus .group-focus\:bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 133 122 / var(--tw-bg-opacity));
}
.group:focus .group-focus\:bg-green-500\/0 {
  background-color: rgb(0 133 122 / 0);
}
.group:focus .group-focus\:bg-green-500\/10 {
  background-color: rgb(0 133 122 / 0.1);
}
.group:focus .group-focus\:bg-green-500\/100 {
  background-color: rgb(0 133 122 / 1);
}
.group:focus .group-focus\:bg-green-500\/15 {
  background-color: rgb(0 133 122 / 0.15);
}
.group:focus .group-focus\:bg-green-500\/20 {
  background-color: rgb(0 133 122 / 0.2);
}
.group:focus .group-focus\:bg-green-500\/25 {
  background-color: rgb(0 133 122 / 0.25);
}
.group:focus .group-focus\:bg-green-500\/30 {
  background-color: rgb(0 133 122 / 0.3);
}
.group:focus .group-focus\:bg-green-500\/35 {
  background-color: rgb(0 133 122 / 0.35);
}
.group:focus .group-focus\:bg-green-500\/40 {
  background-color: rgb(0 133 122 / 0.4);
}
.group:focus .group-focus\:bg-green-500\/45 {
  background-color: rgb(0 133 122 / 0.45);
}
.group:focus .group-focus\:bg-green-500\/5 {
  background-color: rgb(0 133 122 / 0.05);
}
.group:focus .group-focus\:bg-green-500\/50 {
  background-color: rgb(0 133 122 / 0.5);
}
.group:focus .group-focus\:bg-green-500\/55 {
  background-color: rgb(0 133 122 / 0.55);
}
.group:focus .group-focus\:bg-green-500\/60 {
  background-color: rgb(0 133 122 / 0.6);
}
.group:focus .group-focus\:bg-green-500\/65 {
  background-color: rgb(0 133 122 / 0.65);
}
.group:focus .group-focus\:bg-green-500\/70 {
  background-color: rgb(0 133 122 / 0.7);
}
.group:focus .group-focus\:bg-green-500\/75 {
  background-color: rgb(0 133 122 / 0.75);
}
.group:focus .group-focus\:bg-green-500\/80 {
  background-color: rgb(0 133 122 / 0.8);
}
.group:focus .group-focus\:bg-green-500\/85 {
  background-color: rgb(0 133 122 / 0.85);
}
.group:focus .group-focus\:bg-green-500\/90 {
  background-color: rgb(0 133 122 / 0.9);
}
.group:focus .group-focus\:bg-green-500\/95 {
  background-color: rgb(0 133 122 / 0.95);
}
.group:focus .group-focus\:bg-magenta-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(169 0 102 / var(--tw-bg-opacity));
}
.group:focus .group-focus\:bg-magenta-500\/0 {
  background-color: rgb(169 0 102 / 0);
}
.group:focus .group-focus\:bg-magenta-500\/10 {
  background-color: rgb(169 0 102 / 0.1);
}
.group:focus .group-focus\:bg-magenta-500\/100 {
  background-color: rgb(169 0 102 / 1);
}
.group:focus .group-focus\:bg-magenta-500\/15 {
  background-color: rgb(169 0 102 / 0.15);
}
.group:focus .group-focus\:bg-magenta-500\/20 {
  background-color: rgb(169 0 102 / 0.2);
}
.group:focus .group-focus\:bg-magenta-500\/25 {
  background-color: rgb(169 0 102 / 0.25);
}
.group:focus .group-focus\:bg-magenta-500\/30 {
  background-color: rgb(169 0 102 / 0.3);
}
.group:focus .group-focus\:bg-magenta-500\/35 {
  background-color: rgb(169 0 102 / 0.35);
}
.group:focus .group-focus\:bg-magenta-500\/40 {
  background-color: rgb(169 0 102 / 0.4);
}
.group:focus .group-focus\:bg-magenta-500\/45 {
  background-color: rgb(169 0 102 / 0.45);
}
.group:focus .group-focus\:bg-magenta-500\/5 {
  background-color: rgb(169 0 102 / 0.05);
}
.group:focus .group-focus\:bg-magenta-500\/50 {
  background-color: rgb(169 0 102 / 0.5);
}
.group:focus .group-focus\:bg-magenta-500\/55 {
  background-color: rgb(169 0 102 / 0.55);
}
.group:focus .group-focus\:bg-magenta-500\/60 {
  background-color: rgb(169 0 102 / 0.6);
}
.group:focus .group-focus\:bg-magenta-500\/65 {
  background-color: rgb(169 0 102 / 0.65);
}
.group:focus .group-focus\:bg-magenta-500\/70 {
  background-color: rgb(169 0 102 / 0.7);
}
.group:focus .group-focus\:bg-magenta-500\/75 {
  background-color: rgb(169 0 102 / 0.75);
}
.group:focus .group-focus\:bg-magenta-500\/80 {
  background-color: rgb(169 0 102 / 0.8);
}
.group:focus .group-focus\:bg-magenta-500\/85 {
  background-color: rgb(169 0 102 / 0.85);
}
.group:focus .group-focus\:bg-magenta-500\/90 {
  background-color: rgb(169 0 102 / 0.9);
}
.group:focus .group-focus\:bg-magenta-500\/95 {
  background-color: rgb(169 0 102 / 0.95);
}
.group:focus .group-focus\:bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 147 87 / var(--tw-bg-opacity));
}
.group:focus .group-focus\:bg-orange-500\/0 {
  background-color: rgb(254 147 87 / 0);
}
.group:focus .group-focus\:bg-orange-500\/10 {
  background-color: rgb(254 147 87 / 0.1);
}
.group:focus .group-focus\:bg-orange-500\/100 {
  background-color: rgb(254 147 87 / 1);
}
.group:focus .group-focus\:bg-orange-500\/15 {
  background-color: rgb(254 147 87 / 0.15);
}
.group:focus .group-focus\:bg-orange-500\/20 {
  background-color: rgb(254 147 87 / 0.2);
}
.group:focus .group-focus\:bg-orange-500\/25 {
  background-color: rgb(254 147 87 / 0.25);
}
.group:focus .group-focus\:bg-orange-500\/30 {
  background-color: rgb(254 147 87 / 0.3);
}
.group:focus .group-focus\:bg-orange-500\/35 {
  background-color: rgb(254 147 87 / 0.35);
}
.group:focus .group-focus\:bg-orange-500\/40 {
  background-color: rgb(254 147 87 / 0.4);
}
.group:focus .group-focus\:bg-orange-500\/45 {
  background-color: rgb(254 147 87 / 0.45);
}
.group:focus .group-focus\:bg-orange-500\/5 {
  background-color: rgb(254 147 87 / 0.05);
}
.group:focus .group-focus\:bg-orange-500\/50 {
  background-color: rgb(254 147 87 / 0.5);
}
.group:focus .group-focus\:bg-orange-500\/55 {
  background-color: rgb(254 147 87 / 0.55);
}
.group:focus .group-focus\:bg-orange-500\/60 {
  background-color: rgb(254 147 87 / 0.6);
}
.group:focus .group-focus\:bg-orange-500\/65 {
  background-color: rgb(254 147 87 / 0.65);
}
.group:focus .group-focus\:bg-orange-500\/70 {
  background-color: rgb(254 147 87 / 0.7);
}
.group:focus .group-focus\:bg-orange-500\/75 {
  background-color: rgb(254 147 87 / 0.75);
}
.group:focus .group-focus\:bg-orange-500\/80 {
  background-color: rgb(254 147 87 / 0.8);
}
.group:focus .group-focus\:bg-orange-500\/85 {
  background-color: rgb(254 147 87 / 0.85);
}
.group:focus .group-focus\:bg-orange-500\/90 {
  background-color: rgb(254 147 87 / 0.9);
}
.group:focus .group-focus\:bg-orange-500\/95 {
  background-color: rgb(254 147 87 / 0.95);
}
.group:focus .group-focus\:bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(201 18 53 / var(--tw-bg-opacity));
}
.group:focus .group-focus\:bg-red-500\/0 {
  background-color: rgb(201 18 53 / 0);
}
.group:focus .group-focus\:bg-red-500\/10 {
  background-color: rgb(201 18 53 / 0.1);
}
.group:focus .group-focus\:bg-red-500\/100 {
  background-color: rgb(201 18 53 / 1);
}
.group:focus .group-focus\:bg-red-500\/15 {
  background-color: rgb(201 18 53 / 0.15);
}
.group:focus .group-focus\:bg-red-500\/20 {
  background-color: rgb(201 18 53 / 0.2);
}
.group:focus .group-focus\:bg-red-500\/25 {
  background-color: rgb(201 18 53 / 0.25);
}
.group:focus .group-focus\:bg-red-500\/30 {
  background-color: rgb(201 18 53 / 0.3);
}
.group:focus .group-focus\:bg-red-500\/35 {
  background-color: rgb(201 18 53 / 0.35);
}
.group:focus .group-focus\:bg-red-500\/40 {
  background-color: rgb(201 18 53 / 0.4);
}
.group:focus .group-focus\:bg-red-500\/45 {
  background-color: rgb(201 18 53 / 0.45);
}
.group:focus .group-focus\:bg-red-500\/5 {
  background-color: rgb(201 18 53 / 0.05);
}
.group:focus .group-focus\:bg-red-500\/50 {
  background-color: rgb(201 18 53 / 0.5);
}
.group:focus .group-focus\:bg-red-500\/55 {
  background-color: rgb(201 18 53 / 0.55);
}
.group:focus .group-focus\:bg-red-500\/60 {
  background-color: rgb(201 18 53 / 0.6);
}
.group:focus .group-focus\:bg-red-500\/65 {
  background-color: rgb(201 18 53 / 0.65);
}
.group:focus .group-focus\:bg-red-500\/70 {
  background-color: rgb(201 18 53 / 0.7);
}
.group:focus .group-focus\:bg-red-500\/75 {
  background-color: rgb(201 18 53 / 0.75);
}
.group:focus .group-focus\:bg-red-500\/80 {
  background-color: rgb(201 18 53 / 0.8);
}
.group:focus .group-focus\:bg-red-500\/85 {
  background-color: rgb(201 18 53 / 0.85);
}
.group:focus .group-focus\:bg-red-500\/90 {
  background-color: rgb(201 18 53 / 0.9);
}
.group:focus .group-focus\:bg-red-500\/95 {
  background-color: rgb(201 18 53 / 0.95);
}
.group:focus .group-focus\:bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 214 99 / var(--tw-bg-opacity));
}
.group:focus .group-focus\:bg-yellow-500\/0 {
  background-color: rgb(255 214 99 / 0);
}
.group:focus .group-focus\:bg-yellow-500\/10 {
  background-color: rgb(255 214 99 / 0.1);
}
.group:focus .group-focus\:bg-yellow-500\/100 {
  background-color: rgb(255 214 99 / 1);
}
.group:focus .group-focus\:bg-yellow-500\/15 {
  background-color: rgb(255 214 99 / 0.15);
}
.group:focus .group-focus\:bg-yellow-500\/20 {
  background-color: rgb(255 214 99 / 0.2);
}
.group:focus .group-focus\:bg-yellow-500\/25 {
  background-color: rgb(255 214 99 / 0.25);
}
.group:focus .group-focus\:bg-yellow-500\/30 {
  background-color: rgb(255 214 99 / 0.3);
}
.group:focus .group-focus\:bg-yellow-500\/35 {
  background-color: rgb(255 214 99 / 0.35);
}
.group:focus .group-focus\:bg-yellow-500\/40 {
  background-color: rgb(255 214 99 / 0.4);
}
.group:focus .group-focus\:bg-yellow-500\/45 {
  background-color: rgb(255 214 99 / 0.45);
}
.group:focus .group-focus\:bg-yellow-500\/5 {
  background-color: rgb(255 214 99 / 0.05);
}
.group:focus .group-focus\:bg-yellow-500\/50 {
  background-color: rgb(255 214 99 / 0.5);
}
.group:focus .group-focus\:bg-yellow-500\/55 {
  background-color: rgb(255 214 99 / 0.55);
}
.group:focus .group-focus\:bg-yellow-500\/60 {
  background-color: rgb(255 214 99 / 0.6);
}
.group:focus .group-focus\:bg-yellow-500\/65 {
  background-color: rgb(255 214 99 / 0.65);
}
.group:focus .group-focus\:bg-yellow-500\/70 {
  background-color: rgb(255 214 99 / 0.7);
}
.group:focus .group-focus\:bg-yellow-500\/75 {
  background-color: rgb(255 214 99 / 0.75);
}
.group:focus .group-focus\:bg-yellow-500\/80 {
  background-color: rgb(255 214 99 / 0.8);
}
.group:focus .group-focus\:bg-yellow-500\/85 {
  background-color: rgb(255 214 99 / 0.85);
}
.group:focus .group-focus\:bg-yellow-500\/90 {
  background-color: rgb(255 214 99 / 0.9);
}
.group:focus .group-focus\:bg-yellow-500\/95 {
  background-color: rgb(255 214 99 / 0.95);
}
.group:focus .group-focus\:text-black {
  --tw-text-opacity: 1;
  color: rgb(44 42 41 / var(--tw-text-opacity));
}
.group:focus .group-focus\:text-black\/0 {
  color: rgb(44 42 41 / 0);
}
.group:focus .group-focus\:text-black\/10 {
  color: rgb(44 42 41 / 0.1);
}
.group:focus .group-focus\:text-black\/100 {
  color: rgb(44 42 41 / 1);
}
.group:focus .group-focus\:text-black\/15 {
  color: rgb(44 42 41 / 0.15);
}
.group:focus .group-focus\:text-black\/20 {
  color: rgb(44 42 41 / 0.2);
}
.group:focus .group-focus\:text-black\/25 {
  color: rgb(44 42 41 / 0.25);
}
.group:focus .group-focus\:text-black\/30 {
  color: rgb(44 42 41 / 0.3);
}
.group:focus .group-focus\:text-black\/35 {
  color: rgb(44 42 41 / 0.35);
}
.group:focus .group-focus\:text-black\/40 {
  color: rgb(44 42 41 / 0.4);
}
.group:focus .group-focus\:text-black\/45 {
  color: rgb(44 42 41 / 0.45);
}
.group:focus .group-focus\:text-black\/5 {
  color: rgb(44 42 41 / 0.05);
}
.group:focus .group-focus\:text-black\/50 {
  color: rgb(44 42 41 / 0.5);
}
.group:focus .group-focus\:text-black\/55 {
  color: rgb(44 42 41 / 0.55);
}
.group:focus .group-focus\:text-black\/60 {
  color: rgb(44 42 41 / 0.6);
}
.group:focus .group-focus\:text-black\/65 {
  color: rgb(44 42 41 / 0.65);
}
.group:focus .group-focus\:text-black\/70 {
  color: rgb(44 42 41 / 0.7);
}
.group:focus .group-focus\:text-black\/75 {
  color: rgb(44 42 41 / 0.75);
}
.group:focus .group-focus\:text-black\/80 {
  color: rgb(44 42 41 / 0.8);
}
.group:focus .group-focus\:text-black\/85 {
  color: rgb(44 42 41 / 0.85);
}
.group:focus .group-focus\:text-black\/90 {
  color: rgb(44 42 41 / 0.9);
}
.group:focus .group-focus\:text-black\/95 {
  color: rgb(44 42 41 / 0.95);
}
.group:focus .group-focus\:text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(145 215 242 / var(--tw-text-opacity));
}
.group:focus .group-focus\:text-blue-300\/0 {
  color: rgb(145 215 242 / 0);
}
.group:focus .group-focus\:text-blue-300\/10 {
  color: rgb(145 215 242 / 0.1);
}
.group:focus .group-focus\:text-blue-300\/100 {
  color: rgb(145 215 242 / 1);
}
.group:focus .group-focus\:text-blue-300\/15 {
  color: rgb(145 215 242 / 0.15);
}
.group:focus .group-focus\:text-blue-300\/20 {
  color: rgb(145 215 242 / 0.2);
}
.group:focus .group-focus\:text-blue-300\/25 {
  color: rgb(145 215 242 / 0.25);
}
.group:focus .group-focus\:text-blue-300\/30 {
  color: rgb(145 215 242 / 0.3);
}
.group:focus .group-focus\:text-blue-300\/35 {
  color: rgb(145 215 242 / 0.35);
}
.group:focus .group-focus\:text-blue-300\/40 {
  color: rgb(145 215 242 / 0.4);
}
.group:focus .group-focus\:text-blue-300\/45 {
  color: rgb(145 215 242 / 0.45);
}
.group:focus .group-focus\:text-blue-300\/5 {
  color: rgb(145 215 242 / 0.05);
}
.group:focus .group-focus\:text-blue-300\/50 {
  color: rgb(145 215 242 / 0.5);
}
.group:focus .group-focus\:text-blue-300\/55 {
  color: rgb(145 215 242 / 0.55);
}
.group:focus .group-focus\:text-blue-300\/60 {
  color: rgb(145 215 242 / 0.6);
}
.group:focus .group-focus\:text-blue-300\/65 {
  color: rgb(145 215 242 / 0.65);
}
.group:focus .group-focus\:text-blue-300\/70 {
  color: rgb(145 215 242 / 0.7);
}
.group:focus .group-focus\:text-blue-300\/75 {
  color: rgb(145 215 242 / 0.75);
}
.group:focus .group-focus\:text-blue-300\/80 {
  color: rgb(145 215 242 / 0.8);
}
.group:focus .group-focus\:text-blue-300\/85 {
  color: rgb(145 215 242 / 0.85);
}
.group:focus .group-focus\:text-blue-300\/90 {
  color: rgb(145 215 242 / 0.9);
}
.group:focus .group-focus\:text-blue-300\/95 {
  color: rgb(145 215 242 / 0.95);
}
.group:focus .group-focus\:text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(34 105 162 / var(--tw-text-opacity));
}
.group:focus .group-focus\:text-blue-400\/0 {
  color: rgb(34 105 162 / 0);
}
.group:focus .group-focus\:text-blue-400\/10 {
  color: rgb(34 105 162 / 0.1);
}
.group:focus .group-focus\:text-blue-400\/100 {
  color: rgb(34 105 162 / 1);
}
.group:focus .group-focus\:text-blue-400\/15 {
  color: rgb(34 105 162 / 0.15);
}
.group:focus .group-focus\:text-blue-400\/20 {
  color: rgb(34 105 162 / 0.2);
}
.group:focus .group-focus\:text-blue-400\/25 {
  color: rgb(34 105 162 / 0.25);
}
.group:focus .group-focus\:text-blue-400\/30 {
  color: rgb(34 105 162 / 0.3);
}
.group:focus .group-focus\:text-blue-400\/35 {
  color: rgb(34 105 162 / 0.35);
}
.group:focus .group-focus\:text-blue-400\/40 {
  color: rgb(34 105 162 / 0.4);
}
.group:focus .group-focus\:text-blue-400\/45 {
  color: rgb(34 105 162 / 0.45);
}
.group:focus .group-focus\:text-blue-400\/5 {
  color: rgb(34 105 162 / 0.05);
}
.group:focus .group-focus\:text-blue-400\/50 {
  color: rgb(34 105 162 / 0.5);
}
.group:focus .group-focus\:text-blue-400\/55 {
  color: rgb(34 105 162 / 0.55);
}
.group:focus .group-focus\:text-blue-400\/60 {
  color: rgb(34 105 162 / 0.6);
}
.group:focus .group-focus\:text-blue-400\/65 {
  color: rgb(34 105 162 / 0.65);
}
.group:focus .group-focus\:text-blue-400\/70 {
  color: rgb(34 105 162 / 0.7);
}
.group:focus .group-focus\:text-blue-400\/75 {
  color: rgb(34 105 162 / 0.75);
}
.group:focus .group-focus\:text-blue-400\/80 {
  color: rgb(34 105 162 / 0.8);
}
.group:focus .group-focus\:text-blue-400\/85 {
  color: rgb(34 105 162 / 0.85);
}
.group:focus .group-focus\:text-blue-400\/90 {
  color: rgb(34 105 162 / 0.9);
}
.group:focus .group-focus\:text-blue-400\/95 {
  color: rgb(34 105 162 / 0.95);
}
.group:focus .group-focus\:text-brown-500 {
  --tw-text-opacity: 1;
  color: rgb(122 104 91 / var(--tw-text-opacity));
}
.group:focus .group-focus\:text-brown-500\/0 {
  color: rgb(122 104 91 / 0);
}
.group:focus .group-focus\:text-brown-500\/10 {
  color: rgb(122 104 91 / 0.1);
}
.group:focus .group-focus\:text-brown-500\/100 {
  color: rgb(122 104 91 / 1);
}
.group:focus .group-focus\:text-brown-500\/15 {
  color: rgb(122 104 91 / 0.15);
}
.group:focus .group-focus\:text-brown-500\/20 {
  color: rgb(122 104 91 / 0.2);
}
.group:focus .group-focus\:text-brown-500\/25 {
  color: rgb(122 104 91 / 0.25);
}
.group:focus .group-focus\:text-brown-500\/30 {
  color: rgb(122 104 91 / 0.3);
}
.group:focus .group-focus\:text-brown-500\/35 {
  color: rgb(122 104 91 / 0.35);
}
.group:focus .group-focus\:text-brown-500\/40 {
  color: rgb(122 104 91 / 0.4);
}
.group:focus .group-focus\:text-brown-500\/45 {
  color: rgb(122 104 91 / 0.45);
}
.group:focus .group-focus\:text-brown-500\/5 {
  color: rgb(122 104 91 / 0.05);
}
.group:focus .group-focus\:text-brown-500\/50 {
  color: rgb(122 104 91 / 0.5);
}
.group:focus .group-focus\:text-brown-500\/55 {
  color: rgb(122 104 91 / 0.55);
}
.group:focus .group-focus\:text-brown-500\/60 {
  color: rgb(122 104 91 / 0.6);
}
.group:focus .group-focus\:text-brown-500\/65 {
  color: rgb(122 104 91 / 0.65);
}
.group:focus .group-focus\:text-brown-500\/70 {
  color: rgb(122 104 91 / 0.7);
}
.group:focus .group-focus\:text-brown-500\/75 {
  color: rgb(122 104 91 / 0.75);
}
.group:focus .group-focus\:text-brown-500\/80 {
  color: rgb(122 104 91 / 0.8);
}
.group:focus .group-focus\:text-brown-500\/85 {
  color: rgb(122 104 91 / 0.85);
}
.group:focus .group-focus\:text-brown-500\/90 {
  color: rgb(122 104 91 / 0.9);
}
.group:focus .group-focus\:text-brown-500\/95 {
  color: rgb(122 104 91 / 0.95);
}
.group:focus .group-focus\:text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(0 133 122 / var(--tw-text-opacity));
}
.group:focus .group-focus\:text-green-500\/0 {
  color: rgb(0 133 122 / 0);
}
.group:focus .group-focus\:text-green-500\/10 {
  color: rgb(0 133 122 / 0.1);
}
.group:focus .group-focus\:text-green-500\/100 {
  color: rgb(0 133 122 / 1);
}
.group:focus .group-focus\:text-green-500\/15 {
  color: rgb(0 133 122 / 0.15);
}
.group:focus .group-focus\:text-green-500\/20 {
  color: rgb(0 133 122 / 0.2);
}
.group:focus .group-focus\:text-green-500\/25 {
  color: rgb(0 133 122 / 0.25);
}
.group:focus .group-focus\:text-green-500\/30 {
  color: rgb(0 133 122 / 0.3);
}
.group:focus .group-focus\:text-green-500\/35 {
  color: rgb(0 133 122 / 0.35);
}
.group:focus .group-focus\:text-green-500\/40 {
  color: rgb(0 133 122 / 0.4);
}
.group:focus .group-focus\:text-green-500\/45 {
  color: rgb(0 133 122 / 0.45);
}
.group:focus .group-focus\:text-green-500\/5 {
  color: rgb(0 133 122 / 0.05);
}
.group:focus .group-focus\:text-green-500\/50 {
  color: rgb(0 133 122 / 0.5);
}
.group:focus .group-focus\:text-green-500\/55 {
  color: rgb(0 133 122 / 0.55);
}
.group:focus .group-focus\:text-green-500\/60 {
  color: rgb(0 133 122 / 0.6);
}
.group:focus .group-focus\:text-green-500\/65 {
  color: rgb(0 133 122 / 0.65);
}
.group:focus .group-focus\:text-green-500\/70 {
  color: rgb(0 133 122 / 0.7);
}
.group:focus .group-focus\:text-green-500\/75 {
  color: rgb(0 133 122 / 0.75);
}
.group:focus .group-focus\:text-green-500\/80 {
  color: rgb(0 133 122 / 0.8);
}
.group:focus .group-focus\:text-green-500\/85 {
  color: rgb(0 133 122 / 0.85);
}
.group:focus .group-focus\:text-green-500\/90 {
  color: rgb(0 133 122 / 0.9);
}
.group:focus .group-focus\:text-green-500\/95 {
  color: rgb(0 133 122 / 0.95);
}
.group:focus .group-focus\:text-magenta-500 {
  --tw-text-opacity: 1;
  color: rgb(169 0 102 / var(--tw-text-opacity));
}
.group:focus .group-focus\:text-magenta-500\/0 {
  color: rgb(169 0 102 / 0);
}
.group:focus .group-focus\:text-magenta-500\/10 {
  color: rgb(169 0 102 / 0.1);
}
.group:focus .group-focus\:text-magenta-500\/100 {
  color: rgb(169 0 102 / 1);
}
.group:focus .group-focus\:text-magenta-500\/15 {
  color: rgb(169 0 102 / 0.15);
}
.group:focus .group-focus\:text-magenta-500\/20 {
  color: rgb(169 0 102 / 0.2);
}
.group:focus .group-focus\:text-magenta-500\/25 {
  color: rgb(169 0 102 / 0.25);
}
.group:focus .group-focus\:text-magenta-500\/30 {
  color: rgb(169 0 102 / 0.3);
}
.group:focus .group-focus\:text-magenta-500\/35 {
  color: rgb(169 0 102 / 0.35);
}
.group:focus .group-focus\:text-magenta-500\/40 {
  color: rgb(169 0 102 / 0.4);
}
.group:focus .group-focus\:text-magenta-500\/45 {
  color: rgb(169 0 102 / 0.45);
}
.group:focus .group-focus\:text-magenta-500\/5 {
  color: rgb(169 0 102 / 0.05);
}
.group:focus .group-focus\:text-magenta-500\/50 {
  color: rgb(169 0 102 / 0.5);
}
.group:focus .group-focus\:text-magenta-500\/55 {
  color: rgb(169 0 102 / 0.55);
}
.group:focus .group-focus\:text-magenta-500\/60 {
  color: rgb(169 0 102 / 0.6);
}
.group:focus .group-focus\:text-magenta-500\/65 {
  color: rgb(169 0 102 / 0.65);
}
.group:focus .group-focus\:text-magenta-500\/70 {
  color: rgb(169 0 102 / 0.7);
}
.group:focus .group-focus\:text-magenta-500\/75 {
  color: rgb(169 0 102 / 0.75);
}
.group:focus .group-focus\:text-magenta-500\/80 {
  color: rgb(169 0 102 / 0.8);
}
.group:focus .group-focus\:text-magenta-500\/85 {
  color: rgb(169 0 102 / 0.85);
}
.group:focus .group-focus\:text-magenta-500\/90 {
  color: rgb(169 0 102 / 0.9);
}
.group:focus .group-focus\:text-magenta-500\/95 {
  color: rgb(169 0 102 / 0.95);
}
.group:focus .group-focus\:text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(254 147 87 / var(--tw-text-opacity));
}
.group:focus .group-focus\:text-orange-500\/0 {
  color: rgb(254 147 87 / 0);
}
.group:focus .group-focus\:text-orange-500\/10 {
  color: rgb(254 147 87 / 0.1);
}
.group:focus .group-focus\:text-orange-500\/100 {
  color: rgb(254 147 87 / 1);
}
.group:focus .group-focus\:text-orange-500\/15 {
  color: rgb(254 147 87 / 0.15);
}
.group:focus .group-focus\:text-orange-500\/20 {
  color: rgb(254 147 87 / 0.2);
}
.group:focus .group-focus\:text-orange-500\/25 {
  color: rgb(254 147 87 / 0.25);
}
.group:focus .group-focus\:text-orange-500\/30 {
  color: rgb(254 147 87 / 0.3);
}
.group:focus .group-focus\:text-orange-500\/35 {
  color: rgb(254 147 87 / 0.35);
}
.group:focus .group-focus\:text-orange-500\/40 {
  color: rgb(254 147 87 / 0.4);
}
.group:focus .group-focus\:text-orange-500\/45 {
  color: rgb(254 147 87 / 0.45);
}
.group:focus .group-focus\:text-orange-500\/5 {
  color: rgb(254 147 87 / 0.05);
}
.group:focus .group-focus\:text-orange-500\/50 {
  color: rgb(254 147 87 / 0.5);
}
.group:focus .group-focus\:text-orange-500\/55 {
  color: rgb(254 147 87 / 0.55);
}
.group:focus .group-focus\:text-orange-500\/60 {
  color: rgb(254 147 87 / 0.6);
}
.group:focus .group-focus\:text-orange-500\/65 {
  color: rgb(254 147 87 / 0.65);
}
.group:focus .group-focus\:text-orange-500\/70 {
  color: rgb(254 147 87 / 0.7);
}
.group:focus .group-focus\:text-orange-500\/75 {
  color: rgb(254 147 87 / 0.75);
}
.group:focus .group-focus\:text-orange-500\/80 {
  color: rgb(254 147 87 / 0.8);
}
.group:focus .group-focus\:text-orange-500\/85 {
  color: rgb(254 147 87 / 0.85);
}
.group:focus .group-focus\:text-orange-500\/90 {
  color: rgb(254 147 87 / 0.9);
}
.group:focus .group-focus\:text-orange-500\/95 {
  color: rgb(254 147 87 / 0.95);
}
.group:focus .group-focus\:text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(201 18 53 / var(--tw-text-opacity));
}
.group:focus .group-focus\:text-red-500\/0 {
  color: rgb(201 18 53 / 0);
}
.group:focus .group-focus\:text-red-500\/10 {
  color: rgb(201 18 53 / 0.1);
}
.group:focus .group-focus\:text-red-500\/100 {
  color: rgb(201 18 53 / 1);
}
.group:focus .group-focus\:text-red-500\/15 {
  color: rgb(201 18 53 / 0.15);
}
.group:focus .group-focus\:text-red-500\/20 {
  color: rgb(201 18 53 / 0.2);
}
.group:focus .group-focus\:text-red-500\/25 {
  color: rgb(201 18 53 / 0.25);
}
.group:focus .group-focus\:text-red-500\/30 {
  color: rgb(201 18 53 / 0.3);
}
.group:focus .group-focus\:text-red-500\/35 {
  color: rgb(201 18 53 / 0.35);
}
.group:focus .group-focus\:text-red-500\/40 {
  color: rgb(201 18 53 / 0.4);
}
.group:focus .group-focus\:text-red-500\/45 {
  color: rgb(201 18 53 / 0.45);
}
.group:focus .group-focus\:text-red-500\/5 {
  color: rgb(201 18 53 / 0.05);
}
.group:focus .group-focus\:text-red-500\/50 {
  color: rgb(201 18 53 / 0.5);
}
.group:focus .group-focus\:text-red-500\/55 {
  color: rgb(201 18 53 / 0.55);
}
.group:focus .group-focus\:text-red-500\/60 {
  color: rgb(201 18 53 / 0.6);
}
.group:focus .group-focus\:text-red-500\/65 {
  color: rgb(201 18 53 / 0.65);
}
.group:focus .group-focus\:text-red-500\/70 {
  color: rgb(201 18 53 / 0.7);
}
.group:focus .group-focus\:text-red-500\/75 {
  color: rgb(201 18 53 / 0.75);
}
.group:focus .group-focus\:text-red-500\/80 {
  color: rgb(201 18 53 / 0.8);
}
.group:focus .group-focus\:text-red-500\/85 {
  color: rgb(201 18 53 / 0.85);
}
.group:focus .group-focus\:text-red-500\/90 {
  color: rgb(201 18 53 / 0.9);
}
.group:focus .group-focus\:text-red-500\/95 {
  color: rgb(201 18 53 / 0.95);
}
.group:focus .group-focus\:text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(255 214 99 / var(--tw-text-opacity));
}
.group:focus .group-focus\:text-yellow-500\/0 {
  color: rgb(255 214 99 / 0);
}
.group:focus .group-focus\:text-yellow-500\/10 {
  color: rgb(255 214 99 / 0.1);
}
.group:focus .group-focus\:text-yellow-500\/100 {
  color: rgb(255 214 99 / 1);
}
.group:focus .group-focus\:text-yellow-500\/15 {
  color: rgb(255 214 99 / 0.15);
}
.group:focus .group-focus\:text-yellow-500\/20 {
  color: rgb(255 214 99 / 0.2);
}
.group:focus .group-focus\:text-yellow-500\/25 {
  color: rgb(255 214 99 / 0.25);
}
.group:focus .group-focus\:text-yellow-500\/30 {
  color: rgb(255 214 99 / 0.3);
}
.group:focus .group-focus\:text-yellow-500\/35 {
  color: rgb(255 214 99 / 0.35);
}
.group:focus .group-focus\:text-yellow-500\/40 {
  color: rgb(255 214 99 / 0.4);
}
.group:focus .group-focus\:text-yellow-500\/45 {
  color: rgb(255 214 99 / 0.45);
}
.group:focus .group-focus\:text-yellow-500\/5 {
  color: rgb(255 214 99 / 0.05);
}
.group:focus .group-focus\:text-yellow-500\/50 {
  color: rgb(255 214 99 / 0.5);
}
.group:focus .group-focus\:text-yellow-500\/55 {
  color: rgb(255 214 99 / 0.55);
}
.group:focus .group-focus\:text-yellow-500\/60 {
  color: rgb(255 214 99 / 0.6);
}
.group:focus .group-focus\:text-yellow-500\/65 {
  color: rgb(255 214 99 / 0.65);
}
.group:focus .group-focus\:text-yellow-500\/70 {
  color: rgb(255 214 99 / 0.7);
}
.group:focus .group-focus\:text-yellow-500\/75 {
  color: rgb(255 214 99 / 0.75);
}
.group:focus .group-focus\:text-yellow-500\/80 {
  color: rgb(255 214 99 / 0.8);
}
.group:focus .group-focus\:text-yellow-500\/85 {
  color: rgb(255 214 99 / 0.85);
}
.group:focus .group-focus\:text-yellow-500\/90 {
  color: rgb(255 214 99 / 0.9);
}
.group:focus .group-focus\:text-yellow-500\/95 {
  color: rgb(255 214 99 / 0.95);
}
.group:active .group-active\:border-black {
  --tw-border-opacity: 1;
  border-color: rgb(44 42 41 / var(--tw-border-opacity));
}
.group:active .group-active\:border-black\/0 {
  border-color: rgb(44 42 41 / 0);
}
.group:active .group-active\:border-black\/10 {
  border-color: rgb(44 42 41 / 0.1);
}
.group:active .group-active\:border-black\/100 {
  border-color: rgb(44 42 41 / 1);
}
.group:active .group-active\:border-black\/15 {
  border-color: rgb(44 42 41 / 0.15);
}
.group:active .group-active\:border-black\/20 {
  border-color: rgb(44 42 41 / 0.2);
}
.group:active .group-active\:border-black\/25 {
  border-color: rgb(44 42 41 / 0.25);
}
.group:active .group-active\:border-black\/30 {
  border-color: rgb(44 42 41 / 0.3);
}
.group:active .group-active\:border-black\/35 {
  border-color: rgb(44 42 41 / 0.35);
}
.group:active .group-active\:border-black\/40 {
  border-color: rgb(44 42 41 / 0.4);
}
.group:active .group-active\:border-black\/45 {
  border-color: rgb(44 42 41 / 0.45);
}
.group:active .group-active\:border-black\/5 {
  border-color: rgb(44 42 41 / 0.05);
}
.group:active .group-active\:border-black\/50 {
  border-color: rgb(44 42 41 / 0.5);
}
.group:active .group-active\:border-black\/55 {
  border-color: rgb(44 42 41 / 0.55);
}
.group:active .group-active\:border-black\/60 {
  border-color: rgb(44 42 41 / 0.6);
}
.group:active .group-active\:border-black\/65 {
  border-color: rgb(44 42 41 / 0.65);
}
.group:active .group-active\:border-black\/70 {
  border-color: rgb(44 42 41 / 0.7);
}
.group:active .group-active\:border-black\/75 {
  border-color: rgb(44 42 41 / 0.75);
}
.group:active .group-active\:border-black\/80 {
  border-color: rgb(44 42 41 / 0.8);
}
.group:active .group-active\:border-black\/85 {
  border-color: rgb(44 42 41 / 0.85);
}
.group:active .group-active\:border-black\/90 {
  border-color: rgb(44 42 41 / 0.9);
}
.group:active .group-active\:border-black\/95 {
  border-color: rgb(44 42 41 / 0.95);
}
.group:active .group-active\:border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgb(145 215 242 / var(--tw-border-opacity));
}
.group:active .group-active\:border-blue-300\/0 {
  border-color: rgb(145 215 242 / 0);
}
.group:active .group-active\:border-blue-300\/10 {
  border-color: rgb(145 215 242 / 0.1);
}
.group:active .group-active\:border-blue-300\/100 {
  border-color: rgb(145 215 242 / 1);
}
.group:active .group-active\:border-blue-300\/15 {
  border-color: rgb(145 215 242 / 0.15);
}
.group:active .group-active\:border-blue-300\/20 {
  border-color: rgb(145 215 242 / 0.2);
}
.group:active .group-active\:border-blue-300\/25 {
  border-color: rgb(145 215 242 / 0.25);
}
.group:active .group-active\:border-blue-300\/30 {
  border-color: rgb(145 215 242 / 0.3);
}
.group:active .group-active\:border-blue-300\/35 {
  border-color: rgb(145 215 242 / 0.35);
}
.group:active .group-active\:border-blue-300\/40 {
  border-color: rgb(145 215 242 / 0.4);
}
.group:active .group-active\:border-blue-300\/45 {
  border-color: rgb(145 215 242 / 0.45);
}
.group:active .group-active\:border-blue-300\/5 {
  border-color: rgb(145 215 242 / 0.05);
}
.group:active .group-active\:border-blue-300\/50 {
  border-color: rgb(145 215 242 / 0.5);
}
.group:active .group-active\:border-blue-300\/55 {
  border-color: rgb(145 215 242 / 0.55);
}
.group:active .group-active\:border-blue-300\/60 {
  border-color: rgb(145 215 242 / 0.6);
}
.group:active .group-active\:border-blue-300\/65 {
  border-color: rgb(145 215 242 / 0.65);
}
.group:active .group-active\:border-blue-300\/70 {
  border-color: rgb(145 215 242 / 0.7);
}
.group:active .group-active\:border-blue-300\/75 {
  border-color: rgb(145 215 242 / 0.75);
}
.group:active .group-active\:border-blue-300\/80 {
  border-color: rgb(145 215 242 / 0.8);
}
.group:active .group-active\:border-blue-300\/85 {
  border-color: rgb(145 215 242 / 0.85);
}
.group:active .group-active\:border-blue-300\/90 {
  border-color: rgb(145 215 242 / 0.9);
}
.group:active .group-active\:border-blue-300\/95 {
  border-color: rgb(145 215 242 / 0.95);
}
.group:active .group-active\:border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(34 105 162 / var(--tw-border-opacity));
}
.group:active .group-active\:border-blue-400\/0 {
  border-color: rgb(34 105 162 / 0);
}
.group:active .group-active\:border-blue-400\/10 {
  border-color: rgb(34 105 162 / 0.1);
}
.group:active .group-active\:border-blue-400\/100 {
  border-color: rgb(34 105 162 / 1);
}
.group:active .group-active\:border-blue-400\/15 {
  border-color: rgb(34 105 162 / 0.15);
}
.group:active .group-active\:border-blue-400\/20 {
  border-color: rgb(34 105 162 / 0.2);
}
.group:active .group-active\:border-blue-400\/25 {
  border-color: rgb(34 105 162 / 0.25);
}
.group:active .group-active\:border-blue-400\/30 {
  border-color: rgb(34 105 162 / 0.3);
}
.group:active .group-active\:border-blue-400\/35 {
  border-color: rgb(34 105 162 / 0.35);
}
.group:active .group-active\:border-blue-400\/40 {
  border-color: rgb(34 105 162 / 0.4);
}
.group:active .group-active\:border-blue-400\/45 {
  border-color: rgb(34 105 162 / 0.45);
}
.group:active .group-active\:border-blue-400\/5 {
  border-color: rgb(34 105 162 / 0.05);
}
.group:active .group-active\:border-blue-400\/50 {
  border-color: rgb(34 105 162 / 0.5);
}
.group:active .group-active\:border-blue-400\/55 {
  border-color: rgb(34 105 162 / 0.55);
}
.group:active .group-active\:border-blue-400\/60 {
  border-color: rgb(34 105 162 / 0.6);
}
.group:active .group-active\:border-blue-400\/65 {
  border-color: rgb(34 105 162 / 0.65);
}
.group:active .group-active\:border-blue-400\/70 {
  border-color: rgb(34 105 162 / 0.7);
}
.group:active .group-active\:border-blue-400\/75 {
  border-color: rgb(34 105 162 / 0.75);
}
.group:active .group-active\:border-blue-400\/80 {
  border-color: rgb(34 105 162 / 0.8);
}
.group:active .group-active\:border-blue-400\/85 {
  border-color: rgb(34 105 162 / 0.85);
}
.group:active .group-active\:border-blue-400\/90 {
  border-color: rgb(34 105 162 / 0.9);
}
.group:active .group-active\:border-blue-400\/95 {
  border-color: rgb(34 105 162 / 0.95);
}
.group:active .group-active\:border-brown-500 {
  --tw-border-opacity: 1;
  border-color: rgb(122 104 91 / var(--tw-border-opacity));
}
.group:active .group-active\:border-brown-500\/0 {
  border-color: rgb(122 104 91 / 0);
}
.group:active .group-active\:border-brown-500\/10 {
  border-color: rgb(122 104 91 / 0.1);
}
.group:active .group-active\:border-brown-500\/100 {
  border-color: rgb(122 104 91 / 1);
}
.group:active .group-active\:border-brown-500\/15 {
  border-color: rgb(122 104 91 / 0.15);
}
.group:active .group-active\:border-brown-500\/20 {
  border-color: rgb(122 104 91 / 0.2);
}
.group:active .group-active\:border-brown-500\/25 {
  border-color: rgb(122 104 91 / 0.25);
}
.group:active .group-active\:border-brown-500\/30 {
  border-color: rgb(122 104 91 / 0.3);
}
.group:active .group-active\:border-brown-500\/35 {
  border-color: rgb(122 104 91 / 0.35);
}
.group:active .group-active\:border-brown-500\/40 {
  border-color: rgb(122 104 91 / 0.4);
}
.group:active .group-active\:border-brown-500\/45 {
  border-color: rgb(122 104 91 / 0.45);
}
.group:active .group-active\:border-brown-500\/5 {
  border-color: rgb(122 104 91 / 0.05);
}
.group:active .group-active\:border-brown-500\/50 {
  border-color: rgb(122 104 91 / 0.5);
}
.group:active .group-active\:border-brown-500\/55 {
  border-color: rgb(122 104 91 / 0.55);
}
.group:active .group-active\:border-brown-500\/60 {
  border-color: rgb(122 104 91 / 0.6);
}
.group:active .group-active\:border-brown-500\/65 {
  border-color: rgb(122 104 91 / 0.65);
}
.group:active .group-active\:border-brown-500\/70 {
  border-color: rgb(122 104 91 / 0.7);
}
.group:active .group-active\:border-brown-500\/75 {
  border-color: rgb(122 104 91 / 0.75);
}
.group:active .group-active\:border-brown-500\/80 {
  border-color: rgb(122 104 91 / 0.8);
}
.group:active .group-active\:border-brown-500\/85 {
  border-color: rgb(122 104 91 / 0.85);
}
.group:active .group-active\:border-brown-500\/90 {
  border-color: rgb(122 104 91 / 0.9);
}
.group:active .group-active\:border-brown-500\/95 {
  border-color: rgb(122 104 91 / 0.95);
}
.group:active .group-active\:border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(0 133 122 / var(--tw-border-opacity));
}
.group:active .group-active\:border-green-500\/0 {
  border-color: rgb(0 133 122 / 0);
}
.group:active .group-active\:border-green-500\/10 {
  border-color: rgb(0 133 122 / 0.1);
}
.group:active .group-active\:border-green-500\/100 {
  border-color: rgb(0 133 122 / 1);
}
.group:active .group-active\:border-green-500\/15 {
  border-color: rgb(0 133 122 / 0.15);
}
.group:active .group-active\:border-green-500\/20 {
  border-color: rgb(0 133 122 / 0.2);
}
.group:active .group-active\:border-green-500\/25 {
  border-color: rgb(0 133 122 / 0.25);
}
.group:active .group-active\:border-green-500\/30 {
  border-color: rgb(0 133 122 / 0.3);
}
.group:active .group-active\:border-green-500\/35 {
  border-color: rgb(0 133 122 / 0.35);
}
.group:active .group-active\:border-green-500\/40 {
  border-color: rgb(0 133 122 / 0.4);
}
.group:active .group-active\:border-green-500\/45 {
  border-color: rgb(0 133 122 / 0.45);
}
.group:active .group-active\:border-green-500\/5 {
  border-color: rgb(0 133 122 / 0.05);
}
.group:active .group-active\:border-green-500\/50 {
  border-color: rgb(0 133 122 / 0.5);
}
.group:active .group-active\:border-green-500\/55 {
  border-color: rgb(0 133 122 / 0.55);
}
.group:active .group-active\:border-green-500\/60 {
  border-color: rgb(0 133 122 / 0.6);
}
.group:active .group-active\:border-green-500\/65 {
  border-color: rgb(0 133 122 / 0.65);
}
.group:active .group-active\:border-green-500\/70 {
  border-color: rgb(0 133 122 / 0.7);
}
.group:active .group-active\:border-green-500\/75 {
  border-color: rgb(0 133 122 / 0.75);
}
.group:active .group-active\:border-green-500\/80 {
  border-color: rgb(0 133 122 / 0.8);
}
.group:active .group-active\:border-green-500\/85 {
  border-color: rgb(0 133 122 / 0.85);
}
.group:active .group-active\:border-green-500\/90 {
  border-color: rgb(0 133 122 / 0.9);
}
.group:active .group-active\:border-green-500\/95 {
  border-color: rgb(0 133 122 / 0.95);
}
.group:active .group-active\:border-magenta-500 {
  --tw-border-opacity: 1;
  border-color: rgb(169 0 102 / var(--tw-border-opacity));
}
.group:active .group-active\:border-magenta-500\/0 {
  border-color: rgb(169 0 102 / 0);
}
.group:active .group-active\:border-magenta-500\/10 {
  border-color: rgb(169 0 102 / 0.1);
}
.group:active .group-active\:border-magenta-500\/100 {
  border-color: rgb(169 0 102 / 1);
}
.group:active .group-active\:border-magenta-500\/15 {
  border-color: rgb(169 0 102 / 0.15);
}
.group:active .group-active\:border-magenta-500\/20 {
  border-color: rgb(169 0 102 / 0.2);
}
.group:active .group-active\:border-magenta-500\/25 {
  border-color: rgb(169 0 102 / 0.25);
}
.group:active .group-active\:border-magenta-500\/30 {
  border-color: rgb(169 0 102 / 0.3);
}
.group:active .group-active\:border-magenta-500\/35 {
  border-color: rgb(169 0 102 / 0.35);
}
.group:active .group-active\:border-magenta-500\/40 {
  border-color: rgb(169 0 102 / 0.4);
}
.group:active .group-active\:border-magenta-500\/45 {
  border-color: rgb(169 0 102 / 0.45);
}
.group:active .group-active\:border-magenta-500\/5 {
  border-color: rgb(169 0 102 / 0.05);
}
.group:active .group-active\:border-magenta-500\/50 {
  border-color: rgb(169 0 102 / 0.5);
}
.group:active .group-active\:border-magenta-500\/55 {
  border-color: rgb(169 0 102 / 0.55);
}
.group:active .group-active\:border-magenta-500\/60 {
  border-color: rgb(169 0 102 / 0.6);
}
.group:active .group-active\:border-magenta-500\/65 {
  border-color: rgb(169 0 102 / 0.65);
}
.group:active .group-active\:border-magenta-500\/70 {
  border-color: rgb(169 0 102 / 0.7);
}
.group:active .group-active\:border-magenta-500\/75 {
  border-color: rgb(169 0 102 / 0.75);
}
.group:active .group-active\:border-magenta-500\/80 {
  border-color: rgb(169 0 102 / 0.8);
}
.group:active .group-active\:border-magenta-500\/85 {
  border-color: rgb(169 0 102 / 0.85);
}
.group:active .group-active\:border-magenta-500\/90 {
  border-color: rgb(169 0 102 / 0.9);
}
.group:active .group-active\:border-magenta-500\/95 {
  border-color: rgb(169 0 102 / 0.95);
}
.group:active .group-active\:border-orange-500 {
  --tw-border-opacity: 1;
  border-color: rgb(254 147 87 / var(--tw-border-opacity));
}
.group:active .group-active\:border-orange-500\/0 {
  border-color: rgb(254 147 87 / 0);
}
.group:active .group-active\:border-orange-500\/10 {
  border-color: rgb(254 147 87 / 0.1);
}
.group:active .group-active\:border-orange-500\/100 {
  border-color: rgb(254 147 87 / 1);
}
.group:active .group-active\:border-orange-500\/15 {
  border-color: rgb(254 147 87 / 0.15);
}
.group:active .group-active\:border-orange-500\/20 {
  border-color: rgb(254 147 87 / 0.2);
}
.group:active .group-active\:border-orange-500\/25 {
  border-color: rgb(254 147 87 / 0.25);
}
.group:active .group-active\:border-orange-500\/30 {
  border-color: rgb(254 147 87 / 0.3);
}
.group:active .group-active\:border-orange-500\/35 {
  border-color: rgb(254 147 87 / 0.35);
}
.group:active .group-active\:border-orange-500\/40 {
  border-color: rgb(254 147 87 / 0.4);
}
.group:active .group-active\:border-orange-500\/45 {
  border-color: rgb(254 147 87 / 0.45);
}
.group:active .group-active\:border-orange-500\/5 {
  border-color: rgb(254 147 87 / 0.05);
}
.group:active .group-active\:border-orange-500\/50 {
  border-color: rgb(254 147 87 / 0.5);
}
.group:active .group-active\:border-orange-500\/55 {
  border-color: rgb(254 147 87 / 0.55);
}
.group:active .group-active\:border-orange-500\/60 {
  border-color: rgb(254 147 87 / 0.6);
}
.group:active .group-active\:border-orange-500\/65 {
  border-color: rgb(254 147 87 / 0.65);
}
.group:active .group-active\:border-orange-500\/70 {
  border-color: rgb(254 147 87 / 0.7);
}
.group:active .group-active\:border-orange-500\/75 {
  border-color: rgb(254 147 87 / 0.75);
}
.group:active .group-active\:border-orange-500\/80 {
  border-color: rgb(254 147 87 / 0.8);
}
.group:active .group-active\:border-orange-500\/85 {
  border-color: rgb(254 147 87 / 0.85);
}
.group:active .group-active\:border-orange-500\/90 {
  border-color: rgb(254 147 87 / 0.9);
}
.group:active .group-active\:border-orange-500\/95 {
  border-color: rgb(254 147 87 / 0.95);
}
.group:active .group-active\:border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(201 18 53 / var(--tw-border-opacity));
}
.group:active .group-active\:border-red-500\/0 {
  border-color: rgb(201 18 53 / 0);
}
.group:active .group-active\:border-red-500\/10 {
  border-color: rgb(201 18 53 / 0.1);
}
.group:active .group-active\:border-red-500\/100 {
  border-color: rgb(201 18 53 / 1);
}
.group:active .group-active\:border-red-500\/15 {
  border-color: rgb(201 18 53 / 0.15);
}
.group:active .group-active\:border-red-500\/20 {
  border-color: rgb(201 18 53 / 0.2);
}
.group:active .group-active\:border-red-500\/25 {
  border-color: rgb(201 18 53 / 0.25);
}
.group:active .group-active\:border-red-500\/30 {
  border-color: rgb(201 18 53 / 0.3);
}
.group:active .group-active\:border-red-500\/35 {
  border-color: rgb(201 18 53 / 0.35);
}
.group:active .group-active\:border-red-500\/40 {
  border-color: rgb(201 18 53 / 0.4);
}
.group:active .group-active\:border-red-500\/45 {
  border-color: rgb(201 18 53 / 0.45);
}
.group:active .group-active\:border-red-500\/5 {
  border-color: rgb(201 18 53 / 0.05);
}
.group:active .group-active\:border-red-500\/50 {
  border-color: rgb(201 18 53 / 0.5);
}
.group:active .group-active\:border-red-500\/55 {
  border-color: rgb(201 18 53 / 0.55);
}
.group:active .group-active\:border-red-500\/60 {
  border-color: rgb(201 18 53 / 0.6);
}
.group:active .group-active\:border-red-500\/65 {
  border-color: rgb(201 18 53 / 0.65);
}
.group:active .group-active\:border-red-500\/70 {
  border-color: rgb(201 18 53 / 0.7);
}
.group:active .group-active\:border-red-500\/75 {
  border-color: rgb(201 18 53 / 0.75);
}
.group:active .group-active\:border-red-500\/80 {
  border-color: rgb(201 18 53 / 0.8);
}
.group:active .group-active\:border-red-500\/85 {
  border-color: rgb(201 18 53 / 0.85);
}
.group:active .group-active\:border-red-500\/90 {
  border-color: rgb(201 18 53 / 0.9);
}
.group:active .group-active\:border-red-500\/95 {
  border-color: rgb(201 18 53 / 0.95);
}
.group:active .group-active\:border-yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgb(255 214 99 / var(--tw-border-opacity));
}
.group:active .group-active\:border-yellow-500\/0 {
  border-color: rgb(255 214 99 / 0);
}
.group:active .group-active\:border-yellow-500\/10 {
  border-color: rgb(255 214 99 / 0.1);
}
.group:active .group-active\:border-yellow-500\/100 {
  border-color: rgb(255 214 99 / 1);
}
.group:active .group-active\:border-yellow-500\/15 {
  border-color: rgb(255 214 99 / 0.15);
}
.group:active .group-active\:border-yellow-500\/20 {
  border-color: rgb(255 214 99 / 0.2);
}
.group:active .group-active\:border-yellow-500\/25 {
  border-color: rgb(255 214 99 / 0.25);
}
.group:active .group-active\:border-yellow-500\/30 {
  border-color: rgb(255 214 99 / 0.3);
}
.group:active .group-active\:border-yellow-500\/35 {
  border-color: rgb(255 214 99 / 0.35);
}
.group:active .group-active\:border-yellow-500\/40 {
  border-color: rgb(255 214 99 / 0.4);
}
.group:active .group-active\:border-yellow-500\/45 {
  border-color: rgb(255 214 99 / 0.45);
}
.group:active .group-active\:border-yellow-500\/5 {
  border-color: rgb(255 214 99 / 0.05);
}
.group:active .group-active\:border-yellow-500\/50 {
  border-color: rgb(255 214 99 / 0.5);
}
.group:active .group-active\:border-yellow-500\/55 {
  border-color: rgb(255 214 99 / 0.55);
}
.group:active .group-active\:border-yellow-500\/60 {
  border-color: rgb(255 214 99 / 0.6);
}
.group:active .group-active\:border-yellow-500\/65 {
  border-color: rgb(255 214 99 / 0.65);
}
.group:active .group-active\:border-yellow-500\/70 {
  border-color: rgb(255 214 99 / 0.7);
}
.group:active .group-active\:border-yellow-500\/75 {
  border-color: rgb(255 214 99 / 0.75);
}
.group:active .group-active\:border-yellow-500\/80 {
  border-color: rgb(255 214 99 / 0.8);
}
.group:active .group-active\:border-yellow-500\/85 {
  border-color: rgb(255 214 99 / 0.85);
}
.group:active .group-active\:border-yellow-500\/90 {
  border-color: rgb(255 214 99 / 0.9);
}
.group:active .group-active\:border-yellow-500\/95 {
  border-color: rgb(255 214 99 / 0.95);
}
.group:active .group-active\:bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(44 42 41 / var(--tw-bg-opacity));
}
.group:active .group-active\:bg-black\/0 {
  background-color: rgb(44 42 41 / 0);
}
.group:active .group-active\:bg-black\/10 {
  background-color: rgb(44 42 41 / 0.1);
}
.group:active .group-active\:bg-black\/100 {
  background-color: rgb(44 42 41 / 1);
}
.group:active .group-active\:bg-black\/15 {
  background-color: rgb(44 42 41 / 0.15);
}
.group:active .group-active\:bg-black\/20 {
  background-color: rgb(44 42 41 / 0.2);
}
.group:active .group-active\:bg-black\/25 {
  background-color: rgb(44 42 41 / 0.25);
}
.group:active .group-active\:bg-black\/30 {
  background-color: rgb(44 42 41 / 0.3);
}
.group:active .group-active\:bg-black\/35 {
  background-color: rgb(44 42 41 / 0.35);
}
.group:active .group-active\:bg-black\/40 {
  background-color: rgb(44 42 41 / 0.4);
}
.group:active .group-active\:bg-black\/45 {
  background-color: rgb(44 42 41 / 0.45);
}
.group:active .group-active\:bg-black\/5 {
  background-color: rgb(44 42 41 / 0.05);
}
.group:active .group-active\:bg-black\/50 {
  background-color: rgb(44 42 41 / 0.5);
}
.group:active .group-active\:bg-black\/55 {
  background-color: rgb(44 42 41 / 0.55);
}
.group:active .group-active\:bg-black\/60 {
  background-color: rgb(44 42 41 / 0.6);
}
.group:active .group-active\:bg-black\/65 {
  background-color: rgb(44 42 41 / 0.65);
}
.group:active .group-active\:bg-black\/70 {
  background-color: rgb(44 42 41 / 0.7);
}
.group:active .group-active\:bg-black\/75 {
  background-color: rgb(44 42 41 / 0.75);
}
.group:active .group-active\:bg-black\/80 {
  background-color: rgb(44 42 41 / 0.8);
}
.group:active .group-active\:bg-black\/85 {
  background-color: rgb(44 42 41 / 0.85);
}
.group:active .group-active\:bg-black\/90 {
  background-color: rgb(44 42 41 / 0.9);
}
.group:active .group-active\:bg-black\/95 {
  background-color: rgb(44 42 41 / 0.95);
}
.group:active .group-active\:bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(145 215 242 / var(--tw-bg-opacity));
}
.group:active .group-active\:bg-blue-300\/0 {
  background-color: rgb(145 215 242 / 0);
}
.group:active .group-active\:bg-blue-300\/10 {
  background-color: rgb(145 215 242 / 0.1);
}
.group:active .group-active\:bg-blue-300\/100 {
  background-color: rgb(145 215 242 / 1);
}
.group:active .group-active\:bg-blue-300\/15 {
  background-color: rgb(145 215 242 / 0.15);
}
.group:active .group-active\:bg-blue-300\/20 {
  background-color: rgb(145 215 242 / 0.2);
}
.group:active .group-active\:bg-blue-300\/25 {
  background-color: rgb(145 215 242 / 0.25);
}
.group:active .group-active\:bg-blue-300\/30 {
  background-color: rgb(145 215 242 / 0.3);
}
.group:active .group-active\:bg-blue-300\/35 {
  background-color: rgb(145 215 242 / 0.35);
}
.group:active .group-active\:bg-blue-300\/40 {
  background-color: rgb(145 215 242 / 0.4);
}
.group:active .group-active\:bg-blue-300\/45 {
  background-color: rgb(145 215 242 / 0.45);
}
.group:active .group-active\:bg-blue-300\/5 {
  background-color: rgb(145 215 242 / 0.05);
}
.group:active .group-active\:bg-blue-300\/50 {
  background-color: rgb(145 215 242 / 0.5);
}
.group:active .group-active\:bg-blue-300\/55 {
  background-color: rgb(145 215 242 / 0.55);
}
.group:active .group-active\:bg-blue-300\/60 {
  background-color: rgb(145 215 242 / 0.6);
}
.group:active .group-active\:bg-blue-300\/65 {
  background-color: rgb(145 215 242 / 0.65);
}
.group:active .group-active\:bg-blue-300\/70 {
  background-color: rgb(145 215 242 / 0.7);
}
.group:active .group-active\:bg-blue-300\/75 {
  background-color: rgb(145 215 242 / 0.75);
}
.group:active .group-active\:bg-blue-300\/80 {
  background-color: rgb(145 215 242 / 0.8);
}
.group:active .group-active\:bg-blue-300\/85 {
  background-color: rgb(145 215 242 / 0.85);
}
.group:active .group-active\:bg-blue-300\/90 {
  background-color: rgb(145 215 242 / 0.9);
}
.group:active .group-active\:bg-blue-300\/95 {
  background-color: rgb(145 215 242 / 0.95);
}
.group:active .group-active\:bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 105 162 / var(--tw-bg-opacity));
}
.group:active .group-active\:bg-blue-400\/0 {
  background-color: rgb(34 105 162 / 0);
}
.group:active .group-active\:bg-blue-400\/10 {
  background-color: rgb(34 105 162 / 0.1);
}
.group:active .group-active\:bg-blue-400\/100 {
  background-color: rgb(34 105 162 / 1);
}
.group:active .group-active\:bg-blue-400\/15 {
  background-color: rgb(34 105 162 / 0.15);
}
.group:active .group-active\:bg-blue-400\/20 {
  background-color: rgb(34 105 162 / 0.2);
}
.group:active .group-active\:bg-blue-400\/25 {
  background-color: rgb(34 105 162 / 0.25);
}
.group:active .group-active\:bg-blue-400\/30 {
  background-color: rgb(34 105 162 / 0.3);
}
.group:active .group-active\:bg-blue-400\/35 {
  background-color: rgb(34 105 162 / 0.35);
}
.group:active .group-active\:bg-blue-400\/40 {
  background-color: rgb(34 105 162 / 0.4);
}
.group:active .group-active\:bg-blue-400\/45 {
  background-color: rgb(34 105 162 / 0.45);
}
.group:active .group-active\:bg-blue-400\/5 {
  background-color: rgb(34 105 162 / 0.05);
}
.group:active .group-active\:bg-blue-400\/50 {
  background-color: rgb(34 105 162 / 0.5);
}
.group:active .group-active\:bg-blue-400\/55 {
  background-color: rgb(34 105 162 / 0.55);
}
.group:active .group-active\:bg-blue-400\/60 {
  background-color: rgb(34 105 162 / 0.6);
}
.group:active .group-active\:bg-blue-400\/65 {
  background-color: rgb(34 105 162 / 0.65);
}
.group:active .group-active\:bg-blue-400\/70 {
  background-color: rgb(34 105 162 / 0.7);
}
.group:active .group-active\:bg-blue-400\/75 {
  background-color: rgb(34 105 162 / 0.75);
}
.group:active .group-active\:bg-blue-400\/80 {
  background-color: rgb(34 105 162 / 0.8);
}
.group:active .group-active\:bg-blue-400\/85 {
  background-color: rgb(34 105 162 / 0.85);
}
.group:active .group-active\:bg-blue-400\/90 {
  background-color: rgb(34 105 162 / 0.9);
}
.group:active .group-active\:bg-blue-400\/95 {
  background-color: rgb(34 105 162 / 0.95);
}
.group:active .group-active\:bg-brown-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(122 104 91 / var(--tw-bg-opacity));
}
.group:active .group-active\:bg-brown-500\/0 {
  background-color: rgb(122 104 91 / 0);
}
.group:active .group-active\:bg-brown-500\/10 {
  background-color: rgb(122 104 91 / 0.1);
}
.group:active .group-active\:bg-brown-500\/100 {
  background-color: rgb(122 104 91 / 1);
}
.group:active .group-active\:bg-brown-500\/15 {
  background-color: rgb(122 104 91 / 0.15);
}
.group:active .group-active\:bg-brown-500\/20 {
  background-color: rgb(122 104 91 / 0.2);
}
.group:active .group-active\:bg-brown-500\/25 {
  background-color: rgb(122 104 91 / 0.25);
}
.group:active .group-active\:bg-brown-500\/30 {
  background-color: rgb(122 104 91 / 0.3);
}
.group:active .group-active\:bg-brown-500\/35 {
  background-color: rgb(122 104 91 / 0.35);
}
.group:active .group-active\:bg-brown-500\/40 {
  background-color: rgb(122 104 91 / 0.4);
}
.group:active .group-active\:bg-brown-500\/45 {
  background-color: rgb(122 104 91 / 0.45);
}
.group:active .group-active\:bg-brown-500\/5 {
  background-color: rgb(122 104 91 / 0.05);
}
.group:active .group-active\:bg-brown-500\/50 {
  background-color: rgb(122 104 91 / 0.5);
}
.group:active .group-active\:bg-brown-500\/55 {
  background-color: rgb(122 104 91 / 0.55);
}
.group:active .group-active\:bg-brown-500\/60 {
  background-color: rgb(122 104 91 / 0.6);
}
.group:active .group-active\:bg-brown-500\/65 {
  background-color: rgb(122 104 91 / 0.65);
}
.group:active .group-active\:bg-brown-500\/70 {
  background-color: rgb(122 104 91 / 0.7);
}
.group:active .group-active\:bg-brown-500\/75 {
  background-color: rgb(122 104 91 / 0.75);
}
.group:active .group-active\:bg-brown-500\/80 {
  background-color: rgb(122 104 91 / 0.8);
}
.group:active .group-active\:bg-brown-500\/85 {
  background-color: rgb(122 104 91 / 0.85);
}
.group:active .group-active\:bg-brown-500\/90 {
  background-color: rgb(122 104 91 / 0.9);
}
.group:active .group-active\:bg-brown-500\/95 {
  background-color: rgb(122 104 91 / 0.95);
}
.group:active .group-active\:bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 133 122 / var(--tw-bg-opacity));
}
.group:active .group-active\:bg-green-500\/0 {
  background-color: rgb(0 133 122 / 0);
}
.group:active .group-active\:bg-green-500\/10 {
  background-color: rgb(0 133 122 / 0.1);
}
.group:active .group-active\:bg-green-500\/100 {
  background-color: rgb(0 133 122 / 1);
}
.group:active .group-active\:bg-green-500\/15 {
  background-color: rgb(0 133 122 / 0.15);
}
.group:active .group-active\:bg-green-500\/20 {
  background-color: rgb(0 133 122 / 0.2);
}
.group:active .group-active\:bg-green-500\/25 {
  background-color: rgb(0 133 122 / 0.25);
}
.group:active .group-active\:bg-green-500\/30 {
  background-color: rgb(0 133 122 / 0.3);
}
.group:active .group-active\:bg-green-500\/35 {
  background-color: rgb(0 133 122 / 0.35);
}
.group:active .group-active\:bg-green-500\/40 {
  background-color: rgb(0 133 122 / 0.4);
}
.group:active .group-active\:bg-green-500\/45 {
  background-color: rgb(0 133 122 / 0.45);
}
.group:active .group-active\:bg-green-500\/5 {
  background-color: rgb(0 133 122 / 0.05);
}
.group:active .group-active\:bg-green-500\/50 {
  background-color: rgb(0 133 122 / 0.5);
}
.group:active .group-active\:bg-green-500\/55 {
  background-color: rgb(0 133 122 / 0.55);
}
.group:active .group-active\:bg-green-500\/60 {
  background-color: rgb(0 133 122 / 0.6);
}
.group:active .group-active\:bg-green-500\/65 {
  background-color: rgb(0 133 122 / 0.65);
}
.group:active .group-active\:bg-green-500\/70 {
  background-color: rgb(0 133 122 / 0.7);
}
.group:active .group-active\:bg-green-500\/75 {
  background-color: rgb(0 133 122 / 0.75);
}
.group:active .group-active\:bg-green-500\/80 {
  background-color: rgb(0 133 122 / 0.8);
}
.group:active .group-active\:bg-green-500\/85 {
  background-color: rgb(0 133 122 / 0.85);
}
.group:active .group-active\:bg-green-500\/90 {
  background-color: rgb(0 133 122 / 0.9);
}
.group:active .group-active\:bg-green-500\/95 {
  background-color: rgb(0 133 122 / 0.95);
}
.group:active .group-active\:bg-magenta-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(169 0 102 / var(--tw-bg-opacity));
}
.group:active .group-active\:bg-magenta-500\/0 {
  background-color: rgb(169 0 102 / 0);
}
.group:active .group-active\:bg-magenta-500\/10 {
  background-color: rgb(169 0 102 / 0.1);
}
.group:active .group-active\:bg-magenta-500\/100 {
  background-color: rgb(169 0 102 / 1);
}
.group:active .group-active\:bg-magenta-500\/15 {
  background-color: rgb(169 0 102 / 0.15);
}
.group:active .group-active\:bg-magenta-500\/20 {
  background-color: rgb(169 0 102 / 0.2);
}
.group:active .group-active\:bg-magenta-500\/25 {
  background-color: rgb(169 0 102 / 0.25);
}
.group:active .group-active\:bg-magenta-500\/30 {
  background-color: rgb(169 0 102 / 0.3);
}
.group:active .group-active\:bg-magenta-500\/35 {
  background-color: rgb(169 0 102 / 0.35);
}
.group:active .group-active\:bg-magenta-500\/40 {
  background-color: rgb(169 0 102 / 0.4);
}
.group:active .group-active\:bg-magenta-500\/45 {
  background-color: rgb(169 0 102 / 0.45);
}
.group:active .group-active\:bg-magenta-500\/5 {
  background-color: rgb(169 0 102 / 0.05);
}
.group:active .group-active\:bg-magenta-500\/50 {
  background-color: rgb(169 0 102 / 0.5);
}
.group:active .group-active\:bg-magenta-500\/55 {
  background-color: rgb(169 0 102 / 0.55);
}
.group:active .group-active\:bg-magenta-500\/60 {
  background-color: rgb(169 0 102 / 0.6);
}
.group:active .group-active\:bg-magenta-500\/65 {
  background-color: rgb(169 0 102 / 0.65);
}
.group:active .group-active\:bg-magenta-500\/70 {
  background-color: rgb(169 0 102 / 0.7);
}
.group:active .group-active\:bg-magenta-500\/75 {
  background-color: rgb(169 0 102 / 0.75);
}
.group:active .group-active\:bg-magenta-500\/80 {
  background-color: rgb(169 0 102 / 0.8);
}
.group:active .group-active\:bg-magenta-500\/85 {
  background-color: rgb(169 0 102 / 0.85);
}
.group:active .group-active\:bg-magenta-500\/90 {
  background-color: rgb(169 0 102 / 0.9);
}
.group:active .group-active\:bg-magenta-500\/95 {
  background-color: rgb(169 0 102 / 0.95);
}
.group:active .group-active\:bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 147 87 / var(--tw-bg-opacity));
}
.group:active .group-active\:bg-orange-500\/0 {
  background-color: rgb(254 147 87 / 0);
}
.group:active .group-active\:bg-orange-500\/10 {
  background-color: rgb(254 147 87 / 0.1);
}
.group:active .group-active\:bg-orange-500\/100 {
  background-color: rgb(254 147 87 / 1);
}
.group:active .group-active\:bg-orange-500\/15 {
  background-color: rgb(254 147 87 / 0.15);
}
.group:active .group-active\:bg-orange-500\/20 {
  background-color: rgb(254 147 87 / 0.2);
}
.group:active .group-active\:bg-orange-500\/25 {
  background-color: rgb(254 147 87 / 0.25);
}
.group:active .group-active\:bg-orange-500\/30 {
  background-color: rgb(254 147 87 / 0.3);
}
.group:active .group-active\:bg-orange-500\/35 {
  background-color: rgb(254 147 87 / 0.35);
}
.group:active .group-active\:bg-orange-500\/40 {
  background-color: rgb(254 147 87 / 0.4);
}
.group:active .group-active\:bg-orange-500\/45 {
  background-color: rgb(254 147 87 / 0.45);
}
.group:active .group-active\:bg-orange-500\/5 {
  background-color: rgb(254 147 87 / 0.05);
}
.group:active .group-active\:bg-orange-500\/50 {
  background-color: rgb(254 147 87 / 0.5);
}
.group:active .group-active\:bg-orange-500\/55 {
  background-color: rgb(254 147 87 / 0.55);
}
.group:active .group-active\:bg-orange-500\/60 {
  background-color: rgb(254 147 87 / 0.6);
}
.group:active .group-active\:bg-orange-500\/65 {
  background-color: rgb(254 147 87 / 0.65);
}
.group:active .group-active\:bg-orange-500\/70 {
  background-color: rgb(254 147 87 / 0.7);
}
.group:active .group-active\:bg-orange-500\/75 {
  background-color: rgb(254 147 87 / 0.75);
}
.group:active .group-active\:bg-orange-500\/80 {
  background-color: rgb(254 147 87 / 0.8);
}
.group:active .group-active\:bg-orange-500\/85 {
  background-color: rgb(254 147 87 / 0.85);
}
.group:active .group-active\:bg-orange-500\/90 {
  background-color: rgb(254 147 87 / 0.9);
}
.group:active .group-active\:bg-orange-500\/95 {
  background-color: rgb(254 147 87 / 0.95);
}
.group:active .group-active\:bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(201 18 53 / var(--tw-bg-opacity));
}
.group:active .group-active\:bg-red-500\/0 {
  background-color: rgb(201 18 53 / 0);
}
.group:active .group-active\:bg-red-500\/10 {
  background-color: rgb(201 18 53 / 0.1);
}
.group:active .group-active\:bg-red-500\/100 {
  background-color: rgb(201 18 53 / 1);
}
.group:active .group-active\:bg-red-500\/15 {
  background-color: rgb(201 18 53 / 0.15);
}
.group:active .group-active\:bg-red-500\/20 {
  background-color: rgb(201 18 53 / 0.2);
}
.group:active .group-active\:bg-red-500\/25 {
  background-color: rgb(201 18 53 / 0.25);
}
.group:active .group-active\:bg-red-500\/30 {
  background-color: rgb(201 18 53 / 0.3);
}
.group:active .group-active\:bg-red-500\/35 {
  background-color: rgb(201 18 53 / 0.35);
}
.group:active .group-active\:bg-red-500\/40 {
  background-color: rgb(201 18 53 / 0.4);
}
.group:active .group-active\:bg-red-500\/45 {
  background-color: rgb(201 18 53 / 0.45);
}
.group:active .group-active\:bg-red-500\/5 {
  background-color: rgb(201 18 53 / 0.05);
}
.group:active .group-active\:bg-red-500\/50 {
  background-color: rgb(201 18 53 / 0.5);
}
.group:active .group-active\:bg-red-500\/55 {
  background-color: rgb(201 18 53 / 0.55);
}
.group:active .group-active\:bg-red-500\/60 {
  background-color: rgb(201 18 53 / 0.6);
}
.group:active .group-active\:bg-red-500\/65 {
  background-color: rgb(201 18 53 / 0.65);
}
.group:active .group-active\:bg-red-500\/70 {
  background-color: rgb(201 18 53 / 0.7);
}
.group:active .group-active\:bg-red-500\/75 {
  background-color: rgb(201 18 53 / 0.75);
}
.group:active .group-active\:bg-red-500\/80 {
  background-color: rgb(201 18 53 / 0.8);
}
.group:active .group-active\:bg-red-500\/85 {
  background-color: rgb(201 18 53 / 0.85);
}
.group:active .group-active\:bg-red-500\/90 {
  background-color: rgb(201 18 53 / 0.9);
}
.group:active .group-active\:bg-red-500\/95 {
  background-color: rgb(201 18 53 / 0.95);
}
.group:active .group-active\:bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 214 99 / var(--tw-bg-opacity));
}
.group:active .group-active\:bg-yellow-500\/0 {
  background-color: rgb(255 214 99 / 0);
}
.group:active .group-active\:bg-yellow-500\/10 {
  background-color: rgb(255 214 99 / 0.1);
}
.group:active .group-active\:bg-yellow-500\/100 {
  background-color: rgb(255 214 99 / 1);
}
.group:active .group-active\:bg-yellow-500\/15 {
  background-color: rgb(255 214 99 / 0.15);
}
.group:active .group-active\:bg-yellow-500\/20 {
  background-color: rgb(255 214 99 / 0.2);
}
.group:active .group-active\:bg-yellow-500\/25 {
  background-color: rgb(255 214 99 / 0.25);
}
.group:active .group-active\:bg-yellow-500\/30 {
  background-color: rgb(255 214 99 / 0.3);
}
.group:active .group-active\:bg-yellow-500\/35 {
  background-color: rgb(255 214 99 / 0.35);
}
.group:active .group-active\:bg-yellow-500\/40 {
  background-color: rgb(255 214 99 / 0.4);
}
.group:active .group-active\:bg-yellow-500\/45 {
  background-color: rgb(255 214 99 / 0.45);
}
.group:active .group-active\:bg-yellow-500\/5 {
  background-color: rgb(255 214 99 / 0.05);
}
.group:active .group-active\:bg-yellow-500\/50 {
  background-color: rgb(255 214 99 / 0.5);
}
.group:active .group-active\:bg-yellow-500\/55 {
  background-color: rgb(255 214 99 / 0.55);
}
.group:active .group-active\:bg-yellow-500\/60 {
  background-color: rgb(255 214 99 / 0.6);
}
.group:active .group-active\:bg-yellow-500\/65 {
  background-color: rgb(255 214 99 / 0.65);
}
.group:active .group-active\:bg-yellow-500\/70 {
  background-color: rgb(255 214 99 / 0.7);
}
.group:active .group-active\:bg-yellow-500\/75 {
  background-color: rgb(255 214 99 / 0.75);
}
.group:active .group-active\:bg-yellow-500\/80 {
  background-color: rgb(255 214 99 / 0.8);
}
.group:active .group-active\:bg-yellow-500\/85 {
  background-color: rgb(255 214 99 / 0.85);
}
.group:active .group-active\:bg-yellow-500\/90 {
  background-color: rgb(255 214 99 / 0.9);
}
.group:active .group-active\:bg-yellow-500\/95 {
  background-color: rgb(255 214 99 / 0.95);
}
.group:active .group-active\:\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.group:active .group-active\:text-black {
  --tw-text-opacity: 1;
  color: rgb(44 42 41 / var(--tw-text-opacity));
}
.group:active .group-active\:text-black\/0 {
  color: rgb(44 42 41 / 0);
}
.group:active .group-active\:text-black\/10 {
  color: rgb(44 42 41 / 0.1);
}
.group:active .group-active\:text-black\/100 {
  color: rgb(44 42 41 / 1);
}
.group:active .group-active\:text-black\/15 {
  color: rgb(44 42 41 / 0.15);
}
.group:active .group-active\:text-black\/20 {
  color: rgb(44 42 41 / 0.2);
}
.group:active .group-active\:text-black\/25 {
  color: rgb(44 42 41 / 0.25);
}
.group:active .group-active\:text-black\/30 {
  color: rgb(44 42 41 / 0.3);
}
.group:active .group-active\:text-black\/35 {
  color: rgb(44 42 41 / 0.35);
}
.group:active .group-active\:text-black\/40 {
  color: rgb(44 42 41 / 0.4);
}
.group:active .group-active\:text-black\/45 {
  color: rgb(44 42 41 / 0.45);
}
.group:active .group-active\:text-black\/5 {
  color: rgb(44 42 41 / 0.05);
}
.group:active .group-active\:text-black\/50 {
  color: rgb(44 42 41 / 0.5);
}
.group:active .group-active\:text-black\/55 {
  color: rgb(44 42 41 / 0.55);
}
.group:active .group-active\:text-black\/60 {
  color: rgb(44 42 41 / 0.6);
}
.group:active .group-active\:text-black\/65 {
  color: rgb(44 42 41 / 0.65);
}
.group:active .group-active\:text-black\/70 {
  color: rgb(44 42 41 / 0.7);
}
.group:active .group-active\:text-black\/75 {
  color: rgb(44 42 41 / 0.75);
}
.group:active .group-active\:text-black\/80 {
  color: rgb(44 42 41 / 0.8);
}
.group:active .group-active\:text-black\/85 {
  color: rgb(44 42 41 / 0.85);
}
.group:active .group-active\:text-black\/90 {
  color: rgb(44 42 41 / 0.9);
}
.group:active .group-active\:text-black\/95 {
  color: rgb(44 42 41 / 0.95);
}
.group:active .group-active\:text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(145 215 242 / var(--tw-text-opacity));
}
.group:active .group-active\:text-blue-300\/0 {
  color: rgb(145 215 242 / 0);
}
.group:active .group-active\:text-blue-300\/10 {
  color: rgb(145 215 242 / 0.1);
}
.group:active .group-active\:text-blue-300\/100 {
  color: rgb(145 215 242 / 1);
}
.group:active .group-active\:text-blue-300\/15 {
  color: rgb(145 215 242 / 0.15);
}
.group:active .group-active\:text-blue-300\/20 {
  color: rgb(145 215 242 / 0.2);
}
.group:active .group-active\:text-blue-300\/25 {
  color: rgb(145 215 242 / 0.25);
}
.group:active .group-active\:text-blue-300\/30 {
  color: rgb(145 215 242 / 0.3);
}
.group:active .group-active\:text-blue-300\/35 {
  color: rgb(145 215 242 / 0.35);
}
.group:active .group-active\:text-blue-300\/40 {
  color: rgb(145 215 242 / 0.4);
}
.group:active .group-active\:text-blue-300\/45 {
  color: rgb(145 215 242 / 0.45);
}
.group:active .group-active\:text-blue-300\/5 {
  color: rgb(145 215 242 / 0.05);
}
.group:active .group-active\:text-blue-300\/50 {
  color: rgb(145 215 242 / 0.5);
}
.group:active .group-active\:text-blue-300\/55 {
  color: rgb(145 215 242 / 0.55);
}
.group:active .group-active\:text-blue-300\/60 {
  color: rgb(145 215 242 / 0.6);
}
.group:active .group-active\:text-blue-300\/65 {
  color: rgb(145 215 242 / 0.65);
}
.group:active .group-active\:text-blue-300\/70 {
  color: rgb(145 215 242 / 0.7);
}
.group:active .group-active\:text-blue-300\/75 {
  color: rgb(145 215 242 / 0.75);
}
.group:active .group-active\:text-blue-300\/80 {
  color: rgb(145 215 242 / 0.8);
}
.group:active .group-active\:text-blue-300\/85 {
  color: rgb(145 215 242 / 0.85);
}
.group:active .group-active\:text-blue-300\/90 {
  color: rgb(145 215 242 / 0.9);
}
.group:active .group-active\:text-blue-300\/95 {
  color: rgb(145 215 242 / 0.95);
}
.group:active .group-active\:text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(34 105 162 / var(--tw-text-opacity));
}
.group:active .group-active\:text-blue-400\/0 {
  color: rgb(34 105 162 / 0);
}
.group:active .group-active\:text-blue-400\/10 {
  color: rgb(34 105 162 / 0.1);
}
.group:active .group-active\:text-blue-400\/100 {
  color: rgb(34 105 162 / 1);
}
.group:active .group-active\:text-blue-400\/15 {
  color: rgb(34 105 162 / 0.15);
}
.group:active .group-active\:text-blue-400\/20 {
  color: rgb(34 105 162 / 0.2);
}
.group:active .group-active\:text-blue-400\/25 {
  color: rgb(34 105 162 / 0.25);
}
.group:active .group-active\:text-blue-400\/30 {
  color: rgb(34 105 162 / 0.3);
}
.group:active .group-active\:text-blue-400\/35 {
  color: rgb(34 105 162 / 0.35);
}
.group:active .group-active\:text-blue-400\/40 {
  color: rgb(34 105 162 / 0.4);
}
.group:active .group-active\:text-blue-400\/45 {
  color: rgb(34 105 162 / 0.45);
}
.group:active .group-active\:text-blue-400\/5 {
  color: rgb(34 105 162 / 0.05);
}
.group:active .group-active\:text-blue-400\/50 {
  color: rgb(34 105 162 / 0.5);
}
.group:active .group-active\:text-blue-400\/55 {
  color: rgb(34 105 162 / 0.55);
}
.group:active .group-active\:text-blue-400\/60 {
  color: rgb(34 105 162 / 0.6);
}
.group:active .group-active\:text-blue-400\/65 {
  color: rgb(34 105 162 / 0.65);
}
.group:active .group-active\:text-blue-400\/70 {
  color: rgb(34 105 162 / 0.7);
}
.group:active .group-active\:text-blue-400\/75 {
  color: rgb(34 105 162 / 0.75);
}
.group:active .group-active\:text-blue-400\/80 {
  color: rgb(34 105 162 / 0.8);
}
.group:active .group-active\:text-blue-400\/85 {
  color: rgb(34 105 162 / 0.85);
}
.group:active .group-active\:text-blue-400\/90 {
  color: rgb(34 105 162 / 0.9);
}
.group:active .group-active\:text-blue-400\/95 {
  color: rgb(34 105 162 / 0.95);
}
.group:active .group-active\:text-brown-500 {
  --tw-text-opacity: 1;
  color: rgb(122 104 91 / var(--tw-text-opacity));
}
.group:active .group-active\:text-brown-500\/0 {
  color: rgb(122 104 91 / 0);
}
.group:active .group-active\:text-brown-500\/10 {
  color: rgb(122 104 91 / 0.1);
}
.group:active .group-active\:text-brown-500\/100 {
  color: rgb(122 104 91 / 1);
}
.group:active .group-active\:text-brown-500\/15 {
  color: rgb(122 104 91 / 0.15);
}
.group:active .group-active\:text-brown-500\/20 {
  color: rgb(122 104 91 / 0.2);
}
.group:active .group-active\:text-brown-500\/25 {
  color: rgb(122 104 91 / 0.25);
}
.group:active .group-active\:text-brown-500\/30 {
  color: rgb(122 104 91 / 0.3);
}
.group:active .group-active\:text-brown-500\/35 {
  color: rgb(122 104 91 / 0.35);
}
.group:active .group-active\:text-brown-500\/40 {
  color: rgb(122 104 91 / 0.4);
}
.group:active .group-active\:text-brown-500\/45 {
  color: rgb(122 104 91 / 0.45);
}
.group:active .group-active\:text-brown-500\/5 {
  color: rgb(122 104 91 / 0.05);
}
.group:active .group-active\:text-brown-500\/50 {
  color: rgb(122 104 91 / 0.5);
}
.group:active .group-active\:text-brown-500\/55 {
  color: rgb(122 104 91 / 0.55);
}
.group:active .group-active\:text-brown-500\/60 {
  color: rgb(122 104 91 / 0.6);
}
.group:active .group-active\:text-brown-500\/65 {
  color: rgb(122 104 91 / 0.65);
}
.group:active .group-active\:text-brown-500\/70 {
  color: rgb(122 104 91 / 0.7);
}
.group:active .group-active\:text-brown-500\/75 {
  color: rgb(122 104 91 / 0.75);
}
.group:active .group-active\:text-brown-500\/80 {
  color: rgb(122 104 91 / 0.8);
}
.group:active .group-active\:text-brown-500\/85 {
  color: rgb(122 104 91 / 0.85);
}
.group:active .group-active\:text-brown-500\/90 {
  color: rgb(122 104 91 / 0.9);
}
.group:active .group-active\:text-brown-500\/95 {
  color: rgb(122 104 91 / 0.95);
}
.group:active .group-active\:text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(0 133 122 / var(--tw-text-opacity));
}
.group:active .group-active\:text-green-500\/0 {
  color: rgb(0 133 122 / 0);
}
.group:active .group-active\:text-green-500\/10 {
  color: rgb(0 133 122 / 0.1);
}
.group:active .group-active\:text-green-500\/100 {
  color: rgb(0 133 122 / 1);
}
.group:active .group-active\:text-green-500\/15 {
  color: rgb(0 133 122 / 0.15);
}
.group:active .group-active\:text-green-500\/20 {
  color: rgb(0 133 122 / 0.2);
}
.group:active .group-active\:text-green-500\/25 {
  color: rgb(0 133 122 / 0.25);
}
.group:active .group-active\:text-green-500\/30 {
  color: rgb(0 133 122 / 0.3);
}
.group:active .group-active\:text-green-500\/35 {
  color: rgb(0 133 122 / 0.35);
}
.group:active .group-active\:text-green-500\/40 {
  color: rgb(0 133 122 / 0.4);
}
.group:active .group-active\:text-green-500\/45 {
  color: rgb(0 133 122 / 0.45);
}
.group:active .group-active\:text-green-500\/5 {
  color: rgb(0 133 122 / 0.05);
}
.group:active .group-active\:text-green-500\/50 {
  color: rgb(0 133 122 / 0.5);
}
.group:active .group-active\:text-green-500\/55 {
  color: rgb(0 133 122 / 0.55);
}
.group:active .group-active\:text-green-500\/60 {
  color: rgb(0 133 122 / 0.6);
}
.group:active .group-active\:text-green-500\/65 {
  color: rgb(0 133 122 / 0.65);
}
.group:active .group-active\:text-green-500\/70 {
  color: rgb(0 133 122 / 0.7);
}
.group:active .group-active\:text-green-500\/75 {
  color: rgb(0 133 122 / 0.75);
}
.group:active .group-active\:text-green-500\/80 {
  color: rgb(0 133 122 / 0.8);
}
.group:active .group-active\:text-green-500\/85 {
  color: rgb(0 133 122 / 0.85);
}
.group:active .group-active\:text-green-500\/90 {
  color: rgb(0 133 122 / 0.9);
}
.group:active .group-active\:text-green-500\/95 {
  color: rgb(0 133 122 / 0.95);
}
.group:active .group-active\:text-magenta-500 {
  --tw-text-opacity: 1;
  color: rgb(169 0 102 / var(--tw-text-opacity));
}
.group:active .group-active\:text-magenta-500\/0 {
  color: rgb(169 0 102 / 0);
}
.group:active .group-active\:text-magenta-500\/10 {
  color: rgb(169 0 102 / 0.1);
}
.group:active .group-active\:text-magenta-500\/100 {
  color: rgb(169 0 102 / 1);
}
.group:active .group-active\:text-magenta-500\/15 {
  color: rgb(169 0 102 / 0.15);
}
.group:active .group-active\:text-magenta-500\/20 {
  color: rgb(169 0 102 / 0.2);
}
.group:active .group-active\:text-magenta-500\/25 {
  color: rgb(169 0 102 / 0.25);
}
.group:active .group-active\:text-magenta-500\/30 {
  color: rgb(169 0 102 / 0.3);
}
.group:active .group-active\:text-magenta-500\/35 {
  color: rgb(169 0 102 / 0.35);
}
.group:active .group-active\:text-magenta-500\/40 {
  color: rgb(169 0 102 / 0.4);
}
.group:active .group-active\:text-magenta-500\/45 {
  color: rgb(169 0 102 / 0.45);
}
.group:active .group-active\:text-magenta-500\/5 {
  color: rgb(169 0 102 / 0.05);
}
.group:active .group-active\:text-magenta-500\/50 {
  color: rgb(169 0 102 / 0.5);
}
.group:active .group-active\:text-magenta-500\/55 {
  color: rgb(169 0 102 / 0.55);
}
.group:active .group-active\:text-magenta-500\/60 {
  color: rgb(169 0 102 / 0.6);
}
.group:active .group-active\:text-magenta-500\/65 {
  color: rgb(169 0 102 / 0.65);
}
.group:active .group-active\:text-magenta-500\/70 {
  color: rgb(169 0 102 / 0.7);
}
.group:active .group-active\:text-magenta-500\/75 {
  color: rgb(169 0 102 / 0.75);
}
.group:active .group-active\:text-magenta-500\/80 {
  color: rgb(169 0 102 / 0.8);
}
.group:active .group-active\:text-magenta-500\/85 {
  color: rgb(169 0 102 / 0.85);
}
.group:active .group-active\:text-magenta-500\/90 {
  color: rgb(169 0 102 / 0.9);
}
.group:active .group-active\:text-magenta-500\/95 {
  color: rgb(169 0 102 / 0.95);
}
.group:active .group-active\:text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(254 147 87 / var(--tw-text-opacity));
}
.group:active .group-active\:text-orange-500\/0 {
  color: rgb(254 147 87 / 0);
}
.group:active .group-active\:text-orange-500\/10 {
  color: rgb(254 147 87 / 0.1);
}
.group:active .group-active\:text-orange-500\/100 {
  color: rgb(254 147 87 / 1);
}
.group:active .group-active\:text-orange-500\/15 {
  color: rgb(254 147 87 / 0.15);
}
.group:active .group-active\:text-orange-500\/20 {
  color: rgb(254 147 87 / 0.2);
}
.group:active .group-active\:text-orange-500\/25 {
  color: rgb(254 147 87 / 0.25);
}
.group:active .group-active\:text-orange-500\/30 {
  color: rgb(254 147 87 / 0.3);
}
.group:active .group-active\:text-orange-500\/35 {
  color: rgb(254 147 87 / 0.35);
}
.group:active .group-active\:text-orange-500\/40 {
  color: rgb(254 147 87 / 0.4);
}
.group:active .group-active\:text-orange-500\/45 {
  color: rgb(254 147 87 / 0.45);
}
.group:active .group-active\:text-orange-500\/5 {
  color: rgb(254 147 87 / 0.05);
}
.group:active .group-active\:text-orange-500\/50 {
  color: rgb(254 147 87 / 0.5);
}
.group:active .group-active\:text-orange-500\/55 {
  color: rgb(254 147 87 / 0.55);
}
.group:active .group-active\:text-orange-500\/60 {
  color: rgb(254 147 87 / 0.6);
}
.group:active .group-active\:text-orange-500\/65 {
  color: rgb(254 147 87 / 0.65);
}
.group:active .group-active\:text-orange-500\/70 {
  color: rgb(254 147 87 / 0.7);
}
.group:active .group-active\:text-orange-500\/75 {
  color: rgb(254 147 87 / 0.75);
}
.group:active .group-active\:text-orange-500\/80 {
  color: rgb(254 147 87 / 0.8);
}
.group:active .group-active\:text-orange-500\/85 {
  color: rgb(254 147 87 / 0.85);
}
.group:active .group-active\:text-orange-500\/90 {
  color: rgb(254 147 87 / 0.9);
}
.group:active .group-active\:text-orange-500\/95 {
  color: rgb(254 147 87 / 0.95);
}
.group:active .group-active\:text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(201 18 53 / var(--tw-text-opacity));
}
.group:active .group-active\:text-red-500\/0 {
  color: rgb(201 18 53 / 0);
}
.group:active .group-active\:text-red-500\/10 {
  color: rgb(201 18 53 / 0.1);
}
.group:active .group-active\:text-red-500\/100 {
  color: rgb(201 18 53 / 1);
}
.group:active .group-active\:text-red-500\/15 {
  color: rgb(201 18 53 / 0.15);
}
.group:active .group-active\:text-red-500\/20 {
  color: rgb(201 18 53 / 0.2);
}
.group:active .group-active\:text-red-500\/25 {
  color: rgb(201 18 53 / 0.25);
}
.group:active .group-active\:text-red-500\/30 {
  color: rgb(201 18 53 / 0.3);
}
.group:active .group-active\:text-red-500\/35 {
  color: rgb(201 18 53 / 0.35);
}
.group:active .group-active\:text-red-500\/40 {
  color: rgb(201 18 53 / 0.4);
}
.group:active .group-active\:text-red-500\/45 {
  color: rgb(201 18 53 / 0.45);
}
.group:active .group-active\:text-red-500\/5 {
  color: rgb(201 18 53 / 0.05);
}
.group:active .group-active\:text-red-500\/50 {
  color: rgb(201 18 53 / 0.5);
}
.group:active .group-active\:text-red-500\/55 {
  color: rgb(201 18 53 / 0.55);
}
.group:active .group-active\:text-red-500\/60 {
  color: rgb(201 18 53 / 0.6);
}
.group:active .group-active\:text-red-500\/65 {
  color: rgb(201 18 53 / 0.65);
}
.group:active .group-active\:text-red-500\/70 {
  color: rgb(201 18 53 / 0.7);
}
.group:active .group-active\:text-red-500\/75 {
  color: rgb(201 18 53 / 0.75);
}
.group:active .group-active\:text-red-500\/80 {
  color: rgb(201 18 53 / 0.8);
}
.group:active .group-active\:text-red-500\/85 {
  color: rgb(201 18 53 / 0.85);
}
.group:active .group-active\:text-red-500\/90 {
  color: rgb(201 18 53 / 0.9);
}
.group:active .group-active\:text-red-500\/95 {
  color: rgb(201 18 53 / 0.95);
}
.group:active .group-active\:text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(255 214 99 / var(--tw-text-opacity));
}
.group:active .group-active\:text-yellow-500\/0 {
  color: rgb(255 214 99 / 0);
}
.group:active .group-active\:text-yellow-500\/10 {
  color: rgb(255 214 99 / 0.1);
}
.group:active .group-active\:text-yellow-500\/100 {
  color: rgb(255 214 99 / 1);
}
.group:active .group-active\:text-yellow-500\/15 {
  color: rgb(255 214 99 / 0.15);
}
.group:active .group-active\:text-yellow-500\/20 {
  color: rgb(255 214 99 / 0.2);
}
.group:active .group-active\:text-yellow-500\/25 {
  color: rgb(255 214 99 / 0.25);
}
.group:active .group-active\:text-yellow-500\/30 {
  color: rgb(255 214 99 / 0.3);
}
.group:active .group-active\:text-yellow-500\/35 {
  color: rgb(255 214 99 / 0.35);
}
.group:active .group-active\:text-yellow-500\/40 {
  color: rgb(255 214 99 / 0.4);
}
.group:active .group-active\:text-yellow-500\/45 {
  color: rgb(255 214 99 / 0.45);
}
.group:active .group-active\:text-yellow-500\/5 {
  color: rgb(255 214 99 / 0.05);
}
.group:active .group-active\:text-yellow-500\/50 {
  color: rgb(255 214 99 / 0.5);
}
.group:active .group-active\:text-yellow-500\/55 {
  color: rgb(255 214 99 / 0.55);
}
.group:active .group-active\:text-yellow-500\/60 {
  color: rgb(255 214 99 / 0.6);
}
.group:active .group-active\:text-yellow-500\/65 {
  color: rgb(255 214 99 / 0.65);
}
.group:active .group-active\:text-yellow-500\/70 {
  color: rgb(255 214 99 / 0.7);
}
.group:active .group-active\:text-yellow-500\/75 {
  color: rgb(255 214 99 / 0.75);
}
.group:active .group-active\:text-yellow-500\/80 {
  color: rgb(255 214 99 / 0.8);
}
.group:active .group-active\:text-yellow-500\/85 {
  color: rgb(255 214 99 / 0.85);
}
.group:active .group-active\:text-yellow-500\/90 {
  color: rgb(255 214 99 / 0.9);
}
.group:active .group-active\:text-yellow-500\/95 {
  color: rgb(255 214 99 / 0.95);
}
@media (min-width: 575px) {
  .sm\:mb-\[10px\] {
    margin-bottom: 10px;
  }
  .sm\:mr-0 {
    margin-right: 0px;
  }
  .sm\:inline-block {
    display: inline-block;
  }
  .sm\:grid {
    display: grid;
  }
  .sm\:w-1\/4 {
    width: 25%;
  }
  .sm\:min-w-0 {
    min-width: 0px;
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:overflow-auto {
    overflow: auto;
  }
  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }
  .md\:left-0 {
    left: 0px;
  }
  .md\:right-8 {
    right: 2rem;
  }
  .md\:top-0 {
    top: 0px;
  }
  .md\:top-3 {
    top: 0.75rem;
  }
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .md\:-mb-12 {
    margin-bottom: -3rem;
  }
  .md\:-mb-gap-0 {
    margin-bottom: 0;
  }
  .md\:-mb-gap-lg {
    margin-bottom: -5rem;
  }
  .md\:-mb-gap-md {
    margin-bottom: -3rem;
  }
  .md\:-mb-gap-sm {
    margin-bottom: -2rem;
  }
  .md\:-mb-gap-xl {
    margin-bottom: -8rem;
  }
  .md\:-mb-gap-xs {
    margin-bottom: -1.25rem;
  }
  .md\:-ml-2 {
    margin-left: -0.5rem;
  }
  .md\:-mt-gap-0 {
    margin-top: 0;
  }
  .md\:-mt-gap-lg {
    margin-top: -5rem;
  }
  .md\:-mt-gap-md {
    margin-top: -3rem;
  }
  .md\:-mt-gap-sm {
    margin-top: -2rem;
  }
  .md\:-mt-gap-xl {
    margin-top: -8rem;
  }
  .md\:-mt-gap-xs {
    margin-top: -1.25rem;
  }
  .md\:mb-0 {
    margin-bottom: 0px;
  }
  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .md\:mb-\[10px\] {
    margin-bottom: 10px;
  }
  .md\:mb-\[15px\] {
    margin-bottom: 15px;
  }
  .md\:mb-\[27px\] {
    margin-bottom: 27px;
  }
  .md\:mb-gap-0 {
    margin-bottom: 0;
  }
  .md\:mb-gap-lg {
    margin-bottom: 5rem;
  }
  .md\:mb-gap-md {
    margin-bottom: 3rem;
  }
  .md\:mb-gap-sm {
    margin-bottom: 2rem;
  }
  .md\:mb-gap-xl {
    margin-bottom: 8rem;
  }
  .md\:mb-gap-xs {
    margin-bottom: 1.25rem;
  }
  .md\:mr-0 {
    margin-right: 0px;
  }
  .md\:mr-10 {
    margin-right: 2.5rem;
  }
  .md\:mt-0 {
    margin-top: 0px;
  }
  .md\:mt-10 {
    margin-top: 2.5rem;
  }
  .md\:mt-gap-0 {
    margin-top: 0;
  }
  .md\:mt-gap-lg {
    margin-top: 5rem;
  }
  .md\:mt-gap-md {
    margin-top: 3rem;
  }
  .md\:mt-gap-sm {
    margin-top: 2rem;
  }
  .md\:mt-gap-xl {
    margin-top: 8rem;
  }
  .md\:mt-gap-xs {
    margin-top: 1.25rem;
  }
  .md\:block {
    display: block;
  }
  .md\:inline-block {
    display: inline-block;
  }
  .md\:inline {
    display: inline;
  }
  .md\:flex {
    display: flex;
  }
  .md\:grid {
    display: grid;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-\[200px\] {
    height: 200px;
  }
  .md\:h-\[23px\] {
    height: 23px;
  }
  .md\:h-\[26px\] {
    height: 26px;
  }
  .md\:h-\[46px\] {
    height: 46px;
  }
  .md\:h-full {
    height: 100%;
  }
  .md\:max-h-none {
    max-height: none;
  }
  .md\:min-h-\[245px\] {
    min-height: 245px;
  }
  .md\:min-h-\[590px\] {
    min-height: 590px;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-1\/6 {
    width: 16.666667%;
  }
  .md\:w-8 {
    width: 2rem;
  }
  .md\:w-\[152px\] {
    width: 152px;
  }
  .md\:w-\[160px\] {
    width: 160px;
  }
  .md\:w-\[250px\] {
    width: 250px;
  }
  .md\:w-\[46px\] {
    width: 46px;
  }
  .md\:w-full {
    width: 100%;
  }
  .md\:min-w-0 {
    min-width: 0px;
  }
  .md\:min-w-\[470px\] {
    min-width: 470px;
  }
  .md\:min-w-\[480px\] {
    min-width: 480px;
  }
  .md\:min-w-\[585px\] {
    min-width: 585px;
  }
  .md\:max-w-\[180px\] {
    max-width: 180px;
  }
  .md\:max-w-\[225px\] {
    max-width: 225px;
  }
  .md\:max-w-\[285px\] {
    max-width: 285px;
  }
  .md\:max-w-\[347px\] {
    max-width: 347px;
  }
  .md\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:-scroll-mb-gap-0 {
    scroll-margin-bottom: 0;
  }
  .md\:-scroll-mb-gap-lg {
    scroll-margin-bottom: -5rem;
  }
  .md\:-scroll-mb-gap-md {
    scroll-margin-bottom: -3rem;
  }
  .md\:-scroll-mb-gap-sm {
    scroll-margin-bottom: -2rem;
  }
  .md\:-scroll-mb-gap-xl {
    scroll-margin-bottom: -8rem;
  }
  .md\:-scroll-mb-gap-xs {
    scroll-margin-bottom: -1.25rem;
  }
  .md\:-scroll-mt-gap-0 {
    scroll-margin-top: 0;
  }
  .md\:-scroll-mt-gap-lg {
    scroll-margin-top: -5rem;
  }
  .md\:-scroll-mt-gap-md {
    scroll-margin-top: -3rem;
  }
  .md\:-scroll-mt-gap-sm {
    scroll-margin-top: -2rem;
  }
  .md\:-scroll-mt-gap-xl {
    scroll-margin-top: -8rem;
  }
  .md\:-scroll-mt-gap-xs {
    scroll-margin-top: -1.25rem;
  }
  .md\:scroll-mb-gap-0 {
    scroll-margin-bottom: 0;
  }
  .md\:scroll-mb-gap-lg {
    scroll-margin-bottom: 5rem;
  }
  .md\:scroll-mb-gap-md {
    scroll-margin-bottom: 3rem;
  }
  .md\:scroll-mb-gap-sm {
    scroll-margin-bottom: 2rem;
  }
  .md\:scroll-mb-gap-xl {
    scroll-margin-bottom: 8rem;
  }
  .md\:scroll-mb-gap-xs {
    scroll-margin-bottom: 1.25rem;
  }
  .md\:scroll-mt-gap-0 {
    scroll-margin-top: 0;
  }
  .md\:scroll-mt-gap-lg {
    scroll-margin-top: 5rem;
  }
  .md\:scroll-mt-gap-md {
    scroll-margin-top: 3rem;
  }
  .md\:scroll-mt-gap-sm {
    scroll-margin-top: 2rem;
  }
  .md\:scroll-mt-gap-xl {
    scroll-margin-top: 8rem;
  }
  .md\:scroll-mt-gap-xs {
    scroll-margin-top: 1.25rem;
  }
  .md\:scroll-pt-\[140px\] {
    scroll-padding-top: 140px;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-col {
    flex-direction: column;
  }
  .md\:justify-start {
    justify-content: flex-start;
  }
  .md\:justify-end {
    justify-content: flex-end;
  }
  .md\:gap-10 {
    gap: 2.5rem;
  }
  .md\:gap-16 {
    gap: 4rem;
  }
  .md\:gap-4 {
    gap: 1rem;
  }
  .md\:gap-5 {
    gap: 1.25rem;
  }
  .md\:gap-9 {
    gap: 2.25rem;
  }
  .md\:gap-\[22px\] {
    gap: 22px;
  }
  .md\:gap-\[25px\] {
    gap: 25px;
  }
  .md\:gap-\[26px\] {
    gap: 26px;
  }
  .md\:gap-\[30px\] {
    gap: 30px;
  }
  .md\:gap-\[35px\] {
    gap: 35px;
  }
  .md\:gap-\[62px\] {
    gap: 62px;
  }
  .md\:gap-x-5 {
    column-gap: 1.25rem;
  }
  .md\:gap-y-4 {
    row-gap: 1rem;
  }
  .md\:gap-y-\[26px\] {
    row-gap: 26px;
  }
  .md\:gap-y-\[45px\] {
    row-gap: 45px;
  }
  .md\:overflow-auto {
    overflow: auto;
  }
  .md\:overflow-visible {
    overflow: visible;
  }
  .md\:rounded-\[10px\] {
    border-radius: 10px;
  }
  .md\:rounded-\[20px\] {
    border-radius: 20px;
  }
  .md\:border-b-0 {
    border-bottom-width: 0px;
  }
  .md\:border-r {
    border-right-width: 1px;
  }
  .md\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(221 222 223 / var(--tw-bg-opacity));
  }
  .md\:bg-transparent {
    background-color: transparent;
  }
  .md\:p-5 {
    padding: 1.25rem;
  }
  .md\:p-\[15px\] {
    padding: 15px;
  }
  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }
  .md\:px-\[35px\] {
    padding-left: 35px;
    padding-right: 35px;
  }
  .md\:px-\[47px\] {
    padding-left: 47px;
    padding-right: 47px;
  }
  .md\:px-\[54px\] {
    padding-left: 54px;
    padding-right: 54px;
  }
  .md\:px-\[55px\] {
    padding-left: 55px;
    padding-right: 55px;
  }
  .md\:px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
  }
  .md\:px-\[75px\] {
    padding-left: 75px;
    padding-right: 75px;
  }
  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .md\:py-\[37px\] {
    padding-top: 37px;
    padding-bottom: 37px;
  }
  .md\:py-\[50px\] {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .md\:py-\[60px\] {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .md\:pb-0 {
    padding-bottom: 0px;
  }
  .md\:pb-20 {
    padding-bottom: 5rem;
  }
  .md\:pb-4 {
    padding-bottom: 1rem;
  }
  .md\:pb-\[100px\] {
    padding-bottom: 100px;
  }
  .md\:pb-\[15px\] {
    padding-bottom: 15px;
  }
  .md\:pb-\[26px\] {
    padding-bottom: 26px;
  }
  .md\:pb-\[60px\] {
    padding-bottom: 60px;
  }
  .md\:pb-\[72px\] {
    padding-bottom: 72px;
  }
  .md\:pb-\[75px\] {
    padding-bottom: 75px;
  }
  .md\:pl-0 {
    padding-left: 0px;
  }
  .md\:pl-5 {
    padding-left: 1.25rem;
  }
  .md\:pl-6 {
    padding-left: 1.5rem;
  }
  .md\:pr-6 {
    padding-right: 1.5rem;
  }
  .md\:pr-\[30px\] {
    padding-right: 30px;
  }
  .md\:pt-0 {
    padding-top: 0px;
  }
  .md\:pt-10 {
    padding-top: 2.5rem;
  }
  .md\:pt-4 {
    padding-top: 1rem;
  }
  .md\:pt-5 {
    padding-top: 1.25rem;
  }
  .md\:pt-8 {
    padding-top: 2rem;
  }
  .md\:pt-9 {
    padding-top: 2.25rem;
  }
  .md\:pt-\[100px\] {
    padding-top: 100px;
  }
  .md\:pt-\[30px\] {
    padding-top: 30px;
  }
  .md\:pt-\[50px\] {
    padding-top: 50px;
  }
  .md\:pt-\[55px\] {
    padding-top: 55px;
  }
  .md\:pt-\[60px\] {
    padding-top: 60px;
  }
  .md\:pt-\[65px\] {
    padding-top: 65px;
  }
  .md\:pt-\[68px\] {
    padding-top: 68px;
  }
  .md\:pt-\[70px\] {
    padding-top: 70px;
  }
  .md\:\!text-\[20px\] {
    font-size: 20px !important;
  }
  .md\:text-\[20px\] {
    font-size: 20px;
  }
  .md\:text-\[36px\] {
    font-size: 36px;
  }
  .md\:text-\[48px\] {
    font-size: 48px;
  }
  .md\:text-\[56px\] {
    font-size: 56px;
  }
  .md\:\!leading-\[28px\] {
    line-height: 28px !important;
  }
  .md\:leading-\[22px\] {
    line-height: 22px;
  }
  .md\:leading-\[24px\] {
    line-height: 24px;
  }
  .md\:leading-\[40px\] {
    line-height: 40px;
  }
  .md\:leading-\[50px\] {
    line-height: 50px;
  }
}
@media (min-width: 992px) {
  .lg\:relative {
    position: relative;
  }
  .lg\:bottom-0 {
    bottom: 0px;
  }
  .lg\:\!ml-0 {
    margin-left: 0px !important;
  }
  .lg\:-mb-gap-0 {
    margin-bottom: 0;
  }
  .lg\:-mb-gap-lg {
    margin-bottom: -5rem;
  }
  .lg\:-mb-gap-md {
    margin-bottom: -3rem;
  }
  .lg\:-mb-gap-sm {
    margin-bottom: -2rem;
  }
  .lg\:-mb-gap-xl {
    margin-bottom: -8rem;
  }
  .lg\:-mb-gap-xs {
    margin-bottom: -1.25rem;
  }
  .lg\:-mt-gap-0 {
    margin-top: 0;
  }
  .lg\:-mt-gap-lg {
    margin-top: -5rem;
  }
  .lg\:-mt-gap-md {
    margin-top: -3rem;
  }
  .lg\:-mt-gap-sm {
    margin-top: -2rem;
  }
  .lg\:-mt-gap-xl {
    margin-top: -8rem;
  }
  .lg\:-mt-gap-xs {
    margin-top: -1.25rem;
  }
  .lg\:mb-0 {
    margin-bottom: 0px;
  }
  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .lg\:mb-11 {
    margin-bottom: 2.75rem;
  }
  .lg\:mb-12 {
    margin-bottom: 3rem;
  }
  .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }
  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .lg\:mb-7 {
    margin-bottom: 1.75rem;
  }
  .lg\:mb-8 {
    margin-bottom: 2rem;
  }
  .lg\:mb-9 {
    margin-bottom: 2.25rem;
  }
  .lg\:mb-\[10px\] {
    margin-bottom: 10px;
  }
  .lg\:mb-gap-0 {
    margin-bottom: 0;
  }
  .lg\:mb-gap-lg {
    margin-bottom: 5rem;
  }
  .lg\:mb-gap-md {
    margin-bottom: 3rem;
  }
  .lg\:mb-gap-sm {
    margin-bottom: 2rem;
  }
  .lg\:mb-gap-xl {
    margin-bottom: 8rem;
  }
  .lg\:mb-gap-xs {
    margin-bottom: 1.25rem;
  }
  .lg\:ml-0 {
    margin-left: 0px;
  }
  .lg\:ml-\[42px\] {
    margin-left: 42px;
  }
  .lg\:mr-2 {
    margin-right: 0.5rem;
  }
  .lg\:mr-\[40px\] {
    margin-right: 40px;
  }
  .lg\:mr-\[86px\] {
    margin-right: 86px;
  }
  .lg\:mt-9 {
    margin-top: 2.25rem;
  }
  .lg\:mt-gap-0 {
    margin-top: 0;
  }
  .lg\:mt-gap-lg {
    margin-top: 5rem;
  }
  .lg\:mt-gap-md {
    margin-top: 3rem;
  }
  .lg\:mt-gap-sm {
    margin-top: 2rem;
  }
  .lg\:mt-gap-xl {
    margin-top: 8rem;
  }
  .lg\:mt-gap-xs {
    margin-top: 1.25rem;
  }
  .lg\:block {
    display: block;
  }
  .lg\:grid {
    display: grid;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:h-8 {
    height: 2rem;
  }
  .lg\:h-\[37px\] {
    height: 37px;
  }
  .lg\:h-auto {
    height: auto;
  }
  .lg\:max-h-\[100px\] {
    max-height: 100px;
  }
  .lg\:min-h-\[625px\] {
    min-height: 625px;
  }
  .lg\:w-48 {
    width: 12rem;
  }
  .lg\:w-8 {
    width: 2rem;
  }
  .lg\:w-\[152px\] {
    width: 152px;
  }
  .lg\:w-\[335px\] {
    width: 335px;
  }
  .lg\:w-\[535px\] {
    width: 535px;
  }
  .lg\:w-auto {
    width: auto;
  }
  .lg\:w-full {
    width: 100%;
  }
  .lg\:min-w-0 {
    min-width: 0px;
  }
  .lg\:min-w-\[700px\] {
    min-width: 700px;
  }
  .lg\:max-w-\[100px\] {
    max-width: 100px;
  }
  .lg\:max-w-\[420px\] {
    max-width: 420px;
  }
  .lg\:max-w-none {
    max-width: none;
  }
  .lg\:-scroll-mb-gap-0 {
    scroll-margin-bottom: 0;
  }
  .lg\:-scroll-mb-gap-lg {
    scroll-margin-bottom: -5rem;
  }
  .lg\:-scroll-mb-gap-md {
    scroll-margin-bottom: -3rem;
  }
  .lg\:-scroll-mb-gap-sm {
    scroll-margin-bottom: -2rem;
  }
  .lg\:-scroll-mb-gap-xl {
    scroll-margin-bottom: -8rem;
  }
  .lg\:-scroll-mb-gap-xs {
    scroll-margin-bottom: -1.25rem;
  }
  .lg\:-scroll-mt-gap-0 {
    scroll-margin-top: 0;
  }
  .lg\:-scroll-mt-gap-lg {
    scroll-margin-top: -5rem;
  }
  .lg\:-scroll-mt-gap-md {
    scroll-margin-top: -3rem;
  }
  .lg\:-scroll-mt-gap-sm {
    scroll-margin-top: -2rem;
  }
  .lg\:-scroll-mt-gap-xl {
    scroll-margin-top: -8rem;
  }
  .lg\:-scroll-mt-gap-xs {
    scroll-margin-top: -1.25rem;
  }
  .lg\:scroll-mb-gap-0 {
    scroll-margin-bottom: 0;
  }
  .lg\:scroll-mb-gap-lg {
    scroll-margin-bottom: 5rem;
  }
  .lg\:scroll-mb-gap-md {
    scroll-margin-bottom: 3rem;
  }
  .lg\:scroll-mb-gap-sm {
    scroll-margin-bottom: 2rem;
  }
  .lg\:scroll-mb-gap-xl {
    scroll-margin-bottom: 8rem;
  }
  .lg\:scroll-mb-gap-xs {
    scroll-margin-bottom: 1.25rem;
  }
  .lg\:scroll-mt-gap-0 {
    scroll-margin-top: 0;
  }
  .lg\:scroll-mt-gap-lg {
    scroll-margin-top: 5rem;
  }
  .lg\:scroll-mt-gap-md {
    scroll-margin-top: 3rem;
  }
  .lg\:scroll-mt-gap-sm {
    scroll-margin-top: 2rem;
  }
  .lg\:scroll-mt-gap-xl {
    scroll-margin-top: 8rem;
  }
  .lg\:scroll-mt-gap-xs {
    scroll-margin-top: 1.25rem;
  }
  .lg\:scroll-pt-\[100px\] {
    scroll-padding-top: 100px;
  }
  .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\:justify-center {
    justify-content: center;
  }
  .lg\:gap-10 {
    gap: 2.5rem;
  }
  .lg\:gap-\[100px\] {
    gap: 100px;
  }
  .lg\:gap-\[102px\] {
    gap: 102px;
  }
  .lg\:gap-\[26px\] {
    gap: 26px;
  }
  .lg\:gap-\[38px\] {
    gap: 38px;
  }
  .lg\:gap-\[70px\] {
    gap: 70px;
  }
  .lg\:gap-\[86px\] {
    gap: 86px;
  }
  .lg\:overflow-auto {
    overflow: auto;
  }
  .lg\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(44 42 41 / var(--tw-bg-opacity));
  }
  .lg\:bg-transparent {
    background-color: transparent;
  }
  .lg\:p-\[50px\] {
    padding: 50px;
  }
  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
  }
  .lg\:px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
  }
  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:py-\[50px\] {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .lg\:pb-0 {
    padding-bottom: 0px;
  }
  .lg\:pb-\[30px\] {
    padding-bottom: 30px;
  }
  .lg\:pb-\[50px\] {
    padding-bottom: 50px;
  }
  .lg\:pb-\[60px\] {
    padding-bottom: 60px;
  }
  .lg\:pb-\[90px\] {
    padding-bottom: 90px;
  }
  .lg\:pl-0 {
    padding-left: 0px;
  }
  .lg\:pl-8 {
    padding-left: 2rem;
  }
  .lg\:pl-\[23px\] {
    padding-left: 23px;
  }
  .lg\:pl-\[335px\] {
    padding-left: 335px;
  }
  .lg\:pl-\[50px\] {
    padding-left: 50px;
  }
  .lg\:pl-\[60px\] {
    padding-left: 60px;
  }
  .lg\:pr-0 {
    padding-right: 0px;
  }
  .lg\:pr-\[50px\] {
    padding-right: 50px;
  }
  .lg\:pr-\[60px\] {
    padding-right: 60px;
  }
  .lg\:pr-\[89px\] {
    padding-right: 89px;
  }
  .lg\:pt-0 {
    padding-top: 0px;
  }
  .lg\:pt-24 {
    padding-top: 6rem;
  }
  .lg\:pt-\[11px\] {
    padding-top: 11px;
  }
  .lg\:pt-\[15px\] {
    padding-top: 15px;
  }
  .lg\:pt-\[30px\] {
    padding-top: 30px;
  }
  .lg\:pt-\[60px\] {
    padding-top: 60px;
  }
  .lg\:pt-\[67px\] {
    padding-top: 67px;
  }
  .lg\:pt-\[71px\] {
    padding-top: 71px;
  }
  .lg\:text-\[14px\] {
    font-size: 14px;
  }
  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:leading-\[12px\] {
    line-height: 12px;
  }
  .lg\:leading-\[18px\] {
    line-height: 18px;
  }
  .lg\:leading-\[20px\] {
    line-height: 20px;
  }
  .lg\:text-black {
    --tw-text-opacity: 1;
    color: rgb(44 42 41 / var(--tw-text-opacity));
  }
  .lg\:transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .before\:lg\:border::before {
    content: var(--tw-content);
    border-width: 1px;
  }
  .after\:lg\:border::after {
    content: var(--tw-content);
    border-width: 1px;
  }
}
@media (min-width: 1100px) {
  .xl\:grid {
    display: grid;
  }
  .xl\:min-w-0 {
    min-width: 0px;
  }
  .xl\:min-w-\[530px\] {
    min-width: 530px;
  }
  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:px-\[86px\] {
    padding-left: 86px;
    padding-right: 86px;
  }
}

