/* libs */
/* ! tailwindcss v3.3.3 | 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: #DFE3E5; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  -webkit-font-feature-settings: inherit;
          font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1; /* 1 */
  color: #BFC6CB; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #BFC6CB; /* 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'],[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: #A7B1B7;
  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, [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::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
  color: #A7B1B7;
  opacity: 1;
}
input::placeholder,textarea::placeholder{
  color: #A7B1B7;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}
::-webkit-date-and-time-value{
  min-height: 1.5em;
}
::-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='%23A7B1B7' 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]{
  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: #A7B1B7;
  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");
}
[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");
}
[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;
}
[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:  ;
}
::-webkit-backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
/* template components */
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 575px){
  .container{
    max-width: 575px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1200px){
  .container{
    max-width: 1200px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1384px){
  .container{
    max-width: 1384px;
  }
}
.aspect-h-\[187\]{
  --tw-aspect-h: 187;
}
.aspect-h-\[190\]{
  --tw-aspect-h: 190;
}
.aspect-h-\[228\]{
  --tw-aspect-h: 228;
}
.aspect-h-\[235\]{
  --tw-aspect-h: 235;
}
.aspect-h-\[240\]{
  --tw-aspect-h: 240;
}
.aspect-h-\[250\]{
  --tw-aspect-h: 250;
}
.aspect-h-\[258\]{
  --tw-aspect-h: 258;
}
.aspect-h-\[260\]{
  --tw-aspect-h: 260;
}
.aspect-h-\[262\]{
  --tw-aspect-h: 262;
}
.aspect-h-\[273\]{
  --tw-aspect-h: 273;
}
.aspect-h-\[292\]{
  --tw-aspect-h: 292;
}
.aspect-h-\[412\]{
  --tw-aspect-h: 412;
}
.aspect-h-\[581\]{
  --tw-aspect-h: 581;
}
.aspect-w-\[220\]{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 220;
}
.aspect-w-\[220\] > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-w-\[280\]{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 280;
}
.aspect-w-\[280\] > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-w-\[326\]{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 326;
}
.aspect-w-\[326\] > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-w-\[345\]{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 345;
}
.aspect-w-\[345\] > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-w-\[360\]{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 360;
}
.aspect-w-\[360\] > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-w-\[361\]{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 361;
}
.aspect-w-\[361\] > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-w-\[375\]{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 375;
}
.aspect-w-\[375\] > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-w-\[617\]{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 617;
}
.aspect-w-\[617\] > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-w-\[870\]{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 870;
}
.aspect-w-\[870\] > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.form-input,.form-textarea,.form-select,.form-multiselect{
  -webkit-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #A7B1B7;
  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::-webkit-input-placeholder, .form-textarea::-webkit-input-placeholder{
  color: #A7B1B7;
  opacity: 1;
}
.form-input::placeholder,.form-textarea::placeholder{
  color: #A7B1B7;
  opacity: 1;
}
.form-input::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}
.form-input::-webkit-date-and-time-value{
  min-height: 1.5em;
}
.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='%23A7B1B7' 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-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: #A7B1B7;
  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");
}
.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");
}
.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;
}
.form-checkbox:indeterminate:hover,.form-checkbox:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}
/* global components */
/****************************/
/* Fonts */
/****************************/
@font-face {
  font-family: 'Buckeye Sans';
  src: 
    url(/themes/cvm2023fire/dist/fonts/BuckeyeSansBlack-Regular.woff2) format('woff2'),
    url(/themes/cvm2023fire/dist/fonts/BuckeyeSansBlack-Regular.woff) format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Buckeye Sans';
  src: 
    url(/themes/cvm2023fire/dist/fonts/BuckeyeSansExtraBold-Regular.woff2) format('woff2'),
    url(/themes/cvm2023fire/dist/fonts/BuckeyeSansExtraBold-Regular.woff) format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Buckeye Sans';
  src: 
    url(/themes/cvm2023fire/dist/fonts/BuckeyeSans-Bold.woff2) format('woff2'),
    url(/themes/cvm2023fire/dist/fonts/BuckeyeSans-Bold.woff) format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Buckeye Sans';
  src: 
    url(/themes/cvm2023fire/dist/fonts/BuckeyeSansSemiBold-Regular.woff2) format('woff2'),
    url(/themes/cvm2023fire/dist/fonts/BuckeyeSansSemiBold-Regular.woff) format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Buckeye Sans';
  src: 
    url(/themes/cvm2023fire/dist/fonts/BuckeyeSans-Regular.woff2) format('woff2'),
    url(/themes/cvm2023fire/dist/fonts/BuckeyeSans-Regular.woff) format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Buckeye Serif';
  src: 
    url(/themes/cvm2023fire/dist/fonts/BuckeyeSerifBlack-Regular.woff2) format('woff2'),
    url(/themes/cvm2023fire/dist/fonts/BuckeyeSerifBlack-Regular.woff) format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Buckeye Serif';
  src: 
    url(/themes/cvm2023fire/dist/fonts/BuckeyeSerif-Bold.woff2) format('woff2'),
    url(/themes/cvm2023fire/dist/fonts/BuckeyeSerif-Bold.woff) format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Buckeye Serif';
  src: 
    url(/themes/cvm2023fire/dist/fonts/BuckeyeSerifSemiBold-Regular.woff2) format('woff2'),
    url(/themes/cvm2023fire/dist/fonts/BuckeyeSerifSemiBold-Regular.woff) format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Buckeye Serif';
  src: 
    url(/themes/cvm2023fire/dist/fonts/BuckeyeSerif-Regular.woff2) format('woff2'),
    url(/themes/cvm2023fire/dist/fonts/BuckeyeSerif-Regular.woff) format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/****************************/
/* Scaffolding */
/****************************/
html{
  scroll-padding-top: 140px;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
@media (min-width: 1200px){
  html{
    scroll-padding-top: 2.5rem;
  }
}
body:has(.event-type-list) .ajax-progress{
  display: none;
}
img{
  max-width: 100%;
}
svg{
  height: auto;
  width: 100%;
  max-width: 100%;
}
pre{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(239 241 242 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(100 106 110 / var(--tw-text-opacity));
}
hr{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
/* Code for Firefox */
::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(100 106 110 / 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;
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scroll-container{
  position: relative;
  display: flex;
  align-items: center;
  overflow-x: scroll;
  padding-left: 1rem;
}
.scroll-container::after{
  right: 0px;
  top: 0px;
  content: var(--tw-content);
  padding-right: 2rem;
}
@media (min-width: 768px){
  .scroll-container{
    padding-left: 2rem;
  }
}
@media (min-width: 1200px){
  .scroll-container{
    padding-left: 0px;
  }
  .scroll-container::after{
    content: var(--tw-content);
    padding-right: 0px;
  }
}
@media only screen and (min-width: 2200px) {
.section-heading-container {
    max-width: 1600px;
    margin: auto
}
  }
.dropdowns .active{
  --tw-bg-opacity: 1;
  background-color: rgb(100 106 110 / var(--tw-bg-opacity));
}
.dropdowns .active .filter-label{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
/****************************/
/* Typography */
/****************************/
html,
body{
  font-family: Buckeye Sans, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(33 35 37 / var(--tw-text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.heading-1,
.heading-2,
.heading-3,
.heading-4,
.heading-5,
.heading-6{
  font-family: Buckeye Serif, Lucida Grande, Tahoma, sans-serif;
  font-weight: 700;
}
.heading-1{
  font-size: 50px;
  line-height: 54px;
}
@media (min-width: 768px){
  .heading-1{
    font-size: 54px;
    line-height: 58px;
  }
}
.heading-2{
  font-size: 40px;
  line-height: 44px;
}
@media (min-width: 768px){
  .heading-2{
    font-size: 46px;
    line-height: 50px;
  }
}
.heading-3{
  font-size: 28px;
  line-height: 32px;
}
@media (min-width: 768px){
  .heading-3{
    font-size: 36px;
    line-height: 40px;
  }
}
.heading-4{
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 768px){
  .heading-4{
    font-size: 24px;
    line-height: 28px;
  }
}
.heading-4-sans{
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 768px){
  .heading-4-sans{
    font-size: 24px;
    line-height: 28px;
  }
}
.heading-5{
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 768px){
  .heading-5{
    font-size: 20px;
    line-height: 24px;
  }
}
.heading-6{
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px){
  .heading-6{
    font-size: 18px;
    line-height: 22px;
  }
}
.callout-headline{
  font-family: Buckeye Serif, Lucida Grande, Tahoma, sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 40px;
}
.body-lg{
  display: block;
  font-size: 14px;
  line-height: 24.64px;
}
@media (min-width: 768px){
  .body-lg{
    font-size: 18px;
    line-height: 27px;
  }
}
.body-sm{
  display: block;
  font-size: 14px;
  line-height: 18px;
}
.caption{
  font-size: 14px;
  line-height: 21px;
  --tw-text-opacity: 1;
  color: rgb(100 106 110 / var(--tw-text-opacity));
}
.eyebrow{
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 0.09em;
}
.eyebrow-sm{
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 19.1px;
  letter-spacing: 1.26px;
  --tw-text-opacity: 1;
  color: rgb(186 12 47 / var(--tw-text-opacity));
}
.quote{
  font-family: Buckeye Serif, Lucida Grande, Tahoma, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}
@media (min-width: 768px){
  .quote{
    font-size: 32px;
    line-height: 43.2px;
  }
}
.filter-label{
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1px;
}
.category-tag{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1px;
}
.category-tag.bg-yellow-500{
  --tw-text-opacity: 1;
  color: rgb(76 55 0 / var(--tw-text-opacity));
}
.category-tag.bg-teal-800{
  --tw-text-opacity: 1;
  color: rgb(0 9 10 / var(--tw-text-opacity));
}
.category-tag.bg-teal-500{
  --tw-text-opacity: 1;
  color: rgb(11 31 33 / var(--tw-text-opacity));
}
.category-tag.bg-gray-500,
  .category-tag.bg-primary-500,
  .category-tag.bg-primary-700{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.list-item{
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}
.detail{
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
.detail-sm{
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
}
.nav-secondary{
  font-size: 14px;
  font-weight: 700;
  line-height: 19.2px;
}
/****************************/
/* Ajax Progress */
/****************************/
.ajax-progress.ajax-progress-fullscreen {
/* @apply fixed top-0 left-0;
  @apply flex items-center justify-center w-full h-full;
  z-index: 999;
  display:none;   

  &::before {
    content: '';
    @apply absolute top-0 bottom-0 left-0 right-0;
    @apply bg-gray-600 opacity-75;
      display:none;  
  }

  &::after {
    content: '';
    @apply relative z-10;
    @apply w-24 h-24;
    @apply bg-center bg-no-repeat bg-contain;
    background-image: url(/theme/assets/media/svgs/spinner.svg);
  }
*/
   display:none;  /*Removing ajax loading screen */
}
/****************************/
/* Buttons */
/****************************/
/* {# Removed hover:text-white focus-visible:text-white from button code that was causing it to be white on white. Disocvered something was causing the red bg to be missing. Not sure what - maybe the focus-visible? I tested and reubilt so that hover SHOULD give red BG and white text. -arcadian.1 11-28-2023 #}  */
button{
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.button-primary{
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 16.37px;
  letter-spacing: 0.09em;
  --tw-text-opacity: 1;
  color: rgb(33 35 37 / var(--tw-text-opacity));
  text-decoration-line: none;
  position: relative;
  --tw-shadow: 0px 4px 4px rgba(0, 0, 0, 0.02);
  --tw-shadow-colored: 0px 4px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-drop-shadow: drop-shadow(0px 4px 34px rgba(0, 0, 0, 0.1));
  -webkit-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: 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);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.button-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.group:hover .button-primary{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button-primary:hover{
  --tw-shadow: 0px 7px 14px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0px 7px 14px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-drop-shadow: drop-shadow(0px 7px 14px rgba(0, 0, 0, 0.1));
  -webkit-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: 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);
}
.button-primary::before{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(186 12 47 / var(--tw-bg-opacity));
  transition-property: all;
  transition-duration: 300ms;
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.group:hover .button-primary::before{
  content: var(--tw-content);
  width: 100%;
}
.button-primary-inner{
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 5rem;
}
.button-primary:hover:before, .button-primary:focus-visible:before{
  width: 100%;
}
.button-filter{
  padding: 0.5rem;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 1px;
  --tw-text-opacity: 1;
  color: rgb(33 35 37 / var(--tw-text-opacity));
}
.button-filter:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(223 227 229 / var(--tw-bg-opacity));
}
.button-filter:focus-visible{
  --tw-bg-opacity: 1;
  background-color: rgb(223 227 229 / var(--tw-bg-opacity));
}
/****************************/
/* Forms */
/****************************/
input:focus,
select:focus,
textarea: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;
}
.webform-required{
  margin-bottom: 3rem;
}
.form-input-label,
label{
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 1px;
  --tw-text-opacity: 1;
  color: rgb(33 35 37 / var(--tw-text-opacity));
  margin-bottom: 0.75rem;
}
fieldset{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px){
  fieldset{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
fieldset{
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 248 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
}
fieldset .fieldset-wrapper .form-item{
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px){
  fieldset .fieldset-wrapper .form-item{
    margin-bottom: 2rem;
  }
}
legend{
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 1px;
  --tw-text-opacity: 1;
  color: rgb(33 35 37 / var(--tw-text-opacity));
  margin-bottom: 1.5rem;
}
fieldset fieldset{
  margin-top: 2.5rem;
  border-width: 1.5px !important;
  border-style: solid;
  --tw-border-opacity: 1 !important;
  border-color: rgb(207 212 216 / var(--tw-border-opacity)) !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
fieldset fieldset legend{
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 0.75rem;
}
fieldset fieldset .fieldset-wrapper{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.form-input[type='text'],
.form-input[type='date'],
.form-select,
.form-textarea{
  border-top-color: rgb(223 227 229 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(223 227 229 / var(--tw-border-opacity)) !important;
  border-left-color: rgb(223 227 229 / var(--tw-border-opacity)) !important;
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(33 35 37 / var(--tw-border-opacity)) !important;
  font-size: 18px !important;
  line-height: 22px !important;
}
.form-input[type='text']::-webkit-input-placeholder, .form-input[type='date']::-webkit-input-placeholder, .form-select::-webkit-input-placeholder, .form-textarea::-webkit-input-placeholder{
  --tw-text-opacity: 1;
  color: rgb(100 106 110 / var(--tw-text-opacity));
}
.form-input[type='text']::placeholder,
.form-input[type='date']::placeholder,
.form-select::placeholder,
.form-textarea::placeholder{
  --tw-text-opacity: 1;
  color: rgb(100 106 110 / var(--tw-text-opacity));
}
.form-input[type='text'],
.form-input[type='date'],
.form-select,
.form-textarea{
  padding: 0.75rem !important;
  width: 100%;
}
.form-input[type='text'],
.form-input[type='date']{
  border-bottom-width: 2.5px !important;
}
.form-input[type='text']:focus,
.form-input[type='date']:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(33 35 37 / var(--tw-border-opacity)) !important;
}
.form-select,
.form-textarea{
  border-radius: 0px;
  border-top-width: 1.5px !important;
  border-right-width: 1.5px !important;
  border-bottom-width: 2.5px !important;
}
.form-select:focus,
.form-textarea:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(33 35 37 / var(--tw-border-opacity)) !important;
}
.form-select{
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgcm9sZT0iaW1nIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIiBjbGFzcz0ie3sgY2xhc3MgPyBjbGFzcyB9fSI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNNDQxLjkgMTY3LjNsLTE5LjgtMTkuOGMtNC43LTQuNy0xMi4zLTQuNy0xNyAwTDIyNCAzMjguMiA0Mi45IDE0Ny41Yy00LjctNC43LTEyLjMtNC43LTE3IDBMNi4xIDE2Ny4zYy00LjcgNC43LTQuNyAxMi4zIDAgMTdsMjA5LjQgMjA5LjRjNC43IDQuNyAxMi4zIDQuNyAxNyAwbDIwOS40LTIwOS40YzQuNy00LjcgNC43LTEyLjMgMC0xN3oiPjwvcGF0aD48L3N2Zz4g);
  background-position: right 10px center;
  background-size: 15px 15px;
}
.form-disabled{
  opacity: 0.4;
}
textarea.form-input,
.form-textarea{
  min-height: 7rem;
}
.radios--wrapper legend, .checkboxes--wrapper legend{
  margin-bottom: 0.5rem;
}
.radios--wrapper .fieldset-wrapper > div, .checkboxes--wrapper .fieldset-wrapper > div{
  margin-top: 0.75rem;
}
.cvm2023fire-page .js-form-type-checkbox,
.cvm2023fire-page .form-item-radio{
  position: relative;
  margin-bottom: 0px !important;
  display: flex !important;
  cursor: pointer;
  flex-direction: column;
  align-items: flex-start;
}
.cvm2023fire-page .js-form-type-checkbox input, .cvm2023fire-page .form-item-radio input{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 0px;
  width: 0px;
  opacity: 0;
}
.cvm2023fire-page .js-form-type-checkbox input:checked ~ label:after, .cvm2023fire-page .form-item-radio input:checked ~ label:after{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  -webkit-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: 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: 1;
}
.cvm2023fire-page .js-form-type-checkbox input:focus ~ label:before, .cvm2023fire-page .form-item-radio input:focus ~ label:before{
  --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, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(186 12 47 / var(--tw-ring-opacity));
  --tw-ring-offset-width: 2px;
}
.cvm2023fire-page .js-form-type-checkbox label:after, .cvm2023fire-page .form-item-radio label:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0.375rem;
    display: block;
    height: 15px;
    width: 15px;
    --tw-scale-x: 0;
    --tw-scale-y: 0;
    -webkit-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: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-bg-opacity: 1;
    background-color: rgb(186 12 47 / var(--tw-bg-opacity));
    opacity: 0;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-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-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .category-tag.cvm2023fire-page .js-form-type-checkbox label:after,
  .category-tag .cvm2023fire-page .form-item-radio label:after{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

                .full-calendar .ui-datepicker tbody tr td.has-event [data-cal-event].cvm2023fire-page .js-form-type-checkbox label > [data-cal-event-title]:after,
                .full-calendar .ui-datepicker tbody tr td.has-event [data-cal-event] .cvm2023fire-page .form-item-radio label > [data-cal-event-title]:after{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.cvm2023fire-page .js-form-type-checkbox label, .cvm2023fire-page .form-item-radio label{
  padding-left: 1.75rem;
  font-family: Buckeye Sans, Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(33 35 37 / var(--tw-text-opacity));
  font-size: 18px;
  line-height: 27px;
}
.group:focus-within .cvm2023fire-page .js-form-type-checkbox label,.group:focus-within  .cvm2023fire-page .form-item-radio label{
  --tw-text-opacity: 1;
  color: rgb(186 12 47 / var(--tw-text-opacity));
}
.cvm2023fire-page .js-form-type-checkbox label:before, .cvm2023fire-page .form-item-radio label:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0.375rem;
    display: block;
    height: 15px;
    width: 15px;
    box-sizing: border-box;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(33 35 37 / var(--tw-border-opacity));
  }
.cvm2023fire-page .form-item-radio label:after{
  border-radius: 9999px;
}
.cvm2023fire-page .form-item-radio label:before{
  border-radius: 9999px;
}
.form-managed-file{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.form-managed-file .form-input{
  padding-bottom: 0.75rem;
}
.form-managed-file .description{
  margin-top: 0.5rem;
}
.form-managed-file input[type='submit']{
  margin-top: 0.5rem !important;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(191 198 203 / var(--tw-bg-opacity));
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.form-managed-file input[type='submit']:hover{
  --tw-text-opacity: 1;
  color: rgb(33 35 37 / var(--tw-text-opacity));
}
.form-managed-file input[type='submit']:focus-visible{
  --tw-text-opacity: 1;
  color: rgb(33 35 37 / var(--tw-text-opacity));
}
.field-prefix,
.description{
  margin-top: 0.5rem;
  display: block;
  font-size: 13px;
  line-height: 17px;
  --tw-text-opacity: 1;
  color: rgb(41 40 38 / var(--tw-text-opacity));
}
.image-widget{
  display: flex;
  align-items: center;
}
.image-widget .button{
  margin-left: 0.75rem;
}
.webform-flexbox{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
/* Removes Chrome autofill yellow */
@-webkit-keyframes autofill {
  to{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(33 35 37 / var(--tw-text-opacity));
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.form-submit-wrapper{
  position: relative;
  width: 100%;
  max-width: 193px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 0.09em;
  --tw-text-opacity: 1;
  color: rgb(33 35 37 / var(--tw-text-opacity));
  --tw-shadow: 0px 4px 4px rgba(0, 0, 0, 0.02);
  --tw-shadow-colored: 0px 4px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-drop-shadow: drop-shadow(0px 4px 34px rgba(0, 0, 0, 0.1));
  -webkit-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: 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);
}
.form-submit-wrapper:hover{
  --tw-shadow: 0px 7px 14px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0px 7px 14px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-drop-shadow: drop-shadow(0px 7px 14px rgba(0, 0, 0, 0.1));
  -webkit-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: 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);
}
.form-submit-wrapper::before{
  pointer-events: none;
  position: absolute;
  right: 0.5rem;
  top: 0px;
  z-index: 1;
  display: flex;
  height: 66px;
  width: 66px;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(186 12 47 / var(--tw-bg-opacity));
  content: var(--tw-content);
  transition-property: width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.form-submit-wrapper:hover::before{
  content: var(--tw-content);
  width: 100%;
}
.form-submit-wrapper::after{
  pointer-events: none;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
  height: 66px;
  width: 0.5rem;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(112 7 28 / var(--tw-bg-opacity));
}
.form-submit-wrapper:focus-visible{
  --tw-shadow: 0px 7px 14px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0px 7px 14px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-drop-shadow: drop-shadow(0px 7px 14px rgba(0, 0, 0, 0.1));
  -webkit-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: 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);
}
.form-submit-wrapper:focus-visible::before{
  content: var(--tw-content);
  width: 100%;
}
.form-submit-wrapper:focus-visible input{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.form-submit-wrapper:before {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='24' viewBox='0 0 18 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L14 12L2 22' stroke='white' stroke-width='4'/%3E%3C/svg%3E%0A");
    background-size: 20px;
    background-position: right 23px center;
    background-repeat: no-repeat;
  }
.form-submit-wrapper input{
  z-index: 2;
  cursor: pointer;
  background-color: transparent;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 28px;
  padding-right: 102px;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  -webkit-filter: none;
          filter: none;
}
.form-submit-wrapper input:hover{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  -webkit-filter: none;
          filter: none;
}
.form-input.error{
  border-bottom-width: 2px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(186 12 47 / var(--tw-border-opacity)) !important;
}
.form-textarea.error,
.form-select.error{
  border-width: 2px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(186 12 47 / var(--tw-border-opacity)) !important;
}
.form-checkbox .error,
.form-radio .error{
  display: none !important;
}
label.error{
  position: relative;
  margin-top: 0.75rem;
  padding-left: 21px;
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(186 12 47 / var(--tw-text-opacity));

  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6.5' cy='6.5' r='6.5' fill='%23BA0C2F'/%3E%3Cpath d='M3.9707 3.9707L9.00013 9.00013' stroke='white' stroke-width='2'/%3E%3Cpath d='M3.9707 9.00024L9.00013 3.97082' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-position: left 0 center;
  background-repeat: no-repeat;
  background-size: 13px;
}
.form-type-checkbox label.error,
.form-type-radio label.error{
  order: 1 !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  display: flex !important;
}
.form-type-checkbox label.error:before,
.form-type-radio label.error:before,
.form-type-checkbox label.error:after,
.form-type-radio label.error:after{
  display: none !important;
}
/****************************/
/* Links */
/****************************/
a{
  --tw-text-opacity: 1;
  color: rgb(186 12 47 / var(--tw-text-opacity));
  text-decoration-line: none;
}
a:hover{
  --tw-text-opacity: 1;
  color: rgb(186 12 47 / var(--tw-text-opacity));
}
a:focus-visible{
  --tw-text-opacity: 1;
  color: rgb(186 12 47 / var(--tw-text-opacity));
}
a{
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;

   /* Removing this for now. It's hiding half the styling on buttons because bonfire red set it up with ::before. Need to research, but a few things indicate this is a bad way to do it. Maybe use aria hidden in the future? https://stackoverflow.com/questions/67035766/how-do-screenreaders-handle-before-and-after arcadian.1 01-30-2024  */ 
  /* &[target='_blank']::before {
    content: '(opens in a new window) ';
    @apply sr-only;
  }*/
}
.link{
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  font-size: 16px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(33 35 37 / var(--tw-text-opacity));
}
.link:hover{
  --tw-text-opacity: 1;
  color: rgb(186 12 47 / var(--tw-text-opacity));
}
.link:focus-visible{
  --tw-text-opacity: 1;
  color: rgb(186 12 47 / var(--tw-text-opacity));
}
.link{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.link-primary{
  position: relative;
  margin-right: 3rem;
  gap: 1rem;
  padding-right: 1rem;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 0.09em;
  --tw-text-opacity: 1;
  color: rgb(33 35 37 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.link-primary::after{
  position: absolute;
  left: 100%;
  height: 0.25rem;
  width: 3rem;
  --tw-bg-opacity: 1;
  background-color: rgb(186 12 47 / var(--tw-bg-opacity));
  content: var(--tw-content);
  transition-property: width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.link-primary::before{
  position: absolute;
  left: 100%;
  height: 100%;
  content: var(--tw-content);
  width: 3rem;
}
@media (min-width: 1200px) {
.link-primary:hover{
    --tw-text-opacity: 1;
    color: rgb(33 35 37 / var(--tw-text-opacity));
  }
.link-primary:hover::after{
    width: 1.5rem;
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(186 12 47 / var(--tw-bg-opacity));
  }
.link-primary:focus-visible{
    --tw-text-opacity: 1;
    color: rgb(33 35 37 / var(--tw-text-opacity));
  }
.link-primary:focus-visible::after{
    width: 1.5rem;
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(186 12 47 / var(--tw-bg-opacity));
  }
.link-primary:active{
    --tw-text-opacity: 1;
    color: rgb(33 35 37 / var(--tw-text-opacity));
  }
.link-primary:active::after{
    width: 1.5rem;
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(186 12 47 / var(--tw-bg-opacity));
  }
    }
.link-sm{
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.1px;
}
.pagination{
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
}
.pagination a.page-link{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(100 106 110 / var(--tw-text-opacity));
}
.pagination .pager__item{
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .is-active a.page-link{
  --tw-bg-opacity: 1;
  background-color: rgb(239 241 242 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(33 35 37 / var(--tw-text-opacity));
}
/****************************/
/* Skip to Main */
/****************************/
.skip-to-main{
  left: -999px;
  z-index: -999;
}
.skip-to-main:focus,
.skip-to-main:active{
  top: auto;
  left: auto;
  z-index: 1001;
  height: auto;
  width: auto;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
/* admin */
/****************************/
/* Admin Local Tasks */
/****************************/
#block-cvm2023fire-primary-local-tasks{
  display: flex;
  max-width: 100%;
  align-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(33 35 37 / var(--tw-bg-opacity));
  padding: 0.75rem;
}
.is-logged-in #block-cvm2023fire-primary-local-tasks{
  position: fixed;
  z-index: 51;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(33 35 37 / var(--tw-bg-opacity));
  padding-left: 2rem;
    bottom: 25px;
    left: 25px;
}
#block-cvm2023fire-primary-local-tasks ul{
  display: flex;
  list-style-type: none;
}
#block-cvm2023fire-primary-local-tasks ul li{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
#block-cvm2023fire-primary-local-tasks ul li a{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}
/****************************/
/* Admin User */
/****************************/
.user-login-form,
.user-pass,
.user-register-form{
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: flex;
  max-width: 42rem;
  flex-direction: column;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px){
  .user-login-form,
.user-pass,
.user-register-form{
    padding-left: 0px;
    padding-right: 0px;
  }
}
.user-pass > p{
  margin-bottom: 1rem;
  font-size: 14px;
  font-style: italic;
    margin-top: -0.75rem;
}
.user-login-form .form-item{
  margin-bottom: 1.5rem;
}
.user-login-form .form-item input{
  border-top-color: rgb(223 227 229 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(223 227 229 / var(--tw-border-opacity)) !important;
  border-left-color: rgb(223 227 229 / var(--tw-border-opacity)) !important;
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(33 35 37 / var(--tw-border-opacity)) !important;
  font-size: 18px !important;
  line-height: 22px !important;
}
.user-login-form .form-item input::-webkit-input-placeholder{
  --tw-text-opacity: 1;
  color: rgb(100 106 110 / var(--tw-text-opacity));
}
.user-login-form .form-item input::placeholder{
  --tw-text-opacity: 1;
  color: rgb(100 106 110 / var(--tw-text-opacity));
}
.user-login-form .form-item input{
  border-bottom-width: 2.5px !important;
}
.user-login-form .form-item input:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(33 35 37 / var(--tw-border-opacity)) !important;
}
.user-login-form .form-item input{
  padding: 0.75rem !important;
  max-width: 100%;
}
.user-login-form .description{
  margin-top: 0.5rem;
  display: block;
}
.user-login-form .form-actions{
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  position: relative;
  --tw-shadow: 0px 4px 4px rgba(0, 0, 0, 0.02);
  --tw-shadow-colored: 0px 4px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-drop-shadow: drop-shadow(0px 4px 34px rgba(0, 0, 0, 0.1));
  -webkit-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: 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);
}
.user-login-form .form-actions:hover{
  --tw-shadow: 0px 7px 14px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0px 7px 14px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-drop-shadow: drop-shadow(0px 7px 14px rgba(0, 0, 0, 0.1));
  -webkit-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: 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);
}
.user-login-form .form-actions{
  position: relative;
  width: 100%;
  min-width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 0.09em;
  --tw-text-opacity: 1;
  color: rgb(33 35 37 / var(--tw-text-opacity));
  --tw-shadow: 0px 4px 4px rgba(0, 0, 0, 0.02);
  --tw-shadow-colored: 0px 4px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-drop-shadow: drop-shadow(0px 4px 34px rgba(0, 0, 0, 0.1));
  -webkit-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: 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);
}
.user-login-form .form-actions:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0px 7px 14px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0px 7px 14px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-drop-shadow: drop-shadow(0px 7px 14px rgba(0, 0, 0, 0.1));
  -webkit-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: 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);
}
.group:hover .user-login-form .form-actions{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.user-login-form .form-actions { 
     /* max-w-[193px] hover:before:w-full hover:before:z-[1]*/
  }
.user-login-form .form-actions::before{
  pointer-events: none;
  position: absolute;
  right: 0.5rem;
  top: 0px;
  z-index: 1;
  display: flex;
  height: 66px;
  width: 66px;
  align-items: center;
  justify-content: center;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(186 12 47 / var(--tw-bg-opacity));
}
.user-login-form .form-actions {
       /* group-hover:before:w-full hover:before:w-full before:transition-[width] */
  }
.user-login-form .form-actions::after{
  pointer-events: none;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
  height: 66px;
  width: 0.5rem;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(112 7 28 / var(--tw-bg-opacity));
}
.user-login-form .form-actions:hover,
    .user-login-form .form-actions:focus-visible{
  --tw-bg-opacity: 1;
  background-color: rgb(186 12 47 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

  .category-tag.user-login-form .form-actions:hover,
  .category-tag
    .user-login-form .form-actions:focus-visible{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

                .full-calendar .ui-datepicker tbody tr td.has-event [data-cal-event].user-login-form .form-actions:hover > [data-cal-event-title],
                .full-calendar .ui-datepicker tbody tr td.has-event [data-cal-event]
    .user-login-form .form-actions:focus-visible > [data-cal-event-title]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.user-login-form .form-actions:before {
      background-image: url("data:image/svg+xml,%3Csvg width='18' height='24' viewBox='0 0 18 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L14 12L2 22' stroke='white' stroke-width='4'/%3E%3C/svg%3E%0A");
      background-size: 20px;
      background-position: right 23px center;
      background-repeat: no-repeat;
    }
.user-login-form .form-actions input{
  z-index: 2;
  min-width: 100%;
  cursor: pointer;
  background-color: transparent;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 28px;
  padding-right: 102px;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  -webkit-filter: none;
          filter: none;
}
.user-login-form .form-actions input:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  -webkit-filter: none;
          filter: none;
}
/* User login form styling */
.cvm2023fire-page #block-cvm2023fire-content > form:not(.user-login-form){
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 768px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 1200px){
  .cvm2023fire-page #block-cvm2023fire-content > form:not(.user-login-form){
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
.cvm2023fire-page #block-cvm2023fire-content > form:not(.user-login-form) input[type="submit"]{
  position: relative;
  margin-top: 2.5rem;
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(186 12 47 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 0.09em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0px 4px 4px rgba(0, 0, 0, 0.02);
  --tw-shadow-colored: 0px 4px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-drop-shadow: drop-shadow(0px 4px 34px rgba(0, 0, 0, 0.1));
  -webkit-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: 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);
}

  .category-tag.cvm2023fire-page #block-cvm2023fire-content > form:not(.user-login-form) input[type="submit"]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

                .full-calendar .ui-datepicker tbody tr td.has-event [data-cal-event].cvm2023fire-page #block-cvm2023fire-content > form:not(.user-login-form) input[type="submit"] > [data-cal-event-title]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.cvm2023fire-page #block-cvm2023fire-content > form:not(.user-login-form) input[type="submit"]:hover{
  --tw-shadow: 0px 7px 14px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0px 7px 14px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-drop-shadow: drop-shadow(0px 7px 14px rgba(0, 0, 0, 0.1));
  -webkit-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: 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);
  cursor: pointer;
}
.cvm2023fire-page #block-cvm2023fire-content > form:not(.user-login-form) input[type="submit"]:focus-visible{
  --tw-shadow: 0px 7px 14px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0px 7px 14px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-drop-shadow: drop-shadow(0px 7px 14px rgba(0, 0, 0, 0.1));
  -webkit-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: 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);
}
.cvm2023fire-page #block-cvm2023fire-content > form:not(.user-login-form) input[type="submit"]:focus-visible::before{
  content: var(--tw-content);
  width: 100%;
}
.simplesamlphp-auth-login-link{
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  z-index: 2 !important;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 28px;
  padding-right: 28px;
}
.group:hover .simplesamlphp-auth-login-link{
  z-index: 2 !important;
}
.simplesamlphp-auth-login-link{
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 16.37px;
  letter-spacing: 0.09em;
  --tw-text-opacity: 1;
  color: rgb(33 35 37 / var(--tw-text-opacity));
  text-decoration-line: none;
  position: relative;
  --tw-shadow: 0px 4px 4px rgba(0, 0, 0, 0.02);
  --tw-shadow-colored: 0px 4px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-drop-shadow: drop-shadow(0px 4px 34px rgba(0, 0, 0, 0.1));
  -webkit-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: 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);
}
.simplesamlphp-auth-login-link:hover{
  --tw-shadow: 0px 7px 14px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0px 7px 14px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-drop-shadow: drop-shadow(0px 7px 14px rgba(0, 0, 0, 0.1));
  -webkit-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: 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);
}
.simplesamlphp-auth-login-link:hover,
    .simplesamlphp-auth-login-link:focus-visible{
  z-index: 2 !important;
  --tw-bg-opacity: 1;
  background-color: rgb(186 12 47 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

  .category-tag.simplesamlphp-auth-login-link:hover,
  .category-tag
    .simplesamlphp-auth-login-link:focus-visible{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

                .full-calendar .ui-datepicker tbody tr td.has-event [data-cal-event].simplesamlphp-auth-login-link:hover > [data-cal-event-title],
                .full-calendar .ui-datepicker tbody tr td.has-event [data-cal-event]
    .simplesamlphp-auth-login-link:focus-visible > [data-cal-event-title]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.simplesamlphp-auth-login-link{
  position: relative;
  width: 100%;
  min-width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 0.09em;
  --tw-text-opacity: 1;
  color: rgb(33 35 37 / var(--tw-text-opacity));
  --tw-shadow: 0px 4px 4px rgba(0, 0, 0, 0.02);
  --tw-shadow-colored: 0px 4px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-drop-shadow: drop-shadow(0px 4px 34px rgba(0, 0, 0, 0.1));
  -webkit-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: 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);
}
.simplesamlphp-auth-login-link:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0px 7px 14px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0px 7px 14px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-drop-shadow: drop-shadow(0px 7px 14px rgba(0, 0, 0, 0.1));
  -webkit-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: 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);
}
.group:hover .simplesamlphp-auth-login-link{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.simplesamlphp-auth-login-link::before{
  pointer-events: none;
  position: absolute;
  right: 0.5rem;
  top: 0px;
  z-index: 1 !important;
  display: flex;
  height: 66px;
  width: 66px;
  align-items: center;
  justify-content: center;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(186 12 47 / var(--tw-bg-opacity));
}
.simplesamlphp-auth-login-link::after{
  pointer-events: none;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
  height: 66px;
  width: 0.5rem;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(112 7 28 / var(--tw-bg-opacity));
}
/* max-w-[193px] hover:before:w-full hover:before:z-[1]*/
/* group-hover:before:w-full hover:before:w-full before:transition-[width] */
.simplesamlphp-auth-login-link:before {
      background-image: url("data:image/svg+xml,%3Csvg width='18' height='24' viewBox='0 0 18 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L14 12L2 22' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
      background-size: 20px;
      background-position: right 23px center;
      background-repeat: no-repeat;
      z-index: 1 !important;
    }
.simplesamlphp-auth-login-link-filter{
  padding: 0.5rem;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 1px;
  --tw-text-opacity: 1;
  color: rgb(33 35 37 / var(--tw-text-opacity));
}
.simplesamlphp-auth-login-link-filter:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(223 227 229 / var(--tw-bg-opacity));
}
.simplesamlphp-auth-login-link-filter:focus-visible{
  --tw-bg-opacity: 1;
  background-color: rgb(223 227 229 / var(--tw-bg-opacity));
}
/* This overrides some areas to make sure the drop shadows aren't cut off on the user login form */
.local-login, 
.local-login-body.active, 
.local-login.active {overflow:visible !Important;}
.local-login-header {

}
.local-login-body {
  padding: 0 18px;
max-height: 0;
overflow: hidden;
/* transition: max-height .4s ease-out; */
}
/****************************/
/* Admin Misc */
/****************************/
body.toolbar-fixed #toolbar-administration{
  position: relative;
}
#toolbar-bar{
  z-index: 1005;
}
#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(100 106 110 / var(--tw-text-opacity));
  border-style: none;
        border-bottom: 3px solid #646A6E;
}
.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 #646A6E !important;
      }
.ipe-category-picker-top .vertical-tabs__panes {
      margin-top: 20px;
    }
.is-logged-in #drupal-live-announce{
  display: none;
}
/*@import './assets/styles/admin/wizzy'; 
Moved out of "admin" since it controls non-admin styles.  */
/****************************/
/*  Wizzy */
/*This was originally in admin, but actually controlled many non-admin styles. 
Moved the location of file and reference in theme.css for build. Kept file load order.  - arcadian.1 08/15/2023
/****************************/
/*Notes
 - Added overflow-hidden to .cvm2023fire-page .wizzy prevent aligned image issues - arcadian.1  11-7-23 
 - Switched to clear based on issues on backed. - arcadian.1 11-9-23 
 - Added display:table and table-caption to figure and figcaption to allow alignments on images with captions.  arcadian.1 01-20-24
*/
.wizzy{
  font-size: 16px;
  line-height: 24.64px;
}
.wizzy .text-align-center{
  text-align: center;
}
.wizzy .text-align-right{
  text-align: right;
}
.wizzy .text-align-left{
  text-align: left;
}
.wizzy .align-left{
  margin-right: 1.5rem;
  margin-bottom: 0.75rem;
}
.wizzy .align-right{
  margin-left: 1.5rem;
  margin-bottom: 0.75rem;
}
.wizzy .align-left img {
   /* @apply mr-6 mb-3 */
  }
.wizzy .align-right img {
    /* @apply ml-6 mb-3 */
  }
/* Figure Accommodations for alignment and width */
.wizzy figure{
  display: table;
}
.wizzy figcaption{
  display: table-caption;
  caption-side: bottom;
  --tw-bg-opacity: 1;
  background-color: rgb(239 241 242 / var(--tw-bg-opacity));
  padding: 1.25rem;
}
.wizzy figure.align-left img{
  margin-bottom: 0px;
}
.wizzy figure.align-right img{
  margin-bottom: 0px;
}
.wizzy figure.align-left figcaption{
  margin-bottom: 0.75rem;
}
.wizzy figure.align-right figcaption{
  margin-bottom: 0.75rem;
}
.wizzy b,
  .wizzy strong{
  font-weight: 700;
}
.wizzy h1,
  .wizzy h2,
  .wizzy h3,
  .wizzy h4,
  .wizzy h5,
  .wizzy h6,
  .wizzy p,
  .wizzy ul,
  .wizzy ol{
  margin-bottom: 1.5rem;
}
.wizzy h1:last-child,
  .wizzy h2:last-child,
  .wizzy h3:last-child,
  .wizzy h4:last-child,
  .wizzy h5:last-child,
  .wizzy h6:last-child,
  .wizzy p:last-child,
  .wizzy ul:last-child,
  .wizzy ol:last-child{
  margin-bottom: 0px;
}
.wizzy h1,
  .wizzy h2,
  .wizzy h3,
  .wizzy h4,
  .wizzy h5,
  .wizzy h6{
  font-family: Buckeye Serif, Lucida Grande, Tahoma, sans-serif;
  font-weight: 700;
}
.wizzy h1{
  font-size: 50px;
  line-height: 54px;
}
@media (min-width: 768px){
  .wizzy h1{
    font-size: 54px;
    line-height: 58px;
  }
}
.wizzy h2{
  font-size: 40px;
  line-height: 44px;
}
@media (min-width: 768px){
  .wizzy h2{
    font-size: 46px;
    line-height: 50px;
  }
}
.wizzy h3{
  font-size: 28px;
  line-height: 32px;
}
@media (min-width: 768px){
  .wizzy h3{
    font-size: 36px;
    line-height: 40px;
  }
}
.wizzy h4{
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 768px){
  .wizzy h4{
    font-size: 24px;
    line-height: 28px;
  }
}
.wizzy h5{
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 768px){
  .wizzy h5{
    font-size: 20px;
    line-height: 24px;
  }
}
.wizzy h6{
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px){
  .wizzy h6{
    font-size: 18px;
    line-height: 22px;
  }
}
.wizzy ul,
  .wizzy ol{
  margin-left: 1.75rem;
}
.wizzy li{
  margin-bottom: 1rem;
  padding-left: 0.75rem;
}
.wizzy li:last-child{
  margin-bottom: 0px;
}
.wizzy li::marker{
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(186 12 47 / var(--tw-text-opacity));
}
.wizzy ul{
  list-style-type: disc;
}
.wizzy ul ul{
  margin-top: 1rem;
      list-style-type: '◦';
}
.wizzy ul ul li{
  padding-left: 0.75rem;
}
.wizzy ul ul li::marker{
  font-weight: 700;
}
.wizzy ul ul ul{
  margin-top: 1rem;
        list-style-type: '—';
}
.wizzy ol{
  list-style-type: decimal;
}
.wizzy ol li{
  padding-left: 6px;
}
.wizzy ol ol{
  margin-top: 1rem;
      list-style-type: lower-alpha;
}
.wizzy ol ol ol{
  margin-top: 1rem;
        list-style-type: lower-roman;
}
.wizzy a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
}
.wizzy h1,
  .wizzy h2,
  .wizzy h3,
  .wizzy h4,
  .wizzy h5,
  .wizzy h6{
  margin-bottom: 1rem;
  padding-top: 0.5rem;
}
.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;
}
/*Not sure why padding top pushed to 0, but was cutting out things like (R) trademarks. arcadian.1 01-20-24 */
.wizzy--dark *{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.wizzy--dark a{
  --tw-text-opacity: 1;
  color: rgb(207 212 216 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.wizzy--dark a:focus-visible:hover{
  --tw-text-opacity: 1;
  color: rgb(207 212 216 / var(--tw-text-opacity));
}
.wizzy blockquote{
  margin: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(239 241 242 / var(--tw-bg-opacity));
  padding-top: 135px;
  padding-bottom: 54px;
  padding-left: 54px;
  padding-right: 54px;
  font-size: 24px;
  line-height: 29px;
}
@media (min-width: 1200px){
  .wizzy blockquote{
    grid-column: span 7 / span 7;
    grid-column-start: 2;
    margin-left: 6rem;
    margin-right: 6rem;
    padding-top: 54px;
    padding-bottom: 54px;
  }
}
/* lg:col-span-7 lg:col-start-2  - these don't do anything cause this isn't a grid item. The intent looks to be to constrain this, but they never thought through or teted it. Leaving in in case it's referenced somewhere else, but adding a margin to apply same effect. 
 lg:pl-[200px] removed arcadian.1 11-8-2023*/
.wizzy blockquote p{
  position: relative;
      /*bg-quotes removed arcadian.1 11-8-2023*/
}
.wizzy blockquote p:before{
  position: absolute;
  top: -20px;
  height: 59px;
  width: 82px;
  --tw-translate-y: -100%;
  -webkit-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: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-size: cover;
  --tw-content: '';
  content: var(--tw-content);
}
@media (min-width: 1200px){
  .wizzy blockquote p:before{
    top: 5px;
    left: -32px;
    --tw-translate-y: 0px;
    --tw-translate-x: -100%;
    -webkit-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: 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));
  }
}
.wizzy table{
  position: relative;
  left: 50%;
  margin-left: -50vw;
  width: 100vw !important;
  overflow-x: scroll;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(223 227 229 / var(--tw-border-opacity));
  padding-left: 2rem;
}
.wizzy table::-webkit-scrollbar {
  display: none;
}
.wizzy table {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media (min-width: 575px){
  .wizzy table{
    left: 0px;
    margin-left: 0px;
    width: 100% !important;
    padding-left: 0px;
  }
}
/*overflow-x-scroll - removed - this was causing that scrollbar to display. Need to revist tables deeper. -arcadian.1 11-8-23
  Added back and added no-scrollbar from the other theme to test. -arcadian.1 11-8-2023 
  removed block so brian can test other table things. -arcadian.1 12-4-2023 */
.wizzy table::-webkit-scrollbar {
      -webkit-appearance: none;
      height: 8px;
     
    }
.wizzy table::-webkit-scrollbar-thumb {
      border-radius: 10px;
      background-color: rgba(0, 0, 0, 0.5);
      -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
    
    }
.wizzy table.striped-table{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.wizzy table.striped-table tr:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgb(239 241 242 / var(--tw-bg-opacity));
}
.wizzy table thead,
    .wizzy table tbody{
  border-right-width: 32px !important;
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
}
@media (min-width: 768px){
  .wizzy table thead,
    .wizzy table tbody{
    border-right-width: 0px !important;
  }
}
.wizzy table thead th{
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: left;
  font-size: 14px;
  font-weight: 800 !important;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 1.26px;
  --tw-text-opacity: 1;
  color: rgb(100 106 110 / var(--tw-text-opacity));
}
/* min-w-[290px] removed from thead th - arcadian.1 11-7-23 */
.wizzy table tbody{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(100 106 110 / var(--tw-border-opacity));
  width: 100% !important;
  overflow-x: scroll;
}
.wizzy table tbody th[scope='row']{
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(33 35 37 / var(--tw-text-opacity));
}
/* min-w-[200px]  removed from thead th - arcadian.1 11-7-23 */
.wizzy table tbody tr{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(223 227 229 / var(--tw-border-opacity));
              /* min-w-[200px]  removed from thead td - arcadian.1 11-7-23 
                 w-full  removed from tbody tr td to address issues with resizing tables. 01-07-24
              */
}
.wizzy table tbody tr td{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  vertical-align: top;
}
.wizzy iframe{
  aspect-ratio: 16/9;
  height: auto;
  min-width: 100%;
}
/* Front page wizzy overflow fix for floated elements. - Other fix if needed to apply overflow but only on non-admin pages. arcadian.1 11-9-23 */
.cvm2023fire-page .wizzy{
  clear: both;
  overflow: hidden;
}
/* Column lists. Quick and dirty override to tie into ckeditor and force lists 
into columns if option selected in paragraph type. Not using tailwind setup for ease. arcadian.1 11-2-2023 */
.twocolumnlist .wizzy ul {
  -webkit-column-count: 2;
          column-count: 2;
}
.threecolumnlist .wizzy ul {
  -webkit-column-count: 3;
          column-count: 3;
}
/* fix sub ul */
.twocolumnlist .wizzy ul li ul {
  -webkit-column-count: 1;
          column-count: 1;
}
.threecolumnlist .wizzy ul li ul {
  -webkit-column-count: 1;
          column-count: 1;
}
@media screen and (max-width:992px) {
    .twocolumnlist .wizzy ul {
      -webkit-column-count: 2;
              column-count: 2;
    }
    .threecolumnlist .wizzy ul {
      -webkit-column-count: 2;
              column-count: 2;
    }

}
@media screen and (max-width:768px) {
    .twocolumnlist .wizzy ul {
      -webkit-column-count: 1;
              column-count: 1;
    }
    .threecolumnlist .wizzy ul {
      -webkit-column-count: 1;
              column-count: 1;
    }

}
.wizzy span.twocolumn {
  -webkit-column-count: 2;
          column-count: 2;
}
.wizzy span.threecolumn {
  -webkit-column-count: 3;
          column-count: 3;
}
@media screen and (max-width:992px) {
    .wizzy span.twocolumn {
      -webkit-column-count: 2;
              column-count: 2;
    }
    .wizzy span.threecolumn {
      -webkit-column-count: 2;
              column-count: 2;
    }

}
@media screen and (max-width:768px) {
    .wizzy span.twocolumn {
      -webkit-column-count: 1;
              column-count: 1;
    }
    .wizzy span.threecolumn {
      -webkit-column-count: 1;
              column-count: 1;
    }

}
/* Bullet list link color override - arcadian.1 01-17-24 */
.bulletlinkoverride a{
  --tw-text-opacity: 1;
  color: rgb(33 35 37 / var(--tw-text-opacity));
}
.bulletlinkoverride a:hover{
  --tw-text-opacity: 1;
  color: rgb(186 12 47 / var(--tw-text-opacity));
}
.pubgrouplist ol{
  list-style-type: disc;
}
/* paragraphs */
/* Templates - People Grid */
.people-grid .people-grid-inner.show-email .people-email{
  display: inline !important;
}
.people-grid .people-grid-inner.show-phone .people-phone{
  display: inline !important;
}
/* Templates - Event List*/
.show-quick-description .quick-description{
  display: inline !important;
}
.hide-quick-description .quick-description{
  display: none;
}
/****************************/
/* Cardheader specific */
/****************************/
.card {}
.cardheader { display: flex;
justify-content: center;
align-items: center; }
.greyafterbar {}
.greyafterbar:after {
  content:"";
  z-index:-1;
  position:absolute;
  top:0;
  bottom:0;
  left:0vw;
  right:-100vw;
  background:inherit;
  }
/* layouts */
/* Templates - Layouts - Search */
.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{
  padding-bottom: 1.5rem;
}
@media (min-width: 768px){
  .osu-search .osuSearch{
    padding-bottom: 45px;
  }
}
.osu-search .osuSearch .osuSearch-input{
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 4px;
  letter-spacing: 1px;
  width: 100%;
  border-bottom-width: 1.5px;
  border-left-width: 0px !important;
  border-right-width: 0px !important;
  border-top-width: 0px !important;
  background-color: transparent;
  padding-left: 0px !important;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}
.osu-search .osuSearch .osuSearch-input:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(33 35 37 / var(--tw-border-opacity)) !important;
}
@media (min-width: 1200px){
  .osu-search .osuSearch .osuSearch-input{
    width: 307px;
  }
}
.osu-search .osuSearch .input-group{
  position: relative;
  width: 100%;
}
@media (min-width: 1200px){
  .osu-search .osuSearch .input-group{
    width: 307px;
  }
}
.osu-search .osuSearch .btn.osuSearch-submit{
  position: absolute;
  right: 0px;
  top: 0.25rem;
  display: flex;
  height: 2.5rem;
  width: 1.25rem;
  align-items: center;
  justify-content: center;
  border-width: 0px;
  background-color: transparent;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.osu-search .osuSearch .btn.osuSearch-submit svg{
  height: 0.75rem;
  width: 0.75rem;
}
.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;
  padding-top: 2px;
  padding-bottom: 2px;
  text-decoration-line: none;
}
.osu-search .gsc-cursor-page:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(239 241 242 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(33 35 37 / var(--tw-text-opacity)) !important;
}
.osu-search .gsc-results{
  width: 100%;
}
.osu-search .gsc-results .gsc-cursor-box{
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(33 35 37 / 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{
  border-bottom-width: 0px;
}
.osu-search .gsc-control-cse .gs-result .gs-title *{
  font-family: Buckeye Serif, Lucida Grande, Tahoma, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.6px;
  --tw-text-opacity: 1;
  color: rgb(33 35 37 / 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;
}
@media (min-width: 768px){
  .osu-search .gsc-control-cse .gs-result .gs-title *{
    font-size: 24px;
    line-height: 28.8px;
  }
}
.osu-search .gsc-url-top *{
  margin-top: 0.25rem;
  margin-bottom: 0.75rem;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(100 106 110 / var(--tw-text-opacity));
}
.osu-search .cse-results{
  padding-bottom: 100px;
}
.osu-search .gsc-above-wrapper-area{
  margin-bottom: 1rem;
  --tw-border-opacity: 1;
  border-color: rgb(223 227 229 / var(--tw-border-opacity));
  padding-bottom: 0.5rem !important;
}
.osu-search .gsc-result-info{
  padding-top: 1rem;
}
.osu-search .gsc-cursor-current-page{
  --tw-bg-opacity: 1;
  background-color: rgb(239 241 242 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(33 35 37 / var(--tw-text-opacity)) !important;
}
.osu-search .gsc-table-result{
  margin-top: 0px !important;
}
.osu-search .gs-snippet{
  padding-top: 0px !important;
  font-family: Buckeye Serif, Lucida Grande, Tahoma, sans-serif;
  font-size: 14px !important;
  line-height: 21px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(33 35 37 / var(--tw-text-opacity)) !important;
}
.osu-search .gs-snippet *{
  font-size: 14px;
  line-height: 21px;
  --tw-text-opacity: 1;
  color: rgb(33 35 37 / var(--tw-text-opacity));
}
.osu-search .gs-snippet b{
  font-weight: 700;
}
.osu-search .gs-fileFormat,
  .osu-search .gs-fileFormatType{
  --tw-text-opacity: 1;
  color: rgb(167 177 183 / 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: 1200px){
  .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{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.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(33 35 37 / 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: #212325;
  }
}
.osu-search .gsc-cursor-container-next .gsc-cursor-chevron{
  margin-left: auto;
}
.osu-search .gsc-cursor-numbered-page{
  --tw-text-opacity: 1;
  color: rgb(33 35 37 / var(--tw-text-opacity));
}
.osu-search .gcsc-find-more-on-google{
  --tw-text-opacity: 1;
  color: rgb(167 177 183 / var(--tw-text-opacity));
}
.osu-search .gcsc-find-more-on-google svg{
  display: inline;
  height: 14px !important;
  width: 14px !important;
  fill: #A7B1B7;
}
.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;
  }
}
/* Templates - Layouts - Toolbar */
/* Hide the label for the search form element */
#admin-toolbar-search-tab label {
  display: none;
}
/* views */
/* Templates - Views - Articles */
.articles .form-group{
  margin-bottom: 0px;
}
.articles [data-drupal-selector='edit-tid']{
  position: absolute;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
  visibility: hidden;
  height: 0px;
  width: 0px;
}
.articles [data-drupal-selector='edit-tid'] legend,
    .articles [data-drupal-selector='edit-tid'] .fieldset-wrapper{
  height: 0px;
}
.articles-filters{
  position: relative;
}
.articles-filters label{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
/* .dropdowns {
    .active {
      .filter-label {
        @apply text-white bg-gray-600;
      }
    }
  } */
.articles .views-infinite-scroll-content-wrapper{
  display: grid;
  row-gap: 2.5rem;
  -webkit-column-gap: 30px;
          column-gap: 30px;
  padding-top: 2.5rem;
}
@media (min-width: 768px){
  .articles .views-infinite-scroll-content-wrapper{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 72px;
  }
}
@media (min-width: 1200px){
  .articles .views-infinite-scroll-content-wrapper{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.articles [data-bef-auto-submit-click]{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
  opacity: 0;
}
.articles [data-bef-auto-submit-click]:hover{
  --tw-text-opacity: 1;
  color: rgb(186 12 47 / var(--tw-text-opacity));
}
.articles [data-bef-auto-submit-click]:focus{
  --tw-text-opacity: 1;
  color: rgb(186 12 47 / var(--tw-text-opacity));
}
.articles [data-drupal-selector='edit-keys']{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 543px;
  border-bottom-width: 2px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-top-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(207 212 216 / var(--tw-border-opacity));
}
@media (min-width: 768px){
  .articles [data-drupal-selector='edit-keys']{
    max-width: 720px;
  }
}
@media (min-width: 1200px){
  .articles [data-drupal-selector='edit-keys']{
    margin-left: 0px;
    margin-right: 0px;
    width: 308px;
    max-width: none;
  }
}
.articles [data-drupal-selector='edit-keys']{
  font-size: 16px !important;
  line-height: 18px !important;
  --tw-text-opacity: 1;
  color: rgb(33 35 37 / var(--tw-text-opacity));
}
.articles [data-drupal-selector='edit-keys']::-webkit-input-placeholder{
  --tw-text-opacity: 1;
  color: rgb(134 142 146 / var(--tw-text-opacity));
}
.articles [data-drupal-selector='edit-keys']::placeholder{
  --tw-text-opacity: 1;
  color: rgb(134 142 146 / var(--tw-text-opacity));
}
.articles [data-drupal-selector='edit-keys']{
  position: relative;
  -webkit-appearance: none;
          appearance: none;
  background-repeat: no-repeat;
  padding-left: 2rem !important;
  padding-bottom: 10px;
  padding-top: 0.75rem;
}
@media (min-width: 1200px){
  .articles [data-drupal-selector='edit-keys']{
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 1rem;
  }
}
.articles [data-drupal-selector='edit-keys']{
  background-position: left 8px top 50%;
}
@media (min-width: 1200px){
  .articles [data-drupal-selector='edit-keys']{
    background-position: right 8px top 50%;
  }
}
.articles [data-drupal-selector='edit-keys'] {
    background-size: 16px;
    background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m14.064 13.121-3.431-3.43a4.8 4.8 0 1 0-.943.943l3.43 3.43.944-.943Zm-3.797-6.32a3.467 3.467 0 1 1-6.934 0 3.467 3.467 0 0 1 6.934 0Z' fill='%23646A6E'/%3E%3C/svg%3E");
  }
@media (min-width: 1200px) {
    .articles [data-drupal-selector='edit-keys'] {
      background-size: 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='m17.388 15.974-4.439-4.439a7.2 7.2 0 1 0-1.414 1.414l4.44 4.44a1 1 0 0 0 1.413-1.415ZM12.4 7.2A5.2 5.2 0 1 1 2 7.2a5.2 5.2 0 0 1 10.4 0Z' fill='%23BA0C2F'/%3E%3C/svg%3E");
    }
  }
.articles .pager__item{
  display: flex;
  align-items: center;
  justify-content: center;
}
.articles .pager__item a{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 28px;
  padding-right: 102px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 0.09em;
  --tw-text-opacity: 1;
  color: rgb(33 35 37 / var(--tw-text-opacity));
  --tw-shadow: 0px 4px 4px rgba(0, 0, 0, 0.02);
  --tw-shadow-colored: 0px 4px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-drop-shadow: drop-shadow(0px 4px 34px rgba(0, 0, 0, 0.1));
  -webkit-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: 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);
}
.articles .pager__item a:hover{
  --tw-shadow: 0px 7px 14px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0px 7px 14px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-drop-shadow: drop-shadow(0px 7px 14px rgba(0, 0, 0, 0.1));
  -webkit-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: 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);
}
.articles .pager__item a::before{
  position: absolute;
  right: 0.5rem;
  top: 0px;
  display: flex;
  height: 66px;
  width: 66px;
  align-items: center;
  justify-content: center;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(186 12 47 / var(--tw-bg-opacity));
}
.articles .pager__item a::after{
  position: absolute;
  right: 0px;
  top: 0px;
  height: 66px;
  width: 0.5rem;
  background-color: rgb(186 1 0 / var(--tw-bg-opacity));
  content: var(--tw-content);
  --tw-bg-opacity: 0.7;
}
.articles .pager__item a:before {
        background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M20 10H0M10 0v20' stroke='%23fff' stroke-width='4'/%3E%3C/svg%3E");
        background-size: 20px;
        background-position: center;
        background-repeat: no-repeat;
      }
/* Templates - Views - Events - Full Calendar */
.full-calendar{
  position: relative;
  font-size: 16px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(33 35 37 / var(--tw-text-opacity));
}
.full-calendar .ui-widget-content{
  border-width: 0px;
  padding-left: 19px;
  padding-right: 19px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.full-calendar .ui-state-default,
    .full-calendar .ui-has-event{
  border-width: 0px;
  background-color: transparent;
  text-align: left;
  display: block;
  font-family: Buckeye Serif, Lucida Grande, Tahoma, sans-serif !important;
  font-size: 32px !important;
  font-weight: 700 !important;
  line-height: 38.4px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(33 35 37 / var(--tw-text-opacity)) !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  padding-left: 14px !important;
}
.full-calendar .ui-has-event{
  pointer-events: none !important;
}
.full-calendar .ui-datepicker{
  width: 100%;
  padding: 0px;
}
.full-calendar .ui-datepicker-today{
  --tw-bg-opacity: 1;
  background-color: rgb(239 241 242 / var(--tw-bg-opacity));
}
@media only screen and (min-width: 992px) {
.full-calendar .ui-datepicker-calendar{
    table-layout: fixed;
  }
        }
.full-calendar .ui-datepicker-header{
  height: 0px;
  border-style: none;
  padding: 0px;
  opacity: 0;
}
.full-calendar .ui-datepicker-prev,
      .full-calendar .ui-datepicker-next{
  display: none;
}
.full-calendar .ui-datepicker-title{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.full-calendar .ui-datepicker thead{
  --tw-bg-opacity: 1;
  background-color: rgb(239 241 242 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(100 106 110 / var(--tw-text-opacity));
}
.full-calendar .ui-datepicker thead th{
  padding-left: 1rem;
  text-align: left;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 22px;
  letter-spacing: 0.09em;
  --tw-text-opacity: 1;
  color: rgb(100 106 110 / var(--tw-text-opacity));
}
.full-calendar .ui-datepicker tbody tr{
  border-top-width: 1.5px;
  --tw-border-opacity: 1;
  border-color: rgb(223 227 229 / var(--tw-border-opacity));
  padding-bottom: 0px;
}
.full-calendar .ui-datepicker tbody tr td{
  height: 155px;
  width: 155px;
  text-align: left !important;
  vertical-align: top;
  opacity: 1;
}
@media only screen and (min-width: 992px) {
.full-calendar .ui-datepicker tbody tr td{
    padding-bottom: 0px;
  }
            }
.full-calendar .ui-datepicker tbody tr td span{
  border-style: none;
  background-image: none;
  padding: 0px;
  text-align: left !important;
  --tw-text-opacity: 1;
  color: rgb(100 106 110 / var(--tw-text-opacity));
}
.full-calendar .ui-datepicker tbody tr td.has-event{
  padding-bottom: 0px;
  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;
}
.full-calendar .ui-datepicker tbody tr td.has-event:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(223 227 229 / var(--tw-bg-opacity)) !important;
}
.full-calendar .ui-datepicker tbody tr td.has-event div{
  border-style: none;
  background-image: none;
}
.full-calendar .ui-datepicker tbody tr td.has-event [data-cal-event]{
  display: flex;
  flex-direction: row-reverse !important;
  justify-content: flex-end;
  font-family: Buckeye Sans, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: left;
}
.full-calendar .ui-datepicker tbody tr td.has-event [data-cal-event]:hover{
  border-style: none;
}
.full-calendar .ui-datepicker tbody tr td.has-event [data-cal-event] [data-cal-event-title]{
  cursor: pointer;
}
.full-calendar .ui-datepicker tbody tr td.has-event [data-cal-event].bg-yellow-500 > [data-cal-event-title]{
  --tw-text-opacity: 1;
  color: rgb(76 55 0 / var(--tw-text-opacity));
}
.full-calendar .ui-datepicker tbody tr td.has-event [data-cal-event].bg-teal-800 > [data-cal-event-title]{
  --tw-text-opacity: 1;
  color: rgb(0 9 10 / var(--tw-text-opacity));
}
.full-calendar .ui-datepicker tbody tr td.has-event [data-cal-event].bg-teal-500 > [data-cal-event-title]{
  --tw-text-opacity: 1;
  color: rgb(11 31 33 / var(--tw-text-opacity));
}
.full-calendar .ui-datepicker tbody tr td.has-event [data-cal-event].bg-gray-500 > [data-cal-event-title],
                .full-calendar .ui-datepicker tbody tr td.has-event [data-cal-event].bg-primary-500 > [data-cal-event-title],
                .full-calendar .ui-datepicker tbody tr td.has-event [data-cal-event].bg-primary-700 > [data-cal-event-title]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
/* Templates - Views - Articles */
.people-directory .pager__item{
  display: flex;
  align-items: center;
  justify-content: center;
}
.people-directory .pager__item a{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 28px;
  padding-right: 102px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 0.09em;
  --tw-text-opacity: 1;
  color: rgb(33 35 37 / var(--tw-text-opacity));
  --tw-shadow: 0px 4px 4px rgba(0, 0, 0, 0.02);
  --tw-shadow-colored: 0px 4px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-drop-shadow: drop-shadow(0px 4px 34px rgba(0, 0, 0, 0.1));
  -webkit-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: 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);
}
.people-directory .pager__item a:hover{
  --tw-shadow: 0px 7px 14px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0px 7px 14px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-drop-shadow: drop-shadow(0px 7px 14px rgba(0, 0, 0, 0.1));
  -webkit-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: 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);
}
.people-directory .pager__item a::before{
  position: absolute;
  right: 0.5rem;
  top: 0px;
  display: flex;
  height: 66px;
  width: 66px;
  align-items: center;
  justify-content: center;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(186 12 47 / var(--tw-bg-opacity));
}
.people-directory .pager__item a::after{
  position: absolute;
  right: 0px;
  top: 0px;
  height: 66px;
  width: 0.5rem;
  background-color: rgb(186 1 0 / var(--tw-bg-opacity));
  content: var(--tw-content);
  --tw-bg-opacity: 0.7;
}
.people-directory .pager__item a:before {
          background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M20 10H0M10 0v20' stroke='%23fff' stroke-width='4'/%3E%3C/svg%3E");
          background-size: 20px;
          background-position: center;
          background-repeat: no-repeat;
        }
/* 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;
}
.not-sr-only{
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.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;
}
.inset-0{
  inset: 0px;
}
.-left-1{
  left: -0.25rem;
}
.-left-2{
  left: -0.5rem;
}
.-left-24{
  left: -6rem;
}
.-left-4{
  left: -1rem;
}
.-left-\[4px\]{
  left: -4px;
}
.-right-20{
  right: -5rem;
}
.-top-1{
  top: -0.25rem;
}
.-top-1\/2{
  top: -50%;
}
.-top-3{
  top: -0.75rem;
}
.-top-6{
  top: -1.5rem;
}
.-top-\[133px\]{
  top: -133px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-12{
  bottom: 3rem;
}
.bottom-\[16px\]{
  bottom: 16px;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-1\/4{
  left: 25%;
}
.left-\[-15\%\]{
  left: -15%;
}
.left-\[-999px\]{
  left: -999px;
}
.left-\[80px\]{
  left: 80px;
}
.right-0{
  right: 0px;
}
.right-\[72px\]{
  right: 72px;
}
.top-0{
  top: 0px;
}
.top-1{
  top: 0.25rem;
}
.top-1\/2{
  top: 50%;
}
.top-10{
  top: 2.5rem;
}
.top-12{
  top: 3rem;
}
.top-3{
  top: 0.75rem;
}
.top-\[-1\.5px\]{
  top: -1.5px;
}
.top-\[-108px\]{
  top: -108px;
}
.top-\[-15\%\]{
  top: -15%;
}
.top-\[-20px\]{
  top: -20px;
}
.top-\[-2px\]{
  top: -2px;
}
.top-\[-6px\]{
  top: -6px;
}
.top-\[100px\]{
  top: 100px;
}
.top-\[10px\]{
  top: 10px;
}
.top-\[136px\]{
  top: 136px;
}
.top-\[14px\]{
  top: 14px;
}
.top-\[1px\]{
  top: 1px;
}
.top-\[2px\]{
  top: 2px;
}
.top-\[44px\]{
  top: 44px;
}
.top-\[52px\]{
  top: 52px;
}
.top-\[5px\]{
  top: 5px;
}
.top-auto{
  top: auto;
}
.top-full{
  top: 100%;
}
.top-px{
  top: 1px;
}
.\!z-\[2\]{
  z-index: 2 !important;
}
.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-\[-2\]{
  z-index: -2;
}
.z-\[-999\]{
  z-index: -999;
}
.z-\[1000\]{
  z-index: 1000;
}
.z-\[1001\]{
  z-index: 1001;
}
.z-\[1005\]{
  z-index: 1005;
}
.z-\[1006\]{
  z-index: 1006;
}
.z-\[1007\]{
  z-index: 1007;
}
.z-\[1\]{
  z-index: 1;
}
.z-\[2\]{
  z-index: 2;
}
.z-\[3\]{
  z-index: 3;
}
.z-\[51\]{
  z-index: 51;
}
.\!order-1{
  order: 1 !important;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.col-span-12{
  grid-column: span 12 / span 12;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-span-3{
  grid-column: span 3 / span 3;
}
.col-span-4{
  grid-column: span 4 / span 4;
}
.col-span-5{
  grid-column: span 5 / span 5;
}
.col-span-6{
  grid-column: span 6 / span 6;
}
.col-span-7{
  grid-column: span 7 / span 7;
}
.col-span-full{
  grid-column: 1 / -1;
}
.col-start-1{
  grid-column-start: 1;
}
.col-start-2{
  grid-column-start: 2;
}
.col-start-3{
  grid-column-start: 3;
}
.col-start-6{
  grid-column-start: 6;
}
.col-start-7{
  grid-column-start: 7;
}
.row-span-1{
  grid-row: span 1 / span 1;
}
.row-start-1{
  grid-row-start: 1;
}
.m-8{
  margin: 2rem;
}
.\!mx-0{
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-8{
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-16{
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-\[30px\]{
  margin-top: 30px;
  margin-bottom: 30px;
}
.my-\[50px\]{
  margin-top: 50px;
  margin-bottom: 50px;
}
.\!mb-0{
  margin-bottom: 0px !important;
}
.\!mb-0\.5{
  margin-bottom: 0.125rem !important;
}
.\!mb-4{
  margin-bottom: 1rem !important;
}
.\!mt-2{
  margin-top: 0.5rem !important;
}
.-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;
}
.-mb-px{
  margin-bottom: -1px;
}
.-ml-2{
  margin-left: -0.5rem;
}
.-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-0\.5{
  margin-bottom: 0.125rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-1\.5{
  margin-bottom: 0.375rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-24{
  margin-bottom: 6rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-3\.5{
  margin-bottom: 0.875rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-9{
  margin-bottom: 2.25rem;
}
.mb-\[100px\]{
  margin-bottom: 100px;
}
.mb-\[10px\]{
  margin-bottom: 10px;
}
.mb-\[116px\]{
  margin-bottom: 116px;
}
.mb-\[18px\]{
  margin-bottom: 18px;
}
.mb-\[2px\]{
  margin-bottom: 2px;
}
.mb-\[30px\]{
  margin-bottom: 30px;
}
.mb-\[40px\]{
  margin-bottom: 40px;
}
.mb-\[52px\]{
  margin-bottom: 52px;
}
.mb-\[6px\]{
  margin-bottom: 6px;
}
.mb-\[72px\]{
  margin-bottom: 72px;
}
.mb-\[74px\]{
  margin-bottom: 74px;
}
.mb-\[94px\]{
  margin-bottom: 94px;
}
.mb-gap-0{
  margin-bottom: 0;
}
.mb-gap-default{
  margin-bottom: 3rem;
}
.mb-gap-lg{
  margin-bottom: 5rem;
}
.mb-gap-md{
  margin-bottom: 3rem;
}
.mb-gap-mobile-default{
  margin-bottom: 2rem;
}
.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-1{
  margin-left: 0.25rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-6{
  margin-left: 1.5rem;
}
.ml-7{
  margin-left: 1.75rem;
}
.ml-\[-50vw\]{
  margin-left: -50vw;
}
.ml-\[30px\]{
  margin-left: 30px;
}
.ml-auto{
  margin-left: auto;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-12{
  margin-right: 3rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-6{
  margin-right: 1.5rem;
}
.mr-8{
  margin-right: 2rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-24{
  margin-top: 6rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-3\.5{
  margin-top: 0.875rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-9{
  margin-top: 2.25rem;
}
.mt-\[-120px\]{
  margin-top: -120px;
}
.mt-\[-140px\]{
  margin-top: -140px;
}
.mt-\[100px\]{
  margin-top: 100px;
}
.mt-\[30px\]{
  margin-top: 30px;
}
.mt-\[40px\]{
  margin-top: 40px;
}
.mt-\[43px\]{
  margin-top: 43px;
}
.mt-\[54px\]{
  margin-top: 54px;
}
.mt-\[58px\]{
  margin-top: 58px;
}
.mt-\[60px\]{
  margin-top: 60px;
}
.mt-\[66px\]{
  margin-top: 66px;
}
.mt-\[67px\]{
  margin-top: 67px;
}
.mt-\[6px\]{
  margin-top: 6px;
}
.mt-\[80px\]{
  margin-top: 80px;
}
.mt-gap-0{
  margin-top: 0;
}
.mt-gap-default{
  margin-top: 3rem;
}
.mt-gap-lg{
  margin-top: 5rem;
}
.mt-gap-md{
  margin-top: 3rem;
}
.mt-gap-mobile-default{
  margin-top: 2rem;
}
.mt-gap-sm{
  margin-top: 2rem;
}
.mt-gap-xl{
  margin-top: 8rem;
}
.mt-gap-xs{
  margin-top: 1.25rem;
}
.box-border{
  box-sizing: border-box;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.\!inline{
  display: inline !important;
}
.inline{
  display: inline;
}
.\!flex{
  display: flex !important;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.table-caption{
  display: table-caption;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.list-item{
  display: list-item;
}
.\!hidden{
  display: none !important;
}
.hidden{
  display: none;
}
.aspect-\[16\/9\]{
  aspect-ratio: 16/9;
}
.\!h-\[14px\]{
  height: 14px !important;
}
.h-0{
  height: 0px;
}
.h-1{
  height: 0.25rem;
}
.h-10{
  height: 2.5rem;
}
.h-12{
  height: 3rem;
}
.h-3{
  height: 0.75rem;
}
.h-32{
  height: 8rem;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-8{
  height: 2rem;
}
.h-9{
  height: 2.25rem;
}
.h-\[1\.33px\]{
  height: 1.33px;
}
.h-\[108px\]{
  height: 108px;
}
.h-\[10px\]{
  height: 10px;
}
.h-\[12px\]{
  height: 12px;
}
.h-\[130\%\]{
  height: 130%;
}
.h-\[14px\]{
  height: 14px;
}
.h-\[155px\]{
  height: 155px;
}
.h-\[15px\]{
  height: 15px;
}
.h-\[17px\]{
  height: 17px;
}
.h-\[180px\]{
  height: 180px;
}
.h-\[18px\]{
  height: 18px;
}
.h-\[21px\]{
  height: 21px;
}
.h-\[22px\]{
  height: 22px;
}
.h-\[234px\]{
  height: 234px;
}
.h-\[23px\]{
  height: 23px;
}
.h-\[25px\]{
  height: 25px;
}
.h-\[26px\]{
  height: 26px;
}
.h-\[28px\]{
  height: 28px;
}
.h-\[290px\]{
  height: 290px;
}
.h-\[2px\]{
  height: 2px;
}
.h-\[34px\]{
  height: 34px;
}
.h-\[36px\]{
  height: 36px;
}
.h-\[3px\]{
  height: 3px;
}
.h-\[44px\]{
  height: 44px;
}
.h-\[48px\]{
  height: 48px;
}
.h-\[50px\]{
  height: 50px;
}
.h-\[59px\]{
  height: 59px;
}
.h-\[5px\]{
  height: 5px;
}
.h-\[60px\]{
  height: 60px;
}
.h-\[74px\]{
  height: 74px;
}
.h-\[88px\]{
  height: 88px;
}
.h-\[calc\(100\%\+75px\)\]{
  height: calc(100% + 75px);
}
.h-\[calc\(100\%-136px\)\]{
  height: calc(100% - 136px);
}
.h-\[calc\(100\%-40px\)\]{
  height: calc(100% - 40px);
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-px{
  height: 1px;
}
.h-screen{
  height: 100vh;
}
.max-h-60{
  max-height: 15rem;
}
.max-h-\[240px\]{
  max-height: 240px;
}
.max-h-\[420px\]{
  max-height: 420px;
}
.max-h-\[45px\]{
  max-height: 45px;
}
.min-h-\[66px\]{
  min-height: 66px;
}
.min-h-\[7rem\]{
  min-height: 7rem;
}
.min-h-full{
  min-height: 100%;
}
.min-h-screen{
  min-height: 100vh;
}
.\!w-\[14px\]{
  width: 14px !important;
}
.\!w-full{
  width: 100% !important;
}
.\!w-screen{
  width: 100vw !important;
}
.w-0{
  width: 0px;
}
.w-1\/2{
  width: 50%;
}
.w-10{
  width: 2.5rem;
}
.w-11\/12{
  width: 91.666667%;
}
.w-12{
  width: 3rem;
}
.w-2{
  width: 0.5rem;
}
.w-2\.5{
  width: 0.625rem;
}
.w-20{
  width: 5rem;
}
.w-24{
  width: 6rem;
}
.w-3{
  width: 0.75rem;
}
.w-4{
  width: 1rem;
}
.w-48{
  width: 12rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-9{
  width: 2.25rem;
}
.w-\[10px\]{
  width: 10px;
}
.w-\[113px\]{
  width: 113px;
}
.w-\[115px\]{
  width: 115px;
}
.w-\[12px\]{
  width: 12px;
}
.w-\[130\%\]{
  width: 130%;
}
.w-\[130px\]{
  width: 130px;
}
.w-\[13px\]{
  width: 13px;
}
.w-\[14px\]{
  width: 14px;
}
.w-\[155px\]{
  width: 155px;
}
.w-\[15px\]{
  width: 15px;
}
.w-\[16px\]{
  width: 16px;
}
.w-\[17px\]{
  width: 17px;
}
.w-\[18px\]{
  width: 18px;
}
.w-\[19px\]{
  width: 19px;
}
.w-\[21px\]{
  width: 21px;
}
.w-\[220px\]{
  width: 220px;
}
.w-\[227px\]{
  width: 227px;
}
.w-\[23px\]{
  width: 23px;
}
.w-\[25px\]{
  width: 25px;
}
.w-\[28px\]{
  width: 28px;
}
.w-\[33px\]{
  width: 33px;
}
.w-\[36px\]{
  width: 36px;
}
.w-\[44px\]{
  width: 44px;
}
.w-\[48px\]{
  width: 48px;
}
.w-\[50vw\]{
  width: 50vw;
}
.w-\[54px\]{
  width: 54px;
}
.w-\[56px\]{
  width: 56px;
}
.w-\[5px\]{
  width: 5px;
}
.w-\[66px\]{
  width: 66px;
}
.w-\[70px\]{
  width: 70px;
}
.w-\[82px\]{
  width: 82px;
}
.w-\[calc\(100\%\+16px\)\]{
  width: calc(100% + 16px);
}
.w-\[calc\(100\%\+24px\)\]{
  width: calc(100% + 24px);
}
.w-\[calc\(100\%\+32px\)\]{
  width: calc(100% + 32px);
}
.w-\[calc\(100\%\+60px\)\]{
  width: calc(100% + 60px);
}
.w-\[calc\(100-64px\)\]{
  width: calc(100 - 64px);
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.w-px{
  width: 1px;
}
.w-screen{
  width: 100vw;
}
.min-w-\[200px\]{
  min-width: 200px;
}
.min-w-\[207px\]{
  min-width: 207px;
}
.min-w-\[275px\]{
  min-width: 275px;
}
.min-w-\[280px\]{
  min-width: 280px;
}
.min-w-\[290px\]{
  min-width: 290px;
}
.min-w-full{
  min-width: 100%;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-5xl{
  max-width: 64rem;
}
.max-w-\[1090px\]{
  max-width: 1090px;
}
.max-w-\[1095px\]{
  max-width: 1095px;
}
.max-w-\[1210px\]{
  max-width: 1210px;
}
.max-w-\[193px\]{
  max-width: 193px;
}
.max-w-\[242px\]{
  max-width: 242px;
}
.max-w-\[307px\]{
  max-width: 307px;
}
.max-w-\[309px\]{
  max-width: 309px;
}
.max-w-\[315px\]{
  max-width: 315px;
}
.max-w-\[345px\]{
  max-width: 345px;
}
.max-w-\[356px\]{
  max-width: 356px;
}
.max-w-\[380px\]{
  max-width: 380px;
}
.max-w-\[400px\]{
  max-width: 400px;
}
.max-w-\[450px\]{
  max-width: 450px;
}
.max-w-\[543px\]{
  max-width: 543px;
}
.max-w-\[600px\]{
  max-width: 600px;
}
.max-w-\[710px\]{
  max-width: 710px;
}
.max-w-\[768px\]{
  max-width: 768px;
}
.max-w-\[870px\]{
  max-width: 870px;
}
.max-w-\[calc\(100\%-80px\)\]{
  max-width: calc(100% - 80px);
}
.max-w-full{
  max-width: 100%;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-17{
  flex: 0 0 17px;
}
.flex-3{
  flex: 0 0 0.75rem;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.grow{
  flex-grow: 1;
}
.caption-bottom{
  caption-side: bottom;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  -webkit-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: 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-2\/4{
  --tw-translate-x: -50%;
  -webkit-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: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-full{
  --tw-translate-x: -100%;
  -webkit-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: 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-1\/2{
  --tw-translate-y: -50%;
  -webkit-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: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-2\/4{
  --tw-translate-y: -50%;
  -webkit-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: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-8{
  --tw-translate-y: -2rem;
  -webkit-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: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-full{
  --tw-translate-y: -100%;
  -webkit-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: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0{
  --tw-translate-x: 0px;
  -webkit-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: 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-2{
  --tw-translate-x: 0.5rem;
  -webkit-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: 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-6{
  --tw-translate-x: 1.5rem;
  -webkit-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: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full{
  --tw-translate-x: 100%;
  -webkit-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: 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;
  -webkit-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: 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-1\/2{
  --tw-translate-y: 50%;
  -webkit-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: 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-\[-4px\]{
  --tw-translate-y: -4px;
  -webkit-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: 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-\[-5px\]{
  --tw-translate-y: -5px;
  -webkit-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: 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-\[3px\]{
  --tw-translate-y: 3px;
  -webkit-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: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-full{
  --tw-translate-y: 100%;
  -webkit-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: 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;
  -webkit-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: 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-45{
  --tw-rotate: -45deg;
  -webkit-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: 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;
  -webkit-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: 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;
  -webkit-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: 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-45{
  --tw-rotate: 45deg;
  -webkit-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: 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;
  -webkit-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: 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-0{
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  -webkit-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: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  -webkit-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: 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-x-100{
  --tw-scale-x: -1;
  -webkit-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: 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{
  -webkit-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: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-not-allowed{
  cursor: not-allowed;
}
.cursor-pointer{
  cursor: pointer;
}
.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-\[140px\]{
  scroll-padding-top: 140px;
}
.list-inside{
  list-style-position: inside;
}
.list-disc{
  list-style-type: disc;
}
.list-none{
  list-style-type: none;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-rows-1{
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.grid-rows-2{
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.grid-rows-3{
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.\!flex-row-reverse{
  flex-direction: row-reverse !important;
}
.flex-row-reverse{
  flex-direction: row-reverse;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.content-center{
  align-content: center;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-1{
  gap: 0.25rem;
}
.gap-1\.5{
  gap: 0.375rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-12{
  gap: 3rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-2\.5{
  gap: 0.625rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-\[10px\]{
  gap: 10px;
}
.gap-\[14px\]{
  gap: 14px;
}
.gap-\[28px\]{
  gap: 28px;
}
.gap-\[30px\]{
  gap: 30px;
}
.gap-\[3px\]{
  gap: 3px;
}
.gap-\[4px\]{
  gap: 4px;
}
.gap-\[7px\]{
  gap: 7px;
}
.gap-x-12{
  -webkit-column-gap: 3rem;
          column-gap: 3rem;
}
.gap-x-8{
  -webkit-column-gap: 2rem;
          column-gap: 2rem;
}
.gap-x-\[30px\]{
  -webkit-column-gap: 30px;
          column-gap: 30px;
}
.gap-x-\[72px\]{
  -webkit-column-gap: 72px;
          column-gap: 72px;
}
.gap-y-10{
  row-gap: 2.5rem;
}
.gap-y-12{
  row-gap: 3rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.gap-y-5{
  row-gap: 1.25rem;
}
.gap-y-8{
  row-gap: 2rem;
}
.gap-y-9{
  row-gap: 2.25rem;
}
.gap-y-\[28px\]{
  row-gap: 28px;
}
.gap-y-\[30px\]{
  row-gap: 30px;
}
.gap-y-\[67px\]{
  row-gap: 67px;
}
.space-y-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.self-start{
  align-self: flex-start;
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.\!overflow-visible{
  overflow: visible !important;
}
.overflow-scroll{
  overflow: scroll;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.overflow-y-hidden{
  overflow-y: hidden;
}
.overflow-x-scroll{
  overflow-x: scroll;
}
.overflow-y-scroll{
  overflow-y: scroll;
}
.scroll-smooth{
  scroll-behavior: smooth;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-none{
  border-radius: 0px;
}
.\!border-0{
  border-width: 0px !important;
}
.\!border-\[1\.5px\]{
  border-width: 1.5px !important;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-2{
  border-width: 2px;
}
.\!border-b-\[2\.5px\]{
  border-bottom-width: 2.5px !important;
}
.\!border-l-0{
  border-left-width: 0px !important;
}
.\!border-r-0{
  border-right-width: 0px !important;
}
.\!border-r-\[1\.5px\]{
  border-right-width: 1.5px !important;
}
.\!border-r-\[32px\]{
  border-right-width: 32px !important;
}
.\!border-t-0{
  border-top-width: 0px !important;
}
.\!border-t-\[1\.5px\]{
  border-top-width: 1.5px !important;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-b-\[1\.5px\]{
  border-bottom-width: 1.5px;
}
.border-b-\[4px\]{
  border-bottom-width: 4px;
}
.border-l-0{
  border-left-width: 0px;
}
.border-l-2{
  border-left-width: 2px;
}
.border-l-4{
  border-left-width: 4px;
}
.border-l-\[1\.5px\]{
  border-left-width: 1.5px;
}
.border-r-0{
  border-right-width: 0px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-0{
  border-top-width: 0px;
}
.border-t-2{
  border-top-width: 2px;
}
.border-t-\[1\.5px\]{
  border-top-width: 1.5px;
}
.border-t-\[4px\]{
  border-top-width: 4px;
}
.border-solid{
  border-style: solid;
}
.border-none{
  border-style: none;
}
.\!border-primary-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(186 12 47 / var(--tw-border-opacity)) !important;
}
.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(239 241 242 / var(--tw-border-opacity));
}
.border-gray-100\/0{
  border-color: rgb(239 241 242 / 0);
}
.border-gray-100\/10{
  border-color: rgb(239 241 242 / 0.1);
}
.border-gray-100\/100{
  border-color: rgb(239 241 242 / 1);
}
.border-gray-100\/20{
  border-color: rgb(239 241 242 / 0.2);
}
.border-gray-100\/25{
  border-color: rgb(239 241 242 / 0.25);
}
.border-gray-100\/30{
  border-color: rgb(239 241 242 / 0.3);
}
.border-gray-100\/40{
  border-color: rgb(239 241 242 / 0.4);
}
.border-gray-100\/5{
  border-color: rgb(239 241 242 / 0.05);
}
.border-gray-100\/50{
  border-color: rgb(239 241 242 / 0.5);
}
.border-gray-100\/60{
  border-color: rgb(239 241 242 / 0.6);
}
.border-gray-100\/70{
  border-color: rgb(239 241 242 / 0.7);
}
.border-gray-100\/75{
  border-color: rgb(239 241 242 / 0.75);
}
.border-gray-100\/80{
  border-color: rgb(239 241 242 / 0.8);
}
.border-gray-100\/90{
  border-color: rgb(239 241 242 / 0.9);
}
.border-gray-100\/95{
  border-color: rgb(239 241 242 / 0.95);
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(223 227 229 / var(--tw-border-opacity));
}
.border-gray-200\/0{
  border-color: rgb(223 227 229 / 0);
}
.border-gray-200\/10{
  border-color: rgb(223 227 229 / 0.1);
}
.border-gray-200\/100{
  border-color: rgb(223 227 229 / 1);
}
.border-gray-200\/20{
  border-color: rgb(223 227 229 / 0.2);
}
.border-gray-200\/25{
  border-color: rgb(223 227 229 / 0.25);
}
.border-gray-200\/30{
  border-color: rgb(223 227 229 / 0.3);
}
.border-gray-200\/40{
  border-color: rgb(223 227 229 / 0.4);
}
.border-gray-200\/5{
  border-color: rgb(223 227 229 / 0.05);
}
.border-gray-200\/50{
  border-color: rgb(223 227 229 / 0.5);
}
.border-gray-200\/60{
  border-color: rgb(223 227 229 / 0.6);
}
.border-gray-200\/70{
  border-color: rgb(223 227 229 / 0.7);
}
.border-gray-200\/75{
  border-color: rgb(223 227 229 / 0.75);
}
.border-gray-200\/80{
  border-color: rgb(223 227 229 / 0.8);
}
.border-gray-200\/90{
  border-color: rgb(223 227 229 / 0.9);
}
.border-gray-200\/95{
  border-color: rgb(223 227 229 / 0.95);
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(207 212 216 / var(--tw-border-opacity));
}
.border-gray-300\/0{
  border-color: rgb(207 212 216 / 0);
}
.border-gray-300\/10{
  border-color: rgb(207 212 216 / 0.1);
}
.border-gray-300\/100{
  border-color: rgb(207 212 216 / 1);
}
.border-gray-300\/20{
  border-color: rgb(207 212 216 / 0.2);
}
.border-gray-300\/25{
  border-color: rgb(207 212 216 / 0.25);
}
.border-gray-300\/30{
  border-color: rgb(207 212 216 / 0.3);
}
.border-gray-300\/40{
  border-color: rgb(207 212 216 / 0.4);
}
.border-gray-300\/5{
  border-color: rgb(207 212 216 / 0.05);
}
.border-gray-300\/50{
  border-color: rgb(207 212 216 / 0.5);
}
.border-gray-300\/60{
  border-color: rgb(207 212 216 / 0.6);
}
.border-gray-300\/70{
  border-color: rgb(207 212 216 / 0.7);
}
.border-gray-300\/75{
  border-color: rgb(207 212 216 / 0.75);
}
.border-gray-300\/80{
  border-color: rgb(207 212 216 / 0.8);
}
.border-gray-300\/90{
  border-color: rgb(207 212 216 / 0.9);
}
.border-gray-300\/95{
  border-color: rgb(207 212 216 / 0.95);
}
.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(191 198 203 / var(--tw-border-opacity));
}
.border-gray-500{
  --tw-border-opacity: 1;
  border-color: rgb(167 177 183 / var(--tw-border-opacity));
}
.border-gray-500\/0{
  border-color: rgb(167 177 183 / 0);
}
.border-gray-500\/10{
  border-color: rgb(167 177 183 / 0.1);
}
.border-gray-500\/100{
  border-color: rgb(167 177 183 / 1);
}
.border-gray-500\/20{
  border-color: rgb(167 177 183 / 0.2);
}
.border-gray-500\/25{
  border-color: rgb(167 177 183 / 0.25);
}
.border-gray-500\/30{
  border-color: rgb(167 177 183 / 0.3);
}
.border-gray-500\/40{
  border-color: rgb(167 177 183 / 0.4);
}
.border-gray-500\/5{
  border-color: rgb(167 177 183 / 0.05);
}
.border-gray-500\/50{
  border-color: rgb(167 177 183 / 0.5);
}
.border-gray-500\/60{
  border-color: rgb(167 177 183 / 0.6);
}
.border-gray-500\/70{
  border-color: rgb(167 177 183 / 0.7);
}
.border-gray-500\/75{
  border-color: rgb(167 177 183 / 0.75);
}
.border-gray-500\/80{
  border-color: rgb(167 177 183 / 0.8);
}
.border-gray-500\/90{
  border-color: rgb(167 177 183 / 0.9);
}
.border-gray-500\/95{
  border-color: rgb(167 177 183 / 0.95);
}
.border-gray-600{
  --tw-border-opacity: 1;
  border-color: rgb(100 106 110 / var(--tw-border-opacity));
}
.border-gray-600\/0{
  border-color: rgb(100 106 110 / 0);
}
.border-gray-600\/10{
  border-color: rgb(100 106 110 / 0.1);
}
.border-gray-600\/100{
  border-color: rgb(100 106 110 / 1);
}
.border-gray-600\/20{
  border-color: rgb(100 106 110 / 0.2);
}
.border-gray-600\/25{
  border-color: rgb(100 106 110 / 0.25);
}
.border-gray-600\/30{
  border-color: rgb(100 106 110 / 0.3);
}
.border-gray-600\/40{
  border-color: rgb(100 106 110 / 0.4);
}
.border-gray-600\/5{
  border-color: rgb(100 106 110 / 0.05);
}
.border-gray-600\/50{
  border-color: rgb(100 106 110 / 0.5);
}
.border-gray-600\/60{
  border-color: rgb(100 106 110 / 0.6);
}
.border-gray-600\/70{
  border-color: rgb(100 106 110 / 0.7);
}
.border-gray-600\/75{
  border-color: rgb(100 106 110 / 0.75);
}
.border-gray-600\/80{
  border-color: rgb(100 106 110 / 0.8);
}
.border-gray-600\/90{
  border-color: rgb(100 106 110 / 0.9);
}
.border-gray-600\/95{
  border-color: rgb(100 106 110 / 0.95);
}
.border-primary-500{
  --tw-border-opacity: 1;
  border-color: rgb(186 12 47 / var(--tw-border-opacity));
}
.border-primary-500\/0{
  border-color: rgb(186 12 47 / 0);
}
.border-primary-500\/10{
  border-color: rgb(186 12 47 / 0.1);
}
.border-primary-500\/100{
  border-color: rgb(186 12 47 / 1);
}
.border-primary-500\/20{
  border-color: rgb(186 12 47 / 0.2);
}
.border-primary-500\/25{
  border-color: rgb(186 12 47 / 0.25);
}
.border-primary-500\/30{
  border-color: rgb(186 12 47 / 0.3);
}
.border-primary-500\/40{
  border-color: rgb(186 12 47 / 0.4);
}
.border-primary-500\/5{
  border-color: rgb(186 12 47 / 0.05);
}
.border-primary-500\/50{
  border-color: rgb(186 12 47 / 0.5);
}
.border-primary-500\/60{
  border-color: rgb(186 12 47 / 0.6);
}
.border-primary-500\/70{
  border-color: rgb(186 12 47 / 0.7);
}
.border-primary-500\/75{
  border-color: rgb(186 12 47 / 0.75);
}
.border-primary-500\/80{
  border-color: rgb(186 12 47 / 0.8);
}
.border-primary-500\/90{
  border-color: rgb(186 12 47 / 0.9);
}
.border-primary-500\/95{
  border-color: rgb(186 12 47 / 0.95);
}
.border-primary-700{
  --tw-border-opacity: 1;
  border-color: rgb(112 7 28 / var(--tw-border-opacity));
}
.border-primary-700\/0{
  border-color: rgb(112 7 28 / 0);
}
.border-primary-700\/10{
  border-color: rgb(112 7 28 / 0.1);
}
.border-primary-700\/100{
  border-color: rgb(112 7 28 / 1);
}
.border-primary-700\/20{
  border-color: rgb(112 7 28 / 0.2);
}
.border-primary-700\/25{
  border-color: rgb(112 7 28 / 0.25);
}
.border-primary-700\/30{
  border-color: rgb(112 7 28 / 0.3);
}
.border-primary-700\/40{
  border-color: rgb(112 7 28 / 0.4);
}
.border-primary-700\/5{
  border-color: rgb(112 7 28 / 0.05);
}
.border-primary-700\/50{
  border-color: rgb(112 7 28 / 0.5);
}
.border-primary-700\/60{
  border-color: rgb(112 7 28 / 0.6);
}
.border-primary-700\/70{
  border-color: rgb(112 7 28 / 0.7);
}
.border-primary-700\/75{
  border-color: rgb(112 7 28 / 0.75);
}
.border-primary-700\/80{
  border-color: rgb(112 7 28 / 0.8);
}
.border-primary-700\/90{
  border-color: rgb(112 7 28 / 0.9);
}
.border-primary-700\/95{
  border-color: rgb(112 7 28 / 0.95);
}
.border-teal-300{
  --tw-border-opacity: 1;
  border-color: rgb(183 221 213 / var(--tw-border-opacity));
}
.border-teal-300\/0{
  border-color: rgb(183 221 213 / 0);
}
.border-teal-300\/10{
  border-color: rgb(183 221 213 / 0.1);
}
.border-teal-300\/100{
  border-color: rgb(183 221 213 / 1);
}
.border-teal-300\/20{
  border-color: rgb(183 221 213 / 0.2);
}
.border-teal-300\/25{
  border-color: rgb(183 221 213 / 0.25);
}
.border-teal-300\/30{
  border-color: rgb(183 221 213 / 0.3);
}
.border-teal-300\/40{
  border-color: rgb(183 221 213 / 0.4);
}
.border-teal-300\/5{
  border-color: rgb(183 221 213 / 0.05);
}
.border-teal-300\/50{
  border-color: rgb(183 221 213 / 0.5);
}
.border-teal-300\/60{
  border-color: rgb(183 221 213 / 0.6);
}
.border-teal-300\/70{
  border-color: rgb(183 221 213 / 0.7);
}
.border-teal-300\/75{
  border-color: rgb(183 221 213 / 0.75);
}
.border-teal-300\/80{
  border-color: rgb(183 221 213 / 0.8);
}
.border-teal-300\/90{
  border-color: rgb(183 221 213 / 0.9);
}
.border-teal-300\/95{
  border-color: rgb(183 221 213 / 0.95);
}
.border-teal-500{
  --tw-border-opacity: 1;
  border-color: rgb(107 187 171 / var(--tw-border-opacity));
}
.border-teal-500\/0{
  border-color: rgb(107 187 171 / 0);
}
.border-teal-500\/10{
  border-color: rgb(107 187 171 / 0.1);
}
.border-teal-500\/100{
  border-color: rgb(107 187 171 / 1);
}
.border-teal-500\/20{
  border-color: rgb(107 187 171 / 0.2);
}
.border-teal-500\/25{
  border-color: rgb(107 187 171 / 0.25);
}
.border-teal-500\/30{
  border-color: rgb(107 187 171 / 0.3);
}
.border-teal-500\/40{
  border-color: rgb(107 187 171 / 0.4);
}
.border-teal-500\/5{
  border-color: rgb(107 187 171 / 0.05);
}
.border-teal-500\/50{
  border-color: rgb(107 187 171 / 0.5);
}
.border-teal-500\/60{
  border-color: rgb(107 187 171 / 0.6);
}
.border-teal-500\/70{
  border-color: rgb(107 187 171 / 0.7);
}
.border-teal-500\/75{
  border-color: rgb(107 187 171 / 0.75);
}
.border-teal-500\/80{
  border-color: rgb(107 187 171 / 0.8);
}
.border-teal-500\/90{
  border-color: rgb(107 187 171 / 0.9);
}
.border-teal-500\/95{
  border-color: rgb(107 187 171 / 0.95);
}
.border-teal-600{
  --tw-border-opacity: 1;
  border-color: rgb(147 180 182 / var(--tw-border-opacity));
}
.border-teal-600\/0{
  border-color: rgb(147 180 182 / 0);
}
.border-teal-600\/10{
  border-color: rgb(147 180 182 / 0.1);
}
.border-teal-600\/100{
  border-color: rgb(147 180 182 / 1);
}
.border-teal-600\/20{
  border-color: rgb(147 180 182 / 0.2);
}
.border-teal-600\/25{
  border-color: rgb(147 180 182 / 0.25);
}
.border-teal-600\/30{
  border-color: rgb(147 180 182 / 0.3);
}
.border-teal-600\/40{
  border-color: rgb(147 180 182 / 0.4);
}
.border-teal-600\/5{
  border-color: rgb(147 180 182 / 0.05);
}
.border-teal-600\/50{
  border-color: rgb(147 180 182 / 0.5);
}
.border-teal-600\/60{
  border-color: rgb(147 180 182 / 0.6);
}
.border-teal-600\/70{
  border-color: rgb(147 180 182 / 0.7);
}
.border-teal-600\/75{
  border-color: rgb(147 180 182 / 0.75);
}
.border-teal-600\/80{
  border-color: rgb(147 180 182 / 0.8);
}
.border-teal-600\/90{
  border-color: rgb(147 180 182 / 0.9);
}
.border-teal-600\/95{
  border-color: rgb(147 180 182 / 0.95);
}
.border-teal-800{
  --tw-border-opacity: 1;
  border-color: rgb(104 150 153 / var(--tw-border-opacity));
}
.border-teal-800\/0{
  border-color: rgb(104 150 153 / 0);
}
.border-teal-800\/10{
  border-color: rgb(104 150 153 / 0.1);
}
.border-teal-800\/100{
  border-color: rgb(104 150 153 / 1);
}
.border-teal-800\/20{
  border-color: rgb(104 150 153 / 0.2);
}
.border-teal-800\/25{
  border-color: rgb(104 150 153 / 0.25);
}
.border-teal-800\/30{
  border-color: rgb(104 150 153 / 0.3);
}
.border-teal-800\/40{
  border-color: rgb(104 150 153 / 0.4);
}
.border-teal-800\/5{
  border-color: rgb(104 150 153 / 0.05);
}
.border-teal-800\/50{
  border-color: rgb(104 150 153 / 0.5);
}
.border-teal-800\/60{
  border-color: rgb(104 150 153 / 0.6);
}
.border-teal-800\/70{
  border-color: rgb(104 150 153 / 0.7);
}
.border-teal-800\/75{
  border-color: rgb(104 150 153 / 0.75);
}
.border-teal-800\/80{
  border-color: rgb(104 150 153 / 0.8);
}
.border-teal-800\/90{
  border-color: rgb(104 150 153 / 0.9);
}
.border-teal-800\/95{
  border-color: rgb(104 150 153 / 0.95);
}
.border-transparent{
  border-color: transparent;
}
.border-yellow-300{
  --tw-border-opacity: 1;
  border-color: rgb(255 226 153 / var(--tw-border-opacity));
}
.border-yellow-300\/0{
  border-color: rgb(255 226 153 / 0);
}
.border-yellow-300\/10{
  border-color: rgb(255 226 153 / 0.1);
}
.border-yellow-300\/100{
  border-color: rgb(255 226 153 / 1);
}
.border-yellow-300\/20{
  border-color: rgb(255 226 153 / 0.2);
}
.border-yellow-300\/25{
  border-color: rgb(255 226 153 / 0.25);
}
.border-yellow-300\/30{
  border-color: rgb(255 226 153 / 0.3);
}
.border-yellow-300\/40{
  border-color: rgb(255 226 153 / 0.4);
}
.border-yellow-300\/5{
  border-color: rgb(255 226 153 / 0.05);
}
.border-yellow-300\/50{
  border-color: rgb(255 226 153 / 0.5);
}
.border-yellow-300\/60{
  border-color: rgb(255 226 153 / 0.6);
}
.border-yellow-300\/70{
  border-color: rgb(255 226 153 / 0.7);
}
.border-yellow-300\/75{
  border-color: rgb(255 226 153 / 0.75);
}
.border-yellow-300\/80{
  border-color: rgb(255 226 153 / 0.8);
}
.border-yellow-300\/90{
  border-color: rgb(255 226 153 / 0.9);
}
.border-yellow-300\/95{
  border-color: rgb(255 226 153 / 0.95);
}
.border-yellow-500{
  --tw-border-opacity: 1;
  border-color: rgb(255 189 26 / var(--tw-border-opacity));
}
.border-yellow-500\/0{
  border-color: rgb(255 189 26 / 0);
}
.border-yellow-500\/10{
  border-color: rgb(255 189 26 / 0.1);
}
.border-yellow-500\/100{
  border-color: rgb(255 189 26 / 1);
}
.border-yellow-500\/20{
  border-color: rgb(255 189 26 / 0.2);
}
.border-yellow-500\/25{
  border-color: rgb(255 189 26 / 0.25);
}
.border-yellow-500\/30{
  border-color: rgb(255 189 26 / 0.3);
}
.border-yellow-500\/40{
  border-color: rgb(255 189 26 / 0.4);
}
.border-yellow-500\/5{
  border-color: rgb(255 189 26 / 0.05);
}
.border-yellow-500\/50{
  border-color: rgb(255 189 26 / 0.5);
}
.border-yellow-500\/60{
  border-color: rgb(255 189 26 / 0.6);
}
.border-yellow-500\/70{
  border-color: rgb(255 189 26 / 0.7);
}
.border-yellow-500\/75{
  border-color: rgb(255 189 26 / 0.75);
}
.border-yellow-500\/80{
  border-color: rgb(255 189 26 / 0.8);
}
.border-yellow-500\/90{
  border-color: rgb(255 189 26 / 0.9);
}
.border-yellow-500\/95{
  border-color: rgb(255 189 26 / 0.95);
}
.\!border-l-gray-200{
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(223 227 229 / var(--tw-border-opacity)) !important;
}
.\!border-r-gray-200{
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(223 227 229 / var(--tw-border-opacity)) !important;
}
.\!border-t-gray-200{
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(223 227 229 / var(--tw-border-opacity)) !important;
}
.border-b-gray-100{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(239 241 242 / var(--tw-border-opacity));
}
.border-b-gray-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(223 227 229 / var(--tw-border-opacity));
}
.border-r-white{
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-t-gray-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(223 227 229 / var(--tw-border-opacity));
}
.bg-\[\#000\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(33 35 37 / var(--tw-bg-opacity));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(239 241 242 / var(--tw-bg-opacity));
}
.bg-gray-100\/0{
  background-color: rgb(239 241 242 / 0);
}
.bg-gray-100\/10{
  background-color: rgb(239 241 242 / 0.1);
}
.bg-gray-100\/100{
  background-color: rgb(239 241 242 / 1);
}
.bg-gray-100\/20{
  background-color: rgb(239 241 242 / 0.2);
}
.bg-gray-100\/25{
  background-color: rgb(239 241 242 / 0.25);
}
.bg-gray-100\/30{
  background-color: rgb(239 241 242 / 0.3);
}
.bg-gray-100\/40{
  background-color: rgb(239 241 242 / 0.4);
}
.bg-gray-100\/5{
  background-color: rgb(239 241 242 / 0.05);
}
.bg-gray-100\/50{
  background-color: rgb(239 241 242 / 0.5);
}
.bg-gray-100\/60{
  background-color: rgb(239 241 242 / 0.6);
}
.bg-gray-100\/70{
  background-color: rgb(239 241 242 / 0.7);
}
.bg-gray-100\/75{
  background-color: rgb(239 241 242 / 0.75);
}
.bg-gray-100\/80{
  background-color: rgb(239 241 242 / 0.8);
}
.bg-gray-100\/90{
  background-color: rgb(239 241 242 / 0.9);
}
.bg-gray-100\/95{
  background-color: rgb(239 241 242 / 0.95);
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(223 227 229 / var(--tw-bg-opacity));
}
.bg-gray-200\/0{
  background-color: rgb(223 227 229 / 0);
}
.bg-gray-200\/10{
  background-color: rgb(223 227 229 / 0.1);
}
.bg-gray-200\/100{
  background-color: rgb(223 227 229 / 1);
}
.bg-gray-200\/20{
  background-color: rgb(223 227 229 / 0.2);
}
.bg-gray-200\/25{
  background-color: rgb(223 227 229 / 0.25);
}
.bg-gray-200\/30{
  background-color: rgb(223 227 229 / 0.3);
}
.bg-gray-200\/40{
  background-color: rgb(223 227 229 / 0.4);
}
.bg-gray-200\/5{
  background-color: rgb(223 227 229 / 0.05);
}
.bg-gray-200\/50{
  background-color: rgb(223 227 229 / 0.5);
}
.bg-gray-200\/60{
  background-color: rgb(223 227 229 / 0.6);
}
.bg-gray-200\/70{
  background-color: rgb(223 227 229 / 0.7);
}
.bg-gray-200\/75{
  background-color: rgb(223 227 229 / 0.75);
}
.bg-gray-200\/80{
  background-color: rgb(223 227 229 / 0.8);
}
.bg-gray-200\/90{
  background-color: rgb(223 227 229 / 0.9);
}
.bg-gray-200\/95{
  background-color: rgb(223 227 229 / 0.95);
}
.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(207 212 216 / var(--tw-bg-opacity));
}
.bg-gray-300\/0{
  background-color: rgb(207 212 216 / 0);
}
.bg-gray-300\/10{
  background-color: rgb(207 212 216 / 0.1);
}
.bg-gray-300\/100{
  background-color: rgb(207 212 216 / 1);
}
.bg-gray-300\/20{
  background-color: rgb(207 212 216 / 0.2);
}
.bg-gray-300\/25{
  background-color: rgb(207 212 216 / 0.25);
}
.bg-gray-300\/30{
  background-color: rgb(207 212 216 / 0.3);
}
.bg-gray-300\/40{
  background-color: rgb(207 212 216 / 0.4);
}
.bg-gray-300\/5{
  background-color: rgb(207 212 216 / 0.05);
}
.bg-gray-300\/50{
  background-color: rgb(207 212 216 / 0.5);
}
.bg-gray-300\/60{
  background-color: rgb(207 212 216 / 0.6);
}
.bg-gray-300\/70{
  background-color: rgb(207 212 216 / 0.7);
}
.bg-gray-300\/75{
  background-color: rgb(207 212 216 / 0.75);
}
.bg-gray-300\/80{
  background-color: rgb(207 212 216 / 0.8);
}
.bg-gray-300\/90{
  background-color: rgb(207 212 216 / 0.9);
}
.bg-gray-300\/95{
  background-color: rgb(207 212 216 / 0.95);
}
.bg-gray-400{
  --tw-bg-opacity: 1;
  background-color: rgb(191 198 203 / var(--tw-bg-opacity));
}
.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(167 177 183 / var(--tw-bg-opacity));
}
.bg-gray-500\/0{
  background-color: rgb(167 177 183 / 0);
}
.bg-gray-500\/10{
  background-color: rgb(167 177 183 / 0.1);
}
.bg-gray-500\/100{
  background-color: rgb(167 177 183 / 1);
}
.bg-gray-500\/20{
  background-color: rgb(167 177 183 / 0.2);
}
.bg-gray-500\/25{
  background-color: rgb(167 177 183 / 0.25);
}
.bg-gray-500\/30{
  background-color: rgb(167 177 183 / 0.3);
}
.bg-gray-500\/40{
  background-color: rgb(167 177 183 / 0.4);
}
.bg-gray-500\/5{
  background-color: rgb(167 177 183 / 0.05);
}
.bg-gray-500\/50{
  background-color: rgb(167 177 183 / 0.5);
}
.bg-gray-500\/60{
  background-color: rgb(167 177 183 / 0.6);
}
.bg-gray-500\/70{
  background-color: rgb(167 177 183 / 0.7);
}
.bg-gray-500\/75{
  background-color: rgb(167 177 183 / 0.75);
}
.bg-gray-500\/80{
  background-color: rgb(167 177 183 / 0.8);
}
.bg-gray-500\/90{
  background-color: rgb(167 177 183 / 0.9);
}
.bg-gray-500\/95{
  background-color: rgb(167 177 183 / 0.95);
}
.bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgb(100 106 110 / var(--tw-bg-opacity));
}
.bg-gray-600\/0{
  background-color: rgb(100 106 110 / 0);
}
.bg-gray-600\/10{
  background-color: rgb(100 106 110 / 0.1);
}
.bg-gray-600\/100{
  background-color: rgb(100 106 110 / 1);
}
.bg-gray-600\/20{
  background-color: rgb(100 106 110 / 0.2);
}
.bg-gray-600\/25{
  background-color: rgb(100 106 110 / 0.25);
}
.bg-gray-600\/30{
  background-color: rgb(100 106 110 / 0.3);
}
.bg-gray-600\/40{
  background-color: rgb(100 106 110 / 0.4);
}
.bg-gray-600\/5{
  background-color: rgb(100 106 110 / 0.05);
}
.bg-gray-600\/50{
  background-color: rgb(100 106 110 / 0.5);
}
.bg-gray-600\/60{
  background-color: rgb(100 106 110 / 0.6);
}
.bg-gray-600\/70{
  background-color: rgb(100 106 110 / 0.7);
}
.bg-gray-600\/75{
  background-color: rgb(100 106 110 / 0.75);
}
.bg-gray-600\/80{
  background-color: rgb(100 106 110 / 0.8);
}
.bg-gray-600\/90{
  background-color: rgb(100 106 110 / 0.9);
}
.bg-gray-600\/95{
  background-color: rgb(100 106 110 / 0.95);
}
.bg-gray-900\/80{
  background-color: rgb(41 40 38 / 0.8);
}
.bg-primary-500{
  --tw-bg-opacity: 1;
  background-color: rgb(186 12 47 / var(--tw-bg-opacity));
}
.bg-primary-500\/0{
  background-color: rgb(186 12 47 / 0);
}
.bg-primary-500\/10{
  background-color: rgb(186 12 47 / 0.1);
}
.bg-primary-500\/100{
  background-color: rgb(186 12 47 / 1);
}
.bg-primary-500\/20{
  background-color: rgb(186 12 47 / 0.2);
}
.bg-primary-500\/25{
  background-color: rgb(186 12 47 / 0.25);
}
.bg-primary-500\/30{
  background-color: rgb(186 12 47 / 0.3);
}
.bg-primary-500\/40{
  background-color: rgb(186 12 47 / 0.4);
}
.bg-primary-500\/5{
  background-color: rgb(186 12 47 / 0.05);
}
.bg-primary-500\/50{
  background-color: rgb(186 12 47 / 0.5);
}
.bg-primary-500\/60{
  background-color: rgb(186 12 47 / 0.6);
}
.bg-primary-500\/70{
  background-color: rgb(186 12 47 / 0.7);
}
.bg-primary-500\/75{
  background-color: rgb(186 12 47 / 0.75);
}
.bg-primary-500\/80{
  background-color: rgb(186 12 47 / 0.8);
}
.bg-primary-500\/90{
  background-color: rgb(186 12 47 / 0.9);
}
.bg-primary-500\/95{
  background-color: rgb(186 12 47 / 0.95);
}
.bg-primary-700{
  --tw-bg-opacity: 1;
  background-color: rgb(112 7 28 / var(--tw-bg-opacity));
}
.bg-primary-700\/0{
  background-color: rgb(112 7 28 / 0);
}
.bg-primary-700\/10{
  background-color: rgb(112 7 28 / 0.1);
}
.bg-primary-700\/100{
  background-color: rgb(112 7 28 / 1);
}
.bg-primary-700\/20{
  background-color: rgb(112 7 28 / 0.2);
}
.bg-primary-700\/25{
  background-color: rgb(112 7 28 / 0.25);
}
.bg-primary-700\/30{
  background-color: rgb(112 7 28 / 0.3);
}
.bg-primary-700\/40{
  background-color: rgb(112 7 28 / 0.4);
}
.bg-primary-700\/5{
  background-color: rgb(112 7 28 / 0.05);
}
.bg-primary-700\/50{
  background-color: rgb(112 7 28 / 0.5);
}
.bg-primary-700\/60{
  background-color: rgb(112 7 28 / 0.6);
}
.bg-primary-700\/70{
  background-color: rgb(112 7 28 / 0.7);
}
.bg-primary-700\/75{
  background-color: rgb(112 7 28 / 0.75);
}
.bg-primary-700\/80{
  background-color: rgb(112 7 28 / 0.8);
}
.bg-primary-700\/90{
  background-color: rgb(112 7 28 / 0.9);
}
.bg-primary-700\/95{
  background-color: rgb(112 7 28 / 0.95);
}
.bg-teal-300{
  --tw-bg-opacity: 1;
  background-color: rgb(183 221 213 / var(--tw-bg-opacity));
}
.bg-teal-300\/0{
  background-color: rgb(183 221 213 / 0);
}
.bg-teal-300\/10{
  background-color: rgb(183 221 213 / 0.1);
}
.bg-teal-300\/100{
  background-color: rgb(183 221 213 / 1);
}
.bg-teal-300\/20{
  background-color: rgb(183 221 213 / 0.2);
}
.bg-teal-300\/25{
  background-color: rgb(183 221 213 / 0.25);
}
.bg-teal-300\/30{
  background-color: rgb(183 221 213 / 0.3);
}
.bg-teal-300\/40{
  background-color: rgb(183 221 213 / 0.4);
}
.bg-teal-300\/5{
  background-color: rgb(183 221 213 / 0.05);
}
.bg-teal-300\/50{
  background-color: rgb(183 221 213 / 0.5);
}
.bg-teal-300\/60{
  background-color: rgb(183 221 213 / 0.6);
}
.bg-teal-300\/70{
  background-color: rgb(183 221 213 / 0.7);
}
.bg-teal-300\/75{
  background-color: rgb(183 221 213 / 0.75);
}
.bg-teal-300\/80{
  background-color: rgb(183 221 213 / 0.8);
}
.bg-teal-300\/90{
  background-color: rgb(183 221 213 / 0.9);
}
.bg-teal-300\/95{
  background-color: rgb(183 221 213 / 0.95);
}
.bg-teal-500{
  --tw-bg-opacity: 1;
  background-color: rgb(107 187 171 / var(--tw-bg-opacity));
}
.bg-teal-500\/0{
  background-color: rgb(107 187 171 / 0);
}
.bg-teal-500\/10{
  background-color: rgb(107 187 171 / 0.1);
}
.bg-teal-500\/100{
  background-color: rgb(107 187 171 / 1);
}
.bg-teal-500\/20{
  background-color: rgb(107 187 171 / 0.2);
}
.bg-teal-500\/25{
  background-color: rgb(107 187 171 / 0.25);
}
.bg-teal-500\/30{
  background-color: rgb(107 187 171 / 0.3);
}
.bg-teal-500\/40{
  background-color: rgb(107 187 171 / 0.4);
}
.bg-teal-500\/5{
  background-color: rgb(107 187 171 / 0.05);
}
.bg-teal-500\/50{
  background-color: rgb(107 187 171 / 0.5);
}
.bg-teal-500\/60{
  background-color: rgb(107 187 171 / 0.6);
}
.bg-teal-500\/70{
  background-color: rgb(107 187 171 / 0.7);
}
.bg-teal-500\/75{
  background-color: rgb(107 187 171 / 0.75);
}
.bg-teal-500\/80{
  background-color: rgb(107 187 171 / 0.8);
}
.bg-teal-500\/90{
  background-color: rgb(107 187 171 / 0.9);
}
.bg-teal-500\/95{
  background-color: rgb(107 187 171 / 0.95);
}
.bg-teal-600{
  --tw-bg-opacity: 1;
  background-color: rgb(147 180 182 / var(--tw-bg-opacity));
}
.bg-teal-600\/0{
  background-color: rgb(147 180 182 / 0);
}
.bg-teal-600\/10{
  background-color: rgb(147 180 182 / 0.1);
}
.bg-teal-600\/100{
  background-color: rgb(147 180 182 / 1);
}
.bg-teal-600\/20{
  background-color: rgb(147 180 182 / 0.2);
}
.bg-teal-600\/25{
  background-color: rgb(147 180 182 / 0.25);
}
.bg-teal-600\/30{
  background-color: rgb(147 180 182 / 0.3);
}
.bg-teal-600\/40{
  background-color: rgb(147 180 182 / 0.4);
}
.bg-teal-600\/5{
  background-color: rgb(147 180 182 / 0.05);
}
.bg-teal-600\/50{
  background-color: rgb(147 180 182 / 0.5);
}
.bg-teal-600\/60{
  background-color: rgb(147 180 182 / 0.6);
}
.bg-teal-600\/70{
  background-color: rgb(147 180 182 / 0.7);
}
.bg-teal-600\/75{
  background-color: rgb(147 180 182 / 0.75);
}
.bg-teal-600\/80{
  background-color: rgb(147 180 182 / 0.8);
}
.bg-teal-600\/90{
  background-color: rgb(147 180 182 / 0.9);
}
.bg-teal-600\/95{
  background-color: rgb(147 180 182 / 0.95);
}
.bg-teal-800{
  --tw-bg-opacity: 1;
  background-color: rgb(104 150 153 / var(--tw-bg-opacity));
}
.bg-teal-800\/0{
  background-color: rgb(104 150 153 / 0);
}
.bg-teal-800\/10{
  background-color: rgb(104 150 153 / 0.1);
}
.bg-teal-800\/100{
  background-color: rgb(104 150 153 / 1);
}
.bg-teal-800\/20{
  background-color: rgb(104 150 153 / 0.2);
}
.bg-teal-800\/25{
  background-color: rgb(104 150 153 / 0.25);
}
.bg-teal-800\/30{
  background-color: rgb(104 150 153 / 0.3);
}
.bg-teal-800\/40{
  background-color: rgb(104 150 153 / 0.4);
}
.bg-teal-800\/5{
  background-color: rgb(104 150 153 / 0.05);
}
.bg-teal-800\/50{
  background-color: rgb(104 150 153 / 0.5);
}
.bg-teal-800\/60{
  background-color: rgb(104 150 153 / 0.6);
}
.bg-teal-800\/70{
  background-color: rgb(104 150 153 / 0.7);
}
.bg-teal-800\/75{
  background-color: rgb(104 150 153 / 0.75);
}
.bg-teal-800\/80{
  background-color: rgb(104 150 153 / 0.8);
}
.bg-teal-800\/90{
  background-color: rgb(104 150 153 / 0.9);
}
.bg-teal-800\/95{
  background-color: rgb(104 150 153 / 0.95);
}
.bg-teal-900{
  --tw-bg-opacity: 1;
  background-color: rgb(11 31 33 / 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-300{
  --tw-bg-opacity: 1;
  background-color: rgb(255 226 153 / var(--tw-bg-opacity));
}
.bg-yellow-300\/0{
  background-color: rgb(255 226 153 / 0);
}
.bg-yellow-300\/10{
  background-color: rgb(255 226 153 / 0.1);
}
.bg-yellow-300\/100{
  background-color: rgb(255 226 153 / 1);
}
.bg-yellow-300\/20{
  background-color: rgb(255 226 153 / 0.2);
}
.bg-yellow-300\/25{
  background-color: rgb(255 226 153 / 0.25);
}
.bg-yellow-300\/30{
  background-color: rgb(255 226 153 / 0.3);
}
.bg-yellow-300\/40{
  background-color: rgb(255 226 153 / 0.4);
}
.bg-yellow-300\/5{
  background-color: rgb(255 226 153 / 0.05);
}
.bg-yellow-300\/50{
  background-color: rgb(255 226 153 / 0.5);
}
.bg-yellow-300\/60{
  background-color: rgb(255 226 153 / 0.6);
}
.bg-yellow-300\/70{
  background-color: rgb(255 226 153 / 0.7);
}
.bg-yellow-300\/75{
  background-color: rgb(255 226 153 / 0.75);
}
.bg-yellow-300\/80{
  background-color: rgb(255 226 153 / 0.8);
}
.bg-yellow-300\/90{
  background-color: rgb(255 226 153 / 0.9);
}
.bg-yellow-300\/95{
  background-color: rgb(255 226 153 / 0.95);
}
.bg-yellow-500{
  --tw-bg-opacity: 1;
  background-color: rgb(255 189 26 / var(--tw-bg-opacity));
}
.bg-yellow-500\/0{
  background-color: rgb(255 189 26 / 0);
}
.bg-yellow-500\/10{
  background-color: rgb(255 189 26 / 0.1);
}
.bg-yellow-500\/100{
  background-color: rgb(255 189 26 / 1);
}
.bg-yellow-500\/20{
  background-color: rgb(255 189 26 / 0.2);
}
.bg-yellow-500\/25{
  background-color: rgb(255 189 26 / 0.25);
}
.bg-yellow-500\/30{
  background-color: rgb(255 189 26 / 0.3);
}
.bg-yellow-500\/40{
  background-color: rgb(255 189 26 / 0.4);
}
.bg-yellow-500\/5{
  background-color: rgb(255 189 26 / 0.05);
}
.bg-yellow-500\/50{
  background-color: rgb(255 189 26 / 0.5);
}
.bg-yellow-500\/60{
  background-color: rgb(255 189 26 / 0.6);
}
.bg-yellow-500\/70{
  background-color: rgb(255 189 26 / 0.7);
}
.bg-yellow-500\/75{
  background-color: rgb(255 189 26 / 0.75);
}
.bg-yellow-500\/80{
  background-color: rgb(255 189 26 / 0.8);
}
.bg-yellow-500\/90{
  background-color: rgb(255 189 26 / 0.9);
}
.bg-yellow-500\/95{
  background-color: rgb(255 189 26 / 0.95);
}
.bg-yellow-800{
  --tw-bg-opacity: 1;
  background-color: rgb(76 55 0 / var(--tw-bg-opacity));
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-none{
  background-image: none;
}
.bg-play-button{
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNiIgaGVpZ2h0PSIzNiIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iMTgiIGN5PSIxOCIgcj0iMTYiIHN0cm9rZT0iI0JBMEMyRiIgc3Ryb2tlLXdpZHRoPSI0Ii8+PHBhdGggZmlsbD0iI0JBMEMyRiIgZD0ibTI1LjYxNiAxNy4xNDgtMTAuMDkyLTYuMjFBMSAxIDAgMCAwIDE0IDExLjc5djEyLjQyYTEgMSAwIDAgMCAxLjUyNC44NTJsMTAuMDkyLTYuMjFhMSAxIDAgMCAwIDAtMS43MDRaIi8+PC9zdmc+);
}
.bg-quotes{
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4MiIgaGVpZ2h0PSI1NyIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0NGRDREOCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNzUuNjg2IDM4Ljc4NWMwIDcuNjQtNi4xMyAxMy44MDItMTMuNjUzIDEzLjgwMi0zLjgxNyAwLTYuNzY4LTEuMjk4LTguOTgzLTMuNjAyLTIuMjU4LTIuMzQ3LTMuODg2LTUuODgzLTQuNy0xMC41NDUtMS44MzItMTAuNDc2IDIuODI1LTE4LjgyNiA1LjEwNy0yMS44OSA1LjAwNy02LjcyMyAxNi4xOTQtMTEuOTk2IDI4LjMzLTExLjk5NnYtNEM2OC43MjMuNTU0IDU2LjE5IDYuMTggNTAuMjQ4IDE0LjE2Yy0yLjY0IDMuNTQ0LTcuOTMyIDEyLjk5OC01Ljg0IDI0Ljk2OC45MDQgNS4xNjcgMi43OCA5LjUzMiA1Ljc1OCAxMi42MyAzLjAyIDMuMTQgNy4wMzcgNC44MjggMTEuODY2IDQuODI4IDkuNzY3IDAgMTcuNjUzLTcuOTg4IDE3LjY1My0xNy44MDMgMC05LjkyLTcuOTk0LTE3LjE3LTE3LjY1My0xNy4xN3Y0YzcuNjMgMCAxMy42NTMgNS42MzYgMTMuNjUzIDEzLjE3Wm0tNDMuOTMxLS41NTRjMCA3LjY0MS02LjEzIDEzLjgwMy0xMy42NTMgMTMuODAzLTMuODE3IDAtNi43NjctMS4yOTktOC45ODMtMy42MDItMi4yNTctMi4zNDgtMy44ODUtNS44ODQtNC43LTEwLjU0NUMyLjU4OCAyNy40MSA3LjI0NSAxOS4wNiA5LjUyNiAxNS45OTcgMTQuNTMzIDkuMjcyIDI1LjcyIDQgMzcuODU2IDRoMTIuOTMxVjBIMzcuODU2QzI0Ljc5MiAwIDEyLjI2IDUuNjI4IDYuMzE3IDEzLjYwNyAzLjY4IDE3LjE1MS0xLjYxNCAyNi42MDYuNDc4IDM4LjU3NWMuOTA0IDUuMTY3IDIuNzggOS41MzMgNS43NTggMTIuNjMgMy4wMiAzLjE0IDcuMDM4IDQuODI5IDExLjg2NiA0LjgyOSA5Ljc2NyAwIDE3LjY1My03Ljk4OSAxNy42NTMtMTcuODAzIDAtOS45Mi03Ljk5NC0xNy4xNy0xNy42NTMtMTcuMTd2NGM3LjYzIDAgMTMuNjUzIDUuNjM1IDEzLjY1MyAxMy4xN1oiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
}
.from-transparent-white{
  --tw-gradient-from: rgba(255, 255, 255, 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-white{
  --tw-gradient-to: #FFFFFF var(--tw-gradient-to-position);
}
.bg-cover{
  background-size: cover;
}
.bg-\[left_8px_top_50\%\]{
  background-position: left 8px top 50%;
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.fill-white{
  fill: #FFFFFF;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0{
  padding: 0px;
}
.p-1{
  padding: 0.25rem;
}
.p-2{
  padding: 0.5rem;
}
.p-2\.5{
  padding: 0.625rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.p-\[3px\]{
  padding: 3px;
}
.\!px-5{
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.\!px-6{
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.\!py-3{
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.\!py-4{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-9{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.px-\[15px\]{
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[19px\]{
  padding-left: 19px;
  padding-right: 19px;
}
.px-\[28px\]{
  padding-left: 28px;
  padding-right: 28px;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-11{
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}
.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-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-9{
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.py-\[14px\]{
  padding-top: 14px;
  padding-bottom: 14px;
}
.py-\[15px\]{
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-\[22px\]{
  padding-top: 22px;
  padding-bottom: 22px;
}
.py-\[25px\]{
  padding-top: 25px;
  padding-bottom: 25px;
}
.py-\[2px\]{
  padding-top: 2px;
  padding-bottom: 2px;
}
.py-\[30px\]{
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-\[67px\]{
  padding-top: 67px;
  padding-bottom: 67px;
}
.py-\[70px\]{
  padding-top: 70px;
  padding-bottom: 70px;
}
.\!pb-2{
  padding-bottom: 0.5rem !important;
}
.\!pl-0{
  padding-left: 0px !important;
}
.\!pl-8{
  padding-left: 2rem !important;
}
.\!pl-\[14px\]{
  padding-left: 14px !important;
}
.\!pt-0{
  padding-top: 0px !important;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-0\.5{
  padding-bottom: 0.125rem;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-24{
  padding-bottom: 6rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-7{
  padding-bottom: 1.75rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pb-\[100px\]{
  padding-bottom: 100px;
}
.pb-\[104px\]{
  padding-bottom: 104px;
}
.pb-\[10px\]{
  padding-bottom: 10px;
}
.pb-\[180px\]{
  padding-bottom: 180px;
}
.pb-\[18px\]{
  padding-bottom: 18px;
}
.pb-\[2px\]{
  padding-bottom: 2px;
}
.pb-\[30px\]{
  padding-bottom: 30px;
}
.pb-\[38px\]{
  padding-bottom: 38px;
}
.pb-\[54px\]{
  padding-bottom: 54px;
}
.pb-\[56px\]{
  padding-bottom: 56px;
}
.pb-\[60px\]{
  padding-bottom: 60px;
}
.pb-\[72px\]{
  padding-bottom: 72px;
}
.pb-\[90px\]{
  padding-bottom: 90px;
}
.pb-px{
  padding-bottom: 1px;
}
.pl-0{
  padding-left: 0px;
}
.pl-12{
  padding-left: 3rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pl-7{
  padding-left: 1.75rem;
}
.pl-8{
  padding-left: 2rem;
}
.pl-9{
  padding-left: 2.25rem;
}
.pl-\[21px\]{
  padding-left: 21px;
}
.pl-\[28px\]{
  padding-left: 28px;
}
.pl-\[38px\]{
  padding-left: 38px;
}
.pl-\[54px\]{
  padding-left: 54px;
}
.pl-\[6px\]{
  padding-left: 6px;
}
.pr-1{
  padding-right: 0.25rem;
}
.pr-10{
  padding-right: 2.5rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-32{
  padding-right: 8rem;
}
.pr-4{
  padding-right: 1rem;
}
.pr-5{
  padding-right: 1.25rem;
}
.pr-9{
  padding-right: 2.25rem;
}
.pr-\[102px\]{
  padding-right: 102px;
}
.pr-\[38px\]{
  padding-right: 38px;
}
.pr-\[54px\]{
  padding-right: 54px;
}
.pt-0{
  padding-top: 0px;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-16{
  padding-top: 4rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-\[10px\]{
  padding-top: 10px;
}
.pt-\[135px\]{
  padding-top: 135px;
}
.pt-\[139px\]{
  padding-top: 139px;
}
.pt-\[180px\]{
  padding-top: 180px;
}
.pt-\[23px\]{
  padding-top: 23px;
}
.pt-\[30px\]{
  padding-top: 30px;
}
.pt-\[39px\]{
  padding-top: 39px;
}
.pt-\[3px\]{
  padding-top: 3px;
}
.pt-\[42px\]{
  padding-top: 42px;
}
.pt-\[60px\]{
  padding-top: 60px;
}
.pt-\[66px\]{
  padding-top: 66px;
}
.pt-\[6px\]{
  padding-top: 6px;
}
.pt-\[76px\]{
  padding-top: 76px;
}
.\!text-left{
  text-align: left !important;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.align-top{
  vertical-align: top;
}
.\!font-serif{
  font-family: Buckeye Serif, Lucida Grande, Tahoma, sans-serif !important;
}
.font-body{
  font-family: Buckeye Sans, Helvetica, Arial, sans-serif;
}
.font-serif{
  font-family: Buckeye Serif, Lucida Grande, Tahoma, sans-serif;
}
.\!text-\[14px\]{
  font-size: 14px !important;
}
.\!text-\[16px\]{
  font-size: 16px !important;
}
.\!text-\[18px\]{
  font-size: 18px !important;
}
.\!text-\[32px\]{
  font-size: 32px !important;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[13px\]{
  font-size: 13px;
}
.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-\[22px\]{
  font-size: 22px;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-\[26px\]{
  font-size: 26px;
}
.text-\[28px\]{
  font-size: 28px;
}
.text-\[30px\]{
  font-size: 30px;
}
.text-\[33px\]{
  font-size: 33px;
}
.text-\[36px\]{
  font-size: 36px;
}
.text-\[40px\]{
  font-size: 40px;
}
.text-\[42px\]{
  font-size: 42px;
}
.text-\[50px\]{
  font-size: 50px;
}
.text-\[60px\]{
  font-size: 60px;
}
.text-\[76px\]{
  font-size: 76px;
}
.\!font-bold{
  font-weight: 700 !important;
}
.\!font-extrabold{
  font-weight: 800 !important;
}
.font-black{
  font-weight: 900;
}
.font-bold{
  font-weight: 700;
}
.font-extrabold{
  font-weight: 800;
}
.font-light{
  font-weight: 300;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.\!uppercase{
  text-transform: uppercase !important;
}
.uppercase{
  text-transform: uppercase;
}
.capitalize{
  text-transform: capitalize;
}
.normal-case{
  text-transform: none;
}
.italic{
  font-style: italic;
}
.not-italic{
  font-style: normal;
}
.\!leading-\[18px\]{
  line-height: 18px !important;
}
.\!leading-\[19px\]{
  line-height: 19px !important;
}
.\!leading-\[21px\]{
  line-height: 21px !important;
}
.\!leading-\[22px\]{
  line-height: 22px !important;
}
.\!leading-\[24px\]{
  line-height: 24px !important;
}
.\!leading-\[38\.4px\]{
  line-height: 38.4px !important;
}
.leading-\[13px\]{
  line-height: 13px;
}
.leading-\[14px\]{
  line-height: 14px;
}
.leading-\[16\.37px\]{
  line-height: 16.37px;
}
.leading-\[16px\]{
  line-height: 16px;
}
.leading-\[17px\]{
  line-height: 17px;
}
.leading-\[18px\]{
  line-height: 18px;
}
.leading-\[19\.1px\]{
  line-height: 19.1px;
}
.leading-\[19\.2px\]{
  line-height: 19.2px;
}
.leading-\[19px\]{
  line-height: 19px;
}
.leading-\[20px\]{
  line-height: 20px;
}
.leading-\[21\.6px\]{
  line-height: 21.6px;
}
.leading-\[21\.82px\]{
  line-height: 21.82px;
}
.leading-\[21px\]{
  line-height: 21px;
}
.leading-\[22px\]{
  line-height: 22px;
}
.leading-\[24\.5px\]{
  line-height: 24.5px;
}
.leading-\[24\.64px\]{
  line-height: 24.64px;
}
.leading-\[24px\]{
  line-height: 24px;
}
.leading-\[25px\]{
  line-height: 25px;
}
.leading-\[26px\]{
  line-height: 26px;
}
.leading-\[27px\]{
  line-height: 27px;
}
.leading-\[28\.16px\]{
  line-height: 28.16px;
}
.leading-\[28\.8px\]{
  line-height: 28.8px;
}
.leading-\[28px\]{
  line-height: 28px;
}
.leading-\[29px\]{
  line-height: 29px;
}
.leading-\[30px\]{
  line-height: 30px;
}
.leading-\[31px\]{
  line-height: 31px;
}
.leading-\[32\.8px\]{
  line-height: 32.8px;
}
.leading-\[32px\]{
  line-height: 32px;
}
.leading-\[33px\]{
  line-height: 33px;
}
.leading-\[34px\]{
  line-height: 34px;
}
.leading-\[40px\]{
  line-height: 40px;
}
.leading-\[43\.2px\]{
  line-height: 43.2px;
}
.leading-\[44px\]{
  line-height: 44px;
}
.leading-\[46px\]{
  line-height: 46px;
}
.leading-\[48px\]{
  line-height: 48px;
}
.leading-\[4px\]{
  line-height: 4px;
}
.leading-\[54px\]{
  line-height: 54px;
}
.leading-\[60px\]{
  line-height: 60px;
}
.leading-\[72px\]{
  line-height: 72px;
}
.leading-\[91\.2px\]{
  line-height: 91.2px;
}
.leading-none{
  line-height: 1;
}
.leading-normal{
  line-height: 1.5;
}
.tracking-\[-0\.1px\]{
  letter-spacing: -0.1px;
}
.tracking-\[0\.06em\]{
  letter-spacing: 0.06em;
}
.tracking-\[0\.09em\]{
  letter-spacing: 0.09em;
}
.tracking-\[1\.25px\]{
  letter-spacing: 1.25px;
}
.tracking-\[1\.26px\]{
  letter-spacing: 1.26px;
}
.tracking-\[1\.44px\]{
  letter-spacing: 1.44px;
}
.tracking-\[1px\]{
  letter-spacing: 1px;
}
.tracking-normal{
  letter-spacing: 0em;
}
.\!text-\[\#000\]{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.\!text-black{
  --tw-text-opacity: 1 !important;
  color: rgb(33 35 37 / var(--tw-text-opacity)) !important;
}
.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-\[\#00090A\]{
  --tw-text-opacity: 1;
  color: rgb(0 9 10 / var(--tw-text-opacity));
}
.text-\[\#757575\]{
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity));
}
.text-\[\#868E92\]{
  --tw-text-opacity: 1;
  color: rgb(134 142 146 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(33 35 37 / var(--tw-text-opacity));
}
.text-gray-100{
  --tw-text-opacity: 1;
  color: rgb(239 241 242 / var(--tw-text-opacity));
}
.text-gray-100\/0{
  color: rgb(239 241 242 / 0);
}
.text-gray-100\/10{
  color: rgb(239 241 242 / 0.1);
}
.text-gray-100\/100{
  color: rgb(239 241 242 / 1);
}
.text-gray-100\/20{
  color: rgb(239 241 242 / 0.2);
}
.text-gray-100\/25{
  color: rgb(239 241 242 / 0.25);
}
.text-gray-100\/30{
  color: rgb(239 241 242 / 0.3);
}
.text-gray-100\/40{
  color: rgb(239 241 242 / 0.4);
}
.text-gray-100\/5{
  color: rgb(239 241 242 / 0.05);
}
.text-gray-100\/50{
  color: rgb(239 241 242 / 0.5);
}
.text-gray-100\/60{
  color: rgb(239 241 242 / 0.6);
}
.text-gray-100\/70{
  color: rgb(239 241 242 / 0.7);
}
.text-gray-100\/75{
  color: rgb(239 241 242 / 0.75);
}
.text-gray-100\/80{
  color: rgb(239 241 242 / 0.8);
}
.text-gray-100\/90{
  color: rgb(239 241 242 / 0.9);
}
.text-gray-100\/95{
  color: rgb(239 241 242 / 0.95);
}
.text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(223 227 229 / var(--tw-text-opacity));
}
.text-gray-200\/0{
  color: rgb(223 227 229 / 0);
}
.text-gray-200\/10{
  color: rgb(223 227 229 / 0.1);
}
.text-gray-200\/100{
  color: rgb(223 227 229 / 1);
}
.text-gray-200\/20{
  color: rgb(223 227 229 / 0.2);
}
.text-gray-200\/25{
  color: rgb(223 227 229 / 0.25);
}
.text-gray-200\/30{
  color: rgb(223 227 229 / 0.3);
}
.text-gray-200\/40{
  color: rgb(223 227 229 / 0.4);
}
.text-gray-200\/5{
  color: rgb(223 227 229 / 0.05);
}
.text-gray-200\/50{
  color: rgb(223 227 229 / 0.5);
}
.text-gray-200\/60{
  color: rgb(223 227 229 / 0.6);
}
.text-gray-200\/70{
  color: rgb(223 227 229 / 0.7);
}
.text-gray-200\/75{
  color: rgb(223 227 229 / 0.75);
}
.text-gray-200\/80{
  color: rgb(223 227 229 / 0.8);
}
.text-gray-200\/90{
  color: rgb(223 227 229 / 0.9);
}
.text-gray-200\/95{
  color: rgb(223 227 229 / 0.95);
}
.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(207 212 216 / var(--tw-text-opacity));
}
.text-gray-300\/0{
  color: rgb(207 212 216 / 0);
}
.text-gray-300\/10{
  color: rgb(207 212 216 / 0.1);
}
.text-gray-300\/100{
  color: rgb(207 212 216 / 1);
}
.text-gray-300\/20{
  color: rgb(207 212 216 / 0.2);
}
.text-gray-300\/25{
  color: rgb(207 212 216 / 0.25);
}
.text-gray-300\/30{
  color: rgb(207 212 216 / 0.3);
}
.text-gray-300\/40{
  color: rgb(207 212 216 / 0.4);
}
.text-gray-300\/5{
  color: rgb(207 212 216 / 0.05);
}
.text-gray-300\/50{
  color: rgb(207 212 216 / 0.5);
}
.text-gray-300\/60{
  color: rgb(207 212 216 / 0.6);
}
.text-gray-300\/70{
  color: rgb(207 212 216 / 0.7);
}
.text-gray-300\/75{
  color: rgb(207 212 216 / 0.75);
}
.text-gray-300\/80{
  color: rgb(207 212 216 / 0.8);
}
.text-gray-300\/90{
  color: rgb(207 212 216 / 0.9);
}
.text-gray-300\/95{
  color: rgb(207 212 216 / 0.95);
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(167 177 183 / var(--tw-text-opacity));
}
.text-gray-500\/0{
  color: rgb(167 177 183 / 0);
}
.text-gray-500\/10{
  color: rgb(167 177 183 / 0.1);
}
.text-gray-500\/100{
  color: rgb(167 177 183 / 1);
}
.text-gray-500\/20{
  color: rgb(167 177 183 / 0.2);
}
.text-gray-500\/25{
  color: rgb(167 177 183 / 0.25);
}
.text-gray-500\/30{
  color: rgb(167 177 183 / 0.3);
}
.text-gray-500\/40{
  color: rgb(167 177 183 / 0.4);
}
.text-gray-500\/5{
  color: rgb(167 177 183 / 0.05);
}
.text-gray-500\/50{
  color: rgb(167 177 183 / 0.5);
}
.text-gray-500\/60{
  color: rgb(167 177 183 / 0.6);
}
.text-gray-500\/70{
  color: rgb(167 177 183 / 0.7);
}
.text-gray-500\/75{
  color: rgb(167 177 183 / 0.75);
}
.text-gray-500\/80{
  color: rgb(167 177 183 / 0.8);
}
.text-gray-500\/90{
  color: rgb(167 177 183 / 0.9);
}
.text-gray-500\/95{
  color: rgb(167 177 183 / 0.95);
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(100 106 110 / var(--tw-text-opacity));
}
.text-gray-600\/0{
  color: rgb(100 106 110 / 0);
}
.text-gray-600\/10{
  color: rgb(100 106 110 / 0.1);
}
.text-gray-600\/100{
  color: rgb(100 106 110 / 1);
}
.text-gray-600\/20{
  color: rgb(100 106 110 / 0.2);
}
.text-gray-600\/25{
  color: rgb(100 106 110 / 0.25);
}
.text-gray-600\/30{
  color: rgb(100 106 110 / 0.3);
}
.text-gray-600\/40{
  color: rgb(100 106 110 / 0.4);
}
.text-gray-600\/5{
  color: rgb(100 106 110 / 0.05);
}
.text-gray-600\/50{
  color: rgb(100 106 110 / 0.5);
}
.text-gray-600\/60{
  color: rgb(100 106 110 / 0.6);
}
.text-gray-600\/70{
  color: rgb(100 106 110 / 0.7);
}
.text-gray-600\/75{
  color: rgb(100 106 110 / 0.75);
}
.text-gray-600\/80{
  color: rgb(100 106 110 / 0.8);
}
.text-gray-600\/90{
  color: rgb(100 106 110 / 0.9);
}
.text-gray-600\/95{
  color: rgb(100 106 110 / 0.95);
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(41 40 38 / var(--tw-text-opacity));
}
.text-primary-500{
  --tw-text-opacity: 1;
  color: rgb(186 12 47 / var(--tw-text-opacity));
}
.text-primary-500\/0{
  color: rgb(186 12 47 / 0);
}
.text-primary-500\/10{
  color: rgb(186 12 47 / 0.1);
}
.text-primary-500\/100{
  color: rgb(186 12 47 / 1);
}
.text-primary-500\/20{
  color: rgb(186 12 47 / 0.2);
}
.text-primary-500\/25{
  color: rgb(186 12 47 / 0.25);
}
.text-primary-500\/30{
  color: rgb(186 12 47 / 0.3);
}
.text-primary-500\/40{
  color: rgb(186 12 47 / 0.4);
}
.text-primary-500\/5{
  color: rgb(186 12 47 / 0.05);
}
.text-primary-500\/50{
  color: rgb(186 12 47 / 0.5);
}
.text-primary-500\/60{
  color: rgb(186 12 47 / 0.6);
}
.text-primary-500\/70{
  color: rgb(186 12 47 / 0.7);
}
.text-primary-500\/75{
  color: rgb(186 12 47 / 0.75);
}
.text-primary-500\/80{
  color: rgb(186 12 47 / 0.8);
}
.text-primary-500\/90{
  color: rgb(186 12 47 / 0.9);
}
.text-primary-500\/95{
  color: rgb(186 12 47 / 0.95);
}
.text-primary-700{
  --tw-text-opacity: 1;
  color: rgb(112 7 28 / var(--tw-text-opacity));
}
.text-primary-700\/0{
  color: rgb(112 7 28 / 0);
}
.text-primary-700\/10{
  color: rgb(112 7 28 / 0.1);
}
.text-primary-700\/100{
  color: rgb(112 7 28 / 1);
}
.text-primary-700\/20{
  color: rgb(112 7 28 / 0.2);
}
.text-primary-700\/25{
  color: rgb(112 7 28 / 0.25);
}
.text-primary-700\/30{
  color: rgb(112 7 28 / 0.3);
}
.text-primary-700\/40{
  color: rgb(112 7 28 / 0.4);
}
.text-primary-700\/5{
  color: rgb(112 7 28 / 0.05);
}
.text-primary-700\/50{
  color: rgb(112 7 28 / 0.5);
}
.text-primary-700\/60{
  color: rgb(112 7 28 / 0.6);
}
.text-primary-700\/70{
  color: rgb(112 7 28 / 0.7);
}
.text-primary-700\/75{
  color: rgb(112 7 28 / 0.75);
}
.text-primary-700\/80{
  color: rgb(112 7 28 / 0.8);
}
.text-primary-700\/90{
  color: rgb(112 7 28 / 0.9);
}
.text-primary-700\/95{
  color: rgb(112 7 28 / 0.95);
}
.text-teal-300{
  --tw-text-opacity: 1;
  color: rgb(183 221 213 / var(--tw-text-opacity));
}
.text-teal-300\/0{
  color: rgb(183 221 213 / 0);
}
.text-teal-300\/10{
  color: rgb(183 221 213 / 0.1);
}
.text-teal-300\/100{
  color: rgb(183 221 213 / 1);
}
.text-teal-300\/20{
  color: rgb(183 221 213 / 0.2);
}
.text-teal-300\/25{
  color: rgb(183 221 213 / 0.25);
}
.text-teal-300\/30{
  color: rgb(183 221 213 / 0.3);
}
.text-teal-300\/40{
  color: rgb(183 221 213 / 0.4);
}
.text-teal-300\/5{
  color: rgb(183 221 213 / 0.05);
}
.text-teal-300\/50{
  color: rgb(183 221 213 / 0.5);
}
.text-teal-300\/60{
  color: rgb(183 221 213 / 0.6);
}
.text-teal-300\/70{
  color: rgb(183 221 213 / 0.7);
}
.text-teal-300\/75{
  color: rgb(183 221 213 / 0.75);
}
.text-teal-300\/80{
  color: rgb(183 221 213 / 0.8);
}
.text-teal-300\/90{
  color: rgb(183 221 213 / 0.9);
}
.text-teal-300\/95{
  color: rgb(183 221 213 / 0.95);
}
.text-teal-500{
  --tw-text-opacity: 1;
  color: rgb(107 187 171 / var(--tw-text-opacity));
}
.text-teal-500\/0{
  color: rgb(107 187 171 / 0);
}
.text-teal-500\/10{
  color: rgb(107 187 171 / 0.1);
}
.text-teal-500\/100{
  color: rgb(107 187 171 / 1);
}
.text-teal-500\/20{
  color: rgb(107 187 171 / 0.2);
}
.text-teal-500\/25{
  color: rgb(107 187 171 / 0.25);
}
.text-teal-500\/30{
  color: rgb(107 187 171 / 0.3);
}
.text-teal-500\/40{
  color: rgb(107 187 171 / 0.4);
}
.text-teal-500\/5{
  color: rgb(107 187 171 / 0.05);
}
.text-teal-500\/50{
  color: rgb(107 187 171 / 0.5);
}
.text-teal-500\/60{
  color: rgb(107 187 171 / 0.6);
}
.text-teal-500\/70{
  color: rgb(107 187 171 / 0.7);
}
.text-teal-500\/75{
  color: rgb(107 187 171 / 0.75);
}
.text-teal-500\/80{
  color: rgb(107 187 171 / 0.8);
}
.text-teal-500\/90{
  color: rgb(107 187 171 / 0.9);
}
.text-teal-500\/95{
  color: rgb(107 187 171 / 0.95);
}
.text-teal-600{
  --tw-text-opacity: 1;
  color: rgb(147 180 182 / var(--tw-text-opacity));
}
.text-teal-600\/0{
  color: rgb(147 180 182 / 0);
}
.text-teal-600\/10{
  color: rgb(147 180 182 / 0.1);
}
.text-teal-600\/100{
  color: rgb(147 180 182 / 1);
}
.text-teal-600\/20{
  color: rgb(147 180 182 / 0.2);
}
.text-teal-600\/25{
  color: rgb(147 180 182 / 0.25);
}
.text-teal-600\/30{
  color: rgb(147 180 182 / 0.3);
}
.text-teal-600\/40{
  color: rgb(147 180 182 / 0.4);
}
.text-teal-600\/5{
  color: rgb(147 180 182 / 0.05);
}
.text-teal-600\/50{
  color: rgb(147 180 182 / 0.5);
}
.text-teal-600\/60{
  color: rgb(147 180 182 / 0.6);
}
.text-teal-600\/70{
  color: rgb(147 180 182 / 0.7);
}
.text-teal-600\/75{
  color: rgb(147 180 182 / 0.75);
}
.text-teal-600\/80{
  color: rgb(147 180 182 / 0.8);
}
.text-teal-600\/90{
  color: rgb(147 180 182 / 0.9);
}
.text-teal-600\/95{
  color: rgb(147 180 182 / 0.95);
}
.text-teal-800{
  --tw-text-opacity: 1;
  color: rgb(104 150 153 / var(--tw-text-opacity));
}
.text-teal-800\/0{
  color: rgb(104 150 153 / 0);
}
.text-teal-800\/10{
  color: rgb(104 150 153 / 0.1);
}
.text-teal-800\/100{
  color: rgb(104 150 153 / 1);
}
.text-teal-800\/20{
  color: rgb(104 150 153 / 0.2);
}
.text-teal-800\/25{
  color: rgb(104 150 153 / 0.25);
}
.text-teal-800\/30{
  color: rgb(104 150 153 / 0.3);
}
.text-teal-800\/40{
  color: rgb(104 150 153 / 0.4);
}
.text-teal-800\/5{
  color: rgb(104 150 153 / 0.05);
}
.text-teal-800\/50{
  color: rgb(104 150 153 / 0.5);
}
.text-teal-800\/60{
  color: rgb(104 150 153 / 0.6);
}
.text-teal-800\/70{
  color: rgb(104 150 153 / 0.7);
}
.text-teal-800\/75{
  color: rgb(104 150 153 / 0.75);
}
.text-teal-800\/80{
  color: rgb(104 150 153 / 0.8);
}
.text-teal-800\/90{
  color: rgb(104 150 153 / 0.9);
}
.text-teal-800\/95{
  color: rgb(104 150 153 / 0.95);
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-yellow-300{
  --tw-text-opacity: 1;
  color: rgb(255 226 153 / var(--tw-text-opacity));
}
.text-yellow-300\/0{
  color: rgb(255 226 153 / 0);
}
.text-yellow-300\/10{
  color: rgb(255 226 153 / 0.1);
}
.text-yellow-300\/100{
  color: rgb(255 226 153 / 1);
}
.text-yellow-300\/20{
  color: rgb(255 226 153 / 0.2);
}
.text-yellow-300\/25{
  color: rgb(255 226 153 / 0.25);
}
.text-yellow-300\/30{
  color: rgb(255 226 153 / 0.3);
}
.text-yellow-300\/40{
  color: rgb(255 226 153 / 0.4);
}
.text-yellow-300\/5{
  color: rgb(255 226 153 / 0.05);
}
.text-yellow-300\/50{
  color: rgb(255 226 153 / 0.5);
}
.text-yellow-300\/60{
  color: rgb(255 226 153 / 0.6);
}
.text-yellow-300\/70{
  color: rgb(255 226 153 / 0.7);
}
.text-yellow-300\/75{
  color: rgb(255 226 153 / 0.75);
}
.text-yellow-300\/80{
  color: rgb(255 226 153 / 0.8);
}
.text-yellow-300\/90{
  color: rgb(255 226 153 / 0.9);
}
.text-yellow-300\/95{
  color: rgb(255 226 153 / 0.95);
}
.text-yellow-500{
  --tw-text-opacity: 1;
  color: rgb(255 189 26 / var(--tw-text-opacity));
}
.text-yellow-500\/0{
  color: rgb(255 189 26 / 0);
}
.text-yellow-500\/10{
  color: rgb(255 189 26 / 0.1);
}
.text-yellow-500\/100{
  color: rgb(255 189 26 / 1);
}
.text-yellow-500\/20{
  color: rgb(255 189 26 / 0.2);
}
.text-yellow-500\/25{
  color: rgb(255 189 26 / 0.25);
}
.text-yellow-500\/30{
  color: rgb(255 189 26 / 0.3);
}
.text-yellow-500\/40{
  color: rgb(255 189 26 / 0.4);
}
.text-yellow-500\/5{
  color: rgb(255 189 26 / 0.05);
}
.text-yellow-500\/50{
  color: rgb(255 189 26 / 0.5);
}
.text-yellow-500\/60{
  color: rgb(255 189 26 / 0.6);
}
.text-yellow-500\/70{
  color: rgb(255 189 26 / 0.7);
}
.text-yellow-500\/75{
  color: rgb(255 189 26 / 0.75);
}
.text-yellow-500\/80{
  color: rgb(255 189 26 / 0.8);
}
.text-yellow-500\/90{
  color: rgb(255 189 26 / 0.9);
}
.text-yellow-500\/95{
  color: rgb(255 189 26 / 0.95);
}
.underline{
  text-decoration-line: underline;
}
.no-underline{
  text-decoration-line: none;
}
.underline-offset-2{
  text-underline-offset: 2px;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.\!opacity-0{
  opacity: 0 !important;
}
.\!opacity-100{
  opacity: 1 !important;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.mix-blend-multiply{
  mix-blend-mode: multiply;
}
.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);
}
.shadow-load-more{
  --tw-shadow: 0px 4px 4px rgba(0, 0, 0, 0.02);
  --tw-shadow-colored: 0px 4px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-none{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-submenu{
  --tw-shadow: -1px 1px 16px rgba(0, 0, 0, 0.2);
  --tw-shadow-colored: -1px 1px 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline{
  outline-style: solid;
}
.ring-1{
  --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, 0 0 #0000);
}
.ring-2{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-offset-2{
  --tw-ring-offset-width: 2px;
}
.blur{
  --tw-blur: blur(8px);
  -webkit-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: 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);
}
.drop-shadow-load-more{
  --tw-drop-shadow: drop-shadow(0px 4px 34px rgba(0, 0, 0, 0.1));
  -webkit-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: 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{
  -webkit-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: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter-none{
  -webkit-filter: none;
          filter: none;
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-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-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-100{
  transition-delay: 100ms;
}
.delay-150{
  transition-delay: 150ms;
}
.delay-200{
  transition-delay: 200ms;
}
.delay-300{
  transition-delay: 300ms;
}
.delay-500{
  transition-delay: 500ms;
}
.delay-75{
  transition-delay: 75ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.content-\[\'\'\]{
  --tw-content: '';
  content: var(--tw-content);
}
@media (min-width: 575px){
  .sm\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  @media (min-width: 575px){
    .sm\:container{
      max-width: 575px;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
    }
  }
  @media (min-width: 768px){
    .sm\:container{
      max-width: 768px;
    }
  }
  @media (min-width: 1200px){
    .sm\:container{
      max-width: 1200px;
      padding-right: 1rem;
      padding-left: 1rem;
    }
  }
  @media (min-width: 1384px){
    .sm\:container{
      max-width: 1384px;
    }
  }
}
@media (min-width: 768px){
  .md\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  @media (min-width: 575px){
    .md\:container{
      max-width: 575px;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
    }
  }
  @media (min-width: 768px){
    .md\:container{
      max-width: 768px;
    }
  }
  @media (min-width: 1200px){
    .md\:container{
      max-width: 1200px;
      padding-right: 1rem;
      padding-left: 1rem;
    }
  }
  @media (min-width: 1384px){
    .md\:container{
      max-width: 1384px;
    }
  }
  .md\:aspect-h-\[230\]{
    --tw-aspect-h: 230;
  }
  .md\:aspect-h-\[290\]{
    --tw-aspect-h: 290;
  }
  .md\:aspect-h-\[304\]{
    --tw-aspect-h: 304;
  }
  .md\:aspect-h-\[451\]{
    --tw-aspect-h: 451;
  }
  .md\:aspect-h-\[504\]{
    --tw-aspect-h: 504;
  }
  .md\:aspect-h-\[560\]{
    --tw-aspect-h: 560;
  }
  .md\:aspect-h-\[618\]{
    --tw-aspect-h: 618;
  }
  .md\:aspect-w-\[1090\]{
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 1090;
  }
  .md\:aspect-w-\[1090\] > *{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .md\:aspect-w-\[307\]{
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 307;
  }
  .md\:aspect-w-\[307\] > *{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .md\:aspect-w-\[420\]{
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 420;
  }
  .md\:aspect-w-\[420\] > *{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .md\:aspect-w-\[662\]{
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 662;
  }
  .md\:aspect-w-\[662\] > *{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .md\:aspect-w-\[758\]{
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 758;
  }
  .md\:aspect-w-\[758\] > *{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .md\:aspect-w-\[885\]{
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 885;
  }
  .md\:aspect-w-\[885\] > *{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 1200px){
  .lg\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  @media (min-width: 575px){
    .lg\:container{
      max-width: 575px;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
    }
  }
  @media (min-width: 768px){
    .lg\:container{
      max-width: 768px;
    }
  }
  @media (min-width: 1200px){
    .lg\:container{
      max-width: 1200px;
      padding-right: 1rem;
      padding-left: 1rem;
    }
  }
  @media (min-width: 1384px){
    .lg\:container{
      max-width: 1384px;
    }
  }
  .lg\:aspect-h-\[324\]{
    --tw-aspect-h: 324;
  }
  .lg\:aspect-h-\[348\]{
    --tw-aspect-h: 348;
  }
  .lg\:aspect-h-\[370\]{
    --tw-aspect-h: 370;
  }
  .lg\:aspect-h-\[393\]{
    --tw-aspect-h: 393;
  }
  .lg\:aspect-h-\[450\]{
    --tw-aspect-h: 450;
  }
  .lg\:aspect-h-\[460\]{
    --tw-aspect-h: 460;
  }
  .lg\:aspect-h-\[480\]{
    --tw-aspect-h: 480;
  }
  .lg\:aspect-h-\[518\]{
    --tw-aspect-h: 518;
  }
  .lg\:aspect-h-\[532\]{
    --tw-aspect-h: 532;
  }
  .lg\:aspect-h-\[560\]{
    --tw-aspect-h: 560;
  }
  .lg\:aspect-w-\[420\]{
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 420;
  }
  .lg\:aspect-w-\[420\] > *{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .lg\:aspect-w-\[480\]{
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 480;
  }
  .lg\:aspect-w-\[480\] > *{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .lg\:aspect-w-\[532\]{
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 532;
  }
  .lg\:aspect-w-\[532\] > *{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .lg\:aspect-w-\[534\]{
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 534;
  }
  .lg\:aspect-w-\[534\] > *{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .lg\:aspect-w-\[592\]{
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 592;
  }
  .lg\:aspect-w-\[592\] > *{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .lg\:aspect-w-\[645\]{
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 645;
  }
  .lg\:aspect-w-\[645\] > *{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .lg\:aspect-w-\[662\]{
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 662;
  }
  .lg\:aspect-w-\[662\] > *{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .lg\:aspect-w-\[757\]{
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 757;
  }
  .lg\:aspect-w-\[757\] > *{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .lg\:aspect-w-\[817\]{
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 817;
  }
  .lg\:aspect-w-\[817\] > *{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .lg\:aspect-w-\[940\]{
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 940;
  }
  .lg\:aspect-w-\[940\] > *{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.marker\:text-primary-500 *::marker{
  color: rgb(186 12 47 );
}
.marker\:text-primary-500::marker{
  color: rgb(186 12 47 );
}
.placeholder\:uppercase::-webkit-input-placeholder{
  text-transform: uppercase;
}
.placeholder\:uppercase::placeholder{
  text-transform: uppercase;
}
.placeholder\:text-\[\#636363\]::-webkit-input-placeholder{
  --tw-text-opacity: 1;
  color: rgb(99 99 99 / var(--tw-text-opacity));
}
.placeholder\:text-\[\#636363\]::placeholder{
  --tw-text-opacity: 1;
  color: rgb(99 99 99 / var(--tw-text-opacity));
}
.placeholder\:text-\[\#868E92\]::-webkit-input-placeholder{
  --tw-text-opacity: 1;
  color: rgb(134 142 146 / var(--tw-text-opacity));
}
.placeholder\:text-\[\#868E92\]::placeholder{
  --tw-text-opacity: 1;
  color: rgb(134 142 146 / var(--tw-text-opacity));
}
.placeholder\:text-gray-600::-webkit-input-placeholder{
  --tw-text-opacity: 1;
  color: rgb(100 106 110 / var(--tw-text-opacity));
}
.placeholder\:text-gray-600::placeholder{
  --tw-text-opacity: 1;
  color: rgb(100 106 110 / var(--tw-text-opacity));
}
.before\:pointer-events-none::before{
  content: var(--tw-content);
  pointer-events: none;
}
.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}
.before\:-top-1::before{
  content: var(--tw-content);
  top: -0.25rem;
}
.before\:left-0::before{
  content: var(--tw-content);
  left: 0px;
}
.before\:left-\[-38px\]::before{
  content: var(--tw-content);
  left: -38px;
}
.before\:right-0::before{
  content: var(--tw-content);
  right: 0px;
}
.before\:right-2::before{
  content: var(--tw-content);
  right: 0.5rem;
}
.before\:top-0::before{
  content: var(--tw-content);
  top: 0px;
}
.before\:top-\[7\.5px\]::before{
  content: var(--tw-content);
  top: 7.5px;
}
.before\:\!z-\[1\]::before{
  content: var(--tw-content);
  z-index: 1 !important;
}
.before\:z-\[1\]::before{
  content: var(--tw-content);
  z-index: 1;
}
.before\:-ml-4::before{
  content: var(--tw-content);
  margin-left: -1rem;
}
.before\:flex::before{
  content: var(--tw-content);
  display: flex;
}
.before\:h-1::before{
  content: var(--tw-content);
  height: 0.25rem;
}
.before\:h-\[1\.5px\]::before{
  content: var(--tw-content);
  height: 1.5px;
}
.before\:h-\[66px\]::before{
  content: var(--tw-content);
  height: 66px;
}
.before\:h-full::before{
  content: var(--tw-content);
  height: 100%;
}
.before\:w-0::before{
  content: var(--tw-content);
  width: 0px;
}
.before\:w-12::before{
  content: var(--tw-content);
  width: 3rem;
}
.before\:w-5::before{
  content: var(--tw-content);
  width: 1.25rem;
}
.before\:w-\[110px\]::before{
  content: var(--tw-content);
  width: 110px;
}
.before\:w-\[66px\]::before{
  content: var(--tw-content);
  width: 66px;
}
.before\:items-center::before{
  content: var(--tw-content);
  align-items: center;
}
.before\:justify-center::before{
  content: var(--tw-content);
  justify-content: center;
}
.before\:border-gray-100::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(239 241 242 / var(--tw-border-opacity));
}
.before\:border-gray-100\/0::before{
  content: var(--tw-content);
  border-color: rgb(239 241 242 / 0);
}
.before\:border-gray-100\/10::before{
  content: var(--tw-content);
  border-color: rgb(239 241 242 / 0.1);
}
.before\:border-gray-100\/100::before{
  content: var(--tw-content);
  border-color: rgb(239 241 242 / 1);
}
.before\:border-gray-100\/20::before{
  content: var(--tw-content);
  border-color: rgb(239 241 242 / 0.2);
}
.before\:border-gray-100\/25::before{
  content: var(--tw-content);
  border-color: rgb(239 241 242 / 0.25);
}
.before\:border-gray-100\/30::before{
  content: var(--tw-content);
  border-color: rgb(239 241 242 / 0.3);
}
.before\:border-gray-100\/40::before{
  content: var(--tw-content);
  border-color: rgb(239 241 242 / 0.4);
}
.before\:border-gray-100\/5::before{
  content: var(--tw-content);
  border-color: rgb(239 241 242 / 0.05);
}
.before\:border-gray-100\/50::before{
  content: var(--tw-content);
  border-color: rgb(239 241 242 / 0.5);
}
.before\:border-gray-100\/60::before{
  content: var(--tw-content);
  border-color: rgb(239 241 242 / 0.6);
}
.before\:border-gray-100\/70::before{
  content: var(--tw-content);
  border-color: rgb(239 241 242 / 0.7);
}
.before\:border-gray-100\/75::before{
  content: var(--tw-content);
  border-color: rgb(239 241 242 / 0.75);
}
.before\:border-gray-100\/80::before{
  content: var(--tw-content);
  border-color: rgb(239 241 242 / 0.8);
}
.before\:border-gray-100\/90::before{
  content: var(--tw-content);
  border-color: rgb(239 241 242 / 0.9);
}
.before\:border-gray-100\/95::before{
  content: var(--tw-content);
  border-color: rgb(239 241 242 / 0.95);
}
.before\:border-gray-200::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(223 227 229 / var(--tw-border-opacity));
}
.before\:border-gray-200\/0::before{
  content: var(--tw-content);
  border-color: rgb(223 227 229 / 0);
}
.before\:border-gray-200\/10::before{
  content: var(--tw-content);
  border-color: rgb(223 227 229 / 0.1);
}
.before\:border-gray-200\/100::before{
  content: var(--tw-content);
  border-color: rgb(223 227 229 / 1);
}
.before\:border-gray-200\/20::before{
  content: var(--tw-content);
  border-color: rgb(223 227 229 / 0.2);
}
.before\:border-gray-200\/25::before{
  content: var(--tw-content);
  border-color: rgb(223 227 229 / 0.25);
}
.before\:border-gray-200\/30::before{
  content: var(--tw-content);
  border-color: rgb(223 227 229 / 0.3);
}
.before\:border-gray-200\/40::before{
  content: var(--tw-content);
  border-color: rgb(223 227 229 / 0.4);
}
.before\:border-gray-200\/5::before{
  content: var(--tw-content);
  border-color: rgb(223 227 229 / 0.05);
}
.before\:border-gray-200\/50::before{
  content: var(--tw-content);
  border-color: rgb(223 227 229 / 0.5);
}
.before\:border-gray-200\/60::before{
  content: var(--tw-content);
  border-color: rgb(223 227 229 / 0.6);
}
.before\:border-gray-200\/70::before{
  content: var(--tw-content);
  border-color: rgb(223 227 229 / 0.7);
}
.before\:border-gray-200\/75::before{
  content: var(--tw-content);
  border-color: rgb(223 227 229 / 0.75);
}
.before\:border-gray-200\/80::before{
  content: var(--tw-content);
  border-color: rgb(223 227 229 / 0.8);
}
.before\:border-gray-200\/90::before{
  content: var(--tw-content);
  border-color: rgb(223 227 229 / 0.9);
}
.before\:border-gray-200\/95::before{
  content: var(--tw-content);
  border-color: rgb(223 227 229 / 0.95);
}
.before\:border-gray-300::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(207 212 216 / var(--tw-border-opacity));
}
.before\:border-gray-300\/0::before{
  content: var(--tw-content);
  border-color: rgb(207 212 216 / 0);
}
.before\:border-gray-300\/10::before{
  content: var(--tw-content);
  border-color: rgb(207 212 216 / 0.1);
}
.before\:border-gray-300\/100::before{
  content: var(--tw-content);
  border-color: rgb(207 212 216 / 1);
}
.before\:border-gray-300\/20::before{
  content: var(--tw-content);
  border-color: rgb(207 212 216 / 0.2);
}
.before\:border-gray-300\/25::before{
  content: var(--tw-content);
  border-color: rgb(207 212 216 / 0.25);
}
.before\:border-gray-300\/30::before{
  content: var(--tw-content);
  border-color: rgb(207 212 216 / 0.3);
}
.before\:border-gray-300\/40::before{
  content: var(--tw-content);
  border-color: rgb(207 212 216 / 0.4);
}
.before\:border-gray-300\/5::before{
  content: var(--tw-content);
  border-color: rgb(207 212 216 / 0.05);
}
.before\:border-gray-300\/50::before{
  content: var(--tw-content);
  border-color: rgb(207 212 216 / 0.5);
}
.before\:border-gray-300\/60::before{
  content: var(--tw-content);
  border-color: rgb(207 212 216 / 0.6);
}
.before\:border-gray-300\/70::before{
  content: var(--tw-content);
  border-color: rgb(207 212 216 / 0.7);
}
.before\:border-gray-300\/75::before{
  content: var(--tw-content);
  border-color: rgb(207 212 216 / 0.75);
}
.before\:border-gray-300\/80::before{
  content: var(--tw-content);
  border-color: rgb(207 212 216 / 0.8);
}
.before\:border-gray-300\/90::before{
  content: var(--tw-content);
  border-color: rgb(207 212 216 / 0.9);
}
.before\:border-gray-300\/95::before{
  content: var(--tw-content);
  border-color: rgb(207 212 216 / 0.95);
}
.before\:border-gray-500::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(167 177 183 / var(--tw-border-opacity));
}
.before\:border-gray-500\/0::before{
  content: var(--tw-content);
  border-color: rgb(167 177 183 / 0);
}
.before\:border-gray-500\/10::before{
  content: var(--tw-content);
  border-color: rgb(167 177 183 / 0.1);
}
.before\:border-gray-500\/100::before{
  content: var(--tw-content);
  border-color: rgb(167 177 183 / 1);
}
.before\:border-gray-500\/20::before{
  content: var(--tw-content);
  border-color: rgb(167 177 183 / 0.2);
}
.before\:border-gray-500\/25::before{
  content: var(--tw-content);
  border-color: rgb(167 177 183 / 0.25);
}
.before\:border-gray-500\/30::before{
  content: var(--tw-content);
  border-color: rgb(167 177 183 / 0.3);
}
.before\:border-gray-500\/40::before{
  content: var(--tw-content);
  border-color: rgb(167 177 183 / 0.4);
}
.before\:border-gray-500\/5::before{
  content: var(--tw-content);
  border-color: rgb(167 177 183 / 0.05);
}
.before\:border-gray-500\/50::before{
  content: var(--tw-content);
  border-color: rgb(167 177 183 / 0.5);
}
.before\:border-gray-500\/60::before{
  content: var(--tw-content);
  border-color: rgb(167 177 183 / 0.6);
}
.before\:border-gray-500\/70::before{
  content: var(--tw-content);
  border-color: rgb(167 177 183 / 0.7);
}
.before\:border-gray-500\/75::before{
  content: var(--tw-content);
  border-color: rgb(167 177 183 / 0.75);
}
.before\:border-gray-500\/80::before{
  content: var(--tw-content);
  border-color: rgb(167 177 183 / 0.8);
}
.before\:border-gray-500\/90::before{
  content: var(--tw-content);
  border-color: rgb(167 177 183 / 0.9);
}
.before\:border-gray-500\/95::before{
  content: var(--tw-content);
  border-color: rgb(167 177 183 / 0.95);
}
.before\:border-gray-600::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(100 106 110 / var(--tw-border-opacity));
}
.before\:border-gray-600\/0::before{
  content: var(--tw-content);
  border-color: rgb(100 106 110 / 0);
}
.before\:border-gray-600\/10::before{
  content: var(--tw-content);
  border-color: rgb(100 106 110 / 0.1);
}
.before\:border-gray-600\/100::before{
  content: var(--tw-content);
  border-color: rgb(100 106 110 / 1);
}
.before\:border-gray-600\/20::before{
  content: var(--tw-content);
  border-color: rgb(100 106 110 / 0.2);
}
.before\:border-gray-600\/25::before{
  content: var(--tw-content);
  border-color: rgb(100 106 110 / 0.25);
}
.before\:border-gray-600\/30::before{
  content: var(--tw-content);
  border-color: rgb(100 106 110 / 0.3);
}
.before\:border-gray-600\/40::before{
  content: var(--tw-content);
  border-color: rgb(100 106 110 / 0.4);
}
.before\:border-gray-600\/5::before{
  content: var(--tw-content);
  border-color: rgb(100 106 110 / 0.05);
}
.before\:border-gray-600\/50::before{
  content: var(--tw-content);
  border-color: rgb(100 106 110 / 0.5);
}
.before\:border-gray-600\/60::before{
  content: var(--tw-content);
  border-color: rgb(100 106 110 / 0.6);
}
.before\:border-gray-600\/70::before{
  content: var(--tw-content);
  border-color: rgb(100 106 110 / 0.7);
}
.before\:border-gray-600\/75::before{
  content: var(--tw-content);
  border-color: rgb(100 106 110 / 0.75);
}
.before\:border-gray-600\/80::before{
  content: var(--tw-content);
  border-color: rgb(100 106 110 / 0.8);
}
.before\:border-gray-600\/90::before{
  content: var(--tw-content);
  border-color: rgb(100 106 110 / 0.9);
}
.before\:border-gray-600\/95::before{
  content: var(--tw-content);
  border-color: rgb(100 106 110 / 0.95);
}
.before\:border-primary-500::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(186 12 47 / var(--tw-border-opacity));
}
.before\:border-primary-500\/0::before{
  content: var(--tw-content);
  border-color: rgb(186 12 47 / 0);
}
.before\:border-primary-500\/10::before{
  content: var(--tw-content);
  border-color: rgb(186 12 47 / 0.1);
}
.before\:border-primary-500\/100::before{
  content: var(--tw-content);
  border-color: rgb(186 12 47 / 1);
}
.before\:border-primary-500\/20::before{
  content: var(--tw-content);
  border-color: rgb(186 12 47 / 0.2);
}
.before\:border-primary-500\/25::before{
  content: var(--tw-content);
  border-color: rgb(186 12 47 / 0.25);
}
.before\:border-primary-500\/30::before{
  content: var(--tw-content);
  border-color: rgb(186 12 47 / 0.3);
}
.before\:border-primary-500\/40::before{
  content: var(--tw-content);
  border-color: rgb(186 12 47 / 0.4);
}
.before\:border-primary-500\/5::before{
  content: var(--tw-content);
  border-color: rgb(186 12 47 / 0.05);
}
.before\:border-primary-500\/50::before{
  content: var(--tw-content);
  border-color: rgb(186 12 47 / 0.5);
}
.before\:border-primary-500\/60::before{
  content: var(--tw-content);
  border-color: rgb(186 12 47 / 0.6);
}
.before\:border-primary-500\/70::before{
  content: var(--tw-content);
  border-color: rgb(186 12 47 / 0.7);
}
.before\:border-primary-500\/75::before{
  content: var(--tw-content);
  border-color: rgb(186 12 47 / 0.75);
}
.before\:border-primary-500\/80::before{
  content: var(--tw-content);
  border-color: rgb(186 12 47 / 0.8);
}
.before\:border-primary-500\/90::before{
  content: var(--tw-content);
  border-color: rgb(186 12 47 / 0.9);
}
.before\:border-primary-500\/95::before{
  content: var(--tw-content);
  border-color: rgb(186 12 47 / 0.95);
}
.before\:border-primary-700::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(112 7 28 / var(--tw-border-opacity));
}
.before\:border-primary-700\/0::before{
  content: var(--tw-content);
  border-color: rgb(112 7 28 / 0);
}
.before\:border-primary-700\/10::before{
  content: var(--tw-content);
  border-color: rgb(112 7 28 / 0.1);
}
.before\:border-primary-700\/100::before{
  content: var(--tw-content);
  border-color: rgb(112 7 28 / 1);
}
.before\:border-primary-700\/20::before{
  content: var(--tw-content);
  border-color: rgb(112 7 28 / 0.2);
}
.before\:border-primary-700\/25::before{
  content: var(--tw-content);
  border-color: rgb(112 7 28 / 0.25);
}
.before\:border-primary-700\/30::before{
  content: var(--tw-content);
  border-color: rgb(112 7 28 / 0.3);
}
.before\:border-primary-700\/40::before{
  content: var(--tw-content);
  border-color: rgb(112 7 28 / 0.4);
}
.before\:border-primary-700\/5::before{
  content: var(--tw-content);
  border-color: rgb(112 7 28 / 0.05);
}
.before\:border-primary-700\/50::before{
  content: var(--tw-content);
  border-color: rgb(112 7 28 / 0.5);
}
.before\:border-primary-700\/60::before{
  content: var(--tw-content);
  border-color: rgb(112 7 28 / 0.6);
}
.before\:border-primary-700\/70::before{
  content: var(--tw-content);
  border-color: rgb(112 7 28 / 0.7);
}
.before\:border-primary-700\/75::before{
  content: var(--tw-content);
  border-color: rgb(112 7 28 / 0.75);
}
.before\:border-primary-700\/80::before{
  content: var(--tw-content);
  border-color: rgb(112 7 28 / 0.8);
}
.before\:border-primary-700\/90::before{
  content: var(--tw-content);
  border-color: rgb(112 7 28 / 0.9);
}
.before\:border-primary-700\/95::before{
  content: var(--tw-content);
  border-color: rgb(112 7 28 / 0.95);
}
.before\:border-teal-300::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(183 221 213 / var(--tw-border-opacity));
}
.before\:border-teal-300\/0::before{
  content: var(--tw-content);
  border-color: rgb(183 221 213 / 0);
}
.before\:border-teal-300\/10::before{
  content: var(--tw-content);
  border-color: rgb(183 221 213 / 0.1);
}
.before\:border-teal-300\/100::before{
  content: var(--tw-content);
  border-color: rgb(183 221 213 / 1);
}
.before\:border-teal-300\/20::before{
  content: var(--tw-content);
  border-color: rgb(183 221 213 / 0.2);
}
.before\:border-teal-300\/25::before{
  content: var(--tw-content);
  border-color: rgb(183 221 213 / 0.25);
}
.before\:border-teal-300\/30::before{
  content: var(--tw-content);
  border-color: rgb(183 221 213 / 0.3);
}
.before\:border-teal-300\/40::before{
  content: var(--tw-content);
  border-color: rgb(183 221 213 / 0.4);
}
.before\:border-teal-300\/5::before{
  content: var(--tw-content);
  border-color: rgb(183 221 213 / 0.05);
}
.before\:border-teal-300\/50::before{
  content: var(--tw-content);
  border-color: rgb(183 221 213 / 0.5);
}
.before\:border-teal-300\/60::before{
  content: var(--tw-content);
  border-color: rgb(183 221 213 / 0.6);
}
.before\:border-teal-300\/70::before{
  content: var(--tw-content);
  border-color: rgb(183 221 213 / 0.7);
}
.before\:border-teal-300\/75::before{
  content: var(--tw-content);
  border-color: rgb(183 221 213 / 0.75);
}
.before\:border-teal-300\/80::before{
  content: var(--tw-content);
  border-color: rgb(183 221 213 / 0.8);
}
.before\:border-teal-300\/90::before{
  content: var(--tw-content);
  border-color: rgb(183 221 213 / 0.9);
}
.before\:border-teal-300\/95::before{
  content: var(--tw-content);
  border-color: rgb(183 221 213 / 0.95);
}
.before\:border-teal-500::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(107 187 171 / var(--tw-border-opacity));
}
.before\:border-teal-500\/0::before{
  content: var(--tw-content);
  border-color: rgb(107 187 171 / 0);
}
.before\:border-teal-500\/10::before{
  content: var(--tw-content);
  border-color: rgb(107 187 171 / 0.1);
}
.before\:border-teal-500\/100::before{
  content: var(--tw-content);
  border-color: rgb(107 187 171 / 1);
}
.before\:border-teal-500\/20::before{
  content: var(--tw-content);
  border-color: rgb(107 187 171 / 0.2);
}
.before\:border-teal-500\/25::before{
  content: var(--tw-content);
  border-color: rgb(107 187 171 / 0.25);
}
.before\:border-teal-500\/30::before{
  content: var(--tw-content);
  border-color: rgb(107 187 171 / 0.3);
}
.before\:border-teal-500\/40::before{
  content: var(--tw-content);
  border-color: rgb(107 187 171 / 0.4);
}
.before\:border-teal-500\/5::before{
  content: var(--tw-content);
  border-color: rgb(107 187 171 / 0.05);
}
.before\:border-teal-500\/50::before{
  content: var(--tw-content);
  border-color: rgb(107 187 171 / 0.5);
}
.before\:border-teal-500\/60::before{
  content: var(--tw-content);
  border-color: rgb(107 187 171 / 0.6);
}
.before\:border-teal-500\/70::before{
  content: var(--tw-content);
  border-color: rgb(107 187 171 / 0.7);
}
.before\:border-teal-500\/75::before{
  content: var(--tw-content);
  border-color: rgb(107 187 171 / 0.75);
}
.before\:border-teal-500\/80::before{
  content: var(--tw-content);
  border-color: rgb(107 187 171 / 0.8);
}
.before\:border-teal-500\/90::before{
  content: var(--tw-content);
  border-color: rgb(107 187 171 / 0.9);
}
.before\:border-teal-500\/95::before{
  content: var(--tw-content);
  border-color: rgb(107 187 171 / 0.95);
}
.before\:border-teal-600::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(147 180 182 / var(--tw-border-opacity));
}
.before\:border-teal-600\/0::before{
  content: var(--tw-content);
  border-color: rgb(147 180 182 / 0);
}
.before\:border-teal-600\/10::before{
  content: var(--tw-content);
  border-color: rgb(147 180 182 / 0.1);
}
.before\:border-teal-600\/100::before{
  content: var(--tw-content);
  border-color: rgb(147 180 182 / 1);
}
.before\:border-teal-600\/20::before{
  content: var(--tw-content);
  border-color: rgb(147 180 182 / 0.2);
}
.before\:border-teal-600\/25::before{
  content: var(--tw-content);
  border-color: rgb(147 180 182 / 0.25);
}
.before\:border-teal-600\/30::before{
  content: var(--tw-content);
  border-color: rgb(147 180 182 / 0.3);
}
.before\:border-teal-600\/40::before{
  content: var(--tw-content);
  border-color: rgb(147 180 182 / 0.4);
}
.before\:border-teal-600\/5::before{
  content: var(--tw-content);
  border-color: rgb(147 180 182 / 0.05);
}
.before\:border-teal-600\/50::before{
  content: var(--tw-content);
  border-color: rgb(147 180 182 / 0.5);
}
.before\:border-teal-600\/60::before{
  content: var(--tw-content);
  border-color: rgb(147 180 182 / 0.6);
}
.before\:border-teal-600\/70::before{
  content: var(--tw-content);
  border-color: rgb(147 180 182 / 0.7);
}
.before\:border-teal-600\/75::before{
  content: var(--tw-content);
  border-color: rgb(147 180 182 / 0.75);
}
.before\:border-teal-600\/80::before{
  content: var(--tw-content);
  border-color: rgb(147 180 182 / 0.8);
}
.before\:border-teal-600\/90::before{
  content: var(--tw-content);
  border-color: rgb(147 180 182 / 0.9);
}
.before\:border-teal-600\/95::before{
  content: var(--tw-content);
  border-color: rgb(147 180 182 / 0.95);
}
.before\:border-teal-800::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(104 150 153 / var(--tw-border-opacity));
}
.before\:border-teal-800\/0::before{
  content: var(--tw-content);
  border-color: rgb(104 150 153 / 0);
}
.before\:border-teal-800\/10::before{
  content: var(--tw-content);
  border-color: rgb(104 150 153 / 0.1);
}
.before\:border-teal-800\/100::before{
  content: var(--tw-content);
  border-color: rgb(104 150 153 / 1);
}
.before\:border-teal-800\/20::before{
  content: var(--tw-content);
  border-color: rgb(104 150 153 / 0.2);
}
.before\:border-teal-800\/25::before{
  content: var(--tw-content);
  border-color: rgb(104 150 153 / 0.25);
}
.before\:border-teal-800\/30::before{
  content: var(--tw-content);
  border-color: rgb(104 150 153 / 0.3);
}
.before\:border-teal-800\/40::before{
  content: var(--tw-content);
  border-color: rgb(104 150 153 / 0.4);
}
.before\:border-teal-800\/5::before{
  content: var(--tw-content);
  border-color: rgb(104 150 153 / 0.05);
}
.before\:border-teal-800\/50::before{
  content: var(--tw-content);
  border-color: rgb(104 150 153 / 0.5);
}
.before\:border-teal-800\/60::before{
  content: var(--tw-content);
  border-color: rgb(104 150 153 / 0.6);
}
.before\:border-teal-800\/70::before{
  content: var(--tw-content);
  border-color: rgb(104 150 153 / 0.7);
}
.before\:border-teal-800\/75::before{
  content: var(--tw-content);
  border-color: rgb(104 150 153 / 0.75);
}
.before\:border-teal-800\/80::before{
  content: var(--tw-content);
  border-color: rgb(104 150 153 / 0.8);
}
.before\:border-teal-800\/90::before{
  content: var(--tw-content);
  border-color: rgb(104 150 153 / 0.9);
}
.before\:border-teal-800\/95::before{
  content: var(--tw-content);
  border-color: rgb(104 150 153 / 0.95);
}
.before\:border-yellow-300::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 226 153 / var(--tw-border-opacity));
}
.before\:border-yellow-300\/0::before{
  content: var(--tw-content);
  border-color: rgb(255 226 153 / 0);
}
.before\:border-yellow-300\/10::before{
  content: var(--tw-content);
  border-color: rgb(255 226 153 / 0.1);
}
.before\:border-yellow-300\/100::before{
  content: var(--tw-content);
  border-color: rgb(255 226 153 / 1);
}
.before\:border-yellow-300\/20::before{
  content: var(--tw-content);
  border-color: rgb(255 226 153 / 0.2);
}
.before\:border-yellow-300\/25::before{
  content: var(--tw-content);
  border-color: rgb(255 226 153 / 0.25);
}
.before\:border-yellow-300\/30::before{
  content: var(--tw-content);
  border-color: rgb(255 226 153 / 0.3);
}
.before\:border-yellow-300\/40::before{
  content: var(--tw-content);
  border-color: rgb(255 226 153 / 0.4);
}
.before\:border-yellow-300\/5::before{
  content: var(--tw-content);
  border-color: rgb(255 226 153 / 0.05);
}
.before\:border-yellow-300\/50::before{
  content: var(--tw-content);
  border-color: rgb(255 226 153 / 0.5);
}
.before\:border-yellow-300\/60::before{
  content: var(--tw-content);
  border-color: rgb(255 226 153 / 0.6);
}
.before\:border-yellow-300\/70::before{
  content: var(--tw-content);
  border-color: rgb(255 226 153 / 0.7);
}
.before\:border-yellow-300\/75::before{
  content: var(--tw-content);
  border-color: rgb(255 226 153 / 0.75);
}
.before\:border-yellow-300\/80::before{
  content: var(--tw-content);
  border-color: rgb(255 226 153 / 0.8);
}
.before\:border-yellow-300\/90::before{
  content: var(--tw-content);
  border-color: rgb(255 226 153 / 0.9);
}
.before\:border-yellow-300\/95::before{
  content: var(--tw-content);
  border-color: rgb(255 226 153 / 0.95);
}
.before\:border-yellow-500::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 189 26 / var(--tw-border-opacity));
}
.before\:border-yellow-500\/0::before{
  content: var(--tw-content);
  border-color: rgb(255 189 26 / 0);
}
.before\:border-yellow-500\/10::before{
  content: var(--tw-content);
  border-color: rgb(255 189 26 / 0.1);
}
.before\:border-yellow-500\/100::before{
  content: var(--tw-content);
  border-color: rgb(255 189 26 / 1);
}
.before\:border-yellow-500\/20::before{
  content: var(--tw-content);
  border-color: rgb(255 189 26 / 0.2);
}
.before\:border-yellow-500\/25::before{
  content: var(--tw-content);
  border-color: rgb(255 189 26 / 0.25);
}
.before\:border-yellow-500\/30::before{
  content: var(--tw-content);
  border-color: rgb(255 189 26 / 0.3);
}
.before\:border-yellow-500\/40::before{
  content: var(--tw-content);
  border-color: rgb(255 189 26 / 0.4);
}
.before\:border-yellow-500\/5::before{
  content: var(--tw-content);
  border-color: rgb(255 189 26 / 0.05);
}
.before\:border-yellow-500\/50::before{
  content: var(--tw-content);
  border-color: rgb(255 189 26 / 0.5);
}
.before\:border-yellow-500\/60::before{
  content: var(--tw-content);
  border-color: rgb(255 189 26 / 0.6);
}
.before\:border-yellow-500\/70::before{
  content: var(--tw-content);
  border-color: rgb(255 189 26 / 0.7);
}
.before\:border-yellow-500\/75::before{
  content: var(--tw-content);
  border-color: rgb(255 189 26 / 0.75);
}
.before\:border-yellow-500\/80::before{
  content: var(--tw-content);
  border-color: rgb(255 189 26 / 0.8);
}
.before\:border-yellow-500\/90::before{
  content: var(--tw-content);
  border-color: rgb(255 189 26 / 0.9);
}
.before\:border-yellow-500\/95::before{
  content: var(--tw-content);
  border-color: rgb(255 189 26 / 0.95);
}
.before\:bg-gray-100::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(239 241 242 / var(--tw-bg-opacity));
}
.before\:bg-gray-100\/0::before{
  content: var(--tw-content);
  background-color: rgb(239 241 242 / 0);
}
.before\:bg-gray-100\/10::before{
  content: var(--tw-content);
  background-color: rgb(239 241 242 / 0.1);
}
.before\:bg-gray-100\/100::before{
  content: var(--tw-content);
  background-color: rgb(239 241 242 / 1);
}
.before\:bg-gray-100\/20::before{
  content: var(--tw-content);
  background-color: rgb(239 241 242 / 0.2);
}
.before\:bg-gray-100\/25::before{
  content: var(--tw-content);
  background-color: rgb(239 241 242 / 0.25);
}
.before\:bg-gray-100\/30::before{
  content: var(--tw-content);
  background-color: rgb(239 241 242 / 0.3);
}
.before\:bg-gray-100\/40::before{
  content: var(--tw-content);
  background-color: rgb(239 241 242 / 0.4);
}
.before\:bg-gray-100\/5::before{
  content: var(--tw-content);
  background-color: rgb(239 241 242 / 0.05);
}
.before\:bg-gray-100\/50::before{
  content: var(--tw-content);
  background-color: rgb(239 241 242 / 0.5);
}
.before\:bg-gray-100\/60::before{
  content: var(--tw-content);
  background-color: rgb(239 241 242 / 0.6);
}
.before\:bg-gray-100\/70::before{
  content: var(--tw-content);
  background-color: rgb(239 241 242 / 0.7);
}
.before\:bg-gray-100\/75::before{
  content: var(--tw-content);
  background-color: rgb(239 241 242 / 0.75);
}
.before\:bg-gray-100\/80::before{
  content: var(--tw-content);
  background-color: rgb(239 241 242 / 0.8);
}
.before\:bg-gray-100\/90::before{
  content: var(--tw-content);
  background-color: rgb(239 241 242 / 0.9);
}
.before\:bg-gray-100\/95::before{
  content: var(--tw-content);
  background-color: rgb(239 241 242 / 0.95);
}
.before\:bg-gray-200::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(223 227 229 / var(--tw-bg-opacity));
}
.before\:bg-gray-200\/0::before{
  content: var(--tw-content);
  background-color: rgb(223 227 229 / 0);
}
.before\:bg-gray-200\/10::before{
  content: var(--tw-content);
  background-color: rgb(223 227 229 / 0.1);
}
.before\:bg-gray-200\/100::before{
  content: var(--tw-content);
  background-color: rgb(223 227 229 / 1);
}
.before\:bg-gray-200\/20::before{
  content: var(--tw-content);
  background-color: rgb(223 227 229 / 0.2);
}
.before\:bg-gray-200\/25::before{
  content: var(--tw-content);
  background-color: rgb(223 227 229 / 0.25);
}
.before\:bg-gray-200\/30::before{
  content: var(--tw-content);
  background-color: rgb(223 227 229 / 0.3);
}
.before\:bg-gray-200\/40::before{
  content: var(--tw-content);
  background-color: rgb(223 227 229 / 0.4);
}
.before\:bg-gray-200\/5::before{
  content: var(--tw-content);
  background-color: rgb(223 227 229 / 0.05);
}
.before\:bg-gray-200\/50::before{
  content: var(--tw-content);
  background-color: rgb(223 227 229 / 0.5);
}
.before\:bg-gray-200\/60::before{
  content: var(--tw-content);
  background-color: rgb(223 227 229 / 0.6);
}
.before\:bg-gray-200\/70::before{
  content: var(--tw-content);
  background-color: rgb(223 227 229 / 0.7);
}
.before\:bg-gray-200\/75::before{
  content: var(--tw-content);
  background-color: rgb(223 227 229 / 0.75);
}
.before\:bg-gray-200\/80::before{
  content: var(--tw-content);
  background-color: rgb(223 227 229 / 0.8);
}
.before\:bg-gray-200\/90::before{
  content: var(--tw-content);
  background-color: rgb(223 227 229 / 0.9);
}
.before\:bg-gray-200\/95::before{
  content: var(--tw-content);
  background-color: rgb(223 227 229 / 0.95);
}
.before\:bg-gray-300::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(207 212 216 / var(--tw-bg-opacity));
}
.before\:bg-gray-300\/0::before{
  content: var(--tw-content);
  background-color: rgb(207 212 216 / 0);
}
.before\:bg-gray-300\/10::before{
  content: var(--tw-content);
  background-color: rgb(207 212 216 / 0.1);
}
.before\:bg-gray-300\/100::before{
  content: var(--tw-content);
  background-color: rgb(207 212 216 / 1);
}
.before\:bg-gray-300\/20::before{
  content: var(--tw-content);
  background-color: rgb(207 212 216 / 0.2);
}
.before\:bg-gray-300\/25::before{
  content: var(--tw-content);
  background-color: rgb(207 212 216 / 0.25);
}
.before\:bg-gray-300\/30::before{
  content: var(--tw-content);
  background-color: rgb(207 212 216 / 0.3);
}
.before\:bg-gray-300\/40::before{
  content: var(--tw-content);
  background-color: rgb(207 212 216 / 0.4);
}
.before\:bg-gray-300\/5::before{
  content: var(--tw-content);
  background-color: rgb(207 212 216 / 0.05);
}
.before\:bg-gray-300\/50::before{
  content: var(--tw-content);
  background-color: rgb(207 212 216 / 0.5);
}
.before\:bg-gray-300\/60::before{
  content: var(--tw-content);
  background-color: rgb(207 212 216 / 0.6);
}
.before\:bg-gray-300\/70::before{
  content: var(--tw-content);
  background-color: rgb(207 212 216 / 0.7);
}
.before\:bg-gray-300\/75::before{
  content: var(--tw-content);
  background-color: rgb(207 212 216 / 0.75);
}
.before\:bg-gray-300\/80::before{
  content: var(--tw-content);
  background-color: rgb(207 212 216 / 0.8);
}
.before\:bg-gray-300\/90::before{
  content: var(--tw-content);
  background-color: rgb(207 212 216 / 0.9);
}
.before\:bg-gray-300\/95::before{
  content: var(--tw-content);
  background-color: rgb(207 212 216 / 0.95);
}
.before\:bg-gray-500::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(167 177 183 / var(--tw-bg-opacity));
}
.before\:bg-gray-500\/0::before{
  content: var(--tw-content);
  background-color: rgb(167 177 183 / 0);
}
.before\:bg-gray-500\/10::before{
  content: var(--tw-content);
  background-color: rgb(167 177 183 / 0.1);
}
.before\:bg-gray-500\/100::before{
  content: var(--tw-content);
  background-color: rgb(167 177 183 / 1);
}
.before\:bg-gray-500\/20::before{
  content: var(--tw-content);
  background-color: rgb(167 177 183 / 0.2);
}
.before\:bg-gray-500\/25::before{
  content: var(--tw-content);
  background-color: rgb(167 177 183 / 0.25);
}
.before\:bg-gray-500\/30::before{
  content: var(--tw-content);
  background-color: rgb(167 177 183 / 0.3);
}
.before\:bg-gray-500\/40::before{
  content: var(--tw-content);
  background-color: rgb(167 177 183 / 0.4);
}
.before\:bg-gray-500\/5::before{
  content: var(--tw-content);
  background-color: rgb(167 177 183 / 0.05);
}
.before\:bg-gray-500\/50::before{
  content: var(--tw-content);
  background-color: rgb(167 177 183 / 0.5);
}
.before\:bg-gray-500\/60::before{
  content: var(--tw-content);
  background-color: rgb(167 177 183 / 0.6);
}
.before\:bg-gray-500\/70::before{
  content: var(--tw-content);
  background-color: rgb(167 177 183 / 0.7);
}
.before\:bg-gray-500\/75::before{
  content: var(--tw-content);
  background-color: rgb(167 177 183 / 0.75);
}
.before\:bg-gray-500\/80::before{
  content: var(--tw-content);
  background-color: rgb(167 177 183 / 0.8);
}
.before\:bg-gray-500\/90::before{
  content: var(--tw-content);
  background-color: rgb(167 177 183 / 0.9);
}
.before\:bg-gray-500\/95::before{
  content: var(--tw-content);
  background-color: rgb(167 177 183 / 0.95);
}
.before\:bg-gray-600::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(100 106 110 / var(--tw-bg-opacity));
}
.before\:bg-gray-600\/0::before{
  content: var(--tw-content);
  background-color: rgb(100 106 110 / 0);
}
.before\:bg-gray-600\/10::before{
  content: var(--tw-content);
  background-color: rgb(100 106 110 / 0.1);
}
.before\:bg-gray-600\/100::before{
  content: var(--tw-content);
  background-color: rgb(100 106 110 / 1);
}
.before\:bg-gray-600\/20::before{
  content: var(--tw-content);
  background-color: rgb(100 106 110 / 0.2);
}
.before\:bg-gray-600\/25::before{
  content: var(--tw-content);
  background-color: rgb(100 106 110 / 0.25);
}
.before\:bg-gray-600\/30::before{
  content: var(--tw-content);
  background-color: rgb(100 106 110 / 0.3);
}
.before\:bg-gray-600\/40::before{
  content: var(--tw-content);
  background-color: rgb(100 106 110 / 0.4);
}
.before\:bg-gray-600\/5::before{
  content: var(--tw-content);
  background-color: rgb(100 106 110 / 0.05);
}
.before\:bg-gray-600\/50::before{
  content: var(--tw-content);
  background-color: rgb(100 106 110 / 0.5);
}
.before\:bg-gray-600\/60::before{
  content: var(--tw-content);
  background-color: rgb(100 106 110 / 0.6);
}
.before\:bg-gray-600\/70::before{
  content: var(--tw-content);
  background-color: rgb(100 106 110 / 0.7);
}
.before\:bg-gray-600\/75::before{
  content: var(--tw-content);
  background-color: rgb(100 106 110 / 0.75);
}
.before\:bg-gray-600\/80::before{
  content: var(--tw-content);
  background-color: rgb(100 106 110 / 0.8);
}
.before\:bg-gray-600\/90::before{
  content: var(--tw-content);
  background-color: rgb(100 106 110 / 0.9);
}
.before\:bg-gray-600\/95::before{
  content: var(--tw-content);
  background-color: rgb(100 106 110 / 0.95);
}
.before\:bg-primary-500::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(186 12 47 / var(--tw-bg-opacity));
}
.before\:bg-primary-500\/0::before{
  content: var(--tw-content);
  background-color: rgb(186 12 47 / 0);
}
.before\:bg-primary-500\/10::before{
  content: var(--tw-content);
  background-color: rgb(186 12 47 / 0.1);
}
.before\:bg-primary-500\/100::before{
  content: var(--tw-content);
  background-color: rgb(186 12 47 / 1);
}
.before\:bg-primary-500\/20::before{
  content: var(--tw-content);
  background-color: rgb(186 12 47 / 0.2);
}
.before\:bg-primary-500\/25::before{
  content: var(--tw-content);
  background-color: rgb(186 12 47 / 0.25);
}
.before\:bg-primary-500\/30::before{
  content: var(--tw-content);
  background-color: rgb(186 12 47 / 0.3);
}
.before\:bg-primary-500\/40::before{
  content: var(--tw-content);
  background-color: rgb(186 12 47 / 0.4);
}
.before\:bg-primary-500\/5::before{
  content: var(--tw-content);
  background-color: rgb(186 12 47 / 0.05);
}
.before\:bg-primary-500\/50::before{
  content: var(--tw-content);
  background-color: rgb(186 12 47 / 0.5);
}
.before\:bg-primary-500\/60::before{
  content: var(--tw-content);
  background-color: rgb(186 12 47 / 0.6);
}
.before\:bg-primary-500\/70::before{
  content: var(--tw-content);
  background-color: rgb(186 12 47 / 0.7);
}
.before\:bg-primary-500\/75::before{
  content: var(--tw-content);
  background-color: rgb(186 12 47 / 0.75);
}
.before\:bg-primary-500\/80::before{
  content: var(--tw-content);
  background-color: rgb(186 12 47 / 0.8);
}
.before\:bg-primary-500\/90::before{
  content: var(--tw-content);
  background-color: rgb(186 12 47 / 0.9);
}
.before\:bg-primary-500\/95::before{
  content: var(--tw-content);
  background-color: rgb(186 12 47 / 0.95);
}
.before\:bg-primary-700::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(112 7 28 / var(--tw-bg-opacity));
}
.before\:bg-primary-700\/0::before{
  content: var(--tw-content);
  background-color: rgb(112 7 28 / 0);
}
.before\:bg-primary-700\/10::before{
  content: var(--tw-content);
  background-color: rgb(112 7 28 / 0.1);
}
.before\:bg-primary-700\/100::before{
  content: var(--tw-content);
  background-color: rgb(112 7 28 / 1);
}
.before\:bg-primary-700\/20::before{
  content: var(--tw-content);
  background-color: rgb(112 7 28 / 0.2);
}
.before\:bg-primary-700\/25::before{
  content: var(--tw-content);
  background-color: rgb(112 7 28 / 0.25);
}
.before\:bg-primary-700\/30::before{
  content: var(--tw-content);
  background-color: rgb(112 7 28 / 0.3);
}
.before\:bg-primary-700\/40::before{
  content: var(--tw-content);
  background-color: rgb(112 7 28 / 0.4);
}
.before\:bg-primary-700\/5::before{
  content: var(--tw-content);
  background-color: rgb(112 7 28 / 0.05);
}
.before\:bg-primary-700\/50::before{
  content: var(--tw-content);
  background-color: rgb(112 7 28 / 0.5);
}
.before\:bg-primary-700\/60::before{
  content: var(--tw-content);
  background-color: rgb(112 7 28 / 0.6);
}
.before\:bg-primary-700\/70::before{
  content: var(--tw-content);
  background-color: rgb(112 7 28 / 0.7);
}
.before\:bg-primary-700\/75::before{
  content: var(--tw-content);
  background-color: rgb(112 7 28 / 0.75);
}
.before\:bg-primary-700\/80::before{
  content: var(--tw-content);
  background-color: rgb(112 7 28 / 0.8);
}
.before\:bg-primary-700\/90::before{
  content: var(--tw-content);
  background-color: rgb(112 7 28 / 0.9);
}
.before\:bg-primary-700\/95::before{
  content: var(--tw-content);
  background-color: rgb(112 7 28 / 0.95);
}
.before\:bg-teal-300::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(183 221 213 / var(--tw-bg-opacity));
}
.before\:bg-teal-300\/0::before{
  content: var(--tw-content);
  background-color: rgb(183 221 213 / 0);
}
.before\:bg-teal-300\/10::before{
  content: var(--tw-content);
  background-color: rgb(183 221 213 / 0.1);
}
.before\:bg-teal-300\/100::before{
  content: var(--tw-content);
  background-color: rgb(183 221 213 / 1);
}
.before\:bg-teal-300\/20::before{
  content: var(--tw-content);
  background-color: rgb(183 221 213 / 0.2);
}
.before\:bg-teal-300\/25::before{
  content: var(--tw-content);
  background-color: rgb(183 221 213 / 0.25);
}
.before\:bg-teal-300\/30::before{
  content: var(--tw-content);
  background-color: rgb(183 221 213 / 0.3);
}
.before\:bg-teal-300\/40::before{
  content: var(--tw-content);
  background-color: rgb(183 221 213 / 0.4);
}
.before\:bg-teal-300\/5::before{
  content: var(--tw-content);
  background-color: rgb(183 221 213 / 0.05);
}
.before\:bg-teal-300\/50::before{
  content: var(--tw-content);
  background-color: rgb(183 221 213 / 0.5);
}
.before\:bg-teal-300\/60::before{
  content: var(--tw-content);
  background-color: rgb(183 221 213 / 0.6);
}
.before\:bg-teal-300\/70::before{
  content: var(--tw-content);
  background-color: rgb(183 221 213 / 0.7);
}
.before\:bg-teal-300\/75::before{
  content: var(--tw-content);
  background-color: rgb(183 221 213 / 0.75);
}
.before\:bg-teal-300\/80::before{
  content: var(--tw-content);
  background-color: rgb(183 221 213 / 0.8);
}
.before\:bg-teal-300\/90::before{
  content: var(--tw-content);
  background-color: rgb(183 221 213 / 0.9);
}
.before\:bg-teal-300\/95::before{
  content: var(--tw-content);
  background-color: rgb(183 221 213 / 0.95);
}
.before\:bg-teal-500::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(107 187 171 / var(--tw-bg-opacity));
}
.before\:bg-teal-500\/0::before{
  content: var(--tw-content);
  background-color: rgb(107 187 171 / 0);
}
.before\:bg-teal-500\/10::before{
  content: var(--tw-content);
  background-color: rgb(107 187 171 / 0.1);
}
.before\:bg-teal-500\/100::before{
  content: var(--tw-content);
  background-color: rgb(107 187 171 / 1);
}
.before\:bg-teal-500\/20::before{
  content: var(--tw-content);
  background-color: rgb(107 187 171 / 0.2);
}
.before\:bg-teal-500\/25::before{
  content: var(--tw-content);
  background-color: rgb(107 187 171 / 0.25);
}
.before\:bg-teal-500\/30::before{
  content: var(--tw-content);
  background-color: rgb(107 187 171 / 0.3);
}
.before\:bg-teal-500\/40::before{
  content: var(--tw-content);
  background-color: rgb(107 187 171 / 0.4);
}
.before\:bg-teal-500\/5::before{
  content: var(--tw-content);
  background-color: rgb(107 187 171 / 0.05);
}
.before\:bg-teal-500\/50::before{
  content: var(--tw-content);
  background-color: rgb(107 187 171 / 0.5);
}
.before\:bg-teal-500\/60::before{
  content: var(--tw-content);
  background-color: rgb(107 187 171 / 0.6);
}
.before\:bg-teal-500\/70::before{
  content: var(--tw-content);
  background-color: rgb(107 187 171 / 0.7);
}
.before\:bg-teal-500\/75::before{
  content: var(--tw-content);
  background-color: rgb(107 187 171 / 0.75);
}
.before\:bg-teal-500\/80::before{
  content: var(--tw-content);
  background-color: rgb(107 187 171 / 0.8);
}
.before\:bg-teal-500\/90::before{
  content: var(--tw-content);
  background-color: rgb(107 187 171 / 0.9);
}
.before\:bg-teal-500\/95::before{
  content: var(--tw-content);
  background-color: rgb(107 187 171 / 0.95);
}
.before\:bg-teal-600::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(147 180 182 / var(--tw-bg-opacity));
}
.before\:bg-teal-600\/0::before{
  content: var(--tw-content);
  background-color: rgb(147 180 182 / 0);
}
.before\:bg-teal-600\/10::before{
  content: var(--tw-content);
  background-color: rgb(147 180 182 / 0.1);
}
.before\:bg-teal-600\/100::before{
  content: var(--tw-content);
  background-color: rgb(147 180 182 / 1);
}
.before\:bg-teal-600\/20::before{
  content: var(--tw-content);
  background-color: rgb(147 180 182 / 0.2);
}
.before\:bg-teal-600\/25::before{
  content: var(--tw-content);
  background-color: rgb(147 180 182 / 0.25);
}
.before\:bg-teal-600\/30::before{
  content: var(--tw-content);
  background-color: rgb(147 180 182 / 0.3);
}
.before\:bg-teal-600\/40::before{
  content: var(--tw-content);
  background-color: rgb(147 180 182 / 0.4);
}
.before\:bg-teal-600\/5::before{
  content: var(--tw-content);
  background-color: rgb(147 180 182 / 0.05);
}
.before\:bg-teal-600\/50::before{
  content: var(--tw-content);
  background-color: rgb(147 180 182 / 0.5);
}
.before\:bg-teal-600\/60::before{
  content: var(--tw-content);
  background-color: rgb(147 180 182 / 0.6);
}
.before\:bg-teal-600\/70::before{
  content: var(--tw-content);
  background-color: rgb(147 180 182 / 0.7);
}
.before\:bg-teal-600\/75::before{
  content: var(--tw-content);
  background-color: rgb(147 180 182 / 0.75);
}
.before\:bg-teal-600\/80::before{
  content: var(--tw-content);
  background-color: rgb(147 180 182 / 0.8);
}
.before\:bg-teal-600\/90::before{
  content: var(--tw-content);
  background-color: rgb(147 180 182 / 0.9);
}
.before\:bg-teal-600\/95::before{
  content: var(--tw-content);
  background-color: rgb(147 180 182 / 0.95);
}
.before\:bg-teal-800::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(104 150 153 / var(--tw-bg-opacity));
}
.before\:bg-teal-800\/0::before{
  content: var(--tw-content);
  background-color: rgb(104 150 153 / 0);
}
.before\:bg-teal-800\/10::before{
  content: var(--tw-content);
  background-color: rgb(104 150 153 / 0.1);
}
.before\:bg-teal-800\/100::before{
  content: var(--tw-content);
  background-color: rgb(104 150 153 / 1);
}
.before\:bg-teal-800\/20::before{
  content: var(--tw-content);
  background-color: rgb(104 150 153 / 0.2);
}
.before\:bg-teal-800\/25::before{
  content: var(--tw-content);
  background-color: rgb(104 150 153 / 0.25);
}
.before\:bg-teal-800\/30::before{
  content: var(--tw-content);
  background-color: rgb(104 150 153 / 0.3);
}
.before\:bg-teal-800\/40::before{
  content: var(--tw-content);
  background-color: rgb(104 150 153 / 0.4);
}
.before\:bg-teal-800\/5::before{
  content: var(--tw-content);
  background-color: rgb(104 150 153 / 0.05);
}
.before\:bg-teal-800\/50::before{
  content: var(--tw-content);
  background-color: rgb(104 150 153 / 0.5);
}
.before\:bg-teal-800\/60::before{
  content: var(--tw-content);
  background-color: rgb(104 150 153 / 0.6);
}
.before\:bg-teal-800\/70::before{
  content: var(--tw-content);
  background-color: rgb(104 150 153 / 0.7);
}
.before\:bg-teal-800\/75::before{
  content: var(--tw-content);
  background-color: rgb(104 150 153 / 0.75);
}
.before\:bg-teal-800\/80::before{
  content: var(--tw-content);
  background-color: rgb(104 150 153 / 0.8);
}
.before\:bg-teal-800\/90::before{
  content: var(--tw-content);
  background-color: rgb(104 150 153 / 0.9);
}
.before\:bg-teal-800\/95::before{
  content: var(--tw-content);
  background-color: rgb(104 150 153 / 0.95);
}
.before\:bg-yellow-300::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 226 153 / var(--tw-bg-opacity));
}
.before\:bg-yellow-300\/0::before{
  content: var(--tw-content);
  background-color: rgb(255 226 153 / 0);
}
.before\:bg-yellow-300\/10::before{
  content: var(--tw-content);
  background-color: rgb(255 226 153 / 0.1);
}
.before\:bg-yellow-300\/100::before{
  content: var(--tw-content);
  background-color: rgb(255 226 153 / 1);
}
.before\:bg-yellow-300\/20::before{
  content: var(--tw-content);
  background-color: rgb(255 226 153 / 0.2);
}
.before\:bg-yellow-300\/25::before{
  content: var(--tw-content);
  background-color: rgb(255 226 153 / 0.25);
}
.before\:bg-yellow-300\/30::before{
  content: var(--tw-content);
  background-color: rgb(255 226 153 / 0.3);
}
.before\:bg-yellow-300\/40::before{
  content: var(--tw-content);
  background-color: rgb(255 226 153 / 0.4);
}
.before\:bg-yellow-300\/5::before{
  content: var(--tw-content);
  background-color: rgb(255 226 153 / 0.05);
}
.before\:bg-yellow-300\/50::before{
  content: var(--tw-content);
  background-color: rgb(255 226 153 / 0.5);
}
.before\:bg-yellow-300\/60::before{
  content: var(--tw-content);
  background-color: rgb(255 226 153 / 0.6);
}
.before\:bg-yellow-300\/70::before{
  content: var(--tw-content);
  background-color: rgb(255 226 153 / 0.7);
}
.before\:bg-yellow-300\/75::before{
  content: var(--tw-content);
  background-color: rgb(255 226 153 / 0.75);
}
.before\:bg-yellow-300\/80::before{
  content: var(--tw-content);
  background-color: rgb(255 226 153 / 0.8);
}
.before\:bg-yellow-300\/90::before{
  content: var(--tw-content);
  background-color: rgb(255 226 153 / 0.9);
}
.before\:bg-yellow-300\/95::before{
  content: var(--tw-content);
  background-color: rgb(255 226 153 / 0.95);
}
.before\:bg-yellow-500::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 189 26 / var(--tw-bg-opacity));
}
.before\:bg-yellow-500\/0::before{
  content: var(--tw-content);
  background-color: rgb(255 189 26 / 0);
}
.before\:bg-yellow-500\/10::before{
  content: var(--tw-content);
  background-color: rgb(255 189 26 / 0.1);
}
.before\:bg-yellow-500\/100::before{
  content: var(--tw-content);
  background-color: rgb(255 189 26 / 1);
}
.before\:bg-yellow-500\/20::before{
  content: var(--tw-content);
  background-color: rgb(255 189 26 / 0.2);
}
.before\:bg-yellow-500\/25::before{
  content: var(--tw-content);
  background-color: rgb(255 189 26 / 0.25);
}
.before\:bg-yellow-500\/30::before{
  content: var(--tw-content);
  background-color: rgb(255 189 26 / 0.3);
}
.before\:bg-yellow-500\/40::before{
  content: var(--tw-content);
  background-color: rgb(255 189 26 / 0.4);
}
.before\:bg-yellow-500\/5::before{
  content: var(--tw-content);
  background-color: rgb(255 189 26 / 0.05);
}
.before\:bg-yellow-500\/50::before{
  content: var(--tw-content);
  background-color: rgb(255 189 26 / 0.5);
}
.before\:bg-yellow-500\/60::before{
  content: var(--tw-content);
  background-color: rgb(255 189 26 / 0.6);
}
.before\:bg-yellow-500\/70::before{
  content: var(--tw-content);
  background-color: rgb(255 189 26 / 0.7);
}
.before\:bg-yellow-500\/75::before{
  content: var(--tw-content);
  background-color: rgb(255 189 26 / 0.75);
}
.before\:bg-yellow-500\/80::before{
  content: var(--tw-content);
  background-color: rgb(255 189 26 / 0.8);
}
.before\:bg-yellow-500\/90::before{
  content: var(--tw-content);
  background-color: rgb(255 189 26 / 0.9);
}
.before\:bg-yellow-500\/95::before{
  content: var(--tw-content);
  background-color: rgb(255 189 26 / 0.95);
}
.before\:text-gray-100::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(239 241 242 / var(--tw-text-opacity));
}
.before\:text-gray-100\/0::before{
  content: var(--tw-content);
  color: rgb(239 241 242 / 0);
}
.before\:text-gray-100\/10::before{
  content: var(--tw-content);
  color: rgb(239 241 242 / 0.1);
}
.before\:text-gray-100\/100::before{
  content: var(--tw-content);
  color: rgb(239 241 242 / 1);
}
.before\:text-gray-100\/20::before{
  content: var(--tw-content);
  color: rgb(239 241 242 / 0.2);
}
.before\:text-gray-100\/25::before{
  content: var(--tw-content);
  color: rgb(239 241 242 / 0.25);
}
.before\:text-gray-100\/30::before{
  content: var(--tw-content);
  color: rgb(239 241 242 / 0.3);
}
.before\:text-gray-100\/40::before{
  content: var(--tw-content);
  color: rgb(239 241 242 / 0.4);
}
.before\:text-gray-100\/5::before{
  content: var(--tw-content);
  color: rgb(239 241 242 / 0.05);
}
.before\:text-gray-100\/50::before{
  content: var(--tw-content);
  color: rgb(239 241 242 / 0.5);
}
.before\:text-gray-100\/60::before{
  content: var(--tw-content);
  color: rgb(239 241 242 / 0.6);
}
.before\:text-gray-100\/70::before{
  content: var(--tw-content);
  color: rgb(239 241 242 / 0.7);
}
.before\:text-gray-100\/75::before{
  content: var(--tw-content);
  color: rgb(239 241 242 / 0.75);
}
.before\:text-gray-100\/80::before{
  content: var(--tw-content);
  color: rgb(239 241 242 / 0.8);
}
.before\:text-gray-100\/90::before{
  content: var(--tw-content);
  color: rgb(239 241 242 / 0.9);
}
.before\:text-gray-100\/95::before{
  content: var(--tw-content);
  color: rgb(239 241 242 / 0.95);
}
.before\:text-gray-200::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(223 227 229 / var(--tw-text-opacity));
}
.before\:text-gray-200\/0::before{
  content: var(--tw-content);
  color: rgb(223 227 229 / 0);
}
.before\:text-gray-200\/10::before{
  content: var(--tw-content);
  color: rgb(223 227 229 / 0.1);
}
.before\:text-gray-200\/100::before{
  content: var(--tw-content);
  color: rgb(223 227 229 / 1);
}
.before\:text-gray-200\/20::before{
  content: var(--tw-content);
  color: rgb(223 227 229 / 0.2);
}
.before\:text-gray-200\/25::before{
  content: var(--tw-content);
  color: rgb(223 227 229 / 0.25);
}
.before\:text-gray-200\/30::before{
  content: var(--tw-content);
  color: rgb(223 227 229 / 0.3);
}
.before\:text-gray-200\/40::before{
  content: var(--tw-content);
  color: rgb(223 227 229 / 0.4);
}
.before\:text-gray-200\/5::before{
  content: var(--tw-content);
  color: rgb(223 227 229 / 0.05);
}
.before\:text-gray-200\/50::before{
  content: var(--tw-content);
  color: rgb(223 227 229 / 0.5);
}
.before\:text-gray-200\/60::before{
  content: var(--tw-content);
  color: rgb(223 227 229 / 0.6);
}
.before\:text-gray-200\/70::before{
  content: var(--tw-content);
  color: rgb(223 227 229 / 0.7);
}
.before\:text-gray-200\/75::before{
  content: var(--tw-content);
  color: rgb(223 227 229 / 0.75);
}
.before\:text-gray-200\/80::before{
  content: var(--tw-content);
  color: rgb(223 227 229 / 0.8);
}
.before\:text-gray-200\/90::before{
  content: var(--tw-content);
  color: rgb(223 227 229 / 0.9);
}
.before\:text-gray-200\/95::before{
  content: var(--tw-content);
  color: rgb(223 227 229 / 0.95);
}
.before\:text-gray-300::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(207 212 216 / var(--tw-text-opacity));
}
.before\:text-gray-300\/0::before{
  content: var(--tw-content);
  color: rgb(207 212 216 / 0);
}
.before\:text-gray-300\/10::before{
  content: var(--tw-content);
  color: rgb(207 212 216 / 0.1);
}
.before\:text-gray-300\/100::before{
  content: var(--tw-content);
  color: rgb(207 212 216 / 1);
}
.before\:text-gray-300\/20::before{
  content: var(--tw-content);
  color: rgb(207 212 216 / 0.2);
}
.before\:text-gray-300\/25::before{
  content: var(--tw-content);
  color: rgb(207 212 216 / 0.25);
}
.before\:text-gray-300\/30::before{
  content: var(--tw-content);
  color: rgb(207 212 216 / 0.3);
}
.before\:text-gray-300\/40::before{
  content: var(--tw-content);
  color: rgb(207 212 216 / 0.4);
}
.before\:text-gray-300\/5::before{
  content: var(--tw-content);
  color: rgb(207 212 216 / 0.05);
}
.before\:text-gray-300\/50::before{
  content: var(--tw-content);
  color: rgb(207 212 216 / 0.5);
}
.before\:text-gray-300\/60::before{
  content: var(--tw-content);
  color: rgb(207 212 216 / 0.6);
}
.before\:text-gray-300\/70::before{
  content: var(--tw-content);
  color: rgb(207 212 216 / 0.7);
}
.before\:text-gray-300\/75::before{
  content: var(--tw-content);
  color: rgb(207 212 216 / 0.75);
}
.before\:text-gray-300\/80::before{
  content: var(--tw-content);
  color: rgb(207 212 216 / 0.8);
}
.before\:text-gray-300\/90::before{
  content: var(--tw-content);
  color: rgb(207 212 216 / 0.9);
}
.before\:text-gray-300\/95::before{
  content: var(--tw-content);
  color: rgb(207 212 216 / 0.95);
}
.before\:text-gray-500::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(167 177 183 / var(--tw-text-opacity));
}
.before\:text-gray-500\/0::before{
  content: var(--tw-content);
  color: rgb(167 177 183 / 0);
}
.before\:text-gray-500\/10::before{
  content: var(--tw-content);
  color: rgb(167 177 183 / 0.1);
}
.before\:text-gray-500\/100::before{
  content: var(--tw-content);
  color: rgb(167 177 183 / 1);
}
.before\:text-gray-500\/20::before{
  content: var(--tw-content);
  color: rgb(167 177 183 / 0.2);
}
.before\:text-gray-500\/25::before{
  content: var(--tw-content);
  color: rgb(167 177 183 / 0.25);
}
.before\:text-gray-500\/30::before{
  content: var(--tw-content);
  color: rgb(167 177 183 / 0.3);
}
.before\:text-gray-500\/40::before{
  content: var(--tw-content);
  color: rgb(167 177 183 / 0.4);
}
.before\:text-gray-500\/5::before{
  content: var(--tw-content);
  color: rgb(167 177 183 / 0.05);
}
.before\:text-gray-500\/50::before{
  content: var(--tw-content);
  color: rgb(167 177 183 / 0.5);
}
.before\:text-gray-500\/60::before{
  content: var(--tw-content);
  color: rgb(167 177 183 / 0.6);
}
.before\:text-gray-500\/70::before{
  content: var(--tw-content);
  color: rgb(167 177 183 / 0.7);
}
.before\:text-gray-500\/75::before{
  content: var(--tw-content);
  color: rgb(167 177 183 / 0.75);
}
.before\:text-gray-500\/80::before{
  content: var(--tw-content);
  color: rgb(167 177 183 / 0.8);
}
.before\:text-gray-500\/90::before{
  content: var(--tw-content);
  color: rgb(167 177 183 / 0.9);
}
.before\:text-gray-500\/95::before{
  content: var(--tw-content);
  color: rgb(167 177 183 / 0.95);
}
.before\:text-gray-600::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(100 106 110 / var(--tw-text-opacity));
}
.before\:text-gray-600\/0::before{
  content: var(--tw-content);
  color: rgb(100 106 110 / 0);
}
.before\:text-gray-600\/10::before{
  content: var(--tw-content);
  color: rgb(100 106 110 / 0.1);
}
.before\:text-gray-600\/100::before{
  content: var(--tw-content);
  color: rgb(100 106 110 / 1);
}
.before\:text-gray-600\/20::before{
  content: var(--tw-content);
  color: rgb(100 106 110 / 0.2);
}
.before\:text-gray-600\/25::before{
  content: var(--tw-content);
  color: rgb(100 106 110 / 0.25);
}
.before\:text-gray-600\/30::before{
  content: var(--tw-content);
  color: rgb(100 106 110 / 0.3);
}
.before\:text-gray-600\/40::before{
  content: var(--tw-content);
  color: rgb(100 106 110 / 0.4);
}
.before\:text-gray-600\/5::before{
  content: var(--tw-content);
  color: rgb(100 106 110 / 0.05);
}
.before\:text-gray-600\/50::before{
  content: var(--tw-content);
  color: rgb(100 106 110 / 0.5);
}
.before\:text-gray-600\/60::before{
  content: var(--tw-content);
  color: rgb(100 106 110 / 0.6);
}
.before\:text-gray-600\/70::before{
  content: var(--tw-content);
  color: rgb(100 106 110 / 0.7);
}
.before\:text-gray-600\/75::before{
  content: var(--tw-content);
  color: rgb(100 106 110 / 0.75);
}
.before\:text-gray-600\/80::before{
  content: var(--tw-content);
  color: rgb(100 106 110 / 0.8);
}
.before\:text-gray-600\/90::before{
  content: var(--tw-content);
  color: rgb(100 106 110 / 0.9);
}
.before\:text-gray-600\/95::before{
  content: var(--tw-content);
  color: rgb(100 106 110 / 0.95);
}
.before\:text-primary-500::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(186 12 47 / var(--tw-text-opacity));
}
.before\:text-primary-500\/0::before{
  content: var(--tw-content);
  color: rgb(186 12 47 / 0);
}
.before\:text-primary-500\/10::before{
  content: var(--tw-content);
  color: rgb(186 12 47 / 0.1);
}
.before\:text-primary-500\/100::before{
  content: var(--tw-content);
  color: rgb(186 12 47 / 1);
}
.before\:text-primary-500\/20::before{
  content: var(--tw-content);
  color: rgb(186 12 47 / 0.2);
}
.before\:text-primary-500\/25::before{
  content: var(--tw-content);
  color: rgb(186 12 47 / 0.25);
}
.before\:text-primary-500\/30::before{
  content: var(--tw-content);
  color: rgb(186 12 47 / 0.3);
}
.before\:text-primary-500\/40::before{
  content: var(--tw-content);
  color: rgb(186 12 47 / 0.4);
}
.before\:text-primary-500\/5::before{
  content: var(--tw-content);
  color: rgb(186 12 47 / 0.05);
}
.before\:text-primary-500\/50::before{
  content: var(--tw-content);
  color: rgb(186 12 47 / 0.5);
}
.before\:text-primary-500\/60::before{
  content: var(--tw-content);
  color: rgb(186 12 47 / 0.6);
}
.before\:text-primary-500\/70::before{
  content: var(--tw-content);
  color: rgb(186 12 47 / 0.7);
}
.before\:text-primary-500\/75::before{
  content: var(--tw-content);
  color: rgb(186 12 47 / 0.75);
}
.before\:text-primary-500\/80::before{
  content: var(--tw-content);
  color: rgb(186 12 47 / 0.8);
}
.before\:text-primary-500\/90::before{
  content: var(--tw-content);
  color: rgb(186 12 47 / 0.9);
}
.before\:text-primary-500\/95::before{
  content: var(--tw-content);
  color: rgb(186 12 47 / 0.95);
}
.before\:text-primary-700::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(112 7 28 / var(--tw-text-opacity));
}
.before\:text-primary-700\/0::before{
  content: var(--tw-content);
  color: rgb(112 7 28 / 0);
}
.before\:text-primary-700\/10::before{
  content: var(--tw-content);
  color: rgb(112 7 28 / 0.1);
}
.before\:text-primary-700\/100::before{
  content: var(--tw-content);
  color: rgb(112 7 28 / 1);
}
.before\:text-primary-700\/20::before{
  content: var(--tw-content);
  color: rgb(112 7 28 / 0.2);
}
.before\:text-primary-700\/25::before{
  content: var(--tw-content);
  color: rgb(112 7 28 / 0.25);
}
.before\:text-primary-700\/30::before{
  content: var(--tw-content);
  color: rgb(112 7 28 / 0.3);
}
.before\:text-primary-700\/40::before{
  content: var(--tw-content);
  color: rgb(112 7 28 / 0.4);
}
.before\:text-primary-700\/5::before{
  content: var(--tw-content);
  color: rgb(112 7 28 / 0.05);
}
.before\:text-primary-700\/50::before{
  content: var(--tw-content);
  color: rgb(112 7 28 / 0.5);
}
.before\:text-primary-700\/60::before{
  content: var(--tw-content);
  color: rgb(112 7 28 / 0.6);
}
.before\:text-primary-700\/70::before{
  content: var(--tw-content);
  color: rgb(112 7 28 / 0.7);
}
.before\:text-primary-700\/75::before{
  content: var(--tw-content);
  color: rgb(112 7 28 / 0.75);
}
.before\:text-primary-700\/80::before{
  content: var(--tw-content);
  color: rgb(112 7 28 / 0.8);
}
.before\:text-primary-700\/90::before{
  content: var(--tw-content);
  color: rgb(112 7 28 / 0.9);
}
.before\:text-primary-700\/95::before{
  content: var(--tw-content);
  color: rgb(112 7 28 / 0.95);
}
.before\:text-teal-300::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(183 221 213 / var(--tw-text-opacity));
}
.before\:text-teal-300\/0::before{
  content: var(--tw-content);
  color: rgb(183 221 213 / 0);
}
.before\:text-teal-300\/10::before{
  content: var(--tw-content);
  color: rgb(183 221 213 / 0.1);
}
.before\:text-teal-300\/100::before{
  content: var(--tw-content);
  color: rgb(183 221 213 / 1);
}
.before\:text-teal-300\/20::before{
  content: var(--tw-content);
  color: rgb(183 221 213 / 0.2);
}
.before\:text-teal-300\/25::before{
  content: var(--tw-content);
  color: rgb(183 221 213 / 0.25);
}
.before\:text-teal-300\/30::before{
  content: var(--tw-content);
  color: rgb(183 221 213 / 0.3);
}
.before\:text-teal-300\/40::before{
  content: var(--tw-content);
  color: rgb(183 221 213 / 0.4);
}
.before\:text-teal-300\/5::before{
  content: var(--tw-content);
  color: rgb(183 221 213 / 0.05);
}
.before\:text-teal-300\/50::before{
  content: var(--tw-content);
  color: rgb(183 221 213 / 0.5);
}
.before\:text-teal-300\/60::before{
  content: var(--tw-content);
  color: rgb(183 221 213 / 0.6);
}
.before\:text-teal-300\/70::before{
  content: var(--tw-content);
  color: rgb(183 221 213 / 0.7);
}
.before\:text-teal-300\/75::before{
  content: var(--tw-content);
  color: rgb(183 221 213 / 0.75);
}
.before\:text-teal-300\/80::before{
  content: var(--tw-content);
  color: rgb(183 221 213 / 0.8);
}
.before\:text-teal-300\/90::before{
  content: var(--tw-content);
  color: rgb(183 221 213 / 0.9);
}
.before\:text-teal-300\/95::before{
  content: var(--tw-content);
  color: rgb(183 221 213 / 0.95);
}
.before\:text-teal-500::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(107 187 171 / var(--tw-text-opacity));
}
.before\:text-teal-500\/0::before{
  content: var(--tw-content);
  color: rgb(107 187 171 / 0);
}
.before\:text-teal-500\/10::before{
  content: var(--tw-content);
  color: rgb(107 187 171 / 0.1);
}
.before\:text-teal-500\/100::before{
  content: var(--tw-content);
  color: rgb(107 187 171 / 1);
}
.before\:text-teal-500\/20::before{
  content: var(--tw-content);
  color: rgb(107 187 171 / 0.2);
}
.before\:text-teal-500\/25::before{
  content: var(--tw-content);
  color: rgb(107 187 171 / 0.25);
}
.before\:text-teal-500\/30::before{
  content: var(--tw-content);
  color: rgb(107 187 171 / 0.3);
}
.before\:text-teal-500\/40::before{
  content: var(--tw-content);
  color: rgb(107 187 171 / 0.4);
}
.before\:text-teal-500\/5::before{
  content: var(--tw-content);
  color: rgb(107 187 171 / 0.05);
}
.before\:text-teal-500\/50::before{
  content: var(--tw-content);
  color: rgb(107 187 171 / 0.5);
}
.before\:text-teal-500\/60::before{
  content: var(--tw-content);
  color: rgb(107 187 171 / 0.6);
}
.before\:text-teal-500\/70::before{
  content: var(--tw-content);
  color: rgb(107 187 171 / 0.7);
}
.before\:text-teal-500\/75::before{
  content: var(--tw-content);
  color: rgb(107 187 171 / 0.75);
}
.before\:text-teal-500\/80::before{
  content: var(--tw-content);
  color: rgb(107 187 171 / 0.8);
}
.before\:text-teal-500\/90::before{
  content: var(--tw-content);
  color: rgb(107 187 171 / 0.9);
}
.before\:text-teal-500\/95::before{
  content: var(--tw-content);
  color: rgb(107 187 171 / 0.95);
}
.before\:text-teal-600::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(147 180 182 / var(--tw-text-opacity));
}
.before\:text-teal-600\/0::before{
  content: var(--tw-content);
  color: rgb(147 180 182 / 0);
}
.before\:text-teal-600\/10::before{
  content: var(--tw-content);
  color: rgb(147 180 182 / 0.1);
}
.before\:text-teal-600\/100::before{
  content: var(--tw-content);
  color: rgb(147 180 182 / 1);
}
.before\:text-teal-600\/20::before{
  content: var(--tw-content);
  color: rgb(147 180 182 / 0.2);
}
.before\:text-teal-600\/25::before{
  content: var(--tw-content);
  color: rgb(147 180 182 / 0.25);
}
.before\:text-teal-600\/30::before{
  content: var(--tw-content);
  color: rgb(147 180 182 / 0.3);
}
.before\:text-teal-600\/40::before{
  content: var(--tw-content);
  color: rgb(147 180 182 / 0.4);
}
.before\:text-teal-600\/5::before{
  content: var(--tw-content);
  color: rgb(147 180 182 / 0.05);
}
.before\:text-teal-600\/50::before{
  content: var(--tw-content);
  color: rgb(147 180 182 / 0.5);
}
.before\:text-teal-600\/60::before{
  content: var(--tw-content);
  color: rgb(147 180 182 / 0.6);
}
.before\:text-teal-600\/70::before{
  content: var(--tw-content);
  color: rgb(147 180 182 / 0.7);
}
.before\:text-teal-600\/75::before{
  content: var(--tw-content);
  color: rgb(147 180 182 / 0.75);
}
.before\:text-teal-600\/80::before{
  content: var(--tw-content);
  color: rgb(147 180 182 / 0.8);
}
.before\:text-teal-600\/90::before{
  content: var(--tw-content);
  color: rgb(147 180 182 / 0.9);
}
.before\:text-teal-600\/95::before{
  content: var(--tw-content);
  color: rgb(147 180 182 / 0.95);
}
.before\:text-teal-800::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(104 150 153 / var(--tw-text-opacity));
}
.before\:text-teal-800\/0::before{
  content: var(--tw-content);
  color: rgb(104 150 153 / 0);
}
.before\:text-teal-800\/10::before{
  content: var(--tw-content);
  color: rgb(104 150 153 / 0.1);
}
.before\:text-teal-800\/100::before{
  content: var(--tw-content);
  color: rgb(104 150 153 / 1);
}
.before\:text-teal-800\/20::before{
  content: var(--tw-content);
  color: rgb(104 150 153 / 0.2);
}
.before\:text-teal-800\/25::before{
  content: var(--tw-content);
  color: rgb(104 150 153 / 0.25);
}
.before\:text-teal-800\/30::before{
  content: var(--tw-content);
  color: rgb(104 150 153 / 0.3);
}
.before\:text-teal-800\/40::before{
  content: var(--tw-content);
  color: rgb(104 150 153 / 0.4);
}
.before\:text-teal-800\/5::before{
  content: var(--tw-content);
  color: rgb(104 150 153 / 0.05);
}
.before\:text-teal-800\/50::before{
  content: var(--tw-content);
  color: rgb(104 150 153 / 0.5);
}
.before\:text-teal-800\/60::before{
  content: var(--tw-content);
  color: rgb(104 150 153 / 0.6);
}
.before\:text-teal-800\/70::before{
  content: var(--tw-content);
  color: rgb(104 150 153 / 0.7);
}
.before\:text-teal-800\/75::before{
  content: var(--tw-content);
  color: rgb(104 150 153 / 0.75);
}
.before\:text-teal-800\/80::before{
  content: var(--tw-content);
  color: rgb(104 150 153 / 0.8);
}
.before\:text-teal-800\/90::before{
  content: var(--tw-content);
  color: rgb(104 150 153 / 0.9);
}
.before\:text-teal-800\/95::before{
  content: var(--tw-content);
  color: rgb(104 150 153 / 0.95);
}
.before\:text-yellow-300::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(255 226 153 / var(--tw-text-opacity));
}
.before\:text-yellow-300\/0::before{
  content: var(--tw-content);
  color: rgb(255 226 153 / 0);
}
.before\:text-yellow-300\/10::before{
  content: var(--tw-content);
  color: rgb(255 226 153 / 0.1);
}
.before\:text-yellow-300\/100::before{
  content: var(--tw-content);
  color: rgb(255 226 153 / 1);
}
.before\:text-yellow-300\/20::before{
  content: var(--tw-content);
  color: rgb(255 226 153 / 0.2);
}
.before\:text-yellow-300\/25::before{
  content: var(--tw-content);
  color: rgb(255 226 153 / 0.25);
}
.before\:text-yellow-300\/30::before{
  content: var(--tw-content);
  color: rgb(255 226 153 / 0.3);
}
.before\:text-yellow-300\/40::before{
  content: var(--tw-content);
  color: rgb(255 226 153 / 0.4);
}
.before\:text-yellow-300\/5::before{
  content: var(--tw-content);
  color: rgb(255 226 153 / 0.05);
}
.before\:text-yellow-300\/50::before{
  content: var(--tw-content);
  color: rgb(255 226 153 / 0.5);
}
.before\:text-yellow-300\/60::before{
  content: var(--tw-content);
  color: rgb(255 226 153 / 0.6);
}
.before\:text-yellow-300\/70::before{
  content: var(--tw-content);
  color: rgb(255 226 153 / 0.7);
}
.before\:text-yellow-300\/75::before{
  content: var(--tw-content);
  color: rgb(255 226 153 / 0.75);
}
.before\:text-yellow-300\/80::before{
  content: var(--tw-content);
  color: rgb(255 226 153 / 0.8);
}
.before\:text-yellow-300\/90::before{
  content: var(--tw-content);
  color: rgb(255 226 153 / 0.9);
}
.before\:text-yellow-300\/95::before{
  content: var(--tw-content);
  color: rgb(255 226 153 / 0.95);
}
.before\:text-yellow-500::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(255 189 26 / var(--tw-text-opacity));
}
.before\:text-yellow-500\/0::before{
  content: var(--tw-content);
  color: rgb(255 189 26 / 0);
}
.before\:text-yellow-500\/10::before{
  content: var(--tw-content);
  color: rgb(255 189 26 / 0.1);
}
.before\:text-yellow-500\/100::before{
  content: var(--tw-content);
  color: rgb(255 189 26 / 1);
}
.before\:text-yellow-500\/20::before{
  content: var(--tw-content);
  color: rgb(255 189 26 / 0.2);
}
.before\:text-yellow-500\/25::before{
  content: var(--tw-content);
  color: rgb(255 189 26 / 0.25);
}
.before\:text-yellow-500\/30::before{
  content: var(--tw-content);
  color: rgb(255 189 26 / 0.3);
}
.before\:text-yellow-500\/40::before{
  content: var(--tw-content);
  color: rgb(255 189 26 / 0.4);
}
.before\:text-yellow-500\/5::before{
  content: var(--tw-content);
  color: rgb(255 189 26 / 0.05);
}
.before\:text-yellow-500\/50::before{
  content: var(--tw-content);
  color: rgb(255 189 26 / 0.5);
}
.before\:text-yellow-500\/60::before{
  content: var(--tw-content);
  color: rgb(255 189 26 / 0.6);
}
.before\:text-yellow-500\/70::before{
  content: var(--tw-content);
  color: rgb(255 189 26 / 0.7);
}
.before\:text-yellow-500\/75::before{
  content: var(--tw-content);
  color: rgb(255 189 26 / 0.75);
}
.before\:text-yellow-500\/80::before{
  content: var(--tw-content);
  color: rgb(255 189 26 / 0.8);
}
.before\:text-yellow-500\/90::before{
  content: var(--tw-content);
  color: rgb(255 189 26 / 0.9);
}
.before\:text-yellow-500\/95::before{
  content: var(--tw-content);
  color: rgb(255 189 26 / 0.95);
}
.before\:transition-\[width\]::before{
  content: var(--tw-content);
  transition-property: width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.before\:transition-all::before{
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.before\:duration-300::before{
  content: var(--tw-content);
  transition-duration: 300ms;
}
.before\:ease-in-out::before{
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}
.after\:-top-8::after{
  content: var(--tw-content);
  top: -2rem;
}
.after\:-top-px::after{
  content: var(--tw-content);
  top: -1px;
}
.after\:bottom-0::after{
  content: var(--tw-content);
  bottom: 0px;
}
.after\:bottom-\[-1\.5px\]::after{
  content: var(--tw-content);
  bottom: -1.5px;
}
.after\:bottom-\[-1px\]::after{
  content: var(--tw-content);
  bottom: -1px;
}
.after\:bottom-\[-2px\]::after{
  content: var(--tw-content);
  bottom: -2px;
}
.after\:left-0::after{
  content: var(--tw-content);
  left: 0px;
}
.after\:left-1\/2::after{
  content: var(--tw-content);
  left: 50%;
}
.after\:right-0::after{
  content: var(--tw-content);
  right: 0px;
}
.after\:top-0::after{
  content: var(--tw-content);
  top: 0px;
}
.after\:top-px::after{
  content: var(--tw-content);
  top: 1px;
}
.after\:z-\[-1\]::after{
  content: var(--tw-content);
  z-index: -1;
}
.after\:z-\[1\]::after{
  content: var(--tw-content);
  z-index: 1;
}
.after\:mx-auto::after{
  content: var(--tw-content);
  margin-left: auto;
  margin-right: auto;
}
.after\:block::after{
  content: var(--tw-content);
  display: block;
}
.after\:h-0::after{
  content: var(--tw-content);
  height: 0px;
}
.after\:h-1::after{
  content: var(--tw-content);
  height: 0.25rem;
}
.after\:h-2\/5::after{
  content: var(--tw-content);
  height: 40%;
}
.after\:h-4::after{
  content: var(--tw-content);
  height: 1rem;
}
.after\:h-8::after{
  content: var(--tw-content);
  height: 2rem;
}
.after\:h-\[1\.5px\]::after{
  content: var(--tw-content);
  height: 1.5px;
}
.after\:h-\[2px\]::after{
  content: var(--tw-content);
  height: 2px;
}
.after\:h-\[44px\]::after{
  content: var(--tw-content);
  height: 44px;
}
.after\:h-\[66px\]::after{
  content: var(--tw-content);
  height: 66px;
}
.after\:h-full::after{
  content: var(--tw-content);
  height: 100%;
}
.after\:h-px::after{
  content: var(--tw-content);
  height: 1px;
}
.after\:\!w-full::after{
  content: var(--tw-content);
  width: 100% !important;
}
.after\:w-0::after{
  content: var(--tw-content);
  width: 0px;
}
.after\:w-10::after{
  content: var(--tw-content);
  width: 2.5rem;
}
.after\:w-12::after{
  content: var(--tw-content);
  width: 3rem;
}
.after\:w-2::after{
  content: var(--tw-content);
  width: 0.5rem;
}
.after\:w-20::after{
  content: var(--tw-content);
  width: 5rem;
}
.after\:w-4::after{
  content: var(--tw-content);
  width: 1rem;
}
.after\:w-\[10px\]::after{
  content: var(--tw-content);
  width: 10px;
}
.after\:w-\[4px\]::after{
  content: var(--tw-content);
  width: 4px;
}
.after\:w-full::after{
  content: var(--tw-content);
  width: 100%;
}
.after\:w-screen::after{
  content: var(--tw-content);
  width: 100vw;
}
.after\:origin-left::after{
  content: var(--tw-content);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.after\:-translate-x-1\/2::after{
  content: var(--tw-content);
  --tw-translate-x: -50%;
  -webkit-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: 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\:border-gray-100::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(239 241 242 / var(--tw-border-opacity));
}
.after\:border-gray-100\/0::after{
  content: var(--tw-content);
  border-color: rgb(239 241 242 / 0);
}
.after\:border-gray-100\/10::after{
  content: var(--tw-content);
  border-color: rgb(239 241 242 / 0.1);
}
.after\:border-gray-100\/100::after{
  content: var(--tw-content);
  border-color: rgb(239 241 242 / 1);
}
.after\:border-gray-100\/20::after{
  content: var(--tw-content);
  border-color: rgb(239 241 242 / 0.2);
}
.after\:border-gray-100\/25::after{
  content: var(--tw-content);
  border-color: rgb(239 241 242 / 0.25);
}
.after\:border-gray-100\/30::after{
  content: var(--tw-content);
  border-color: rgb(239 241 242 / 0.3);
}
.after\:border-gray-100\/40::after{
  content: var(--tw-content);
  border-color: rgb(239 241 242 / 0.4);
}
.after\:border-gray-100\/5::after{
  content: var(--tw-content);
  border-color: rgb(239 241 242 / 0.05);
}
.after\:border-gray-100\/50::after{
  content: var(--tw-content);
  border-color: rgb(239 241 242 / 0.5);
}
.after\:border-gray-100\/60::after{
  content: var(--tw-content);
  border-color: rgb(239 241 242 / 0.6);
}
.after\:border-gray-100\/70::after{
  content: var(--tw-content);
  border-color: rgb(239 241 242 / 0.7);
}
.after\:border-gray-100\/75::after{
  content: var(--tw-content);
  border-color: rgb(239 241 242 / 0.75);
}
.after\:border-gray-100\/80::after{
  content: var(--tw-content);
  border-color: rgb(239 241 242 / 0.8);
}
.after\:border-gray-100\/90::after{
  content: var(--tw-content);
  border-color: rgb(239 241 242 / 0.9);
}
.after\:border-gray-100\/95::after{
  content: var(--tw-content);
  border-color: rgb(239 241 242 / 0.95);
}
.after\:border-gray-200::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(223 227 229 / var(--tw-border-opacity));
}
.after\:border-gray-200\/0::after{
  content: var(--tw-content);
  border-color: rgb(223 227 229 / 0);
}
.after\:border-gray-200\/10::after{
  content: var(--tw-content);
  border-color: rgb(223 227 229 / 0.1);
}
.after\:border-gray-200\/100::after{
  content: var(--tw-content);
  border-color: rgb(223 227 229 / 1);
}
.after\:border-gray-200\/20::after{
  content: var(--tw-content);
  border-color: rgb(223 227 229 / 0.2);
}
.after\:border-gray-200\/25::after{
  content: var(--tw-content);
  border-color: rgb(223 227 229 / 0.25);
}
.after\:border-gray-200\/30::after{
  content: var(--tw-content);
  border-color: rgb(223 227 229 / 0.3);
}
.after\:border-gray-200\/40::after{
  content: var(--tw-content);
  border-color: rgb(223 227 229 / 0.4);
}
.after\:border-gray-200\/5::after{
  content: var(--tw-content);
  border-color: rgb(223 227 229 / 0.05);
}
.after\:border-gray-200\/50::after{
  content: var(--tw-content);
  border-color: rgb(223 227 229 / 0.5);
}
.after\:border-gray-200\/60::after{
  content: var(--tw-content);
  border-color: rgb(223 227 229 / 0.6);
}
.after\:border-gray-200\/70::after{
  content: var(--tw-content);
  border-color: rgb(223 227 229 / 0.7);
}
.after\:border-gray-200\/75::after{
  content: var(--tw-content);
  border-color: rgb(223 227 229 / 0.75);
}
.after\:border-gray-200\/80::after{
  content: var(--tw-content);
  border-color: rgb(223 227 229 / 0.8);
}
.after\:border-gray-200\/90::after{
  content: var(--tw-content);
  border-color: rgb(223 227 229 / 0.9);
}
.after\:border-gray-200\/95::after{
  content: var(--tw-content);
  border-color: rgb(223 227 229 / 0.95);
}
.after\:border-gray-300::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(207 212 216 / var(--tw-border-opacity));
}
.after\:border-gray-300\/0::after{
  content: var(--tw-content);
  border-color: rgb(207 212 216 / 0);
}
.after\:border-gray-300\/10::after{
  content: var(--tw-content);
  border-color: rgb(207 212 216 / 0.1);
}
.after\:border-gray-300\/100::after{
  content: var(--tw-content);
  border-color: rgb(207 212 216 / 1);
}
.after\:border-gray-300\/20::after{
  content: var(--tw-content);
  border-color: rgb(207 212 216 / 0.2);
}
.after\:border-gray-300\/25::after{
  content: var(--tw-content);
  border-color: rgb(207 212 216 / 0.25);
}
.after\:border-gray-300\/30::after{
  content: var(--tw-content);
  border-color: rgb(207 212 216 / 0.3);
}
.after\:border-gray-300\/40::after{
  content: var(--tw-content);
  border-color: rgb(207 212 216 / 0.4);
}
.after\:border-gray-300\/5::after{
  content: var(--tw-content);
  border-color: rgb(207 212 216 / 0.05);
}
.after\:border-gray-300\/50::after{
  content: var(--tw-content);
  border-color: rgb(207 212 216 / 0.5);
}
.after\:border-gray-300\/60::after{
  content: var(--tw-content);
  border-color: rgb(207 212 216 / 0.6);
}
.after\:border-gray-300\/70::after{
  content: var(--tw-content);
  border-color: rgb(207 212 216 / 0.7);
}
.after\:border-gray-300\/75::after{
  content: var(--tw-content);
  border-color: rgb(207 212 216 / 0.75);
}
.after\:border-gray-300\/80::after{
  content: var(--tw-content);
  border-color: rgb(207 212 216 / 0.8);
}
.after\:border-gray-300\/90::after{
  content: var(--tw-content);
  border-color: rgb(207 212 216 / 0.9);
}
.after\:border-gray-300\/95::after{
  content: var(--tw-content);
  border-color: rgb(207 212 216 / 0.95);
}
.after\:border-gray-500::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(167 177 183 / var(--tw-border-opacity));
}
.after\:border-gray-500\/0::after{
  content: var(--tw-content);
  border-color: rgb(167 177 183 / 0);
}
.after\:border-gray-500\/10::after{
  content: var(--tw-content);
  border-color: rgb(167 177 183 / 0.1);
}
.after\:border-gray-500\/100::after{
  content: var(--tw-content);
  border-color: rgb(167 177 183 / 1);
}
.after\:border-gray-500\/20::after{
  content: var(--tw-content);
  border-color: rgb(167 177 183 / 0.2);
}
.after\:border-gray-500\/25::after{
  content: var(--tw-content);
  border-color: rgb(167 177 183 / 0.25);
}
.after\:border-gray-500\/30::after{
  content: var(--tw-content);
  border-color: rgb(167 177 183 / 0.3);
}
.after\:border-gray-500\/40::after{
  content: var(--tw-content);
  border-color: rgb(167 177 183 / 0.4);
}
.after\:border-gray-500\/5::after{
  content: var(--tw-content);
  border-color: rgb(167 177 183 / 0.05);
}
.after\:border-gray-500\/50::after{
  content: var(--tw-content);
  border-color: rgb(167 177 183 / 0.5);
}
.after\:border-gray-500\/60::after{
  content: var(--tw-content);
  border-color: rgb(167 177 183 / 0.6);
}
.after\:border-gray-500\/70::after{
  content: var(--tw-content);
  border-color: rgb(167 177 183 / 0.7);
}
.after\:border-gray-500\/75::after{
  content: var(--tw-content);
  border-color: rgb(167 177 183 / 0.75);
}
.after\:border-gray-500\/80::after{
  content: var(--tw-content);
  border-color: rgb(167 177 183 / 0.8);
}
.after\:border-gray-500\/90::after{
  content: var(--tw-content);
  border-color: rgb(167 177 183 / 0.9);
}
.after\:border-gray-500\/95::after{
  content: var(--tw-content);
  border-color: rgb(167 177 183 / 0.95);
}
.after\:border-gray-600::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(100 106 110 / var(--tw-border-opacity));
}
.after\:border-gray-600\/0::after{
  content: var(--tw-content);
  border-color: rgb(100 106 110 / 0);
}
.after\:border-gray-600\/10::after{
  content: var(--tw-content);
  border-color: rgb(100 106 110 / 0.1);
}
.after\:border-gray-600\/100::after{
  content: var(--tw-content);
  border-color: rgb(100 106 110 / 1);
}
.after\:border-gray-600\/20::after{
  content: var(--tw-content);
  border-color: rgb(100 106 110 / 0.2);
}
.after\:border-gray-600\/25::after{
  content: var(--tw-content);
  border-color: rgb(100 106 110 / 0.25);
}
.after\:border-gray-600\/30::after{
  content: var(--tw-content);
  border-color: rgb(100 106 110 / 0.3);
}
.after\:border-gray-600\/40::after{
  content: var(--tw-content);
  border-color: rgb(100 106 110 / 0.4);
}
.after\:border-gray-600\/5::after{
  content: var(--tw-content);
  border-color: rgb(100 106 110 / 0.05);
}
.after\:border-gray-600\/50::after{
  content: var(--tw-content);
  border-color: rgb(100 106 110 / 0.5);
}
.after\:border-gray-600\/60::after{
  content: var(--tw-content);
  border-color: rgb(100 106 110 / 0.6);
}
.after\:border-gray-600\/70::after{
  content: var(--tw-content);
  border-color: rgb(100 106 110 / 0.7);
}
.after\:border-gray-600\/75::after{
  content: var(--tw-content);
  border-color: rgb(100 106 110 / 0.75);
}
.after\:border-gray-600\/80::after{
  content: var(--tw-content);
  border-color: rgb(100 106 110 / 0.8);
}
.after\:border-gray-600\/90::after{
  content: var(--tw-content);
  border-color: rgb(100 106 110 / 0.9);
}
.after\:border-gray-600\/95::after{
  content: var(--tw-content);
  border-color: rgb(100 106 110 / 0.95);
}
.after\:border-primary-500::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(186 12 47 / var(--tw-border-opacity));
}
.after\:border-primary-500\/0::after{
  content: var(--tw-content);
  border-color: rgb(186 12 47 / 0);
}
.after\:border-primary-500\/10::after{
  content: var(--tw-content);
  border-color: rgb(186 12 47 / 0.1);
}
.after\:border-primary-500\/100::after{
  content: var(--tw-content);
  border-color: rgb(186 12 47 / 1);
}
.after\:border-primary-500\/20::after{
  content: var(--tw-content);
  border-color: rgb(186 12 47 / 0.2);
}
.after\:border-primary-500\/25::after{
  content: var(--tw-content);
  border-color: rgb(186 12 47 / 0.25);
}
.after\:border-primary-500\/30::after{
  content: var(--tw-content);
  border-color: rgb(186 12 47 / 0.3);
}
.after\:border-primary-500\/40::after{
  content: var(--tw-content);
  border-color: rgb(186 12 47 / 0.4);
}
.after\:border-primary-500\/5::after{
  content: var(--tw-content);
  border-color: rgb(186 12 47 / 0.05);
}
.after\:border-primary-500\/50::after{
  content: var(--tw-content);
  border-color: rgb(186 12 47 / 0.5);
}
.after\:border-primary-500\/60::after{
  content: var(--tw-content);
  border-color: rgb(186 12 47 / 0.6);
}
.after\:border-primary-500\/70::after{
  content: var(--tw-content);
  border-color: rgb(186 12 47 / 0.7);
}
.after\:border-primary-500\/75::after{
  content: var(--tw-content);
  border-color: rgb(186 12 47 / 0.75);
}
.after\:border-primary-500\/80::after{
  content: var(--tw-content);
  border-color: rgb(186 12 47 / 0.8);
}
.after\:border-primary-500\/90::after{
  content: var(--tw-content);
  border-color: rgb(186 12 47 / 0.9);
}
.after\:border-primary-500\/95::after{
  content: var(--tw-content);
  border-color: rgb(186 12 47 / 0.95);
}
.after\:border-primary-700::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(112 7 28 / var(--tw-border-opacity));
}
.after\:border-primary-700\/0::after{
  content: var(--tw-content);
  border-color: rgb(112 7 28 / 0);
}
.after\:border-primary-700\/10::after{
  content: var(--tw-content);
  border-color: rgb(112 7 28 / 0.1);
}
.after\:border-primary-700\/100::after{
  content: var(--tw-content);
  border-color: rgb(112 7 28 / 1);
}
.after\:border-primary-700\/20::after{
  content: var(--tw-content);
  border-color: rgb(112 7 28 / 0.2);
}
.after\:border-primary-700\/25::after{
  content: var(--tw-content);
  border-color: rgb(112 7 28 / 0.25);
}
.after\:border-primary-700\/30::after{
  content: var(--tw-content);
  border-color: rgb(112 7 28 / 0.3);
}
.after\:border-primary-700\/40::after{
  content: var(--tw-content);
  border-color: rgb(112 7 28 / 0.4);
}
.after\:border-primary-700\/5::after{
  content: var(--tw-content);
  border-color: rgb(112 7 28 / 0.05);
}
.after\:border-primary-700\/50::after{
  content: var(--tw-content);
  border-color: rgb(112 7 28 / 0.5);
}
.after\:border-primary-700\/60::after{
  content: var(--tw-content);
  border-color: rgb(112 7 28 / 0.6);
}
.after\:border-primary-700\/70::after{
  content: var(--tw-content);
  border-color: rgb(112 7 28 / 0.7);
}
.after\:border-primary-700\/75::after{
  content: var(--tw-content);
  border-color: rgb(112 7 28 / 0.75);
}
.after\:border-primary-700\/80::after{
  content: var(--tw-content);
  border-color: rgb(112 7 28 / 0.8);
}
.after\:border-primary-700\/90::after{
  content: var(--tw-content);
  border-color: rgb(112 7 28 / 0.9);
}
.after\:border-primary-700\/95::after{
  content: var(--tw-content);
  border-color: rgb(112 7 28 / 0.95);
}
.after\:border-teal-300::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(183 221 213 / var(--tw-border-opacity));
}
.after\:border-teal-300\/0::after{
  content: var(--tw-content);
  border-color: rgb(183 221 213 / 0);
}
.after\:border-teal-300\/10::after{
  content: var(--tw-content);
  border-color: rgb(183 221 213 / 0.1);
}
.after\:border-teal-300\/100::after{
  content: var(--tw-content);
  border-color: rgb(183 221 213 / 1);
}
.after\:border-teal-300\/20::after{
  content: var(--tw-content);
  border-color: rgb(183 221 213 / 0.2);
}
.after\:border-teal-300\/25::after{
  content: var(--tw-content);
  border-color: rgb(183 221 213 / 0.25);
}
.after\:border-teal-300\/30::after{
  content: var(--tw-content);
  border-color: rgb(183 221 213 / 0.3);
}
.after\:border-teal-300\/40::after{
  content: var(--tw-content);
  border-color: rgb(183 221 213 / 0.4);
}
.after\:border-teal-300\/5::after{
  content: var(--tw-content);
  border-color: rgb(183 221 213 / 0.05);
}
.after\:border-teal-300\/50::after{
  content: var(--tw-content);
  border-color: rgb(183 221 213 / 0.5);
}
.after\:border-teal-300\/60::after{
  content: var(--tw-content);
  border-color: rgb(183 221 213 / 0.6);
}
.after\:border-teal-300\/70::after{
  content: var(--tw-content);
  border-color: rgb(183 221 213 / 0.7);
}
.after\:border-teal-300\/75::after{
  content: var(--tw-content);
  border-color: rgb(183 221 213 / 0.75);
}
.after\:border-teal-300\/80::after{
  content: var(--tw-content);
  border-color: rgb(183 221 213 / 0.8);
}
.after\:border-teal-300\/90::after{
  content: var(--tw-content);
  border-color: rgb(183 221 213 / 0.9);
}
.after\:border-teal-300\/95::after{
  content: var(--tw-content);
  border-color: rgb(183 221 213 / 0.95);
}
.after\:border-teal-500::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(107 187 171 / var(--tw-border-opacity));
}
.after\:border-teal-500\/0::after{
  content: var(--tw-content);
  border-color: rgb(107 187 171 / 0);
}
.after\:border-teal-500\/10::after{
  content: var(--tw-content);
  border-color: rgb(107 187 171 / 0.1);
}
.after\:border-teal-500\/100::after{
  content: var(--tw-content);
  border-color: rgb(107 187 171 / 1);
}
.after\:border-teal-500\/20::after{
  content: var(--tw-content);
  border-color: rgb(107 187 171 / 0.2);
}
.after\:border-teal-500\/25::after{
  content: var(--tw-content);
  border-color: rgb(107 187 171 / 0.25);
}
.after\:border-teal-500\/30::after{
  content: var(--tw-content);
  border-color: rgb(107 187 171 / 0.3);
}
.after\:border-teal-500\/40::after{
  content: var(--tw-content);
  border-color: rgb(107 187 171 / 0.4);
}
.after\:border-teal-500\/5::after{
  content: var(--tw-content);
  border-color: rgb(107 187 171 / 0.05);
}
.after\:border-teal-500\/50::after{
  content: var(--tw-content);
  border-color: rgb(107 187 171 / 0.5);
}
.after\:border-teal-500\/60::after{
  content: var(--tw-content);
  border-color: rgb(107 187 171 / 0.6);
}
.after\:border-teal-500\/70::after{
  content: var(--tw-content);
  border-color: rgb(107 187 171 / 0.7);
}
.after\:border-teal-500\/75::after{
  content: var(--tw-content);
  border-color: rgb(107 187 171 / 0.75);
}
.after\:border-teal-500\/80::after{
  content: var(--tw-content);
  border-color: rgb(107 187 171 / 0.8);
}
.after\:border-teal-500\/90::after{
  content: var(--tw-content);
  border-color: rgb(107 187 171 / 0.9);
}
.after\:border-teal-500\/95::after{
  content: var(--tw-content);
  border-color: rgb(107 187 171 / 0.95);
}
.after\:border-teal-600::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(147 180 182 / var(--tw-border-opacity));
}
.after\:border-teal-600\/0::after{
  content: var(--tw-content);
  border-color: rgb(147 180 182 / 0);
}
.after\:border-teal-600\/10::after{
  content: var(--tw-content);
  border-color: rgb(147 180 182 / 0.1);
}
.after\:border-teal-600\/100::after{
  content: var(--tw-content);
  border-color: rgb(147 180 182 / 1);
}
.after\:border-teal-600\/20::after{
  content: var(--tw-content);
  border-color: rgb(147 180 182 / 0.2);
}
.after\:border-teal-600\/25::after{
  content: var(--tw-content);
  border-color: rgb(147 180 182 / 0.25);
}
.after\:border-teal-600\/30::after{
  content: var(--tw-content);
  border-color: rgb(147 180 182 / 0.3);
}
.after\:border-teal-600\/40::after{
  content: var(--tw-content);
  border-color: rgb(147 180 182 / 0.4);
}
.after\:border-teal-600\/5::after{
  content: var(--tw-content);
  border-color: rgb(147 180 182 / 0.05);
}
.after\:border-teal-600\/50::after{
  content: var(--tw-content);
  border-color: rgb(147 180 182 / 0.5);
}
.after\:border-teal-600\/60::after{
  content: var(--tw-content);
  border-color: rgb(147 180 182 / 0.6);
}
.after\:border-teal-600\/70::after{
  content: var(--tw-content);
  border-color: rgb(147 180 182 / 0.7);
}
.after\:border-teal-600\/75::after{
  content: var(--tw-content);
  border-color: rgb(147 180 182 / 0.75);
}
.after\:border-teal-600\/80::after{
  content: var(--tw-content);
  border-color: rgb(147 180 182 / 0.8);
}
.after\:border-teal-600\/90::after{
  content: var(--tw-content);
  border-color: rgb(147 180 182 / 0.9);
}
.after\:border-teal-600\/95::after{
  content: var(--tw-content);
  border-color: rgb(147 180 182 / 0.95);
}
.after\:border-teal-800::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(104 150 153 / var(--tw-border-opacity));
}
.after\:border-teal-800\/0::after{
  content: var(--tw-content);
  border-color: rgb(104 150 153 / 0);
}
.after\:border-teal-800\/10::after{
  content: var(--tw-content);
  border-color: rgb(104 150 153 / 0.1);
}
.after\:border-teal-800\/100::after{
  content: var(--tw-content);
  border-color: rgb(104 150 153 / 1);
}
.after\:border-teal-800\/20::after{
  content: var(--tw-content);
  border-color: rgb(104 150 153 / 0.2);
}
.after\:border-teal-800\/25::after{
  content: var(--tw-content);
  border-color: rgb(104 150 153 / 0.25);
}
.after\:border-teal-800\/30::after{
  content: var(--tw-content);
  border-color: rgb(104 150 153 / 0.3);
}
.after\:border-teal-800\/40::after{
  content: var(--tw-content);
  border-color: rgb(104 150 153 / 0.4);
}
.after\:border-teal-800\/5::after{
  content: var(--tw-content);
  border-color: rgb(104 150 153 / 0.05);
}
.after\:border-teal-800\/50::after{
  content: var(--tw-content);
  border-color: rgb(104 150 153 / 0.5);
}
.after\:border-teal-800\/60::after{
  content: var(--tw-content);
  border-color: rgb(104 150 153 / 0.6);
}
.after\:border-teal-800\/70::after{
  content: var(--tw-content);
  border-color: rgb(104 150 153 / 0.7);
}
.after\:border-teal-800\/75::after{
  content: var(--tw-content);
  border-color: rgb(104 150 153 / 0.75);
}
.after\:border-teal-800\/80::after{
  content: var(--tw-content);
  border-color: rgb(104 150 153 / 0.8);
}
.after\:border-teal-800\/90::after{
  content: var(--tw-content);
  border-color: rgb(104 150 153 / 0.9);
}
.after\:border-teal-800\/95::after{
  content: var(--tw-content);
  border-color: rgb(104 150 153 / 0.95);
}
.after\:border-yellow-300::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 226 153 / var(--tw-border-opacity));
}
.after\:border-yellow-300\/0::after{
  content: var(--tw-content);
  border-color: rgb(255 226 153 / 0);
}
.after\:border-yellow-300\/10::after{
  content: var(--tw-content);
  border-color: rgb(255 226 153 / 0.1);
}
.after\:border-yellow-300\/100::after{
  content: var(--tw-content);
  border-color: rgb(255 226 153 / 1);
}
.after\:border-yellow-300\/20::after{
  content: var(--tw-content);
  border-color: rgb(255 226 153 / 0.2);
}
.after\:border-yellow-300\/25::after{
  content: var(--tw-content);
  border-color: rgb(255 226 153 / 0.25);
}
.after\:border-yellow-300\/30::after{
  content: var(--tw-content);
  border-color: rgb(255 226 153 / 0.3);
}
.after\:border-yellow-300\/40::after{
  content: var(--tw-content);
  border-color: rgb(255 226 153 / 0.4);
}
.after\:border-yellow-300\/5::after{
  content: var(--tw-content);
  border-color: rgb(255 226 153 / 0.05);
}
.after\:border-yellow-300\/50::after{
  content: var(--tw-content);
  border-color: rgb(255 226 153 / 0.5);
}
.after\:border-yellow-300\/60::after{
  content: var(--tw-content);
  border-color: rgb(255 226 153 / 0.6);
}
.after\:border-yellow-300\/70::after{
  content: var(--tw-content);
  border-color: rgb(255 226 153 / 0.7);
}
.after\:border-yellow-300\/75::after{
  content: var(--tw-content);
  border-color: rgb(255 226 153 / 0.75);
}
.after\:border-yellow-300\/80::after{
  content: var(--tw-content);
  border-color: rgb(255 226 153 / 0.8);
}
.after\:border-yellow-300\/90::after{
  content: var(--tw-content);
  border-color: rgb(255 226 153 / 0.9);
}
.after\:border-yellow-300\/95::after{
  content: var(--tw-content);
  border-color: rgb(255 226 153 / 0.95);
}
.after\:border-yellow-500::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 189 26 / var(--tw-border-opacity));
}
.after\:border-yellow-500\/0::after{
  content: var(--tw-content);
  border-color: rgb(255 189 26 / 0);
}
.after\:border-yellow-500\/10::after{
  content: var(--tw-content);
  border-color: rgb(255 189 26 / 0.1);
}
.after\:border-yellow-500\/100::after{
  content: var(--tw-content);
  border-color: rgb(255 189 26 / 1);
}
.after\:border-yellow-500\/20::after{
  content: var(--tw-content);
  border-color: rgb(255 189 26 / 0.2);
}
.after\:border-yellow-500\/25::after{
  content: var(--tw-content);
  border-color: rgb(255 189 26 / 0.25);
}
.after\:border-yellow-500\/30::after{
  content: var(--tw-content);
  border-color: rgb(255 189 26 / 0.3);
}
.after\:border-yellow-500\/40::after{
  content: var(--tw-content);
  border-color: rgb(255 189 26 / 0.4);
}
.after\:border-yellow-500\/5::after{
  content: var(--tw-content);
  border-color: rgb(255 189 26 / 0.05);
}
.after\:border-yellow-500\/50::after{
  content: var(--tw-content);
  border-color: rgb(255 189 26 / 0.5);
}
.after\:border-yellow-500\/60::after{
  content: var(--tw-content);
  border-color: rgb(255 189 26 / 0.6);
}
.after\:border-yellow-500\/70::after{
  content: var(--tw-content);
  border-color: rgb(255 189 26 / 0.7);
}
.after\:border-yellow-500\/75::after{
  content: var(--tw-content);
  border-color: rgb(255 189 26 / 0.75);
}
.after\:border-yellow-500\/80::after{
  content: var(--tw-content);
  border-color: rgb(255 189 26 / 0.8);
}
.after\:border-yellow-500\/90::after{
  content: var(--tw-content);
  border-color: rgb(255 189 26 / 0.9);
}
.after\:border-yellow-500\/95::after{
  content: var(--tw-content);
  border-color: rgb(255 189 26 / 0.95);
}
.after\:bg-\[\#BA0100\]::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(186 1 0 / var(--tw-bg-opacity));
}
.after\:bg-gray-100::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(239 241 242 / var(--tw-bg-opacity));
}
.after\:bg-gray-100\/0::after{
  content: var(--tw-content);
  background-color: rgb(239 241 242 / 0);
}
.after\:bg-gray-100\/10::after{
  content: var(--tw-content);
  background-color: rgb(239 241 242 / 0.1);
}
.after\:bg-gray-100\/100::after{
  content: var(--tw-content);
  background-color: rgb(239 241 242 / 1);
}
.after\:bg-gray-100\/20::after{
  content: var(--tw-content);
  background-color: rgb(239 241 242 / 0.2);
}
.after\:bg-gray-100\/25::after{
  content: var(--tw-content);
  background-color: rgb(239 241 242 / 0.25);
}
.after\:bg-gray-100\/30::after{
  content: var(--tw-content);
  background-color: rgb(239 241 242 / 0.3);
}
.after\:bg-gray-100\/40::after{
  content: var(--tw-content);
  background-color: rgb(239 241 242 / 0.4);
}
.after\:bg-gray-100\/5::after{
  content: var(--tw-content);
  background-color: rgb(239 241 242 / 0.05);
}
.after\:bg-gray-100\/50::after{
  content: var(--tw-content);
  background-color: rgb(239 241 242 / 0.5);
}
.after\:bg-gray-100\/60::after{
  content: var(--tw-content);
  background-color: rgb(239 241 242 / 0.6);
}
.after\:bg-gray-100\/70::after{
  content: var(--tw-content);
  background-color: rgb(239 241 242 / 0.7);
}
.after\:bg-gray-100\/75::after{
  content: var(--tw-content);
  background-color: rgb(239 241 242 / 0.75);
}
.after\:bg-gray-100\/80::after{
  content: var(--tw-content);
  background-color: rgb(239 241 242 / 0.8);
}
.after\:bg-gray-100\/90::after{
  content: var(--tw-content);
  background-color: rgb(239 241 242 / 0.9);
}
.after\:bg-gray-100\/95::after{
  content: var(--tw-content);
  background-color: rgb(239 241 242 / 0.95);
}
.after\:bg-gray-200::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(223 227 229 / var(--tw-bg-opacity));
}
.after\:bg-gray-200\/0::after{
  content: var(--tw-content);
  background-color: rgb(223 227 229 / 0);
}
.after\:bg-gray-200\/10::after{
  content: var(--tw-content);
  background-color: rgb(223 227 229 / 0.1);
}
.after\:bg-gray-200\/100::after{
  content: var(--tw-content);
  background-color: rgb(223 227 229 / 1);
}
.after\:bg-gray-200\/20::after{
  content: var(--tw-content);
  background-color: rgb(223 227 229 / 0.2);
}
.after\:bg-gray-200\/25::after{
  content: var(--tw-content);
  background-color: rgb(223 227 229 / 0.25);
}
.after\:bg-gray-200\/30::after{
  content: var(--tw-content);
  background-color: rgb(223 227 229 / 0.3);
}
.after\:bg-gray-200\/40::after{
  content: var(--tw-content);
  background-color: rgb(223 227 229 / 0.4);
}
.after\:bg-gray-200\/5::after{
  content: var(--tw-content);
  background-color: rgb(223 227 229 / 0.05);
}
.after\:bg-gray-200\/50::after{
  content: var(--tw-content);
  background-color: rgb(223 227 229 / 0.5);
}
.after\:bg-gray-200\/60::after{
  content: var(--tw-content);
  background-color: rgb(223 227 229 / 0.6);
}
.after\:bg-gray-200\/70::after{
  content: var(--tw-content);
  background-color: rgb(223 227 229 / 0.7);
}
.after\:bg-gray-200\/75::after{
  content: var(--tw-content);
  background-color: rgb(223 227 229 / 0.75);
}
.after\:bg-gray-200\/80::after{
  content: var(--tw-content);
  background-color: rgb(223 227 229 / 0.8);
}
.after\:bg-gray-200\/90::after{
  content: var(--tw-content);
  background-color: rgb(223 227 229 / 0.9);
}
.after\:bg-gray-200\/95::after{
  content: var(--tw-content);
  background-color: rgb(223 227 229 / 0.95);
}
.after\:bg-gray-300::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(207 212 216 / var(--tw-bg-opacity));
}
.after\:bg-gray-300\/0::after{
  content: var(--tw-content);
  background-color: rgb(207 212 216 / 0);
}
.after\:bg-gray-300\/10::after{
  content: var(--tw-content);
  background-color: rgb(207 212 216 / 0.1);
}
.after\:bg-gray-300\/100::after{
  content: var(--tw-content);
  background-color: rgb(207 212 216 / 1);
}
.after\:bg-gray-300\/20::after{
  content: var(--tw-content);
  background-color: rgb(207 212 216 / 0.2);
}
.after\:bg-gray-300\/25::after{
  content: var(--tw-content);
  background-color: rgb(207 212 216 / 0.25);
}
.after\:bg-gray-300\/30::after{
  content: var(--tw-content);
  background-color: rgb(207 212 216 / 0.3);
}
.after\:bg-gray-300\/40::after{
  content: var(--tw-content);
  background-color: rgb(207 212 216 / 0.4);
}
.after\:bg-gray-300\/5::after{
  content: var(--tw-content);
  background-color: rgb(207 212 216 / 0.05);
}
.after\:bg-gray-300\/50::after{
  content: var(--tw-content);
  background-color: rgb(207 212 216 / 0.5);
}
.after\:bg-gray-300\/60::after{
  content: var(--tw-content);
  background-color: rgb(207 212 216 / 0.6);
}
.after\:bg-gray-300\/70::after{
  content: var(--tw-content);
  background-color: rgb(207 212 216 / 0.7);
}
.after\:bg-gray-300\/75::after{
  content: var(--tw-content);
  background-color: rgb(207 212 216 / 0.75);
}
.after\:bg-gray-300\/80::after{
  content: var(--tw-content);
  background-color: rgb(207 212 216 / 0.8);
}
.after\:bg-gray-300\/90::after{
  content: var(--tw-content);
  background-color: rgb(207 212 216 / 0.9);
}
.after\:bg-gray-300\/95::after{
  content: var(--tw-content);
  background-color: rgb(207 212 216 / 0.95);
}
.after\:bg-gray-500::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(167 177 183 / var(--tw-bg-opacity));
}
.after\:bg-gray-500\/0::after{
  content: var(--tw-content);
  background-color: rgb(167 177 183 / 0);
}
.after\:bg-gray-500\/10::after{
  content: var(--tw-content);
  background-color: rgb(167 177 183 / 0.1);
}
.after\:bg-gray-500\/100::after{
  content: var(--tw-content);
  background-color: rgb(167 177 183 / 1);
}
.after\:bg-gray-500\/20::after{
  content: var(--tw-content);
  background-color: rgb(167 177 183 / 0.2);
}
.after\:bg-gray-500\/25::after{
  content: var(--tw-content);
  background-color: rgb(167 177 183 / 0.25);
}
.after\:bg-gray-500\/30::after{
  content: var(--tw-content);
  background-color: rgb(167 177 183 / 0.3);
}
.after\:bg-gray-500\/40::after{
  content: var(--tw-content);
  background-color: rgb(167 177 183 / 0.4);
}
.after\:bg-gray-500\/5::after{
  content: var(--tw-content);
  background-color: rgb(167 177 183 / 0.05);
}
.after\:bg-gray-500\/50::after{
  content: var(--tw-content);
  background-color: rgb(167 177 183 / 0.5);
}
.after\:bg-gray-500\/60::after{
  content: var(--tw-content);
  background-color: rgb(167 177 183 / 0.6);
}
.after\:bg-gray-500\/70::after{
  content: var(--tw-content);
  background-color: rgb(167 177 183 / 0.7);
}
.after\:bg-gray-500\/75::after{
  content: var(--tw-content);
  background-color: rgb(167 177 183 / 0.75);
}
.after\:bg-gray-500\/80::after{
  content: var(--tw-content);
  background-color: rgb(167 177 183 / 0.8);
}
.after\:bg-gray-500\/90::after{
  content: var(--tw-content);
  background-color: rgb(167 177 183 / 0.9);
}
.after\:bg-gray-500\/95::after{
  content: var(--tw-content);
  background-color: rgb(167 177 183 / 0.95);
}
.after\:bg-gray-600::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(100 106 110 / var(--tw-bg-opacity));
}
.after\:bg-gray-600\/0::after{
  content: var(--tw-content);
  background-color: rgb(100 106 110 / 0);
}
.after\:bg-gray-600\/10::after{
  content: var(--tw-content);
  background-color: rgb(100 106 110 / 0.1);
}
.after\:bg-gray-600\/100::after{
  content: var(--tw-content);
  background-color: rgb(100 106 110 / 1);
}
.after\:bg-gray-600\/20::after{
  content: var(--tw-content);
  background-color: rgb(100 106 110 / 0.2);
}
.after\:bg-gray-600\/25::after{
  content: var(--tw-content);
  background-color: rgb(100 106 110 / 0.25);
}
.after\:bg-gray-600\/30::after{
  content: var(--tw-content);
  background-color: rgb(100 106 110 / 0.3);
}
.after\:bg-gray-600\/40::after{
  content: var(--tw-content);
  background-color: rgb(100 106 110 / 0.4);
}
.after\:bg-gray-600\/5::after{
  content: var(--tw-content);
  background-color: rgb(100 106 110 / 0.05);
}
.after\:bg-gray-600\/50::after{
  content: var(--tw-content);
  background-color: rgb(100 106 110 / 0.5);
}
.after\:bg-gray-600\/60::after{
  content: var(--tw-content);
  background-color: rgb(100 106 110 / 0.6);
}
.after\:bg-gray-600\/70::after{
  content: var(--tw-content);
  background-color: rgb(100 106 110 / 0.7);
}
.after\:bg-gray-600\/75::after{
  content: var(--tw-content);
  background-color: rgb(100 106 110 / 0.75);
}
.after\:bg-gray-600\/80::after{
  content: var(--tw-content);
  background-color: rgb(100 106 110 / 0.8);
}
.after\:bg-gray-600\/90::after{
  content: var(--tw-content);
  background-color: rgb(100 106 110 / 0.9);
}
.after\:bg-gray-600\/95::after{
  content: var(--tw-content);
  background-color: rgb(100 106 110 / 0.95);
}
.after\:bg-primary-500::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(186 12 47 / var(--tw-bg-opacity));
}
.after\:bg-primary-500\/0::after{
  content: var(--tw-content);
  background-color: rgb(186 12 47 / 0);
}
.after\:bg-primary-500\/10::after{
  content: var(--tw-content);
  background-color: rgb(186 12 47 / 0.1);
}
.after\:bg-primary-500\/100::after{
  content: var(--tw-content);
  background-color: rgb(186 12 47 / 1);
}
.after\:bg-primary-500\/20::after{
  content: var(--tw-content);
  background-color: rgb(186 12 47 / 0.2);
}
.after\:bg-primary-500\/25::after{
  content: var(--tw-content);
  background-color: rgb(186 12 47 / 0.25);
}
.after\:bg-primary-500\/30::after{
  content: var(--tw-content);
  background-color: rgb(186 12 47 / 0.3);
}
.after\:bg-primary-500\/40::after{
  content: var(--tw-content);
  background-color: rgb(186 12 47 / 0.4);
}
.after\:bg-primary-500\/5::after{
  content: var(--tw-content);
  background-color: rgb(186 12 47 / 0.05);
}
.after\:bg-primary-500\/50::after{
  content: var(--tw-content);
  background-color: rgb(186 12 47 / 0.5);
}
.after\:bg-primary-500\/60::after{
  content: var(--tw-content);
  background-color: rgb(186 12 47 / 0.6);
}
.after\:bg-primary-500\/70::after{
  content: var(--tw-content);
  background-color: rgb(186 12 47 / 0.7);
}
.after\:bg-primary-500\/75::after{
  content: var(--tw-content);
  background-color: rgb(186 12 47 / 0.75);
}
.after\:bg-primary-500\/80::after{
  content: var(--tw-content);
  background-color: rgb(186 12 47 / 0.8);
}
.after\:bg-primary-500\/90::after{
  content: var(--tw-content);
  background-color: rgb(186 12 47 / 0.9);
}
.after\:bg-primary-500\/95::after{
  content: var(--tw-content);
  background-color: rgb(186 12 47 / 0.95);
}
.after\:bg-primary-700::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(112 7 28 / var(--tw-bg-opacity));
}
.after\:bg-primary-700\/0::after{
  content: var(--tw-content);
  background-color: rgb(112 7 28 / 0);
}
.after\:bg-primary-700\/10::after{
  content: var(--tw-content);
  background-color: rgb(112 7 28 / 0.1);
}
.after\:bg-primary-700\/100::after{
  content: var(--tw-content);
  background-color: rgb(112 7 28 / 1);
}
.after\:bg-primary-700\/20::after{
  content: var(--tw-content);
  background-color: rgb(112 7 28 / 0.2);
}
.after\:bg-primary-700\/25::after{
  content: var(--tw-content);
  background-color: rgb(112 7 28 / 0.25);
}
.after\:bg-primary-700\/30::after{
  content: var(--tw-content);
  background-color: rgb(112 7 28 / 0.3);
}
.after\:bg-primary-700\/40::after{
  content: var(--tw-content);
  background-color: rgb(112 7 28 / 0.4);
}
.after\:bg-primary-700\/5::after{
  content: var(--tw-content);
  background-color: rgb(112 7 28 / 0.05);
}
.after\:bg-primary-700\/50::after{
  content: var(--tw-content);
  background-color: rgb(112 7 28 / 0.5);
}
.after\:bg-primary-700\/60::after{
  content: var(--tw-content);
  background-color: rgb(112 7 28 / 0.6);
}
.after\:bg-primary-700\/70::after{
  content: var(--tw-content);
  background-color: rgb(112 7 28 / 0.7);
}
.after\:bg-primary-700\/75::after{
  content: var(--tw-content);
  background-color: rgb(112 7 28 / 0.75);
}
.after\:bg-primary-700\/80::after{
  content: var(--tw-content);
  background-color: rgb(112 7 28 / 0.8);
}
.after\:bg-primary-700\/90::after{
  content: var(--tw-content);
  background-color: rgb(112 7 28 / 0.9);
}
.after\:bg-primary-700\/95::after{
  content: var(--tw-content);
  background-color: rgb(112 7 28 / 0.95);
}
.after\:bg-teal-300::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(183 221 213 / var(--tw-bg-opacity));
}
.after\:bg-teal-300\/0::after{
  content: var(--tw-content);
  background-color: rgb(183 221 213 / 0);
}
.after\:bg-teal-300\/10::after{
  content: var(--tw-content);
  background-color: rgb(183 221 213 / 0.1);
}
.after\:bg-teal-300\/100::after{
  content: var(--tw-content);
  background-color: rgb(183 221 213 / 1);
}
.after\:bg-teal-300\/20::after{
  content: var(--tw-content);
  background-color: rgb(183 221 213 / 0.2);
}
.after\:bg-teal-300\/25::after{
  content: var(--tw-content);
  background-color: rgb(183 221 213 / 0.25);
}
.after\:bg-teal-300\/30::after{
  content: var(--tw-content);
  background-color: rgb(183 221 213 / 0.3);
}
.after\:bg-teal-300\/40::after{
  content: var(--tw-content);
  background-color: rgb(183 221 213 / 0.4);
}
.after\:bg-teal-300\/5::after{
  content: var(--tw-content);
  background-color: rgb(183 221 213 / 0.05);
}
.after\:bg-teal-300\/50::after{
  content: var(--tw-content);
  background-color: rgb(183 221 213 / 0.5);
}
.after\:bg-teal-300\/60::after{
  content: var(--tw-content);
  background-color: rgb(183 221 213 / 0.6);
}
.after\:bg-teal-300\/70::after{
  content: var(--tw-content);
  background-color: rgb(183 221 213 / 0.7);
}
.after\:bg-teal-300\/75::after{
  content: var(--tw-content);
  background-color: rgb(183 221 213 / 0.75);
}
.after\:bg-teal-300\/80::after{
  content: var(--tw-content);
  background-color: rgb(183 221 213 / 0.8);
}
.after\:bg-teal-300\/90::after{
  content: var(--tw-content);
  background-color: rgb(183 221 213 / 0.9);
}
.after\:bg-teal-300\/95::after{
  content: var(--tw-content);
  background-color: rgb(183 221 213 / 0.95);
}
.after\:bg-teal-500::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(107 187 171 / var(--tw-bg-opacity));
}
.after\:bg-teal-500\/0::after{
  content: var(--tw-content);
  background-color: rgb(107 187 171 / 0);
}
.after\:bg-teal-500\/10::after{
  content: var(--tw-content);
  background-color: rgb(107 187 171 / 0.1);
}
.after\:bg-teal-500\/100::after{
  content: var(--tw-content);
  background-color: rgb(107 187 171 / 1);
}
.after\:bg-teal-500\/20::after{
  content: var(--tw-content);
  background-color: rgb(107 187 171 / 0.2);
}
.after\:bg-teal-500\/25::after{
  content: var(--tw-content);
  background-color: rgb(107 187 171 / 0.25);
}
.after\:bg-teal-500\/30::after{
  content: var(--tw-content);
  background-color: rgb(107 187 171 / 0.3);
}
.after\:bg-teal-500\/40::after{
  content: var(--tw-content);
  background-color: rgb(107 187 171 / 0.4);
}
.after\:bg-teal-500\/5::after{
  content: var(--tw-content);
  background-color: rgb(107 187 171 / 0.05);
}
.after\:bg-teal-500\/50::after{
  content: var(--tw-content);
  background-color: rgb(107 187 171 / 0.5);
}
.after\:bg-teal-500\/60::after{
  content: var(--tw-content);
  background-color: rgb(107 187 171 / 0.6);
}
.after\:bg-teal-500\/70::after{
  content: var(--tw-content);
  background-color: rgb(107 187 171 / 0.7);
}
.after\:bg-teal-500\/75::after{
  content: var(--tw-content);
  background-color: rgb(107 187 171 / 0.75);
}
.after\:bg-teal-500\/80::after{
  content: var(--tw-content);
  background-color: rgb(107 187 171 / 0.8);
}
.after\:bg-teal-500\/90::after{
  content: var(--tw-content);
  background-color: rgb(107 187 171 / 0.9);
}
.after\:bg-teal-500\/95::after{
  content: var(--tw-content);
  background-color: rgb(107 187 171 / 0.95);
}
.after\:bg-teal-600::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(147 180 182 / var(--tw-bg-opacity));
}
.after\:bg-teal-600\/0::after{
  content: var(--tw-content);
  background-color: rgb(147 180 182 / 0);
}
.after\:bg-teal-600\/10::after{
  content: var(--tw-content);
  background-color: rgb(147 180 182 / 0.1);
}
.after\:bg-teal-600\/100::after{
  content: var(--tw-content);
  background-color: rgb(147 180 182 / 1);
}
.after\:bg-teal-600\/20::after{
  content: var(--tw-content);
  background-color: rgb(147 180 182 / 0.2);
}
.after\:bg-teal-600\/25::after{
  content: var(--tw-content);
  background-color: rgb(147 180 182 / 0.25);
}
.after\:bg-teal-600\/30::after{
  content: var(--tw-content);
  background-color: rgb(147 180 182 / 0.3);
}
.after\:bg-teal-600\/40::after{
  content: var(--tw-content);
  background-color: rgb(147 180 182 / 0.4);
}
.after\:bg-teal-600\/5::after{
  content: var(--tw-content);
  background-color: rgb(147 180 182 / 0.05);
}
.after\:bg-teal-600\/50::after{
  content: var(--tw-content);
  background-color: rgb(147 180 182 / 0.5);
}
.after\:bg-teal-600\/60::after{
  content: var(--tw-content);
  background-color: rgb(147 180 182 / 0.6);
}
.after\:bg-teal-600\/70::after{
  content: var(--tw-content);
  background-color: rgb(147 180 182 / 0.7);
}
.after\:bg-teal-600\/75::after{
  content: var(--tw-content);
  background-color: rgb(147 180 182 / 0.75);
}
.after\:bg-teal-600\/80::after{
  content: var(--tw-content);
  background-color: rgb(147 180 182 / 0.8);
}
.after\:bg-teal-600\/90::after{
  content: var(--tw-content);
  background-color: rgb(147 180 182 / 0.9);
}
.after\:bg-teal-600\/95::after{
  content: var(--tw-content);
  background-color: rgb(147 180 182 / 0.95);
}
.after\:bg-teal-800::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(104 150 153 / var(--tw-bg-opacity));
}
.after\:bg-teal-800\/0::after{
  content: var(--tw-content);
  background-color: rgb(104 150 153 / 0);
}
.after\:bg-teal-800\/10::after{
  content: var(--tw-content);
  background-color: rgb(104 150 153 / 0.1);
}
.after\:bg-teal-800\/100::after{
  content: var(--tw-content);
  background-color: rgb(104 150 153 / 1);
}
.after\:bg-teal-800\/20::after{
  content: var(--tw-content);
  background-color: rgb(104 150 153 / 0.2);
}
.after\:bg-teal-800\/25::after{
  content: var(--tw-content);
  background-color: rgb(104 150 153 / 0.25);
}
.after\:bg-teal-800\/30::after{
  content: var(--tw-content);
  background-color: rgb(104 150 153 / 0.3);
}
.after\:bg-teal-800\/40::after{
  content: var(--tw-content);
  background-color: rgb(104 150 153 / 0.4);
}
.after\:bg-teal-800\/5::after{
  content: var(--tw-content);
  background-color: rgb(104 150 153 / 0.05);
}
.after\:bg-teal-800\/50::after{
  content: var(--tw-content);
  background-color: rgb(104 150 153 / 0.5);
}
.after\:bg-teal-800\/60::after{
  content: var(--tw-content);
  background-color: rgb(104 150 153 / 0.6);
}
.after\:bg-teal-800\/70::after{
  content: var(--tw-content);
  background-color: rgb(104 150 153 / 0.7);
}
.after\:bg-teal-800\/75::after{
  content: var(--tw-content);
  background-color: rgb(104 150 153 / 0.75);
}
.after\:bg-teal-800\/80::after{
  content: var(--tw-content);
  background-color: rgb(104 150 153 / 0.8);
}
.after\:bg-teal-800\/90::after{
  content: var(--tw-content);
  background-color: rgb(104 150 153 / 0.9);
}
.after\:bg-teal-800\/95::after{
  content: var(--tw-content);
  background-color: rgb(104 150 153 / 0.95);
}
.after\:bg-yellow-300::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 226 153 / var(--tw-bg-opacity));
}
.after\:bg-yellow-300\/0::after{
  content: var(--tw-content);
  background-color: rgb(255 226 153 / 0);
}
.after\:bg-yellow-300\/10::after{
  content: var(--tw-content);
  background-color: rgb(255 226 153 / 0.1);
}
.after\:bg-yellow-300\/100::after{
  content: var(--tw-content);
  background-color: rgb(255 226 153 / 1);
}
.after\:bg-yellow-300\/20::after{
  content: var(--tw-content);
  background-color: rgb(255 226 153 / 0.2);
}
.after\:bg-yellow-300\/25::after{
  content: var(--tw-content);
  background-color: rgb(255 226 153 / 0.25);
}
.after\:bg-yellow-300\/30::after{
  content: var(--tw-content);
  background-color: rgb(255 226 153 / 0.3);
}
.after\:bg-yellow-300\/40::after{
  content: var(--tw-content);
  background-color: rgb(255 226 153 / 0.4);
}
.after\:bg-yellow-300\/5::after{
  content: var(--tw-content);
  background-color: rgb(255 226 153 / 0.05);
}
.after\:bg-yellow-300\/50::after{
  content: var(--tw-content);
  background-color: rgb(255 226 153 / 0.5);
}
.after\:bg-yellow-300\/60::after{
  content: var(--tw-content);
  background-color: rgb(255 226 153 / 0.6);
}
.after\:bg-yellow-300\/70::after{
  content: var(--tw-content);
  background-color: rgb(255 226 153 / 0.7);
}
.after\:bg-yellow-300\/75::after{
  content: var(--tw-content);
  background-color: rgb(255 226 153 / 0.75);
}
.after\:bg-yellow-300\/80::after{
  content: var(--tw-content);
  background-color: rgb(255 226 153 / 0.8);
}
.after\:bg-yellow-300\/90::after{
  content: var(--tw-content);
  background-color: rgb(255 226 153 / 0.9);
}
.after\:bg-yellow-300\/95::after{
  content: var(--tw-content);
  background-color: rgb(255 226 153 / 0.95);
}
.after\:bg-yellow-500::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 189 26 / var(--tw-bg-opacity));
}
.after\:bg-yellow-500\/0::after{
  content: var(--tw-content);
  background-color: rgb(255 189 26 / 0);
}
.after\:bg-yellow-500\/10::after{
  content: var(--tw-content);
  background-color: rgb(255 189 26 / 0.1);
}
.after\:bg-yellow-500\/100::after{
  content: var(--tw-content);
  background-color: rgb(255 189 26 / 1);
}
.after\:bg-yellow-500\/20::after{
  content: var(--tw-content);
  background-color: rgb(255 189 26 / 0.2);
}
.after\:bg-yellow-500\/25::after{
  content: var(--tw-content);
  background-color: rgb(255 189 26 / 0.25);
}
.after\:bg-yellow-500\/30::after{
  content: var(--tw-content);
  background-color: rgb(255 189 26 / 0.3);
}
.after\:bg-yellow-500\/40::after{
  content: var(--tw-content);
  background-color: rgb(255 189 26 / 0.4);
}
.after\:bg-yellow-500\/5::after{
  content: var(--tw-content);
  background-color: rgb(255 189 26 / 0.05);
}
.after\:bg-yellow-500\/50::after{
  content: var(--tw-content);
  background-color: rgb(255 189 26 / 0.5);
}
.after\:bg-yellow-500\/60::after{
  content: var(--tw-content);
  background-color: rgb(255 189 26 / 0.6);
}
.after\:bg-yellow-500\/70::after{
  content: var(--tw-content);
  background-color: rgb(255 189 26 / 0.7);
}
.after\:bg-yellow-500\/75::after{
  content: var(--tw-content);
  background-color: rgb(255 189 26 / 0.75);
}
.after\:bg-yellow-500\/80::after{
  content: var(--tw-content);
  background-color: rgb(255 189 26 / 0.8);
}
.after\:bg-yellow-500\/90::after{
  content: var(--tw-content);
  background-color: rgb(255 189 26 / 0.9);
}
.after\:bg-yellow-500\/95::after{
  content: var(--tw-content);
  background-color: rgb(255 189 26 / 0.95);
}
.after\:bg-opacity-70::after{
  content: var(--tw-content);
  --tw-bg-opacity: 0.7;
}
.after\:bg-gradient-to-r::after{
  content: var(--tw-content);
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.after\:from-transparent-white::after{
  content: var(--tw-content);
  --tw-gradient-from: rgba(255, 255, 255, 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.after\:to-white::after{
  content: var(--tw-content);
  --tw-gradient-to: #FFFFFF var(--tw-gradient-to-position);
}
.after\:pr-8::after{
  content: var(--tw-content);
  padding-right: 2rem;
}
.after\:text-gray-100::after{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(239 241 242 / var(--tw-text-opacity));
}
.after\:text-gray-100\/0::after{
  content: var(--tw-content);
  color: rgb(239 241 242 / 0);
}
.after\:text-gray-100\/10::after{
  content: var(--tw-content);
  color: rgb(239 241 242 / 0.1);
}
.after\:text-gray-100\/100::after{
  content: var(--tw-content);
  color: rgb(239 241 242 / 1);
}
.after\:text-gray-100\/20::after{
  content: var(--tw-content);
  color: rgb(239 241 242 / 0.2);
}
.after\:text-gray-100\/25::after{
  content: var(--tw-content);
  color: rgb(239 241 242 / 0.25);
}
.after\:text-gray-100\/30::after{
  content: var(--tw-content);
  color: rgb(239 241 242 / 0.3);
}
.after\:text-gray-100\/40::after{
  content: var(--tw-content);
  color: rgb(239 241 242 / 0.4);
}
.after\:text-gray-100\/5::after{
  content: var(--tw-content);
  color: rgb(239 241 242 / 0.05);
}
.after\:text-gray-100\/50::after{
  content: var(--tw-content);
  color: rgb(239 241 242 / 0.5);
}
.after\:text-gray-100\/60::after{
  content: var(--tw-content);
  color: rgb(239 241 242 / 0.6);
}
.after\:text-gray-100\/70::after{
  content: var(--tw-content);
  color: rgb(239 241 242 / 0.7);
}
.after\:text-gray-100\/75::after{
  content: var(--tw-content);
  color: rgb(239 241 242 / 0.75);
}
.after\:text-gray-100\/80::after{
  content: var(--tw-content);
  color: rgb(239 241 242 / 0.8);
}
.after\:text-gray-100\/90::after{
  content: var(--tw-content);
  color: rgb(239 241 242 / 0.9);
}
.after\:text-gray-100\/95::after{
  content: var(--tw-content);
  color: rgb(239 241 242 / 0.95);
}
.after\:text-gray-200::after{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(223 227 229 / var(--tw-text-opacity));
}
.after\:text-gray-200\/0::after{
  content: var(--tw-content);
  color: rgb(223 227 229 / 0);
}
.after\:text-gray-200\/10::after{
  content: var(--tw-content);
  color: rgb(223 227 229 / 0.1);
}
.after\:text-gray-200\/100::after{
  content: var(--tw-content);
  color: rgb(223 227 229 / 1);
}
.after\:text-gray-200\/20::after{
  content: var(--tw-content);
  color: rgb(223 227 229 / 0.2);
}
.after\:text-gray-200\/25::after{
  content: var(--tw-content);
  color: rgb(223 227 229 / 0.25);
}
.after\:text-gray-200\/30::after{
  content: var(--tw-content);
  color: rgb(223 227 229 / 0.3);
}
.after\:text-gray-200\/40::after{
  content: var(--tw-content);
  color: rgb(223 227 229 / 0.4);
}
.after\:text-gray-200\/5::after{
  content: var(--tw-content);
  color: rgb(223 227 229 / 0.05);
}
.after\:text-gray-200\/50::after{
  content: var(--tw-content);
  color: rgb(223 227 229 / 0.5);
}
.after\:text-gray-200\/60::after{
  content: var(--tw-content);
  color: rgb(223 227 229 / 0.6);
}
.after\:text-gray-200\/70::after{
  content: var(--tw-content);
  color: rgb(223 227 229 / 0.7);
}
.after\:text-gray-200\/75::after{
  content: var(--tw-content);
  color: rgb(223 227 229 / 0.75);
}
.after\:text-gray-200\/80::after{
  content: var(--tw-content);
  color: rgb(223 227 229 / 0.8);
}
.after\:text-gray-200\/90::after{
  content: var(--tw-content);
  color: rgb(223 227 229 / 0.9);
}
.after\:text-gray-200\/95::after{
  content: var(--tw-content);
  color: rgb(223 227 229 / 0.95);
}
.after\:text-gray-300::after{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(207 212 216 / var(--tw-text-opacity));
}
.after\:text-gray-300\/0::after{
  content: var(--tw-content);
  color: rgb(207 212 216 / 0);
}
.after\:text-gray-300\/10::after{
  content: var(--tw-content);
  color: rgb(207 212 216 / 0.1);
}
.after\:text-gray-300\/100::after{
  content: var(--tw-content);
  color: rgb(207 212 216 / 1);
}
.after\:text-gray-300\/20::after{
  content: var(--tw-content);
  color: rgb(207 212 216 / 0.2);
}
.after\:text-gray-300\/25::after{
  content: var(--tw-content);
  color: rgb(207 212 216 / 0.25);
}
.after\:text-gray-300\/30::after{
  content: var(--tw-content);
  color: rgb(207 212 216 / 0.3);
}
.after\:text-gray-300\/40::after{
  content: var(--tw-content);
  color: rgb(207 212 216 / 0.4);
}
.after\:text-gray-300\/5::after{
  content: var(--tw-content);
  color: rgb(207 212 216 / 0.05);
}
.after\:text-gray-300\/50::after{
  content: var(--tw-content);
  color: rgb(207 212 216 / 0.5);
}
.after\:text-gray-300\/60::after{
  content: var(--tw-content);
  color: rgb(207 212 216 / 0.6);
}
.after\:text-gray-300\/70::after{
  content: var(--tw-content);
  color: rgb(207 212 216 / 0.7);
}
.after\:text-gray-300\/75::after{
  content: var(--tw-content);
  color: rgb(207 212 216 / 0.75);
}
.after\:text-gray-300\/80::after{
  content: var(--tw-content);
  color: rgb(207 212 216 / 0.8);
}
.after\:text-gray-300\/90::after{
  content: var(--tw-content);
  color: rgb(207 212 216 / 0.9);
}
.after\:text-gray-300\/95::after{
  content: var(--tw-content);
  color: rgb(207 212 216 / 0.95);
}
.after\:text-gray-500::after{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(167 177 183 / var(--tw-text-opacity));
}
.after\:text-gray-500\/0::after{
  content: var(--tw-content);
  color: rgb(167 177 183 / 0);
}
.after\:text-gray-500\/10::after{
  content: var(--tw-content);
  color: rgb(167 177 183 / 0.1);
}
.after\:text-gray-500\/100::after{
  content: var(--tw-content);
  color: rgb(167 177 183 / 1);
}
.after\:text-gray-500\/20::after{
  content: var(--tw-content);
  color: rgb(167 177 183 / 0.2);
}
.after\:text-gray-500\/25::after{
  content: var(--tw-content);
  color: rgb(167 177 183 / 0.25);
}
.after\:text-gray-500\/30::after{
  content: var(--tw-content);
  color: rgb(167 177 183 / 0.3);
}
.after\:text-gray-500\/40::after{
  content: var(--tw-content);
  color: rgb(167 177 183 / 0.4);
}
.after\:text-gray-500\/5::after{
  content: var(--tw-content);
  color: rgb(167 177 183 / 0.05);
}
.after\:text-gray-500\/50::after{
  content: var(--tw-content);
  color: rgb(167 177 183 / 0.5);
}
.after\:text-gray-500\/60::after{
  content: var(--tw-content);
  color: rgb(167 177 183 / 0.6);
}
.after\:text-gray-500\/70::after{
  content: var(--tw-content);
  color: rgb(167 177 183 / 0.7);
}
.after\:text-gray-500\/75::after{
  content: var(--tw-content);
  color: rgb(167 177 183 / 0.75);
}
.after\:text-gray-500\/80::after{
  content: var(--tw-content);
  color: rgb(167 177 183 / 0.8);
}
.after\:text-gray-500\/90::after{
  content: var(--tw-content);
  color: rgb(167 177 183 / 0.9);
}
.after\:text-gray-500\/95::after{
  content: var(--tw-content);
  color: rgb(167 177 183 / 0.95);
}
.after\:text-gray-600::after{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(100 106 110 / var(--tw-text-opacity));
}
.after\:text-gray-600\/0::after{
  content: var(--tw-content);
  color: rgb(100 106 110 / 0);
}
.after\:text-gray-600\/10::after{
  content: var(--tw-content);
  color: rgb(100 106 110 / 0.1);
}
.after\:text-gray-600\/100::after{
  content: var(--tw-content);
  color: rgb(100 106 110 / 1);
}
.after\:text-gray-600\/20::after{
  content: var(--tw-content);
  color: rgb(100 106 110 / 0.2);
}
.after\:text-gray-600\/25::after{
  content: var(--tw-content);
  color: rgb(100 106 110 / 0.25);
}
.after\:text-gray-600\/30::after{
  content: var(--tw-content);
  color: rgb(100 106 110 / 0.3);
}
.after\:text-gray-600\/40::after{
  content: var(--tw-content);
  color: rgb(100 106 110 / 0.4);
}
.after\:text-gray-600\/5::after{
  content: var(--tw-content);
  color: rgb(100 106 110 / 0.05);
}
.after\:text-gray-600\/50::after{
  content: var(--tw-content);
  color: rgb(100 106 110 / 0.5);
}
.after\:text-gray-600\/60::after{
  content: var(--tw-content);
  color: rgb(100 106 110 / 0.6);
}
.after\:text-gray-600\/70::after{
  content: var(--tw-content);
  color: rgb(100 106 110 / 0.7);
}
.after\:text-gray-600\/75::after{
  content: var(--tw-content);
  color: rgb(100 106 110 / 0.75);
}
.after\:text-gray-600\/80::after{
  content: var(--tw-content);
  color: rgb(100 106 110 / 0.8);
}
.after\:text-gray-600\/90::after{
  content: var(--tw-content);
  color: rgb(100 106 110 / 0.9);
}
.after\:text-gray-600\/95::after{
  content: var(--tw-content);
  color: rgb(100 106 110 / 0.95);
}
.after\:text-primary-500::after{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(186 12 47 / var(--tw-text-opacity));
}
.after\:text-primary-500\/0::after{
  content: var(--tw-content);
  color: rgb(186 12 47 / 0);
}
.after\:text-primary-500\/10::after{
  content: var(--tw-content);
  color: rgb(186 12 47 / 0.1);
}
.after\:text-primary-500\/100::after{
  content: var(--tw-content);
  color: rgb(186 12 47 / 1);
}
.after\:text-primary-500\/20::after{
  content: var(--tw-content);
  color: rgb(186 12 47 / 0.2);
}
.after\:text-primary-500\/25::after{
  content: var(--tw-content);
  color: rgb(186 12 47 / 0.25);
}
.after\:text-primary-500\/30::after{
  content: var(--tw-content);
  color: rgb(186 12 47 / 0.3);
}
.after\:text-primary-500\/40::after{
  content: var(--tw-content);
  color: rgb(186 12 47 / 0.4);
}
.after\:text-primary-500\/5::after{
  content: var(--tw-content);
  color: rgb(186 12 47 / 0.05);
}
.after\:text-primary-500\/50::after{
  content: var(--tw-content);
  color: rgb(186 12 47 / 0.5);
}
.after\:text-primary-500\/60::after{
  content: var(--tw-content);
  color: rgb(186 12 47 / 0.6);
}
.after\:text-primary-500\/70::after{
  content: var(--tw-content);
  color: rgb(186 12 47 / 0.7);
}
.after\:text-primary-500\/75::after{
  content: var(--tw-content);
  color: rgb(186 12 47 / 0.75);
}
.after\:text-primary-500\/80::after{
  content: var(--tw-content);
  color: rgb(186 12 47 / 0.8);
}
.after\:text-primary-500\/90::after{
  content: var(--tw-content);
  color: rgb(186 12 47 / 0.9);
}
.after\:text-primary-500\/95::after{
  content: var(--tw-content);
  color: rgb(186 12 47 / 0.95);
}
.after\:text-primary-700::after{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(112 7 28 / var(--tw-text-opacity));
}
.after\:text-primary-700\/0::after{
  content: var(--tw-content);
  color: rgb(112 7 28 / 0);
}
.after\:text-primary-700\/10::after{
  content: var(--tw-content);
  color: rgb(112 7 28 / 0.1);
}
.after\:text-primary-700\/100::after{
  content: var(--tw-content);
  color: rgb(112 7 28 / 1);
}
.after\:text-primary-700\/20::after{
  content: var(--tw-content);
  color: rgb(112 7 28 / 0.2);
}
.after\:text-primary-700\/25::after{
  content: var(--tw-content);
  color: rgb(112 7 28 / 0.25);
}
.after\:text-primary-700\/30::after{
  content: var(--tw-content);
  color: rgb(112 7 28 / 0.3);
}
.after\:text-primary-700\/40::after{
  content: var(--tw-content);
  color: rgb(112 7 28 / 0.4);
}
.after\:text-primary-700\/5::after{
  content: var(--tw-content);
  color: rgb(112 7 28 / 0.05);
}
.after\:text-primary-700\/50::after{
  content: var(--tw-content);
  color: rgb(112 7 28 / 0.5);
}
.after\:text-primary-700\/60::after{
  content: var(--tw-content);
  color: rgb(112 7 28 / 0.6);
}
.after\:text-primary-700\/70::after{
  content: var(--tw-content);
  color: rgb(112 7 28 / 0.7);
}
.after\:text-primary-700\/75::after{
  content: var(--tw-content);
  color: rgb(112 7 28 / 0.75);
}
.after\:text-primary-700\/80::after{
  content: var(--tw-content);
  color: rgb(112 7 28 / 0.8);
}
.after\:text-primary-700\/90::after{
  content: var(--tw-content);
  color: rgb(112 7 28 / 0.9);
}
.after\:text-primary-700\/95::after{
  content: var(--tw-content);
  color: rgb(112 7 28 / 0.95);
}
.after\:text-teal-300::after{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(183 221 213 / var(--tw-text-opacity));
}
.after\:text-teal-300\/0::after{
  content: var(--tw-content);
  color: rgb(183 221 213 / 0);
}
.after\:text-teal-300\/10::after{
  content: var(--tw-content);
  color: rgb(183 221 213 / 0.1);
}
.after\:text-teal-300\/100::after{
  content: var(--tw-content);
  color: rgb(183 221 213 / 1);
}
.after\:text-teal-300\/20::after{
  content: var(--tw-content);
  color: rgb(183 221 213 / 0.2);
}
.after\:text-teal-300\/25::after{
  content: var(--tw-content);
  color: rgb(183 221 213 / 0.25);
}
.after\:text-teal-300\/30::after{
  content: var(--tw-content);
  color: rgb(183 221 213 / 0.3);
}
.after\:text-teal-300\/40::after{
  content: var(--tw-content);
  color: rgb(183 221 213 / 0.4);
}
.after\:text-teal-300\/5::after{
  content: var(--tw-content);
  color: rgb(183 221 213 / 0.05);
}
.after\:text-teal-300\/50::after{
  content: var(--tw-content);
  color: rgb(183 221 213 / 0.5);
}
.after\:text-teal-300\/60::after{
  content: var(--tw-content);
  color: rgb(183 221 213 / 0.6);
}
.after\:text-teal-300\/70::after{
  content: var(--tw-content);
  color: rgb(183 221 213 / 0.7);
}
.after\:text-teal-300\/75::after{
  content: var(--tw-content);
  color: rgb(183 221 213 / 0.75);
}
.after\:text-teal-300\/80::after{
  content: var(--tw-content);
  color: rgb(183 221 213 / 0.8);
}
.after\:text-teal-300\/90::after{
  content: var(--tw-content);
  color: rgb(183 221 213 / 0.9);
}
.after\:text-teal-300\/95::after{
  content: var(--tw-content);
  color: rgb(183 221 213 / 0.95);
}
.after\:text-teal-500::after{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(107 187 171 / var(--tw-text-opacity));
}
.after\:text-teal-500\/0::after{
  content: var(--tw-content);
  color: rgb(107 187 171 / 0);
}
.after\:text-teal-500\/10::after{
  content: var(--tw-content);
  color: rgb(107 187 171 / 0.1);
}
.after\:text-teal-500\/100::after{
  content: var(--tw-content);
  color: rgb(107 187 171 / 1);
}
.after\:text-teal-500\/20::after{
  content: var(--tw-content);
  color: rgb(107 187 171 / 0.2);
}
.after\:text-teal-500\/25::after{
  content: var(--tw-content);
  color: rgb(107 187 171 / 0.25);
}
.after\:text-teal-500\/30::after{
  content: var(--tw-content);
  color: rgb(107 187 171 / 0.3);
}
.after\:text-teal-500\/40::after{
  content: var(--tw-content);
  color: rgb(107 187 171 / 0.4);
}
.after\:text-teal-500\/5::after{
  content: var(--tw-content);
  color: rgb(107 187 171 / 0.05);
}
.after\:text-teal-500\/50::after{
  content: var(--tw-content);
  color: rgb(107 187 171 / 0.5);
}
.after\:text-teal-500\/60::after{
  content: var(--tw-content);
  color: rgb(107 187 171 / 0.6);
}
.after\:text-teal-500\/70::after{
  content: var(--tw-content);
  color: rgb(107 187 171 / 0.7);
}
.after\:text-teal-500\/75::after{
  content: var(--tw-content);
  color: rgb(107 187 171 / 0.75);
}
.after\:text-teal-500\/80::after{
  content: var(--tw-content);
  color: rgb(107 187 171 / 0.8);
}
.after\:text-teal-500\/90::after{
  content: var(--tw-content);
  color: rgb(107 187 171 / 0.9);
}
.after\:text-teal-500\/95::after{
  content: var(--tw-content);
  color: rgb(107 187 171 / 0.95);
}
.after\:text-teal-600::after{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(147 180 182 / var(--tw-text-opacity));
}
.after\:text-teal-600\/0::after{
  content: var(--tw-content);
  color: rgb(147 180 182 / 0);
}
.after\:text-teal-600\/10::after{
  content: var(--tw-content);
  color: rgb(147 180 182 / 0.1);
}
.after\:text-teal-600\/100::after{
  content: var(--tw-content);
  color: rgb(147 180 182 / 1);
}
.after\:text-teal-600\/20::after{
  content: var(--tw-content);
  color: rgb(147 180 182 / 0.2);
}
.after\:text-teal-600\/25::after{
  content: var(--tw-content);
  color: rgb(147 180 182 / 0.25);
}
.after\:text-teal-600\/30::after{
  content: var(--tw-content);
  color: rgb(147 180 182 / 0.3);
}
.after\:text-teal-600\/40::after{
  content: var(--tw-content);
  color: rgb(147 180 182 / 0.4);
}
.after\:text-teal-600\/5::after{
  content: var(--tw-content);
  color: rgb(147 180 182 / 0.05);
}
.after\:text-teal-600\/50::after{
  content: var(--tw-content);
  color: rgb(147 180 182 / 0.5);
}
.after\:text-teal-600\/60::after{
  content: var(--tw-content);
  color: rgb(147 180 182 / 0.6);
}
.after\:text-teal-600\/70::after{
  content: var(--tw-content);
  color: rgb(147 180 182 / 0.7);
}
.after\:text-teal-600\/75::after{
  content: var(--tw-content);
  color: rgb(147 180 182 / 0.75);
}
.after\:text-teal-600\/80::after{
  content: var(--tw-content);
  color: rgb(147 180 182 / 0.8);
}
.after\:text-teal-600\/90::after{
  content: var(--tw-content);
  color: rgb(147 180 182 / 0.9);
}
.after\:text-teal-600\/95::after{
  content: var(--tw-content);
  color: rgb(147 180 182 / 0.95);
}
.after\:text-teal-800::after{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(104 150 153 / var(--tw-text-opacity));
}
.after\:text-teal-800\/0::after{
  content: var(--tw-content);
  color: rgb(104 150 153 / 0);
}
.after\:text-teal-800\/10::after{
  content: var(--tw-content);
  color: rgb(104 150 153 / 0.1);
}
.after\:text-teal-800\/100::after{
  content: var(--tw-content);
  color: rgb(104 150 153 / 1);
}
.after\:text-teal-800\/20::after{
  content: var(--tw-content);
  color: rgb(104 150 153 / 0.2);
}
.after\:text-teal-800\/25::after{
  content: var(--tw-content);
  color: rgb(104 150 153 / 0.25);
}
.after\:text-teal-800\/30::after{
  content: var(--tw-content);
  color: rgb(104 150 153 / 0.3);
}
.after\:text-teal-800\/40::after{
  content: var(--tw-content);
  color: rgb(104 150 153 / 0.4);
}
.after\:text-teal-800\/5::after{
  content: var(--tw-content);
  color: rgb(104 150 153 / 0.05);
}
.after\:text-teal-800\/50::after{
  content: var(--tw-content);
  color: rgb(104 150 153 / 0.5);
}
.after\:text-teal-800\/60::after{
  content: var(--tw-content);
  color: rgb(104 150 153 / 0.6);
}
.after\:text-teal-800\/70::after{
  content: var(--tw-content);
  color: rgb(104 150 153 / 0.7);
}
.after\:text-teal-800\/75::after{
  content: var(--tw-content);
  color: rgb(104 150 153 / 0.75);
}
.after\:text-teal-800\/80::after{
  content: var(--tw-content);
  color: rgb(104 150 153 / 0.8);
}
.after\:text-teal-800\/90::after{
  content: var(--tw-content);
  color: rgb(104 150 153 / 0.9);
}
.after\:text-teal-800\/95::after{
  content: var(--tw-content);
  color: rgb(104 150 153 / 0.95);
}
.after\:text-yellow-300::after{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(255 226 153 / var(--tw-text-opacity));
}
.after\:text-yellow-300\/0::after{
  content: var(--tw-content);
  color: rgb(255 226 153 / 0);
}
.after\:text-yellow-300\/10::after{
  content: var(--tw-content);
  color: rgb(255 226 153 / 0.1);
}
.after\:text-yellow-300\/100::after{
  content: var(--tw-content);
  color: rgb(255 226 153 / 1);
}
.after\:text-yellow-300\/20::after{
  content: var(--tw-content);
  color: rgb(255 226 153 / 0.2);
}
.after\:text-yellow-300\/25::after{
  content: var(--tw-content);
  color: rgb(255 226 153 / 0.25);
}
.after\:text-yellow-300\/30::after{
  content: var(--tw-content);
  color: rgb(255 226 153 / 0.3);
}
.after\:text-yellow-300\/40::after{
  content: var(--tw-content);
  color: rgb(255 226 153 / 0.4);
}
.after\:text-yellow-300\/5::after{
  content: var(--tw-content);
  color: rgb(255 226 153 / 0.05);
}
.after\:text-yellow-300\/50::after{
  content: var(--tw-content);
  color: rgb(255 226 153 / 0.5);
}
.after\:text-yellow-300\/60::after{
  content: var(--tw-content);
  color: rgb(255 226 153 / 0.6);
}
.after\:text-yellow-300\/70::after{
  content: var(--tw-content);
  color: rgb(255 226 153 / 0.7);
}
.after\:text-yellow-300\/75::after{
  content: var(--tw-content);
  color: rgb(255 226 153 / 0.75);
}
.after\:text-yellow-300\/80::after{
  content: var(--tw-content);
  color: rgb(255 226 153 / 0.8);
}
.after\:text-yellow-300\/90::after{
  content: var(--tw-content);
  color: rgb(255 226 153 / 0.9);
}
.after\:text-yellow-300\/95::after{
  content: var(--tw-content);
  color: rgb(255 226 153 / 0.95);
}
.after\:text-yellow-500::after{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(255 189 26 / var(--tw-text-opacity));
}
.after\:text-yellow-500\/0::after{
  content: var(--tw-content);
  color: rgb(255 189 26 / 0);
}
.after\:text-yellow-500\/10::after{
  content: var(--tw-content);
  color: rgb(255 189 26 / 0.1);
}
.after\:text-yellow-500\/100::after{
  content: var(--tw-content);
  color: rgb(255 189 26 / 1);
}
.after\:text-yellow-500\/20::after{
  content: var(--tw-content);
  color: rgb(255 189 26 / 0.2);
}
.after\:text-yellow-500\/25::after{
  content: var(--tw-content);
  color: rgb(255 189 26 / 0.25);
}
.after\:text-yellow-500\/30::after{
  content: var(--tw-content);
  color: rgb(255 189 26 / 0.3);
}
.after\:text-yellow-500\/40::after{
  content: var(--tw-content);
  color: rgb(255 189 26 / 0.4);
}
.after\:text-yellow-500\/5::after{
  content: var(--tw-content);
  color: rgb(255 189 26 / 0.05);
}
.after\:text-yellow-500\/50::after{
  content: var(--tw-content);
  color: rgb(255 189 26 / 0.5);
}
.after\:text-yellow-500\/60::after{
  content: var(--tw-content);
  color: rgb(255 189 26 / 0.6);
}
.after\:text-yellow-500\/70::after{
  content: var(--tw-content);
  color: rgb(255 189 26 / 0.7);
}
.after\:text-yellow-500\/75::after{
  content: var(--tw-content);
  color: rgb(255 189 26 / 0.75);
}
.after\:text-yellow-500\/80::after{
  content: var(--tw-content);
  color: rgb(255 189 26 / 0.8);
}
.after\:text-yellow-500\/90::after{
  content: var(--tw-content);
  color: rgb(255 189 26 / 0.9);
}
.after\:text-yellow-500\/95::after{
  content: var(--tw-content);
  color: rgb(255 189 26 / 0.95);
}
.after\:transition-\[width\]::after{
  content: var(--tw-content);
  transition-property: width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.after\:transition-all::after{
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.after\:transition-colors::after{
  content: var(--tw-content);
  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;
}
.after\:duration-200::after{
  content: var(--tw-content);
  transition-duration: 200ms;
}
.after\:duration-300::after{
  content: var(--tw-content);
  transition-duration: 300ms;
}
.after\:ease-in-out::after{
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.first\:ml-0:first-child{
  margin-left: 0px;
}
.first\:mt-0:first-child{
  margin-top: 0px;
}
.first\:pt-0:first-child{
  padding-top: 0px;
}
.last\:mb-0:last-child{
  margin-bottom: 0px;
}
.last\:mr-12:last-child{
  margin-right: 3rem;
}
.last\:mr-6:last-child{
  margin-right: 1.5rem;
}
.hover\:cursor-pointer:hover{
  cursor: pointer;
}
.hover\:border-b-0:hover{
  border-bottom-width: 0px;
}
.hover\:border-none:hover{
  border-style: none;
}
.hover\:border-gray-100:hover{
  --tw-border-opacity: 1;
  border-color: rgb(239 241 242 / var(--tw-border-opacity));
}
.hover\:border-gray-100\/0:hover{
  border-color: rgb(239 241 242 / 0);
}
.hover\:border-gray-100\/10:hover{
  border-color: rgb(239 241 242 / 0.1);
}
.hover\:border-gray-100\/100:hover{
  border-color: rgb(239 241 242 / 1);
}
.hover\:border-gray-100\/20:hover{
  border-color: rgb(239 241 242 / 0.2);
}
.hover\:border-gray-100\/25:hover{
  border-color: rgb(239 241 242 / 0.25);
}
.hover\:border-gray-100\/30:hover{
  border-color: rgb(239 241 242 / 0.3);
}
.hover\:border-gray-100\/40:hover{
  border-color: rgb(239 241 242 / 0.4);
}
.hover\:border-gray-100\/5:hover{
  border-color: rgb(239 241 242 / 0.05);
}
.hover\:border-gray-100\/50:hover{
  border-color: rgb(239 241 242 / 0.5);
}
.hover\:border-gray-100\/60:hover{
  border-color: rgb(239 241 242 / 0.6);
}
.hover\:border-gray-100\/70:hover{
  border-color: rgb(239 241 242 / 0.7);
}
.hover\:border-gray-100\/75:hover{
  border-color: rgb(239 241 242 / 0.75);
}
.hover\:border-gray-100\/80:hover{
  border-color: rgb(239 241 242 / 0.8);
}
.hover\:border-gray-100\/90:hover{
  border-color: rgb(239 241 242 / 0.9);
}
.hover\:border-gray-100\/95:hover{
  border-color: rgb(239 241 242 / 0.95);
}
.hover\:border-gray-200:hover{
  --tw-border-opacity: 1;
  border-color: rgb(223 227 229 / var(--tw-border-opacity));
}
.hover\:border-gray-200\/0:hover{
  border-color: rgb(223 227 229 / 0);
}
.hover\:border-gray-200\/10:hover{
  border-color: rgb(223 227 229 / 0.1);
}
.hover\:border-gray-200\/100:hover{
  border-color: rgb(223 227 229 / 1);
}
.hover\:border-gray-200\/20:hover{
  border-color: rgb(223 227 229 / 0.2);
}
.hover\:border-gray-200\/25:hover{
  border-color: rgb(223 227 229 / 0.25);
}
.hover\:border-gray-200\/30:hover{
  border-color: rgb(223 227 229 / 0.3);
}
.hover\:border-gray-200\/40:hover{
  border-color: rgb(223 227 229 / 0.4);
}
.hover\:border-gray-200\/5:hover{
  border-color: rgb(223 227 229 / 0.05);
}
.hover\:border-gray-200\/50:hover{
  border-color: rgb(223 227 229 / 0.5);
}
.hover\:border-gray-200\/60:hover{
  border-color: rgb(223 227 229 / 0.6);
}
.hover\:border-gray-200\/70:hover{
  border-color: rgb(223 227 229 / 0.7);
}
.hover\:border-gray-200\/75:hover{
  border-color: rgb(223 227 229 / 0.75);
}
.hover\:border-gray-200\/80:hover{
  border-color: rgb(223 227 229 / 0.8);
}
.hover\:border-gray-200\/90:hover{
  border-color: rgb(223 227 229 / 0.9);
}
.hover\:border-gray-200\/95:hover{
  border-color: rgb(223 227 229 / 0.95);
}
.hover\:border-gray-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(207 212 216 / var(--tw-border-opacity));
}
.hover\:border-gray-300\/0:hover{
  border-color: rgb(207 212 216 / 0);
}
.hover\:border-gray-300\/10:hover{
  border-color: rgb(207 212 216 / 0.1);
}
.hover\:border-gray-300\/100:hover{
  border-color: rgb(207 212 216 / 1);
}
.hover\:border-gray-300\/20:hover{
  border-color: rgb(207 212 216 / 0.2);
}
.hover\:border-gray-300\/25:hover{
  border-color: rgb(207 212 216 / 0.25);
}
.hover\:border-gray-300\/30:hover{
  border-color: rgb(207 212 216 / 0.3);
}
.hover\:border-gray-300\/40:hover{
  border-color: rgb(207 212 216 / 0.4);
}
.hover\:border-gray-300\/5:hover{
  border-color: rgb(207 212 216 / 0.05);
}
.hover\:border-gray-300\/50:hover{
  border-color: rgb(207 212 216 / 0.5);
}
.hover\:border-gray-300\/60:hover{
  border-color: rgb(207 212 216 / 0.6);
}
.hover\:border-gray-300\/70:hover{
  border-color: rgb(207 212 216 / 0.7);
}
.hover\:border-gray-300\/75:hover{
  border-color: rgb(207 212 216 / 0.75);
}
.hover\:border-gray-300\/80:hover{
  border-color: rgb(207 212 216 / 0.8);
}
.hover\:border-gray-300\/90:hover{
  border-color: rgb(207 212 216 / 0.9);
}
.hover\:border-gray-300\/95:hover{
  border-color: rgb(207 212 216 / 0.95);
}
.hover\:border-gray-500:hover{
  --tw-border-opacity: 1;
  border-color: rgb(167 177 183 / var(--tw-border-opacity));
}
.hover\:border-gray-500\/0:hover{
  border-color: rgb(167 177 183 / 0);
}
.hover\:border-gray-500\/10:hover{
  border-color: rgb(167 177 183 / 0.1);
}
.hover\:border-gray-500\/100:hover{
  border-color: rgb(167 177 183 / 1);
}
.hover\:border-gray-500\/20:hover{
  border-color: rgb(167 177 183 / 0.2);
}
.hover\:border-gray-500\/25:hover{
  border-color: rgb(167 177 183 / 0.25);
}
.hover\:border-gray-500\/30:hover{
  border-color: rgb(167 177 183 / 0.3);
}
.hover\:border-gray-500\/40:hover{
  border-color: rgb(167 177 183 / 0.4);
}
.hover\:border-gray-500\/5:hover{
  border-color: rgb(167 177 183 / 0.05);
}
.hover\:border-gray-500\/50:hover{
  border-color: rgb(167 177 183 / 0.5);
}
.hover\:border-gray-500\/60:hover{
  border-color: rgb(167 177 183 / 0.6);
}
.hover\:border-gray-500\/70:hover{
  border-color: rgb(167 177 183 / 0.7);
}
.hover\:border-gray-500\/75:hover{
  border-color: rgb(167 177 183 / 0.75);
}
.hover\:border-gray-500\/80:hover{
  border-color: rgb(167 177 183 / 0.8);
}
.hover\:border-gray-500\/90:hover{
  border-color: rgb(167 177 183 / 0.9);
}
.hover\:border-gray-500\/95:hover{
  border-color: rgb(167 177 183 / 0.95);
}
.hover\:border-gray-600:hover{
  --tw-border-opacity: 1;
  border-color: rgb(100 106 110 / var(--tw-border-opacity));
}
.hover\:border-gray-600\/0:hover{
  border-color: rgb(100 106 110 / 0);
}
.hover\:border-gray-600\/10:hover{
  border-color: rgb(100 106 110 / 0.1);
}
.hover\:border-gray-600\/100:hover{
  border-color: rgb(100 106 110 / 1);
}
.hover\:border-gray-600\/20:hover{
  border-color: rgb(100 106 110 / 0.2);
}
.hover\:border-gray-600\/25:hover{
  border-color: rgb(100 106 110 / 0.25);
}
.hover\:border-gray-600\/30:hover{
  border-color: rgb(100 106 110 / 0.3);
}
.hover\:border-gray-600\/40:hover{
  border-color: rgb(100 106 110 / 0.4);
}
.hover\:border-gray-600\/5:hover{
  border-color: rgb(100 106 110 / 0.05);
}
.hover\:border-gray-600\/50:hover{
  border-color: rgb(100 106 110 / 0.5);
}
.hover\:border-gray-600\/60:hover{
  border-color: rgb(100 106 110 / 0.6);
}
.hover\:border-gray-600\/70:hover{
  border-color: rgb(100 106 110 / 0.7);
}
.hover\:border-gray-600\/75:hover{
  border-color: rgb(100 106 110 / 0.75);
}
.hover\:border-gray-600\/80:hover{
  border-color: rgb(100 106 110 / 0.8);
}
.hover\:border-gray-600\/90:hover{
  border-color: rgb(100 106 110 / 0.9);
}
.hover\:border-gray-600\/95:hover{
  border-color: rgb(100 106 110 / 0.95);
}
.hover\:border-primary-500:hover{
  --tw-border-opacity: 1;
  border-color: rgb(186 12 47 / var(--tw-border-opacity));
}
.hover\:border-primary-500\/0:hover{
  border-color: rgb(186 12 47 / 0);
}
.hover\:border-primary-500\/10:hover{
  border-color: rgb(186 12 47 / 0.1);
}
.hover\:border-primary-500\/100:hover{
  border-color: rgb(186 12 47 / 1);
}
.hover\:border-primary-500\/20:hover{
  border-color: rgb(186 12 47 / 0.2);
}
.hover\:border-primary-500\/25:hover{
  border-color: rgb(186 12 47 / 0.25);
}
.hover\:border-primary-500\/30:hover{
  border-color: rgb(186 12 47 / 0.3);
}
.hover\:border-primary-500\/40:hover{
  border-color: rgb(186 12 47 / 0.4);
}
.hover\:border-primary-500\/5:hover{
  border-color: rgb(186 12 47 / 0.05);
}
.hover\:border-primary-500\/50:hover{
  border-color: rgb(186 12 47 / 0.5);
}
.hover\:border-primary-500\/60:hover{
  border-color: rgb(186 12 47 / 0.6);
}
.hover\:border-primary-500\/70:hover{
  border-color: rgb(186 12 47 / 0.7);
}
.hover\:border-primary-500\/75:hover{
  border-color: rgb(186 12 47 / 0.75);
}
.hover\:border-primary-500\/80:hover{
  border-color: rgb(186 12 47 / 0.8);
}
.hover\:border-primary-500\/90:hover{
  border-color: rgb(186 12 47 / 0.9);
}
.hover\:border-primary-500\/95:hover{
  border-color: rgb(186 12 47 / 0.95);
}
.hover\:border-primary-700:hover{
  --tw-border-opacity: 1;
  border-color: rgb(112 7 28 / var(--tw-border-opacity));
}
.hover\:border-primary-700\/0:hover{
  border-color: rgb(112 7 28 / 0);
}
.hover\:border-primary-700\/10:hover{
  border-color: rgb(112 7 28 / 0.1);
}
.hover\:border-primary-700\/100:hover{
  border-color: rgb(112 7 28 / 1);
}
.hover\:border-primary-700\/20:hover{
  border-color: rgb(112 7 28 / 0.2);
}
.hover\:border-primary-700\/25:hover{
  border-color: rgb(112 7 28 / 0.25);
}
.hover\:border-primary-700\/30:hover{
  border-color: rgb(112 7 28 / 0.3);
}
.hover\:border-primary-700\/40:hover{
  border-color: rgb(112 7 28 / 0.4);
}
.hover\:border-primary-700\/5:hover{
  border-color: rgb(112 7 28 / 0.05);
}
.hover\:border-primary-700\/50:hover{
  border-color: rgb(112 7 28 / 0.5);
}
.hover\:border-primary-700\/60:hover{
  border-color: rgb(112 7 28 / 0.6);
}
.hover\:border-primary-700\/70:hover{
  border-color: rgb(112 7 28 / 0.7);
}
.hover\:border-primary-700\/75:hover{
  border-color: rgb(112 7 28 / 0.75);
}
.hover\:border-primary-700\/80:hover{
  border-color: rgb(112 7 28 / 0.8);
}
.hover\:border-primary-700\/90:hover{
  border-color: rgb(112 7 28 / 0.9);
}
.hover\:border-primary-700\/95:hover{
  border-color: rgb(112 7 28 / 0.95);
}
.hover\:border-teal-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(183 221 213 / var(--tw-border-opacity));
}
.hover\:border-teal-300\/0:hover{
  border-color: rgb(183 221 213 / 0);
}
.hover\:border-teal-300\/10:hover{
  border-color: rgb(183 221 213 / 0.1);
}
.hover\:border-teal-300\/100:hover{
  border-color: rgb(183 221 213 / 1);
}
.hover\:border-teal-300\/20:hover{
  border-color: rgb(183 221 213 / 0.2);
}
.hover\:border-teal-300\/25:hover{
  border-color: rgb(183 221 213 / 0.25);
}
.hover\:border-teal-300\/30:hover{
  border-color: rgb(183 221 213 / 0.3);
}
.hover\:border-teal-300\/40:hover{
  border-color: rgb(183 221 213 / 0.4);
}
.hover\:border-teal-300\/5:hover{
  border-color: rgb(183 221 213 / 0.05);
}
.hover\:border-teal-300\/50:hover{
  border-color: rgb(183 221 213 / 0.5);
}
.hover\:border-teal-300\/60:hover{
  border-color: rgb(183 221 213 / 0.6);
}
.hover\:border-teal-300\/70:hover{
  border-color: rgb(183 221 213 / 0.7);
}
.hover\:border-teal-300\/75:hover{
  border-color: rgb(183 221 213 / 0.75);
}
.hover\:border-teal-300\/80:hover{
  border-color: rgb(183 221 213 / 0.8);
}
.hover\:border-teal-300\/90:hover{
  border-color: rgb(183 221 213 / 0.9);
}
.hover\:border-teal-300\/95:hover{
  border-color: rgb(183 221 213 / 0.95);
}
.hover\:border-teal-500:hover{
  --tw-border-opacity: 1;
  border-color: rgb(107 187 171 / var(--tw-border-opacity));
}
.hover\:border-teal-500\/0:hover{
  border-color: rgb(107 187 171 / 0);
}
.hover\:border-teal-500\/10:hover{
  border-color: rgb(107 187 171 / 0.1);
}
.hover\:border-teal-500\/100:hover{
  border-color: rgb(107 187 171 / 1);
}
.hover\:border-teal-500\/20:hover{
  border-color: rgb(107 187 171 / 0.2);
}
.hover\:border-teal-500\/25:hover{
  border-color: rgb(107 187 171 / 0.25);
}
.hover\:border-teal-500\/30:hover{
  border-color: rgb(107 187 171 / 0.3);
}
.hover\:border-teal-500\/40:hover{
  border-color: rgb(107 187 171 / 0.4);
}
.hover\:border-teal-500\/5:hover{
  border-color: rgb(107 187 171 / 0.05);
}
.hover\:border-teal-500\/50:hover{
  border-color: rgb(107 187 171 / 0.5);
}
.hover\:border-teal-500\/60:hover{
  border-color: rgb(107 187 171 / 0.6);
}
.hover\:border-teal-500\/70:hover{
  border-color: rgb(107 187 171 / 0.7);
}
.hover\:border-teal-500\/75:hover{
  border-color: rgb(107 187 171 / 0.75);
}
.hover\:border-teal-500\/80:hover{
  border-color: rgb(107 187 171 / 0.8);
}
.hover\:border-teal-500\/90:hover{
  border-color: rgb(107 187 171 / 0.9);
}
.hover\:border-teal-500\/95:hover{
  border-color: rgb(107 187 171 / 0.95);
}
.hover\:border-teal-600:hover{
  --tw-border-opacity: 1;
  border-color: rgb(147 180 182 / var(--tw-border-opacity));
}
.hover\:border-teal-600\/0:hover{
  border-color: rgb(147 180 182 / 0);
}
.hover\:border-teal-600\/10:hover{
  border-color: rgb(147 180 182 / 0.1);
}
.hover\:border-teal-600\/100:hover{
  border-color: rgb(147 180 182 / 1);
}
.hover\:border-teal-600\/20:hover{
  border-color: rgb(147 180 182 / 0.2);
}
.hover\:border-teal-600\/25:hover{
  border-color: rgb(147 180 182 / 0.25);
}
.hover\:border-teal-600\/30:hover{
  border-color: rgb(147 180 182 / 0.3);
}
.hover\:border-teal-600\/40:hover{
  border-color: rgb(147 180 182 / 0.4);
}
.hover\:border-teal-600\/5:hover{
  border-color: rgb(147 180 182 / 0.05);
}
.hover\:border-teal-600\/50:hover{
  border-color: rgb(147 180 182 / 0.5);
}
.hover\:border-teal-600\/60:hover{
  border-color: rgb(147 180 182 / 0.6);
}
.hover\:border-teal-600\/70:hover{
  border-color: rgb(147 180 182 / 0.7);
}
.hover\:border-teal-600\/75:hover{
  border-color: rgb(147 180 182 / 0.75);
}
.hover\:border-teal-600\/80:hover{
  border-color: rgb(147 180 182 / 0.8);
}
.hover\:border-teal-600\/90:hover{
  border-color: rgb(147 180 182 / 0.9);
}
.hover\:border-teal-600\/95:hover{
  border-color: rgb(147 180 182 / 0.95);
}
.hover\:border-teal-800:hover{
  --tw-border-opacity: 1;
  border-color: rgb(104 150 153 / var(--tw-border-opacity));
}
.hover\:border-teal-800\/0:hover{
  border-color: rgb(104 150 153 / 0);
}
.hover\:border-teal-800\/10:hover{
  border-color: rgb(104 150 153 / 0.1);
}
.hover\:border-teal-800\/100:hover{
  border-color: rgb(104 150 153 / 1);
}
.hover\:border-teal-800\/20:hover{
  border-color: rgb(104 150 153 / 0.2);
}
.hover\:border-teal-800\/25:hover{
  border-color: rgb(104 150 153 / 0.25);
}
.hover\:border-teal-800\/30:hover{
  border-color: rgb(104 150 153 / 0.3);
}
.hover\:border-teal-800\/40:hover{
  border-color: rgb(104 150 153 / 0.4);
}
.hover\:border-teal-800\/5:hover{
  border-color: rgb(104 150 153 / 0.05);
}
.hover\:border-teal-800\/50:hover{
  border-color: rgb(104 150 153 / 0.5);
}
.hover\:border-teal-800\/60:hover{
  border-color: rgb(104 150 153 / 0.6);
}
.hover\:border-teal-800\/70:hover{
  border-color: rgb(104 150 153 / 0.7);
}
.hover\:border-teal-800\/75:hover{
  border-color: rgb(104 150 153 / 0.75);
}
.hover\:border-teal-800\/80:hover{
  border-color: rgb(104 150 153 / 0.8);
}
.hover\:border-teal-800\/90:hover{
  border-color: rgb(104 150 153 / 0.9);
}
.hover\:border-teal-800\/95:hover{
  border-color: rgb(104 150 153 / 0.95);
}
.hover\:border-yellow-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 226 153 / var(--tw-border-opacity));
}
.hover\:border-yellow-300\/0:hover{
  border-color: rgb(255 226 153 / 0);
}
.hover\:border-yellow-300\/10:hover{
  border-color: rgb(255 226 153 / 0.1);
}
.hover\:border-yellow-300\/100:hover{
  border-color: rgb(255 226 153 / 1);
}
.hover\:border-yellow-300\/20:hover{
  border-color: rgb(255 226 153 / 0.2);
}
.hover\:border-yellow-300\/25:hover{
  border-color: rgb(255 226 153 / 0.25);
}
.hover\:border-yellow-300\/30:hover{
  border-color: rgb(255 226 153 / 0.3);
}
.hover\:border-yellow-300\/40:hover{
  border-color: rgb(255 226 153 / 0.4);
}
.hover\:border-yellow-300\/5:hover{
  border-color: rgb(255 226 153 / 0.05);
}
.hover\:border-yellow-300\/50:hover{
  border-color: rgb(255 226 153 / 0.5);
}
.hover\:border-yellow-300\/60:hover{
  border-color: rgb(255 226 153 / 0.6);
}
.hover\:border-yellow-300\/70:hover{
  border-color: rgb(255 226 153 / 0.7);
}
.hover\:border-yellow-300\/75:hover{
  border-color: rgb(255 226 153 / 0.75);
}
.hover\:border-yellow-300\/80:hover{
  border-color: rgb(255 226 153 / 0.8);
}
.hover\:border-yellow-300\/90:hover{
  border-color: rgb(255 226 153 / 0.9);
}
.hover\:border-yellow-300\/95:hover{
  border-color: rgb(255 226 153 / 0.95);
}
.hover\:border-yellow-500:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 189 26 / var(--tw-border-opacity));
}
.hover\:border-yellow-500\/0:hover{
  border-color: rgb(255 189 26 / 0);
}
.hover\:border-yellow-500\/10:hover{
  border-color: rgb(255 189 26 / 0.1);
}
.hover\:border-yellow-500\/100:hover{
  border-color: rgb(255 189 26 / 1);
}
.hover\:border-yellow-500\/20:hover{
  border-color: rgb(255 189 26 / 0.2);
}
.hover\:border-yellow-500\/25:hover{
  border-color: rgb(255 189 26 / 0.25);
}
.hover\:border-yellow-500\/30:hover{
  border-color: rgb(255 189 26 / 0.3);
}
.hover\:border-yellow-500\/40:hover{
  border-color: rgb(255 189 26 / 0.4);
}
.hover\:border-yellow-500\/5:hover{
  border-color: rgb(255 189 26 / 0.05);
}
.hover\:border-yellow-500\/50:hover{
  border-color: rgb(255 189 26 / 0.5);
}
.hover\:border-yellow-500\/60:hover{
  border-color: rgb(255 189 26 / 0.6);
}
.hover\:border-yellow-500\/70:hover{
  border-color: rgb(255 189 26 / 0.7);
}
.hover\:border-yellow-500\/75:hover{
  border-color: rgb(255 189 26 / 0.75);
}
.hover\:border-yellow-500\/80:hover{
  border-color: rgb(255 189 26 / 0.8);
}
.hover\:border-yellow-500\/90:hover{
  border-color: rgb(255 189 26 / 0.9);
}
.hover\:border-yellow-500\/95:hover{
  border-color: rgb(255 189 26 / 0.95);
}
.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(239 241 242 / var(--tw-bg-opacity));
}
.hover\:bg-gray-100\/0:hover{
  background-color: rgb(239 241 242 / 0);
}
.hover\:bg-gray-100\/10:hover{
  background-color: rgb(239 241 242 / 0.1);
}
.hover\:bg-gray-100\/100:hover{
  background-color: rgb(239 241 242 / 1);
}
.hover\:bg-gray-100\/20:hover{
  background-color: rgb(239 241 242 / 0.2);
}
.hover\:bg-gray-100\/25:hover{
  background-color: rgb(239 241 242 / 0.25);
}
.hover\:bg-gray-100\/30:hover{
  background-color: rgb(239 241 242 / 0.3);
}
.hover\:bg-gray-100\/40:hover{
  background-color: rgb(239 241 242 / 0.4);
}
.hover\:bg-gray-100\/5:hover{
  background-color: rgb(239 241 242 / 0.05);
}
.hover\:bg-gray-100\/50:hover{
  background-color: rgb(239 241 242 / 0.5);
}
.hover\:bg-gray-100\/60:hover{
  background-color: rgb(239 241 242 / 0.6);
}
.hover\:bg-gray-100\/70:hover{
  background-color: rgb(239 241 242 / 0.7);
}
.hover\:bg-gray-100\/75:hover{
  background-color: rgb(239 241 242 / 0.75);
}
.hover\:bg-gray-100\/80:hover{
  background-color: rgb(239 241 242 / 0.8);
}
.hover\:bg-gray-100\/90:hover{
  background-color: rgb(239 241 242 / 0.9);
}
.hover\:bg-gray-100\/95:hover{
  background-color: rgb(239 241 242 / 0.95);
}
.hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(223 227 229 / var(--tw-bg-opacity));
}
.hover\:bg-gray-200\/0:hover{
  background-color: rgb(223 227 229 / 0);
}
.hover\:bg-gray-200\/10:hover{
  background-color: rgb(223 227 229 / 0.1);
}
.hover\:bg-gray-200\/100:hover{
  background-color: rgb(223 227 229 / 1);
}
.hover\:bg-gray-200\/20:hover{
  background-color: rgb(223 227 229 / 0.2);
}
.hover\:bg-gray-200\/25:hover{
  background-color: rgb(223 227 229 / 0.25);
}
.hover\:bg-gray-200\/30:hover{
  background-color: rgb(223 227 229 / 0.3);
}
.hover\:bg-gray-200\/40:hover{
  background-color: rgb(223 227 229 / 0.4);
}
.hover\:bg-gray-200\/5:hover{
  background-color: rgb(223 227 229 / 0.05);
}
.hover\:bg-gray-200\/50:hover{
  background-color: rgb(223 227 229 / 0.5);
}
.hover\:bg-gray-200\/60:hover{
  background-color: rgb(223 227 229 / 0.6);
}
.hover\:bg-gray-200\/70:hover{
  background-color: rgb(223 227 229 / 0.7);
}
.hover\:bg-gray-200\/75:hover{
  background-color: rgb(223 227 229 / 0.75);
}
.hover\:bg-gray-200\/80:hover{
  background-color: rgb(223 227 229 / 0.8);
}
.hover\:bg-gray-200\/90:hover{
  background-color: rgb(223 227 229 / 0.9);
}
.hover\:bg-gray-200\/95:hover{
  background-color: rgb(223 227 229 / 0.95);
}
.hover\:bg-gray-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(207 212 216 / var(--tw-bg-opacity));
}
.hover\:bg-gray-300\/0:hover{
  background-color: rgb(207 212 216 / 0);
}
.hover\:bg-gray-300\/10:hover{
  background-color: rgb(207 212 216 / 0.1);
}
.hover\:bg-gray-300\/100:hover{
  background-color: rgb(207 212 216 / 1);
}
.hover\:bg-gray-300\/20:hover{
  background-color: rgb(207 212 216 / 0.2);
}
.hover\:bg-gray-300\/25:hover{
  background-color: rgb(207 212 216 / 0.25);
}
.hover\:bg-gray-300\/30:hover{
  background-color: rgb(207 212 216 / 0.3);
}
.hover\:bg-gray-300\/40:hover{
  background-color: rgb(207 212 216 / 0.4);
}
.hover\:bg-gray-300\/5:hover{
  background-color: rgb(207 212 216 / 0.05);
}
.hover\:bg-gray-300\/50:hover{
  background-color: rgb(207 212 216 / 0.5);
}
.hover\:bg-gray-300\/60:hover{
  background-color: rgb(207 212 216 / 0.6);
}
.hover\:bg-gray-300\/70:hover{
  background-color: rgb(207 212 216 / 0.7);
}
.hover\:bg-gray-300\/75:hover{
  background-color: rgb(207 212 216 / 0.75);
}
.hover\:bg-gray-300\/80:hover{
  background-color: rgb(207 212 216 / 0.8);
}
.hover\:bg-gray-300\/90:hover{
  background-color: rgb(207 212 216 / 0.9);
}
.hover\:bg-gray-300\/95:hover{
  background-color: rgb(207 212 216 / 0.95);
}
.hover\:bg-gray-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(167 177 183 / var(--tw-bg-opacity));
}
.hover\:bg-gray-500\/0:hover{
  background-color: rgb(167 177 183 / 0);
}
.hover\:bg-gray-500\/10:hover{
  background-color: rgb(167 177 183 / 0.1);
}
.hover\:bg-gray-500\/100:hover{
  background-color: rgb(167 177 183 / 1);
}
.hover\:bg-gray-500\/20:hover{
  background-color: rgb(167 177 183 / 0.2);
}
.hover\:bg-gray-500\/25:hover{
  background-color: rgb(167 177 183 / 0.25);
}
.hover\:bg-gray-500\/30:hover{
  background-color: rgb(167 177 183 / 0.3);
}
.hover\:bg-gray-500\/40:hover{
  background-color: rgb(167 177 183 / 0.4);
}
.hover\:bg-gray-500\/5:hover{
  background-color: rgb(167 177 183 / 0.05);
}
.hover\:bg-gray-500\/50:hover{
  background-color: rgb(167 177 183 / 0.5);
}
.hover\:bg-gray-500\/60:hover{
  background-color: rgb(167 177 183 / 0.6);
}
.hover\:bg-gray-500\/70:hover{
  background-color: rgb(167 177 183 / 0.7);
}
.hover\:bg-gray-500\/75:hover{
  background-color: rgb(167 177 183 / 0.75);
}
.hover\:bg-gray-500\/80:hover{
  background-color: rgb(167 177 183 / 0.8);
}
.hover\:bg-gray-500\/90:hover{
  background-color: rgb(167 177 183 / 0.9);
}
.hover\:bg-gray-500\/95:hover{
  background-color: rgb(167 177 183 / 0.95);
}
.hover\:bg-gray-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(100 106 110 / var(--tw-bg-opacity));
}
.hover\:bg-gray-600\/0:hover{
  background-color: rgb(100 106 110 / 0);
}
.hover\:bg-gray-600\/10:hover{
  background-color: rgb(100 106 110 / 0.1);
}
.hover\:bg-gray-600\/100:hover{
  background-color: rgb(100 106 110 / 1);
}
.hover\:bg-gray-600\/20:hover{
  background-color: rgb(100 106 110 / 0.2);
}
.hover\:bg-gray-600\/25:hover{
  background-color: rgb(100 106 110 / 0.25);
}
.hover\:bg-gray-600\/30:hover{
  background-color: rgb(100 106 110 / 0.3);
}
.hover\:bg-gray-600\/40:hover{
  background-color: rgb(100 106 110 / 0.4);
}
.hover\:bg-gray-600\/5:hover{
  background-color: rgb(100 106 110 / 0.05);
}
.hover\:bg-gray-600\/50:hover{
  background-color: rgb(100 106 110 / 0.5);
}
.hover\:bg-gray-600\/60:hover{
  background-color: rgb(100 106 110 / 0.6);
}
.hover\:bg-gray-600\/70:hover{
  background-color: rgb(100 106 110 / 0.7);
}
.hover\:bg-gray-600\/75:hover{
  background-color: rgb(100 106 110 / 0.75);
}
.hover\:bg-gray-600\/80:hover{
  background-color: rgb(100 106 110 / 0.8);
}
.hover\:bg-gray-600\/90:hover{
  background-color: rgb(100 106 110 / 0.9);
}
.hover\:bg-gray-600\/95:hover{
  background-color: rgb(100 106 110 / 0.95);
}
.hover\:bg-primary-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(186 12 47 / var(--tw-bg-opacity));
}
.hover\:bg-primary-500\/0:hover{
  background-color: rgb(186 12 47 / 0);
}
.hover\:bg-primary-500\/10:hover{
  background-color: rgb(186 12 47 / 0.1);
}
.hover\:bg-primary-500\/100:hover{
  background-color: rgb(186 12 47 / 1);
}
.hover\:bg-primary-500\/20:hover{
  background-color: rgb(186 12 47 / 0.2);
}
.hover\:bg-primary-500\/25:hover{
  background-color: rgb(186 12 47 / 0.25);
}
.hover\:bg-primary-500\/30:hover{
  background-color: rgb(186 12 47 / 0.3);
}
.hover\:bg-primary-500\/40:hover{
  background-color: rgb(186 12 47 / 0.4);
}
.hover\:bg-primary-500\/5:hover{
  background-color: rgb(186 12 47 / 0.05);
}
.hover\:bg-primary-500\/50:hover{
  background-color: rgb(186 12 47 / 0.5);
}
.hover\:bg-primary-500\/60:hover{
  background-color: rgb(186 12 47 / 0.6);
}
.hover\:bg-primary-500\/70:hover{
  background-color: rgb(186 12 47 / 0.7);
}
.hover\:bg-primary-500\/75:hover{
  background-color: rgb(186 12 47 / 0.75);
}
.hover\:bg-primary-500\/80:hover{
  background-color: rgb(186 12 47 / 0.8);
}
.hover\:bg-primary-500\/90:hover{
  background-color: rgb(186 12 47 / 0.9);
}
.hover\:bg-primary-500\/95:hover{
  background-color: rgb(186 12 47 / 0.95);
}
.hover\:bg-primary-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(112 7 28 / var(--tw-bg-opacity));
}
.hover\:bg-primary-700\/0:hover{
  background-color: rgb(112 7 28 / 0);
}
.hover\:bg-primary-700\/10:hover{
  background-color: rgb(112 7 28 / 0.1);
}
.hover\:bg-primary-700\/100:hover{
  background-color: rgb(112 7 28 / 1);
}
.hover\:bg-primary-700\/20:hover{
  background-color: rgb(112 7 28 / 0.2);
}
.hover\:bg-primary-700\/25:hover{
  background-color: rgb(112 7 28 / 0.25);
}
.hover\:bg-primary-700\/30:hover{
  background-color: rgb(112 7 28 / 0.3);
}
.hover\:bg-primary-700\/40:hover{
  background-color: rgb(112 7 28 / 0.4);
}
.hover\:bg-primary-700\/5:hover{
  background-color: rgb(112 7 28 / 0.05);
}
.hover\:bg-primary-700\/50:hover{
  background-color: rgb(112 7 28 / 0.5);
}
.hover\:bg-primary-700\/60:hover{
  background-color: rgb(112 7 28 / 0.6);
}
.hover\:bg-primary-700\/70:hover{
  background-color: rgb(112 7 28 / 0.7);
}
.hover\:bg-primary-700\/75:hover{
  background-color: rgb(112 7 28 / 0.75);
}
.hover\:bg-primary-700\/80:hover{
  background-color: rgb(112 7 28 / 0.8);
}
.hover\:bg-primary-700\/90:hover{
  background-color: rgb(112 7 28 / 0.9);
}
.hover\:bg-primary-700\/95:hover{
  background-color: rgb(112 7 28 / 0.95);
}
.hover\:bg-teal-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(183 221 213 / var(--tw-bg-opacity));
}
.hover\:bg-teal-300\/0:hover{
  background-color: rgb(183 221 213 / 0);
}
.hover\:bg-teal-300\/10:hover{
  background-color: rgb(183 221 213 / 0.1);
}
.hover\:bg-teal-300\/100:hover{
  background-color: rgb(183 221 213 / 1);
}
.hover\:bg-teal-300\/20:hover{
  background-color: rgb(183 221 213 / 0.2);
}
.hover\:bg-teal-300\/25:hover{
  background-color: rgb(183 221 213 / 0.25);
}
.hover\:bg-teal-300\/30:hover{
  background-color: rgb(183 221 213 / 0.3);
}
.hover\:bg-teal-300\/40:hover{
  background-color: rgb(183 221 213 / 0.4);
}
.hover\:bg-teal-300\/5:hover{
  background-color: rgb(183 221 213 / 0.05);
}
.hover\:bg-teal-300\/50:hover{
  background-color: rgb(183 221 213 / 0.5);
}
.hover\:bg-teal-300\/60:hover{
  background-color: rgb(183 221 213 / 0.6);
}
.hover\:bg-teal-300\/70:hover{
  background-color: rgb(183 221 213 / 0.7);
}
.hover\:bg-teal-300\/75:hover{
  background-color: rgb(183 221 213 / 0.75);
}
.hover\:bg-teal-300\/80:hover{
  background-color: rgb(183 221 213 / 0.8);
}
.hover\:bg-teal-300\/90:hover{
  background-color: rgb(183 221 213 / 0.9);
}
.hover\:bg-teal-300\/95:hover{
  background-color: rgb(183 221 213 / 0.95);
}
.hover\:bg-teal-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(107 187 171 / var(--tw-bg-opacity));
}
.hover\:bg-teal-500\/0:hover{
  background-color: rgb(107 187 171 / 0);
}
.hover\:bg-teal-500\/10:hover{
  background-color: rgb(107 187 171 / 0.1);
}
.hover\:bg-teal-500\/100:hover{
  background-color: rgb(107 187 171 / 1);
}
.hover\:bg-teal-500\/20:hover{
  background-color: rgb(107 187 171 / 0.2);
}
.hover\:bg-teal-500\/25:hover{
  background-color: rgb(107 187 171 / 0.25);
}
.hover\:bg-teal-500\/30:hover{
  background-color: rgb(107 187 171 / 0.3);
}
.hover\:bg-teal-500\/40:hover{
  background-color: rgb(107 187 171 / 0.4);
}
.hover\:bg-teal-500\/5:hover{
  background-color: rgb(107 187 171 / 0.05);
}
.hover\:bg-teal-500\/50:hover{
  background-color: rgb(107 187 171 / 0.5);
}
.hover\:bg-teal-500\/60:hover{
  background-color: rgb(107 187 171 / 0.6);
}
.hover\:bg-teal-500\/70:hover{
  background-color: rgb(107 187 171 / 0.7);
}
.hover\:bg-teal-500\/75:hover{
  background-color: rgb(107 187 171 / 0.75);
}
.hover\:bg-teal-500\/80:hover{
  background-color: rgb(107 187 171 / 0.8);
}
.hover\:bg-teal-500\/90:hover{
  background-color: rgb(107 187 171 / 0.9);
}
.hover\:bg-teal-500\/95:hover{
  background-color: rgb(107 187 171 / 0.95);
}
.hover\:bg-teal-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(147 180 182 / var(--tw-bg-opacity));
}
.hover\:bg-teal-600\/0:hover{
  background-color: rgb(147 180 182 / 0);
}
.hover\:bg-teal-600\/10:hover{
  background-color: rgb(147 180 182 / 0.1);
}
.hover\:bg-teal-600\/100:hover{
  background-color: rgb(147 180 182 / 1);
}
.hover\:bg-teal-600\/20:hover{
  background-color: rgb(147 180 182 / 0.2);
}
.hover\:bg-teal-600\/25:hover{
  background-color: rgb(147 180 182 / 0.25);
}
.hover\:bg-teal-600\/30:hover{
  background-color: rgb(147 180 182 / 0.3);
}
.hover\:bg-teal-600\/40:hover{
  background-color: rgb(147 180 182 / 0.4);
}
.hover\:bg-teal-600\/5:hover{
  background-color: rgb(147 180 182 / 0.05);
}
.hover\:bg-teal-600\/50:hover{
  background-color: rgb(147 180 182 / 0.5);
}
.hover\:bg-teal-600\/60:hover{
  background-color: rgb(147 180 182 / 0.6);
}
.hover\:bg-teal-600\/70:hover{
  background-color: rgb(147 180 182 / 0.7);
}
.hover\:bg-teal-600\/75:hover{
  background-color: rgb(147 180 182 / 0.75);
}
.hover\:bg-teal-600\/80:hover{
  background-color: rgb(147 180 182 / 0.8);
}
.hover\:bg-teal-600\/90:hover{
  background-color: rgb(147 180 182 / 0.9);
}
.hover\:bg-teal-600\/95:hover{
  background-color: rgb(147 180 182 / 0.95);
}
.hover\:bg-teal-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(104 150 153 / var(--tw-bg-opacity));
}
.hover\:bg-teal-800\/0:hover{
  background-color: rgb(104 150 153 / 0);
}
.hover\:bg-teal-800\/10:hover{
  background-color: rgb(104 150 153 / 0.1);
}
.hover\:bg-teal-800\/100:hover{
  background-color: rgb(104 150 153 / 1);
}
.hover\:bg-teal-800\/20:hover{
  background-color: rgb(104 150 153 / 0.2);
}
.hover\:bg-teal-800\/25:hover{
  background-color: rgb(104 150 153 / 0.25);
}
.hover\:bg-teal-800\/30:hover{
  background-color: rgb(104 150 153 / 0.3);
}
.hover\:bg-teal-800\/40:hover{
  background-color: rgb(104 150 153 / 0.4);
}
.hover\:bg-teal-800\/5:hover{
  background-color: rgb(104 150 153 / 0.05);
}
.hover\:bg-teal-800\/50:hover{
  background-color: rgb(104 150 153 / 0.5);
}
.hover\:bg-teal-800\/60:hover{
  background-color: rgb(104 150 153 / 0.6);
}
.hover\:bg-teal-800\/70:hover{
  background-color: rgb(104 150 153 / 0.7);
}
.hover\:bg-teal-800\/75:hover{
  background-color: rgb(104 150 153 / 0.75);
}
.hover\:bg-teal-800\/80:hover{
  background-color: rgb(104 150 153 / 0.8);
}
.hover\:bg-teal-800\/90:hover{
  background-color: rgb(104 150 153 / 0.9);
}
.hover\:bg-teal-800\/95:hover{
  background-color: rgb(104 150 153 / 0.95);
}
.hover\:bg-yellow-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 226 153 / var(--tw-bg-opacity));
}
.hover\:bg-yellow-300\/0:hover{
  background-color: rgb(255 226 153 / 0);
}
.hover\:bg-yellow-300\/10:hover{
  background-color: rgb(255 226 153 / 0.1);
}
.hover\:bg-yellow-300\/100:hover{
  background-color: rgb(255 226 153 / 1);
}
.hover\:bg-yellow-300\/20:hover{
  background-color: rgb(255 226 153 / 0.2);
}
.hover\:bg-yellow-300\/25:hover{
  background-color: rgb(255 226 153 / 0.25);
}
.hover\:bg-yellow-300\/30:hover{
  background-color: rgb(255 226 153 / 0.3);
}
.hover\:bg-yellow-300\/40:hover{
  background-color: rgb(255 226 153 / 0.4);
}
.hover\:bg-yellow-300\/5:hover{
  background-color: rgb(255 226 153 / 0.05);
}
.hover\:bg-yellow-300\/50:hover{
  background-color: rgb(255 226 153 / 0.5);
}
.hover\:bg-yellow-300\/60:hover{
  background-color: rgb(255 226 153 / 0.6);
}
.hover\:bg-yellow-300\/70:hover{
  background-color: rgb(255 226 153 / 0.7);
}
.hover\:bg-yellow-300\/75:hover{
  background-color: rgb(255 226 153 / 0.75);
}
.hover\:bg-yellow-300\/80:hover{
  background-color: rgb(255 226 153 / 0.8);
}
.hover\:bg-yellow-300\/90:hover{
  background-color: rgb(255 226 153 / 0.9);
}
.hover\:bg-yellow-300\/95:hover{
  background-color: rgb(255 226 153 / 0.95);
}
.hover\:bg-yellow-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 189 26 / var(--tw-bg-opacity));
}
.hover\:bg-yellow-500\/0:hover{
  background-color: rgb(255 189 26 / 0);
}
.hover\:bg-yellow-500\/10:hover{
  background-color: rgb(255 189 26 / 0.1);
}
.hover\:bg-yellow-500\/100:hover{
  background-color: rgb(255 189 26 / 1);
}
.hover\:bg-yellow-500\/20:hover{
  background-color: rgb(255 189 26 / 0.2);
}
.hover\:bg-yellow-500\/25:hover{
  background-color: rgb(255 189 26 / 0.25);
}
.hover\:bg-yellow-500\/30:hover{
  background-color: rgb(255 189 26 / 0.3);
}
.hover\:bg-yellow-500\/40:hover{
  background-color: rgb(255 189 26 / 0.4);
}
.hover\:bg-yellow-500\/5:hover{
  background-color: rgb(255 189 26 / 0.05);
}
.hover\:bg-yellow-500\/50:hover{
  background-color: rgb(255 189 26 / 0.5);
}
.hover\:bg-yellow-500\/60:hover{
  background-color: rgb(255 189 26 / 0.6);
}
.hover\:bg-yellow-500\/70:hover{
  background-color: rgb(255 189 26 / 0.7);
}
.hover\:bg-yellow-500\/75:hover{
  background-color: rgb(255 189 26 / 0.75);
}
.hover\:bg-yellow-500\/80:hover{
  background-color: rgb(255 189 26 / 0.8);
}
.hover\:bg-yellow-500\/90:hover{
  background-color: rgb(255 189 26 / 0.9);
}
.hover\:bg-yellow-500\/95:hover{
  background-color: rgb(255 189 26 / 0.95);
}
.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(33 35 37 / var(--tw-text-opacity));
}
.hover\:text-gray-100:hover{
  --tw-text-opacity: 1;
  color: rgb(239 241 242 / var(--tw-text-opacity));
}
.hover\:text-gray-100\/0:hover{
  color: rgb(239 241 242 / 0);
}
.hover\:text-gray-100\/10:hover{
  color: rgb(239 241 242 / 0.1);
}
.hover\:text-gray-100\/100:hover{
  color: rgb(239 241 242 / 1);
}
.hover\:text-gray-100\/20:hover{
  color: rgb(239 241 242 / 0.2);
}
.hover\:text-gray-100\/25:hover{
  color: rgb(239 241 242 / 0.25);
}
.hover\:text-gray-100\/30:hover{
  color: rgb(239 241 242 / 0.3);
}
.hover\:text-gray-100\/40:hover{
  color: rgb(239 241 242 / 0.4);
}
.hover\:text-gray-100\/5:hover{
  color: rgb(239 241 242 / 0.05);
}
.hover\:text-gray-100\/50:hover{
  color: rgb(239 241 242 / 0.5);
}
.hover\:text-gray-100\/60:hover{
  color: rgb(239 241 242 / 0.6);
}
.hover\:text-gray-100\/70:hover{
  color: rgb(239 241 242 / 0.7);
}
.hover\:text-gray-100\/75:hover{
  color: rgb(239 241 242 / 0.75);
}
.hover\:text-gray-100\/80:hover{
  color: rgb(239 241 242 / 0.8);
}
.hover\:text-gray-100\/90:hover{
  color: rgb(239 241 242 / 0.9);
}
.hover\:text-gray-100\/95:hover{
  color: rgb(239 241 242 / 0.95);
}
.hover\:text-gray-200:hover{
  --tw-text-opacity: 1;
  color: rgb(223 227 229 / var(--tw-text-opacity));
}
.hover\:text-gray-200\/0:hover{
  color: rgb(223 227 229 / 0);
}
.hover\:text-gray-200\/10:hover{
  color: rgb(223 227 229 / 0.1);
}
.hover\:text-gray-200\/100:hover{
  color: rgb(223 227 229 / 1);
}
.hover\:text-gray-200\/20:hover{
  color: rgb(223 227 229 / 0.2);
}
.hover\:text-gray-200\/25:hover{
  color: rgb(223 227 229 / 0.25);
}
.hover\:text-gray-200\/30:hover{
  color: rgb(223 227 229 / 0.3);
}
.hover\:text-gray-200\/40:hover{
  color: rgb(223 227 229 / 0.4);
}
.hover\:text-gray-200\/5:hover{
  color: rgb(223 227 229 / 0.05);
}
.hover\:text-gray-200\/50:hover{
  color: rgb(223 227 229 / 0.5);
}
.hover\:text-gray-200\/60:hover{
  color: rgb(223 227 229 / 0.6);
}
.hover\:text-gray-200\/70:hover{
  color: rgb(223 227 229 / 0.7);
}
.hover\:text-gray-200\/75:hover{
  color: rgb(223 227 229 / 0.75);
}
.hover\:text-gray-200\/80:hover{
  color: rgb(223 227 229 / 0.8);
}
.hover\:text-gray-200\/90:hover{
  color: rgb(223 227 229 / 0.9);
}
.hover\:text-gray-200\/95:hover{
  color: rgb(223 227 229 / 0.95);
}
.hover\:text-gray-300:hover{
  --tw-text-opacity: 1;
  color: rgb(207 212 216 / var(--tw-text-opacity));
}
.hover\:text-gray-300\/0:hover{
  color: rgb(207 212 216 / 0);
}
.hover\:text-gray-300\/10:hover{
  color: rgb(207 212 216 / 0.1);
}
.hover\:text-gray-300\/100:hover{
  color: rgb(207 212 216 / 1);
}
.hover\:text-gray-300\/20:hover{
  color: rgb(207 212 216 / 0.2);
}
.hover\:text-gray-300\/25:hover{
  color: rgb(207 212 216 / 0.25);
}
.hover\:text-gray-300\/30:hover{
  color: rgb(207 212 216 / 0.3);
}
.hover\:text-gray-300\/40:hover{
  color: rgb(207 212 216 / 0.4);
}
.hover\:text-gray-300\/5:hover{
  color: rgb(207 212 216 / 0.05);
}
.hover\:text-gray-300\/50:hover{
  color: rgb(207 212 216 / 0.5);
}
.hover\:text-gray-300\/60:hover{
  color: rgb(207 212 216 / 0.6);
}
.hover\:text-gray-300\/70:hover{
  color: rgb(207 212 216 / 0.7);
}
.hover\:text-gray-300\/75:hover{
  color: rgb(207 212 216 / 0.75);
}
.hover\:text-gray-300\/80:hover{
  color: rgb(207 212 216 / 0.8);
}
.hover\:text-gray-300\/90:hover{
  color: rgb(207 212 216 / 0.9);
}
.hover\:text-gray-300\/95:hover{
  color: rgb(207 212 216 / 0.95);
}
.hover\:text-gray-500:hover{
  --tw-text-opacity: 1;
  color: rgb(167 177 183 / var(--tw-text-opacity));
}
.hover\:text-gray-500\/0:hover{
  color: rgb(167 177 183 / 0);
}
.hover\:text-gray-500\/10:hover{
  color: rgb(167 177 183 / 0.1);
}
.hover\:text-gray-500\/100:hover{
  color: rgb(167 177 183 / 1);
}
.hover\:text-gray-500\/20:hover{
  color: rgb(167 177 183 / 0.2);
}
.hover\:text-gray-500\/25:hover{
  color: rgb(167 177 183 / 0.25);
}
.hover\:text-gray-500\/30:hover{
  color: rgb(167 177 183 / 0.3);
}
.hover\:text-gray-500\/40:hover{
  color: rgb(167 177 183 / 0.4);
}
.hover\:text-gray-500\/5:hover{
  color: rgb(167 177 183 / 0.05);
}
.hover\:text-gray-500\/50:hover{
  color: rgb(167 177 183 / 0.5);
}
.hover\:text-gray-500\/60:hover{
  color: rgb(167 177 183 / 0.6);
}
.hover\:text-gray-500\/70:hover{
  color: rgb(167 177 183 / 0.7);
}
.hover\:text-gray-500\/75:hover{
  color: rgb(167 177 183 / 0.75);
}
.hover\:text-gray-500\/80:hover{
  color: rgb(167 177 183 / 0.8);
}
.hover\:text-gray-500\/90:hover{
  color: rgb(167 177 183 / 0.9);
}
.hover\:text-gray-500\/95:hover{
  color: rgb(167 177 183 / 0.95);
}
.hover\:text-gray-600:hover{
  --tw-text-opacity: 1;
  color: rgb(100 106 110 / var(--tw-text-opacity));
}
.hover\:text-gray-600\/0:hover{
  color: rgb(100 106 110 / 0);
}
.hover\:text-gray-600\/10:hover{
  color: rgb(100 106 110 / 0.1);
}
.hover\:text-gray-600\/100:hover{
  color: rgb(100 106 110 / 1);
}
.hover\:text-gray-600\/20:hover{
  color: rgb(100 106 110 / 0.2);
}
.hover\:text-gray-600\/25:hover{
  color: rgb(100 106 110 / 0.25);
}
.hover\:text-gray-600\/30:hover{
  color: rgb(100 106 110 / 0.3);
}
.hover\:text-gray-600\/40:hover{
  color: rgb(100 106 110 / 0.4);
}
.hover\:text-gray-600\/5:hover{
  color: rgb(100 106 110 / 0.05);
}
.hover\:text-gray-600\/50:hover{
  color: rgb(100 106 110 / 0.5);
}
.hover\:text-gray-600\/60:hover{
  color: rgb(100 106 110 / 0.6);
}
.hover\:text-gray-600\/70:hover{
  color: rgb(100 106 110 / 0.7);
}
.hover\:text-gray-600\/75:hover{
  color: rgb(100 106 110 / 0.75);
}
.hover\:text-gray-600\/80:hover{
  color: rgb(100 106 110 / 0.8);
}
.hover\:text-gray-600\/90:hover{
  color: rgb(100 106 110 / 0.9);
}
.hover\:text-gray-600\/95:hover{
  color: rgb(100 106 110 / 0.95);
}
.hover\:text-primary-500:hover{
  --tw-text-opacity: 1;
  color: rgb(186 12 47 / var(--tw-text-opacity));
}
.hover\:text-primary-500\/0:hover{
  color: rgb(186 12 47 / 0);
}
.hover\:text-primary-500\/10:hover{
  color: rgb(186 12 47 / 0.1);
}
.hover\:text-primary-500\/100:hover{
  color: rgb(186 12 47 / 1);
}
.hover\:text-primary-500\/20:hover{
  color: rgb(186 12 47 / 0.2);
}
.hover\:text-primary-500\/25:hover{
  color: rgb(186 12 47 / 0.25);
}
.hover\:text-primary-500\/30:hover{
  color: rgb(186 12 47 / 0.3);
}
.hover\:text-primary-500\/40:hover{
  color: rgb(186 12 47 / 0.4);
}
.hover\:text-primary-500\/5:hover{
  color: rgb(186 12 47 / 0.05);
}
.hover\:text-primary-500\/50:hover{
  color: rgb(186 12 47 / 0.5);
}
.hover\:text-primary-500\/60:hover{
  color: rgb(186 12 47 / 0.6);
}
.hover\:text-primary-500\/70:hover{
  color: rgb(186 12 47 / 0.7);
}
.hover\:text-primary-500\/75:hover{
  color: rgb(186 12 47 / 0.75);
}
.hover\:text-primary-500\/80:hover{
  color: rgb(186 12 47 / 0.8);
}
.hover\:text-primary-500\/90:hover{
  color: rgb(186 12 47 / 0.9);
}
.hover\:text-primary-500\/95:hover{
  color: rgb(186 12 47 / 0.95);
}
.hover\:text-primary-700:hover{
  --tw-text-opacity: 1;
  color: rgb(112 7 28 / var(--tw-text-opacity));
}
.hover\:text-primary-700\/0:hover{
  color: rgb(112 7 28 / 0);
}
.hover\:text-primary-700\/10:hover{
  color: rgb(112 7 28 / 0.1);
}
.hover\:text-primary-700\/100:hover{
  color: rgb(112 7 28 / 1);
}
.hover\:text-primary-700\/20:hover{
  color: rgb(112 7 28 / 0.2);
}
.hover\:text-primary-700\/25:hover{
  color: rgb(112 7 28 / 0.25);
}
.hover\:text-primary-700\/30:hover{
  color: rgb(112 7 28 / 0.3);
}
.hover\:text-primary-700\/40:hover{
  color: rgb(112 7 28 / 0.4);
}
.hover\:text-primary-700\/5:hover{
  color: rgb(112 7 28 / 0.05);
}
.hover\:text-primary-700\/50:hover{
  color: rgb(112 7 28 / 0.5);
}
.hover\:text-primary-700\/60:hover{
  color: rgb(112 7 28 / 0.6);
}
.hover\:text-primary-700\/70:hover{
  color: rgb(112 7 28 / 0.7);
}
.hover\:text-primary-700\/75:hover{
  color: rgb(112 7 28 / 0.75);
}
.hover\:text-primary-700\/80:hover{
  color: rgb(112 7 28 / 0.8);
}
.hover\:text-primary-700\/90:hover{
  color: rgb(112 7 28 / 0.9);
}
.hover\:text-primary-700\/95:hover{
  color: rgb(112 7 28 / 0.95);
}
.hover\:text-teal-300:hover{
  --tw-text-opacity: 1;
  color: rgb(183 221 213 / var(--tw-text-opacity));
}
.hover\:text-teal-300\/0:hover{
  color: rgb(183 221 213 / 0);
}
.hover\:text-teal-300\/10:hover{
  color: rgb(183 221 213 / 0.1);
}
.hover\:text-teal-300\/100:hover{
  color: rgb(183 221 213 / 1);
}
.hover\:text-teal-300\/20:hover{
  color: rgb(183 221 213 / 0.2);
}
.hover\:text-teal-300\/25:hover{
  color: rgb(183 221 213 / 0.25);
}
.hover\:text-teal-300\/30:hover{
  color: rgb(183 221 213 / 0.3);
}
.hover\:text-teal-300\/40:hover{
  color: rgb(183 221 213 / 0.4);
}
.hover\:text-teal-300\/5:hover{
  color: rgb(183 221 213 / 0.05);
}
.hover\:text-teal-300\/50:hover{
  color: rgb(183 221 213 / 0.5);
}
.hover\:text-teal-300\/60:hover{
  color: rgb(183 221 213 / 0.6);
}
.hover\:text-teal-300\/70:hover{
  color: rgb(183 221 213 / 0.7);
}
.hover\:text-teal-300\/75:hover{
  color: rgb(183 221 213 / 0.75);
}
.hover\:text-teal-300\/80:hover{
  color: rgb(183 221 213 / 0.8);
}
.hover\:text-teal-300\/90:hover{
  color: rgb(183 221 213 / 0.9);
}
.hover\:text-teal-300\/95:hover{
  color: rgb(183 221 213 / 0.95);
}
.hover\:text-teal-500:hover{
  --tw-text-opacity: 1;
  color: rgb(107 187 171 / var(--tw-text-opacity));
}
.hover\:text-teal-500\/0:hover{
  color: rgb(107 187 171 / 0);
}
.hover\:text-teal-500\/10:hover{
  color: rgb(107 187 171 / 0.1);
}
.hover\:text-teal-500\/100:hover{
  color: rgb(107 187 171 / 1);
}
.hover\:text-teal-500\/20:hover{
  color: rgb(107 187 171 / 0.2);
}
.hover\:text-teal-500\/25:hover{
  color: rgb(107 187 171 / 0.25);
}
.hover\:text-teal-500\/30:hover{
  color: rgb(107 187 171 / 0.3);
}
.hover\:text-teal-500\/40:hover{
  color: rgb(107 187 171 / 0.4);
}
.hover\:text-teal-500\/5:hover{
  color: rgb(107 187 171 / 0.05);
}
.hover\:text-teal-500\/50:hover{
  color: rgb(107 187 171 / 0.5);
}
.hover\:text-teal-500\/60:hover{
  color: rgb(107 187 171 / 0.6);
}
.hover\:text-teal-500\/70:hover{
  color: rgb(107 187 171 / 0.7);
}
.hover\:text-teal-500\/75:hover{
  color: rgb(107 187 171 / 0.75);
}
.hover\:text-teal-500\/80:hover{
  color: rgb(107 187 171 / 0.8);
}
.hover\:text-teal-500\/90:hover{
  color: rgb(107 187 171 / 0.9);
}
.hover\:text-teal-500\/95:hover{
  color: rgb(107 187 171 / 0.95);
}
.hover\:text-teal-600:hover{
  --tw-text-opacity: 1;
  color: rgb(147 180 182 / var(--tw-text-opacity));
}
.hover\:text-teal-600\/0:hover{
  color: rgb(147 180 182 / 0);
}
.hover\:text-teal-600\/10:hover{
  color: rgb(147 180 182 / 0.1);
}
.hover\:text-teal-600\/100:hover{
  color: rgb(147 180 182 / 1);
}
.hover\:text-teal-600\/20:hover{
  color: rgb(147 180 182 / 0.2);
}
.hover\:text-teal-600\/25:hover{
  color: rgb(147 180 182 / 0.25);
}
.hover\:text-teal-600\/30:hover{
  color: rgb(147 180 182 / 0.3);
}
.hover\:text-teal-600\/40:hover{
  color: rgb(147 180 182 / 0.4);
}
.hover\:text-teal-600\/5:hover{
  color: rgb(147 180 182 / 0.05);
}
.hover\:text-teal-600\/50:hover{
  color: rgb(147 180 182 / 0.5);
}
.hover\:text-teal-600\/60:hover{
  color: rgb(147 180 182 / 0.6);
}
.hover\:text-teal-600\/70:hover{
  color: rgb(147 180 182 / 0.7);
}
.hover\:text-teal-600\/75:hover{
  color: rgb(147 180 182 / 0.75);
}
.hover\:text-teal-600\/80:hover{
  color: rgb(147 180 182 / 0.8);
}
.hover\:text-teal-600\/90:hover{
  color: rgb(147 180 182 / 0.9);
}
.hover\:text-teal-600\/95:hover{
  color: rgb(147 180 182 / 0.95);
}
.hover\:text-teal-800:hover{
  --tw-text-opacity: 1;
  color: rgb(104 150 153 / var(--tw-text-opacity));
}
.hover\:text-teal-800\/0:hover{
  color: rgb(104 150 153 / 0);
}
.hover\:text-teal-800\/10:hover{
  color: rgb(104 150 153 / 0.1);
}
.hover\:text-teal-800\/100:hover{
  color: rgb(104 150 153 / 1);
}
.hover\:text-teal-800\/20:hover{
  color: rgb(104 150 153 / 0.2);
}
.hover\:text-teal-800\/25:hover{
  color: rgb(104 150 153 / 0.25);
}
.hover\:text-teal-800\/30:hover{
  color: rgb(104 150 153 / 0.3);
}
.hover\:text-teal-800\/40:hover{
  color: rgb(104 150 153 / 0.4);
}
.hover\:text-teal-800\/5:hover{
  color: rgb(104 150 153 / 0.05);
}
.hover\:text-teal-800\/50:hover{
  color: rgb(104 150 153 / 0.5);
}
.hover\:text-teal-800\/60:hover{
  color: rgb(104 150 153 / 0.6);
}
.hover\:text-teal-800\/70:hover{
  color: rgb(104 150 153 / 0.7);
}
.hover\:text-teal-800\/75:hover{
  color: rgb(104 150 153 / 0.75);
}
.hover\:text-teal-800\/80:hover{
  color: rgb(104 150 153 / 0.8);
}
.hover\:text-teal-800\/90:hover{
  color: rgb(104 150 153 / 0.9);
}
.hover\:text-teal-800\/95:hover{
  color: rgb(104 150 153 / 0.95);
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-yellow-300:hover{
  --tw-text-opacity: 1;
  color: rgb(255 226 153 / var(--tw-text-opacity));
}
.hover\:text-yellow-300\/0:hover{
  color: rgb(255 226 153 / 0);
}
.hover\:text-yellow-300\/10:hover{
  color: rgb(255 226 153 / 0.1);
}
.hover\:text-yellow-300\/100:hover{
  color: rgb(255 226 153 / 1);
}
.hover\:text-yellow-300\/20:hover{
  color: rgb(255 226 153 / 0.2);
}
.hover\:text-yellow-300\/25:hover{
  color: rgb(255 226 153 / 0.25);
}
.hover\:text-yellow-300\/30:hover{
  color: rgb(255 226 153 / 0.3);
}
.hover\:text-yellow-300\/40:hover{
  color: rgb(255 226 153 / 0.4);
}
.hover\:text-yellow-300\/5:hover{
  color: rgb(255 226 153 / 0.05);
}
.hover\:text-yellow-300\/50:hover{
  color: rgb(255 226 153 / 0.5);
}
.hover\:text-yellow-300\/60:hover{
  color: rgb(255 226 153 / 0.6);
}
.hover\:text-yellow-300\/70:hover{
  color: rgb(255 226 153 / 0.7);
}
.hover\:text-yellow-300\/75:hover{
  color: rgb(255 226 153 / 0.75);
}
.hover\:text-yellow-300\/80:hover{
  color: rgb(255 226 153 / 0.8);
}
.hover\:text-yellow-300\/90:hover{
  color: rgb(255 226 153 / 0.9);
}
.hover\:text-yellow-300\/95:hover{
  color: rgb(255 226 153 / 0.95);
}
.hover\:text-yellow-500:hover{
  --tw-text-opacity: 1;
  color: rgb(255 189 26 / var(--tw-text-opacity));
}
.hover\:text-yellow-500\/0:hover{
  color: rgb(255 189 26 / 0);
}
.hover\:text-yellow-500\/10:hover{
  color: rgb(255 189 26 / 0.1);
}
.hover\:text-yellow-500\/100:hover{
  color: rgb(255 189 26 / 1);
}
.hover\:text-yellow-500\/20:hover{
  color: rgb(255 189 26 / 0.2);
}
.hover\:text-yellow-500\/25:hover{
  color: rgb(255 189 26 / 0.25);
}
.hover\:text-yellow-500\/30:hover{
  color: rgb(255 189 26 / 0.3);
}
.hover\:text-yellow-500\/40:hover{
  color: rgb(255 189 26 / 0.4);
}
.hover\:text-yellow-500\/5:hover{
  color: rgb(255 189 26 / 0.05);
}
.hover\:text-yellow-500\/50:hover{
  color: rgb(255 189 26 / 0.5);
}
.hover\:text-yellow-500\/60:hover{
  color: rgb(255 189 26 / 0.6);
}
.hover\:text-yellow-500\/70:hover{
  color: rgb(255 189 26 / 0.7);
}
.hover\:text-yellow-500\/75:hover{
  color: rgb(255 189 26 / 0.75);
}
.hover\:text-yellow-500\/80:hover{
  color: rgb(255 189 26 / 0.8);
}
.hover\:text-yellow-500\/90:hover{
  color: rgb(255 189 26 / 0.9);
}
.hover\:text-yellow-500\/95:hover{
  color: rgb(255 189 26 / 0.95);
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.hover\:shadow-500:hover{
  --tw-shadow: 0px 12px 12px rgba(0, 0, 0, 0.15);
  --tw-shadow-colored: 0px 12px 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-button:hover{
  --tw-shadow: 0px 7px 14px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0px 7px 14px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-button-hover:hover{
  --tw-shadow: 0px 6px 32px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0px 6px 32px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-none:hover{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:drop-shadow-button:hover{
  --tw-drop-shadow: drop-shadow(0px 7px 14px rgba(0, 0, 0, 0.1));
  -webkit-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: 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);
}
.hover\:filter-none:hover{
  -webkit-filter: none;
          filter: none;
}
.hover\:before\:z-\[1\]:hover::before{
  content: var(--tw-content);
  z-index: 1;
}
.hover\:before\:w-\[22px\]:hover::before{
  content: var(--tw-content);
  width: 22px;
}
.hover\:before\:w-full:hover::before{
  content: var(--tw-content);
  width: 100%;
}
.hover\:before\:bg-primary-500:hover::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(186 12 47 / var(--tw-bg-opacity));
}
.hover\:after\:h-1:hover::after{
  content: var(--tw-content);
  height: 0.25rem;
}
.hover\:after\:w-6:hover::after{
  content: var(--tw-content);
  width: 1.5rem;
}
.hover\:after\:w-full:hover::after{
  content: var(--tw-content);
  width: 100%;
}
.hover\:after\:bg-primary-500:hover::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(186 12 47 / var(--tw-bg-opacity));
}
.focus\:\!border-black:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(33 35 37 / var(--tw-border-opacity)) !important;
}
.focus\:border-gray-100:focus{
  --tw-border-opacity: 1;
  border-color: rgb(239 241 242 / var(--tw-border-opacity));
}
.focus\:border-gray-100\/0:focus{
  border-color: rgb(239 241 242 / 0);
}
.focus\:border-gray-100\/10:focus{
  border-color: rgb(239 241 242 / 0.1);
}
.focus\:border-gray-100\/100:focus{
  border-color: rgb(239 241 242 / 1);
}
.focus\:border-gray-100\/20:focus{
  border-color: rgb(239 241 242 / 0.2);
}
.focus\:border-gray-100\/25:focus{
  border-color: rgb(239 241 242 / 0.25);
}
.focus\:border-gray-100\/30:focus{
  border-color: rgb(239 241 242 / 0.3);
}
.focus\:border-gray-100\/40:focus{
  border-color: rgb(239 241 242 / 0.4);
}
.focus\:border-gray-100\/5:focus{
  border-color: rgb(239 241 242 / 0.05);
}
.focus\:border-gray-100\/50:focus{
  border-color: rgb(239 241 242 / 0.5);
}
.focus\:border-gray-100\/60:focus{
  border-color: rgb(239 241 242 / 0.6);
}
.focus\:border-gray-100\/70:focus{
  border-color: rgb(239 241 242 / 0.7);
}
.focus\:border-gray-100\/75:focus{
  border-color: rgb(239 241 242 / 0.75);
}
.focus\:border-gray-100\/80:focus{
  border-color: rgb(239 241 242 / 0.8);
}
.focus\:border-gray-100\/90:focus{
  border-color: rgb(239 241 242 / 0.9);
}
.focus\:border-gray-100\/95:focus{
  border-color: rgb(239 241 242 / 0.95);
}
.focus\:border-gray-200:focus{
  --tw-border-opacity: 1;
  border-color: rgb(223 227 229 / var(--tw-border-opacity));
}
.focus\:border-gray-200\/0:focus{
  border-color: rgb(223 227 229 / 0);
}
.focus\:border-gray-200\/10:focus{
  border-color: rgb(223 227 229 / 0.1);
}
.focus\:border-gray-200\/100:focus{
  border-color: rgb(223 227 229 / 1);
}
.focus\:border-gray-200\/20:focus{
  border-color: rgb(223 227 229 / 0.2);
}
.focus\:border-gray-200\/25:focus{
  border-color: rgb(223 227 229 / 0.25);
}
.focus\:border-gray-200\/30:focus{
  border-color: rgb(223 227 229 / 0.3);
}
.focus\:border-gray-200\/40:focus{
  border-color: rgb(223 227 229 / 0.4);
}
.focus\:border-gray-200\/5:focus{
  border-color: rgb(223 227 229 / 0.05);
}
.focus\:border-gray-200\/50:focus{
  border-color: rgb(223 227 229 / 0.5);
}
.focus\:border-gray-200\/60:focus{
  border-color: rgb(223 227 229 / 0.6);
}
.focus\:border-gray-200\/70:focus{
  border-color: rgb(223 227 229 / 0.7);
}
.focus\:border-gray-200\/75:focus{
  border-color: rgb(223 227 229 / 0.75);
}
.focus\:border-gray-200\/80:focus{
  border-color: rgb(223 227 229 / 0.8);
}
.focus\:border-gray-200\/90:focus{
  border-color: rgb(223 227 229 / 0.9);
}
.focus\:border-gray-200\/95:focus{
  border-color: rgb(223 227 229 / 0.95);
}
.focus\:border-gray-300:focus{
  --tw-border-opacity: 1;
  border-color: rgb(207 212 216 / var(--tw-border-opacity));
}
.focus\:border-gray-300\/0:focus{
  border-color: rgb(207 212 216 / 0);
}
.focus\:border-gray-300\/10:focus{
  border-color: rgb(207 212 216 / 0.1);
}
.focus\:border-gray-300\/100:focus{
  border-color: rgb(207 212 216 / 1);
}
.focus\:border-gray-300\/20:focus{
  border-color: rgb(207 212 216 / 0.2);
}
.focus\:border-gray-300\/25:focus{
  border-color: rgb(207 212 216 / 0.25);
}
.focus\:border-gray-300\/30:focus{
  border-color: rgb(207 212 216 / 0.3);
}
.focus\:border-gray-300\/40:focus{
  border-color: rgb(207 212 216 / 0.4);
}
.focus\:border-gray-300\/5:focus{
  border-color: rgb(207 212 216 / 0.05);
}
.focus\:border-gray-300\/50:focus{
  border-color: rgb(207 212 216 / 0.5);
}
.focus\:border-gray-300\/60:focus{
  border-color: rgb(207 212 216 / 0.6);
}
.focus\:border-gray-300\/70:focus{
  border-color: rgb(207 212 216 / 0.7);
}
.focus\:border-gray-300\/75:focus{
  border-color: rgb(207 212 216 / 0.75);
}
.focus\:border-gray-300\/80:focus{
  border-color: rgb(207 212 216 / 0.8);
}
.focus\:border-gray-300\/90:focus{
  border-color: rgb(207 212 216 / 0.9);
}
.focus\:border-gray-300\/95:focus{
  border-color: rgb(207 212 216 / 0.95);
}
.focus\:border-gray-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(167 177 183 / var(--tw-border-opacity));
}
.focus\:border-gray-500\/0:focus{
  border-color: rgb(167 177 183 / 0);
}
.focus\:border-gray-500\/10:focus{
  border-color: rgb(167 177 183 / 0.1);
}
.focus\:border-gray-500\/100:focus{
  border-color: rgb(167 177 183 / 1);
}
.focus\:border-gray-500\/20:focus{
  border-color: rgb(167 177 183 / 0.2);
}
.focus\:border-gray-500\/25:focus{
  border-color: rgb(167 177 183 / 0.25);
}
.focus\:border-gray-500\/30:focus{
  border-color: rgb(167 177 183 / 0.3);
}
.focus\:border-gray-500\/40:focus{
  border-color: rgb(167 177 183 / 0.4);
}
.focus\:border-gray-500\/5:focus{
  border-color: rgb(167 177 183 / 0.05);
}
.focus\:border-gray-500\/50:focus{
  border-color: rgb(167 177 183 / 0.5);
}
.focus\:border-gray-500\/60:focus{
  border-color: rgb(167 177 183 / 0.6);
}
.focus\:border-gray-500\/70:focus{
  border-color: rgb(167 177 183 / 0.7);
}
.focus\:border-gray-500\/75:focus{
  border-color: rgb(167 177 183 / 0.75);
}
.focus\:border-gray-500\/80:focus{
  border-color: rgb(167 177 183 / 0.8);
}
.focus\:border-gray-500\/90:focus{
  border-color: rgb(167 177 183 / 0.9);
}
.focus\:border-gray-500\/95:focus{
  border-color: rgb(167 177 183 / 0.95);
}
.focus\:border-gray-600:focus{
  --tw-border-opacity: 1;
  border-color: rgb(100 106 110 / var(--tw-border-opacity));
}
.focus\:border-gray-600\/0:focus{
  border-color: rgb(100 106 110 / 0);
}
.focus\:border-gray-600\/10:focus{
  border-color: rgb(100 106 110 / 0.1);
}
.focus\:border-gray-600\/100:focus{
  border-color: rgb(100 106 110 / 1);
}
.focus\:border-gray-600\/20:focus{
  border-color: rgb(100 106 110 / 0.2);
}
.focus\:border-gray-600\/25:focus{
  border-color: rgb(100 106 110 / 0.25);
}
.focus\:border-gray-600\/30:focus{
  border-color: rgb(100 106 110 / 0.3);
}
.focus\:border-gray-600\/40:focus{
  border-color: rgb(100 106 110 / 0.4);
}
.focus\:border-gray-600\/5:focus{
  border-color: rgb(100 106 110 / 0.05);
}
.focus\:border-gray-600\/50:focus{
  border-color: rgb(100 106 110 / 0.5);
}
.focus\:border-gray-600\/60:focus{
  border-color: rgb(100 106 110 / 0.6);
}
.focus\:border-gray-600\/70:focus{
  border-color: rgb(100 106 110 / 0.7);
}
.focus\:border-gray-600\/75:focus{
  border-color: rgb(100 106 110 / 0.75);
}
.focus\:border-gray-600\/80:focus{
  border-color: rgb(100 106 110 / 0.8);
}
.focus\:border-gray-600\/90:focus{
  border-color: rgb(100 106 110 / 0.9);
}
.focus\:border-gray-600\/95:focus{
  border-color: rgb(100 106 110 / 0.95);
}
.focus\:border-primary-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(186 12 47 / var(--tw-border-opacity));
}
.focus\:border-primary-500\/0:focus{
  border-color: rgb(186 12 47 / 0);
}
.focus\:border-primary-500\/10:focus{
  border-color: rgb(186 12 47 / 0.1);
}
.focus\:border-primary-500\/100:focus{
  border-color: rgb(186 12 47 / 1);
}
.focus\:border-primary-500\/20:focus{
  border-color: rgb(186 12 47 / 0.2);
}
.focus\:border-primary-500\/25:focus{
  border-color: rgb(186 12 47 / 0.25);
}
.focus\:border-primary-500\/30:focus{
  border-color: rgb(186 12 47 / 0.3);
}
.focus\:border-primary-500\/40:focus{
  border-color: rgb(186 12 47 / 0.4);
}
.focus\:border-primary-500\/5:focus{
  border-color: rgb(186 12 47 / 0.05);
}
.focus\:border-primary-500\/50:focus{
  border-color: rgb(186 12 47 / 0.5);
}
.focus\:border-primary-500\/60:focus{
  border-color: rgb(186 12 47 / 0.6);
}
.focus\:border-primary-500\/70:focus{
  border-color: rgb(186 12 47 / 0.7);
}
.focus\:border-primary-500\/75:focus{
  border-color: rgb(186 12 47 / 0.75);
}
.focus\:border-primary-500\/80:focus{
  border-color: rgb(186 12 47 / 0.8);
}
.focus\:border-primary-500\/90:focus{
  border-color: rgb(186 12 47 / 0.9);
}
.focus\:border-primary-500\/95:focus{
  border-color: rgb(186 12 47 / 0.95);
}
.focus\:border-primary-700:focus{
  --tw-border-opacity: 1;
  border-color: rgb(112 7 28 / var(--tw-border-opacity));
}
.focus\:border-primary-700\/0:focus{
  border-color: rgb(112 7 28 / 0);
}
.focus\:border-primary-700\/10:focus{
  border-color: rgb(112 7 28 / 0.1);
}
.focus\:border-primary-700\/100:focus{
  border-color: rgb(112 7 28 / 1);
}
.focus\:border-primary-700\/20:focus{
  border-color: rgb(112 7 28 / 0.2);
}
.focus\:border-primary-700\/25:focus{
  border-color: rgb(112 7 28 / 0.25);
}
.focus\:border-primary-700\/30:focus{
  border-color: rgb(112 7 28 / 0.3);
}
.focus\:border-primary-700\/40:focus{
  border-color: rgb(112 7 28 / 0.4);
}
.focus\:border-primary-700\/5:focus{
  border-color: rgb(112 7 28 / 0.05);
}
.focus\:border-primary-700\/50:focus{
  border-color: rgb(112 7 28 / 0.5);
}
.focus\:border-primary-700\/60:focus{
  border-color: rgb(112 7 28 / 0.6);
}
.focus\:border-primary-700\/70:focus{
  border-color: rgb(112 7 28 / 0.7);
}
.focus\:border-primary-700\/75:focus{
  border-color: rgb(112 7 28 / 0.75);
}
.focus\:border-primary-700\/80:focus{
  border-color: rgb(112 7 28 / 0.8);
}
.focus\:border-primary-700\/90:focus{
  border-color: rgb(112 7 28 / 0.9);
}
.focus\:border-primary-700\/95:focus{
  border-color: rgb(112 7 28 / 0.95);
}
.focus\:border-teal-300:focus{
  --tw-border-opacity: 1;
  border-color: rgb(183 221 213 / var(--tw-border-opacity));
}
.focus\:border-teal-300\/0:focus{
  border-color: rgb(183 221 213 / 0);
}
.focus\:border-teal-300\/10:focus{
  border-color: rgb(183 221 213 / 0.1);
}
.focus\:border-teal-300\/100:focus{
  border-color: rgb(183 221 213 / 1);
}
.focus\:border-teal-300\/20:focus{
  border-color: rgb(183 221 213 / 0.2);
}
.focus\:border-teal-300\/25:focus{
  border-color: rgb(183 221 213 / 0.25);
}
.focus\:border-teal-300\/30:focus{
  border-color: rgb(183 221 213 / 0.3);
}
.focus\:border-teal-300\/40:focus{
  border-color: rgb(183 221 213 / 0.4);
}
.focus\:border-teal-300\/5:focus{
  border-color: rgb(183 221 213 / 0.05);
}
.focus\:border-teal-300\/50:focus{
  border-color: rgb(183 221 213 / 0.5);
}
.focus\:border-teal-300\/60:focus{
  border-color: rgb(183 221 213 / 0.6);
}
.focus\:border-teal-300\/70:focus{
  border-color: rgb(183 221 213 / 0.7);
}
.focus\:border-teal-300\/75:focus{
  border-color: rgb(183 221 213 / 0.75);
}
.focus\:border-teal-300\/80:focus{
  border-color: rgb(183 221 213 / 0.8);
}
.focus\:border-teal-300\/90:focus{
  border-color: rgb(183 221 213 / 0.9);
}
.focus\:border-teal-300\/95:focus{
  border-color: rgb(183 221 213 / 0.95);
}
.focus\:border-teal-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(107 187 171 / var(--tw-border-opacity));
}
.focus\:border-teal-500\/0:focus{
  border-color: rgb(107 187 171 / 0);
}
.focus\:border-teal-500\/10:focus{
  border-color: rgb(107 187 171 / 0.1);
}
.focus\:border-teal-500\/100:focus{
  border-color: rgb(107 187 171 / 1);
}
.focus\:border-teal-500\/20:focus{
  border-color: rgb(107 187 171 / 0.2);
}
.focus\:border-teal-500\/25:focus{
  border-color: rgb(107 187 171 / 0.25);
}
.focus\:border-teal-500\/30:focus{
  border-color: rgb(107 187 171 / 0.3);
}
.focus\:border-teal-500\/40:focus{
  border-color: rgb(107 187 171 / 0.4);
}
.focus\:border-teal-500\/5:focus{
  border-color: rgb(107 187 171 / 0.05);
}
.focus\:border-teal-500\/50:focus{
  border-color: rgb(107 187 171 / 0.5);
}
.focus\:border-teal-500\/60:focus{
  border-color: rgb(107 187 171 / 0.6);
}
.focus\:border-teal-500\/70:focus{
  border-color: rgb(107 187 171 / 0.7);
}
.focus\:border-teal-500\/75:focus{
  border-color: rgb(107 187 171 / 0.75);
}
.focus\:border-teal-500\/80:focus{
  border-color: rgb(107 187 171 / 0.8);
}
.focus\:border-teal-500\/90:focus{
  border-color: rgb(107 187 171 / 0.9);
}
.focus\:border-teal-500\/95:focus{
  border-color: rgb(107 187 171 / 0.95);
}
.focus\:border-teal-600:focus{
  --tw-border-opacity: 1;
  border-color: rgb(147 180 182 / var(--tw-border-opacity));
}
.focus\:border-teal-600\/0:focus{
  border-color: rgb(147 180 182 / 0);
}
.focus\:border-teal-600\/10:focus{
  border-color: rgb(147 180 182 / 0.1);
}
.focus\:border-teal-600\/100:focus{
  border-color: rgb(147 180 182 / 1);
}
.focus\:border-teal-600\/20:focus{
  border-color: rgb(147 180 182 / 0.2);
}
.focus\:border-teal-600\/25:focus{
  border-color: rgb(147 180 182 / 0.25);
}
.focus\:border-teal-600\/30:focus{
  border-color: rgb(147 180 182 / 0.3);
}
.focus\:border-teal-600\/40:focus{
  border-color: rgb(147 180 182 / 0.4);
}
.focus\:border-teal-600\/5:focus{
  border-color: rgb(147 180 182 / 0.05);
}
.focus\:border-teal-600\/50:focus{
  border-color: rgb(147 180 182 / 0.5);
}
.focus\:border-teal-600\/60:focus{
  border-color: rgb(147 180 182 / 0.6);
}
.focus\:border-teal-600\/70:focus{
  border-color: rgb(147 180 182 / 0.7);
}
.focus\:border-teal-600\/75:focus{
  border-color: rgb(147 180 182 / 0.75);
}
.focus\:border-teal-600\/80:focus{
  border-color: rgb(147 180 182 / 0.8);
}
.focus\:border-teal-600\/90:focus{
  border-color: rgb(147 180 182 / 0.9);
}
.focus\:border-teal-600\/95:focus{
  border-color: rgb(147 180 182 / 0.95);
}
.focus\:border-teal-800:focus{
  --tw-border-opacity: 1;
  border-color: rgb(104 150 153 / var(--tw-border-opacity));
}
.focus\:border-teal-800\/0:focus{
  border-color: rgb(104 150 153 / 0);
}
.focus\:border-teal-800\/10:focus{
  border-color: rgb(104 150 153 / 0.1);
}
.focus\:border-teal-800\/100:focus{
  border-color: rgb(104 150 153 / 1);
}
.focus\:border-teal-800\/20:focus{
  border-color: rgb(104 150 153 / 0.2);
}
.focus\:border-teal-800\/25:focus{
  border-color: rgb(104 150 153 / 0.25);
}
.focus\:border-teal-800\/30:focus{
  border-color: rgb(104 150 153 / 0.3);
}
.focus\:border-teal-800\/40:focus{
  border-color: rgb(104 150 153 / 0.4);
}
.focus\:border-teal-800\/5:focus{
  border-color: rgb(104 150 153 / 0.05);
}
.focus\:border-teal-800\/50:focus{
  border-color: rgb(104 150 153 / 0.5);
}
.focus\:border-teal-800\/60:focus{
  border-color: rgb(104 150 153 / 0.6);
}
.focus\:border-teal-800\/70:focus{
  border-color: rgb(104 150 153 / 0.7);
}
.focus\:border-teal-800\/75:focus{
  border-color: rgb(104 150 153 / 0.75);
}
.focus\:border-teal-800\/80:focus{
  border-color: rgb(104 150 153 / 0.8);
}
.focus\:border-teal-800\/90:focus{
  border-color: rgb(104 150 153 / 0.9);
}
.focus\:border-teal-800\/95:focus{
  border-color: rgb(104 150 153 / 0.95);
}
.focus\:border-yellow-300:focus{
  --tw-border-opacity: 1;
  border-color: rgb(255 226 153 / var(--tw-border-opacity));
}
.focus\:border-yellow-300\/0:focus{
  border-color: rgb(255 226 153 / 0);
}
.focus\:border-yellow-300\/10:focus{
  border-color: rgb(255 226 153 / 0.1);
}
.focus\:border-yellow-300\/100:focus{
  border-color: rgb(255 226 153 / 1);
}
.focus\:border-yellow-300\/20:focus{
  border-color: rgb(255 226 153 / 0.2);
}
.focus\:border-yellow-300\/25:focus{
  border-color: rgb(255 226 153 / 0.25);
}
.focus\:border-yellow-300\/30:focus{
  border-color: rgb(255 226 153 / 0.3);
}
.focus\:border-yellow-300\/40:focus{
  border-color: rgb(255 226 153 / 0.4);
}
.focus\:border-yellow-300\/5:focus{
  border-color: rgb(255 226 153 / 0.05);
}
.focus\:border-yellow-300\/50:focus{
  border-color: rgb(255 226 153 / 0.5);
}
.focus\:border-yellow-300\/60:focus{
  border-color: rgb(255 226 153 / 0.6);
}
.focus\:border-yellow-300\/70:focus{
  border-color: rgb(255 226 153 / 0.7);
}
.focus\:border-yellow-300\/75:focus{
  border-color: rgb(255 226 153 / 0.75);
}
.focus\:border-yellow-300\/80:focus{
  border-color: rgb(255 226 153 / 0.8);
}
.focus\:border-yellow-300\/90:focus{
  border-color: rgb(255 226 153 / 0.9);
}
.focus\:border-yellow-300\/95:focus{
  border-color: rgb(255 226 153 / 0.95);
}
.focus\:border-yellow-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(255 189 26 / var(--tw-border-opacity));
}
.focus\:border-yellow-500\/0:focus{
  border-color: rgb(255 189 26 / 0);
}
.focus\:border-yellow-500\/10:focus{
  border-color: rgb(255 189 26 / 0.1);
}
.focus\:border-yellow-500\/100:focus{
  border-color: rgb(255 189 26 / 1);
}
.focus\:border-yellow-500\/20:focus{
  border-color: rgb(255 189 26 / 0.2);
}
.focus\:border-yellow-500\/25:focus{
  border-color: rgb(255 189 26 / 0.25);
}
.focus\:border-yellow-500\/30:focus{
  border-color: rgb(255 189 26 / 0.3);
}
.focus\:border-yellow-500\/40:focus{
  border-color: rgb(255 189 26 / 0.4);
}
.focus\:border-yellow-500\/5:focus{
  border-color: rgb(255 189 26 / 0.05);
}
.focus\:border-yellow-500\/50:focus{
  border-color: rgb(255 189 26 / 0.5);
}
.focus\:border-yellow-500\/60:focus{
  border-color: rgb(255 189 26 / 0.6);
}
.focus\:border-yellow-500\/70:focus{
  border-color: rgb(255 189 26 / 0.7);
}
.focus\:border-yellow-500\/75:focus{
  border-color: rgb(255 189 26 / 0.75);
}
.focus\:border-yellow-500\/80:focus{
  border-color: rgb(255 189 26 / 0.8);
}
.focus\:border-yellow-500\/90:focus{
  border-color: rgb(255 189 26 / 0.9);
}
.focus\:border-yellow-500\/95:focus{
  border-color: rgb(255 189 26 / 0.95);
}
.focus\:bg-gray-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(239 241 242 / var(--tw-bg-opacity));
}
.focus\:bg-gray-100\/0:focus{
  background-color: rgb(239 241 242 / 0);
}
.focus\:bg-gray-100\/10:focus{
  background-color: rgb(239 241 242 / 0.1);
}
.focus\:bg-gray-100\/100:focus{
  background-color: rgb(239 241 242 / 1);
}
.focus\:bg-gray-100\/20:focus{
  background-color: rgb(239 241 242 / 0.2);
}
.focus\:bg-gray-100\/25:focus{
  background-color: rgb(239 241 242 / 0.25);
}
.focus\:bg-gray-100\/30:focus{
  background-color: rgb(239 241 242 / 0.3);
}
.focus\:bg-gray-100\/40:focus{
  background-color: rgb(239 241 242 / 0.4);
}
.focus\:bg-gray-100\/5:focus{
  background-color: rgb(239 241 242 / 0.05);
}
.focus\:bg-gray-100\/50:focus{
  background-color: rgb(239 241 242 / 0.5);
}
.focus\:bg-gray-100\/60:focus{
  background-color: rgb(239 241 242 / 0.6);
}
.focus\:bg-gray-100\/70:focus{
  background-color: rgb(239 241 242 / 0.7);
}
.focus\:bg-gray-100\/75:focus{
  background-color: rgb(239 241 242 / 0.75);
}
.focus\:bg-gray-100\/80:focus{
  background-color: rgb(239 241 242 / 0.8);
}
.focus\:bg-gray-100\/90:focus{
  background-color: rgb(239 241 242 / 0.9);
}
.focus\:bg-gray-100\/95:focus{
  background-color: rgb(239 241 242 / 0.95);
}
.focus\:bg-gray-200:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(223 227 229 / var(--tw-bg-opacity));
}
.focus\:bg-gray-200\/0:focus{
  background-color: rgb(223 227 229 / 0);
}
.focus\:bg-gray-200\/10:focus{
  background-color: rgb(223 227 229 / 0.1);
}
.focus\:bg-gray-200\/100:focus{
  background-color: rgb(223 227 229 / 1);
}
.focus\:bg-gray-200\/20:focus{
  background-color: rgb(223 227 229 / 0.2);
}
.focus\:bg-gray-200\/25:focus{
  background-color: rgb(223 227 229 / 0.25);
}
.focus\:bg-gray-200\/30:focus{
  background-color: rgb(223 227 229 / 0.3);
}
.focus\:bg-gray-200\/40:focus{
  background-color: rgb(223 227 229 / 0.4);
}
.focus\:bg-gray-200\/5:focus{
  background-color: rgb(223 227 229 / 0.05);
}
.focus\:bg-gray-200\/50:focus{
  background-color: rgb(223 227 229 / 0.5);
}
.focus\:bg-gray-200\/60:focus{
  background-color: rgb(223 227 229 / 0.6);
}
.focus\:bg-gray-200\/70:focus{
  background-color: rgb(223 227 229 / 0.7);
}
.focus\:bg-gray-200\/75:focus{
  background-color: rgb(223 227 229 / 0.75);
}
.focus\:bg-gray-200\/80:focus{
  background-color: rgb(223 227 229 / 0.8);
}
.focus\:bg-gray-200\/90:focus{
  background-color: rgb(223 227 229 / 0.9);
}
.focus\:bg-gray-200\/95:focus{
  background-color: rgb(223 227 229 / 0.95);
}
.focus\:bg-gray-300:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(207 212 216 / var(--tw-bg-opacity));
}
.focus\:bg-gray-300\/0:focus{
  background-color: rgb(207 212 216 / 0);
}
.focus\:bg-gray-300\/10:focus{
  background-color: rgb(207 212 216 / 0.1);
}
.focus\:bg-gray-300\/100:focus{
  background-color: rgb(207 212 216 / 1);
}
.focus\:bg-gray-300\/20:focus{
  background-color: rgb(207 212 216 / 0.2);
}
.focus\:bg-gray-300\/25:focus{
  background-color: rgb(207 212 216 / 0.25);
}
.focus\:bg-gray-300\/30:focus{
  background-color: rgb(207 212 216 / 0.3);
}
.focus\:bg-gray-300\/40:focus{
  background-color: rgb(207 212 216 / 0.4);
}
.focus\:bg-gray-300\/5:focus{
  background-color: rgb(207 212 216 / 0.05);
}
.focus\:bg-gray-300\/50:focus{
  background-color: rgb(207 212 216 / 0.5);
}
.focus\:bg-gray-300\/60:focus{
  background-color: rgb(207 212 216 / 0.6);
}
.focus\:bg-gray-300\/70:focus{
  background-color: rgb(207 212 216 / 0.7);
}
.focus\:bg-gray-300\/75:focus{
  background-color: rgb(207 212 216 / 0.75);
}
.focus\:bg-gray-300\/80:focus{
  background-color: rgb(207 212 216 / 0.8);
}
.focus\:bg-gray-300\/90:focus{
  background-color: rgb(207 212 216 / 0.9);
}
.focus\:bg-gray-300\/95:focus{
  background-color: rgb(207 212 216 / 0.95);
}
.focus\:bg-gray-500:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(167 177 183 / var(--tw-bg-opacity));
}
.focus\:bg-gray-500\/0:focus{
  background-color: rgb(167 177 183 / 0);
}
.focus\:bg-gray-500\/10:focus{
  background-color: rgb(167 177 183 / 0.1);
}
.focus\:bg-gray-500\/100:focus{
  background-color: rgb(167 177 183 / 1);
}
.focus\:bg-gray-500\/20:focus{
  background-color: rgb(167 177 183 / 0.2);
}
.focus\:bg-gray-500\/25:focus{
  background-color: rgb(167 177 183 / 0.25);
}
.focus\:bg-gray-500\/30:focus{
  background-color: rgb(167 177 183 / 0.3);
}
.focus\:bg-gray-500\/40:focus{
  background-color: rgb(167 177 183 / 0.4);
}
.focus\:bg-gray-500\/5:focus{
  background-color: rgb(167 177 183 / 0.05);
}
.focus\:bg-gray-500\/50:focus{
  background-color: rgb(167 177 183 / 0.5);
}
.focus\:bg-gray-500\/60:focus{
  background-color: rgb(167 177 183 / 0.6);
}
.focus\:bg-gray-500\/70:focus{
  background-color: rgb(167 177 183 / 0.7);
}
.focus\:bg-gray-500\/75:focus{
  background-color: rgb(167 177 183 / 0.75);
}
.focus\:bg-gray-500\/80:focus{
  background-color: rgb(167 177 183 / 0.8);
}
.focus\:bg-gray-500\/90:focus{
  background-color: rgb(167 177 183 / 0.9);
}
.focus\:bg-gray-500\/95:focus{
  background-color: rgb(167 177 183 / 0.95);
}
.focus\:bg-gray-600:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(100 106 110 / var(--tw-bg-opacity));
}
.focus\:bg-gray-600\/0:focus{
  background-color: rgb(100 106 110 / 0);
}
.focus\:bg-gray-600\/10:focus{
  background-color: rgb(100 106 110 / 0.1);
}
.focus\:bg-gray-600\/100:focus{
  background-color: rgb(100 106 110 / 1);
}
.focus\:bg-gray-600\/20:focus{
  background-color: rgb(100 106 110 / 0.2);
}
.focus\:bg-gray-600\/25:focus{
  background-color: rgb(100 106 110 / 0.25);
}
.focus\:bg-gray-600\/30:focus{
  background-color: rgb(100 106 110 / 0.3);
}
.focus\:bg-gray-600\/40:focus{
  background-color: rgb(100 106 110 / 0.4);
}
.focus\:bg-gray-600\/5:focus{
  background-color: rgb(100 106 110 / 0.05);
}
.focus\:bg-gray-600\/50:focus{
  background-color: rgb(100 106 110 / 0.5);
}
.focus\:bg-gray-600\/60:focus{
  background-color: rgb(100 106 110 / 0.6);
}
.focus\:bg-gray-600\/70:focus{
  background-color: rgb(100 106 110 / 0.7);
}
.focus\:bg-gray-600\/75:focus{
  background-color: rgb(100 106 110 / 0.75);
}
.focus\:bg-gray-600\/80:focus{
  background-color: rgb(100 106 110 / 0.8);
}
.focus\:bg-gray-600\/90:focus{
  background-color: rgb(100 106 110 / 0.9);
}
.focus\:bg-gray-600\/95:focus{
  background-color: rgb(100 106 110 / 0.95);
}
.focus\:bg-primary-500:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(186 12 47 / var(--tw-bg-opacity));
}
.focus\:bg-primary-500\/0:focus{
  background-color: rgb(186 12 47 / 0);
}
.focus\:bg-primary-500\/10:focus{
  background-color: rgb(186 12 47 / 0.1);
}
.focus\:bg-primary-500\/100:focus{
  background-color: rgb(186 12 47 / 1);
}
.focus\:bg-primary-500\/20:focus{
  background-color: rgb(186 12 47 / 0.2);
}
.focus\:bg-primary-500\/25:focus{
  background-color: rgb(186 12 47 / 0.25);
}
.focus\:bg-primary-500\/30:focus{
  background-color: rgb(186 12 47 / 0.3);
}
.focus\:bg-primary-500\/40:focus{
  background-color: rgb(186 12 47 / 0.4);
}
.focus\:bg-primary-500\/5:focus{
  background-color: rgb(186 12 47 / 0.05);
}
.focus\:bg-primary-500\/50:focus{
  background-color: rgb(186 12 47 / 0.5);
}
.focus\:bg-primary-500\/60:focus{
  background-color: rgb(186 12 47 / 0.6);
}
.focus\:bg-primary-500\/70:focus{
  background-color: rgb(186 12 47 / 0.7);
}
.focus\:bg-primary-500\/75:focus{
  background-color: rgb(186 12 47 / 0.75);
}
.focus\:bg-primary-500\/80:focus{
  background-color: rgb(186 12 47 / 0.8);
}
.focus\:bg-primary-500\/90:focus{
  background-color: rgb(186 12 47 / 0.9);
}
.focus\:bg-primary-500\/95:focus{
  background-color: rgb(186 12 47 / 0.95);
}
.focus\:bg-primary-700:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(112 7 28 / var(--tw-bg-opacity));
}
.focus\:bg-primary-700\/0:focus{
  background-color: rgb(112 7 28 / 0);
}
.focus\:bg-primary-700\/10:focus{
  background-color: rgb(112 7 28 / 0.1);
}
.focus\:bg-primary-700\/100:focus{
  background-color: rgb(112 7 28 / 1);
}
.focus\:bg-primary-700\/20:focus{
  background-color: rgb(112 7 28 / 0.2);
}
.focus\:bg-primary-700\/25:focus{
  background-color: rgb(112 7 28 / 0.25);
}
.focus\:bg-primary-700\/30:focus{
  background-color: rgb(112 7 28 / 0.3);
}
.focus\:bg-primary-700\/40:focus{
  background-color: rgb(112 7 28 / 0.4);
}
.focus\:bg-primary-700\/5:focus{
  background-color: rgb(112 7 28 / 0.05);
}
.focus\:bg-primary-700\/50:focus{
  background-color: rgb(112 7 28 / 0.5);
}
.focus\:bg-primary-700\/60:focus{
  background-color: rgb(112 7 28 / 0.6);
}
.focus\:bg-primary-700\/70:focus{
  background-color: rgb(112 7 28 / 0.7);
}
.focus\:bg-primary-700\/75:focus{
  background-color: rgb(112 7 28 / 0.75);
}
.focus\:bg-primary-700\/80:focus{
  background-color: rgb(112 7 28 / 0.8);
}
.focus\:bg-primary-700\/90:focus{
  background-color: rgb(112 7 28 / 0.9);
}
.focus\:bg-primary-700\/95:focus{
  background-color: rgb(112 7 28 / 0.95);
}
.focus\:bg-teal-300:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(183 221 213 / var(--tw-bg-opacity));
}
.focus\:bg-teal-300\/0:focus{
  background-color: rgb(183 221 213 / 0);
}
.focus\:bg-teal-300\/10:focus{
  background-color: rgb(183 221 213 / 0.1);
}
.focus\:bg-teal-300\/100:focus{
  background-color: rgb(183 221 213 / 1);
}
.focus\:bg-teal-300\/20:focus{
  background-color: rgb(183 221 213 / 0.2);
}
.focus\:bg-teal-300\/25:focus{
  background-color: rgb(183 221 213 / 0.25);
}
.focus\:bg-teal-300\/30:focus{
  background-color: rgb(183 221 213 / 0.3);
}
.focus\:bg-teal-300\/40:focus{
  background-color: rgb(183 221 213 / 0.4);
}
.focus\:bg-teal-300\/5:focus{
  background-color: rgb(183 221 213 / 0.05);
}
.focus\:bg-teal-300\/50:focus{
  background-color: rgb(183 221 213 / 0.5);
}
.focus\:bg-teal-300\/60:focus{
  background-color: rgb(183 221 213 / 0.6);
}
.focus\:bg-teal-300\/70:focus{
  background-color: rgb(183 221 213 / 0.7);
}
.focus\:bg-teal-300\/75:focus{
  background-color: rgb(183 221 213 / 0.75);
}
.focus\:bg-teal-300\/80:focus{
  background-color: rgb(183 221 213 / 0.8);
}
.focus\:bg-teal-300\/90:focus{
  background-color: rgb(183 221 213 / 0.9);
}
.focus\:bg-teal-300\/95:focus{
  background-color: rgb(183 221 213 / 0.95);
}
.focus\:bg-teal-500:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(107 187 171 / var(--tw-bg-opacity));
}
.focus\:bg-teal-500\/0:focus{
  background-color: rgb(107 187 171 / 0);
}
.focus\:bg-teal-500\/10:focus{
  background-color: rgb(107 187 171 / 0.1);
}
.focus\:bg-teal-500\/100:focus{
  background-color: rgb(107 187 171 / 1);
}
.focus\:bg-teal-500\/20:focus{
  background-color: rgb(107 187 171 / 0.2);
}
.focus\:bg-teal-500\/25:focus{
  background-color: rgb(107 187 171 / 0.25);
}
.focus\:bg-teal-500\/30:focus{
  background-color: rgb(107 187 171 / 0.3);
}
.focus\:bg-teal-500\/40:focus{
  background-color: rgb(107 187 171 / 0.4);
}
.focus\:bg-teal-500\/5:focus{
  background-color: rgb(107 187 171 / 0.05);
}
.focus\:bg-teal-500\/50:focus{
  background-color: rgb(107 187 171 / 0.5);
}
.focus\:bg-teal-500\/60:focus{
  background-color: rgb(107 187 171 / 0.6);
}
.focus\:bg-teal-500\/70:focus{
  background-color: rgb(107 187 171 / 0.7);
}
.focus\:bg-teal-500\/75:focus{
  background-color: rgb(107 187 171 / 0.75);
}
.focus\:bg-teal-500\/80:focus{
  background-color: rgb(107 187 171 / 0.8);
}
.focus\:bg-teal-500\/90:focus{
  background-color: rgb(107 187 171 / 0.9);
}
.focus\:bg-teal-500\/95:focus{
  background-color: rgb(107 187 171 / 0.95);
}
.focus\:bg-teal-600:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(147 180 182 / var(--tw-bg-opacity));
}
.focus\:bg-teal-600\/0:focus{
  background-color: rgb(147 180 182 / 0);
}
.focus\:bg-teal-600\/10:focus{
  background-color: rgb(147 180 182 / 0.1);
}
.focus\:bg-teal-600\/100:focus{
  background-color: rgb(147 180 182 / 1);
}
.focus\:bg-teal-600\/20:focus{
  background-color: rgb(147 180 182 / 0.2);
}
.focus\:bg-teal-600\/25:focus{
  background-color: rgb(147 180 182 / 0.25);
}
.focus\:bg-teal-600\/30:focus{
  background-color: rgb(147 180 182 / 0.3);
}
.focus\:bg-teal-600\/40:focus{
  background-color: rgb(147 180 182 / 0.4);
}
.focus\:bg-teal-600\/5:focus{
  background-color: rgb(147 180 182 / 0.05);
}
.focus\:bg-teal-600\/50:focus{
  background-color: rgb(147 180 182 / 0.5);
}
.focus\:bg-teal-600\/60:focus{
  background-color: rgb(147 180 182 / 0.6);
}
.focus\:bg-teal-600\/70:focus{
  background-color: rgb(147 180 182 / 0.7);
}
.focus\:bg-teal-600\/75:focus{
  background-color: rgb(147 180 182 / 0.75);
}
.focus\:bg-teal-600\/80:focus{
  background-color: rgb(147 180 182 / 0.8);
}
.focus\:bg-teal-600\/90:focus{
  background-color: rgb(147 180 182 / 0.9);
}
.focus\:bg-teal-600\/95:focus{
  background-color: rgb(147 180 182 / 0.95);
}
.focus\:bg-teal-800:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(104 150 153 / var(--tw-bg-opacity));
}
.focus\:bg-teal-800\/0:focus{
  background-color: rgb(104 150 153 / 0);
}
.focus\:bg-teal-800\/10:focus{
  background-color: rgb(104 150 153 / 0.1);
}
.focus\:bg-teal-800\/100:focus{
  background-color: rgb(104 150 153 / 1);
}
.focus\:bg-teal-800\/20:focus{
  background-color: rgb(104 150 153 / 0.2);
}
.focus\:bg-teal-800\/25:focus{
  background-color: rgb(104 150 153 / 0.25);
}
.focus\:bg-teal-800\/30:focus{
  background-color: rgb(104 150 153 / 0.3);
}
.focus\:bg-teal-800\/40:focus{
  background-color: rgb(104 150 153 / 0.4);
}
.focus\:bg-teal-800\/5:focus{
  background-color: rgb(104 150 153 / 0.05);
}
.focus\:bg-teal-800\/50:focus{
  background-color: rgb(104 150 153 / 0.5);
}
.focus\:bg-teal-800\/60:focus{
  background-color: rgb(104 150 153 / 0.6);
}
.focus\:bg-teal-800\/70:focus{
  background-color: rgb(104 150 153 / 0.7);
}
.focus\:bg-teal-800\/75:focus{
  background-color: rgb(104 150 153 / 0.75);
}
.focus\:bg-teal-800\/80:focus{
  background-color: rgb(104 150 153 / 0.8);
}
.focus\:bg-teal-800\/90:focus{
  background-color: rgb(104 150 153 / 0.9);
}
.focus\:bg-teal-800\/95:focus{
  background-color: rgb(104 150 153 / 0.95);
}
.focus\:bg-yellow-300:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(255 226 153 / var(--tw-bg-opacity));
}
.focus\:bg-yellow-300\/0:focus{
  background-color: rgb(255 226 153 / 0);
}
.focus\:bg-yellow-300\/10:focus{
  background-color: rgb(255 226 153 / 0.1);
}
.focus\:bg-yellow-300\/100:focus{
  background-color: rgb(255 226 153 / 1);
}
.focus\:bg-yellow-300\/20:focus{
  background-color: rgb(255 226 153 / 0.2);
}
.focus\:bg-yellow-300\/25:focus{
  background-color: rgb(255 226 153 / 0.25);
}
.focus\:bg-yellow-300\/30:focus{
  background-color: rgb(255 226 153 / 0.3);
}
.focus\:bg-yellow-300\/40:focus{
  background-color: rgb(255 226 153 / 0.4);
}
.focus\:bg-yellow-300\/5:focus{
  background-color: rgb(255 226 153 / 0.05);
}
.focus\:bg-yellow-300\/50:focus{
  background-color: rgb(255 226 153 / 0.5);
}
.focus\:bg-yellow-300\/60:focus{
  background-color: rgb(255 226 153 / 0.6);
}
.focus\:bg-yellow-300\/70:focus{
  background-color: rgb(255 226 153 / 0.7);
}
.focus\:bg-yellow-300\/75:focus{
  background-color: rgb(255 226 153 / 0.75);
}
.focus\:bg-yellow-300\/80:focus{
  background-color: rgb(255 226 153 / 0.8);
}
.focus\:bg-yellow-300\/90:focus{
  background-color: rgb(255 226 153 / 0.9);
}
.focus\:bg-yellow-300\/95:focus{
  background-color: rgb(255 226 153 / 0.95);
}
.focus\:bg-yellow-500:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(255 189 26 / var(--tw-bg-opacity));
}
.focus\:bg-yellow-500\/0:focus{
  background-color: rgb(255 189 26 / 0);
}
.focus\:bg-yellow-500\/10:focus{
  background-color: rgb(255 189 26 / 0.1);
}
.focus\:bg-yellow-500\/100:focus{
  background-color: rgb(255 189 26 / 1);
}
.focus\:bg-yellow-500\/20:focus{
  background-color: rgb(255 189 26 / 0.2);
}
.focus\:bg-yellow-500\/25:focus{
  background-color: rgb(255 189 26 / 0.25);
}
.focus\:bg-yellow-500\/30:focus{
  background-color: rgb(255 189 26 / 0.3);
}
.focus\:bg-yellow-500\/40:focus{
  background-color: rgb(255 189 26 / 0.4);
}
.focus\:bg-yellow-500\/5:focus{
  background-color: rgb(255 189 26 / 0.05);
}
.focus\:bg-yellow-500\/50:focus{
  background-color: rgb(255 189 26 / 0.5);
}
.focus\:bg-yellow-500\/60:focus{
  background-color: rgb(255 189 26 / 0.6);
}
.focus\:bg-yellow-500\/70:focus{
  background-color: rgb(255 189 26 / 0.7);
}
.focus\:bg-yellow-500\/75:focus{
  background-color: rgb(255 189 26 / 0.75);
}
.focus\:bg-yellow-500\/80:focus{
  background-color: rgb(255 189 26 / 0.8);
}
.focus\:bg-yellow-500\/90:focus{
  background-color: rgb(255 189 26 / 0.9);
}
.focus\:bg-yellow-500\/95:focus{
  background-color: rgb(255 189 26 / 0.95);
}
.focus\:text-black:focus{
  --tw-text-opacity: 1;
  color: rgb(33 35 37 / var(--tw-text-opacity));
}
.focus\:text-gray-100:focus{
  --tw-text-opacity: 1;
  color: rgb(239 241 242 / var(--tw-text-opacity));
}
.focus\:text-gray-100\/0:focus{
  color: rgb(239 241 242 / 0);
}
.focus\:text-gray-100\/10:focus{
  color: rgb(239 241 242 / 0.1);
}
.focus\:text-gray-100\/100:focus{
  color: rgb(239 241 242 / 1);
}
.focus\:text-gray-100\/20:focus{
  color: rgb(239 241 242 / 0.2);
}
.focus\:text-gray-100\/25:focus{
  color: rgb(239 241 242 / 0.25);
}
.focus\:text-gray-100\/30:focus{
  color: rgb(239 241 242 / 0.3);
}
.focus\:text-gray-100\/40:focus{
  color: rgb(239 241 242 / 0.4);
}
.focus\:text-gray-100\/5:focus{
  color: rgb(239 241 242 / 0.05);
}
.focus\:text-gray-100\/50:focus{
  color: rgb(239 241 242 / 0.5);
}
.focus\:text-gray-100\/60:focus{
  color: rgb(239 241 242 / 0.6);
}
.focus\:text-gray-100\/70:focus{
  color: rgb(239 241 242 / 0.7);
}
.focus\:text-gray-100\/75:focus{
  color: rgb(239 241 242 / 0.75);
}
.focus\:text-gray-100\/80:focus{
  color: rgb(239 241 242 / 0.8);
}
.focus\:text-gray-100\/90:focus{
  color: rgb(239 241 242 / 0.9);
}
.focus\:text-gray-100\/95:focus{
  color: rgb(239 241 242 / 0.95);
}
.focus\:text-gray-200:focus{
  --tw-text-opacity: 1;
  color: rgb(223 227 229 / var(--tw-text-opacity));
}
.focus\:text-gray-200\/0:focus{
  color: rgb(223 227 229 / 0);
}
.focus\:text-gray-200\/10:focus{
  color: rgb(223 227 229 / 0.1);
}
.focus\:text-gray-200\/100:focus{
  color: rgb(223 227 229 / 1);
}
.focus\:text-gray-200\/20:focus{
  color: rgb(223 227 229 / 0.2);
}
.focus\:text-gray-200\/25:focus{
  color: rgb(223 227 229 / 0.25);
}
.focus\:text-gray-200\/30:focus{
  color: rgb(223 227 229 / 0.3);
}
.focus\:text-gray-200\/40:focus{
  color: rgb(223 227 229 / 0.4);
}
.focus\:text-gray-200\/5:focus{
  color: rgb(223 227 229 / 0.05);
}
.focus\:text-gray-200\/50:focus{
  color: rgb(223 227 229 / 0.5);
}
.focus\:text-gray-200\/60:focus{
  color: rgb(223 227 229 / 0.6);
}
.focus\:text-gray-200\/70:focus{
  color: rgb(223 227 229 / 0.7);
}
.focus\:text-gray-200\/75:focus{
  color: rgb(223 227 229 / 0.75);
}
.focus\:text-gray-200\/80:focus{
  color: rgb(223 227 229 / 0.8);
}
.focus\:text-gray-200\/90:focus{
  color: rgb(223 227 229 / 0.9);
}
.focus\:text-gray-200\/95:focus{
  color: rgb(223 227 229 / 0.95);
}
.focus\:text-gray-300:focus{
  --tw-text-opacity: 1;
  color: rgb(207 212 216 / var(--tw-text-opacity));
}
.focus\:text-gray-300\/0:focus{
  color: rgb(207 212 216 / 0);
}
.focus\:text-gray-300\/10:focus{
  color: rgb(207 212 216 / 0.1);
}
.focus\:text-gray-300\/100:focus{
  color: rgb(207 212 216 / 1);
}
.focus\:text-gray-300\/20:focus{
  color: rgb(207 212 216 / 0.2);
}
.focus\:text-gray-300\/25:focus{
  color: rgb(207 212 216 / 0.25);
}
.focus\:text-gray-300\/30:focus{
  color: rgb(207 212 216 / 0.3);
}
.focus\:text-gray-300\/40:focus{
  color: rgb(207 212 216 / 0.4);
}
.focus\:text-gray-300\/5:focus{
  color: rgb(207 212 216 / 0.05);
}
.focus\:text-gray-300\/50:focus{
  color: rgb(207 212 216 / 0.5);
}
.focus\:text-gray-300\/60:focus{
  color: rgb(207 212 216 / 0.6);
}
.focus\:text-gray-300\/70:focus{
  color: rgb(207 212 216 / 0.7);
}
.focus\:text-gray-300\/75:focus{
  color: rgb(207 212 216 / 0.75);
}
.focus\:text-gray-300\/80:focus{
  color: rgb(207 212 216 / 0.8);
}
.focus\:text-gray-300\/90:focus{
  color: rgb(207 212 216 / 0.9);
}
.focus\:text-gray-300\/95:focus{
  color: rgb(207 212 216 / 0.95);
}
.focus\:text-gray-500:focus{
  --tw-text-opacity: 1;
  color: rgb(167 177 183 / var(--tw-text-opacity));
}
.focus\:text-gray-500\/0:focus{
  color: rgb(167 177 183 / 0);
}
.focus\:text-gray-500\/10:focus{
  color: rgb(167 177 183 / 0.1);
}
.focus\:text-gray-500\/100:focus{
  color: rgb(167 177 183 / 1);
}
.focus\:text-gray-500\/20:focus{
  color: rgb(167 177 183 / 0.2);
}
.focus\:text-gray-500\/25:focus{
  color: rgb(167 177 183 / 0.25);
}
.focus\:text-gray-500\/30:focus{
  color: rgb(167 177 183 / 0.3);
}
.focus\:text-gray-500\/40:focus{
  color: rgb(167 177 183 / 0.4);
}
.focus\:text-gray-500\/5:focus{
  color: rgb(167 177 183 / 0.05);
}
.focus\:text-gray-500\/50:focus{
  color: rgb(167 177 183 / 0.5);
}
.focus\:text-gray-500\/60:focus{
  color: rgb(167 177 183 / 0.6);
}
.focus\:text-gray-500\/70:focus{
  color: rgb(167 177 183 / 0.7);
}
.focus\:text-gray-500\/75:focus{
  color: rgb(167 177 183 / 0.75);
}
.focus\:text-gray-500\/80:focus{
  color: rgb(167 177 183 / 0.8);
}
.focus\:text-gray-500\/90:focus{
  color: rgb(167 177 183 / 0.9);
}
.focus\:text-gray-500\/95:focus{
  color: rgb(167 177 183 / 0.95);
}
.focus\:text-gray-600:focus{
  --tw-text-opacity: 1;
  color: rgb(100 106 110 / var(--tw-text-opacity));
}
.focus\:text-gray-600\/0:focus{
  color: rgb(100 106 110 / 0);
}
.focus\:text-gray-600\/10:focus{
  color: rgb(100 106 110 / 0.1);
}
.focus\:text-gray-600\/100:focus{
  color: rgb(100 106 110 / 1);
}
.focus\:text-gray-600\/20:focus{
  color: rgb(100 106 110 / 0.2);
}
.focus\:text-gray-600\/25:focus{
  color: rgb(100 106 110 / 0.25);
}
.focus\:text-gray-600\/30:focus{
  color: rgb(100 106 110 / 0.3);
}
.focus\:text-gray-600\/40:focus{
  color: rgb(100 106 110 / 0.4);
}
.focus\:text-gray-600\/5:focus{
  color: rgb(100 106 110 / 0.05);
}
.focus\:text-gray-600\/50:focus{
  color: rgb(100 106 110 / 0.5);
}
.focus\:text-gray-600\/60:focus{
  color: rgb(100 106 110 / 0.6);
}
.focus\:text-gray-600\/70:focus{
  color: rgb(100 106 110 / 0.7);
}
.focus\:text-gray-600\/75:focus{
  color: rgb(100 106 110 / 0.75);
}
.focus\:text-gray-600\/80:focus{
  color: rgb(100 106 110 / 0.8);
}
.focus\:text-gray-600\/90:focus{
  color: rgb(100 106 110 / 0.9);
}
.focus\:text-gray-600\/95:focus{
  color: rgb(100 106 110 / 0.95);
}
.focus\:text-primary-500:focus{
  --tw-text-opacity: 1;
  color: rgb(186 12 47 / var(--tw-text-opacity));
}
.focus\:text-primary-500\/0:focus{
  color: rgb(186 12 47 / 0);
}
.focus\:text-primary-500\/10:focus{
  color: rgb(186 12 47 / 0.1);
}
.focus\:text-primary-500\/100:focus{
  color: rgb(186 12 47 / 1);
}
.focus\:text-primary-500\/20:focus{
  color: rgb(186 12 47 / 0.2);
}
.focus\:text-primary-500\/25:focus{
  color: rgb(186 12 47 / 0.25);
}
.focus\:text-primary-500\/30:focus{
  color: rgb(186 12 47 / 0.3);
}
.focus\:text-primary-500\/40:focus{
  color: rgb(186 12 47 / 0.4);
}
.focus\:text-primary-500\/5:focus{
  color: rgb(186 12 47 / 0.05);
}
.focus\:text-primary-500\/50:focus{
  color: rgb(186 12 47 / 0.5);
}
.focus\:text-primary-500\/60:focus{
  color: rgb(186 12 47 / 0.6);
}
.focus\:text-primary-500\/70:focus{
  color: rgb(186 12 47 / 0.7);
}
.focus\:text-primary-500\/75:focus{
  color: rgb(186 12 47 / 0.75);
}
.focus\:text-primary-500\/80:focus{
  color: rgb(186 12 47 / 0.8);
}
.focus\:text-primary-500\/90:focus{
  color: rgb(186 12 47 / 0.9);
}
.focus\:text-primary-500\/95:focus{
  color: rgb(186 12 47 / 0.95);
}
.focus\:text-primary-700:focus{
  --tw-text-opacity: 1;
  color: rgb(112 7 28 / var(--tw-text-opacity));
}
.focus\:text-primary-700\/0:focus{
  color: rgb(112 7 28 / 0);
}
.focus\:text-primary-700\/10:focus{
  color: rgb(112 7 28 / 0.1);
}
.focus\:text-primary-700\/100:focus{
  color: rgb(112 7 28 / 1);
}
.focus\:text-primary-700\/20:focus{
  color: rgb(112 7 28 / 0.2);
}
.focus\:text-primary-700\/25:focus{
  color: rgb(112 7 28 / 0.25);
}
.focus\:text-primary-700\/30:focus{
  color: rgb(112 7 28 / 0.3);
}
.focus\:text-primary-700\/40:focus{
  color: rgb(112 7 28 / 0.4);
}
.focus\:text-primary-700\/5:focus{
  color: rgb(112 7 28 / 0.05);
}
.focus\:text-primary-700\/50:focus{
  color: rgb(112 7 28 / 0.5);
}
.focus\:text-primary-700\/60:focus{
  color: rgb(112 7 28 / 0.6);
}
.focus\:text-primary-700\/70:focus{
  color: rgb(112 7 28 / 0.7);
}
.focus\:text-primary-700\/75:focus{
  color: rgb(112 7 28 / 0.75);
}
.focus\:text-primary-700\/80:focus{
  color: rgb(112 7 28 / 0.8);
}
.focus\:text-primary-700\/90:focus{
  color: rgb(112 7 28 / 0.9);
}
.focus\:text-primary-700\/95:focus{
  color: rgb(112 7 28 / 0.95);
}
.focus\:text-teal-300:focus{
  --tw-text-opacity: 1;
  color: rgb(183 221 213 / var(--tw-text-opacity));
}
.focus\:text-teal-300\/0:focus{
  color: rgb(183 221 213 / 0);
}
.focus\:text-teal-300\/10:focus{
  color: rgb(183 221 213 / 0.1);
}
.focus\:text-teal-300\/100:focus{
  color: rgb(183 221 213 / 1);
}
.focus\:text-teal-300\/20:focus{
  color: rgb(183 221 213 / 0.2);
}
.focus\:text-teal-300\/25:focus{
  color: rgb(183 221 213 / 0.25);
}
.focus\:text-teal-300\/30:focus{
  color: rgb(183 221 213 / 0.3);
}
.focus\:text-teal-300\/40:focus{
  color: rgb(183 221 213 / 0.4);
}
.focus\:text-teal-300\/5:focus{
  color: rgb(183 221 213 / 0.05);
}
.focus\:text-teal-300\/50:focus{
  color: rgb(183 221 213 / 0.5);
}
.focus\:text-teal-300\/60:focus{
  color: rgb(183 221 213 / 0.6);
}
.focus\:text-teal-300\/70:focus{
  color: rgb(183 221 213 / 0.7);
}
.focus\:text-teal-300\/75:focus{
  color: rgb(183 221 213 / 0.75);
}
.focus\:text-teal-300\/80:focus{
  color: rgb(183 221 213 / 0.8);
}
.focus\:text-teal-300\/90:focus{
  color: rgb(183 221 213 / 0.9);
}
.focus\:text-teal-300\/95:focus{
  color: rgb(183 221 213 / 0.95);
}
.focus\:text-teal-500:focus{
  --tw-text-opacity: 1;
  color: rgb(107 187 171 / var(--tw-text-opacity));
}
.focus\:text-teal-500\/0:focus{
  color: rgb(107 187 171 / 0);
}
.focus\:text-teal-500\/10:focus{
  color: rgb(107 187 171 / 0.1);
}
.focus\:text-teal-500\/100:focus{
  color: rgb(107 187 171 / 1);
}
.focus\:text-teal-500\/20:focus{
  color: rgb(107 187 171 / 0.2);
}
.focus\:text-teal-500\/25:focus{
  color: rgb(107 187 171 / 0.25);
}
.focus\:text-teal-500\/30:focus{
  color: rgb(107 187 171 / 0.3);
}
.focus\:text-teal-500\/40:focus{
  color: rgb(107 187 171 / 0.4);
}
.focus\:text-teal-500\/5:focus{
  color: rgb(107 187 171 / 0.05);
}
.focus\:text-teal-500\/50:focus{
  color: rgb(107 187 171 / 0.5);
}
.focus\:text-teal-500\/60:focus{
  color: rgb(107 187 171 / 0.6);
}
.focus\:text-teal-500\/70:focus{
  color: rgb(107 187 171 / 0.7);
}
.focus\:text-teal-500\/75:focus{
  color: rgb(107 187 171 / 0.75);
}
.focus\:text-teal-500\/80:focus{
  color: rgb(107 187 171 / 0.8);
}
.focus\:text-teal-500\/90:focus{
  color: rgb(107 187 171 / 0.9);
}
.focus\:text-teal-500\/95:focus{
  color: rgb(107 187 171 / 0.95);
}
.focus\:text-teal-600:focus{
  --tw-text-opacity: 1;
  color: rgb(147 180 182 / var(--tw-text-opacity));
}
.focus\:text-teal-600\/0:focus{
  color: rgb(147 180 182 / 0);
}
.focus\:text-teal-600\/10:focus{
  color: rgb(147 180 182 / 0.1);
}
.focus\:text-teal-600\/100:focus{
  color: rgb(147 180 182 / 1);
}
.focus\:text-teal-600\/20:focus{
  color: rgb(147 180 182 / 0.2);
}
.focus\:text-teal-600\/25:focus{
  color: rgb(147 180 182 / 0.25);
}
.focus\:text-teal-600\/30:focus{
  color: rgb(147 180 182 / 0.3);
}
.focus\:text-teal-600\/40:focus{
  color: rgb(147 180 182 / 0.4);
}
.focus\:text-teal-600\/5:focus{
  color: rgb(147 180 182 / 0.05);
}
.focus\:text-teal-600\/50:focus{
  color: rgb(147 180 182 / 0.5);
}
.focus\:text-teal-600\/60:focus{
  color: rgb(147 180 182 / 0.6);
}
.focus\:text-teal-600\/70:focus{
  color: rgb(147 180 182 / 0.7);
}
.focus\:text-teal-600\/75:focus{
  color: rgb(147 180 182 / 0.75);
}
.focus\:text-teal-600\/80:focus{
  color: rgb(147 180 182 / 0.8);
}
.focus\:text-teal-600\/90:focus{
  color: rgb(147 180 182 / 0.9);
}
.focus\:text-teal-600\/95:focus{
  color: rgb(147 180 182 / 0.95);
}
.focus\:text-teal-800:focus{
  --tw-text-opacity: 1;
  color: rgb(104 150 153 / var(--tw-text-opacity));
}
.focus\:text-teal-800\/0:focus{
  color: rgb(104 150 153 / 0);
}
.focus\:text-teal-800\/10:focus{
  color: rgb(104 150 153 / 0.1);
}
.focus\:text-teal-800\/100:focus{
  color: rgb(104 150 153 / 1);
}
.focus\:text-teal-800\/20:focus{
  color: rgb(104 150 153 / 0.2);
}
.focus\:text-teal-800\/25:focus{
  color: rgb(104 150 153 / 0.25);
}
.focus\:text-teal-800\/30:focus{
  color: rgb(104 150 153 / 0.3);
}
.focus\:text-teal-800\/40:focus{
  color: rgb(104 150 153 / 0.4);
}
.focus\:text-teal-800\/5:focus{
  color: rgb(104 150 153 / 0.05);
}
.focus\:text-teal-800\/50:focus{
  color: rgb(104 150 153 / 0.5);
}
.focus\:text-teal-800\/60:focus{
  color: rgb(104 150 153 / 0.6);
}
.focus\:text-teal-800\/70:focus{
  color: rgb(104 150 153 / 0.7);
}
.focus\:text-teal-800\/75:focus{
  color: rgb(104 150 153 / 0.75);
}
.focus\:text-teal-800\/80:focus{
  color: rgb(104 150 153 / 0.8);
}
.focus\:text-teal-800\/90:focus{
  color: rgb(104 150 153 / 0.9);
}
.focus\:text-teal-800\/95:focus{
  color: rgb(104 150 153 / 0.95);
}
.focus\:text-yellow-300:focus{
  --tw-text-opacity: 1;
  color: rgb(255 226 153 / var(--tw-text-opacity));
}
.focus\:text-yellow-300\/0:focus{
  color: rgb(255 226 153 / 0);
}
.focus\:text-yellow-300\/10:focus{
  color: rgb(255 226 153 / 0.1);
}
.focus\:text-yellow-300\/100:focus{
  color: rgb(255 226 153 / 1);
}
.focus\:text-yellow-300\/20:focus{
  color: rgb(255 226 153 / 0.2);
}
.focus\:text-yellow-300\/25:focus{
  color: rgb(255 226 153 / 0.25);
}
.focus\:text-yellow-300\/30:focus{
  color: rgb(255 226 153 / 0.3);
}
.focus\:text-yellow-300\/40:focus{
  color: rgb(255 226 153 / 0.4);
}
.focus\:text-yellow-300\/5:focus{
  color: rgb(255 226 153 / 0.05);
}
.focus\:text-yellow-300\/50:focus{
  color: rgb(255 226 153 / 0.5);
}
.focus\:text-yellow-300\/60:focus{
  color: rgb(255 226 153 / 0.6);
}
.focus\:text-yellow-300\/70:focus{
  color: rgb(255 226 153 / 0.7);
}
.focus\:text-yellow-300\/75:focus{
  color: rgb(255 226 153 / 0.75);
}
.focus\:text-yellow-300\/80:focus{
  color: rgb(255 226 153 / 0.8);
}
.focus\:text-yellow-300\/90:focus{
  color: rgb(255 226 153 / 0.9);
}
.focus\:text-yellow-300\/95:focus{
  color: rgb(255 226 153 / 0.95);
}
.focus\:text-yellow-500:focus{
  --tw-text-opacity: 1;
  color: rgb(255 189 26 / var(--tw-text-opacity));
}
.focus\:text-yellow-500\/0:focus{
  color: rgb(255 189 26 / 0);
}
.focus\:text-yellow-500\/10:focus{
  color: rgb(255 189 26 / 0.1);
}
.focus\:text-yellow-500\/100:focus{
  color: rgb(255 189 26 / 1);
}
.focus\:text-yellow-500\/20:focus{
  color: rgb(255 189 26 / 0.2);
}
.focus\:text-yellow-500\/25:focus{
  color: rgb(255 189 26 / 0.25);
}
.focus\:text-yellow-500\/30:focus{
  color: rgb(255 189 26 / 0.3);
}
.focus\:text-yellow-500\/40:focus{
  color: rgb(255 189 26 / 0.4);
}
.focus\:text-yellow-500\/5:focus{
  color: rgb(255 189 26 / 0.05);
}
.focus\:text-yellow-500\/50:focus{
  color: rgb(255 189 26 / 0.5);
}
.focus\:text-yellow-500\/60:focus{
  color: rgb(255 189 26 / 0.6);
}
.focus\:text-yellow-500\/70:focus{
  color: rgb(255 189 26 / 0.7);
}
.focus\:text-yellow-500\/75:focus{
  color: rgb(255 189 26 / 0.75);
}
.focus\:text-yellow-500\/80:focus{
  color: rgb(255 189 26 / 0.8);
}
.focus\:text-yellow-500\/90:focus{
  color: rgb(255 189 26 / 0.9);
}
.focus\:text-yellow-500\/95:focus{
  color: rgb(255 189 26 / 0.95);
}
.focus\:underline:focus{
  text-decoration-line: underline;
}
.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\:after\:h-1:focus::after{
  content: var(--tw-content);
  height: 0.25rem;
}
.focus-visible\:border-b-0:focus-visible{
  border-bottom-width: 0px;
}
.focus-visible\:bg-primary-500:focus-visible{
  --tw-bg-opacity: 1;
  background-color: rgb(186 12 47 / var(--tw-bg-opacity));
}
.focus-visible\:text-black:focus-visible{
  --tw-text-opacity: 1;
  color: rgb(33 35 37 / var(--tw-text-opacity));
}
.focus-visible\:text-gray-300:focus-visible{
  --tw-text-opacity: 1;
  color: rgb(207 212 216 / var(--tw-text-opacity));
}
.focus-visible\:text-primary-500:focus-visible{
  --tw-text-opacity: 1;
  color: rgb(186 12 47 / var(--tw-text-opacity));
}
.focus-visible\:text-white:focus-visible{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.focus-visible\:shadow-500:focus-visible{
  --tw-shadow: 0px 12px 12px rgba(0, 0, 0, 0.15);
  --tw-shadow-colored: 0px 12px 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus-visible\:shadow-button:focus-visible{
  --tw-shadow: 0px 7px 14px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0px 7px 14px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus-visible\:shadow-button-hover:focus-visible{
  --tw-shadow: 0px 6px 32px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0px 6px 32px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus-visible\:\!outline-dotted:focus-visible{
  outline-style: dotted !important;
}
.focus-visible\:\!outline-2:focus-visible{
  outline-width: 2px !important;
}
.focus-visible\:\!outline-gray-500:focus-visible{
  outline-color: #A7B1B7 !important;
}
.focus-visible\:\!outline-gray-600:focus-visible{
  outline-color: #646A6E !important;
}
.focus-visible\:drop-shadow-button:focus-visible{
  --tw-drop-shadow: drop-shadow(0px 7px 14px rgba(0, 0, 0, 0.1));
  -webkit-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: 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);
}
.focus-visible\:before\:w-\[22px\]:focus-visible::before{
  content: var(--tw-content);
  width: 22px;
}
.focus-visible\:before\:bg-primary-500:focus-visible::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(186 12 47 / var(--tw-bg-opacity));
}
.focus-visible\:after\:w-6:focus-visible::after{
  content: var(--tw-content);
  width: 1.5rem;
}
.focus-visible\:after\:w-full:focus-visible::after{
  content: var(--tw-content);
  width: 100%;
}
.focus-visible\:after\:bg-primary-500:focus-visible::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(186 12 47 / var(--tw-bg-opacity));
}
.active\:after\:h-1:active::after{
  content: var(--tw-content);
  height: 0.25rem;
}
.active\:after\:w-6:active::after{
  content: var(--tw-content);
  width: 1.5rem;
}
.active\:after\:bg-primary-500:active::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(186 12 47 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:\!z-\[2\]{
  z-index: 2 !important;
}
.group:hover .group-hover\:-translate-x-3{
  --tw-translate-x: -0.75rem;
  -webkit-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: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:-translate-y-1\/2{
  --tw-translate-y: -50%;
  -webkit-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: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:translate-x-6{
  --tw-translate-x: 1.5rem;
  -webkit-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: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:rotate-90{
  --tw-rotate: 90deg;
  -webkit-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: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(239 241 242 / var(--tw-border-opacity));
}
.group:hover .group-hover\:border-gray-100\/0{
  border-color: rgb(239 241 242 / 0);
}
.group:hover .group-hover\:border-gray-100\/10{
  border-color: rgb(239 241 242 / 0.1);
}
.group:hover .group-hover\:border-gray-100\/100{
  border-color: rgb(239 241 242 / 1);
}
.group:hover .group-hover\:border-gray-100\/20{
  border-color: rgb(239 241 242 / 0.2);
}
.group:hover .group-hover\:border-gray-100\/25{
  border-color: rgb(239 241 242 / 0.25);
}
.group:hover .group-hover\:border-gray-100\/30{
  border-color: rgb(239 241 242 / 0.3);
}
.group:hover .group-hover\:border-gray-100\/40{
  border-color: rgb(239 241 242 / 0.4);
}
.group:hover .group-hover\:border-gray-100\/5{
  border-color: rgb(239 241 242 / 0.05);
}
.group:hover .group-hover\:border-gray-100\/50{
  border-color: rgb(239 241 242 / 0.5);
}
.group:hover .group-hover\:border-gray-100\/60{
  border-color: rgb(239 241 242 / 0.6);
}
.group:hover .group-hover\:border-gray-100\/70{
  border-color: rgb(239 241 242 / 0.7);
}
.group:hover .group-hover\:border-gray-100\/75{
  border-color: rgb(239 241 242 / 0.75);
}
.group:hover .group-hover\:border-gray-100\/80{
  border-color: rgb(239 241 242 / 0.8);
}
.group:hover .group-hover\:border-gray-100\/90{
  border-color: rgb(239 241 242 / 0.9);
}
.group:hover .group-hover\:border-gray-100\/95{
  border-color: rgb(239 241 242 / 0.95);
}
.group:hover .group-hover\:border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(223 227 229 / var(--tw-border-opacity));
}
.group:hover .group-hover\:border-gray-200\/0{
  border-color: rgb(223 227 229 / 0);
}
.group:hover .group-hover\:border-gray-200\/10{
  border-color: rgb(223 227 229 / 0.1);
}
.group:hover .group-hover\:border-gray-200\/100{
  border-color: rgb(223 227 229 / 1);
}
.group:hover .group-hover\:border-gray-200\/20{
  border-color: rgb(223 227 229 / 0.2);
}
.group:hover .group-hover\:border-gray-200\/25{
  border-color: rgb(223 227 229 / 0.25);
}
.group:hover .group-hover\:border-gray-200\/30{
  border-color: rgb(223 227 229 / 0.3);
}
.group:hover .group-hover\:border-gray-200\/40{
  border-color: rgb(223 227 229 / 0.4);
}
.group:hover .group-hover\:border-gray-200\/5{
  border-color: rgb(223 227 229 / 0.05);
}
.group:hover .group-hover\:border-gray-200\/50{
  border-color: rgb(223 227 229 / 0.5);
}
.group:hover .group-hover\:border-gray-200\/60{
  border-color: rgb(223 227 229 / 0.6);
}
.group:hover .group-hover\:border-gray-200\/70{
  border-color: rgb(223 227 229 / 0.7);
}
.group:hover .group-hover\:border-gray-200\/75{
  border-color: rgb(223 227 229 / 0.75);
}
.group:hover .group-hover\:border-gray-200\/80{
  border-color: rgb(223 227 229 / 0.8);
}
.group:hover .group-hover\:border-gray-200\/90{
  border-color: rgb(223 227 229 / 0.9);
}
.group:hover .group-hover\:border-gray-200\/95{
  border-color: rgb(223 227 229 / 0.95);
}
.group:hover .group-hover\:border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(207 212 216 / var(--tw-border-opacity));
}
.group:hover .group-hover\:border-gray-300\/0{
  border-color: rgb(207 212 216 / 0);
}
.group:hover .group-hover\:border-gray-300\/10{
  border-color: rgb(207 212 216 / 0.1);
}
.group:hover .group-hover\:border-gray-300\/100{
  border-color: rgb(207 212 216 / 1);
}
.group:hover .group-hover\:border-gray-300\/20{
  border-color: rgb(207 212 216 / 0.2);
}
.group:hover .group-hover\:border-gray-300\/25{
  border-color: rgb(207 212 216 / 0.25);
}
.group:hover .group-hover\:border-gray-300\/30{
  border-color: rgb(207 212 216 / 0.3);
}
.group:hover .group-hover\:border-gray-300\/40{
  border-color: rgb(207 212 216 / 0.4);
}
.group:hover .group-hover\:border-gray-300\/5{
  border-color: rgb(207 212 216 / 0.05);
}
.group:hover .group-hover\:border-gray-300\/50{
  border-color: rgb(207 212 216 / 0.5);
}
.group:hover .group-hover\:border-gray-300\/60{
  border-color: rgb(207 212 216 / 0.6);
}
.group:hover .group-hover\:border-gray-300\/70{
  border-color: rgb(207 212 216 / 0.7);
}
.group:hover .group-hover\:border-gray-300\/75{
  border-color: rgb(207 212 216 / 0.75);
}
.group:hover .group-hover\:border-gray-300\/80{
  border-color: rgb(207 212 216 / 0.8);
}
.group:hover .group-hover\:border-gray-300\/90{
  border-color: rgb(207 212 216 / 0.9);
}
.group:hover .group-hover\:border-gray-300\/95{
  border-color: rgb(207 212 216 / 0.95);
}
.group:hover .group-hover\:border-gray-500{
  --tw-border-opacity: 1;
  border-color: rgb(167 177 183 / var(--tw-border-opacity));
}
.group:hover .group-hover\:border-gray-500\/0{
  border-color: rgb(167 177 183 / 0);
}
.group:hover .group-hover\:border-gray-500\/10{
  border-color: rgb(167 177 183 / 0.1);
}
.group:hover .group-hover\:border-gray-500\/100{
  border-color: rgb(167 177 183 / 1);
}
.group:hover .group-hover\:border-gray-500\/20{
  border-color: rgb(167 177 183 / 0.2);
}
.group:hover .group-hover\:border-gray-500\/25{
  border-color: rgb(167 177 183 / 0.25);
}
.group:hover .group-hover\:border-gray-500\/30{
  border-color: rgb(167 177 183 / 0.3);
}
.group:hover .group-hover\:border-gray-500\/40{
  border-color: rgb(167 177 183 / 0.4);
}
.group:hover .group-hover\:border-gray-500\/5{
  border-color: rgb(167 177 183 / 0.05);
}
.group:hover .group-hover\:border-gray-500\/50{
  border-color: rgb(167 177 183 / 0.5);
}
.group:hover .group-hover\:border-gray-500\/60{
  border-color: rgb(167 177 183 / 0.6);
}
.group:hover .group-hover\:border-gray-500\/70{
  border-color: rgb(167 177 183 / 0.7);
}
.group:hover .group-hover\:border-gray-500\/75{
  border-color: rgb(167 177 183 / 0.75);
}
.group:hover .group-hover\:border-gray-500\/80{
  border-color: rgb(167 177 183 / 0.8);
}
.group:hover .group-hover\:border-gray-500\/90{
  border-color: rgb(167 177 183 / 0.9);
}
.group:hover .group-hover\:border-gray-500\/95{
  border-color: rgb(167 177 183 / 0.95);
}
.group:hover .group-hover\:border-gray-600{
  --tw-border-opacity: 1;
  border-color: rgb(100 106 110 / var(--tw-border-opacity));
}
.group:hover .group-hover\:border-gray-600\/0{
  border-color: rgb(100 106 110 / 0);
}
.group:hover .group-hover\:border-gray-600\/10{
  border-color: rgb(100 106 110 / 0.1);
}
.group:hover .group-hover\:border-gray-600\/100{
  border-color: rgb(100 106 110 / 1);
}
.group:hover .group-hover\:border-gray-600\/20{
  border-color: rgb(100 106 110 / 0.2);
}
.group:hover .group-hover\:border-gray-600\/25{
  border-color: rgb(100 106 110 / 0.25);
}
.group:hover .group-hover\:border-gray-600\/30{
  border-color: rgb(100 106 110 / 0.3);
}
.group:hover .group-hover\:border-gray-600\/40{
  border-color: rgb(100 106 110 / 0.4);
}
.group:hover .group-hover\:border-gray-600\/5{
  border-color: rgb(100 106 110 / 0.05);
}
.group:hover .group-hover\:border-gray-600\/50{
  border-color: rgb(100 106 110 / 0.5);
}
.group:hover .group-hover\:border-gray-600\/60{
  border-color: rgb(100 106 110 / 0.6);
}
.group:hover .group-hover\:border-gray-600\/70{
  border-color: rgb(100 106 110 / 0.7);
}
.group:hover .group-hover\:border-gray-600\/75{
  border-color: rgb(100 106 110 / 0.75);
}
.group:hover .group-hover\:border-gray-600\/80{
  border-color: rgb(100 106 110 / 0.8);
}
.group:hover .group-hover\:border-gray-600\/90{
  border-color: rgb(100 106 110 / 0.9);
}
.group:hover .group-hover\:border-gray-600\/95{
  border-color: rgb(100 106 110 / 0.95);
}
.group:hover .group-hover\:border-primary-500{
  --tw-border-opacity: 1;
  border-color: rgb(186 12 47 / var(--tw-border-opacity));
}
.group:hover .group-hover\:border-primary-500\/0{
  border-color: rgb(186 12 47 / 0);
}
.group:hover .group-hover\:border-primary-500\/10{
  border-color: rgb(186 12 47 / 0.1);
}
.group:hover .group-hover\:border-primary-500\/100{
  border-color: rgb(186 12 47 / 1);
}
.group:hover .group-hover\:border-primary-500\/20{
  border-color: rgb(186 12 47 / 0.2);
}
.group:hover .group-hover\:border-primary-500\/25{
  border-color: rgb(186 12 47 / 0.25);
}
.group:hover .group-hover\:border-primary-500\/30{
  border-color: rgb(186 12 47 / 0.3);
}
.group:hover .group-hover\:border-primary-500\/40{
  border-color: rgb(186 12 47 / 0.4);
}
.group:hover .group-hover\:border-primary-500\/5{
  border-color: rgb(186 12 47 / 0.05);
}
.group:hover .group-hover\:border-primary-500\/50{
  border-color: rgb(186 12 47 / 0.5);
}
.group:hover .group-hover\:border-primary-500\/60{
  border-color: rgb(186 12 47 / 0.6);
}
.group:hover .group-hover\:border-primary-500\/70{
  border-color: rgb(186 12 47 / 0.7);
}
.group:hover .group-hover\:border-primary-500\/75{
  border-color: rgb(186 12 47 / 0.75);
}
.group:hover .group-hover\:border-primary-500\/80{
  border-color: rgb(186 12 47 / 0.8);
}
.group:hover .group-hover\:border-primary-500\/90{
  border-color: rgb(186 12 47 / 0.9);
}
.group:hover .group-hover\:border-primary-500\/95{
  border-color: rgb(186 12 47 / 0.95);
}
.group:hover .group-hover\:border-primary-700{
  --tw-border-opacity: 1;
  border-color: rgb(112 7 28 / var(--tw-border-opacity));
}
.group:hover .group-hover\:border-primary-700\/0{
  border-color: rgb(112 7 28 / 0);
}
.group:hover .group-hover\:border-primary-700\/10{
  border-color: rgb(112 7 28 / 0.1);
}
.group:hover .group-hover\:border-primary-700\/100{
  border-color: rgb(112 7 28 / 1);
}
.group:hover .group-hover\:border-primary-700\/20{
  border-color: rgb(112 7 28 / 0.2);
}
.group:hover .group-hover\:border-primary-700\/25{
  border-color: rgb(112 7 28 / 0.25);
}
.group:hover .group-hover\:border-primary-700\/30{
  border-color: rgb(112 7 28 / 0.3);
}
.group:hover .group-hover\:border-primary-700\/40{
  border-color: rgb(112 7 28 / 0.4);
}
.group:hover .group-hover\:border-primary-700\/5{
  border-color: rgb(112 7 28 / 0.05);
}
.group:hover .group-hover\:border-primary-700\/50{
  border-color: rgb(112 7 28 / 0.5);
}
.group:hover .group-hover\:border-primary-700\/60{
  border-color: rgb(112 7 28 / 0.6);
}
.group:hover .group-hover\:border-primary-700\/70{
  border-color: rgb(112 7 28 / 0.7);
}
.group:hover .group-hover\:border-primary-700\/75{
  border-color: rgb(112 7 28 / 0.75);
}
.group:hover .group-hover\:border-primary-700\/80{
  border-color: rgb(112 7 28 / 0.8);
}
.group:hover .group-hover\:border-primary-700\/90{
  border-color: rgb(112 7 28 / 0.9);
}
.group:hover .group-hover\:border-primary-700\/95{
  border-color: rgb(112 7 28 / 0.95);
}
.group:hover .group-hover\:border-teal-300{
  --tw-border-opacity: 1;
  border-color: rgb(183 221 213 / var(--tw-border-opacity));
}
.group:hover .group-hover\:border-teal-300\/0{
  border-color: rgb(183 221 213 / 0);
}
.group:hover .group-hover\:border-teal-300\/10{
  border-color: rgb(183 221 213 / 0.1);
}
.group:hover .group-hover\:border-teal-300\/100{
  border-color: rgb(183 221 213 / 1);
}
.group:hover .group-hover\:border-teal-300\/20{
  border-color: rgb(183 221 213 / 0.2);
}
.group:hover .group-hover\:border-teal-300\/25{
  border-color: rgb(183 221 213 / 0.25);
}
.group:hover .group-hover\:border-teal-300\/30{
  border-color: rgb(183 221 213 / 0.3);
}
.group:hover .group-hover\:border-teal-300\/40{
  border-color: rgb(183 221 213 / 0.4);
}
.group:hover .group-hover\:border-teal-300\/5{
  border-color: rgb(183 221 213 / 0.05);
}
.group:hover .group-hover\:border-teal-300\/50{
  border-color: rgb(183 221 213 / 0.5);
}
.group:hover .group-hover\:border-teal-300\/60{
  border-color: rgb(183 221 213 / 0.6);
}
.group:hover .group-hover\:border-teal-300\/70{
  border-color: rgb(183 221 213 / 0.7);
}
.group:hover .group-hover\:border-teal-300\/75{
  border-color: rgb(183 221 213 / 0.75);
}
.group:hover .group-hover\:border-teal-300\/80{
  border-color: rgb(183 221 213 / 0.8);
}
.group:hover .group-hover\:border-teal-300\/90{
  border-color: rgb(183 221 213 / 0.9);
}
.group:hover .group-hover\:border-teal-300\/95{
  border-color: rgb(183 221 213 / 0.95);
}
.group:hover .group-hover\:border-teal-500{
  --tw-border-opacity: 1;
  border-color: rgb(107 187 171 / var(--tw-border-opacity));
}
.group:hover .group-hover\:border-teal-500\/0{
  border-color: rgb(107 187 171 / 0);
}
.group:hover .group-hover\:border-teal-500\/10{
  border-color: rgb(107 187 171 / 0.1);
}
.group:hover .group-hover\:border-teal-500\/100{
  border-color: rgb(107 187 171 / 1);
}
.group:hover .group-hover\:border-teal-500\/20{
  border-color: rgb(107 187 171 / 0.2);
}
.group:hover .group-hover\:border-teal-500\/25{
  border-color: rgb(107 187 171 / 0.25);
}
.group:hover .group-hover\:border-teal-500\/30{
  border-color: rgb(107 187 171 / 0.3);
}
.group:hover .group-hover\:border-teal-500\/40{
  border-color: rgb(107 187 171 / 0.4);
}
.group:hover .group-hover\:border-teal-500\/5{
  border-color: rgb(107 187 171 / 0.05);
}
.group:hover .group-hover\:border-teal-500\/50{
  border-color: rgb(107 187 171 / 0.5);
}
.group:hover .group-hover\:border-teal-500\/60{
  border-color: rgb(107 187 171 / 0.6);
}
.group:hover .group-hover\:border-teal-500\/70{
  border-color: rgb(107 187 171 / 0.7);
}
.group:hover .group-hover\:border-teal-500\/75{
  border-color: rgb(107 187 171 / 0.75);
}
.group:hover .group-hover\:border-teal-500\/80{
  border-color: rgb(107 187 171 / 0.8);
}
.group:hover .group-hover\:border-teal-500\/90{
  border-color: rgb(107 187 171 / 0.9);
}
.group:hover .group-hover\:border-teal-500\/95{
  border-color: rgb(107 187 171 / 0.95);
}
.group:hover .group-hover\:border-teal-600{
  --tw-border-opacity: 1;
  border-color: rgb(147 180 182 / var(--tw-border-opacity));
}
.group:hover .group-hover\:border-teal-600\/0{
  border-color: rgb(147 180 182 / 0);
}
.group:hover .group-hover\:border-teal-600\/10{
  border-color: rgb(147 180 182 / 0.1);
}
.group:hover .group-hover\:border-teal-600\/100{
  border-color: rgb(147 180 182 / 1);
}
.group:hover .group-hover\:border-teal-600\/20{
  border-color: rgb(147 180 182 / 0.2);
}
.group:hover .group-hover\:border-teal-600\/25{
  border-color: rgb(147 180 182 / 0.25);
}
.group:hover .group-hover\:border-teal-600\/30{
  border-color: rgb(147 180 182 / 0.3);
}
.group:hover .group-hover\:border-teal-600\/40{
  border-color: rgb(147 180 182 / 0.4);
}
.group:hover .group-hover\:border-teal-600\/5{
  border-color: rgb(147 180 182 / 0.05);
}
.group:hover .group-hover\:border-teal-600\/50{
  border-color: rgb(147 180 182 / 0.5);
}
.group:hover .group-hover\:border-teal-600\/60{
  border-color: rgb(147 180 182 / 0.6);
}
.group:hover .group-hover\:border-teal-600\/70{
  border-color: rgb(147 180 182 / 0.7);
}
.group:hover .group-hover\:border-teal-600\/75{
  border-color: rgb(147 180 182 / 0.75);
}
.group:hover .group-hover\:border-teal-600\/80{
  border-color: rgb(147 180 182 / 0.8);
}
.group:hover .group-hover\:border-teal-600\/90{
  border-color: rgb(147 180 182 / 0.9);
}
.group:hover .group-hover\:border-teal-600\/95{
  border-color: rgb(147 180 182 / 0.95);
}
.group:hover .group-hover\:border-teal-800{
  --tw-border-opacity: 1;
  border-color: rgb(104 150 153 / var(--tw-border-opacity));
}
.group:hover .group-hover\:border-teal-800\/0{
  border-color: rgb(104 150 153 / 0);
}
.group:hover .group-hover\:border-teal-800\/10{
  border-color: rgb(104 150 153 / 0.1);
}
.group:hover .group-hover\:border-teal-800\/100{
  border-color: rgb(104 150 153 / 1);
}
.group:hover .group-hover\:border-teal-800\/20{
  border-color: rgb(104 150 153 / 0.2);
}
.group:hover .group-hover\:border-teal-800\/25{
  border-color: rgb(104 150 153 / 0.25);
}
.group:hover .group-hover\:border-teal-800\/30{
  border-color: rgb(104 150 153 / 0.3);
}
.group:hover .group-hover\:border-teal-800\/40{
  border-color: rgb(104 150 153 / 0.4);
}
.group:hover .group-hover\:border-teal-800\/5{
  border-color: rgb(104 150 153 / 0.05);
}
.group:hover .group-hover\:border-teal-800\/50{
  border-color: rgb(104 150 153 / 0.5);
}
.group:hover .group-hover\:border-teal-800\/60{
  border-color: rgb(104 150 153 / 0.6);
}
.group:hover .group-hover\:border-teal-800\/70{
  border-color: rgb(104 150 153 / 0.7);
}
.group:hover .group-hover\:border-teal-800\/75{
  border-color: rgb(104 150 153 / 0.75);
}
.group:hover .group-hover\:border-teal-800\/80{
  border-color: rgb(104 150 153 / 0.8);
}
.group:hover .group-hover\:border-teal-800\/90{
  border-color: rgb(104 150 153 / 0.9);
}
.group:hover .group-hover\:border-teal-800\/95{
  border-color: rgb(104 150 153 / 0.95);
}
.group:hover .group-hover\:border-yellow-300{
  --tw-border-opacity: 1;
  border-color: rgb(255 226 153 / var(--tw-border-opacity));
}
.group:hover .group-hover\:border-yellow-300\/0{
  border-color: rgb(255 226 153 / 0);
}
.group:hover .group-hover\:border-yellow-300\/10{
  border-color: rgb(255 226 153 / 0.1);
}
.group:hover .group-hover\:border-yellow-300\/100{
  border-color: rgb(255 226 153 / 1);
}
.group:hover .group-hover\:border-yellow-300\/20{
  border-color: rgb(255 226 153 / 0.2);
}
.group:hover .group-hover\:border-yellow-300\/25{
  border-color: rgb(255 226 153 / 0.25);
}
.group:hover .group-hover\:border-yellow-300\/30{
  border-color: rgb(255 226 153 / 0.3);
}
.group:hover .group-hover\:border-yellow-300\/40{
  border-color: rgb(255 226 153 / 0.4);
}
.group:hover .group-hover\:border-yellow-300\/5{
  border-color: rgb(255 226 153 / 0.05);
}
.group:hover .group-hover\:border-yellow-300\/50{
  border-color: rgb(255 226 153 / 0.5);
}
.group:hover .group-hover\:border-yellow-300\/60{
  border-color: rgb(255 226 153 / 0.6);
}
.group:hover .group-hover\:border-yellow-300\/70{
  border-color: rgb(255 226 153 / 0.7);
}
.group:hover .group-hover\:border-yellow-300\/75{
  border-color: rgb(255 226 153 / 0.75);
}
.group:hover .group-hover\:border-yellow-300\/80{
  border-color: rgb(255 226 153 / 0.8);
}
.group:hover .group-hover\:border-yellow-300\/90{
  border-color: rgb(255 226 153 / 0.9);
}
.group:hover .group-hover\:border-yellow-300\/95{
  border-color: rgb(255 226 153 / 0.95);
}
.group:hover .group-hover\:border-yellow-500{
  --tw-border-opacity: 1;
  border-color: rgb(255 189 26 / var(--tw-border-opacity));
}
.group:hover .group-hover\:border-yellow-500\/0{
  border-color: rgb(255 189 26 / 0);
}
.group:hover .group-hover\:border-yellow-500\/10{
  border-color: rgb(255 189 26 / 0.1);
}
.group:hover .group-hover\:border-yellow-500\/100{
  border-color: rgb(255 189 26 / 1);
}
.group:hover .group-hover\:border-yellow-500\/20{
  border-color: rgb(255 189 26 / 0.2);
}
.group:hover .group-hover\:border-yellow-500\/25{
  border-color: rgb(255 189 26 / 0.25);
}
.group:hover .group-hover\:border-yellow-500\/30{
  border-color: rgb(255 189 26 / 0.3);
}
.group:hover .group-hover\:border-yellow-500\/40{
  border-color: rgb(255 189 26 / 0.4);
}
.group:hover .group-hover\:border-yellow-500\/5{
  border-color: rgb(255 189 26 / 0.05);
}
.group:hover .group-hover\:border-yellow-500\/50{
  border-color: rgb(255 189 26 / 0.5);
}
.group:hover .group-hover\:border-yellow-500\/60{
  border-color: rgb(255 189 26 / 0.6);
}
.group:hover .group-hover\:border-yellow-500\/70{
  border-color: rgb(255 189 26 / 0.7);
}
.group:hover .group-hover\:border-yellow-500\/75{
  border-color: rgb(255 189 26 / 0.75);
}
.group:hover .group-hover\:border-yellow-500\/80{
  border-color: rgb(255 189 26 / 0.8);
}
.group:hover .group-hover\:border-yellow-500\/90{
  border-color: rgb(255 189 26 / 0.9);
}
.group:hover .group-hover\:border-yellow-500\/95{
  border-color: rgb(255 189 26 / 0.95);
}
.group:hover .group-hover\:bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(239 241 242 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-gray-100\/0{
  background-color: rgb(239 241 242 / 0);
}
.group:hover .group-hover\:bg-gray-100\/10{
  background-color: rgb(239 241 242 / 0.1);
}
.group:hover .group-hover\:bg-gray-100\/100{
  background-color: rgb(239 241 242 / 1);
}
.group:hover .group-hover\:bg-gray-100\/20{
  background-color: rgb(239 241 242 / 0.2);
}
.group:hover .group-hover\:bg-gray-100\/25{
  background-color: rgb(239 241 242 / 0.25);
}
.group:hover .group-hover\:bg-gray-100\/30{
  background-color: rgb(239 241 242 / 0.3);
}
.group:hover .group-hover\:bg-gray-100\/40{
  background-color: rgb(239 241 242 / 0.4);
}
.group:hover .group-hover\:bg-gray-100\/5{
  background-color: rgb(239 241 242 / 0.05);
}
.group:hover .group-hover\:bg-gray-100\/50{
  background-color: rgb(239 241 242 / 0.5);
}
.group:hover .group-hover\:bg-gray-100\/60{
  background-color: rgb(239 241 242 / 0.6);
}
.group:hover .group-hover\:bg-gray-100\/70{
  background-color: rgb(239 241 242 / 0.7);
}
.group:hover .group-hover\:bg-gray-100\/75{
  background-color: rgb(239 241 242 / 0.75);
}
.group:hover .group-hover\:bg-gray-100\/80{
  background-color: rgb(239 241 242 / 0.8);
}
.group:hover .group-hover\:bg-gray-100\/90{
  background-color: rgb(239 241 242 / 0.9);
}
.group:hover .group-hover\:bg-gray-100\/95{
  background-color: rgb(239 241 242 / 0.95);
}
.group:hover .group-hover\:bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(223 227 229 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-gray-200\/0{
  background-color: rgb(223 227 229 / 0);
}
.group:hover .group-hover\:bg-gray-200\/10{
  background-color: rgb(223 227 229 / 0.1);
}
.group:hover .group-hover\:bg-gray-200\/100{
  background-color: rgb(223 227 229 / 1);
}
.group:hover .group-hover\:bg-gray-200\/20{
  background-color: rgb(223 227 229 / 0.2);
}
.group:hover .group-hover\:bg-gray-200\/25{
  background-color: rgb(223 227 229 / 0.25);
}
.group:hover .group-hover\:bg-gray-200\/30{
  background-color: rgb(223 227 229 / 0.3);
}
.group:hover .group-hover\:bg-gray-200\/40{
  background-color: rgb(223 227 229 / 0.4);
}
.group:hover .group-hover\:bg-gray-200\/5{
  background-color: rgb(223 227 229 / 0.05);
}
.group:hover .group-hover\:bg-gray-200\/50{
  background-color: rgb(223 227 229 / 0.5);
}
.group:hover .group-hover\:bg-gray-200\/60{
  background-color: rgb(223 227 229 / 0.6);
}
.group:hover .group-hover\:bg-gray-200\/70{
  background-color: rgb(223 227 229 / 0.7);
}
.group:hover .group-hover\:bg-gray-200\/75{
  background-color: rgb(223 227 229 / 0.75);
}
.group:hover .group-hover\:bg-gray-200\/80{
  background-color: rgb(223 227 229 / 0.8);
}
.group:hover .group-hover\:bg-gray-200\/90{
  background-color: rgb(223 227 229 / 0.9);
}
.group:hover .group-hover\:bg-gray-200\/95{
  background-color: rgb(223 227 229 / 0.95);
}
.group:hover .group-hover\:bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(207 212 216 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-gray-300\/0{
  background-color: rgb(207 212 216 / 0);
}
.group:hover .group-hover\:bg-gray-300\/10{
  background-color: rgb(207 212 216 / 0.1);
}
.group:hover .group-hover\:bg-gray-300\/100{
  background-color: rgb(207 212 216 / 1);
}
.group:hover .group-hover\:bg-gray-300\/20{
  background-color: rgb(207 212 216 / 0.2);
}
.group:hover .group-hover\:bg-gray-300\/25{
  background-color: rgb(207 212 216 / 0.25);
}
.group:hover .group-hover\:bg-gray-300\/30{
  background-color: rgb(207 212 216 / 0.3);
}
.group:hover .group-hover\:bg-gray-300\/40{
  background-color: rgb(207 212 216 / 0.4);
}
.group:hover .group-hover\:bg-gray-300\/5{
  background-color: rgb(207 212 216 / 0.05);
}
.group:hover .group-hover\:bg-gray-300\/50{
  background-color: rgb(207 212 216 / 0.5);
}
.group:hover .group-hover\:bg-gray-300\/60{
  background-color: rgb(207 212 216 / 0.6);
}
.group:hover .group-hover\:bg-gray-300\/70{
  background-color: rgb(207 212 216 / 0.7);
}
.group:hover .group-hover\:bg-gray-300\/75{
  background-color: rgb(207 212 216 / 0.75);
}
.group:hover .group-hover\:bg-gray-300\/80{
  background-color: rgb(207 212 216 / 0.8);
}
.group:hover .group-hover\:bg-gray-300\/90{
  background-color: rgb(207 212 216 / 0.9);
}
.group:hover .group-hover\:bg-gray-300\/95{
  background-color: rgb(207 212 216 / 0.95);
}
.group:hover .group-hover\:bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(167 177 183 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-gray-500\/0{
  background-color: rgb(167 177 183 / 0);
}
.group:hover .group-hover\:bg-gray-500\/10{
  background-color: rgb(167 177 183 / 0.1);
}
.group:hover .group-hover\:bg-gray-500\/100{
  background-color: rgb(167 177 183 / 1);
}
.group:hover .group-hover\:bg-gray-500\/20{
  background-color: rgb(167 177 183 / 0.2);
}
.group:hover .group-hover\:bg-gray-500\/25{
  background-color: rgb(167 177 183 / 0.25);
}
.group:hover .group-hover\:bg-gray-500\/30{
  background-color: rgb(167 177 183 / 0.3);
}
.group:hover .group-hover\:bg-gray-500\/40{
  background-color: rgb(167 177 183 / 0.4);
}
.group:hover .group-hover\:bg-gray-500\/5{
  background-color: rgb(167 177 183 / 0.05);
}
.group:hover .group-hover\:bg-gray-500\/50{
  background-color: rgb(167 177 183 / 0.5);
}
.group:hover .group-hover\:bg-gray-500\/60{
  background-color: rgb(167 177 183 / 0.6);
}
.group:hover .group-hover\:bg-gray-500\/70{
  background-color: rgb(167 177 183 / 0.7);
}
.group:hover .group-hover\:bg-gray-500\/75{
  background-color: rgb(167 177 183 / 0.75);
}
.group:hover .group-hover\:bg-gray-500\/80{
  background-color: rgb(167 177 183 / 0.8);
}
.group:hover .group-hover\:bg-gray-500\/90{
  background-color: rgb(167 177 183 / 0.9);
}
.group:hover .group-hover\:bg-gray-500\/95{
  background-color: rgb(167 177 183 / 0.95);
}
.group:hover .group-hover\:bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgb(100 106 110 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-gray-600\/0{
  background-color: rgb(100 106 110 / 0);
}
.group:hover .group-hover\:bg-gray-600\/10{
  background-color: rgb(100 106 110 / 0.1);
}
.group:hover .group-hover\:bg-gray-600\/100{
  background-color: rgb(100 106 110 / 1);
}
.group:hover .group-hover\:bg-gray-600\/20{
  background-color: rgb(100 106 110 / 0.2);
}
.group:hover .group-hover\:bg-gray-600\/25{
  background-color: rgb(100 106 110 / 0.25);
}
.group:hover .group-hover\:bg-gray-600\/30{
  background-color: rgb(100 106 110 / 0.3);
}
.group:hover .group-hover\:bg-gray-600\/40{
  background-color: rgb(100 106 110 / 0.4);
}
.group:hover .group-hover\:bg-gray-600\/5{
  background-color: rgb(100 106 110 / 0.05);
}
.group:hover .group-hover\:bg-gray-600\/50{
  background-color: rgb(100 106 110 / 0.5);
}
.group:hover .group-hover\:bg-gray-600\/60{
  background-color: rgb(100 106 110 / 0.6);
}
.group:hover .group-hover\:bg-gray-600\/70{
  background-color: rgb(100 106 110 / 0.7);
}
.group:hover .group-hover\:bg-gray-600\/75{
  background-color: rgb(100 106 110 / 0.75);
}
.group:hover .group-hover\:bg-gray-600\/80{
  background-color: rgb(100 106 110 / 0.8);
}
.group:hover .group-hover\:bg-gray-600\/90{
  background-color: rgb(100 106 110 / 0.9);
}
.group:hover .group-hover\:bg-gray-600\/95{
  background-color: rgb(100 106 110 / 0.95);
}
.group:hover .group-hover\:bg-primary-500{
  --tw-bg-opacity: 1;
  background-color: rgb(186 12 47 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-primary-500\/0{
  background-color: rgb(186 12 47 / 0);
}
.group:hover .group-hover\:bg-primary-500\/10{
  background-color: rgb(186 12 47 / 0.1);
}
.group:hover .group-hover\:bg-primary-500\/100{
  background-color: rgb(186 12 47 / 1);
}
.group:hover .group-hover\:bg-primary-500\/20{
  background-color: rgb(186 12 47 / 0.2);
}
.group:hover .group-hover\:bg-primary-500\/25{
  background-color: rgb(186 12 47 / 0.25);
}
.group:hover .group-hover\:bg-primary-500\/30{
  background-color: rgb(186 12 47 / 0.3);
}
.group:hover .group-hover\:bg-primary-500\/40{
  background-color: rgb(186 12 47 / 0.4);
}
.group:hover .group-hover\:bg-primary-500\/5{
  background-color: rgb(186 12 47 / 0.05);
}
.group:hover .group-hover\:bg-primary-500\/50{
  background-color: rgb(186 12 47 / 0.5);
}
.group:hover .group-hover\:bg-primary-500\/60{
  background-color: rgb(186 12 47 / 0.6);
}
.group:hover .group-hover\:bg-primary-500\/70{
  background-color: rgb(186 12 47 / 0.7);
}
.group:hover .group-hover\:bg-primary-500\/75{
  background-color: rgb(186 12 47 / 0.75);
}
.group:hover .group-hover\:bg-primary-500\/80{
  background-color: rgb(186 12 47 / 0.8);
}
.group:hover .group-hover\:bg-primary-500\/90{
  background-color: rgb(186 12 47 / 0.9);
}
.group:hover .group-hover\:bg-primary-500\/95{
  background-color: rgb(186 12 47 / 0.95);
}
.group:hover .group-hover\:bg-primary-700{
  --tw-bg-opacity: 1;
  background-color: rgb(112 7 28 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-primary-700\/0{
  background-color: rgb(112 7 28 / 0);
}
.group:hover .group-hover\:bg-primary-700\/10{
  background-color: rgb(112 7 28 / 0.1);
}
.group:hover .group-hover\:bg-primary-700\/100{
  background-color: rgb(112 7 28 / 1);
}
.group:hover .group-hover\:bg-primary-700\/20{
  background-color: rgb(112 7 28 / 0.2);
}
.group:hover .group-hover\:bg-primary-700\/25{
  background-color: rgb(112 7 28 / 0.25);
}
.group:hover .group-hover\:bg-primary-700\/30{
  background-color: rgb(112 7 28 / 0.3);
}
.group:hover .group-hover\:bg-primary-700\/40{
  background-color: rgb(112 7 28 / 0.4);
}
.group:hover .group-hover\:bg-primary-700\/5{
  background-color: rgb(112 7 28 / 0.05);
}
.group:hover .group-hover\:bg-primary-700\/50{
  background-color: rgb(112 7 28 / 0.5);
}
.group:hover .group-hover\:bg-primary-700\/60{
  background-color: rgb(112 7 28 / 0.6);
}
.group:hover .group-hover\:bg-primary-700\/70{
  background-color: rgb(112 7 28 / 0.7);
}
.group:hover .group-hover\:bg-primary-700\/75{
  background-color: rgb(112 7 28 / 0.75);
}
.group:hover .group-hover\:bg-primary-700\/80{
  background-color: rgb(112 7 28 / 0.8);
}
.group:hover .group-hover\:bg-primary-700\/90{
  background-color: rgb(112 7 28 / 0.9);
}
.group:hover .group-hover\:bg-primary-700\/95{
  background-color: rgb(112 7 28 / 0.95);
}
.group:hover .group-hover\:bg-teal-300{
  --tw-bg-opacity: 1;
  background-color: rgb(183 221 213 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-teal-300\/0{
  background-color: rgb(183 221 213 / 0);
}
.group:hover .group-hover\:bg-teal-300\/10{
  background-color: rgb(183 221 213 / 0.1);
}
.group:hover .group-hover\:bg-teal-300\/100{
  background-color: rgb(183 221 213 / 1);
}
.group:hover .group-hover\:bg-teal-300\/20{
  background-color: rgb(183 221 213 / 0.2);
}
.group:hover .group-hover\:bg-teal-300\/25{
  background-color: rgb(183 221 213 / 0.25);
}
.group:hover .group-hover\:bg-teal-300\/30{
  background-color: rgb(183 221 213 / 0.3);
}
.group:hover .group-hover\:bg-teal-300\/40{
  background-color: rgb(183 221 213 / 0.4);
}
.group:hover .group-hover\:bg-teal-300\/5{
  background-color: rgb(183 221 213 / 0.05);
}
.group:hover .group-hover\:bg-teal-300\/50{
  background-color: rgb(183 221 213 / 0.5);
}
.group:hover .group-hover\:bg-teal-300\/60{
  background-color: rgb(183 221 213 / 0.6);
}
.group:hover .group-hover\:bg-teal-300\/70{
  background-color: rgb(183 221 213 / 0.7);
}
.group:hover .group-hover\:bg-teal-300\/75{
  background-color: rgb(183 221 213 / 0.75);
}
.group:hover .group-hover\:bg-teal-300\/80{
  background-color: rgb(183 221 213 / 0.8);
}
.group:hover .group-hover\:bg-teal-300\/90{
  background-color: rgb(183 221 213 / 0.9);
}
.group:hover .group-hover\:bg-teal-300\/95{
  background-color: rgb(183 221 213 / 0.95);
}
.group:hover .group-hover\:bg-teal-500{
  --tw-bg-opacity: 1;
  background-color: rgb(107 187 171 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-teal-500\/0{
  background-color: rgb(107 187 171 / 0);
}
.group:hover .group-hover\:bg-teal-500\/10{
  background-color: rgb(107 187 171 / 0.1);
}
.group:hover .group-hover\:bg-teal-500\/100{
  background-color: rgb(107 187 171 / 1);
}
.group:hover .group-hover\:bg-teal-500\/20{
  background-color: rgb(107 187 171 / 0.2);
}
.group:hover .group-hover\:bg-teal-500\/25{
  background-color: rgb(107 187 171 / 0.25);
}
.group:hover .group-hover\:bg-teal-500\/30{
  background-color: rgb(107 187 171 / 0.3);
}
.group:hover .group-hover\:bg-teal-500\/40{
  background-color: rgb(107 187 171 / 0.4);
}
.group:hover .group-hover\:bg-teal-500\/5{
  background-color: rgb(107 187 171 / 0.05);
}
.group:hover .group-hover\:bg-teal-500\/50{
  background-color: rgb(107 187 171 / 0.5);
}
.group:hover .group-hover\:bg-teal-500\/60{
  background-color: rgb(107 187 171 / 0.6);
}
.group:hover .group-hover\:bg-teal-500\/70{
  background-color: rgb(107 187 171 / 0.7);
}
.group:hover .group-hover\:bg-teal-500\/75{
  background-color: rgb(107 187 171 / 0.75);
}
.group:hover .group-hover\:bg-teal-500\/80{
  background-color: rgb(107 187 171 / 0.8);
}
.group:hover .group-hover\:bg-teal-500\/90{
  background-color: rgb(107 187 171 / 0.9);
}
.group:hover .group-hover\:bg-teal-500\/95{
  background-color: rgb(107 187 171 / 0.95);
}
.group:hover .group-hover\:bg-teal-600{
  --tw-bg-opacity: 1;
  background-color: rgb(147 180 182 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-teal-600\/0{
  background-color: rgb(147 180 182 / 0);
}
.group:hover .group-hover\:bg-teal-600\/10{
  background-color: rgb(147 180 182 / 0.1);
}
.group:hover .group-hover\:bg-teal-600\/100{
  background-color: rgb(147 180 182 / 1);
}
.group:hover .group-hover\:bg-teal-600\/20{
  background-color: rgb(147 180 182 / 0.2);
}
.group:hover .group-hover\:bg-teal-600\/25{
  background-color: rgb(147 180 182 / 0.25);
}
.group:hover .group-hover\:bg-teal-600\/30{
  background-color: rgb(147 180 182 / 0.3);
}
.group:hover .group-hover\:bg-teal-600\/40{
  background-color: rgb(147 180 182 / 0.4);
}
.group:hover .group-hover\:bg-teal-600\/5{
  background-color: rgb(147 180 182 / 0.05);
}
.group:hover .group-hover\:bg-teal-600\/50{
  background-color: rgb(147 180 182 / 0.5);
}
.group:hover .group-hover\:bg-teal-600\/60{
  background-color: rgb(147 180 182 / 0.6);
}
.group:hover .group-hover\:bg-teal-600\/70{
  background-color: rgb(147 180 182 / 0.7);
}
.group:hover .group-hover\:bg-teal-600\/75{
  background-color: rgb(147 180 182 / 0.75);
}
.group:hover .group-hover\:bg-teal-600\/80{
  background-color: rgb(147 180 182 / 0.8);
}
.group:hover .group-hover\:bg-teal-600\/90{
  background-color: rgb(147 180 182 / 0.9);
}
.group:hover .group-hover\:bg-teal-600\/95{
  background-color: rgb(147 180 182 / 0.95);
}
.group:hover .group-hover\:bg-teal-800{
  --tw-bg-opacity: 1;
  background-color: rgb(104 150 153 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-teal-800\/0{
  background-color: rgb(104 150 153 / 0);
}
.group:hover .group-hover\:bg-teal-800\/10{
  background-color: rgb(104 150 153 / 0.1);
}
.group:hover .group-hover\:bg-teal-800\/100{
  background-color: rgb(104 150 153 / 1);
}
.group:hover .group-hover\:bg-teal-800\/20{
  background-color: rgb(104 150 153 / 0.2);
}
.group:hover .group-hover\:bg-teal-800\/25{
  background-color: rgb(104 150 153 / 0.25);
}
.group:hover .group-hover\:bg-teal-800\/30{
  background-color: rgb(104 150 153 / 0.3);
}
.group:hover .group-hover\:bg-teal-800\/40{
  background-color: rgb(104 150 153 / 0.4);
}
.group:hover .group-hover\:bg-teal-800\/5{
  background-color: rgb(104 150 153 / 0.05);
}
.group:hover .group-hover\:bg-teal-800\/50{
  background-color: rgb(104 150 153 / 0.5);
}
.group:hover .group-hover\:bg-teal-800\/60{
  background-color: rgb(104 150 153 / 0.6);
}
.group:hover .group-hover\:bg-teal-800\/70{
  background-color: rgb(104 150 153 / 0.7);
}
.group:hover .group-hover\:bg-teal-800\/75{
  background-color: rgb(104 150 153 / 0.75);
}
.group:hover .group-hover\:bg-teal-800\/80{
  background-color: rgb(104 150 153 / 0.8);
}
.group:hover .group-hover\:bg-teal-800\/90{
  background-color: rgb(104 150 153 / 0.9);
}
.group:hover .group-hover\:bg-teal-800\/95{
  background-color: rgb(104 150 153 / 0.95);
}
.group:hover .group-hover\:bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-yellow-300{
  --tw-bg-opacity: 1;
  background-color: rgb(255 226 153 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-yellow-300\/0{
  background-color: rgb(255 226 153 / 0);
}
.group:hover .group-hover\:bg-yellow-300\/10{
  background-color: rgb(255 226 153 / 0.1);
}
.group:hover .group-hover\:bg-yellow-300\/100{
  background-color: rgb(255 226 153 / 1);
}
.group:hover .group-hover\:bg-yellow-300\/20{
  background-color: rgb(255 226 153 / 0.2);
}
.group:hover .group-hover\:bg-yellow-300\/25{
  background-color: rgb(255 226 153 / 0.25);
}
.group:hover .group-hover\:bg-yellow-300\/30{
  background-color: rgb(255 226 153 / 0.3);
}
.group:hover .group-hover\:bg-yellow-300\/40{
  background-color: rgb(255 226 153 / 0.4);
}
.group:hover .group-hover\:bg-yellow-300\/5{
  background-color: rgb(255 226 153 / 0.05);
}
.group:hover .group-hover\:bg-yellow-300\/50{
  background-color: rgb(255 226 153 / 0.5);
}
.group:hover .group-hover\:bg-yellow-300\/60{
  background-color: rgb(255 226 153 / 0.6);
}
.group:hover .group-hover\:bg-yellow-300\/70{
  background-color: rgb(255 226 153 / 0.7);
}
.group:hover .group-hover\:bg-yellow-300\/75{
  background-color: rgb(255 226 153 / 0.75);
}
.group:hover .group-hover\:bg-yellow-300\/80{
  background-color: rgb(255 226 153 / 0.8);
}
.group:hover .group-hover\:bg-yellow-300\/90{
  background-color: rgb(255 226 153 / 0.9);
}
.group:hover .group-hover\:bg-yellow-300\/95{
  background-color: rgb(255 226 153 / 0.95);
}
.group:hover .group-hover\:bg-yellow-500{
  --tw-bg-opacity: 1;
  background-color: rgb(255 189 26 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-yellow-500\/0{
  background-color: rgb(255 189 26 / 0);
}
.group:hover .group-hover\:bg-yellow-500\/10{
  background-color: rgb(255 189 26 / 0.1);
}
.group:hover .group-hover\:bg-yellow-500\/100{
  background-color: rgb(255 189 26 / 1);
}
.group:hover .group-hover\:bg-yellow-500\/20{
  background-color: rgb(255 189 26 / 0.2);
}
.group:hover .group-hover\:bg-yellow-500\/25{
  background-color: rgb(255 189 26 / 0.25);
}
.group:hover .group-hover\:bg-yellow-500\/30{
  background-color: rgb(255 189 26 / 0.3);
}
.group:hover .group-hover\:bg-yellow-500\/40{
  background-color: rgb(255 189 26 / 0.4);
}
.group:hover .group-hover\:bg-yellow-500\/5{
  background-color: rgb(255 189 26 / 0.05);
}
.group:hover .group-hover\:bg-yellow-500\/50{
  background-color: rgb(255 189 26 / 0.5);
}
.group:hover .group-hover\:bg-yellow-500\/60{
  background-color: rgb(255 189 26 / 0.6);
}
.group:hover .group-hover\:bg-yellow-500\/70{
  background-color: rgb(255 189 26 / 0.7);
}
.group:hover .group-hover\:bg-yellow-500\/75{
  background-color: rgb(255 189 26 / 0.75);
}
.group:hover .group-hover\:bg-yellow-500\/80{
  background-color: rgb(255 189 26 / 0.8);
}
.group:hover .group-hover\:bg-yellow-500\/90{
  background-color: rgb(255 189 26 / 0.9);
}
.group:hover .group-hover\:bg-yellow-500\/95{
  background-color: rgb(255 189 26 / 0.95);
}
.group:hover .group-hover\:font-black{
  font-weight: 900;
}
.group:hover .group-hover\:text-black{
  --tw-text-opacity: 1;
  color: rgb(33 35 37 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-gray-100{
  --tw-text-opacity: 1;
  color: rgb(239 241 242 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-gray-100\/0{
  color: rgb(239 241 242 / 0);
}
.group:hover .group-hover\:text-gray-100\/10{
  color: rgb(239 241 242 / 0.1);
}
.group:hover .group-hover\:text-gray-100\/100{
  color: rgb(239 241 242 / 1);
}
.group:hover .group-hover\:text-gray-100\/20{
  color: rgb(239 241 242 / 0.2);
}
.group:hover .group-hover\:text-gray-100\/25{
  color: rgb(239 241 242 / 0.25);
}
.group:hover .group-hover\:text-gray-100\/30{
  color: rgb(239 241 242 / 0.3);
}
.group:hover .group-hover\:text-gray-100\/40{
  color: rgb(239 241 242 / 0.4);
}
.group:hover .group-hover\:text-gray-100\/5{
  color: rgb(239 241 242 / 0.05);
}
.group:hover .group-hover\:text-gray-100\/50{
  color: rgb(239 241 242 / 0.5);
}
.group:hover .group-hover\:text-gray-100\/60{
  color: rgb(239 241 242 / 0.6);
}
.group:hover .group-hover\:text-gray-100\/70{
  color: rgb(239 241 242 / 0.7);
}
.group:hover .group-hover\:text-gray-100\/75{
  color: rgb(239 241 242 / 0.75);
}
.group:hover .group-hover\:text-gray-100\/80{
  color: rgb(239 241 242 / 0.8);
}
.group:hover .group-hover\:text-gray-100\/90{
  color: rgb(239 241 242 / 0.9);
}
.group:hover .group-hover\:text-gray-100\/95{
  color: rgb(239 241 242 / 0.95);
}
.group:hover .group-hover\:text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(223 227 229 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-gray-200\/0{
  color: rgb(223 227 229 / 0);
}
.group:hover .group-hover\:text-gray-200\/10{
  color: rgb(223 227 229 / 0.1);
}
.group:hover .group-hover\:text-gray-200\/100{
  color: rgb(223 227 229 / 1);
}
.group:hover .group-hover\:text-gray-200\/20{
  color: rgb(223 227 229 / 0.2);
}
.group:hover .group-hover\:text-gray-200\/25{
  color: rgb(223 227 229 / 0.25);
}
.group:hover .group-hover\:text-gray-200\/30{
  color: rgb(223 227 229 / 0.3);
}
.group:hover .group-hover\:text-gray-200\/40{
  color: rgb(223 227 229 / 0.4);
}
.group:hover .group-hover\:text-gray-200\/5{
  color: rgb(223 227 229 / 0.05);
}
.group:hover .group-hover\:text-gray-200\/50{
  color: rgb(223 227 229 / 0.5);
}
.group:hover .group-hover\:text-gray-200\/60{
  color: rgb(223 227 229 / 0.6);
}
.group:hover .group-hover\:text-gray-200\/70{
  color: rgb(223 227 229 / 0.7);
}
.group:hover .group-hover\:text-gray-200\/75{
  color: rgb(223 227 229 / 0.75);
}
.group:hover .group-hover\:text-gray-200\/80{
  color: rgb(223 227 229 / 0.8);
}
.group:hover .group-hover\:text-gray-200\/90{
  color: rgb(223 227 229 / 0.9);
}
.group:hover .group-hover\:text-gray-200\/95{
  color: rgb(223 227 229 / 0.95);
}
.group:hover .group-hover\:text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(207 212 216 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-gray-300\/0{
  color: rgb(207 212 216 / 0);
}
.group:hover .group-hover\:text-gray-300\/10{
  color: rgb(207 212 216 / 0.1);
}
.group:hover .group-hover\:text-gray-300\/100{
  color: rgb(207 212 216 / 1);
}
.group:hover .group-hover\:text-gray-300\/20{
  color: rgb(207 212 216 / 0.2);
}
.group:hover .group-hover\:text-gray-300\/25{
  color: rgb(207 212 216 / 0.25);
}
.group:hover .group-hover\:text-gray-300\/30{
  color: rgb(207 212 216 / 0.3);
}
.group:hover .group-hover\:text-gray-300\/40{
  color: rgb(207 212 216 / 0.4);
}
.group:hover .group-hover\:text-gray-300\/5{
  color: rgb(207 212 216 / 0.05);
}
.group:hover .group-hover\:text-gray-300\/50{
  color: rgb(207 212 216 / 0.5);
}
.group:hover .group-hover\:text-gray-300\/60{
  color: rgb(207 212 216 / 0.6);
}
.group:hover .group-hover\:text-gray-300\/70{
  color: rgb(207 212 216 / 0.7);
}
.group:hover .group-hover\:text-gray-300\/75{
  color: rgb(207 212 216 / 0.75);
}
.group:hover .group-hover\:text-gray-300\/80{
  color: rgb(207 212 216 / 0.8);
}
.group:hover .group-hover\:text-gray-300\/90{
  color: rgb(207 212 216 / 0.9);
}
.group:hover .group-hover\:text-gray-300\/95{
  color: rgb(207 212 216 / 0.95);
}
.group:hover .group-hover\:text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(167 177 183 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-gray-500\/0{
  color: rgb(167 177 183 / 0);
}
.group:hover .group-hover\:text-gray-500\/10{
  color: rgb(167 177 183 / 0.1);
}
.group:hover .group-hover\:text-gray-500\/100{
  color: rgb(167 177 183 / 1);
}
.group:hover .group-hover\:text-gray-500\/20{
  color: rgb(167 177 183 / 0.2);
}
.group:hover .group-hover\:text-gray-500\/25{
  color: rgb(167 177 183 / 0.25);
}
.group:hover .group-hover\:text-gray-500\/30{
  color: rgb(167 177 183 / 0.3);
}
.group:hover .group-hover\:text-gray-500\/40{
  color: rgb(167 177 183 / 0.4);
}
.group:hover .group-hover\:text-gray-500\/5{
  color: rgb(167 177 183 / 0.05);
}
.group:hover .group-hover\:text-gray-500\/50{
  color: rgb(167 177 183 / 0.5);
}
.group:hover .group-hover\:text-gray-500\/60{
  color: rgb(167 177 183 / 0.6);
}
.group:hover .group-hover\:text-gray-500\/70{
  color: rgb(167 177 183 / 0.7);
}
.group:hover .group-hover\:text-gray-500\/75{
  color: rgb(167 177 183 / 0.75);
}
.group:hover .group-hover\:text-gray-500\/80{
  color: rgb(167 177 183 / 0.8);
}
.group:hover .group-hover\:text-gray-500\/90{
  color: rgb(167 177 183 / 0.9);
}
.group:hover .group-hover\:text-gray-500\/95{
  color: rgb(167 177 183 / 0.95);
}
.group:hover .group-hover\:text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(100 106 110 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-gray-600\/0{
  color: rgb(100 106 110 / 0);
}
.group:hover .group-hover\:text-gray-600\/10{
  color: rgb(100 106 110 / 0.1);
}
.group:hover .group-hover\:text-gray-600\/100{
  color: rgb(100 106 110 / 1);
}
.group:hover .group-hover\:text-gray-600\/20{
  color: rgb(100 106 110 / 0.2);
}
.group:hover .group-hover\:text-gray-600\/25{
  color: rgb(100 106 110 / 0.25);
}
.group:hover .group-hover\:text-gray-600\/30{
  color: rgb(100 106 110 / 0.3);
}
.group:hover .group-hover\:text-gray-600\/40{
  color: rgb(100 106 110 / 0.4);
}
.group:hover .group-hover\:text-gray-600\/5{
  color: rgb(100 106 110 / 0.05);
}
.group:hover .group-hover\:text-gray-600\/50{
  color: rgb(100 106 110 / 0.5);
}
.group:hover .group-hover\:text-gray-600\/60{
  color: rgb(100 106 110 / 0.6);
}
.group:hover .group-hover\:text-gray-600\/70{
  color: rgb(100 106 110 / 0.7);
}
.group:hover .group-hover\:text-gray-600\/75{
  color: rgb(100 106 110 / 0.75);
}
.group:hover .group-hover\:text-gray-600\/80{
  color: rgb(100 106 110 / 0.8);
}
.group:hover .group-hover\:text-gray-600\/90{
  color: rgb(100 106 110 / 0.9);
}
.group:hover .group-hover\:text-gray-600\/95{
  color: rgb(100 106 110 / 0.95);
}
.group:hover .group-hover\:text-primary-500{
  --tw-text-opacity: 1;
  color: rgb(186 12 47 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-primary-500\/0{
  color: rgb(186 12 47 / 0);
}
.group:hover .group-hover\:text-primary-500\/10{
  color: rgb(186 12 47 / 0.1);
}
.group:hover .group-hover\:text-primary-500\/100{
  color: rgb(186 12 47 / 1);
}
.group:hover .group-hover\:text-primary-500\/20{
  color: rgb(186 12 47 / 0.2);
}
.group:hover .group-hover\:text-primary-500\/25{
  color: rgb(186 12 47 / 0.25);
}
.group:hover .group-hover\:text-primary-500\/30{
  color: rgb(186 12 47 / 0.3);
}
.group:hover .group-hover\:text-primary-500\/40{
  color: rgb(186 12 47 / 0.4);
}
.group:hover .group-hover\:text-primary-500\/5{
  color: rgb(186 12 47 / 0.05);
}
.group:hover .group-hover\:text-primary-500\/50{
  color: rgb(186 12 47 / 0.5);
}
.group:hover .group-hover\:text-primary-500\/60{
  color: rgb(186 12 47 / 0.6);
}
.group:hover .group-hover\:text-primary-500\/70{
  color: rgb(186 12 47 / 0.7);
}
.group:hover .group-hover\:text-primary-500\/75{
  color: rgb(186 12 47 / 0.75);
}
.group:hover .group-hover\:text-primary-500\/80{
  color: rgb(186 12 47 / 0.8);
}
.group:hover .group-hover\:text-primary-500\/90{
  color: rgb(186 12 47 / 0.9);
}
.group:hover .group-hover\:text-primary-500\/95{
  color: rgb(186 12 47 / 0.95);
}
.group:hover .group-hover\:text-primary-700{
  --tw-text-opacity: 1;
  color: rgb(112 7 28 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-primary-700\/0{
  color: rgb(112 7 28 / 0);
}
.group:hover .group-hover\:text-primary-700\/10{
  color: rgb(112 7 28 / 0.1);
}
.group:hover .group-hover\:text-primary-700\/100{
  color: rgb(112 7 28 / 1);
}
.group:hover .group-hover\:text-primary-700\/20{
  color: rgb(112 7 28 / 0.2);
}
.group:hover .group-hover\:text-primary-700\/25{
  color: rgb(112 7 28 / 0.25);
}
.group:hover .group-hover\:text-primary-700\/30{
  color: rgb(112 7 28 / 0.3);
}
.group:hover .group-hover\:text-primary-700\/40{
  color: rgb(112 7 28 / 0.4);
}
.group:hover .group-hover\:text-primary-700\/5{
  color: rgb(112 7 28 / 0.05);
}
.group:hover .group-hover\:text-primary-700\/50{
  color: rgb(112 7 28 / 0.5);
}
.group:hover .group-hover\:text-primary-700\/60{
  color: rgb(112 7 28 / 0.6);
}
.group:hover .group-hover\:text-primary-700\/70{
  color: rgb(112 7 28 / 0.7);
}
.group:hover .group-hover\:text-primary-700\/75{
  color: rgb(112 7 28 / 0.75);
}
.group:hover .group-hover\:text-primary-700\/80{
  color: rgb(112 7 28 / 0.8);
}
.group:hover .group-hover\:text-primary-700\/90{
  color: rgb(112 7 28 / 0.9);
}
.group:hover .group-hover\:text-primary-700\/95{
  color: rgb(112 7 28 / 0.95);
}
.group:hover .group-hover\:text-teal-300{
  --tw-text-opacity: 1;
  color: rgb(183 221 213 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-teal-300\/0{
  color: rgb(183 221 213 / 0);
}
.group:hover .group-hover\:text-teal-300\/10{
  color: rgb(183 221 213 / 0.1);
}
.group:hover .group-hover\:text-teal-300\/100{
  color: rgb(183 221 213 / 1);
}
.group:hover .group-hover\:text-teal-300\/20{
  color: rgb(183 221 213 / 0.2);
}
.group:hover .group-hover\:text-teal-300\/25{
  color: rgb(183 221 213 / 0.25);
}
.group:hover .group-hover\:text-teal-300\/30{
  color: rgb(183 221 213 / 0.3);
}
.group:hover .group-hover\:text-teal-300\/40{
  color: rgb(183 221 213 / 0.4);
}
.group:hover .group-hover\:text-teal-300\/5{
  color: rgb(183 221 213 / 0.05);
}
.group:hover .group-hover\:text-teal-300\/50{
  color: rgb(183 221 213 / 0.5);
}
.group:hover .group-hover\:text-teal-300\/60{
  color: rgb(183 221 213 / 0.6);
}
.group:hover .group-hover\:text-teal-300\/70{
  color: rgb(183 221 213 / 0.7);
}
.group:hover .group-hover\:text-teal-300\/75{
  color: rgb(183 221 213 / 0.75);
}
.group:hover .group-hover\:text-teal-300\/80{
  color: rgb(183 221 213 / 0.8);
}
.group:hover .group-hover\:text-teal-300\/90{
  color: rgb(183 221 213 / 0.9);
}
.group:hover .group-hover\:text-teal-300\/95{
  color: rgb(183 221 213 / 0.95);
}
.group:hover .group-hover\:text-teal-500{
  --tw-text-opacity: 1;
  color: rgb(107 187 171 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-teal-500\/0{
  color: rgb(107 187 171 / 0);
}
.group:hover .group-hover\:text-teal-500\/10{
  color: rgb(107 187 171 / 0.1);
}
.group:hover .group-hover\:text-teal-500\/100{
  color: rgb(107 187 171 / 1);
}
.group:hover .group-hover\:text-teal-500\/20{
  color: rgb(107 187 171 / 0.2);
}
.group:hover .group-hover\:text-teal-500\/25{
  color: rgb(107 187 171 / 0.25);
}
.group:hover .group-hover\:text-teal-500\/30{
  color: rgb(107 187 171 / 0.3);
}
.group:hover .group-hover\:text-teal-500\/40{
  color: rgb(107 187 171 / 0.4);
}
.group:hover .group-hover\:text-teal-500\/5{
  color: rgb(107 187 171 / 0.05);
}
.group:hover .group-hover\:text-teal-500\/50{
  color: rgb(107 187 171 / 0.5);
}
.group:hover .group-hover\:text-teal-500\/60{
  color: rgb(107 187 171 / 0.6);
}
.group:hover .group-hover\:text-teal-500\/70{
  color: rgb(107 187 171 / 0.7);
}
.group:hover .group-hover\:text-teal-500\/75{
  color: rgb(107 187 171 / 0.75);
}
.group:hover .group-hover\:text-teal-500\/80{
  color: rgb(107 187 171 / 0.8);
}
.group:hover .group-hover\:text-teal-500\/90{
  color: rgb(107 187 171 / 0.9);
}
.group:hover .group-hover\:text-teal-500\/95{
  color: rgb(107 187 171 / 0.95);
}
.group:hover .group-hover\:text-teal-600{
  --tw-text-opacity: 1;
  color: rgb(147 180 182 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-teal-600\/0{
  color: rgb(147 180 182 / 0);
}
.group:hover .group-hover\:text-teal-600\/10{
  color: rgb(147 180 182 / 0.1);
}
.group:hover .group-hover\:text-teal-600\/100{
  color: rgb(147 180 182 / 1);
}
.group:hover .group-hover\:text-teal-600\/20{
  color: rgb(147 180 182 / 0.2);
}
.group:hover .group-hover\:text-teal-600\/25{
  color: rgb(147 180 182 / 0.25);
}
.group:hover .group-hover\:text-teal-600\/30{
  color: rgb(147 180 182 / 0.3);
}
.group:hover .group-hover\:text-teal-600\/40{
  color: rgb(147 180 182 / 0.4);
}
.group:hover .group-hover\:text-teal-600\/5{
  color: rgb(147 180 182 / 0.05);
}
.group:hover .group-hover\:text-teal-600\/50{
  color: rgb(147 180 182 / 0.5);
}
.group:hover .group-hover\:text-teal-600\/60{
  color: rgb(147 180 182 / 0.6);
}
.group:hover .group-hover\:text-teal-600\/70{
  color: rgb(147 180 182 / 0.7);
}
.group:hover .group-hover\:text-teal-600\/75{
  color: rgb(147 180 182 / 0.75);
}
.group:hover .group-hover\:text-teal-600\/80{
  color: rgb(147 180 182 / 0.8);
}
.group:hover .group-hover\:text-teal-600\/90{
  color: rgb(147 180 182 / 0.9);
}
.group:hover .group-hover\:text-teal-600\/95{
  color: rgb(147 180 182 / 0.95);
}
.group:hover .group-hover\:text-teal-800{
  --tw-text-opacity: 1;
  color: rgb(104 150 153 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-teal-800\/0{
  color: rgb(104 150 153 / 0);
}
.group:hover .group-hover\:text-teal-800\/10{
  color: rgb(104 150 153 / 0.1);
}
.group:hover .group-hover\:text-teal-800\/100{
  color: rgb(104 150 153 / 1);
}
.group:hover .group-hover\:text-teal-800\/20{
  color: rgb(104 150 153 / 0.2);
}
.group:hover .group-hover\:text-teal-800\/25{
  color: rgb(104 150 153 / 0.25);
}
.group:hover .group-hover\:text-teal-800\/30{
  color: rgb(104 150 153 / 0.3);
}
.group:hover .group-hover\:text-teal-800\/40{
  color: rgb(104 150 153 / 0.4);
}
.group:hover .group-hover\:text-teal-800\/5{
  color: rgb(104 150 153 / 0.05);
}
.group:hover .group-hover\:text-teal-800\/50{
  color: rgb(104 150 153 / 0.5);
}
.group:hover .group-hover\:text-teal-800\/60{
  color: rgb(104 150 153 / 0.6);
}
.group:hover .group-hover\:text-teal-800\/70{
  color: rgb(104 150 153 / 0.7);
}
.group:hover .group-hover\:text-teal-800\/75{
  color: rgb(104 150 153 / 0.75);
}
.group:hover .group-hover\:text-teal-800\/80{
  color: rgb(104 150 153 / 0.8);
}
.group:hover .group-hover\:text-teal-800\/90{
  color: rgb(104 150 153 / 0.9);
}
.group:hover .group-hover\:text-teal-800\/95{
  color: rgb(104 150 153 / 0.95);
}
.group:hover .group-hover\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-yellow-300{
  --tw-text-opacity: 1;
  color: rgb(255 226 153 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-yellow-300\/0{
  color: rgb(255 226 153 / 0);
}
.group:hover .group-hover\:text-yellow-300\/10{
  color: rgb(255 226 153 / 0.1);
}
.group:hover .group-hover\:text-yellow-300\/100{
  color: rgb(255 226 153 / 1);
}
.group:hover .group-hover\:text-yellow-300\/20{
  color: rgb(255 226 153 / 0.2);
}
.group:hover .group-hover\:text-yellow-300\/25{
  color: rgb(255 226 153 / 0.25);
}
.group:hover .group-hover\:text-yellow-300\/30{
  color: rgb(255 226 153 / 0.3);
}
.group:hover .group-hover\:text-yellow-300\/40{
  color: rgb(255 226 153 / 0.4);
}
.group:hover .group-hover\:text-yellow-300\/5{
  color: rgb(255 226 153 / 0.05);
}
.group:hover .group-hover\:text-yellow-300\/50{
  color: rgb(255 226 153 / 0.5);
}
.group:hover .group-hover\:text-yellow-300\/60{
  color: rgb(255 226 153 / 0.6);
}
.group:hover .group-hover\:text-yellow-300\/70{
  color: rgb(255 226 153 / 0.7);
}
.group:hover .group-hover\:text-yellow-300\/75{
  color: rgb(255 226 153 / 0.75);
}
.group:hover .group-hover\:text-yellow-300\/80{
  color: rgb(255 226 153 / 0.8);
}
.group:hover .group-hover\:text-yellow-300\/90{
  color: rgb(255 226 153 / 0.9);
}
.group:hover .group-hover\:text-yellow-300\/95{
  color: rgb(255 226 153 / 0.95);
}
.group:hover .group-hover\:text-yellow-500{
  --tw-text-opacity: 1;
  color: rgb(255 189 26 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-yellow-500\/0{
  color: rgb(255 189 26 / 0);
}
.group:hover .group-hover\:text-yellow-500\/10{
  color: rgb(255 189 26 / 0.1);
}
.group:hover .group-hover\:text-yellow-500\/100{
  color: rgb(255 189 26 / 1);
}
.group:hover .group-hover\:text-yellow-500\/20{
  color: rgb(255 189 26 / 0.2);
}
.group:hover .group-hover\:text-yellow-500\/25{
  color: rgb(255 189 26 / 0.25);
}
.group:hover .group-hover\:text-yellow-500\/30{
  color: rgb(255 189 26 / 0.3);
}
.group:hover .group-hover\:text-yellow-500\/40{
  color: rgb(255 189 26 / 0.4);
}
.group:hover .group-hover\:text-yellow-500\/5{
  color: rgb(255 189 26 / 0.05);
}
.group:hover .group-hover\:text-yellow-500\/50{
  color: rgb(255 189 26 / 0.5);
}
.group:hover .group-hover\:text-yellow-500\/60{
  color: rgb(255 189 26 / 0.6);
}
.group:hover .group-hover\:text-yellow-500\/70{
  color: rgb(255 189 26 / 0.7);
}
.group:hover .group-hover\:text-yellow-500\/75{
  color: rgb(255 189 26 / 0.75);
}
.group:hover .group-hover\:text-yellow-500\/80{
  color: rgb(255 189 26 / 0.8);
}
.group:hover .group-hover\:text-yellow-500\/90{
  color: rgb(255 189 26 / 0.9);
}
.group:hover .group-hover\:text-yellow-500\/95{
  color: rgb(255 189 26 / 0.95);
}
.group:hover .group-hover\:underline{
  text-decoration-line: underline;
}
.group:hover .group-hover\:opacity-0{
  opacity: 0;
}
.group:hover .group-hover\:opacity-100{
  opacity: 1;
}
.group:hover .group-hover\:before\:w-full::before{
  content: var(--tw-content);
  width: 100%;
}
.group:hover .group-hover\:after\:h-1::after{
  content: var(--tw-content);
  height: 0.25rem;
}
.group:hover .group-hover\:after\:bg-primary-500::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(186 12 47 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:after\:bg-transparent::after{
  content: var(--tw-content);
  background-color: transparent;
}
.group:focus .group-focus\:border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(239 241 242 / var(--tw-border-opacity));
}
.group:focus .group-focus\:border-gray-100\/0{
  border-color: rgb(239 241 242 / 0);
}
.group:focus .group-focus\:border-gray-100\/10{
  border-color: rgb(239 241 242 / 0.1);
}
.group:focus .group-focus\:border-gray-100\/100{
  border-color: rgb(239 241 242 / 1);
}
.group:focus .group-focus\:border-gray-100\/20{
  border-color: rgb(239 241 242 / 0.2);
}
.group:focus .group-focus\:border-gray-100\/25{
  border-color: rgb(239 241 242 / 0.25);
}
.group:focus .group-focus\:border-gray-100\/30{
  border-color: rgb(239 241 242 / 0.3);
}
.group:focus .group-focus\:border-gray-100\/40{
  border-color: rgb(239 241 242 / 0.4);
}
.group:focus .group-focus\:border-gray-100\/5{
  border-color: rgb(239 241 242 / 0.05);
}
.group:focus .group-focus\:border-gray-100\/50{
  border-color: rgb(239 241 242 / 0.5);
}
.group:focus .group-focus\:border-gray-100\/60{
  border-color: rgb(239 241 242 / 0.6);
}
.group:focus .group-focus\:border-gray-100\/70{
  border-color: rgb(239 241 242 / 0.7);
}
.group:focus .group-focus\:border-gray-100\/75{
  border-color: rgb(239 241 242 / 0.75);
}
.group:focus .group-focus\:border-gray-100\/80{
  border-color: rgb(239 241 242 / 0.8);
}
.group:focus .group-focus\:border-gray-100\/90{
  border-color: rgb(239 241 242 / 0.9);
}
.group:focus .group-focus\:border-gray-100\/95{
  border-color: rgb(239 241 242 / 0.95);
}
.group:focus .group-focus\:border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(223 227 229 / var(--tw-border-opacity));
}
.group:focus .group-focus\:border-gray-200\/0{
  border-color: rgb(223 227 229 / 0);
}
.group:focus .group-focus\:border-gray-200\/10{
  border-color: rgb(223 227 229 / 0.1);
}
.group:focus .group-focus\:border-gray-200\/100{
  border-color: rgb(223 227 229 / 1);
}
.group:focus .group-focus\:border-gray-200\/20{
  border-color: rgb(223 227 229 / 0.2);
}
.group:focus .group-focus\:border-gray-200\/25{
  border-color: rgb(223 227 229 / 0.25);
}
.group:focus .group-focus\:border-gray-200\/30{
  border-color: rgb(223 227 229 / 0.3);
}
.group:focus .group-focus\:border-gray-200\/40{
  border-color: rgb(223 227 229 / 0.4);
}
.group:focus .group-focus\:border-gray-200\/5{
  border-color: rgb(223 227 229 / 0.05);
}
.group:focus .group-focus\:border-gray-200\/50{
  border-color: rgb(223 227 229 / 0.5);
}
.group:focus .group-focus\:border-gray-200\/60{
  border-color: rgb(223 227 229 / 0.6);
}
.group:focus .group-focus\:border-gray-200\/70{
  border-color: rgb(223 227 229 / 0.7);
}
.group:focus .group-focus\:border-gray-200\/75{
  border-color: rgb(223 227 229 / 0.75);
}
.group:focus .group-focus\:border-gray-200\/80{
  border-color: rgb(223 227 229 / 0.8);
}
.group:focus .group-focus\:border-gray-200\/90{
  border-color: rgb(223 227 229 / 0.9);
}
.group:focus .group-focus\:border-gray-200\/95{
  border-color: rgb(223 227 229 / 0.95);
}
.group:focus .group-focus\:border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(207 212 216 / var(--tw-border-opacity));
}
.group:focus .group-focus\:border-gray-300\/0{
  border-color: rgb(207 212 216 / 0);
}
.group:focus .group-focus\:border-gray-300\/10{
  border-color: rgb(207 212 216 / 0.1);
}
.group:focus .group-focus\:border-gray-300\/100{
  border-color: rgb(207 212 216 / 1);
}
.group:focus .group-focus\:border-gray-300\/20{
  border-color: rgb(207 212 216 / 0.2);
}
.group:focus .group-focus\:border-gray-300\/25{
  border-color: rgb(207 212 216 / 0.25);
}
.group:focus .group-focus\:border-gray-300\/30{
  border-color: rgb(207 212 216 / 0.3);
}
.group:focus .group-focus\:border-gray-300\/40{
  border-color: rgb(207 212 216 / 0.4);
}
.group:focus .group-focus\:border-gray-300\/5{
  border-color: rgb(207 212 216 / 0.05);
}
.group:focus .group-focus\:border-gray-300\/50{
  border-color: rgb(207 212 216 / 0.5);
}
.group:focus .group-focus\:border-gray-300\/60{
  border-color: rgb(207 212 216 / 0.6);
}
.group:focus .group-focus\:border-gray-300\/70{
  border-color: rgb(207 212 216 / 0.7);
}
.group:focus .group-focus\:border-gray-300\/75{
  border-color: rgb(207 212 216 / 0.75);
}
.group:focus .group-focus\:border-gray-300\/80{
  border-color: rgb(207 212 216 / 0.8);
}
.group:focus .group-focus\:border-gray-300\/90{
  border-color: rgb(207 212 216 / 0.9);
}
.group:focus .group-focus\:border-gray-300\/95{
  border-color: rgb(207 212 216 / 0.95);
}
.group:focus .group-focus\:border-gray-500{
  --tw-border-opacity: 1;
  border-color: rgb(167 177 183 / var(--tw-border-opacity));
}
.group:focus .group-focus\:border-gray-500\/0{
  border-color: rgb(167 177 183 / 0);
}
.group:focus .group-focus\:border-gray-500\/10{
  border-color: rgb(167 177 183 / 0.1);
}
.group:focus .group-focus\:border-gray-500\/100{
  border-color: rgb(167 177 183 / 1);
}
.group:focus .group-focus\:border-gray-500\/20{
  border-color: rgb(167 177 183 / 0.2);
}
.group:focus .group-focus\:border-gray-500\/25{
  border-color: rgb(167 177 183 / 0.25);
}
.group:focus .group-focus\:border-gray-500\/30{
  border-color: rgb(167 177 183 / 0.3);
}
.group:focus .group-focus\:border-gray-500\/40{
  border-color: rgb(167 177 183 / 0.4);
}
.group:focus .group-focus\:border-gray-500\/5{
  border-color: rgb(167 177 183 / 0.05);
}
.group:focus .group-focus\:border-gray-500\/50{
  border-color: rgb(167 177 183 / 0.5);
}
.group:focus .group-focus\:border-gray-500\/60{
  border-color: rgb(167 177 183 / 0.6);
}
.group:focus .group-focus\:border-gray-500\/70{
  border-color: rgb(167 177 183 / 0.7);
}
.group:focus .group-focus\:border-gray-500\/75{
  border-color: rgb(167 177 183 / 0.75);
}
.group:focus .group-focus\:border-gray-500\/80{
  border-color: rgb(167 177 183 / 0.8);
}
.group:focus .group-focus\:border-gray-500\/90{
  border-color: rgb(167 177 183 / 0.9);
}
.group:focus .group-focus\:border-gray-500\/95{
  border-color: rgb(167 177 183 / 0.95);
}
.group:focus .group-focus\:border-gray-600{
  --tw-border-opacity: 1;
  border-color: rgb(100 106 110 / var(--tw-border-opacity));
}
.group:focus .group-focus\:border-gray-600\/0{
  border-color: rgb(100 106 110 / 0);
}
.group:focus .group-focus\:border-gray-600\/10{
  border-color: rgb(100 106 110 / 0.1);
}
.group:focus .group-focus\:border-gray-600\/100{
  border-color: rgb(100 106 110 / 1);
}
.group:focus .group-focus\:border-gray-600\/20{
  border-color: rgb(100 106 110 / 0.2);
}
.group:focus .group-focus\:border-gray-600\/25{
  border-color: rgb(100 106 110 / 0.25);
}
.group:focus .group-focus\:border-gray-600\/30{
  border-color: rgb(100 106 110 / 0.3);
}
.group:focus .group-focus\:border-gray-600\/40{
  border-color: rgb(100 106 110 / 0.4);
}
.group:focus .group-focus\:border-gray-600\/5{
  border-color: rgb(100 106 110 / 0.05);
}
.group:focus .group-focus\:border-gray-600\/50{
  border-color: rgb(100 106 110 / 0.5);
}
.group:focus .group-focus\:border-gray-600\/60{
  border-color: rgb(100 106 110 / 0.6);
}
.group:focus .group-focus\:border-gray-600\/70{
  border-color: rgb(100 106 110 / 0.7);
}
.group:focus .group-focus\:border-gray-600\/75{
  border-color: rgb(100 106 110 / 0.75);
}
.group:focus .group-focus\:border-gray-600\/80{
  border-color: rgb(100 106 110 / 0.8);
}
.group:focus .group-focus\:border-gray-600\/90{
  border-color: rgb(100 106 110 / 0.9);
}
.group:focus .group-focus\:border-gray-600\/95{
  border-color: rgb(100 106 110 / 0.95);
}
.group:focus .group-focus\:border-primary-500{
  --tw-border-opacity: 1;
  border-color: rgb(186 12 47 / var(--tw-border-opacity));
}
.group:focus .group-focus\:border-primary-500\/0{
  border-color: rgb(186 12 47 / 0);
}
.group:focus .group-focus\:border-primary-500\/10{
  border-color: rgb(186 12 47 / 0.1);
}
.group:focus .group-focus\:border-primary-500\/100{
  border-color: rgb(186 12 47 / 1);
}
.group:focus .group-focus\:border-primary-500\/20{
  border-color: rgb(186 12 47 / 0.2);
}
.group:focus .group-focus\:border-primary-500\/25{
  border-color: rgb(186 12 47 / 0.25);
}
.group:focus .group-focus\:border-primary-500\/30{
  border-color: rgb(186 12 47 / 0.3);
}
.group:focus .group-focus\:border-primary-500\/40{
  border-color: rgb(186 12 47 / 0.4);
}
.group:focus .group-focus\:border-primary-500\/5{
  border-color: rgb(186 12 47 / 0.05);
}
.group:focus .group-focus\:border-primary-500\/50{
  border-color: rgb(186 12 47 / 0.5);
}
.group:focus .group-focus\:border-primary-500\/60{
  border-color: rgb(186 12 47 / 0.6);
}
.group:focus .group-focus\:border-primary-500\/70{
  border-color: rgb(186 12 47 / 0.7);
}
.group:focus .group-focus\:border-primary-500\/75{
  border-color: rgb(186 12 47 / 0.75);
}
.group:focus .group-focus\:border-primary-500\/80{
  border-color: rgb(186 12 47 / 0.8);
}
.group:focus .group-focus\:border-primary-500\/90{
  border-color: rgb(186 12 47 / 0.9);
}
.group:focus .group-focus\:border-primary-500\/95{
  border-color: rgb(186 12 47 / 0.95);
}
.group:focus .group-focus\:border-primary-700{
  --tw-border-opacity: 1;
  border-color: rgb(112 7 28 / var(--tw-border-opacity));
}
.group:focus .group-focus\:border-primary-700\/0{
  border-color: rgb(112 7 28 / 0);
}
.group:focus .group-focus\:border-primary-700\/10{
  border-color: rgb(112 7 28 / 0.1);
}
.group:focus .group-focus\:border-primary-700\/100{
  border-color: rgb(112 7 28 / 1);
}
.group:focus .group-focus\:border-primary-700\/20{
  border-color: rgb(112 7 28 / 0.2);
}
.group:focus .group-focus\:border-primary-700\/25{
  border-color: rgb(112 7 28 / 0.25);
}
.group:focus .group-focus\:border-primary-700\/30{
  border-color: rgb(112 7 28 / 0.3);
}
.group:focus .group-focus\:border-primary-700\/40{
  border-color: rgb(112 7 28 / 0.4);
}
.group:focus .group-focus\:border-primary-700\/5{
  border-color: rgb(112 7 28 / 0.05);
}
.group:focus .group-focus\:border-primary-700\/50{
  border-color: rgb(112 7 28 / 0.5);
}
.group:focus .group-focus\:border-primary-700\/60{
  border-color: rgb(112 7 28 / 0.6);
}
.group:focus .group-focus\:border-primary-700\/70{
  border-color: rgb(112 7 28 / 0.7);
}
.group:focus .group-focus\:border-primary-700\/75{
  border-color: rgb(112 7 28 / 0.75);
}
.group:focus .group-focus\:border-primary-700\/80{
  border-color: rgb(112 7 28 / 0.8);
}
.group:focus .group-focus\:border-primary-700\/90{
  border-color: rgb(112 7 28 / 0.9);
}
.group:focus .group-focus\:border-primary-700\/95{
  border-color: rgb(112 7 28 / 0.95);
}
.group:focus .group-focus\:border-teal-300{
  --tw-border-opacity: 1;
  border-color: rgb(183 221 213 / var(--tw-border-opacity));
}
.group:focus .group-focus\:border-teal-300\/0{
  border-color: rgb(183 221 213 / 0);
}
.group:focus .group-focus\:border-teal-300\/10{
  border-color: rgb(183 221 213 / 0.1);
}
.group:focus .group-focus\:border-teal-300\/100{
  border-color: rgb(183 221 213 / 1);
}
.group:focus .group-focus\:border-teal-300\/20{
  border-color: rgb(183 221 213 / 0.2);
}
.group:focus .group-focus\:border-teal-300\/25{
  border-color: rgb(183 221 213 / 0.25);
}
.group:focus .group-focus\:border-teal-300\/30{
  border-color: rgb(183 221 213 / 0.3);
}
.group:focus .group-focus\:border-teal-300\/40{
  border-color: rgb(183 221 213 / 0.4);
}
.group:focus .group-focus\:border-teal-300\/5{
  border-color: rgb(183 221 213 / 0.05);
}
.group:focus .group-focus\:border-teal-300\/50{
  border-color: rgb(183 221 213 / 0.5);
}
.group:focus .group-focus\:border-teal-300\/60{
  border-color: rgb(183 221 213 / 0.6);
}
.group:focus .group-focus\:border-teal-300\/70{
  border-color: rgb(183 221 213 / 0.7);
}
.group:focus .group-focus\:border-teal-300\/75{
  border-color: rgb(183 221 213 / 0.75);
}
.group:focus .group-focus\:border-teal-300\/80{
  border-color: rgb(183 221 213 / 0.8);
}
.group:focus .group-focus\:border-teal-300\/90{
  border-color: rgb(183 221 213 / 0.9);
}
.group:focus .group-focus\:border-teal-300\/95{
  border-color: rgb(183 221 213 / 0.95);
}
.group:focus .group-focus\:border-teal-500{
  --tw-border-opacity: 1;
  border-color: rgb(107 187 171 / var(--tw-border-opacity));
}
.group:focus .group-focus\:border-teal-500\/0{
  border-color: rgb(107 187 171 / 0);
}
.group:focus .group-focus\:border-teal-500\/10{
  border-color: rgb(107 187 171 / 0.1);
}
.group:focus .group-focus\:border-teal-500\/100{
  border-color: rgb(107 187 171 / 1);
}
.group:focus .group-focus\:border-teal-500\/20{
  border-color: rgb(107 187 171 / 0.2);
}
.group:focus .group-focus\:border-teal-500\/25{
  border-color: rgb(107 187 171 / 0.25);
}
.group:focus .group-focus\:border-teal-500\/30{
  border-color: rgb(107 187 171 / 0.3);
}
.group:focus .group-focus\:border-teal-500\/40{
  border-color: rgb(107 187 171 / 0.4);
}
.group:focus .group-focus\:border-teal-500\/5{
  border-color: rgb(107 187 171 / 0.05);
}
.group:focus .group-focus\:border-teal-500\/50{
  border-color: rgb(107 187 171 / 0.5);
}
.group:focus .group-focus\:border-teal-500\/60{
  border-color: rgb(107 187 171 / 0.6);
}
.group:focus .group-focus\:border-teal-500\/70{
  border-color: rgb(107 187 171 / 0.7);
}
.group:focus .group-focus\:border-teal-500\/75{
  border-color: rgb(107 187 171 / 0.75);
}
.group:focus .group-focus\:border-teal-500\/80{
  border-color: rgb(107 187 171 / 0.8);
}
.group:focus .group-focus\:border-teal-500\/90{
  border-color: rgb(107 187 171 / 0.9);
}
.group:focus .group-focus\:border-teal-500\/95{
  border-color: rgb(107 187 171 / 0.95);
}
.group:focus .group-focus\:border-teal-600{
  --tw-border-opacity: 1;
  border-color: rgb(147 180 182 / var(--tw-border-opacity));
}
.group:focus .group-focus\:border-teal-600\/0{
  border-color: rgb(147 180 182 / 0);
}
.group:focus .group-focus\:border-teal-600\/10{
  border-color: rgb(147 180 182 / 0.1);
}
.group:focus .group-focus\:border-teal-600\/100{
  border-color: rgb(147 180 182 / 1);
}
.group:focus .group-focus\:border-teal-600\/20{
  border-color: rgb(147 180 182 / 0.2);
}
.group:focus .group-focus\:border-teal-600\/25{
  border-color: rgb(147 180 182 / 0.25);
}
.group:focus .group-focus\:border-teal-600\/30{
  border-color: rgb(147 180 182 / 0.3);
}
.group:focus .group-focus\:border-teal-600\/40{
  border-color: rgb(147 180 182 / 0.4);
}
.group:focus .group-focus\:border-teal-600\/5{
  border-color: rgb(147 180 182 / 0.05);
}
.group:focus .group-focus\:border-teal-600\/50{
  border-color: rgb(147 180 182 / 0.5);
}
.group:focus .group-focus\:border-teal-600\/60{
  border-color: rgb(147 180 182 / 0.6);
}
.group:focus .group-focus\:border-teal-600\/70{
  border-color: rgb(147 180 182 / 0.7);
}
.group:focus .group-focus\:border-teal-600\/75{
  border-color: rgb(147 180 182 / 0.75);
}
.group:focus .group-focus\:border-teal-600\/80{
  border-color: rgb(147 180 182 / 0.8);
}
.group:focus .group-focus\:border-teal-600\/90{
  border-color: rgb(147 180 182 / 0.9);
}
.group:focus .group-focus\:border-teal-600\/95{
  border-color: rgb(147 180 182 / 0.95);
}
.group:focus .group-focus\:border-teal-800{
  --tw-border-opacity: 1;
  border-color: rgb(104 150 153 / var(--tw-border-opacity));
}
.group:focus .group-focus\:border-teal-800\/0{
  border-color: rgb(104 150 153 / 0);
}
.group:focus .group-focus\:border-teal-800\/10{
  border-color: rgb(104 150 153 / 0.1);
}
.group:focus .group-focus\:border-teal-800\/100{
  border-color: rgb(104 150 153 / 1);
}
.group:focus .group-focus\:border-teal-800\/20{
  border-color: rgb(104 150 153 / 0.2);
}
.group:focus .group-focus\:border-teal-800\/25{
  border-color: rgb(104 150 153 / 0.25);
}
.group:focus .group-focus\:border-teal-800\/30{
  border-color: rgb(104 150 153 / 0.3);
}
.group:focus .group-focus\:border-teal-800\/40{
  border-color: rgb(104 150 153 / 0.4);
}
.group:focus .group-focus\:border-teal-800\/5{
  border-color: rgb(104 150 153 / 0.05);
}
.group:focus .group-focus\:border-teal-800\/50{
  border-color: rgb(104 150 153 / 0.5);
}
.group:focus .group-focus\:border-teal-800\/60{
  border-color: rgb(104 150 153 / 0.6);
}
.group:focus .group-focus\:border-teal-800\/70{
  border-color: rgb(104 150 153 / 0.7);
}
.group:focus .group-focus\:border-teal-800\/75{
  border-color: rgb(104 150 153 / 0.75);
}
.group:focus .group-focus\:border-teal-800\/80{
  border-color: rgb(104 150 153 / 0.8);
}
.group:focus .group-focus\:border-teal-800\/90{
  border-color: rgb(104 150 153 / 0.9);
}
.group:focus .group-focus\:border-teal-800\/95{
  border-color: rgb(104 150 153 / 0.95);
}
.group:focus .group-focus\:border-yellow-300{
  --tw-border-opacity: 1;
  border-color: rgb(255 226 153 / var(--tw-border-opacity));
}
.group:focus .group-focus\:border-yellow-300\/0{
  border-color: rgb(255 226 153 / 0);
}
.group:focus .group-focus\:border-yellow-300\/10{
  border-color: rgb(255 226 153 / 0.1);
}
.group:focus .group-focus\:border-yellow-300\/100{
  border-color: rgb(255 226 153 / 1);
}
.group:focus .group-focus\:border-yellow-300\/20{
  border-color: rgb(255 226 153 / 0.2);
}
.group:focus .group-focus\:border-yellow-300\/25{
  border-color: rgb(255 226 153 / 0.25);
}
.group:focus .group-focus\:border-yellow-300\/30{
  border-color: rgb(255 226 153 / 0.3);
}
.group:focus .group-focus\:border-yellow-300\/40{
  border-color: rgb(255 226 153 / 0.4);
}
.group:focus .group-focus\:border-yellow-300\/5{
  border-color: rgb(255 226 153 / 0.05);
}
.group:focus .group-focus\:border-yellow-300\/50{
  border-color: rgb(255 226 153 / 0.5);
}
.group:focus .group-focus\:border-yellow-300\/60{
  border-color: rgb(255 226 153 / 0.6);
}
.group:focus .group-focus\:border-yellow-300\/70{
  border-color: rgb(255 226 153 / 0.7);
}
.group:focus .group-focus\:border-yellow-300\/75{
  border-color: rgb(255 226 153 / 0.75);
}
.group:focus .group-focus\:border-yellow-300\/80{
  border-color: rgb(255 226 153 / 0.8);
}
.group:focus .group-focus\:border-yellow-300\/90{
  border-color: rgb(255 226 153 / 0.9);
}
.group:focus .group-focus\:border-yellow-300\/95{
  border-color: rgb(255 226 153 / 0.95);
}
.group:focus .group-focus\:border-yellow-500{
  --tw-border-opacity: 1;
  border-color: rgb(255 189 26 / var(--tw-border-opacity));
}
.group:focus .group-focus\:border-yellow-500\/0{
  border-color: rgb(255 189 26 / 0);
}
.group:focus .group-focus\:border-yellow-500\/10{
  border-color: rgb(255 189 26 / 0.1);
}
.group:focus .group-focus\:border-yellow-500\/100{
  border-color: rgb(255 189 26 / 1);
}
.group:focus .group-focus\:border-yellow-500\/20{
  border-color: rgb(255 189 26 / 0.2);
}
.group:focus .group-focus\:border-yellow-500\/25{
  border-color: rgb(255 189 26 / 0.25);
}
.group:focus .group-focus\:border-yellow-500\/30{
  border-color: rgb(255 189 26 / 0.3);
}
.group:focus .group-focus\:border-yellow-500\/40{
  border-color: rgb(255 189 26 / 0.4);
}
.group:focus .group-focus\:border-yellow-500\/5{
  border-color: rgb(255 189 26 / 0.05);
}
.group:focus .group-focus\:border-yellow-500\/50{
  border-color: rgb(255 189 26 / 0.5);
}
.group:focus .group-focus\:border-yellow-500\/60{
  border-color: rgb(255 189 26 / 0.6);
}
.group:focus .group-focus\:border-yellow-500\/70{
  border-color: rgb(255 189 26 / 0.7);
}
.group:focus .group-focus\:border-yellow-500\/75{
  border-color: rgb(255 189 26 / 0.75);
}
.group:focus .group-focus\:border-yellow-500\/80{
  border-color: rgb(255 189 26 / 0.8);
}
.group:focus .group-focus\:border-yellow-500\/90{
  border-color: rgb(255 189 26 / 0.9);
}
.group:focus .group-focus\:border-yellow-500\/95{
  border-color: rgb(255 189 26 / 0.95);
}
.group:focus .group-focus\:bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(239 241 242 / var(--tw-bg-opacity));
}
.group:focus .group-focus\:bg-gray-100\/0{
  background-color: rgb(239 241 242 / 0);
}
.group:focus .group-focus\:bg-gray-100\/10{
  background-color: rgb(239 241 242 / 0.1);
}
.group:focus .group-focus\:bg-gray-100\/100{
  background-color: rgb(239 241 242 / 1);
}
.group:focus .group-focus\:bg-gray-100\/20{
  background-color: rgb(239 241 242 / 0.2);
}
.group:focus .group-focus\:bg-gray-100\/25{
  background-color: rgb(239 241 242 / 0.25);
}
.group:focus .group-focus\:bg-gray-100\/30{
  background-color: rgb(239 241 242 / 0.3);
}
.group:focus .group-focus\:bg-gray-100\/40{
  background-color: rgb(239 241 242 / 0.4);
}
.group:focus .group-focus\:bg-gray-100\/5{
  background-color: rgb(239 241 242 / 0.05);
}
.group:focus .group-focus\:bg-gray-100\/50{
  background-color: rgb(239 241 242 / 0.5);
}
.group:focus .group-focus\:bg-gray-100\/60{
  background-color: rgb(239 241 242 / 0.6);
}
.group:focus .group-focus\:bg-gray-100\/70{
  background-color: rgb(239 241 242 / 0.7);
}
.group:focus .group-focus\:bg-gray-100\/75{
  background-color: rgb(239 241 242 / 0.75);
}
.group:focus .group-focus\:bg-gray-100\/80{
  background-color: rgb(239 241 242 / 0.8);
}
.group:focus .group-focus\:bg-gray-100\/90{
  background-color: rgb(239 241 242 / 0.9);
}
.group:focus .group-focus\:bg-gray-100\/95{
  background-color: rgb(239 241 242 / 0.95);
}
.group:focus .group-focus\:bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(223 227 229 / var(--tw-bg-opacity));
}
.group:focus .group-focus\:bg-gray-200\/0{
  background-color: rgb(223 227 229 / 0);
}
.group:focus .group-focus\:bg-gray-200\/10{
  background-color: rgb(223 227 229 / 0.1);
}
.group:focus .group-focus\:bg-gray-200\/100{
  background-color: rgb(223 227 229 / 1);
}
.group:focus .group-focus\:bg-gray-200\/20{
  background-color: rgb(223 227 229 / 0.2);
}
.group:focus .group-focus\:bg-gray-200\/25{
  background-color: rgb(223 227 229 / 0.25);
}
.group:focus .group-focus\:bg-gray-200\/30{
  background-color: rgb(223 227 229 / 0.3);
}
.group:focus .group-focus\:bg-gray-200\/40{
  background-color: rgb(223 227 229 / 0.4);
}
.group:focus .group-focus\:bg-gray-200\/5{
  background-color: rgb(223 227 229 / 0.05);
}
.group:focus .group-focus\:bg-gray-200\/50{
  background-color: rgb(223 227 229 / 0.5);
}
.group:focus .group-focus\:bg-gray-200\/60{
  background-color: rgb(223 227 229 / 0.6);
}
.group:focus .group-focus\:bg-gray-200\/70{
  background-color: rgb(223 227 229 / 0.7);
}
.group:focus .group-focus\:bg-gray-200\/75{
  background-color: rgb(223 227 229 / 0.75);
}
.group:focus .group-focus\:bg-gray-200\/80{
  background-color: rgb(223 227 229 / 0.8);
}
.group:focus .group-focus\:bg-gray-200\/90{
  background-color: rgb(223 227 229 / 0.9);
}
.group:focus .group-focus\:bg-gray-200\/95{
  background-color: rgb(223 227 229 / 0.95);
}
.group:focus .group-focus\:bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(207 212 216 / var(--tw-bg-opacity));
}
.group:focus .group-focus\:bg-gray-300\/0{
  background-color: rgb(207 212 216 / 0);
}
.group:focus .group-focus\:bg-gray-300\/10{
  background-color: rgb(207 212 216 / 0.1);
}
.group:focus .group-focus\:bg-gray-300\/100{
  background-color: rgb(207 212 216 / 1);
}
.group:focus .group-focus\:bg-gray-300\/20{
  background-color: rgb(207 212 216 / 0.2);
}
.group:focus .group-focus\:bg-gray-300\/25{
  background-color: rgb(207 212 216 / 0.25);
}
.group:focus .group-focus\:bg-gray-300\/30{
  background-color: rgb(207 212 216 / 0.3);
}
.group:focus .group-focus\:bg-gray-300\/40{
  background-color: rgb(207 212 216 / 0.4);
}
.group:focus .group-focus\:bg-gray-300\/5{
  background-color: rgb(207 212 216 / 0.05);
}
.group:focus .group-focus\:bg-gray-300\/50{
  background-color: rgb(207 212 216 / 0.5);
}
.group:focus .group-focus\:bg-gray-300\/60{
  background-color: rgb(207 212 216 / 0.6);
}
.group:focus .group-focus\:bg-gray-300\/70{
  background-color: rgb(207 212 216 / 0.7);
}
.group:focus .group-focus\:bg-gray-300\/75{
  background-color: rgb(207 212 216 / 0.75);
}
.group:focus .group-focus\:bg-gray-300\/80{
  background-color: rgb(207 212 216 / 0.8);
}
.group:focus .group-focus\:bg-gray-300\/90{
  background-color: rgb(207 212 216 / 0.9);
}
.group:focus .group-focus\:bg-gray-300\/95{
  background-color: rgb(207 212 216 / 0.95);
}
.group:focus .group-focus\:bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(167 177 183 / var(--tw-bg-opacity));
}
.group:focus .group-focus\:bg-gray-500\/0{
  background-color: rgb(167 177 183 / 0);
}
.group:focus .group-focus\:bg-gray-500\/10{
  background-color: rgb(167 177 183 / 0.1);
}
.group:focus .group-focus\:bg-gray-500\/100{
  background-color: rgb(167 177 183 / 1);
}
.group:focus .group-focus\:bg-gray-500\/20{
  background-color: rgb(167 177 183 / 0.2);
}
.group:focus .group-focus\:bg-gray-500\/25{
  background-color: rgb(167 177 183 / 0.25);
}
.group:focus .group-focus\:bg-gray-500\/30{
  background-color: rgb(167 177 183 / 0.3);
}
.group:focus .group-focus\:bg-gray-500\/40{
  background-color: rgb(167 177 183 / 0.4);
}
.group:focus .group-focus\:bg-gray-500\/5{
  background-color: rgb(167 177 183 / 0.05);
}
.group:focus .group-focus\:bg-gray-500\/50{
  background-color: rgb(167 177 183 / 0.5);
}
.group:focus .group-focus\:bg-gray-500\/60{
  background-color: rgb(167 177 183 / 0.6);
}
.group:focus .group-focus\:bg-gray-500\/70{
  background-color: rgb(167 177 183 / 0.7);
}
.group:focus .group-focus\:bg-gray-500\/75{
  background-color: rgb(167 177 183 / 0.75);
}
.group:focus .group-focus\:bg-gray-500\/80{
  background-color: rgb(167 177 183 / 0.8);
}
.group:focus .group-focus\:bg-gray-500\/90{
  background-color: rgb(167 177 183 / 0.9);
}
.group:focus .group-focus\:bg-gray-500\/95{
  background-color: rgb(167 177 183 / 0.95);
}
.group:focus .group-focus\:bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgb(100 106 110 / var(--tw-bg-opacity));
}
.group:focus .group-focus\:bg-gray-600\/0{
  background-color: rgb(100 106 110 / 0);
}
.group:focus .group-focus\:bg-gray-600\/10{
  background-color: rgb(100 106 110 / 0.1);
}
.group:focus .group-focus\:bg-gray-600\/100{
  background-color: rgb(100 106 110 / 1);
}
.group:focus .group-focus\:bg-gray-600\/20{
  background-color: rgb(100 106 110 / 0.2);
}
.group:focus .group-focus\:bg-gray-600\/25{
  background-color: rgb(100 106 110 / 0.25);
}
.group:focus .group-focus\:bg-gray-600\/30{
  background-color: rgb(100 106 110 / 0.3);
}
.group:focus .group-focus\:bg-gray-600\/40{
  background-color: rgb(100 106 110 / 0.4);
}
.group:focus .group-focus\:bg-gray-600\/5{
  background-color: rgb(100 106 110 / 0.05);
}
.group:focus .group-focus\:bg-gray-600\/50{
  background-color: rgb(100 106 110 / 0.5);
}
.group:focus .group-focus\:bg-gray-600\/60{
  background-color: rgb(100 106 110 / 0.6);
}
.group:focus .group-focus\:bg-gray-600\/70{
  background-color: rgb(100 106 110 / 0.7);
}
.group:focus .group-focus\:bg-gray-600\/75{
  background-color: rgb(100 106 110 / 0.75);
}
.group:focus .group-focus\:bg-gray-600\/80{
  background-color: rgb(100 106 110 / 0.8);
}
.group:focus .group-focus\:bg-gray-600\/90{
  background-color: rgb(100 106 110 / 0.9);
}
.group:focus .group-focus\:bg-gray-600\/95{
  background-color: rgb(100 106 110 / 0.95);
}
.group:focus .group-focus\:bg-primary-500{
  --tw-bg-opacity: 1;
  background-color: rgb(186 12 47 / var(--tw-bg-opacity));
}
.group:focus .group-focus\:bg-primary-500\/0{
  background-color: rgb(186 12 47 / 0);
}
.group:focus .group-focus\:bg-primary-500\/10{
  background-color: rgb(186 12 47 / 0.1);
}
.group:focus .group-focus\:bg-primary-500\/100{
  background-color: rgb(186 12 47 / 1);
}
.group:focus .group-focus\:bg-primary-500\/20{
  background-color: rgb(186 12 47 / 0.2);
}
.group:focus .group-focus\:bg-primary-500\/25{
  background-color: rgb(186 12 47 / 0.25);
}
.group:focus .group-focus\:bg-primary-500\/30{
  background-color: rgb(186 12 47 / 0.3);
}
.group:focus .group-focus\:bg-primary-500\/40{
  background-color: rgb(186 12 47 / 0.4);
}
.group:focus .group-focus\:bg-primary-500\/5{
  background-color: rgb(186 12 47 / 0.05);
}
.group:focus .group-focus\:bg-primary-500\/50{
  background-color: rgb(186 12 47 / 0.5);
}
.group:focus .group-focus\:bg-primary-500\/60{
  background-color: rgb(186 12 47 / 0.6);
}
.group:focus .group-focus\:bg-primary-500\/70{
  background-color: rgb(186 12 47 / 0.7);
}
.group:focus .group-focus\:bg-primary-500\/75{
  background-color: rgb(186 12 47 / 0.75);
}
.group:focus .group-focus\:bg-primary-500\/80{
  background-color: rgb(186 12 47 / 0.8);
}
.group:focus .group-focus\:bg-primary-500\/90{
  background-color: rgb(186 12 47 / 0.9);
}
.group:focus .group-focus\:bg-primary-500\/95{
  background-color: rgb(186 12 47 / 0.95);
}
.group:focus .group-focus\:bg-primary-700{
  --tw-bg-opacity: 1;
  background-color: rgb(112 7 28 / var(--tw-bg-opacity));
}
.group:focus .group-focus\:bg-primary-700\/0{
  background-color: rgb(112 7 28 / 0);
}
.group:focus .group-focus\:bg-primary-700\/10{
  background-color: rgb(112 7 28 / 0.1);
}
.group:focus .group-focus\:bg-primary-700\/100{
  background-color: rgb(112 7 28 / 1);
}
.group:focus .group-focus\:bg-primary-700\/20{
  background-color: rgb(112 7 28 / 0.2);
}
.group:focus .group-focus\:bg-primary-700\/25{
  background-color: rgb(112 7 28 / 0.25);
}
.group:focus .group-focus\:bg-primary-700\/30{
  background-color: rgb(112 7 28 / 0.3);
}
.group:focus .group-focus\:bg-primary-700\/40{
  background-color: rgb(112 7 28 / 0.4);
}
.group:focus .group-focus\:bg-primary-700\/5{
  background-color: rgb(112 7 28 / 0.05);
}
.group:focus .group-focus\:bg-primary-700\/50{
  background-color: rgb(112 7 28 / 0.5);
}
.group:focus .group-focus\:bg-primary-700\/60{
  background-color: rgb(112 7 28 / 0.6);
}
.group:focus .group-focus\:bg-primary-700\/70{
  background-color: rgb(112 7 28 / 0.7);
}
.group:focus .group-focus\:bg-primary-700\/75{
  background-color: rgb(112 7 28 / 0.75);
}
.group:focus .group-focus\:bg-primary-700\/80{
  background-color: rgb(112 7 28 / 0.8);
}
.group:focus .group-focus\:bg-primary-700\/90{
  background-color: rgb(112 7 28 / 0.9);
}
.group:focus .group-focus\:bg-primary-700\/95{
  background-color: rgb(112 7 28 / 0.95);
}
.group:focus .group-focus\:bg-teal-300{
  --tw-bg-opacity: 1;
  background-color: rgb(183 221 213 / var(--tw-bg-opacity));
}
.group:focus .group-focus\:bg-teal-300\/0{
  background-color: rgb(183 221 213 / 0);
}
.group:focus .group-focus\:bg-teal-300\/10{
  background-color: rgb(183 221 213 / 0.1);
}
.group:focus .group-focus\:bg-teal-300\/100{
  background-color: rgb(183 221 213 / 1);
}
.group:focus .group-focus\:bg-teal-300\/20{
  background-color: rgb(183 221 213 / 0.2);
}
.group:focus .group-focus\:bg-teal-300\/25{
  background-color: rgb(183 221 213 / 0.25);
}
.group:focus .group-focus\:bg-teal-300\/30{
  background-color: rgb(183 221 213 / 0.3);
}
.group:focus .group-focus\:bg-teal-300\/40{
  background-color: rgb(183 221 213 / 0.4);
}
.group:focus .group-focus\:bg-teal-300\/5{
  background-color: rgb(183 221 213 / 0.05);
}
.group:focus .group-focus\:bg-teal-300\/50{
  background-color: rgb(183 221 213 / 0.5);
}
.group:focus .group-focus\:bg-teal-300\/60{
  background-color: rgb(183 221 213 / 0.6);
}
.group:focus .group-focus\:bg-teal-300\/70{
  background-color: rgb(183 221 213 / 0.7);
}
.group:focus .group-focus\:bg-teal-300\/75{
  background-color: rgb(183 221 213 / 0.75);
}
.group:focus .group-focus\:bg-teal-300\/80{
  background-color: rgb(183 221 213 / 0.8);
}
.group:focus .group-focus\:bg-teal-300\/90{
  background-color: rgb(183 221 213 / 0.9);
}
.group:focus .group-focus\:bg-teal-300\/95{
  background-color: rgb(183 221 213 / 0.95);
}
.group:focus .group-focus\:bg-teal-500{
  --tw-bg-opacity: 1;
  background-color: rgb(107 187 171 / var(--tw-bg-opacity));
}
.group:focus .group-focus\:bg-teal-500\/0{
  background-color: rgb(107 187 171 / 0);
}
.group:focus .group-focus\:bg-teal-500\/10{
  background-color: rgb(107 187 171 / 0.1);
}
.group:focus .group-focus\:bg-teal-500\/100{
  background-color: rgb(107 187 171 / 1);
}
.group:focus .group-focus\:bg-teal-500\/20{
  background-color: rgb(107 187 171 / 0.2);
}
.group:focus .group-focus\:bg-teal-500\/25{
  background-color: rgb(107 187 171 / 0.25);
}
.group:focus .group-focus\:bg-teal-500\/30{
  background-color: rgb(107 187 171 / 0.3);
}
.group:focus .group-focus\:bg-teal-500\/40{
  background-color: rgb(107 187 171 / 0.4);
}
.group:focus .group-focus\:bg-teal-500\/5{
  background-color: rgb(107 187 171 / 0.05);
}
.group:focus .group-focus\:bg-teal-500\/50{
  background-color: rgb(107 187 171 / 0.5);
}
.group:focus .group-focus\:bg-teal-500\/60{
  background-color: rgb(107 187 171 / 0.6);
}
.group:focus .group-focus\:bg-teal-500\/70{
  background-color: rgb(107 187 171 / 0.7);
}
.group:focus .group-focus\:bg-teal-500\/75{
  background-color: rgb(107 187 171 / 0.75);
}
.group:focus .group-focus\:bg-teal-500\/80{
  background-color: rgb(107 187 171 / 0.8);
}
.group:focus .group-focus\:bg-teal-500\/90{
  background-color: rgb(107 187 171 / 0.9);
}
.group:focus .group-focus\:bg-teal-500\/95{
  background-color: rgb(107 187 171 / 0.95);
}
.group:focus .group-focus\:bg-teal-600{
  --tw-bg-opacity: 1;
  background-color: rgb(147 180 182 / var(--tw-bg-opacity));
}
.group:focus .group-focus\:bg-teal-600\/0{
  background-color: rgb(147 180 182 / 0);
}
.group:focus .group-focus\:bg-teal-600\/10{
  background-color: rgb(147 180 182 / 0.1);
}
.group:focus .group-focus\:bg-teal-600\/100{
  background-color: rgb(147 180 182 / 1);
}
.group:focus .group-focus\:bg-teal-600\/20{
  background-color: rgb(147 180 182 / 0.2);
}
.group:focus .group-focus\:bg-teal-600\/25{
  background-color: rgb(147 180 182 / 0.25);
}
.group:focus .group-focus\:bg-teal-600\/30{
  background-color: rgb(147 180 182 / 0.3);
}
.group:focus .group-focus\:bg-teal-600\/40{
  background-color: rgb(147 180 182 / 0.4);
}
.group:focus .group-focus\:bg-teal-600\/5{
  background-color: rgb(147 180 182 / 0.05);
}
.group:focus .group-focus\:bg-teal-600\/50{
  background-color: rgb(147 180 182 / 0.5);
}
.group:focus .group-focus\:bg-teal-600\/60{
  background-color: rgb(147 180 182 / 0.6);
}
.group:focus .group-focus\:bg-teal-600\/70{
  background-color: rgb(147 180 182 / 0.7);
}
.group:focus .group-focus\:bg-teal-600\/75{
  background-color: rgb(147 180 182 / 0.75);
}
.group:focus .group-focus\:bg-teal-600\/80{
  background-color: rgb(147 180 182 / 0.8);
}
.group:focus .group-focus\:bg-teal-600\/90{
  background-color: rgb(147 180 182 / 0.9);
}
.group:focus .group-focus\:bg-teal-600\/95{
  background-color: rgb(147 180 182 / 0.95);
}
.group:focus .group-focus\:bg-teal-800{
  --tw-bg-opacity: 1;
  background-color: rgb(104 150 153 / var(--tw-bg-opacity));
}
.group:focus .group-focus\:bg-teal-800\/0{
  background-color: rgb(104 150 153 / 0);
}
.group:focus .group-focus\:bg-teal-800\/10{
  background-color: rgb(104 150 153 / 0.1);
}
.group:focus .group-focus\:bg-teal-800\/100{
  background-color: rgb(104 150 153 / 1);
}
.group:focus .group-focus\:bg-teal-800\/20{
  background-color: rgb(104 150 153 / 0.2);
}
.group:focus .group-focus\:bg-teal-800\/25{
  background-color: rgb(104 150 153 / 0.25);
}
.group:focus .group-focus\:bg-teal-800\/30{
  background-color: rgb(104 150 153 / 0.3);
}
.group:focus .group-focus\:bg-teal-800\/40{
  background-color: rgb(104 150 153 / 0.4);
}
.group:focus .group-focus\:bg-teal-800\/5{
  background-color: rgb(104 150 153 / 0.05);
}
.group:focus .group-focus\:bg-teal-800\/50{
  background-color: rgb(104 150 153 / 0.5);
}
.group:focus .group-focus\:bg-teal-800\/60{
  background-color: rgb(104 150 153 / 0.6);
}
.group:focus .group-focus\:bg-teal-800\/70{
  background-color: rgb(104 150 153 / 0.7);
}
.group:focus .group-focus\:bg-teal-800\/75{
  background-color: rgb(104 150 153 / 0.75);
}
.group:focus .group-focus\:bg-teal-800\/80{
  background-color: rgb(104 150 153 / 0.8);
}
.group:focus .group-focus\:bg-teal-800\/90{
  background-color: rgb(104 150 153 / 0.9);
}
.group:focus .group-focus\:bg-teal-800\/95{
  background-color: rgb(104 150 153 / 0.95);
}
.group:focus .group-focus\:bg-yellow-300{
  --tw-bg-opacity: 1;
  background-color: rgb(255 226 153 / var(--tw-bg-opacity));
}
.group:focus .group-focus\:bg-yellow-300\/0{
  background-color: rgb(255 226 153 / 0);
}
.group:focus .group-focus\:bg-yellow-300\/10{
  background-color: rgb(255 226 153 / 0.1);
}
.group:focus .group-focus\:bg-yellow-300\/100{
  background-color: rgb(255 226 153 / 1);
}
.group:focus .group-focus\:bg-yellow-300\/20{
  background-color: rgb(255 226 153 / 0.2);
}
.group:focus .group-focus\:bg-yellow-300\/25{
  background-color: rgb(255 226 153 / 0.25);
}
.group:focus .group-focus\:bg-yellow-300\/30{
  background-color: rgb(255 226 153 / 0.3);
}
.group:focus .group-focus\:bg-yellow-300\/40{
  background-color: rgb(255 226 153 / 0.4);
}
.group:focus .group-focus\:bg-yellow-300\/5{
  background-color: rgb(255 226 153 / 0.05);
}
.group:focus .group-focus\:bg-yellow-300\/50{
  background-color: rgb(255 226 153 / 0.5);
}
.group:focus .group-focus\:bg-yellow-300\/60{
  background-color: rgb(255 226 153 / 0.6);
}
.group:focus .group-focus\:bg-yellow-300\/70{
  background-color: rgb(255 226 153 / 0.7);
}
.group:focus .group-focus\:bg-yellow-300\/75{
  background-color: rgb(255 226 153 / 0.75);
}
.group:focus .group-focus\:bg-yellow-300\/80{
  background-color: rgb(255 226 153 / 0.8);
}
.group:focus .group-focus\:bg-yellow-300\/90{
  background-color: rgb(255 226 153 / 0.9);
}
.group:focus .group-focus\:bg-yellow-300\/95{
  background-color: rgb(255 226 153 / 0.95);
}
.group:focus .group-focus\:bg-yellow-500{
  --tw-bg-opacity: 1;
  background-color: rgb(255 189 26 / var(--tw-bg-opacity));
}
.group:focus .group-focus\:bg-yellow-500\/0{
  background-color: rgb(255 189 26 / 0);
}
.group:focus .group-focus\:bg-yellow-500\/10{
  background-color: rgb(255 189 26 / 0.1);
}
.group:focus .group-focus\:bg-yellow-500\/100{
  background-color: rgb(255 189 26 / 1);
}
.group:focus .group-focus\:bg-yellow-500\/20{
  background-color: rgb(255 189 26 / 0.2);
}
.group:focus .group-focus\:bg-yellow-500\/25{
  background-color: rgb(255 189 26 / 0.25);
}
.group:focus .group-focus\:bg-yellow-500\/30{
  background-color: rgb(255 189 26 / 0.3);
}
.group:focus .group-focus\:bg-yellow-500\/40{
  background-color: rgb(255 189 26 / 0.4);
}
.group:focus .group-focus\:bg-yellow-500\/5{
  background-color: rgb(255 189 26 / 0.05);
}
.group:focus .group-focus\:bg-yellow-500\/50{
  background-color: rgb(255 189 26 / 0.5);
}
.group:focus .group-focus\:bg-yellow-500\/60{
  background-color: rgb(255 189 26 / 0.6);
}
.group:focus .group-focus\:bg-yellow-500\/70{
  background-color: rgb(255 189 26 / 0.7);
}
.group:focus .group-focus\:bg-yellow-500\/75{
  background-color: rgb(255 189 26 / 0.75);
}
.group:focus .group-focus\:bg-yellow-500\/80{
  background-color: rgb(255 189 26 / 0.8);
}
.group:focus .group-focus\:bg-yellow-500\/90{
  background-color: rgb(255 189 26 / 0.9);
}
.group:focus .group-focus\:bg-yellow-500\/95{
  background-color: rgb(255 189 26 / 0.95);
}
.group:focus .group-focus\:text-gray-100{
  --tw-text-opacity: 1;
  color: rgb(239 241 242 / var(--tw-text-opacity));
}
.group:focus .group-focus\:text-gray-100\/0{
  color: rgb(239 241 242 / 0);
}
.group:focus .group-focus\:text-gray-100\/10{
  color: rgb(239 241 242 / 0.1);
}
.group:focus .group-focus\:text-gray-100\/100{
  color: rgb(239 241 242 / 1);
}
.group:focus .group-focus\:text-gray-100\/20{
  color: rgb(239 241 242 / 0.2);
}
.group:focus .group-focus\:text-gray-100\/25{
  color: rgb(239 241 242 / 0.25);
}
.group:focus .group-focus\:text-gray-100\/30{
  color: rgb(239 241 242 / 0.3);
}
.group:focus .group-focus\:text-gray-100\/40{
  color: rgb(239 241 242 / 0.4);
}
.group:focus .group-focus\:text-gray-100\/5{
  color: rgb(239 241 242 / 0.05);
}
.group:focus .group-focus\:text-gray-100\/50{
  color: rgb(239 241 242 / 0.5);
}
.group:focus .group-focus\:text-gray-100\/60{
  color: rgb(239 241 242 / 0.6);
}
.group:focus .group-focus\:text-gray-100\/70{
  color: rgb(239 241 242 / 0.7);
}
.group:focus .group-focus\:text-gray-100\/75{
  color: rgb(239 241 242 / 0.75);
}
.group:focus .group-focus\:text-gray-100\/80{
  color: rgb(239 241 242 / 0.8);
}
.group:focus .group-focus\:text-gray-100\/90{
  color: rgb(239 241 242 / 0.9);
}
.group:focus .group-focus\:text-gray-100\/95{
  color: rgb(239 241 242 / 0.95);
}
.group:focus .group-focus\:text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(223 227 229 / var(--tw-text-opacity));
}
.group:focus .group-focus\:text-gray-200\/0{
  color: rgb(223 227 229 / 0);
}
.group:focus .group-focus\:text-gray-200\/10{
  color: rgb(223 227 229 / 0.1);
}
.group:focus .group-focus\:text-gray-200\/100{
  color: rgb(223 227 229 / 1);
}
.group:focus .group-focus\:text-gray-200\/20{
  color: rgb(223 227 229 / 0.2);
}
.group:focus .group-focus\:text-gray-200\/25{
  color: rgb(223 227 229 / 0.25);
}
.group:focus .group-focus\:text-gray-200\/30{
  color: rgb(223 227 229 / 0.3);
}
.group:focus .group-focus\:text-gray-200\/40{
  color: rgb(223 227 229 / 0.4);
}
.group:focus .group-focus\:text-gray-200\/5{
  color: rgb(223 227 229 / 0.05);
}
.group:focus .group-focus\:text-gray-200\/50{
  color: rgb(223 227 229 / 0.5);
}
.group:focus .group-focus\:text-gray-200\/60{
  color: rgb(223 227 229 / 0.6);
}
.group:focus .group-focus\:text-gray-200\/70{
  color: rgb(223 227 229 / 0.7);
}
.group:focus .group-focus\:text-gray-200\/75{
  color: rgb(223 227 229 / 0.75);
}
.group:focus .group-focus\:text-gray-200\/80{
  color: rgb(223 227 229 / 0.8);
}
.group:focus .group-focus\:text-gray-200\/90{
  color: rgb(223 227 229 / 0.9);
}
.group:focus .group-focus\:text-gray-200\/95{
  color: rgb(223 227 229 / 0.95);
}
.group:focus .group-focus\:text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(207 212 216 / var(--tw-text-opacity));
}
.group:focus .group-focus\:text-gray-300\/0{
  color: rgb(207 212 216 / 0);
}
.group:focus .group-focus\:text-gray-300\/10{
  color: rgb(207 212 216 / 0.1);
}
.group:focus .group-focus\:text-gray-300\/100{
  color: rgb(207 212 216 / 1);
}
.group:focus .group-focus\:text-gray-300\/20{
  color: rgb(207 212 216 / 0.2);
}
.group:focus .group-focus\:text-gray-300\/25{
  color: rgb(207 212 216 / 0.25);
}
.group:focus .group-focus\:text-gray-300\/30{
  color: rgb(207 212 216 / 0.3);
}
.group:focus .group-focus\:text-gray-300\/40{
  color: rgb(207 212 216 / 0.4);
}
.group:focus .group-focus\:text-gray-300\/5{
  color: rgb(207 212 216 / 0.05);
}
.group:focus .group-focus\:text-gray-300\/50{
  color: rgb(207 212 216 / 0.5);
}
.group:focus .group-focus\:text-gray-300\/60{
  color: rgb(207 212 216 / 0.6);
}
.group:focus .group-focus\:text-gray-300\/70{
  color: rgb(207 212 216 / 0.7);
}
.group:focus .group-focus\:text-gray-300\/75{
  color: rgb(207 212 216 / 0.75);
}
.group:focus .group-focus\:text-gray-300\/80{
  color: rgb(207 212 216 / 0.8);
}
.group:focus .group-focus\:text-gray-300\/90{
  color: rgb(207 212 216 / 0.9);
}
.group:focus .group-focus\:text-gray-300\/95{
  color: rgb(207 212 216 / 0.95);
}
.group:focus .group-focus\:text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(167 177 183 / var(--tw-text-opacity));
}
.group:focus .group-focus\:text-gray-500\/0{
  color: rgb(167 177 183 / 0);
}
.group:focus .group-focus\:text-gray-500\/10{
  color: rgb(167 177 183 / 0.1);
}
.group:focus .group-focus\:text-gray-500\/100{
  color: rgb(167 177 183 / 1);
}
.group:focus .group-focus\:text-gray-500\/20{
  color: rgb(167 177 183 / 0.2);
}
.group:focus .group-focus\:text-gray-500\/25{
  color: rgb(167 177 183 / 0.25);
}
.group:focus .group-focus\:text-gray-500\/30{
  color: rgb(167 177 183 / 0.3);
}
.group:focus .group-focus\:text-gray-500\/40{
  color: rgb(167 177 183 / 0.4);
}
.group:focus .group-focus\:text-gray-500\/5{
  color: rgb(167 177 183 / 0.05);
}
.group:focus .group-focus\:text-gray-500\/50{
  color: rgb(167 177 183 / 0.5);
}
.group:focus .group-focus\:text-gray-500\/60{
  color: rgb(167 177 183 / 0.6);
}
.group:focus .group-focus\:text-gray-500\/70{
  color: rgb(167 177 183 / 0.7);
}
.group:focus .group-focus\:text-gray-500\/75{
  color: rgb(167 177 183 / 0.75);
}
.group:focus .group-focus\:text-gray-500\/80{
  color: rgb(167 177 183 / 0.8);
}
.group:focus .group-focus\:text-gray-500\/90{
  color: rgb(167 177 183 / 0.9);
}
.group:focus .group-focus\:text-gray-500\/95{
  color: rgb(167 177 183 / 0.95);
}
.group:focus .group-focus\:text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(100 106 110 / var(--tw-text-opacity));
}
.group:focus .group-focus\:text-gray-600\/0{
  color: rgb(100 106 110 / 0);
}
.group:focus .group-focus\:text-gray-600\/10{
  color: rgb(100 106 110 / 0.1);
}
.group:focus .group-focus\:text-gray-600\/100{
  color: rgb(100 106 110 / 1);
}
.group:focus .group-focus\:text-gray-600\/20{
  color: rgb(100 106 110 / 0.2);
}
.group:focus .group-focus\:text-gray-600\/25{
  color: rgb(100 106 110 / 0.25);
}
.group:focus .group-focus\:text-gray-600\/30{
  color: rgb(100 106 110 / 0.3);
}
.group:focus .group-focus\:text-gray-600\/40{
  color: rgb(100 106 110 / 0.4);
}
.group:focus .group-focus\:text-gray-600\/5{
  color: rgb(100 106 110 / 0.05);
}
.group:focus .group-focus\:text-gray-600\/50{
  color: rgb(100 106 110 / 0.5);
}
.group:focus .group-focus\:text-gray-600\/60{
  color: rgb(100 106 110 / 0.6);
}
.group:focus .group-focus\:text-gray-600\/70{
  color: rgb(100 106 110 / 0.7);
}
.group:focus .group-focus\:text-gray-600\/75{
  color: rgb(100 106 110 / 0.75);
}
.group:focus .group-focus\:text-gray-600\/80{
  color: rgb(100 106 110 / 0.8);
}
.group:focus .group-focus\:text-gray-600\/90{
  color: rgb(100 106 110 / 0.9);
}
.group:focus .group-focus\:text-gray-600\/95{
  color: rgb(100 106 110 / 0.95);
}
.group:focus .group-focus\:text-primary-500{
  --tw-text-opacity: 1;
  color: rgb(186 12 47 / var(--tw-text-opacity));
}
.group:focus .group-focus\:text-primary-500\/0{
  color: rgb(186 12 47 / 0);
}
.group:focus .group-focus\:text-primary-500\/10{
  color: rgb(186 12 47 / 0.1);
}
.group:focus .group-focus\:text-primary-500\/100{
  color: rgb(186 12 47 / 1);
}
.group:focus .group-focus\:text-primary-500\/20{
  color: rgb(186 12 47 / 0.2);
}
.group:focus .group-focus\:text-primary-500\/25{
  color: rgb(186 12 47 / 0.25);
}
.group:focus .group-focus\:text-primary-500\/30{
  color: rgb(186 12 47 / 0.3);
}
.group:focus .group-focus\:text-primary-500\/40{
  color: rgb(186 12 47 / 0.4);
}
.group:focus .group-focus\:text-primary-500\/5{
  color: rgb(186 12 47 / 0.05);
}
.group:focus .group-focus\:text-primary-500\/50{
  color: rgb(186 12 47 / 0.5);
}
.group:focus .group-focus\:text-primary-500\/60{
  color: rgb(186 12 47 / 0.6);
}
.group:focus .group-focus\:text-primary-500\/70{
  color: rgb(186 12 47 / 0.7);
}
.group:focus .group-focus\:text-primary-500\/75{
  color: rgb(186 12 47 / 0.75);
}
.group:focus .group-focus\:text-primary-500\/80{
  color: rgb(186 12 47 / 0.8);
}
.group:focus .group-focus\:text-primary-500\/90{
  color: rgb(186 12 47 / 0.9);
}
.group:focus .group-focus\:text-primary-500\/95{
  color: rgb(186 12 47 / 0.95);
}
.group:focus .group-focus\:text-primary-700{
  --tw-text-opacity: 1;
  color: rgb(112 7 28 / var(--tw-text-opacity));
}
.group:focus .group-focus\:text-primary-700\/0{
  color: rgb(112 7 28 / 0);
}
.group:focus .group-focus\:text-primary-700\/10{
  color: rgb(112 7 28 / 0.1);
}
.group:focus .group-focus\:text-primary-700\/100{
  color: rgb(112 7 28 / 1);
}
.group:focus .group-focus\:text-primary-700\/20{
  color: rgb(112 7 28 / 0.2);
}
.group:focus .group-focus\:text-primary-700\/25{
  color: rgb(112 7 28 / 0.25);
}
.group:focus .group-focus\:text-primary-700\/30{
  color: rgb(112 7 28 / 0.3);
}
.group:focus .group-focus\:text-primary-700\/40{
  color: rgb(112 7 28 / 0.4);
}
.group:focus .group-focus\:text-primary-700\/5{
  color: rgb(112 7 28 / 0.05);
}
.group:focus .group-focus\:text-primary-700\/50{
  color: rgb(112 7 28 / 0.5);
}
.group:focus .group-focus\:text-primary-700\/60{
  color: rgb(112 7 28 / 0.6);
}
.group:focus .group-focus\:text-primary-700\/70{
  color: rgb(112 7 28 / 0.7);
}
.group:focus .group-focus\:text-primary-700\/75{
  color: rgb(112 7 28 / 0.75);
}
.group:focus .group-focus\:text-primary-700\/80{
  color: rgb(112 7 28 / 0.8);
}
.group:focus .group-focus\:text-primary-700\/90{
  color: rgb(112 7 28 / 0.9);
}
.group:focus .group-focus\:text-primary-700\/95{
  color: rgb(112 7 28 / 0.95);
}
.group:focus .group-focus\:text-teal-300{
  --tw-text-opacity: 1;
  color: rgb(183 221 213 / var(--tw-text-opacity));
}
.group:focus .group-focus\:text-teal-300\/0{
  color: rgb(183 221 213 / 0);
}
.group:focus .group-focus\:text-teal-300\/10{
  color: rgb(183 221 213 / 0.1);
}
.group:focus .group-focus\:text-teal-300\/100{
  color: rgb(183 221 213 / 1);
}
.group:focus .group-focus\:text-teal-300\/20{
  color: rgb(183 221 213 / 0.2);
}
.group:focus .group-focus\:text-teal-300\/25{
  color: rgb(183 221 213 / 0.25);
}
.group:focus .group-focus\:text-teal-300\/30{
  color: rgb(183 221 213 / 0.3);
}
.group:focus .group-focus\:text-teal-300\/40{
  color: rgb(183 221 213 / 0.4);
}
.group:focus .group-focus\:text-teal-300\/5{
  color: rgb(183 221 213 / 0.05);
}
.group:focus .group-focus\:text-teal-300\/50{
  color: rgb(183 221 213 / 0.5);
}
.group:focus .group-focus\:text-teal-300\/60{
  color: rgb(183 221 213 / 0.6);
}
.group:focus .group-focus\:text-teal-300\/70{
  color: rgb(183 221 213 / 0.7);
}
.group:focus .group-focus\:text-teal-300\/75{
  color: rgb(183 221 213 / 0.75);
}
.group:focus .group-focus\:text-teal-300\/80{
  color: rgb(183 221 213 / 0.8);
}
.group:focus .group-focus\:text-teal-300\/90{
  color: rgb(183 221 213 / 0.9);
}
.group:focus .group-focus\:text-teal-300\/95{
  color: rgb(183 221 213 / 0.95);
}
.group:focus .group-focus\:text-teal-500{
  --tw-text-opacity: 1;
  color: rgb(107 187 171 / var(--tw-text-opacity));
}
.group:focus .group-focus\:text-teal-500\/0{
  color: rgb(107 187 171 / 0);
}
.group:focus .group-focus\:text-teal-500\/10{
  color: rgb(107 187 171 / 0.1);
}
.group:focus .group-focus\:text-teal-500\/100{
  color: rgb(107 187 171 / 1);
}
.group:focus .group-focus\:text-teal-500\/20{
  color: rgb(107 187 171 / 0.2);
}
.group:focus .group-focus\:text-teal-500\/25{
  color: rgb(107 187 171 / 0.25);
}
.group:focus .group-focus\:text-teal-500\/30{
  color: rgb(107 187 171 / 0.3);
}
.group:focus .group-focus\:text-teal-500\/40{
  color: rgb(107 187 171 / 0.4);
}
.group:focus .group-focus\:text-teal-500\/5{
  color: rgb(107 187 171 / 0.05);
}
.group:focus .group-focus\:text-teal-500\/50{
  color: rgb(107 187 171 / 0.5);
}
.group:focus .group-focus\:text-teal-500\/60{
  color: rgb(107 187 171 / 0.6);
}
.group:focus .group-focus\:text-teal-500\/70{
  color: rgb(107 187 171 / 0.7);
}
.group:focus .group-focus\:text-teal-500\/75{
  color: rgb(107 187 171 / 0.75);
}
.group:focus .group-focus\:text-teal-500\/80{
  color: rgb(107 187 171 / 0.8);
}
.group:focus .group-focus\:text-teal-500\/90{
  color: rgb(107 187 171 / 0.9);
}
.group:focus .group-focus\:text-teal-500\/95{
  color: rgb(107 187 171 / 0.95);
}
.group:focus .group-focus\:text-teal-600{
  --tw-text-opacity: 1;
  color: rgb(147 180 182 / var(--tw-text-opacity));
}
.group:focus .group-focus\:text-teal-600\/0{
  color: rgb(147 180 182 / 0);
}
.group:focus .group-focus\:text-teal-600\/10{
  color: rgb(147 180 182 / 0.1);
}
.group:focus .group-focus\:text-teal-600\/100{
  color: rgb(147 180 182 / 1);
}
.group:focus .group-focus\:text-teal-600\/20{
  color: rgb(147 180 182 / 0.2);
}
.group:focus .group-focus\:text-teal-600\/25{
  color: rgb(147 180 182 / 0.25);
}
.group:focus .group-focus\:text-teal-600\/30{
  color: rgb(147 180 182 / 0.3);
}
.group:focus .group-focus\:text-teal-600\/40{
  color: rgb(147 180 182 / 0.4);
}
.group:focus .group-focus\:text-teal-600\/5{
  color: rgb(147 180 182 / 0.05);
}
.group:focus .group-focus\:text-teal-600\/50{
  color: rgb(147 180 182 / 0.5);
}
.group:focus .group-focus\:text-teal-600\/60{
  color: rgb(147 180 182 / 0.6);
}
.group:focus .group-focus\:text-teal-600\/70{
  color: rgb(147 180 182 / 0.7);
}
.group:focus .group-focus\:text-teal-600\/75{
  color: rgb(147 180 182 / 0.75);
}
.group:focus .group-focus\:text-teal-600\/80{
  color: rgb(147 180 182 / 0.8);
}
.group:focus .group-focus\:text-teal-600\/90{
  color: rgb(147 180 182 / 0.9);
}
.group:focus .group-focus\:text-teal-600\/95{
  color: rgb(147 180 182 / 0.95);
}
.group:focus .group-focus\:text-teal-800{
  --tw-text-opacity: 1;
  color: rgb(104 150 153 / var(--tw-text-opacity));
}
.group:focus .group-focus\:text-teal-800\/0{
  color: rgb(104 150 153 / 0);
}
.group:focus .group-focus\:text-teal-800\/10{
  color: rgb(104 150 153 / 0.1);
}
.group:focus .group-focus\:text-teal-800\/100{
  color: rgb(104 150 153 / 1);
}
.group:focus .group-focus\:text-teal-800\/20{
  color: rgb(104 150 153 / 0.2);
}
.group:focus .group-focus\:text-teal-800\/25{
  color: rgb(104 150 153 / 0.25);
}
.group:focus .group-focus\:text-teal-800\/30{
  color: rgb(104 150 153 / 0.3);
}
.group:focus .group-focus\:text-teal-800\/40{
  color: rgb(104 150 153 / 0.4);
}
.group:focus .group-focus\:text-teal-800\/5{
  color: rgb(104 150 153 / 0.05);
}
.group:focus .group-focus\:text-teal-800\/50{
  color: rgb(104 150 153 / 0.5);
}
.group:focus .group-focus\:text-teal-800\/60{
  color: rgb(104 150 153 / 0.6);
}
.group:focus .group-focus\:text-teal-800\/70{
  color: rgb(104 150 153 / 0.7);
}
.group:focus .group-focus\:text-teal-800\/75{
  color: rgb(104 150 153 / 0.75);
}
.group:focus .group-focus\:text-teal-800\/80{
  color: rgb(104 150 153 / 0.8);
}
.group:focus .group-focus\:text-teal-800\/90{
  color: rgb(104 150 153 / 0.9);
}
.group:focus .group-focus\:text-teal-800\/95{
  color: rgb(104 150 153 / 0.95);
}
.group:focus .group-focus\:text-yellow-300{
  --tw-text-opacity: 1;
  color: rgb(255 226 153 / var(--tw-text-opacity));
}
.group:focus .group-focus\:text-yellow-300\/0{
  color: rgb(255 226 153 / 0);
}
.group:focus .group-focus\:text-yellow-300\/10{
  color: rgb(255 226 153 / 0.1);
}
.group:focus .group-focus\:text-yellow-300\/100{
  color: rgb(255 226 153 / 1);
}
.group:focus .group-focus\:text-yellow-300\/20{
  color: rgb(255 226 153 / 0.2);
}
.group:focus .group-focus\:text-yellow-300\/25{
  color: rgb(255 226 153 / 0.25);
}
.group:focus .group-focus\:text-yellow-300\/30{
  color: rgb(255 226 153 / 0.3);
}
.group:focus .group-focus\:text-yellow-300\/40{
  color: rgb(255 226 153 / 0.4);
}
.group:focus .group-focus\:text-yellow-300\/5{
  color: rgb(255 226 153 / 0.05);
}
.group:focus .group-focus\:text-yellow-300\/50{
  color: rgb(255 226 153 / 0.5);
}
.group:focus .group-focus\:text-yellow-300\/60{
  color: rgb(255 226 153 / 0.6);
}
.group:focus .group-focus\:text-yellow-300\/70{
  color: rgb(255 226 153 / 0.7);
}
.group:focus .group-focus\:text-yellow-300\/75{
  color: rgb(255 226 153 / 0.75);
}
.group:focus .group-focus\:text-yellow-300\/80{
  color: rgb(255 226 153 / 0.8);
}
.group:focus .group-focus\:text-yellow-300\/90{
  color: rgb(255 226 153 / 0.9);
}
.group:focus .group-focus\:text-yellow-300\/95{
  color: rgb(255 226 153 / 0.95);
}
.group:focus .group-focus\:text-yellow-500{
  --tw-text-opacity: 1;
  color: rgb(255 189 26 / var(--tw-text-opacity));
}
.group:focus .group-focus\:text-yellow-500\/0{
  color: rgb(255 189 26 / 0);
}
.group:focus .group-focus\:text-yellow-500\/10{
  color: rgb(255 189 26 / 0.1);
}
.group:focus .group-focus\:text-yellow-500\/100{
  color: rgb(255 189 26 / 1);
}
.group:focus .group-focus\:text-yellow-500\/20{
  color: rgb(255 189 26 / 0.2);
}
.group:focus .group-focus\:text-yellow-500\/25{
  color: rgb(255 189 26 / 0.25);
}
.group:focus .group-focus\:text-yellow-500\/30{
  color: rgb(255 189 26 / 0.3);
}
.group:focus .group-focus\:text-yellow-500\/40{
  color: rgb(255 189 26 / 0.4);
}
.group:focus .group-focus\:text-yellow-500\/5{
  color: rgb(255 189 26 / 0.05);
}
.group:focus .group-focus\:text-yellow-500\/50{
  color: rgb(255 189 26 / 0.5);
}
.group:focus .group-focus\:text-yellow-500\/60{
  color: rgb(255 189 26 / 0.6);
}
.group:focus .group-focus\:text-yellow-500\/70{
  color: rgb(255 189 26 / 0.7);
}
.group:focus .group-focus\:text-yellow-500\/75{
  color: rgb(255 189 26 / 0.75);
}
.group:focus .group-focus\:text-yellow-500\/80{
  color: rgb(255 189 26 / 0.8);
}
.group:focus .group-focus\:text-yellow-500\/90{
  color: rgb(255 189 26 / 0.9);
}
.group:focus .group-focus\:text-yellow-500\/95{
  color: rgb(255 189 26 / 0.95);
}
.group:focus .group-focus\:underline{
  text-decoration-line: underline;
}
.group:focus-visible .group-focus-visible\:-translate-y-1\/2{
  --tw-translate-y: -50%;
  -webkit-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: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:focus-visible .group-focus-visible\:rotate-90{
  --tw-rotate: 90deg;
  -webkit-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: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:focus-visible .group-focus-visible\:bg-primary-500{
  --tw-bg-opacity: 1;
  background-color: rgb(186 12 47 / var(--tw-bg-opacity));
}
.group:focus-visible .group-focus-visible\:bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.group:focus-visible .group-focus-visible\:font-black{
  font-weight: 900;
}
.group:focus-visible .group-focus-visible\:text-black{
  --tw-text-opacity: 1;
  color: rgb(33 35 37 / var(--tw-text-opacity));
}
.group:focus-visible .group-focus-visible\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.group:focus-visible .group-focus-visible\:\!opacity-0{
  opacity: 0 !important;
}
.group:focus-visible .group-focus-visible\:\!opacity-100{
  opacity: 1 !important;
}
.group:focus-visible .group-focus-visible\:opacity-0{
  opacity: 0;
}
.group:focus-visible .group-focus-visible\:opacity-100{
  opacity: 1;
}
.group:focus-visible .group-focus-visible\:after\:h-1::after{
  content: var(--tw-content);
  height: 0.25rem;
}
.group:focus-visible .group-focus-visible\:after\:bg-primary-500::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(186 12 47 / var(--tw-bg-opacity));
}
.group:focus-visible .group-focus-visible\:after\:bg-transparent::after{
  content: var(--tw-content);
  background-color: transparent;
}
.group:active .group-active\:border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(239 241 242 / var(--tw-border-opacity));
}
.group:active .group-active\:border-gray-100\/0{
  border-color: rgb(239 241 242 / 0);
}
.group:active .group-active\:border-gray-100\/10{
  border-color: rgb(239 241 242 / 0.1);
}
.group:active .group-active\:border-gray-100\/100{
  border-color: rgb(239 241 242 / 1);
}
.group:active .group-active\:border-gray-100\/20{
  border-color: rgb(239 241 242 / 0.2);
}
.group:active .group-active\:border-gray-100\/25{
  border-color: rgb(239 241 242 / 0.25);
}
.group:active .group-active\:border-gray-100\/30{
  border-color: rgb(239 241 242 / 0.3);
}
.group:active .group-active\:border-gray-100\/40{
  border-color: rgb(239 241 242 / 0.4);
}
.group:active .group-active\:border-gray-100\/5{
  border-color: rgb(239 241 242 / 0.05);
}
.group:active .group-active\:border-gray-100\/50{
  border-color: rgb(239 241 242 / 0.5);
}
.group:active .group-active\:border-gray-100\/60{
  border-color: rgb(239 241 242 / 0.6);
}
.group:active .group-active\:border-gray-100\/70{
  border-color: rgb(239 241 242 / 0.7);
}
.group:active .group-active\:border-gray-100\/75{
  border-color: rgb(239 241 242 / 0.75);
}
.group:active .group-active\:border-gray-100\/80{
  border-color: rgb(239 241 242 / 0.8);
}
.group:active .group-active\:border-gray-100\/90{
  border-color: rgb(239 241 242 / 0.9);
}
.group:active .group-active\:border-gray-100\/95{
  border-color: rgb(239 241 242 / 0.95);
}
.group:active .group-active\:border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(223 227 229 / var(--tw-border-opacity));
}
.group:active .group-active\:border-gray-200\/0{
  border-color: rgb(223 227 229 / 0);
}
.group:active .group-active\:border-gray-200\/10{
  border-color: rgb(223 227 229 / 0.1);
}
.group:active .group-active\:border-gray-200\/100{
  border-color: rgb(223 227 229 / 1);
}
.group:active .group-active\:border-gray-200\/20{
  border-color: rgb(223 227 229 / 0.2);
}
.group:active .group-active\:border-gray-200\/25{
  border-color: rgb(223 227 229 / 0.25);
}
.group:active .group-active\:border-gray-200\/30{
  border-color: rgb(223 227 229 / 0.3);
}
.group:active .group-active\:border-gray-200\/40{
  border-color: rgb(223 227 229 / 0.4);
}
.group:active .group-active\:border-gray-200\/5{
  border-color: rgb(223 227 229 / 0.05);
}
.group:active .group-active\:border-gray-200\/50{
  border-color: rgb(223 227 229 / 0.5);
}
.group:active .group-active\:border-gray-200\/60{
  border-color: rgb(223 227 229 / 0.6);
}
.group:active .group-active\:border-gray-200\/70{
  border-color: rgb(223 227 229 / 0.7);
}
.group:active .group-active\:border-gray-200\/75{
  border-color: rgb(223 227 229 / 0.75);
}
.group:active .group-active\:border-gray-200\/80{
  border-color: rgb(223 227 229 / 0.8);
}
.group:active .group-active\:border-gray-200\/90{
  border-color: rgb(223 227 229 / 0.9);
}
.group:active .group-active\:border-gray-200\/95{
  border-color: rgb(223 227 229 / 0.95);
}
.group:active .group-active\:border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(207 212 216 / var(--tw-border-opacity));
}
.group:active .group-active\:border-gray-300\/0{
  border-color: rgb(207 212 216 / 0);
}
.group:active .group-active\:border-gray-300\/10{
  border-color: rgb(207 212 216 / 0.1);
}
.group:active .group-active\:border-gray-300\/100{
  border-color: rgb(207 212 216 / 1);
}
.group:active .group-active\:border-gray-300\/20{
  border-color: rgb(207 212 216 / 0.2);
}
.group:active .group-active\:border-gray-300\/25{
  border-color: rgb(207 212 216 / 0.25);
}
.group:active .group-active\:border-gray-300\/30{
  border-color: rgb(207 212 216 / 0.3);
}
.group:active .group-active\:border-gray-300\/40{
  border-color: rgb(207 212 216 / 0.4);
}
.group:active .group-active\:border-gray-300\/5{
  border-color: rgb(207 212 216 / 0.05);
}
.group:active .group-active\:border-gray-300\/50{
  border-color: rgb(207 212 216 / 0.5);
}
.group:active .group-active\:border-gray-300\/60{
  border-color: rgb(207 212 216 / 0.6);
}
.group:active .group-active\:border-gray-300\/70{
  border-color: rgb(207 212 216 / 0.7);
}
.group:active .group-active\:border-gray-300\/75{
  border-color: rgb(207 212 216 / 0.75);
}
.group:active .group-active\:border-gray-300\/80{
  border-color: rgb(207 212 216 / 0.8);
}
.group:active .group-active\:border-gray-300\/90{
  border-color: rgb(207 212 216 / 0.9);
}
.group:active .group-active\:border-gray-300\/95{
  border-color: rgb(207 212 216 / 0.95);
}
.group:active .group-active\:border-gray-500{
  --tw-border-opacity: 1;
  border-color: rgb(167 177 183 / var(--tw-border-opacity));
}
.group:active .group-active\:border-gray-500\/0{
  border-color: rgb(167 177 183 / 0);
}
.group:active .group-active\:border-gray-500\/10{
  border-color: rgb(167 177 183 / 0.1);
}
.group:active .group-active\:border-gray-500\/100{
  border-color: rgb(167 177 183 / 1);
}
.group:active .group-active\:border-gray-500\/20{
  border-color: rgb(167 177 183 / 0.2);
}
.group:active .group-active\:border-gray-500\/25{
  border-color: rgb(167 177 183 / 0.25);
}
.group:active .group-active\:border-gray-500\/30{
  border-color: rgb(167 177 183 / 0.3);
}
.group:active .group-active\:border-gray-500\/40{
  border-color: rgb(167 177 183 / 0.4);
}
.group:active .group-active\:border-gray-500\/5{
  border-color: rgb(167 177 183 / 0.05);
}
.group:active .group-active\:border-gray-500\/50{
  border-color: rgb(167 177 183 / 0.5);
}
.group:active .group-active\:border-gray-500\/60{
  border-color: rgb(167 177 183 / 0.6);
}
.group:active .group-active\:border-gray-500\/70{
  border-color: rgb(167 177 183 / 0.7);
}
.group:active .group-active\:border-gray-500\/75{
  border-color: rgb(167 177 183 / 0.75);
}
.group:active .group-active\:border-gray-500\/80{
  border-color: rgb(167 177 183 / 0.8);
}
.group:active .group-active\:border-gray-500\/90{
  border-color: rgb(167 177 183 / 0.9);
}
.group:active .group-active\:border-gray-500\/95{
  border-color: rgb(167 177 183 / 0.95);
}
.group:active .group-active\:border-gray-600{
  --tw-border-opacity: 1;
  border-color: rgb(100 106 110 / var(--tw-border-opacity));
}
.group:active .group-active\:border-gray-600\/0{
  border-color: rgb(100 106 110 / 0);
}
.group:active .group-active\:border-gray-600\/10{
  border-color: rgb(100 106 110 / 0.1);
}
.group:active .group-active\:border-gray-600\/100{
  border-color: rgb(100 106 110 / 1);
}
.group:active .group-active\:border-gray-600\/20{
  border-color: rgb(100 106 110 / 0.2);
}
.group:active .group-active\:border-gray-600\/25{
  border-color: rgb(100 106 110 / 0.25);
}
.group:active .group-active\:border-gray-600\/30{
  border-color: rgb(100 106 110 / 0.3);
}
.group:active .group-active\:border-gray-600\/40{
  border-color: rgb(100 106 110 / 0.4);
}
.group:active .group-active\:border-gray-600\/5{
  border-color: rgb(100 106 110 / 0.05);
}
.group:active .group-active\:border-gray-600\/50{
  border-color: rgb(100 106 110 / 0.5);
}
.group:active .group-active\:border-gray-600\/60{
  border-color: rgb(100 106 110 / 0.6);
}
.group:active .group-active\:border-gray-600\/70{
  border-color: rgb(100 106 110 / 0.7);
}
.group:active .group-active\:border-gray-600\/75{
  border-color: rgb(100 106 110 / 0.75);
}
.group:active .group-active\:border-gray-600\/80{
  border-color: rgb(100 106 110 / 0.8);
}
.group:active .group-active\:border-gray-600\/90{
  border-color: rgb(100 106 110 / 0.9);
}
.group:active .group-active\:border-gray-600\/95{
  border-color: rgb(100 106 110 / 0.95);
}
.group:active .group-active\:border-primary-500{
  --tw-border-opacity: 1;
  border-color: rgb(186 12 47 / var(--tw-border-opacity));
}
.group:active .group-active\:border-primary-500\/0{
  border-color: rgb(186 12 47 / 0);
}
.group:active .group-active\:border-primary-500\/10{
  border-color: rgb(186 12 47 / 0.1);
}
.group:active .group-active\:border-primary-500\/100{
  border-color: rgb(186 12 47 / 1);
}
.group:active .group-active\:border-primary-500\/20{
  border-color: rgb(186 12 47 / 0.2);
}
.group:active .group-active\:border-primary-500\/25{
  border-color: rgb(186 12 47 / 0.25);
}
.group:active .group-active\:border-primary-500\/30{
  border-color: rgb(186 12 47 / 0.3);
}
.group:active .group-active\:border-primary-500\/40{
  border-color: rgb(186 12 47 / 0.4);
}
.group:active .group-active\:border-primary-500\/5{
  border-color: rgb(186 12 47 / 0.05);
}
.group:active .group-active\:border-primary-500\/50{
  border-color: rgb(186 12 47 / 0.5);
}
.group:active .group-active\:border-primary-500\/60{
  border-color: rgb(186 12 47 / 0.6);
}
.group:active .group-active\:border-primary-500\/70{
  border-color: rgb(186 12 47 / 0.7);
}
.group:active .group-active\:border-primary-500\/75{
  border-color: rgb(186 12 47 / 0.75);
}
.group:active .group-active\:border-primary-500\/80{
  border-color: rgb(186 12 47 / 0.8);
}
.group:active .group-active\:border-primary-500\/90{
  border-color: rgb(186 12 47 / 0.9);
}
.group:active .group-active\:border-primary-500\/95{
  border-color: rgb(186 12 47 / 0.95);
}
.group:active .group-active\:border-primary-700{
  --tw-border-opacity: 1;
  border-color: rgb(112 7 28 / var(--tw-border-opacity));
}
.group:active .group-active\:border-primary-700\/0{
  border-color: rgb(112 7 28 / 0);
}
.group:active .group-active\:border-primary-700\/10{
  border-color: rgb(112 7 28 / 0.1);
}
.group:active .group-active\:border-primary-700\/100{
  border-color: rgb(112 7 28 / 1);
}
.group:active .group-active\:border-primary-700\/20{
  border-color: rgb(112 7 28 / 0.2);
}
.group:active .group-active\:border-primary-700\/25{
  border-color: rgb(112 7 28 / 0.25);
}
.group:active .group-active\:border-primary-700\/30{
  border-color: rgb(112 7 28 / 0.3);
}
.group:active .group-active\:border-primary-700\/40{
  border-color: rgb(112 7 28 / 0.4);
}
.group:active .group-active\:border-primary-700\/5{
  border-color: rgb(112 7 28 / 0.05);
}
.group:active .group-active\:border-primary-700\/50{
  border-color: rgb(112 7 28 / 0.5);
}
.group:active .group-active\:border-primary-700\/60{
  border-color: rgb(112 7 28 / 0.6);
}
.group:active .group-active\:border-primary-700\/70{
  border-color: rgb(112 7 28 / 0.7);
}
.group:active .group-active\:border-primary-700\/75{
  border-color: rgb(112 7 28 / 0.75);
}
.group:active .group-active\:border-primary-700\/80{
  border-color: rgb(112 7 28 / 0.8);
}
.group:active .group-active\:border-primary-700\/90{
  border-color: rgb(112 7 28 / 0.9);
}
.group:active .group-active\:border-primary-700\/95{
  border-color: rgb(112 7 28 / 0.95);
}
.group:active .group-active\:border-teal-300{
  --tw-border-opacity: 1;
  border-color: rgb(183 221 213 / var(--tw-border-opacity));
}
.group:active .group-active\:border-teal-300\/0{
  border-color: rgb(183 221 213 / 0);
}
.group:active .group-active\:border-teal-300\/10{
  border-color: rgb(183 221 213 / 0.1);
}
.group:active .group-active\:border-teal-300\/100{
  border-color: rgb(183 221 213 / 1);
}
.group:active .group-active\:border-teal-300\/20{
  border-color: rgb(183 221 213 / 0.2);
}
.group:active .group-active\:border-teal-300\/25{
  border-color: rgb(183 221 213 / 0.25);
}
.group:active .group-active\:border-teal-300\/30{
  border-color: rgb(183 221 213 / 0.3);
}
.group:active .group-active\:border-teal-300\/40{
  border-color: rgb(183 221 213 / 0.4);
}
.group:active .group-active\:border-teal-300\/5{
  border-color: rgb(183 221 213 / 0.05);
}
.group:active .group-active\:border-teal-300\/50{
  border-color: rgb(183 221 213 / 0.5);
}
.group:active .group-active\:border-teal-300\/60{
  border-color: rgb(183 221 213 / 0.6);
}
.group:active .group-active\:border-teal-300\/70{
  border-color: rgb(183 221 213 / 0.7);
}
.group:active .group-active\:border-teal-300\/75{
  border-color: rgb(183 221 213 / 0.75);
}
.group:active .group-active\:border-teal-300\/80{
  border-color: rgb(183 221 213 / 0.8);
}
.group:active .group-active\:border-teal-300\/90{
  border-color: rgb(183 221 213 / 0.9);
}
.group:active .group-active\:border-teal-300\/95{
  border-color: rgb(183 221 213 / 0.95);
}
.group:active .group-active\:border-teal-500{
  --tw-border-opacity: 1;
  border-color: rgb(107 187 171 / var(--tw-border-opacity));
}
.group:active .group-active\:border-teal-500\/0{
  border-color: rgb(107 187 171 / 0);
}
.group:active .group-active\:border-teal-500\/10{
  border-color: rgb(107 187 171 / 0.1);
}
.group:active .group-active\:border-teal-500\/100{
  border-color: rgb(107 187 171 / 1);
}
.group:active .group-active\:border-teal-500\/20{
  border-color: rgb(107 187 171 / 0.2);
}
.group:active .group-active\:border-teal-500\/25{
  border-color: rgb(107 187 171 / 0.25);
}
.group:active .group-active\:border-teal-500\/30{
  border-color: rgb(107 187 171 / 0.3);
}
.group:active .group-active\:border-teal-500\/40{
  border-color: rgb(107 187 171 / 0.4);
}
.group:active .group-active\:border-teal-500\/5{
  border-color: rgb(107 187 171 / 0.05);
}
.group:active .group-active\:border-teal-500\/50{
  border-color: rgb(107 187 171 / 0.5);
}
.group:active .group-active\:border-teal-500\/60{
  border-color: rgb(107 187 171 / 0.6);
}
.group:active .group-active\:border-teal-500\/70{
  border-color: rgb(107 187 171 / 0.7);
}
.group:active .group-active\:border-teal-500\/75{
  border-color: rgb(107 187 171 / 0.75);
}
.group:active .group-active\:border-teal-500\/80{
  border-color: rgb(107 187 171 / 0.8);
}
.group:active .group-active\:border-teal-500\/90{
  border-color: rgb(107 187 171 / 0.9);
}
.group:active .group-active\:border-teal-500\/95{
  border-color: rgb(107 187 171 / 0.95);
}
.group:active .group-active\:border-teal-600{
  --tw-border-opacity: 1;
  border-color: rgb(147 180 182 / var(--tw-border-opacity));
}
.group:active .group-active\:border-teal-600\/0{
  border-color: rgb(147 180 182 / 0);
}
.group:active .group-active\:border-teal-600\/10{
  border-color: rgb(147 180 182 / 0.1);
}
.group:active .group-active\:border-teal-600\/100{
  border-color: rgb(147 180 182 / 1);
}
.group:active .group-active\:border-teal-600\/20{
  border-color: rgb(147 180 182 / 0.2);
}
.group:active .group-active\:border-teal-600\/25{
  border-color: rgb(147 180 182 / 0.25);
}
.group:active .group-active\:border-teal-600\/30{
  border-color: rgb(147 180 182 / 0.3);
}
.group:active .group-active\:border-teal-600\/40{
  border-color: rgb(147 180 182 / 0.4);
}
.group:active .group-active\:border-teal-600\/5{
  border-color: rgb(147 180 182 / 0.05);
}
.group:active .group-active\:border-teal-600\/50{
  border-color: rgb(147 180 182 / 0.5);
}
.group:active .group-active\:border-teal-600\/60{
  border-color: rgb(147 180 182 / 0.6);
}
.group:active .group-active\:border-teal-600\/70{
  border-color: rgb(147 180 182 / 0.7);
}
.group:active .group-active\:border-teal-600\/75{
  border-color: rgb(147 180 182 / 0.75);
}
.group:active .group-active\:border-teal-600\/80{
  border-color: rgb(147 180 182 / 0.8);
}
.group:active .group-active\:border-teal-600\/90{
  border-color: rgb(147 180 182 / 0.9);
}
.group:active .group-active\:border-teal-600\/95{
  border-color: rgb(147 180 182 / 0.95);
}
.group:active .group-active\:border-teal-800{
  --tw-border-opacity: 1;
  border-color: rgb(104 150 153 / var(--tw-border-opacity));
}
.group:active .group-active\:border-teal-800\/0{
  border-color: rgb(104 150 153 / 0);
}
.group:active .group-active\:border-teal-800\/10{
  border-color: rgb(104 150 153 / 0.1);
}
.group:active .group-active\:border-teal-800\/100{
  border-color: rgb(104 150 153 / 1);
}
.group:active .group-active\:border-teal-800\/20{
  border-color: rgb(104 150 153 / 0.2);
}
.group:active .group-active\:border-teal-800\/25{
  border-color: rgb(104 150 153 / 0.25);
}
.group:active .group-active\:border-teal-800\/30{
  border-color: rgb(104 150 153 / 0.3);
}
.group:active .group-active\:border-teal-800\/40{
  border-color: rgb(104 150 153 / 0.4);
}
.group:active .group-active\:border-teal-800\/5{
  border-color: rgb(104 150 153 / 0.05);
}
.group:active .group-active\:border-teal-800\/50{
  border-color: rgb(104 150 153 / 0.5);
}
.group:active .group-active\:border-teal-800\/60{
  border-color: rgb(104 150 153 / 0.6);
}
.group:active .group-active\:border-teal-800\/70{
  border-color: rgb(104 150 153 / 0.7);
}
.group:active .group-active\:border-teal-800\/75{
  border-color: rgb(104 150 153 / 0.75);
}
.group:active .group-active\:border-teal-800\/80{
  border-color: rgb(104 150 153 / 0.8);
}
.group:active .group-active\:border-teal-800\/90{
  border-color: rgb(104 150 153 / 0.9);
}
.group:active .group-active\:border-teal-800\/95{
  border-color: rgb(104 150 153 / 0.95);
}
.group:active .group-active\:border-yellow-300{
  --tw-border-opacity: 1;
  border-color: rgb(255 226 153 / var(--tw-border-opacity));
}
.group:active .group-active\:border-yellow-300\/0{
  border-color: rgb(255 226 153 / 0);
}
.group:active .group-active\:border-yellow-300\/10{
  border-color: rgb(255 226 153 / 0.1);
}
.group:active .group-active\:border-yellow-300\/100{
  border-color: rgb(255 226 153 / 1);
}
.group:active .group-active\:border-yellow-300\/20{
  border-color: rgb(255 226 153 / 0.2);
}
.group:active .group-active\:border-yellow-300\/25{
  border-color: rgb(255 226 153 / 0.25);
}
.group:active .group-active\:border-yellow-300\/30{
  border-color: rgb(255 226 153 / 0.3);
}
.group:active .group-active\:border-yellow-300\/40{
  border-color: rgb(255 226 153 / 0.4);
}
.group:active .group-active\:border-yellow-300\/5{
  border-color: rgb(255 226 153 / 0.05);
}
.group:active .group-active\:border-yellow-300\/50{
  border-color: rgb(255 226 153 / 0.5);
}
.group:active .group-active\:border-yellow-300\/60{
  border-color: rgb(255 226 153 / 0.6);
}
.group:active .group-active\:border-yellow-300\/70{
  border-color: rgb(255 226 153 / 0.7);
}
.group:active .group-active\:border-yellow-300\/75{
  border-color: rgb(255 226 153 / 0.75);
}
.group:active .group-active\:border-yellow-300\/80{
  border-color: rgb(255 226 153 / 0.8);
}
.group:active .group-active\:border-yellow-300\/90{
  border-color: rgb(255 226 153 / 0.9);
}
.group:active .group-active\:border-yellow-300\/95{
  border-color: rgb(255 226 153 / 0.95);
}
.group:active .group-active\:border-yellow-500{
  --tw-border-opacity: 1;
  border-color: rgb(255 189 26 / var(--tw-border-opacity));
}
.group:active .group-active\:border-yellow-500\/0{
  border-color: rgb(255 189 26 / 0);
}
.group:active .group-active\:border-yellow-500\/10{
  border-color: rgb(255 189 26 / 0.1);
}
.group:active .group-active\:border-yellow-500\/100{
  border-color: rgb(255 189 26 / 1);
}
.group:active .group-active\:border-yellow-500\/20{
  border-color: rgb(255 189 26 / 0.2);
}
.group:active .group-active\:border-yellow-500\/25{
  border-color: rgb(255 189 26 / 0.25);
}
.group:active .group-active\:border-yellow-500\/30{
  border-color: rgb(255 189 26 / 0.3);
}
.group:active .group-active\:border-yellow-500\/40{
  border-color: rgb(255 189 26 / 0.4);
}
.group:active .group-active\:border-yellow-500\/5{
  border-color: rgb(255 189 26 / 0.05);
}
.group:active .group-active\:border-yellow-500\/50{
  border-color: rgb(255 189 26 / 0.5);
}
.group:active .group-active\:border-yellow-500\/60{
  border-color: rgb(255 189 26 / 0.6);
}
.group:active .group-active\:border-yellow-500\/70{
  border-color: rgb(255 189 26 / 0.7);
}
.group:active .group-active\:border-yellow-500\/75{
  border-color: rgb(255 189 26 / 0.75);
}
.group:active .group-active\:border-yellow-500\/80{
  border-color: rgb(255 189 26 / 0.8);
}
.group:active .group-active\:border-yellow-500\/90{
  border-color: rgb(255 189 26 / 0.9);
}
.group:active .group-active\:border-yellow-500\/95{
  border-color: rgb(255 189 26 / 0.95);
}
.group:active .group-active\:bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(239 241 242 / var(--tw-bg-opacity));
}
.group:active .group-active\:bg-gray-100\/0{
  background-color: rgb(239 241 242 / 0);
}
.group:active .group-active\:bg-gray-100\/10{
  background-color: rgb(239 241 242 / 0.1);
}
.group:active .group-active\:bg-gray-100\/100{
  background-color: rgb(239 241 242 / 1);
}
.group:active .group-active\:bg-gray-100\/20{
  background-color: rgb(239 241 242 / 0.2);
}
.group:active .group-active\:bg-gray-100\/25{
  background-color: rgb(239 241 242 / 0.25);
}
.group:active .group-active\:bg-gray-100\/30{
  background-color: rgb(239 241 242 / 0.3);
}
.group:active .group-active\:bg-gray-100\/40{
  background-color: rgb(239 241 242 / 0.4);
}
.group:active .group-active\:bg-gray-100\/5{
  background-color: rgb(239 241 242 / 0.05);
}
.group:active .group-active\:bg-gray-100\/50{
  background-color: rgb(239 241 242 / 0.5);
}
.group:active .group-active\:bg-gray-100\/60{
  background-color: rgb(239 241 242 / 0.6);
}
.group:active .group-active\:bg-gray-100\/70{
  background-color: rgb(239 241 242 / 0.7);
}
.group:active .group-active\:bg-gray-100\/75{
  background-color: rgb(239 241 242 / 0.75);
}
.group:active .group-active\:bg-gray-100\/80{
  background-color: rgb(239 241 242 / 0.8);
}
.group:active .group-active\:bg-gray-100\/90{
  background-color: rgb(239 241 242 / 0.9);
}
.group:active .group-active\:bg-gray-100\/95{
  background-color: rgb(239 241 242 / 0.95);
}
.group:active .group-active\:bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(223 227 229 / var(--tw-bg-opacity));
}
.group:active .group-active\:bg-gray-200\/0{
  background-color: rgb(223 227 229 / 0);
}
.group:active .group-active\:bg-gray-200\/10{
  background-color: rgb(223 227 229 / 0.1);
}
.group:active .group-active\:bg-gray-200\/100{
  background-color: rgb(223 227 229 / 1);
}
.group:active .group-active\:bg-gray-200\/20{
  background-color: rgb(223 227 229 / 0.2);
}
.group:active .group-active\:bg-gray-200\/25{
  background-color: rgb(223 227 229 / 0.25);
}
.group:active .group-active\:bg-gray-200\/30{
  background-color: rgb(223 227 229 / 0.3);
}
.group:active .group-active\:bg-gray-200\/40{
  background-color: rgb(223 227 229 / 0.4);
}
.group:active .group-active\:bg-gray-200\/5{
  background-color: rgb(223 227 229 / 0.05);
}
.group:active .group-active\:bg-gray-200\/50{
  background-color: rgb(223 227 229 / 0.5);
}
.group:active .group-active\:bg-gray-200\/60{
  background-color: rgb(223 227 229 / 0.6);
}
.group:active .group-active\:bg-gray-200\/70{
  background-color: rgb(223 227 229 / 0.7);
}
.group:active .group-active\:bg-gray-200\/75{
  background-color: rgb(223 227 229 / 0.75);
}
.group:active .group-active\:bg-gray-200\/80{
  background-color: rgb(223 227 229 / 0.8);
}
.group:active .group-active\:bg-gray-200\/90{
  background-color: rgb(223 227 229 / 0.9);
}
.group:active .group-active\:bg-gray-200\/95{
  background-color: rgb(223 227 229 / 0.95);
}
.group:active .group-active\:bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(207 212 216 / var(--tw-bg-opacity));
}
.group:active .group-active\:bg-gray-300\/0{
  background-color: rgb(207 212 216 / 0);
}
.group:active .group-active\:bg-gray-300\/10{
  background-color: rgb(207 212 216 / 0.1);
}
.group:active .group-active\:bg-gray-300\/100{
  background-color: rgb(207 212 216 / 1);
}
.group:active .group-active\:bg-gray-300\/20{
  background-color: rgb(207 212 216 / 0.2);
}
.group:active .group-active\:bg-gray-300\/25{
  background-color: rgb(207 212 216 / 0.25);
}
.group:active .group-active\:bg-gray-300\/30{
  background-color: rgb(207 212 216 / 0.3);
}
.group:active .group-active\:bg-gray-300\/40{
  background-color: rgb(207 212 216 / 0.4);
}
.group:active .group-active\:bg-gray-300\/5{
  background-color: rgb(207 212 216 / 0.05);
}
.group:active .group-active\:bg-gray-300\/50{
  background-color: rgb(207 212 216 / 0.5);
}
.group:active .group-active\:bg-gray-300\/60{
  background-color: rgb(207 212 216 / 0.6);
}
.group:active .group-active\:bg-gray-300\/70{
  background-color: rgb(207 212 216 / 0.7);
}
.group:active .group-active\:bg-gray-300\/75{
  background-color: rgb(207 212 216 / 0.75);
}
.group:active .group-active\:bg-gray-300\/80{
  background-color: rgb(207 212 216 / 0.8);
}
.group:active .group-active\:bg-gray-300\/90{
  background-color: rgb(207 212 216 / 0.9);
}
.group:active .group-active\:bg-gray-300\/95{
  background-color: rgb(207 212 216 / 0.95);
}
.group:active .group-active\:bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(167 177 183 / var(--tw-bg-opacity));
}
.group:active .group-active\:bg-gray-500\/0{
  background-color: rgb(167 177 183 / 0);
}
.group:active .group-active\:bg-gray-500\/10{
  background-color: rgb(167 177 183 / 0.1);
}
.group:active .group-active\:bg-gray-500\/100{
  background-color: rgb(167 177 183 / 1);
}
.group:active .group-active\:bg-gray-500\/20{
  background-color: rgb(167 177 183 / 0.2);
}
.group:active .group-active\:bg-gray-500\/25{
  background-color: rgb(167 177 183 / 0.25);
}
.group:active .group-active\:bg-gray-500\/30{
  background-color: rgb(167 177 183 / 0.3);
}
.group:active .group-active\:bg-gray-500\/40{
  background-color: rgb(167 177 183 / 0.4);
}
.group:active .group-active\:bg-gray-500\/5{
  background-color: rgb(167 177 183 / 0.05);
}
.group:active .group-active\:bg-gray-500\/50{
  background-color: rgb(167 177 183 / 0.5);
}
.group:active .group-active\:bg-gray-500\/60{
  background-color: rgb(167 177 183 / 0.6);
}
.group:active .group-active\:bg-gray-500\/70{
  background-color: rgb(167 177 183 / 0.7);
}
.group:active .group-active\:bg-gray-500\/75{
  background-color: rgb(167 177 183 / 0.75);
}
.group:active .group-active\:bg-gray-500\/80{
  background-color: rgb(167 177 183 / 0.8);
}
.group:active .group-active\:bg-gray-500\/90{
  background-color: rgb(167 177 183 / 0.9);
}
.group:active .group-active\:bg-gray-500\/95{
  background-color: rgb(167 177 183 / 0.95);
}
.group:active .group-active\:bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgb(100 106 110 / var(--tw-bg-opacity));
}
.group:active .group-active\:bg-gray-600\/0{
  background-color: rgb(100 106 110 / 0);
}
.group:active .group-active\:bg-gray-600\/10{
  background-color: rgb(100 106 110 / 0.1);
}
.group:active .group-active\:bg-gray-600\/100{
  background-color: rgb(100 106 110 / 1);
}
.group:active .group-active\:bg-gray-600\/20{
  background-color: rgb(100 106 110 / 0.2);
}
.group:active .group-active\:bg-gray-600\/25{
  background-color: rgb(100 106 110 / 0.25);
}
.group:active .group-active\:bg-gray-600\/30{
  background-color: rgb(100 106 110 / 0.3);
}
.group:active .group-active\:bg-gray-600\/40{
  background-color: rgb(100 106 110 / 0.4);
}
.group:active .group-active\:bg-gray-600\/5{
  background-color: rgb(100 106 110 / 0.05);
}
.group:active .group-active\:bg-gray-600\/50{
  background-color: rgb(100 106 110 / 0.5);
}
.group:active .group-active\:bg-gray-600\/60{
  background-color: rgb(100 106 110 / 0.6);
}
.group:active .group-active\:bg-gray-600\/70{
  background-color: rgb(100 106 110 / 0.7);
}
.group:active .group-active\:bg-gray-600\/75{
  background-color: rgb(100 106 110 / 0.75);
}
.group:active .group-active\:bg-gray-600\/80{
  background-color: rgb(100 106 110 / 0.8);
}
.group:active .group-active\:bg-gray-600\/90{
  background-color: rgb(100 106 110 / 0.9);
}
.group:active .group-active\:bg-gray-600\/95{
  background-color: rgb(100 106 110 / 0.95);
}
.group:active .group-active\:bg-primary-500{
  --tw-bg-opacity: 1;
  background-color: rgb(186 12 47 / var(--tw-bg-opacity));
}
.group:active .group-active\:bg-primary-500\/0{
  background-color: rgb(186 12 47 / 0);
}
.group:active .group-active\:bg-primary-500\/10{
  background-color: rgb(186 12 47 / 0.1);
}
.group:active .group-active\:bg-primary-500\/100{
  background-color: rgb(186 12 47 / 1);
}
.group:active .group-active\:bg-primary-500\/20{
  background-color: rgb(186 12 47 / 0.2);
}
.group:active .group-active\:bg-primary-500\/25{
  background-color: rgb(186 12 47 / 0.25);
}
.group:active .group-active\:bg-primary-500\/30{
  background-color: rgb(186 12 47 / 0.3);
}
.group:active .group-active\:bg-primary-500\/40{
  background-color: rgb(186 12 47 / 0.4);
}
.group:active .group-active\:bg-primary-500\/5{
  background-color: rgb(186 12 47 / 0.05);
}
.group:active .group-active\:bg-primary-500\/50{
  background-color: rgb(186 12 47 / 0.5);
}
.group:active .group-active\:bg-primary-500\/60{
  background-color: rgb(186 12 47 / 0.6);
}
.group:active .group-active\:bg-primary-500\/70{
  background-color: rgb(186 12 47 / 0.7);
}
.group:active .group-active\:bg-primary-500\/75{
  background-color: rgb(186 12 47 / 0.75);
}
.group:active .group-active\:bg-primary-500\/80{
  background-color: rgb(186 12 47 / 0.8);
}
.group:active .group-active\:bg-primary-500\/90{
  background-color: rgb(186 12 47 / 0.9);
}
.group:active .group-active\:bg-primary-500\/95{
  background-color: rgb(186 12 47 / 0.95);
}
.group:active .group-active\:bg-primary-700{
  --tw-bg-opacity: 1;
  background-color: rgb(112 7 28 / var(--tw-bg-opacity));
}
.group:active .group-active\:bg-primary-700\/0{
  background-color: rgb(112 7 28 / 0);
}
.group:active .group-active\:bg-primary-700\/10{
  background-color: rgb(112 7 28 / 0.1);
}
.group:active .group-active\:bg-primary-700\/100{
  background-color: rgb(112 7 28 / 1);
}
.group:active .group-active\:bg-primary-700\/20{
  background-color: rgb(112 7 28 / 0.2);
}
.group:active .group-active\:bg-primary-700\/25{
  background-color: rgb(112 7 28 / 0.25);
}
.group:active .group-active\:bg-primary-700\/30{
  background-color: rgb(112 7 28 / 0.3);
}
.group:active .group-active\:bg-primary-700\/40{
  background-color: rgb(112 7 28 / 0.4);
}
.group:active .group-active\:bg-primary-700\/5{
  background-color: rgb(112 7 28 / 0.05);
}
.group:active .group-active\:bg-primary-700\/50{
  background-color: rgb(112 7 28 / 0.5);
}
.group:active .group-active\:bg-primary-700\/60{
  background-color: rgb(112 7 28 / 0.6);
}
.group:active .group-active\:bg-primary-700\/70{
  background-color: rgb(112 7 28 / 0.7);
}
.group:active .group-active\:bg-primary-700\/75{
  background-color: rgb(112 7 28 / 0.75);
}
.group:active .group-active\:bg-primary-700\/80{
  background-color: rgb(112 7 28 / 0.8);
}
.group:active .group-active\:bg-primary-700\/90{
  background-color: rgb(112 7 28 / 0.9);
}
.group:active .group-active\:bg-primary-700\/95{
  background-color: rgb(112 7 28 / 0.95);
}
.group:active .group-active\:bg-teal-300{
  --tw-bg-opacity: 1;
  background-color: rgb(183 221 213 / var(--tw-bg-opacity));
}
.group:active .group-active\:bg-teal-300\/0{
  background-color: rgb(183 221 213 / 0);
}
.group:active .group-active\:bg-teal-300\/10{
  background-color: rgb(183 221 213 / 0.1);
}
.group:active .group-active\:bg-teal-300\/100{
  background-color: rgb(183 221 213 / 1);
}
.group:active .group-active\:bg-teal-300\/20{
  background-color: rgb(183 221 213 / 0.2);
}
.group:active .group-active\:bg-teal-300\/25{
  background-color: rgb(183 221 213 / 0.25);
}
.group:active .group-active\:bg-teal-300\/30{
  background-color: rgb(183 221 213 / 0.3);
}
.group:active .group-active\:bg-teal-300\/40{
  background-color: rgb(183 221 213 / 0.4);
}
.group:active .group-active\:bg-teal-300\/5{
  background-color: rgb(183 221 213 / 0.05);
}
.group:active .group-active\:bg-teal-300\/50{
  background-color: rgb(183 221 213 / 0.5);
}
.group:active .group-active\:bg-teal-300\/60{
  background-color: rgb(183 221 213 / 0.6);
}
.group:active .group-active\:bg-teal-300\/70{
  background-color: rgb(183 221 213 / 0.7);
}
.group:active .group-active\:bg-teal-300\/75{
  background-color: rgb(183 221 213 / 0.75);
}
.group:active .group-active\:bg-teal-300\/80{
  background-color: rgb(183 221 213 / 0.8);
}
.group:active .group-active\:bg-teal-300\/90{
  background-color: rgb(183 221 213 / 0.9);
}
.group:active .group-active\:bg-teal-300\/95{
  background-color: rgb(183 221 213 / 0.95);
}
.group:active .group-active\:bg-teal-500{
  --tw-bg-opacity: 1;
  background-color: rgb(107 187 171 / var(--tw-bg-opacity));
}
.group:active .group-active\:bg-teal-500\/0{
  background-color: rgb(107 187 171 / 0);
}
.group:active .group-active\:bg-teal-500\/10{
  background-color: rgb(107 187 171 / 0.1);
}
.group:active .group-active\:bg-teal-500\/100{
  background-color: rgb(107 187 171 / 1);
}
.group:active .group-active\:bg-teal-500\/20{
  background-color: rgb(107 187 171 / 0.2);
}
.group:active .group-active\:bg-teal-500\/25{
  background-color: rgb(107 187 171 / 0.25);
}
.group:active .group-active\:bg-teal-500\/30{
  background-color: rgb(107 187 171 / 0.3);
}
.group:active .group-active\:bg-teal-500\/40{
  background-color: rgb(107 187 171 / 0.4);
}
.group:active .group-active\:bg-teal-500\/5{
  background-color: rgb(107 187 171 / 0.05);
}
.group:active .group-active\:bg-teal-500\/50{
  background-color: rgb(107 187 171 / 0.5);
}
.group:active .group-active\:bg-teal-500\/60{
  background-color: rgb(107 187 171 / 0.6);
}
.group:active .group-active\:bg-teal-500\/70{
  background-color: rgb(107 187 171 / 0.7);
}
.group:active .group-active\:bg-teal-500\/75{
  background-color: rgb(107 187 171 / 0.75);
}
.group:active .group-active\:bg-teal-500\/80{
  background-color: rgb(107 187 171 / 0.8);
}
.group:active .group-active\:bg-teal-500\/90{
  background-color: rgb(107 187 171 / 0.9);
}
.group:active .group-active\:bg-teal-500\/95{
  background-color: rgb(107 187 171 / 0.95);
}
.group:active .group-active\:bg-teal-600{
  --tw-bg-opacity: 1;
  background-color: rgb(147 180 182 / var(--tw-bg-opacity));
}
.group:active .group-active\:bg-teal-600\/0{
  background-color: rgb(147 180 182 / 0);
}
.group:active .group-active\:bg-teal-600\/10{
  background-color: rgb(147 180 182 / 0.1);
}
.group:active .group-active\:bg-teal-600\/100{
  background-color: rgb(147 180 182 / 1);
}
.group:active .group-active\:bg-teal-600\/20{
  background-color: rgb(147 180 182 / 0.2);
}
.group:active .group-active\:bg-teal-600\/25{
  background-color: rgb(147 180 182 / 0.25);
}
.group:active .group-active\:bg-teal-600\/30{
  background-color: rgb(147 180 182 / 0.3);
}
.group:active .group-active\:bg-teal-600\/40{
  background-color: rgb(147 180 182 / 0.4);
}
.group:active .group-active\:bg-teal-600\/5{
  background-color: rgb(147 180 182 / 0.05);
}
.group:active .group-active\:bg-teal-600\/50{
  background-color: rgb(147 180 182 / 0.5);
}
.group:active .group-active\:bg-teal-600\/60{
  background-color: rgb(147 180 182 / 0.6);
}
.group:active .group-active\:bg-teal-600\/70{
  background-color: rgb(147 180 182 / 0.7);
}
.group:active .group-active\:bg-teal-600\/75{
  background-color: rgb(147 180 182 / 0.75);
}
.group:active .group-active\:bg-teal-600\/80{
  background-color: rgb(147 180 182 / 0.8);
}
.group:active .group-active\:bg-teal-600\/90{
  background-color: rgb(147 180 182 / 0.9);
}
.group:active .group-active\:bg-teal-600\/95{
  background-color: rgb(147 180 182 / 0.95);
}
.group:active .group-active\:bg-teal-800{
  --tw-bg-opacity: 1;
  background-color: rgb(104 150 153 / var(--tw-bg-opacity));
}
.group:active .group-active\:bg-teal-800\/0{
  background-color: rgb(104 150 153 / 0);
}
.group:active .group-active\:bg-teal-800\/10{
  background-color: rgb(104 150 153 / 0.1);
}
.group:active .group-active\:bg-teal-800\/100{
  background-color: rgb(104 150 153 / 1);
}
.group:active .group-active\:bg-teal-800\/20{
  background-color: rgb(104 150 153 / 0.2);
}
.group:active .group-active\:bg-teal-800\/25{
  background-color: rgb(104 150 153 / 0.25);
}
.group:active .group-active\:bg-teal-800\/30{
  background-color: rgb(104 150 153 / 0.3);
}
.group:active .group-active\:bg-teal-800\/40{
  background-color: rgb(104 150 153 / 0.4);
}
.group:active .group-active\:bg-teal-800\/5{
  background-color: rgb(104 150 153 / 0.05);
}
.group:active .group-active\:bg-teal-800\/50{
  background-color: rgb(104 150 153 / 0.5);
}
.group:active .group-active\:bg-teal-800\/60{
  background-color: rgb(104 150 153 / 0.6);
}
.group:active .group-active\:bg-teal-800\/70{
  background-color: rgb(104 150 153 / 0.7);
}
.group:active .group-active\:bg-teal-800\/75{
  background-color: rgb(104 150 153 / 0.75);
}
.group:active .group-active\:bg-teal-800\/80{
  background-color: rgb(104 150 153 / 0.8);
}
.group:active .group-active\:bg-teal-800\/90{
  background-color: rgb(104 150 153 / 0.9);
}
.group:active .group-active\:bg-teal-800\/95{
  background-color: rgb(104 150 153 / 0.95);
}
.group:active .group-active\:bg-yellow-300{
  --tw-bg-opacity: 1;
  background-color: rgb(255 226 153 / var(--tw-bg-opacity));
}
.group:active .group-active\:bg-yellow-300\/0{
  background-color: rgb(255 226 153 / 0);
}
.group:active .group-active\:bg-yellow-300\/10{
  background-color: rgb(255 226 153 / 0.1);
}
.group:active .group-active\:bg-yellow-300\/100{
  background-color: rgb(255 226 153 / 1);
}
.group:active .group-active\:bg-yellow-300\/20{
  background-color: rgb(255 226 153 / 0.2);
}
.group:active .group-active\:bg-yellow-300\/25{
  background-color: rgb(255 226 153 / 0.25);
}
.group:active .group-active\:bg-yellow-300\/30{
  background-color: rgb(255 226 153 / 0.3);
}
.group:active .group-active\:bg-yellow-300\/40{
  background-color: rgb(255 226 153 / 0.4);
}
.group:active .group-active\:bg-yellow-300\/5{
  background-color: rgb(255 226 153 / 0.05);
}
.group:active .group-active\:bg-yellow-300\/50{
  background-color: rgb(255 226 153 / 0.5);
}
.group:active .group-active\:bg-yellow-300\/60{
  background-color: rgb(255 226 153 / 0.6);
}
.group:active .group-active\:bg-yellow-300\/70{
  background-color: rgb(255 226 153 / 0.7);
}
.group:active .group-active\:bg-yellow-300\/75{
  background-color: rgb(255 226 153 / 0.75);
}
.group:active .group-active\:bg-yellow-300\/80{
  background-color: rgb(255 226 153 / 0.8);
}
.group:active .group-active\:bg-yellow-300\/90{
  background-color: rgb(255 226 153 / 0.9);
}
.group:active .group-active\:bg-yellow-300\/95{
  background-color: rgb(255 226 153 / 0.95);
}
.group:active .group-active\:bg-yellow-500{
  --tw-bg-opacity: 1;
  background-color: rgb(255 189 26 / var(--tw-bg-opacity));
}
.group:active .group-active\:bg-yellow-500\/0{
  background-color: rgb(255 189 26 / 0);
}
.group:active .group-active\:bg-yellow-500\/10{
  background-color: rgb(255 189 26 / 0.1);
}
.group:active .group-active\:bg-yellow-500\/100{
  background-color: rgb(255 189 26 / 1);
}
.group:active .group-active\:bg-yellow-500\/20{
  background-color: rgb(255 189 26 / 0.2);
}
.group:active .group-active\:bg-yellow-500\/25{
  background-color: rgb(255 189 26 / 0.25);
}
.group:active .group-active\:bg-yellow-500\/30{
  background-color: rgb(255 189 26 / 0.3);
}
.group:active .group-active\:bg-yellow-500\/40{
  background-color: rgb(255 189 26 / 0.4);
}
.group:active .group-active\:bg-yellow-500\/5{
  background-color: rgb(255 189 26 / 0.05);
}
.group:active .group-active\:bg-yellow-500\/50{
  background-color: rgb(255 189 26 / 0.5);
}
.group:active .group-active\:bg-yellow-500\/60{
  background-color: rgb(255 189 26 / 0.6);
}
.group:active .group-active\:bg-yellow-500\/70{
  background-color: rgb(255 189 26 / 0.7);
}
.group:active .group-active\:bg-yellow-500\/75{
  background-color: rgb(255 189 26 / 0.75);
}
.group:active .group-active\:bg-yellow-500\/80{
  background-color: rgb(255 189 26 / 0.8);
}
.group:active .group-active\:bg-yellow-500\/90{
  background-color: rgb(255 189 26 / 0.9);
}
.group:active .group-active\:bg-yellow-500\/95{
  background-color: rgb(255 189 26 / 0.95);
}
.group:active .group-active\:text-gray-100{
  --tw-text-opacity: 1;
  color: rgb(239 241 242 / var(--tw-text-opacity));
}
.group:active .group-active\:text-gray-100\/0{
  color: rgb(239 241 242 / 0);
}
.group:active .group-active\:text-gray-100\/10{
  color: rgb(239 241 242 / 0.1);
}
.group:active .group-active\:text-gray-100\/100{
  color: rgb(239 241 242 / 1);
}
.group:active .group-active\:text-gray-100\/20{
  color: rgb(239 241 242 / 0.2);
}
.group:active .group-active\:text-gray-100\/25{
  color: rgb(239 241 242 / 0.25);
}
.group:active .group-active\:text-gray-100\/30{
  color: rgb(239 241 242 / 0.3);
}
.group:active .group-active\:text-gray-100\/40{
  color: rgb(239 241 242 / 0.4);
}
.group:active .group-active\:text-gray-100\/5{
  color: rgb(239 241 242 / 0.05);
}
.group:active .group-active\:text-gray-100\/50{
  color: rgb(239 241 242 / 0.5);
}
.group:active .group-active\:text-gray-100\/60{
  color: rgb(239 241 242 / 0.6);
}
.group:active .group-active\:text-gray-100\/70{
  color: rgb(239 241 242 / 0.7);
}
.group:active .group-active\:text-gray-100\/75{
  color: rgb(239 241 242 / 0.75);
}
.group:active .group-active\:text-gray-100\/80{
  color: rgb(239 241 242 / 0.8);
}
.group:active .group-active\:text-gray-100\/90{
  color: rgb(239 241 242 / 0.9);
}
.group:active .group-active\:text-gray-100\/95{
  color: rgb(239 241 242 / 0.95);
}
.group:active .group-active\:text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(223 227 229 / var(--tw-text-opacity));
}
.group:active .group-active\:text-gray-200\/0{
  color: rgb(223 227 229 / 0);
}
.group:active .group-active\:text-gray-200\/10{
  color: rgb(223 227 229 / 0.1);
}
.group:active .group-active\:text-gray-200\/100{
  color: rgb(223 227 229 / 1);
}
.group:active .group-active\:text-gray-200\/20{
  color: rgb(223 227 229 / 0.2);
}
.group:active .group-active\:text-gray-200\/25{
  color: rgb(223 227 229 / 0.25);
}
.group:active .group-active\:text-gray-200\/30{
  color: rgb(223 227 229 / 0.3);
}
.group:active .group-active\:text-gray-200\/40{
  color: rgb(223 227 229 / 0.4);
}
.group:active .group-active\:text-gray-200\/5{
  color: rgb(223 227 229 / 0.05);
}
.group:active .group-active\:text-gray-200\/50{
  color: rgb(223 227 229 / 0.5);
}
.group:active .group-active\:text-gray-200\/60{
  color: rgb(223 227 229 / 0.6);
}
.group:active .group-active\:text-gray-200\/70{
  color: rgb(223 227 229 / 0.7);
}
.group:active .group-active\:text-gray-200\/75{
  color: rgb(223 227 229 / 0.75);
}
.group:active .group-active\:text-gray-200\/80{
  color: rgb(223 227 229 / 0.8);
}
.group:active .group-active\:text-gray-200\/90{
  color: rgb(223 227 229 / 0.9);
}
.group:active .group-active\:text-gray-200\/95{
  color: rgb(223 227 229 / 0.95);
}
.group:active .group-active\:text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(207 212 216 / var(--tw-text-opacity));
}
.group:active .group-active\:text-gray-300\/0{
  color: rgb(207 212 216 / 0);
}
.group:active .group-active\:text-gray-300\/10{
  color: rgb(207 212 216 / 0.1);
}
.group:active .group-active\:text-gray-300\/100{
  color: rgb(207 212 216 / 1);
}
.group:active .group-active\:text-gray-300\/20{
  color: rgb(207 212 216 / 0.2);
}
.group:active .group-active\:text-gray-300\/25{
  color: rgb(207 212 216 / 0.25);
}
.group:active .group-active\:text-gray-300\/30{
  color: rgb(207 212 216 / 0.3);
}
.group:active .group-active\:text-gray-300\/40{
  color: rgb(207 212 216 / 0.4);
}
.group:active .group-active\:text-gray-300\/5{
  color: rgb(207 212 216 / 0.05);
}
.group:active .group-active\:text-gray-300\/50{
  color: rgb(207 212 216 / 0.5);
}
.group:active .group-active\:text-gray-300\/60{
  color: rgb(207 212 216 / 0.6);
}
.group:active .group-active\:text-gray-300\/70{
  color: rgb(207 212 216 / 0.7);
}
.group:active .group-active\:text-gray-300\/75{
  color: rgb(207 212 216 / 0.75);
}
.group:active .group-active\:text-gray-300\/80{
  color: rgb(207 212 216 / 0.8);
}
.group:active .group-active\:text-gray-300\/90{
  color: rgb(207 212 216 / 0.9);
}
.group:active .group-active\:text-gray-300\/95{
  color: rgb(207 212 216 / 0.95);
}
.group:active .group-active\:text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(167 177 183 / var(--tw-text-opacity));
}
.group:active .group-active\:text-gray-500\/0{
  color: rgb(167 177 183 / 0);
}
.group:active .group-active\:text-gray-500\/10{
  color: rgb(167 177 183 / 0.1);
}
.group:active .group-active\:text-gray-500\/100{
  color: rgb(167 177 183 / 1);
}
.group:active .group-active\:text-gray-500\/20{
  color: rgb(167 177 183 / 0.2);
}
.group:active .group-active\:text-gray-500\/25{
  color: rgb(167 177 183 / 0.25);
}
.group:active .group-active\:text-gray-500\/30{
  color: rgb(167 177 183 / 0.3);
}
.group:active .group-active\:text-gray-500\/40{
  color: rgb(167 177 183 / 0.4);
}
.group:active .group-active\:text-gray-500\/5{
  color: rgb(167 177 183 / 0.05);
}
.group:active .group-active\:text-gray-500\/50{
  color: rgb(167 177 183 / 0.5);
}
.group:active .group-active\:text-gray-500\/60{
  color: rgb(167 177 183 / 0.6);
}
.group:active .group-active\:text-gray-500\/70{
  color: rgb(167 177 183 / 0.7);
}
.group:active .group-active\:text-gray-500\/75{
  color: rgb(167 177 183 / 0.75);
}
.group:active .group-active\:text-gray-500\/80{
  color: rgb(167 177 183 / 0.8);
}
.group:active .group-active\:text-gray-500\/90{
  color: rgb(167 177 183 / 0.9);
}
.group:active .group-active\:text-gray-500\/95{
  color: rgb(167 177 183 / 0.95);
}
.group:active .group-active\:text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(100 106 110 / var(--tw-text-opacity));
}
.group:active .group-active\:text-gray-600\/0{
  color: rgb(100 106 110 / 0);
}
.group:active .group-active\:text-gray-600\/10{
  color: rgb(100 106 110 / 0.1);
}
.group:active .group-active\:text-gray-600\/100{
  color: rgb(100 106 110 / 1);
}
.group:active .group-active\:text-gray-600\/20{
  color: rgb(100 106 110 / 0.2);
}
.group:active .group-active\:text-gray-600\/25{
  color: rgb(100 106 110 / 0.25);
}
.group:active .group-active\:text-gray-600\/30{
  color: rgb(100 106 110 / 0.3);
}
.group:active .group-active\:text-gray-600\/40{
  color: rgb(100 106 110 / 0.4);
}
.group:active .group-active\:text-gray-600\/5{
  color: rgb(100 106 110 / 0.05);
}
.group:active .group-active\:text-gray-600\/50{
  color: rgb(100 106 110 / 0.5);
}
.group:active .group-active\:text-gray-600\/60{
  color: rgb(100 106 110 / 0.6);
}
.group:active .group-active\:text-gray-600\/70{
  color: rgb(100 106 110 / 0.7);
}
.group:active .group-active\:text-gray-600\/75{
  color: rgb(100 106 110 / 0.75);
}
.group:active .group-active\:text-gray-600\/80{
  color: rgb(100 106 110 / 0.8);
}
.group:active .group-active\:text-gray-600\/90{
  color: rgb(100 106 110 / 0.9);
}
.group:active .group-active\:text-gray-600\/95{
  color: rgb(100 106 110 / 0.95);
}
.group:active .group-active\:text-primary-500{
  --tw-text-opacity: 1;
  color: rgb(186 12 47 / var(--tw-text-opacity));
}
.group:active .group-active\:text-primary-500\/0{
  color: rgb(186 12 47 / 0);
}
.group:active .group-active\:text-primary-500\/10{
  color: rgb(186 12 47 / 0.1);
}
.group:active .group-active\:text-primary-500\/100{
  color: rgb(186 12 47 / 1);
}
.group:active .group-active\:text-primary-500\/20{
  color: rgb(186 12 47 / 0.2);
}
.group:active .group-active\:text-primary-500\/25{
  color: rgb(186 12 47 / 0.25);
}
.group:active .group-active\:text-primary-500\/30{
  color: rgb(186 12 47 / 0.3);
}
.group:active .group-active\:text-primary-500\/40{
  color: rgb(186 12 47 / 0.4);
}
.group:active .group-active\:text-primary-500\/5{
  color: rgb(186 12 47 / 0.05);
}
.group:active .group-active\:text-primary-500\/50{
  color: rgb(186 12 47 / 0.5);
}
.group:active .group-active\:text-primary-500\/60{
  color: rgb(186 12 47 / 0.6);
}
.group:active .group-active\:text-primary-500\/70{
  color: rgb(186 12 47 / 0.7);
}
.group:active .group-active\:text-primary-500\/75{
  color: rgb(186 12 47 / 0.75);
}
.group:active .group-active\:text-primary-500\/80{
  color: rgb(186 12 47 / 0.8);
}
.group:active .group-active\:text-primary-500\/90{
  color: rgb(186 12 47 / 0.9);
}
.group:active .group-active\:text-primary-500\/95{
  color: rgb(186 12 47 / 0.95);
}
.group:active .group-active\:text-primary-700{
  --tw-text-opacity: 1;
  color: rgb(112 7 28 / var(--tw-text-opacity));
}
.group:active .group-active\:text-primary-700\/0{
  color: rgb(112 7 28 / 0);
}
.group:active .group-active\:text-primary-700\/10{
  color: rgb(112 7 28 / 0.1);
}
.group:active .group-active\:text-primary-700\/100{
  color: rgb(112 7 28 / 1);
}
.group:active .group-active\:text-primary-700\/20{
  color: rgb(112 7 28 / 0.2);
}
.group:active .group-active\:text-primary-700\/25{
  color: rgb(112 7 28 / 0.25);
}
.group:active .group-active\:text-primary-700\/30{
  color: rgb(112 7 28 / 0.3);
}
.group:active .group-active\:text-primary-700\/40{
  color: rgb(112 7 28 / 0.4);
}
.group:active .group-active\:text-primary-700\/5{
  color: rgb(112 7 28 / 0.05);
}
.group:active .group-active\:text-primary-700\/50{
  color: rgb(112 7 28 / 0.5);
}
.group:active .group-active\:text-primary-700\/60{
  color: rgb(112 7 28 / 0.6);
}
.group:active .group-active\:text-primary-700\/70{
  color: rgb(112 7 28 / 0.7);
}
.group:active .group-active\:text-primary-700\/75{
  color: rgb(112 7 28 / 0.75);
}
.group:active .group-active\:text-primary-700\/80{
  color: rgb(112 7 28 / 0.8);
}
.group:active .group-active\:text-primary-700\/90{
  color: rgb(112 7 28 / 0.9);
}
.group:active .group-active\:text-primary-700\/95{
  color: rgb(112 7 28 / 0.95);
}
.group:active .group-active\:text-teal-300{
  --tw-text-opacity: 1;
  color: rgb(183 221 213 / var(--tw-text-opacity));
}
.group:active .group-active\:text-teal-300\/0{
  color: rgb(183 221 213 / 0);
}
.group:active .group-active\:text-teal-300\/10{
  color: rgb(183 221 213 / 0.1);
}
.group:active .group-active\:text-teal-300\/100{
  color: rgb(183 221 213 / 1);
}
.group:active .group-active\:text-teal-300\/20{
  color: rgb(183 221 213 / 0.2);
}
.group:active .group-active\:text-teal-300\/25{
  color: rgb(183 221 213 / 0.25);
}
.group:active .group-active\:text-teal-300\/30{
  color: rgb(183 221 213 / 0.3);
}
.group:active .group-active\:text-teal-300\/40{
  color: rgb(183 221 213 / 0.4);
}
.group:active .group-active\:text-teal-300\/5{
  color: rgb(183 221 213 / 0.05);
}
.group:active .group-active\:text-teal-300\/50{
  color: rgb(183 221 213 / 0.5);
}
.group:active .group-active\:text-teal-300\/60{
  color: rgb(183 221 213 / 0.6);
}
.group:active .group-active\:text-teal-300\/70{
  color: rgb(183 221 213 / 0.7);
}
.group:active .group-active\:text-teal-300\/75{
  color: rgb(183 221 213 / 0.75);
}
.group:active .group-active\:text-teal-300\/80{
  color: rgb(183 221 213 / 0.8);
}
.group:active .group-active\:text-teal-300\/90{
  color: rgb(183 221 213 / 0.9);
}
.group:active .group-active\:text-teal-300\/95{
  color: rgb(183 221 213 / 0.95);
}
.group:active .group-active\:text-teal-500{
  --tw-text-opacity: 1;
  color: rgb(107 187 171 / var(--tw-text-opacity));
}
.group:active .group-active\:text-teal-500\/0{
  color: rgb(107 187 171 / 0);
}
.group:active .group-active\:text-teal-500\/10{
  color: rgb(107 187 171 / 0.1);
}
.group:active .group-active\:text-teal-500\/100{
  color: rgb(107 187 171 / 1);
}
.group:active .group-active\:text-teal-500\/20{
  color: rgb(107 187 171 / 0.2);
}
.group:active .group-active\:text-teal-500\/25{
  color: rgb(107 187 171 / 0.25);
}
.group:active .group-active\:text-teal-500\/30{
  color: rgb(107 187 171 / 0.3);
}
.group:active .group-active\:text-teal-500\/40{
  color: rgb(107 187 171 / 0.4);
}
.group:active .group-active\:text-teal-500\/5{
  color: rgb(107 187 171 / 0.05);
}
.group:active .group-active\:text-teal-500\/50{
  color: rgb(107 187 171 / 0.5);
}
.group:active .group-active\:text-teal-500\/60{
  color: rgb(107 187 171 / 0.6);
}
.group:active .group-active\:text-teal-500\/70{
  color: rgb(107 187 171 / 0.7);
}
.group:active .group-active\:text-teal-500\/75{
  color: rgb(107 187 171 / 0.75);
}
.group:active .group-active\:text-teal-500\/80{
  color: rgb(107 187 171 / 0.8);
}
.group:active .group-active\:text-teal-500\/90{
  color: rgb(107 187 171 / 0.9);
}
.group:active .group-active\:text-teal-500\/95{
  color: rgb(107 187 171 / 0.95);
}
.group:active .group-active\:text-teal-600{
  --tw-text-opacity: 1;
  color: rgb(147 180 182 / var(--tw-text-opacity));
}
.group:active .group-active\:text-teal-600\/0{
  color: rgb(147 180 182 / 0);
}
.group:active .group-active\:text-teal-600\/10{
  color: rgb(147 180 182 / 0.1);
}
.group:active .group-active\:text-teal-600\/100{
  color: rgb(147 180 182 / 1);
}
.group:active .group-active\:text-teal-600\/20{
  color: rgb(147 180 182 / 0.2);
}
.group:active .group-active\:text-teal-600\/25{
  color: rgb(147 180 182 / 0.25);
}
.group:active .group-active\:text-teal-600\/30{
  color: rgb(147 180 182 / 0.3);
}
.group:active .group-active\:text-teal-600\/40{
  color: rgb(147 180 182 / 0.4);
}
.group:active .group-active\:text-teal-600\/5{
  color: rgb(147 180 182 / 0.05);
}
.group:active .group-active\:text-teal-600\/50{
  color: rgb(147 180 182 / 0.5);
}
.group:active .group-active\:text-teal-600\/60{
  color: rgb(147 180 182 / 0.6);
}
.group:active .group-active\:text-teal-600\/70{
  color: rgb(147 180 182 / 0.7);
}
.group:active .group-active\:text-teal-600\/75{
  color: rgb(147 180 182 / 0.75);
}
.group:active .group-active\:text-teal-600\/80{
  color: rgb(147 180 182 / 0.8);
}
.group:active .group-active\:text-teal-600\/90{
  color: rgb(147 180 182 / 0.9);
}
.group:active .group-active\:text-teal-600\/95{
  color: rgb(147 180 182 / 0.95);
}
.group:active .group-active\:text-teal-800{
  --tw-text-opacity: 1;
  color: rgb(104 150 153 / var(--tw-text-opacity));
}
.group:active .group-active\:text-teal-800\/0{
  color: rgb(104 150 153 / 0);
}
.group:active .group-active\:text-teal-800\/10{
  color: rgb(104 150 153 / 0.1);
}
.group:active .group-active\:text-teal-800\/100{
  color: rgb(104 150 153 / 1);
}
.group:active .group-active\:text-teal-800\/20{
  color: rgb(104 150 153 / 0.2);
}
.group:active .group-active\:text-teal-800\/25{
  color: rgb(104 150 153 / 0.25);
}
.group:active .group-active\:text-teal-800\/30{
  color: rgb(104 150 153 / 0.3);
}
.group:active .group-active\:text-teal-800\/40{
  color: rgb(104 150 153 / 0.4);
}
.group:active .group-active\:text-teal-800\/5{
  color: rgb(104 150 153 / 0.05);
}
.group:active .group-active\:text-teal-800\/50{
  color: rgb(104 150 153 / 0.5);
}
.group:active .group-active\:text-teal-800\/60{
  color: rgb(104 150 153 / 0.6);
}
.group:active .group-active\:text-teal-800\/70{
  color: rgb(104 150 153 / 0.7);
}
.group:active .group-active\:text-teal-800\/75{
  color: rgb(104 150 153 / 0.75);
}
.group:active .group-active\:text-teal-800\/80{
  color: rgb(104 150 153 / 0.8);
}
.group:active .group-active\:text-teal-800\/90{
  color: rgb(104 150 153 / 0.9);
}
.group:active .group-active\:text-teal-800\/95{
  color: rgb(104 150 153 / 0.95);
}
.group:active .group-active\:text-yellow-300{
  --tw-text-opacity: 1;
  color: rgb(255 226 153 / var(--tw-text-opacity));
}
.group:active .group-active\:text-yellow-300\/0{
  color: rgb(255 226 153 / 0);
}
.group:active .group-active\:text-yellow-300\/10{
  color: rgb(255 226 153 / 0.1);
}
.group:active .group-active\:text-yellow-300\/100{
  color: rgb(255 226 153 / 1);
}
.group:active .group-active\:text-yellow-300\/20{
  color: rgb(255 226 153 / 0.2);
}
.group:active .group-active\:text-yellow-300\/25{
  color: rgb(255 226 153 / 0.25);
}
.group:active .group-active\:text-yellow-300\/30{
  color: rgb(255 226 153 / 0.3);
}
.group:active .group-active\:text-yellow-300\/40{
  color: rgb(255 226 153 / 0.4);
}
.group:active .group-active\:text-yellow-300\/5{
  color: rgb(255 226 153 / 0.05);
}
.group:active .group-active\:text-yellow-300\/50{
  color: rgb(255 226 153 / 0.5);
}
.group:active .group-active\:text-yellow-300\/60{
  color: rgb(255 226 153 / 0.6);
}
.group:active .group-active\:text-yellow-300\/70{
  color: rgb(255 226 153 / 0.7);
}
.group:active .group-active\:text-yellow-300\/75{
  color: rgb(255 226 153 / 0.75);
}
.group:active .group-active\:text-yellow-300\/80{
  color: rgb(255 226 153 / 0.8);
}
.group:active .group-active\:text-yellow-300\/90{
  color: rgb(255 226 153 / 0.9);
}
.group:active .group-active\:text-yellow-300\/95{
  color: rgb(255 226 153 / 0.95);
}
.group:active .group-active\:text-yellow-500{
  --tw-text-opacity: 1;
  color: rgb(255 189 26 / var(--tw-text-opacity));
}
.group:active .group-active\:text-yellow-500\/0{
  color: rgb(255 189 26 / 0);
}
.group:active .group-active\:text-yellow-500\/10{
  color: rgb(255 189 26 / 0.1);
}
.group:active .group-active\:text-yellow-500\/100{
  color: rgb(255 189 26 / 1);
}
.group:active .group-active\:text-yellow-500\/20{
  color: rgb(255 189 26 / 0.2);
}
.group:active .group-active\:text-yellow-500\/25{
  color: rgb(255 189 26 / 0.25);
}
.group:active .group-active\:text-yellow-500\/30{
  color: rgb(255 189 26 / 0.3);
}
.group:active .group-active\:text-yellow-500\/40{
  color: rgb(255 189 26 / 0.4);
}
.group:active .group-active\:text-yellow-500\/5{
  color: rgb(255 189 26 / 0.05);
}
.group:active .group-active\:text-yellow-500\/50{
  color: rgb(255 189 26 / 0.5);
}
.group:active .group-active\:text-yellow-500\/60{
  color: rgb(255 189 26 / 0.6);
}
.group:active .group-active\:text-yellow-500\/70{
  color: rgb(255 189 26 / 0.7);
}
.group:active .group-active\:text-yellow-500\/75{
  color: rgb(255 189 26 / 0.75);
}
.group:active .group-active\:text-yellow-500\/80{
  color: rgb(255 189 26 / 0.8);
}
.group:active .group-active\:text-yellow-500\/90{
  color: rgb(255 189 26 / 0.9);
}
.group:active .group-active\:text-yellow-500\/95{
  color: rgb(255 189 26 / 0.95);
}
.group:active .group-active\:underline{
  text-decoration-line: underline;
}
@media (min-width: 575px){
  .sm\:-left-6{
    left: -1.5rem;
  }
  .sm\:left-0{
    left: 0px;
  }
  .sm\:col-start-1{
    grid-column-start: 1;
  }
  .sm\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .sm\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .sm\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .sm\:ml-4{
    margin-left: 1rem;
  }
  .sm\:ml-6{
    margin-left: 1.5rem;
  }
  .sm\:ml-auto{
    margin-left: auto;
  }
  .sm\:mr-8{
    margin-right: 2rem;
  }
  .sm\:mt-0{
    margin-top: 0px;
  }
  .sm\:flex{
    display: flex;
  }
  .sm\:grid{
    display: grid;
  }
  .sm\:h-10{
    height: 2.5rem;
  }
  .sm\:h-\[500px\]{
    height: 500px;
  }
  .sm\:\!w-full{
    width: 100% !important;
  }
  .sm\:w-10{
    width: 2.5rem;
  }
  .sm\:w-\[110px\]{
    width: 110px;
  }
  .sm\:w-\[calc\(100\%\+32px\)\]{
    width: calc(100% + 32px);
  }
  .sm\:w-\[calc\(100\%\+48px\)\]{
    width: calc(100% + 48px);
  }
  .sm\:w-\[calc\(100\%\+90px\)\]{
    width: calc(100% + 90px);
  }
  .sm\:w-full{
    width: 100%;
  }
  .sm\:max-w-\[1000px\]{
    max-width: 1000px;
  }
  .sm\:max-w-\[575px\]{
    max-width: 575px;
  }
  .sm\:max-w-\[744px\]{
    max-width: 744px;
  }
  .sm\:max-w-\[768px\]{
    max-width: 768px;
  }
  .sm\:-translate-y-1\/2{
    --tw-translate-y: -50%;
    -webkit-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: 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));
  }
  .sm\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:items-start{
    align-items: flex-start;
  }
  .sm\:items-center{
    align-items: center;
  }
  .sm\:justify-center{
    justify-content: center;
  }
  .sm\:gap-x-\[30px\]{
    -webkit-column-gap: 30px;
            column-gap: 30px;
  }
  .sm\:gap-y-6{
    row-gap: 1.5rem;
  }
  .sm\:border-t-\[4px\]{
    border-top-width: 4px;
  }
  .sm\:border-primary-500{
    --tw-border-opacity: 1;
    border-color: rgb(186 12 47 / var(--tw-border-opacity));
  }
  .sm\:p-0{
    padding: 0px;
  }
  .sm\:p-6{
    padding: 1.5rem;
  }
  .sm\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .sm\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:pb-4{
    padding-bottom: 1rem;
  }
  .sm\:pl-0{
    padding-left: 0px;
  }
  .sm\:pl-6{
    padding-left: 1.5rem;
  }
  .sm\:text-left{
    text-align: left;
  }
  .sm\:before\:ml-\[-50vw\]::before{
    content: var(--tw-content);
    margin-left: -50vw;
  }
  .sm\:before\:w-\[50vw\]::before{
    content: var(--tw-content);
    width: 50vw;
  }
  .after\:sm\:w-screen::after{
    content: var(--tw-content);
    width: 100vw;
  }
}
@media (min-width: 768px){
  .md\:relative{
    position: relative;
  }
  .md\:-right-\[66px\]{
    right: -66px;
  }
  .md\:bottom-\[24px\]{
    bottom: 24px;
  }
  .md\:bottom-\[32px\]{
    bottom: 32px;
  }
  .md\:bottom-\[66px\]{
    bottom: 66px;
  }
  .md\:left-0{
    left: 0px;
  }
  .md\:left-6{
    left: 1.5rem;
  }
  .md\:left-auto{
    left: auto;
  }
  .md\:right-0{
    right: 0px;
  }
  .md\:top-0{
    top: 0px;
  }
  .md\:top-\[-125px\]{
    top: -125px;
  }
  .md\:top-\[-2px\]{
    top: -2px;
  }
  .md\:top-\[100px\]{
    top: 100px;
  }
  .md\:top-\[58px\]{
    top: 58px;
  }
  .md\:col-span-10{
    grid-column: span 10 / span 10;
  }
  .md\:col-span-12{
    grid-column: span 12 / span 12;
  }
  .md\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .md\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .md\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .md\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .md\:col-span-7{
    grid-column: span 7 / span 7;
  }
  .md\:col-span-9{
    grid-column: span 9 / span 9;
  }
  .md\:col-start-1{
    grid-column-start: 1;
  }
  .md\:col-start-2{
    grid-column-start: 2;
  }
  .md\:col-start-4{
    grid-column-start: 4;
  }
  .md\:col-start-5{
    grid-column-start: 5;
  }
  .md\:col-start-7{
    grid-column-start: 7;
  }
  .md\:col-start-9{
    grid-column-start: 9;
  }
  .md\:row-start-1{
    grid-row-start: 1;
  }
  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .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\:-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-12{
    margin-bottom: 3rem;
  }
  .md\:mb-14{
    margin-bottom: 3.5rem;
  }
  .md\:mb-24{
    margin-bottom: 6rem;
  }
  .md\:mb-3{
    margin-bottom: 0.75rem;
  }
  .md\:mb-5{
    margin-bottom: 1.25rem;
  }
  .md\:mb-6{
    margin-bottom: 1.5rem;
  }
  .md\:mb-8{
    margin-bottom: 2rem;
  }
  .md\:mb-\[100px\]{
    margin-bottom: 100px;
  }
  .md\:mb-\[13px\]{
    margin-bottom: 13px;
  }
  .md\:mb-\[27px\]{
    margin-bottom: 27px;
  }
  .md\:mb-\[30px\]{
    margin-bottom: 30px;
  }
  .md\:mb-\[38px\]{
    margin-bottom: 38px;
  }
  .md\:mb-\[43px\]{
    margin-bottom: 43px;
  }
  .md\:mb-\[60px\]{
    margin-bottom: 60px;
  }
  .md\:mb-\[85px\]{
    margin-bottom: 85px;
  }
  .md\:mb-gap-0{
    margin-bottom: 0;
  }
  .md\:mb-gap-default{
    margin-bottom: 3rem;
  }
  .md\:mb-gap-lg{
    margin-bottom: 5rem;
  }
  .md\:mb-gap-md{
    margin-bottom: 3rem;
  }
  .md\:mb-gap-mobile-default{
    margin-bottom: 2rem;
  }
  .md\:mb-gap-sm{
    margin-bottom: 2rem;
  }
  .md\:mb-gap-xl{
    margin-bottom: 8rem;
  }
  .md\:mb-gap-xs{
    margin-bottom: 1.25rem;
  }
  .md\:ml-6{
    margin-left: 1.5rem;
  }
  .md\:ml-auto{
    margin-left: auto;
  }
  .md\:mr-0{
    margin-right: 0px;
  }
  .md\:mr-12{
    margin-right: 3rem;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mt-1{
    margin-top: 0.25rem;
  }
  .md\:mt-10{
    margin-top: 2.5rem;
  }
  .md\:mt-12{
    margin-top: 3rem;
  }
  .md\:mt-16{
    margin-top: 4rem;
  }
  .md\:mt-6{
    margin-top: 1.5rem;
  }
  .md\:mt-\[27px\]{
    margin-top: 27px;
  }
  .md\:mt-\[50px\]{
    margin-top: 50px;
  }
  .md\:mt-\[55px\]{
    margin-top: 55px;
  }
  .md\:mt-\[74px\]{
    margin-top: 74px;
  }
  .md\:mt-gap-0{
    margin-top: 0;
  }
  .md\:mt-gap-default{
    margin-top: 3rem;
  }
  .md\:mt-gap-lg{
    margin-top: 5rem;
  }
  .md\:mt-gap-md{
    margin-top: 3rem;
  }
  .md\:mt-gap-mobile-default{
    margin-top: 2rem;
  }
  .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\:flex{
    display: flex;
  }
  .md\:inline-flex{
    display: inline-flex;
  }
  .md\:grid{
    display: grid;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-3\/4{
    height: 75%;
  }
  .md\:h-\[100px\]{
    height: 100px;
  }
  .md\:h-\[125px\]{
    height: 125px;
  }
  .md\:h-\[14px\]{
    height: 14px;
  }
  .md\:h-\[290px\]{
    height: 290px;
  }
  .md\:h-\[2px\]{
    height: 2px;
  }
  .md\:h-\[36px\]{
    height: 36px;
  }
  .md\:h-\[62px\]{
    height: 62px;
  }
  .md\:h-\[64px\]{
    height: 64px;
  }
  .md\:h-\[66px\]{
    height: 66px;
  }
  .md\:h-\[calc\(100\%-58px\)\]{
    height: calc(100% - 58px);
  }
  .md\:h-full{
    height: 100%;
  }
  .md\:min-h-\[45px\]{
    min-height: 45px;
  }
  .md\:w-3\/4{
    width: 75%;
  }
  .md\:w-4{
    width: 1rem;
  }
  .md\:w-\[36px\]{
    width: 36px;
  }
  .md\:w-\[64px\]{
    width: 64px;
  }
  .md\:w-\[66px\]{
    width: 66px;
  }
  .md\:w-\[calc\(100\%\+60px\)\]{
    width: calc(100% + 60px);
  }
  .md\:w-full{
    width: 100%;
  }
  .md\:min-w-\[309px\]{
    min-width: 309px;
  }
  .md\:max-w-\[307px\]{
    max-width: 307px;
  }
  .md\:max-w-\[333px\]{
    max-width: 333px;
  }
  .md\:max-w-\[720px\]{
    max-width: 720px;
  }
  .md\:max-w-\[768px\]{
    max-width: 768px;
  }
  .md\:max-w-full{
    max-width: 100%;
  }
  .md\:max-w-none{
    max-width: none;
  }
  .md\:-translate-y-2{
    --tw-translate-y: -0.5rem;
    -webkit-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: 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\:translate-y-\[6px\]{
    --tw-translate-y: 6px;
    -webkit-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: 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\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .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\:flex-row{
    flex-direction: row;
  }
  .md\:flex-col{
    flex-direction: column;
  }
  .md\:items-end{
    align-items: flex-end;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:gap-10{
    gap: 2.5rem;
  }
  .md\:gap-12{
    gap: 3rem;
  }
  .md\:gap-2{
    gap: 0.5rem;
  }
  .md\:gap-3{
    gap: 0.75rem;
  }
  .md\:gap-5{
    gap: 1.25rem;
  }
  .md\:gap-6{
    gap: 1.5rem;
  }
  .md\:gap-8{
    gap: 2rem;
  }
  .md\:gap-9{
    gap: 2.25rem;
  }
  .md\:gap-\[30px\]{
    gap: 30px;
  }
  .md\:gap-x-4{
    -webkit-column-gap: 1rem;
            column-gap: 1rem;
  }
  .md\:gap-x-\[30px\]{
    -webkit-column-gap: 30px;
            column-gap: 30px;
  }
  .md\:gap-y-20{
    row-gap: 5rem;
  }
  .md\:gap-y-\[72px\]{
    row-gap: 72px;
  }
  .md\:border-0{
    border-width: 0px;
  }
  .md\:border-b{
    border-bottom-width: 1px;
  }
  .md\:border-t-0{
    border-top-width: 0px;
  }
  .md\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgb(239 241 242 / var(--tw-bg-opacity));
  }
  .md\:bg-primary-500{
    --tw-bg-opacity: 1;
    background-color: rgb(186 12 47 / var(--tw-bg-opacity));
  }
  .md\:bg-transparent{
    background-color: transparent;
  }
  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:py-\[60px\]{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .md\:pb-0{
    padding-bottom: 0px;
  }
  .md\:pb-10{
    padding-bottom: 2.5rem;
  }
  .md\:pb-12{
    padding-bottom: 3rem;
  }
  .md\:pb-16{
    padding-bottom: 4rem;
  }
  .md\:pb-20{
    padding-bottom: 5rem;
  }
  .md\:pb-3{
    padding-bottom: 0.75rem;
  }
  .md\:pb-4{
    padding-bottom: 1rem;
  }
  .md\:pb-5{
    padding-bottom: 1.25rem;
  }
  .md\:pb-6{
    padding-bottom: 1.5rem;
  }
  .md\:pb-8{
    padding-bottom: 2rem;
  }
  .md\:pb-\[124px\]{
    padding-bottom: 124px;
  }
  .md\:pb-\[136px\]{
    padding-bottom: 136px;
  }
  .md\:pb-\[29px\]{
    padding-bottom: 29px;
  }
  .md\:pb-\[35px\]{
    padding-bottom: 35px;
  }
  .md\:pb-\[45px\]{
    padding-bottom: 45px;
  }
  .md\:pb-\[56px\]{
    padding-bottom: 56px;
  }
  .md\:pb-\[90px\]{
    padding-bottom: 90px;
  }
  .md\:pl-0{
    padding-left: 0px;
  }
  .md\:pl-10{
    padding-left: 2.5rem;
  }
  .md\:pl-2{
    padding-left: 0.5rem;
  }
  .md\:pl-6{
    padding-left: 1.5rem;
  }
  .md\:pl-8{
    padding-left: 2rem;
  }
  .md\:pr-0{
    padding-right: 0px;
  }
  .md\:pr-2{
    padding-right: 0.5rem;
  }
  .md\:pr-4{
    padding-right: 1rem;
  }
  .md\:pr-6{
    padding-right: 1.5rem;
  }
  .md\:pr-8{
    padding-right: 2rem;
  }
  .md\:pt-0{
    padding-top: 0px;
  }
  .md\:pt-10{
    padding-top: 2.5rem;
  }
  .md\:pt-4{
    padding-top: 1rem;
  }
  .md\:pt-6{
    padding-top: 1.5rem;
  }
  .md\:pt-8{
    padding-top: 2rem;
  }
  .md\:pt-\[100px\]{
    padding-top: 100px;
  }
  .md\:pt-\[44px\]{
    padding-top: 44px;
  }
  .md\:pt-\[66px\]{
    padding-top: 66px;
  }
  .md\:pt-\[72px\]{
    padding-top: 72px;
  }
  .md\:pt-\[77px\]{
    padding-top: 77px;
  }
  .md\:text-left{
    text-align: left;
  }
  .md\:text-center{
    text-align: center;
  }
  .md\:text-right{
    text-align: right;
  }
  .md\:text-\[14px\]{
    font-size: 14px;
  }
  .md\:text-\[16px\]{
    font-size: 16px;
  }
  .md\:text-\[18px\]{
    font-size: 18px;
  }
  .md\:text-\[20px\]{
    font-size: 20px;
  }
  .md\:text-\[24px\]{
    font-size: 24px;
  }
  .md\:text-\[32px\]{
    font-size: 32px;
  }
  .md\:text-\[36px\]{
    font-size: 36px;
  }
  .md\:text-\[46px\]{
    font-size: 46px;
  }
  .md\:text-\[48px\]{
    font-size: 48px;
  }
  .md\:text-\[54px\]{
    font-size: 54px;
  }
  .md\:text-\[76px\]{
    font-size: 76px;
  }
  .md\:font-bold{
    font-weight: 700;
  }
  .md\:font-normal{
    font-weight: 400;
  }
  .md\:normal-case{
    text-transform: none;
  }
  .md\:leading-\[18px\]{
    line-height: 18px;
  }
  .md\:leading-\[19px\]{
    line-height: 19px;
  }
  .md\:leading-\[22px\]{
    line-height: 22px;
  }
  .md\:leading-\[24px\]{
    line-height: 24px;
  }
  .md\:leading-\[27px\]{
    line-height: 27px;
  }
  .md\:leading-\[28\.8px\]{
    line-height: 28.8px;
  }
  .md\:leading-\[28px\]{
    line-height: 28px;
  }
  .md\:leading-\[40px\]{
    line-height: 40px;
  }
  .md\:leading-\[43\.2px\]{
    line-height: 43.2px;
  }
  .md\:leading-\[50px\]{
    line-height: 50px;
  }
  .md\:leading-\[57\.6px\]{
    line-height: 57.6px;
  }
  .md\:leading-\[58px\]{
    line-height: 58px;
  }
  .md\:leading-\[74px\]{
    line-height: 74px;
  }
  .md\:tracking-\[-0\.1px\]{
    letter-spacing: -0.1px;
  }
  .md\:tracking-normal{
    letter-spacing: 0em;
  }
  .md\:text-black{
    --tw-text-opacity: 1;
    color: rgb(33 35 37 / var(--tw-text-opacity));
  }
  .md\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgb(100 106 110 / var(--tw-text-opacity));
  }
  .md\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .md\:underline{
    text-decoration-line: underline;
  }
  .md\:decoration-1{
    text-decoration-thickness: 1px;
  }
  .md\:underline-offset-2{
    text-underline-offset: 2px;
  }
  .md\:opacity-0{
    opacity: 0;
  }
  .md\:delay-0{
    transition-delay: 0s;
  }
  .after\:md\:bottom-0::after{
    content: var(--tw-content);
    bottom: 0px;
  }
  .after\:md\:left-0::after{
    content: var(--tw-content);
    left: 0px;
  }
  .after\:md\:top-auto::after{
    content: var(--tw-content);
    top: auto;
  }
  .after\:md\:translate-x-0::after{
    content: var(--tw-content);
    --tw-translate-x: 0px;
    -webkit-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: 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\:after\:bg-primary-700::after{
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(112 7 28 / var(--tw-bg-opacity));
  }
  .md\:hover\:border-b-0:hover{
    border-bottom-width: 0px;
  }
  .md\:hover\:text-primary-500:hover{
    --tw-text-opacity: 1;
    color: rgb(186 12 47 / var(--tw-text-opacity));
  }
  .md\:hover\:shadow-button-hover:hover{
    --tw-shadow: 0px 6px 32px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0px 6px 32px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .md\:focus-visible\:border-b-0:focus-visible{
    border-bottom-width: 0px;
  }
  .md\:focus-visible\:text-primary-500:focus-visible{
    --tw-text-opacity: 1;
    color: rgb(186 12 47 / var(--tw-text-opacity));
  }
  .md\:focus-visible\:shadow-button-hover:focus-visible{
    --tw-shadow: 0px 6px 32px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0px 6px 32px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .group:hover .md\:group-hover\:translate-x-6{
    --tw-translate-x: 1.5rem;
    -webkit-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: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .group:hover .md\:group-hover\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .group:hover .md\:group-hover\:after\:bg-transparent::after{
    content: var(--tw-content);
    background-color: transparent;
  }
  .group:focus-visible .md\:group-focus-visible\:after\:bg-transparent::after{
    content: var(--tw-content);
    background-color: transparent;
  }
}
@media (min-width: 1200px){
  .lg\:static{
    position: static;
  }
  .lg\:absolute{
    position: absolute;
  }
  .lg\:relative{
    position: relative;
  }
  .lg\:-left-\[45px\]{
    left: -45px;
  }
  .lg\:-left-\[8px\]{
    left: -8px;
  }
  .lg\:-right-\[45px\]{
    right: -45px;
  }
  .lg\:-top-16{
    top: -4rem;
  }
  .lg\:bottom-0{
    bottom: 0px;
  }
  .lg\:bottom-\[66px\]{
    bottom: 66px;
  }
  .lg\:left-0{
    left: 0px;
  }
  .lg\:left-1\/2{
    left: 50%;
  }
  .lg\:left-\[-32px\]{
    left: -32px;
  }
  .lg\:left-\[-60px\]{
    left: -60px;
  }
  .lg\:top-0{
    top: 0px;
  }
  .lg\:top-1{
    top: 0.25rem;
  }
  .lg\:top-\[-75px\]{
    top: -75px;
  }
  .lg\:top-\[200px\]{
    top: 200px;
  }
  .lg\:top-\[5px\]{
    top: 5px;
  }
  .lg\:order-1{
    order: 1;
  }
  .lg\:order-2{
    order: 2;
  }
  .lg\:col-span-10{
    grid-column: span 10 / span 10;
  }
  .lg\:col-span-12{
    grid-column: span 12 / span 12;
  }
  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .lg\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .lg\:col-span-7{
    grid-column: span 7 / span 7;
  }
  .lg\:col-span-8{
    grid-column: span 8 / span 8;
  }
  .lg\:col-span-9{
    grid-column: span 9 / span 9;
  }
  .lg\:col-start-1{
    grid-column-start: 1;
  }
  .lg\:col-start-10{
    grid-column-start: 10;
  }
  .lg\:col-start-2{
    grid-column-start: 2;
  }
  .lg\:col-start-3{
    grid-column-start: 3;
  }
  .lg\:col-start-6{
    grid-column-start: 6;
  }
  .lg\:col-start-7{
    grid-column-start: 7;
  }
  .lg\:col-start-8{
    grid-column-start: 8;
  }
  .lg\:col-start-9{
    grid-column-start: 9;
  }
  .lg\:row-span-1{
    grid-row: span 1 / span 1;
  }
  .lg\:row-start-1{
    grid-row-start: 1;
  }
  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .lg\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .lg\:mx-\[72px\]{
    margin-left: 72px;
    margin-right: 72px;
  }
  .lg\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .lg\:my-\[58px\]{
    margin-top: 58px;
    margin-bottom: 58px;
  }
  .lg\:my-\[90px\]{
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .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-4{
    margin-bottom: 1rem;
  }
  .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-\[14px\]{
    margin-bottom: 14px;
  }
  .lg\:mb-\[175px\]{
    margin-bottom: 175px;
  }
  .lg\:mb-\[28px\]{
    margin-bottom: 28px;
  }
  .lg\:mb-\[42px\]{
    margin-bottom: 42px;
  }
  .lg\:mb-gap-0{
    margin-bottom: 0;
  }
  .lg\:mb-gap-default{
    margin-bottom: 3rem;
  }
  .lg\:mb-gap-lg{
    margin-bottom: 5rem;
  }
  .lg\:mb-gap-md{
    margin-bottom: 3rem;
  }
  .lg\:mb-gap-mobile-default{
    margin-bottom: 2rem;
  }
  .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-10{
    margin-left: 2.5rem;
  }
  .lg\:ml-12{
    margin-left: 3rem;
  }
  .lg\:ml-\[30px\]{
    margin-left: 30px;
  }
  .lg\:ml-auto{
    margin-left: auto;
  }
  .lg\:mr-12{
    margin-right: 3rem;
  }
  .lg\:mr-8{
    margin-right: 2rem;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:mt-24{
    margin-top: 6rem;
  }
  .lg\:mt-3{
    margin-top: 0.75rem;
  }
  .lg\:mt-4{
    margin-top: 1rem;
  }
  .lg\:mt-\[-186px\]{
    margin-top: -186px;
  }
  .lg\:mt-\[-220px\]{
    margin-top: -220px;
  }
  .lg\:mt-\[330px\]{
    margin-top: 330px;
  }
  .lg\:mt-\[56px\]{
    margin-top: 56px;
  }
  .lg\:mt-\[60px\]{
    margin-top: 60px;
  }
  .lg\:mt-\[80px\]{
    margin-top: 80px;
  }
  .lg\:mt-\[90px\]{
    margin-top: 90px;
  }
  .lg\:mt-\[92px\]{
    margin-top: 92px;
  }
  .lg\:mt-gap-0{
    margin-top: 0;
  }
  .lg\:mt-gap-default{
    margin-top: 3rem;
  }
  .lg\:mt-gap-lg{
    margin-top: 5rem;
  }
  .lg\:mt-gap-md{
    margin-top: 3rem;
  }
  .lg\:mt-gap-mobile-default{
    margin-top: 2rem;
  }
  .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\:inline{
    display: inline;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:grid{
    display: grid;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-0{
    height: 0px;
  }
  .lg\:h-9{
    height: 2.25rem;
  }
  .lg\:h-\[334px\]{
    height: 334px;
  }
  .lg\:h-\[calc\(100\%\+64px\)\]{
    height: calc(100% + 64px);
  }
  .lg\:h-\[calc\(100\%-250px\)\]{
    height: calc(100% - 250px);
  }
  .lg\:h-\[calc\(100\%-320px\)\]{
    height: calc(100% - 320px);
  }
  .lg\:h-auto{
    height: auto;
  }
  .lg\:h-full{
    height: 100%;
  }
  .lg\:max-h-\[100px\]{
    max-height: 100px;
  }
  .lg\:max-h-\[54px\]{
    max-height: 54px;
  }
  .lg\:w-5\/6{
    width: 83.333333%;
  }
  .lg\:w-\[110px\]{
    width: 110px;
  }
  .lg\:w-\[237px\]{
    width: 237px;
  }
  .lg\:w-\[307px\]{
    width: 307px;
  }
  .lg\:w-\[308px\]{
    width: 308px;
  }
  .lg\:w-\[calc\(100\%\+48px\)\]{
    width: calc(100% + 48px);
  }
  .lg\:w-\[calc\(100\%\+60px\)\]{
    width: calc(100% + 60px);
  }
  .lg\:w-\[calc\(100\%\+62px\)\]{
    width: calc(100% + 62px);
  }
  .lg\:w-auto{
    width: auto;
  }
  .lg\:w-full{
    width: 100%;
  }
  .lg\:max-w-\[100px\]{
    max-width: 100px;
  }
  .lg\:max-w-\[1090px\]{
    max-width: 1090px;
  }
  .lg\:max-w-\[266px\]{
    max-width: 266px;
  }
  .lg\:max-w-\[370px\]{
    max-width: 370px;
  }
  .lg\:max-w-\[395px\]{
    max-width: 395px;
  }
  .lg\:max-w-\[64\%\]{
    max-width: 64%;
  }
  .lg\:max-w-full{
    max-width: 100%;
  }
  .lg\:max-w-none{
    max-width: none;
  }
  .lg\:-translate-x-full{
    --tw-translate-x: -100%;
    -webkit-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: 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));
  }
  .lg\:translate-y-0{
    --tw-translate-y: 0px;
    -webkit-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: 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));
  }
  .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-10{
    scroll-padding-top: 2.5rem;
  }
  .lg\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .lg\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .lg\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .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\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .lg\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .lg\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .lg\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .lg\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:items-start{
    align-items: flex-start;
  }
  .lg\:items-end{
    align-items: flex-end;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-end{
    justify-content: flex-end;
  }
  .lg\:justify-center{
    justify-content: center;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:gap-10{
    gap: 2.5rem;
  }
  .lg\:gap-14{
    gap: 3.5rem;
  }
  .lg\:gap-4{
    gap: 1rem;
  }
  .lg\:gap-6{
    gap: 1.5rem;
  }
  .lg\:gap-\[30px\]{
    gap: 30px;
  }
  .lg\:gap-x-20{
    -webkit-column-gap: 5rem;
            column-gap: 5rem;
  }
  .lg\:gap-x-9{
    -webkit-column-gap: 2.25rem;
            column-gap: 2.25rem;
  }
  .lg\:gap-x-\[30px\]{
    -webkit-column-gap: 30px;
            column-gap: 30px;
  }
  .lg\:gap-x-\[72px\]{
    -webkit-column-gap: 72px;
            column-gap: 72px;
  }
  .lg\:gap-y-0{
    row-gap: 0px;
  }
  .lg\:gap-y-10{
    row-gap: 2.5rem;
  }
  .lg\:gap-y-8{
    row-gap: 2rem;
  }
  .lg\:gap-y-\[72px\]{
    row-gap: 72px;
  }
  .lg\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }
  .lg\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }
  .lg\:border-b-0{
    border-bottom-width: 0px;
  }
  .lg\:border-l-8{
    border-left-width: 8px;
  }
  .lg\:border-t-\[4px\]{
    border-top-width: 4px;
  }
  .lg\:border-primary-500{
    --tw-border-opacity: 1;
    border-color: rgb(186 12 47 / var(--tw-border-opacity));
  }
  .lg\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgb(239 241 242 / var(--tw-bg-opacity));
  }
  .lg\:bg-transparent{
    background-color: transparent;
  }
  .lg\:bg-\[right_8px_top_50\%\]{
    background-position: right 8px top 50%;
  }
  .lg\:\!px-0{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .lg\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:px-\[45px\]{
    padding-left: 45px;
    padding-right: 45px;
  }
  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lg\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .lg\:py-\[54px\]{
    padding-top: 54px;
    padding-bottom: 54px;
  }
  .lg\:py-\[72px\]{
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .lg\:pb-0{
    padding-bottom: 0px;
  }
  .lg\:pb-10{
    padding-bottom: 2.5rem;
  }
  .lg\:pb-12{
    padding-bottom: 3rem;
  }
  .lg\:pb-16{
    padding-bottom: 4rem;
  }
  .lg\:pb-20{
    padding-bottom: 5rem;
  }
  .lg\:pb-24{
    padding-bottom: 6rem;
  }
  .lg\:pb-3{
    padding-bottom: 0.75rem;
  }
  .lg\:pl-0{
    padding-left: 0px;
  }
  .lg\:pl-10{
    padding-left: 2.5rem;
  }
  .lg\:pl-12{
    padding-left: 3rem;
  }
  .lg\:pl-9{
    padding-left: 2.25rem;
  }
  .lg\:pl-\[200px\]{
    padding-left: 200px;
  }
  .lg\:pr-10{
    padding-right: 2.5rem;
  }
  .lg\:pr-12{
    padding-right: 3rem;
  }
  .lg\:pr-16{
    padding-right: 4rem;
  }
  .lg\:pr-4{
    padding-right: 1rem;
  }
  .lg\:pr-8{
    padding-right: 2rem;
  }
  .lg\:pt-0{
    padding-top: 0px;
  }
  .lg\:pt-20{
    padding-top: 5rem;
  }
  .lg\:pt-24{
    padding-top: 6rem;
  }
  .lg\:pt-4{
    padding-top: 1rem;
  }
  .lg\:pt-8{
    padding-top: 2rem;
  }
  .lg\:pt-\[62px\]{
    padding-top: 62px;
  }
  .lg\:pt-\[79px\]{
    padding-top: 79px;
  }
  .lg\:pt-\[90px\]{
    padding-top: 90px;
  }
  .lg\:text-right{
    text-align: right;
  }
  .lg\:text-\[11px\]{
    font-size: 11px;
  }
  .lg\:text-\[14px\]{
    font-size: 14px;
  }
  .lg\:text-\[26px\]{
    font-size: 26px;
  }
  .lg\:font-bold{
    font-weight: 700;
  }
  .lg\:normal-case{
    text-transform: none;
  }
  .lg\:leading-\[20px\]{
    line-height: 20px;
  }
  .lg\:leading-\[23px\]{
    line-height: 23px;
  }
  .lg\:before\:absolute::before{
    content: var(--tw-content);
    position: absolute;
  }
  .lg\:before\:-top-1::before{
    content: var(--tw-content);
    top: -0.25rem;
  }
  .lg\:before\:left-0::before{
    content: var(--tw-content);
    left: 0px;
  }
  .lg\:before\:-ml-4::before{
    content: var(--tw-content);
    margin-left: -1rem;
  }
  .lg\:before\:ml-\[-50vw\]::before{
    content: var(--tw-content);
    margin-left: -50vw;
  }
  .lg\:before\:h-1::before{
    content: var(--tw-content);
    height: 0.25rem;
  }
  .lg\:before\:w-\[110px\]::before{
    content: var(--tw-content);
    width: 110px;
  }
  .lg\:before\:w-\[50vw\]::before{
    content: var(--tw-content);
    width: 50vw;
  }
  .lg\:before\:bg-primary-500::before{
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(186 12 47 / var(--tw-bg-opacity));
  }
  .after\:lg\:w-\[calc\(100\%_\+_60px\)\]::after{
    content: var(--tw-content);
    width: calc(100% + 60px);
  }
  .lg\:after\:w-0::after{
    content: var(--tw-content);
    width: 0px;
  }
  .lg\:after\:pr-0::after{
    content: var(--tw-content);
    padding-right: 0px;
  }
}
@media (min-width: 1384px){
  .xl\:-left-32{
    left: -8rem;
  }
  .xl\:bottom-0{
    bottom: 0px;
  }
  .xl\:left-4{
    left: 1rem;
  }
  .xl\:right-4{
    right: 1rem;
  }
  .xl\:top-auto{
    top: auto;
  }
  .xl\:col-span-11{
    grid-column: span 11 / span 11;
  }
  .xl\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .xl\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .xl\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .xl\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .xl\:col-span-8{
    grid-column: span 8 / span 8;
  }
  .xl\:col-span-9{
    grid-column: span 9 / span 9;
  }
  .xl\:col-start-1{
    grid-column-start: 1;
  }
  .xl\:col-start-2{
    grid-column-start: 2;
  }
  .xl\:col-start-3{
    grid-column-start: 3;
  }
  .xl\:col-start-4{
    grid-column-start: 4;
  }
  .xl\:col-start-5{
    grid-column-start: 5;
  }
  .xl\:col-start-7{
    grid-column-start: 7;
  }
  .xl\:col-start-8{
    grid-column-start: 8;
  }
  .xl\:ml-12{
    margin-left: 3rem;
  }
  .xl\:ml-6{
    margin-left: 1.5rem;
  }
  .xl\:mr-6{
    margin-right: 1.5rem;
  }
  .xl\:mt-0{
    margin-top: 0px;
  }
  .xl\:mt-\[100px\]{
    margin-top: 100px;
  }
  .xl\:mt-\[60px\]{
    margin-top: 60px;
  }
  .xl\:block{
    display: block;
  }
  .xl\:grid{
    display: grid;
  }
  .xl\:hidden{
    display: none;
  }
  .xl\:h-\[476px\]{
    height: 476px;
  }
  .xl\:h-full{
    height: 100%;
  }
  .xl\:max-w-\[1384px\]{
    max-width: 1384px;
  }
  .xl\:max-w-\[964px\]{
    max-width: 964px;
  }
  .xl\:-translate-y-1\/2{
    --tw-translate-y: -50%;
    -webkit-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: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .xl\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .xl\:flex-row{
    flex-direction: row;
  }
  .xl\:gap-10{
    gap: 2.5rem;
  }
  .xl\:gap-\[46px\]{
    gap: 46px;
  }
  .xl\:gap-x-\[30px\]{
    -webkit-column-gap: 30px;
            column-gap: 30px;
  }
  .xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .xl\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .xl\:pb-0{
    padding-bottom: 0px;
  }
  .xl\:pb-\[100px\]{
    padding-bottom: 100px;
  }
  .xl\:pl-10{
    padding-left: 2.5rem;
  }
  .xl\:pl-12{
    padding-left: 3rem;
  }
  .xl\:pl-16{
    padding-left: 4rem;
  }
  .xl\:pr-0{
    padding-right: 0px;
  }
  .xl\:pr-10{
    padding-right: 2.5rem;
  }
  .xl\:text-\[14px\]{
    font-size: 14px;
  }
  .xl\:text-\[32px\]{
    font-size: 32px;
  }
}
.\[\&\>a\]\:h-full>a{
  height: 100%;
}
@media (min-width: 1200px){
  .\[\&\>a\]\:lg\:after\:bg-white>a::after{
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
}


