@charset "utf-8";

@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css);

/* hc-cm 관리자페이지 build 구성 */

/* ! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

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

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

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

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

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

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		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;
}

/*
Tabular data
============
*/

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

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

/*
Forms
=====
*/

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

button,
select { /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

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

/*
Interactive
===========
*/

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

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

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

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

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, 'Roboto', 'Spoqa Han Sans Neo', HelveticaNeue, Helvetica,  sans-serif, AppleGothic; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

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

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #a1a1aa;
}

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

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

:-moz-focusring {
  outline: auto;
}

table {
  border-collapse: collapse;
}

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

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

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-border-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-border-opacity));
}

/* 마이호센 */

/* color chart */

:root {
  --origin-gradient : linear-gradient(225deg, #d71275, #343290);
  --oragin-gradient: linear-gradient(45deg, #0ba3c9, #ae0fd6);
  --gradient : linear-gradient(45deg, #a10b56, #2a1954);
  --menu-background : linear-gradient(45deg, #333, #2a1954);
  --black: #282829;
  --primary: #5f56f6;
  --secondary: #8590f8;
  --scblue: #2EC1EF;
  --hover: #463DE7;
  --gray: #eaeef2;
  --text: #333;
  --btn-gray: #77787D;
  --point: #FF7245;
  /* status color */
  --green: #0ED369;
  --red: #F12B2B;
  --yellow: #EBBA0E;
  --blue: #413EF6;
  --rz-transition: unset !important;
  --rz-transition-all: unset !important;
}

* {
  font-family: 'Roboto', 'Spoqa Han Sans Neo', "SF UI Display", -apple-system, BlinkMacSystemFont, HelveticaNeue, Helvetica,  sans-serif, AppleGothic;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video{
  margin: 0px;
  box-sizing: border-box;
  border-width: 0px;
  padding: 0px;
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,
p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,
kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,
nav,section,summary,time,mark,audio,video{
  line-height: 1.4rem;
  vertical-align: top;
  background: transparent;
  font-family:  'Roboto', 'Spoqa Han Sans Neo', "SF UI Display", -apple-system, BlinkMacSystemFont, HelveticaNeue, Helvetica,  sans-serif, AppleGothic;
  color: #333;
  list-style: none;
}

.material-symbols, .material-symbols-outlined {
  font-family: 'Material Symbols Outlined', sans-serif !important;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  display: inline-block;
  white-space: nowrap;
  direction: ltr;
  text-transform: none;
}

.material-symbols.fill, .material-symbols-outlined.fill {
  font-variation-settings: 
        'FILL' 1,    /* 채우기 여부 (1: 채우기, 0: 테두리) */
        'wght' 400,  /* 굵기 */
        'GRAD' 0,    /* 기울기 */
        'opsz' 24;   /* 옵티컬 사이즈 */
}

dt, dd, button span {
  font-size: 14px;
}

body{
  width: 100%;
  min-width: 1024px;
  background: var(--gray);
  overflow-x: auto;
}

b, strong {
  font-weight: bolder;
}

a, button, select {
  cursor: pointer;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: solid #ccc;
  border-width: 1px 0 0;
}

h1{
  font-size: 30px;
  font-weight: 900;
}

h2{
  font-size: 24px;
}

h3{
  font-size: 20px;
}

h4{
  font-size: 18px;
}

h5{
  font-size: 16px;
}

span {
  color: inherit;
  line-height: inherit;
}

label {
  margin-right: 1rem;
  --tw-text-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-text-opacity));
  line-height: 1.4em;
}

/* 스크롤 바 */

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background-color: #eee;
}

::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}

/* 배경 생삭 */

.bg-idc {
  background: var(--primary);
}

.bg-aws {
  background: var(--yellow);
}

.bg-ncp {
  background: var(--green);
}

.text-purple-signature {
  color: var(--primary);
}

.text-idc {
  color: var(--primary);
}

.text-aws, .text-yellow {
  color: var(--yellow);
}

.text-ncp, .text-green {
  color: var(--green);
}

.text-blue {
  color: var(--blue);
}

.text-blue.hover:hover {
  text-decoration: underline;
  color: var(--primary);
}

.text-green {
  color: var(--green);
}

/* 2025 디자인 가이드 컬러 추가 */

.bg-light {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.bg-default {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}

.bg-deep {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
}

.text-default {
  color: var(--text);
}

.text-sub {
  --tw-text-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-text-opacity));
}

.text-sub-deep {
  --tw-text-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-text-opacity));
}

.important-red-text {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.important-red-bg {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.important-blue-text {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.important-blue-bg {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.ncp-green-text {
  color: #00c85f;
}

.ncp-green-bg {
  background: #00c85f;
}

header .headerLogo {
  display: none;
}

.searchFilter {
  position: fixed;
  left: 0px;
  display: flex;
  width: 100%;
  align-items: center;
  white-space: nowrap;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  top: 48px;
  height: 48px;
  padding-left: 246px;
  padding-right: 28px;
  transition: .4s ease;
  z-index: 88;
}

.searchFilter section {
  margin-right: 0.75rem;
  font-size: 14px;
}

.searchFilter section:first-child {
  padding-left: 1.5rem;
}

.searchFilter section dl dt {
  margin-right: 0.25rem;
  display: inline-block;
  line-height: 32px;
  font-size: inherit;
}

.searchFilter section dl dd {
  display: inline-block;
  font-size: inherit;
}

.searchFilter section dl dd span {
  padding-left: 0.5rem;
  vertical-align: middle;
  --tw-text-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-text-opacity));
  font-size: 13px;
}

.searchFilter .rz-button:not(.rz-state-disabled):before, .searchFilter .rz-paginator-element:not(.rz-state-disabled):before {
  border-radius: 99px;
}

.wrap {
  float: right;
  height: 100vh;
  width: 100%;
  overflow-y: auto;
  padding-left: 246px;
  transition: .4s ease;
  /* &.depthHidden {
        padding-left: 80px;
        transition: .4s ease;
        & header {
            padding-left: 80px;
            transition: .4s ease;
        }
    } */
}

.wrap .content {
  height: 100vh;
  width: 100%;
  overflow-y: auto;
  min-height: 100%;
  padding: 64px 0 0;
  transition: .4s ease;
}

.wrap .content .container {
  min-height: 100%;
  width: 100%;
  max-width: 100%;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding: 1.75rem;
  height: -moz-fit-content;
  height: fit-content;
}

.wrap .content .container .title {
  display: flex;
  align-items: center;
}

.wrap .content .container .title h5 {
  font-weight: 700;
}

.wrap .content .container .textBox {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  line-height: 2rem;
}

.wrap .content .oneFixed {
  min-height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-top: 30px;
}

.wrap .content .twoFixed {
  min-height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-top: 80px;
}

.popupContainer {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding: 1.5rem;
}

.popupContainer .infoBox {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  padding: 1rem;
  background: var(--gray);
}

.popupContainer .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  padding-bottom: 1rem;
}

.popupContainer .title .breadcrumb {
  margin-bottom: 0px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding: 0px;
}

.popupContainer .title .breadcrumb li {
  font-size: 12px;
  color: var(--btn-gray);
}

.popupContainer .title .breadcrumb li i {
  vertical-align: middle;
  font-size: 12px;
  color: inherit;
}

.popupContainer .sectionArea { /* 팝업 내 각 섹션 (ex.보안이벤트 상세정보 및 발송) */
  margin-top: 1.5rem;
}

.popupContainer .sectionArea h6 {
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.popupContainer .sectionArea table th {
  position: relative;
  border-right-width: 0px;
}

.popupContainer .sectionArea table th label {
  margin-right: 0px;
  font-size: 12px;
  font-weight: 700;
  color: #333;
}

.popupContainer .sectionArea table th .rz-chkbox {
  position: absolute;
  right: 1rem
}

.popupContainer .sectionArea table td {
  border-right-width: 0px;
}

.popupContainer .sectionArea table td input[type="text"] {
  width: 100%;
}

.popupContainer .sectionArea table td input[type="radio"] {
  margin-bottom: 0.25rem;
  vertical-align: middle;
}

.popupContainer .sectionArea table.tdLeft td {
  text-align: left;
}

.popupContainer .sectionArea .rz-html-editor {
  height: 452px !important;
}

.popupContainer .sectionArea .rz-html-editor .rz-html-editor-content > table {
  width: 700px;
}

/* 설정, 변경이력 등 탭메뉴가 포함된 팝업 폼 */

.popupContainer .settingArea > ul {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
}

.popupContainer .settingArea > ul li {
  margin-bottom: 1rem;
  display: flex;
}

.popupContainer .settingArea > ul li div:first-child {
  margin-right: 1rem;
  width: 12rem;
  min-width: 12rem;
}

.popupContainer .settingArea > ul li div:first-child p {
  height: 2rem;
  font-weight: 700;
  line-height: 2rem;
}

.popupContainer .settingArea > ul li div:first-child span {
  word-break: break-all;
  font-size: 12px;
  color: var(--btn-gray);
}

.popupContainer .settingArea > ul li div:last-child {
  width: 100%;
  line-height: 2rem;
}

.popupContainer .settingArea > ul li div.rz-html-editor-toolbar {
  width: unset;
}

.popupContainer .settingArea > ul li div.rz-html-editor-toolbar .rz-fileupload-buttonbar {
  width: unset;
  min-width: unset;
}

.popupContainer .settingArea > ul::after {
  position: absolute;
  top: 0px;
  left: 12rem;
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  content: '';
  height: 98%;
  width: 1px;
}

.popupContainer.stateOn {
  cursor: pointer;
  color: var(--btn-gray);
}

.popupContainer.stateOff {
  cursor: pointer;
  color: var(--blue);
}

.modalArea section {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.modalArea section > span {
  margin-right: 0.25rem;
  font-size: 14px;
  min-width: 6rem;
}

.modalArea .templateView {
  margin-top: 1rem;
  max-height: 44rem;
  overflow: scroll;
  border-radius: 0.125rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  padding: 1rem;
  text-align: center;
}

& .rz-html-editor-content table, & .rz-html-editor-content table tr {
  border: unset;
}

#blazor-error-ui {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  padding: 1rem;
  background: #ffeb00;
  z-index: 9999;
}

/* 경고알림 메시지 */

.rz-notification-message {
  min-width: 500px;
}

@media (min-width: 769px) and (max-width: 1279px) {
  .wrap {
    padding-left: 0;
  }

  .searchFilter {
    padding-left: 0;
  }
}

@media (max-width: 768px){
  body {
    min-width: 375px;
  }

  body .wrap {
    padding-left: 0 !important;
  }

  body .wrap .content {
    padding: 20px 10px;
  }
}

.hc-container{
  width: 100%;
}

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

/* myhocen board.css */

.pagination {
  margin-bottom: 1rem;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.pagination li {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  display: inline-block;
}

.pagination li a, .pagination li span {
  display: block;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-text-opacity));
}

.pagination li:hover a, .pagination li:hover span, .pagination li.active a, .pagination li.active span {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

/* idc에서 해당 pagination은 사용안함 */

.pagination p {
  display: inline-block;
}

.pagination p a {
  display: block;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-text-opacity));
}

.pagination p a span {
  font-size: 12px;
  line-height: 20px;
}

.pagination p a:hover, .pagination p a.on {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.pagination p:hover a, .pagination p.on a {
  color: var(--primary);
  border-color: var(--primary);
}

/* 기존 보드스타일에서 보완된 idc board */

.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
  border-radius: 0px;
}

.pagination .page-item.active .page-link, .pagination .page-item .page-link:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
}

/* button*/

button[class*="btn"] {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  border-width: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 14px;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 32px;
  background: var(--gray);
  color: var(--text);
  border-color: var(--text);
  border-radius: 2px;
  outline: none;
}

button[class*="btn"] i {
  margin-right: 0.25rem;
  display: inline-block;
  height: 100%;
  width: 14px;
}

button[class*="btn"] span {
  position: relative;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

button[class*="btn"]:hover, button[class*="btn"].on {
  background: var(--btn-gray);
  color: white;
}

a[class*="btn-normal"] {
  position: relative;
  margin-right: 0.625rem;
  white-space: nowrap;
  border-width: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 14px;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 32px;
  background: var(--gray);
  color: var(--text);
  border-color: var(--text);
  border-radius: 2px;
  line-height: initial;
  outline: none;
}

a[class*="btn-normal"] i {
  margin-right: 0.25rem;
  display: inline-block;
  height: 100%;
  width: 14px;
}

a[class*="btn-normal"] span {
  position: relative;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

a[class*="btn-normal"]:hover, a[class*="btn-normal"].on {
  background: var(--btn-gray);
  color: white;
}

button[class*="btn-lg"] {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  min-height: 36px;
}

button[class*="btn-sm"] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 12px;
  min-height: 22px;
  max-height: 22px;
  line-height: 14px;
}

button[class*="primary"] {
  border-color: var(--primary);
  background: var(--primary);
  color: white;
}

button[class*="primary"] span {
  color: inherit;
}

button[class*="primary"]:hover {
  background: var(--secondary);
  border-color: var(--secondary);
}

button[class*="primary"].on {
  background: var(--secondary);
  border-color: var(--secondary);
}

button[class*="secondary"] {
  background: #F2E2F8;
  border-color: var(--primary);
  color: var(--primary);
}

button[class*="secondary"] span {
  color: inherit;
}

button[class*="secondary"]:hover, button[class*="secondary"].on {
  background: var(--primary);
  color: white;
}

button[class*="black"] {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  background: #282829 !important;
}

button[class*="black"] span {
  color: inherit;
}

button[class*="black"]:hover, button[class*="black"].on {
  background: var(--btn-gray) !important;
  border-color: var(--btn-gray) !important;
  color: white;
}

button[class*="red"] {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  background: var(--red) !important;
  border-color: #D91D1D !important;
}

button[class*="red"] span {
  color: inherit;
}

button[class*="red"]:hover, button[class*="red"].on {
  background: #D91D1D !important;
  border-color: #D91D1D !important;
  color: white;
}

button[class*="gray"] {
  background: var(--gray) !important;
  border-color: var(--gray) !important;
  color: var(--btn-gray) !important;
}

button[class*="gray"] span {
  color: inherit;
}

button[class*="gray"]:hover, button[class*="gray"].on {
  background: var(--btn-gray) !important;
  border-color: var(--btn-gray) !important;
  color: white !important;
}

button[class*="lineGray"] {
  background: var(--gray) !important;
  border-color: var(--btn-gray) !important;
  color: var(--btn-gray) !important;
}

button[class*="lineGray"] span {
  color: inherit;
}

button[class*="lineGray"]:hover, button[class*="lineGray"].on {
  background: var(--btn-gray) !important;
  border-color: var(--btn-gray) !important;
  color: white !important;
}

button[class*="excel"] {
  background: #01723A;
  border-color: #01723A;
  color: #fff;
}

button[class*="excel"]:hover {
  background: #175C37;
  border-color: #175C37;
}

/* 호버시 배경색 옅은 빨강 */

button[class*="caution"] {
  background: #fff;
  border-color: var(--red);
  color: var(--red);
}

button[class*="caution"] span {
  color: inherit;
}

button[class*="caution"]:hover, button[class*="caution"].on {
  background: #F8E4E2;
  color: var(--red);
}

button[class*="-line"]{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border: 1px solid #333;
  color: #333;
}

button[class*="-line"] span {
  vertical-align: middle;
  font-weight: 400;
  color: inherit;
}

button[class*="line-gray"]{
  background: #fff !important;
  border: 1px solid var(--btn-gray) !important;
  color: var(--btn-gray) !important;
}

button[class*="line-primary"]{
  background: #fff !important;
  border: 1px solid var(--primary) !important;
  color: var(--primary) !important;
}

button[class*="line-primary"]:hover {
  background: var(--primary) !important;
  color: #fff !important;
}

button[class*="line-blue"] {
  background: #fff !important;
  border: 1px solid var(--blue) !important;
  color: var(--blue) !important;
}

button[class*="line-blue"]:hover {
  background: var(--blue) !important;
  border: 1px solid var(--blue) !important;
  color: white !important;
}

/* 호버시 배경색 짙은 빨강 */

button[class*="line-red"]{
  background: #fff !important;
  border: 1px solid var(--red) !important;
  color: var(--red) !important;
}

button[class*="line-red"]:hover {
  background: var(--red) !important;
  color: #fff !important;
}

button[class*="disabled"], button:disabled {
  cursor: not-allowed;
  color: #E5E7EB !important;
  border-color: var(--gray) !important;
  background: #A7A9AE !important;
}

button[class*="disabled"] span, button:disabled span {
  color: inherit;
}

button[class*="disabled"]:hover, button[class*="disabled"].on, button:disabled:hover, button:disabled.on {
  color: #E5E7EB !important;
  border-color: var(--gray) !important;
  background: #A7A9AE !important;
}

input[type="submit"] {
  position: relative;
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  margin-right: 2.45rem;
  height: -moz-fit-content;
  height: fit-content;
  border-color: var(--btn-gray);
  border-radius: 99px;
  outline: none;
}

input[type="submit"]:hover {
  background: var(--btn-gray);
  color: white;
}

/* idc 로그인 전용 버튼 */

.slackBtn, .googleBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  width: 224px;
  height: 44px;
}

.slackBtn:hover, .googleBtn:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  color: inherit;
  text-decoration: unset;
}

/* 보안관제 버튼 */

.rz-button:not(.rz-state-disabled):hover:not(:active), 
.rz-paginator-element:not(.rz-state-disabled):hover:not(:active) {
  border-radius: 2px;
}

table tr td .rz-button.rz-primary.rz-shade-default, table tr td .rz-button:not(.rz-state-disabled):focus:not(:active) {
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background: unset;
  color: var(--blue);
}

table tr td .rz-button.rz-primary.rz-shade-default.del, table tr td .rz-button:not(.rz-state-disabled):focus:not(:active).del {
  color: var(--red);
}

table tr td .rz-button.rz-primary.rz-shade-default:hover, table tr td .rz-button:not(.rz-state-disabled):focus:not(:active):hover {
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

table tr td .rz-button.rz-primary.rz-shade-default .rz-button-box, table tr td .rz-button:not(.rz-state-disabled):focus:not(:active) .rz-button-box {
  text-decoration: underline;
}

table tr td .rz-button.rz-primary.rz-shade-default .rz-button-box .rz-button-text, table tr td .rz-button:not(.rz-state-disabled):focus:not(:active) .rz-button-box .rz-button-text {
  font-size: 12px;
}

/* 파트너포탈 텍스트 버튼 */

button[class*="text"] {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
  text-decoration: underline;
  background: unset !important;
  border: unset !important;
}

button[class*="text"]:hover {
  color: var(--primary);
  background: unset !important;
}

button.text:disabled:hover {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

button.text-red {
  color: var(--red);
}

button.text-red:hover {
  color: #b90b0b;
}

button.text-green {
  color: var(--green);
}

button.text-yellow {
  color: var(--yellow);
}

.board-section .board-tit .board-info {
  margin-top: 1.25rem;
}

.board-section .board-tit .board-info li {
  margin-right: 2rem;
  display: inline-block;
}

.board-section .board-tit .board-info li span {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-text-opacity));
}

.board-section .board-list {
  float: left;
}

.board-section .board-list ul li {
  display: flex;
}

.board-section .board-list ul li span {
  margin-right: 0.75rem;
  font-weight: 700;
}

.board-section .board-list ul li p {
  cursor: pointer;
}

.board-section .board-list ul li .disabled {
  --tw-text-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-text-opacity));
  cursor: unset;
}

.board-write {
  padding-bottom: 1.75rem;
}

.board-write div > div {
  display: flex;
  align-items: center;
}

.board-write div > div input[type="text"], .board-write div > div input[type="date"], .board-write div > div select {
  width: 100%;
}

.board-write label {
  margin-right: 0.5rem;
  display: inline-block;
  width: 4rem;
  white-space: nowrap;
  vertical-align: middle;
}

.board-write .tooltip {
  vertical-align: middle;
}

.board-write .tooltip .tooltip-text b {
  font-weight: 700;
}

.board-write .tooltip.type {
  position: absolute;
  left: 32.25rem;
}

/* validation */

.board-write .field-validation-error {
  position: absolute;
  white-space: nowrap;
  left: 32.5rem;
}

table tr td a:not([href]):not([tabindex]).board-write .field-validation-error span, table tr td a:not([href]):not([tabindex]).board-write .field-validation-error span:hover {
  color: var(--red);
}

table tr td a:not([href]):not([tabindex]).hc-text-red-700, table tr td a:not([href]):not([tabindex]).hc-text-red-700:hover {
  color: var(--red);
}

.board-write .field-validation-error span{
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.board-file .file-modify {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

.board-file .file-modify div {
  margin-right: 0.625rem;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  padding: 0.25rem;
}

.board-file .file-modify div span {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  white-space: nowrap;
}

.board-file .file-modify div i {
  font-size: 20px;
}

.board-file .file-modify div i:last-child {
  margin-left: 0.25rem;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
}

.board-file .file-add {
  width: 32rem;
}

.board-file .file-add div {
  display: flex;
  align-items: center;
}

.board-file .file-add div label {
  margin-right: 0.75rem;
  white-space: nowrap;
}

.board-file .file-add div input {
  width: 100%;
}

.btnList {
  display: inline-block;
}

.btnList a {
  position: relative;
  margin-right: 0.375rem;
  display: inline-block;
  white-space: nowrap;
  border-radius: 0.25rem;
  border-width: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-color: var(--primary);
  color: var(--primary);
}

.btnList a:hover {
  background: var(--secondary);
  border-color: var(--secondary);
  color: white;
}

/* 보안관제 tab */

.rz-selectbutton .rz-button {
  margin-right: 0.5rem;
  background-color: #fff !important;
  border-color: #d4d4d8 !important;
  border-radius: 99px !important;
  color: var(--btn-gray) !important;
}

.rz-selectbutton .rz-button.rz-state-active, .rz-selectbutton .rz-button:hover {
  background-color: #fff !important;
  border-color: var(--primary) !important;
  border-radius: 99px !important;
  color: var(--primary) !important;
  overflow: visible !important;
}

.rz-selectbutton .rz-button.rz-state-active::after {
  position: absolute;
  top: -0.375rem;
  right: -0.375rem;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-text-opacity));
  content:'x';
  line-height: 17px;
}

.rz-selectbutton .rz-button:active, .rz-selectbutton .rz-button:focus {
  box-shadow: unset !important;
}

/* 보안관제 tab */

/*popup tab button*/

.popupContainer .rz-tabview .rz-tabview-nav {
  position: relative;
  align-items: center;
}

.popupContainer .rz-tabview .rz-tabview-nav > li {
  width: 9rem;
}

.popupContainer .rz-tabview .rz-tabview-nav > li a {
  justify-content: center
}

.popupContainer .rz-tabview .rz-tabview-nav .title {
  position: absolute;
  right: 0px;
  border-bottom-width: 0px;
  padding-bottom: 0px;
}

.popupContainer .rz-tabview .rz-tabview-panel {
  padding: 0px;
  transition: unset !important;
  transform: unset !important;
}

/* 기본 버튼 형태의 탭 메뉴 */

button[class*="pri-btn"] {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  color: var(--btn-gray);
}

button[class*="pri-btn"]:hover, button[class*="pri-btn"].on {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  color: var(--primary);
  border-color: var(--primary);
}

/* 기본 형태의 탭 메뉴 list 버전 */

.default-tab {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.default-tab li {
  display: flex;
  height: 2rem;
  align-items: center;
  border-radius: 0.125rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 14px;
  color: var(--btn-gray);
}

.default-tab li:hover, .default-tab li.on {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  color: var(--primary);
  border-color: var(--primary);
}

.round-tab {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.round-tab li {
  display: flex;
  height: 2rem;
  align-items: center;
  border-radius: 9999px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 14px;
  background: var(--gray);
  color: var(--btn-gray);
}

.round-tab li.on {
  background: #282829;
  color: #fff;
}

.round-tab li:hover {
  cursor: pointer;
  background: var(--btn-gray);
  color: #fff;
}

.round-tab.sm {
  gap: 0.5rem;
}

.round-tab.sm li {
  height: 1.5rem;
  font-size: 12px;
}

.round-tab.md {
  gap: 0.5rem;
}

.round-tab.md li {
  height: 1.75rem;
}

.round-tab.lg li {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  min-height: 36px;
}

/* 라인 형태의 탭 메뉴 */

.list-tab {
  display: flex;
  align-items: center;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
}

.list-tab li {
  width: 10rem;
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-text-opacity));
}

.list-tab li.on {
  border-bottom-width: 2px;
  color: var(--primary);
  border-color: var(--primary);
}

table {
  width: 100%;
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
}

table tr {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-border-opacity));
}

table tr:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
}

table tr th, table tr td {
  border-right-width: 1px;
  text-align: center;
  font-size: 12px;
  border-color: #dee2e6;
}

table tr th:last-child, table tr td:last-child {
  border-right-width: 0px;
}

table tr th {
  border-bottom-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  vertical-align: middle;
  font-weight: 600;
  min-width: 68px;
}

table tr td {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  vertical-align: middle;
}

table tr td a {
  text-decoration: underline;
  color: var(--blue);
}

table tr td a:not([href]):not([tabindex]) {
  text-decoration: underline;
  color: var(--blue);
}

table tr td a:not([href]):not([tabindex]).hc-text-red-700, table tr td a:not([href]):not([tabindex]).hc-text-red-700:hover {
  color: var(--red);
}

table tr td a:hover {
  text-decoration: underline;
  color: var(--primary);
}

table tbody {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

table tbody:nth-child(2n) {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}

table tbody.cart-tb td:nth-child(2) {
  text-align: left;
}

table tbody.tdLeft td {
  text-align: left;
}

table tbody td.first {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  font-weight: 700;
}

table tbody td a:not([href]):not([tabindex]):focus, table tbody td a:not([href]):not([tabindex]):hover{
  text-decoration: underline;
}

table tbody td a:not([href]):not([tabindex]):focus, 
            table tbody td a:not([href]):not([tabindex]):hover{
  color: var(--primary);
}

/* 임직원전용 공지사항 - 게시판 테이블 */

table.board tr:hover td:nth-child(3) {
  cursor: pointer;
  text-decoration: underline;
  color: var(--blue);
}

table.board tr td, table.board tr th {
  padding: .45rem;
  font-size: 13px;
}

table.board tr td a {
  display: block;
  color: inherit !important;
  text-decoration: unset;
}

table.board tr.board-ess td {
  background: #FFFBEE;
}

table.board tr.board-ess td i {
  color: #F15B2B;
}

/* table에 scroll들어갈때 table 위 태그에 추가  */

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

/* table scroll 시 thead 고정 */

.head-sticky {
  position: sticky;
  z-index: 10;
  top: -1px;
}

/* 테이블 리스트 스트라이프 효과 */

.stripe-table tr:nth-child(2n) td {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

/* 테이블 tr 호버시 배경색 뜨는 효과 */

.tr-hover-table tr:hover td {
  background: #ebf0f5;
}

/* 선택된 테이블 active 표시 */

.table-active {
  background-color: #F5F9FE;
}

.table-active>td, .table-active>th {
  background-color: #F5F9FE !important;
}

.table-active>td a:not([href]):not([tabindex]), .table-active>th a:not([href]):not([tabindex]) {
  color: var(--primary);
}

/* 테이블 td, th keep-all */

.keep-all-table td, .keep-all-table th {
  word-break: keep-all;
}

/* 보안관제 보안이벤트 에러 */

table tr td.inlineData .modalArea {
  display: flex;
}

table tr td.inlineData .modalArea .rz-dropdown {
  display: inline-flex;
  flex-direction: column;
  width: unset;
}

table tr td.inlineData .modalArea > div:last-child {
  margin-top: 0px;
  margin-left: 0.5rem;
}

aside {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 246px;
  height: 100vh;
  background: #363638;
  z-index: 100;
}

aside .mainMenu {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 100%;
  margin-right: -3px;
  background: var(--black);
}

aside .mainMenu li {
  display: block;
  cursor: pointer;
  text-align: center;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  min-height: 60px;
}

aside .mainMenu li > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 60px;
  height: 60px;
}

aside .mainMenu li p {
  margin-top: 0.25rem;
  color: inherit;
  font-size: 13px;
}

aside .mainMenu li:hover .tooltip-text {
  visibility: visible;
}

aside .mainMenu li .asideTooltip {
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  overflow: hidden;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-text-opacity));
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* 230816 업뎃 대메뉴 아이콘 */

aside .mainMenu li .asideTooltip.menu {
  position: relative;
  overflow: visible;
  padding: 0.25rem;
  vertical-align: middle;
  width: 30px;
  height: 30px;
}

aside .mainMenu li .asideTooltip.menu i {
  vertical-align: middle;
  margin-top: -3px;
  margin-left: -1px;
  font-size: 24px;
  color: #0f74eb;
  line-height: 15px;
}

aside .mainMenu li .asideTooltip.menu .tooltip-text {
  left: 36px;
}

aside .mainMenu li .asideTooltip .toolTipColor {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 100%;
  width: 0.5rem;
  background: var(--red);
}

aside .mainMenu li .asideTooltip .closeToolTip {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-text-opacity));
}

aside .mainMenu li .menu-name {
  padding-top: 0.375rem;
  font-size: 12px;
  font-weight: 200;
  line-height: .75rem;
  color: #efecec;
}

aside .mainMenu li.idc .asideTooltip.menu i {
  color: #ff6b22;
}

aside .mainMenu li:hover, aside .mainMenu li.on {
  background: #44464B;
}

aside .depthMenu {
  display: inline-block;
  overflow: hidden;
  overflow-y: auto;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  width: 186px;
  height: 100%;
  margin-right: -3px;
  background: #363638;
  transition: .5s ease;
}

aside .depthMenu.hidden {
  display: none;
  transition: .5s ease;
}

aside .depthMenu .menuClose {
  position: absolute;
  right: 0.5rem;
  cursor: pointer;
}

aside .depthMenu .menuClose span {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  font-size: 20px;
}

aside .depthMenu .menuClose:hover span {
  --tw-text-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-text-opacity));
}

aside .depthMenu ul > li {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

aside .depthMenu ul > li > a {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 0.25rem;
  padding: 0.125rem;
  padding-right: 0.5rem;
  font-weight: 700;
  color: #fff !important;
  font-size: 13px;
}

aside .depthMenu ul > li > a span {
  margin-right: 0.5rem;
  font-size: 12px;
  line-height: 1.25rem;
}

aside .depthMenu ul > li > a span.dropdown {
  position: absolute;
  right: 0.25rem;
  margin-right: 0px;
  font-size: 18px;
}

aside .depthMenu ul > li > a.active, aside .depthMenu ul > li > a:hover {
  color: var(--scblue) !important;
  text-decoration: none;
}

aside .depthMenu ul > li > a.noclick {
  cursor: default;
}

aside .depthMenu ul > li > a.noclick:hover {
  color: #fff !important;
}

aside .depthMenu ul > li div {
  margin-top: -0.5rem;
  margin-left: 1rem;
}

aside .depthMenu ul > li div p {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

aside .depthMenu ul > li div p a {
  --tw-text-opacity: 1 !important;
  color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  font-size: 13px;
}

aside .depthMenu ul > li div p a:hover, aside .depthMenu ul > li div p a.active {
  color: var(--scblue) !important;
  text-decoration: none;
}

aside .depthMenu ul > li div p a:hover::before, aside .depthMenu ul > li div p a.active::before {
  background: var(--scblue);
}

aside .depthMenu ul > li.listDepth {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

aside .depthMenu ul > li.listDepth a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

aside .depthMenu ul > li.listDepth a::before {
  all: unset;
  content: "- ";
}

aside .depthMenu ul > li.line {
  border-bottom-width: 1px;
  border-style: dashed;
}

aside .depthMenu ul > li.depthLine {
  width: 100%;
  border-top-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgba(161, 161, 170, var(--tw-border-opacity));
}

aside .depthMenu ul > li:hover > a, aside .depthMenu ul > li.on > a {
  color: var(--scblue);
}

aside .depthMenu ul > li:hover > a.noclick, aside .depthMenu ul > li.on > a.noclick {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

aside .depthMenu form {
  position: absolute;
  bottom: 1rem;
  justify-content: center !important;
  width: 172px;
}

aside .depthMenu form .form-group label {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-text-opacity));
}

aside .depthMenu form .form-group select {
  padding: 0.375rem;
  font-size: 14px;
  min-width: auto;
  max-width: 100px;
}

aside.mobileAside {
  display: none;
}

/* 태블릿+모바일 호환 (1279px) */

@media (max-width: 1279px) {
  aside {
    position: absolute;
    display: none;
    padding-top: 48px;
    width: -moz-fit-content;
    width: fit-content;
    background: unset;
  }

  aside .depthMenu {
    border-right: 0;
    margin-left: -1px;
  }

  aside .depthMenu::after {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.4;
    content: '';
    width: 100vmax;
    z-index: -1;
  }

  aside.on {
    display: block;
  }

  /* 보안관제 aside */

  .mMnBar aside {
    display: block;
    margin-top: 48px;
    padding-top: 0;
  }

  .mMnBar aside .mainMenu .bottomLink {
    bottom: 3.5rem;
  }
}

select {
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  min-width: 200px;
  height: 32px;
  line-height: 32px;
}

select:focus {
  border-color: var(--primary);
}

select.small, select.sm {
  min-width: 100px;
}

select.semi-sm {
  min-width: 165px;
}

select.medium, select.md {
  width: 400px;
}

select.lg {
  width: 600px;
}

select.xl {
  width: 800px;
}

select.full {
  width: 100%;
}

select.h-sm {
  height: 28px;
  line-height: 28px;
}

select.h-lg {
  height: 46px;
  line-height: 46px;
}

select option[disabled] {
  display: none;
}

textarea {
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  padding-left: 0.5rem;
  font-size: 14px;
}

textarea:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  border-color: var(--primary);
}

input[type="text"], input[type="password"], input[type="email"], input[type="date"], input[type="datetime-local"]{
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

input[type="text"], input[type="password"], input[type="email"], 
input[type="date"], input[type="datetime-local"]{
  margin-top: 1px;
  min-width: 200px;
  height: 32px;
  line-height: 32px;
}

/* rz 보안관제 추가 보완 */

input[type="text"].rz-textbox:not(:disabled):not(.rz-state-disabled):hover, input[type="password"].rz-textbox:not(:disabled):not(.rz-state-disabled):hover, input[type="email"].rz-textbox:not(:disabled):not(.rz-state-disabled):hover, input[type="date"].rz-textbox:not(:disabled):not(.rz-state-disabled):hover, input[type="datetime-local"].rz-textbox:not(:disabled):not(.rz-state-disabled):hover {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="date"]:focus, input[type="datetime-local"]:focus {
  border-color: var(--primary);
  box-shadow: unset !important;
}

input[type="text"].lg, input[type="password"].lg, input[type="email"].lg, input[type="date"].lg, input[type="datetime-local"].lg {
  width: 600px;
}

@media screen and (max-width: 768px) {
  input[type="text"].lg, input[type="password"].lg, input[type="email"].lg, input[type="date"].lg, input[type="datetime-local"].lg {
    width: 100%
  }
}

input[type=number], input[type=search] {
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  --tw-border-opacity: 1;
  outline: 2px solid transparent;
  outline-offset: 2px;
  text-indent: 10px;
  height: 32px;
  line-height: 32px;
}

input[type=number].xs, input[type=search].xs {
  width: 50px;
}

input[type=number]:focus, input[type=search]:focus {
  --tw-border-opacity: 1;
  border-color: var(--primary);
}

input[type=file] {
  cursor: pointer;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  padding: 0.25rem;
}

input:disabled, input[readonly], 
select:disabled, select[readonly] {
  background: var(--gray);
  color: #A8A1AA;
  cursor: unset;
  opacity: 1;
}

input.xs {
  min-width: 50px;
  width: 50px;
}

input.sm {
  font-size: 12px;
  min-width: 100px;
  width: 100px;
}

input.medium, input.md {
  width: 400px;
}

input.lg {
  width: 600px;
}

input.xl {
  width: 800px;
}

input.full {
  width: 100%;
}

input.h-sm {
  height: 28px;
  line-height: 28px;
}

input.h-lg {
  height: 46px;
  line-height: 46px;
}

/* input 내 퍼센트지 및 원화 표시 */

span.rate{
  position: relative;
}

span.rate::after {
  position: absolute;
  right: 0.75rem;
  content: '%';
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}

span.krw {
  position: relative;
}

span.krw::after {
  position: absolute;
  right: 0.75rem;
  content: 'KRW';
  top: 50%;
  right: 28px;
  transform: translate(0, -50%);
}

span.krw.disabled::after {
  right: 12px;
}

/* 로그인, 게시판 validation */

.field-validation-error {
  margin-top: 0.25rem;
  display: inline-block;
}

.field-validation-error::before {
  margin-right: 0.25rem;
  display: inline-block;
  content: 'error_outline';
  font-size: 21px;
  font-family: 'Material Icons';
}

/* 보안관제 추가보완 form */

.popupContainer table input[type="text"], .popupContainer table .rz-dropdown {
  height: 28px;
}

.popupContainer table input[type="text"] label, .popupContainer table .rz-dropdown label {
  font-size: 12px;
  line-height: 1rem;
}

.rz-multiselect, .rz-dropdown {
  border-radius: 0.25rem;
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  max-height: 32px;
  margin-top: 1px;
}

.rz-multiselect:hover, .rz-dropdown:hover {
  border: 1px solid #d4d4d8 !important;
}

.rz-multiselect:focus, .rz-dropdown:focus {
  border: 1px solid var(--primary) !important;
  box-shadow: unset !important;
}

.rz-dropdown {
  display: flex;
  flex-direction: column-reverse;
}

.rz-dropdown-panel.rz-popup .rz-dropdown-filter-container {
  justify-content: flex-end;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  flex-direction: row;
}

.rz-dropdown-panel.rz-popup .rz-dropdown-filter-container .rz-dropdown-filter.rz-inputtext {
  min-width: unset;
}

@media (max-width: 768px){
  input.medium, input.md, input.lg, input.xl {
    width: 100%;
  }
}

header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  height: 48px;
  padding-left: 246px;
  z-index: 99;
  transition: .4s ease;
}

header .mMnBar {
  display: none;
}

header .mMnBar .rz-accordion {
  box-shadow: unset !important;
}

header .mMnBar .rz-accordion .rz-accordion-header a {
  justify-content: center;
  border-right-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  max-height: 48px;
  width: 79px;
}

header .mMnBar .rz-accordion .rz-accordion-header a span {
  margin: 0px;
}

header .headerTitle {
  display: inline-block;
  padding-left: 1.5rem;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Spoqa Han Sans Neo';
  line-height: 48px;
}

header .headerTitle p {
  font-size: 20px;
  font-weight: 700;
  line-height: 48px;
}

header .headerTitle p .now {
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-text-opacity));
  line-height: inherit;
  font-weight: inherit;
}

header .headerTitle p .now::before {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  content: ">";
}

header .headerLogo {
  display: none;
}

header .topMenu {
  float: right;
  margin-right: 2.5rem;
}

header .topMenu div {
  position: relative;
  cursor: pointer;
  text-align: center;
  height: 48px;
}

header .topMenu div p {
  position: relative;
  display: inline-block;
  height: 1.75rem;
  width: 1.75rem;
  text-align: center;
  margin-top: 11px;
  color: var(--primary);
}

header .topMenu div p span {
  line-height: 28px;
}

header .topMenu div > span {
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-text-opacity));
  line-height: 47px;
}

header .topMenu div > span.UserName {
  margin-left: 0.25rem;
  font-weight: 700;
}

header .topMenu div.userInfo {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-text-opacity));
  line-height: 47px;
}

header .topMenu div.userInfo .userPhoto {
  border-radius: 9999px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  background: var(--primary);
}

header .topMenu div.userInfo .rz-profile-menu {
  margin: unset;
  padding: unset;
  background: unset;
  border: unset;
}

header .topMenu div.userInfo .rz-profile-menu .rz-navigation-item .rz-navigation-menu {
  width: 7rem;
  border-radius: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  padding: 0px;
  margin-top: 1px;
  min-width: unset;
  box-shadow: unset;
}

header .topMenu div.userInfo .rz-profile-menu .rz-navigation-item .rz-navigation-menu li {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

header .topMenu div.userInfo .rz-profile-menu .rz-navigation-item .rz-navigation-menu li a {
  font-size: 14px;
  text-decoration: unset;
}

header .topMenu div.userInfo .rz-profile-menu .rz-navigation-item .rz-navigation-menu li a:hover {
  color: var(--primary);
}

header .topMenu div.userInfo .rz-profile-menu .rz-navigation-item .rz-navigation-menu li:last-child {
  border-bottom-width: 0px;
}

header .topMenu div.userInfo .rz-profile-menu .rz-navigation-item .rz-navigation-menu li:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  color: inherit;
}

header .topMenu div.userInfo .rz-profile-menu .rz-navigation-item .rz-navigation-item-icon-children {
  color: #333;
}

header .topMenu div.userInfo .rz-profile-menu .rz-navigation-item.rz-navigation-item-active .infoArea > span, header .topMenu div.userInfo .rz-profile-menu .rz-navigation-item:hover .infoArea > span {
  color: var(--primary);
}

header .topMenu div.on div > span {
  color: var(--primary);
}

header .topMenu div.on .topMenuToggle {
  display: block;
}

header .topMenu div .login {
  line-height: 45px;
}

header .topMenu .headerLink {
  margin-left: 1.25rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-text-opacity));
}

header .topMenu .headerLink a {
  position: relative;
  display: inline-block;
  color: inherit;
}

header .topMenu .headerLink a i {
  margin-bottom: 1.25rem;
  display: block;
  font-size: 20px;
  color: inherit;
  line-height: 45px;
}

header .topMenu .headerLink a .tooltip-text {
  top: 3rem;
  left: -1.25rem;
}

header .topMenu .headerLink a:hover {
  color: var(--primary);
  text-decoration: unset;
}

/* 2025-new-header */

header .m-menubar {
  display: none;
  height: 3rem;
  width: 5rem;
}

header .m-menubar .inner-menubar {
  cursor: pointer;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  text-align: center;
}

header .m-menubar .inner-menubar i {
  --tw-text-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-text-opacity));
  line-height: 48px;
}

header .m-menubar .inner-menubar #close {
  display: none;
}

header .m-menubar .inner-menubar.on #menu {
  display: none;
}

header .m-menubar .inner-menubar.on #close {
  display: block;
}

header .header-title {
  display: inline-block;
  padding-left: 1.5rem;
  font-size: 16px;
  font-weight: 700;
  line-height: 48px;
}

header .header-right {
  float: right;
  margin-right: 2.5rem;
  display: flex;
  align-items: center;
  height: 48px;
}

header .header-right .user-info {
  visibility: visible;
  position: relative;
  margin-right: 1.5rem;
}

header .header-right .user-info .user-name {
  margin-right: 0.25rem;
  display: flex;
  cursor: pointer;
  align-items: center;
  font-size: 14px;
}

header .header-right .user-info .user-name p {
  margin-right: 0.375rem;
  font-weight: 700;
  font-size: inherit;
}

header .header-right .user-info .user-name span {
  --tw-text-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-text-opacity));
  font-size: inherit;
}

header .header-right .user-info .info-area {
  display: flex;
  align-items: center;
}

header .header-right .user-info .info-area .user-photo {
  margin-right: 0.5rem;
  height: 2rem;
  width: 2rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
}

header .header-right .user-info .info-area .user-photo i {
  padding: 0.25rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-text-opacity));
}

header .header-right .user-info .info-area > i {
  cursor: pointer;
}

header .header-right .user-info .user-toggle-area {
  position: absolute;
  right: 0px;
  display: none;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding: 1rem;
  top: 39px;
  width: 300px;
}

header .header-right .user-info .user-toggle-area .toggle-area-top {
  display: flex;
  align-items: center;
}

header .header-right .user-info .user-toggle-area .toggle-area-top .top-user-photo {
  position: relative;
  margin-right: 1.25rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  width: 74px;
  height: 74px;
}

header .header-right .user-info .user-toggle-area .toggle-area-top .top-user-photo button {
  position: absolute;
  right: -0.25rem;
  bottom: 0px;
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

header .header-right .user-info .user-toggle-area .toggle-area-top .top-user-photo button:hover {
  background: #f6f9fb;
}

header .header-right .user-info .user-toggle-area .toggle-area-top .top-user-photo button:focus {
  outline: none;
}

header .header-right .user-info .user-toggle-area .toggle-area-top .top-user-photo button i {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-text-opacity));
}

header .header-right .user-info .user-toggle-area .toggle-area-top .add-info button {
  line-height: normal;
  min-height: unset;
}

header .header-right .user-info .user-toggle-area .toggle-area-bottom {
  margin-top: 0.75rem;
  text-align: center;
}

header .header-right .user-info.on .info-area > i {
  transform: rotate(180deg);
}

header .header-right .user-info.on .user-toggle-area {
  display: block;
}

header .header-right .menu-link {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

header .header-right .menu-link .asideTooltip {
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-text-opacity));
}

header .header-right .menu-link .asideTooltip:hover {
  color: var(--text);
}

header .header-right .menu-link .asideTooltip:hover .tooltip-text {
  top: 1.75rem;
  left: -1rem;
}

header .header-right .menu-link .asideTooltip i {
  color: inherit;
}

header .header-right .menu-link > div button .tooltip-text {
  top: 2rem !important;
  left: -1rem !important;
}

header .header-right .menu-link > div button i {
  --tw-text-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-text-opacity));
}

header .header-right .menu-link > div button:focus {
  outline: unset !important;
}

header .header-right .menu-link > div button:focus i {
  color: var(--text);
}

header .header-right .menu-link > div button:hover i {
  color: var(--text);
}

header .header-right .menu-link > div > div {
  font-size: 14px;
}

/* 태블릿 호환 (1279px) */

@media (max-width: 1279px) {
  header {
    padding-left: 0px !important;
    z-index: 100;
  }

  header .mMnBar {
    display: inline-block;
    width: 80px;
    height: 48px;
  }

  /* 보안관제 mMnBar */

  header .mMnBar .rz-accordion-toggle-icon::before {
    font-size: 24px;
  }

  header .mMnBar .rz-accordion-toggle-icon.rzi-chevron-down::before {
    content:'close';
  }

  header .mMnBar .rz-accordion-toggle-icon.rzi-chevron-right::before {
    content: 'menu';
  }

  /* 로그인페이지 mMnBar */

  header .mMnBar .innerMnb {
    cursor: pointer;
    border-right-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
    text-align: center;
  }

  header .mMnBar .innerMnb i {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
    line-height: 48px;
  }

  header .mMnBar .innerMnb i#close {
    display: none;
  }

  header .mMnBar .innerMnb.on #menu {
    display: none;
  }

  header .mMnBar .innerMnb.on #close {
    display: block;
  }

  header .mMnBar .innerMnb:hover i {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  header .rz-profile-menu {
    z-index: 300;
  }

  header .m-menubar {
    display: inline-block;
  }
}

.logo {
  margin: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.logo a {
  text-align: -webkit-center;
}

input[type="checkbox"] + label {
  margin-right: 0.25rem;
  cursor: pointer;
  font-size: 14px;
}

input[type="checkbox"] + label.status__on-off::before {
  content: unset !important;
}

input[type="checkbox"].btnType + label {
  cursor: pointer;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.625rem;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-text-opacity));
}

input[type="checkbox"].btnType + label::before {
  all: unset;
}

input[type="checkbox"].btnType:checked + label {
  border-color: var(--primary);
  color: var(--primary);
}

/* custom radio */

input[type="radio"] + label {
  position: relative;
  cursor: pointer;
  padding-left: 0.25rem;
}

input[type="radio"] + label span {
  font-size: 12px;
}

/* 보안관제 radio 폼 */

.rz-radiobutton-box {
  height: 1rem;
  width: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(113, 113, 122, var(--tw-border-opacity));
}

.rz-radiobutton-box:hover:not(.rz-state-disabled) {
  border-width: 1px;
}

.rz-radiobutton-box.rz-state-active {
  border: 1px solid #0075ff;
}

.rz-radiobutton-box.rz-state-active:hover:not(.rz-state-disabled) {
  border: 1px solid #0075ff;
}

.rz-radiobutton-box.rz-state-active .rzi-circle-on {
  width: 8px;
  height: 8px;
  margin-top: .5px;
  background-color: #0075ff;
}

.rz-radiobutton-label {
  margin-top: -0.125rem;
  margin-right: 1rem;
  margin-left: 0.125rem;
}

/* 보안관제 테이블 토글 */

table.toggle tr {
  border-bottom-width: 0px;
}

table.toggle tr:nth-child(2n) td {
  border-top-width: 0px;
  padding: 0px;
}

table.toggle tr{
  position: relative;
}

table.toggle tr .rz-accordion {
  box-shadow: unset;
}

table.toggle tr .rz-accordion .rz-accordion-header {
  position: absolute;
  right: 0px;
  width: 20%;
  text-align: center;
  top: -1.85rem;
  background: unset;
}

table.toggle tr .rz-accordion .rz-accordion-header a[role='tab'] { /*토글아이콘영역*/
  display: block;
  padding: 0px;
}

table.toggle tr .rz-accordion .rz-accordion-header a[role='tab'] span {
  margin: 0px;
  height: 100%;
  width: 100%;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

table.toggle tr .rz-accordion .rz-accordion-header a[role='tab'] span::before {
  content: 'arrow_drop_down_circle';
  color: #b8b7bb;
}

table.toggle tr .rz-accordion .rz-accordion-header a[role='tab'] span.rzi-chevron-down  {
  background: rgba(162, 199, 245, 10%);
  transform: rotate(180deg);
}

table.toggle tr .rz-accordion .rz-accordion-header a[role='tab'] span.rzi-chevron-down::before {
  color: #178FE7;
}

table.toggle tr .rz-accordion-content-wrapper { /*토글내용영역*/
  width: 100%;
  border-top-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 1rem;
  text-align: left;
  background: rgba(162, 199, 245, 10%);
}

table.toggle tr .rz-accordion-content-wrapper .rz-accordion-content  {
  padding: 0px;
  font-size: 12px;
  background:unset;
}

table.toggle tr .rz-accordion-content-wrapper .rz-accordion-content div, table.toggle tr .rz-accordion-content-wrapper .rz-accordion-content span, table.toggle tr .rz-accordion-content-wrapper .rz-accordion-content p, table.toggle tr .rz-accordion-content-wrapper .rz-accordion-content a {
  font-size: inherit;
}

table.toggle tr .rz-accordion-content-wrapper::before {
  position: absolute;
  left: 0px;
  display: block;
  width: 80%;
  content: '';
  top: -1.85rem;
  height: 28px;
  background: rgba(162, 199, 245, 10%);
}

/* 기본 툴팁 */

.tooltip {
  cursor: default;
  opacity: 1;
  z-index: auto;
}

.tooltip .tooltip-text{
  visibility: hidden;
  position: absolute;
  height: auto;
  width: auto;
  border-radius: 0.5rem;
  border-width: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background: #fffaf0;
  color: #333;
  width: -moz-fit-content;
  width: fit-content;
  top: 25px;
  left: 0;
  z-index: 9;
}

.tooltip .tooltip-text.default {
  top: 0.625rem;
  left: 2rem;
  border-radius: 0.125rem;
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 14px;
}

.tooltip:hover .tooltip-text{
  visibility: visible;
}

/* 어사이드 메뉴에 배치된 툴팁 */

.asideTooltip .tooltip-text{
  visibility: hidden;
  position: absolute;
  height: auto;
  width: auto;
  white-space: nowrap;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-text-opacity));
  width: -moz-fit-content;
  width: fit-content;
  top: 0;
  left: 28px;
  line-height: 18px;
  z-index: 9;
}

.asideTooltip.logo .tooltip-text {
  top: 3rem;
  left: 4rem;
}

.asideTooltip:hover .tooltip-text{
  visibility: visible;
}

.data-loading {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
  z-index: 1004;
}

.data-loading div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.data-loading div p {
  margin-top: 0.5rem;
  font-size: 16px;
}

/* 기본 배경색상이 있는 박스 */

.bg-box {
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  padding: 1.5rem;
}

.bg-box.sm {
  padding: 1rem;
}

/* idcNewCs add */

/* 보안관제에서 사용중 */

.badgeArea {
  position: fixed;
  left: 0px;
  display: flex;
  width: 100%;
  align-items: center;
  white-space: nowrap;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  top: 96px;
  height: 49px;
  padding-left: 246px;
  background: var(--gray);
  transition: .4s ease;
  z-index: 98;
}

.badgeArea > section {
  display: flex;
}

.badgeArea > section div[class*="Badge"] {
  margin-right: 0.5rem;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  min-width: 5rem;
  opacity: .85;
  filter: grayscale(1);
}

.badgeArea > section div[class*="Badge"].blackBadge i, .badgeArea > section div[class*="Badge"].blackBadge span {
  opacity: .5;
}

.badgeArea > section div[class*="Badge"].greenBadge i, .badgeArea > section div[class*="Badge"].greenBadge span {
  opacity: .8;
}

.badgeArea > section div[class*="Badge"].pinkBadge i, .badgeArea > section div[class*="Badge"].pinkBadge img, .badgeArea > section div[class*="Badge"].pinkBadge span, .badgeArea > section div[class*="Badge"].redBadge i, .badgeArea > section div[class*="Badge"].redBadge img, .badgeArea > section div[class*="Badge"].redBadge span {
  opacity: .7;
}

.badgeArea > section div[class*="Badge"].mintBadge img, .badgeArea > section div[class*="Badge"].mintBadge span {
  opacity: .9;
}

.badgeArea > section div[class*="Badge"].blueBadge img, .badgeArea > section div[class*="Badge"].blueBadge span {
  opacity: .6;
}

.badgeArea > section div[class*="Badge"].active {
  position: relative;
  border: 1px solid var(--primary);
  opacity: 1;
  filter: unset;
}

.badgeArea > section div[class*="Badge"].active i, .badgeArea > section div[class*="Badge"].active img, .badgeArea > section div[class*="Badge"].active span {
  opacity: 1;
}

.badgeArea > section div[class*="Badge"].active::after {
  position: absolute;
  top: -0.375rem;
  right: -0.375rem;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-text-opacity));
  content:'x';
  line-height: 17px;
}

.badgeArea > section div[class*="Badge"]:hover {
  border: 1px solid var(--primary);
  opacity: 1;
  filter: unset;
}

.badgeArea > section div[class*="Badge"]:hover i, .badgeArea > section div[class*="Badge"]:hover img, .badgeArea > section div[class*="Badge"]:hover span {
  opacity: 1;
}

.badgeArea > section:first-child {
  margin-right: 0.5rem;
  padding-left: 1.5rem;
}

.badgeArea > section:first-child::after {
  height: 1.25rem;
  align-self: center;
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  content: '';
  width: 1px;
}

.badgeArea > section:first-child .Badge.active::after {
  content: unset;
}

/* 공용 Badge스타일 */

div[class*="Badge"] {
  font-size: 13px;
  line-height: 21px;
}

div[class*="Badge"] img, div[class*="Badge"] i{
  margin-right: 0.25rem;
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  font-size: 22px;
}

div[class*="Badge"] span {
  color: inherit;
  font-size: inherit;
  line-height: 24px;
}

div[class*="Badge"] span:nth-child(3) {
  margin-left: 0.5rem;
}

/* 테이블 안에 들어가는 작은 Badge (게시판 페이지에서 사용) */

span[class*="Badge"] {
  margin-left: 0.5rem;
  height: 1.5rem;
  border-radius: 9999px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 12px;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

span[class*="Badge"] i, span[class*="Badge"] .material-icons, span[class*="Badge"] .material-symbols-outlined {
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  line-height: inherit;
}

span[class*="Badge"].blackBadge {
  background: #4D4E54;
  border-color: #4D4E54;
}

span[class*="Badge"].yellowBadge {
  background: #FF9900;
  border-color: #FF9900;
}

span[class*="Badge"].greenBadge {
  background: #0ABB5B;
  border-color: #0ABB5B;
}

span[class*="Badge"].mintBadge {
  background: #00C0C0;
  border-color: #00C0C0;
}

span[class*="Badge"].blueBadge {
  background: #5654F5;
  border-color: #5654F5;
}

span[class*="Badge"].pinkBadge {
  background: #F74CFB;
  border-color: #F74CFB;
}

span[class*="Badge"].redBadge {
  background: #F95050;
  border-color: #F95050;
}

span[class*="Badge"].grayBadge {
  --tw-border-opacity: 1;
  border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
}

span[class*="Badge"].line {
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

span[class*="Badge"].line.blackBadge {
  color: #4D4E54;
}

span[class*="Badge"].line.yellowBadge {
  color: #FF9900;
}

span[class*="Badge"].line.greenBadge {
  color: #0ABB5B;
}

span[class*="Badge"].line.pinkBadge {
  color: #F74CFB;
}

span[class*="Badge"].line.mintBadge {
  color: #00C0C0;
}

span[class*="Badge"].line.blueBadge {
  color: #5654F5;
}

span[class*="Badge"].line.redBadge {
  color: #F95050;
}

span[class*="Badge"].line.grayBadge {
  --tw-border-opacity: 1;
  border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-text-opacity));
}

span[class*="Badge"].lg {
  display: inline-block;
  height: 1.75rem;
  line-height: 1.25rem;
}

span[class*="Badge"].xl {
  display: inline-block;
  height: 2rem;
  line-height: 1.5rem;
}

span[class*="Badge"].square {
  border-radius: 0.125rem;
}

.blackBadge {
  color: #4D4E54;
}

.yellowBadge {
  color: #FF9900;
}

.greenBadge {
  color: #0ABB5B;
}

.pinkBadge {
  color: #F74CFB;
}

.mintBadge {
  color: #00C0C0;
}

.blueBadge {
  color: #5654F5;
}

.redBadge {
  color: #F95050;
}

/* 보안관제 뱃지영역 태블릿 이하 버전 */

@media (max-width: 1279px) {
  .badgeArea {
    padding-left: 0px;
  }
}

/* 보안관제 팝업 */

.rz-dialog-wrapper .rz-dialog {
  height: -moz-fit-content !important;
  height: fit-content !important;
  min-height: 200px;
}

.rz-dialog-wrapper .rz-dialog .rz-dialog-titlebar {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #D4D4D8;
}

.rz-dialog-wrapper .rz-dialog .rz-dialog-titlebar .rz-dialog-title {
  font-size: 20px;
}

.rz-dialog-wrapper .rz-dialog .rz-dialog-titlebar .rz-dialog-titlebar-close span {
  font-size: 30px;
  line-height: 22px;
}

.rz-dialog-wrapper .rz-dialog-mask {
  background-color: rgba(0, 0, 0, 70%);
  opacity: 1;
}

/* 임직원전용 modal 추가 */

.modal-cm {
  min-width: unset;
}

.modal-cm header {
  position: relative;
  padding-left: 0px;
  height: 56px;
}

.modal-cm header .headerTitle {
  font-size: 20px;
  line-height: 56px;
}

.modal-cm .wrap {
  padding: 0px;
  height: unset;
}

.modal-cm .wrap .content {
  padding: 1rem;
  height: unset;
  background: var(--gray);
}

.modal-cm .wrap .modalArea {
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding: 2rem;
}

.modal-cm .top-select-area {
  position: absolute;
  top: 0px;
  line-height: 56px;
  z-index: 100;
}

.modal-cm .top-select-area select {
  margin-right: 0.5rem;
  min-width: 80px;
}

.modal-cm .top-select-area.list-tab {
  width: 100%;
  padding-left: 1rem;
  margin-left: -49px;
  height: 56px;
}

.modal-cm .top-select-area.list-tab li {
  height: 102%;
  line-height: 56px;
}

.modal-dialog .modal-cm {
  pointer-events: auto;
}

.modal-dialog .modal-cm header {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.modal-dialog .modal-cm header .headerTitle {
  vertical-align: text-top;
}

.modal-dialog .modal-cm .wrap {
  overflow: auto;
  max-height: 744px;
}

.modal-dialog .modal-cm .wrap .content {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  background: #EAEEF2;
}

.modal-dialog .modal-cm .modalArea {
  min-height: 312px;
}

.modal-dialog .modal-cm .modalArea section, .modal-dialog .modal-cm .modalArea div, .modal-dialog .modal-cm .modalArea input, .modal-dialog .modal-cm .modalArea select, .modal-dialog .modal-cm .modalArea radio, .modal-dialog .modal-cm .modalArea span, .modal-dialog .modal-cm .modalArea p, .modal-dialog .modal-cm .modalArea label {
  font-size: 14px;
}

.modal-dialog .modal-cm .modalArea table input, .modal-dialog .modal-cm .modalArea table select {
  font-size: 12px;
}

.modal-dialog .modal-cm .modalArea section div .btn-sm {
  font-size: 14px;
}

/* modal table 설정 */

.modal-dialog .modal-cm .modalArea table tr td input[type="text"], .modal-dialog .modal-cm .modalArea table tr td select {
  display: inline-block;
  height: 28px !important;
}

.modal-dialog .modal-cm .modalArea table tr td input[type="text"] ~ button, .modal-dialog .modal-cm .modalArea table tr td select ~ button {
  height: 28px;
}

.modal-dialog .modal-cm .modalArea table tr td label {
  margin: 0px;
  font-size: 14px;
}

/* root modal-wrap-height 설정 필요 */

.modal-dialog .modal-cm.h-fix-base {
  height: 800px;
}

.modal-dialog .modal-cm.h-fix-base .wrap {
  height: var(--modal-wrap-height) !important;
}

.modal-dialog .modal-cm.h-fix-base .wrap .content, .modal-dialog .modal-cm.h-fix-base .wrap .modalArea {
  height: 100%;
}

.modal-dialog .modal-cm.h-fix-base .wrap .modalArea {
  overflow: auto;
}

/* 테이블용 소팅 */

.sorting {
  cursor: pointer;
}

.sorting::after {
  margin-left: 0.25rem;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  content: '';
  width: 20px;
  height: 20px;
  margin-top: -2px;
  background: url('/img/sorting.png') no-repeat, 0, 0, fixed;
}

/* 클릭되었을 때 위의 화살표먼저 적용 */

.sorting.active::after {
  background: url('/img/sorting_active.png') no-repeat;
}

/* 아래 화살표 적용 */

.sorting.down::after {
  margin-top: 0px;
  margin-top: -2px;
  background: url('/img/sorting_active.png') no-repeat;
  transform: rotate(180deg);
}

/* 로그인 전 공통 박스 */

.totalBox {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  min-height: 310px;
}

.totalBox input {
  height: 2.5rem;
}

/* 로그인, 연동 및 2차인증 페이지 내 박스 */

.normal-box {
  margin-top: 1rem;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.normal-box.md {
  max-width: 600px;
}

.normal-box ul li {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  padding-bottom: 0.75rem;
}

.normal-box ul li:last-child {
  margin-bottom: unset;
  padding-bottom: unset;
  border-bottom: unset;
}

.normal-box ul li div {
  width: 33.333333%;
}

.normal-box ul li div:first-child span:first-child {
  display: inline-block;
  font-weight: 700;
  min-width: 50px;
}

/* 회원가입, 내 정보 공통 form */

.userInfo section .title {
  margin-bottom: 1.25rem;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  padding-bottom: 0.5rem;
}

.userInfo section div:not(.title) {
  position: relative;
  margin-bottom: 1.25rem;
  margin-left: 0.75rem;
  display: flex;
  align-items: center;
}

.userInfo section label {
  min-width: 82px;
}

.userInfo section input {
  width: 300px;
  height: 32px;
}

.userInfo section .tooltip {
  left: 2.25rem;
}

.userInfo section .matching label {
  position: relative;
}

.userInfo section .matching label::before {
  position: absolute;
  content: '생성';
  left: 334px;
  color: var(--yellow);
  white-space: nowrap;
}

.userInfo section .matching label::after {
  position: absolute;
  font-size: 20px;
  content: 'add_circle';
  left: 364px;
  color: var(--yellow);
  font-family: 'Material Icons';
}

.userInfo section .matching input {
  border-color: var(--yellow);
}

.userInfo section .matching.success label::before {
  content: '매칭';
  color: var(--green);
}

.userInfo section .matching.success label::after {
  content: 'check_circle';
  color: var(--green);
}

.userInfo section .matching.success input {
  border-color: var(--green);
}

.userInfo.myInfo .title {
  width: 50%;
}

/* 로그인, 비밀번호 찾기 */

.loginPage {
  margin-left: auto;
  margin-right: auto;
  margin-top: 7rem;
  max-width: 646px;
}

.loginPage > .title {
  margin-bottom: 2rem;
  text-align: center;
}

.loginPage > .title h2 {
  font-weight: 700;
}

.loginPage input {
  width: 100%;
}

/* 회원가입, 비밀번호리셋 */

.rigister, .resetPassword {
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
}

.rigister .totalBox, .resetPassword .totalBox {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.resetPassword .userInfo section label {
  min-width: 94px;
}

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

.hc-not-sr-only{
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

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

.focus-within\:hc-not-sr-only:focus-within{
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

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

.focus\:hc-not-sr-only:focus{
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.hc-pointer-events-none{
  pointer-events: none !important;
}

.hc-pointer-events-auto{
  pointer-events: auto !important;
}

.hc-visible{
  visibility: visible !important;
}

.hc-invisible{
  visibility: hidden !important;
}

.hc-static{
  position: static !important;
}

.hc-fixed{
  position: fixed !important;
}

.hc-absolute{
  position: absolute !important;
}

.hc-relative{
  position: relative !important;
}

.hc-sticky{
  position: sticky !important;
}

.hc-inset-0{
  top: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  left: 0px !important;
}

.hc-inset-1{
  top: 0.25rem !important;
  right: 0.25rem !important;
  bottom: 0.25rem !important;
  left: 0.25rem !important;
}

.hc-inset-2{
  top: 0.5rem !important;
  right: 0.5rem !important;
  bottom: 0.5rem !important;
  left: 0.5rem !important;
}

.hc-inset-3{
  top: 0.75rem !important;
  right: 0.75rem !important;
  bottom: 0.75rem !important;
  left: 0.75rem !important;
}

.hc-inset-4{
  top: 1rem !important;
  right: 1rem !important;
  bottom: 1rem !important;
  left: 1rem !important;
}

.hc-inset-5{
  top: 1.25rem !important;
  right: 1.25rem !important;
  bottom: 1.25rem !important;
  left: 1.25rem !important;
}

.hc-inset-6{
  top: 1.5rem !important;
  right: 1.5rem !important;
  bottom: 1.5rem !important;
  left: 1.5rem !important;
}

.hc-inset-7{
  top: 1.75rem !important;
  right: 1.75rem !important;
  bottom: 1.75rem !important;
  left: 1.75rem !important;
}

.hc-inset-8{
  top: 2rem !important;
  right: 2rem !important;
  bottom: 2rem !important;
  left: 2rem !important;
}

.hc-inset-9{
  top: 2.25rem !important;
  right: 2.25rem !important;
  bottom: 2.25rem !important;
  left: 2.25rem !important;
}

.hc-inset-10{
  top: 2.5rem !important;
  right: 2.5rem !important;
  bottom: 2.5rem !important;
  left: 2.5rem !important;
}

.hc-inset-11{
  top: 2.75rem !important;
  right: 2.75rem !important;
  bottom: 2.75rem !important;
  left: 2.75rem !important;
}

.hc-inset-12{
  top: 3rem !important;
  right: 3rem !important;
  bottom: 3rem !important;
  left: 3rem !important;
}

.hc-inset-14{
  top: 3.5rem !important;
  right: 3.5rem !important;
  bottom: 3.5rem !important;
  left: 3.5rem !important;
}

.hc-inset-16{
  top: 4rem !important;
  right: 4rem !important;
  bottom: 4rem !important;
  left: 4rem !important;
}

.hc-inset-20{
  top: 5rem !important;
  right: 5rem !important;
  bottom: 5rem !important;
  left: 5rem !important;
}

.hc-inset-24{
  top: 6rem !important;
  right: 6rem !important;
  bottom: 6rem !important;
  left: 6rem !important;
}

.hc-inset-28{
  top: 7rem !important;
  right: 7rem !important;
  bottom: 7rem !important;
  left: 7rem !important;
}

.hc-inset-32{
  top: 8rem !important;
  right: 8rem !important;
  bottom: 8rem !important;
  left: 8rem !important;
}

.hc-inset-36{
  top: 9rem !important;
  right: 9rem !important;
  bottom: 9rem !important;
  left: 9rem !important;
}

.hc-inset-40{
  top: 10rem !important;
  right: 10rem !important;
  bottom: 10rem !important;
  left: 10rem !important;
}

.hc-inset-44{
  top: 11rem !important;
  right: 11rem !important;
  bottom: 11rem !important;
  left: 11rem !important;
}

.hc-inset-48{
  top: 12rem !important;
  right: 12rem !important;
  bottom: 12rem !important;
  left: 12rem !important;
}

.hc-inset-52{
  top: 13rem !important;
  right: 13rem !important;
  bottom: 13rem !important;
  left: 13rem !important;
}

.hc-inset-56{
  top: 14rem !important;
  right: 14rem !important;
  bottom: 14rem !important;
  left: 14rem !important;
}

.hc-inset-60{
  top: 15rem !important;
  right: 15rem !important;
  bottom: 15rem !important;
  left: 15rem !important;
}

.hc-inset-64{
  top: 16rem !important;
  right: 16rem !important;
  bottom: 16rem !important;
  left: 16rem !important;
}

.hc-inset-72{
  top: 18rem !important;
  right: 18rem !important;
  bottom: 18rem !important;
  left: 18rem !important;
}

.hc-inset-80{
  top: 20rem !important;
  right: 20rem !important;
  bottom: 20rem !important;
  left: 20rem !important;
}

.hc-inset-96{
  top: 24rem !important;
  right: 24rem !important;
  bottom: 24rem !important;
  left: 24rem !important;
}

.hc-inset-128{
  top: 32rem !important;
  right: 32rem !important;
  bottom: 32rem !important;
  left: 32rem !important;
}

.hc-inset-144{
  top: 44rem !important;
  right: 44rem !important;
  bottom: 44rem !important;
  left: 44rem !important;
}

.hc-inset-900{
  top: 900px !important;
  right: 900px !important;
  bottom: 900px !important;
  left: 900px !important;
}

.hc-inset-auto{
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
}

.hc-inset-px{
  top: 1px !important;
  right: 1px !important;
  bottom: 1px !important;
  left: 1px !important;
}

.hc-inset-0\.5{
  top: 0.125rem !important;
  right: 0.125rem !important;
  bottom: 0.125rem !important;
  left: 0.125rem !important;
}

.hc-inset-1\.5{
  top: 0.375rem !important;
  right: 0.375rem !important;
  bottom: 0.375rem !important;
  left: 0.375rem !important;
}

.hc-inset-2\.5{
  top: 0.625rem !important;
  right: 0.625rem !important;
  bottom: 0.625rem !important;
  left: 0.625rem !important;
}

.hc-inset-3\.5{
  top: 0.875rem !important;
  right: 0.875rem !important;
  bottom: 0.875rem !important;
  left: 0.875rem !important;
}

.hc--inset-0{
  top: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  left: 0px !important;
}

.hc--inset-1{
  top: -0.25rem !important;
  right: -0.25rem !important;
  bottom: -0.25rem !important;
  left: -0.25rem !important;
}

.hc--inset-2{
  top: -0.5rem !important;
  right: -0.5rem !important;
  bottom: -0.5rem !important;
  left: -0.5rem !important;
}

.hc--inset-3{
  top: -0.75rem !important;
  right: -0.75rem !important;
  bottom: -0.75rem !important;
  left: -0.75rem !important;
}

.hc--inset-4{
  top: -1rem !important;
  right: -1rem !important;
  bottom: -1rem !important;
  left: -1rem !important;
}

.hc--inset-5{
  top: -1.25rem !important;
  right: -1.25rem !important;
  bottom: -1.25rem !important;
  left: -1.25rem !important;
}

.hc--inset-6{
  top: -1.5rem !important;
  right: -1.5rem !important;
  bottom: -1.5rem !important;
  left: -1.5rem !important;
}

.hc--inset-7{
  top: -1.75rem !important;
  right: -1.75rem !important;
  bottom: -1.75rem !important;
  left: -1.75rem !important;
}

.hc--inset-8{
  top: -2rem !important;
  right: -2rem !important;
  bottom: -2rem !important;
  left: -2rem !important;
}

.hc--inset-9{
  top: -2.25rem !important;
  right: -2.25rem !important;
  bottom: -2.25rem !important;
  left: -2.25rem !important;
}

.hc--inset-10{
  top: -2.5rem !important;
  right: -2.5rem !important;
  bottom: -2.5rem !important;
  left: -2.5rem !important;
}

.hc--inset-11{
  top: -2.75rem !important;
  right: -2.75rem !important;
  bottom: -2.75rem !important;
  left: -2.75rem !important;
}

.hc--inset-12{
  top: -3rem !important;
  right: -3rem !important;
  bottom: -3rem !important;
  left: -3rem !important;
}

.hc--inset-14{
  top: -3.5rem !important;
  right: -3.5rem !important;
  bottom: -3.5rem !important;
  left: -3.5rem !important;
}

.hc--inset-16{
  top: -4rem !important;
  right: -4rem !important;
  bottom: -4rem !important;
  left: -4rem !important;
}

.hc--inset-20{
  top: -5rem !important;
  right: -5rem !important;
  bottom: -5rem !important;
  left: -5rem !important;
}

.hc--inset-24{
  top: -6rem !important;
  right: -6rem !important;
  bottom: -6rem !important;
  left: -6rem !important;
}

.hc--inset-28{
  top: -7rem !important;
  right: -7rem !important;
  bottom: -7rem !important;
  left: -7rem !important;
}

.hc--inset-32{
  top: -8rem !important;
  right: -8rem !important;
  bottom: -8rem !important;
  left: -8rem !important;
}

.hc--inset-36{
  top: -9rem !important;
  right: -9rem !important;
  bottom: -9rem !important;
  left: -9rem !important;
}

.hc--inset-40{
  top: -10rem !important;
  right: -10rem !important;
  bottom: -10rem !important;
  left: -10rem !important;
}

.hc--inset-44{
  top: -11rem !important;
  right: -11rem !important;
  bottom: -11rem !important;
  left: -11rem !important;
}

.hc--inset-48{
  top: -12rem !important;
  right: -12rem !important;
  bottom: -12rem !important;
  left: -12rem !important;
}

.hc--inset-52{
  top: -13rem !important;
  right: -13rem !important;
  bottom: -13rem !important;
  left: -13rem !important;
}

.hc--inset-56{
  top: -14rem !important;
  right: -14rem !important;
  bottom: -14rem !important;
  left: -14rem !important;
}

.hc--inset-60{
  top: -15rem !important;
  right: -15rem !important;
  bottom: -15rem !important;
  left: -15rem !important;
}

.hc--inset-64{
  top: -16rem !important;
  right: -16rem !important;
  bottom: -16rem !important;
  left: -16rem !important;
}

.hc--inset-72{
  top: -18rem !important;
  right: -18rem !important;
  bottom: -18rem !important;
  left: -18rem !important;
}

.hc--inset-80{
  top: -20rem !important;
  right: -20rem !important;
  bottom: -20rem !important;
  left: -20rem !important;
}

.hc--inset-96{
  top: -24rem !important;
  right: -24rem !important;
  bottom: -24rem !important;
  left: -24rem !important;
}

.hc--inset-128{
  top: -32rem !important;
  right: -32rem !important;
  bottom: -32rem !important;
  left: -32rem !important;
}

.hc--inset-144{
  top: -44rem !important;
  right: -44rem !important;
  bottom: -44rem !important;
  left: -44rem !important;
}

.hc--inset-900{
  top: -900px !important;
  right: -900px !important;
  bottom: -900px !important;
  left: -900px !important;
}

.hc--inset-px{
  top: -1px !important;
  right: -1px !important;
  bottom: -1px !important;
  left: -1px !important;
}

.hc--inset-0\.5{
  top: -0.125rem !important;
  right: -0.125rem !important;
  bottom: -0.125rem !important;
  left: -0.125rem !important;
}

.hc--inset-1\.5{
  top: -0.375rem !important;
  right: -0.375rem !important;
  bottom: -0.375rem !important;
  left: -0.375rem !important;
}

.hc--inset-2\.5{
  top: -0.625rem !important;
  right: -0.625rem !important;
  bottom: -0.625rem !important;
  left: -0.625rem !important;
}

.hc--inset-3\.5{
  top: -0.875rem !important;
  right: -0.875rem !important;
  bottom: -0.875rem !important;
  left: -0.875rem !important;
}

.hc-inset-1\/2{
  top: 50% !important;
  right: 50% !important;
  bottom: 50% !important;
  left: 50% !important;
}

.hc-inset-1\/3{
  top: 33.333333% !important;
  right: 33.333333% !important;
  bottom: 33.333333% !important;
  left: 33.333333% !important;
}

.hc-inset-2\/3{
  top: 66.666667% !important;
  right: 66.666667% !important;
  bottom: 66.666667% !important;
  left: 66.666667% !important;
}

.hc-inset-1\/4{
  top: 25% !important;
  right: 25% !important;
  bottom: 25% !important;
  left: 25% !important;
}

.hc-inset-2\/4{
  top: 50% !important;
  right: 50% !important;
  bottom: 50% !important;
  left: 50% !important;
}

.hc-inset-3\/4{
  top: 75% !important;
  right: 75% !important;
  bottom: 75% !important;
  left: 75% !important;
}

.hc-inset-full{
  top: 100% !important;
  right: 100% !important;
  bottom: 100% !important;
  left: 100% !important;
}

.hc--inset-1\/2{
  top: -50% !important;
  right: -50% !important;
  bottom: -50% !important;
  left: -50% !important;
}

.hc--inset-1\/3{
  top: -33.333333% !important;
  right: -33.333333% !important;
  bottom: -33.333333% !important;
  left: -33.333333% !important;
}

.hc--inset-2\/3{
  top: -66.666667% !important;
  right: -66.666667% !important;
  bottom: -66.666667% !important;
  left: -66.666667% !important;
}

.hc--inset-1\/4{
  top: -25% !important;
  right: -25% !important;
  bottom: -25% !important;
  left: -25% !important;
}

.hc--inset-2\/4{
  top: -50% !important;
  right: -50% !important;
  bottom: -50% !important;
  left: -50% !important;
}

.hc--inset-3\/4{
  top: -75% !important;
  right: -75% !important;
  bottom: -75% !important;
  left: -75% !important;
}

.hc--inset-full{
  top: -100% !important;
  right: -100% !important;
  bottom: -100% !important;
  left: -100% !important;
}

.hc-inset-x-0{
  left: 0px !important;
  right: 0px !important;
}

.hc-inset-x-1{
  left: 0.25rem !important;
  right: 0.25rem !important;
}

.hc-inset-x-2{
  left: 0.5rem !important;
  right: 0.5rem !important;
}

.hc-inset-x-3{
  left: 0.75rem !important;
  right: 0.75rem !important;
}

.hc-inset-x-4{
  left: 1rem !important;
  right: 1rem !important;
}

.hc-inset-x-5{
  left: 1.25rem !important;
  right: 1.25rem !important;
}

.hc-inset-x-6{
  left: 1.5rem !important;
  right: 1.5rem !important;
}

.hc-inset-x-7{
  left: 1.75rem !important;
  right: 1.75rem !important;
}

.hc-inset-x-8{
  left: 2rem !important;
  right: 2rem !important;
}

.hc-inset-x-9{
  left: 2.25rem !important;
  right: 2.25rem !important;
}

.hc-inset-x-10{
  left: 2.5rem !important;
  right: 2.5rem !important;
}

.hc-inset-x-11{
  left: 2.75rem !important;
  right: 2.75rem !important;
}

.hc-inset-x-12{
  left: 3rem !important;
  right: 3rem !important;
}

.hc-inset-x-14{
  left: 3.5rem !important;
  right: 3.5rem !important;
}

.hc-inset-x-16{
  left: 4rem !important;
  right: 4rem !important;
}

.hc-inset-x-20{
  left: 5rem !important;
  right: 5rem !important;
}

.hc-inset-x-24{
  left: 6rem !important;
  right: 6rem !important;
}

.hc-inset-x-28{
  left: 7rem !important;
  right: 7rem !important;
}

.hc-inset-x-32{
  left: 8rem !important;
  right: 8rem !important;
}

.hc-inset-x-36{
  left: 9rem !important;
  right: 9rem !important;
}

.hc-inset-x-40{
  left: 10rem !important;
  right: 10rem !important;
}

.hc-inset-x-44{
  left: 11rem !important;
  right: 11rem !important;
}

.hc-inset-x-48{
  left: 12rem !important;
  right: 12rem !important;
}

.hc-inset-x-52{
  left: 13rem !important;
  right: 13rem !important;
}

.hc-inset-x-56{
  left: 14rem !important;
  right: 14rem !important;
}

.hc-inset-x-60{
  left: 15rem !important;
  right: 15rem !important;
}

.hc-inset-x-64{
  left: 16rem !important;
  right: 16rem !important;
}

.hc-inset-x-72{
  left: 18rem !important;
  right: 18rem !important;
}

.hc-inset-x-80{
  left: 20rem !important;
  right: 20rem !important;
}

.hc-inset-x-96{
  left: 24rem !important;
  right: 24rem !important;
}

.hc-inset-x-128{
  left: 32rem !important;
  right: 32rem !important;
}

.hc-inset-x-144{
  left: 44rem !important;
  right: 44rem !important;
}

.hc-inset-x-900{
  left: 900px !important;
  right: 900px !important;
}

.hc-inset-x-auto{
  left: auto !important;
  right: auto !important;
}

.hc-inset-x-px{
  left: 1px !important;
  right: 1px !important;
}

.hc-inset-x-0\.5{
  left: 0.125rem !important;
  right: 0.125rem !important;
}

.hc-inset-x-1\.5{
  left: 0.375rem !important;
  right: 0.375rem !important;
}

.hc-inset-x-2\.5{
  left: 0.625rem !important;
  right: 0.625rem !important;
}

.hc-inset-x-3\.5{
  left: 0.875rem !important;
  right: 0.875rem !important;
}

.hc--inset-x-0{
  left: 0px !important;
  right: 0px !important;
}

.hc--inset-x-1{
  left: -0.25rem !important;
  right: -0.25rem !important;
}

.hc--inset-x-2{
  left: -0.5rem !important;
  right: -0.5rem !important;
}

.hc--inset-x-3{
  left: -0.75rem !important;
  right: -0.75rem !important;
}

.hc--inset-x-4{
  left: -1rem !important;
  right: -1rem !important;
}

.hc--inset-x-5{
  left: -1.25rem !important;
  right: -1.25rem !important;
}

.hc--inset-x-6{
  left: -1.5rem !important;
  right: -1.5rem !important;
}

.hc--inset-x-7{
  left: -1.75rem !important;
  right: -1.75rem !important;
}

.hc--inset-x-8{
  left: -2rem !important;
  right: -2rem !important;
}

.hc--inset-x-9{
  left: -2.25rem !important;
  right: -2.25rem !important;
}

.hc--inset-x-10{
  left: -2.5rem !important;
  right: -2.5rem !important;
}

.hc--inset-x-11{
  left: -2.75rem !important;
  right: -2.75rem !important;
}

.hc--inset-x-12{
  left: -3rem !important;
  right: -3rem !important;
}

.hc--inset-x-14{
  left: -3.5rem !important;
  right: -3.5rem !important;
}

.hc--inset-x-16{
  left: -4rem !important;
  right: -4rem !important;
}

.hc--inset-x-20{
  left: -5rem !important;
  right: -5rem !important;
}

.hc--inset-x-24{
  left: -6rem !important;
  right: -6rem !important;
}

.hc--inset-x-28{
  left: -7rem !important;
  right: -7rem !important;
}

.hc--inset-x-32{
  left: -8rem !important;
  right: -8rem !important;
}

.hc--inset-x-36{
  left: -9rem !important;
  right: -9rem !important;
}

.hc--inset-x-40{
  left: -10rem !important;
  right: -10rem !important;
}

.hc--inset-x-44{
  left: -11rem !important;
  right: -11rem !important;
}

.hc--inset-x-48{
  left: -12rem !important;
  right: -12rem !important;
}

.hc--inset-x-52{
  left: -13rem !important;
  right: -13rem !important;
}

.hc--inset-x-56{
  left: -14rem !important;
  right: -14rem !important;
}

.hc--inset-x-60{
  left: -15rem !important;
  right: -15rem !important;
}

.hc--inset-x-64{
  left: -16rem !important;
  right: -16rem !important;
}

.hc--inset-x-72{
  left: -18rem !important;
  right: -18rem !important;
}

.hc--inset-x-80{
  left: -20rem !important;
  right: -20rem !important;
}

.hc--inset-x-96{
  left: -24rem !important;
  right: -24rem !important;
}

.hc--inset-x-128{
  left: -32rem !important;
  right: -32rem !important;
}

.hc--inset-x-144{
  left: -44rem !important;
  right: -44rem !important;
}

.hc--inset-x-900{
  left: -900px !important;
  right: -900px !important;
}

.hc--inset-x-px{
  left: -1px !important;
  right: -1px !important;
}

.hc--inset-x-0\.5{
  left: -0.125rem !important;
  right: -0.125rem !important;
}

.hc--inset-x-1\.5{
  left: -0.375rem !important;
  right: -0.375rem !important;
}

.hc--inset-x-2\.5{
  left: -0.625rem !important;
  right: -0.625rem !important;
}

.hc--inset-x-3\.5{
  left: -0.875rem !important;
  right: -0.875rem !important;
}

.hc-inset-x-1\/2{
  left: 50% !important;
  right: 50% !important;
}

.hc-inset-x-1\/3{
  left: 33.333333% !important;
  right: 33.333333% !important;
}

.hc-inset-x-2\/3{
  left: 66.666667% !important;
  right: 66.666667% !important;
}

.hc-inset-x-1\/4{
  left: 25% !important;
  right: 25% !important;
}

.hc-inset-x-2\/4{
  left: 50% !important;
  right: 50% !important;
}

.hc-inset-x-3\/4{
  left: 75% !important;
  right: 75% !important;
}

.hc-inset-x-full{
  left: 100% !important;
  right: 100% !important;
}

.hc--inset-x-1\/2{
  left: -50% !important;
  right: -50% !important;
}

.hc--inset-x-1\/3{
  left: -33.333333% !important;
  right: -33.333333% !important;
}

.hc--inset-x-2\/3{
  left: -66.666667% !important;
  right: -66.666667% !important;
}

.hc--inset-x-1\/4{
  left: -25% !important;
  right: -25% !important;
}

.hc--inset-x-2\/4{
  left: -50% !important;
  right: -50% !important;
}

.hc--inset-x-3\/4{
  left: -75% !important;
  right: -75% !important;
}

.hc--inset-x-full{
  left: -100% !important;
  right: -100% !important;
}

.hc-inset-y-0{
  top: 0px !important;
  bottom: 0px !important;
}

.hc-inset-y-1{
  top: 0.25rem !important;
  bottom: 0.25rem !important;
}

.hc-inset-y-2{
  top: 0.5rem !important;
  bottom: 0.5rem !important;
}

.hc-inset-y-3{
  top: 0.75rem !important;
  bottom: 0.75rem !important;
}

.hc-inset-y-4{
  top: 1rem !important;
  bottom: 1rem !important;
}

.hc-inset-y-5{
  top: 1.25rem !important;
  bottom: 1.25rem !important;
}

.hc-inset-y-6{
  top: 1.5rem !important;
  bottom: 1.5rem !important;
}

.hc-inset-y-7{
  top: 1.75rem !important;
  bottom: 1.75rem !important;
}

.hc-inset-y-8{
  top: 2rem !important;
  bottom: 2rem !important;
}

.hc-inset-y-9{
  top: 2.25rem !important;
  bottom: 2.25rem !important;
}

.hc-inset-y-10{
  top: 2.5rem !important;
  bottom: 2.5rem !important;
}

.hc-inset-y-11{
  top: 2.75rem !important;
  bottom: 2.75rem !important;
}

.hc-inset-y-12{
  top: 3rem !important;
  bottom: 3rem !important;
}

.hc-inset-y-14{
  top: 3.5rem !important;
  bottom: 3.5rem !important;
}

.hc-inset-y-16{
  top: 4rem !important;
  bottom: 4rem !important;
}

.hc-inset-y-20{
  top: 5rem !important;
  bottom: 5rem !important;
}

.hc-inset-y-24{
  top: 6rem !important;
  bottom: 6rem !important;
}

.hc-inset-y-28{
  top: 7rem !important;
  bottom: 7rem !important;
}

.hc-inset-y-32{
  top: 8rem !important;
  bottom: 8rem !important;
}

.hc-inset-y-36{
  top: 9rem !important;
  bottom: 9rem !important;
}

.hc-inset-y-40{
  top: 10rem !important;
  bottom: 10rem !important;
}

.hc-inset-y-44{
  top: 11rem !important;
  bottom: 11rem !important;
}

.hc-inset-y-48{
  top: 12rem !important;
  bottom: 12rem !important;
}

.hc-inset-y-52{
  top: 13rem !important;
  bottom: 13rem !important;
}

.hc-inset-y-56{
  top: 14rem !important;
  bottom: 14rem !important;
}

.hc-inset-y-60{
  top: 15rem !important;
  bottom: 15rem !important;
}

.hc-inset-y-64{
  top: 16rem !important;
  bottom: 16rem !important;
}

.hc-inset-y-72{
  top: 18rem !important;
  bottom: 18rem !important;
}

.hc-inset-y-80{
  top: 20rem !important;
  bottom: 20rem !important;
}

.hc-inset-y-96{
  top: 24rem !important;
  bottom: 24rem !important;
}

.hc-inset-y-128{
  top: 32rem !important;
  bottom: 32rem !important;
}

.hc-inset-y-144{
  top: 44rem !important;
  bottom: 44rem !important;
}

.hc-inset-y-900{
  top: 900px !important;
  bottom: 900px !important;
}

.hc-inset-y-auto{
  top: auto !important;
  bottom: auto !important;
}

.hc-inset-y-px{
  top: 1px !important;
  bottom: 1px !important;
}

.hc-inset-y-0\.5{
  top: 0.125rem !important;
  bottom: 0.125rem !important;
}

.hc-inset-y-1\.5{
  top: 0.375rem !important;
  bottom: 0.375rem !important;
}

.hc-inset-y-2\.5{
  top: 0.625rem !important;
  bottom: 0.625rem !important;
}

.hc-inset-y-3\.5{
  top: 0.875rem !important;
  bottom: 0.875rem !important;
}

.hc--inset-y-0{
  top: 0px !important;
  bottom: 0px !important;
}

.hc--inset-y-1{
  top: -0.25rem !important;
  bottom: -0.25rem !important;
}

.hc--inset-y-2{
  top: -0.5rem !important;
  bottom: -0.5rem !important;
}

.hc--inset-y-3{
  top: -0.75rem !important;
  bottom: -0.75rem !important;
}

.hc--inset-y-4{
  top: -1rem !important;
  bottom: -1rem !important;
}

.hc--inset-y-5{
  top: -1.25rem !important;
  bottom: -1.25rem !important;
}

.hc--inset-y-6{
  top: -1.5rem !important;
  bottom: -1.5rem !important;
}

.hc--inset-y-7{
  top: -1.75rem !important;
  bottom: -1.75rem !important;
}

.hc--inset-y-8{
  top: -2rem !important;
  bottom: -2rem !important;
}

.hc--inset-y-9{
  top: -2.25rem !important;
  bottom: -2.25rem !important;
}

.hc--inset-y-10{
  top: -2.5rem !important;
  bottom: -2.5rem !important;
}

.hc--inset-y-11{
  top: -2.75rem !important;
  bottom: -2.75rem !important;
}

.hc--inset-y-12{
  top: -3rem !important;
  bottom: -3rem !important;
}

.hc--inset-y-14{
  top: -3.5rem !important;
  bottom: -3.5rem !important;
}

.hc--inset-y-16{
  top: -4rem !important;
  bottom: -4rem !important;
}

.hc--inset-y-20{
  top: -5rem !important;
  bottom: -5rem !important;
}

.hc--inset-y-24{
  top: -6rem !important;
  bottom: -6rem !important;
}

.hc--inset-y-28{
  top: -7rem !important;
  bottom: -7rem !important;
}

.hc--inset-y-32{
  top: -8rem !important;
  bottom: -8rem !important;
}

.hc--inset-y-36{
  top: -9rem !important;
  bottom: -9rem !important;
}

.hc--inset-y-40{
  top: -10rem !important;
  bottom: -10rem !important;
}

.hc--inset-y-44{
  top: -11rem !important;
  bottom: -11rem !important;
}

.hc--inset-y-48{
  top: -12rem !important;
  bottom: -12rem !important;
}

.hc--inset-y-52{
  top: -13rem !important;
  bottom: -13rem !important;
}

.hc--inset-y-56{
  top: -14rem !important;
  bottom: -14rem !important;
}

.hc--inset-y-60{
  top: -15rem !important;
  bottom: -15rem !important;
}

.hc--inset-y-64{
  top: -16rem !important;
  bottom: -16rem !important;
}

.hc--inset-y-72{
  top: -18rem !important;
  bottom: -18rem !important;
}

.hc--inset-y-80{
  top: -20rem !important;
  bottom: -20rem !important;
}

.hc--inset-y-96{
  top: -24rem !important;
  bottom: -24rem !important;
}

.hc--inset-y-128{
  top: -32rem !important;
  bottom: -32rem !important;
}

.hc--inset-y-144{
  top: -44rem !important;
  bottom: -44rem !important;
}

.hc--inset-y-900{
  top: -900px !important;
  bottom: -900px !important;
}

.hc--inset-y-px{
  top: -1px !important;
  bottom: -1px !important;
}

.hc--inset-y-0\.5{
  top: -0.125rem !important;
  bottom: -0.125rem !important;
}

.hc--inset-y-1\.5{
  top: -0.375rem !important;
  bottom: -0.375rem !important;
}

.hc--inset-y-2\.5{
  top: -0.625rem !important;
  bottom: -0.625rem !important;
}

.hc--inset-y-3\.5{
  top: -0.875rem !important;
  bottom: -0.875rem !important;
}

.hc-inset-y-1\/2{
  top: 50% !important;
  bottom: 50% !important;
}

.hc-inset-y-1\/3{
  top: 33.333333% !important;
  bottom: 33.333333% !important;
}

.hc-inset-y-2\/3{
  top: 66.666667% !important;
  bottom: 66.666667% !important;
}

.hc-inset-y-1\/4{
  top: 25% !important;
  bottom: 25% !important;
}

.hc-inset-y-2\/4{
  top: 50% !important;
  bottom: 50% !important;
}

.hc-inset-y-3\/4{
  top: 75% !important;
  bottom: 75% !important;
}

.hc-inset-y-full{
  top: 100% !important;
  bottom: 100% !important;
}

.hc--inset-y-1\/2{
  top: -50% !important;
  bottom: -50% !important;
}

.hc--inset-y-1\/3{
  top: -33.333333% !important;
  bottom: -33.333333% !important;
}

.hc--inset-y-2\/3{
  top: -66.666667% !important;
  bottom: -66.666667% !important;
}

.hc--inset-y-1\/4{
  top: -25% !important;
  bottom: -25% !important;
}

.hc--inset-y-2\/4{
  top: -50% !important;
  bottom: -50% !important;
}

.hc--inset-y-3\/4{
  top: -75% !important;
  bottom: -75% !important;
}

.hc--inset-y-full{
  top: -100% !important;
  bottom: -100% !important;
}

.hc-top-0{
  top: 0px !important;
}

.hc-top-1{
  top: 0.25rem !important;
}

.hc-top-2{
  top: 0.5rem !important;
}

.hc-top-3{
  top: 0.75rem !important;
}

.hc-top-4{
  top: 1rem !important;
}

.hc-top-5{
  top: 1.25rem !important;
}

.hc-top-6{
  top: 1.5rem !important;
}

.hc-top-7{
  top: 1.75rem !important;
}

.hc-top-8{
  top: 2rem !important;
}

.hc-top-9{
  top: 2.25rem !important;
}

.hc-top-10{
  top: 2.5rem !important;
}

.hc-top-11{
  top: 2.75rem !important;
}

.hc-top-12{
  top: 3rem !important;
}

.hc-top-14{
  top: 3.5rem !important;
}

.hc-top-16{
  top: 4rem !important;
}

.hc-top-20{
  top: 5rem !important;
}

.hc-top-24{
  top: 6rem !important;
}

.hc-top-28{
  top: 7rem !important;
}

.hc-top-32{
  top: 8rem !important;
}

.hc-top-36{
  top: 9rem !important;
}

.hc-top-40{
  top: 10rem !important;
}

.hc-top-44{
  top: 11rem !important;
}

.hc-top-48{
  top: 12rem !important;
}

.hc-top-52{
  top: 13rem !important;
}

.hc-top-56{
  top: 14rem !important;
}

.hc-top-60{
  top: 15rem !important;
}

.hc-top-64{
  top: 16rem !important;
}

.hc-top-72{
  top: 18rem !important;
}

.hc-top-80{
  top: 20rem !important;
}

.hc-top-96{
  top: 24rem !important;
}

.hc-top-128{
  top: 32rem !important;
}

.hc-top-144{
  top: 44rem !important;
}

.hc-top-900{
  top: 900px !important;
}

.hc-top-auto{
  top: auto !important;
}

.hc-top-px{
  top: 1px !important;
}

.hc-top-0\.5{
  top: 0.125rem !important;
}

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

.hc-top-2\.5{
  top: 0.625rem !important;
}

.hc-top-3\.5{
  top: 0.875rem !important;
}

.hc--top-0{
  top: 0px !important;
}

.hc--top-1{
  top: -0.25rem !important;
}

.hc--top-2{
  top: -0.5rem !important;
}

.hc--top-3{
  top: -0.75rem !important;
}

.hc--top-4{
  top: -1rem !important;
}

.hc--top-5{
  top: -1.25rem !important;
}

.hc--top-6{
  top: -1.5rem !important;
}

.hc--top-7{
  top: -1.75rem !important;
}

.hc--top-8{
  top: -2rem !important;
}

.hc--top-9{
  top: -2.25rem !important;
}

.hc--top-10{
  top: -2.5rem !important;
}

.hc--top-11{
  top: -2.75rem !important;
}

.hc--top-12{
  top: -3rem !important;
}

.hc--top-14{
  top: -3.5rem !important;
}

.hc--top-16{
  top: -4rem !important;
}

.hc--top-20{
  top: -5rem !important;
}

.hc--top-24{
  top: -6rem !important;
}

.hc--top-28{
  top: -7rem !important;
}

.hc--top-32{
  top: -8rem !important;
}

.hc--top-36{
  top: -9rem !important;
}

.hc--top-40{
  top: -10rem !important;
}

.hc--top-44{
  top: -11rem !important;
}

.hc--top-48{
  top: -12rem !important;
}

.hc--top-52{
  top: -13rem !important;
}

.hc--top-56{
  top: -14rem !important;
}

.hc--top-60{
  top: -15rem !important;
}

.hc--top-64{
  top: -16rem !important;
}

.hc--top-72{
  top: -18rem !important;
}

.hc--top-80{
  top: -20rem !important;
}

.hc--top-96{
  top: -24rem !important;
}

.hc--top-128{
  top: -32rem !important;
}

.hc--top-144{
  top: -44rem !important;
}

.hc--top-900{
  top: -900px !important;
}

.hc--top-px{
  top: -1px !important;
}

.hc--top-0\.5{
  top: -0.125rem !important;
}

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

.hc--top-2\.5{
  top: -0.625rem !important;
}

.hc--top-3\.5{
  top: -0.875rem !important;
}

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

.hc-top-1\/3{
  top: 33.333333% !important;
}

.hc-top-2\/3{
  top: 66.666667% !important;
}

.hc-top-1\/4{
  top: 25% !important;
}

.hc-top-2\/4{
  top: 50% !important;
}

.hc-top-3\/4{
  top: 75% !important;
}

.hc-top-full{
  top: 100% !important;
}

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

.hc--top-1\/3{
  top: -33.333333% !important;
}

.hc--top-2\/3{
  top: -66.666667% !important;
}

.hc--top-1\/4{
  top: -25% !important;
}

.hc--top-2\/4{
  top: -50% !important;
}

.hc--top-3\/4{
  top: -75% !important;
}

.hc--top-full{
  top: -100% !important;
}

.hc-right-0{
  right: 0px !important;
}

.hc-right-1{
  right: 0.25rem !important;
}

.hc-right-2{
  right: 0.5rem !important;
}

.hc-right-3{
  right: 0.75rem !important;
}

.hc-right-4{
  right: 1rem !important;
}

.hc-right-5{
  right: 1.25rem !important;
}

.hc-right-6{
  right: 1.5rem !important;
}

.hc-right-7{
  right: 1.75rem !important;
}

.hc-right-8{
  right: 2rem !important;
}

.hc-right-9{
  right: 2.25rem !important;
}

.hc-right-10{
  right: 2.5rem !important;
}

.hc-right-11{
  right: 2.75rem !important;
}

.hc-right-12{
  right: 3rem !important;
}

.hc-right-14{
  right: 3.5rem !important;
}

.hc-right-16{
  right: 4rem !important;
}

.hc-right-20{
  right: 5rem !important;
}

.hc-right-24{
  right: 6rem !important;
}

.hc-right-28{
  right: 7rem !important;
}

.hc-right-32{
  right: 8rem !important;
}

.hc-right-36{
  right: 9rem !important;
}

.hc-right-40{
  right: 10rem !important;
}

.hc-right-44{
  right: 11rem !important;
}

.hc-right-48{
  right: 12rem !important;
}

.hc-right-52{
  right: 13rem !important;
}

.hc-right-56{
  right: 14rem !important;
}

.hc-right-60{
  right: 15rem !important;
}

.hc-right-64{
  right: 16rem !important;
}

.hc-right-72{
  right: 18rem !important;
}

.hc-right-80{
  right: 20rem !important;
}

.hc-right-96{
  right: 24rem !important;
}

.hc-right-128{
  right: 32rem !important;
}

.hc-right-144{
  right: 44rem !important;
}

.hc-right-900{
  right: 900px !important;
}

.hc-right-auto{
  right: auto !important;
}

.hc-right-px{
  right: 1px !important;
}

.hc-right-0\.5{
  right: 0.125rem !important;
}

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

.hc-right-2\.5{
  right: 0.625rem !important;
}

.hc-right-3\.5{
  right: 0.875rem !important;
}

.hc--right-0{
  right: 0px !important;
}

.hc--right-1{
  right: -0.25rem !important;
}

.hc--right-2{
  right: -0.5rem !important;
}

.hc--right-3{
  right: -0.75rem !important;
}

.hc--right-4{
  right: -1rem !important;
}

.hc--right-5{
  right: -1.25rem !important;
}

.hc--right-6{
  right: -1.5rem !important;
}

.hc--right-7{
  right: -1.75rem !important;
}

.hc--right-8{
  right: -2rem !important;
}

.hc--right-9{
  right: -2.25rem !important;
}

.hc--right-10{
  right: -2.5rem !important;
}

.hc--right-11{
  right: -2.75rem !important;
}

.hc--right-12{
  right: -3rem !important;
}

.hc--right-14{
  right: -3.5rem !important;
}

.hc--right-16{
  right: -4rem !important;
}

.hc--right-20{
  right: -5rem !important;
}

.hc--right-24{
  right: -6rem !important;
}

.hc--right-28{
  right: -7rem !important;
}

.hc--right-32{
  right: -8rem !important;
}

.hc--right-36{
  right: -9rem !important;
}

.hc--right-40{
  right: -10rem !important;
}

.hc--right-44{
  right: -11rem !important;
}

.hc--right-48{
  right: -12rem !important;
}

.hc--right-52{
  right: -13rem !important;
}

.hc--right-56{
  right: -14rem !important;
}

.hc--right-60{
  right: -15rem !important;
}

.hc--right-64{
  right: -16rem !important;
}

.hc--right-72{
  right: -18rem !important;
}

.hc--right-80{
  right: -20rem !important;
}

.hc--right-96{
  right: -24rem !important;
}

.hc--right-128{
  right: -32rem !important;
}

.hc--right-144{
  right: -44rem !important;
}

.hc--right-900{
  right: -900px !important;
}

.hc--right-px{
  right: -1px !important;
}

.hc--right-0\.5{
  right: -0.125rem !important;
}

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

.hc--right-2\.5{
  right: -0.625rem !important;
}

.hc--right-3\.5{
  right: -0.875rem !important;
}

.hc-right-1\/2{
  right: 50% !important;
}

.hc-right-1\/3{
  right: 33.333333% !important;
}

.hc-right-2\/3{
  right: 66.666667% !important;
}

.hc-right-1\/4{
  right: 25% !important;
}

.hc-right-2\/4{
  right: 50% !important;
}

.hc-right-3\/4{
  right: 75% !important;
}

.hc-right-full{
  right: 100% !important;
}

.hc--right-1\/2{
  right: -50% !important;
}

.hc--right-1\/3{
  right: -33.333333% !important;
}

.hc--right-2\/3{
  right: -66.666667% !important;
}

.hc--right-1\/4{
  right: -25% !important;
}

.hc--right-2\/4{
  right: -50% !important;
}

.hc--right-3\/4{
  right: -75% !important;
}

.hc--right-full{
  right: -100% !important;
}

.hc-bottom-0{
  bottom: 0px !important;
}

.hc-bottom-1{
  bottom: 0.25rem !important;
}

.hc-bottom-2{
  bottom: 0.5rem !important;
}

.hc-bottom-3{
  bottom: 0.75rem !important;
}

.hc-bottom-4{
  bottom: 1rem !important;
}

.hc-bottom-5{
  bottom: 1.25rem !important;
}

.hc-bottom-6{
  bottom: 1.5rem !important;
}

.hc-bottom-7{
  bottom: 1.75rem !important;
}

.hc-bottom-8{
  bottom: 2rem !important;
}

.hc-bottom-9{
  bottom: 2.25rem !important;
}

.hc-bottom-10{
  bottom: 2.5rem !important;
}

.hc-bottom-11{
  bottom: 2.75rem !important;
}

.hc-bottom-12{
  bottom: 3rem !important;
}

.hc-bottom-14{
  bottom: 3.5rem !important;
}

.hc-bottom-16{
  bottom: 4rem !important;
}

.hc-bottom-20{
  bottom: 5rem !important;
}

.hc-bottom-24{
  bottom: 6rem !important;
}

.hc-bottom-28{
  bottom: 7rem !important;
}

.hc-bottom-32{
  bottom: 8rem !important;
}

.hc-bottom-36{
  bottom: 9rem !important;
}

.hc-bottom-40{
  bottom: 10rem !important;
}

.hc-bottom-44{
  bottom: 11rem !important;
}

.hc-bottom-48{
  bottom: 12rem !important;
}

.hc-bottom-52{
  bottom: 13rem !important;
}

.hc-bottom-56{
  bottom: 14rem !important;
}

.hc-bottom-60{
  bottom: 15rem !important;
}

.hc-bottom-64{
  bottom: 16rem !important;
}

.hc-bottom-72{
  bottom: 18rem !important;
}

.hc-bottom-80{
  bottom: 20rem !important;
}

.hc-bottom-96{
  bottom: 24rem !important;
}

.hc-bottom-128{
  bottom: 32rem !important;
}

.hc-bottom-144{
  bottom: 44rem !important;
}

.hc-bottom-900{
  bottom: 900px !important;
}

.hc-bottom-auto{
  bottom: auto !important;
}

.hc-bottom-px{
  bottom: 1px !important;
}

.hc-bottom-0\.5{
  bottom: 0.125rem !important;
}

.hc-bottom-1\.5{
  bottom: 0.375rem !important;
}

.hc-bottom-2\.5{
  bottom: 0.625rem !important;
}

.hc-bottom-3\.5{
  bottom: 0.875rem !important;
}

.hc--bottom-0{
  bottom: 0px !important;
}

.hc--bottom-1{
  bottom: -0.25rem !important;
}

.hc--bottom-2{
  bottom: -0.5rem !important;
}

.hc--bottom-3{
  bottom: -0.75rem !important;
}

.hc--bottom-4{
  bottom: -1rem !important;
}

.hc--bottom-5{
  bottom: -1.25rem !important;
}

.hc--bottom-6{
  bottom: -1.5rem !important;
}

.hc--bottom-7{
  bottom: -1.75rem !important;
}

.hc--bottom-8{
  bottom: -2rem !important;
}

.hc--bottom-9{
  bottom: -2.25rem !important;
}

.hc--bottom-10{
  bottom: -2.5rem !important;
}

.hc--bottom-11{
  bottom: -2.75rem !important;
}

.hc--bottom-12{
  bottom: -3rem !important;
}

.hc--bottom-14{
  bottom: -3.5rem !important;
}

.hc--bottom-16{
  bottom: -4rem !important;
}

.hc--bottom-20{
  bottom: -5rem !important;
}

.hc--bottom-24{
  bottom: -6rem !important;
}

.hc--bottom-28{
  bottom: -7rem !important;
}

.hc--bottom-32{
  bottom: -8rem !important;
}

.hc--bottom-36{
  bottom: -9rem !important;
}

.hc--bottom-40{
  bottom: -10rem !important;
}

.hc--bottom-44{
  bottom: -11rem !important;
}

.hc--bottom-48{
  bottom: -12rem !important;
}

.hc--bottom-52{
  bottom: -13rem !important;
}

.hc--bottom-56{
  bottom: -14rem !important;
}

.hc--bottom-60{
  bottom: -15rem !important;
}

.hc--bottom-64{
  bottom: -16rem !important;
}

.hc--bottom-72{
  bottom: -18rem !important;
}

.hc--bottom-80{
  bottom: -20rem !important;
}

.hc--bottom-96{
  bottom: -24rem !important;
}

.hc--bottom-128{
  bottom: -32rem !important;
}

.hc--bottom-144{
  bottom: -44rem !important;
}

.hc--bottom-900{
  bottom: -900px !important;
}

.hc--bottom-px{
  bottom: -1px !important;
}

.hc--bottom-0\.5{
  bottom: -0.125rem !important;
}

.hc--bottom-1\.5{
  bottom: -0.375rem !important;
}

.hc--bottom-2\.5{
  bottom: -0.625rem !important;
}

.hc--bottom-3\.5{
  bottom: -0.875rem !important;
}

.hc-bottom-1\/2{
  bottom: 50% !important;
}

.hc-bottom-1\/3{
  bottom: 33.333333% !important;
}

.hc-bottom-2\/3{
  bottom: 66.666667% !important;
}

.hc-bottom-1\/4{
  bottom: 25% !important;
}

.hc-bottom-2\/4{
  bottom: 50% !important;
}

.hc-bottom-3\/4{
  bottom: 75% !important;
}

.hc-bottom-full{
  bottom: 100% !important;
}

.hc--bottom-1\/2{
  bottom: -50% !important;
}

.hc--bottom-1\/3{
  bottom: -33.333333% !important;
}

.hc--bottom-2\/3{
  bottom: -66.666667% !important;
}

.hc--bottom-1\/4{
  bottom: -25% !important;
}

.hc--bottom-2\/4{
  bottom: -50% !important;
}

.hc--bottom-3\/4{
  bottom: -75% !important;
}

.hc--bottom-full{
  bottom: -100% !important;
}

.hc-left-0{
  left: 0px !important;
}

.hc-left-1{
  left: 0.25rem !important;
}

.hc-left-2{
  left: 0.5rem !important;
}

.hc-left-3{
  left: 0.75rem !important;
}

.hc-left-4{
  left: 1rem !important;
}

.hc-left-5{
  left: 1.25rem !important;
}

.hc-left-6{
  left: 1.5rem !important;
}

.hc-left-7{
  left: 1.75rem !important;
}

.hc-left-8{
  left: 2rem !important;
}

.hc-left-9{
  left: 2.25rem !important;
}

.hc-left-10{
  left: 2.5rem !important;
}

.hc-left-11{
  left: 2.75rem !important;
}

.hc-left-12{
  left: 3rem !important;
}

.hc-left-14{
  left: 3.5rem !important;
}

.hc-left-16{
  left: 4rem !important;
}

.hc-left-20{
  left: 5rem !important;
}

.hc-left-24{
  left: 6rem !important;
}

.hc-left-28{
  left: 7rem !important;
}

.hc-left-32{
  left: 8rem !important;
}

.hc-left-36{
  left: 9rem !important;
}

.hc-left-40{
  left: 10rem !important;
}

.hc-left-44{
  left: 11rem !important;
}

.hc-left-48{
  left: 12rem !important;
}

.hc-left-52{
  left: 13rem !important;
}

.hc-left-56{
  left: 14rem !important;
}

.hc-left-60{
  left: 15rem !important;
}

.hc-left-64{
  left: 16rem !important;
}

.hc-left-72{
  left: 18rem !important;
}

.hc-left-80{
  left: 20rem !important;
}

.hc-left-96{
  left: 24rem !important;
}

.hc-left-128{
  left: 32rem !important;
}

.hc-left-144{
  left: 44rem !important;
}

.hc-left-900{
  left: 900px !important;
}

.hc-left-auto{
  left: auto !important;
}

.hc-left-px{
  left: 1px !important;
}

.hc-left-0\.5{
  left: 0.125rem !important;
}

.hc-left-1\.5{
  left: 0.375rem !important;
}

.hc-left-2\.5{
  left: 0.625rem !important;
}

.hc-left-3\.5{
  left: 0.875rem !important;
}

.hc--left-0{
  left: 0px !important;
}

.hc--left-1{
  left: -0.25rem !important;
}

.hc--left-2{
  left: -0.5rem !important;
}

.hc--left-3{
  left: -0.75rem !important;
}

.hc--left-4{
  left: -1rem !important;
}

.hc--left-5{
  left: -1.25rem !important;
}

.hc--left-6{
  left: -1.5rem !important;
}

.hc--left-7{
  left: -1.75rem !important;
}

.hc--left-8{
  left: -2rem !important;
}

.hc--left-9{
  left: -2.25rem !important;
}

.hc--left-10{
  left: -2.5rem !important;
}

.hc--left-11{
  left: -2.75rem !important;
}

.hc--left-12{
  left: -3rem !important;
}

.hc--left-14{
  left: -3.5rem !important;
}

.hc--left-16{
  left: -4rem !important;
}

.hc--left-20{
  left: -5rem !important;
}

.hc--left-24{
  left: -6rem !important;
}

.hc--left-28{
  left: -7rem !important;
}

.hc--left-32{
  left: -8rem !important;
}

.hc--left-36{
  left: -9rem !important;
}

.hc--left-40{
  left: -10rem !important;
}

.hc--left-44{
  left: -11rem !important;
}

.hc--left-48{
  left: -12rem !important;
}

.hc--left-52{
  left: -13rem !important;
}

.hc--left-56{
  left: -14rem !important;
}

.hc--left-60{
  left: -15rem !important;
}

.hc--left-64{
  left: -16rem !important;
}

.hc--left-72{
  left: -18rem !important;
}

.hc--left-80{
  left: -20rem !important;
}

.hc--left-96{
  left: -24rem !important;
}

.hc--left-128{
  left: -32rem !important;
}

.hc--left-144{
  left: -44rem !important;
}

.hc--left-900{
  left: -900px !important;
}

.hc--left-px{
  left: -1px !important;
}

.hc--left-0\.5{
  left: -0.125rem !important;
}

.hc--left-1\.5{
  left: -0.375rem !important;
}

.hc--left-2\.5{
  left: -0.625rem !important;
}

.hc--left-3\.5{
  left: -0.875rem !important;
}

.hc-left-1\/2{
  left: 50% !important;
}

.hc-left-1\/3{
  left: 33.333333% !important;
}

.hc-left-2\/3{
  left: 66.666667% !important;
}

.hc-left-1\/4{
  left: 25% !important;
}

.hc-left-2\/4{
  left: 50% !important;
}

.hc-left-3\/4{
  left: 75% !important;
}

.hc-left-full{
  left: 100% !important;
}

.hc--left-1\/2{
  left: -50% !important;
}

.hc--left-1\/3{
  left: -33.333333% !important;
}

.hc--left-2\/3{
  left: -66.666667% !important;
}

.hc--left-1\/4{
  left: -25% !important;
}

.hc--left-2\/4{
  left: -50% !important;
}

.hc--left-3\/4{
  left: -75% !important;
}

.hc--left-full{
  left: -100% !important;
}

.hc-isolate{
  isolation: isolate !important;
}

.hc-isolation-auto{
  isolation: auto !important;
}

.hc-z-0{
  z-index: 0 !important;
}

.hc-z-10{
  z-index: 10 !important;
}

.hc-z-20{
  z-index: 20 !important;
}

.hc-z-30{
  z-index: 30 !important;
}

.hc-z-40{
  z-index: 40 !important;
}

.hc-z-50{
  z-index: 50 !important;
}

.hc-z-auto{
  z-index: auto !important;
}

.focus-within\:hc-z-0:focus-within{
  z-index: 0 !important;
}

.focus-within\:hc-z-10:focus-within{
  z-index: 10 !important;
}

.focus-within\:hc-z-20:focus-within{
  z-index: 20 !important;
}

.focus-within\:hc-z-30:focus-within{
  z-index: 30 !important;
}

.focus-within\:hc-z-40:focus-within{
  z-index: 40 !important;
}

.focus-within\:hc-z-50:focus-within{
  z-index: 50 !important;
}

.focus-within\:hc-z-auto:focus-within{
  z-index: auto !important;
}

.focus\:hc-z-0:focus{
  z-index: 0 !important;
}

.focus\:hc-z-10:focus{
  z-index: 10 !important;
}

.focus\:hc-z-20:focus{
  z-index: 20 !important;
}

.focus\:hc-z-30:focus{
  z-index: 30 !important;
}

.focus\:hc-z-40:focus{
  z-index: 40 !important;
}

.focus\:hc-z-50:focus{
  z-index: 50 !important;
}

.focus\:hc-z-auto:focus{
  z-index: auto !important;
}

.hc-order-1{
  order: 1 !important;
}

.hc-order-2{
  order: 2 !important;
}

.hc-order-3{
  order: 3 !important;
}

.hc-order-4{
  order: 4 !important;
}

.hc-order-5{
  order: 5 !important;
}

.hc-order-6{
  order: 6 !important;
}

.hc-order-7{
  order: 7 !important;
}

.hc-order-8{
  order: 8 !important;
}

.hc-order-9{
  order: 9 !important;
}

.hc-order-10{
  order: 10 !important;
}

.hc-order-11{
  order: 11 !important;
}

.hc-order-12{
  order: 12 !important;
}

.hc-order-first{
  order: -9999 !important;
}

.hc-order-last{
  order: 9999 !important;
}

.hc-order-none{
  order: 0 !important;
}

.hc-col-auto{
  grid-column: auto !important;
}

.hc-col-span-1{
  grid-column: span 1 / span 1 !important;
}

.hc-col-span-2{
  grid-column: span 2 / span 2 !important;
}

.hc-col-span-3{
  grid-column: span 3 / span 3 !important;
}

.hc-col-span-4{
  grid-column: span 4 / span 4 !important;
}

.hc-col-span-5{
  grid-column: span 5 / span 5 !important;
}

.hc-col-span-6{
  grid-column: span 6 / span 6 !important;
}

.hc-col-span-7{
  grid-column: span 7 / span 7 !important;
}

.hc-col-span-8{
  grid-column: span 8 / span 8 !important;
}

.hc-col-span-9{
  grid-column: span 9 / span 9 !important;
}

.hc-col-span-10{
  grid-column: span 10 / span 10 !important;
}

.hc-col-span-11{
  grid-column: span 11 / span 11 !important;
}

.hc-col-span-12{
  grid-column: span 12 / span 12 !important;
}

.hc-col-span-full{
  grid-column: 1 / -1 !important;
}

.hc-col-start-1{
  grid-column-start: 1 !important;
}

.hc-col-start-2{
  grid-column-start: 2 !important;
}

.hc-col-start-3{
  grid-column-start: 3 !important;
}

.hc-col-start-4{
  grid-column-start: 4 !important;
}

.hc-col-start-5{
  grid-column-start: 5 !important;
}

.hc-col-start-6{
  grid-column-start: 6 !important;
}

.hc-col-start-7{
  grid-column-start: 7 !important;
}

.hc-col-start-8{
  grid-column-start: 8 !important;
}

.hc-col-start-9{
  grid-column-start: 9 !important;
}

.hc-col-start-10{
  grid-column-start: 10 !important;
}

.hc-col-start-11{
  grid-column-start: 11 !important;
}

.hc-col-start-12{
  grid-column-start: 12 !important;
}

.hc-col-start-13{
  grid-column-start: 13 !important;
}

.hc-col-start-auto{
  grid-column-start: auto !important;
}

.hc-col-end-1{
  grid-column-end: 1 !important;
}

.hc-col-end-2{
  grid-column-end: 2 !important;
}

.hc-col-end-3{
  grid-column-end: 3 !important;
}

.hc-col-end-4{
  grid-column-end: 4 !important;
}

.hc-col-end-5{
  grid-column-end: 5 !important;
}

.hc-col-end-6{
  grid-column-end: 6 !important;
}

.hc-col-end-7{
  grid-column-end: 7 !important;
}

.hc-col-end-8{
  grid-column-end: 8 !important;
}

.hc-col-end-9{
  grid-column-end: 9 !important;
}

.hc-col-end-10{
  grid-column-end: 10 !important;
}

.hc-col-end-11{
  grid-column-end: 11 !important;
}

.hc-col-end-12{
  grid-column-end: 12 !important;
}

.hc-col-end-13{
  grid-column-end: 13 !important;
}

.hc-col-end-auto{
  grid-column-end: auto !important;
}

.hc-row-auto{
  grid-row: auto !important;
}

.hc-row-span-1{
  grid-row: span 1 / span 1 !important;
}

.hc-row-span-2{
  grid-row: span 2 / span 2 !important;
}

.hc-row-span-3{
  grid-row: span 3 / span 3 !important;
}

.hc-row-span-4{
  grid-row: span 4 / span 4 !important;
}

.hc-row-span-5{
  grid-row: span 5 / span 5 !important;
}

.hc-row-span-6{
  grid-row: span 6 / span 6 !important;
}

.hc-row-span-full{
  grid-row: 1 / -1 !important;
}

.hc-row-start-1{
  grid-row-start: 1 !important;
}

.hc-row-start-2{
  grid-row-start: 2 !important;
}

.hc-row-start-3{
  grid-row-start: 3 !important;
}

.hc-row-start-4{
  grid-row-start: 4 !important;
}

.hc-row-start-5{
  grid-row-start: 5 !important;
}

.hc-row-start-6{
  grid-row-start: 6 !important;
}

.hc-row-start-7{
  grid-row-start: 7 !important;
}

.hc-row-start-auto{
  grid-row-start: auto !important;
}

.hc-row-end-1{
  grid-row-end: 1 !important;
}

.hc-row-end-2{
  grid-row-end: 2 !important;
}

.hc-row-end-3{
  grid-row-end: 3 !important;
}

.hc-row-end-4{
  grid-row-end: 4 !important;
}

.hc-row-end-5{
  grid-row-end: 5 !important;
}

.hc-row-end-6{
  grid-row-end: 6 !important;
}

.hc-row-end-7{
  grid-row-end: 7 !important;
}

.hc-row-end-auto{
  grid-row-end: auto !important;
}

.hc-float-right{
  float: right !important;
}

.hc-float-left{
  float: left !important;
}

.hc-float-none{
  float: none !important;
}

.hc-clear-left{
  clear: left !important;
}

.hc-clear-right{
  clear: right !important;
}

.hc-clear-both{
  clear: both !important;
}

.hc-clear-none{
  clear: none !important;
}

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

.hc-m-1{
  margin: 0.25rem !important;
}

.hc-m-2{
  margin: 0.5rem !important;
}

.hc-m-3{
  margin: 0.75rem !important;
}

.hc-m-4{
  margin: 1rem !important;
}

.hc-m-5{
  margin: 1.25rem !important;
}

.hc-m-6{
  margin: 1.5rem !important;
}

.hc-m-7{
  margin: 1.75rem !important;
}

.hc-m-8{
  margin: 2rem !important;
}

.hc-m-9{
  margin: 2.25rem !important;
}

.hc-m-10{
  margin: 2.5rem !important;
}

.hc-m-11{
  margin: 2.75rem !important;
}

.hc-m-12{
  margin: 3rem !important;
}

.hc-m-14{
  margin: 3.5rem !important;
}

.hc-m-16{
  margin: 4rem !important;
}

.hc-m-20{
  margin: 5rem !important;
}

.hc-m-24{
  margin: 6rem !important;
}

.hc-m-28{
  margin: 7rem !important;
}

.hc-m-32{
  margin: 8rem !important;
}

.hc-m-36{
  margin: 9rem !important;
}

.hc-m-40{
  margin: 10rem !important;
}

.hc-m-44{
  margin: 11rem !important;
}

.hc-m-48{
  margin: 12rem !important;
}

.hc-m-52{
  margin: 13rem !important;
}

.hc-m-56{
  margin: 14rem !important;
}

.hc-m-60{
  margin: 15rem !important;
}

.hc-m-64{
  margin: 16rem !important;
}

.hc-m-72{
  margin: 18rem !important;
}

.hc-m-80{
  margin: 20rem !important;
}

.hc-m-96{
  margin: 24rem !important;
}

.hc-m-128{
  margin: 32rem !important;
}

.hc-m-144{
  margin: 44rem !important;
}

.hc-m-900{
  margin: 900px !important;
}

.hc-m-auto{
  margin: auto !important;
}

.hc-m-px{
  margin: 1px !important;
}

.hc-m-0\.5{
  margin: 0.125rem !important;
}

.hc-m-1\.5{
  margin: 0.375rem !important;
}

.hc-m-2\.5{
  margin: 0.625rem !important;
}

.hc-m-3\.5{
  margin: 0.875rem !important;
}

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

.hc--m-1{
  margin: -0.25rem !important;
}

.hc--m-2{
  margin: -0.5rem !important;
}

.hc--m-3{
  margin: -0.75rem !important;
}

.hc--m-4{
  margin: -1rem !important;
}

.hc--m-5{
  margin: -1.25rem !important;
}

.hc--m-6{
  margin: -1.5rem !important;
}

.hc--m-7{
  margin: -1.75rem !important;
}

.hc--m-8{
  margin: -2rem !important;
}

.hc--m-9{
  margin: -2.25rem !important;
}

.hc--m-10{
  margin: -2.5rem !important;
}

.hc--m-11{
  margin: -2.75rem !important;
}

.hc--m-12{
  margin: -3rem !important;
}

.hc--m-14{
  margin: -3.5rem !important;
}

.hc--m-16{
  margin: -4rem !important;
}

.hc--m-20{
  margin: -5rem !important;
}

.hc--m-24{
  margin: -6rem !important;
}

.hc--m-28{
  margin: -7rem !important;
}

.hc--m-32{
  margin: -8rem !important;
}

.hc--m-36{
  margin: -9rem !important;
}

.hc--m-40{
  margin: -10rem !important;
}

.hc--m-44{
  margin: -11rem !important;
}

.hc--m-48{
  margin: -12rem !important;
}

.hc--m-52{
  margin: -13rem !important;
}

.hc--m-56{
  margin: -14rem !important;
}

.hc--m-60{
  margin: -15rem !important;
}

.hc--m-64{
  margin: -16rem !important;
}

.hc--m-72{
  margin: -18rem !important;
}

.hc--m-80{
  margin: -20rem !important;
}

.hc--m-96{
  margin: -24rem !important;
}

.hc--m-128{
  margin: -32rem !important;
}

.hc--m-144{
  margin: -44rem !important;
}

.hc--m-900{
  margin: -900px !important;
}

.hc--m-px{
  margin: -1px !important;
}

.hc--m-0\.5{
  margin: -0.125rem !important;
}

.hc--m-1\.5{
  margin: -0.375rem !important;
}

.hc--m-2\.5{
  margin: -0.625rem !important;
}

.hc--m-3\.5{
  margin: -0.875rem !important;
}

.hc-mx-0{
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.hc-mx-1{
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.hc-mx-2{
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.hc-mx-3{
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

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

.hc-mx-5{
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}

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

.hc-mx-7{
  margin-left: 1.75rem !important;
  margin-right: 1.75rem !important;
}

.hc-mx-8{
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.hc-mx-9{
  margin-left: 2.25rem !important;
  margin-right: 2.25rem !important;
}

.hc-mx-10{
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

.hc-mx-11{
  margin-left: 2.75rem !important;
  margin-right: 2.75rem !important;
}

.hc-mx-12{
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.hc-mx-14{
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important;
}

.hc-mx-16{
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.hc-mx-20{
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.hc-mx-24{
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.hc-mx-28{
  margin-left: 7rem !important;
  margin-right: 7rem !important;
}

.hc-mx-32{
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}

.hc-mx-36{
  margin-left: 9rem !important;
  margin-right: 9rem !important;
}

.hc-mx-40{
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}

.hc-mx-44{
  margin-left: 11rem !important;
  margin-right: 11rem !important;
}

.hc-mx-48{
  margin-left: 12rem !important;
  margin-right: 12rem !important;
}

.hc-mx-52{
  margin-left: 13rem !important;
  margin-right: 13rem !important;
}

.hc-mx-56{
  margin-left: 14rem !important;
  margin-right: 14rem !important;
}

.hc-mx-60{
  margin-left: 15rem !important;
  margin-right: 15rem !important;
}

.hc-mx-64{
  margin-left: 16rem !important;
  margin-right: 16rem !important;
}

.hc-mx-72{
  margin-left: 18rem !important;
  margin-right: 18rem !important;
}

.hc-mx-80{
  margin-left: 20rem !important;
  margin-right: 20rem !important;
}

.hc-mx-96{
  margin-left: 24rem !important;
  margin-right: 24rem !important;
}

.hc-mx-128{
  margin-left: 32rem !important;
  margin-right: 32rem !important;
}

.hc-mx-144{
  margin-left: 44rem !important;
  margin-right: 44rem !important;
}

.hc-mx-900{
  margin-left: 900px !important;
  margin-right: 900px !important;
}

.hc-mx-auto{
  margin-left: auto !important;
  margin-right: auto !important;
}

.hc-mx-px{
  margin-left: 1px !important;
  margin-right: 1px !important;
}

.hc-mx-0\.5{
  margin-left: 0.125rem !important;
  margin-right: 0.125rem !important;
}

.hc-mx-1\.5{
  margin-left: 0.375rem !important;
  margin-right: 0.375rem !important;
}

.hc-mx-2\.5{
  margin-left: 0.625rem !important;
  margin-right: 0.625rem !important;
}

.hc-mx-3\.5{
  margin-left: 0.875rem !important;
  margin-right: 0.875rem !important;
}

.hc--mx-0{
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.hc--mx-1{
  margin-left: -0.25rem !important;
  margin-right: -0.25rem !important;
}

.hc--mx-2{
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}

.hc--mx-3{
  margin-left: -0.75rem !important;
  margin-right: -0.75rem !important;
}

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

.hc--mx-5{
  margin-left: -1.25rem !important;
  margin-right: -1.25rem !important;
}

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

.hc--mx-7{
  margin-left: -1.75rem !important;
  margin-right: -1.75rem !important;
}

.hc--mx-8{
  margin-left: -2rem !important;
  margin-right: -2rem !important;
}

.hc--mx-9{
  margin-left: -2.25rem !important;
  margin-right: -2.25rem !important;
}

.hc--mx-10{
  margin-left: -2.5rem !important;
  margin-right: -2.5rem !important;
}

.hc--mx-11{
  margin-left: -2.75rem !important;
  margin-right: -2.75rem !important;
}

.hc--mx-12{
  margin-left: -3rem !important;
  margin-right: -3rem !important;
}

.hc--mx-14{
  margin-left: -3.5rem !important;
  margin-right: -3.5rem !important;
}

.hc--mx-16{
  margin-left: -4rem !important;
  margin-right: -4rem !important;
}

.hc--mx-20{
  margin-left: -5rem !important;
  margin-right: -5rem !important;
}

.hc--mx-24{
  margin-left: -6rem !important;
  margin-right: -6rem !important;
}

.hc--mx-28{
  margin-left: -7rem !important;
  margin-right: -7rem !important;
}

.hc--mx-32{
  margin-left: -8rem !important;
  margin-right: -8rem !important;
}

.hc--mx-36{
  margin-left: -9rem !important;
  margin-right: -9rem !important;
}

.hc--mx-40{
  margin-left: -10rem !important;
  margin-right: -10rem !important;
}

.hc--mx-44{
  margin-left: -11rem !important;
  margin-right: -11rem !important;
}

.hc--mx-48{
  margin-left: -12rem !important;
  margin-right: -12rem !important;
}

.hc--mx-52{
  margin-left: -13rem !important;
  margin-right: -13rem !important;
}

.hc--mx-56{
  margin-left: -14rem !important;
  margin-right: -14rem !important;
}

.hc--mx-60{
  margin-left: -15rem !important;
  margin-right: -15rem !important;
}

.hc--mx-64{
  margin-left: -16rem !important;
  margin-right: -16rem !important;
}

.hc--mx-72{
  margin-left: -18rem !important;
  margin-right: -18rem !important;
}

.hc--mx-80{
  margin-left: -20rem !important;
  margin-right: -20rem !important;
}

.hc--mx-96{
  margin-left: -24rem !important;
  margin-right: -24rem !important;
}

.hc--mx-128{
  margin-left: -32rem !important;
  margin-right: -32rem !important;
}

.hc--mx-144{
  margin-left: -44rem !important;
  margin-right: -44rem !important;
}

.hc--mx-900{
  margin-left: -900px !important;
  margin-right: -900px !important;
}

.hc--mx-px{
  margin-left: -1px !important;
  margin-right: -1px !important;
}

.hc--mx-0\.5{
  margin-left: -0.125rem !important;
  margin-right: -0.125rem !important;
}

.hc--mx-1\.5{
  margin-left: -0.375rem !important;
  margin-right: -0.375rem !important;
}

.hc--mx-2\.5{
  margin-left: -0.625rem !important;
  margin-right: -0.625rem !important;
}

.hc--mx-3\.5{
  margin-left: -0.875rem !important;
  margin-right: -0.875rem !important;
}

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

.hc-my-1{
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

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

.hc-my-3{
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

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

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

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

.hc-my-7{
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}

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

.hc-my-9{
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

.hc-my-10{
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.hc-my-11{
  margin-top: 2.75rem !important;
  margin-bottom: 2.75rem !important;
}

.hc-my-12{
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.hc-my-14{
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.hc-my-16{
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.hc-my-20{
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.hc-my-24{
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.hc-my-28{
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

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

.hc-my-36{
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

.hc-my-40{
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.hc-my-44{
  margin-top: 11rem !important;
  margin-bottom: 11rem !important;
}

.hc-my-48{
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

.hc-my-52{
  margin-top: 13rem !important;
  margin-bottom: 13rem !important;
}

.hc-my-56{
  margin-top: 14rem !important;
  margin-bottom: 14rem !important;
}

.hc-my-60{
  margin-top: 15rem !important;
  margin-bottom: 15rem !important;
}

.hc-my-64{
  margin-top: 16rem !important;
  margin-bottom: 16rem !important;
}

.hc-my-72{
  margin-top: 18rem !important;
  margin-bottom: 18rem !important;
}

.hc-my-80{
  margin-top: 20rem !important;
  margin-bottom: 20rem !important;
}

.hc-my-96{
  margin-top: 24rem !important;
  margin-bottom: 24rem !important;
}

.hc-my-128{
  margin-top: 32rem !important;
  margin-bottom: 32rem !important;
}

.hc-my-144{
  margin-top: 44rem !important;
  margin-bottom: 44rem !important;
}

.hc-my-900{
  margin-top: 900px !important;
  margin-bottom: 900px !important;
}

.hc-my-auto{
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.hc-my-px{
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}

.hc-my-0\.5{
  margin-top: 0.125rem !important;
  margin-bottom: 0.125rem !important;
}

.hc-my-1\.5{
  margin-top: 0.375rem !important;
  margin-bottom: 0.375rem !important;
}

.hc-my-2\.5{
  margin-top: 0.625rem !important;
  margin-bottom: 0.625rem !important;
}

.hc-my-3\.5{
  margin-top: 0.875rem !important;
  margin-bottom: 0.875rem !important;
}

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

.hc--my-1{
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

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

.hc--my-3{
  margin-top: -0.75rem !important;
  margin-bottom: -0.75rem !important;
}

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

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

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

.hc--my-7{
  margin-top: -1.75rem !important;
  margin-bottom: -1.75rem !important;
}

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

.hc--my-9{
  margin-top: -2.25rem !important;
  margin-bottom: -2.25rem !important;
}

.hc--my-10{
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}

.hc--my-11{
  margin-top: -2.75rem !important;
  margin-bottom: -2.75rem !important;
}

.hc--my-12{
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.hc--my-14{
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important;
}

.hc--my-16{
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}

.hc--my-20{
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}

.hc--my-24{
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

.hc--my-28{
  margin-top: -7rem !important;
  margin-bottom: -7rem !important;
}

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

.hc--my-36{
  margin-top: -9rem !important;
  margin-bottom: -9rem !important;
}

.hc--my-40{
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}

.hc--my-44{
  margin-top: -11rem !important;
  margin-bottom: -11rem !important;
}

.hc--my-48{
  margin-top: -12rem !important;
  margin-bottom: -12rem !important;
}

.hc--my-52{
  margin-top: -13rem !important;
  margin-bottom: -13rem !important;
}

.hc--my-56{
  margin-top: -14rem !important;
  margin-bottom: -14rem !important;
}

.hc--my-60{
  margin-top: -15rem !important;
  margin-bottom: -15rem !important;
}

.hc--my-64{
  margin-top: -16rem !important;
  margin-bottom: -16rem !important;
}

.hc--my-72{
  margin-top: -18rem !important;
  margin-bottom: -18rem !important;
}

.hc--my-80{
  margin-top: -20rem !important;
  margin-bottom: -20rem !important;
}

.hc--my-96{
  margin-top: -24rem !important;
  margin-bottom: -24rem !important;
}

.hc--my-128{
  margin-top: -32rem !important;
  margin-bottom: -32rem !important;
}

.hc--my-144{
  margin-top: -44rem !important;
  margin-bottom: -44rem !important;
}

.hc--my-900{
  margin-top: -900px !important;
  margin-bottom: -900px !important;
}

.hc--my-px{
  margin-top: -1px !important;
  margin-bottom: -1px !important;
}

.hc--my-0\.5{
  margin-top: -0.125rem !important;
  margin-bottom: -0.125rem !important;
}

.hc--my-1\.5{
  margin-top: -0.375rem !important;
  margin-bottom: -0.375rem !important;
}

.hc--my-2\.5{
  margin-top: -0.625rem !important;
  margin-bottom: -0.625rem !important;
}

.hc--my-3\.5{
  margin-top: -0.875rem !important;
  margin-bottom: -0.875rem !important;
}

.hc-mt-0{
  margin-top: 0px !important;
}

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

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

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

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

.hc-mt-5{
  margin-top: 1.25rem !important;
}

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

.hc-mt-7{
  margin-top: 1.75rem !important;
}

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

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

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

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

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

.hc-mt-14{
  margin-top: 3.5rem !important;
}

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

.hc-mt-20{
  margin-top: 5rem !important;
}

.hc-mt-24{
  margin-top: 6rem !important;
}

.hc-mt-28{
  margin-top: 7rem !important;
}

.hc-mt-32{
  margin-top: 8rem !important;
}

.hc-mt-36{
  margin-top: 9rem !important;
}

.hc-mt-40{
  margin-top: 10rem !important;
}

.hc-mt-44{
  margin-top: 11rem !important;
}

.hc-mt-48{
  margin-top: 12rem !important;
}

.hc-mt-52{
  margin-top: 13rem !important;
}

.hc-mt-56{
  margin-top: 14rem !important;
}

.hc-mt-60{
  margin-top: 15rem !important;
}

.hc-mt-64{
  margin-top: 16rem !important;
}

.hc-mt-72{
  margin-top: 18rem !important;
}

.hc-mt-80{
  margin-top: 20rem !important;
}

.hc-mt-96{
  margin-top: 24rem !important;
}

.hc-mt-128{
  margin-top: 32rem !important;
}

.hc-mt-144{
  margin-top: 44rem !important;
}

.hc-mt-900{
  margin-top: 900px !important;
}

.hc-mt-auto{
  margin-top: auto !important;
}

.hc-mt-px{
  margin-top: 1px !important;
}

.hc-mt-0\.5{
  margin-top: 0.125rem !important;
}

.hc-mt-1\.5{
  margin-top: 0.375rem !important;
}

.hc-mt-2\.5{
  margin-top: 0.625rem !important;
}

.hc-mt-3\.5{
  margin-top: 0.875rem !important;
}

.hc--mt-0{
  margin-top: 0px !important;
}

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

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

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

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

.hc--mt-5{
  margin-top: -1.25rem !important;
}

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

.hc--mt-7{
  margin-top: -1.75rem !important;
}

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

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

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

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

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

.hc--mt-14{
  margin-top: -3.5rem !important;
}

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

.hc--mt-20{
  margin-top: -5rem !important;
}

.hc--mt-24{
  margin-top: -6rem !important;
}

.hc--mt-28{
  margin-top: -7rem !important;
}

.hc--mt-32{
  margin-top: -8rem !important;
}

.hc--mt-36{
  margin-top: -9rem !important;
}

.hc--mt-40{
  margin-top: -10rem !important;
}

.hc--mt-44{
  margin-top: -11rem !important;
}

.hc--mt-48{
  margin-top: -12rem !important;
}

.hc--mt-52{
  margin-top: -13rem !important;
}

.hc--mt-56{
  margin-top: -14rem !important;
}

.hc--mt-60{
  margin-top: -15rem !important;
}

.hc--mt-64{
  margin-top: -16rem !important;
}

.hc--mt-72{
  margin-top: -18rem !important;
}

.hc--mt-80{
  margin-top: -20rem !important;
}

.hc--mt-96{
  margin-top: -24rem !important;
}

.hc--mt-128{
  margin-top: -32rem !important;
}

.hc--mt-144{
  margin-top: -44rem !important;
}

.hc--mt-900{
  margin-top: -900px !important;
}

.hc--mt-px{
  margin-top: -1px !important;
}

.hc--mt-0\.5{
  margin-top: -0.125rem !important;
}

.hc--mt-1\.5{
  margin-top: -0.375rem !important;
}

.hc--mt-2\.5{
  margin-top: -0.625rem !important;
}

.hc--mt-3\.5{
  margin-top: -0.875rem !important;
}

.hc-mr-0{
  margin-right: 0px !important;
}

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

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

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

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

.hc-mr-5{
  margin-right: 1.25rem !important;
}

.hc-mr-6{
  margin-right: 1.5rem !important;
}

.hc-mr-7{
  margin-right: 1.75rem !important;
}

.hc-mr-8{
  margin-right: 2rem !important;
}

.hc-mr-9{
  margin-right: 2.25rem !important;
}

.hc-mr-10{
  margin-right: 2.5rem !important;
}

.hc-mr-11{
  margin-right: 2.75rem !important;
}

.hc-mr-12{
  margin-right: 3rem !important;
}

.hc-mr-14{
  margin-right: 3.5rem !important;
}

.hc-mr-16{
  margin-right: 4rem !important;
}

.hc-mr-20{
  margin-right: 5rem !important;
}

.hc-mr-24{
  margin-right: 6rem !important;
}

.hc-mr-28{
  margin-right: 7rem !important;
}

.hc-mr-32{
  margin-right: 8rem !important;
}

.hc-mr-36{
  margin-right: 9rem !important;
}

.hc-mr-40{
  margin-right: 10rem !important;
}

.hc-mr-44{
  margin-right: 11rem !important;
}

.hc-mr-48{
  margin-right: 12rem !important;
}

.hc-mr-52{
  margin-right: 13rem !important;
}

.hc-mr-56{
  margin-right: 14rem !important;
}

.hc-mr-60{
  margin-right: 15rem !important;
}

.hc-mr-64{
  margin-right: 16rem !important;
}

.hc-mr-72{
  margin-right: 18rem !important;
}

.hc-mr-80{
  margin-right: 20rem !important;
}

.hc-mr-96{
  margin-right: 24rem !important;
}

.hc-mr-128{
  margin-right: 32rem !important;
}

.hc-mr-144{
  margin-right: 44rem !important;
}

.hc-mr-900{
  margin-right: 900px !important;
}

.hc-mr-auto{
  margin-right: auto !important;
}

.hc-mr-px{
  margin-right: 1px !important;
}

.hc-mr-0\.5{
  margin-right: 0.125rem !important;
}

.hc-mr-1\.5{
  margin-right: 0.375rem !important;
}

.hc-mr-2\.5{
  margin-right: 0.625rem !important;
}

.hc-mr-3\.5{
  margin-right: 0.875rem !important;
}

.hc--mr-0{
  margin-right: 0px !important;
}

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

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

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

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

.hc--mr-5{
  margin-right: -1.25rem !important;
}

.hc--mr-6{
  margin-right: -1.5rem !important;
}

.hc--mr-7{
  margin-right: -1.75rem !important;
}

.hc--mr-8{
  margin-right: -2rem !important;
}

.hc--mr-9{
  margin-right: -2.25rem !important;
}

.hc--mr-10{
  margin-right: -2.5rem !important;
}

.hc--mr-11{
  margin-right: -2.75rem !important;
}

.hc--mr-12{
  margin-right: -3rem !important;
}

.hc--mr-14{
  margin-right: -3.5rem !important;
}

.hc--mr-16{
  margin-right: -4rem !important;
}

.hc--mr-20{
  margin-right: -5rem !important;
}

.hc--mr-24{
  margin-right: -6rem !important;
}

.hc--mr-28{
  margin-right: -7rem !important;
}

.hc--mr-32{
  margin-right: -8rem !important;
}

.hc--mr-36{
  margin-right: -9rem !important;
}

.hc--mr-40{
  margin-right: -10rem !important;
}

.hc--mr-44{
  margin-right: -11rem !important;
}

.hc--mr-48{
  margin-right: -12rem !important;
}

.hc--mr-52{
  margin-right: -13rem !important;
}

.hc--mr-56{
  margin-right: -14rem !important;
}

.hc--mr-60{
  margin-right: -15rem !important;
}

.hc--mr-64{
  margin-right: -16rem !important;
}

.hc--mr-72{
  margin-right: -18rem !important;
}

.hc--mr-80{
  margin-right: -20rem !important;
}

.hc--mr-96{
  margin-right: -24rem !important;
}

.hc--mr-128{
  margin-right: -32rem !important;
}

.hc--mr-144{
  margin-right: -44rem !important;
}

.hc--mr-900{
  margin-right: -900px !important;
}

.hc--mr-px{
  margin-right: -1px !important;
}

.hc--mr-0\.5{
  margin-right: -0.125rem !important;
}

.hc--mr-1\.5{
  margin-right: -0.375rem !important;
}

.hc--mr-2\.5{
  margin-right: -0.625rem !important;
}

.hc--mr-3\.5{
  margin-right: -0.875rem !important;
}

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

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

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

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

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

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

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

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

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

.hc-mb-9{
  margin-bottom: 2.25rem !important;
}

.hc-mb-10{
  margin-bottom: 2.5rem !important;
}

.hc-mb-11{
  margin-bottom: 2.75rem !important;
}

.hc-mb-12{
  margin-bottom: 3rem !important;
}

.hc-mb-14{
  margin-bottom: 3.5rem !important;
}

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

.hc-mb-20{
  margin-bottom: 5rem !important;
}

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

.hc-mb-28{
  margin-bottom: 7rem !important;
}

.hc-mb-32{
  margin-bottom: 8rem !important;
}

.hc-mb-36{
  margin-bottom: 9rem !important;
}

.hc-mb-40{
  margin-bottom: 10rem !important;
}

.hc-mb-44{
  margin-bottom: 11rem !important;
}

.hc-mb-48{
  margin-bottom: 12rem !important;
}

.hc-mb-52{
  margin-bottom: 13rem !important;
}

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

.hc-mb-60{
  margin-bottom: 15rem !important;
}

.hc-mb-64{
  margin-bottom: 16rem !important;
}

.hc-mb-72{
  margin-bottom: 18rem !important;
}

.hc-mb-80{
  margin-bottom: 20rem !important;
}

.hc-mb-96{
  margin-bottom: 24rem !important;
}

.hc-mb-128{
  margin-bottom: 32rem !important;
}

.hc-mb-144{
  margin-bottom: 44rem !important;
}

.hc-mb-900{
  margin-bottom: 900px !important;
}

.hc-mb-auto{
  margin-bottom: auto !important;
}

.hc-mb-px{
  margin-bottom: 1px !important;
}

.hc-mb-0\.5{
  margin-bottom: 0.125rem !important;
}

.hc-mb-1\.5{
  margin-bottom: 0.375rem !important;
}

.hc-mb-2\.5{
  margin-bottom: 0.625rem !important;
}

.hc-mb-3\.5{
  margin-bottom: 0.875rem !important;
}

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

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

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

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

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

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

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

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

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

.hc--mb-9{
  margin-bottom: -2.25rem !important;
}

.hc--mb-10{
  margin-bottom: -2.5rem !important;
}

.hc--mb-11{
  margin-bottom: -2.75rem !important;
}

.hc--mb-12{
  margin-bottom: -3rem !important;
}

.hc--mb-14{
  margin-bottom: -3.5rem !important;
}

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

.hc--mb-20{
  margin-bottom: -5rem !important;
}

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

.hc--mb-28{
  margin-bottom: -7rem !important;
}

.hc--mb-32{
  margin-bottom: -8rem !important;
}

.hc--mb-36{
  margin-bottom: -9rem !important;
}

.hc--mb-40{
  margin-bottom: -10rem !important;
}

.hc--mb-44{
  margin-bottom: -11rem !important;
}

.hc--mb-48{
  margin-bottom: -12rem !important;
}

.hc--mb-52{
  margin-bottom: -13rem !important;
}

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

.hc--mb-60{
  margin-bottom: -15rem !important;
}

.hc--mb-64{
  margin-bottom: -16rem !important;
}

.hc--mb-72{
  margin-bottom: -18rem !important;
}

.hc--mb-80{
  margin-bottom: -20rem !important;
}

.hc--mb-96{
  margin-bottom: -24rem !important;
}

.hc--mb-128{
  margin-bottom: -32rem !important;
}

.hc--mb-144{
  margin-bottom: -44rem !important;
}

.hc--mb-900{
  margin-bottom: -900px !important;
}

.hc--mb-px{
  margin-bottom: -1px !important;
}

.hc--mb-0\.5{
  margin-bottom: -0.125rem !important;
}

.hc--mb-1\.5{
  margin-bottom: -0.375rem !important;
}

.hc--mb-2\.5{
  margin-bottom: -0.625rem !important;
}

.hc--mb-3\.5{
  margin-bottom: -0.875rem !important;
}

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

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

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

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

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

.hc-ml-5{
  margin-left: 1.25rem !important;
}

.hc-ml-6{
  margin-left: 1.5rem !important;
}

.hc-ml-7{
  margin-left: 1.75rem !important;
}

.hc-ml-8{
  margin-left: 2rem !important;
}

.hc-ml-9{
  margin-left: 2.25rem !important;
}

.hc-ml-10{
  margin-left: 2.5rem !important;
}

.hc-ml-11{
  margin-left: 2.75rem !important;
}

.hc-ml-12{
  margin-left: 3rem !important;
}

.hc-ml-14{
  margin-left: 3.5rem !important;
}

.hc-ml-16{
  margin-left: 4rem !important;
}

.hc-ml-20{
  margin-left: 5rem !important;
}

.hc-ml-24{
  margin-left: 6rem !important;
}

.hc-ml-28{
  margin-left: 7rem !important;
}

.hc-ml-32{
  margin-left: 8rem !important;
}

.hc-ml-36{
  margin-left: 9rem !important;
}

.hc-ml-40{
  margin-left: 10rem !important;
}

.hc-ml-44{
  margin-left: 11rem !important;
}

.hc-ml-48{
  margin-left: 12rem !important;
}

.hc-ml-52{
  margin-left: 13rem !important;
}

.hc-ml-56{
  margin-left: 14rem !important;
}

.hc-ml-60{
  margin-left: 15rem !important;
}

.hc-ml-64{
  margin-left: 16rem !important;
}

.hc-ml-72{
  margin-left: 18rem !important;
}

.hc-ml-80{
  margin-left: 20rem !important;
}

.hc-ml-96{
  margin-left: 24rem !important;
}

.hc-ml-128{
  margin-left: 32rem !important;
}

.hc-ml-144{
  margin-left: 44rem !important;
}

.hc-ml-900{
  margin-left: 900px !important;
}

.hc-ml-auto{
  margin-left: auto !important;
}

.hc-ml-px{
  margin-left: 1px !important;
}

.hc-ml-0\.5{
  margin-left: 0.125rem !important;
}

.hc-ml-1\.5{
  margin-left: 0.375rem !important;
}

.hc-ml-2\.5{
  margin-left: 0.625rem !important;
}

.hc-ml-3\.5{
  margin-left: 0.875rem !important;
}

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

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

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

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

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

.hc--ml-5{
  margin-left: -1.25rem !important;
}

.hc--ml-6{
  margin-left: -1.5rem !important;
}

.hc--ml-7{
  margin-left: -1.75rem !important;
}

.hc--ml-8{
  margin-left: -2rem !important;
}

.hc--ml-9{
  margin-left: -2.25rem !important;
}

.hc--ml-10{
  margin-left: -2.5rem !important;
}

.hc--ml-11{
  margin-left: -2.75rem !important;
}

.hc--ml-12{
  margin-left: -3rem !important;
}

.hc--ml-14{
  margin-left: -3.5rem !important;
}

.hc--ml-16{
  margin-left: -4rem !important;
}

.hc--ml-20{
  margin-left: -5rem !important;
}

.hc--ml-24{
  margin-left: -6rem !important;
}

.hc--ml-28{
  margin-left: -7rem !important;
}

.hc--ml-32{
  margin-left: -8rem !important;
}

.hc--ml-36{
  margin-left: -9rem !important;
}

.hc--ml-40{
  margin-left: -10rem !important;
}

.hc--ml-44{
  margin-left: -11rem !important;
}

.hc--ml-48{
  margin-left: -12rem !important;
}

.hc--ml-52{
  margin-left: -13rem !important;
}

.hc--ml-56{
  margin-left: -14rem !important;
}

.hc--ml-60{
  margin-left: -15rem !important;
}

.hc--ml-64{
  margin-left: -16rem !important;
}

.hc--ml-72{
  margin-left: -18rem !important;
}

.hc--ml-80{
  margin-left: -20rem !important;
}

.hc--ml-96{
  margin-left: -24rem !important;
}

.hc--ml-128{
  margin-left: -32rem !important;
}

.hc--ml-144{
  margin-left: -44rem !important;
}

.hc--ml-900{
  margin-left: -900px !important;
}

.hc--ml-px{
  margin-left: -1px !important;
}

.hc--ml-0\.5{
  margin-left: -0.125rem !important;
}

.hc--ml-1\.5{
  margin-left: -0.375rem !important;
}

.hc--ml-2\.5{
  margin-left: -0.625rem !important;
}

.hc--ml-3\.5{
  margin-left: -0.875rem !important;
}

.hc-box-border{
  box-sizing: border-box !important;
}

.hc-box-content{
  box-sizing: content-box !important;
}

.hc-block{
  display: block !important;
}

.hc-inline-block{
  display: inline-block !important;
}

.hc-inline{
  display: inline !important;
}

.hc-flex{
  display: flex !important;
}

.hc-inline-flex{
  display: inline-flex !important;
}

.hc-table{
  display: table !important;
}

.hc-inline-table{
  display: inline-table !important;
}

.hc-table-caption{
  display: table-caption !important;
}

.hc-table-cell{
  display: table-cell !important;
}

.hc-table-column{
  display: table-column !important;
}

.hc-table-column-group{
  display: table-column-group !important;
}

.hc-table-footer-group{
  display: table-footer-group !important;
}

.hc-table-header-group{
  display: table-header-group !important;
}

.hc-table-row-group{
  display: table-row-group !important;
}

.hc-table-row{
  display: table-row !important;
}

.hc-flow-root{
  display: flow-root !important;
}

.hc-grid{
  display: grid !important;
}

.hc-inline-grid{
  display: inline-grid !important;
}

.hc-contents{
  display: contents !important;
}

.hc-list-item{
  display: list-item !important;
}

.hc-hidden{
  display: none !important;
}

.hc-h-0{
  height: 0px !important;
}

.hc-h-1{
  height: 0.25rem !important;
}

.hc-h-2{
  height: 0.5rem !important;
}

.hc-h-3{
  height: 0.75rem !important;
}

.hc-h-4{
  height: 1rem !important;
}

.hc-h-5{
  height: 1.25rem !important;
}

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

.hc-h-7{
  height: 1.75rem !important;
}

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

.hc-h-9{
  height: 2.25rem !important;
}

.hc-h-10{
  height: 2.5rem !important;
}

.hc-h-11{
  height: 2.75rem !important;
}

.hc-h-12{
  height: 3rem !important;
}

.hc-h-14{
  height: 3.5rem !important;
}

.hc-h-16{
  height: 4rem !important;
}

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

.hc-h-24{
  height: 6rem !important;
}

.hc-h-28{
  height: 7rem !important;
}

.hc-h-32{
  height: 8rem !important;
}

.hc-h-36{
  height: 9rem !important;
}

.hc-h-40{
  height: 10rem !important;
}

.hc-h-44{
  height: 11rem !important;
}

.hc-h-48{
  height: 12rem !important;
}

.hc-h-52{
  height: 13rem !important;
}

.hc-h-56{
  height: 14rem !important;
}

.hc-h-60{
  height: 15rem !important;
}

.hc-h-64{
  height: 16rem !important;
}

.hc-h-72{
  height: 18rem !important;
}

.hc-h-80{
  height: 20rem !important;
}

.hc-h-96{
  height: 24rem !important;
}

.hc-h-128{
  height: 32rem !important;
}

.hc-h-144{
  height: 44rem !important;
}

.hc-h-900{
  height: 900px !important;
}

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

.hc-h-px{
  height: 1px !important;
}

.hc-h-0\.5{
  height: 0.125rem !important;
}

.hc-h-1\.5{
  height: 0.375rem !important;
}

.hc-h-2\.5{
  height: 0.625rem !important;
}

.hc-h-3\.5{
  height: 0.875rem !important;
}

.hc-h-1\/2{
  height: 50% !important;
}

.hc-h-1\/3{
  height: 33.333333% !important;
}

.hc-h-2\/3{
  height: 66.666667% !important;
}

.hc-h-1\/4{
  height: 25% !important;
}

.hc-h-2\/4{
  height: 50% !important;
}

.hc-h-3\/4{
  height: 75% !important;
}

.hc-h-1\/5{
  height: 20% !important;
}

.hc-h-2\/5{
  height: 40% !important;
}

.hc-h-3\/5{
  height: 60% !important;
}

.hc-h-4\/5{
  height: 80% !important;
}

.hc-h-1\/6{
  height: 16.666667% !important;
}

.hc-h-2\/6{
  height: 33.333333% !important;
}

.hc-h-3\/6{
  height: 50% !important;
}

.hc-h-4\/6{
  height: 66.666667% !important;
}

.hc-h-5\/6{
  height: 83.333333% !important;
}

.hc-h-full{
  height: 100% !important;
}

.hc-h-screen{
  height: 100vh !important;
}

.hc-max-h-0{
  max-height: 0px !important;
}

.hc-max-h-1{
  max-height: 0.25rem !important;
}

.hc-max-h-2{
  max-height: 0.5rem !important;
}

.hc-max-h-3{
  max-height: 0.75rem !important;
}

.hc-max-h-4{
  max-height: 1rem !important;
}

.hc-max-h-5{
  max-height: 1.25rem !important;
}

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

.hc-max-h-7{
  max-height: 1.75rem !important;
}

.hc-max-h-8{
  max-height: 2rem !important;
}

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

.hc-max-h-10{
  max-height: 2.5rem !important;
}

.hc-max-h-11{
  max-height: 2.75rem !important;
}

.hc-max-h-12{
  max-height: 3rem !important;
}

.hc-max-h-14{
  max-height: 3.5rem !important;
}

.hc-max-h-16{
  max-height: 4rem !important;
}

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

.hc-max-h-24{
  max-height: 6rem !important;
}

.hc-max-h-28{
  max-height: 7rem !important;
}

.hc-max-h-32{
  max-height: 8rem !important;
}

.hc-max-h-36{
  max-height: 9rem !important;
}

.hc-max-h-40{
  max-height: 10rem !important;
}

.hc-max-h-44{
  max-height: 11rem !important;
}

.hc-max-h-48{
  max-height: 12rem !important;
}

.hc-max-h-52{
  max-height: 13rem !important;
}

.hc-max-h-56{
  max-height: 14rem !important;
}

.hc-max-h-60{
  max-height: 15rem !important;
}

.hc-max-h-64{
  max-height: 16rem !important;
}

.hc-max-h-72{
  max-height: 18rem !important;
}

.hc-max-h-80{
  max-height: 20rem !important;
}

.hc-max-h-96{
  max-height: 24rem !important;
}

.hc-max-h-128{
  max-height: 32rem !important;
}

.hc-max-h-144{
  max-height: 44rem !important;
}

.hc-max-h-900{
  max-height: 900px !important;
}

.hc-max-h-px{
  max-height: 1px !important;
}

.hc-max-h-0\.5{
  max-height: 0.125rem !important;
}

.hc-max-h-1\.5{
  max-height: 0.375rem !important;
}

.hc-max-h-2\.5{
  max-height: 0.625rem !important;
}

.hc-max-h-3\.5{
  max-height: 0.875rem !important;
}

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

.hc-max-h-screen{
  max-height: 100vh !important;
}

.hc-min-h-0{
  min-height: 0px !important;
}

.hc-min-h-full{
  min-height: 100% !important;
}

.hc-min-h-screen{
  min-height: 100vh !important;
}

.hc-w-0{
  width: 0px !important;
}

.hc-w-1{
  width: 0.25rem !important;
}

.hc-w-2{
  width: 0.5rem !important;
}

.hc-w-3{
  width: 0.75rem !important;
}

.hc-w-4{
  width: 1rem !important;
}

.hc-w-5{
  width: 1.25rem !important;
}

.hc-w-6{
  width: 1.5rem !important;
}

.hc-w-7{
  width: 1.75rem !important;
}

.hc-w-8{
  width: 2rem !important;
}

.hc-w-9{
  width: 2.25rem !important;
}

.hc-w-10{
  width: 2.5rem !important;
}

.hc-w-11{
  width: 2.75rem !important;
}

.hc-w-12{
  width: 3rem !important;
}

.hc-w-14{
  width: 3.5rem !important;
}

.hc-w-16{
  width: 4rem !important;
}

.hc-w-20{
  width: 5rem !important;
}

.hc-w-24{
  width: 6rem !important;
}

.hc-w-28{
  width: 7rem !important;
}

.hc-w-32{
  width: 8rem !important;
}

.hc-w-36{
  width: 9rem !important;
}

.hc-w-40{
  width: 10rem !important;
}

.hc-w-44{
  width: 11rem !important;
}

.hc-w-48{
  width: 12rem !important;
}

.hc-w-52{
  width: 13rem !important;
}

.hc-w-56{
  width: 14rem !important;
}

.hc-w-60{
  width: 15rem !important;
}

.hc-w-64{
  width: 16rem !important;
}

.hc-w-72{
  width: 18rem !important;
}

.hc-w-80{
  width: 20rem !important;
}

.hc-w-96{
  width: 24rem !important;
}

.hc-w-128{
  width: 32rem !important;
}

.hc-w-144{
  width: 44rem !important;
}

.hc-w-900{
  width: 900px !important;
}

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

.hc-w-px{
  width: 1px !important;
}

.hc-w-0\.5{
  width: 0.125rem !important;
}

.hc-w-1\.5{
  width: 0.375rem !important;
}

.hc-w-2\.5{
  width: 0.625rem !important;
}

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

.hc-w-1\/2{
  width: 50% !important;
}

.hc-w-1\/3{
  width: 33.333333% !important;
}

.hc-w-2\/3{
  width: 66.666667% !important;
}

.hc-w-1\/4{
  width: 25% !important;
}

.hc-w-2\/4{
  width: 50% !important;
}

.hc-w-3\/4{
  width: 75% !important;
}

.hc-w-1\/5{
  width: 20% !important;
}

.hc-w-2\/5{
  width: 40% !important;
}

.hc-w-3\/5{
  width: 60% !important;
}

.hc-w-4\/5{
  width: 80% !important;
}

.hc-w-1\/6{
  width: 16.666667% !important;
}

.hc-w-2\/6{
  width: 33.333333% !important;
}

.hc-w-3\/6{
  width: 50% !important;
}

.hc-w-4\/6{
  width: 66.666667% !important;
}

.hc-w-5\/6{
  width: 83.333333% !important;
}

.hc-w-1\/12{
  width: 8.333333% !important;
}

.hc-w-2\/12{
  width: 16.666667% !important;
}

.hc-w-3\/12{
  width: 25% !important;
}

.hc-w-4\/12{
  width: 33.333333% !important;
}

.hc-w-5\/12{
  width: 41.666667% !important;
}

.hc-w-6\/12{
  width: 50% !important;
}

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

.hc-w-8\/12{
  width: 66.666667% !important;
}

.hc-w-9\/12{
  width: 75% !important;
}

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

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

.hc-w-full{
  width: 100% !important;
}

.hc-w-screen{
  width: 100vw !important;
}

.hc-w-min{
  width: -moz-min-content !important;
  width: min-content !important;
}

.hc-w-max{
  width: -moz-max-content !important;
  width: max-content !important;
}

.hc-min-w-0{
  min-width: 0px !important;
}

.hc-min-w-full{
  min-width: 100% !important;
}

.hc-min-w-min{
  min-width: -moz-min-content !important;
  min-width: min-content !important;
}

.hc-min-w-max{
  min-width: -moz-max-content !important;
  min-width: max-content !important;
}

.hc-max-w-0{
  max-width: 0rem !important;
}

.hc-max-w-none{
  max-width: none !important;
}

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

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

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

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

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

.hc-max-w-2xl{
  max-width: 42rem !important;
}

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

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

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

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

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

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

.hc-max-w-min{
  max-width: -moz-min-content !important;
  max-width: min-content !important;
}

.hc-max-w-max{
  max-width: -moz-max-content !important;
  max-width: max-content !important;
}

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

.hc-max-w-screen-tablet{
  max-width: 1330px !important;
}

.hc-flex-1{
  flex: 1 1 0% !important;
}

.hc-flex-auto{
  flex: 1 1 auto !important;
}

.hc-flex-initial{
  flex: 0 1 auto !important;
}

.hc-flex-none{
  flex: none !important;
}

.hc-flex-shrink-0{
  flex-shrink: 0 !important;
}

.hc-flex-shrink{
  flex-shrink: 1 !important;
}

.hc-flex-grow-0{
  flex-grow: 0 !important;
}

.hc-flex-grow{
  flex-grow: 1 !important;
}

.hc-table-auto{
  table-layout: auto !important;
}

.hc-table-fixed{
  table-layout: fixed !important;
}

.hc-border-collapse{
  border-collapse: collapse !important;
}

.hc-border-separate{
  border-collapse: separate !important;
}

.hc-origin-center{
  transform-origin: center !important;
}

.hc-origin-top{
  transform-origin: top !important;
}

.hc-origin-top-right{
  transform-origin: top right !important;
}

.hc-origin-right{
  transform-origin: right !important;
}

.hc-origin-bottom-right{
  transform-origin: bottom right !important;
}

.hc-origin-bottom{
  transform-origin: bottom !important;
}

.hc-origin-bottom-left{
  transform-origin: bottom left !important;
}

.hc-origin-left{
  transform-origin: left !important;
}

.hc-origin-top-left{
  transform-origin: top left !important;
}

.hc-transform{
  --tw-translate-x: 0 !important;
  --tw-translate-y: 0 !important;
  --tw-rotate: 0 !important;
  --tw-skew-x: 0 !important;
  --tw-skew-y: 0 !important;
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  transform: translateX(var(--tw-translate-x)) translateY(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)) !important;
}

.hc-transform-gpu{
  --tw-translate-x: 0 !important;
  --tw-translate-y: 0 !important;
  --tw-rotate: 0 !important;
  --tw-skew-x: 0 !important;
  --tw-skew-y: 0 !important;
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.hc-transform-none{
  transform: none !important;
}

.hc-translate-x-0{
  --tw-translate-x: 0px !important;
}

.hc-translate-x-1{
  --tw-translate-x: 0.25rem !important;
}

.hc-translate-x-2{
  --tw-translate-x: 0.5rem !important;
}

.hc-translate-x-3{
  --tw-translate-x: 0.75rem !important;
}

.hc-translate-x-4{
  --tw-translate-x: 1rem !important;
}

.hc-translate-x-5{
  --tw-translate-x: 1.25rem !important;
}

.hc-translate-x-6{
  --tw-translate-x: 1.5rem !important;
}

.hc-translate-x-7{
  --tw-translate-x: 1.75rem !important;
}

.hc-translate-x-8{
  --tw-translate-x: 2rem !important;
}

.hc-translate-x-9{
  --tw-translate-x: 2.25rem !important;
}

.hc-translate-x-10{
  --tw-translate-x: 2.5rem !important;
}

.hc-translate-x-11{
  --tw-translate-x: 2.75rem !important;
}

.hc-translate-x-12{
  --tw-translate-x: 3rem !important;
}

.hc-translate-x-14{
  --tw-translate-x: 3.5rem !important;
}

.hc-translate-x-16{
  --tw-translate-x: 4rem !important;
}

.hc-translate-x-20{
  --tw-translate-x: 5rem !important;
}

.hc-translate-x-24{
  --tw-translate-x: 6rem !important;
}

.hc-translate-x-28{
  --tw-translate-x: 7rem !important;
}

.hc-translate-x-32{
  --tw-translate-x: 8rem !important;
}

.hc-translate-x-36{
  --tw-translate-x: 9rem !important;
}

.hc-translate-x-40{
  --tw-translate-x: 10rem !important;
}

.hc-translate-x-44{
  --tw-translate-x: 11rem !important;
}

.hc-translate-x-48{
  --tw-translate-x: 12rem !important;
}

.hc-translate-x-52{
  --tw-translate-x: 13rem !important;
}

.hc-translate-x-56{
  --tw-translate-x: 14rem !important;
}

.hc-translate-x-60{
  --tw-translate-x: 15rem !important;
}

.hc-translate-x-64{
  --tw-translate-x: 16rem !important;
}

.hc-translate-x-72{
  --tw-translate-x: 18rem !important;
}

.hc-translate-x-80{
  --tw-translate-x: 20rem !important;
}

.hc-translate-x-96{
  --tw-translate-x: 24rem !important;
}

.hc-translate-x-128{
  --tw-translate-x: 32rem !important;
}

.hc-translate-x-144{
  --tw-translate-x: 44rem !important;
}

.hc-translate-x-900{
  --tw-translate-x: 900px !important;
}

.hc-translate-x-px{
  --tw-translate-x: 1px !important;
}

.hc-translate-x-0\.5{
  --tw-translate-x: 0.125rem !important;
}

.hc-translate-x-1\.5{
  --tw-translate-x: 0.375rem !important;
}

.hc-translate-x-2\.5{
  --tw-translate-x: 0.625rem !important;
}

.hc-translate-x-3\.5{
  --tw-translate-x: 0.875rem !important;
}

.hc--translate-x-0{
  --tw-translate-x: 0px !important;
}

.hc--translate-x-1{
  --tw-translate-x: -0.25rem !important;
}

.hc--translate-x-2{
  --tw-translate-x: -0.5rem !important;
}

.hc--translate-x-3{
  --tw-translate-x: -0.75rem !important;
}

.hc--translate-x-4{
  --tw-translate-x: -1rem !important;
}

.hc--translate-x-5{
  --tw-translate-x: -1.25rem !important;
}

.hc--translate-x-6{
  --tw-translate-x: -1.5rem !important;
}

.hc--translate-x-7{
  --tw-translate-x: -1.75rem !important;
}

.hc--translate-x-8{
  --tw-translate-x: -2rem !important;
}

.hc--translate-x-9{
  --tw-translate-x: -2.25rem !important;
}

.hc--translate-x-10{
  --tw-translate-x: -2.5rem !important;
}

.hc--translate-x-11{
  --tw-translate-x: -2.75rem !important;
}

.hc--translate-x-12{
  --tw-translate-x: -3rem !important;
}

.hc--translate-x-14{
  --tw-translate-x: -3.5rem !important;
}

.hc--translate-x-16{
  --tw-translate-x: -4rem !important;
}

.hc--translate-x-20{
  --tw-translate-x: -5rem !important;
}

.hc--translate-x-24{
  --tw-translate-x: -6rem !important;
}

.hc--translate-x-28{
  --tw-translate-x: -7rem !important;
}

.hc--translate-x-32{
  --tw-translate-x: -8rem !important;
}

.hc--translate-x-36{
  --tw-translate-x: -9rem !important;
}

.hc--translate-x-40{
  --tw-translate-x: -10rem !important;
}

.hc--translate-x-44{
  --tw-translate-x: -11rem !important;
}

.hc--translate-x-48{
  --tw-translate-x: -12rem !important;
}

.hc--translate-x-52{
  --tw-translate-x: -13rem !important;
}

.hc--translate-x-56{
  --tw-translate-x: -14rem !important;
}

.hc--translate-x-60{
  --tw-translate-x: -15rem !important;
}

.hc--translate-x-64{
  --tw-translate-x: -16rem !important;
}

.hc--translate-x-72{
  --tw-translate-x: -18rem !important;
}

.hc--translate-x-80{
  --tw-translate-x: -20rem !important;
}

.hc--translate-x-96{
  --tw-translate-x: -24rem !important;
}

.hc--translate-x-128{
  --tw-translate-x: -32rem !important;
}

.hc--translate-x-144{
  --tw-translate-x: -44rem !important;
}

.hc--translate-x-900{
  --tw-translate-x: -900px !important;
}

.hc--translate-x-px{
  --tw-translate-x: -1px !important;
}

.hc--translate-x-0\.5{
  --tw-translate-x: -0.125rem !important;
}

.hc--translate-x-1\.5{
  --tw-translate-x: -0.375rem !important;
}

.hc--translate-x-2\.5{
  --tw-translate-x: -0.625rem !important;
}

.hc--translate-x-3\.5{
  --tw-translate-x: -0.875rem !important;
}

.hc-translate-x-1\/2{
  --tw-translate-x: 50% !important;
}

.hc-translate-x-1\/3{
  --tw-translate-x: 33.333333% !important;
}

.hc-translate-x-2\/3{
  --tw-translate-x: 66.666667% !important;
}

.hc-translate-x-1\/4{
  --tw-translate-x: 25% !important;
}

.hc-translate-x-2\/4{
  --tw-translate-x: 50% !important;
}

.hc-translate-x-3\/4{
  --tw-translate-x: 75% !important;
}

.hc-translate-x-full{
  --tw-translate-x: 100% !important;
}

.hc--translate-x-1\/2{
  --tw-translate-x: -50% !important;
}

.hc--translate-x-1\/3{
  --tw-translate-x: -33.333333% !important;
}

.hc--translate-x-2\/3{
  --tw-translate-x: -66.666667% !important;
}

.hc--translate-x-1\/4{
  --tw-translate-x: -25% !important;
}

.hc--translate-x-2\/4{
  --tw-translate-x: -50% !important;
}

.hc--translate-x-3\/4{
  --tw-translate-x: -75% !important;
}

.hc--translate-x-full{
  --tw-translate-x: -100% !important;
}

.hc-translate-y-0{
  --tw-translate-y: 0px !important;
}

.hc-translate-y-1{
  --tw-translate-y: 0.25rem !important;
}

.hc-translate-y-2{
  --tw-translate-y: 0.5rem !important;
}

.hc-translate-y-3{
  --tw-translate-y: 0.75rem !important;
}

.hc-translate-y-4{
  --tw-translate-y: 1rem !important;
}

.hc-translate-y-5{
  --tw-translate-y: 1.25rem !important;
}

.hc-translate-y-6{
  --tw-translate-y: 1.5rem !important;
}

.hc-translate-y-7{
  --tw-translate-y: 1.75rem !important;
}

.hc-translate-y-8{
  --tw-translate-y: 2rem !important;
}

.hc-translate-y-9{
  --tw-translate-y: 2.25rem !important;
}

.hc-translate-y-10{
  --tw-translate-y: 2.5rem !important;
}

.hc-translate-y-11{
  --tw-translate-y: 2.75rem !important;
}

.hc-translate-y-12{
  --tw-translate-y: 3rem !important;
}

.hc-translate-y-14{
  --tw-translate-y: 3.5rem !important;
}

.hc-translate-y-16{
  --tw-translate-y: 4rem !important;
}

.hc-translate-y-20{
  --tw-translate-y: 5rem !important;
}

.hc-translate-y-24{
  --tw-translate-y: 6rem !important;
}

.hc-translate-y-28{
  --tw-translate-y: 7rem !important;
}

.hc-translate-y-32{
  --tw-translate-y: 8rem !important;
}

.hc-translate-y-36{
  --tw-translate-y: 9rem !important;
}

.hc-translate-y-40{
  --tw-translate-y: 10rem !important;
}

.hc-translate-y-44{
  --tw-translate-y: 11rem !important;
}

.hc-translate-y-48{
  --tw-translate-y: 12rem !important;
}

.hc-translate-y-52{
  --tw-translate-y: 13rem !important;
}

.hc-translate-y-56{
  --tw-translate-y: 14rem !important;
}

.hc-translate-y-60{
  --tw-translate-y: 15rem !important;
}

.hc-translate-y-64{
  --tw-translate-y: 16rem !important;
}

.hc-translate-y-72{
  --tw-translate-y: 18rem !important;
}

.hc-translate-y-80{
  --tw-translate-y: 20rem !important;
}

.hc-translate-y-96{
  --tw-translate-y: 24rem !important;
}

.hc-translate-y-128{
  --tw-translate-y: 32rem !important;
}

.hc-translate-y-144{
  --tw-translate-y: 44rem !important;
}

.hc-translate-y-900{
  --tw-translate-y: 900px !important;
}

.hc-translate-y-px{
  --tw-translate-y: 1px !important;
}

.hc-translate-y-0\.5{
  --tw-translate-y: 0.125rem !important;
}

.hc-translate-y-1\.5{
  --tw-translate-y: 0.375rem !important;
}

.hc-translate-y-2\.5{
  --tw-translate-y: 0.625rem !important;
}

.hc-translate-y-3\.5{
  --tw-translate-y: 0.875rem !important;
}

.hc--translate-y-0{
  --tw-translate-y: 0px !important;
}

.hc--translate-y-1{
  --tw-translate-y: -0.25rem !important;
}

.hc--translate-y-2{
  --tw-translate-y: -0.5rem !important;
}

.hc--translate-y-3{
  --tw-translate-y: -0.75rem !important;
}

.hc--translate-y-4{
  --tw-translate-y: -1rem !important;
}

.hc--translate-y-5{
  --tw-translate-y: -1.25rem !important;
}

.hc--translate-y-6{
  --tw-translate-y: -1.5rem !important;
}

.hc--translate-y-7{
  --tw-translate-y: -1.75rem !important;
}

.hc--translate-y-8{
  --tw-translate-y: -2rem !important;
}

.hc--translate-y-9{
  --tw-translate-y: -2.25rem !important;
}

.hc--translate-y-10{
  --tw-translate-y: -2.5rem !important;
}

.hc--translate-y-11{
  --tw-translate-y: -2.75rem !important;
}

.hc--translate-y-12{
  --tw-translate-y: -3rem !important;
}

.hc--translate-y-14{
  --tw-translate-y: -3.5rem !important;
}

.hc--translate-y-16{
  --tw-translate-y: -4rem !important;
}

.hc--translate-y-20{
  --tw-translate-y: -5rem !important;
}

.hc--translate-y-24{
  --tw-translate-y: -6rem !important;
}

.hc--translate-y-28{
  --tw-translate-y: -7rem !important;
}

.hc--translate-y-32{
  --tw-translate-y: -8rem !important;
}

.hc--translate-y-36{
  --tw-translate-y: -9rem !important;
}

.hc--translate-y-40{
  --tw-translate-y: -10rem !important;
}

.hc--translate-y-44{
  --tw-translate-y: -11rem !important;
}

.hc--translate-y-48{
  --tw-translate-y: -12rem !important;
}

.hc--translate-y-52{
  --tw-translate-y: -13rem !important;
}

.hc--translate-y-56{
  --tw-translate-y: -14rem !important;
}

.hc--translate-y-60{
  --tw-translate-y: -15rem !important;
}

.hc--translate-y-64{
  --tw-translate-y: -16rem !important;
}

.hc--translate-y-72{
  --tw-translate-y: -18rem !important;
}

.hc--translate-y-80{
  --tw-translate-y: -20rem !important;
}

.hc--translate-y-96{
  --tw-translate-y: -24rem !important;
}

.hc--translate-y-128{
  --tw-translate-y: -32rem !important;
}

.hc--translate-y-144{
  --tw-translate-y: -44rem !important;
}

.hc--translate-y-900{
  --tw-translate-y: -900px !important;
}

.hc--translate-y-px{
  --tw-translate-y: -1px !important;
}

.hc--translate-y-0\.5{
  --tw-translate-y: -0.125rem !important;
}

.hc--translate-y-1\.5{
  --tw-translate-y: -0.375rem !important;
}

.hc--translate-y-2\.5{
  --tw-translate-y: -0.625rem !important;
}

.hc--translate-y-3\.5{
  --tw-translate-y: -0.875rem !important;
}

.hc-translate-y-1\/2{
  --tw-translate-y: 50% !important;
}

.hc-translate-y-1\/3{
  --tw-translate-y: 33.333333% !important;
}

.hc-translate-y-2\/3{
  --tw-translate-y: 66.666667% !important;
}

.hc-translate-y-1\/4{
  --tw-translate-y: 25% !important;
}

.hc-translate-y-2\/4{
  --tw-translate-y: 50% !important;
}

.hc-translate-y-3\/4{
  --tw-translate-y: 75% !important;
}

.hc-translate-y-full{
  --tw-translate-y: 100% !important;
}

.hc--translate-y-1\/2{
  --tw-translate-y: -50% !important;
}

.hc--translate-y-1\/3{
  --tw-translate-y: -33.333333% !important;
}

.hc--translate-y-2\/3{
  --tw-translate-y: -66.666667% !important;
}

.hc--translate-y-1\/4{
  --tw-translate-y: -25% !important;
}

.hc--translate-y-2\/4{
  --tw-translate-y: -50% !important;
}

.hc--translate-y-3\/4{
  --tw-translate-y: -75% !important;
}

.hc--translate-y-full{
  --tw-translate-y: -100% !important;
}

.hover\:hc-translate-x-0:hover{
  --tw-translate-x: 0px !important;
}

.hover\:hc-translate-x-1:hover{
  --tw-translate-x: 0.25rem !important;
}

.hover\:hc-translate-x-2:hover{
  --tw-translate-x: 0.5rem !important;
}

.hover\:hc-translate-x-3:hover{
  --tw-translate-x: 0.75rem !important;
}

.hover\:hc-translate-x-4:hover{
  --tw-translate-x: 1rem !important;
}

.hover\:hc-translate-x-5:hover{
  --tw-translate-x: 1.25rem !important;
}

.hover\:hc-translate-x-6:hover{
  --tw-translate-x: 1.5rem !important;
}

.hover\:hc-translate-x-7:hover{
  --tw-translate-x: 1.75rem !important;
}

.hover\:hc-translate-x-8:hover{
  --tw-translate-x: 2rem !important;
}

.hover\:hc-translate-x-9:hover{
  --tw-translate-x: 2.25rem !important;
}

.hover\:hc-translate-x-10:hover{
  --tw-translate-x: 2.5rem !important;
}

.hover\:hc-translate-x-11:hover{
  --tw-translate-x: 2.75rem !important;
}

.hover\:hc-translate-x-12:hover{
  --tw-translate-x: 3rem !important;
}

.hover\:hc-translate-x-14:hover{
  --tw-translate-x: 3.5rem !important;
}

.hover\:hc-translate-x-16:hover{
  --tw-translate-x: 4rem !important;
}

.hover\:hc-translate-x-20:hover{
  --tw-translate-x: 5rem !important;
}

.hover\:hc-translate-x-24:hover{
  --tw-translate-x: 6rem !important;
}

.hover\:hc-translate-x-28:hover{
  --tw-translate-x: 7rem !important;
}

.hover\:hc-translate-x-32:hover{
  --tw-translate-x: 8rem !important;
}

.hover\:hc-translate-x-36:hover{
  --tw-translate-x: 9rem !important;
}

.hover\:hc-translate-x-40:hover{
  --tw-translate-x: 10rem !important;
}

.hover\:hc-translate-x-44:hover{
  --tw-translate-x: 11rem !important;
}

.hover\:hc-translate-x-48:hover{
  --tw-translate-x: 12rem !important;
}

.hover\:hc-translate-x-52:hover{
  --tw-translate-x: 13rem !important;
}

.hover\:hc-translate-x-56:hover{
  --tw-translate-x: 14rem !important;
}

.hover\:hc-translate-x-60:hover{
  --tw-translate-x: 15rem !important;
}

.hover\:hc-translate-x-64:hover{
  --tw-translate-x: 16rem !important;
}

.hover\:hc-translate-x-72:hover{
  --tw-translate-x: 18rem !important;
}

.hover\:hc-translate-x-80:hover{
  --tw-translate-x: 20rem !important;
}

.hover\:hc-translate-x-96:hover{
  --tw-translate-x: 24rem !important;
}

.hover\:hc-translate-x-128:hover{
  --tw-translate-x: 32rem !important;
}

.hover\:hc-translate-x-144:hover{
  --tw-translate-x: 44rem !important;
}

.hover\:hc-translate-x-900:hover{
  --tw-translate-x: 900px !important;
}

.hover\:hc-translate-x-px:hover{
  --tw-translate-x: 1px !important;
}

.hover\:hc-translate-x-0\.5:hover{
  --tw-translate-x: 0.125rem !important;
}

.hover\:hc-translate-x-1\.5:hover{
  --tw-translate-x: 0.375rem !important;
}

.hover\:hc-translate-x-2\.5:hover{
  --tw-translate-x: 0.625rem !important;
}

.hover\:hc-translate-x-3\.5:hover{
  --tw-translate-x: 0.875rem !important;
}

.hover\:hc--translate-x-0:hover{
  --tw-translate-x: 0px !important;
}

.hover\:hc--translate-x-1:hover{
  --tw-translate-x: -0.25rem !important;
}

.hover\:hc--translate-x-2:hover{
  --tw-translate-x: -0.5rem !important;
}

.hover\:hc--translate-x-3:hover{
  --tw-translate-x: -0.75rem !important;
}

.hover\:hc--translate-x-4:hover{
  --tw-translate-x: -1rem !important;
}

.hover\:hc--translate-x-5:hover{
  --tw-translate-x: -1.25rem !important;
}

.hover\:hc--translate-x-6:hover{
  --tw-translate-x: -1.5rem !important;
}

.hover\:hc--translate-x-7:hover{
  --tw-translate-x: -1.75rem !important;
}

.hover\:hc--translate-x-8:hover{
  --tw-translate-x: -2rem !important;
}

.hover\:hc--translate-x-9:hover{
  --tw-translate-x: -2.25rem !important;
}

.hover\:hc--translate-x-10:hover{
  --tw-translate-x: -2.5rem !important;
}

.hover\:hc--translate-x-11:hover{
  --tw-translate-x: -2.75rem !important;
}

.hover\:hc--translate-x-12:hover{
  --tw-translate-x: -3rem !important;
}

.hover\:hc--translate-x-14:hover{
  --tw-translate-x: -3.5rem !important;
}

.hover\:hc--translate-x-16:hover{
  --tw-translate-x: -4rem !important;
}

.hover\:hc--translate-x-20:hover{
  --tw-translate-x: -5rem !important;
}

.hover\:hc--translate-x-24:hover{
  --tw-translate-x: -6rem !important;
}

.hover\:hc--translate-x-28:hover{
  --tw-translate-x: -7rem !important;
}

.hover\:hc--translate-x-32:hover{
  --tw-translate-x: -8rem !important;
}

.hover\:hc--translate-x-36:hover{
  --tw-translate-x: -9rem !important;
}

.hover\:hc--translate-x-40:hover{
  --tw-translate-x: -10rem !important;
}

.hover\:hc--translate-x-44:hover{
  --tw-translate-x: -11rem !important;
}

.hover\:hc--translate-x-48:hover{
  --tw-translate-x: -12rem !important;
}

.hover\:hc--translate-x-52:hover{
  --tw-translate-x: -13rem !important;
}

.hover\:hc--translate-x-56:hover{
  --tw-translate-x: -14rem !important;
}

.hover\:hc--translate-x-60:hover{
  --tw-translate-x: -15rem !important;
}

.hover\:hc--translate-x-64:hover{
  --tw-translate-x: -16rem !important;
}

.hover\:hc--translate-x-72:hover{
  --tw-translate-x: -18rem !important;
}

.hover\:hc--translate-x-80:hover{
  --tw-translate-x: -20rem !important;
}

.hover\:hc--translate-x-96:hover{
  --tw-translate-x: -24rem !important;
}

.hover\:hc--translate-x-128:hover{
  --tw-translate-x: -32rem !important;
}

.hover\:hc--translate-x-144:hover{
  --tw-translate-x: -44rem !important;
}

.hover\:hc--translate-x-900:hover{
  --tw-translate-x: -900px !important;
}

.hover\:hc--translate-x-px:hover{
  --tw-translate-x: -1px !important;
}

.hover\:hc--translate-x-0\.5:hover{
  --tw-translate-x: -0.125rem !important;
}

.hover\:hc--translate-x-1\.5:hover{
  --tw-translate-x: -0.375rem !important;
}

.hover\:hc--translate-x-2\.5:hover{
  --tw-translate-x: -0.625rem !important;
}

.hover\:hc--translate-x-3\.5:hover{
  --tw-translate-x: -0.875rem !important;
}

.hover\:hc-translate-x-1\/2:hover{
  --tw-translate-x: 50% !important;
}

.hover\:hc-translate-x-1\/3:hover{
  --tw-translate-x: 33.333333% !important;
}

.hover\:hc-translate-x-2\/3:hover{
  --tw-translate-x: 66.666667% !important;
}

.hover\:hc-translate-x-1\/4:hover{
  --tw-translate-x: 25% !important;
}

.hover\:hc-translate-x-2\/4:hover{
  --tw-translate-x: 50% !important;
}

.hover\:hc-translate-x-3\/4:hover{
  --tw-translate-x: 75% !important;
}

.hover\:hc-translate-x-full:hover{
  --tw-translate-x: 100% !important;
}

.hover\:hc--translate-x-1\/2:hover{
  --tw-translate-x: -50% !important;
}

.hover\:hc--translate-x-1\/3:hover{
  --tw-translate-x: -33.333333% !important;
}

.hover\:hc--translate-x-2\/3:hover{
  --tw-translate-x: -66.666667% !important;
}

.hover\:hc--translate-x-1\/4:hover{
  --tw-translate-x: -25% !important;
}

.hover\:hc--translate-x-2\/4:hover{
  --tw-translate-x: -50% !important;
}

.hover\:hc--translate-x-3\/4:hover{
  --tw-translate-x: -75% !important;
}

.hover\:hc--translate-x-full:hover{
  --tw-translate-x: -100% !important;
}

.hover\:hc-translate-y-0:hover{
  --tw-translate-y: 0px !important;
}

.hover\:hc-translate-y-1:hover{
  --tw-translate-y: 0.25rem !important;
}

.hover\:hc-translate-y-2:hover{
  --tw-translate-y: 0.5rem !important;
}

.hover\:hc-translate-y-3:hover{
  --tw-translate-y: 0.75rem !important;
}

.hover\:hc-translate-y-4:hover{
  --tw-translate-y: 1rem !important;
}

.hover\:hc-translate-y-5:hover{
  --tw-translate-y: 1.25rem !important;
}

.hover\:hc-translate-y-6:hover{
  --tw-translate-y: 1.5rem !important;
}

.hover\:hc-translate-y-7:hover{
  --tw-translate-y: 1.75rem !important;
}

.hover\:hc-translate-y-8:hover{
  --tw-translate-y: 2rem !important;
}

.hover\:hc-translate-y-9:hover{
  --tw-translate-y: 2.25rem !important;
}

.hover\:hc-translate-y-10:hover{
  --tw-translate-y: 2.5rem !important;
}

.hover\:hc-translate-y-11:hover{
  --tw-translate-y: 2.75rem !important;
}

.hover\:hc-translate-y-12:hover{
  --tw-translate-y: 3rem !important;
}

.hover\:hc-translate-y-14:hover{
  --tw-translate-y: 3.5rem !important;
}

.hover\:hc-translate-y-16:hover{
  --tw-translate-y: 4rem !important;
}

.hover\:hc-translate-y-20:hover{
  --tw-translate-y: 5rem !important;
}

.hover\:hc-translate-y-24:hover{
  --tw-translate-y: 6rem !important;
}

.hover\:hc-translate-y-28:hover{
  --tw-translate-y: 7rem !important;
}

.hover\:hc-translate-y-32:hover{
  --tw-translate-y: 8rem !important;
}

.hover\:hc-translate-y-36:hover{
  --tw-translate-y: 9rem !important;
}

.hover\:hc-translate-y-40:hover{
  --tw-translate-y: 10rem !important;
}

.hover\:hc-translate-y-44:hover{
  --tw-translate-y: 11rem !important;
}

.hover\:hc-translate-y-48:hover{
  --tw-translate-y: 12rem !important;
}

.hover\:hc-translate-y-52:hover{
  --tw-translate-y: 13rem !important;
}

.hover\:hc-translate-y-56:hover{
  --tw-translate-y: 14rem !important;
}

.hover\:hc-translate-y-60:hover{
  --tw-translate-y: 15rem !important;
}

.hover\:hc-translate-y-64:hover{
  --tw-translate-y: 16rem !important;
}

.hover\:hc-translate-y-72:hover{
  --tw-translate-y: 18rem !important;
}

.hover\:hc-translate-y-80:hover{
  --tw-translate-y: 20rem !important;
}

.hover\:hc-translate-y-96:hover{
  --tw-translate-y: 24rem !important;
}

.hover\:hc-translate-y-128:hover{
  --tw-translate-y: 32rem !important;
}

.hover\:hc-translate-y-144:hover{
  --tw-translate-y: 44rem !important;
}

.hover\:hc-translate-y-900:hover{
  --tw-translate-y: 900px !important;
}

.hover\:hc-translate-y-px:hover{
  --tw-translate-y: 1px !important;
}

.hover\:hc-translate-y-0\.5:hover{
  --tw-translate-y: 0.125rem !important;
}

.hover\:hc-translate-y-1\.5:hover{
  --tw-translate-y: 0.375rem !important;
}

.hover\:hc-translate-y-2\.5:hover{
  --tw-translate-y: 0.625rem !important;
}

.hover\:hc-translate-y-3\.5:hover{
  --tw-translate-y: 0.875rem !important;
}

.hover\:hc--translate-y-0:hover{
  --tw-translate-y: 0px !important;
}

.hover\:hc--translate-y-1:hover{
  --tw-translate-y: -0.25rem !important;
}

.hover\:hc--translate-y-2:hover{
  --tw-translate-y: -0.5rem !important;
}

.hover\:hc--translate-y-3:hover{
  --tw-translate-y: -0.75rem !important;
}

.hover\:hc--translate-y-4:hover{
  --tw-translate-y: -1rem !important;
}

.hover\:hc--translate-y-5:hover{
  --tw-translate-y: -1.25rem !important;
}

.hover\:hc--translate-y-6:hover{
  --tw-translate-y: -1.5rem !important;
}

.hover\:hc--translate-y-7:hover{
  --tw-translate-y: -1.75rem !important;
}

.hover\:hc--translate-y-8:hover{
  --tw-translate-y: -2rem !important;
}

.hover\:hc--translate-y-9:hover{
  --tw-translate-y: -2.25rem !important;
}

.hover\:hc--translate-y-10:hover{
  --tw-translate-y: -2.5rem !important;
}

.hover\:hc--translate-y-11:hover{
  --tw-translate-y: -2.75rem !important;
}

.hover\:hc--translate-y-12:hover{
  --tw-translate-y: -3rem !important;
}

.hover\:hc--translate-y-14:hover{
  --tw-translate-y: -3.5rem !important;
}

.hover\:hc--translate-y-16:hover{
  --tw-translate-y: -4rem !important;
}

.hover\:hc--translate-y-20:hover{
  --tw-translate-y: -5rem !important;
}

.hover\:hc--translate-y-24:hover{
  --tw-translate-y: -6rem !important;
}

.hover\:hc--translate-y-28:hover{
  --tw-translate-y: -7rem !important;
}

.hover\:hc--translate-y-32:hover{
  --tw-translate-y: -8rem !important;
}

.hover\:hc--translate-y-36:hover{
  --tw-translate-y: -9rem !important;
}

.hover\:hc--translate-y-40:hover{
  --tw-translate-y: -10rem !important;
}

.hover\:hc--translate-y-44:hover{
  --tw-translate-y: -11rem !important;
}

.hover\:hc--translate-y-48:hover{
  --tw-translate-y: -12rem !important;
}

.hover\:hc--translate-y-52:hover{
  --tw-translate-y: -13rem !important;
}

.hover\:hc--translate-y-56:hover{
  --tw-translate-y: -14rem !important;
}

.hover\:hc--translate-y-60:hover{
  --tw-translate-y: -15rem !important;
}

.hover\:hc--translate-y-64:hover{
  --tw-translate-y: -16rem !important;
}

.hover\:hc--translate-y-72:hover{
  --tw-translate-y: -18rem !important;
}

.hover\:hc--translate-y-80:hover{
  --tw-translate-y: -20rem !important;
}

.hover\:hc--translate-y-96:hover{
  --tw-translate-y: -24rem !important;
}

.hover\:hc--translate-y-128:hover{
  --tw-translate-y: -32rem !important;
}

.hover\:hc--translate-y-144:hover{
  --tw-translate-y: -44rem !important;
}

.hover\:hc--translate-y-900:hover{
  --tw-translate-y: -900px !important;
}

.hover\:hc--translate-y-px:hover{
  --tw-translate-y: -1px !important;
}

.hover\:hc--translate-y-0\.5:hover{
  --tw-translate-y: -0.125rem !important;
}

.hover\:hc--translate-y-1\.5:hover{
  --tw-translate-y: -0.375rem !important;
}

.hover\:hc--translate-y-2\.5:hover{
  --tw-translate-y: -0.625rem !important;
}

.hover\:hc--translate-y-3\.5:hover{
  --tw-translate-y: -0.875rem !important;
}

.hover\:hc-translate-y-1\/2:hover{
  --tw-translate-y: 50% !important;
}

.hover\:hc-translate-y-1\/3:hover{
  --tw-translate-y: 33.333333% !important;
}

.hover\:hc-translate-y-2\/3:hover{
  --tw-translate-y: 66.666667% !important;
}

.hover\:hc-translate-y-1\/4:hover{
  --tw-translate-y: 25% !important;
}

.hover\:hc-translate-y-2\/4:hover{
  --tw-translate-y: 50% !important;
}

.hover\:hc-translate-y-3\/4:hover{
  --tw-translate-y: 75% !important;
}

.hover\:hc-translate-y-full:hover{
  --tw-translate-y: 100% !important;
}

.hover\:hc--translate-y-1\/2:hover{
  --tw-translate-y: -50% !important;
}

.hover\:hc--translate-y-1\/3:hover{
  --tw-translate-y: -33.333333% !important;
}

.hover\:hc--translate-y-2\/3:hover{
  --tw-translate-y: -66.666667% !important;
}

.hover\:hc--translate-y-1\/4:hover{
  --tw-translate-y: -25% !important;
}

.hover\:hc--translate-y-2\/4:hover{
  --tw-translate-y: -50% !important;
}

.hover\:hc--translate-y-3\/4:hover{
  --tw-translate-y: -75% !important;
}

.hover\:hc--translate-y-full:hover{
  --tw-translate-y: -100% !important;
}

.focus\:hc-translate-x-0:focus{
  --tw-translate-x: 0px !important;
}

.focus\:hc-translate-x-1:focus{
  --tw-translate-x: 0.25rem !important;
}

.focus\:hc-translate-x-2:focus{
  --tw-translate-x: 0.5rem !important;
}

.focus\:hc-translate-x-3:focus{
  --tw-translate-x: 0.75rem !important;
}

.focus\:hc-translate-x-4:focus{
  --tw-translate-x: 1rem !important;
}

.focus\:hc-translate-x-5:focus{
  --tw-translate-x: 1.25rem !important;
}

.focus\:hc-translate-x-6:focus{
  --tw-translate-x: 1.5rem !important;
}

.focus\:hc-translate-x-7:focus{
  --tw-translate-x: 1.75rem !important;
}

.focus\:hc-translate-x-8:focus{
  --tw-translate-x: 2rem !important;
}

.focus\:hc-translate-x-9:focus{
  --tw-translate-x: 2.25rem !important;
}

.focus\:hc-translate-x-10:focus{
  --tw-translate-x: 2.5rem !important;
}

.focus\:hc-translate-x-11:focus{
  --tw-translate-x: 2.75rem !important;
}

.focus\:hc-translate-x-12:focus{
  --tw-translate-x: 3rem !important;
}

.focus\:hc-translate-x-14:focus{
  --tw-translate-x: 3.5rem !important;
}

.focus\:hc-translate-x-16:focus{
  --tw-translate-x: 4rem !important;
}

.focus\:hc-translate-x-20:focus{
  --tw-translate-x: 5rem !important;
}

.focus\:hc-translate-x-24:focus{
  --tw-translate-x: 6rem !important;
}

.focus\:hc-translate-x-28:focus{
  --tw-translate-x: 7rem !important;
}

.focus\:hc-translate-x-32:focus{
  --tw-translate-x: 8rem !important;
}

.focus\:hc-translate-x-36:focus{
  --tw-translate-x: 9rem !important;
}

.focus\:hc-translate-x-40:focus{
  --tw-translate-x: 10rem !important;
}

.focus\:hc-translate-x-44:focus{
  --tw-translate-x: 11rem !important;
}

.focus\:hc-translate-x-48:focus{
  --tw-translate-x: 12rem !important;
}

.focus\:hc-translate-x-52:focus{
  --tw-translate-x: 13rem !important;
}

.focus\:hc-translate-x-56:focus{
  --tw-translate-x: 14rem !important;
}

.focus\:hc-translate-x-60:focus{
  --tw-translate-x: 15rem !important;
}

.focus\:hc-translate-x-64:focus{
  --tw-translate-x: 16rem !important;
}

.focus\:hc-translate-x-72:focus{
  --tw-translate-x: 18rem !important;
}

.focus\:hc-translate-x-80:focus{
  --tw-translate-x: 20rem !important;
}

.focus\:hc-translate-x-96:focus{
  --tw-translate-x: 24rem !important;
}

.focus\:hc-translate-x-128:focus{
  --tw-translate-x: 32rem !important;
}

.focus\:hc-translate-x-144:focus{
  --tw-translate-x: 44rem !important;
}

.focus\:hc-translate-x-900:focus{
  --tw-translate-x: 900px !important;
}

.focus\:hc-translate-x-px:focus{
  --tw-translate-x: 1px !important;
}

.focus\:hc-translate-x-0\.5:focus{
  --tw-translate-x: 0.125rem !important;
}

.focus\:hc-translate-x-1\.5:focus{
  --tw-translate-x: 0.375rem !important;
}

.focus\:hc-translate-x-2\.5:focus{
  --tw-translate-x: 0.625rem !important;
}

.focus\:hc-translate-x-3\.5:focus{
  --tw-translate-x: 0.875rem !important;
}

.focus\:hc--translate-x-0:focus{
  --tw-translate-x: 0px !important;
}

.focus\:hc--translate-x-1:focus{
  --tw-translate-x: -0.25rem !important;
}

.focus\:hc--translate-x-2:focus{
  --tw-translate-x: -0.5rem !important;
}

.focus\:hc--translate-x-3:focus{
  --tw-translate-x: -0.75rem !important;
}

.focus\:hc--translate-x-4:focus{
  --tw-translate-x: -1rem !important;
}

.focus\:hc--translate-x-5:focus{
  --tw-translate-x: -1.25rem !important;
}

.focus\:hc--translate-x-6:focus{
  --tw-translate-x: -1.5rem !important;
}

.focus\:hc--translate-x-7:focus{
  --tw-translate-x: -1.75rem !important;
}

.focus\:hc--translate-x-8:focus{
  --tw-translate-x: -2rem !important;
}

.focus\:hc--translate-x-9:focus{
  --tw-translate-x: -2.25rem !important;
}

.focus\:hc--translate-x-10:focus{
  --tw-translate-x: -2.5rem !important;
}

.focus\:hc--translate-x-11:focus{
  --tw-translate-x: -2.75rem !important;
}

.focus\:hc--translate-x-12:focus{
  --tw-translate-x: -3rem !important;
}

.focus\:hc--translate-x-14:focus{
  --tw-translate-x: -3.5rem !important;
}

.focus\:hc--translate-x-16:focus{
  --tw-translate-x: -4rem !important;
}

.focus\:hc--translate-x-20:focus{
  --tw-translate-x: -5rem !important;
}

.focus\:hc--translate-x-24:focus{
  --tw-translate-x: -6rem !important;
}

.focus\:hc--translate-x-28:focus{
  --tw-translate-x: -7rem !important;
}

.focus\:hc--translate-x-32:focus{
  --tw-translate-x: -8rem !important;
}

.focus\:hc--translate-x-36:focus{
  --tw-translate-x: -9rem !important;
}

.focus\:hc--translate-x-40:focus{
  --tw-translate-x: -10rem !important;
}

.focus\:hc--translate-x-44:focus{
  --tw-translate-x: -11rem !important;
}

.focus\:hc--translate-x-48:focus{
  --tw-translate-x: -12rem !important;
}

.focus\:hc--translate-x-52:focus{
  --tw-translate-x: -13rem !important;
}

.focus\:hc--translate-x-56:focus{
  --tw-translate-x: -14rem !important;
}

.focus\:hc--translate-x-60:focus{
  --tw-translate-x: -15rem !important;
}

.focus\:hc--translate-x-64:focus{
  --tw-translate-x: -16rem !important;
}

.focus\:hc--translate-x-72:focus{
  --tw-translate-x: -18rem !important;
}

.focus\:hc--translate-x-80:focus{
  --tw-translate-x: -20rem !important;
}

.focus\:hc--translate-x-96:focus{
  --tw-translate-x: -24rem !important;
}

.focus\:hc--translate-x-128:focus{
  --tw-translate-x: -32rem !important;
}

.focus\:hc--translate-x-144:focus{
  --tw-translate-x: -44rem !important;
}

.focus\:hc--translate-x-900:focus{
  --tw-translate-x: -900px !important;
}

.focus\:hc--translate-x-px:focus{
  --tw-translate-x: -1px !important;
}

.focus\:hc--translate-x-0\.5:focus{
  --tw-translate-x: -0.125rem !important;
}

.focus\:hc--translate-x-1\.5:focus{
  --tw-translate-x: -0.375rem !important;
}

.focus\:hc--translate-x-2\.5:focus{
  --tw-translate-x: -0.625rem !important;
}

.focus\:hc--translate-x-3\.5:focus{
  --tw-translate-x: -0.875rem !important;
}

.focus\:hc-translate-x-1\/2:focus{
  --tw-translate-x: 50% !important;
}

.focus\:hc-translate-x-1\/3:focus{
  --tw-translate-x: 33.333333% !important;
}

.focus\:hc-translate-x-2\/3:focus{
  --tw-translate-x: 66.666667% !important;
}

.focus\:hc-translate-x-1\/4:focus{
  --tw-translate-x: 25% !important;
}

.focus\:hc-translate-x-2\/4:focus{
  --tw-translate-x: 50% !important;
}

.focus\:hc-translate-x-3\/4:focus{
  --tw-translate-x: 75% !important;
}

.focus\:hc-translate-x-full:focus{
  --tw-translate-x: 100% !important;
}

.focus\:hc--translate-x-1\/2:focus{
  --tw-translate-x: -50% !important;
}

.focus\:hc--translate-x-1\/3:focus{
  --tw-translate-x: -33.333333% !important;
}

.focus\:hc--translate-x-2\/3:focus{
  --tw-translate-x: -66.666667% !important;
}

.focus\:hc--translate-x-1\/4:focus{
  --tw-translate-x: -25% !important;
}

.focus\:hc--translate-x-2\/4:focus{
  --tw-translate-x: -50% !important;
}

.focus\:hc--translate-x-3\/4:focus{
  --tw-translate-x: -75% !important;
}

.focus\:hc--translate-x-full:focus{
  --tw-translate-x: -100% !important;
}

.focus\:hc-translate-y-0:focus{
  --tw-translate-y: 0px !important;
}

.focus\:hc-translate-y-1:focus{
  --tw-translate-y: 0.25rem !important;
}

.focus\:hc-translate-y-2:focus{
  --tw-translate-y: 0.5rem !important;
}

.focus\:hc-translate-y-3:focus{
  --tw-translate-y: 0.75rem !important;
}

.focus\:hc-translate-y-4:focus{
  --tw-translate-y: 1rem !important;
}

.focus\:hc-translate-y-5:focus{
  --tw-translate-y: 1.25rem !important;
}

.focus\:hc-translate-y-6:focus{
  --tw-translate-y: 1.5rem !important;
}

.focus\:hc-translate-y-7:focus{
  --tw-translate-y: 1.75rem !important;
}

.focus\:hc-translate-y-8:focus{
  --tw-translate-y: 2rem !important;
}

.focus\:hc-translate-y-9:focus{
  --tw-translate-y: 2.25rem !important;
}

.focus\:hc-translate-y-10:focus{
  --tw-translate-y: 2.5rem !important;
}

.focus\:hc-translate-y-11:focus{
  --tw-translate-y: 2.75rem !important;
}

.focus\:hc-translate-y-12:focus{
  --tw-translate-y: 3rem !important;
}

.focus\:hc-translate-y-14:focus{
  --tw-translate-y: 3.5rem !important;
}

.focus\:hc-translate-y-16:focus{
  --tw-translate-y: 4rem !important;
}

.focus\:hc-translate-y-20:focus{
  --tw-translate-y: 5rem !important;
}

.focus\:hc-translate-y-24:focus{
  --tw-translate-y: 6rem !important;
}

.focus\:hc-translate-y-28:focus{
  --tw-translate-y: 7rem !important;
}

.focus\:hc-translate-y-32:focus{
  --tw-translate-y: 8rem !important;
}

.focus\:hc-translate-y-36:focus{
  --tw-translate-y: 9rem !important;
}

.focus\:hc-translate-y-40:focus{
  --tw-translate-y: 10rem !important;
}

.focus\:hc-translate-y-44:focus{
  --tw-translate-y: 11rem !important;
}

.focus\:hc-translate-y-48:focus{
  --tw-translate-y: 12rem !important;
}

.focus\:hc-translate-y-52:focus{
  --tw-translate-y: 13rem !important;
}

.focus\:hc-translate-y-56:focus{
  --tw-translate-y: 14rem !important;
}

.focus\:hc-translate-y-60:focus{
  --tw-translate-y: 15rem !important;
}

.focus\:hc-translate-y-64:focus{
  --tw-translate-y: 16rem !important;
}

.focus\:hc-translate-y-72:focus{
  --tw-translate-y: 18rem !important;
}

.focus\:hc-translate-y-80:focus{
  --tw-translate-y: 20rem !important;
}

.focus\:hc-translate-y-96:focus{
  --tw-translate-y: 24rem !important;
}

.focus\:hc-translate-y-128:focus{
  --tw-translate-y: 32rem !important;
}

.focus\:hc-translate-y-144:focus{
  --tw-translate-y: 44rem !important;
}

.focus\:hc-translate-y-900:focus{
  --tw-translate-y: 900px !important;
}

.focus\:hc-translate-y-px:focus{
  --tw-translate-y: 1px !important;
}

.focus\:hc-translate-y-0\.5:focus{
  --tw-translate-y: 0.125rem !important;
}

.focus\:hc-translate-y-1\.5:focus{
  --tw-translate-y: 0.375rem !important;
}

.focus\:hc-translate-y-2\.5:focus{
  --tw-translate-y: 0.625rem !important;
}

.focus\:hc-translate-y-3\.5:focus{
  --tw-translate-y: 0.875rem !important;
}

.focus\:hc--translate-y-0:focus{
  --tw-translate-y: 0px !important;
}

.focus\:hc--translate-y-1:focus{
  --tw-translate-y: -0.25rem !important;
}

.focus\:hc--translate-y-2:focus{
  --tw-translate-y: -0.5rem !important;
}

.focus\:hc--translate-y-3:focus{
  --tw-translate-y: -0.75rem !important;
}

.focus\:hc--translate-y-4:focus{
  --tw-translate-y: -1rem !important;
}

.focus\:hc--translate-y-5:focus{
  --tw-translate-y: -1.25rem !important;
}

.focus\:hc--translate-y-6:focus{
  --tw-translate-y: -1.5rem !important;
}

.focus\:hc--translate-y-7:focus{
  --tw-translate-y: -1.75rem !important;
}

.focus\:hc--translate-y-8:focus{
  --tw-translate-y: -2rem !important;
}

.focus\:hc--translate-y-9:focus{
  --tw-translate-y: -2.25rem !important;
}

.focus\:hc--translate-y-10:focus{
  --tw-translate-y: -2.5rem !important;
}

.focus\:hc--translate-y-11:focus{
  --tw-translate-y: -2.75rem !important;
}

.focus\:hc--translate-y-12:focus{
  --tw-translate-y: -3rem !important;
}

.focus\:hc--translate-y-14:focus{
  --tw-translate-y: -3.5rem !important;
}

.focus\:hc--translate-y-16:focus{
  --tw-translate-y: -4rem !important;
}

.focus\:hc--translate-y-20:focus{
  --tw-translate-y: -5rem !important;
}

.focus\:hc--translate-y-24:focus{
  --tw-translate-y: -6rem !important;
}

.focus\:hc--translate-y-28:focus{
  --tw-translate-y: -7rem !important;
}

.focus\:hc--translate-y-32:focus{
  --tw-translate-y: -8rem !important;
}

.focus\:hc--translate-y-36:focus{
  --tw-translate-y: -9rem !important;
}

.focus\:hc--translate-y-40:focus{
  --tw-translate-y: -10rem !important;
}

.focus\:hc--translate-y-44:focus{
  --tw-translate-y: -11rem !important;
}

.focus\:hc--translate-y-48:focus{
  --tw-translate-y: -12rem !important;
}

.focus\:hc--translate-y-52:focus{
  --tw-translate-y: -13rem !important;
}

.focus\:hc--translate-y-56:focus{
  --tw-translate-y: -14rem !important;
}

.focus\:hc--translate-y-60:focus{
  --tw-translate-y: -15rem !important;
}

.focus\:hc--translate-y-64:focus{
  --tw-translate-y: -16rem !important;
}

.focus\:hc--translate-y-72:focus{
  --tw-translate-y: -18rem !important;
}

.focus\:hc--translate-y-80:focus{
  --tw-translate-y: -20rem !important;
}

.focus\:hc--translate-y-96:focus{
  --tw-translate-y: -24rem !important;
}

.focus\:hc--translate-y-128:focus{
  --tw-translate-y: -32rem !important;
}

.focus\:hc--translate-y-144:focus{
  --tw-translate-y: -44rem !important;
}

.focus\:hc--translate-y-900:focus{
  --tw-translate-y: -900px !important;
}

.focus\:hc--translate-y-px:focus{
  --tw-translate-y: -1px !important;
}

.focus\:hc--translate-y-0\.5:focus{
  --tw-translate-y: -0.125rem !important;
}

.focus\:hc--translate-y-1\.5:focus{
  --tw-translate-y: -0.375rem !important;
}

.focus\:hc--translate-y-2\.5:focus{
  --tw-translate-y: -0.625rem !important;
}

.focus\:hc--translate-y-3\.5:focus{
  --tw-translate-y: -0.875rem !important;
}

.focus\:hc-translate-y-1\/2:focus{
  --tw-translate-y: 50% !important;
}

.focus\:hc-translate-y-1\/3:focus{
  --tw-translate-y: 33.333333% !important;
}

.focus\:hc-translate-y-2\/3:focus{
  --tw-translate-y: 66.666667% !important;
}

.focus\:hc-translate-y-1\/4:focus{
  --tw-translate-y: 25% !important;
}

.focus\:hc-translate-y-2\/4:focus{
  --tw-translate-y: 50% !important;
}

.focus\:hc-translate-y-3\/4:focus{
  --tw-translate-y: 75% !important;
}

.focus\:hc-translate-y-full:focus{
  --tw-translate-y: 100% !important;
}

.focus\:hc--translate-y-1\/2:focus{
  --tw-translate-y: -50% !important;
}

.focus\:hc--translate-y-1\/3:focus{
  --tw-translate-y: -33.333333% !important;
}

.focus\:hc--translate-y-2\/3:focus{
  --tw-translate-y: -66.666667% !important;
}

.focus\:hc--translate-y-1\/4:focus{
  --tw-translate-y: -25% !important;
}

.focus\:hc--translate-y-2\/4:focus{
  --tw-translate-y: -50% !important;
}

.focus\:hc--translate-y-3\/4:focus{
  --tw-translate-y: -75% !important;
}

.focus\:hc--translate-y-full:focus{
  --tw-translate-y: -100% !important;
}

.hc-rotate-0{
  --tw-rotate: 0deg !important;
}

.hc-rotate-1{
  --tw-rotate: 1deg !important;
}

.hc-rotate-2{
  --tw-rotate: 2deg !important;
}

.hc-rotate-3{
  --tw-rotate: 3deg !important;
}

.hc-rotate-6{
  --tw-rotate: 6deg !important;
}

.hc-rotate-12{
  --tw-rotate: 12deg !important;
}

.hc-rotate-45{
  --tw-rotate: 45deg !important;
}

.hc-rotate-90{
  --tw-rotate: 90deg !important;
}

.hc-rotate-180{
  --tw-rotate: 180deg !important;
}

.hc--rotate-180{
  --tw-rotate: -180deg !important;
}

.hc--rotate-90{
  --tw-rotate: -90deg !important;
}

.hc--rotate-45{
  --tw-rotate: -45deg !important;
}

.hc--rotate-12{
  --tw-rotate: -12deg !important;
}

.hc--rotate-6{
  --tw-rotate: -6deg !important;
}

.hc--rotate-3{
  --tw-rotate: -3deg !important;
}

.hc--rotate-2{
  --tw-rotate: -2deg !important;
}

.hc--rotate-1{
  --tw-rotate: -1deg !important;
}

.hover\:hc-rotate-0:hover{
  --tw-rotate: 0deg !important;
}

.hover\:hc-rotate-1:hover{
  --tw-rotate: 1deg !important;
}

.hover\:hc-rotate-2:hover{
  --tw-rotate: 2deg !important;
}

.hover\:hc-rotate-3:hover{
  --tw-rotate: 3deg !important;
}

.hover\:hc-rotate-6:hover{
  --tw-rotate: 6deg !important;
}

.hover\:hc-rotate-12:hover{
  --tw-rotate: 12deg !important;
}

.hover\:hc-rotate-45:hover{
  --tw-rotate: 45deg !important;
}

.hover\:hc-rotate-90:hover{
  --tw-rotate: 90deg !important;
}

.hover\:hc-rotate-180:hover{
  --tw-rotate: 180deg !important;
}

.hover\:hc--rotate-180:hover{
  --tw-rotate: -180deg !important;
}

.hover\:hc--rotate-90:hover{
  --tw-rotate: -90deg !important;
}

.hover\:hc--rotate-45:hover{
  --tw-rotate: -45deg !important;
}

.hover\:hc--rotate-12:hover{
  --tw-rotate: -12deg !important;
}

.hover\:hc--rotate-6:hover{
  --tw-rotate: -6deg !important;
}

.hover\:hc--rotate-3:hover{
  --tw-rotate: -3deg !important;
}

.hover\:hc--rotate-2:hover{
  --tw-rotate: -2deg !important;
}

.hover\:hc--rotate-1:hover{
  --tw-rotate: -1deg !important;
}

.focus\:hc-rotate-0:focus{
  --tw-rotate: 0deg !important;
}

.focus\:hc-rotate-1:focus{
  --tw-rotate: 1deg !important;
}

.focus\:hc-rotate-2:focus{
  --tw-rotate: 2deg !important;
}

.focus\:hc-rotate-3:focus{
  --tw-rotate: 3deg !important;
}

.focus\:hc-rotate-6:focus{
  --tw-rotate: 6deg !important;
}

.focus\:hc-rotate-12:focus{
  --tw-rotate: 12deg !important;
}

.focus\:hc-rotate-45:focus{
  --tw-rotate: 45deg !important;
}

.focus\:hc-rotate-90:focus{
  --tw-rotate: 90deg !important;
}

.focus\:hc-rotate-180:focus{
  --tw-rotate: 180deg !important;
}

.focus\:hc--rotate-180:focus{
  --tw-rotate: -180deg !important;
}

.focus\:hc--rotate-90:focus{
  --tw-rotate: -90deg !important;
}

.focus\:hc--rotate-45:focus{
  --tw-rotate: -45deg !important;
}

.focus\:hc--rotate-12:focus{
  --tw-rotate: -12deg !important;
}

.focus\:hc--rotate-6:focus{
  --tw-rotate: -6deg !important;
}

.focus\:hc--rotate-3:focus{
  --tw-rotate: -3deg !important;
}

.focus\:hc--rotate-2:focus{
  --tw-rotate: -2deg !important;
}

.focus\:hc--rotate-1:focus{
  --tw-rotate: -1deg !important;
}

.hc-skew-x-0{
  --tw-skew-x: 0deg !important;
}

.hc-skew-x-1{
  --tw-skew-x: 1deg !important;
}

.hc-skew-x-2{
  --tw-skew-x: 2deg !important;
}

.hc-skew-x-3{
  --tw-skew-x: 3deg !important;
}

.hc-skew-x-6{
  --tw-skew-x: 6deg !important;
}

.hc-skew-x-12{
  --tw-skew-x: 12deg !important;
}

.hc--skew-x-12{
  --tw-skew-x: -12deg !important;
}

.hc--skew-x-6{
  --tw-skew-x: -6deg !important;
}

.hc--skew-x-3{
  --tw-skew-x: -3deg !important;
}

.hc--skew-x-2{
  --tw-skew-x: -2deg !important;
}

.hc--skew-x-1{
  --tw-skew-x: -1deg !important;
}

.hc-skew-y-0{
  --tw-skew-y: 0deg !important;
}

.hc-skew-y-1{
  --tw-skew-y: 1deg !important;
}

.hc-skew-y-2{
  --tw-skew-y: 2deg !important;
}

.hc-skew-y-3{
  --tw-skew-y: 3deg !important;
}

.hc-skew-y-6{
  --tw-skew-y: 6deg !important;
}

.hc-skew-y-12{
  --tw-skew-y: 12deg !important;
}

.hc--skew-y-12{
  --tw-skew-y: -12deg !important;
}

.hc--skew-y-6{
  --tw-skew-y: -6deg !important;
}

.hc--skew-y-3{
  --tw-skew-y: -3deg !important;
}

.hc--skew-y-2{
  --tw-skew-y: -2deg !important;
}

.hc--skew-y-1{
  --tw-skew-y: -1deg !important;
}

.hover\:hc-skew-x-0:hover{
  --tw-skew-x: 0deg !important;
}

.hover\:hc-skew-x-1:hover{
  --tw-skew-x: 1deg !important;
}

.hover\:hc-skew-x-2:hover{
  --tw-skew-x: 2deg !important;
}

.hover\:hc-skew-x-3:hover{
  --tw-skew-x: 3deg !important;
}

.hover\:hc-skew-x-6:hover{
  --tw-skew-x: 6deg !important;
}

.hover\:hc-skew-x-12:hover{
  --tw-skew-x: 12deg !important;
}

.hover\:hc--skew-x-12:hover{
  --tw-skew-x: -12deg !important;
}

.hover\:hc--skew-x-6:hover{
  --tw-skew-x: -6deg !important;
}

.hover\:hc--skew-x-3:hover{
  --tw-skew-x: -3deg !important;
}

.hover\:hc--skew-x-2:hover{
  --tw-skew-x: -2deg !important;
}

.hover\:hc--skew-x-1:hover{
  --tw-skew-x: -1deg !important;
}

.hover\:hc-skew-y-0:hover{
  --tw-skew-y: 0deg !important;
}

.hover\:hc-skew-y-1:hover{
  --tw-skew-y: 1deg !important;
}

.hover\:hc-skew-y-2:hover{
  --tw-skew-y: 2deg !important;
}

.hover\:hc-skew-y-3:hover{
  --tw-skew-y: 3deg !important;
}

.hover\:hc-skew-y-6:hover{
  --tw-skew-y: 6deg !important;
}

.hover\:hc-skew-y-12:hover{
  --tw-skew-y: 12deg !important;
}

.hover\:hc--skew-y-12:hover{
  --tw-skew-y: -12deg !important;
}

.hover\:hc--skew-y-6:hover{
  --tw-skew-y: -6deg !important;
}

.hover\:hc--skew-y-3:hover{
  --tw-skew-y: -3deg !important;
}

.hover\:hc--skew-y-2:hover{
  --tw-skew-y: -2deg !important;
}

.hover\:hc--skew-y-1:hover{
  --tw-skew-y: -1deg !important;
}

.focus\:hc-skew-x-0:focus{
  --tw-skew-x: 0deg !important;
}

.focus\:hc-skew-x-1:focus{
  --tw-skew-x: 1deg !important;
}

.focus\:hc-skew-x-2:focus{
  --tw-skew-x: 2deg !important;
}

.focus\:hc-skew-x-3:focus{
  --tw-skew-x: 3deg !important;
}

.focus\:hc-skew-x-6:focus{
  --tw-skew-x: 6deg !important;
}

.focus\:hc-skew-x-12:focus{
  --tw-skew-x: 12deg !important;
}

.focus\:hc--skew-x-12:focus{
  --tw-skew-x: -12deg !important;
}

.focus\:hc--skew-x-6:focus{
  --tw-skew-x: -6deg !important;
}

.focus\:hc--skew-x-3:focus{
  --tw-skew-x: -3deg !important;
}

.focus\:hc--skew-x-2:focus{
  --tw-skew-x: -2deg !important;
}

.focus\:hc--skew-x-1:focus{
  --tw-skew-x: -1deg !important;
}

.focus\:hc-skew-y-0:focus{
  --tw-skew-y: 0deg !important;
}

.focus\:hc-skew-y-1:focus{
  --tw-skew-y: 1deg !important;
}

.focus\:hc-skew-y-2:focus{
  --tw-skew-y: 2deg !important;
}

.focus\:hc-skew-y-3:focus{
  --tw-skew-y: 3deg !important;
}

.focus\:hc-skew-y-6:focus{
  --tw-skew-y: 6deg !important;
}

.focus\:hc-skew-y-12:focus{
  --tw-skew-y: 12deg !important;
}

.focus\:hc--skew-y-12:focus{
  --tw-skew-y: -12deg !important;
}

.focus\:hc--skew-y-6:focus{
  --tw-skew-y: -6deg !important;
}

.focus\:hc--skew-y-3:focus{
  --tw-skew-y: -3deg !important;
}

.focus\:hc--skew-y-2:focus{
  --tw-skew-y: -2deg !important;
}

.focus\:hc--skew-y-1:focus{
  --tw-skew-y: -1deg !important;
}

.hc-scale-0{
  --tw-scale-x: 0 !important;
  --tw-scale-y: 0 !important;
}

.hc-scale-50{
  --tw-scale-x: .5 !important;
  --tw-scale-y: .5 !important;
}

.hc-scale-75{
  --tw-scale-x: .75 !important;
  --tw-scale-y: .75 !important;
}

.hc-scale-90{
  --tw-scale-x: .9 !important;
  --tw-scale-y: .9 !important;
}

.hc-scale-95{
  --tw-scale-x: .95 !important;
  --tw-scale-y: .95 !important;
}

.hc-scale-100{
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
}

.hc-scale-105{
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
}

.hc-scale-110{
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
}

.hc-scale-125{
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important;
}

.hc-scale-150{
  --tw-scale-x: 1.5 !important;
  --tw-scale-y: 1.5 !important;
}

.hover\:hc-scale-0:hover{
  --tw-scale-x: 0 !important;
  --tw-scale-y: 0 !important;
}

.hover\:hc-scale-50:hover{
  --tw-scale-x: .5 !important;
  --tw-scale-y: .5 !important;
}

.hover\:hc-scale-75:hover{
  --tw-scale-x: .75 !important;
  --tw-scale-y: .75 !important;
}

.hover\:hc-scale-90:hover{
  --tw-scale-x: .9 !important;
  --tw-scale-y: .9 !important;
}

.hover\:hc-scale-95:hover{
  --tw-scale-x: .95 !important;
  --tw-scale-y: .95 !important;
}

.hover\:hc-scale-100:hover{
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
}

.hover\:hc-scale-105:hover{
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
}

.hover\:hc-scale-110:hover{
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
}

.hover\:hc-scale-125:hover{
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important;
}

.hover\:hc-scale-150:hover{
  --tw-scale-x: 1.5 !important;
  --tw-scale-y: 1.5 !important;
}

.focus\:hc-scale-0:focus{
  --tw-scale-x: 0 !important;
  --tw-scale-y: 0 !important;
}

.focus\:hc-scale-50:focus{
  --tw-scale-x: .5 !important;
  --tw-scale-y: .5 !important;
}

.focus\:hc-scale-75:focus{
  --tw-scale-x: .75 !important;
  --tw-scale-y: .75 !important;
}

.focus\:hc-scale-90:focus{
  --tw-scale-x: .9 !important;
  --tw-scale-y: .9 !important;
}

.focus\:hc-scale-95:focus{
  --tw-scale-x: .95 !important;
  --tw-scale-y: .95 !important;
}

.focus\:hc-scale-100:focus{
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
}

.focus\:hc-scale-105:focus{
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
}

.focus\:hc-scale-110:focus{
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
}

.focus\:hc-scale-125:focus{
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important;
}

.focus\:hc-scale-150:focus{
  --tw-scale-x: 1.5 !important;
  --tw-scale-y: 1.5 !important;
}

.hc-scale-x-0{
  --tw-scale-x: 0 !important;
}

.hc-scale-x-50{
  --tw-scale-x: .5 !important;
}

.hc-scale-x-75{
  --tw-scale-x: .75 !important;
}

.hc-scale-x-90{
  --tw-scale-x: .9 !important;
}

.hc-scale-x-95{
  --tw-scale-x: .95 !important;
}

.hc-scale-x-100{
  --tw-scale-x: 1 !important;
}

.hc-scale-x-105{
  --tw-scale-x: 1.05 !important;
}

.hc-scale-x-110{
  --tw-scale-x: 1.1 !important;
}

.hc-scale-x-125{
  --tw-scale-x: 1.25 !important;
}

.hc-scale-x-150{
  --tw-scale-x: 1.5 !important;
}

.hc-scale-y-0{
  --tw-scale-y: 0 !important;
}

.hc-scale-y-50{
  --tw-scale-y: .5 !important;
}

.hc-scale-y-75{
  --tw-scale-y: .75 !important;
}

.hc-scale-y-90{
  --tw-scale-y: .9 !important;
}

.hc-scale-y-95{
  --tw-scale-y: .95 !important;
}

.hc-scale-y-100{
  --tw-scale-y: 1 !important;
}

.hc-scale-y-105{
  --tw-scale-y: 1.05 !important;
}

.hc-scale-y-110{
  --tw-scale-y: 1.1 !important;
}

.hc-scale-y-125{
  --tw-scale-y: 1.25 !important;
}

.hc-scale-y-150{
  --tw-scale-y: 1.5 !important;
}

.hover\:hc-scale-x-0:hover{
  --tw-scale-x: 0 !important;
}

.hover\:hc-scale-x-50:hover{
  --tw-scale-x: .5 !important;
}

.hover\:hc-scale-x-75:hover{
  --tw-scale-x: .75 !important;
}

.hover\:hc-scale-x-90:hover{
  --tw-scale-x: .9 !important;
}

.hover\:hc-scale-x-95:hover{
  --tw-scale-x: .95 !important;
}

.hover\:hc-scale-x-100:hover{
  --tw-scale-x: 1 !important;
}

.hover\:hc-scale-x-105:hover{
  --tw-scale-x: 1.05 !important;
}

.hover\:hc-scale-x-110:hover{
  --tw-scale-x: 1.1 !important;
}

.hover\:hc-scale-x-125:hover{
  --tw-scale-x: 1.25 !important;
}

.hover\:hc-scale-x-150:hover{
  --tw-scale-x: 1.5 !important;
}

.hover\:hc-scale-y-0:hover{
  --tw-scale-y: 0 !important;
}

.hover\:hc-scale-y-50:hover{
  --tw-scale-y: .5 !important;
}

.hover\:hc-scale-y-75:hover{
  --tw-scale-y: .75 !important;
}

.hover\:hc-scale-y-90:hover{
  --tw-scale-y: .9 !important;
}

.hover\:hc-scale-y-95:hover{
  --tw-scale-y: .95 !important;
}

.hover\:hc-scale-y-100:hover{
  --tw-scale-y: 1 !important;
}

.hover\:hc-scale-y-105:hover{
  --tw-scale-y: 1.05 !important;
}

.hover\:hc-scale-y-110:hover{
  --tw-scale-y: 1.1 !important;
}

.hover\:hc-scale-y-125:hover{
  --tw-scale-y: 1.25 !important;
}

.hover\:hc-scale-y-150:hover{
  --tw-scale-y: 1.5 !important;
}

.focus\:hc-scale-x-0:focus{
  --tw-scale-x: 0 !important;
}

.focus\:hc-scale-x-50:focus{
  --tw-scale-x: .5 !important;
}

.focus\:hc-scale-x-75:focus{
  --tw-scale-x: .75 !important;
}

.focus\:hc-scale-x-90:focus{
  --tw-scale-x: .9 !important;
}

.focus\:hc-scale-x-95:focus{
  --tw-scale-x: .95 !important;
}

.focus\:hc-scale-x-100:focus{
  --tw-scale-x: 1 !important;
}

.focus\:hc-scale-x-105:focus{
  --tw-scale-x: 1.05 !important;
}

.focus\:hc-scale-x-110:focus{
  --tw-scale-x: 1.1 !important;
}

.focus\:hc-scale-x-125:focus{
  --tw-scale-x: 1.25 !important;
}

.focus\:hc-scale-x-150:focus{
  --tw-scale-x: 1.5 !important;
}

.focus\:hc-scale-y-0:focus{
  --tw-scale-y: 0 !important;
}

.focus\:hc-scale-y-50:focus{
  --tw-scale-y: .5 !important;
}

.focus\:hc-scale-y-75:focus{
  --tw-scale-y: .75 !important;
}

.focus\:hc-scale-y-90:focus{
  --tw-scale-y: .9 !important;
}

.focus\:hc-scale-y-95:focus{
  --tw-scale-y: .95 !important;
}

.focus\:hc-scale-y-100:focus{
  --tw-scale-y: 1 !important;
}

.focus\:hc-scale-y-105:focus{
  --tw-scale-y: 1.05 !important;
}

.focus\:hc-scale-y-110:focus{
  --tw-scale-y: 1.1 !important;
}

.focus\:hc-scale-y-125:focus{
  --tw-scale-y: 1.25 !important;
}

.focus\:hc-scale-y-150:focus{
  --tw-scale-y: 1.5 !important;
}

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

@keyframes hc-ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes hc-pulse{
  50%{
    opacity: .5;
  }
}

@keyframes hc-bounce{
  0%, 100%{
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.hc-animate-none{
  animation: none !important;
}

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

.hc-animate-ping{
  animation: hc-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
}

.hc-animate-pulse{
  animation: hc-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
}

.hc-animate-bounce{
  animation: hc-bounce 1s infinite !important;
}

.hc-cursor-auto{
  cursor: auto !important;
}

.hc-cursor-default{
  cursor: default !important;
}

.hc-cursor-pointer{
  cursor: pointer !important;
}

.hc-cursor-wait{
  cursor: wait !important;
}

.hc-cursor-text{
  cursor: text !important;
}

.hc-cursor-move{
  cursor: move !important;
}

.hc-cursor-help{
  cursor: help !important;
}

.hc-cursor-not-allowed{
  cursor: not-allowed !important;
}

.hc-select-none{
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.hc-select-text{
  -webkit-user-select: text !important;
     -moz-user-select: text !important;
          user-select: text !important;
}

.hc-select-all{
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.hc-select-auto{
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.hc-resize-none{
  resize: none !important;
}

.hc-resize-y{
  resize: vertical !important;
}

.hc-resize-x{
  resize: horizontal !important;
}

.hc-resize{
  resize: both !important;
}

.hc-list-inside{
  list-style-position: inside !important;
}

.hc-list-outside{
  list-style-position: outside !important;
}

.hc-list-none{
  list-style-type: none !important;
}

.hc-list-disc{
  list-style-type: disc !important;
}

.hc-list-decimal{
  list-style-type: decimal !important;
}

.hc-appearance-none{
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}

.hc-auto-cols-auto{
  grid-auto-columns: auto !important;
}

.hc-auto-cols-min{
  grid-auto-columns: min-content !important;
}

.hc-auto-cols-max{
  grid-auto-columns: max-content !important;
}

.hc-auto-cols-fr{
  grid-auto-columns: minmax(0, 1fr) !important;
}

.hc-grid-flow-row{
  grid-auto-flow: row !important;
}

.hc-grid-flow-col{
  grid-auto-flow: column !important;
}

.hc-grid-flow-row-dense{
  grid-auto-flow: row dense !important;
}

.hc-grid-flow-col-dense{
  grid-auto-flow: column dense !important;
}

.hc-auto-rows-auto{
  grid-auto-rows: auto !important;
}

.hc-auto-rows-min{
  grid-auto-rows: min-content !important;
}

.hc-auto-rows-max{
  grid-auto-rows: max-content !important;
}

.hc-auto-rows-fr{
  grid-auto-rows: minmax(0, 1fr) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.hc-grid-cols-none{
  grid-template-columns: none !important;
}

.hc-grid-rows-1{
  grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
}

.hc-grid-rows-2{
  grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
}

.hc-grid-rows-3{
  grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
}

.hc-grid-rows-4{
  grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
}

.hc-grid-rows-5{
  grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
}

.hc-grid-rows-6{
  grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
}

.hc-grid-rows-none{
  grid-template-rows: none !important;
}

.hc-flex-row{
  flex-direction: row !important;
}

.hc-flex-row-reverse{
  flex-direction: row-reverse !important;
}

.hc-flex-col{
  flex-direction: column !important;
}

.hc-flex-col-reverse{
  flex-direction: column-reverse !important;
}

.hc-flex-wrap{
  flex-wrap: wrap !important;
}

.hc-flex-wrap-reverse{
  flex-wrap: wrap-reverse !important;
}

.hc-flex-nowrap{
  flex-wrap: nowrap !important;
}

.hc-place-content-center{
  place-content: center !important;
}

.hc-place-content-start{
  place-content: start !important;
}

.hc-place-content-end{
  place-content: end !important;
}

.hc-place-content-between{
  place-content: space-between !important;
}

.hc-place-content-around{
  place-content: space-around !important;
}

.hc-place-content-evenly{
  place-content: space-evenly !important;
}

.hc-place-content-stretch{
  place-content: stretch !important;
}

.hc-place-items-start{
  place-items: start !important;
}

.hc-place-items-end{
  place-items: end !important;
}

.hc-place-items-center{
  place-items: center !important;
}

.hc-place-items-stretch{
  place-items: stretch !important;
}

.hc-content-center{
  align-content: center !important;
}

.hc-content-start{
  align-content: flex-start !important;
}

.hc-content-end{
  align-content: flex-end !important;
}

.hc-content-between{
  align-content: space-between !important;
}

.hc-content-around{
  align-content: space-around !important;
}

.hc-content-evenly{
  align-content: space-evenly !important;
}

.hc-items-start{
  align-items: flex-start !important;
}

.hc-items-end{
  align-items: flex-end !important;
}

.hc-items-center{
  align-items: center !important;
}

.hc-items-baseline{
  align-items: baseline !important;
}

.hc-items-stretch{
  align-items: stretch !important;
}

.hc-justify-start{
  justify-content: flex-start !important;
}

.hc-justify-end{
  justify-content: flex-end !important;
}

.hc-justify-center{
  justify-content: center !important;
}

.hc-justify-between{
  justify-content: space-between !important;
}

.hc-justify-around{
  justify-content: space-around !important;
}

.hc-justify-evenly{
  justify-content: space-evenly !important;
}

.hc-justify-items-start{
  justify-items: start !important;
}

.hc-justify-items-end{
  justify-items: end !important;
}

.hc-justify-items-center{
  justify-items: center !important;
}

.hc-justify-items-stretch{
  justify-items: stretch !important;
}

.hc-gap-0{
  gap: 0px !important;
}

.hc-gap-1{
  gap: 0.25rem !important;
}

.hc-gap-2{
  gap: 0.5rem !important;
}

.hc-gap-3{
  gap: 0.75rem !important;
}

.hc-gap-4{
  gap: 1rem !important;
}

.hc-gap-5{
  gap: 1.25rem !important;
}

.hc-gap-6{
  gap: 1.5rem !important;
}

.hc-gap-7{
  gap: 1.75rem !important;
}

.hc-gap-8{
  gap: 2rem !important;
}

.hc-gap-9{
  gap: 2.25rem !important;
}

.hc-gap-10{
  gap: 2.5rem !important;
}

.hc-gap-11{
  gap: 2.75rem !important;
}

.hc-gap-12{
  gap: 3rem !important;
}

.hc-gap-14{
  gap: 3.5rem !important;
}

.hc-gap-16{
  gap: 4rem !important;
}

.hc-gap-20{
  gap: 5rem !important;
}

.hc-gap-24{
  gap: 6rem !important;
}

.hc-gap-28{
  gap: 7rem !important;
}

.hc-gap-32{
  gap: 8rem !important;
}

.hc-gap-36{
  gap: 9rem !important;
}

.hc-gap-40{
  gap: 10rem !important;
}

.hc-gap-44{
  gap: 11rem !important;
}

.hc-gap-48{
  gap: 12rem !important;
}

.hc-gap-52{
  gap: 13rem !important;
}

.hc-gap-56{
  gap: 14rem !important;
}

.hc-gap-60{
  gap: 15rem !important;
}

.hc-gap-64{
  gap: 16rem !important;
}

.hc-gap-72{
  gap: 18rem !important;
}

.hc-gap-80{
  gap: 20rem !important;
}

.hc-gap-96{
  gap: 24rem !important;
}

.hc-gap-128{
  gap: 32rem !important;
}

.hc-gap-144{
  gap: 44rem !important;
}

.hc-gap-900{
  gap: 900px !important;
}

.hc-gap-px{
  gap: 1px !important;
}

.hc-gap-0\.5{
  gap: 0.125rem !important;
}

.hc-gap-1\.5{
  gap: 0.375rem !important;
}

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

.hc-gap-3\.5{
  gap: 0.875rem !important;
}

.hc-gap-x-0{
  -moz-column-gap: 0px !important;
       column-gap: 0px !important;
}

.hc-gap-x-1{
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

.hc-gap-x-2{
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

.hc-gap-x-3{
  -moz-column-gap: 0.75rem !important;
       column-gap: 0.75rem !important;
}

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

.hc-gap-x-5{
  -moz-column-gap: 1.25rem !important;
       column-gap: 1.25rem !important;
}

.hc-gap-x-6{
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

.hc-gap-x-7{
  -moz-column-gap: 1.75rem !important;
       column-gap: 1.75rem !important;
}

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

.hc-gap-x-9{
  -moz-column-gap: 2.25rem !important;
       column-gap: 2.25rem !important;
}

.hc-gap-x-10{
  -moz-column-gap: 2.5rem !important;
       column-gap: 2.5rem !important;
}

.hc-gap-x-11{
  -moz-column-gap: 2.75rem !important;
       column-gap: 2.75rem !important;
}

.hc-gap-x-12{
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}

.hc-gap-x-14{
  -moz-column-gap: 3.5rem !important;
       column-gap: 3.5rem !important;
}

.hc-gap-x-16{
  -moz-column-gap: 4rem !important;
       column-gap: 4rem !important;
}

.hc-gap-x-20{
  -moz-column-gap: 5rem !important;
       column-gap: 5rem !important;
}

.hc-gap-x-24{
  -moz-column-gap: 6rem !important;
       column-gap: 6rem !important;
}

.hc-gap-x-28{
  -moz-column-gap: 7rem !important;
       column-gap: 7rem !important;
}

.hc-gap-x-32{
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

.hc-gap-x-36{
  -moz-column-gap: 9rem !important;
       column-gap: 9rem !important;
}

.hc-gap-x-40{
  -moz-column-gap: 10rem !important;
       column-gap: 10rem !important;
}

.hc-gap-x-44{
  -moz-column-gap: 11rem !important;
       column-gap: 11rem !important;
}

.hc-gap-x-48{
  -moz-column-gap: 12rem !important;
       column-gap: 12rem !important;
}

.hc-gap-x-52{
  -moz-column-gap: 13rem !important;
       column-gap: 13rem !important;
}

.hc-gap-x-56{
  -moz-column-gap: 14rem !important;
       column-gap: 14rem !important;
}

.hc-gap-x-60{
  -moz-column-gap: 15rem !important;
       column-gap: 15rem !important;
}

.hc-gap-x-64{
  -moz-column-gap: 16rem !important;
       column-gap: 16rem !important;
}

.hc-gap-x-72{
  -moz-column-gap: 18rem !important;
       column-gap: 18rem !important;
}

.hc-gap-x-80{
  -moz-column-gap: 20rem !important;
       column-gap: 20rem !important;
}

.hc-gap-x-96{
  -moz-column-gap: 24rem !important;
       column-gap: 24rem !important;
}

.hc-gap-x-128{
  -moz-column-gap: 32rem !important;
       column-gap: 32rem !important;
}

.hc-gap-x-144{
  -moz-column-gap: 44rem !important;
       column-gap: 44rem !important;
}

.hc-gap-x-900{
  -moz-column-gap: 900px !important;
       column-gap: 900px !important;
}

.hc-gap-x-px{
  -moz-column-gap: 1px !important;
       column-gap: 1px !important;
}

.hc-gap-x-0\.5{
  -moz-column-gap: 0.125rem !important;
       column-gap: 0.125rem !important;
}

.hc-gap-x-1\.5{
  -moz-column-gap: 0.375rem !important;
       column-gap: 0.375rem !important;
}

.hc-gap-x-2\.5{
  -moz-column-gap: 0.625rem !important;
       column-gap: 0.625rem !important;
}

.hc-gap-x-3\.5{
  -moz-column-gap: 0.875rem !important;
       column-gap: 0.875rem !important;
}

.hc-gap-y-0{
  row-gap: 0px !important;
}

.hc-gap-y-1{
  row-gap: 0.25rem !important;
}

.hc-gap-y-2{
  row-gap: 0.5rem !important;
}

.hc-gap-y-3{
  row-gap: 0.75rem !important;
}

.hc-gap-y-4{
  row-gap: 1rem !important;
}

.hc-gap-y-5{
  row-gap: 1.25rem !important;
}

.hc-gap-y-6{
  row-gap: 1.5rem !important;
}

.hc-gap-y-7{
  row-gap: 1.75rem !important;
}

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

.hc-gap-y-9{
  row-gap: 2.25rem !important;
}

.hc-gap-y-10{
  row-gap: 2.5rem !important;
}

.hc-gap-y-11{
  row-gap: 2.75rem !important;
}

.hc-gap-y-12{
  row-gap: 3rem !important;
}

.hc-gap-y-14{
  row-gap: 3.5rem !important;
}

.hc-gap-y-16{
  row-gap: 4rem !important;
}

.hc-gap-y-20{
  row-gap: 5rem !important;
}

.hc-gap-y-24{
  row-gap: 6rem !important;
}

.hc-gap-y-28{
  row-gap: 7rem !important;
}

.hc-gap-y-32{
  row-gap: 8rem !important;
}

.hc-gap-y-36{
  row-gap: 9rem !important;
}

.hc-gap-y-40{
  row-gap: 10rem !important;
}

.hc-gap-y-44{
  row-gap: 11rem !important;
}

.hc-gap-y-48{
  row-gap: 12rem !important;
}

.hc-gap-y-52{
  row-gap: 13rem !important;
}

.hc-gap-y-56{
  row-gap: 14rem !important;
}

.hc-gap-y-60{
  row-gap: 15rem !important;
}

.hc-gap-y-64{
  row-gap: 16rem !important;
}

.hc-gap-y-72{
  row-gap: 18rem !important;
}

.hc-gap-y-80{
  row-gap: 20rem !important;
}

.hc-gap-y-96{
  row-gap: 24rem !important;
}

.hc-gap-y-128{
  row-gap: 32rem !important;
}

.hc-gap-y-144{
  row-gap: 44rem !important;
}

.hc-gap-y-900{
  row-gap: 900px !important;
}

.hc-gap-y-px{
  row-gap: 1px !important;
}

.hc-gap-y-0\.5{
  row-gap: 0.125rem !important;
}

.hc-gap-y-1\.5{
  row-gap: 0.375rem !important;
}

.hc-gap-y-2\.5{
  row-gap: 0.625rem !important;
}

.hc-gap-y-3\.5{
  row-gap: 0.875rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hc-space-x-900 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(900px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(900px * calc(1 - var(--tw-space-x-reverse))) !important;
}

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

.hc-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.hc-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.hc-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.hc-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hc--space-x-900 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-900px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-900px * calc(1 - var(--tw-space-x-reverse))) !important;
}

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

.hc--space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.hc--space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.hc--space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.hc--space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hc-space-y-900 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(900px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(900px * var(--tw-space-y-reverse)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hc--space-y-900 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-900px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-900px * var(--tw-space-y-reverse)) !important;
}

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

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

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

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

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

.hc-space-y-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 1 !important;
}

.hc-space-x-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 1 !important;
}

.hc-divide-x-0 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
}

.hc-divide-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
}

.hc-divide-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
}

.hc-divide-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
}

.hc-divide-x > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
}

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

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

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

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

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

.hc-divide-y-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 1 !important;
}

.hc-divide-x-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 1 !important;
}

.hc-divide-solid > :not([hidden]) ~ :not([hidden]){
  border-style: solid !important;
}

.hc-divide-dashed > :not([hidden]) ~ :not([hidden]){
  border-style: dashed !important;
}

.hc-divide-dotted > :not([hidden]) ~ :not([hidden]){
  border-style: dotted !important;
}

.hc-divide-double > :not([hidden]) ~ :not([hidden]){
  border-style: double !important;
}

.hc-divide-none > :not([hidden]) ~ :not([hidden]){
  border-style: none !important;
}

.hc-divide-black > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
}

.hc-divide-white > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
}

.hc-divide-gray-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(250, 250, 250, var(--tw-divide-opacity)) !important;
}

.hc-divide-gray-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(244, 244, 245, var(--tw-divide-opacity)) !important;
}

.hc-divide-gray-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(228, 228, 231, var(--tw-divide-opacity)) !important;
}

.hc-divide-gray-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(212, 212, 216, var(--tw-divide-opacity)) !important;
}

.hc-divide-gray-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(161, 161, 170, var(--tw-divide-opacity)) !important;
}

.hc-divide-gray-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(113, 113, 122, var(--tw-divide-opacity)) !important;
}

.hc-divide-gray-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(82, 82, 91, var(--tw-divide-opacity)) !important;
}

.hc-divide-gray-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(63, 63, 70, var(--tw-divide-opacity)) !important;
}

.hc-divide-gray-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(39, 39, 42, var(--tw-divide-opacity)) !important;
}

.hc-divide-gray-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(24, 24, 27, var(--tw-divide-opacity)) !important;
}

.hc-divide-slate > :not([hidden]) ~ :not([hidden]){
}

.hc-divide-red-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(254, 242, 242, var(--tw-divide-opacity)) !important;
}

.hc-divide-red-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(254, 226, 226, var(--tw-divide-opacity)) !important;
}

.hc-divide-red-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(254, 202, 202, var(--tw-divide-opacity)) !important;
}

.hc-divide-red-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(252, 165, 165, var(--tw-divide-opacity)) !important;
}

.hc-divide-red-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(248, 113, 113, var(--tw-divide-opacity)) !important;
}

.hc-divide-red-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(239, 68, 68, var(--tw-divide-opacity)) !important;
}

.hc-divide-red-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(220, 38, 38, var(--tw-divide-opacity)) !important;
}

.hc-divide-red-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(185, 28, 28, var(--tw-divide-opacity)) !important;
}

.hc-divide-red-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(153, 27, 27, var(--tw-divide-opacity)) !important;
}

.hc-divide-red-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(127, 29, 29, var(--tw-divide-opacity)) !important;
}

.hc-divide-blue-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(239, 246, 255, var(--tw-divide-opacity)) !important;
}

.hc-divide-blue-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(219, 234, 254, var(--tw-divide-opacity)) !important;
}

.hc-divide-blue-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(191, 219, 254, var(--tw-divide-opacity)) !important;
}

.hc-divide-blue-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(147, 197, 253, var(--tw-divide-opacity)) !important;
}

.hc-divide-blue-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(96, 165, 250, var(--tw-divide-opacity)) !important;
}

.hc-divide-blue-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(59, 130, 246, var(--tw-divide-opacity)) !important;
}

.hc-divide-blue-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(37, 99, 235, var(--tw-divide-opacity)) !important;
}

.hc-divide-blue-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(29, 78, 216, var(--tw-divide-opacity)) !important;
}

.hc-divide-blue-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(30, 64, 175, var(--tw-divide-opacity)) !important;
}

.hc-divide-blue-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(30, 58, 138, var(--tw-divide-opacity)) !important;
}

.hc-divide-purple-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(250, 245, 255, var(--tw-divide-opacity)) !important;
}

.hc-divide-purple-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(243, 232, 255, var(--tw-divide-opacity)) !important;
}

.hc-divide-purple-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(233, 213, 255, var(--tw-divide-opacity)) !important;
}

.hc-divide-purple-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(216, 180, 254, var(--tw-divide-opacity)) !important;
}

.hc-divide-purple-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(192, 132, 252, var(--tw-divide-opacity)) !important;
}

.hc-divide-purple-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(168, 85, 247, var(--tw-divide-opacity)) !important;
}

.hc-divide-purple-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(147, 51, 234, var(--tw-divide-opacity)) !important;
}

.hc-divide-purple-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(126, 34, 206, var(--tw-divide-opacity)) !important;
}

.hc-divide-purple-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(107, 33, 168, var(--tw-divide-opacity)) !important;
}

.hc-divide-purple-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(88, 28, 135, var(--tw-divide-opacity)) !important;
}

.hc-divide-yellow-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(254, 252, 232, var(--tw-divide-opacity)) !important;
}

.hc-divide-yellow-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(254, 249, 195, var(--tw-divide-opacity)) !important;
}

.hc-divide-yellow-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(254, 240, 138, var(--tw-divide-opacity)) !important;
}

.hc-divide-yellow-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(253, 224, 71, var(--tw-divide-opacity)) !important;
}

.hc-divide-yellow-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(250, 204, 21, var(--tw-divide-opacity)) !important;
}

.hc-divide-yellow-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(234, 179, 8, var(--tw-divide-opacity)) !important;
}

.hc-divide-yellow-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(202, 138, 4, var(--tw-divide-opacity)) !important;
}

.hc-divide-yellow-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(161, 98, 7, var(--tw-divide-opacity)) !important;
}

.hc-divide-yellow-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(133, 77, 14, var(--tw-divide-opacity)) !important;
}

.hc-divide-yellow-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(113, 63, 18, var(--tw-divide-opacity)) !important;
}

.hc-divide-indigo-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(238, 242, 255, var(--tw-divide-opacity)) !important;
}

.hc-divide-indigo-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(224, 231, 255, var(--tw-divide-opacity)) !important;
}

.hc-divide-indigo-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(199, 210, 254, var(--tw-divide-opacity)) !important;
}

.hc-divide-indigo-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(165, 180, 252, var(--tw-divide-opacity)) !important;
}

.hc-divide-indigo-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(129, 140, 248, var(--tw-divide-opacity)) !important;
}

.hc-divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(99, 102, 241, var(--tw-divide-opacity)) !important;
}

.hc-divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(79, 70, 229, var(--tw-divide-opacity)) !important;
}

.hc-divide-indigo-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(67, 56, 202, var(--tw-divide-opacity)) !important;
}

.hc-divide-indigo-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(55, 48, 163, var(--tw-divide-opacity)) !important;
}

.hc-divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(49, 46, 129, var(--tw-divide-opacity)) !important;
}

.hc-divide-pink-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(253, 242, 248, var(--tw-divide-opacity)) !important;
}

.hc-divide-pink-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(252, 231, 243, var(--tw-divide-opacity)) !important;
}

.hc-divide-pink-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(251, 207, 232, var(--tw-divide-opacity)) !important;
}

.hc-divide-pink-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(249, 168, 212, var(--tw-divide-opacity)) !important;
}

.hc-divide-pink-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(244, 114, 182, var(--tw-divide-opacity)) !important;
}

.hc-divide-pink-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(236, 72, 153, var(--tw-divide-opacity)) !important;
}

.hc-divide-pink-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(219, 39, 119, var(--tw-divide-opacity)) !important;
}

.hc-divide-pink-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(190, 24, 93, var(--tw-divide-opacity)) !important;
}

.hc-divide-pink-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(157, 23, 77, var(--tw-divide-opacity)) !important;
}

.hc-divide-pink-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(131, 24, 67, var(--tw-divide-opacity)) !important;
}

@media (prefers-color-scheme: dark){
  .dark\:hc-divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-slate > :not([hidden]) ~ :not([hidden]){
  }

  .dark\:hc-divide-red-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-red-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-red-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-red-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-red-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-red-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-red-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-red-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-red-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-red-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-blue-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-blue-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-blue-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-blue-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-blue-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-blue-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-blue-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-purple-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-purple-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-purple-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-purple-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-purple-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-purple-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-purple-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-purple-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-purple-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-purple-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-yellow-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-yellow-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-yellow-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-yellow-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-yellow-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-yellow-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-yellow-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-yellow-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-yellow-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-yellow-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-indigo-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-indigo-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-indigo-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-indigo-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-indigo-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-indigo-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-indigo-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-pink-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-pink-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-pink-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-pink-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-pink-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-pink-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-pink-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-pink-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-pink-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity)) !important;
  }

  .dark\:hc-divide-pink-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity)) !important;
  }
}

.hc-divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0 !important;
}

.hc-divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.05 !important;
}

.hc-divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.1 !important;
}

.hc-divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.2 !important;
}

.hc-divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.25 !important;
}

.hc-divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.3 !important;
}

.hc-divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.4 !important;
}

.hc-divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.5 !important;
}

.hc-divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.6 !important;
}

.hc-divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.7 !important;
}

.hc-divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.75 !important;
}

.hc-divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.8 !important;
}

.hc-divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.9 !important;
}

.hc-divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.95 !important;
}

.hc-divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
}

@media (prefers-color-scheme: dark){
  .dark\:hc-divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0 !important;
  }

  .dark\:hc-divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05 !important;
  }

  .dark\:hc-divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1 !important;
  }

  .dark\:hc-divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2 !important;
  }

  .dark\:hc-divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25 !important;
  }

  .dark\:hc-divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3 !important;
  }

  .dark\:hc-divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4 !important;
  }

  .dark\:hc-divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5 !important;
  }

  .dark\:hc-divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6 !important;
  }

  .dark\:hc-divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7 !important;
  }

  .dark\:hc-divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75 !important;
  }

  .dark\:hc-divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8 !important;
  }

  .dark\:hc-divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9 !important;
  }

  .dark\:hc-divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95 !important;
  }

  .dark\:hc-divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
  }
}

.hc-place-self-auto{
  place-self: auto !important;
}

.hc-place-self-start{
  place-self: start !important;
}

.hc-place-self-end{
  place-self: end !important;
}

.hc-place-self-center{
  place-self: center !important;
}

.hc-place-self-stretch{
  place-self: stretch !important;
}

.hc-self-auto{
  align-self: auto !important;
}

.hc-self-start{
  align-self: flex-start !important;
}

.hc-self-end{
  align-self: flex-end !important;
}

.hc-self-center{
  align-self: center !important;
}

.hc-self-stretch{
  align-self: stretch !important;
}

.hc-self-baseline{
  align-self: baseline !important;
}

.hc-justify-self-auto{
  justify-self: auto !important;
}

.hc-justify-self-start{
  justify-self: start !important;
}

.hc-justify-self-end{
  justify-self: end !important;
}

.hc-justify-self-center{
  justify-self: center !important;
}

.hc-justify-self-stretch{
  justify-self: stretch !important;
}

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

.hc-overflow-hidden{
  overflow: hidden !important;
}

.hc-overflow-visible{
  overflow: visible !important;
}

.hc-overflow-scroll{
  overflow: scroll !important;
}

.hc-overflow-x-auto{
  overflow-x: auto !important;
}

.hc-overflow-y-auto{
  overflow-y: auto !important;
}

.hc-overflow-x-hidden{
  overflow-x: hidden !important;
}

.hc-overflow-y-hidden{
  overflow-y: hidden !important;
}

.hc-overflow-x-visible{
  overflow-x: visible !important;
}

.hc-overflow-y-visible{
  overflow-y: visible !important;
}

.hc-overflow-x-scroll{
  overflow-x: scroll !important;
}

.hc-overflow-y-scroll{
  overflow-y: scroll !important;
}

.hc-overscroll-auto{
  overscroll-behavior: auto !important;
}

.hc-overscroll-contain{
  overscroll-behavior: contain !important;
}

.hc-overscroll-none{
  overscroll-behavior: none !important;
}

.hc-overscroll-y-auto{
  overscroll-behavior-y: auto !important;
}

.hc-overscroll-y-contain{
  overscroll-behavior-y: contain !important;
}

.hc-overscroll-y-none{
  overscroll-behavior-y: none !important;
}

.hc-overscroll-x-auto{
  overscroll-behavior-x: auto !important;
}

.hc-overscroll-x-contain{
  overscroll-behavior-x: contain !important;
}

.hc-overscroll-x-none{
  overscroll-behavior-x: none !important;
}

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

.hc-overflow-ellipsis{
  text-overflow: ellipsis !important;
}

.hc-overflow-clip{
  text-overflow: clip !important;
}

.hc-whitespace-normal{
  white-space: normal !important;
}

.hc-whitespace-nowrap{
  white-space: nowrap !important;
}

.hc-whitespace-pre{
  white-space: pre !important;
}

.hc-whitespace-pre-line{
  white-space: pre-line !important;
}

.hc-whitespace-pre-wrap{
  white-space: pre-wrap !important;
}

.hc-break-normal{
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.hc-break-words{
  overflow-wrap: break-word !important;
}

.hc-break-all{
  word-break: break-all !important;
}

.hc-rounded-none{
  border-radius: 0px !important;
}

.hc-rounded-sm{
  border-radius: 0.125rem !important;
}

.hc-rounded{
  border-radius: 0.25rem !important;
}

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

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

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

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

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

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

.hc-rounded-t-none{
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.hc-rounded-t-sm{
  border-top-left-radius: 0.125rem !important;
  border-top-right-radius: 0.125rem !important;
}

.hc-rounded-t{
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.hc-rounded-t-md{
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}

.hc-rounded-t-lg{
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}

.hc-rounded-t-xl{
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
}

.hc-rounded-t-2xl{
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}

.hc-rounded-t-3xl{
  border-top-left-radius: 1.5rem !important;
  border-top-right-radius: 1.5rem !important;
}

.hc-rounded-t-full{
  border-top-left-radius: 9999px !important;
  border-top-right-radius: 9999px !important;
}

.hc-rounded-r-none{
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.hc-rounded-r-sm{
  border-top-right-radius: 0.125rem !important;
  border-bottom-right-radius: 0.125rem !important;
}

.hc-rounded-r{
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

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

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

.hc-rounded-r-xl{
  border-top-right-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important;
}

.hc-rounded-r-2xl{
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}

.hc-rounded-r-3xl{
  border-top-right-radius: 1.5rem !important;
  border-bottom-right-radius: 1.5rem !important;
}

.hc-rounded-r-full{
  border-top-right-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important;
}

.hc-rounded-b-none{
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.hc-rounded-b-sm{
  border-bottom-right-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important;
}

.hc-rounded-b{
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.hc-rounded-b-md{
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

.hc-rounded-b-lg{
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.hc-rounded-b-xl{
  border-bottom-right-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}

.hc-rounded-b-2xl{
  border-bottom-right-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

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

.hc-rounded-b-full{
  border-bottom-right-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.hc-rounded-l-none{
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.hc-rounded-l-sm{
  border-top-left-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important;
}

.hc-rounded-l{
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

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

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

.hc-rounded-l-xl{
  border-top-left-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}

.hc-rounded-l-2xl{
  border-top-left-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

.hc-rounded-l-3xl{
  border-top-left-radius: 1.5rem !important;
  border-bottom-left-radius: 1.5rem !important;
}

.hc-rounded-l-full{
  border-top-left-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.hc-rounded-tl-none{
  border-top-left-radius: 0px !important;
}

.hc-rounded-tl-sm{
  border-top-left-radius: 0.125rem !important;
}

.hc-rounded-tl{
  border-top-left-radius: 0.25rem !important;
}

.hc-rounded-tl-md{
  border-top-left-radius: 0.375rem !important;
}

.hc-rounded-tl-lg{
  border-top-left-radius: 0.5rem !important;
}

.hc-rounded-tl-xl{
  border-top-left-radius: 0.75rem !important;
}

.hc-rounded-tl-2xl{
  border-top-left-radius: 1rem !important;
}

.hc-rounded-tl-3xl{
  border-top-left-radius: 1.5rem !important;
}

.hc-rounded-tl-full{
  border-top-left-radius: 9999px !important;
}

.hc-rounded-tr-none{
  border-top-right-radius: 0px !important;
}

.hc-rounded-tr-sm{
  border-top-right-radius: 0.125rem !important;
}

.hc-rounded-tr{
  border-top-right-radius: 0.25rem !important;
}

.hc-rounded-tr-md{
  border-top-right-radius: 0.375rem !important;
}

.hc-rounded-tr-lg{
  border-top-right-radius: 0.5rem !important;
}

.hc-rounded-tr-xl{
  border-top-right-radius: 0.75rem !important;
}

.hc-rounded-tr-2xl{
  border-top-right-radius: 1rem !important;
}

.hc-rounded-tr-3xl{
  border-top-right-radius: 1.5rem !important;
}

.hc-rounded-tr-full{
  border-top-right-radius: 9999px !important;
}

.hc-rounded-br-none{
  border-bottom-right-radius: 0px !important;
}

.hc-rounded-br-sm{
  border-bottom-right-radius: 0.125rem !important;
}

.hc-rounded-br{
  border-bottom-right-radius: 0.25rem !important;
}

.hc-rounded-br-md{
  border-bottom-right-radius: 0.375rem !important;
}

.hc-rounded-br-lg{
  border-bottom-right-radius: 0.5rem !important;
}

.hc-rounded-br-xl{
  border-bottom-right-radius: 0.75rem !important;
}

.hc-rounded-br-2xl{
  border-bottom-right-radius: 1rem !important;
}

.hc-rounded-br-3xl{
  border-bottom-right-radius: 1.5rem !important;
}

.hc-rounded-br-full{
  border-bottom-right-radius: 9999px !important;
}

.hc-rounded-bl-none{
  border-bottom-left-radius: 0px !important;
}

.hc-rounded-bl-sm{
  border-bottom-left-radius: 0.125rem !important;
}

.hc-rounded-bl{
  border-bottom-left-radius: 0.25rem !important;
}

.hc-rounded-bl-md{
  border-bottom-left-radius: 0.375rem !important;
}

.hc-rounded-bl-lg{
  border-bottom-left-radius: 0.5rem !important;
}

.hc-rounded-bl-xl{
  border-bottom-left-radius: 0.75rem !important;
}

.hc-rounded-bl-2xl{
  border-bottom-left-radius: 1rem !important;
}

.hc-rounded-bl-3xl{
  border-bottom-left-radius: 1.5rem !important;
}

.hc-rounded-bl-full{
  border-bottom-left-radius: 9999px !important;
}

.hc-border-0{
  border-width: 0px !important;
}

.hc-border-2{
  border-width: 2px !important;
}

.hc-border-4{
  border-width: 4px !important;
}

.hc-border-8{
  border-width: 8px !important;
}

.hc-border{
  border-width: 1px !important;
}

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

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

.hc-border-t-4{
  border-top-width: 4px !important;
}

.hc-border-t-8{
  border-top-width: 8px !important;
}

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

.hc-border-r-0{
  border-right-width: 0px !important;
}

.hc-border-r-2{
  border-right-width: 2px !important;
}

.hc-border-r-4{
  border-right-width: 4px !important;
}

.hc-border-r-8{
  border-right-width: 8px !important;
}

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

.hc-border-b-0{
  border-bottom-width: 0px !important;
}

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

.hc-border-b-4{
  border-bottom-width: 4px !important;
}

.hc-border-b-8{
  border-bottom-width: 8px !important;
}

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

.hc-border-l-0{
  border-left-width: 0px !important;
}

.hc-border-l-2{
  border-left-width: 2px !important;
}

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

.hc-border-l-8{
  border-left-width: 8px !important;
}

.hc-border-l{
  border-left-width: 1px !important;
}

.hc-border-solid{
  border-style: solid !important;
}

.hc-border-dashed{
  border-style: dashed !important;
}

.hc-border-dotted{
  border-style: dotted !important;
}

.hc-border-double{
  border-style: double !important;
}

.hc-border-none{
  border-style: none !important;
}

.hc-border-black{
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}

.hc-border-white{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.hc-border-gray-50{
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
}

.hc-border-gray-100{
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
}

.hc-border-gray-200{
  --tw-border-opacity: 1 !important;
  border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
}

.hc-border-gray-300{
  --tw-border-opacity: 1 !important;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
}

.hc-border-gray-400{
  --tw-border-opacity: 1 !important;
  border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
}

.hc-border-gray-500{
  --tw-border-opacity: 1 !important;
  border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
}

.hc-border-gray-600{
  --tw-border-opacity: 1 !important;
  border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
}

.hc-border-gray-700{
  --tw-border-opacity: 1 !important;
  border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
}

.hc-border-gray-800{
  --tw-border-opacity: 1 !important;
  border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
}

.hc-border-gray-900{
  --tw-border-opacity: 1 !important;
  border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
}

.hc-border-slate{
}

.hc-border-red-50{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
}

.hc-border-red-100{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
}

.hc-border-red-200{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
}

.hc-border-red-300{
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
}

.hc-border-red-400{
  --tw-border-opacity: 1 !important;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
}

.hc-border-red-500{
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
}

.hc-border-red-600{
  --tw-border-opacity: 1 !important;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
}

.hc-border-red-700{
  --tw-border-opacity: 1 !important;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
}

.hc-border-red-800{
  --tw-border-opacity: 1 !important;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
}

.hc-border-red-900{
  --tw-border-opacity: 1 !important;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
}

.hc-border-blue-50{
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
}

.hc-border-blue-100{
  --tw-border-opacity: 1 !important;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
}

.hc-border-blue-200{
  --tw-border-opacity: 1 !important;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
}

.hc-border-blue-300{
  --tw-border-opacity: 1 !important;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
}

.hc-border-blue-400{
  --tw-border-opacity: 1 !important;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
}

.hc-border-blue-500{
  --tw-border-opacity: 1 !important;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
}

.hc-border-blue-600{
  --tw-border-opacity: 1 !important;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
}

.hc-border-blue-700{
  --tw-border-opacity: 1 !important;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
}

.hc-border-blue-800{
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
}

.hc-border-blue-900{
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
}

.hc-border-purple-50{
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
}

.hc-border-purple-100{
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 232, 255, var(--tw-border-opacity)) !important;
}

.hc-border-purple-200{
  --tw-border-opacity: 1 !important;
  border-color: rgba(233, 213, 255, var(--tw-border-opacity)) !important;
}

.hc-border-purple-300{
  --tw-border-opacity: 1 !important;
  border-color: rgba(216, 180, 254, var(--tw-border-opacity)) !important;
}

.hc-border-purple-400{
  --tw-border-opacity: 1 !important;
  border-color: rgba(192, 132, 252, var(--tw-border-opacity)) !important;
}

.hc-border-purple-500{
  --tw-border-opacity: 1 !important;
  border-color: rgba(168, 85, 247, var(--tw-border-opacity)) !important;
}

.hc-border-purple-600{
  --tw-border-opacity: 1 !important;
  border-color: rgba(147, 51, 234, var(--tw-border-opacity)) !important;
}

.hc-border-purple-700{
  --tw-border-opacity: 1 !important;
  border-color: rgba(126, 34, 206, var(--tw-border-opacity)) !important;
}

.hc-border-purple-800{
  --tw-border-opacity: 1 !important;
  border-color: rgba(107, 33, 168, var(--tw-border-opacity)) !important;
}

.hc-border-purple-900{
  --tw-border-opacity: 1 !important;
  border-color: rgba(88, 28, 135, var(--tw-border-opacity)) !important;
}

.hc-border-yellow-50{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 252, 232, var(--tw-border-opacity)) !important;
}

.hc-border-yellow-100{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 249, 195, var(--tw-border-opacity)) !important;
}

.hc-border-yellow-200{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
}

.hc-border-yellow-300{
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 224, 71, var(--tw-border-opacity)) !important;
}

.hc-border-yellow-400{
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 204, 21, var(--tw-border-opacity)) !important;
}

.hc-border-yellow-500{
  --tw-border-opacity: 1 !important;
  border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
}

.hc-border-yellow-600{
  --tw-border-opacity: 1 !important;
  border-color: rgba(202, 138, 4, var(--tw-border-opacity)) !important;
}

.hc-border-yellow-700{
  --tw-border-opacity: 1 !important;
  border-color: rgba(161, 98, 7, var(--tw-border-opacity)) !important;
}

.hc-border-yellow-800{
  --tw-border-opacity: 1 !important;
  border-color: rgba(133, 77, 14, var(--tw-border-opacity)) !important;
}

.hc-border-yellow-900{
  --tw-border-opacity: 1 !important;
  border-color: rgba(113, 63, 18, var(--tw-border-opacity)) !important;
}

.hc-border-indigo-50{
  --tw-border-opacity: 1 !important;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
}

.hc-border-indigo-100{
  --tw-border-opacity: 1 !important;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
}

.hc-border-indigo-200{
  --tw-border-opacity: 1 !important;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
}

.hc-border-indigo-300{
  --tw-border-opacity: 1 !important;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
}

.hc-border-indigo-400{
  --tw-border-opacity: 1 !important;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
}

.hc-border-indigo-500{
  --tw-border-opacity: 1 !important;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
}

.hc-border-indigo-600{
  --tw-border-opacity: 1 !important;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
}

.hc-border-indigo-700{
  --tw-border-opacity: 1 !important;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
}

.hc-border-indigo-800{
  --tw-border-opacity: 1 !important;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
}

.hc-border-indigo-900{
  --tw-border-opacity: 1 !important;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
}

.hc-border-pink-50{
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
}

.hc-border-pink-100{
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
}

.hc-border-pink-200{
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
}

.hc-border-pink-300{
  --tw-border-opacity: 1 !important;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
}

.hc-border-pink-400{
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
}

.hc-border-pink-500{
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
}

.hc-border-pink-600{
  --tw-border-opacity: 1 !important;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
}

.hc-border-pink-700{
  --tw-border-opacity: 1 !important;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
}

.hc-border-pink-800{
  --tw-border-opacity: 1 !important;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
}

.hc-border-pink-900{
  --tw-border-opacity: 1 !important;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-black:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-white:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-gray-50:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-gray-100:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-gray-200:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-gray-300:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-gray-400:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-gray-500:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-gray-600:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-gray-700:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-gray-800:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-gray-900:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-slate:checked{
}

.checked\:hc-border-red-50:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-red-100:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-red-200:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-red-300:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-red-400:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-red-500:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-red-600:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-red-700:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-red-800:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-red-900:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-blue-50:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-blue-100:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-blue-200:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-blue-300:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-blue-400:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-blue-500:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-blue-600:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-blue-700:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-blue-800:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-blue-900:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-purple-50:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-purple-100:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 232, 255, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-purple-200:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(233, 213, 255, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-purple-300:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(216, 180, 254, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-purple-400:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(192, 132, 252, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-purple-500:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(168, 85, 247, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-purple-600:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(147, 51, 234, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-purple-700:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(126, 34, 206, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-purple-800:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(107, 33, 168, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-purple-900:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(88, 28, 135, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-yellow-50:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 252, 232, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-yellow-100:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 249, 195, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-yellow-200:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-yellow-300:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 224, 71, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-yellow-400:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 204, 21, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-yellow-500:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-yellow-600:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(202, 138, 4, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-yellow-700:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(161, 98, 7, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-yellow-800:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(133, 77, 14, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-yellow-900:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(113, 63, 18, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-indigo-50:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-indigo-100:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-indigo-200:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-indigo-300:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-indigo-400:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-indigo-500:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-indigo-600:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-indigo-700:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-indigo-800:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-indigo-900:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-pink-50:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-pink-100:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-pink-200:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-pink-300:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-pink-400:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-pink-500:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-pink-600:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-pink-700:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-pink-800:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
}

.checked\:hc-border-pink-900:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-black{
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-white{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-gray-50{
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-gray-100{
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-gray-200{
  --tw-border-opacity: 1 !important;
  border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-gray-300{
  --tw-border-opacity: 1 !important;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-gray-400{
  --tw-border-opacity: 1 !important;
  border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-gray-500{
  --tw-border-opacity: 1 !important;
  border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-gray-600{
  --tw-border-opacity: 1 !important;
  border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-gray-700{
  --tw-border-opacity: 1 !important;
  border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-gray-800{
  --tw-border-opacity: 1 !important;
  border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-gray-900{
  --tw-border-opacity: 1 !important;
  border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-slate{
}

.hc-group:hover .group-hover\:hc-border-red-50{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-red-100{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-red-200{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-red-300{
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-red-400{
  --tw-border-opacity: 1 !important;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-red-500{
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-red-600{
  --tw-border-opacity: 1 !important;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-red-700{
  --tw-border-opacity: 1 !important;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-red-800{
  --tw-border-opacity: 1 !important;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-red-900{
  --tw-border-opacity: 1 !important;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-blue-50{
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-blue-100{
  --tw-border-opacity: 1 !important;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-blue-200{
  --tw-border-opacity: 1 !important;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-blue-300{
  --tw-border-opacity: 1 !important;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-blue-400{
  --tw-border-opacity: 1 !important;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-blue-500{
  --tw-border-opacity: 1 !important;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-blue-600{
  --tw-border-opacity: 1 !important;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-blue-700{
  --tw-border-opacity: 1 !important;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-blue-800{
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-blue-900{
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-purple-50{
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-purple-100{
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 232, 255, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-purple-200{
  --tw-border-opacity: 1 !important;
  border-color: rgba(233, 213, 255, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-purple-300{
  --tw-border-opacity: 1 !important;
  border-color: rgba(216, 180, 254, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-purple-400{
  --tw-border-opacity: 1 !important;
  border-color: rgba(192, 132, 252, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-purple-500{
  --tw-border-opacity: 1 !important;
  border-color: rgba(168, 85, 247, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-purple-600{
  --tw-border-opacity: 1 !important;
  border-color: rgba(147, 51, 234, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-purple-700{
  --tw-border-opacity: 1 !important;
  border-color: rgba(126, 34, 206, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-purple-800{
  --tw-border-opacity: 1 !important;
  border-color: rgba(107, 33, 168, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-purple-900{
  --tw-border-opacity: 1 !important;
  border-color: rgba(88, 28, 135, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-yellow-50{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 252, 232, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-yellow-100{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 249, 195, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-yellow-200{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-yellow-300{
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 224, 71, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-yellow-400{
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 204, 21, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-yellow-500{
  --tw-border-opacity: 1 !important;
  border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-yellow-600{
  --tw-border-opacity: 1 !important;
  border-color: rgba(202, 138, 4, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-yellow-700{
  --tw-border-opacity: 1 !important;
  border-color: rgba(161, 98, 7, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-yellow-800{
  --tw-border-opacity: 1 !important;
  border-color: rgba(133, 77, 14, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-yellow-900{
  --tw-border-opacity: 1 !important;
  border-color: rgba(113, 63, 18, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-indigo-50{
  --tw-border-opacity: 1 !important;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-indigo-100{
  --tw-border-opacity: 1 !important;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-indigo-200{
  --tw-border-opacity: 1 !important;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-indigo-300{
  --tw-border-opacity: 1 !important;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-indigo-400{
  --tw-border-opacity: 1 !important;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-indigo-500{
  --tw-border-opacity: 1 !important;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-indigo-600{
  --tw-border-opacity: 1 !important;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-indigo-700{
  --tw-border-opacity: 1 !important;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-indigo-800{
  --tw-border-opacity: 1 !important;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-indigo-900{
  --tw-border-opacity: 1 !important;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-pink-50{
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-pink-100{
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-pink-200{
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-pink-300{
  --tw-border-opacity: 1 !important;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-pink-400{
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-pink-500{
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-pink-600{
  --tw-border-opacity: 1 !important;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-pink-700{
  --tw-border-opacity: 1 !important;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-pink-800{
  --tw-border-opacity: 1 !important;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-border-pink-900{
  --tw-border-opacity: 1 !important;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-black:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-white:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-gray-50:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-gray-100:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-gray-200:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-gray-300:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-gray-400:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-gray-500:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-gray-600:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-gray-700:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-gray-800:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-gray-900:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-slate:focus-within{
}

.focus-within\:hc-border-red-50:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-red-100:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-red-200:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-red-300:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-red-400:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-red-500:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-red-600:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-red-700:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-red-800:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-red-900:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-blue-50:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-blue-100:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-blue-200:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-blue-300:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-blue-400:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-blue-500:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-blue-600:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-blue-700:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-blue-800:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-blue-900:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-purple-50:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-purple-100:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 232, 255, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-purple-200:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(233, 213, 255, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-purple-300:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(216, 180, 254, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-purple-400:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(192, 132, 252, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-purple-500:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(168, 85, 247, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-purple-600:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(147, 51, 234, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-purple-700:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(126, 34, 206, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-purple-800:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(107, 33, 168, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-purple-900:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(88, 28, 135, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-yellow-50:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 252, 232, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-yellow-100:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 249, 195, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-yellow-200:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-yellow-300:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 224, 71, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-yellow-400:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 204, 21, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-yellow-500:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-yellow-600:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(202, 138, 4, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-yellow-700:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(161, 98, 7, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-yellow-800:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(133, 77, 14, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-yellow-900:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(113, 63, 18, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-indigo-50:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-indigo-100:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-indigo-200:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-indigo-300:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-indigo-400:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-indigo-500:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-indigo-600:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-indigo-700:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-indigo-800:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-indigo-900:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-pink-50:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-pink-100:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-pink-200:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-pink-300:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-pink-400:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-pink-500:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-pink-600:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-pink-700:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-pink-800:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
}

.focus-within\:hc-border-pink-900:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-black:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-white:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-gray-50:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-gray-100:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-gray-200:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-gray-300:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-gray-400:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-gray-500:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-gray-600:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-gray-700:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-gray-800:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-gray-900:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-slate:hover{
}

.hover\:hc-border-red-50:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-red-100:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-red-200:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-red-300:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-red-400:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-red-500:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-red-600:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-red-700:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-red-800:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-red-900:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-blue-50:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-blue-100:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-blue-200:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-blue-300:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-blue-400:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-blue-500:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-blue-600:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-blue-700:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-blue-800:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-blue-900:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-purple-50:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-purple-100:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 232, 255, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-purple-200:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(233, 213, 255, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-purple-300:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(216, 180, 254, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-purple-400:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(192, 132, 252, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-purple-500:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(168, 85, 247, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-purple-600:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(147, 51, 234, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-purple-700:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(126, 34, 206, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-purple-800:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(107, 33, 168, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-purple-900:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(88, 28, 135, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-yellow-50:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 252, 232, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-yellow-100:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 249, 195, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-yellow-200:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-yellow-300:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 224, 71, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-yellow-400:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 204, 21, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-yellow-500:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-yellow-600:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(202, 138, 4, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-yellow-700:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(161, 98, 7, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-yellow-800:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(133, 77, 14, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-yellow-900:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(113, 63, 18, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-indigo-50:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-indigo-100:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-indigo-200:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-indigo-300:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-indigo-400:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-indigo-500:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-indigo-600:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-indigo-700:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-indigo-800:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-indigo-900:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-pink-50:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-pink-100:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-pink-200:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-pink-300:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-pink-400:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-pink-500:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-pink-600:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-pink-700:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-pink-800:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
}

.hover\:hc-border-pink-900:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-black:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-white:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-gray-50:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-gray-100:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-gray-200:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-gray-300:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-gray-400:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-gray-500:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-gray-600:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-gray-700:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-gray-800:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-gray-900:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-slate:focus{
}

.focus\:hc-border-red-50:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-red-100:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-red-200:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-red-300:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-red-400:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-red-500:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-red-600:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-red-700:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-red-800:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-red-900:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-blue-50:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-blue-100:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-blue-200:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-blue-300:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-blue-400:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-blue-500:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-blue-600:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-blue-700:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-blue-800:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-blue-900:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-purple-50:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-purple-100:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 232, 255, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-purple-200:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(233, 213, 255, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-purple-300:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(216, 180, 254, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-purple-400:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(192, 132, 252, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-purple-500:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(168, 85, 247, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-purple-600:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(147, 51, 234, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-purple-700:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(126, 34, 206, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-purple-800:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(107, 33, 168, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-purple-900:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(88, 28, 135, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-yellow-50:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 252, 232, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-yellow-100:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 249, 195, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-yellow-200:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-yellow-300:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 224, 71, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-yellow-400:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 204, 21, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-yellow-500:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-yellow-600:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(202, 138, 4, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-yellow-700:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(161, 98, 7, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-yellow-800:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(133, 77, 14, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-yellow-900:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(113, 63, 18, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-indigo-50:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-indigo-100:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-indigo-200:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-indigo-300:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-indigo-400:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-indigo-500:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-indigo-600:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-indigo-700:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-indigo-800:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-indigo-900:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-pink-50:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-pink-100:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-pink-200:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-pink-300:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-pink-400:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-pink-500:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-pink-600:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-pink-700:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-pink-800:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
}

.focus\:hc-border-pink-900:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}

@media (prefers-color-scheme: dark){
  .dark\:hc-border-black{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-white{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-gray-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-gray-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-gray-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-gray-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-gray-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-gray-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-gray-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-gray-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-gray-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-gray-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-slate{
  }

  .dark\:hc-border-red-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-red-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-red-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-red-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-red-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-red-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-red-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-red-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-red-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-red-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-blue-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-blue-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-blue-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-blue-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-blue-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-blue-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-blue-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-blue-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-blue-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-blue-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-purple-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-purple-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-purple-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-purple-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-purple-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-purple-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-purple-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-purple-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-purple-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-purple-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-yellow-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-yellow-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-yellow-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-yellow-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-yellow-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-yellow-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-yellow-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-yellow-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-yellow-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-yellow-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-indigo-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-indigo-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-indigo-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-indigo-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-indigo-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-indigo-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-indigo-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-indigo-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-indigo-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-indigo-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-pink-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-pink-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-pink-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-pink-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-pink-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-pink-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-pink-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-pink-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-pink-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .dark\:hc-border-pink-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-black:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-white:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-gray-50:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-gray-100:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-gray-200:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-gray-300:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-gray-400:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-gray-500:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-gray-600:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-gray-700:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-gray-800:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-gray-900:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-slate:checked{
  }

  .dark\:checked\:hc-border-red-50:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-red-100:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-red-200:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-red-300:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-red-400:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-red-500:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-red-600:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-red-700:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-red-800:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-red-900:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-blue-50:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-blue-100:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-blue-200:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-blue-300:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-blue-400:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-blue-500:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-blue-600:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-blue-700:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-blue-800:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-blue-900:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-purple-50:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-purple-100:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-purple-200:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-purple-300:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-purple-400:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-purple-500:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-purple-600:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-purple-700:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-purple-800:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-purple-900:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-yellow-50:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-yellow-100:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-yellow-200:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-yellow-300:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-yellow-400:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-yellow-500:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-yellow-600:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-yellow-700:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-yellow-800:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-yellow-900:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-indigo-50:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-indigo-100:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-indigo-200:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-indigo-300:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-indigo-400:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-indigo-500:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-indigo-600:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-indigo-700:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-indigo-800:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-indigo-900:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-pink-50:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-pink-100:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-pink-200:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-pink-300:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-pink-400:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-pink-500:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-pink-600:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-pink-700:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-pink-800:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .dark\:checked\:hc-border-pink-900:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-black{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-white{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-gray-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-gray-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-gray-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-gray-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-gray-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-gray-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-gray-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-gray-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-gray-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-gray-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-slate{
  }

  .hc-group:hover .dark\:group-hover\:hc-border-red-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-red-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-red-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-red-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-red-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-red-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-red-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-red-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-red-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-red-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-blue-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-blue-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-blue-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-blue-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-blue-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-blue-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-blue-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-blue-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-blue-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-blue-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-purple-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-purple-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-purple-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-purple-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-purple-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-purple-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-purple-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-purple-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-purple-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-purple-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-yellow-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-yellow-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-yellow-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-yellow-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-yellow-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-yellow-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-yellow-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-yellow-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-yellow-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-yellow-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-indigo-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-indigo-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-indigo-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-indigo-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-indigo-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-indigo-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-indigo-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-indigo-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-indigo-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-indigo-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-pink-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-pink-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-pink-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-pink-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-pink-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-pink-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-pink-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-pink-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-pink-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-pink-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-black:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-white:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-gray-50:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-gray-100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-gray-200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-gray-300:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-gray-400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-gray-500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-gray-600:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-gray-700:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-gray-800:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-gray-900:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-slate:focus-within{
  }

  .dark\:focus-within\:hc-border-red-50:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-red-100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-red-200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-red-300:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-red-400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-red-500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-red-600:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-red-700:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-red-800:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-red-900:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-blue-50:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-blue-100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-blue-200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-blue-300:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-blue-400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-blue-500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-blue-600:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-blue-700:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-blue-800:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-blue-900:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-purple-50:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-purple-100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-purple-200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-purple-300:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-purple-400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-purple-500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-purple-600:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-purple-700:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-purple-800:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-purple-900:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-yellow-50:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-yellow-100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-yellow-200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-yellow-300:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-yellow-400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-yellow-500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-yellow-600:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-yellow-700:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-yellow-800:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-yellow-900:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-indigo-50:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-indigo-100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-indigo-200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-indigo-300:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-indigo-400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-indigo-500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-indigo-600:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-indigo-700:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-indigo-800:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-indigo-900:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-pink-50:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-pink-100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-pink-200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-pink-300:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-pink-400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-pink-500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-pink-600:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-pink-700:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-pink-800:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .dark\:focus-within\:hc-border-pink-900:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-black:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-white:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-gray-50:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-gray-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-gray-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-gray-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-gray-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-gray-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-gray-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-gray-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-gray-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-gray-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-slate:hover{
  }

  .dark\:hover\:hc-border-red-50:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-red-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-red-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-red-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-red-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-red-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-red-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-red-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-red-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-red-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-blue-50:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-blue-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-blue-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-blue-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-blue-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-blue-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-blue-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-blue-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-blue-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-blue-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-purple-50:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-purple-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-purple-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-purple-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-purple-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-purple-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-purple-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-purple-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-purple-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-purple-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-yellow-50:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-yellow-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-yellow-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-yellow-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-yellow-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-yellow-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-yellow-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-yellow-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-yellow-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-yellow-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-indigo-50:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-indigo-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-indigo-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-indigo-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-indigo-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-indigo-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-indigo-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-indigo-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-indigo-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-indigo-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-pink-50:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-pink-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-pink-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-pink-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-pink-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-pink-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-pink-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-pink-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-pink-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .dark\:hover\:hc-border-pink-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-black:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-white:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-gray-50:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-gray-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-gray-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-gray-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-gray-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-gray-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-gray-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-gray-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-gray-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-gray-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-slate:focus{
  }

  .dark\:focus\:hc-border-red-50:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-red-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-red-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-red-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-red-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-red-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-red-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-red-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-red-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-red-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-blue-50:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-blue-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-blue-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-blue-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-blue-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-blue-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-blue-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-blue-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-blue-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-blue-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-purple-50:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-purple-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-purple-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-purple-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-purple-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-purple-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-purple-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-purple-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-purple-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-purple-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-yellow-50:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-yellow-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-yellow-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-yellow-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-yellow-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-yellow-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-yellow-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-yellow-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-yellow-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-yellow-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-indigo-50:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-indigo-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-indigo-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-indigo-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-indigo-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-indigo-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-indigo-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-indigo-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-indigo-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-indigo-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-pink-50:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-pink-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-pink-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-pink-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-pink-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-pink-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-pink-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-pink-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-pink-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:hc-border-pink-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }
}

.hc-border-opacity-0{
  --tw-border-opacity: 0 !important;
}

.hc-border-opacity-5{
  --tw-border-opacity: 0.05 !important;
}

.hc-border-opacity-10{
  --tw-border-opacity: 0.1 !important;
}

.hc-border-opacity-20{
  --tw-border-opacity: 0.2 !important;
}

.hc-border-opacity-25{
  --tw-border-opacity: 0.25 !important;
}

.hc-border-opacity-30{
  --tw-border-opacity: 0.3 !important;
}

.hc-border-opacity-40{
  --tw-border-opacity: 0.4 !important;
}

.hc-border-opacity-50{
  --tw-border-opacity: 0.5 !important;
}

.hc-border-opacity-60{
  --tw-border-opacity: 0.6 !important;
}

.hc-border-opacity-70{
  --tw-border-opacity: 0.7 !important;
}

.hc-border-opacity-75{
  --tw-border-opacity: 0.75 !important;
}

.hc-border-opacity-80{
  --tw-border-opacity: 0.8 !important;
}

.hc-border-opacity-90{
  --tw-border-opacity: 0.9 !important;
}

.hc-border-opacity-95{
  --tw-border-opacity: 0.95 !important;
}

.hc-border-opacity-100{
  --tw-border-opacity: 1 !important;
}

.hc-group:hover .group-hover\:hc-border-opacity-0{
  --tw-border-opacity: 0 !important;
}

.hc-group:hover .group-hover\:hc-border-opacity-5{
  --tw-border-opacity: 0.05 !important;
}

.hc-group:hover .group-hover\:hc-border-opacity-10{
  --tw-border-opacity: 0.1 !important;
}

.hc-group:hover .group-hover\:hc-border-opacity-20{
  --tw-border-opacity: 0.2 !important;
}

.hc-group:hover .group-hover\:hc-border-opacity-25{
  --tw-border-opacity: 0.25 !important;
}

.hc-group:hover .group-hover\:hc-border-opacity-30{
  --tw-border-opacity: 0.3 !important;
}

.hc-group:hover .group-hover\:hc-border-opacity-40{
  --tw-border-opacity: 0.4 !important;
}

.hc-group:hover .group-hover\:hc-border-opacity-50{
  --tw-border-opacity: 0.5 !important;
}

.hc-group:hover .group-hover\:hc-border-opacity-60{
  --tw-border-opacity: 0.6 !important;
}

.hc-group:hover .group-hover\:hc-border-opacity-70{
  --tw-border-opacity: 0.7 !important;
}

.hc-group:hover .group-hover\:hc-border-opacity-75{
  --tw-border-opacity: 0.75 !important;
}

.hc-group:hover .group-hover\:hc-border-opacity-80{
  --tw-border-opacity: 0.8 !important;
}

.hc-group:hover .group-hover\:hc-border-opacity-90{
  --tw-border-opacity: 0.9 !important;
}

.hc-group:hover .group-hover\:hc-border-opacity-95{
  --tw-border-opacity: 0.95 !important;
}

.hc-group:hover .group-hover\:hc-border-opacity-100{
  --tw-border-opacity: 1 !important;
}

.focus-within\:hc-border-opacity-0:focus-within{
  --tw-border-opacity: 0 !important;
}

.focus-within\:hc-border-opacity-5:focus-within{
  --tw-border-opacity: 0.05 !important;
}

.focus-within\:hc-border-opacity-10:focus-within{
  --tw-border-opacity: 0.1 !important;
}

.focus-within\:hc-border-opacity-20:focus-within{
  --tw-border-opacity: 0.2 !important;
}

.focus-within\:hc-border-opacity-25:focus-within{
  --tw-border-opacity: 0.25 !important;
}

.focus-within\:hc-border-opacity-30:focus-within{
  --tw-border-opacity: 0.3 !important;
}

.focus-within\:hc-border-opacity-40:focus-within{
  --tw-border-opacity: 0.4 !important;
}

.focus-within\:hc-border-opacity-50:focus-within{
  --tw-border-opacity: 0.5 !important;
}

.focus-within\:hc-border-opacity-60:focus-within{
  --tw-border-opacity: 0.6 !important;
}

.focus-within\:hc-border-opacity-70:focus-within{
  --tw-border-opacity: 0.7 !important;
}

.focus-within\:hc-border-opacity-75:focus-within{
  --tw-border-opacity: 0.75 !important;
}

.focus-within\:hc-border-opacity-80:focus-within{
  --tw-border-opacity: 0.8 !important;
}

.focus-within\:hc-border-opacity-90:focus-within{
  --tw-border-opacity: 0.9 !important;
}

.focus-within\:hc-border-opacity-95:focus-within{
  --tw-border-opacity: 0.95 !important;
}

.focus-within\:hc-border-opacity-100:focus-within{
  --tw-border-opacity: 1 !important;
}

.hover\:hc-border-opacity-0:hover{
  --tw-border-opacity: 0 !important;
}

.hover\:hc-border-opacity-5:hover{
  --tw-border-opacity: 0.05 !important;
}

.hover\:hc-border-opacity-10:hover{
  --tw-border-opacity: 0.1 !important;
}

.hover\:hc-border-opacity-20:hover{
  --tw-border-opacity: 0.2 !important;
}

.hover\:hc-border-opacity-25:hover{
  --tw-border-opacity: 0.25 !important;
}

.hover\:hc-border-opacity-30:hover{
  --tw-border-opacity: 0.3 !important;
}

.hover\:hc-border-opacity-40:hover{
  --tw-border-opacity: 0.4 !important;
}

.hover\:hc-border-opacity-50:hover{
  --tw-border-opacity: 0.5 !important;
}

.hover\:hc-border-opacity-60:hover{
  --tw-border-opacity: 0.6 !important;
}

.hover\:hc-border-opacity-70:hover{
  --tw-border-opacity: 0.7 !important;
}

.hover\:hc-border-opacity-75:hover{
  --tw-border-opacity: 0.75 !important;
}

.hover\:hc-border-opacity-80:hover{
  --tw-border-opacity: 0.8 !important;
}

.hover\:hc-border-opacity-90:hover{
  --tw-border-opacity: 0.9 !important;
}

.hover\:hc-border-opacity-95:hover{
  --tw-border-opacity: 0.95 !important;
}

.hover\:hc-border-opacity-100:hover{
  --tw-border-opacity: 1 !important;
}

.focus\:hc-border-opacity-0:focus{
  --tw-border-opacity: 0 !important;
}

.focus\:hc-border-opacity-5:focus{
  --tw-border-opacity: 0.05 !important;
}

.focus\:hc-border-opacity-10:focus{
  --tw-border-opacity: 0.1 !important;
}

.focus\:hc-border-opacity-20:focus{
  --tw-border-opacity: 0.2 !important;
}

.focus\:hc-border-opacity-25:focus{
  --tw-border-opacity: 0.25 !important;
}

.focus\:hc-border-opacity-30:focus{
  --tw-border-opacity: 0.3 !important;
}

.focus\:hc-border-opacity-40:focus{
  --tw-border-opacity: 0.4 !important;
}

.focus\:hc-border-opacity-50:focus{
  --tw-border-opacity: 0.5 !important;
}

.focus\:hc-border-opacity-60:focus{
  --tw-border-opacity: 0.6 !important;
}

.focus\:hc-border-opacity-70:focus{
  --tw-border-opacity: 0.7 !important;
}

.focus\:hc-border-opacity-75:focus{
  --tw-border-opacity: 0.75 !important;
}

.focus\:hc-border-opacity-80:focus{
  --tw-border-opacity: 0.8 !important;
}

.focus\:hc-border-opacity-90:focus{
  --tw-border-opacity: 0.9 !important;
}

.focus\:hc-border-opacity-95:focus{
  --tw-border-opacity: 0.95 !important;
}

.focus\:hc-border-opacity-100:focus{
  --tw-border-opacity: 1 !important;
}

@media (prefers-color-scheme: dark){
  .dark\:hc-border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

  .dark\:hc-border-opacity-5{
    --tw-border-opacity: 0.05 !important;
  }

  .dark\:hc-border-opacity-10{
    --tw-border-opacity: 0.1 !important;
  }

  .dark\:hc-border-opacity-20{
    --tw-border-opacity: 0.2 !important;
  }

  .dark\:hc-border-opacity-25{
    --tw-border-opacity: 0.25 !important;
  }

  .dark\:hc-border-opacity-30{
    --tw-border-opacity: 0.3 !important;
  }

  .dark\:hc-border-opacity-40{
    --tw-border-opacity: 0.4 !important;
  }

  .dark\:hc-border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .dark\:hc-border-opacity-60{
    --tw-border-opacity: 0.6 !important;
  }

  .dark\:hc-border-opacity-70{
    --tw-border-opacity: 0.7 !important;
  }

  .dark\:hc-border-opacity-75{
    --tw-border-opacity: 0.75 !important;
  }

  .dark\:hc-border-opacity-80{
    --tw-border-opacity: 0.8 !important;
  }

  .dark\:hc-border-opacity-90{
    --tw-border-opacity: 0.9 !important;
  }

  .dark\:hc-border-opacity-95{
    --tw-border-opacity: 0.95 !important;
  }

  .dark\:hc-border-opacity-100{
    --tw-border-opacity: 1 !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-opacity-5{
    --tw-border-opacity: 0.05 !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-opacity-10{
    --tw-border-opacity: 0.1 !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-opacity-20{
    --tw-border-opacity: 0.2 !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-opacity-25{
    --tw-border-opacity: 0.25 !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-opacity-30{
    --tw-border-opacity: 0.3 !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-opacity-40{
    --tw-border-opacity: 0.4 !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-opacity-60{
    --tw-border-opacity: 0.6 !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-opacity-70{
    --tw-border-opacity: 0.7 !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-opacity-75{
    --tw-border-opacity: 0.75 !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-opacity-80{
    --tw-border-opacity: 0.8 !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-opacity-90{
    --tw-border-opacity: 0.9 !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-opacity-95{
    --tw-border-opacity: 0.95 !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-border-opacity-100{
    --tw-border-opacity: 1 !important;
  }

  .dark\:focus-within\:hc-border-opacity-0:focus-within{
    --tw-border-opacity: 0 !important;
  }

  .dark\:focus-within\:hc-border-opacity-5:focus-within{
    --tw-border-opacity: 0.05 !important;
  }

  .dark\:focus-within\:hc-border-opacity-10:focus-within{
    --tw-border-opacity: 0.1 !important;
  }

  .dark\:focus-within\:hc-border-opacity-20:focus-within{
    --tw-border-opacity: 0.2 !important;
  }

  .dark\:focus-within\:hc-border-opacity-25:focus-within{
    --tw-border-opacity: 0.25 !important;
  }

  .dark\:focus-within\:hc-border-opacity-30:focus-within{
    --tw-border-opacity: 0.3 !important;
  }

  .dark\:focus-within\:hc-border-opacity-40:focus-within{
    --tw-border-opacity: 0.4 !important;
  }

  .dark\:focus-within\:hc-border-opacity-50:focus-within{
    --tw-border-opacity: 0.5 !important;
  }

  .dark\:focus-within\:hc-border-opacity-60:focus-within{
    --tw-border-opacity: 0.6 !important;
  }

  .dark\:focus-within\:hc-border-opacity-70:focus-within{
    --tw-border-opacity: 0.7 !important;
  }

  .dark\:focus-within\:hc-border-opacity-75:focus-within{
    --tw-border-opacity: 0.75 !important;
  }

  .dark\:focus-within\:hc-border-opacity-80:focus-within{
    --tw-border-opacity: 0.8 !important;
  }

  .dark\:focus-within\:hc-border-opacity-90:focus-within{
    --tw-border-opacity: 0.9 !important;
  }

  .dark\:focus-within\:hc-border-opacity-95:focus-within{
    --tw-border-opacity: 0.95 !important;
  }

  .dark\:focus-within\:hc-border-opacity-100:focus-within{
    --tw-border-opacity: 1 !important;
  }

  .dark\:hover\:hc-border-opacity-0:hover{
    --tw-border-opacity: 0 !important;
  }

  .dark\:hover\:hc-border-opacity-5:hover{
    --tw-border-opacity: 0.05 !important;
  }

  .dark\:hover\:hc-border-opacity-10:hover{
    --tw-border-opacity: 0.1 !important;
  }

  .dark\:hover\:hc-border-opacity-20:hover{
    --tw-border-opacity: 0.2 !important;
  }

  .dark\:hover\:hc-border-opacity-25:hover{
    --tw-border-opacity: 0.25 !important;
  }

  .dark\:hover\:hc-border-opacity-30:hover{
    --tw-border-opacity: 0.3 !important;
  }

  .dark\:hover\:hc-border-opacity-40:hover{
    --tw-border-opacity: 0.4 !important;
  }

  .dark\:hover\:hc-border-opacity-50:hover{
    --tw-border-opacity: 0.5 !important;
  }

  .dark\:hover\:hc-border-opacity-60:hover{
    --tw-border-opacity: 0.6 !important;
  }

  .dark\:hover\:hc-border-opacity-70:hover{
    --tw-border-opacity: 0.7 !important;
  }

  .dark\:hover\:hc-border-opacity-75:hover{
    --tw-border-opacity: 0.75 !important;
  }

  .dark\:hover\:hc-border-opacity-80:hover{
    --tw-border-opacity: 0.8 !important;
  }

  .dark\:hover\:hc-border-opacity-90:hover{
    --tw-border-opacity: 0.9 !important;
  }

  .dark\:hover\:hc-border-opacity-95:hover{
    --tw-border-opacity: 0.95 !important;
  }

  .dark\:hover\:hc-border-opacity-100:hover{
    --tw-border-opacity: 1 !important;
  }

  .dark\:focus\:hc-border-opacity-0:focus{
    --tw-border-opacity: 0 !important;
  }

  .dark\:focus\:hc-border-opacity-5:focus{
    --tw-border-opacity: 0.05 !important;
  }

  .dark\:focus\:hc-border-opacity-10:focus{
    --tw-border-opacity: 0.1 !important;
  }

  .dark\:focus\:hc-border-opacity-20:focus{
    --tw-border-opacity: 0.2 !important;
  }

  .dark\:focus\:hc-border-opacity-25:focus{
    --tw-border-opacity: 0.25 !important;
  }

  .dark\:focus\:hc-border-opacity-30:focus{
    --tw-border-opacity: 0.3 !important;
  }

  .dark\:focus\:hc-border-opacity-40:focus{
    --tw-border-opacity: 0.4 !important;
  }

  .dark\:focus\:hc-border-opacity-50:focus{
    --tw-border-opacity: 0.5 !important;
  }

  .dark\:focus\:hc-border-opacity-60:focus{
    --tw-border-opacity: 0.6 !important;
  }

  .dark\:focus\:hc-border-opacity-70:focus{
    --tw-border-opacity: 0.7 !important;
  }

  .dark\:focus\:hc-border-opacity-75:focus{
    --tw-border-opacity: 0.75 !important;
  }

  .dark\:focus\:hc-border-opacity-80:focus{
    --tw-border-opacity: 0.8 !important;
  }

  .dark\:focus\:hc-border-opacity-90:focus{
    --tw-border-opacity: 0.9 !important;
  }

  .dark\:focus\:hc-border-opacity-95:focus{
    --tw-border-opacity: 0.95 !important;
  }

  .dark\:focus\:hc-border-opacity-100:focus{
    --tw-border-opacity: 1 !important;
  }
}

.hc-bg-black{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}

.hc-bg-white{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.hc-bg-gray-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
}

.hc-bg-gray-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
}

.hc-bg-gray-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
}

.hc-bg-gray-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
}

.hc-bg-gray-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
}

.hc-bg-gray-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
}

.hc-bg-gray-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
}

.hc-bg-gray-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
}

.hc-bg-gray-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
}

.hc-bg-gray-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
}

.hc-bg-slate{
}

.hc-bg-red-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
}

.hc-bg-red-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
}

.hc-bg-red-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
}

.hc-bg-red-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
}

.hc-bg-red-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
}

.hc-bg-red-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
}

.hc-bg-red-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
}

.hc-bg-red-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
}

.hc-bg-red-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
}

.hc-bg-red-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
}

.hc-bg-blue-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
}

.hc-bg-blue-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
}

.hc-bg-blue-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
}

.hc-bg-blue-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
}

.hc-bg-blue-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
}

.hc-bg-blue-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
}

.hc-bg-blue-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
}

.hc-bg-blue-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
}

.hc-bg-blue-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
}

.hc-bg-blue-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
}

.hc-bg-purple-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
}

.hc-bg-purple-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 232, 255, var(--tw-bg-opacity)) !important;
}

.hc-bg-purple-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(233, 213, 255, var(--tw-bg-opacity)) !important;
}

.hc-bg-purple-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(216, 180, 254, var(--tw-bg-opacity)) !important;
}

.hc-bg-purple-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(192, 132, 252, var(--tw-bg-opacity)) !important;
}

.hc-bg-purple-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(168, 85, 247, var(--tw-bg-opacity)) !important;
}

.hc-bg-purple-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(147, 51, 234, var(--tw-bg-opacity)) !important;
}

.hc-bg-purple-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(126, 34, 206, var(--tw-bg-opacity)) !important;
}

.hc-bg-purple-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(107, 33, 168, var(--tw-bg-opacity)) !important;
}

.hc-bg-purple-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(88, 28, 135, var(--tw-bg-opacity)) !important;
}

.hc-bg-yellow-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 252, 232, var(--tw-bg-opacity)) !important;
}

.hc-bg-yellow-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 249, 195, var(--tw-bg-opacity)) !important;
}

.hc-bg-yellow-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
}

.hc-bg-yellow-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 224, 71, var(--tw-bg-opacity)) !important;
}

.hc-bg-yellow-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 204, 21, var(--tw-bg-opacity)) !important;
}

.hc-bg-yellow-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
}

.hc-bg-yellow-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(202, 138, 4, var(--tw-bg-opacity)) !important;
}

.hc-bg-yellow-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(161, 98, 7, var(--tw-bg-opacity)) !important;
}

.hc-bg-yellow-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(133, 77, 14, var(--tw-bg-opacity)) !important;
}

.hc-bg-yellow-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(113, 63, 18, var(--tw-bg-opacity)) !important;
}

.hc-bg-indigo-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
}

.hc-bg-indigo-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
}

.hc-bg-indigo-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
}

.hc-bg-indigo-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
}

.hc-bg-indigo-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
}

.hc-bg-indigo-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
}

.hc-bg-indigo-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
}

.hc-bg-indigo-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
}

.hc-bg-indigo-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
}

.hc-bg-indigo-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
}

.hc-bg-pink-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
}

.hc-bg-pink-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
}

.hc-bg-pink-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
}

.hc-bg-pink-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
}

.hc-bg-pink-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
}

.hc-bg-pink-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
}

.hc-bg-pink-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
}

.hc-bg-pink-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
}

.hc-bg-pink-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
}

.hc-bg-pink-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-black:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-white:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-gray-50:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-gray-100:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-gray-200:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-gray-300:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-gray-400:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-gray-500:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-gray-600:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-gray-700:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-gray-800:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-gray-900:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-slate:checked{
}

.checked\:hc-bg-red-50:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-red-100:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-red-200:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-red-300:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-red-400:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-red-500:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-red-600:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-red-700:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-red-800:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-red-900:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-blue-50:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-blue-100:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-blue-200:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-blue-300:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-blue-400:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-blue-500:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-blue-600:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-blue-700:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-blue-800:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-blue-900:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-purple-50:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-purple-100:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 232, 255, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-purple-200:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(233, 213, 255, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-purple-300:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(216, 180, 254, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-purple-400:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(192, 132, 252, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-purple-500:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(168, 85, 247, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-purple-600:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(147, 51, 234, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-purple-700:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(126, 34, 206, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-purple-800:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(107, 33, 168, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-purple-900:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(88, 28, 135, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-yellow-50:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 252, 232, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-yellow-100:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 249, 195, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-yellow-200:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-yellow-300:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 224, 71, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-yellow-400:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 204, 21, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-yellow-500:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-yellow-600:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(202, 138, 4, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-yellow-700:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(161, 98, 7, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-yellow-800:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(133, 77, 14, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-yellow-900:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(113, 63, 18, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-indigo-50:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-indigo-100:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-indigo-200:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-indigo-300:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-indigo-400:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-indigo-500:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-indigo-600:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-indigo-700:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-indigo-800:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-indigo-900:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-pink-50:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-pink-100:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-pink-200:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-pink-300:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-pink-400:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-pink-500:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-pink-600:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-pink-700:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-pink-800:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
}

.checked\:hc-bg-pink-900:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-black{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-white{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-gray-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-gray-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-gray-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-gray-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-gray-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-gray-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-gray-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-gray-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-gray-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-gray-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-slate{
}

.hc-group:hover .group-hover\:hc-bg-red-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-red-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-red-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-red-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-red-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-red-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-red-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-red-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-red-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-red-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-blue-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-blue-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-blue-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-blue-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-blue-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-blue-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-blue-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-blue-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-blue-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-blue-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-purple-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-purple-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 232, 255, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-purple-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(233, 213, 255, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-purple-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(216, 180, 254, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-purple-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(192, 132, 252, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-purple-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(168, 85, 247, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-purple-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(147, 51, 234, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-purple-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(126, 34, 206, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-purple-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(107, 33, 168, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-purple-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(88, 28, 135, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-yellow-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 252, 232, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-yellow-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 249, 195, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-yellow-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-yellow-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 224, 71, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-yellow-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 204, 21, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-yellow-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-yellow-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(202, 138, 4, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-yellow-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(161, 98, 7, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-yellow-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(133, 77, 14, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-yellow-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(113, 63, 18, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-indigo-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-indigo-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-indigo-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-indigo-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-indigo-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-indigo-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-indigo-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-indigo-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-indigo-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-indigo-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-pink-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-pink-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-pink-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-pink-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-pink-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-pink-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-pink-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-pink-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-pink-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-bg-pink-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-black:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-white:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-gray-50:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-gray-100:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-gray-200:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-gray-300:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-gray-400:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-gray-500:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-gray-600:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-gray-700:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-gray-800:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-gray-900:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-slate:focus-within{
}

.focus-within\:hc-bg-red-50:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-red-100:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-red-200:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-red-300:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-red-400:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-red-500:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-red-600:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-red-700:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-red-800:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-red-900:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-blue-50:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-blue-100:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-blue-200:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-blue-300:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-blue-400:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-blue-500:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-blue-600:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-blue-700:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-blue-800:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-blue-900:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-purple-50:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-purple-100:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 232, 255, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-purple-200:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(233, 213, 255, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-purple-300:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(216, 180, 254, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-purple-400:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(192, 132, 252, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-purple-500:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(168, 85, 247, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-purple-600:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(147, 51, 234, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-purple-700:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(126, 34, 206, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-purple-800:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(107, 33, 168, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-purple-900:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(88, 28, 135, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-yellow-50:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 252, 232, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-yellow-100:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 249, 195, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-yellow-200:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-yellow-300:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 224, 71, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-yellow-400:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 204, 21, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-yellow-500:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-yellow-600:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(202, 138, 4, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-yellow-700:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(161, 98, 7, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-yellow-800:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(133, 77, 14, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-yellow-900:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(113, 63, 18, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-indigo-50:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-indigo-100:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-indigo-200:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-indigo-300:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-indigo-400:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-indigo-500:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-indigo-600:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-indigo-700:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-indigo-800:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-indigo-900:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-pink-50:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-pink-100:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-pink-200:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-pink-300:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-pink-400:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-pink-500:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-pink-600:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-pink-700:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-pink-800:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
}

.focus-within\:hc-bg-pink-900:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-black:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-white:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-gray-50:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-gray-100:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-gray-200:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-gray-300:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-gray-400:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-gray-500:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-gray-600:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-gray-700:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-gray-800:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-gray-900:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-slate:hover{
}

.hover\:hc-bg-red-50:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-red-100:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-red-200:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-red-300:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-red-400:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-red-500:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-red-600:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-red-700:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-red-800:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-red-900:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-blue-50:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-blue-100:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-blue-200:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-blue-300:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-blue-400:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-blue-500:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-blue-600:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-blue-700:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-blue-800:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-blue-900:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-purple-50:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-purple-100:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 232, 255, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-purple-200:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(233, 213, 255, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-purple-300:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(216, 180, 254, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-purple-400:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(192, 132, 252, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-purple-500:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(168, 85, 247, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-purple-600:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(147, 51, 234, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-purple-700:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(126, 34, 206, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-purple-800:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(107, 33, 168, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-purple-900:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(88, 28, 135, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-yellow-50:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 252, 232, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-yellow-100:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 249, 195, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-yellow-200:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-yellow-300:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 224, 71, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-yellow-400:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 204, 21, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-yellow-500:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-yellow-600:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(202, 138, 4, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-yellow-700:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(161, 98, 7, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-yellow-800:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(133, 77, 14, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-yellow-900:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(113, 63, 18, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-indigo-50:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-indigo-100:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-indigo-200:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-indigo-300:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-indigo-400:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-indigo-500:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-indigo-600:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-indigo-700:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-indigo-800:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-indigo-900:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-pink-50:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-pink-100:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-pink-200:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-pink-300:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-pink-400:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-pink-500:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-pink-600:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-pink-700:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-pink-800:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
}

.hover\:hc-bg-pink-900:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-black:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-white:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-gray-50:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-gray-100:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-gray-200:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-gray-300:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-gray-400:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-gray-500:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-gray-600:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-gray-700:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-gray-800:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-gray-900:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-slate:focus{
}

.focus\:hc-bg-red-50:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-red-100:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-red-200:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-red-300:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-red-400:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-red-500:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-red-600:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-red-700:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-red-800:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-red-900:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-blue-50:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-blue-100:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-blue-200:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-blue-300:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-blue-400:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-blue-500:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-blue-600:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-blue-700:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-blue-800:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-blue-900:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-purple-50:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-purple-100:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 232, 255, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-purple-200:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(233, 213, 255, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-purple-300:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(216, 180, 254, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-purple-400:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(192, 132, 252, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-purple-500:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(168, 85, 247, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-purple-600:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(147, 51, 234, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-purple-700:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(126, 34, 206, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-purple-800:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(107, 33, 168, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-purple-900:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(88, 28, 135, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-yellow-50:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 252, 232, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-yellow-100:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 249, 195, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-yellow-200:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-yellow-300:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 224, 71, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-yellow-400:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 204, 21, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-yellow-500:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-yellow-600:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(202, 138, 4, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-yellow-700:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(161, 98, 7, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-yellow-800:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(133, 77, 14, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-yellow-900:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(113, 63, 18, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-indigo-50:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-indigo-100:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-indigo-200:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-indigo-300:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-indigo-400:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-indigo-500:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-indigo-600:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-indigo-700:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-indigo-800:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-indigo-900:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-pink-50:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-pink-100:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-pink-200:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-pink-300:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-pink-400:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-pink-500:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-pink-600:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-pink-700:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-pink-800:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
}

.focus\:hc-bg-pink-900:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}

@media (prefers-color-scheme: dark){
  .dark\:hc-bg-black{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-white{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-gray-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-gray-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-gray-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-gray-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-gray-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-gray-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-gray-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-gray-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-gray-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-gray-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-slate{
  }

  .dark\:hc-bg-red-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-red-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-red-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-red-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-red-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-red-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-red-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-red-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-red-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-red-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-blue-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-blue-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-blue-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-blue-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-blue-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-blue-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-blue-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-blue-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-blue-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-blue-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-purple-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-purple-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-purple-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-purple-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-purple-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-purple-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-purple-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-purple-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-purple-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-purple-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-yellow-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-yellow-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-yellow-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-yellow-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-yellow-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-yellow-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-yellow-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-yellow-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-yellow-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-yellow-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-indigo-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-indigo-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-indigo-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-indigo-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-indigo-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-indigo-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-indigo-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-indigo-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-indigo-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-indigo-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-pink-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-pink-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-pink-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-pink-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-pink-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-pink-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-pink-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-pink-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-pink-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .dark\:hc-bg-pink-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-black:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-white:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-gray-50:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-gray-100:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-gray-200:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-gray-300:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-gray-400:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-gray-500:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-gray-600:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-gray-700:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-gray-800:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-gray-900:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-slate:checked{
  }

  .dark\:checked\:hc-bg-red-50:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-red-100:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-red-200:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-red-300:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-red-400:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-red-500:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-red-600:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-red-700:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-red-800:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-red-900:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-blue-50:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-blue-100:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-blue-200:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-blue-300:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-blue-400:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-blue-500:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-blue-600:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-blue-700:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-blue-800:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-blue-900:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-purple-50:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-purple-100:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-purple-200:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-purple-300:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-purple-400:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-purple-500:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-purple-600:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-purple-700:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-purple-800:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-purple-900:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-yellow-50:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-yellow-100:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-yellow-200:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-yellow-300:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-yellow-400:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-yellow-500:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-yellow-600:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-yellow-700:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-yellow-800:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-yellow-900:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-indigo-50:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-indigo-100:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-indigo-200:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-indigo-300:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-indigo-400:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-indigo-500:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-indigo-600:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-indigo-700:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-indigo-800:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-indigo-900:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-pink-50:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-pink-100:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-pink-200:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-pink-300:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-pink-400:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-pink-500:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-pink-600:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-pink-700:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-pink-800:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .dark\:checked\:hc-bg-pink-900:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-black{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-white{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-gray-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-gray-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-gray-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-gray-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-gray-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-gray-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-gray-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-gray-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-gray-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-gray-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-slate{
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-red-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-red-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-red-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-red-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-red-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-red-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-red-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-red-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-red-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-red-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-blue-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-blue-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-blue-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-blue-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-blue-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-blue-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-blue-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-blue-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-blue-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-blue-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-purple-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-purple-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-purple-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-purple-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-purple-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-purple-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-purple-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-purple-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-purple-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-purple-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-yellow-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-yellow-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-yellow-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-yellow-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-yellow-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-yellow-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-yellow-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-yellow-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-yellow-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-yellow-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-indigo-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-indigo-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-indigo-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-indigo-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-indigo-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-indigo-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-indigo-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-indigo-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-indigo-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-indigo-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-pink-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-pink-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-pink-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-pink-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-pink-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-pink-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-pink-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-pink-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-pink-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-pink-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-black:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-white:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-gray-50:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-gray-100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-gray-200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-gray-300:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-gray-400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-gray-500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-gray-600:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-gray-700:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-gray-800:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-gray-900:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-slate:focus-within{
  }

  .dark\:focus-within\:hc-bg-red-50:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-red-100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-red-200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-red-300:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-red-400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-red-500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-red-600:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-red-700:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-red-800:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-red-900:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-blue-50:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-blue-100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-blue-200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-blue-300:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-blue-400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-blue-500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-blue-600:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-blue-700:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-blue-800:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-blue-900:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-purple-50:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-purple-100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-purple-200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-purple-300:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-purple-400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-purple-500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-purple-600:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-purple-700:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-purple-800:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-purple-900:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-yellow-50:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-yellow-100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-yellow-200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-yellow-300:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-yellow-400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-yellow-500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-yellow-600:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-yellow-700:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-yellow-800:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-yellow-900:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-indigo-50:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-indigo-100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-indigo-200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-indigo-300:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-indigo-400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-indigo-500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-indigo-600:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-indigo-700:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-indigo-800:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-indigo-900:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-pink-50:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-pink-100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-pink-200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-pink-300:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-pink-400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-pink-500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-pink-600:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-pink-700:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-pink-800:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus-within\:hc-bg-pink-900:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-black:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-white:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-gray-50:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-gray-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-gray-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-gray-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-gray-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-gray-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-gray-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-gray-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-gray-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-gray-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-slate:hover{
  }

  .dark\:hover\:hc-bg-red-50:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-red-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-red-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-red-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-red-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-red-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-red-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-red-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-red-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-red-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-blue-50:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-blue-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-blue-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-blue-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-blue-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-blue-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-blue-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-blue-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-blue-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-blue-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-purple-50:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-purple-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-purple-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-purple-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-purple-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-purple-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-purple-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-purple-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-purple-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-purple-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-yellow-50:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-yellow-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-yellow-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-yellow-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-yellow-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-yellow-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-yellow-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-yellow-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-yellow-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-yellow-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-indigo-50:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-indigo-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-indigo-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-indigo-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-indigo-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-indigo-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-indigo-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-indigo-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-indigo-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-indigo-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-pink-50:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-pink-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-pink-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-pink-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-pink-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-pink-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-pink-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-pink-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-pink-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .dark\:hover\:hc-bg-pink-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-black:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-white:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-gray-50:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-gray-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-gray-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-gray-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-gray-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-gray-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-gray-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-gray-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-gray-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-gray-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-slate:focus{
  }

  .dark\:focus\:hc-bg-red-50:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-red-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-red-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-red-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-red-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-red-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-red-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-red-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-red-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-red-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-blue-50:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-blue-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-blue-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-blue-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-blue-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-blue-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-blue-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-blue-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-blue-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-blue-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-purple-50:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-purple-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-purple-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-purple-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-purple-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-purple-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-purple-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-purple-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-purple-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-purple-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-yellow-50:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-yellow-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-yellow-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-yellow-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-yellow-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-yellow-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-yellow-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-yellow-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-yellow-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-yellow-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-indigo-50:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-indigo-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-indigo-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-indigo-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-indigo-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-indigo-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-indigo-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-indigo-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-indigo-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-indigo-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-pink-50:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-pink-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-pink-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-pink-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-pink-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-pink-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-pink-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-pink-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-pink-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .dark\:focus\:hc-bg-pink-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }
}

.hc-bg-opacity-0{
  --tw-bg-opacity: 0 !important;
}

.hc-bg-opacity-5{
  --tw-bg-opacity: 0.05 !important;
}

.hc-bg-opacity-10{
  --tw-bg-opacity: 0.1 !important;
}

.hc-bg-opacity-20{
  --tw-bg-opacity: 0.2 !important;
}

.hc-bg-opacity-25{
  --tw-bg-opacity: 0.25 !important;
}

.hc-bg-opacity-30{
  --tw-bg-opacity: 0.3 !important;
}

.hc-bg-opacity-40{
  --tw-bg-opacity: 0.4 !important;
}

.hc-bg-opacity-50{
  --tw-bg-opacity: 0.5 !important;
}

.hc-bg-opacity-60{
  --tw-bg-opacity: 0.6 !important;
}

.hc-bg-opacity-70{
  --tw-bg-opacity: 0.7 !important;
}

.hc-bg-opacity-75{
  --tw-bg-opacity: 0.75 !important;
}

.hc-bg-opacity-80{
  --tw-bg-opacity: 0.8 !important;
}

.hc-bg-opacity-90{
  --tw-bg-opacity: 0.9 !important;
}

.hc-bg-opacity-95{
  --tw-bg-opacity: 0.95 !important;
}

.hc-bg-opacity-100{
  --tw-bg-opacity: 1 !important;
}

.hc-group:hover .group-hover\:hc-bg-opacity-0{
  --tw-bg-opacity: 0 !important;
}

.hc-group:hover .group-hover\:hc-bg-opacity-5{
  --tw-bg-opacity: 0.05 !important;
}

.hc-group:hover .group-hover\:hc-bg-opacity-10{
  --tw-bg-opacity: 0.1 !important;
}

.hc-group:hover .group-hover\:hc-bg-opacity-20{
  --tw-bg-opacity: 0.2 !important;
}

.hc-group:hover .group-hover\:hc-bg-opacity-25{
  --tw-bg-opacity: 0.25 !important;
}

.hc-group:hover .group-hover\:hc-bg-opacity-30{
  --tw-bg-opacity: 0.3 !important;
}

.hc-group:hover .group-hover\:hc-bg-opacity-40{
  --tw-bg-opacity: 0.4 !important;
}

.hc-group:hover .group-hover\:hc-bg-opacity-50{
  --tw-bg-opacity: 0.5 !important;
}

.hc-group:hover .group-hover\:hc-bg-opacity-60{
  --tw-bg-opacity: 0.6 !important;
}

.hc-group:hover .group-hover\:hc-bg-opacity-70{
  --tw-bg-opacity: 0.7 !important;
}

.hc-group:hover .group-hover\:hc-bg-opacity-75{
  --tw-bg-opacity: 0.75 !important;
}

.hc-group:hover .group-hover\:hc-bg-opacity-80{
  --tw-bg-opacity: 0.8 !important;
}

.hc-group:hover .group-hover\:hc-bg-opacity-90{
  --tw-bg-opacity: 0.9 !important;
}

.hc-group:hover .group-hover\:hc-bg-opacity-95{
  --tw-bg-opacity: 0.95 !important;
}

.hc-group:hover .group-hover\:hc-bg-opacity-100{
  --tw-bg-opacity: 1 !important;
}

.focus-within\:hc-bg-opacity-0:focus-within{
  --tw-bg-opacity: 0 !important;
}

.focus-within\:hc-bg-opacity-5:focus-within{
  --tw-bg-opacity: 0.05 !important;
}

.focus-within\:hc-bg-opacity-10:focus-within{
  --tw-bg-opacity: 0.1 !important;
}

.focus-within\:hc-bg-opacity-20:focus-within{
  --tw-bg-opacity: 0.2 !important;
}

.focus-within\:hc-bg-opacity-25:focus-within{
  --tw-bg-opacity: 0.25 !important;
}

.focus-within\:hc-bg-opacity-30:focus-within{
  --tw-bg-opacity: 0.3 !important;
}

.focus-within\:hc-bg-opacity-40:focus-within{
  --tw-bg-opacity: 0.4 !important;
}

.focus-within\:hc-bg-opacity-50:focus-within{
  --tw-bg-opacity: 0.5 !important;
}

.focus-within\:hc-bg-opacity-60:focus-within{
  --tw-bg-opacity: 0.6 !important;
}

.focus-within\:hc-bg-opacity-70:focus-within{
  --tw-bg-opacity: 0.7 !important;
}

.focus-within\:hc-bg-opacity-75:focus-within{
  --tw-bg-opacity: 0.75 !important;
}

.focus-within\:hc-bg-opacity-80:focus-within{
  --tw-bg-opacity: 0.8 !important;
}

.focus-within\:hc-bg-opacity-90:focus-within{
  --tw-bg-opacity: 0.9 !important;
}

.focus-within\:hc-bg-opacity-95:focus-within{
  --tw-bg-opacity: 0.95 !important;
}

.focus-within\:hc-bg-opacity-100:focus-within{
  --tw-bg-opacity: 1 !important;
}

.hover\:hc-bg-opacity-0:hover{
  --tw-bg-opacity: 0 !important;
}

.hover\:hc-bg-opacity-5:hover{
  --tw-bg-opacity: 0.05 !important;
}

.hover\:hc-bg-opacity-10:hover{
  --tw-bg-opacity: 0.1 !important;
}

.hover\:hc-bg-opacity-20:hover{
  --tw-bg-opacity: 0.2 !important;
}

.hover\:hc-bg-opacity-25:hover{
  --tw-bg-opacity: 0.25 !important;
}

.hover\:hc-bg-opacity-30:hover{
  --tw-bg-opacity: 0.3 !important;
}

.hover\:hc-bg-opacity-40:hover{
  --tw-bg-opacity: 0.4 !important;
}

.hover\:hc-bg-opacity-50:hover{
  --tw-bg-opacity: 0.5 !important;
}

.hover\:hc-bg-opacity-60:hover{
  --tw-bg-opacity: 0.6 !important;
}

.hover\:hc-bg-opacity-70:hover{
  --tw-bg-opacity: 0.7 !important;
}

.hover\:hc-bg-opacity-75:hover{
  --tw-bg-opacity: 0.75 !important;
}

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

.hover\:hc-bg-opacity-90:hover{
  --tw-bg-opacity: 0.9 !important;
}

.hover\:hc-bg-opacity-95:hover{
  --tw-bg-opacity: 0.95 !important;
}

.hover\:hc-bg-opacity-100:hover{
  --tw-bg-opacity: 1 !important;
}

.focus\:hc-bg-opacity-0:focus{
  --tw-bg-opacity: 0 !important;
}

.focus\:hc-bg-opacity-5:focus{
  --tw-bg-opacity: 0.05 !important;
}

.focus\:hc-bg-opacity-10:focus{
  --tw-bg-opacity: 0.1 !important;
}

.focus\:hc-bg-opacity-20:focus{
  --tw-bg-opacity: 0.2 !important;
}

.focus\:hc-bg-opacity-25:focus{
  --tw-bg-opacity: 0.25 !important;
}

.focus\:hc-bg-opacity-30:focus{
  --tw-bg-opacity: 0.3 !important;
}

.focus\:hc-bg-opacity-40:focus{
  --tw-bg-opacity: 0.4 !important;
}

.focus\:hc-bg-opacity-50:focus{
  --tw-bg-opacity: 0.5 !important;
}

.focus\:hc-bg-opacity-60:focus{
  --tw-bg-opacity: 0.6 !important;
}

.focus\:hc-bg-opacity-70:focus{
  --tw-bg-opacity: 0.7 !important;
}

.focus\:hc-bg-opacity-75:focus{
  --tw-bg-opacity: 0.75 !important;
}

.focus\:hc-bg-opacity-80:focus{
  --tw-bg-opacity: 0.8 !important;
}

.focus\:hc-bg-opacity-90:focus{
  --tw-bg-opacity: 0.9 !important;
}

.focus\:hc-bg-opacity-95:focus{
  --tw-bg-opacity: 0.95 !important;
}

.focus\:hc-bg-opacity-100:focus{
  --tw-bg-opacity: 1 !important;
}

@media (prefers-color-scheme: dark){
  .dark\:hc-bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

  .dark\:hc-bg-opacity-5{
    --tw-bg-opacity: 0.05 !important;
  }

  .dark\:hc-bg-opacity-10{
    --tw-bg-opacity: 0.1 !important;
  }

  .dark\:hc-bg-opacity-20{
    --tw-bg-opacity: 0.2 !important;
  }

  .dark\:hc-bg-opacity-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .dark\:hc-bg-opacity-30{
    --tw-bg-opacity: 0.3 !important;
  }

  .dark\:hc-bg-opacity-40{
    --tw-bg-opacity: 0.4 !important;
  }

  .dark\:hc-bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .dark\:hc-bg-opacity-60{
    --tw-bg-opacity: 0.6 !important;
  }

  .dark\:hc-bg-opacity-70{
    --tw-bg-opacity: 0.7 !important;
  }

  .dark\:hc-bg-opacity-75{
    --tw-bg-opacity: 0.75 !important;
  }

  .dark\:hc-bg-opacity-80{
    --tw-bg-opacity: 0.8 !important;
  }

  .dark\:hc-bg-opacity-90{
    --tw-bg-opacity: 0.9 !important;
  }

  .dark\:hc-bg-opacity-95{
    --tw-bg-opacity: 0.95 !important;
  }

  .dark\:hc-bg-opacity-100{
    --tw-bg-opacity: 1 !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-opacity-5{
    --tw-bg-opacity: 0.05 !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-opacity-10{
    --tw-bg-opacity: 0.1 !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-opacity-20{
    --tw-bg-opacity: 0.2 !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-opacity-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-opacity-30{
    --tw-bg-opacity: 0.3 !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-opacity-40{
    --tw-bg-opacity: 0.4 !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-opacity-60{
    --tw-bg-opacity: 0.6 !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-opacity-70{
    --tw-bg-opacity: 0.7 !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-opacity-75{
    --tw-bg-opacity: 0.75 !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-opacity-80{
    --tw-bg-opacity: 0.8 !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-opacity-90{
    --tw-bg-opacity: 0.9 !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-opacity-95{
    --tw-bg-opacity: 0.95 !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-bg-opacity-100{
    --tw-bg-opacity: 1 !important;
  }

  .dark\:focus-within\:hc-bg-opacity-0:focus-within{
    --tw-bg-opacity: 0 !important;
  }

  .dark\:focus-within\:hc-bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05 !important;
  }

  .dark\:focus-within\:hc-bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1 !important;
  }

  .dark\:focus-within\:hc-bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2 !important;
  }

  .dark\:focus-within\:hc-bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25 !important;
  }

  .dark\:focus-within\:hc-bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3 !important;
  }

  .dark\:focus-within\:hc-bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4 !important;
  }

  .dark\:focus-within\:hc-bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5 !important;
  }

  .dark\:focus-within\:hc-bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6 !important;
  }

  .dark\:focus-within\:hc-bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7 !important;
  }

  .dark\:focus-within\:hc-bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75 !important;
  }

  .dark\:focus-within\:hc-bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8 !important;
  }

  .dark\:focus-within\:hc-bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9 !important;
  }

  .dark\:focus-within\:hc-bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95 !important;
  }

  .dark\:focus-within\:hc-bg-opacity-100:focus-within{
    --tw-bg-opacity: 1 !important;
  }

  .dark\:hover\:hc-bg-opacity-0:hover{
    --tw-bg-opacity: 0 !important;
  }

  .dark\:hover\:hc-bg-opacity-5:hover{
    --tw-bg-opacity: 0.05 !important;
  }

  .dark\:hover\:hc-bg-opacity-10:hover{
    --tw-bg-opacity: 0.1 !important;
  }

  .dark\:hover\:hc-bg-opacity-20:hover{
    --tw-bg-opacity: 0.2 !important;
  }

  .dark\:hover\:hc-bg-opacity-25:hover{
    --tw-bg-opacity: 0.25 !important;
  }

  .dark\:hover\:hc-bg-opacity-30:hover{
    --tw-bg-opacity: 0.3 !important;
  }

  .dark\:hover\:hc-bg-opacity-40:hover{
    --tw-bg-opacity: 0.4 !important;
  }

  .dark\:hover\:hc-bg-opacity-50:hover{
    --tw-bg-opacity: 0.5 !important;
  }

  .dark\:hover\:hc-bg-opacity-60:hover{
    --tw-bg-opacity: 0.6 !important;
  }

  .dark\:hover\:hc-bg-opacity-70:hover{
    --tw-bg-opacity: 0.7 !important;
  }

  .dark\:hover\:hc-bg-opacity-75:hover{
    --tw-bg-opacity: 0.75 !important;
  }

  .dark\:hover\:hc-bg-opacity-80:hover{
    --tw-bg-opacity: 0.8 !important;
  }

  .dark\:hover\:hc-bg-opacity-90:hover{
    --tw-bg-opacity: 0.9 !important;
  }

  .dark\:hover\:hc-bg-opacity-95:hover{
    --tw-bg-opacity: 0.95 !important;
  }

  .dark\:hover\:hc-bg-opacity-100:hover{
    --tw-bg-opacity: 1 !important;
  }

  .dark\:focus\:hc-bg-opacity-0:focus{
    --tw-bg-opacity: 0 !important;
  }

  .dark\:focus\:hc-bg-opacity-5:focus{
    --tw-bg-opacity: 0.05 !important;
  }

  .dark\:focus\:hc-bg-opacity-10:focus{
    --tw-bg-opacity: 0.1 !important;
  }

  .dark\:focus\:hc-bg-opacity-20:focus{
    --tw-bg-opacity: 0.2 !important;
  }

  .dark\:focus\:hc-bg-opacity-25:focus{
    --tw-bg-opacity: 0.25 !important;
  }

  .dark\:focus\:hc-bg-opacity-30:focus{
    --tw-bg-opacity: 0.3 !important;
  }

  .dark\:focus\:hc-bg-opacity-40:focus{
    --tw-bg-opacity: 0.4 !important;
  }

  .dark\:focus\:hc-bg-opacity-50:focus{
    --tw-bg-opacity: 0.5 !important;
  }

  .dark\:focus\:hc-bg-opacity-60:focus{
    --tw-bg-opacity: 0.6 !important;
  }

  .dark\:focus\:hc-bg-opacity-70:focus{
    --tw-bg-opacity: 0.7 !important;
  }

  .dark\:focus\:hc-bg-opacity-75:focus{
    --tw-bg-opacity: 0.75 !important;
  }

  .dark\:focus\:hc-bg-opacity-80:focus{
    --tw-bg-opacity: 0.8 !important;
  }

  .dark\:focus\:hc-bg-opacity-90:focus{
    --tw-bg-opacity: 0.9 !important;
  }

  .dark\:focus\:hc-bg-opacity-95:focus{
    --tw-bg-opacity: 0.95 !important;
  }

  .dark\:focus\:hc-bg-opacity-100:focus{
    --tw-bg-opacity: 1 !important;
  }
}

.hc-bg-none{
  background-image: none !important;
}

.hc-bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
}

.hc-bg-gradient-to-tr{
  background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
}

.hc-bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
}

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

.hc-bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
}

.hc-bg-gradient-to-bl{
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
}

.hc-bg-gradient-to-l{
  background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
}

.hc-bg-gradient-to-tl{
  background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
}

.hc-from-black{
  --tw-gradient-from: #000 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hc-from-white{
  --tw-gradient-from: #fff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hc-from-gray-50{
  --tw-gradient-from: #fafafa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
}

.hc-from-gray-100{
  --tw-gradient-from: #f4f4f5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
}

.hc-from-gray-200{
  --tw-gradient-from: #e4e4e7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
}

.hc-from-gray-300{
  --tw-gradient-from: #d4d4d8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
}

.hc-from-gray-400{
  --tw-gradient-from: #a1a1aa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
}

.hc-from-gray-500{
  --tw-gradient-from: #71717a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
}

.hc-from-gray-600{
  --tw-gradient-from: #52525b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
}

.hc-from-gray-700{
  --tw-gradient-from: #3f3f46 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
}

.hc-from-gray-800{
  --tw-gradient-from: #27272a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
}

.hc-from-gray-900{
  --tw-gradient-from: #18181b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
}

.hc-from-slate{
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hc-from-red-50{
  --tw-gradient-from: #fef2f2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
}

.hc-from-red-100{
  --tw-gradient-from: #fee2e2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
}

.hc-from-red-200{
  --tw-gradient-from: #fecaca !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
}

.hc-from-red-300{
  --tw-gradient-from: #fca5a5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
}

.hc-from-red-400{
  --tw-gradient-from: #f87171 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
}

.hc-from-red-500{
  --tw-gradient-from: #ef4444 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
}

.hc-from-red-600{
  --tw-gradient-from: #dc2626 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
}

.hc-from-red-700{
  --tw-gradient-from: #b91c1c !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
}

.hc-from-red-800{
  --tw-gradient-from: #991b1b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
}

.hc-from-red-900{
  --tw-gradient-from: #7f1d1d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
}

.hc-from-blue-50{
  --tw-gradient-from: #eff6ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
}

.hc-from-blue-100{
  --tw-gradient-from: #dbeafe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
}

.hc-from-blue-200{
  --tw-gradient-from: #bfdbfe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
}

.hc-from-blue-300{
  --tw-gradient-from: #93c5fd !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
}

.hc-from-blue-400{
  --tw-gradient-from: #60a5fa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
}

.hc-from-blue-500{
  --tw-gradient-from: #3b82f6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
}

.hc-from-blue-600{
  --tw-gradient-from: #2563eb !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
}

.hc-from-blue-700{
  --tw-gradient-from: #1d4ed8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
}

.hc-from-blue-800{
  --tw-gradient-from: #1e40af !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
}

.hc-from-blue-900{
  --tw-gradient-from: #1e3a8a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
}

.hc-from-purple-50{
  --tw-gradient-from: #faf5ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
}

.hc-from-purple-100{
  --tw-gradient-from: #f3e8ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0)) !important;
}

.hc-from-purple-200{
  --tw-gradient-from: #e9d5ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0)) !important;
}

.hc-from-purple-300{
  --tw-gradient-from: #d8b4fe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0)) !important;
}

.hc-from-purple-400{
  --tw-gradient-from: #c084fc !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0)) !important;
}

.hc-from-purple-500{
  --tw-gradient-from: #a855f7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0)) !important;
}

.hc-from-purple-600{
  --tw-gradient-from: #9333ea !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0)) !important;
}

.hc-from-purple-700{
  --tw-gradient-from: #7e22ce !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0)) !important;
}

.hc-from-purple-800{
  --tw-gradient-from: #6b21a8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0)) !important;
}

.hc-from-purple-900{
  --tw-gradient-from: #581c87 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0)) !important;
}

.hc-from-yellow-50{
  --tw-gradient-from: #fefce8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0)) !important;
}

.hc-from-yellow-100{
  --tw-gradient-from: #fef9c3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0)) !important;
}

.hc-from-yellow-200{
  --tw-gradient-from: #fef08a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
}

.hc-from-yellow-300{
  --tw-gradient-from: #fde047 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0)) !important;
}

.hc-from-yellow-400{
  --tw-gradient-from: #facc15 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0)) !important;
}

.hc-from-yellow-500{
  --tw-gradient-from: #eab308 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
}

.hc-from-yellow-600{
  --tw-gradient-from: #ca8a04 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0)) !important;
}

.hc-from-yellow-700{
  --tw-gradient-from: #a16207 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0)) !important;
}

.hc-from-yellow-800{
  --tw-gradient-from: #854d0e !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0)) !important;
}

.hc-from-yellow-900{
  --tw-gradient-from: #713f12 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0)) !important;
}

.hc-from-indigo-50{
  --tw-gradient-from: #eef2ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
}

.hc-from-indigo-100{
  --tw-gradient-from: #e0e7ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
}

.hc-from-indigo-200{
  --tw-gradient-from: #c7d2fe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
}

.hc-from-indigo-300{
  --tw-gradient-from: #a5b4fc !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
}

.hc-from-indigo-400{
  --tw-gradient-from: #818cf8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
}

.hc-from-indigo-500{
  --tw-gradient-from: #6366f1 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
}

.hc-from-indigo-600{
  --tw-gradient-from: #4f46e5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
}

.hc-from-indigo-700{
  --tw-gradient-from: #4338ca !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
}

.hc-from-indigo-800{
  --tw-gradient-from: #3730a3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
}

.hc-from-indigo-900{
  --tw-gradient-from: #312e81 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
}

.hc-from-pink-50{
  --tw-gradient-from: #fdf2f8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
}

.hc-from-pink-100{
  --tw-gradient-from: #fce7f3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
}

.hc-from-pink-200{
  --tw-gradient-from: #fbcfe8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
}

.hc-from-pink-300{
  --tw-gradient-from: #f9a8d4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
}

.hc-from-pink-400{
  --tw-gradient-from: #f472b6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
}

.hc-from-pink-500{
  --tw-gradient-from: #ec4899 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
}

.hc-from-pink-600{
  --tw-gradient-from: #db2777 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
}

.hc-from-pink-700{
  --tw-gradient-from: #be185d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
}

.hc-from-pink-800{
  --tw-gradient-from: #9d174d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
}

.hc-from-pink-900{
  --tw-gradient-from: #831843 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}

.hover\:hc-from-black:hover{
  --tw-gradient-from: #000 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:hc-from-white:hover{
  --tw-gradient-from: #fff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hover\:hc-from-gray-50:hover{
  --tw-gradient-from: #fafafa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
}

.hover\:hc-from-gray-100:hover{
  --tw-gradient-from: #f4f4f5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
}

.hover\:hc-from-gray-200:hover{
  --tw-gradient-from: #e4e4e7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
}

.hover\:hc-from-gray-300:hover{
  --tw-gradient-from: #d4d4d8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
}

.hover\:hc-from-gray-400:hover{
  --tw-gradient-from: #a1a1aa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
}

.hover\:hc-from-gray-500:hover{
  --tw-gradient-from: #71717a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
}

.hover\:hc-from-gray-600:hover{
  --tw-gradient-from: #52525b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
}

.hover\:hc-from-gray-700:hover{
  --tw-gradient-from: #3f3f46 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
}

.hover\:hc-from-gray-800:hover{
  --tw-gradient-from: #27272a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
}

.hover\:hc-from-gray-900:hover{
  --tw-gradient-from: #18181b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
}

.hover\:hc-from-slate:hover{
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hover\:hc-from-red-50:hover{
  --tw-gradient-from: #fef2f2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
}

.hover\:hc-from-red-100:hover{
  --tw-gradient-from: #fee2e2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
}

.hover\:hc-from-red-200:hover{
  --tw-gradient-from: #fecaca !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
}

.hover\:hc-from-red-300:hover{
  --tw-gradient-from: #fca5a5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
}

.hover\:hc-from-red-400:hover{
  --tw-gradient-from: #f87171 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
}

.hover\:hc-from-red-500:hover{
  --tw-gradient-from: #ef4444 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
}

.hover\:hc-from-red-600:hover{
  --tw-gradient-from: #dc2626 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
}

.hover\:hc-from-red-700:hover{
  --tw-gradient-from: #b91c1c !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
}

.hover\:hc-from-red-800:hover{
  --tw-gradient-from: #991b1b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
}

.hover\:hc-from-red-900:hover{
  --tw-gradient-from: #7f1d1d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
}

.hover\:hc-from-blue-50:hover{
  --tw-gradient-from: #eff6ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
}

.hover\:hc-from-blue-100:hover{
  --tw-gradient-from: #dbeafe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
}

.hover\:hc-from-blue-200:hover{
  --tw-gradient-from: #bfdbfe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
}

.hover\:hc-from-blue-300:hover{
  --tw-gradient-from: #93c5fd !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
}

.hover\:hc-from-blue-400:hover{
  --tw-gradient-from: #60a5fa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
}

.hover\:hc-from-blue-500:hover{
  --tw-gradient-from: #3b82f6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
}

.hover\:hc-from-blue-600:hover{
  --tw-gradient-from: #2563eb !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
}

.hover\:hc-from-blue-700:hover{
  --tw-gradient-from: #1d4ed8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
}

.hover\:hc-from-blue-800:hover{
  --tw-gradient-from: #1e40af !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
}

.hover\:hc-from-blue-900:hover{
  --tw-gradient-from: #1e3a8a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
}

.hover\:hc-from-purple-50:hover{
  --tw-gradient-from: #faf5ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
}

.hover\:hc-from-purple-100:hover{
  --tw-gradient-from: #f3e8ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0)) !important;
}

.hover\:hc-from-purple-200:hover{
  --tw-gradient-from: #e9d5ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0)) !important;
}

.hover\:hc-from-purple-300:hover{
  --tw-gradient-from: #d8b4fe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0)) !important;
}

.hover\:hc-from-purple-400:hover{
  --tw-gradient-from: #c084fc !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0)) !important;
}

.hover\:hc-from-purple-500:hover{
  --tw-gradient-from: #a855f7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0)) !important;
}

.hover\:hc-from-purple-600:hover{
  --tw-gradient-from: #9333ea !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0)) !important;
}

.hover\:hc-from-purple-700:hover{
  --tw-gradient-from: #7e22ce !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0)) !important;
}

.hover\:hc-from-purple-800:hover{
  --tw-gradient-from: #6b21a8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0)) !important;
}

.hover\:hc-from-purple-900:hover{
  --tw-gradient-from: #581c87 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0)) !important;
}

.hover\:hc-from-yellow-50:hover{
  --tw-gradient-from: #fefce8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0)) !important;
}

.hover\:hc-from-yellow-100:hover{
  --tw-gradient-from: #fef9c3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0)) !important;
}

.hover\:hc-from-yellow-200:hover{
  --tw-gradient-from: #fef08a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
}

.hover\:hc-from-yellow-300:hover{
  --tw-gradient-from: #fde047 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0)) !important;
}

.hover\:hc-from-yellow-400:hover{
  --tw-gradient-from: #facc15 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0)) !important;
}

.hover\:hc-from-yellow-500:hover{
  --tw-gradient-from: #eab308 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
}

.hover\:hc-from-yellow-600:hover{
  --tw-gradient-from: #ca8a04 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0)) !important;
}

.hover\:hc-from-yellow-700:hover{
  --tw-gradient-from: #a16207 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0)) !important;
}

.hover\:hc-from-yellow-800:hover{
  --tw-gradient-from: #854d0e !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0)) !important;
}

.hover\:hc-from-yellow-900:hover{
  --tw-gradient-from: #713f12 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0)) !important;
}

.hover\:hc-from-indigo-50:hover{
  --tw-gradient-from: #eef2ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
}

.hover\:hc-from-indigo-100:hover{
  --tw-gradient-from: #e0e7ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
}

.hover\:hc-from-indigo-200:hover{
  --tw-gradient-from: #c7d2fe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
}

.hover\:hc-from-indigo-300:hover{
  --tw-gradient-from: #a5b4fc !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
}

.hover\:hc-from-indigo-400:hover{
  --tw-gradient-from: #818cf8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
}

.hover\:hc-from-indigo-500:hover{
  --tw-gradient-from: #6366f1 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
}

.hover\:hc-from-indigo-600:hover{
  --tw-gradient-from: #4f46e5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
}

.hover\:hc-from-indigo-700:hover{
  --tw-gradient-from: #4338ca !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
}

.hover\:hc-from-indigo-800:hover{
  --tw-gradient-from: #3730a3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
}

.hover\:hc-from-indigo-900:hover{
  --tw-gradient-from: #312e81 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
}

.hover\:hc-from-pink-50:hover{
  --tw-gradient-from: #fdf2f8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
}

.hover\:hc-from-pink-100:hover{
  --tw-gradient-from: #fce7f3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
}

.hover\:hc-from-pink-200:hover{
  --tw-gradient-from: #fbcfe8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
}

.hover\:hc-from-pink-300:hover{
  --tw-gradient-from: #f9a8d4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
}

.hover\:hc-from-pink-400:hover{
  --tw-gradient-from: #f472b6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
}

.hover\:hc-from-pink-500:hover{
  --tw-gradient-from: #ec4899 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
}

.hover\:hc-from-pink-600:hover{
  --tw-gradient-from: #db2777 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
}

.hover\:hc-from-pink-700:hover{
  --tw-gradient-from: #be185d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
}

.hover\:hc-from-pink-800:hover{
  --tw-gradient-from: #9d174d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
}

.hover\:hc-from-pink-900:hover{
  --tw-gradient-from: #831843 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}

.focus\:hc-from-black:focus{
  --tw-gradient-from: #000 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:hc-from-white:focus{
  --tw-gradient-from: #fff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.focus\:hc-from-gray-50:focus{
  --tw-gradient-from: #fafafa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
}

.focus\:hc-from-gray-100:focus{
  --tw-gradient-from: #f4f4f5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
}

.focus\:hc-from-gray-200:focus{
  --tw-gradient-from: #e4e4e7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
}

.focus\:hc-from-gray-300:focus{
  --tw-gradient-from: #d4d4d8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
}

.focus\:hc-from-gray-400:focus{
  --tw-gradient-from: #a1a1aa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
}

.focus\:hc-from-gray-500:focus{
  --tw-gradient-from: #71717a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
}

.focus\:hc-from-gray-600:focus{
  --tw-gradient-from: #52525b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
}

.focus\:hc-from-gray-700:focus{
  --tw-gradient-from: #3f3f46 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
}

.focus\:hc-from-gray-800:focus{
  --tw-gradient-from: #27272a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
}

.focus\:hc-from-gray-900:focus{
  --tw-gradient-from: #18181b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
}

.focus\:hc-from-slate:focus{
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.focus\:hc-from-red-50:focus{
  --tw-gradient-from: #fef2f2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
}

.focus\:hc-from-red-100:focus{
  --tw-gradient-from: #fee2e2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
}

.focus\:hc-from-red-200:focus{
  --tw-gradient-from: #fecaca !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
}

.focus\:hc-from-red-300:focus{
  --tw-gradient-from: #fca5a5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
}

.focus\:hc-from-red-400:focus{
  --tw-gradient-from: #f87171 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
}

.focus\:hc-from-red-500:focus{
  --tw-gradient-from: #ef4444 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
}

.focus\:hc-from-red-600:focus{
  --tw-gradient-from: #dc2626 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
}

.focus\:hc-from-red-700:focus{
  --tw-gradient-from: #b91c1c !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
}

.focus\:hc-from-red-800:focus{
  --tw-gradient-from: #991b1b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
}

.focus\:hc-from-red-900:focus{
  --tw-gradient-from: #7f1d1d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
}

.focus\:hc-from-blue-50:focus{
  --tw-gradient-from: #eff6ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
}

.focus\:hc-from-blue-100:focus{
  --tw-gradient-from: #dbeafe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
}

.focus\:hc-from-blue-200:focus{
  --tw-gradient-from: #bfdbfe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
}

.focus\:hc-from-blue-300:focus{
  --tw-gradient-from: #93c5fd !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
}

.focus\:hc-from-blue-400:focus{
  --tw-gradient-from: #60a5fa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
}

.focus\:hc-from-blue-500:focus{
  --tw-gradient-from: #3b82f6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
}

.focus\:hc-from-blue-600:focus{
  --tw-gradient-from: #2563eb !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
}

.focus\:hc-from-blue-700:focus{
  --tw-gradient-from: #1d4ed8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
}

.focus\:hc-from-blue-800:focus{
  --tw-gradient-from: #1e40af !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
}

.focus\:hc-from-blue-900:focus{
  --tw-gradient-from: #1e3a8a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
}

.focus\:hc-from-purple-50:focus{
  --tw-gradient-from: #faf5ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
}

.focus\:hc-from-purple-100:focus{
  --tw-gradient-from: #f3e8ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0)) !important;
}

.focus\:hc-from-purple-200:focus{
  --tw-gradient-from: #e9d5ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0)) !important;
}

.focus\:hc-from-purple-300:focus{
  --tw-gradient-from: #d8b4fe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0)) !important;
}

.focus\:hc-from-purple-400:focus{
  --tw-gradient-from: #c084fc !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0)) !important;
}

.focus\:hc-from-purple-500:focus{
  --tw-gradient-from: #a855f7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0)) !important;
}

.focus\:hc-from-purple-600:focus{
  --tw-gradient-from: #9333ea !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0)) !important;
}

.focus\:hc-from-purple-700:focus{
  --tw-gradient-from: #7e22ce !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0)) !important;
}

.focus\:hc-from-purple-800:focus{
  --tw-gradient-from: #6b21a8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0)) !important;
}

.focus\:hc-from-purple-900:focus{
  --tw-gradient-from: #581c87 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0)) !important;
}

.focus\:hc-from-yellow-50:focus{
  --tw-gradient-from: #fefce8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0)) !important;
}

.focus\:hc-from-yellow-100:focus{
  --tw-gradient-from: #fef9c3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0)) !important;
}

.focus\:hc-from-yellow-200:focus{
  --tw-gradient-from: #fef08a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
}

.focus\:hc-from-yellow-300:focus{
  --tw-gradient-from: #fde047 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0)) !important;
}

.focus\:hc-from-yellow-400:focus{
  --tw-gradient-from: #facc15 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0)) !important;
}

.focus\:hc-from-yellow-500:focus{
  --tw-gradient-from: #eab308 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
}

.focus\:hc-from-yellow-600:focus{
  --tw-gradient-from: #ca8a04 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0)) !important;
}

.focus\:hc-from-yellow-700:focus{
  --tw-gradient-from: #a16207 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0)) !important;
}

.focus\:hc-from-yellow-800:focus{
  --tw-gradient-from: #854d0e !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0)) !important;
}

.focus\:hc-from-yellow-900:focus{
  --tw-gradient-from: #713f12 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0)) !important;
}

.focus\:hc-from-indigo-50:focus{
  --tw-gradient-from: #eef2ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
}

.focus\:hc-from-indigo-100:focus{
  --tw-gradient-from: #e0e7ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
}

.focus\:hc-from-indigo-200:focus{
  --tw-gradient-from: #c7d2fe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
}

.focus\:hc-from-indigo-300:focus{
  --tw-gradient-from: #a5b4fc !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
}

.focus\:hc-from-indigo-400:focus{
  --tw-gradient-from: #818cf8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
}

.focus\:hc-from-indigo-500:focus{
  --tw-gradient-from: #6366f1 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
}

.focus\:hc-from-indigo-600:focus{
  --tw-gradient-from: #4f46e5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
}

.focus\:hc-from-indigo-700:focus{
  --tw-gradient-from: #4338ca !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
}

.focus\:hc-from-indigo-800:focus{
  --tw-gradient-from: #3730a3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
}

.focus\:hc-from-indigo-900:focus{
  --tw-gradient-from: #312e81 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
}

.focus\:hc-from-pink-50:focus{
  --tw-gradient-from: #fdf2f8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
}

.focus\:hc-from-pink-100:focus{
  --tw-gradient-from: #fce7f3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
}

.focus\:hc-from-pink-200:focus{
  --tw-gradient-from: #fbcfe8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
}

.focus\:hc-from-pink-300:focus{
  --tw-gradient-from: #f9a8d4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
}

.focus\:hc-from-pink-400:focus{
  --tw-gradient-from: #f472b6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
}

.focus\:hc-from-pink-500:focus{
  --tw-gradient-from: #ec4899 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
}

.focus\:hc-from-pink-600:focus{
  --tw-gradient-from: #db2777 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
}

.focus\:hc-from-pink-700:focus{
  --tw-gradient-from: #be185d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
}

.focus\:hc-from-pink-800:focus{
  --tw-gradient-from: #9d174d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
}

.focus\:hc-from-pink-900:focus{
  --tw-gradient-from: #831843 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}

@media (prefers-color-scheme: dark){
  .dark\:hc-from-black{
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .dark\:hc-from-white{
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .dark\:hc-from-gray-50{
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .dark\:hc-from-gray-100{
    --tw-gradient-from: #f4f4f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .dark\:hc-from-gray-200{
    --tw-gradient-from: #e4e4e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .dark\:hc-from-gray-300{
    --tw-gradient-from: #d4d4d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .dark\:hc-from-gray-400{
    --tw-gradient-from: #a1a1aa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .dark\:hc-from-gray-500{
    --tw-gradient-from: #71717a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .dark\:hc-from-gray-600{
    --tw-gradient-from: #52525b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .dark\:hc-from-gray-700{
    --tw-gradient-from: #3f3f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .dark\:hc-from-gray-800{
    --tw-gradient-from: #27272a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .dark\:hc-from-gray-900{
    --tw-gradient-from: #18181b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .dark\:hc-from-slate{
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .dark\:hc-from-red-50{
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .dark\:hc-from-red-100{
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .dark\:hc-from-red-200{
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .dark\:hc-from-red-300{
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .dark\:hc-from-red-400{
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .dark\:hc-from-red-500{
    --tw-gradient-from: #ef4444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .dark\:hc-from-red-600{
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .dark\:hc-from-red-700{
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .dark\:hc-from-red-800{
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .dark\:hc-from-red-900{
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .dark\:hc-from-blue-50{
    --tw-gradient-from: #eff6ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .dark\:hc-from-blue-100{
    --tw-gradient-from: #dbeafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .dark\:hc-from-blue-200{
    --tw-gradient-from: #bfdbfe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .dark\:hc-from-blue-300{
    --tw-gradient-from: #93c5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .dark\:hc-from-blue-400{
    --tw-gradient-from: #60a5fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .dark\:hc-from-blue-500{
    --tw-gradient-from: #3b82f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .dark\:hc-from-blue-600{
    --tw-gradient-from: #2563eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .dark\:hc-from-blue-700{
    --tw-gradient-from: #1d4ed8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .dark\:hc-from-blue-800{
    --tw-gradient-from: #1e40af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .dark\:hc-from-blue-900{
    --tw-gradient-from: #1e3a8a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .dark\:hc-from-purple-50{
    --tw-gradient-from: #faf5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .dark\:hc-from-purple-100{
    --tw-gradient-from: #f3e8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0)) !important;
  }

  .dark\:hc-from-purple-200{
    --tw-gradient-from: #e9d5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0)) !important;
  }

  .dark\:hc-from-purple-300{
    --tw-gradient-from: #d8b4fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0)) !important;
  }

  .dark\:hc-from-purple-400{
    --tw-gradient-from: #c084fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0)) !important;
  }

  .dark\:hc-from-purple-500{
    --tw-gradient-from: #a855f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0)) !important;
  }

  .dark\:hc-from-purple-600{
    --tw-gradient-from: #9333ea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0)) !important;
  }

  .dark\:hc-from-purple-700{
    --tw-gradient-from: #7e22ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0)) !important;
  }

  .dark\:hc-from-purple-800{
    --tw-gradient-from: #6b21a8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0)) !important;
  }

  .dark\:hc-from-purple-900{
    --tw-gradient-from: #581c87 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0)) !important;
  }

  .dark\:hc-from-yellow-50{
    --tw-gradient-from: #fefce8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0)) !important;
  }

  .dark\:hc-from-yellow-100{
    --tw-gradient-from: #fef9c3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0)) !important;
  }

  .dark\:hc-from-yellow-200{
    --tw-gradient-from: #fef08a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .dark\:hc-from-yellow-300{
    --tw-gradient-from: #fde047 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0)) !important;
  }

  .dark\:hc-from-yellow-400{
    --tw-gradient-from: #facc15 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0)) !important;
  }

  .dark\:hc-from-yellow-500{
    --tw-gradient-from: #eab308 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .dark\:hc-from-yellow-600{
    --tw-gradient-from: #ca8a04 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0)) !important;
  }

  .dark\:hc-from-yellow-700{
    --tw-gradient-from: #a16207 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0)) !important;
  }

  .dark\:hc-from-yellow-800{
    --tw-gradient-from: #854d0e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0)) !important;
  }

  .dark\:hc-from-yellow-900{
    --tw-gradient-from: #713f12 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0)) !important;
  }

  .dark\:hc-from-indigo-50{
    --tw-gradient-from: #eef2ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .dark\:hc-from-indigo-100{
    --tw-gradient-from: #e0e7ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .dark\:hc-from-indigo-200{
    --tw-gradient-from: #c7d2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .dark\:hc-from-indigo-300{
    --tw-gradient-from: #a5b4fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .dark\:hc-from-indigo-400{
    --tw-gradient-from: #818cf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .dark\:hc-from-indigo-500{
    --tw-gradient-from: #6366f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .dark\:hc-from-indigo-600{
    --tw-gradient-from: #4f46e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .dark\:hc-from-indigo-700{
    --tw-gradient-from: #4338ca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .dark\:hc-from-indigo-800{
    --tw-gradient-from: #3730a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .dark\:hc-from-indigo-900{
    --tw-gradient-from: #312e81 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .dark\:hc-from-pink-50{
    --tw-gradient-from: #fdf2f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .dark\:hc-from-pink-100{
    --tw-gradient-from: #fce7f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .dark\:hc-from-pink-200{
    --tw-gradient-from: #fbcfe8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .dark\:hc-from-pink-300{
    --tw-gradient-from: #f9a8d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .dark\:hc-from-pink-400{
    --tw-gradient-from: #f472b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .dark\:hc-from-pink-500{
    --tw-gradient-from: #ec4899 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .dark\:hc-from-pink-600{
    --tw-gradient-from: #db2777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .dark\:hc-from-pink-700{
    --tw-gradient-from: #be185d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .dark\:hc-from-pink-800{
    --tw-gradient-from: #9d174d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .dark\:hc-from-pink-900{
    --tw-gradient-from: #831843 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .dark\:hover\:hc-from-black:hover{
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .dark\:hover\:hc-from-white:hover{
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .dark\:hover\:hc-from-gray-50:hover{
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .dark\:hover\:hc-from-gray-100:hover{
    --tw-gradient-from: #f4f4f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .dark\:hover\:hc-from-gray-200:hover{
    --tw-gradient-from: #e4e4e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .dark\:hover\:hc-from-gray-300:hover{
    --tw-gradient-from: #d4d4d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .dark\:hover\:hc-from-gray-400:hover{
    --tw-gradient-from: #a1a1aa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .dark\:hover\:hc-from-gray-500:hover{
    --tw-gradient-from: #71717a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .dark\:hover\:hc-from-gray-600:hover{
    --tw-gradient-from: #52525b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .dark\:hover\:hc-from-gray-700:hover{
    --tw-gradient-from: #3f3f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .dark\:hover\:hc-from-gray-800:hover{
    --tw-gradient-from: #27272a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .dark\:hover\:hc-from-gray-900:hover{
    --tw-gradient-from: #18181b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .dark\:hover\:hc-from-slate:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .dark\:hover\:hc-from-red-50:hover{
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .dark\:hover\:hc-from-red-100:hover{
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .dark\:hover\:hc-from-red-200:hover{
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .dark\:hover\:hc-from-red-300:hover{
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .dark\:hover\:hc-from-red-400:hover{
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .dark\:hover\:hc-from-red-500:hover{
    --tw-gradient-from: #ef4444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .dark\:hover\:hc-from-red-600:hover{
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .dark\:hover\:hc-from-red-700:hover{
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .dark\:hover\:hc-from-red-800:hover{
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .dark\:hover\:hc-from-red-900:hover{
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .dark\:hover\:hc-from-blue-50:hover{
    --tw-gradient-from: #eff6ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .dark\:hover\:hc-from-blue-100:hover{
    --tw-gradient-from: #dbeafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .dark\:hover\:hc-from-blue-200:hover{
    --tw-gradient-from: #bfdbfe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .dark\:hover\:hc-from-blue-300:hover{
    --tw-gradient-from: #93c5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .dark\:hover\:hc-from-blue-400:hover{
    --tw-gradient-from: #60a5fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .dark\:hover\:hc-from-blue-500:hover{
    --tw-gradient-from: #3b82f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .dark\:hover\:hc-from-blue-600:hover{
    --tw-gradient-from: #2563eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .dark\:hover\:hc-from-blue-700:hover{
    --tw-gradient-from: #1d4ed8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .dark\:hover\:hc-from-blue-800:hover{
    --tw-gradient-from: #1e40af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .dark\:hover\:hc-from-blue-900:hover{
    --tw-gradient-from: #1e3a8a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .dark\:hover\:hc-from-purple-50:hover{
    --tw-gradient-from: #faf5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .dark\:hover\:hc-from-purple-100:hover{
    --tw-gradient-from: #f3e8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0)) !important;
  }

  .dark\:hover\:hc-from-purple-200:hover{
    --tw-gradient-from: #e9d5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0)) !important;
  }

  .dark\:hover\:hc-from-purple-300:hover{
    --tw-gradient-from: #d8b4fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0)) !important;
  }

  .dark\:hover\:hc-from-purple-400:hover{
    --tw-gradient-from: #c084fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0)) !important;
  }

  .dark\:hover\:hc-from-purple-500:hover{
    --tw-gradient-from: #a855f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0)) !important;
  }

  .dark\:hover\:hc-from-purple-600:hover{
    --tw-gradient-from: #9333ea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0)) !important;
  }

  .dark\:hover\:hc-from-purple-700:hover{
    --tw-gradient-from: #7e22ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0)) !important;
  }

  .dark\:hover\:hc-from-purple-800:hover{
    --tw-gradient-from: #6b21a8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0)) !important;
  }

  .dark\:hover\:hc-from-purple-900:hover{
    --tw-gradient-from: #581c87 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0)) !important;
  }

  .dark\:hover\:hc-from-yellow-50:hover{
    --tw-gradient-from: #fefce8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0)) !important;
  }

  .dark\:hover\:hc-from-yellow-100:hover{
    --tw-gradient-from: #fef9c3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0)) !important;
  }

  .dark\:hover\:hc-from-yellow-200:hover{
    --tw-gradient-from: #fef08a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .dark\:hover\:hc-from-yellow-300:hover{
    --tw-gradient-from: #fde047 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0)) !important;
  }

  .dark\:hover\:hc-from-yellow-400:hover{
    --tw-gradient-from: #facc15 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0)) !important;
  }

  .dark\:hover\:hc-from-yellow-500:hover{
    --tw-gradient-from: #eab308 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .dark\:hover\:hc-from-yellow-600:hover{
    --tw-gradient-from: #ca8a04 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0)) !important;
  }

  .dark\:hover\:hc-from-yellow-700:hover{
    --tw-gradient-from: #a16207 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0)) !important;
  }

  .dark\:hover\:hc-from-yellow-800:hover{
    --tw-gradient-from: #854d0e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0)) !important;
  }

  .dark\:hover\:hc-from-yellow-900:hover{
    --tw-gradient-from: #713f12 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0)) !important;
  }

  .dark\:hover\:hc-from-indigo-50:hover{
    --tw-gradient-from: #eef2ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .dark\:hover\:hc-from-indigo-100:hover{
    --tw-gradient-from: #e0e7ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .dark\:hover\:hc-from-indigo-200:hover{
    --tw-gradient-from: #c7d2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .dark\:hover\:hc-from-indigo-300:hover{
    --tw-gradient-from: #a5b4fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .dark\:hover\:hc-from-indigo-400:hover{
    --tw-gradient-from: #818cf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .dark\:hover\:hc-from-indigo-500:hover{
    --tw-gradient-from: #6366f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .dark\:hover\:hc-from-indigo-600:hover{
    --tw-gradient-from: #4f46e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .dark\:hover\:hc-from-indigo-700:hover{
    --tw-gradient-from: #4338ca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .dark\:hover\:hc-from-indigo-800:hover{
    --tw-gradient-from: #3730a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .dark\:hover\:hc-from-indigo-900:hover{
    --tw-gradient-from: #312e81 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .dark\:hover\:hc-from-pink-50:hover{
    --tw-gradient-from: #fdf2f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .dark\:hover\:hc-from-pink-100:hover{
    --tw-gradient-from: #fce7f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .dark\:hover\:hc-from-pink-200:hover{
    --tw-gradient-from: #fbcfe8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .dark\:hover\:hc-from-pink-300:hover{
    --tw-gradient-from: #f9a8d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .dark\:hover\:hc-from-pink-400:hover{
    --tw-gradient-from: #f472b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .dark\:hover\:hc-from-pink-500:hover{
    --tw-gradient-from: #ec4899 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .dark\:hover\:hc-from-pink-600:hover{
    --tw-gradient-from: #db2777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .dark\:hover\:hc-from-pink-700:hover{
    --tw-gradient-from: #be185d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .dark\:hover\:hc-from-pink-800:hover{
    --tw-gradient-from: #9d174d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .dark\:hover\:hc-from-pink-900:hover{
    --tw-gradient-from: #831843 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .dark\:focus\:hc-from-black:focus{
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .dark\:focus\:hc-from-white:focus{
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .dark\:focus\:hc-from-gray-50:focus{
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .dark\:focus\:hc-from-gray-100:focus{
    --tw-gradient-from: #f4f4f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .dark\:focus\:hc-from-gray-200:focus{
    --tw-gradient-from: #e4e4e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .dark\:focus\:hc-from-gray-300:focus{
    --tw-gradient-from: #d4d4d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .dark\:focus\:hc-from-gray-400:focus{
    --tw-gradient-from: #a1a1aa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .dark\:focus\:hc-from-gray-500:focus{
    --tw-gradient-from: #71717a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .dark\:focus\:hc-from-gray-600:focus{
    --tw-gradient-from: #52525b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .dark\:focus\:hc-from-gray-700:focus{
    --tw-gradient-from: #3f3f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .dark\:focus\:hc-from-gray-800:focus{
    --tw-gradient-from: #27272a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .dark\:focus\:hc-from-gray-900:focus{
    --tw-gradient-from: #18181b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .dark\:focus\:hc-from-slate:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .dark\:focus\:hc-from-red-50:focus{
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .dark\:focus\:hc-from-red-100:focus{
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .dark\:focus\:hc-from-red-200:focus{
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .dark\:focus\:hc-from-red-300:focus{
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .dark\:focus\:hc-from-red-400:focus{
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .dark\:focus\:hc-from-red-500:focus{
    --tw-gradient-from: #ef4444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .dark\:focus\:hc-from-red-600:focus{
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .dark\:focus\:hc-from-red-700:focus{
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .dark\:focus\:hc-from-red-800:focus{
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .dark\:focus\:hc-from-red-900:focus{
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .dark\:focus\:hc-from-blue-50:focus{
    --tw-gradient-from: #eff6ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .dark\:focus\:hc-from-blue-100:focus{
    --tw-gradient-from: #dbeafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .dark\:focus\:hc-from-blue-200:focus{
    --tw-gradient-from: #bfdbfe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .dark\:focus\:hc-from-blue-300:focus{
    --tw-gradient-from: #93c5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .dark\:focus\:hc-from-blue-400:focus{
    --tw-gradient-from: #60a5fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .dark\:focus\:hc-from-blue-500:focus{
    --tw-gradient-from: #3b82f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .dark\:focus\:hc-from-blue-600:focus{
    --tw-gradient-from: #2563eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .dark\:focus\:hc-from-blue-700:focus{
    --tw-gradient-from: #1d4ed8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .dark\:focus\:hc-from-blue-800:focus{
    --tw-gradient-from: #1e40af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .dark\:focus\:hc-from-blue-900:focus{
    --tw-gradient-from: #1e3a8a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .dark\:focus\:hc-from-purple-50:focus{
    --tw-gradient-from: #faf5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .dark\:focus\:hc-from-purple-100:focus{
    --tw-gradient-from: #f3e8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0)) !important;
  }

  .dark\:focus\:hc-from-purple-200:focus{
    --tw-gradient-from: #e9d5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0)) !important;
  }

  .dark\:focus\:hc-from-purple-300:focus{
    --tw-gradient-from: #d8b4fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0)) !important;
  }

  .dark\:focus\:hc-from-purple-400:focus{
    --tw-gradient-from: #c084fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0)) !important;
  }

  .dark\:focus\:hc-from-purple-500:focus{
    --tw-gradient-from: #a855f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0)) !important;
  }

  .dark\:focus\:hc-from-purple-600:focus{
    --tw-gradient-from: #9333ea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0)) !important;
  }

  .dark\:focus\:hc-from-purple-700:focus{
    --tw-gradient-from: #7e22ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0)) !important;
  }

  .dark\:focus\:hc-from-purple-800:focus{
    --tw-gradient-from: #6b21a8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0)) !important;
  }

  .dark\:focus\:hc-from-purple-900:focus{
    --tw-gradient-from: #581c87 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0)) !important;
  }

  .dark\:focus\:hc-from-yellow-50:focus{
    --tw-gradient-from: #fefce8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0)) !important;
  }

  .dark\:focus\:hc-from-yellow-100:focus{
    --tw-gradient-from: #fef9c3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0)) !important;
  }

  .dark\:focus\:hc-from-yellow-200:focus{
    --tw-gradient-from: #fef08a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .dark\:focus\:hc-from-yellow-300:focus{
    --tw-gradient-from: #fde047 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0)) !important;
  }

  .dark\:focus\:hc-from-yellow-400:focus{
    --tw-gradient-from: #facc15 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0)) !important;
  }

  .dark\:focus\:hc-from-yellow-500:focus{
    --tw-gradient-from: #eab308 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .dark\:focus\:hc-from-yellow-600:focus{
    --tw-gradient-from: #ca8a04 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0)) !important;
  }

  .dark\:focus\:hc-from-yellow-700:focus{
    --tw-gradient-from: #a16207 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0)) !important;
  }

  .dark\:focus\:hc-from-yellow-800:focus{
    --tw-gradient-from: #854d0e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0)) !important;
  }

  .dark\:focus\:hc-from-yellow-900:focus{
    --tw-gradient-from: #713f12 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0)) !important;
  }

  .dark\:focus\:hc-from-indigo-50:focus{
    --tw-gradient-from: #eef2ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .dark\:focus\:hc-from-indigo-100:focus{
    --tw-gradient-from: #e0e7ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .dark\:focus\:hc-from-indigo-200:focus{
    --tw-gradient-from: #c7d2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .dark\:focus\:hc-from-indigo-300:focus{
    --tw-gradient-from: #a5b4fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .dark\:focus\:hc-from-indigo-400:focus{
    --tw-gradient-from: #818cf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .dark\:focus\:hc-from-indigo-500:focus{
    --tw-gradient-from: #6366f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .dark\:focus\:hc-from-indigo-600:focus{
    --tw-gradient-from: #4f46e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .dark\:focus\:hc-from-indigo-700:focus{
    --tw-gradient-from: #4338ca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .dark\:focus\:hc-from-indigo-800:focus{
    --tw-gradient-from: #3730a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .dark\:focus\:hc-from-indigo-900:focus{
    --tw-gradient-from: #312e81 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .dark\:focus\:hc-from-pink-50:focus{
    --tw-gradient-from: #fdf2f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .dark\:focus\:hc-from-pink-100:focus{
    --tw-gradient-from: #fce7f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .dark\:focus\:hc-from-pink-200:focus{
    --tw-gradient-from: #fbcfe8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .dark\:focus\:hc-from-pink-300:focus{
    --tw-gradient-from: #f9a8d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .dark\:focus\:hc-from-pink-400:focus{
    --tw-gradient-from: #f472b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .dark\:focus\:hc-from-pink-500:focus{
    --tw-gradient-from: #ec4899 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .dark\:focus\:hc-from-pink-600:focus{
    --tw-gradient-from: #db2777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .dark\:focus\:hc-from-pink-700:focus{
    --tw-gradient-from: #be185d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .dark\:focus\:hc-from-pink-800:focus{
    --tw-gradient-from: #9d174d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .dark\:focus\:hc-from-pink-900:focus{
    --tw-gradient-from: #831843 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }
}

.hc-via-black{
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hc-via-white{
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hc-via-gray-50{
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
}

.hc-via-gray-100{
  --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
}

.hc-via-gray-200{
  --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
}

.hc-via-gray-300{
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
}

.hc-via-gray-400{
  --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
}

.hc-via-gray-500{
  --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
}

.hc-via-gray-600{
  --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
}

.hc-via-gray-700{
  --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
}

.hc-via-gray-800{
  --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
}

.hc-via-gray-900{
  --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
}

.hc-via-slate{
  --tw-gradient-stops: var(--tw-gradient-from), undefined, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hc-via-red-50{
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
}

.hc-via-red-100{
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
}

.hc-via-red-200{
  --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
}

.hc-via-red-300{
  --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
}

.hc-via-red-400{
  --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
}

.hc-via-red-500{
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
}

.hc-via-red-600{
  --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
}

.hc-via-red-700{
  --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
}

.hc-via-red-800{
  --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
}

.hc-via-red-900{
  --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
}

.hc-via-blue-50{
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
}

.hc-via-blue-100{
  --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
}

.hc-via-blue-200{
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
}

.hc-via-blue-300{
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
}

.hc-via-blue-400{
  --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
}

.hc-via-blue-500{
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
}

.hc-via-blue-600{
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
}

.hc-via-blue-700{
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
}

.hc-via-blue-800{
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
}

.hc-via-blue-900{
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
}

.hc-via-purple-50{
  --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
}

.hc-via-purple-100{
  --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0)) !important;
}

.hc-via-purple-200{
  --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0)) !important;
}

.hc-via-purple-300{
  --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0)) !important;
}

.hc-via-purple-400{
  --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0)) !important;
}

.hc-via-purple-500{
  --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0)) !important;
}

.hc-via-purple-600{
  --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0)) !important;
}

.hc-via-purple-700{
  --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0)) !important;
}

.hc-via-purple-800{
  --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0)) !important;
}

.hc-via-purple-900{
  --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0)) !important;
}

.hc-via-yellow-50{
  --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0)) !important;
}

.hc-via-yellow-100{
  --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0)) !important;
}

.hc-via-yellow-200{
  --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
}

.hc-via-yellow-300{
  --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0)) !important;
}

.hc-via-yellow-400{
  --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0)) !important;
}

.hc-via-yellow-500{
  --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
}

.hc-via-yellow-600{
  --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0)) !important;
}

.hc-via-yellow-700{
  --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0)) !important;
}

.hc-via-yellow-800{
  --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0)) !important;
}

.hc-via-yellow-900{
  --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0)) !important;
}

.hc-via-indigo-50{
  --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
}

.hc-via-indigo-100{
  --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
}

.hc-via-indigo-200{
  --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
}

.hc-via-indigo-300{
  --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
}

.hc-via-indigo-400{
  --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
}

.hc-via-indigo-500{
  --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
}

.hc-via-indigo-600{
  --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
}

.hc-via-indigo-700{
  --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
}

.hc-via-indigo-800{
  --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
}

.hc-via-indigo-900{
  --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
}

.hc-via-pink-50{
  --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
}

.hc-via-pink-100{
  --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
}

.hc-via-pink-200{
  --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
}

.hc-via-pink-300{
  --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
}

.hc-via-pink-400{
  --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
}

.hc-via-pink-500{
  --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
}

.hc-via-pink-600{
  --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
}

.hc-via-pink-700{
  --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
}

.hc-via-pink-800{
  --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
}

.hc-via-pink-900{
  --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}

.hover\:hc-via-black:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:hc-via-white:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hover\:hc-via-gray-50:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
}

.hover\:hc-via-gray-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
}

.hover\:hc-via-gray-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
}

.hover\:hc-via-gray-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
}

.hover\:hc-via-gray-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
}

.hover\:hc-via-gray-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
}

.hover\:hc-via-gray-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
}

.hover\:hc-via-gray-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
}

.hover\:hc-via-gray-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
}

.hover\:hc-via-gray-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
}

.hover\:hc-via-slate:hover{
  --tw-gradient-stops: var(--tw-gradient-from), undefined, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hover\:hc-via-red-50:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
}

.hover\:hc-via-red-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
}

.hover\:hc-via-red-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
}

.hover\:hc-via-red-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
}

.hover\:hc-via-red-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
}

.hover\:hc-via-red-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
}

.hover\:hc-via-red-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
}

.hover\:hc-via-red-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
}

.hover\:hc-via-red-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
}

.hover\:hc-via-red-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
}

.hover\:hc-via-blue-50:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
}

.hover\:hc-via-blue-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
}

.hover\:hc-via-blue-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
}

.hover\:hc-via-blue-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
}

.hover\:hc-via-blue-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
}

.hover\:hc-via-blue-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
}

.hover\:hc-via-blue-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
}

.hover\:hc-via-blue-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
}

.hover\:hc-via-blue-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
}

.hover\:hc-via-blue-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
}

.hover\:hc-via-purple-50:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
}

.hover\:hc-via-purple-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0)) !important;
}

.hover\:hc-via-purple-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0)) !important;
}

.hover\:hc-via-purple-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0)) !important;
}

.hover\:hc-via-purple-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0)) !important;
}

.hover\:hc-via-purple-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0)) !important;
}

.hover\:hc-via-purple-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0)) !important;
}

.hover\:hc-via-purple-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0)) !important;
}

.hover\:hc-via-purple-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0)) !important;
}

.hover\:hc-via-purple-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0)) !important;
}

.hover\:hc-via-yellow-50:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0)) !important;
}

.hover\:hc-via-yellow-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0)) !important;
}

.hover\:hc-via-yellow-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
}

.hover\:hc-via-yellow-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0)) !important;
}

.hover\:hc-via-yellow-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0)) !important;
}

.hover\:hc-via-yellow-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
}

.hover\:hc-via-yellow-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0)) !important;
}

.hover\:hc-via-yellow-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0)) !important;
}

.hover\:hc-via-yellow-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0)) !important;
}

.hover\:hc-via-yellow-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0)) !important;
}

.hover\:hc-via-indigo-50:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
}

.hover\:hc-via-indigo-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
}

.hover\:hc-via-indigo-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
}

.hover\:hc-via-indigo-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
}

.hover\:hc-via-indigo-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
}

.hover\:hc-via-indigo-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
}

.hover\:hc-via-indigo-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
}

.hover\:hc-via-indigo-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
}

.hover\:hc-via-indigo-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
}

.hover\:hc-via-indigo-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
}

.hover\:hc-via-pink-50:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
}

.hover\:hc-via-pink-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
}

.hover\:hc-via-pink-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
}

.hover\:hc-via-pink-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
}

.hover\:hc-via-pink-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
}

.hover\:hc-via-pink-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
}

.hover\:hc-via-pink-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
}

.hover\:hc-via-pink-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
}

.hover\:hc-via-pink-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
}

.hover\:hc-via-pink-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}

.focus\:hc-via-black:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:hc-via-white:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.focus\:hc-via-gray-50:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
}

.focus\:hc-via-gray-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
}

.focus\:hc-via-gray-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
}

.focus\:hc-via-gray-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
}

.focus\:hc-via-gray-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
}

.focus\:hc-via-gray-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
}

.focus\:hc-via-gray-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
}

.focus\:hc-via-gray-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
}

.focus\:hc-via-gray-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
}

.focus\:hc-via-gray-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
}

.focus\:hc-via-slate:focus{
  --tw-gradient-stops: var(--tw-gradient-from), undefined, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.focus\:hc-via-red-50:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
}

.focus\:hc-via-red-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
}

.focus\:hc-via-red-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
}

.focus\:hc-via-red-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
}

.focus\:hc-via-red-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
}

.focus\:hc-via-red-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
}

.focus\:hc-via-red-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
}

.focus\:hc-via-red-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
}

.focus\:hc-via-red-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
}

.focus\:hc-via-red-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
}

.focus\:hc-via-blue-50:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
}

.focus\:hc-via-blue-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
}

.focus\:hc-via-blue-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
}

.focus\:hc-via-blue-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
}

.focus\:hc-via-blue-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
}

.focus\:hc-via-blue-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
}

.focus\:hc-via-blue-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
}

.focus\:hc-via-blue-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
}

.focus\:hc-via-blue-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
}

.focus\:hc-via-blue-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
}

.focus\:hc-via-purple-50:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
}

.focus\:hc-via-purple-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0)) !important;
}

.focus\:hc-via-purple-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0)) !important;
}

.focus\:hc-via-purple-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0)) !important;
}

.focus\:hc-via-purple-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0)) !important;
}

.focus\:hc-via-purple-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0)) !important;
}

.focus\:hc-via-purple-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0)) !important;
}

.focus\:hc-via-purple-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0)) !important;
}

.focus\:hc-via-purple-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0)) !important;
}

.focus\:hc-via-purple-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0)) !important;
}

.focus\:hc-via-yellow-50:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0)) !important;
}

.focus\:hc-via-yellow-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0)) !important;
}

.focus\:hc-via-yellow-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
}

.focus\:hc-via-yellow-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0)) !important;
}

.focus\:hc-via-yellow-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0)) !important;
}

.focus\:hc-via-yellow-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
}

.focus\:hc-via-yellow-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0)) !important;
}

.focus\:hc-via-yellow-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0)) !important;
}

.focus\:hc-via-yellow-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0)) !important;
}

.focus\:hc-via-yellow-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0)) !important;
}

.focus\:hc-via-indigo-50:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
}

.focus\:hc-via-indigo-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
}

.focus\:hc-via-indigo-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
}

.focus\:hc-via-indigo-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
}

.focus\:hc-via-indigo-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
}

.focus\:hc-via-indigo-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
}

.focus\:hc-via-indigo-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
}

.focus\:hc-via-indigo-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
}

.focus\:hc-via-indigo-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
}

.focus\:hc-via-indigo-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
}

.focus\:hc-via-pink-50:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
}

.focus\:hc-via-pink-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
}

.focus\:hc-via-pink-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
}

.focus\:hc-via-pink-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
}

.focus\:hc-via-pink-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
}

.focus\:hc-via-pink-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
}

.focus\:hc-via-pink-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
}

.focus\:hc-via-pink-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
}

.focus\:hc-via-pink-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
}

.focus\:hc-via-pink-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}

@media (prefers-color-scheme: dark){
  .dark\:hc-via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .dark\:hc-via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .dark\:hc-via-gray-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .dark\:hc-via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .dark\:hc-via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .dark\:hc-via-gray-300{
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .dark\:hc-via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .dark\:hc-via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .dark\:hc-via-gray-600{
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .dark\:hc-via-gray-700{
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .dark\:hc-via-gray-800{
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .dark\:hc-via-gray-900{
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .dark\:hc-via-slate{
    --tw-gradient-stops: var(--tw-gradient-from), undefined, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .dark\:hc-via-red-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .dark\:hc-via-red-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .dark\:hc-via-red-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .dark\:hc-via-red-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .dark\:hc-via-red-400{
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .dark\:hc-via-red-500{
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .dark\:hc-via-red-600{
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .dark\:hc-via-red-700{
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .dark\:hc-via-red-800{
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .dark\:hc-via-red-900{
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .dark\:hc-via-blue-50{
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .dark\:hc-via-blue-100{
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .dark\:hc-via-blue-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .dark\:hc-via-blue-300{
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .dark\:hc-via-blue-400{
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .dark\:hc-via-blue-500{
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .dark\:hc-via-blue-600{
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .dark\:hc-via-blue-700{
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .dark\:hc-via-blue-800{
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .dark\:hc-via-blue-900{
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .dark\:hc-via-purple-50{
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .dark\:hc-via-purple-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0)) !important;
  }

  .dark\:hc-via-purple-200{
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0)) !important;
  }

  .dark\:hc-via-purple-300{
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0)) !important;
  }

  .dark\:hc-via-purple-400{
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0)) !important;
  }

  .dark\:hc-via-purple-500{
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0)) !important;
  }

  .dark\:hc-via-purple-600{
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0)) !important;
  }

  .dark\:hc-via-purple-700{
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0)) !important;
  }

  .dark\:hc-via-purple-800{
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0)) !important;
  }

  .dark\:hc-via-purple-900{
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0)) !important;
  }

  .dark\:hc-via-yellow-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0)) !important;
  }

  .dark\:hc-via-yellow-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0)) !important;
  }

  .dark\:hc-via-yellow-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .dark\:hc-via-yellow-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0)) !important;
  }

  .dark\:hc-via-yellow-400{
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0)) !important;
  }

  .dark\:hc-via-yellow-500{
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .dark\:hc-via-yellow-600{
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0)) !important;
  }

  .dark\:hc-via-yellow-700{
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0)) !important;
  }

  .dark\:hc-via-yellow-800{
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0)) !important;
  }

  .dark\:hc-via-yellow-900{
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0)) !important;
  }

  .dark\:hc-via-indigo-50{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .dark\:hc-via-indigo-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .dark\:hc-via-indigo-200{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .dark\:hc-via-indigo-300{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .dark\:hc-via-indigo-400{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .dark\:hc-via-indigo-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .dark\:hc-via-indigo-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .dark\:hc-via-indigo-700{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .dark\:hc-via-indigo-800{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .dark\:hc-via-indigo-900{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .dark\:hc-via-pink-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .dark\:hc-via-pink-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .dark\:hc-via-pink-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .dark\:hc-via-pink-300{
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .dark\:hc-via-pink-400{
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .dark\:hc-via-pink-500{
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .dark\:hc-via-pink-600{
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .dark\:hc-via-pink-700{
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .dark\:hc-via-pink-800{
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .dark\:hc-via-pink-900{
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .dark\:hover\:hc-via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .dark\:hover\:hc-via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .dark\:hover\:hc-via-gray-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .dark\:hover\:hc-via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .dark\:hover\:hc-via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .dark\:hover\:hc-via-gray-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .dark\:hover\:hc-via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .dark\:hover\:hc-via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .dark\:hover\:hc-via-gray-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .dark\:hover\:hc-via-gray-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .dark\:hover\:hc-via-gray-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .dark\:hover\:hc-via-gray-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .dark\:hover\:hc-via-slate:hover{
    --tw-gradient-stops: var(--tw-gradient-from), undefined, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .dark\:hover\:hc-via-red-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .dark\:hover\:hc-via-red-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .dark\:hover\:hc-via-red-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .dark\:hover\:hc-via-red-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .dark\:hover\:hc-via-red-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .dark\:hover\:hc-via-red-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .dark\:hover\:hc-via-red-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .dark\:hover\:hc-via-red-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .dark\:hover\:hc-via-red-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .dark\:hover\:hc-via-red-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .dark\:hover\:hc-via-blue-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .dark\:hover\:hc-via-blue-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .dark\:hover\:hc-via-blue-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .dark\:hover\:hc-via-blue-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .dark\:hover\:hc-via-blue-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .dark\:hover\:hc-via-blue-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .dark\:hover\:hc-via-blue-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .dark\:hover\:hc-via-blue-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .dark\:hover\:hc-via-blue-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .dark\:hover\:hc-via-blue-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .dark\:hover\:hc-via-purple-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .dark\:hover\:hc-via-purple-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0)) !important;
  }

  .dark\:hover\:hc-via-purple-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0)) !important;
  }

  .dark\:hover\:hc-via-purple-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0)) !important;
  }

  .dark\:hover\:hc-via-purple-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0)) !important;
  }

  .dark\:hover\:hc-via-purple-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0)) !important;
  }

  .dark\:hover\:hc-via-purple-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0)) !important;
  }

  .dark\:hover\:hc-via-purple-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0)) !important;
  }

  .dark\:hover\:hc-via-purple-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0)) !important;
  }

  .dark\:hover\:hc-via-purple-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0)) !important;
  }

  .dark\:hover\:hc-via-yellow-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0)) !important;
  }

  .dark\:hover\:hc-via-yellow-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0)) !important;
  }

  .dark\:hover\:hc-via-yellow-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .dark\:hover\:hc-via-yellow-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0)) !important;
  }

  .dark\:hover\:hc-via-yellow-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0)) !important;
  }

  .dark\:hover\:hc-via-yellow-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .dark\:hover\:hc-via-yellow-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0)) !important;
  }

  .dark\:hover\:hc-via-yellow-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0)) !important;
  }

  .dark\:hover\:hc-via-yellow-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0)) !important;
  }

  .dark\:hover\:hc-via-yellow-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0)) !important;
  }

  .dark\:hover\:hc-via-indigo-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .dark\:hover\:hc-via-indigo-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .dark\:hover\:hc-via-indigo-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .dark\:hover\:hc-via-indigo-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .dark\:hover\:hc-via-indigo-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .dark\:hover\:hc-via-indigo-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .dark\:hover\:hc-via-indigo-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .dark\:hover\:hc-via-indigo-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .dark\:hover\:hc-via-indigo-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .dark\:hover\:hc-via-indigo-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .dark\:hover\:hc-via-pink-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .dark\:hover\:hc-via-pink-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .dark\:hover\:hc-via-pink-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .dark\:hover\:hc-via-pink-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .dark\:hover\:hc-via-pink-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .dark\:hover\:hc-via-pink-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .dark\:hover\:hc-via-pink-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .dark\:hover\:hc-via-pink-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .dark\:hover\:hc-via-pink-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .dark\:hover\:hc-via-pink-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .dark\:focus\:hc-via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .dark\:focus\:hc-via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .dark\:focus\:hc-via-gray-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .dark\:focus\:hc-via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .dark\:focus\:hc-via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .dark\:focus\:hc-via-gray-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .dark\:focus\:hc-via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .dark\:focus\:hc-via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .dark\:focus\:hc-via-gray-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .dark\:focus\:hc-via-gray-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .dark\:focus\:hc-via-gray-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .dark\:focus\:hc-via-gray-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .dark\:focus\:hc-via-slate:focus{
    --tw-gradient-stops: var(--tw-gradient-from), undefined, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .dark\:focus\:hc-via-red-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .dark\:focus\:hc-via-red-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .dark\:focus\:hc-via-red-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .dark\:focus\:hc-via-red-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .dark\:focus\:hc-via-red-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .dark\:focus\:hc-via-red-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .dark\:focus\:hc-via-red-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .dark\:focus\:hc-via-red-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .dark\:focus\:hc-via-red-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .dark\:focus\:hc-via-red-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .dark\:focus\:hc-via-blue-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .dark\:focus\:hc-via-blue-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .dark\:focus\:hc-via-blue-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .dark\:focus\:hc-via-blue-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .dark\:focus\:hc-via-blue-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .dark\:focus\:hc-via-blue-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .dark\:focus\:hc-via-blue-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .dark\:focus\:hc-via-blue-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .dark\:focus\:hc-via-blue-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .dark\:focus\:hc-via-blue-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .dark\:focus\:hc-via-purple-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .dark\:focus\:hc-via-purple-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0)) !important;
  }

  .dark\:focus\:hc-via-purple-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0)) !important;
  }

  .dark\:focus\:hc-via-purple-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0)) !important;
  }

  .dark\:focus\:hc-via-purple-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0)) !important;
  }

  .dark\:focus\:hc-via-purple-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0)) !important;
  }

  .dark\:focus\:hc-via-purple-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0)) !important;
  }

  .dark\:focus\:hc-via-purple-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0)) !important;
  }

  .dark\:focus\:hc-via-purple-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0)) !important;
  }

  .dark\:focus\:hc-via-purple-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0)) !important;
  }

  .dark\:focus\:hc-via-yellow-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0)) !important;
  }

  .dark\:focus\:hc-via-yellow-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0)) !important;
  }

  .dark\:focus\:hc-via-yellow-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .dark\:focus\:hc-via-yellow-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0)) !important;
  }

  .dark\:focus\:hc-via-yellow-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0)) !important;
  }

  .dark\:focus\:hc-via-yellow-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .dark\:focus\:hc-via-yellow-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0)) !important;
  }

  .dark\:focus\:hc-via-yellow-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0)) !important;
  }

  .dark\:focus\:hc-via-yellow-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0)) !important;
  }

  .dark\:focus\:hc-via-yellow-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0)) !important;
  }

  .dark\:focus\:hc-via-indigo-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .dark\:focus\:hc-via-indigo-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .dark\:focus\:hc-via-indigo-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .dark\:focus\:hc-via-indigo-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .dark\:focus\:hc-via-indigo-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .dark\:focus\:hc-via-indigo-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .dark\:focus\:hc-via-indigo-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .dark\:focus\:hc-via-indigo-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .dark\:focus\:hc-via-indigo-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .dark\:focus\:hc-via-indigo-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .dark\:focus\:hc-via-pink-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .dark\:focus\:hc-via-pink-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .dark\:focus\:hc-via-pink-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .dark\:focus\:hc-via-pink-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .dark\:focus\:hc-via-pink-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .dark\:focus\:hc-via-pink-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .dark\:focus\:hc-via-pink-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .dark\:focus\:hc-via-pink-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .dark\:focus\:hc-via-pink-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .dark\:focus\:hc-via-pink-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }
}

.hc-to-black{
  --tw-gradient-to: #000 !important;
}

.hc-to-white{
  --tw-gradient-to: #fff !important;
}

.hc-to-gray-50{
  --tw-gradient-to: #fafafa !important;
}

.hc-to-gray-100{
  --tw-gradient-to: #f4f4f5 !important;
}

.hc-to-gray-200{
  --tw-gradient-to: #e4e4e7 !important;
}

.hc-to-gray-300{
  --tw-gradient-to: #d4d4d8 !important;
}

.hc-to-gray-400{
  --tw-gradient-to: #a1a1aa !important;
}

.hc-to-gray-500{
  --tw-gradient-to: #71717a !important;
}

.hc-to-gray-600{
  --tw-gradient-to: #52525b !important;
}

.hc-to-gray-700{
  --tw-gradient-to: #3f3f46 !important;
}

.hc-to-gray-800{
  --tw-gradient-to: #27272a !important;
}

.hc-to-gray-900{
  --tw-gradient-to: #18181b !important;
}

.hc-to-slate{
}

.hc-to-red-50{
  --tw-gradient-to: #fef2f2 !important;
}

.hc-to-red-100{
  --tw-gradient-to: #fee2e2 !important;
}

.hc-to-red-200{
  --tw-gradient-to: #fecaca !important;
}

.hc-to-red-300{
  --tw-gradient-to: #fca5a5 !important;
}

.hc-to-red-400{
  --tw-gradient-to: #f87171 !important;
}

.hc-to-red-500{
  --tw-gradient-to: #ef4444 !important;
}

.hc-to-red-600{
  --tw-gradient-to: #dc2626 !important;
}

.hc-to-red-700{
  --tw-gradient-to: #b91c1c !important;
}

.hc-to-red-800{
  --tw-gradient-to: #991b1b !important;
}

.hc-to-red-900{
  --tw-gradient-to: #7f1d1d !important;
}

.hc-to-blue-50{
  --tw-gradient-to: #eff6ff !important;
}

.hc-to-blue-100{
  --tw-gradient-to: #dbeafe !important;
}

.hc-to-blue-200{
  --tw-gradient-to: #bfdbfe !important;
}

.hc-to-blue-300{
  --tw-gradient-to: #93c5fd !important;
}

.hc-to-blue-400{
  --tw-gradient-to: #60a5fa !important;
}

.hc-to-blue-500{
  --tw-gradient-to: #3b82f6 !important;
}

.hc-to-blue-600{
  --tw-gradient-to: #2563eb !important;
}

.hc-to-blue-700{
  --tw-gradient-to: #1d4ed8 !important;
}

.hc-to-blue-800{
  --tw-gradient-to: #1e40af !important;
}

.hc-to-blue-900{
  --tw-gradient-to: #1e3a8a !important;
}

.hc-to-purple-50{
  --tw-gradient-to: #faf5ff !important;
}

.hc-to-purple-100{
  --tw-gradient-to: #f3e8ff !important;
}

.hc-to-purple-200{
  --tw-gradient-to: #e9d5ff !important;
}

.hc-to-purple-300{
  --tw-gradient-to: #d8b4fe !important;
}

.hc-to-purple-400{
  --tw-gradient-to: #c084fc !important;
}

.hc-to-purple-500{
  --tw-gradient-to: #a855f7 !important;
}

.hc-to-purple-600{
  --tw-gradient-to: #9333ea !important;
}

.hc-to-purple-700{
  --tw-gradient-to: #7e22ce !important;
}

.hc-to-purple-800{
  --tw-gradient-to: #6b21a8 !important;
}

.hc-to-purple-900{
  --tw-gradient-to: #581c87 !important;
}

.hc-to-yellow-50{
  --tw-gradient-to: #fefce8 !important;
}

.hc-to-yellow-100{
  --tw-gradient-to: #fef9c3 !important;
}

.hc-to-yellow-200{
  --tw-gradient-to: #fef08a !important;
}

.hc-to-yellow-300{
  --tw-gradient-to: #fde047 !important;
}

.hc-to-yellow-400{
  --tw-gradient-to: #facc15 !important;
}

.hc-to-yellow-500{
  --tw-gradient-to: #eab308 !important;
}

.hc-to-yellow-600{
  --tw-gradient-to: #ca8a04 !important;
}

.hc-to-yellow-700{
  --tw-gradient-to: #a16207 !important;
}

.hc-to-yellow-800{
  --tw-gradient-to: #854d0e !important;
}

.hc-to-yellow-900{
  --tw-gradient-to: #713f12 !important;
}

.hc-to-indigo-50{
  --tw-gradient-to: #eef2ff !important;
}

.hc-to-indigo-100{
  --tw-gradient-to: #e0e7ff !important;
}

.hc-to-indigo-200{
  --tw-gradient-to: #c7d2fe !important;
}

.hc-to-indigo-300{
  --tw-gradient-to: #a5b4fc !important;
}

.hc-to-indigo-400{
  --tw-gradient-to: #818cf8 !important;
}

.hc-to-indigo-500{
  --tw-gradient-to: #6366f1 !important;
}

.hc-to-indigo-600{
  --tw-gradient-to: #4f46e5 !important;
}

.hc-to-indigo-700{
  --tw-gradient-to: #4338ca !important;
}

.hc-to-indigo-800{
  --tw-gradient-to: #3730a3 !important;
}

.hc-to-indigo-900{
  --tw-gradient-to: #312e81 !important;
}

.hc-to-pink-50{
  --tw-gradient-to: #fdf2f8 !important;
}

.hc-to-pink-100{
  --tw-gradient-to: #fce7f3 !important;
}

.hc-to-pink-200{
  --tw-gradient-to: #fbcfe8 !important;
}

.hc-to-pink-300{
  --tw-gradient-to: #f9a8d4 !important;
}

.hc-to-pink-400{
  --tw-gradient-to: #f472b6 !important;
}

.hc-to-pink-500{
  --tw-gradient-to: #ec4899 !important;
}

.hc-to-pink-600{
  --tw-gradient-to: #db2777 !important;
}

.hc-to-pink-700{
  --tw-gradient-to: #be185d !important;
}

.hc-to-pink-800{
  --tw-gradient-to: #9d174d !important;
}

.hc-to-pink-900{
  --tw-gradient-to: #831843 !important;
}

.hover\:hc-to-black:hover{
  --tw-gradient-to: #000 !important;
}

.hover\:hc-to-white:hover{
  --tw-gradient-to: #fff !important;
}

.hover\:hc-to-gray-50:hover{
  --tw-gradient-to: #fafafa !important;
}

.hover\:hc-to-gray-100:hover{
  --tw-gradient-to: #f4f4f5 !important;
}

.hover\:hc-to-gray-200:hover{
  --tw-gradient-to: #e4e4e7 !important;
}

.hover\:hc-to-gray-300:hover{
  --tw-gradient-to: #d4d4d8 !important;
}

.hover\:hc-to-gray-400:hover{
  --tw-gradient-to: #a1a1aa !important;
}

.hover\:hc-to-gray-500:hover{
  --tw-gradient-to: #71717a !important;
}

.hover\:hc-to-gray-600:hover{
  --tw-gradient-to: #52525b !important;
}

.hover\:hc-to-gray-700:hover{
  --tw-gradient-to: #3f3f46 !important;
}

.hover\:hc-to-gray-800:hover{
  --tw-gradient-to: #27272a !important;
}

.hover\:hc-to-gray-900:hover{
  --tw-gradient-to: #18181b !important;
}

.hover\:hc-to-slate:hover{
}

.hover\:hc-to-red-50:hover{
  --tw-gradient-to: #fef2f2 !important;
}

.hover\:hc-to-red-100:hover{
  --tw-gradient-to: #fee2e2 !important;
}

.hover\:hc-to-red-200:hover{
  --tw-gradient-to: #fecaca !important;
}

.hover\:hc-to-red-300:hover{
  --tw-gradient-to: #fca5a5 !important;
}

.hover\:hc-to-red-400:hover{
  --tw-gradient-to: #f87171 !important;
}

.hover\:hc-to-red-500:hover{
  --tw-gradient-to: #ef4444 !important;
}

.hover\:hc-to-red-600:hover{
  --tw-gradient-to: #dc2626 !important;
}

.hover\:hc-to-red-700:hover{
  --tw-gradient-to: #b91c1c !important;
}

.hover\:hc-to-red-800:hover{
  --tw-gradient-to: #991b1b !important;
}

.hover\:hc-to-red-900:hover{
  --tw-gradient-to: #7f1d1d !important;
}

.hover\:hc-to-blue-50:hover{
  --tw-gradient-to: #eff6ff !important;
}

.hover\:hc-to-blue-100:hover{
  --tw-gradient-to: #dbeafe !important;
}

.hover\:hc-to-blue-200:hover{
  --tw-gradient-to: #bfdbfe !important;
}

.hover\:hc-to-blue-300:hover{
  --tw-gradient-to: #93c5fd !important;
}

.hover\:hc-to-blue-400:hover{
  --tw-gradient-to: #60a5fa !important;
}

.hover\:hc-to-blue-500:hover{
  --tw-gradient-to: #3b82f6 !important;
}

.hover\:hc-to-blue-600:hover{
  --tw-gradient-to: #2563eb !important;
}

.hover\:hc-to-blue-700:hover{
  --tw-gradient-to: #1d4ed8 !important;
}

.hover\:hc-to-blue-800:hover{
  --tw-gradient-to: #1e40af !important;
}

.hover\:hc-to-blue-900:hover{
  --tw-gradient-to: #1e3a8a !important;
}

.hover\:hc-to-purple-50:hover{
  --tw-gradient-to: #faf5ff !important;
}

.hover\:hc-to-purple-100:hover{
  --tw-gradient-to: #f3e8ff !important;
}

.hover\:hc-to-purple-200:hover{
  --tw-gradient-to: #e9d5ff !important;
}

.hover\:hc-to-purple-300:hover{
  --tw-gradient-to: #d8b4fe !important;
}

.hover\:hc-to-purple-400:hover{
  --tw-gradient-to: #c084fc !important;
}

.hover\:hc-to-purple-500:hover{
  --tw-gradient-to: #a855f7 !important;
}

.hover\:hc-to-purple-600:hover{
  --tw-gradient-to: #9333ea !important;
}

.hover\:hc-to-purple-700:hover{
  --tw-gradient-to: #7e22ce !important;
}

.hover\:hc-to-purple-800:hover{
  --tw-gradient-to: #6b21a8 !important;
}

.hover\:hc-to-purple-900:hover{
  --tw-gradient-to: #581c87 !important;
}

.hover\:hc-to-yellow-50:hover{
  --tw-gradient-to: #fefce8 !important;
}

.hover\:hc-to-yellow-100:hover{
  --tw-gradient-to: #fef9c3 !important;
}

.hover\:hc-to-yellow-200:hover{
  --tw-gradient-to: #fef08a !important;
}

.hover\:hc-to-yellow-300:hover{
  --tw-gradient-to: #fde047 !important;
}

.hover\:hc-to-yellow-400:hover{
  --tw-gradient-to: #facc15 !important;
}

.hover\:hc-to-yellow-500:hover{
  --tw-gradient-to: #eab308 !important;
}

.hover\:hc-to-yellow-600:hover{
  --tw-gradient-to: #ca8a04 !important;
}

.hover\:hc-to-yellow-700:hover{
  --tw-gradient-to: #a16207 !important;
}

.hover\:hc-to-yellow-800:hover{
  --tw-gradient-to: #854d0e !important;
}

.hover\:hc-to-yellow-900:hover{
  --tw-gradient-to: #713f12 !important;
}

.hover\:hc-to-indigo-50:hover{
  --tw-gradient-to: #eef2ff !important;
}

.hover\:hc-to-indigo-100:hover{
  --tw-gradient-to: #e0e7ff !important;
}

.hover\:hc-to-indigo-200:hover{
  --tw-gradient-to: #c7d2fe !important;
}

.hover\:hc-to-indigo-300:hover{
  --tw-gradient-to: #a5b4fc !important;
}

.hover\:hc-to-indigo-400:hover{
  --tw-gradient-to: #818cf8 !important;
}

.hover\:hc-to-indigo-500:hover{
  --tw-gradient-to: #6366f1 !important;
}

.hover\:hc-to-indigo-600:hover{
  --tw-gradient-to: #4f46e5 !important;
}

.hover\:hc-to-indigo-700:hover{
  --tw-gradient-to: #4338ca !important;
}

.hover\:hc-to-indigo-800:hover{
  --tw-gradient-to: #3730a3 !important;
}

.hover\:hc-to-indigo-900:hover{
  --tw-gradient-to: #312e81 !important;
}

.hover\:hc-to-pink-50:hover{
  --tw-gradient-to: #fdf2f8 !important;
}

.hover\:hc-to-pink-100:hover{
  --tw-gradient-to: #fce7f3 !important;
}

.hover\:hc-to-pink-200:hover{
  --tw-gradient-to: #fbcfe8 !important;
}

.hover\:hc-to-pink-300:hover{
  --tw-gradient-to: #f9a8d4 !important;
}

.hover\:hc-to-pink-400:hover{
  --tw-gradient-to: #f472b6 !important;
}

.hover\:hc-to-pink-500:hover{
  --tw-gradient-to: #ec4899 !important;
}

.hover\:hc-to-pink-600:hover{
  --tw-gradient-to: #db2777 !important;
}

.hover\:hc-to-pink-700:hover{
  --tw-gradient-to: #be185d !important;
}

.hover\:hc-to-pink-800:hover{
  --tw-gradient-to: #9d174d !important;
}

.hover\:hc-to-pink-900:hover{
  --tw-gradient-to: #831843 !important;
}

.focus\:hc-to-black:focus{
  --tw-gradient-to: #000 !important;
}

.focus\:hc-to-white:focus{
  --tw-gradient-to: #fff !important;
}

.focus\:hc-to-gray-50:focus{
  --tw-gradient-to: #fafafa !important;
}

.focus\:hc-to-gray-100:focus{
  --tw-gradient-to: #f4f4f5 !important;
}

.focus\:hc-to-gray-200:focus{
  --tw-gradient-to: #e4e4e7 !important;
}

.focus\:hc-to-gray-300:focus{
  --tw-gradient-to: #d4d4d8 !important;
}

.focus\:hc-to-gray-400:focus{
  --tw-gradient-to: #a1a1aa !important;
}

.focus\:hc-to-gray-500:focus{
  --tw-gradient-to: #71717a !important;
}

.focus\:hc-to-gray-600:focus{
  --tw-gradient-to: #52525b !important;
}

.focus\:hc-to-gray-700:focus{
  --tw-gradient-to: #3f3f46 !important;
}

.focus\:hc-to-gray-800:focus{
  --tw-gradient-to: #27272a !important;
}

.focus\:hc-to-gray-900:focus{
  --tw-gradient-to: #18181b !important;
}

.focus\:hc-to-slate:focus{
}

.focus\:hc-to-red-50:focus{
  --tw-gradient-to: #fef2f2 !important;
}

.focus\:hc-to-red-100:focus{
  --tw-gradient-to: #fee2e2 !important;
}

.focus\:hc-to-red-200:focus{
  --tw-gradient-to: #fecaca !important;
}

.focus\:hc-to-red-300:focus{
  --tw-gradient-to: #fca5a5 !important;
}

.focus\:hc-to-red-400:focus{
  --tw-gradient-to: #f87171 !important;
}

.focus\:hc-to-red-500:focus{
  --tw-gradient-to: #ef4444 !important;
}

.focus\:hc-to-red-600:focus{
  --tw-gradient-to: #dc2626 !important;
}

.focus\:hc-to-red-700:focus{
  --tw-gradient-to: #b91c1c !important;
}

.focus\:hc-to-red-800:focus{
  --tw-gradient-to: #991b1b !important;
}

.focus\:hc-to-red-900:focus{
  --tw-gradient-to: #7f1d1d !important;
}

.focus\:hc-to-blue-50:focus{
  --tw-gradient-to: #eff6ff !important;
}

.focus\:hc-to-blue-100:focus{
  --tw-gradient-to: #dbeafe !important;
}

.focus\:hc-to-blue-200:focus{
  --tw-gradient-to: #bfdbfe !important;
}

.focus\:hc-to-blue-300:focus{
  --tw-gradient-to: #93c5fd !important;
}

.focus\:hc-to-blue-400:focus{
  --tw-gradient-to: #60a5fa !important;
}

.focus\:hc-to-blue-500:focus{
  --tw-gradient-to: #3b82f6 !important;
}

.focus\:hc-to-blue-600:focus{
  --tw-gradient-to: #2563eb !important;
}

.focus\:hc-to-blue-700:focus{
  --tw-gradient-to: #1d4ed8 !important;
}

.focus\:hc-to-blue-800:focus{
  --tw-gradient-to: #1e40af !important;
}

.focus\:hc-to-blue-900:focus{
  --tw-gradient-to: #1e3a8a !important;
}

.focus\:hc-to-purple-50:focus{
  --tw-gradient-to: #faf5ff !important;
}

.focus\:hc-to-purple-100:focus{
  --tw-gradient-to: #f3e8ff !important;
}

.focus\:hc-to-purple-200:focus{
  --tw-gradient-to: #e9d5ff !important;
}

.focus\:hc-to-purple-300:focus{
  --tw-gradient-to: #d8b4fe !important;
}

.focus\:hc-to-purple-400:focus{
  --tw-gradient-to: #c084fc !important;
}

.focus\:hc-to-purple-500:focus{
  --tw-gradient-to: #a855f7 !important;
}

.focus\:hc-to-purple-600:focus{
  --tw-gradient-to: #9333ea !important;
}

.focus\:hc-to-purple-700:focus{
  --tw-gradient-to: #7e22ce !important;
}

.focus\:hc-to-purple-800:focus{
  --tw-gradient-to: #6b21a8 !important;
}

.focus\:hc-to-purple-900:focus{
  --tw-gradient-to: #581c87 !important;
}

.focus\:hc-to-yellow-50:focus{
  --tw-gradient-to: #fefce8 !important;
}

.focus\:hc-to-yellow-100:focus{
  --tw-gradient-to: #fef9c3 !important;
}

.focus\:hc-to-yellow-200:focus{
  --tw-gradient-to: #fef08a !important;
}

.focus\:hc-to-yellow-300:focus{
  --tw-gradient-to: #fde047 !important;
}

.focus\:hc-to-yellow-400:focus{
  --tw-gradient-to: #facc15 !important;
}

.focus\:hc-to-yellow-500:focus{
  --tw-gradient-to: #eab308 !important;
}

.focus\:hc-to-yellow-600:focus{
  --tw-gradient-to: #ca8a04 !important;
}

.focus\:hc-to-yellow-700:focus{
  --tw-gradient-to: #a16207 !important;
}

.focus\:hc-to-yellow-800:focus{
  --tw-gradient-to: #854d0e !important;
}

.focus\:hc-to-yellow-900:focus{
  --tw-gradient-to: #713f12 !important;
}

.focus\:hc-to-indigo-50:focus{
  --tw-gradient-to: #eef2ff !important;
}

.focus\:hc-to-indigo-100:focus{
  --tw-gradient-to: #e0e7ff !important;
}

.focus\:hc-to-indigo-200:focus{
  --tw-gradient-to: #c7d2fe !important;
}

.focus\:hc-to-indigo-300:focus{
  --tw-gradient-to: #a5b4fc !important;
}

.focus\:hc-to-indigo-400:focus{
  --tw-gradient-to: #818cf8 !important;
}

.focus\:hc-to-indigo-500:focus{
  --tw-gradient-to: #6366f1 !important;
}

.focus\:hc-to-indigo-600:focus{
  --tw-gradient-to: #4f46e5 !important;
}

.focus\:hc-to-indigo-700:focus{
  --tw-gradient-to: #4338ca !important;
}

.focus\:hc-to-indigo-800:focus{
  --tw-gradient-to: #3730a3 !important;
}

.focus\:hc-to-indigo-900:focus{
  --tw-gradient-to: #312e81 !important;
}

.focus\:hc-to-pink-50:focus{
  --tw-gradient-to: #fdf2f8 !important;
}

.focus\:hc-to-pink-100:focus{
  --tw-gradient-to: #fce7f3 !important;
}

.focus\:hc-to-pink-200:focus{
  --tw-gradient-to: #fbcfe8 !important;
}

.focus\:hc-to-pink-300:focus{
  --tw-gradient-to: #f9a8d4 !important;
}

.focus\:hc-to-pink-400:focus{
  --tw-gradient-to: #f472b6 !important;
}

.focus\:hc-to-pink-500:focus{
  --tw-gradient-to: #ec4899 !important;
}

.focus\:hc-to-pink-600:focus{
  --tw-gradient-to: #db2777 !important;
}

.focus\:hc-to-pink-700:focus{
  --tw-gradient-to: #be185d !important;
}

.focus\:hc-to-pink-800:focus{
  --tw-gradient-to: #9d174d !important;
}

.focus\:hc-to-pink-900:focus{
  --tw-gradient-to: #831843 !important;
}

@media (prefers-color-scheme: dark){
  .dark\:hc-to-black{
    --tw-gradient-to: #000 !important;
  }

  .dark\:hc-to-white{
    --tw-gradient-to: #fff !important;
  }

  .dark\:hc-to-gray-50{
    --tw-gradient-to: #fafafa !important;
  }

  .dark\:hc-to-gray-100{
    --tw-gradient-to: #f4f4f5 !important;
  }

  .dark\:hc-to-gray-200{
    --tw-gradient-to: #e4e4e7 !important;
  }

  .dark\:hc-to-gray-300{
    --tw-gradient-to: #d4d4d8 !important;
  }

  .dark\:hc-to-gray-400{
    --tw-gradient-to: #a1a1aa !important;
  }

  .dark\:hc-to-gray-500{
    --tw-gradient-to: #71717a !important;
  }

  .dark\:hc-to-gray-600{
    --tw-gradient-to: #52525b !important;
  }

  .dark\:hc-to-gray-700{
    --tw-gradient-to: #3f3f46 !important;
  }

  .dark\:hc-to-gray-800{
    --tw-gradient-to: #27272a !important;
  }

  .dark\:hc-to-gray-900{
    --tw-gradient-to: #18181b !important;
  }

  .dark\:hc-to-slate{
  }

  .dark\:hc-to-red-50{
    --tw-gradient-to: #fef2f2 !important;
  }

  .dark\:hc-to-red-100{
    --tw-gradient-to: #fee2e2 !important;
  }

  .dark\:hc-to-red-200{
    --tw-gradient-to: #fecaca !important;
  }

  .dark\:hc-to-red-300{
    --tw-gradient-to: #fca5a5 !important;
  }

  .dark\:hc-to-red-400{
    --tw-gradient-to: #f87171 !important;
  }

  .dark\:hc-to-red-500{
    --tw-gradient-to: #ef4444 !important;
  }

  .dark\:hc-to-red-600{
    --tw-gradient-to: #dc2626 !important;
  }

  .dark\:hc-to-red-700{
    --tw-gradient-to: #b91c1c !important;
  }

  .dark\:hc-to-red-800{
    --tw-gradient-to: #991b1b !important;
  }

  .dark\:hc-to-red-900{
    --tw-gradient-to: #7f1d1d !important;
  }

  .dark\:hc-to-blue-50{
    --tw-gradient-to: #eff6ff !important;
  }

  .dark\:hc-to-blue-100{
    --tw-gradient-to: #dbeafe !important;
  }

  .dark\:hc-to-blue-200{
    --tw-gradient-to: #bfdbfe !important;
  }

  .dark\:hc-to-blue-300{
    --tw-gradient-to: #93c5fd !important;
  }

  .dark\:hc-to-blue-400{
    --tw-gradient-to: #60a5fa !important;
  }

  .dark\:hc-to-blue-500{
    --tw-gradient-to: #3b82f6 !important;
  }

  .dark\:hc-to-blue-600{
    --tw-gradient-to: #2563eb !important;
  }

  .dark\:hc-to-blue-700{
    --tw-gradient-to: #1d4ed8 !important;
  }

  .dark\:hc-to-blue-800{
    --tw-gradient-to: #1e40af !important;
  }

  .dark\:hc-to-blue-900{
    --tw-gradient-to: #1e3a8a !important;
  }

  .dark\:hc-to-purple-50{
    --tw-gradient-to: #faf5ff !important;
  }

  .dark\:hc-to-purple-100{
    --tw-gradient-to: #f3e8ff !important;
  }

  .dark\:hc-to-purple-200{
    --tw-gradient-to: #e9d5ff !important;
  }

  .dark\:hc-to-purple-300{
    --tw-gradient-to: #d8b4fe !important;
  }

  .dark\:hc-to-purple-400{
    --tw-gradient-to: #c084fc !important;
  }

  .dark\:hc-to-purple-500{
    --tw-gradient-to: #a855f7 !important;
  }

  .dark\:hc-to-purple-600{
    --tw-gradient-to: #9333ea !important;
  }

  .dark\:hc-to-purple-700{
    --tw-gradient-to: #7e22ce !important;
  }

  .dark\:hc-to-purple-800{
    --tw-gradient-to: #6b21a8 !important;
  }

  .dark\:hc-to-purple-900{
    --tw-gradient-to: #581c87 !important;
  }

  .dark\:hc-to-yellow-50{
    --tw-gradient-to: #fefce8 !important;
  }

  .dark\:hc-to-yellow-100{
    --tw-gradient-to: #fef9c3 !important;
  }

  .dark\:hc-to-yellow-200{
    --tw-gradient-to: #fef08a !important;
  }

  .dark\:hc-to-yellow-300{
    --tw-gradient-to: #fde047 !important;
  }

  .dark\:hc-to-yellow-400{
    --tw-gradient-to: #facc15 !important;
  }

  .dark\:hc-to-yellow-500{
    --tw-gradient-to: #eab308 !important;
  }

  .dark\:hc-to-yellow-600{
    --tw-gradient-to: #ca8a04 !important;
  }

  .dark\:hc-to-yellow-700{
    --tw-gradient-to: #a16207 !important;
  }

  .dark\:hc-to-yellow-800{
    --tw-gradient-to: #854d0e !important;
  }

  .dark\:hc-to-yellow-900{
    --tw-gradient-to: #713f12 !important;
  }

  .dark\:hc-to-indigo-50{
    --tw-gradient-to: #eef2ff !important;
  }

  .dark\:hc-to-indigo-100{
    --tw-gradient-to: #e0e7ff !important;
  }

  .dark\:hc-to-indigo-200{
    --tw-gradient-to: #c7d2fe !important;
  }

  .dark\:hc-to-indigo-300{
    --tw-gradient-to: #a5b4fc !important;
  }

  .dark\:hc-to-indigo-400{
    --tw-gradient-to: #818cf8 !important;
  }

  .dark\:hc-to-indigo-500{
    --tw-gradient-to: #6366f1 !important;
  }

  .dark\:hc-to-indigo-600{
    --tw-gradient-to: #4f46e5 !important;
  }

  .dark\:hc-to-indigo-700{
    --tw-gradient-to: #4338ca !important;
  }

  .dark\:hc-to-indigo-800{
    --tw-gradient-to: #3730a3 !important;
  }

  .dark\:hc-to-indigo-900{
    --tw-gradient-to: #312e81 !important;
  }

  .dark\:hc-to-pink-50{
    --tw-gradient-to: #fdf2f8 !important;
  }

  .dark\:hc-to-pink-100{
    --tw-gradient-to: #fce7f3 !important;
  }

  .dark\:hc-to-pink-200{
    --tw-gradient-to: #fbcfe8 !important;
  }

  .dark\:hc-to-pink-300{
    --tw-gradient-to: #f9a8d4 !important;
  }

  .dark\:hc-to-pink-400{
    --tw-gradient-to: #f472b6 !important;
  }

  .dark\:hc-to-pink-500{
    --tw-gradient-to: #ec4899 !important;
  }

  .dark\:hc-to-pink-600{
    --tw-gradient-to: #db2777 !important;
  }

  .dark\:hc-to-pink-700{
    --tw-gradient-to: #be185d !important;
  }

  .dark\:hc-to-pink-800{
    --tw-gradient-to: #9d174d !important;
  }

  .dark\:hc-to-pink-900{
    --tw-gradient-to: #831843 !important;
  }

  .dark\:hover\:hc-to-black:hover{
    --tw-gradient-to: #000 !important;
  }

  .dark\:hover\:hc-to-white:hover{
    --tw-gradient-to: #fff !important;
  }

  .dark\:hover\:hc-to-gray-50:hover{
    --tw-gradient-to: #fafafa !important;
  }

  .dark\:hover\:hc-to-gray-100:hover{
    --tw-gradient-to: #f4f4f5 !important;
  }

  .dark\:hover\:hc-to-gray-200:hover{
    --tw-gradient-to: #e4e4e7 !important;
  }

  .dark\:hover\:hc-to-gray-300:hover{
    --tw-gradient-to: #d4d4d8 !important;
  }

  .dark\:hover\:hc-to-gray-400:hover{
    --tw-gradient-to: #a1a1aa !important;
  }

  .dark\:hover\:hc-to-gray-500:hover{
    --tw-gradient-to: #71717a !important;
  }

  .dark\:hover\:hc-to-gray-600:hover{
    --tw-gradient-to: #52525b !important;
  }

  .dark\:hover\:hc-to-gray-700:hover{
    --tw-gradient-to: #3f3f46 !important;
  }

  .dark\:hover\:hc-to-gray-800:hover{
    --tw-gradient-to: #27272a !important;
  }

  .dark\:hover\:hc-to-gray-900:hover{
    --tw-gradient-to: #18181b !important;
  }

  .dark\:hover\:hc-to-slate:hover{
  }

  .dark\:hover\:hc-to-red-50:hover{
    --tw-gradient-to: #fef2f2 !important;
  }

  .dark\:hover\:hc-to-red-100:hover{
    --tw-gradient-to: #fee2e2 !important;
  }

  .dark\:hover\:hc-to-red-200:hover{
    --tw-gradient-to: #fecaca !important;
  }

  .dark\:hover\:hc-to-red-300:hover{
    --tw-gradient-to: #fca5a5 !important;
  }

  .dark\:hover\:hc-to-red-400:hover{
    --tw-gradient-to: #f87171 !important;
  }

  .dark\:hover\:hc-to-red-500:hover{
    --tw-gradient-to: #ef4444 !important;
  }

  .dark\:hover\:hc-to-red-600:hover{
    --tw-gradient-to: #dc2626 !important;
  }

  .dark\:hover\:hc-to-red-700:hover{
    --tw-gradient-to: #b91c1c !important;
  }

  .dark\:hover\:hc-to-red-800:hover{
    --tw-gradient-to: #991b1b !important;
  }

  .dark\:hover\:hc-to-red-900:hover{
    --tw-gradient-to: #7f1d1d !important;
  }

  .dark\:hover\:hc-to-blue-50:hover{
    --tw-gradient-to: #eff6ff !important;
  }

  .dark\:hover\:hc-to-blue-100:hover{
    --tw-gradient-to: #dbeafe !important;
  }

  .dark\:hover\:hc-to-blue-200:hover{
    --tw-gradient-to: #bfdbfe !important;
  }

  .dark\:hover\:hc-to-blue-300:hover{
    --tw-gradient-to: #93c5fd !important;
  }

  .dark\:hover\:hc-to-blue-400:hover{
    --tw-gradient-to: #60a5fa !important;
  }

  .dark\:hover\:hc-to-blue-500:hover{
    --tw-gradient-to: #3b82f6 !important;
  }

  .dark\:hover\:hc-to-blue-600:hover{
    --tw-gradient-to: #2563eb !important;
  }

  .dark\:hover\:hc-to-blue-700:hover{
    --tw-gradient-to: #1d4ed8 !important;
  }

  .dark\:hover\:hc-to-blue-800:hover{
    --tw-gradient-to: #1e40af !important;
  }

  .dark\:hover\:hc-to-blue-900:hover{
    --tw-gradient-to: #1e3a8a !important;
  }

  .dark\:hover\:hc-to-purple-50:hover{
    --tw-gradient-to: #faf5ff !important;
  }

  .dark\:hover\:hc-to-purple-100:hover{
    --tw-gradient-to: #f3e8ff !important;
  }

  .dark\:hover\:hc-to-purple-200:hover{
    --tw-gradient-to: #e9d5ff !important;
  }

  .dark\:hover\:hc-to-purple-300:hover{
    --tw-gradient-to: #d8b4fe !important;
  }

  .dark\:hover\:hc-to-purple-400:hover{
    --tw-gradient-to: #c084fc !important;
  }

  .dark\:hover\:hc-to-purple-500:hover{
    --tw-gradient-to: #a855f7 !important;
  }

  .dark\:hover\:hc-to-purple-600:hover{
    --tw-gradient-to: #9333ea !important;
  }

  .dark\:hover\:hc-to-purple-700:hover{
    --tw-gradient-to: #7e22ce !important;
  }

  .dark\:hover\:hc-to-purple-800:hover{
    --tw-gradient-to: #6b21a8 !important;
  }

  .dark\:hover\:hc-to-purple-900:hover{
    --tw-gradient-to: #581c87 !important;
  }

  .dark\:hover\:hc-to-yellow-50:hover{
    --tw-gradient-to: #fefce8 !important;
  }

  .dark\:hover\:hc-to-yellow-100:hover{
    --tw-gradient-to: #fef9c3 !important;
  }

  .dark\:hover\:hc-to-yellow-200:hover{
    --tw-gradient-to: #fef08a !important;
  }

  .dark\:hover\:hc-to-yellow-300:hover{
    --tw-gradient-to: #fde047 !important;
  }

  .dark\:hover\:hc-to-yellow-400:hover{
    --tw-gradient-to: #facc15 !important;
  }

  .dark\:hover\:hc-to-yellow-500:hover{
    --tw-gradient-to: #eab308 !important;
  }

  .dark\:hover\:hc-to-yellow-600:hover{
    --tw-gradient-to: #ca8a04 !important;
  }

  .dark\:hover\:hc-to-yellow-700:hover{
    --tw-gradient-to: #a16207 !important;
  }

  .dark\:hover\:hc-to-yellow-800:hover{
    --tw-gradient-to: #854d0e !important;
  }

  .dark\:hover\:hc-to-yellow-900:hover{
    --tw-gradient-to: #713f12 !important;
  }

  .dark\:hover\:hc-to-indigo-50:hover{
    --tw-gradient-to: #eef2ff !important;
  }

  .dark\:hover\:hc-to-indigo-100:hover{
    --tw-gradient-to: #e0e7ff !important;
  }

  .dark\:hover\:hc-to-indigo-200:hover{
    --tw-gradient-to: #c7d2fe !important;
  }

  .dark\:hover\:hc-to-indigo-300:hover{
    --tw-gradient-to: #a5b4fc !important;
  }

  .dark\:hover\:hc-to-indigo-400:hover{
    --tw-gradient-to: #818cf8 !important;
  }

  .dark\:hover\:hc-to-indigo-500:hover{
    --tw-gradient-to: #6366f1 !important;
  }

  .dark\:hover\:hc-to-indigo-600:hover{
    --tw-gradient-to: #4f46e5 !important;
  }

  .dark\:hover\:hc-to-indigo-700:hover{
    --tw-gradient-to: #4338ca !important;
  }

  .dark\:hover\:hc-to-indigo-800:hover{
    --tw-gradient-to: #3730a3 !important;
  }

  .dark\:hover\:hc-to-indigo-900:hover{
    --tw-gradient-to: #312e81 !important;
  }

  .dark\:hover\:hc-to-pink-50:hover{
    --tw-gradient-to: #fdf2f8 !important;
  }

  .dark\:hover\:hc-to-pink-100:hover{
    --tw-gradient-to: #fce7f3 !important;
  }

  .dark\:hover\:hc-to-pink-200:hover{
    --tw-gradient-to: #fbcfe8 !important;
  }

  .dark\:hover\:hc-to-pink-300:hover{
    --tw-gradient-to: #f9a8d4 !important;
  }

  .dark\:hover\:hc-to-pink-400:hover{
    --tw-gradient-to: #f472b6 !important;
  }

  .dark\:hover\:hc-to-pink-500:hover{
    --tw-gradient-to: #ec4899 !important;
  }

  .dark\:hover\:hc-to-pink-600:hover{
    --tw-gradient-to: #db2777 !important;
  }

  .dark\:hover\:hc-to-pink-700:hover{
    --tw-gradient-to: #be185d !important;
  }

  .dark\:hover\:hc-to-pink-800:hover{
    --tw-gradient-to: #9d174d !important;
  }

  .dark\:hover\:hc-to-pink-900:hover{
    --tw-gradient-to: #831843 !important;
  }

  .dark\:focus\:hc-to-black:focus{
    --tw-gradient-to: #000 !important;
  }

  .dark\:focus\:hc-to-white:focus{
    --tw-gradient-to: #fff !important;
  }

  .dark\:focus\:hc-to-gray-50:focus{
    --tw-gradient-to: #fafafa !important;
  }

  .dark\:focus\:hc-to-gray-100:focus{
    --tw-gradient-to: #f4f4f5 !important;
  }

  .dark\:focus\:hc-to-gray-200:focus{
    --tw-gradient-to: #e4e4e7 !important;
  }

  .dark\:focus\:hc-to-gray-300:focus{
    --tw-gradient-to: #d4d4d8 !important;
  }

  .dark\:focus\:hc-to-gray-400:focus{
    --tw-gradient-to: #a1a1aa !important;
  }

  .dark\:focus\:hc-to-gray-500:focus{
    --tw-gradient-to: #71717a !important;
  }

  .dark\:focus\:hc-to-gray-600:focus{
    --tw-gradient-to: #52525b !important;
  }

  .dark\:focus\:hc-to-gray-700:focus{
    --tw-gradient-to: #3f3f46 !important;
  }

  .dark\:focus\:hc-to-gray-800:focus{
    --tw-gradient-to: #27272a !important;
  }

  .dark\:focus\:hc-to-gray-900:focus{
    --tw-gradient-to: #18181b !important;
  }

  .dark\:focus\:hc-to-slate:focus{
  }

  .dark\:focus\:hc-to-red-50:focus{
    --tw-gradient-to: #fef2f2 !important;
  }

  .dark\:focus\:hc-to-red-100:focus{
    --tw-gradient-to: #fee2e2 !important;
  }

  .dark\:focus\:hc-to-red-200:focus{
    --tw-gradient-to: #fecaca !important;
  }

  .dark\:focus\:hc-to-red-300:focus{
    --tw-gradient-to: #fca5a5 !important;
  }

  .dark\:focus\:hc-to-red-400:focus{
    --tw-gradient-to: #f87171 !important;
  }

  .dark\:focus\:hc-to-red-500:focus{
    --tw-gradient-to: #ef4444 !important;
  }

  .dark\:focus\:hc-to-red-600:focus{
    --tw-gradient-to: #dc2626 !important;
  }

  .dark\:focus\:hc-to-red-700:focus{
    --tw-gradient-to: #b91c1c !important;
  }

  .dark\:focus\:hc-to-red-800:focus{
    --tw-gradient-to: #991b1b !important;
  }

  .dark\:focus\:hc-to-red-900:focus{
    --tw-gradient-to: #7f1d1d !important;
  }

  .dark\:focus\:hc-to-blue-50:focus{
    --tw-gradient-to: #eff6ff !important;
  }

  .dark\:focus\:hc-to-blue-100:focus{
    --tw-gradient-to: #dbeafe !important;
  }

  .dark\:focus\:hc-to-blue-200:focus{
    --tw-gradient-to: #bfdbfe !important;
  }

  .dark\:focus\:hc-to-blue-300:focus{
    --tw-gradient-to: #93c5fd !important;
  }

  .dark\:focus\:hc-to-blue-400:focus{
    --tw-gradient-to: #60a5fa !important;
  }

  .dark\:focus\:hc-to-blue-500:focus{
    --tw-gradient-to: #3b82f6 !important;
  }

  .dark\:focus\:hc-to-blue-600:focus{
    --tw-gradient-to: #2563eb !important;
  }

  .dark\:focus\:hc-to-blue-700:focus{
    --tw-gradient-to: #1d4ed8 !important;
  }

  .dark\:focus\:hc-to-blue-800:focus{
    --tw-gradient-to: #1e40af !important;
  }

  .dark\:focus\:hc-to-blue-900:focus{
    --tw-gradient-to: #1e3a8a !important;
  }

  .dark\:focus\:hc-to-purple-50:focus{
    --tw-gradient-to: #faf5ff !important;
  }

  .dark\:focus\:hc-to-purple-100:focus{
    --tw-gradient-to: #f3e8ff !important;
  }

  .dark\:focus\:hc-to-purple-200:focus{
    --tw-gradient-to: #e9d5ff !important;
  }

  .dark\:focus\:hc-to-purple-300:focus{
    --tw-gradient-to: #d8b4fe !important;
  }

  .dark\:focus\:hc-to-purple-400:focus{
    --tw-gradient-to: #c084fc !important;
  }

  .dark\:focus\:hc-to-purple-500:focus{
    --tw-gradient-to: #a855f7 !important;
  }

  .dark\:focus\:hc-to-purple-600:focus{
    --tw-gradient-to: #9333ea !important;
  }

  .dark\:focus\:hc-to-purple-700:focus{
    --tw-gradient-to: #7e22ce !important;
  }

  .dark\:focus\:hc-to-purple-800:focus{
    --tw-gradient-to: #6b21a8 !important;
  }

  .dark\:focus\:hc-to-purple-900:focus{
    --tw-gradient-to: #581c87 !important;
  }

  .dark\:focus\:hc-to-yellow-50:focus{
    --tw-gradient-to: #fefce8 !important;
  }

  .dark\:focus\:hc-to-yellow-100:focus{
    --tw-gradient-to: #fef9c3 !important;
  }

  .dark\:focus\:hc-to-yellow-200:focus{
    --tw-gradient-to: #fef08a !important;
  }

  .dark\:focus\:hc-to-yellow-300:focus{
    --tw-gradient-to: #fde047 !important;
  }

  .dark\:focus\:hc-to-yellow-400:focus{
    --tw-gradient-to: #facc15 !important;
  }

  .dark\:focus\:hc-to-yellow-500:focus{
    --tw-gradient-to: #eab308 !important;
  }

  .dark\:focus\:hc-to-yellow-600:focus{
    --tw-gradient-to: #ca8a04 !important;
  }

  .dark\:focus\:hc-to-yellow-700:focus{
    --tw-gradient-to: #a16207 !important;
  }

  .dark\:focus\:hc-to-yellow-800:focus{
    --tw-gradient-to: #854d0e !important;
  }

  .dark\:focus\:hc-to-yellow-900:focus{
    --tw-gradient-to: #713f12 !important;
  }

  .dark\:focus\:hc-to-indigo-50:focus{
    --tw-gradient-to: #eef2ff !important;
  }

  .dark\:focus\:hc-to-indigo-100:focus{
    --tw-gradient-to: #e0e7ff !important;
  }

  .dark\:focus\:hc-to-indigo-200:focus{
    --tw-gradient-to: #c7d2fe !important;
  }

  .dark\:focus\:hc-to-indigo-300:focus{
    --tw-gradient-to: #a5b4fc !important;
  }

  .dark\:focus\:hc-to-indigo-400:focus{
    --tw-gradient-to: #818cf8 !important;
  }

  .dark\:focus\:hc-to-indigo-500:focus{
    --tw-gradient-to: #6366f1 !important;
  }

  .dark\:focus\:hc-to-indigo-600:focus{
    --tw-gradient-to: #4f46e5 !important;
  }

  .dark\:focus\:hc-to-indigo-700:focus{
    --tw-gradient-to: #4338ca !important;
  }

  .dark\:focus\:hc-to-indigo-800:focus{
    --tw-gradient-to: #3730a3 !important;
  }

  .dark\:focus\:hc-to-indigo-900:focus{
    --tw-gradient-to: #312e81 !important;
  }

  .dark\:focus\:hc-to-pink-50:focus{
    --tw-gradient-to: #fdf2f8 !important;
  }

  .dark\:focus\:hc-to-pink-100:focus{
    --tw-gradient-to: #fce7f3 !important;
  }

  .dark\:focus\:hc-to-pink-200:focus{
    --tw-gradient-to: #fbcfe8 !important;
  }

  .dark\:focus\:hc-to-pink-300:focus{
    --tw-gradient-to: #f9a8d4 !important;
  }

  .dark\:focus\:hc-to-pink-400:focus{
    --tw-gradient-to: #f472b6 !important;
  }

  .dark\:focus\:hc-to-pink-500:focus{
    --tw-gradient-to: #ec4899 !important;
  }

  .dark\:focus\:hc-to-pink-600:focus{
    --tw-gradient-to: #db2777 !important;
  }

  .dark\:focus\:hc-to-pink-700:focus{
    --tw-gradient-to: #be185d !important;
  }

  .dark\:focus\:hc-to-pink-800:focus{
    --tw-gradient-to: #9d174d !important;
  }

  .dark\:focus\:hc-to-pink-900:focus{
    --tw-gradient-to: #831843 !important;
  }
}

.hc-decoration-slice{
  -webkit-box-decoration-break: slice !important;
          box-decoration-break: slice !important;
}

.hc-decoration-clone{
  -webkit-box-decoration-break: clone !important;
          box-decoration-break: clone !important;
}

.hc-bg-auto{
  background-size: auto !important;
}

.hc-bg-cover{
  background-size: cover !important;
}

.hc-bg-contain{
  background-size: contain !important;
}

.hc-bg-fixed{
  background-attachment: fixed !important;
}

.hc-bg-local{
  background-attachment: local !important;
}

.hc-bg-scroll{
  background-attachment: scroll !important;
}

.hc-bg-clip-border{
  background-clip: border-box !important;
}

.hc-bg-clip-padding{
  background-clip: padding-box !important;
}

.hc-bg-clip-content{
  background-clip: content-box !important;
}

.hc-bg-clip-text{
  -webkit-background-clip: text !important;
          background-clip: text !important;
}

.hc-bg-bottom{
  background-position: bottom !important;
}

.hc-bg-center{
  background-position: center !important;
}

.hc-bg-left{
  background-position: left !important;
}

.hc-bg-left-bottom{
  background-position: left bottom !important;
}

.hc-bg-left-top{
  background-position: left top !important;
}

.hc-bg-right{
  background-position: right !important;
}

.hc-bg-right-bottom{
  background-position: right bottom !important;
}

.hc-bg-right-top{
  background-position: right top !important;
}

.hc-bg-top{
  background-position: top !important;
}

.hc-bg-repeat{
  background-repeat: repeat !important;
}

.hc-bg-no-repeat{
  background-repeat: no-repeat !important;
}

.hc-bg-repeat-x{
  background-repeat: repeat-x !important;
}

.hc-bg-repeat-y{
  background-repeat: repeat-y !important;
}

.hc-bg-repeat-round{
  background-repeat: round !important;
}

.hc-bg-repeat-space{
  background-repeat: space !important;
}

.hc-bg-origin-border{
  background-origin: border-box !important;
}

.hc-bg-origin-padding{
  background-origin: padding-box !important;
}

.hc-bg-origin-content{
  background-origin: content-box !important;
}

.hc-fill-current{
  fill: currentColor !important;
}

.hc-stroke-current{
  stroke: currentColor !important;
}

.hc-stroke-0{
  stroke-width: 0 !important;
}

.hc-stroke-1{
  stroke-width: 1 !important;
}

.hc-stroke-2{
  stroke-width: 2 !important;
}

.hc-object-contain{
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.hc-object-cover{
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.hc-object-fill{
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.hc-object-none{
  -o-object-fit: none !important;
     object-fit: none !important;
}

.hc-object-scale-down{
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.hc-object-bottom{
  -o-object-position: bottom !important;
     object-position: bottom !important;
}

.hc-object-center{
  -o-object-position: center !important;
     object-position: center !important;
}

.hc-object-left{
  -o-object-position: left !important;
     object-position: left !important;
}

.hc-object-left-bottom{
  -o-object-position: left bottom !important;
     object-position: left bottom !important;
}

.hc-object-left-top{
  -o-object-position: left top !important;
     object-position: left top !important;
}

.hc-object-right{
  -o-object-position: right !important;
     object-position: right !important;
}

.hc-object-right-bottom{
  -o-object-position: right bottom !important;
     object-position: right bottom !important;
}

.hc-object-right-top{
  -o-object-position: right top !important;
     object-position: right top !important;
}

.hc-object-top{
  -o-object-position: top !important;
     object-position: top !important;
}

.hc-p-0{
  padding: 0px !important;
}

.hc-p-1{
  padding: 0.25rem !important;
}

.hc-p-2{
  padding: 0.5rem !important;
}

.hc-p-3{
  padding: 0.75rem !important;
}

.hc-p-4{
  padding: 1rem !important;
}

.hc-p-5{
  padding: 1.25rem !important;
}

.hc-p-6{
  padding: 1.5rem !important;
}

.hc-p-7{
  padding: 1.75rem !important;
}

.hc-p-8{
  padding: 2rem !important;
}

.hc-p-9{
  padding: 2.25rem !important;
}

.hc-p-10{
  padding: 2.5rem !important;
}

.hc-p-11{
  padding: 2.75rem !important;
}

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

.hc-p-14{
  padding: 3.5rem !important;
}

.hc-p-16{
  padding: 4rem !important;
}

.hc-p-20{
  padding: 5rem !important;
}

.hc-p-24{
  padding: 6rem !important;
}

.hc-p-28{
  padding: 7rem !important;
}

.hc-p-32{
  padding: 8rem !important;
}

.hc-p-36{
  padding: 9rem !important;
}

.hc-p-40{
  padding: 10rem !important;
}

.hc-p-44{
  padding: 11rem !important;
}

.hc-p-48{
  padding: 12rem !important;
}

.hc-p-52{
  padding: 13rem !important;
}

.hc-p-56{
  padding: 14rem !important;
}

.hc-p-60{
  padding: 15rem !important;
}

.hc-p-64{
  padding: 16rem !important;
}

.hc-p-72{
  padding: 18rem !important;
}

.hc-p-80{
  padding: 20rem !important;
}

.hc-p-96{
  padding: 24rem !important;
}

.hc-p-128{
  padding: 32rem !important;
}

.hc-p-144{
  padding: 44rem !important;
}

.hc-p-900{
  padding: 900px !important;
}

.hc-p-px{
  padding: 1px !important;
}

.hc-p-0\.5{
  padding: 0.125rem !important;
}

.hc-p-1\.5{
  padding: 0.375rem !important;
}

.hc-p-2\.5{
  padding: 0.625rem !important;
}

.hc-p-3\.5{
  padding: 0.875rem !important;
}

.hc-px-0{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.hc-px-1{
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

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

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

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

.hc-px-5{
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

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

.hc-px-7{
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
}

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

.hc-px-9{
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important;
}

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

.hc-px-11{
  padding-left: 2.75rem !important;
  padding-right: 2.75rem !important;
}

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

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

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

.hc-px-20{
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.hc-px-24{
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.hc-px-28{
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}

.hc-px-32{
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.hc-px-36{
  padding-left: 9rem !important;
  padding-right: 9rem !important;
}

.hc-px-40{
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}

.hc-px-44{
  padding-left: 11rem !important;
  padding-right: 11rem !important;
}

.hc-px-48{
  padding-left: 12rem !important;
  padding-right: 12rem !important;
}

.hc-px-52{
  padding-left: 13rem !important;
  padding-right: 13rem !important;
}

.hc-px-56{
  padding-left: 14rem !important;
  padding-right: 14rem !important;
}

.hc-px-60{
  padding-left: 15rem !important;
  padding-right: 15rem !important;
}

.hc-px-64{
  padding-left: 16rem !important;
  padding-right: 16rem !important;
}

.hc-px-72{
  padding-left: 18rem !important;
  padding-right: 18rem !important;
}

.hc-px-80{
  padding-left: 20rem !important;
  padding-right: 20rem !important;
}

.hc-px-96{
  padding-left: 24rem !important;
  padding-right: 24rem !important;
}

.hc-px-128{
  padding-left: 32rem !important;
  padding-right: 32rem !important;
}

.hc-px-144{
  padding-left: 44rem !important;
  padding-right: 44rem !important;
}

.hc-px-900{
  padding-left: 900px !important;
  padding-right: 900px !important;
}

.hc-px-px{
  padding-left: 1px !important;
  padding-right: 1px !important;
}

.hc-px-0\.5{
  padding-left: 0.125rem !important;
  padding-right: 0.125rem !important;
}

.hc-px-1\.5{
  padding-left: 0.375rem !important;
  padding-right: 0.375rem !important;
}

.hc-px-2\.5{
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}

.hc-px-3\.5{
  padding-left: 0.875rem !important;
  padding-right: 0.875rem !important;
}

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

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

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

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

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

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

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

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

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

.hc-py-9{
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

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

.hc-py-11{
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

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

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

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

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

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

.hc-py-28{
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.hc-py-32{
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.hc-py-36{
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.hc-py-40{
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.hc-py-44{
  padding-top: 11rem !important;
  padding-bottom: 11rem !important;
}

.hc-py-48{
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.hc-py-52{
  padding-top: 13rem !important;
  padding-bottom: 13rem !important;
}

.hc-py-56{
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}

.hc-py-60{
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}

.hc-py-64{
  padding-top: 16rem !important;
  padding-bottom: 16rem !important;
}

.hc-py-72{
  padding-top: 18rem !important;
  padding-bottom: 18rem !important;
}

.hc-py-80{
  padding-top: 20rem !important;
  padding-bottom: 20rem !important;
}

.hc-py-96{
  padding-top: 24rem !important;
  padding-bottom: 24rem !important;
}

.hc-py-128{
  padding-top: 32rem !important;
  padding-bottom: 32rem !important;
}

.hc-py-144{
  padding-top: 44rem !important;
  padding-bottom: 44rem !important;
}

.hc-py-900{
  padding-top: 900px !important;
  padding-bottom: 900px !important;
}

.hc-py-px{
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

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

.hc-py-1\.5{
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}

.hc-py-2\.5{
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

.hc-py-3\.5{
  padding-top: 0.875rem !important;
  padding-bottom: 0.875rem !important;
}

.hc-pt-0{
  padding-top: 0px !important;
}

.hc-pt-1{
  padding-top: 0.25rem !important;
}

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

.hc-pt-3{
  padding-top: 0.75rem !important;
}

.hc-pt-4{
  padding-top: 1rem !important;
}

.hc-pt-5{
  padding-top: 1.25rem !important;
}

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

.hc-pt-7{
  padding-top: 1.75rem !important;
}

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

.hc-pt-9{
  padding-top: 2.25rem !important;
}

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

.hc-pt-11{
  padding-top: 2.75rem !important;
}

.hc-pt-12{
  padding-top: 3rem !important;
}

.hc-pt-14{
  padding-top: 3.5rem !important;
}

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

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

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

.hc-pt-28{
  padding-top: 7rem !important;
}

.hc-pt-32{
  padding-top: 8rem !important;
}

.hc-pt-36{
  padding-top: 9rem !important;
}

.hc-pt-40{
  padding-top: 10rem !important;
}

.hc-pt-44{
  padding-top: 11rem !important;
}

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

.hc-pt-52{
  padding-top: 13rem !important;
}

.hc-pt-56{
  padding-top: 14rem !important;
}

.hc-pt-60{
  padding-top: 15rem !important;
}

.hc-pt-64{
  padding-top: 16rem !important;
}

.hc-pt-72{
  padding-top: 18rem !important;
}

.hc-pt-80{
  padding-top: 20rem !important;
}

.hc-pt-96{
  padding-top: 24rem !important;
}

.hc-pt-128{
  padding-top: 32rem !important;
}

.hc-pt-144{
  padding-top: 44rem !important;
}

.hc-pt-900{
  padding-top: 900px !important;
}

.hc-pt-px{
  padding-top: 1px !important;
}

.hc-pt-0\.5{
  padding-top: 0.125rem !important;
}

.hc-pt-1\.5{
  padding-top: 0.375rem !important;
}

.hc-pt-2\.5{
  padding-top: 0.625rem !important;
}

.hc-pt-3\.5{
  padding-top: 0.875rem !important;
}

.hc-pr-0{
  padding-right: 0px !important;
}

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

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

.hc-pr-3{
  padding-right: 0.75rem !important;
}

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

.hc-pr-5{
  padding-right: 1.25rem !important;
}

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

.hc-pr-7{
  padding-right: 1.75rem !important;
}

.hc-pr-8{
  padding-right: 2rem !important;
}

.hc-pr-9{
  padding-right: 2.25rem !important;
}

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

.hc-pr-11{
  padding-right: 2.75rem !important;
}

.hc-pr-12{
  padding-right: 3rem !important;
}

.hc-pr-14{
  padding-right: 3.5rem !important;
}

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

.hc-pr-20{
  padding-right: 5rem !important;
}

.hc-pr-24{
  padding-right: 6rem !important;
}

.hc-pr-28{
  padding-right: 7rem !important;
}

.hc-pr-32{
  padding-right: 8rem !important;
}

.hc-pr-36{
  padding-right: 9rem !important;
}

.hc-pr-40{
  padding-right: 10rem !important;
}

.hc-pr-44{
  padding-right: 11rem !important;
}

.hc-pr-48{
  padding-right: 12rem !important;
}

.hc-pr-52{
  padding-right: 13rem !important;
}

.hc-pr-56{
  padding-right: 14rem !important;
}

.hc-pr-60{
  padding-right: 15rem !important;
}

.hc-pr-64{
  padding-right: 16rem !important;
}

.hc-pr-72{
  padding-right: 18rem !important;
}

.hc-pr-80{
  padding-right: 20rem !important;
}

.hc-pr-96{
  padding-right: 24rem !important;
}

.hc-pr-128{
  padding-right: 32rem !important;
}

.hc-pr-144{
  padding-right: 44rem !important;
}

.hc-pr-900{
  padding-right: 900px !important;
}

.hc-pr-px{
  padding-right: 1px !important;
}

.hc-pr-0\.5{
  padding-right: 0.125rem !important;
}

.hc-pr-1\.5{
  padding-right: 0.375rem !important;
}

.hc-pr-2\.5{
  padding-right: 0.625rem !important;
}

.hc-pr-3\.5{
  padding-right: 0.875rem !important;
}

.hc-pb-0{
  padding-bottom: 0px !important;
}

.hc-pb-1{
  padding-bottom: 0.25rem !important;
}

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

.hc-pb-3{
  padding-bottom: 0.75rem !important;
}

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

.hc-pb-5{
  padding-bottom: 1.25rem !important;
}

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

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

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

.hc-pb-9{
  padding-bottom: 2.25rem !important;
}

.hc-pb-10{
  padding-bottom: 2.5rem !important;
}

.hc-pb-11{
  padding-bottom: 2.75rem !important;
}

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

.hc-pb-14{
  padding-bottom: 3.5rem !important;
}

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

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

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

.hc-pb-28{
  padding-bottom: 7rem !important;
}

.hc-pb-32{
  padding-bottom: 8rem !important;
}

.hc-pb-36{
  padding-bottom: 9rem !important;
}

.hc-pb-40{
  padding-bottom: 10rem !important;
}

.hc-pb-44{
  padding-bottom: 11rem !important;
}

.hc-pb-48{
  padding-bottom: 12rem !important;
}

.hc-pb-52{
  padding-bottom: 13rem !important;
}

.hc-pb-56{
  padding-bottom: 14rem !important;
}

.hc-pb-60{
  padding-bottom: 15rem !important;
}

.hc-pb-64{
  padding-bottom: 16rem !important;
}

.hc-pb-72{
  padding-bottom: 18rem !important;
}

.hc-pb-80{
  padding-bottom: 20rem !important;
}

.hc-pb-96{
  padding-bottom: 24rem !important;
}

.hc-pb-128{
  padding-bottom: 32rem !important;
}

.hc-pb-144{
  padding-bottom: 44rem !important;
}

.hc-pb-900{
  padding-bottom: 900px !important;
}

.hc-pb-px{
  padding-bottom: 1px !important;
}

.hc-pb-0\.5{
  padding-bottom: 0.125rem !important;
}

.hc-pb-1\.5{
  padding-bottom: 0.375rem !important;
}

.hc-pb-2\.5{
  padding-bottom: 0.625rem !important;
}

.hc-pb-3\.5{
  padding-bottom: 0.875rem !important;
}

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

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

.hc-pl-2{
  padding-left: 0.5rem !important;
}

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

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

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

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

.hc-pl-7{
  padding-left: 1.75rem !important;
}

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

.hc-pl-9{
  padding-left: 2.25rem !important;
}

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

.hc-pl-11{
  padding-left: 2.75rem !important;
}

.hc-pl-12{
  padding-left: 3rem !important;
}

.hc-pl-14{
  padding-left: 3.5rem !important;
}

.hc-pl-16{
  padding-left: 4rem !important;
}

.hc-pl-20{
  padding-left: 5rem !important;
}

.hc-pl-24{
  padding-left: 6rem !important;
}

.hc-pl-28{
  padding-left: 7rem !important;
}

.hc-pl-32{
  padding-left: 8rem !important;
}

.hc-pl-36{
  padding-left: 9rem !important;
}

.hc-pl-40{
  padding-left: 10rem !important;
}

.hc-pl-44{
  padding-left: 11rem !important;
}

.hc-pl-48{
  padding-left: 12rem !important;
}

.hc-pl-52{
  padding-left: 13rem !important;
}

.hc-pl-56{
  padding-left: 14rem !important;
}

.hc-pl-60{
  padding-left: 15rem !important;
}

.hc-pl-64{
  padding-left: 16rem !important;
}

.hc-pl-72{
  padding-left: 18rem !important;
}

.hc-pl-80{
  padding-left: 20rem !important;
}

.hc-pl-96{
  padding-left: 24rem !important;
}

.hc-pl-128{
  padding-left: 32rem !important;
}

.hc-pl-144{
  padding-left: 44rem !important;
}

.hc-pl-900{
  padding-left: 900px !important;
}

.hc-pl-px{
  padding-left: 1px !important;
}

.hc-pl-0\.5{
  padding-left: 0.125rem !important;
}

.hc-pl-1\.5{
  padding-left: 0.375rem !important;
}

.hc-pl-2\.5{
  padding-left: 0.625rem !important;
}

.hc-pl-3\.5{
  padding-left: 0.875rem !important;
}

.hc-text-left{
  text-align: left !important;
}

.hc-text-center{
  text-align: center !important;
}

.hc-text-right{
  text-align: right !important;
}

.hc-text-justify{
  text-align: justify !important;
}

.hc-align-baseline{
  vertical-align: baseline !important;
}

.hc-align-top{
  vertical-align: top !important;
}

.hc-align-middle{
  vertical-align: middle !important;
}

.hc-align-bottom{
  vertical-align: bottom !important;
}

.hc-align-text-top{
  vertical-align: text-top !important;
}

.hc-align-text-bottom{
  vertical-align: text-bottom !important;
}

.hc-font-sans{
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, 'Roboto', 'Spoqa Han Sans Neo', HelveticaNeue, Helvetica,  sans-serif, AppleGothic !important;
}

.hc-font-serif{
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif !important;
}

.hc-font-mono{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.hc-text-xs{
  font-size: 12px !important;
}

.hc-text-sm{
  font-size: 14px !important;
}

.hc-text-base{
  font-size: 16px !important;
}

.hc-text-lg{
  font-size: 18px !important;
}

.hc-text-xl{
  font-size: 20px !important;
}

.hc-text-2xl{
  font-size: 24px !important;
}

.hc-text-3xl{
  font-size: 30px !important;
}

.hc-text-4xl{
  font-size: 36px !important;
}

.hc-text-5xl{
  font-size: 48px !important;
}

.hc-text-6xl{
  font-size: 60px !important;
}

.hc-font-thin{
  font-weight: 100 !important;
}

.hc-font-extralight{
  font-weight: 200 !important;
}

.hc-font-light{
  font-weight: 300 !important;
}

.hc-font-normal{
  font-weight: 400 !important;
}

.hc-font-medium{
  font-weight: 500 !important;
}

.hc-font-semibold{
  font-weight: 600 !important;
}

.hc-font-bold{
  font-weight: 700 !important;
}

.hc-font-extrabold{
  font-weight: 800 !important;
}

.hc-font-black{
  font-weight: 900 !important;
}

.hc-uppercase{
  text-transform: uppercase !important;
}

.hc-lowercase{
  text-transform: lowercase !important;
}

.hc-capitalize{
  text-transform: capitalize !important;
}

.hc-normal-case{
  text-transform: none !important;
}

.hc-italic{
  font-style: italic !important;
}

.hc-not-italic{
  font-style: normal !important;
}

.hc-ordinal, .hc-slashed-zero, .hc-lining-nums, .hc-oldstyle-nums, .hc-proportional-nums, .hc-tabular-nums, .hc-diagonal-fractions, .hc-stacked-fractions{
  --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
}

.hc-normal-nums{
  font-variant-numeric: normal !important;
}

.hc-ordinal{
  --tw-ordinal: ordinal !important;
}

.hc-slashed-zero{
  --tw-slashed-zero: slashed-zero !important;
}

.hc-lining-nums{
  --tw-numeric-figure: lining-nums !important;
}

.hc-oldstyle-nums{
  --tw-numeric-figure: oldstyle-nums !important;
}

.hc-proportional-nums{
  --tw-numeric-spacing: proportional-nums !important;
}

.hc-tabular-nums{
  --tw-numeric-spacing: tabular-nums !important;
}

.hc-diagonal-fractions{
  --tw-numeric-fraction: diagonal-fractions !important;
}

.hc-stacked-fractions{
  --tw-numeric-fraction: stacked-fractions !important;
}

.hc-leading-3{
  line-height: .75rem !important;
}

.hc-leading-4{
  line-height: 1rem !important;
}

.hc-leading-5{
  line-height: 1.25rem !important;
}

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

.hc-leading-7{
  line-height: 1.75rem !important;
}

.hc-leading-8{
  line-height: 2rem !important;
}

.hc-leading-9{
  line-height: 2.25rem !important;
}

.hc-leading-10{
  line-height: 2.5rem !important;
}

.hc-leading-none{
  line-height: 1 !important;
}

.hc-leading-tight{
  line-height: 1.25 !important;
}

.hc-leading-snug{
  line-height: 1.375 !important;
}

.hc-leading-normal{
  line-height: 1.5 !important;
}

.hc-leading-relaxed{
  line-height: 1.625 !important;
}

.hc-leading-loose{
  line-height: 2 !important;
}

.hc-tracking-tighter{
  letter-spacing: -0.05em !important;
}

.hc-tracking-tight{
  letter-spacing: -0.025em !important;
}

.hc-tracking-normal{
  letter-spacing: 0em !important;
}

.hc-tracking-wide{
  letter-spacing: 0.025em !important;
}

.hc-tracking-wider{
  letter-spacing: 0.05em !important;
}

.hc-tracking-widest{
  letter-spacing: 0.1em !important;
}

.hc-text-black{
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.hc-text-white{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.hc-text-gray-50{
  --tw-text-opacity: 1 !important;
  color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
}

.hc-text-gray-100{
  --tw-text-opacity: 1 !important;
  color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
}

.hc-text-gray-200{
  --tw-text-opacity: 1 !important;
  color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
}

.hc-text-gray-300{
  --tw-text-opacity: 1 !important;
  color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
}

.hc-text-gray-400{
  --tw-text-opacity: 1 !important;
  color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
}

.hc-text-gray-500{
  --tw-text-opacity: 1 !important;
  color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
}

.hc-text-gray-600{
  --tw-text-opacity: 1 !important;
  color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
}

.hc-text-gray-700{
  --tw-text-opacity: 1 !important;
  color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
}

.hc-text-gray-800{
  --tw-text-opacity: 1 !important;
  color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
}

.hc-text-gray-900{
  --tw-text-opacity: 1 !important;
  color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
}

.hc-text-slate{
}

.hc-text-red-50{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
}

.hc-text-red-100{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
}

.hc-text-red-200{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
}

.hc-text-red-300{
  --tw-text-opacity: 1 !important;
  color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
}

.hc-text-red-400{
  --tw-text-opacity: 1 !important;
  color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
}

.hc-text-red-500{
  --tw-text-opacity: 1 !important;
  color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
}

.hc-text-red-600{
  --tw-text-opacity: 1 !important;
  color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
}

.hc-text-red-700{
  --tw-text-opacity: 1 !important;
  color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
}

.hc-text-red-800{
  --tw-text-opacity: 1 !important;
  color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
}

.hc-text-red-900{
  --tw-text-opacity: 1 !important;
  color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
}

.hc-text-blue-50{
  --tw-text-opacity: 1 !important;
  color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
}

.hc-text-blue-100{
  --tw-text-opacity: 1 !important;
  color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
}

.hc-text-blue-200{
  --tw-text-opacity: 1 !important;
  color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
}

.hc-text-blue-300{
  --tw-text-opacity: 1 !important;
  color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
}

.hc-text-blue-400{
  --tw-text-opacity: 1 !important;
  color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
}

.hc-text-blue-500{
  --tw-text-opacity: 1 !important;
  color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
}

.hc-text-blue-600{
  --tw-text-opacity: 1 !important;
  color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
}

.hc-text-blue-700{
  --tw-text-opacity: 1 !important;
  color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
}

.hc-text-blue-800{
  --tw-text-opacity: 1 !important;
  color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
}

.hc-text-blue-900{
  --tw-text-opacity: 1 !important;
  color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
}

.hc-text-purple-50{
  --tw-text-opacity: 1 !important;
  color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
}

.hc-text-purple-100{
  --tw-text-opacity: 1 !important;
  color: rgba(243, 232, 255, var(--tw-text-opacity)) !important;
}

.hc-text-purple-200{
  --tw-text-opacity: 1 !important;
  color: rgba(233, 213, 255, var(--tw-text-opacity)) !important;
}

.hc-text-purple-300{
  --tw-text-opacity: 1 !important;
  color: rgba(216, 180, 254, var(--tw-text-opacity)) !important;
}

.hc-text-purple-400{
  --tw-text-opacity: 1 !important;
  color: rgba(192, 132, 252, var(--tw-text-opacity)) !important;
}

.hc-text-purple-500{
  --tw-text-opacity: 1 !important;
  color: rgba(168, 85, 247, var(--tw-text-opacity)) !important;
}

.hc-text-purple-600{
  --tw-text-opacity: 1 !important;
  color: rgba(147, 51, 234, var(--tw-text-opacity)) !important;
}

.hc-text-purple-700{
  --tw-text-opacity: 1 !important;
  color: rgba(126, 34, 206, var(--tw-text-opacity)) !important;
}

.hc-text-purple-800{
  --tw-text-opacity: 1 !important;
  color: rgba(107, 33, 168, var(--tw-text-opacity)) !important;
}

.hc-text-purple-900{
  --tw-text-opacity: 1 !important;
  color: rgba(88, 28, 135, var(--tw-text-opacity)) !important;
}

.hc-text-yellow-50{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 252, 232, var(--tw-text-opacity)) !important;
}

.hc-text-yellow-100{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 249, 195, var(--tw-text-opacity)) !important;
}

.hc-text-yellow-200{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
}

.hc-text-yellow-300{
  --tw-text-opacity: 1 !important;
  color: rgba(253, 224, 71, var(--tw-text-opacity)) !important;
}

.hc-text-yellow-400{
  --tw-text-opacity: 1 !important;
  color: rgba(250, 204, 21, var(--tw-text-opacity)) !important;
}

.hc-text-yellow-500{
  --tw-text-opacity: 1 !important;
  color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
}

.hc-text-yellow-600{
  --tw-text-opacity: 1 !important;
  color: rgba(202, 138, 4, var(--tw-text-opacity)) !important;
}

.hc-text-yellow-700{
  --tw-text-opacity: 1 !important;
  color: rgba(161, 98, 7, var(--tw-text-opacity)) !important;
}

.hc-text-yellow-800{
  --tw-text-opacity: 1 !important;
  color: rgba(133, 77, 14, var(--tw-text-opacity)) !important;
}

.hc-text-yellow-900{
  --tw-text-opacity: 1 !important;
  color: rgba(113, 63, 18, var(--tw-text-opacity)) !important;
}

.hc-text-indigo-50{
  --tw-text-opacity: 1 !important;
  color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
}

.hc-text-indigo-100{
  --tw-text-opacity: 1 !important;
  color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
}

.hc-text-indigo-200{
  --tw-text-opacity: 1 !important;
  color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
}

.hc-text-indigo-300{
  --tw-text-opacity: 1 !important;
  color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
}

.hc-text-indigo-400{
  --tw-text-opacity: 1 !important;
  color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
}

.hc-text-indigo-500{
  --tw-text-opacity: 1 !important;
  color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
}

.hc-text-indigo-600{
  --tw-text-opacity: 1 !important;
  color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
}

.hc-text-indigo-700{
  --tw-text-opacity: 1 !important;
  color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
}

.hc-text-indigo-800{
  --tw-text-opacity: 1 !important;
  color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
}

.hc-text-indigo-900{
  --tw-text-opacity: 1 !important;
  color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
}

.hc-text-pink-50{
  --tw-text-opacity: 1 !important;
  color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
}

.hc-text-pink-100{
  --tw-text-opacity: 1 !important;
  color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
}

.hc-text-pink-200{
  --tw-text-opacity: 1 !important;
  color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
}

.hc-text-pink-300{
  --tw-text-opacity: 1 !important;
  color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
}

.hc-text-pink-400{
  --tw-text-opacity: 1 !important;
  color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
}

.hc-text-pink-500{
  --tw-text-opacity: 1 !important;
  color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
}

.hc-text-pink-600{
  --tw-text-opacity: 1 !important;
  color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
}

.hc-text-pink-700{
  --tw-text-opacity: 1 !important;
  color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
}

.hc-text-pink-800{
  --tw-text-opacity: 1 !important;
  color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
}

.hc-text-pink-900{
  --tw-text-opacity: 1 !important;
  color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-black{
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-white{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-gray-50{
  --tw-text-opacity: 1 !important;
  color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-gray-100{
  --tw-text-opacity: 1 !important;
  color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-gray-200{
  --tw-text-opacity: 1 !important;
  color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-gray-300{
  --tw-text-opacity: 1 !important;
  color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-gray-400{
  --tw-text-opacity: 1 !important;
  color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-gray-500{
  --tw-text-opacity: 1 !important;
  color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-gray-600{
  --tw-text-opacity: 1 !important;
  color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-gray-700{
  --tw-text-opacity: 1 !important;
  color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-gray-800{
  --tw-text-opacity: 1 !important;
  color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-gray-900{
  --tw-text-opacity: 1 !important;
  color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-slate{
}

.hc-group:hover .group-hover\:hc-text-red-50{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-red-100{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-red-200{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-red-300{
  --tw-text-opacity: 1 !important;
  color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-red-400{
  --tw-text-opacity: 1 !important;
  color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-red-500{
  --tw-text-opacity: 1 !important;
  color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-red-600{
  --tw-text-opacity: 1 !important;
  color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-red-700{
  --tw-text-opacity: 1 !important;
  color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-red-800{
  --tw-text-opacity: 1 !important;
  color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-red-900{
  --tw-text-opacity: 1 !important;
  color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-blue-50{
  --tw-text-opacity: 1 !important;
  color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-blue-100{
  --tw-text-opacity: 1 !important;
  color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-blue-200{
  --tw-text-opacity: 1 !important;
  color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-blue-300{
  --tw-text-opacity: 1 !important;
  color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-blue-400{
  --tw-text-opacity: 1 !important;
  color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-blue-500{
  --tw-text-opacity: 1 !important;
  color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-blue-600{
  --tw-text-opacity: 1 !important;
  color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-blue-700{
  --tw-text-opacity: 1 !important;
  color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-blue-800{
  --tw-text-opacity: 1 !important;
  color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-blue-900{
  --tw-text-opacity: 1 !important;
  color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-purple-50{
  --tw-text-opacity: 1 !important;
  color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-purple-100{
  --tw-text-opacity: 1 !important;
  color: rgba(243, 232, 255, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-purple-200{
  --tw-text-opacity: 1 !important;
  color: rgba(233, 213, 255, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-purple-300{
  --tw-text-opacity: 1 !important;
  color: rgba(216, 180, 254, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-purple-400{
  --tw-text-opacity: 1 !important;
  color: rgba(192, 132, 252, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-purple-500{
  --tw-text-opacity: 1 !important;
  color: rgba(168, 85, 247, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-purple-600{
  --tw-text-opacity: 1 !important;
  color: rgba(147, 51, 234, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-purple-700{
  --tw-text-opacity: 1 !important;
  color: rgba(126, 34, 206, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-purple-800{
  --tw-text-opacity: 1 !important;
  color: rgba(107, 33, 168, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-purple-900{
  --tw-text-opacity: 1 !important;
  color: rgba(88, 28, 135, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-yellow-50{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 252, 232, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-yellow-100{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 249, 195, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-yellow-200{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-yellow-300{
  --tw-text-opacity: 1 !important;
  color: rgba(253, 224, 71, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-yellow-400{
  --tw-text-opacity: 1 !important;
  color: rgba(250, 204, 21, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-yellow-500{
  --tw-text-opacity: 1 !important;
  color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-yellow-600{
  --tw-text-opacity: 1 !important;
  color: rgba(202, 138, 4, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-yellow-700{
  --tw-text-opacity: 1 !important;
  color: rgba(161, 98, 7, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-yellow-800{
  --tw-text-opacity: 1 !important;
  color: rgba(133, 77, 14, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-yellow-900{
  --tw-text-opacity: 1 !important;
  color: rgba(113, 63, 18, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-indigo-50{
  --tw-text-opacity: 1 !important;
  color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-indigo-100{
  --tw-text-opacity: 1 !important;
  color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-indigo-200{
  --tw-text-opacity: 1 !important;
  color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-indigo-300{
  --tw-text-opacity: 1 !important;
  color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-indigo-400{
  --tw-text-opacity: 1 !important;
  color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-indigo-500{
  --tw-text-opacity: 1 !important;
  color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-indigo-600{
  --tw-text-opacity: 1 !important;
  color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-indigo-700{
  --tw-text-opacity: 1 !important;
  color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-indigo-800{
  --tw-text-opacity: 1 !important;
  color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-indigo-900{
  --tw-text-opacity: 1 !important;
  color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-pink-50{
  --tw-text-opacity: 1 !important;
  color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-pink-100{
  --tw-text-opacity: 1 !important;
  color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-pink-200{
  --tw-text-opacity: 1 !important;
  color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-pink-300{
  --tw-text-opacity: 1 !important;
  color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-pink-400{
  --tw-text-opacity: 1 !important;
  color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-pink-500{
  --tw-text-opacity: 1 !important;
  color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-pink-600{
  --tw-text-opacity: 1 !important;
  color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-pink-700{
  --tw-text-opacity: 1 !important;
  color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-pink-800{
  --tw-text-opacity: 1 !important;
  color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
}

.hc-group:hover .group-hover\:hc-text-pink-900{
  --tw-text-opacity: 1 !important;
  color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-black:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-white:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-gray-50:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-gray-100:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-gray-200:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-gray-300:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-gray-400:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-gray-500:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-gray-600:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-gray-700:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-gray-800:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-gray-900:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-slate:focus-within{
}

.focus-within\:hc-text-red-50:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-red-100:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-red-200:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-red-300:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-red-400:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-red-500:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-red-600:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-red-700:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-red-800:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-red-900:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-blue-50:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-blue-100:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-blue-200:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-blue-300:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-blue-400:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-blue-500:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-blue-600:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-blue-700:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-blue-800:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-blue-900:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-purple-50:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-purple-100:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(243, 232, 255, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-purple-200:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(233, 213, 255, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-purple-300:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(216, 180, 254, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-purple-400:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(192, 132, 252, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-purple-500:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(168, 85, 247, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-purple-600:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(147, 51, 234, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-purple-700:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(126, 34, 206, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-purple-800:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(107, 33, 168, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-purple-900:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(88, 28, 135, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-yellow-50:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 252, 232, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-yellow-100:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 249, 195, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-yellow-200:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-yellow-300:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(253, 224, 71, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-yellow-400:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(250, 204, 21, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-yellow-500:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-yellow-600:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(202, 138, 4, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-yellow-700:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(161, 98, 7, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-yellow-800:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(133, 77, 14, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-yellow-900:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(113, 63, 18, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-indigo-50:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-indigo-100:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-indigo-200:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-indigo-300:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-indigo-400:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-indigo-500:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-indigo-600:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-indigo-700:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-indigo-800:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-indigo-900:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-pink-50:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-pink-100:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-pink-200:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-pink-300:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-pink-400:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-pink-500:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-pink-600:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-pink-700:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-pink-800:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
}

.focus-within\:hc-text-pink-900:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-black:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-white:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-gray-50:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-gray-100:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-gray-200:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-gray-300:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-gray-400:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-gray-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-gray-600:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-gray-700:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-gray-800:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-gray-900:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-slate:hover{
}

.hover\:hc-text-red-50:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-red-100:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-red-200:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-red-300:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-red-400:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-red-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-red-600:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-red-700:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-red-800:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-red-900:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-blue-50:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-blue-100:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-blue-200:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-blue-300:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-blue-400:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-blue-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-blue-600:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-blue-700:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-blue-800:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-blue-900:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-purple-50:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-purple-100:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(243, 232, 255, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-purple-200:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(233, 213, 255, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-purple-300:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(216, 180, 254, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-purple-400:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(192, 132, 252, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-purple-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(168, 85, 247, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-purple-600:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(147, 51, 234, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-purple-700:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(126, 34, 206, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-purple-800:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(107, 33, 168, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-purple-900:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(88, 28, 135, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-yellow-50:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 252, 232, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-yellow-100:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 249, 195, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-yellow-200:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-yellow-300:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(253, 224, 71, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-yellow-400:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(250, 204, 21, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-yellow-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-yellow-600:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(202, 138, 4, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-yellow-700:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(161, 98, 7, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-yellow-800:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(133, 77, 14, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-yellow-900:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(113, 63, 18, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-indigo-50:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-indigo-100:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-indigo-200:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-indigo-300:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-indigo-400:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-indigo-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-indigo-600:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-indigo-700:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-indigo-800:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-indigo-900:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-pink-50:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-pink-100:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-pink-200:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-pink-300:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-pink-400:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-pink-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-pink-600:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-pink-700:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-pink-800:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
}

.hover\:hc-text-pink-900:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-black:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-white:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-gray-50:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-gray-100:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-gray-200:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-gray-300:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-gray-400:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-gray-500:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-gray-600:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-gray-700:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-gray-800:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-gray-900:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-slate:focus{
}

.focus\:hc-text-red-50:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-red-100:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-red-200:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-red-300:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-red-400:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-red-500:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-red-600:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-red-700:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-red-800:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-red-900:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-blue-50:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-blue-100:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-blue-200:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-blue-300:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-blue-400:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-blue-500:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-blue-600:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-blue-700:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-blue-800:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-blue-900:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-purple-50:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-purple-100:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(243, 232, 255, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-purple-200:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(233, 213, 255, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-purple-300:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(216, 180, 254, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-purple-400:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(192, 132, 252, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-purple-500:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(168, 85, 247, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-purple-600:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(147, 51, 234, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-purple-700:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(126, 34, 206, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-purple-800:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(107, 33, 168, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-purple-900:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(88, 28, 135, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-yellow-50:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 252, 232, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-yellow-100:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 249, 195, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-yellow-200:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-yellow-300:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(253, 224, 71, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-yellow-400:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(250, 204, 21, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-yellow-500:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-yellow-600:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(202, 138, 4, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-yellow-700:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(161, 98, 7, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-yellow-800:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(133, 77, 14, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-yellow-900:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(113, 63, 18, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-indigo-50:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-indigo-100:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-indigo-200:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-indigo-300:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-indigo-400:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-indigo-500:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-indigo-600:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-indigo-700:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-indigo-800:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-indigo-900:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-pink-50:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-pink-100:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-pink-200:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-pink-300:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-pink-400:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-pink-500:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-pink-600:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-pink-700:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-pink-800:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
}

.focus\:hc-text-pink-900:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}

@media (prefers-color-scheme: dark){
  .dark\:hc-text-black{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-white{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-gray-50{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-gray-100{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-gray-200{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-gray-300{
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-gray-400{
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-gray-500{
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-gray-600{
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-gray-700{
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-gray-800{
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-gray-900{
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-slate{
  }

  .dark\:hc-text-red-50{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-red-100{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-red-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-red-300{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-red-400{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-red-500{
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-red-600{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-red-700{
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-red-800{
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-red-900{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-blue-50{
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-blue-100{
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-blue-200{
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-blue-300{
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-blue-400{
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-blue-500{
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-blue-600{
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-blue-700{
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-blue-800{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-blue-900{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-purple-50{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-purple-100{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-purple-200{
    --tw-text-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-purple-300{
    --tw-text-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-purple-400{
    --tw-text-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-purple-500{
    --tw-text-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-purple-600{
    --tw-text-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-purple-700{
    --tw-text-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-purple-800{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-purple-900{
    --tw-text-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-yellow-50{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-yellow-100{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-yellow-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-yellow-300{
    --tw-text-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-yellow-400{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-yellow-500{
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-yellow-600{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-yellow-700{
    --tw-text-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-yellow-800{
    --tw-text-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-yellow-900{
    --tw-text-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-indigo-50{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-indigo-100{
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-indigo-200{
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-indigo-300{
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-indigo-400{
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-indigo-500{
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-indigo-600{
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-indigo-700{
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-indigo-800{
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-indigo-900{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-pink-50{
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-pink-100{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-pink-200{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-pink-300{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-pink-400{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-pink-500{
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-pink-600{
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-pink-700{
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-pink-800{
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .dark\:hc-text-pink-900{
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-black{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-white{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-gray-50{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-gray-100{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-gray-200{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-gray-300{
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-gray-400{
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-gray-500{
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-gray-600{
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-gray-700{
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-gray-800{
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-gray-900{
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-slate{
  }

  .hc-group:hover .dark\:group-hover\:hc-text-red-50{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-red-100{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-red-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-red-300{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-red-400{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-red-500{
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-red-600{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-red-700{
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-red-800{
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-red-900{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-blue-50{
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-blue-100{
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-blue-200{
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-blue-300{
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-blue-400{
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-blue-500{
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-blue-600{
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-blue-700{
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-blue-800{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-blue-900{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-purple-50{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-purple-100{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-purple-200{
    --tw-text-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-purple-300{
    --tw-text-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-purple-400{
    --tw-text-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-purple-500{
    --tw-text-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-purple-600{
    --tw-text-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-purple-700{
    --tw-text-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-purple-800{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-purple-900{
    --tw-text-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-yellow-50{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-yellow-100{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-yellow-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-yellow-300{
    --tw-text-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-yellow-400{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-yellow-500{
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-yellow-600{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-yellow-700{
    --tw-text-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-yellow-800{
    --tw-text-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-yellow-900{
    --tw-text-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-indigo-50{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-indigo-100{
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-indigo-200{
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-indigo-300{
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-indigo-400{
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-indigo-500{
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-indigo-600{
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-indigo-700{
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-indigo-800{
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-indigo-900{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-pink-50{
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-pink-100{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-pink-200{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-pink-300{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-pink-400{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-pink-500{
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-pink-600{
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-pink-700{
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-pink-800{
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-pink-900{
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-black:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-white:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-gray-50:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-gray-100:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-gray-200:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-gray-300:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-gray-400:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-gray-500:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-gray-600:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-gray-700:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-gray-800:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-gray-900:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-slate:focus-within{
  }

  .dark\:focus-within\:hc-text-red-50:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-red-100:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-red-200:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-red-300:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-red-400:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-red-500:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-red-600:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-red-700:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-red-800:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-red-900:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-blue-50:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-blue-100:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-blue-200:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-blue-300:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-blue-400:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-blue-500:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-blue-600:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-blue-700:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-blue-800:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-blue-900:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-purple-50:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-purple-100:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-purple-200:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-purple-300:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-purple-400:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-purple-500:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-purple-600:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-purple-700:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-purple-800:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-purple-900:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-yellow-50:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-yellow-100:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-yellow-200:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-yellow-300:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-yellow-400:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-yellow-500:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-yellow-600:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-yellow-700:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-yellow-800:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-yellow-900:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-indigo-50:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-indigo-100:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-indigo-200:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-indigo-300:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-indigo-400:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-indigo-500:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-indigo-600:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-indigo-700:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-indigo-800:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-indigo-900:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-pink-50:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-pink-100:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-pink-200:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-pink-300:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-pink-400:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-pink-500:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-pink-600:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-pink-700:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-pink-800:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .dark\:focus-within\:hc-text-pink-900:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-black:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-white:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-gray-50:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-gray-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-gray-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-gray-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-gray-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-gray-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-gray-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-gray-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-gray-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-gray-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-slate:hover{
  }

  .dark\:hover\:hc-text-red-50:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-red-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-red-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-red-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-red-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-red-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-red-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-red-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-red-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-red-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-blue-50:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-blue-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-blue-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-blue-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-blue-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-blue-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-blue-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-blue-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-blue-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-blue-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-purple-50:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-purple-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-purple-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-purple-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-purple-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-purple-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-purple-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-purple-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-purple-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-purple-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-yellow-50:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-yellow-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-yellow-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-yellow-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-yellow-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-yellow-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-yellow-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-yellow-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-yellow-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-yellow-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-indigo-50:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-indigo-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-indigo-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-indigo-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-indigo-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-indigo-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-indigo-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-indigo-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-indigo-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-indigo-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-pink-50:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-pink-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-pink-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-pink-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-pink-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-pink-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-pink-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-pink-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-pink-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .dark\:hover\:hc-text-pink-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-black:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-white:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-gray-50:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-gray-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-gray-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-gray-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-gray-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-gray-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-gray-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-gray-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-gray-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-gray-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-slate:focus{
  }

  .dark\:focus\:hc-text-red-50:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-red-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-red-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-red-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-red-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-red-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-red-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-red-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-red-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-red-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-blue-50:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-blue-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-blue-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-blue-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-blue-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-blue-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-blue-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-blue-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-blue-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-blue-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-purple-50:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-purple-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-purple-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-purple-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-purple-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-purple-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-purple-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-purple-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-purple-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-purple-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-yellow-50:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-yellow-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-yellow-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-yellow-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-yellow-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-yellow-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-yellow-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-yellow-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-yellow-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-yellow-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-indigo-50:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-indigo-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-indigo-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-indigo-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-indigo-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-indigo-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-indigo-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-indigo-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-indigo-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-indigo-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-pink-50:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-pink-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-pink-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-pink-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-pink-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-pink-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-pink-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-pink-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-pink-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:hc-text-pink-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }
}

.hc-text-opacity-0{
  --tw-text-opacity: 0 !important;
}

.hc-text-opacity-5{
  --tw-text-opacity: 0.05 !important;
}

.hc-text-opacity-10{
  --tw-text-opacity: 0.1 !important;
}

.hc-text-opacity-20{
  --tw-text-opacity: 0.2 !important;
}

.hc-text-opacity-25{
  --tw-text-opacity: 0.25 !important;
}

.hc-text-opacity-30{
  --tw-text-opacity: 0.3 !important;
}

.hc-text-opacity-40{
  --tw-text-opacity: 0.4 !important;
}

.hc-text-opacity-50{
  --tw-text-opacity: 0.5 !important;
}

.hc-text-opacity-60{
  --tw-text-opacity: 0.6 !important;
}

.hc-text-opacity-70{
  --tw-text-opacity: 0.7 !important;
}

.hc-text-opacity-75{
  --tw-text-opacity: 0.75 !important;
}

.hc-text-opacity-80{
  --tw-text-opacity: 0.8 !important;
}

.hc-text-opacity-90{
  --tw-text-opacity: 0.9 !important;
}

.hc-text-opacity-95{
  --tw-text-opacity: 0.95 !important;
}

.hc-text-opacity-100{
  --tw-text-opacity: 1 !important;
}

.hc-group:hover .group-hover\:hc-text-opacity-0{
  --tw-text-opacity: 0 !important;
}

.hc-group:hover .group-hover\:hc-text-opacity-5{
  --tw-text-opacity: 0.05 !important;
}

.hc-group:hover .group-hover\:hc-text-opacity-10{
  --tw-text-opacity: 0.1 !important;
}

.hc-group:hover .group-hover\:hc-text-opacity-20{
  --tw-text-opacity: 0.2 !important;
}

.hc-group:hover .group-hover\:hc-text-opacity-25{
  --tw-text-opacity: 0.25 !important;
}

.hc-group:hover .group-hover\:hc-text-opacity-30{
  --tw-text-opacity: 0.3 !important;
}

.hc-group:hover .group-hover\:hc-text-opacity-40{
  --tw-text-opacity: 0.4 !important;
}

.hc-group:hover .group-hover\:hc-text-opacity-50{
  --tw-text-opacity: 0.5 !important;
}

.hc-group:hover .group-hover\:hc-text-opacity-60{
  --tw-text-opacity: 0.6 !important;
}

.hc-group:hover .group-hover\:hc-text-opacity-70{
  --tw-text-opacity: 0.7 !important;
}

.hc-group:hover .group-hover\:hc-text-opacity-75{
  --tw-text-opacity: 0.75 !important;
}

.hc-group:hover .group-hover\:hc-text-opacity-80{
  --tw-text-opacity: 0.8 !important;
}

.hc-group:hover .group-hover\:hc-text-opacity-90{
  --tw-text-opacity: 0.9 !important;
}

.hc-group:hover .group-hover\:hc-text-opacity-95{
  --tw-text-opacity: 0.95 !important;
}

.hc-group:hover .group-hover\:hc-text-opacity-100{
  --tw-text-opacity: 1 !important;
}

.focus-within\:hc-text-opacity-0:focus-within{
  --tw-text-opacity: 0 !important;
}

.focus-within\:hc-text-opacity-5:focus-within{
  --tw-text-opacity: 0.05 !important;
}

.focus-within\:hc-text-opacity-10:focus-within{
  --tw-text-opacity: 0.1 !important;
}

.focus-within\:hc-text-opacity-20:focus-within{
  --tw-text-opacity: 0.2 !important;
}

.focus-within\:hc-text-opacity-25:focus-within{
  --tw-text-opacity: 0.25 !important;
}

.focus-within\:hc-text-opacity-30:focus-within{
  --tw-text-opacity: 0.3 !important;
}

.focus-within\:hc-text-opacity-40:focus-within{
  --tw-text-opacity: 0.4 !important;
}

.focus-within\:hc-text-opacity-50:focus-within{
  --tw-text-opacity: 0.5 !important;
}

.focus-within\:hc-text-opacity-60:focus-within{
  --tw-text-opacity: 0.6 !important;
}

.focus-within\:hc-text-opacity-70:focus-within{
  --tw-text-opacity: 0.7 !important;
}

.focus-within\:hc-text-opacity-75:focus-within{
  --tw-text-opacity: 0.75 !important;
}

.focus-within\:hc-text-opacity-80:focus-within{
  --tw-text-opacity: 0.8 !important;
}

.focus-within\:hc-text-opacity-90:focus-within{
  --tw-text-opacity: 0.9 !important;
}

.focus-within\:hc-text-opacity-95:focus-within{
  --tw-text-opacity: 0.95 !important;
}

.focus-within\:hc-text-opacity-100:focus-within{
  --tw-text-opacity: 1 !important;
}

.hover\:hc-text-opacity-0:hover{
  --tw-text-opacity: 0 !important;
}

.hover\:hc-text-opacity-5:hover{
  --tw-text-opacity: 0.05 !important;
}

.hover\:hc-text-opacity-10:hover{
  --tw-text-opacity: 0.1 !important;
}

.hover\:hc-text-opacity-20:hover{
  --tw-text-opacity: 0.2 !important;
}

.hover\:hc-text-opacity-25:hover{
  --tw-text-opacity: 0.25 !important;
}

.hover\:hc-text-opacity-30:hover{
  --tw-text-opacity: 0.3 !important;
}

.hover\:hc-text-opacity-40:hover{
  --tw-text-opacity: 0.4 !important;
}

.hover\:hc-text-opacity-50:hover{
  --tw-text-opacity: 0.5 !important;
}

.hover\:hc-text-opacity-60:hover{
  --tw-text-opacity: 0.6 !important;
}

.hover\:hc-text-opacity-70:hover{
  --tw-text-opacity: 0.7 !important;
}

.hover\:hc-text-opacity-75:hover{
  --tw-text-opacity: 0.75 !important;
}

.hover\:hc-text-opacity-80:hover{
  --tw-text-opacity: 0.8 !important;
}

.hover\:hc-text-opacity-90:hover{
  --tw-text-opacity: 0.9 !important;
}

.hover\:hc-text-opacity-95:hover{
  --tw-text-opacity: 0.95 !important;
}

.hover\:hc-text-opacity-100:hover{
  --tw-text-opacity: 1 !important;
}

.focus\:hc-text-opacity-0:focus{
  --tw-text-opacity: 0 !important;
}

.focus\:hc-text-opacity-5:focus{
  --tw-text-opacity: 0.05 !important;
}

.focus\:hc-text-opacity-10:focus{
  --tw-text-opacity: 0.1 !important;
}

.focus\:hc-text-opacity-20:focus{
  --tw-text-opacity: 0.2 !important;
}

.focus\:hc-text-opacity-25:focus{
  --tw-text-opacity: 0.25 !important;
}

.focus\:hc-text-opacity-30:focus{
  --tw-text-opacity: 0.3 !important;
}

.focus\:hc-text-opacity-40:focus{
  --tw-text-opacity: 0.4 !important;
}

.focus\:hc-text-opacity-50:focus{
  --tw-text-opacity: 0.5 !important;
}

.focus\:hc-text-opacity-60:focus{
  --tw-text-opacity: 0.6 !important;
}

.focus\:hc-text-opacity-70:focus{
  --tw-text-opacity: 0.7 !important;
}

.focus\:hc-text-opacity-75:focus{
  --tw-text-opacity: 0.75 !important;
}

.focus\:hc-text-opacity-80:focus{
  --tw-text-opacity: 0.8 !important;
}

.focus\:hc-text-opacity-90:focus{
  --tw-text-opacity: 0.9 !important;
}

.focus\:hc-text-opacity-95:focus{
  --tw-text-opacity: 0.95 !important;
}

.focus\:hc-text-opacity-100:focus{
  --tw-text-opacity: 1 !important;
}

@media (prefers-color-scheme: dark){
  .dark\:hc-text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .dark\:hc-text-opacity-5{
    --tw-text-opacity: 0.05 !important;
  }

  .dark\:hc-text-opacity-10{
    --tw-text-opacity: 0.1 !important;
  }

  .dark\:hc-text-opacity-20{
    --tw-text-opacity: 0.2 !important;
  }

  .dark\:hc-text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .dark\:hc-text-opacity-30{
    --tw-text-opacity: 0.3 !important;
  }

  .dark\:hc-text-opacity-40{
    --tw-text-opacity: 0.4 !important;
  }

  .dark\:hc-text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .dark\:hc-text-opacity-60{
    --tw-text-opacity: 0.6 !important;
  }

  .dark\:hc-text-opacity-70{
    --tw-text-opacity: 0.7 !important;
  }

  .dark\:hc-text-opacity-75{
    --tw-text-opacity: 0.75 !important;
  }

  .dark\:hc-text-opacity-80{
    --tw-text-opacity: 0.8 !important;
  }

  .dark\:hc-text-opacity-90{
    --tw-text-opacity: 0.9 !important;
  }

  .dark\:hc-text-opacity-95{
    --tw-text-opacity: 0.95 !important;
  }

  .dark\:hc-text-opacity-100{
    --tw-text-opacity: 1 !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-opacity-5{
    --tw-text-opacity: 0.05 !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-opacity-10{
    --tw-text-opacity: 0.1 !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-opacity-20{
    --tw-text-opacity: 0.2 !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-opacity-30{
    --tw-text-opacity: 0.3 !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-opacity-40{
    --tw-text-opacity: 0.4 !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-opacity-60{
    --tw-text-opacity: 0.6 !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-opacity-70{
    --tw-text-opacity: 0.7 !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-opacity-75{
    --tw-text-opacity: 0.75 !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-opacity-80{
    --tw-text-opacity: 0.8 !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-opacity-90{
    --tw-text-opacity: 0.9 !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-opacity-95{
    --tw-text-opacity: 0.95 !important;
  }

  .hc-group:hover .dark\:group-hover\:hc-text-opacity-100{
    --tw-text-opacity: 1 !important;
  }

  .dark\:focus-within\:hc-text-opacity-0:focus-within{
    --tw-text-opacity: 0 !important;
  }

  .dark\:focus-within\:hc-text-opacity-5:focus-within{
    --tw-text-opacity: 0.05 !important;
  }

  .dark\:focus-within\:hc-text-opacity-10:focus-within{
    --tw-text-opacity: 0.1 !important;
  }

  .dark\:focus-within\:hc-text-opacity-20:focus-within{
    --tw-text-opacity: 0.2 !important;
  }

  .dark\:focus-within\:hc-text-opacity-25:focus-within{
    --tw-text-opacity: 0.25 !important;
  }

  .dark\:focus-within\:hc-text-opacity-30:focus-within{
    --tw-text-opacity: 0.3 !important;
  }

  .dark\:focus-within\:hc-text-opacity-40:focus-within{
    --tw-text-opacity: 0.4 !important;
  }

  .dark\:focus-within\:hc-text-opacity-50:focus-within{
    --tw-text-opacity: 0.5 !important;
  }

  .dark\:focus-within\:hc-text-opacity-60:focus-within{
    --tw-text-opacity: 0.6 !important;
  }

  .dark\:focus-within\:hc-text-opacity-70:focus-within{
    --tw-text-opacity: 0.7 !important;
  }

  .dark\:focus-within\:hc-text-opacity-75:focus-within{
    --tw-text-opacity: 0.75 !important;
  }

  .dark\:focus-within\:hc-text-opacity-80:focus-within{
    --tw-text-opacity: 0.8 !important;
  }

  .dark\:focus-within\:hc-text-opacity-90:focus-within{
    --tw-text-opacity: 0.9 !important;
  }

  .dark\:focus-within\:hc-text-opacity-95:focus-within{
    --tw-text-opacity: 0.95 !important;
  }

  .dark\:focus-within\:hc-text-opacity-100:focus-within{
    --tw-text-opacity: 1 !important;
  }

  .dark\:hover\:hc-text-opacity-0:hover{
    --tw-text-opacity: 0 !important;
  }

  .dark\:hover\:hc-text-opacity-5:hover{
    --tw-text-opacity: 0.05 !important;
  }

  .dark\:hover\:hc-text-opacity-10:hover{
    --tw-text-opacity: 0.1 !important;
  }

  .dark\:hover\:hc-text-opacity-20:hover{
    --tw-text-opacity: 0.2 !important;
  }

  .dark\:hover\:hc-text-opacity-25:hover{
    --tw-text-opacity: 0.25 !important;
  }

  .dark\:hover\:hc-text-opacity-30:hover{
    --tw-text-opacity: 0.3 !important;
  }

  .dark\:hover\:hc-text-opacity-40:hover{
    --tw-text-opacity: 0.4 !important;
  }

  .dark\:hover\:hc-text-opacity-50:hover{
    --tw-text-opacity: 0.5 !important;
  }

  .dark\:hover\:hc-text-opacity-60:hover{
    --tw-text-opacity: 0.6 !important;
  }

  .dark\:hover\:hc-text-opacity-70:hover{
    --tw-text-opacity: 0.7 !important;
  }

  .dark\:hover\:hc-text-opacity-75:hover{
    --tw-text-opacity: 0.75 !important;
  }

  .dark\:hover\:hc-text-opacity-80:hover{
    --tw-text-opacity: 0.8 !important;
  }

  .dark\:hover\:hc-text-opacity-90:hover{
    --tw-text-opacity: 0.9 !important;
  }

  .dark\:hover\:hc-text-opacity-95:hover{
    --tw-text-opacity: 0.95 !important;
  }

  .dark\:hover\:hc-text-opacity-100:hover{
    --tw-text-opacity: 1 !important;
  }

  .dark\:focus\:hc-text-opacity-0:focus{
    --tw-text-opacity: 0 !important;
  }

  .dark\:focus\:hc-text-opacity-5:focus{
    --tw-text-opacity: 0.05 !important;
  }

  .dark\:focus\:hc-text-opacity-10:focus{
    --tw-text-opacity: 0.1 !important;
  }

  .dark\:focus\:hc-text-opacity-20:focus{
    --tw-text-opacity: 0.2 !important;
  }

  .dark\:focus\:hc-text-opacity-25:focus{
    --tw-text-opacity: 0.25 !important;
  }

  .dark\:focus\:hc-text-opacity-30:focus{
    --tw-text-opacity: 0.3 !important;
  }

  .dark\:focus\:hc-text-opacity-40:focus{
    --tw-text-opacity: 0.4 !important;
  }

  .dark\:focus\:hc-text-opacity-50:focus{
    --tw-text-opacity: 0.5 !important;
  }

  .dark\:focus\:hc-text-opacity-60:focus{
    --tw-text-opacity: 0.6 !important;
  }

  .dark\:focus\:hc-text-opacity-70:focus{
    --tw-text-opacity: 0.7 !important;
  }

  .dark\:focus\:hc-text-opacity-75:focus{
    --tw-text-opacity: 0.75 !important;
  }

  .dark\:focus\:hc-text-opacity-80:focus{
    --tw-text-opacity: 0.8 !important;
  }

  .dark\:focus\:hc-text-opacity-90:focus{
    --tw-text-opacity: 0.9 !important;
  }

  .dark\:focus\:hc-text-opacity-95:focus{
    --tw-text-opacity: 0.95 !important;
  }

  .dark\:focus\:hc-text-opacity-100:focus{
    --tw-text-opacity: 1 !important;
  }
}

.hc-underline{
  text-decoration: underline !important;
}

.hc-line-through{
  text-decoration: line-through !important;
}

.hc-no-underline{
  text-decoration: none !important;
}

.hc-group:hover .group-hover\:hc-underline{
  text-decoration: underline !important;
}

.hc-group:hover .group-hover\:hc-line-through{
  text-decoration: line-through !important;
}

.hc-group:hover .group-hover\:hc-no-underline{
  text-decoration: none !important;
}

.focus-within\:hc-underline:focus-within{
  text-decoration: underline !important;
}

.focus-within\:hc-line-through:focus-within{
  text-decoration: line-through !important;
}

.focus-within\:hc-no-underline:focus-within{
  text-decoration: none !important;
}

.hover\:hc-underline:hover{
  text-decoration: underline !important;
}

.hover\:hc-line-through:hover{
  text-decoration: line-through !important;
}

.hover\:hc-no-underline:hover{
  text-decoration: none !important;
}

.focus\:hc-underline:focus{
  text-decoration: underline !important;
}

.focus\:hc-line-through:focus{
  text-decoration: line-through !important;
}

.focus\:hc-no-underline:focus{
  text-decoration: none !important;
}

.hc-antialiased{
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.hc-subpixel-antialiased{
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
}

.hc-placeholder-black::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-black::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-white::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-white::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-gray-50::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-gray-50::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-gray-100::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-gray-100::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-gray-200::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-gray-200::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-gray-300::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-gray-300::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-gray-400::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-gray-400::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-gray-500::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-gray-500::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-gray-600::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-gray-600::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-gray-700::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-gray-700::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-gray-800::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-gray-800::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-gray-900::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-gray-900::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-slate::-moz-placeholder{
}

.hc-placeholder-slate::placeholder{
}

.hc-placeholder-red-50::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-red-50::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-red-100::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-red-100::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-red-200::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-red-200::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-red-300::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-red-300::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-red-400::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-red-400::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-red-500::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-red-500::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-red-600::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-red-600::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-red-700::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-red-700::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-red-800::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-red-800::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-red-900::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-red-900::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-blue-50::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-blue-50::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-blue-100::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-blue-100::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-blue-200::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-blue-200::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-blue-300::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-blue-300::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-blue-400::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-blue-400::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-blue-500::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-blue-500::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-blue-600::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-blue-600::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-blue-700::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-blue-700::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-blue-800::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-blue-800::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-blue-900::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-blue-900::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-purple-50::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-purple-50::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-purple-100::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-purple-100::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-purple-200::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-purple-200::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-purple-300::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-purple-300::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-purple-400::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-purple-400::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-purple-500::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-purple-500::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-purple-600::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-purple-600::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-purple-700::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-purple-700::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-purple-800::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-purple-800::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-purple-900::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-purple-900::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-yellow-50::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-yellow-50::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-yellow-100::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-yellow-100::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-yellow-200::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-yellow-200::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-yellow-300::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-yellow-300::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-yellow-400::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-yellow-400::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-yellow-500::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-yellow-500::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-yellow-600::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-yellow-600::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-yellow-700::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-yellow-700::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-yellow-800::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-yellow-800::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-yellow-900::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-yellow-900::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-indigo-50::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-indigo-50::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-indigo-100::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-indigo-100::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-indigo-200::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-indigo-200::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-indigo-300::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-indigo-300::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-indigo-400::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-indigo-400::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-indigo-500::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-indigo-500::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-indigo-600::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-indigo-600::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-indigo-700::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-indigo-700::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-indigo-800::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-indigo-800::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-indigo-900::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-indigo-900::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-pink-50::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-pink-50::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-pink-100::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-pink-100::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-pink-200::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-pink-200::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-pink-300::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-pink-300::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-pink-400::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-pink-400::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-pink-500::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-pink-500::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-pink-600::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-pink-600::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-pink-700::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-pink-700::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-pink-800::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-pink-800::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-pink-900::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
}

.hc-placeholder-pink-900::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-black:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-black:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-white:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-white:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-gray-50:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-gray-50:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-gray-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-gray-100:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-gray-200:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-gray-200:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-gray-300:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-gray-300:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-gray-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-gray-400:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-gray-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-gray-500:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-gray-600:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-gray-600:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-gray-700:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-gray-700:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-gray-800:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-gray-800:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-gray-900:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-gray-900:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-slate:focus::-moz-placeholder{
}

.focus\:hc-placeholder-slate:focus::placeholder{
}

.focus\:hc-placeholder-red-50:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-red-50:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-red-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-red-100:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-red-200:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-red-200:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-red-300:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-red-300:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-red-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-red-400:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-red-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-red-500:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-red-600:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-red-600:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-red-700:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-red-700:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-red-800:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-red-800:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-red-900:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-red-900:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-blue-50:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-blue-50:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-blue-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-blue-100:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-blue-200:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-blue-200:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-blue-300:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-blue-300:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-blue-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-blue-400:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-blue-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-blue-500:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-blue-600:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-blue-600:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-blue-700:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-blue-700:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-blue-800:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-blue-800:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-blue-900:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-blue-900:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-purple-50:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-purple-50:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-purple-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-purple-100:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-purple-200:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-purple-200:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-purple-300:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-purple-300:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-purple-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-purple-400:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-purple-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-purple-500:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-purple-600:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-purple-600:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-purple-700:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-purple-700:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-purple-800:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-purple-800:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-purple-900:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-purple-900:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-yellow-50:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-yellow-50:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-yellow-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-yellow-100:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-yellow-200:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-yellow-200:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-yellow-300:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-yellow-300:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-yellow-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-yellow-400:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-yellow-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-yellow-500:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-yellow-600:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-yellow-600:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-yellow-700:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-yellow-700:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-yellow-800:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-yellow-800:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-yellow-900:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-yellow-900:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-indigo-50:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-indigo-50:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-indigo-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-indigo-100:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-indigo-200:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-indigo-200:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-indigo-300:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-indigo-300:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-indigo-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-indigo-400:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-indigo-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-indigo-500:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-indigo-600:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-indigo-600:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-indigo-700:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-indigo-700:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-indigo-800:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-indigo-800:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-indigo-900:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-indigo-900:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-pink-50:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-pink-50:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-pink-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-pink-100:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-pink-200:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-pink-200:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-pink-300:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-pink-300:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-pink-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-pink-400:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-pink-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-pink-500:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-pink-600:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-pink-600:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-pink-700:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-pink-700:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-pink-800:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-pink-800:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-pink-900:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
}

.focus\:hc-placeholder-pink-900:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
}

@media (prefers-color-scheme: dark){
  .dark\:hc-placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }
  .dark\:hc-placeholder-black::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-white::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-gray-50::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-gray-50::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-gray-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-gray-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-gray-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-gray-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-gray-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-gray-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-gray-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-gray-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-gray-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-gray-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-slate::-moz-placeholder{
  }

  .dark\:hc-placeholder-slate::placeholder{
  }

  .dark\:hc-placeholder-red-50::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-red-50::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-red-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-red-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-red-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-red-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-red-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-red-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-red-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-red-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-red-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-red-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-red-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-red-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-red-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-red-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-red-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-red-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-red-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-red-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-blue-50::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-blue-50::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-blue-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-blue-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-blue-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-blue-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-blue-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-blue-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-blue-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-blue-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-blue-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-blue-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-blue-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-blue-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-blue-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-blue-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-blue-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-blue-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-blue-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-blue-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-purple-50::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-purple-50::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-purple-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-purple-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-purple-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-purple-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-purple-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-purple-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-purple-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-purple-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-purple-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-purple-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-purple-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-purple-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-purple-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-purple-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-purple-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-purple-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-purple-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-purple-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-yellow-50::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-yellow-50::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-yellow-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-yellow-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-yellow-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-yellow-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-yellow-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-yellow-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-yellow-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-yellow-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-yellow-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-yellow-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-yellow-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-yellow-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-yellow-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-yellow-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-yellow-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-yellow-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-yellow-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-yellow-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-indigo-50::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-indigo-50::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-indigo-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-indigo-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-indigo-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-indigo-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-indigo-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-indigo-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-indigo-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-indigo-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-indigo-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-indigo-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-indigo-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-indigo-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-indigo-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-indigo-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-indigo-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-indigo-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-indigo-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-indigo-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-pink-50::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-pink-50::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-pink-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-pink-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-pink-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-pink-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-pink-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-pink-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-pink-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-pink-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-pink-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-pink-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-pink-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-pink-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-pink-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-pink-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-pink-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-pink-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-pink-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:hc-placeholder-pink-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-gray-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-gray-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-gray-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-gray-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-gray-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-gray-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-slate:focus::-moz-placeholder{
  }

  .dark\:focus\:hc-placeholder-slate:focus::placeholder{
  }

  .dark\:focus\:hc-placeholder-red-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-red-50:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-red-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-red-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-red-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-red-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-red-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-red-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-red-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-red-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-red-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-red-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-red-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-red-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-red-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-red-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-red-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-red-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-red-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-red-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-blue-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-blue-50:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-blue-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-blue-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-blue-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-blue-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-blue-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-blue-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-blue-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-blue-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-blue-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-blue-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-blue-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-blue-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-blue-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-blue-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-blue-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-blue-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-purple-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-purple-50:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-purple-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-purple-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-purple-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-purple-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-purple-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-purple-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-purple-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-purple-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-purple-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-purple-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-purple-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-purple-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-purple-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-purple-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-purple-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-purple-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-purple-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-purple-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-yellow-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-yellow-50:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-yellow-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-yellow-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-yellow-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-yellow-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-yellow-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-yellow-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-yellow-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-yellow-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-yellow-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-yellow-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-yellow-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-yellow-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-yellow-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-yellow-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-yellow-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-yellow-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-yellow-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-yellow-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-indigo-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-indigo-50:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-indigo-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-indigo-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-indigo-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-indigo-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-indigo-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-indigo-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-indigo-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-indigo-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-indigo-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-indigo-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-indigo-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-indigo-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-indigo-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-indigo-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-indigo-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-indigo-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-indigo-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-indigo-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-pink-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-pink-50:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-pink-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-pink-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-pink-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-pink-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-pink-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-pink-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-pink-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-pink-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-pink-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-pink-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-pink-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-pink-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-pink-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-pink-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-pink-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-pink-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-pink-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .dark\:focus\:hc-placeholder-pink-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }
}

.hc-placeholder-opacity-0::-moz-placeholder{
  --tw-placeholder-opacity: 0 !important;
}

.hc-placeholder-opacity-0::placeholder{
  --tw-placeholder-opacity: 0 !important;
}

.hc-placeholder-opacity-5::-moz-placeholder{
  --tw-placeholder-opacity: 0.05 !important;
}

.hc-placeholder-opacity-5::placeholder{
  --tw-placeholder-opacity: 0.05 !important;
}

.hc-placeholder-opacity-10::-moz-placeholder{
  --tw-placeholder-opacity: 0.1 !important;
}

.hc-placeholder-opacity-10::placeholder{
  --tw-placeholder-opacity: 0.1 !important;
}

.hc-placeholder-opacity-20::-moz-placeholder{
  --tw-placeholder-opacity: 0.2 !important;
}

.hc-placeholder-opacity-20::placeholder{
  --tw-placeholder-opacity: 0.2 !important;
}

.hc-placeholder-opacity-25::-moz-placeholder{
  --tw-placeholder-opacity: 0.25 !important;
}

.hc-placeholder-opacity-25::placeholder{
  --tw-placeholder-opacity: 0.25 !important;
}

.hc-placeholder-opacity-30::-moz-placeholder{
  --tw-placeholder-opacity: 0.3 !important;
}

.hc-placeholder-opacity-30::placeholder{
  --tw-placeholder-opacity: 0.3 !important;
}

.hc-placeholder-opacity-40::-moz-placeholder{
  --tw-placeholder-opacity: 0.4 !important;
}

.hc-placeholder-opacity-40::placeholder{
  --tw-placeholder-opacity: 0.4 !important;
}

.hc-placeholder-opacity-50::-moz-placeholder{
  --tw-placeholder-opacity: 0.5 !important;
}

.hc-placeholder-opacity-50::placeholder{
  --tw-placeholder-opacity: 0.5 !important;
}

.hc-placeholder-opacity-60::-moz-placeholder{
  --tw-placeholder-opacity: 0.6 !important;
}

.hc-placeholder-opacity-60::placeholder{
  --tw-placeholder-opacity: 0.6 !important;
}

.hc-placeholder-opacity-70::-moz-placeholder{
  --tw-placeholder-opacity: 0.7 !important;
}

.hc-placeholder-opacity-70::placeholder{
  --tw-placeholder-opacity: 0.7 !important;
}

.hc-placeholder-opacity-75::-moz-placeholder{
  --tw-placeholder-opacity: 0.75 !important;
}

.hc-placeholder-opacity-75::placeholder{
  --tw-placeholder-opacity: 0.75 !important;
}

.hc-placeholder-opacity-80::-moz-placeholder{
  --tw-placeholder-opacity: 0.8 !important;
}

.hc-placeholder-opacity-80::placeholder{
  --tw-placeholder-opacity: 0.8 !important;
}

.hc-placeholder-opacity-90::-moz-placeholder{
  --tw-placeholder-opacity: 0.9 !important;
}

.hc-placeholder-opacity-90::placeholder{
  --tw-placeholder-opacity: 0.9 !important;
}

.hc-placeholder-opacity-95::-moz-placeholder{
  --tw-placeholder-opacity: 0.95 !important;
}

.hc-placeholder-opacity-95::placeholder{
  --tw-placeholder-opacity: 0.95 !important;
}

.hc-placeholder-opacity-100::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
}

.hc-placeholder-opacity-100::placeholder{
  --tw-placeholder-opacity: 1 !important;
}

.focus\:hc-placeholder-opacity-0:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0 !important;
}

.focus\:hc-placeholder-opacity-0:focus::placeholder{
  --tw-placeholder-opacity: 0 !important;
}

.focus\:hc-placeholder-opacity-5:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.05 !important;
}

.focus\:hc-placeholder-opacity-5:focus::placeholder{
  --tw-placeholder-opacity: 0.05 !important;
}

.focus\:hc-placeholder-opacity-10:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.1 !important;
}

.focus\:hc-placeholder-opacity-10:focus::placeholder{
  --tw-placeholder-opacity: 0.1 !important;
}

.focus\:hc-placeholder-opacity-20:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.2 !important;
}

.focus\:hc-placeholder-opacity-20:focus::placeholder{
  --tw-placeholder-opacity: 0.2 !important;
}

.focus\:hc-placeholder-opacity-25:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.25 !important;
}

.focus\:hc-placeholder-opacity-25:focus::placeholder{
  --tw-placeholder-opacity: 0.25 !important;
}

.focus\:hc-placeholder-opacity-30:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.3 !important;
}

.focus\:hc-placeholder-opacity-30:focus::placeholder{
  --tw-placeholder-opacity: 0.3 !important;
}

.focus\:hc-placeholder-opacity-40:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.4 !important;
}

.focus\:hc-placeholder-opacity-40:focus::placeholder{
  --tw-placeholder-opacity: 0.4 !important;
}

.focus\:hc-placeholder-opacity-50:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.5 !important;
}

.focus\:hc-placeholder-opacity-50:focus::placeholder{
  --tw-placeholder-opacity: 0.5 !important;
}

.focus\:hc-placeholder-opacity-60:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.6 !important;
}

.focus\:hc-placeholder-opacity-60:focus::placeholder{
  --tw-placeholder-opacity: 0.6 !important;
}

.focus\:hc-placeholder-opacity-70:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.7 !important;
}

.focus\:hc-placeholder-opacity-70:focus::placeholder{
  --tw-placeholder-opacity: 0.7 !important;
}

.focus\:hc-placeholder-opacity-75:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.75 !important;
}

.focus\:hc-placeholder-opacity-75:focus::placeholder{
  --tw-placeholder-opacity: 0.75 !important;
}

.focus\:hc-placeholder-opacity-80:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.8 !important;
}

.focus\:hc-placeholder-opacity-80:focus::placeholder{
  --tw-placeholder-opacity: 0.8 !important;
}

.focus\:hc-placeholder-opacity-90:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.9 !important;
}

.focus\:hc-placeholder-opacity-90:focus::placeholder{
  --tw-placeholder-opacity: 0.9 !important;
}

.focus\:hc-placeholder-opacity-95:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.95 !important;
}

.focus\:hc-placeholder-opacity-95:focus::placeholder{
  --tw-placeholder-opacity: 0.95 !important;
}

.focus\:hc-placeholder-opacity-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
}

.focus\:hc-placeholder-opacity-100:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
}

@media (prefers-color-scheme: dark){
  .dark\:hc-placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }
  .dark\:hc-placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .dark\:hc-placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .dark\:hc-placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .dark\:hc-placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .dark\:hc-placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .dark\:hc-placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .dark\:hc-placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .dark\:hc-placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .dark\:hc-placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .dark\:hc-placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .dark\:hc-placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .dark\:hc-placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .dark\:hc-placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .dark\:hc-placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .dark\:hc-placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .dark\:hc-placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .dark\:hc-placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .dark\:hc-placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .dark\:hc-placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .dark\:hc-placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .dark\:hc-placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .dark\:hc-placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .dark\:hc-placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .dark\:hc-placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .dark\:hc-placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .dark\:hc-placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .dark\:hc-placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .dark\:hc-placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .dark\:hc-placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .dark\:focus\:hc-placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .dark\:focus\:hc-placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .dark\:focus\:hc-placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .dark\:focus\:hc-placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .dark\:focus\:hc-placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .dark\:focus\:hc-placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .dark\:focus\:hc-placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .dark\:focus\:hc-placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .dark\:focus\:hc-placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .dark\:focus\:hc-placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .dark\:focus\:hc-placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .dark\:focus\:hc-placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .dark\:focus\:hc-placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .dark\:focus\:hc-placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .dark\:focus\:hc-placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .dark\:focus\:hc-placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .dark\:focus\:hc-placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .dark\:focus\:hc-placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .dark\:focus\:hc-placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .dark\:focus\:hc-placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .dark\:focus\:hc-placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .dark\:focus\:hc-placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .dark\:focus\:hc-placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .dark\:focus\:hc-placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .dark\:focus\:hc-placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .dark\:focus\:hc-placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .dark\:focus\:hc-placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .dark\:focus\:hc-placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .dark\:focus\:hc-placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .dark\:focus\:hc-placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }
}

.hc-opacity-0{
  opacity: 0 !important;
}

.hc-opacity-5{
  opacity: 0.05 !important;
}

.hc-opacity-10{
  opacity: 0.1 !important;
}

.hc-opacity-20{
  opacity: 0.2 !important;
}

.hc-opacity-25{
  opacity: 0.25 !important;
}

.hc-opacity-30{
  opacity: 0.3 !important;
}

.hc-opacity-40{
  opacity: 0.4 !important;
}

.hc-opacity-50{
  opacity: 0.5 !important;
}

.hc-opacity-60{
  opacity: 0.6 !important;
}

.hc-opacity-70{
  opacity: 0.7 !important;
}

.hc-opacity-75{
  opacity: 0.75 !important;
}

.hc-opacity-80{
  opacity: 0.8 !important;
}

.hc-opacity-90{
  opacity: 0.9 !important;
}

.hc-opacity-95{
  opacity: 0.95 !important;
}

.hc-opacity-100{
  opacity: 1 !important;
}

.hc-group:hover .group-hover\:hc-opacity-0{
  opacity: 0 !important;
}

.hc-group:hover .group-hover\:hc-opacity-5{
  opacity: 0.05 !important;
}

.hc-group:hover .group-hover\:hc-opacity-10{
  opacity: 0.1 !important;
}

.hc-group:hover .group-hover\:hc-opacity-20{
  opacity: 0.2 !important;
}

.hc-group:hover .group-hover\:hc-opacity-25{
  opacity: 0.25 !important;
}

.hc-group:hover .group-hover\:hc-opacity-30{
  opacity: 0.3 !important;
}

.hc-group:hover .group-hover\:hc-opacity-40{
  opacity: 0.4 !important;
}

.hc-group:hover .group-hover\:hc-opacity-50{
  opacity: 0.5 !important;
}

.hc-group:hover .group-hover\:hc-opacity-60{
  opacity: 0.6 !important;
}

.hc-group:hover .group-hover\:hc-opacity-70{
  opacity: 0.7 !important;
}

.hc-group:hover .group-hover\:hc-opacity-75{
  opacity: 0.75 !important;
}

.hc-group:hover .group-hover\:hc-opacity-80{
  opacity: 0.8 !important;
}

.hc-group:hover .group-hover\:hc-opacity-90{
  opacity: 0.9 !important;
}

.hc-group:hover .group-hover\:hc-opacity-95{
  opacity: 0.95 !important;
}

.hc-group:hover .group-hover\:hc-opacity-100{
  opacity: 1 !important;
}

.focus-within\:hc-opacity-0:focus-within{
  opacity: 0 !important;
}

.focus-within\:hc-opacity-5:focus-within{
  opacity: 0.05 !important;
}

.focus-within\:hc-opacity-10:focus-within{
  opacity: 0.1 !important;
}

.focus-within\:hc-opacity-20:focus-within{
  opacity: 0.2 !important;
}

.focus-within\:hc-opacity-25:focus-within{
  opacity: 0.25 !important;
}

.focus-within\:hc-opacity-30:focus-within{
  opacity: 0.3 !important;
}

.focus-within\:hc-opacity-40:focus-within{
  opacity: 0.4 !important;
}

.focus-within\:hc-opacity-50:focus-within{
  opacity: 0.5 !important;
}

.focus-within\:hc-opacity-60:focus-within{
  opacity: 0.6 !important;
}

.focus-within\:hc-opacity-70:focus-within{
  opacity: 0.7 !important;
}

.focus-within\:hc-opacity-75:focus-within{
  opacity: 0.75 !important;
}

.focus-within\:hc-opacity-80:focus-within{
  opacity: 0.8 !important;
}

.focus-within\:hc-opacity-90:focus-within{
  opacity: 0.9 !important;
}

.focus-within\:hc-opacity-95:focus-within{
  opacity: 0.95 !important;
}

.focus-within\:hc-opacity-100:focus-within{
  opacity: 1 !important;
}

.hover\:hc-opacity-0:hover{
  opacity: 0 !important;
}

.hover\:hc-opacity-5:hover{
  opacity: 0.05 !important;
}

.hover\:hc-opacity-10:hover{
  opacity: 0.1 !important;
}

.hover\:hc-opacity-20:hover{
  opacity: 0.2 !important;
}

.hover\:hc-opacity-25:hover{
  opacity: 0.25 !important;
}

.hover\:hc-opacity-30:hover{
  opacity: 0.3 !important;
}

.hover\:hc-opacity-40:hover{
  opacity: 0.4 !important;
}

.hover\:hc-opacity-50:hover{
  opacity: 0.5 !important;
}

.hover\:hc-opacity-60:hover{
  opacity: 0.6 !important;
}

.hover\:hc-opacity-70:hover{
  opacity: 0.7 !important;
}

.hover\:hc-opacity-75:hover{
  opacity: 0.75 !important;
}

.hover\:hc-opacity-80:hover{
  opacity: 0.8 !important;
}

.hover\:hc-opacity-90:hover{
  opacity: 0.9 !important;
}

.hover\:hc-opacity-95:hover{
  opacity: 0.95 !important;
}

.hover\:hc-opacity-100:hover{
  opacity: 1 !important;
}

.focus\:hc-opacity-0:focus{
  opacity: 0 !important;
}

.focus\:hc-opacity-5:focus{
  opacity: 0.05 !important;
}

.focus\:hc-opacity-10:focus{
  opacity: 0.1 !important;
}

.focus\:hc-opacity-20:focus{
  opacity: 0.2 !important;
}

.focus\:hc-opacity-25:focus{
  opacity: 0.25 !important;
}

.focus\:hc-opacity-30:focus{
  opacity: 0.3 !important;
}

.focus\:hc-opacity-40:focus{
  opacity: 0.4 !important;
}

.focus\:hc-opacity-50:focus{
  opacity: 0.5 !important;
}

.focus\:hc-opacity-60:focus{
  opacity: 0.6 !important;
}

.focus\:hc-opacity-70:focus{
  opacity: 0.7 !important;
}

.focus\:hc-opacity-75:focus{
  opacity: 0.75 !important;
}

.focus\:hc-opacity-80:focus{
  opacity: 0.8 !important;
}

.focus\:hc-opacity-90:focus{
  opacity: 0.9 !important;
}

.focus\:hc-opacity-95:focus{
  opacity: 0.95 !important;
}

.focus\:hc-opacity-100:focus{
  opacity: 1 !important;
}

.hc-bg-blend-normal{
  background-blend-mode: normal !important;
}

.hc-bg-blend-multiply{
  background-blend-mode: multiply !important;
}

.hc-bg-blend-screen{
  background-blend-mode: screen !important;
}

.hc-bg-blend-overlay{
  background-blend-mode: overlay !important;
}

.hc-bg-blend-darken{
  background-blend-mode: darken !important;
}

.hc-bg-blend-lighten{
  background-blend-mode: lighten !important;
}

.hc-bg-blend-color-dodge{
  background-blend-mode: color-dodge !important;
}

.hc-bg-blend-color-burn{
  background-blend-mode: color-burn !important;
}

.hc-bg-blend-hard-light{
  background-blend-mode: hard-light !important;
}

.hc-bg-blend-soft-light{
  background-blend-mode: soft-light !important;
}

.hc-bg-blend-difference{
  background-blend-mode: difference !important;
}

.hc-bg-blend-exclusion{
  background-blend-mode: exclusion !important;
}

.hc-bg-blend-hue{
  background-blend-mode: hue !important;
}

.hc-bg-blend-saturation{
  background-blend-mode: saturation !important;
}

.hc-bg-blend-color{
  background-blend-mode: color !important;
}

.hc-bg-blend-luminosity{
  background-blend-mode: luminosity !important;
}

.hc-mix-blend-normal{
  mix-blend-mode: normal !important;
}

.hc-mix-blend-multiply{
  mix-blend-mode: multiply !important;
}

.hc-mix-blend-screen{
  mix-blend-mode: screen !important;
}

.hc-mix-blend-overlay{
  mix-blend-mode: overlay !important;
}

.hc-mix-blend-darken{
  mix-blend-mode: darken !important;
}

.hc-mix-blend-lighten{
  mix-blend-mode: lighten !important;
}

.hc-mix-blend-color-dodge{
  mix-blend-mode: color-dodge !important;
}

.hc-mix-blend-color-burn{
  mix-blend-mode: color-burn !important;
}

.hc-mix-blend-hard-light{
  mix-blend-mode: hard-light !important;
}

.hc-mix-blend-soft-light{
  mix-blend-mode: soft-light !important;
}

.hc-mix-blend-difference{
  mix-blend-mode: difference !important;
}

.hc-mix-blend-exclusion{
  mix-blend-mode: exclusion !important;
}

.hc-mix-blend-hue{
  mix-blend-mode: hue !important;
}

.hc-mix-blend-saturation{
  mix-blend-mode: saturation !important;
}

.hc-mix-blend-color{
  mix-blend-mode: color !important;
}

.hc-mix-blend-luminosity{
  mix-blend-mode: luminosity !important;
}

*, ::before, ::after{
  --tw-shadow: 0 0 #0000;
}

.hc-shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hc-shadow{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hc-shadow-md{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hc-shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hc-shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hc-shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hc-shadow-inner{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hc-shadow-none{
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hc-group:hover .group-hover\:hc-shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hc-group:hover .group-hover\:hc-shadow{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hc-group:hover .group-hover\:hc-shadow-md{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hc-group:hover .group-hover\:hc-shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hc-group:hover .group-hover\:hc-shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hc-group:hover .group-hover\:hc-shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hc-group:hover .group-hover\:hc-shadow-inner{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hc-group:hover .group-hover\:hc-shadow-none{
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:hc-shadow-sm:focus-within{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:hc-shadow:focus-within{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:hc-shadow-md:focus-within{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:hc-shadow-lg:focus-within{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:hc-shadow-xl:focus-within{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:hc-shadow-2xl:focus-within{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:hc-shadow-inner:focus-within{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:hc-shadow-none:focus-within{
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:hc-shadow-sm:hover{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:hc-shadow:hover{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:hc-shadow-md:hover{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:hc-shadow-lg:hover{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:hc-shadow-xl:hover{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:hc-shadow-2xl:hover{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:hc-shadow-inner:hover{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:hc-shadow-none:hover{
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:hc-shadow-sm:focus{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:hc-shadow:focus{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:hc-shadow-md:focus{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:hc-shadow-lg:focus{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:hc-shadow-xl:focus{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:hc-shadow-2xl:focus{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:hc-shadow-inner:focus{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:hc-shadow-none:focus{
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

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

.hc-outline-white{
  outline: 2px dotted white !important;
  outline-offset: 2px !important;
}

.hc-outline-black{
  outline: 2px dotted black !important;
  outline-offset: 2px !important;
}

.focus-within\:hc-outline-none:focus-within{
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.focus-within\:hc-outline-white:focus-within{
  outline: 2px dotted white !important;
  outline-offset: 2px !important;
}

.focus-within\:hc-outline-black:focus-within{
  outline: 2px dotted black !important;
  outline-offset: 2px !important;
}

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

.focus\:hc-outline-white:focus{
  outline: 2px dotted white !important;
  outline-offset: 2px !important;
}

.focus\:hc-outline-black:focus{
  outline: 2px dotted black !important;
  outline-offset: 2px !important;
}

*, ::before, ::after{
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.hc-ring-0{
  --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;
}

.hc-ring-1{
  --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(1px + 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;
}

.hc-ring-2{
  --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(2px + 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;
}

.hc-ring-4{
  --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(4px + 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;
}

.hc-ring-8{
  --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(8px + 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;
}

.hc-ring{
  --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(3px + 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;
}

.focus-within\:hc-ring-0:focus-within{
  --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;
}

.focus-within\:hc-ring-1:focus-within{
  --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(1px + 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;
}

.focus-within\:hc-ring-2:focus-within{
  --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(2px + 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;
}

.focus-within\:hc-ring-4:focus-within{
  --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(4px + 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;
}

.focus-within\:hc-ring-8:focus-within{
  --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(8px + 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;
}

.focus-within\:hc-ring:focus-within{
  --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(3px + 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;
}

.focus\:hc-ring-0: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;
}

.focus\:hc-ring-1: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(1px + 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;
}

.focus\:hc-ring-2: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(2px + 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;
}

.focus\:hc-ring-4: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(4px + 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;
}

.focus\:hc-ring-8: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(8px + 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;
}

.focus\:hc-ring: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(3px + 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;
}

.hc-ring-inset{
  --tw-ring-inset: inset !important;
}

.focus-within\:hc-ring-inset:focus-within{
  --tw-ring-inset: inset !important;
}

.focus\:hc-ring-inset:focus{
  --tw-ring-inset: inset !important;
}

.hc-ring-black{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
}

.hc-ring-white{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
}

.hc-ring-gray-50{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
}

.hc-ring-gray-100{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity)) !important;
}

.hc-ring-gray-200{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity)) !important;
}

.hc-ring-gray-300{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity)) !important;
}

.hc-ring-gray-400{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity)) !important;
}

.hc-ring-gray-500{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity)) !important;
}

.hc-ring-gray-600{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity)) !important;
}

.hc-ring-gray-700{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity)) !important;
}

.hc-ring-gray-800{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity)) !important;
}

.hc-ring-gray-900{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity)) !important;
}

.hc-ring-slate{
}

.hc-ring-red-50{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
}

.hc-ring-red-100{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
}

.hc-ring-red-200{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
}

.hc-ring-red-300{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
}

.hc-ring-red-400{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
}

.hc-ring-red-500{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
}

.hc-ring-red-600{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
}

.hc-ring-red-700{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
}

.hc-ring-red-800{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
}

.hc-ring-red-900{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
}

.hc-ring-blue-50{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
}

.hc-ring-blue-100{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
}

.hc-ring-blue-200{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
}

.hc-ring-blue-300{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
}

.hc-ring-blue-400{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
}

.hc-ring-blue-500{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
}

.hc-ring-blue-600{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
}

.hc-ring-blue-700{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
}

.hc-ring-blue-800{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
}

.hc-ring-blue-900{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
}

.hc-ring-purple-50{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
}

.hc-ring-purple-100{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity)) !important;
}

.hc-ring-purple-200{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity)) !important;
}

.hc-ring-purple-300{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity)) !important;
}

.hc-ring-purple-400{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity)) !important;
}

.hc-ring-purple-500{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity)) !important;
}

.hc-ring-purple-600{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity)) !important;
}

.hc-ring-purple-700{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity)) !important;
}

.hc-ring-purple-800{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity)) !important;
}

.hc-ring-purple-900{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity)) !important;
}

.hc-ring-yellow-50{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity)) !important;
}

.hc-ring-yellow-100{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity)) !important;
}

.hc-ring-yellow-200{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)) !important;
}

.hc-ring-yellow-300{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity)) !important;
}

.hc-ring-yellow-400{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity)) !important;
}

.hc-ring-yellow-500{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)) !important;
}

.hc-ring-yellow-600{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity)) !important;
}

.hc-ring-yellow-700{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity)) !important;
}

.hc-ring-yellow-800{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity)) !important;
}

.hc-ring-yellow-900{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity)) !important;
}

.hc-ring-indigo-50{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
}

.hc-ring-indigo-100{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
}

.hc-ring-indigo-200{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
}

.hc-ring-indigo-300{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
}

.hc-ring-indigo-400{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
}

.hc-ring-indigo-500{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
}

.hc-ring-indigo-600{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
}

.hc-ring-indigo-700{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
}

.hc-ring-indigo-800{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
}

.hc-ring-indigo-900{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
}

.hc-ring-pink-50{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
}

.hc-ring-pink-100{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
}

.hc-ring-pink-200{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
}

.hc-ring-pink-300{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
}

.hc-ring-pink-400{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
}

.hc-ring-pink-500{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
}

.hc-ring-pink-600{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
}

.hc-ring-pink-700{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
}

.hc-ring-pink-800{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
}

.hc-ring-pink-900{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-black:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-white:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-gray-50:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-gray-100:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-gray-200:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-gray-300:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-gray-400:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-gray-500:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-gray-600:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-gray-700:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-gray-800:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-gray-900:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-slate:focus-within{
}

.focus-within\:hc-ring-red-50:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-red-100:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-red-200:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-red-300:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-red-400:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-red-500:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-red-600:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-red-700:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-red-800:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-red-900:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-blue-50:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-blue-100:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-blue-200:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-blue-300:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-blue-400:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-blue-500:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-blue-600:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-blue-700:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-blue-800:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-blue-900:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-purple-50:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-purple-100:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-purple-200:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-purple-300:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-purple-400:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-purple-500:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-purple-600:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-purple-700:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-purple-800:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-purple-900:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-yellow-50:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-yellow-100:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-yellow-200:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-yellow-300:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-yellow-400:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-yellow-500:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-yellow-600:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-yellow-700:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-yellow-800:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-yellow-900:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-indigo-50:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-indigo-100:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-indigo-200:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-indigo-300:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-indigo-400:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-indigo-500:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-indigo-600:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-indigo-700:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-indigo-800:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-indigo-900:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-pink-50:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-pink-100:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-pink-200:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-pink-300:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-pink-400:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-pink-500:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-pink-600:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-pink-700:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-pink-800:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
}

.focus-within\:hc-ring-pink-900:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-black:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-white:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-gray-50:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-gray-100:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-gray-200:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-gray-300:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-gray-400:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-gray-500:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-gray-600:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-gray-700:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-gray-800:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-gray-900:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-slate:focus{
}

.focus\:hc-ring-red-50:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-red-100:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-red-200:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-red-300:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-red-400:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-red-500:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-red-600:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-red-700:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-red-800:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-red-900:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-blue-50:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-blue-100:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-blue-200:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-blue-300:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-blue-400:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-blue-500:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-blue-600:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-blue-700:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-blue-800:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-blue-900:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-purple-50:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-purple-100:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-purple-200:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-purple-300:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-purple-400:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-purple-500:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-purple-600:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-purple-700:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-purple-800:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-purple-900:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-yellow-50:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-yellow-100:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-yellow-200:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-yellow-300:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-yellow-400:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-yellow-500:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-yellow-600:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-yellow-700:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-yellow-800:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-yellow-900:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-indigo-50:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-indigo-100:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-indigo-200:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-indigo-300:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-indigo-400:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-indigo-500:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-indigo-600:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-indigo-700:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-indigo-800:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-indigo-900:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-pink-50:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-pink-100:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-pink-200:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-pink-300:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-pink-400:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-pink-500:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-pink-600:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-pink-700:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-pink-800:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
}

.focus\:hc-ring-pink-900:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
}

@media (prefers-color-scheme: dark){
  .dark\:hc-ring-black{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-white{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-gray-50{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-gray-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-gray-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-gray-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-gray-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-gray-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-gray-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-gray-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-gray-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-gray-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-slate{
  }

  .dark\:hc-ring-red-50{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-red-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-red-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-red-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-red-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-red-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-red-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-red-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-red-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-red-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-blue-50{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-blue-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-blue-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-blue-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-blue-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-blue-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-blue-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-blue-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-blue-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-blue-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-purple-50{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-purple-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-purple-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-purple-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-purple-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-purple-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-purple-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-purple-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-purple-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-purple-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-yellow-50{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-yellow-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-yellow-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-yellow-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-yellow-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-yellow-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-yellow-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-yellow-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-yellow-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-yellow-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-indigo-50{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-indigo-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-indigo-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-indigo-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-indigo-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-indigo-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-indigo-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-indigo-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-indigo-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-indigo-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-pink-50{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-pink-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-pink-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-pink-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-pink-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-pink-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-pink-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-pink-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-pink-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
  }

  .dark\:hc-ring-pink-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-black:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-white:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-gray-50:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-gray-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-gray-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-gray-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-gray-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-gray-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-gray-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-gray-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-gray-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-gray-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-slate:focus-within{
  }

  .dark\:focus-within\:hc-ring-red-50:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-red-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-red-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-red-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-red-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-red-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-red-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-red-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-red-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-red-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-blue-50:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-blue-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-blue-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-blue-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-blue-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-blue-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-blue-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-blue-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-blue-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-blue-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-purple-50:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-purple-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-purple-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-purple-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-purple-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-purple-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-purple-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-purple-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-purple-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-purple-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-yellow-50:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-yellow-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-yellow-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-yellow-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-yellow-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-yellow-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-yellow-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-yellow-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-yellow-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-yellow-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-indigo-50:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-indigo-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-indigo-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-indigo-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-indigo-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-indigo-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-indigo-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-indigo-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-indigo-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-indigo-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-pink-50:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-pink-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-pink-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-pink-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-pink-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-pink-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-pink-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-pink-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-pink-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus-within\:hc-ring-pink-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-black:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-white:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-gray-50:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-gray-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-gray-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-gray-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-gray-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-gray-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-gray-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-gray-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-gray-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-gray-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-slate:focus{
  }

  .dark\:focus\:hc-ring-red-50:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-red-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-red-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-red-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-red-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-red-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-red-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-red-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-red-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-red-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-blue-50:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-blue-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-blue-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-blue-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-blue-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-blue-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-blue-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-blue-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-blue-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-blue-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-purple-50:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-purple-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-purple-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-purple-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-purple-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-purple-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-purple-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-purple-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-purple-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-purple-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-yellow-50:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-yellow-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-yellow-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-yellow-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-yellow-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-yellow-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-yellow-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-yellow-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-yellow-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-yellow-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-indigo-50:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-indigo-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-indigo-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-indigo-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-indigo-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-indigo-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-indigo-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-indigo-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-indigo-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-indigo-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-pink-50:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-pink-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-pink-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-pink-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-pink-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-pink-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-pink-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-pink-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-pink-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
  }

  .dark\:focus\:hc-ring-pink-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
  }
}

.hc-ring-opacity-0{
  --tw-ring-opacity: 0 !important;
}

.hc-ring-opacity-5{
  --tw-ring-opacity: 0.05 !important;
}

.hc-ring-opacity-10{
  --tw-ring-opacity: 0.1 !important;
}

.hc-ring-opacity-20{
  --tw-ring-opacity: 0.2 !important;
}

.hc-ring-opacity-25{
  --tw-ring-opacity: 0.25 !important;
}

.hc-ring-opacity-30{
  --tw-ring-opacity: 0.3 !important;
}

.hc-ring-opacity-40{
  --tw-ring-opacity: 0.4 !important;
}

.hc-ring-opacity-50{
  --tw-ring-opacity: 0.5 !important;
}

.hc-ring-opacity-60{
  --tw-ring-opacity: 0.6 !important;
}

.hc-ring-opacity-70{
  --tw-ring-opacity: 0.7 !important;
}

.hc-ring-opacity-75{
  --tw-ring-opacity: 0.75 !important;
}

.hc-ring-opacity-80{
  --tw-ring-opacity: 0.8 !important;
}

.hc-ring-opacity-90{
  --tw-ring-opacity: 0.9 !important;
}

.hc-ring-opacity-95{
  --tw-ring-opacity: 0.95 !important;
}

.hc-ring-opacity-100{
  --tw-ring-opacity: 1 !important;
}

.focus-within\:hc-ring-opacity-0:focus-within{
  --tw-ring-opacity: 0 !important;
}

.focus-within\:hc-ring-opacity-5:focus-within{
  --tw-ring-opacity: 0.05 !important;
}

.focus-within\:hc-ring-opacity-10:focus-within{
  --tw-ring-opacity: 0.1 !important;
}

.focus-within\:hc-ring-opacity-20:focus-within{
  --tw-ring-opacity: 0.2 !important;
}

.focus-within\:hc-ring-opacity-25:focus-within{
  --tw-ring-opacity: 0.25 !important;
}

.focus-within\:hc-ring-opacity-30:focus-within{
  --tw-ring-opacity: 0.3 !important;
}

.focus-within\:hc-ring-opacity-40:focus-within{
  --tw-ring-opacity: 0.4 !important;
}

.focus-within\:hc-ring-opacity-50:focus-within{
  --tw-ring-opacity: 0.5 !important;
}

.focus-within\:hc-ring-opacity-60:focus-within{
  --tw-ring-opacity: 0.6 !important;
}

.focus-within\:hc-ring-opacity-70:focus-within{
  --tw-ring-opacity: 0.7 !important;
}

.focus-within\:hc-ring-opacity-75:focus-within{
  --tw-ring-opacity: 0.75 !important;
}

.focus-within\:hc-ring-opacity-80:focus-within{
  --tw-ring-opacity: 0.8 !important;
}

.focus-within\:hc-ring-opacity-90:focus-within{
  --tw-ring-opacity: 0.9 !important;
}

.focus-within\:hc-ring-opacity-95:focus-within{
  --tw-ring-opacity: 0.95 !important;
}

.focus-within\:hc-ring-opacity-100:focus-within{
  --tw-ring-opacity: 1 !important;
}

.focus\:hc-ring-opacity-0:focus{
  --tw-ring-opacity: 0 !important;
}

.focus\:hc-ring-opacity-5:focus{
  --tw-ring-opacity: 0.05 !important;
}

.focus\:hc-ring-opacity-10:focus{
  --tw-ring-opacity: 0.1 !important;
}

.focus\:hc-ring-opacity-20:focus{
  --tw-ring-opacity: 0.2 !important;
}

.focus\:hc-ring-opacity-25:focus{
  --tw-ring-opacity: 0.25 !important;
}

.focus\:hc-ring-opacity-30:focus{
  --tw-ring-opacity: 0.3 !important;
}

.focus\:hc-ring-opacity-40:focus{
  --tw-ring-opacity: 0.4 !important;
}

.focus\:hc-ring-opacity-50:focus{
  --tw-ring-opacity: 0.5 !important;
}

.focus\:hc-ring-opacity-60:focus{
  --tw-ring-opacity: 0.6 !important;
}

.focus\:hc-ring-opacity-70:focus{
  --tw-ring-opacity: 0.7 !important;
}

.focus\:hc-ring-opacity-75:focus{
  --tw-ring-opacity: 0.75 !important;
}

.focus\:hc-ring-opacity-80:focus{
  --tw-ring-opacity: 0.8 !important;
}

.focus\:hc-ring-opacity-90:focus{
  --tw-ring-opacity: 0.9 !important;
}

.focus\:hc-ring-opacity-95:focus{
  --tw-ring-opacity: 0.95 !important;
}

.focus\:hc-ring-opacity-100:focus{
  --tw-ring-opacity: 1 !important;
}

@media (prefers-color-scheme: dark){
  .dark\:hc-ring-opacity-0{
    --tw-ring-opacity: 0 !important;
  }

  .dark\:hc-ring-opacity-5{
    --tw-ring-opacity: 0.05 !important;
  }

  .dark\:hc-ring-opacity-10{
    --tw-ring-opacity: 0.1 !important;
  }

  .dark\:hc-ring-opacity-20{
    --tw-ring-opacity: 0.2 !important;
  }

  .dark\:hc-ring-opacity-25{
    --tw-ring-opacity: 0.25 !important;
  }

  .dark\:hc-ring-opacity-30{
    --tw-ring-opacity: 0.3 !important;
  }

  .dark\:hc-ring-opacity-40{
    --tw-ring-opacity: 0.4 !important;
  }

  .dark\:hc-ring-opacity-50{
    --tw-ring-opacity: 0.5 !important;
  }

  .dark\:hc-ring-opacity-60{
    --tw-ring-opacity: 0.6 !important;
  }

  .dark\:hc-ring-opacity-70{
    --tw-ring-opacity: 0.7 !important;
  }

  .dark\:hc-ring-opacity-75{
    --tw-ring-opacity: 0.75 !important;
  }

  .dark\:hc-ring-opacity-80{
    --tw-ring-opacity: 0.8 !important;
  }

  .dark\:hc-ring-opacity-90{
    --tw-ring-opacity: 0.9 !important;
  }

  .dark\:hc-ring-opacity-95{
    --tw-ring-opacity: 0.95 !important;
  }

  .dark\:hc-ring-opacity-100{
    --tw-ring-opacity: 1 !important;
  }

  .dark\:focus-within\:hc-ring-opacity-0:focus-within{
    --tw-ring-opacity: 0 !important;
  }

  .dark\:focus-within\:hc-ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05 !important;
  }

  .dark\:focus-within\:hc-ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1 !important;
  }

  .dark\:focus-within\:hc-ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2 !important;
  }

  .dark\:focus-within\:hc-ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25 !important;
  }

  .dark\:focus-within\:hc-ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3 !important;
  }

  .dark\:focus-within\:hc-ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4 !important;
  }

  .dark\:focus-within\:hc-ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5 !important;
  }

  .dark\:focus-within\:hc-ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6 !important;
  }

  .dark\:focus-within\:hc-ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7 !important;
  }

  .dark\:focus-within\:hc-ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75 !important;
  }

  .dark\:focus-within\:hc-ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8 !important;
  }

  .dark\:focus-within\:hc-ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9 !important;
  }

  .dark\:focus-within\:hc-ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95 !important;
  }

  .dark\:focus-within\:hc-ring-opacity-100:focus-within{
    --tw-ring-opacity: 1 !important;
  }

  .dark\:focus\:hc-ring-opacity-0:focus{
    --tw-ring-opacity: 0 !important;
  }

  .dark\:focus\:hc-ring-opacity-5:focus{
    --tw-ring-opacity: 0.05 !important;
  }

  .dark\:focus\:hc-ring-opacity-10:focus{
    --tw-ring-opacity: 0.1 !important;
  }

  .dark\:focus\:hc-ring-opacity-20:focus{
    --tw-ring-opacity: 0.2 !important;
  }

  .dark\:focus\:hc-ring-opacity-25:focus{
    --tw-ring-opacity: 0.25 !important;
  }

  .dark\:focus\:hc-ring-opacity-30:focus{
    --tw-ring-opacity: 0.3 !important;
  }

  .dark\:focus\:hc-ring-opacity-40:focus{
    --tw-ring-opacity: 0.4 !important;
  }

  .dark\:focus\:hc-ring-opacity-50:focus{
    --tw-ring-opacity: 0.5 !important;
  }

  .dark\:focus\:hc-ring-opacity-60:focus{
    --tw-ring-opacity: 0.6 !important;
  }

  .dark\:focus\:hc-ring-opacity-70:focus{
    --tw-ring-opacity: 0.7 !important;
  }

  .dark\:focus\:hc-ring-opacity-75:focus{
    --tw-ring-opacity: 0.75 !important;
  }

  .dark\:focus\:hc-ring-opacity-80:focus{
    --tw-ring-opacity: 0.8 !important;
  }

  .dark\:focus\:hc-ring-opacity-90:focus{
    --tw-ring-opacity: 0.9 !important;
  }

  .dark\:focus\:hc-ring-opacity-95:focus{
    --tw-ring-opacity: 0.95 !important;
  }

  .dark\:focus\:hc-ring-opacity-100:focus{
    --tw-ring-opacity: 1 !important;
  }
}

.hc-ring-offset-0{
  --tw-ring-offset-width: 0px !important;
}

.hc-ring-offset-1{
  --tw-ring-offset-width: 1px !important;
}

.hc-ring-offset-2{
  --tw-ring-offset-width: 2px !important;
}

.hc-ring-offset-4{
  --tw-ring-offset-width: 4px !important;
}

.hc-ring-offset-8{
  --tw-ring-offset-width: 8px !important;
}

.focus-within\:hc-ring-offset-0:focus-within{
  --tw-ring-offset-width: 0px !important;
}

.focus-within\:hc-ring-offset-1:focus-within{
  --tw-ring-offset-width: 1px !important;
}

.focus-within\:hc-ring-offset-2:focus-within{
  --tw-ring-offset-width: 2px !important;
}

.focus-within\:hc-ring-offset-4:focus-within{
  --tw-ring-offset-width: 4px !important;
}

.focus-within\:hc-ring-offset-8:focus-within{
  --tw-ring-offset-width: 8px !important;
}

.focus\:hc-ring-offset-0:focus{
  --tw-ring-offset-width: 0px !important;
}

.focus\:hc-ring-offset-1:focus{
  --tw-ring-offset-width: 1px !important;
}

.focus\:hc-ring-offset-2:focus{
  --tw-ring-offset-width: 2px !important;
}

.focus\:hc-ring-offset-4:focus{
  --tw-ring-offset-width: 4px !important;
}

.focus\:hc-ring-offset-8:focus{
  --tw-ring-offset-width: 8px !important;
}

.hc-ring-offset-black{
  --tw-ring-offset-color: #000 !important;
}

.hc-ring-offset-white{
  --tw-ring-offset-color: #fff !important;
}

.hc-ring-offset-gray-50{
  --tw-ring-offset-color: #fafafa !important;
}

.hc-ring-offset-gray-100{
  --tw-ring-offset-color: #f4f4f5 !important;
}

.hc-ring-offset-gray-200{
  --tw-ring-offset-color: #e4e4e7 !important;
}

.hc-ring-offset-gray-300{
  --tw-ring-offset-color: #d4d4d8 !important;
}

.hc-ring-offset-gray-400{
  --tw-ring-offset-color: #a1a1aa !important;
}

.hc-ring-offset-gray-500{
  --tw-ring-offset-color: #71717a !important;
}

.hc-ring-offset-gray-600{
  --tw-ring-offset-color: #52525b !important;
}

.hc-ring-offset-gray-700{
  --tw-ring-offset-color: #3f3f46 !important;
}

.hc-ring-offset-gray-800{
  --tw-ring-offset-color: #27272a !important;
}

.hc-ring-offset-gray-900{
  --tw-ring-offset-color: #18181b !important;
}

.hc-ring-offset-slate{
}

.hc-ring-offset-red-50{
  --tw-ring-offset-color: #fef2f2 !important;
}

.hc-ring-offset-red-100{
  --tw-ring-offset-color: #fee2e2 !important;
}

.hc-ring-offset-red-200{
  --tw-ring-offset-color: #fecaca !important;
}

.hc-ring-offset-red-300{
  --tw-ring-offset-color: #fca5a5 !important;
}

.hc-ring-offset-red-400{
  --tw-ring-offset-color: #f87171 !important;
}

.hc-ring-offset-red-500{
  --tw-ring-offset-color: #ef4444 !important;
}

.hc-ring-offset-red-600{
  --tw-ring-offset-color: #dc2626 !important;
}

.hc-ring-offset-red-700{
  --tw-ring-offset-color: #b91c1c !important;
}

.hc-ring-offset-red-800{
  --tw-ring-offset-color: #991b1b !important;
}

.hc-ring-offset-red-900{
  --tw-ring-offset-color: #7f1d1d !important;
}

.hc-ring-offset-blue-50{
  --tw-ring-offset-color: #eff6ff !important;
}

.hc-ring-offset-blue-100{
  --tw-ring-offset-color: #dbeafe !important;
}

.hc-ring-offset-blue-200{
  --tw-ring-offset-color: #bfdbfe !important;
}

.hc-ring-offset-blue-300{
  --tw-ring-offset-color: #93c5fd !important;
}

.hc-ring-offset-blue-400{
  --tw-ring-offset-color: #60a5fa !important;
}

.hc-ring-offset-blue-500{
  --tw-ring-offset-color: #3b82f6 !important;
}

.hc-ring-offset-blue-600{
  --tw-ring-offset-color: #2563eb !important;
}

.hc-ring-offset-blue-700{
  --tw-ring-offset-color: #1d4ed8 !important;
}

.hc-ring-offset-blue-800{
  --tw-ring-offset-color: #1e40af !important;
}

.hc-ring-offset-blue-900{
  --tw-ring-offset-color: #1e3a8a !important;
}

.hc-ring-offset-purple-50{
  --tw-ring-offset-color: #faf5ff !important;
}

.hc-ring-offset-purple-100{
  --tw-ring-offset-color: #f3e8ff !important;
}

.hc-ring-offset-purple-200{
  --tw-ring-offset-color: #e9d5ff !important;
}

.hc-ring-offset-purple-300{
  --tw-ring-offset-color: #d8b4fe !important;
}

.hc-ring-offset-purple-400{
  --tw-ring-offset-color: #c084fc !important;
}

.hc-ring-offset-purple-500{
  --tw-ring-offset-color: #a855f7 !important;
}

.hc-ring-offset-purple-600{
  --tw-ring-offset-color: #9333ea !important;
}

.hc-ring-offset-purple-700{
  --tw-ring-offset-color: #7e22ce !important;
}

.hc-ring-offset-purple-800{
  --tw-ring-offset-color: #6b21a8 !important;
}

.hc-ring-offset-purple-900{
  --tw-ring-offset-color: #581c87 !important;
}

.hc-ring-offset-yellow-50{
  --tw-ring-offset-color: #fefce8 !important;
}

.hc-ring-offset-yellow-100{
  --tw-ring-offset-color: #fef9c3 !important;
}

.hc-ring-offset-yellow-200{
  --tw-ring-offset-color: #fef08a !important;
}

.hc-ring-offset-yellow-300{
  --tw-ring-offset-color: #fde047 !important;
}

.hc-ring-offset-yellow-400{
  --tw-ring-offset-color: #facc15 !important;
}

.hc-ring-offset-yellow-500{
  --tw-ring-offset-color: #eab308 !important;
}

.hc-ring-offset-yellow-600{
  --tw-ring-offset-color: #ca8a04 !important;
}

.hc-ring-offset-yellow-700{
  --tw-ring-offset-color: #a16207 !important;
}

.hc-ring-offset-yellow-800{
  --tw-ring-offset-color: #854d0e !important;
}

.hc-ring-offset-yellow-900{
  --tw-ring-offset-color: #713f12 !important;
}

.hc-ring-offset-indigo-50{
  --tw-ring-offset-color: #eef2ff !important;
}

.hc-ring-offset-indigo-100{
  --tw-ring-offset-color: #e0e7ff !important;
}

.hc-ring-offset-indigo-200{
  --tw-ring-offset-color: #c7d2fe !important;
}

.hc-ring-offset-indigo-300{
  --tw-ring-offset-color: #a5b4fc !important;
}

.hc-ring-offset-indigo-400{
  --tw-ring-offset-color: #818cf8 !important;
}

.hc-ring-offset-indigo-500{
  --tw-ring-offset-color: #6366f1 !important;
}

.hc-ring-offset-indigo-600{
  --tw-ring-offset-color: #4f46e5 !important;
}

.hc-ring-offset-indigo-700{
  --tw-ring-offset-color: #4338ca !important;
}

.hc-ring-offset-indigo-800{
  --tw-ring-offset-color: #3730a3 !important;
}

.hc-ring-offset-indigo-900{
  --tw-ring-offset-color: #312e81 !important;
}

.hc-ring-offset-pink-50{
  --tw-ring-offset-color: #fdf2f8 !important;
}

.hc-ring-offset-pink-100{
  --tw-ring-offset-color: #fce7f3 !important;
}

.hc-ring-offset-pink-200{
  --tw-ring-offset-color: #fbcfe8 !important;
}

.hc-ring-offset-pink-300{
  --tw-ring-offset-color: #f9a8d4 !important;
}

.hc-ring-offset-pink-400{
  --tw-ring-offset-color: #f472b6 !important;
}

.hc-ring-offset-pink-500{
  --tw-ring-offset-color: #ec4899 !important;
}

.hc-ring-offset-pink-600{
  --tw-ring-offset-color: #db2777 !important;
}

.hc-ring-offset-pink-700{
  --tw-ring-offset-color: #be185d !important;
}

.hc-ring-offset-pink-800{
  --tw-ring-offset-color: #9d174d !important;
}

.hc-ring-offset-pink-900{
  --tw-ring-offset-color: #831843 !important;
}

.focus-within\:hc-ring-offset-black:focus-within{
  --tw-ring-offset-color: #000 !important;
}

.focus-within\:hc-ring-offset-white:focus-within{
  --tw-ring-offset-color: #fff !important;
}

.focus-within\:hc-ring-offset-gray-50:focus-within{
  --tw-ring-offset-color: #fafafa !important;
}

.focus-within\:hc-ring-offset-gray-100:focus-within{
  --tw-ring-offset-color: #f4f4f5 !important;
}

.focus-within\:hc-ring-offset-gray-200:focus-within{
  --tw-ring-offset-color: #e4e4e7 !important;
}

.focus-within\:hc-ring-offset-gray-300:focus-within{
  --tw-ring-offset-color: #d4d4d8 !important;
}

.focus-within\:hc-ring-offset-gray-400:focus-within{
  --tw-ring-offset-color: #a1a1aa !important;
}

.focus-within\:hc-ring-offset-gray-500:focus-within{
  --tw-ring-offset-color: #71717a !important;
}

.focus-within\:hc-ring-offset-gray-600:focus-within{
  --tw-ring-offset-color: #52525b !important;
}

.focus-within\:hc-ring-offset-gray-700:focus-within{
  --tw-ring-offset-color: #3f3f46 !important;
}

.focus-within\:hc-ring-offset-gray-800:focus-within{
  --tw-ring-offset-color: #27272a !important;
}

.focus-within\:hc-ring-offset-gray-900:focus-within{
  --tw-ring-offset-color: #18181b !important;
}

.focus-within\:hc-ring-offset-slate:focus-within{
}

.focus-within\:hc-ring-offset-red-50:focus-within{
  --tw-ring-offset-color: #fef2f2 !important;
}

.focus-within\:hc-ring-offset-red-100:focus-within{
  --tw-ring-offset-color: #fee2e2 !important;
}

.focus-within\:hc-ring-offset-red-200:focus-within{
  --tw-ring-offset-color: #fecaca !important;
}

.focus-within\:hc-ring-offset-red-300:focus-within{
  --tw-ring-offset-color: #fca5a5 !important;
}

.focus-within\:hc-ring-offset-red-400:focus-within{
  --tw-ring-offset-color: #f87171 !important;
}

.focus-within\:hc-ring-offset-red-500:focus-within{
  --tw-ring-offset-color: #ef4444 !important;
}

.focus-within\:hc-ring-offset-red-600:focus-within{
  --tw-ring-offset-color: #dc2626 !important;
}

.focus-within\:hc-ring-offset-red-700:focus-within{
  --tw-ring-offset-color: #b91c1c !important;
}

.focus-within\:hc-ring-offset-red-800:focus-within{
  --tw-ring-offset-color: #991b1b !important;
}

.focus-within\:hc-ring-offset-red-900:focus-within{
  --tw-ring-offset-color: #7f1d1d !important;
}

.focus-within\:hc-ring-offset-blue-50:focus-within{
  --tw-ring-offset-color: #eff6ff !important;
}

.focus-within\:hc-ring-offset-blue-100:focus-within{
  --tw-ring-offset-color: #dbeafe !important;
}

.focus-within\:hc-ring-offset-blue-200:focus-within{
  --tw-ring-offset-color: #bfdbfe !important;
}

.focus-within\:hc-ring-offset-blue-300:focus-within{
  --tw-ring-offset-color: #93c5fd !important;
}

.focus-within\:hc-ring-offset-blue-400:focus-within{
  --tw-ring-offset-color: #60a5fa !important;
}

.focus-within\:hc-ring-offset-blue-500:focus-within{
  --tw-ring-offset-color: #3b82f6 !important;
}

.focus-within\:hc-ring-offset-blue-600:focus-within{
  --tw-ring-offset-color: #2563eb !important;
}

.focus-within\:hc-ring-offset-blue-700:focus-within{
  --tw-ring-offset-color: #1d4ed8 !important;
}

.focus-within\:hc-ring-offset-blue-800:focus-within{
  --tw-ring-offset-color: #1e40af !important;
}

.focus-within\:hc-ring-offset-blue-900:focus-within{
  --tw-ring-offset-color: #1e3a8a !important;
}

.focus-within\:hc-ring-offset-purple-50:focus-within{
  --tw-ring-offset-color: #faf5ff !important;
}

.focus-within\:hc-ring-offset-purple-100:focus-within{
  --tw-ring-offset-color: #f3e8ff !important;
}

.focus-within\:hc-ring-offset-purple-200:focus-within{
  --tw-ring-offset-color: #e9d5ff !important;
}

.focus-within\:hc-ring-offset-purple-300:focus-within{
  --tw-ring-offset-color: #d8b4fe !important;
}

.focus-within\:hc-ring-offset-purple-400:focus-within{
  --tw-ring-offset-color: #c084fc !important;
}

.focus-within\:hc-ring-offset-purple-500:focus-within{
  --tw-ring-offset-color: #a855f7 !important;
}

.focus-within\:hc-ring-offset-purple-600:focus-within{
  --tw-ring-offset-color: #9333ea !important;
}

.focus-within\:hc-ring-offset-purple-700:focus-within{
  --tw-ring-offset-color: #7e22ce !important;
}

.focus-within\:hc-ring-offset-purple-800:focus-within{
  --tw-ring-offset-color: #6b21a8 !important;
}

.focus-within\:hc-ring-offset-purple-900:focus-within{
  --tw-ring-offset-color: #581c87 !important;
}

.focus-within\:hc-ring-offset-yellow-50:focus-within{
  --tw-ring-offset-color: #fefce8 !important;
}

.focus-within\:hc-ring-offset-yellow-100:focus-within{
  --tw-ring-offset-color: #fef9c3 !important;
}

.focus-within\:hc-ring-offset-yellow-200:focus-within{
  --tw-ring-offset-color: #fef08a !important;
}

.focus-within\:hc-ring-offset-yellow-300:focus-within{
  --tw-ring-offset-color: #fde047 !important;
}

.focus-within\:hc-ring-offset-yellow-400:focus-within{
  --tw-ring-offset-color: #facc15 !important;
}

.focus-within\:hc-ring-offset-yellow-500:focus-within{
  --tw-ring-offset-color: #eab308 !important;
}

.focus-within\:hc-ring-offset-yellow-600:focus-within{
  --tw-ring-offset-color: #ca8a04 !important;
}

.focus-within\:hc-ring-offset-yellow-700:focus-within{
  --tw-ring-offset-color: #a16207 !important;
}

.focus-within\:hc-ring-offset-yellow-800:focus-within{
  --tw-ring-offset-color: #854d0e !important;
}

.focus-within\:hc-ring-offset-yellow-900:focus-within{
  --tw-ring-offset-color: #713f12 !important;
}

.focus-within\:hc-ring-offset-indigo-50:focus-within{
  --tw-ring-offset-color: #eef2ff !important;
}

.focus-within\:hc-ring-offset-indigo-100:focus-within{
  --tw-ring-offset-color: #e0e7ff !important;
}

.focus-within\:hc-ring-offset-indigo-200:focus-within{
  --tw-ring-offset-color: #c7d2fe !important;
}

.focus-within\:hc-ring-offset-indigo-300:focus-within{
  --tw-ring-offset-color: #a5b4fc !important;
}

.focus-within\:hc-ring-offset-indigo-400:focus-within{
  --tw-ring-offset-color: #818cf8 !important;
}

.focus-within\:hc-ring-offset-indigo-500:focus-within{
  --tw-ring-offset-color: #6366f1 !important;
}

.focus-within\:hc-ring-offset-indigo-600:focus-within{
  --tw-ring-offset-color: #4f46e5 !important;
}

.focus-within\:hc-ring-offset-indigo-700:focus-within{
  --tw-ring-offset-color: #4338ca !important;
}

.focus-within\:hc-ring-offset-indigo-800:focus-within{
  --tw-ring-offset-color: #3730a3 !important;
}

.focus-within\:hc-ring-offset-indigo-900:focus-within{
  --tw-ring-offset-color: #312e81 !important;
}

.focus-within\:hc-ring-offset-pink-50:focus-within{
  --tw-ring-offset-color: #fdf2f8 !important;
}

.focus-within\:hc-ring-offset-pink-100:focus-within{
  --tw-ring-offset-color: #fce7f3 !important;
}

.focus-within\:hc-ring-offset-pink-200:focus-within{
  --tw-ring-offset-color: #fbcfe8 !important;
}

.focus-within\:hc-ring-offset-pink-300:focus-within{
  --tw-ring-offset-color: #f9a8d4 !important;
}

.focus-within\:hc-ring-offset-pink-400:focus-within{
  --tw-ring-offset-color: #f472b6 !important;
}

.focus-within\:hc-ring-offset-pink-500:focus-within{
  --tw-ring-offset-color: #ec4899 !important;
}

.focus-within\:hc-ring-offset-pink-600:focus-within{
  --tw-ring-offset-color: #db2777 !important;
}

.focus-within\:hc-ring-offset-pink-700:focus-within{
  --tw-ring-offset-color: #be185d !important;
}

.focus-within\:hc-ring-offset-pink-800:focus-within{
  --tw-ring-offset-color: #9d174d !important;
}

.focus-within\:hc-ring-offset-pink-900:focus-within{
  --tw-ring-offset-color: #831843 !important;
}

.focus\:hc-ring-offset-black:focus{
  --tw-ring-offset-color: #000 !important;
}

.focus\:hc-ring-offset-white:focus{
  --tw-ring-offset-color: #fff !important;
}

.focus\:hc-ring-offset-gray-50:focus{
  --tw-ring-offset-color: #fafafa !important;
}

.focus\:hc-ring-offset-gray-100:focus{
  --tw-ring-offset-color: #f4f4f5 !important;
}

.focus\:hc-ring-offset-gray-200:focus{
  --tw-ring-offset-color: #e4e4e7 !important;
}

.focus\:hc-ring-offset-gray-300:focus{
  --tw-ring-offset-color: #d4d4d8 !important;
}

.focus\:hc-ring-offset-gray-400:focus{
  --tw-ring-offset-color: #a1a1aa !important;
}

.focus\:hc-ring-offset-gray-500:focus{
  --tw-ring-offset-color: #71717a !important;
}

.focus\:hc-ring-offset-gray-600:focus{
  --tw-ring-offset-color: #52525b !important;
}

.focus\:hc-ring-offset-gray-700:focus{
  --tw-ring-offset-color: #3f3f46 !important;
}

.focus\:hc-ring-offset-gray-800:focus{
  --tw-ring-offset-color: #27272a !important;
}

.focus\:hc-ring-offset-gray-900:focus{
  --tw-ring-offset-color: #18181b !important;
}

.focus\:hc-ring-offset-slate:focus{
}

.focus\:hc-ring-offset-red-50:focus{
  --tw-ring-offset-color: #fef2f2 !important;
}

.focus\:hc-ring-offset-red-100:focus{
  --tw-ring-offset-color: #fee2e2 !important;
}

.focus\:hc-ring-offset-red-200:focus{
  --tw-ring-offset-color: #fecaca !important;
}

.focus\:hc-ring-offset-red-300:focus{
  --tw-ring-offset-color: #fca5a5 !important;
}

.focus\:hc-ring-offset-red-400:focus{
  --tw-ring-offset-color: #f87171 !important;
}

.focus\:hc-ring-offset-red-500:focus{
  --tw-ring-offset-color: #ef4444 !important;
}

.focus\:hc-ring-offset-red-600:focus{
  --tw-ring-offset-color: #dc2626 !important;
}

.focus\:hc-ring-offset-red-700:focus{
  --tw-ring-offset-color: #b91c1c !important;
}

.focus\:hc-ring-offset-red-800:focus{
  --tw-ring-offset-color: #991b1b !important;
}

.focus\:hc-ring-offset-red-900:focus{
  --tw-ring-offset-color: #7f1d1d !important;
}

.focus\:hc-ring-offset-blue-50:focus{
  --tw-ring-offset-color: #eff6ff !important;
}

.focus\:hc-ring-offset-blue-100:focus{
  --tw-ring-offset-color: #dbeafe !important;
}

.focus\:hc-ring-offset-blue-200:focus{
  --tw-ring-offset-color: #bfdbfe !important;
}

.focus\:hc-ring-offset-blue-300:focus{
  --tw-ring-offset-color: #93c5fd !important;
}

.focus\:hc-ring-offset-blue-400:focus{
  --tw-ring-offset-color: #60a5fa !important;
}

.focus\:hc-ring-offset-blue-500:focus{
  --tw-ring-offset-color: #3b82f6 !important;
}

.focus\:hc-ring-offset-blue-600:focus{
  --tw-ring-offset-color: #2563eb !important;
}

.focus\:hc-ring-offset-blue-700:focus{
  --tw-ring-offset-color: #1d4ed8 !important;
}

.focus\:hc-ring-offset-blue-800:focus{
  --tw-ring-offset-color: #1e40af !important;
}

.focus\:hc-ring-offset-blue-900:focus{
  --tw-ring-offset-color: #1e3a8a !important;
}

.focus\:hc-ring-offset-purple-50:focus{
  --tw-ring-offset-color: #faf5ff !important;
}

.focus\:hc-ring-offset-purple-100:focus{
  --tw-ring-offset-color: #f3e8ff !important;
}

.focus\:hc-ring-offset-purple-200:focus{
  --tw-ring-offset-color: #e9d5ff !important;
}

.focus\:hc-ring-offset-purple-300:focus{
  --tw-ring-offset-color: #d8b4fe !important;
}

.focus\:hc-ring-offset-purple-400:focus{
  --tw-ring-offset-color: #c084fc !important;
}

.focus\:hc-ring-offset-purple-500:focus{
  --tw-ring-offset-color: #a855f7 !important;
}

.focus\:hc-ring-offset-purple-600:focus{
  --tw-ring-offset-color: #9333ea !important;
}

.focus\:hc-ring-offset-purple-700:focus{
  --tw-ring-offset-color: #7e22ce !important;
}

.focus\:hc-ring-offset-purple-800:focus{
  --tw-ring-offset-color: #6b21a8 !important;
}

.focus\:hc-ring-offset-purple-900:focus{
  --tw-ring-offset-color: #581c87 !important;
}

.focus\:hc-ring-offset-yellow-50:focus{
  --tw-ring-offset-color: #fefce8 !important;
}

.focus\:hc-ring-offset-yellow-100:focus{
  --tw-ring-offset-color: #fef9c3 !important;
}

.focus\:hc-ring-offset-yellow-200:focus{
  --tw-ring-offset-color: #fef08a !important;
}

.focus\:hc-ring-offset-yellow-300:focus{
  --tw-ring-offset-color: #fde047 !important;
}

.focus\:hc-ring-offset-yellow-400:focus{
  --tw-ring-offset-color: #facc15 !important;
}

.focus\:hc-ring-offset-yellow-500:focus{
  --tw-ring-offset-color: #eab308 !important;
}

.focus\:hc-ring-offset-yellow-600:focus{
  --tw-ring-offset-color: #ca8a04 !important;
}

.focus\:hc-ring-offset-yellow-700:focus{
  --tw-ring-offset-color: #a16207 !important;
}

.focus\:hc-ring-offset-yellow-800:focus{
  --tw-ring-offset-color: #854d0e !important;
}

.focus\:hc-ring-offset-yellow-900:focus{
  --tw-ring-offset-color: #713f12 !important;
}

.focus\:hc-ring-offset-indigo-50:focus{
  --tw-ring-offset-color: #eef2ff !important;
}

.focus\:hc-ring-offset-indigo-100:focus{
  --tw-ring-offset-color: #e0e7ff !important;
}

.focus\:hc-ring-offset-indigo-200:focus{
  --tw-ring-offset-color: #c7d2fe !important;
}

.focus\:hc-ring-offset-indigo-300:focus{
  --tw-ring-offset-color: #a5b4fc !important;
}

.focus\:hc-ring-offset-indigo-400:focus{
  --tw-ring-offset-color: #818cf8 !important;
}

.focus\:hc-ring-offset-indigo-500:focus{
  --tw-ring-offset-color: #6366f1 !important;
}

.focus\:hc-ring-offset-indigo-600:focus{
  --tw-ring-offset-color: #4f46e5 !important;
}

.focus\:hc-ring-offset-indigo-700:focus{
  --tw-ring-offset-color: #4338ca !important;
}

.focus\:hc-ring-offset-indigo-800:focus{
  --tw-ring-offset-color: #3730a3 !important;
}

.focus\:hc-ring-offset-indigo-900:focus{
  --tw-ring-offset-color: #312e81 !important;
}

.focus\:hc-ring-offset-pink-50:focus{
  --tw-ring-offset-color: #fdf2f8 !important;
}

.focus\:hc-ring-offset-pink-100:focus{
  --tw-ring-offset-color: #fce7f3 !important;
}

.focus\:hc-ring-offset-pink-200:focus{
  --tw-ring-offset-color: #fbcfe8 !important;
}

.focus\:hc-ring-offset-pink-300:focus{
  --tw-ring-offset-color: #f9a8d4 !important;
}

.focus\:hc-ring-offset-pink-400:focus{
  --tw-ring-offset-color: #f472b6 !important;
}

.focus\:hc-ring-offset-pink-500:focus{
  --tw-ring-offset-color: #ec4899 !important;
}

.focus\:hc-ring-offset-pink-600:focus{
  --tw-ring-offset-color: #db2777 !important;
}

.focus\:hc-ring-offset-pink-700:focus{
  --tw-ring-offset-color: #be185d !important;
}

.focus\:hc-ring-offset-pink-800:focus{
  --tw-ring-offset-color: #9d174d !important;
}

.focus\:hc-ring-offset-pink-900:focus{
  --tw-ring-offset-color: #831843 !important;
}

@media (prefers-color-scheme: dark){
  .dark\:hc-ring-offset-black{
    --tw-ring-offset-color: #000 !important;
  }

  .dark\:hc-ring-offset-white{
    --tw-ring-offset-color: #fff !important;
  }

  .dark\:hc-ring-offset-gray-50{
    --tw-ring-offset-color: #fafafa !important;
  }

  .dark\:hc-ring-offset-gray-100{
    --tw-ring-offset-color: #f4f4f5 !important;
  }

  .dark\:hc-ring-offset-gray-200{
    --tw-ring-offset-color: #e4e4e7 !important;
  }

  .dark\:hc-ring-offset-gray-300{
    --tw-ring-offset-color: #d4d4d8 !important;
  }

  .dark\:hc-ring-offset-gray-400{
    --tw-ring-offset-color: #a1a1aa !important;
  }

  .dark\:hc-ring-offset-gray-500{
    --tw-ring-offset-color: #71717a !important;
  }

  .dark\:hc-ring-offset-gray-600{
    --tw-ring-offset-color: #52525b !important;
  }

  .dark\:hc-ring-offset-gray-700{
    --tw-ring-offset-color: #3f3f46 !important;
  }

  .dark\:hc-ring-offset-gray-800{
    --tw-ring-offset-color: #27272a !important;
  }

  .dark\:hc-ring-offset-gray-900{
    --tw-ring-offset-color: #18181b !important;
  }

  .dark\:hc-ring-offset-slate{
  }

  .dark\:hc-ring-offset-red-50{
    --tw-ring-offset-color: #fef2f2 !important;
  }

  .dark\:hc-ring-offset-red-100{
    --tw-ring-offset-color: #fee2e2 !important;
  }

  .dark\:hc-ring-offset-red-200{
    --tw-ring-offset-color: #fecaca !important;
  }

  .dark\:hc-ring-offset-red-300{
    --tw-ring-offset-color: #fca5a5 !important;
  }

  .dark\:hc-ring-offset-red-400{
    --tw-ring-offset-color: #f87171 !important;
  }

  .dark\:hc-ring-offset-red-500{
    --tw-ring-offset-color: #ef4444 !important;
  }

  .dark\:hc-ring-offset-red-600{
    --tw-ring-offset-color: #dc2626 !important;
  }

  .dark\:hc-ring-offset-red-700{
    --tw-ring-offset-color: #b91c1c !important;
  }

  .dark\:hc-ring-offset-red-800{
    --tw-ring-offset-color: #991b1b !important;
  }

  .dark\:hc-ring-offset-red-900{
    --tw-ring-offset-color: #7f1d1d !important;
  }

  .dark\:hc-ring-offset-blue-50{
    --tw-ring-offset-color: #eff6ff !important;
  }

  .dark\:hc-ring-offset-blue-100{
    --tw-ring-offset-color: #dbeafe !important;
  }

  .dark\:hc-ring-offset-blue-200{
    --tw-ring-offset-color: #bfdbfe !important;
  }

  .dark\:hc-ring-offset-blue-300{
    --tw-ring-offset-color: #93c5fd !important;
  }

  .dark\:hc-ring-offset-blue-400{
    --tw-ring-offset-color: #60a5fa !important;
  }

  .dark\:hc-ring-offset-blue-500{
    --tw-ring-offset-color: #3b82f6 !important;
  }

  .dark\:hc-ring-offset-blue-600{
    --tw-ring-offset-color: #2563eb !important;
  }

  .dark\:hc-ring-offset-blue-700{
    --tw-ring-offset-color: #1d4ed8 !important;
  }

  .dark\:hc-ring-offset-blue-800{
    --tw-ring-offset-color: #1e40af !important;
  }

  .dark\:hc-ring-offset-blue-900{
    --tw-ring-offset-color: #1e3a8a !important;
  }

  .dark\:hc-ring-offset-purple-50{
    --tw-ring-offset-color: #faf5ff !important;
  }

  .dark\:hc-ring-offset-purple-100{
    --tw-ring-offset-color: #f3e8ff !important;
  }

  .dark\:hc-ring-offset-purple-200{
    --tw-ring-offset-color: #e9d5ff !important;
  }

  .dark\:hc-ring-offset-purple-300{
    --tw-ring-offset-color: #d8b4fe !important;
  }

  .dark\:hc-ring-offset-purple-400{
    --tw-ring-offset-color: #c084fc !important;
  }

  .dark\:hc-ring-offset-purple-500{
    --tw-ring-offset-color: #a855f7 !important;
  }

  .dark\:hc-ring-offset-purple-600{
    --tw-ring-offset-color: #9333ea !important;
  }

  .dark\:hc-ring-offset-purple-700{
    --tw-ring-offset-color: #7e22ce !important;
  }

  .dark\:hc-ring-offset-purple-800{
    --tw-ring-offset-color: #6b21a8 !important;
  }

  .dark\:hc-ring-offset-purple-900{
    --tw-ring-offset-color: #581c87 !important;
  }

  .dark\:hc-ring-offset-yellow-50{
    --tw-ring-offset-color: #fefce8 !important;
  }

  .dark\:hc-ring-offset-yellow-100{
    --tw-ring-offset-color: #fef9c3 !important;
  }

  .dark\:hc-ring-offset-yellow-200{
    --tw-ring-offset-color: #fef08a !important;
  }

  .dark\:hc-ring-offset-yellow-300{
    --tw-ring-offset-color: #fde047 !important;
  }

  .dark\:hc-ring-offset-yellow-400{
    --tw-ring-offset-color: #facc15 !important;
  }

  .dark\:hc-ring-offset-yellow-500{
    --tw-ring-offset-color: #eab308 !important;
  }

  .dark\:hc-ring-offset-yellow-600{
    --tw-ring-offset-color: #ca8a04 !important;
  }

  .dark\:hc-ring-offset-yellow-700{
    --tw-ring-offset-color: #a16207 !important;
  }

  .dark\:hc-ring-offset-yellow-800{
    --tw-ring-offset-color: #854d0e !important;
  }

  .dark\:hc-ring-offset-yellow-900{
    --tw-ring-offset-color: #713f12 !important;
  }

  .dark\:hc-ring-offset-indigo-50{
    --tw-ring-offset-color: #eef2ff !important;
  }

  .dark\:hc-ring-offset-indigo-100{
    --tw-ring-offset-color: #e0e7ff !important;
  }

  .dark\:hc-ring-offset-indigo-200{
    --tw-ring-offset-color: #c7d2fe !important;
  }

  .dark\:hc-ring-offset-indigo-300{
    --tw-ring-offset-color: #a5b4fc !important;
  }

  .dark\:hc-ring-offset-indigo-400{
    --tw-ring-offset-color: #818cf8 !important;
  }

  .dark\:hc-ring-offset-indigo-500{
    --tw-ring-offset-color: #6366f1 !important;
  }

  .dark\:hc-ring-offset-indigo-600{
    --tw-ring-offset-color: #4f46e5 !important;
  }

  .dark\:hc-ring-offset-indigo-700{
    --tw-ring-offset-color: #4338ca !important;
  }

  .dark\:hc-ring-offset-indigo-800{
    --tw-ring-offset-color: #3730a3 !important;
  }

  .dark\:hc-ring-offset-indigo-900{
    --tw-ring-offset-color: #312e81 !important;
  }

  .dark\:hc-ring-offset-pink-50{
    --tw-ring-offset-color: #fdf2f8 !important;
  }

  .dark\:hc-ring-offset-pink-100{
    --tw-ring-offset-color: #fce7f3 !important;
  }

  .dark\:hc-ring-offset-pink-200{
    --tw-ring-offset-color: #fbcfe8 !important;
  }

  .dark\:hc-ring-offset-pink-300{
    --tw-ring-offset-color: #f9a8d4 !important;
  }

  .dark\:hc-ring-offset-pink-400{
    --tw-ring-offset-color: #f472b6 !important;
  }

  .dark\:hc-ring-offset-pink-500{
    --tw-ring-offset-color: #ec4899 !important;
  }

  .dark\:hc-ring-offset-pink-600{
    --tw-ring-offset-color: #db2777 !important;
  }

  .dark\:hc-ring-offset-pink-700{
    --tw-ring-offset-color: #be185d !important;
  }

  .dark\:hc-ring-offset-pink-800{
    --tw-ring-offset-color: #9d174d !important;
  }

  .dark\:hc-ring-offset-pink-900{
    --tw-ring-offset-color: #831843 !important;
  }

  .dark\:focus-within\:hc-ring-offset-black:focus-within{
    --tw-ring-offset-color: #000 !important;
  }

  .dark\:focus-within\:hc-ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff !important;
  }

  .dark\:focus-within\:hc-ring-offset-gray-50:focus-within{
    --tw-ring-offset-color: #fafafa !important;
  }

  .dark\:focus-within\:hc-ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #f4f4f5 !important;
  }

  .dark\:focus-within\:hc-ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #e4e4e7 !important;
  }

  .dark\:focus-within\:hc-ring-offset-gray-300:focus-within{
    --tw-ring-offset-color: #d4d4d8 !important;
  }

  .dark\:focus-within\:hc-ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #a1a1aa !important;
  }

  .dark\:focus-within\:hc-ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #71717a !important;
  }

  .dark\:focus-within\:hc-ring-offset-gray-600:focus-within{
    --tw-ring-offset-color: #52525b !important;
  }

  .dark\:focus-within\:hc-ring-offset-gray-700:focus-within{
    --tw-ring-offset-color: #3f3f46 !important;
  }

  .dark\:focus-within\:hc-ring-offset-gray-800:focus-within{
    --tw-ring-offset-color: #27272a !important;
  }

  .dark\:focus-within\:hc-ring-offset-gray-900:focus-within{
    --tw-ring-offset-color: #18181b !important;
  }

  .dark\:focus-within\:hc-ring-offset-slate:focus-within{
  }

  .dark\:focus-within\:hc-ring-offset-red-50:focus-within{
    --tw-ring-offset-color: #fef2f2 !important;
  }

  .dark\:focus-within\:hc-ring-offset-red-100:focus-within{
    --tw-ring-offset-color: #fee2e2 !important;
  }

  .dark\:focus-within\:hc-ring-offset-red-200:focus-within{
    --tw-ring-offset-color: #fecaca !important;
  }

  .dark\:focus-within\:hc-ring-offset-red-300:focus-within{
    --tw-ring-offset-color: #fca5a5 !important;
  }

  .dark\:focus-within\:hc-ring-offset-red-400:focus-within{
    --tw-ring-offset-color: #f87171 !important;
  }

  .dark\:focus-within\:hc-ring-offset-red-500:focus-within{
    --tw-ring-offset-color: #ef4444 !important;
  }

  .dark\:focus-within\:hc-ring-offset-red-600:focus-within{
    --tw-ring-offset-color: #dc2626 !important;
  }

  .dark\:focus-within\:hc-ring-offset-red-700:focus-within{
    --tw-ring-offset-color: #b91c1c !important;
  }

  .dark\:focus-within\:hc-ring-offset-red-800:focus-within{
    --tw-ring-offset-color: #991b1b !important;
  }

  .dark\:focus-within\:hc-ring-offset-red-900:focus-within{
    --tw-ring-offset-color: #7f1d1d !important;
  }

  .dark\:focus-within\:hc-ring-offset-blue-50:focus-within{
    --tw-ring-offset-color: #eff6ff !important;
  }

  .dark\:focus-within\:hc-ring-offset-blue-100:focus-within{
    --tw-ring-offset-color: #dbeafe !important;
  }

  .dark\:focus-within\:hc-ring-offset-blue-200:focus-within{
    --tw-ring-offset-color: #bfdbfe !important;
  }

  .dark\:focus-within\:hc-ring-offset-blue-300:focus-within{
    --tw-ring-offset-color: #93c5fd !important;
  }

  .dark\:focus-within\:hc-ring-offset-blue-400:focus-within{
    --tw-ring-offset-color: #60a5fa !important;
  }

  .dark\:focus-within\:hc-ring-offset-blue-500:focus-within{
    --tw-ring-offset-color: #3b82f6 !important;
  }

  .dark\:focus-within\:hc-ring-offset-blue-600:focus-within{
    --tw-ring-offset-color: #2563eb !important;
  }

  .dark\:focus-within\:hc-ring-offset-blue-700:focus-within{
    --tw-ring-offset-color: #1d4ed8 !important;
  }

  .dark\:focus-within\:hc-ring-offset-blue-800:focus-within{
    --tw-ring-offset-color: #1e40af !important;
  }

  .dark\:focus-within\:hc-ring-offset-blue-900:focus-within{
    --tw-ring-offset-color: #1e3a8a !important;
  }

  .dark\:focus-within\:hc-ring-offset-purple-50:focus-within{
    --tw-ring-offset-color: #faf5ff !important;
  }

  .dark\:focus-within\:hc-ring-offset-purple-100:focus-within{
    --tw-ring-offset-color: #f3e8ff !important;
  }

  .dark\:focus-within\:hc-ring-offset-purple-200:focus-within{
    --tw-ring-offset-color: #e9d5ff !important;
  }

  .dark\:focus-within\:hc-ring-offset-purple-300:focus-within{
    --tw-ring-offset-color: #d8b4fe !important;
  }

  .dark\:focus-within\:hc-ring-offset-purple-400:focus-within{
    --tw-ring-offset-color: #c084fc !important;
  }

  .dark\:focus-within\:hc-ring-offset-purple-500:focus-within{
    --tw-ring-offset-color: #a855f7 !important;
  }

  .dark\:focus-within\:hc-ring-offset-purple-600:focus-within{
    --tw-ring-offset-color: #9333ea !important;
  }

  .dark\:focus-within\:hc-ring-offset-purple-700:focus-within{
    --tw-ring-offset-color: #7e22ce !important;
  }

  .dark\:focus-within\:hc-ring-offset-purple-800:focus-within{
    --tw-ring-offset-color: #6b21a8 !important;
  }

  .dark\:focus-within\:hc-ring-offset-purple-900:focus-within{
    --tw-ring-offset-color: #581c87 !important;
  }

  .dark\:focus-within\:hc-ring-offset-yellow-50:focus-within{
    --tw-ring-offset-color: #fefce8 !important;
  }

  .dark\:focus-within\:hc-ring-offset-yellow-100:focus-within{
    --tw-ring-offset-color: #fef9c3 !important;
  }

  .dark\:focus-within\:hc-ring-offset-yellow-200:focus-within{
    --tw-ring-offset-color: #fef08a !important;
  }

  .dark\:focus-within\:hc-ring-offset-yellow-300:focus-within{
    --tw-ring-offset-color: #fde047 !important;
  }

  .dark\:focus-within\:hc-ring-offset-yellow-400:focus-within{
    --tw-ring-offset-color: #facc15 !important;
  }

  .dark\:focus-within\:hc-ring-offset-yellow-500:focus-within{
    --tw-ring-offset-color: #eab308 !important;
  }

  .dark\:focus-within\:hc-ring-offset-yellow-600:focus-within{
    --tw-ring-offset-color: #ca8a04 !important;
  }

  .dark\:focus-within\:hc-ring-offset-yellow-700:focus-within{
    --tw-ring-offset-color: #a16207 !important;
  }

  .dark\:focus-within\:hc-ring-offset-yellow-800:focus-within{
    --tw-ring-offset-color: #854d0e !important;
  }

  .dark\:focus-within\:hc-ring-offset-yellow-900:focus-within{
    --tw-ring-offset-color: #713f12 !important;
  }

  .dark\:focus-within\:hc-ring-offset-indigo-50:focus-within{
    --tw-ring-offset-color: #eef2ff !important;
  }

  .dark\:focus-within\:hc-ring-offset-indigo-100:focus-within{
    --tw-ring-offset-color: #e0e7ff !important;
  }

  .dark\:focus-within\:hc-ring-offset-indigo-200:focus-within{
    --tw-ring-offset-color: #c7d2fe !important;
  }

  .dark\:focus-within\:hc-ring-offset-indigo-300:focus-within{
    --tw-ring-offset-color: #a5b4fc !important;
  }

  .dark\:focus-within\:hc-ring-offset-indigo-400:focus-within{
    --tw-ring-offset-color: #818cf8 !important;
  }

  .dark\:focus-within\:hc-ring-offset-indigo-500:focus-within{
    --tw-ring-offset-color: #6366f1 !important;
  }

  .dark\:focus-within\:hc-ring-offset-indigo-600:focus-within{
    --tw-ring-offset-color: #4f46e5 !important;
  }

  .dark\:focus-within\:hc-ring-offset-indigo-700:focus-within{
    --tw-ring-offset-color: #4338ca !important;
  }

  .dark\:focus-within\:hc-ring-offset-indigo-800:focus-within{
    --tw-ring-offset-color: #3730a3 !important;
  }

  .dark\:focus-within\:hc-ring-offset-indigo-900:focus-within{
    --tw-ring-offset-color: #312e81 !important;
  }

  .dark\:focus-within\:hc-ring-offset-pink-50:focus-within{
    --tw-ring-offset-color: #fdf2f8 !important;
  }

  .dark\:focus-within\:hc-ring-offset-pink-100:focus-within{
    --tw-ring-offset-color: #fce7f3 !important;
  }

  .dark\:focus-within\:hc-ring-offset-pink-200:focus-within{
    --tw-ring-offset-color: #fbcfe8 !important;
  }

  .dark\:focus-within\:hc-ring-offset-pink-300:focus-within{
    --tw-ring-offset-color: #f9a8d4 !important;
  }

  .dark\:focus-within\:hc-ring-offset-pink-400:focus-within{
    --tw-ring-offset-color: #f472b6 !important;
  }

  .dark\:focus-within\:hc-ring-offset-pink-500:focus-within{
    --tw-ring-offset-color: #ec4899 !important;
  }

  .dark\:focus-within\:hc-ring-offset-pink-600:focus-within{
    --tw-ring-offset-color: #db2777 !important;
  }

  .dark\:focus-within\:hc-ring-offset-pink-700:focus-within{
    --tw-ring-offset-color: #be185d !important;
  }

  .dark\:focus-within\:hc-ring-offset-pink-800:focus-within{
    --tw-ring-offset-color: #9d174d !important;
  }

  .dark\:focus-within\:hc-ring-offset-pink-900:focus-within{
    --tw-ring-offset-color: #831843 !important;
  }

  .dark\:focus\:hc-ring-offset-black:focus{
    --tw-ring-offset-color: #000 !important;
  }

  .dark\:focus\:hc-ring-offset-white:focus{
    --tw-ring-offset-color: #fff !important;
  }

  .dark\:focus\:hc-ring-offset-gray-50:focus{
    --tw-ring-offset-color: #fafafa !important;
  }

  .dark\:focus\:hc-ring-offset-gray-100:focus{
    --tw-ring-offset-color: #f4f4f5 !important;
  }

  .dark\:focus\:hc-ring-offset-gray-200:focus{
    --tw-ring-offset-color: #e4e4e7 !important;
  }

  .dark\:focus\:hc-ring-offset-gray-300:focus{
    --tw-ring-offset-color: #d4d4d8 !important;
  }

  .dark\:focus\:hc-ring-offset-gray-400:focus{
    --tw-ring-offset-color: #a1a1aa !important;
  }

  .dark\:focus\:hc-ring-offset-gray-500:focus{
    --tw-ring-offset-color: #71717a !important;
  }

  .dark\:focus\:hc-ring-offset-gray-600:focus{
    --tw-ring-offset-color: #52525b !important;
  }

  .dark\:focus\:hc-ring-offset-gray-700:focus{
    --tw-ring-offset-color: #3f3f46 !important;
  }

  .dark\:focus\:hc-ring-offset-gray-800:focus{
    --tw-ring-offset-color: #27272a !important;
  }

  .dark\:focus\:hc-ring-offset-gray-900:focus{
    --tw-ring-offset-color: #18181b !important;
  }

  .dark\:focus\:hc-ring-offset-slate:focus{
  }

  .dark\:focus\:hc-ring-offset-red-50:focus{
    --tw-ring-offset-color: #fef2f2 !important;
  }

  .dark\:focus\:hc-ring-offset-red-100:focus{
    --tw-ring-offset-color: #fee2e2 !important;
  }

  .dark\:focus\:hc-ring-offset-red-200:focus{
    --tw-ring-offset-color: #fecaca !important;
  }

  .dark\:focus\:hc-ring-offset-red-300:focus{
    --tw-ring-offset-color: #fca5a5 !important;
  }

  .dark\:focus\:hc-ring-offset-red-400:focus{
    --tw-ring-offset-color: #f87171 !important;
  }

  .dark\:focus\:hc-ring-offset-red-500:focus{
    --tw-ring-offset-color: #ef4444 !important;
  }

  .dark\:focus\:hc-ring-offset-red-600:focus{
    --tw-ring-offset-color: #dc2626 !important;
  }

  .dark\:focus\:hc-ring-offset-red-700:focus{
    --tw-ring-offset-color: #b91c1c !important;
  }

  .dark\:focus\:hc-ring-offset-red-800:focus{
    --tw-ring-offset-color: #991b1b !important;
  }

  .dark\:focus\:hc-ring-offset-red-900:focus{
    --tw-ring-offset-color: #7f1d1d !important;
  }

  .dark\:focus\:hc-ring-offset-blue-50:focus{
    --tw-ring-offset-color: #eff6ff !important;
  }

  .dark\:focus\:hc-ring-offset-blue-100:focus{
    --tw-ring-offset-color: #dbeafe !important;
  }

  .dark\:focus\:hc-ring-offset-blue-200:focus{
    --tw-ring-offset-color: #bfdbfe !important;
  }

  .dark\:focus\:hc-ring-offset-blue-300:focus{
    --tw-ring-offset-color: #93c5fd !important;
  }

  .dark\:focus\:hc-ring-offset-blue-400:focus{
    --tw-ring-offset-color: #60a5fa !important;
  }

  .dark\:focus\:hc-ring-offset-blue-500:focus{
    --tw-ring-offset-color: #3b82f6 !important;
  }

  .dark\:focus\:hc-ring-offset-blue-600:focus{
    --tw-ring-offset-color: #2563eb !important;
  }

  .dark\:focus\:hc-ring-offset-blue-700:focus{
    --tw-ring-offset-color: #1d4ed8 !important;
  }

  .dark\:focus\:hc-ring-offset-blue-800:focus{
    --tw-ring-offset-color: #1e40af !important;
  }

  .dark\:focus\:hc-ring-offset-blue-900:focus{
    --tw-ring-offset-color: #1e3a8a !important;
  }

  .dark\:focus\:hc-ring-offset-purple-50:focus{
    --tw-ring-offset-color: #faf5ff !important;
  }

  .dark\:focus\:hc-ring-offset-purple-100:focus{
    --tw-ring-offset-color: #f3e8ff !important;
  }

  .dark\:focus\:hc-ring-offset-purple-200:focus{
    --tw-ring-offset-color: #e9d5ff !important;
  }

  .dark\:focus\:hc-ring-offset-purple-300:focus{
    --tw-ring-offset-color: #d8b4fe !important;
  }

  .dark\:focus\:hc-ring-offset-purple-400:focus{
    --tw-ring-offset-color: #c084fc !important;
  }

  .dark\:focus\:hc-ring-offset-purple-500:focus{
    --tw-ring-offset-color: #a855f7 !important;
  }

  .dark\:focus\:hc-ring-offset-purple-600:focus{
    --tw-ring-offset-color: #9333ea !important;
  }

  .dark\:focus\:hc-ring-offset-purple-700:focus{
    --tw-ring-offset-color: #7e22ce !important;
  }

  .dark\:focus\:hc-ring-offset-purple-800:focus{
    --tw-ring-offset-color: #6b21a8 !important;
  }

  .dark\:focus\:hc-ring-offset-purple-900:focus{
    --tw-ring-offset-color: #581c87 !important;
  }

  .dark\:focus\:hc-ring-offset-yellow-50:focus{
    --tw-ring-offset-color: #fefce8 !important;
  }

  .dark\:focus\:hc-ring-offset-yellow-100:focus{
    --tw-ring-offset-color: #fef9c3 !important;
  }

  .dark\:focus\:hc-ring-offset-yellow-200:focus{
    --tw-ring-offset-color: #fef08a !important;
  }

  .dark\:focus\:hc-ring-offset-yellow-300:focus{
    --tw-ring-offset-color: #fde047 !important;
  }

  .dark\:focus\:hc-ring-offset-yellow-400:focus{
    --tw-ring-offset-color: #facc15 !important;
  }

  .dark\:focus\:hc-ring-offset-yellow-500:focus{
    --tw-ring-offset-color: #eab308 !important;
  }

  .dark\:focus\:hc-ring-offset-yellow-600:focus{
    --tw-ring-offset-color: #ca8a04 !important;
  }

  .dark\:focus\:hc-ring-offset-yellow-700:focus{
    --tw-ring-offset-color: #a16207 !important;
  }

  .dark\:focus\:hc-ring-offset-yellow-800:focus{
    --tw-ring-offset-color: #854d0e !important;
  }

  .dark\:focus\:hc-ring-offset-yellow-900:focus{
    --tw-ring-offset-color: #713f12 !important;
  }

  .dark\:focus\:hc-ring-offset-indigo-50:focus{
    --tw-ring-offset-color: #eef2ff !important;
  }

  .dark\:focus\:hc-ring-offset-indigo-100:focus{
    --tw-ring-offset-color: #e0e7ff !important;
  }

  .dark\:focus\:hc-ring-offset-indigo-200:focus{
    --tw-ring-offset-color: #c7d2fe !important;
  }

  .dark\:focus\:hc-ring-offset-indigo-300:focus{
    --tw-ring-offset-color: #a5b4fc !important;
  }

  .dark\:focus\:hc-ring-offset-indigo-400:focus{
    --tw-ring-offset-color: #818cf8 !important;
  }

  .dark\:focus\:hc-ring-offset-indigo-500:focus{
    --tw-ring-offset-color: #6366f1 !important;
  }

  .dark\:focus\:hc-ring-offset-indigo-600:focus{
    --tw-ring-offset-color: #4f46e5 !important;
  }

  .dark\:focus\:hc-ring-offset-indigo-700:focus{
    --tw-ring-offset-color: #4338ca !important;
  }

  .dark\:focus\:hc-ring-offset-indigo-800:focus{
    --tw-ring-offset-color: #3730a3 !important;
  }

  .dark\:focus\:hc-ring-offset-indigo-900:focus{
    --tw-ring-offset-color: #312e81 !important;
  }

  .dark\:focus\:hc-ring-offset-pink-50:focus{
    --tw-ring-offset-color: #fdf2f8 !important;
  }

  .dark\:focus\:hc-ring-offset-pink-100:focus{
    --tw-ring-offset-color: #fce7f3 !important;
  }

  .dark\:focus\:hc-ring-offset-pink-200:focus{
    --tw-ring-offset-color: #fbcfe8 !important;
  }

  .dark\:focus\:hc-ring-offset-pink-300:focus{
    --tw-ring-offset-color: #f9a8d4 !important;
  }

  .dark\:focus\:hc-ring-offset-pink-400:focus{
    --tw-ring-offset-color: #f472b6 !important;
  }

  .dark\:focus\:hc-ring-offset-pink-500:focus{
    --tw-ring-offset-color: #ec4899 !important;
  }

  .dark\:focus\:hc-ring-offset-pink-600:focus{
    --tw-ring-offset-color: #db2777 !important;
  }

  .dark\:focus\:hc-ring-offset-pink-700:focus{
    --tw-ring-offset-color: #be185d !important;
  }

  .dark\:focus\:hc-ring-offset-pink-800:focus{
    --tw-ring-offset-color: #9d174d !important;
  }

  .dark\:focus\:hc-ring-offset-pink-900:focus{
    --tw-ring-offset-color: #831843 !important;
  }
}

.hc-filter{
  --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
  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) !important;
}

.hc-filter-none{
  filter: none !important;
}

.hc-blur-0{
  --tw-blur: blur(0) !important;
}

.hc-blur-none{
  --tw-blur: blur(0) !important;
}

.hc-blur-sm{
  --tw-blur: blur(4px) !important;
}

.hc-blur{
  --tw-blur: blur(8px) !important;
}

.hc-blur-md{
  --tw-blur: blur(12px) !important;
}

.hc-blur-lg{
  --tw-blur: blur(16px) !important;
}

.hc-blur-xl{
  --tw-blur: blur(24px) !important;
}

.hc-blur-2xl{
  --tw-blur: blur(40px) !important;
}

.hc-blur-3xl{
  --tw-blur: blur(64px) !important;
}

.hc-brightness-0{
  --tw-brightness: brightness(0) !important;
}

.hc-brightness-50{
  --tw-brightness: brightness(.5) !important;
}

.hc-brightness-75{
  --tw-brightness: brightness(.75) !important;
}

.hc-brightness-90{
  --tw-brightness: brightness(.9) !important;
}

.hc-brightness-95{
  --tw-brightness: brightness(.95) !important;
}

.hc-brightness-100{
  --tw-brightness: brightness(1) !important;
}

.hc-brightness-105{
  --tw-brightness: brightness(1.05) !important;
}

.hc-brightness-110{
  --tw-brightness: brightness(1.1) !important;
}

.hc-brightness-125{
  --tw-brightness: brightness(1.25) !important;
}

.hc-brightness-150{
  --tw-brightness: brightness(1.5) !important;
}

.hc-brightness-200{
  --tw-brightness: brightness(2) !important;
}

.hc-contrast-0{
  --tw-contrast: contrast(0) !important;
}

.hc-contrast-50{
  --tw-contrast: contrast(.5) !important;
}

.hc-contrast-75{
  --tw-contrast: contrast(.75) !important;
}

.hc-contrast-100{
  --tw-contrast: contrast(1) !important;
}

.hc-contrast-125{
  --tw-contrast: contrast(1.25) !important;
}

.hc-contrast-150{
  --tw-contrast: contrast(1.5) !important;
}

.hc-contrast-200{
  --tw-contrast: contrast(2) !important;
}

.hc-drop-shadow-sm{
  --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
}

.hc-drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
}

.hc-drop-shadow-md{
  --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
}

.hc-drop-shadow-lg{
  --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
}

.hc-drop-shadow-xl{
  --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
}

.hc-drop-shadow-2xl{
  --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
}

.hc-drop-shadow-none{
  --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
}

.hc-grayscale-0{
  --tw-grayscale: grayscale(0) !important;
}

.hc-grayscale{
  --tw-grayscale: grayscale(100%) !important;
}

.hc-hue-rotate-0{
  --tw-hue-rotate: hue-rotate(0deg) !important;
}

.hc-hue-rotate-15{
  --tw-hue-rotate: hue-rotate(15deg) !important;
}

.hc-hue-rotate-30{
  --tw-hue-rotate: hue-rotate(30deg) !important;
}

.hc-hue-rotate-60{
  --tw-hue-rotate: hue-rotate(60deg) !important;
}

.hc-hue-rotate-90{
  --tw-hue-rotate: hue-rotate(90deg) !important;
}

.hc-hue-rotate-180{
  --tw-hue-rotate: hue-rotate(180deg) !important;
}

.hc--hue-rotate-180{
  --tw-hue-rotate: hue-rotate(-180deg) !important;
}

.hc--hue-rotate-90{
  --tw-hue-rotate: hue-rotate(-90deg) !important;
}

.hc--hue-rotate-60{
  --tw-hue-rotate: hue-rotate(-60deg) !important;
}

.hc--hue-rotate-30{
  --tw-hue-rotate: hue-rotate(-30deg) !important;
}

.hc--hue-rotate-15{
  --tw-hue-rotate: hue-rotate(-15deg) !important;
}

.hc-invert-0{
  --tw-invert: invert(0) !important;
}

.hc-invert{
  --tw-invert: invert(100%) !important;
}

.hc-saturate-0{
  --tw-saturate: saturate(0) !important;
}

.hc-saturate-50{
  --tw-saturate: saturate(.5) !important;
}

.hc-saturate-100{
  --tw-saturate: saturate(1) !important;
}

.hc-saturate-150{
  --tw-saturate: saturate(1.5) !important;
}

.hc-saturate-200{
  --tw-saturate: saturate(2) !important;
}

.hc-sepia-0{
  --tw-sepia: sepia(0) !important;
}

.hc-sepia{
  --tw-sepia: sepia(100%) !important;
}

.hc-backdrop-filter{
  --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
}

.hc-backdrop-filter-none{
  -webkit-backdrop-filter: none !important;
          backdrop-filter: none !important;
}

.hc-backdrop-blur-0{
  --tw-backdrop-blur: blur(0) !important;
}

.hc-backdrop-blur-none{
  --tw-backdrop-blur: blur(0) !important;
}

.hc-backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px) !important;
}

.hc-backdrop-blur{
  --tw-backdrop-blur: blur(8px) !important;
}

.hc-backdrop-blur-md{
  --tw-backdrop-blur: blur(12px) !important;
}

.hc-backdrop-blur-lg{
  --tw-backdrop-blur: blur(16px) !important;
}

.hc-backdrop-blur-xl{
  --tw-backdrop-blur: blur(24px) !important;
}

.hc-backdrop-blur-2xl{
  --tw-backdrop-blur: blur(40px) !important;
}

.hc-backdrop-blur-3xl{
  --tw-backdrop-blur: blur(64px) !important;
}

.hc-backdrop-brightness-0{
  --tw-backdrop-brightness: brightness(0) !important;
}

.hc-backdrop-brightness-50{
  --tw-backdrop-brightness: brightness(.5) !important;
}

.hc-backdrop-brightness-75{
  --tw-backdrop-brightness: brightness(.75) !important;
}

.hc-backdrop-brightness-90{
  --tw-backdrop-brightness: brightness(.9) !important;
}

.hc-backdrop-brightness-95{
  --tw-backdrop-brightness: brightness(.95) !important;
}

.hc-backdrop-brightness-100{
  --tw-backdrop-brightness: brightness(1) !important;
}

.hc-backdrop-brightness-105{
  --tw-backdrop-brightness: brightness(1.05) !important;
}

.hc-backdrop-brightness-110{
  --tw-backdrop-brightness: brightness(1.1) !important;
}

.hc-backdrop-brightness-125{
  --tw-backdrop-brightness: brightness(1.25) !important;
}

.hc-backdrop-brightness-150{
  --tw-backdrop-brightness: brightness(1.5) !important;
}

.hc-backdrop-brightness-200{
  --tw-backdrop-brightness: brightness(2) !important;
}

.hc-backdrop-contrast-0{
  --tw-backdrop-contrast: contrast(0) !important;
}

.hc-backdrop-contrast-50{
  --tw-backdrop-contrast: contrast(.5) !important;
}

.hc-backdrop-contrast-75{
  --tw-backdrop-contrast: contrast(.75) !important;
}

.hc-backdrop-contrast-100{
  --tw-backdrop-contrast: contrast(1) !important;
}

.hc-backdrop-contrast-125{
  --tw-backdrop-contrast: contrast(1.25) !important;
}

.hc-backdrop-contrast-150{
  --tw-backdrop-contrast: contrast(1.5) !important;
}

.hc-backdrop-contrast-200{
  --tw-backdrop-contrast: contrast(2) !important;
}

.hc-backdrop-grayscale-0{
  --tw-backdrop-grayscale: grayscale(0) !important;
}

.hc-backdrop-grayscale{
  --tw-backdrop-grayscale: grayscale(100%) !important;
}

.hc-backdrop-hue-rotate-0{
  --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
}

.hc-backdrop-hue-rotate-15{
  --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
}

.hc-backdrop-hue-rotate-30{
  --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
}

.hc-backdrop-hue-rotate-60{
  --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
}

.hc-backdrop-hue-rotate-90{
  --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
}

.hc-backdrop-hue-rotate-180{
  --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
}

.hc--backdrop-hue-rotate-180{
  --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
}

.hc--backdrop-hue-rotate-90{
  --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
}

.hc--backdrop-hue-rotate-60{
  --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
}

.hc--backdrop-hue-rotate-30{
  --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
}

.hc--backdrop-hue-rotate-15{
  --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
}

.hc-backdrop-invert-0{
  --tw-backdrop-invert: invert(0) !important;
}

.hc-backdrop-invert{
  --tw-backdrop-invert: invert(100%) !important;
}

.hc-backdrop-opacity-0{
  --tw-backdrop-opacity: opacity(0) !important;
}

.hc-backdrop-opacity-5{
  --tw-backdrop-opacity: opacity(0.05) !important;
}

.hc-backdrop-opacity-10{
  --tw-backdrop-opacity: opacity(0.1) !important;
}

.hc-backdrop-opacity-20{
  --tw-backdrop-opacity: opacity(0.2) !important;
}

.hc-backdrop-opacity-25{
  --tw-backdrop-opacity: opacity(0.25) !important;
}

.hc-backdrop-opacity-30{
  --tw-backdrop-opacity: opacity(0.3) !important;
}

.hc-backdrop-opacity-40{
  --tw-backdrop-opacity: opacity(0.4) !important;
}

.hc-backdrop-opacity-50{
  --tw-backdrop-opacity: opacity(0.5) !important;
}

.hc-backdrop-opacity-60{
  --tw-backdrop-opacity: opacity(0.6) !important;
}

.hc-backdrop-opacity-70{
  --tw-backdrop-opacity: opacity(0.7) !important;
}

.hc-backdrop-opacity-75{
  --tw-backdrop-opacity: opacity(0.75) !important;
}

.hc-backdrop-opacity-80{
  --tw-backdrop-opacity: opacity(0.8) !important;
}

.hc-backdrop-opacity-90{
  --tw-backdrop-opacity: opacity(0.9) !important;
}

.hc-backdrop-opacity-95{
  --tw-backdrop-opacity: opacity(0.95) !important;
}

.hc-backdrop-opacity-100{
  --tw-backdrop-opacity: opacity(1) !important;
}

.hc-backdrop-saturate-0{
  --tw-backdrop-saturate: saturate(0) !important;
}

.hc-backdrop-saturate-50{
  --tw-backdrop-saturate: saturate(.5) !important;
}

.hc-backdrop-saturate-100{
  --tw-backdrop-saturate: saturate(1) !important;
}

.hc-backdrop-saturate-150{
  --tw-backdrop-saturate: saturate(1.5) !important;
}

.hc-backdrop-saturate-200{
  --tw-backdrop-saturate: saturate(2) !important;
}

.hc-backdrop-sepia-0{
  --tw-backdrop-sepia: sepia(0) !important;
}

.hc-backdrop-sepia{
  --tw-backdrop-sepia: sepia(100%) !important;
}

.hc-transition-none{
  transition-property: none !important;
}

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

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

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

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

.hc-transition-shadow{
  transition-property: box-shadow !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

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

.hc-delay-75{
  transition-delay: 75ms !important;
}

.hc-delay-100{
  transition-delay: 100ms !important;
}

.hc-delay-150{
  transition-delay: 150ms !important;
}

.hc-delay-200{
  transition-delay: 200ms !important;
}

.hc-delay-300{
  transition-delay: 300ms !important;
}

.hc-delay-500{
  transition-delay: 500ms !important;
}

.hc-delay-700{
  transition-delay: 700ms !important;
}

.hc-delay-1000{
  transition-delay: 1000ms !important;
}

.hc-duration-75{
  transition-duration: 75ms !important;
}

.hc-duration-100{
  transition-duration: 100ms !important;
}

.hc-duration-150{
  transition-duration: 150ms !important;
}

.hc-duration-200{
  transition-duration: 200ms !important;
}

.hc-duration-300{
  transition-duration: 300ms !important;
}

.hc-duration-500{
  transition-duration: 500ms !important;
}

.hc-duration-700{
  transition-duration: 700ms !important;
}

.hc-duration-1000{
  transition-duration: 1000ms !important;
}

.hc-ease-linear{
  transition-timing-function: linear !important;
}

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

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

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

.ui-datepicker {
  z-index: 51 !important;
}

.ui-datepicker table {
  border-width: 0px;
}

.ui-datepicker table tbody {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.ui-datepicker table tbody td {
  width: 14.28%;
}

.ui-datepicker table tbody td a {
  border-radius: 0.375rem;
  text-align: center;
  border-width: 0 !important;
  background: white !important;
}

.ui-datepicker table tbody td a:hover {
  background: #eee !important;
}

.ui-datepicker table tbody td a.ui-state-active {
  background: var(--primary) !important;
}

.ui-datepicker table tbody td a.ui-state-highlight {
  background: yellow !important;
}

.selectArea div[class*="indicatorContainer"] {
  padding: 0px;
  vertical-align: middle;
}

.selectArea div[class$='menu'] {
  left: 0px;
}

.dateSelector {
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  max-width: 395px;
  z-index: 3;
}

@media (min-width: 1330px){
  .tablet\:hc-container{
    width: 100%;
  }

  @media (min-width: 1330px){
    .tablet\:hc-container{
      max-width: 1330px;
    }
  }

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

  .tablet\:hc-not-sr-only{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

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

  .tablet\:focus-within\:hc-not-sr-only:focus-within{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

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

  .tablet\:focus\:hc-not-sr-only:focus{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .tablet\:hc-pointer-events-none{
    pointer-events: none !important;
  }

  .tablet\:hc-pointer-events-auto{
    pointer-events: auto !important;
  }

  .tablet\:hc-visible{
    visibility: visible !important;
  }

  .tablet\:hc-invisible{
    visibility: hidden !important;
  }

  .tablet\:hc-static{
    position: static !important;
  }

  .tablet\:hc-fixed{
    position: fixed !important;
  }

  .tablet\:hc-absolute{
    position: absolute !important;
  }

  .tablet\:hc-relative{
    position: relative !important;
  }

  .tablet\:hc-sticky{
    position: sticky !important;
  }

  .tablet\:hc-inset-0{
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .tablet\:hc-inset-1{
    top: 0.25rem !important;
    right: 0.25rem !important;
    bottom: 0.25rem !important;
    left: 0.25rem !important;
  }

  .tablet\:hc-inset-2{
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important;
  }

  .tablet\:hc-inset-3{
    top: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important;
  }

  .tablet\:hc-inset-4{
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .tablet\:hc-inset-5{
    top: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    left: 1.25rem !important;
  }

  .tablet\:hc-inset-6{
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .tablet\:hc-inset-7{
    top: 1.75rem !important;
    right: 1.75rem !important;
    bottom: 1.75rem !important;
    left: 1.75rem !important;
  }

  .tablet\:hc-inset-8{
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .tablet\:hc-inset-9{
    top: 2.25rem !important;
    right: 2.25rem !important;
    bottom: 2.25rem !important;
    left: 2.25rem !important;
  }

  .tablet\:hc-inset-10{
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important;
  }

  .tablet\:hc-inset-11{
    top: 2.75rem !important;
    right: 2.75rem !important;
    bottom: 2.75rem !important;
    left: 2.75rem !important;
  }

  .tablet\:hc-inset-12{
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }

  .tablet\:hc-inset-14{
    top: 3.5rem !important;
    right: 3.5rem !important;
    bottom: 3.5rem !important;
    left: 3.5rem !important;
  }

  .tablet\:hc-inset-16{
    top: 4rem !important;
    right: 4rem !important;
    bottom: 4rem !important;
    left: 4rem !important;
  }

  .tablet\:hc-inset-20{
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .tablet\:hc-inset-24{
    top: 6rem !important;
    right: 6rem !important;
    bottom: 6rem !important;
    left: 6rem !important;
  }

  .tablet\:hc-inset-28{
    top: 7rem !important;
    right: 7rem !important;
    bottom: 7rem !important;
    left: 7rem !important;
  }

  .tablet\:hc-inset-32{
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important;
  }

  .tablet\:hc-inset-36{
    top: 9rem !important;
    right: 9rem !important;
    bottom: 9rem !important;
    left: 9rem !important;
  }

  .tablet\:hc-inset-40{
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important;
  }

  .tablet\:hc-inset-44{
    top: 11rem !important;
    right: 11rem !important;
    bottom: 11rem !important;
    left: 11rem !important;
  }

  .tablet\:hc-inset-48{
    top: 12rem !important;
    right: 12rem !important;
    bottom: 12rem !important;
    left: 12rem !important;
  }

  .tablet\:hc-inset-52{
    top: 13rem !important;
    right: 13rem !important;
    bottom: 13rem !important;
    left: 13rem !important;
  }

  .tablet\:hc-inset-56{
    top: 14rem !important;
    right: 14rem !important;
    bottom: 14rem !important;
    left: 14rem !important;
  }

  .tablet\:hc-inset-60{
    top: 15rem !important;
    right: 15rem !important;
    bottom: 15rem !important;
    left: 15rem !important;
  }

  .tablet\:hc-inset-64{
    top: 16rem !important;
    right: 16rem !important;
    bottom: 16rem !important;
    left: 16rem !important;
  }

  .tablet\:hc-inset-72{
    top: 18rem !important;
    right: 18rem !important;
    bottom: 18rem !important;
    left: 18rem !important;
  }

  .tablet\:hc-inset-80{
    top: 20rem !important;
    right: 20rem !important;
    bottom: 20rem !important;
    left: 20rem !important;
  }

  .tablet\:hc-inset-96{
    top: 24rem !important;
    right: 24rem !important;
    bottom: 24rem !important;
    left: 24rem !important;
  }

  .tablet\:hc-inset-128{
    top: 32rem !important;
    right: 32rem !important;
    bottom: 32rem !important;
    left: 32rem !important;
  }

  .tablet\:hc-inset-144{
    top: 44rem !important;
    right: 44rem !important;
    bottom: 44rem !important;
    left: 44rem !important;
  }

  .tablet\:hc-inset-900{
    top: 900px !important;
    right: 900px !important;
    bottom: 900px !important;
    left: 900px !important;
  }

  .tablet\:hc-inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .tablet\:hc-inset-px{
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .tablet\:hc-inset-0\.5{
    top: 0.125rem !important;
    right: 0.125rem !important;
    bottom: 0.125rem !important;
    left: 0.125rem !important;
  }

  .tablet\:hc-inset-1\.5{
    top: 0.375rem !important;
    right: 0.375rem !important;
    bottom: 0.375rem !important;
    left: 0.375rem !important;
  }

  .tablet\:hc-inset-2\.5{
    top: 0.625rem !important;
    right: 0.625rem !important;
    bottom: 0.625rem !important;
    left: 0.625rem !important;
  }

  .tablet\:hc-inset-3\.5{
    top: 0.875rem !important;
    right: 0.875rem !important;
    bottom: 0.875rem !important;
    left: 0.875rem !important;
  }

  .tablet\:hc--inset-0{
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .tablet\:hc--inset-1{
    top: -0.25rem !important;
    right: -0.25rem !important;
    bottom: -0.25rem !important;
    left: -0.25rem !important;
  }

  .tablet\:hc--inset-2{
    top: -0.5rem !important;
    right: -0.5rem !important;
    bottom: -0.5rem !important;
    left: -0.5rem !important;
  }

  .tablet\:hc--inset-3{
    top: -0.75rem !important;
    right: -0.75rem !important;
    bottom: -0.75rem !important;
    left: -0.75rem !important;
  }

  .tablet\:hc--inset-4{
    top: -1rem !important;
    right: -1rem !important;
    bottom: -1rem !important;
    left: -1rem !important;
  }

  .tablet\:hc--inset-5{
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important;
  }

  .tablet\:hc--inset-6{
    top: -1.5rem !important;
    right: -1.5rem !important;
    bottom: -1.5rem !important;
    left: -1.5rem !important;
  }

  .tablet\:hc--inset-7{
    top: -1.75rem !important;
    right: -1.75rem !important;
    bottom: -1.75rem !important;
    left: -1.75rem !important;
  }

  .tablet\:hc--inset-8{
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important;
  }

  .tablet\:hc--inset-9{
    top: -2.25rem !important;
    right: -2.25rem !important;
    bottom: -2.25rem !important;
    left: -2.25rem !important;
  }

  .tablet\:hc--inset-10{
    top: -2.5rem !important;
    right: -2.5rem !important;
    bottom: -2.5rem !important;
    left: -2.5rem !important;
  }

  .tablet\:hc--inset-11{
    top: -2.75rem !important;
    right: -2.75rem !important;
    bottom: -2.75rem !important;
    left: -2.75rem !important;
  }

  .tablet\:hc--inset-12{
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important;
  }

  .tablet\:hc--inset-14{
    top: -3.5rem !important;
    right: -3.5rem !important;
    bottom: -3.5rem !important;
    left: -3.5rem !important;
  }

  .tablet\:hc--inset-16{
    top: -4rem !important;
    right: -4rem !important;
    bottom: -4rem !important;
    left: -4rem !important;
  }

  .tablet\:hc--inset-20{
    top: -5rem !important;
    right: -5rem !important;
    bottom: -5rem !important;
    left: -5rem !important;
  }

  .tablet\:hc--inset-24{
    top: -6rem !important;
    right: -6rem !important;
    bottom: -6rem !important;
    left: -6rem !important;
  }

  .tablet\:hc--inset-28{
    top: -7rem !important;
    right: -7rem !important;
    bottom: -7rem !important;
    left: -7rem !important;
  }

  .tablet\:hc--inset-32{
    top: -8rem !important;
    right: -8rem !important;
    bottom: -8rem !important;
    left: -8rem !important;
  }

  .tablet\:hc--inset-36{
    top: -9rem !important;
    right: -9rem !important;
    bottom: -9rem !important;
    left: -9rem !important;
  }

  .tablet\:hc--inset-40{
    top: -10rem !important;
    right: -10rem !important;
    bottom: -10rem !important;
    left: -10rem !important;
  }

  .tablet\:hc--inset-44{
    top: -11rem !important;
    right: -11rem !important;
    bottom: -11rem !important;
    left: -11rem !important;
  }

  .tablet\:hc--inset-48{
    top: -12rem !important;
    right: -12rem !important;
    bottom: -12rem !important;
    left: -12rem !important;
  }

  .tablet\:hc--inset-52{
    top: -13rem !important;
    right: -13rem !important;
    bottom: -13rem !important;
    left: -13rem !important;
  }

  .tablet\:hc--inset-56{
    top: -14rem !important;
    right: -14rem !important;
    bottom: -14rem !important;
    left: -14rem !important;
  }

  .tablet\:hc--inset-60{
    top: -15rem !important;
    right: -15rem !important;
    bottom: -15rem !important;
    left: -15rem !important;
  }

  .tablet\:hc--inset-64{
    top: -16rem !important;
    right: -16rem !important;
    bottom: -16rem !important;
    left: -16rem !important;
  }

  .tablet\:hc--inset-72{
    top: -18rem !important;
    right: -18rem !important;
    bottom: -18rem !important;
    left: -18rem !important;
  }

  .tablet\:hc--inset-80{
    top: -20rem !important;
    right: -20rem !important;
    bottom: -20rem !important;
    left: -20rem !important;
  }

  .tablet\:hc--inset-96{
    top: -24rem !important;
    right: -24rem !important;
    bottom: -24rem !important;
    left: -24rem !important;
  }

  .tablet\:hc--inset-128{
    top: -32rem !important;
    right: -32rem !important;
    bottom: -32rem !important;
    left: -32rem !important;
  }

  .tablet\:hc--inset-144{
    top: -44rem !important;
    right: -44rem !important;
    bottom: -44rem !important;
    left: -44rem !important;
  }

  .tablet\:hc--inset-900{
    top: -900px !important;
    right: -900px !important;
    bottom: -900px !important;
    left: -900px !important;
  }

  .tablet\:hc--inset-px{
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .tablet\:hc--inset-0\.5{
    top: -0.125rem !important;
    right: -0.125rem !important;
    bottom: -0.125rem !important;
    left: -0.125rem !important;
  }

  .tablet\:hc--inset-1\.5{
    top: -0.375rem !important;
    right: -0.375rem !important;
    bottom: -0.375rem !important;
    left: -0.375rem !important;
  }

  .tablet\:hc--inset-2\.5{
    top: -0.625rem !important;
    right: -0.625rem !important;
    bottom: -0.625rem !important;
    left: -0.625rem !important;
  }

  .tablet\:hc--inset-3\.5{
    top: -0.875rem !important;
    right: -0.875rem !important;
    bottom: -0.875rem !important;
    left: -0.875rem !important;
  }

  .tablet\:hc-inset-1\/2{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .tablet\:hc-inset-1\/3{
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .tablet\:hc-inset-2\/3{
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .tablet\:hc-inset-1\/4{
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .tablet\:hc-inset-2\/4{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .tablet\:hc-inset-3\/4{
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .tablet\:hc-inset-full{
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .tablet\:hc--inset-1\/2{
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .tablet\:hc--inset-1\/3{
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .tablet\:hc--inset-2\/3{
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .tablet\:hc--inset-1\/4{
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .tablet\:hc--inset-2\/4{
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .tablet\:hc--inset-3\/4{
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .tablet\:hc--inset-full{
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .tablet\:hc-inset-x-0{
    left: 0px !important;
    right: 0px !important;
  }

  .tablet\:hc-inset-x-1{
    left: 0.25rem !important;
    right: 0.25rem !important;
  }

  .tablet\:hc-inset-x-2{
    left: 0.5rem !important;
    right: 0.5rem !important;
  }

  .tablet\:hc-inset-x-3{
    left: 0.75rem !important;
    right: 0.75rem !important;
  }

  .tablet\:hc-inset-x-4{
    left: 1rem !important;
    right: 1rem !important;
  }

  .tablet\:hc-inset-x-5{
    left: 1.25rem !important;
    right: 1.25rem !important;
  }

  .tablet\:hc-inset-x-6{
    left: 1.5rem !important;
    right: 1.5rem !important;
  }

  .tablet\:hc-inset-x-7{
    left: 1.75rem !important;
    right: 1.75rem !important;
  }

  .tablet\:hc-inset-x-8{
    left: 2rem !important;
    right: 2rem !important;
  }

  .tablet\:hc-inset-x-9{
    left: 2.25rem !important;
    right: 2.25rem !important;
  }

  .tablet\:hc-inset-x-10{
    left: 2.5rem !important;
    right: 2.5rem !important;
  }

  .tablet\:hc-inset-x-11{
    left: 2.75rem !important;
    right: 2.75rem !important;
  }

  .tablet\:hc-inset-x-12{
    left: 3rem !important;
    right: 3rem !important;
  }

  .tablet\:hc-inset-x-14{
    left: 3.5rem !important;
    right: 3.5rem !important;
  }

  .tablet\:hc-inset-x-16{
    left: 4rem !important;
    right: 4rem !important;
  }

  .tablet\:hc-inset-x-20{
    left: 5rem !important;
    right: 5rem !important;
  }

  .tablet\:hc-inset-x-24{
    left: 6rem !important;
    right: 6rem !important;
  }

  .tablet\:hc-inset-x-28{
    left: 7rem !important;
    right: 7rem !important;
  }

  .tablet\:hc-inset-x-32{
    left: 8rem !important;
    right: 8rem !important;
  }

  .tablet\:hc-inset-x-36{
    left: 9rem !important;
    right: 9rem !important;
  }

  .tablet\:hc-inset-x-40{
    left: 10rem !important;
    right: 10rem !important;
  }

  .tablet\:hc-inset-x-44{
    left: 11rem !important;
    right: 11rem !important;
  }

  .tablet\:hc-inset-x-48{
    left: 12rem !important;
    right: 12rem !important;
  }

  .tablet\:hc-inset-x-52{
    left: 13rem !important;
    right: 13rem !important;
  }

  .tablet\:hc-inset-x-56{
    left: 14rem !important;
    right: 14rem !important;
  }

  .tablet\:hc-inset-x-60{
    left: 15rem !important;
    right: 15rem !important;
  }

  .tablet\:hc-inset-x-64{
    left: 16rem !important;
    right: 16rem !important;
  }

  .tablet\:hc-inset-x-72{
    left: 18rem !important;
    right: 18rem !important;
  }

  .tablet\:hc-inset-x-80{
    left: 20rem !important;
    right: 20rem !important;
  }

  .tablet\:hc-inset-x-96{
    left: 24rem !important;
    right: 24rem !important;
  }

  .tablet\:hc-inset-x-128{
    left: 32rem !important;
    right: 32rem !important;
  }

  .tablet\:hc-inset-x-144{
    left: 44rem !important;
    right: 44rem !important;
  }

  .tablet\:hc-inset-x-900{
    left: 900px !important;
    right: 900px !important;
  }

  .tablet\:hc-inset-x-auto{
    left: auto !important;
    right: auto !important;
  }

  .tablet\:hc-inset-x-px{
    left: 1px !important;
    right: 1px !important;
  }

  .tablet\:hc-inset-x-0\.5{
    left: 0.125rem !important;
    right: 0.125rem !important;
  }

  .tablet\:hc-inset-x-1\.5{
    left: 0.375rem !important;
    right: 0.375rem !important;
  }

  .tablet\:hc-inset-x-2\.5{
    left: 0.625rem !important;
    right: 0.625rem !important;
  }

  .tablet\:hc-inset-x-3\.5{
    left: 0.875rem !important;
    right: 0.875rem !important;
  }

  .tablet\:hc--inset-x-0{
    left: 0px !important;
    right: 0px !important;
  }

  .tablet\:hc--inset-x-1{
    left: -0.25rem !important;
    right: -0.25rem !important;
  }

  .tablet\:hc--inset-x-2{
    left: -0.5rem !important;
    right: -0.5rem !important;
  }

  .tablet\:hc--inset-x-3{
    left: -0.75rem !important;
    right: -0.75rem !important;
  }

  .tablet\:hc--inset-x-4{
    left: -1rem !important;
    right: -1rem !important;
  }

  .tablet\:hc--inset-x-5{
    left: -1.25rem !important;
    right: -1.25rem !important;
  }

  .tablet\:hc--inset-x-6{
    left: -1.5rem !important;
    right: -1.5rem !important;
  }

  .tablet\:hc--inset-x-7{
    left: -1.75rem !important;
    right: -1.75rem !important;
  }

  .tablet\:hc--inset-x-8{
    left: -2rem !important;
    right: -2rem !important;
  }

  .tablet\:hc--inset-x-9{
    left: -2.25rem !important;
    right: -2.25rem !important;
  }

  .tablet\:hc--inset-x-10{
    left: -2.5rem !important;
    right: -2.5rem !important;
  }

  .tablet\:hc--inset-x-11{
    left: -2.75rem !important;
    right: -2.75rem !important;
  }

  .tablet\:hc--inset-x-12{
    left: -3rem !important;
    right: -3rem !important;
  }

  .tablet\:hc--inset-x-14{
    left: -3.5rem !important;
    right: -3.5rem !important;
  }

  .tablet\:hc--inset-x-16{
    left: -4rem !important;
    right: -4rem !important;
  }

  .tablet\:hc--inset-x-20{
    left: -5rem !important;
    right: -5rem !important;
  }

  .tablet\:hc--inset-x-24{
    left: -6rem !important;
    right: -6rem !important;
  }

  .tablet\:hc--inset-x-28{
    left: -7rem !important;
    right: -7rem !important;
  }

  .tablet\:hc--inset-x-32{
    left: -8rem !important;
    right: -8rem !important;
  }

  .tablet\:hc--inset-x-36{
    left: -9rem !important;
    right: -9rem !important;
  }

  .tablet\:hc--inset-x-40{
    left: -10rem !important;
    right: -10rem !important;
  }

  .tablet\:hc--inset-x-44{
    left: -11rem !important;
    right: -11rem !important;
  }

  .tablet\:hc--inset-x-48{
    left: -12rem !important;
    right: -12rem !important;
  }

  .tablet\:hc--inset-x-52{
    left: -13rem !important;
    right: -13rem !important;
  }

  .tablet\:hc--inset-x-56{
    left: -14rem !important;
    right: -14rem !important;
  }

  .tablet\:hc--inset-x-60{
    left: -15rem !important;
    right: -15rem !important;
  }

  .tablet\:hc--inset-x-64{
    left: -16rem !important;
    right: -16rem !important;
  }

  .tablet\:hc--inset-x-72{
    left: -18rem !important;
    right: -18rem !important;
  }

  .tablet\:hc--inset-x-80{
    left: -20rem !important;
    right: -20rem !important;
  }

  .tablet\:hc--inset-x-96{
    left: -24rem !important;
    right: -24rem !important;
  }

  .tablet\:hc--inset-x-128{
    left: -32rem !important;
    right: -32rem !important;
  }

  .tablet\:hc--inset-x-144{
    left: -44rem !important;
    right: -44rem !important;
  }

  .tablet\:hc--inset-x-900{
    left: -900px !important;
    right: -900px !important;
  }

  .tablet\:hc--inset-x-px{
    left: -1px !important;
    right: -1px !important;
  }

  .tablet\:hc--inset-x-0\.5{
    left: -0.125rem !important;
    right: -0.125rem !important;
  }

  .tablet\:hc--inset-x-1\.5{
    left: -0.375rem !important;
    right: -0.375rem !important;
  }

  .tablet\:hc--inset-x-2\.5{
    left: -0.625rem !important;
    right: -0.625rem !important;
  }

  .tablet\:hc--inset-x-3\.5{
    left: -0.875rem !important;
    right: -0.875rem !important;
  }

  .tablet\:hc-inset-x-1\/2{
    left: 50% !important;
    right: 50% !important;
  }

  .tablet\:hc-inset-x-1\/3{
    left: 33.333333% !important;
    right: 33.333333% !important;
  }

  .tablet\:hc-inset-x-2\/3{
    left: 66.666667% !important;
    right: 66.666667% !important;
  }

  .tablet\:hc-inset-x-1\/4{
    left: 25% !important;
    right: 25% !important;
  }

  .tablet\:hc-inset-x-2\/4{
    left: 50% !important;
    right: 50% !important;
  }

  .tablet\:hc-inset-x-3\/4{
    left: 75% !important;
    right: 75% !important;
  }

  .tablet\:hc-inset-x-full{
    left: 100% !important;
    right: 100% !important;
  }

  .tablet\:hc--inset-x-1\/2{
    left: -50% !important;
    right: -50% !important;
  }

  .tablet\:hc--inset-x-1\/3{
    left: -33.333333% !important;
    right: -33.333333% !important;
  }

  .tablet\:hc--inset-x-2\/3{
    left: -66.666667% !important;
    right: -66.666667% !important;
  }

  .tablet\:hc--inset-x-1\/4{
    left: -25% !important;
    right: -25% !important;
  }

  .tablet\:hc--inset-x-2\/4{
    left: -50% !important;
    right: -50% !important;
  }

  .tablet\:hc--inset-x-3\/4{
    left: -75% !important;
    right: -75% !important;
  }

  .tablet\:hc--inset-x-full{
    left: -100% !important;
    right: -100% !important;
  }

  .tablet\:hc-inset-y-0{
    top: 0px !important;
    bottom: 0px !important;
  }

  .tablet\:hc-inset-y-1{
    top: 0.25rem !important;
    bottom: 0.25rem !important;
  }

  .tablet\:hc-inset-y-2{
    top: 0.5rem !important;
    bottom: 0.5rem !important;
  }

  .tablet\:hc-inset-y-3{
    top: 0.75rem !important;
    bottom: 0.75rem !important;
  }

  .tablet\:hc-inset-y-4{
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .tablet\:hc-inset-y-5{
    top: 1.25rem !important;
    bottom: 1.25rem !important;
  }

  .tablet\:hc-inset-y-6{
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .tablet\:hc-inset-y-7{
    top: 1.75rem !important;
    bottom: 1.75rem !important;
  }

  .tablet\:hc-inset-y-8{
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .tablet\:hc-inset-y-9{
    top: 2.25rem !important;
    bottom: 2.25rem !important;
  }

  .tablet\:hc-inset-y-10{
    top: 2.5rem !important;
    bottom: 2.5rem !important;
  }

  .tablet\:hc-inset-y-11{
    top: 2.75rem !important;
    bottom: 2.75rem !important;
  }

  .tablet\:hc-inset-y-12{
    top: 3rem !important;
    bottom: 3rem !important;
  }

  .tablet\:hc-inset-y-14{
    top: 3.5rem !important;
    bottom: 3.5rem !important;
  }

  .tablet\:hc-inset-y-16{
    top: 4rem !important;
    bottom: 4rem !important;
  }

  .tablet\:hc-inset-y-20{
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .tablet\:hc-inset-y-24{
    top: 6rem !important;
    bottom: 6rem !important;
  }

  .tablet\:hc-inset-y-28{
    top: 7rem !important;
    bottom: 7rem !important;
  }

  .tablet\:hc-inset-y-32{
    top: 8rem !important;
    bottom: 8rem !important;
  }

  .tablet\:hc-inset-y-36{
    top: 9rem !important;
    bottom: 9rem !important;
  }

  .tablet\:hc-inset-y-40{
    top: 10rem !important;
    bottom: 10rem !important;
  }

  .tablet\:hc-inset-y-44{
    top: 11rem !important;
    bottom: 11rem !important;
  }

  .tablet\:hc-inset-y-48{
    top: 12rem !important;
    bottom: 12rem !important;
  }

  .tablet\:hc-inset-y-52{
    top: 13rem !important;
    bottom: 13rem !important;
  }

  .tablet\:hc-inset-y-56{
    top: 14rem !important;
    bottom: 14rem !important;
  }

  .tablet\:hc-inset-y-60{
    top: 15rem !important;
    bottom: 15rem !important;
  }

  .tablet\:hc-inset-y-64{
    top: 16rem !important;
    bottom: 16rem !important;
  }

  .tablet\:hc-inset-y-72{
    top: 18rem !important;
    bottom: 18rem !important;
  }

  .tablet\:hc-inset-y-80{
    top: 20rem !important;
    bottom: 20rem !important;
  }

  .tablet\:hc-inset-y-96{
    top: 24rem !important;
    bottom: 24rem !important;
  }

  .tablet\:hc-inset-y-128{
    top: 32rem !important;
    bottom: 32rem !important;
  }

  .tablet\:hc-inset-y-144{
    top: 44rem !important;
    bottom: 44rem !important;
  }

  .tablet\:hc-inset-y-900{
    top: 900px !important;
    bottom: 900px !important;
  }

  .tablet\:hc-inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .tablet\:hc-inset-y-px{
    top: 1px !important;
    bottom: 1px !important;
  }

  .tablet\:hc-inset-y-0\.5{
    top: 0.125rem !important;
    bottom: 0.125rem !important;
  }

  .tablet\:hc-inset-y-1\.5{
    top: 0.375rem !important;
    bottom: 0.375rem !important;
  }

  .tablet\:hc-inset-y-2\.5{
    top: 0.625rem !important;
    bottom: 0.625rem !important;
  }

  .tablet\:hc-inset-y-3\.5{
    top: 0.875rem !important;
    bottom: 0.875rem !important;
  }

  .tablet\:hc--inset-y-0{
    top: 0px !important;
    bottom: 0px !important;
  }

  .tablet\:hc--inset-y-1{
    top: -0.25rem !important;
    bottom: -0.25rem !important;
  }

  .tablet\:hc--inset-y-2{
    top: -0.5rem !important;
    bottom: -0.5rem !important;
  }

  .tablet\:hc--inset-y-3{
    top: -0.75rem !important;
    bottom: -0.75rem !important;
  }

  .tablet\:hc--inset-y-4{
    top: -1rem !important;
    bottom: -1rem !important;
  }

  .tablet\:hc--inset-y-5{
    top: -1.25rem !important;
    bottom: -1.25rem !important;
  }

  .tablet\:hc--inset-y-6{
    top: -1.5rem !important;
    bottom: -1.5rem !important;
  }

  .tablet\:hc--inset-y-7{
    top: -1.75rem !important;
    bottom: -1.75rem !important;
  }

  .tablet\:hc--inset-y-8{
    top: -2rem !important;
    bottom: -2rem !important;
  }

  .tablet\:hc--inset-y-9{
    top: -2.25rem !important;
    bottom: -2.25rem !important;
  }

  .tablet\:hc--inset-y-10{
    top: -2.5rem !important;
    bottom: -2.5rem !important;
  }

  .tablet\:hc--inset-y-11{
    top: -2.75rem !important;
    bottom: -2.75rem !important;
  }

  .tablet\:hc--inset-y-12{
    top: -3rem !important;
    bottom: -3rem !important;
  }

  .tablet\:hc--inset-y-14{
    top: -3.5rem !important;
    bottom: -3.5rem !important;
  }

  .tablet\:hc--inset-y-16{
    top: -4rem !important;
    bottom: -4rem !important;
  }

  .tablet\:hc--inset-y-20{
    top: -5rem !important;
    bottom: -5rem !important;
  }

  .tablet\:hc--inset-y-24{
    top: -6rem !important;
    bottom: -6rem !important;
  }

  .tablet\:hc--inset-y-28{
    top: -7rem !important;
    bottom: -7rem !important;
  }

  .tablet\:hc--inset-y-32{
    top: -8rem !important;
    bottom: -8rem !important;
  }

  .tablet\:hc--inset-y-36{
    top: -9rem !important;
    bottom: -9rem !important;
  }

  .tablet\:hc--inset-y-40{
    top: -10rem !important;
    bottom: -10rem !important;
  }

  .tablet\:hc--inset-y-44{
    top: -11rem !important;
    bottom: -11rem !important;
  }

  .tablet\:hc--inset-y-48{
    top: -12rem !important;
    bottom: -12rem !important;
  }

  .tablet\:hc--inset-y-52{
    top: -13rem !important;
    bottom: -13rem !important;
  }

  .tablet\:hc--inset-y-56{
    top: -14rem !important;
    bottom: -14rem !important;
  }

  .tablet\:hc--inset-y-60{
    top: -15rem !important;
    bottom: -15rem !important;
  }

  .tablet\:hc--inset-y-64{
    top: -16rem !important;
    bottom: -16rem !important;
  }

  .tablet\:hc--inset-y-72{
    top: -18rem !important;
    bottom: -18rem !important;
  }

  .tablet\:hc--inset-y-80{
    top: -20rem !important;
    bottom: -20rem !important;
  }

  .tablet\:hc--inset-y-96{
    top: -24rem !important;
    bottom: -24rem !important;
  }

  .tablet\:hc--inset-y-128{
    top: -32rem !important;
    bottom: -32rem !important;
  }

  .tablet\:hc--inset-y-144{
    top: -44rem !important;
    bottom: -44rem !important;
  }

  .tablet\:hc--inset-y-900{
    top: -900px !important;
    bottom: -900px !important;
  }

  .tablet\:hc--inset-y-px{
    top: -1px !important;
    bottom: -1px !important;
  }

  .tablet\:hc--inset-y-0\.5{
    top: -0.125rem !important;
    bottom: -0.125rem !important;
  }

  .tablet\:hc--inset-y-1\.5{
    top: -0.375rem !important;
    bottom: -0.375rem !important;
  }

  .tablet\:hc--inset-y-2\.5{
    top: -0.625rem !important;
    bottom: -0.625rem !important;
  }

  .tablet\:hc--inset-y-3\.5{
    top: -0.875rem !important;
    bottom: -0.875rem !important;
  }

  .tablet\:hc-inset-y-1\/2{
    top: 50% !important;
    bottom: 50% !important;
  }

  .tablet\:hc-inset-y-1\/3{
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .tablet\:hc-inset-y-2\/3{
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .tablet\:hc-inset-y-1\/4{
    top: 25% !important;
    bottom: 25% !important;
  }

  .tablet\:hc-inset-y-2\/4{
    top: 50% !important;
    bottom: 50% !important;
  }

  .tablet\:hc-inset-y-3\/4{
    top: 75% !important;
    bottom: 75% !important;
  }

  .tablet\:hc-inset-y-full{
    top: 100% !important;
    bottom: 100% !important;
  }

  .tablet\:hc--inset-y-1\/2{
    top: -50% !important;
    bottom: -50% !important;
  }

  .tablet\:hc--inset-y-1\/3{
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .tablet\:hc--inset-y-2\/3{
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .tablet\:hc--inset-y-1\/4{
    top: -25% !important;
    bottom: -25% !important;
  }

  .tablet\:hc--inset-y-2\/4{
    top: -50% !important;
    bottom: -50% !important;
  }

  .tablet\:hc--inset-y-3\/4{
    top: -75% !important;
    bottom: -75% !important;
  }

  .tablet\:hc--inset-y-full{
    top: -100% !important;
    bottom: -100% !important;
  }

  .tablet\:hc-top-0{
    top: 0px !important;
  }

  .tablet\:hc-top-1{
    top: 0.25rem !important;
  }

  .tablet\:hc-top-2{
    top: 0.5rem !important;
  }

  .tablet\:hc-top-3{
    top: 0.75rem !important;
  }

  .tablet\:hc-top-4{
    top: 1rem !important;
  }

  .tablet\:hc-top-5{
    top: 1.25rem !important;
  }

  .tablet\:hc-top-6{
    top: 1.5rem !important;
  }

  .tablet\:hc-top-7{
    top: 1.75rem !important;
  }

  .tablet\:hc-top-8{
    top: 2rem !important;
  }

  .tablet\:hc-top-9{
    top: 2.25rem !important;
  }

  .tablet\:hc-top-10{
    top: 2.5rem !important;
  }

  .tablet\:hc-top-11{
    top: 2.75rem !important;
  }

  .tablet\:hc-top-12{
    top: 3rem !important;
  }

  .tablet\:hc-top-14{
    top: 3.5rem !important;
  }

  .tablet\:hc-top-16{
    top: 4rem !important;
  }

  .tablet\:hc-top-20{
    top: 5rem !important;
  }

  .tablet\:hc-top-24{
    top: 6rem !important;
  }

  .tablet\:hc-top-28{
    top: 7rem !important;
  }

  .tablet\:hc-top-32{
    top: 8rem !important;
  }

  .tablet\:hc-top-36{
    top: 9rem !important;
  }

  .tablet\:hc-top-40{
    top: 10rem !important;
  }

  .tablet\:hc-top-44{
    top: 11rem !important;
  }

  .tablet\:hc-top-48{
    top: 12rem !important;
  }

  .tablet\:hc-top-52{
    top: 13rem !important;
  }

  .tablet\:hc-top-56{
    top: 14rem !important;
  }

  .tablet\:hc-top-60{
    top: 15rem !important;
  }

  .tablet\:hc-top-64{
    top: 16rem !important;
  }

  .tablet\:hc-top-72{
    top: 18rem !important;
  }

  .tablet\:hc-top-80{
    top: 20rem !important;
  }

  .tablet\:hc-top-96{
    top: 24rem !important;
  }

  .tablet\:hc-top-128{
    top: 32rem !important;
  }

  .tablet\:hc-top-144{
    top: 44rem !important;
  }

  .tablet\:hc-top-900{
    top: 900px !important;
  }

  .tablet\:hc-top-auto{
    top: auto !important;
  }

  .tablet\:hc-top-px{
    top: 1px !important;
  }

  .tablet\:hc-top-0\.5{
    top: 0.125rem !important;
  }

  .tablet\:hc-top-1\.5{
    top: 0.375rem !important;
  }

  .tablet\:hc-top-2\.5{
    top: 0.625rem !important;
  }

  .tablet\:hc-top-3\.5{
    top: 0.875rem !important;
  }

  .tablet\:hc--top-0{
    top: 0px !important;
  }

  .tablet\:hc--top-1{
    top: -0.25rem !important;
  }

  .tablet\:hc--top-2{
    top: -0.5rem !important;
  }

  .tablet\:hc--top-3{
    top: -0.75rem !important;
  }

  .tablet\:hc--top-4{
    top: -1rem !important;
  }

  .tablet\:hc--top-5{
    top: -1.25rem !important;
  }

  .tablet\:hc--top-6{
    top: -1.5rem !important;
  }

  .tablet\:hc--top-7{
    top: -1.75rem !important;
  }

  .tablet\:hc--top-8{
    top: -2rem !important;
  }

  .tablet\:hc--top-9{
    top: -2.25rem !important;
  }

  .tablet\:hc--top-10{
    top: -2.5rem !important;
  }

  .tablet\:hc--top-11{
    top: -2.75rem !important;
  }

  .tablet\:hc--top-12{
    top: -3rem !important;
  }

  .tablet\:hc--top-14{
    top: -3.5rem !important;
  }

  .tablet\:hc--top-16{
    top: -4rem !important;
  }

  .tablet\:hc--top-20{
    top: -5rem !important;
  }

  .tablet\:hc--top-24{
    top: -6rem !important;
  }

  .tablet\:hc--top-28{
    top: -7rem !important;
  }

  .tablet\:hc--top-32{
    top: -8rem !important;
  }

  .tablet\:hc--top-36{
    top: -9rem !important;
  }

  .tablet\:hc--top-40{
    top: -10rem !important;
  }

  .tablet\:hc--top-44{
    top: -11rem !important;
  }

  .tablet\:hc--top-48{
    top: -12rem !important;
  }

  .tablet\:hc--top-52{
    top: -13rem !important;
  }

  .tablet\:hc--top-56{
    top: -14rem !important;
  }

  .tablet\:hc--top-60{
    top: -15rem !important;
  }

  .tablet\:hc--top-64{
    top: -16rem !important;
  }

  .tablet\:hc--top-72{
    top: -18rem !important;
  }

  .tablet\:hc--top-80{
    top: -20rem !important;
  }

  .tablet\:hc--top-96{
    top: -24rem !important;
  }

  .tablet\:hc--top-128{
    top: -32rem !important;
  }

  .tablet\:hc--top-144{
    top: -44rem !important;
  }

  .tablet\:hc--top-900{
    top: -900px !important;
  }

  .tablet\:hc--top-px{
    top: -1px !important;
  }

  .tablet\:hc--top-0\.5{
    top: -0.125rem !important;
  }

  .tablet\:hc--top-1\.5{
    top: -0.375rem !important;
  }

  .tablet\:hc--top-2\.5{
    top: -0.625rem !important;
  }

  .tablet\:hc--top-3\.5{
    top: -0.875rem !important;
  }

  .tablet\:hc-top-1\/2{
    top: 50% !important;
  }

  .tablet\:hc-top-1\/3{
    top: 33.333333% !important;
  }

  .tablet\:hc-top-2\/3{
    top: 66.666667% !important;
  }

  .tablet\:hc-top-1\/4{
    top: 25% !important;
  }

  .tablet\:hc-top-2\/4{
    top: 50% !important;
  }

  .tablet\:hc-top-3\/4{
    top: 75% !important;
  }

  .tablet\:hc-top-full{
    top: 100% !important;
  }

  .tablet\:hc--top-1\/2{
    top: -50% !important;
  }

  .tablet\:hc--top-1\/3{
    top: -33.333333% !important;
  }

  .tablet\:hc--top-2\/3{
    top: -66.666667% !important;
  }

  .tablet\:hc--top-1\/4{
    top: -25% !important;
  }

  .tablet\:hc--top-2\/4{
    top: -50% !important;
  }

  .tablet\:hc--top-3\/4{
    top: -75% !important;
  }

  .tablet\:hc--top-full{
    top: -100% !important;
  }

  .tablet\:hc-right-0{
    right: 0px !important;
  }

  .tablet\:hc-right-1{
    right: 0.25rem !important;
  }

  .tablet\:hc-right-2{
    right: 0.5rem !important;
  }

  .tablet\:hc-right-3{
    right: 0.75rem !important;
  }

  .tablet\:hc-right-4{
    right: 1rem !important;
  }

  .tablet\:hc-right-5{
    right: 1.25rem !important;
  }

  .tablet\:hc-right-6{
    right: 1.5rem !important;
  }

  .tablet\:hc-right-7{
    right: 1.75rem !important;
  }

  .tablet\:hc-right-8{
    right: 2rem !important;
  }

  .tablet\:hc-right-9{
    right: 2.25rem !important;
  }

  .tablet\:hc-right-10{
    right: 2.5rem !important;
  }

  .tablet\:hc-right-11{
    right: 2.75rem !important;
  }

  .tablet\:hc-right-12{
    right: 3rem !important;
  }

  .tablet\:hc-right-14{
    right: 3.5rem !important;
  }

  .tablet\:hc-right-16{
    right: 4rem !important;
  }

  .tablet\:hc-right-20{
    right: 5rem !important;
  }

  .tablet\:hc-right-24{
    right: 6rem !important;
  }

  .tablet\:hc-right-28{
    right: 7rem !important;
  }

  .tablet\:hc-right-32{
    right: 8rem !important;
  }

  .tablet\:hc-right-36{
    right: 9rem !important;
  }

  .tablet\:hc-right-40{
    right: 10rem !important;
  }

  .tablet\:hc-right-44{
    right: 11rem !important;
  }

  .tablet\:hc-right-48{
    right: 12rem !important;
  }

  .tablet\:hc-right-52{
    right: 13rem !important;
  }

  .tablet\:hc-right-56{
    right: 14rem !important;
  }

  .tablet\:hc-right-60{
    right: 15rem !important;
  }

  .tablet\:hc-right-64{
    right: 16rem !important;
  }

  .tablet\:hc-right-72{
    right: 18rem !important;
  }

  .tablet\:hc-right-80{
    right: 20rem !important;
  }

  .tablet\:hc-right-96{
    right: 24rem !important;
  }

  .tablet\:hc-right-128{
    right: 32rem !important;
  }

  .tablet\:hc-right-144{
    right: 44rem !important;
  }

  .tablet\:hc-right-900{
    right: 900px !important;
  }

  .tablet\:hc-right-auto{
    right: auto !important;
  }

  .tablet\:hc-right-px{
    right: 1px !important;
  }

  .tablet\:hc-right-0\.5{
    right: 0.125rem !important;
  }

  .tablet\:hc-right-1\.5{
    right: 0.375rem !important;
  }

  .tablet\:hc-right-2\.5{
    right: 0.625rem !important;
  }

  .tablet\:hc-right-3\.5{
    right: 0.875rem !important;
  }

  .tablet\:hc--right-0{
    right: 0px !important;
  }

  .tablet\:hc--right-1{
    right: -0.25rem !important;
  }

  .tablet\:hc--right-2{
    right: -0.5rem !important;
  }

  .tablet\:hc--right-3{
    right: -0.75rem !important;
  }

  .tablet\:hc--right-4{
    right: -1rem !important;
  }

  .tablet\:hc--right-5{
    right: -1.25rem !important;
  }

  .tablet\:hc--right-6{
    right: -1.5rem !important;
  }

  .tablet\:hc--right-7{
    right: -1.75rem !important;
  }

  .tablet\:hc--right-8{
    right: -2rem !important;
  }

  .tablet\:hc--right-9{
    right: -2.25rem !important;
  }

  .tablet\:hc--right-10{
    right: -2.5rem !important;
  }

  .tablet\:hc--right-11{
    right: -2.75rem !important;
  }

  .tablet\:hc--right-12{
    right: -3rem !important;
  }

  .tablet\:hc--right-14{
    right: -3.5rem !important;
  }

  .tablet\:hc--right-16{
    right: -4rem !important;
  }

  .tablet\:hc--right-20{
    right: -5rem !important;
  }

  .tablet\:hc--right-24{
    right: -6rem !important;
  }

  .tablet\:hc--right-28{
    right: -7rem !important;
  }

  .tablet\:hc--right-32{
    right: -8rem !important;
  }

  .tablet\:hc--right-36{
    right: -9rem !important;
  }

  .tablet\:hc--right-40{
    right: -10rem !important;
  }

  .tablet\:hc--right-44{
    right: -11rem !important;
  }

  .tablet\:hc--right-48{
    right: -12rem !important;
  }

  .tablet\:hc--right-52{
    right: -13rem !important;
  }

  .tablet\:hc--right-56{
    right: -14rem !important;
  }

  .tablet\:hc--right-60{
    right: -15rem !important;
  }

  .tablet\:hc--right-64{
    right: -16rem !important;
  }

  .tablet\:hc--right-72{
    right: -18rem !important;
  }

  .tablet\:hc--right-80{
    right: -20rem !important;
  }

  .tablet\:hc--right-96{
    right: -24rem !important;
  }

  .tablet\:hc--right-128{
    right: -32rem !important;
  }

  .tablet\:hc--right-144{
    right: -44rem !important;
  }

  .tablet\:hc--right-900{
    right: -900px !important;
  }

  .tablet\:hc--right-px{
    right: -1px !important;
  }

  .tablet\:hc--right-0\.5{
    right: -0.125rem !important;
  }

  .tablet\:hc--right-1\.5{
    right: -0.375rem !important;
  }

  .tablet\:hc--right-2\.5{
    right: -0.625rem !important;
  }

  .tablet\:hc--right-3\.5{
    right: -0.875rem !important;
  }

  .tablet\:hc-right-1\/2{
    right: 50% !important;
  }

  .tablet\:hc-right-1\/3{
    right: 33.333333% !important;
  }

  .tablet\:hc-right-2\/3{
    right: 66.666667% !important;
  }

  .tablet\:hc-right-1\/4{
    right: 25% !important;
  }

  .tablet\:hc-right-2\/4{
    right: 50% !important;
  }

  .tablet\:hc-right-3\/4{
    right: 75% !important;
  }

  .tablet\:hc-right-full{
    right: 100% !important;
  }

  .tablet\:hc--right-1\/2{
    right: -50% !important;
  }

  .tablet\:hc--right-1\/3{
    right: -33.333333% !important;
  }

  .tablet\:hc--right-2\/3{
    right: -66.666667% !important;
  }

  .tablet\:hc--right-1\/4{
    right: -25% !important;
  }

  .tablet\:hc--right-2\/4{
    right: -50% !important;
  }

  .tablet\:hc--right-3\/4{
    right: -75% !important;
  }

  .tablet\:hc--right-full{
    right: -100% !important;
  }

  .tablet\:hc-bottom-0{
    bottom: 0px !important;
  }

  .tablet\:hc-bottom-1{
    bottom: 0.25rem !important;
  }

  .tablet\:hc-bottom-2{
    bottom: 0.5rem !important;
  }

  .tablet\:hc-bottom-3{
    bottom: 0.75rem !important;
  }

  .tablet\:hc-bottom-4{
    bottom: 1rem !important;
  }

  .tablet\:hc-bottom-5{
    bottom: 1.25rem !important;
  }

  .tablet\:hc-bottom-6{
    bottom: 1.5rem !important;
  }

  .tablet\:hc-bottom-7{
    bottom: 1.75rem !important;
  }

  .tablet\:hc-bottom-8{
    bottom: 2rem !important;
  }

  .tablet\:hc-bottom-9{
    bottom: 2.25rem !important;
  }

  .tablet\:hc-bottom-10{
    bottom: 2.5rem !important;
  }

  .tablet\:hc-bottom-11{
    bottom: 2.75rem !important;
  }

  .tablet\:hc-bottom-12{
    bottom: 3rem !important;
  }

  .tablet\:hc-bottom-14{
    bottom: 3.5rem !important;
  }

  .tablet\:hc-bottom-16{
    bottom: 4rem !important;
  }

  .tablet\:hc-bottom-20{
    bottom: 5rem !important;
  }

  .tablet\:hc-bottom-24{
    bottom: 6rem !important;
  }

  .tablet\:hc-bottom-28{
    bottom: 7rem !important;
  }

  .tablet\:hc-bottom-32{
    bottom: 8rem !important;
  }

  .tablet\:hc-bottom-36{
    bottom: 9rem !important;
  }

  .tablet\:hc-bottom-40{
    bottom: 10rem !important;
  }

  .tablet\:hc-bottom-44{
    bottom: 11rem !important;
  }

  .tablet\:hc-bottom-48{
    bottom: 12rem !important;
  }

  .tablet\:hc-bottom-52{
    bottom: 13rem !important;
  }

  .tablet\:hc-bottom-56{
    bottom: 14rem !important;
  }

  .tablet\:hc-bottom-60{
    bottom: 15rem !important;
  }

  .tablet\:hc-bottom-64{
    bottom: 16rem !important;
  }

  .tablet\:hc-bottom-72{
    bottom: 18rem !important;
  }

  .tablet\:hc-bottom-80{
    bottom: 20rem !important;
  }

  .tablet\:hc-bottom-96{
    bottom: 24rem !important;
  }

  .tablet\:hc-bottom-128{
    bottom: 32rem !important;
  }

  .tablet\:hc-bottom-144{
    bottom: 44rem !important;
  }

  .tablet\:hc-bottom-900{
    bottom: 900px !important;
  }

  .tablet\:hc-bottom-auto{
    bottom: auto !important;
  }

  .tablet\:hc-bottom-px{
    bottom: 1px !important;
  }

  .tablet\:hc-bottom-0\.5{
    bottom: 0.125rem !important;
  }

  .tablet\:hc-bottom-1\.5{
    bottom: 0.375rem !important;
  }

  .tablet\:hc-bottom-2\.5{
    bottom: 0.625rem !important;
  }

  .tablet\:hc-bottom-3\.5{
    bottom: 0.875rem !important;
  }

  .tablet\:hc--bottom-0{
    bottom: 0px !important;
  }

  .tablet\:hc--bottom-1{
    bottom: -0.25rem !important;
  }

  .tablet\:hc--bottom-2{
    bottom: -0.5rem !important;
  }

  .tablet\:hc--bottom-3{
    bottom: -0.75rem !important;
  }

  .tablet\:hc--bottom-4{
    bottom: -1rem !important;
  }

  .tablet\:hc--bottom-5{
    bottom: -1.25rem !important;
  }

  .tablet\:hc--bottom-6{
    bottom: -1.5rem !important;
  }

  .tablet\:hc--bottom-7{
    bottom: -1.75rem !important;
  }

  .tablet\:hc--bottom-8{
    bottom: -2rem !important;
  }

  .tablet\:hc--bottom-9{
    bottom: -2.25rem !important;
  }

  .tablet\:hc--bottom-10{
    bottom: -2.5rem !important;
  }

  .tablet\:hc--bottom-11{
    bottom: -2.75rem !important;
  }

  .tablet\:hc--bottom-12{
    bottom: -3rem !important;
  }

  .tablet\:hc--bottom-14{
    bottom: -3.5rem !important;
  }

  .tablet\:hc--bottom-16{
    bottom: -4rem !important;
  }

  .tablet\:hc--bottom-20{
    bottom: -5rem !important;
  }

  .tablet\:hc--bottom-24{
    bottom: -6rem !important;
  }

  .tablet\:hc--bottom-28{
    bottom: -7rem !important;
  }

  .tablet\:hc--bottom-32{
    bottom: -8rem !important;
  }

  .tablet\:hc--bottom-36{
    bottom: -9rem !important;
  }

  .tablet\:hc--bottom-40{
    bottom: -10rem !important;
  }

  .tablet\:hc--bottom-44{
    bottom: -11rem !important;
  }

  .tablet\:hc--bottom-48{
    bottom: -12rem !important;
  }

  .tablet\:hc--bottom-52{
    bottom: -13rem !important;
  }

  .tablet\:hc--bottom-56{
    bottom: -14rem !important;
  }

  .tablet\:hc--bottom-60{
    bottom: -15rem !important;
  }

  .tablet\:hc--bottom-64{
    bottom: -16rem !important;
  }

  .tablet\:hc--bottom-72{
    bottom: -18rem !important;
  }

  .tablet\:hc--bottom-80{
    bottom: -20rem !important;
  }

  .tablet\:hc--bottom-96{
    bottom: -24rem !important;
  }

  .tablet\:hc--bottom-128{
    bottom: -32rem !important;
  }

  .tablet\:hc--bottom-144{
    bottom: -44rem !important;
  }

  .tablet\:hc--bottom-900{
    bottom: -900px !important;
  }

  .tablet\:hc--bottom-px{
    bottom: -1px !important;
  }

  .tablet\:hc--bottom-0\.5{
    bottom: -0.125rem !important;
  }

  .tablet\:hc--bottom-1\.5{
    bottom: -0.375rem !important;
  }

  .tablet\:hc--bottom-2\.5{
    bottom: -0.625rem !important;
  }

  .tablet\:hc--bottom-3\.5{
    bottom: -0.875rem !important;
  }

  .tablet\:hc-bottom-1\/2{
    bottom: 50% !important;
  }

  .tablet\:hc-bottom-1\/3{
    bottom: 33.333333% !important;
  }

  .tablet\:hc-bottom-2\/3{
    bottom: 66.666667% !important;
  }

  .tablet\:hc-bottom-1\/4{
    bottom: 25% !important;
  }

  .tablet\:hc-bottom-2\/4{
    bottom: 50% !important;
  }

  .tablet\:hc-bottom-3\/4{
    bottom: 75% !important;
  }

  .tablet\:hc-bottom-full{
    bottom: 100% !important;
  }

  .tablet\:hc--bottom-1\/2{
    bottom: -50% !important;
  }

  .tablet\:hc--bottom-1\/3{
    bottom: -33.333333% !important;
  }

  .tablet\:hc--bottom-2\/3{
    bottom: -66.666667% !important;
  }

  .tablet\:hc--bottom-1\/4{
    bottom: -25% !important;
  }

  .tablet\:hc--bottom-2\/4{
    bottom: -50% !important;
  }

  .tablet\:hc--bottom-3\/4{
    bottom: -75% !important;
  }

  .tablet\:hc--bottom-full{
    bottom: -100% !important;
  }

  .tablet\:hc-left-0{
    left: 0px !important;
  }

  .tablet\:hc-left-1{
    left: 0.25rem !important;
  }

  .tablet\:hc-left-2{
    left: 0.5rem !important;
  }

  .tablet\:hc-left-3{
    left: 0.75rem !important;
  }

  .tablet\:hc-left-4{
    left: 1rem !important;
  }

  .tablet\:hc-left-5{
    left: 1.25rem !important;
  }

  .tablet\:hc-left-6{
    left: 1.5rem !important;
  }

  .tablet\:hc-left-7{
    left: 1.75rem !important;
  }

  .tablet\:hc-left-8{
    left: 2rem !important;
  }

  .tablet\:hc-left-9{
    left: 2.25rem !important;
  }

  .tablet\:hc-left-10{
    left: 2.5rem !important;
  }

  .tablet\:hc-left-11{
    left: 2.75rem !important;
  }

  .tablet\:hc-left-12{
    left: 3rem !important;
  }

  .tablet\:hc-left-14{
    left: 3.5rem !important;
  }

  .tablet\:hc-left-16{
    left: 4rem !important;
  }

  .tablet\:hc-left-20{
    left: 5rem !important;
  }

  .tablet\:hc-left-24{
    left: 6rem !important;
  }

  .tablet\:hc-left-28{
    left: 7rem !important;
  }

  .tablet\:hc-left-32{
    left: 8rem !important;
  }

  .tablet\:hc-left-36{
    left: 9rem !important;
  }

  .tablet\:hc-left-40{
    left: 10rem !important;
  }

  .tablet\:hc-left-44{
    left: 11rem !important;
  }

  .tablet\:hc-left-48{
    left: 12rem !important;
  }

  .tablet\:hc-left-52{
    left: 13rem !important;
  }

  .tablet\:hc-left-56{
    left: 14rem !important;
  }

  .tablet\:hc-left-60{
    left: 15rem !important;
  }

  .tablet\:hc-left-64{
    left: 16rem !important;
  }

  .tablet\:hc-left-72{
    left: 18rem !important;
  }

  .tablet\:hc-left-80{
    left: 20rem !important;
  }

  .tablet\:hc-left-96{
    left: 24rem !important;
  }

  .tablet\:hc-left-128{
    left: 32rem !important;
  }

  .tablet\:hc-left-144{
    left: 44rem !important;
  }

  .tablet\:hc-left-900{
    left: 900px !important;
  }

  .tablet\:hc-left-auto{
    left: auto !important;
  }

  .tablet\:hc-left-px{
    left: 1px !important;
  }

  .tablet\:hc-left-0\.5{
    left: 0.125rem !important;
  }

  .tablet\:hc-left-1\.5{
    left: 0.375rem !important;
  }

  .tablet\:hc-left-2\.5{
    left: 0.625rem !important;
  }

  .tablet\:hc-left-3\.5{
    left: 0.875rem !important;
  }

  .tablet\:hc--left-0{
    left: 0px !important;
  }

  .tablet\:hc--left-1{
    left: -0.25rem !important;
  }

  .tablet\:hc--left-2{
    left: -0.5rem !important;
  }

  .tablet\:hc--left-3{
    left: -0.75rem !important;
  }

  .tablet\:hc--left-4{
    left: -1rem !important;
  }

  .tablet\:hc--left-5{
    left: -1.25rem !important;
  }

  .tablet\:hc--left-6{
    left: -1.5rem !important;
  }

  .tablet\:hc--left-7{
    left: -1.75rem !important;
  }

  .tablet\:hc--left-8{
    left: -2rem !important;
  }

  .tablet\:hc--left-9{
    left: -2.25rem !important;
  }

  .tablet\:hc--left-10{
    left: -2.5rem !important;
  }

  .tablet\:hc--left-11{
    left: -2.75rem !important;
  }

  .tablet\:hc--left-12{
    left: -3rem !important;
  }

  .tablet\:hc--left-14{
    left: -3.5rem !important;
  }

  .tablet\:hc--left-16{
    left: -4rem !important;
  }

  .tablet\:hc--left-20{
    left: -5rem !important;
  }

  .tablet\:hc--left-24{
    left: -6rem !important;
  }

  .tablet\:hc--left-28{
    left: -7rem !important;
  }

  .tablet\:hc--left-32{
    left: -8rem !important;
  }

  .tablet\:hc--left-36{
    left: -9rem !important;
  }

  .tablet\:hc--left-40{
    left: -10rem !important;
  }

  .tablet\:hc--left-44{
    left: -11rem !important;
  }

  .tablet\:hc--left-48{
    left: -12rem !important;
  }

  .tablet\:hc--left-52{
    left: -13rem !important;
  }

  .tablet\:hc--left-56{
    left: -14rem !important;
  }

  .tablet\:hc--left-60{
    left: -15rem !important;
  }

  .tablet\:hc--left-64{
    left: -16rem !important;
  }

  .tablet\:hc--left-72{
    left: -18rem !important;
  }

  .tablet\:hc--left-80{
    left: -20rem !important;
  }

  .tablet\:hc--left-96{
    left: -24rem !important;
  }

  .tablet\:hc--left-128{
    left: -32rem !important;
  }

  .tablet\:hc--left-144{
    left: -44rem !important;
  }

  .tablet\:hc--left-900{
    left: -900px !important;
  }

  .tablet\:hc--left-px{
    left: -1px !important;
  }

  .tablet\:hc--left-0\.5{
    left: -0.125rem !important;
  }

  .tablet\:hc--left-1\.5{
    left: -0.375rem !important;
  }

  .tablet\:hc--left-2\.5{
    left: -0.625rem !important;
  }

  .tablet\:hc--left-3\.5{
    left: -0.875rem !important;
  }

  .tablet\:hc-left-1\/2{
    left: 50% !important;
  }

  .tablet\:hc-left-1\/3{
    left: 33.333333% !important;
  }

  .tablet\:hc-left-2\/3{
    left: 66.666667% !important;
  }

  .tablet\:hc-left-1\/4{
    left: 25% !important;
  }

  .tablet\:hc-left-2\/4{
    left: 50% !important;
  }

  .tablet\:hc-left-3\/4{
    left: 75% !important;
  }

  .tablet\:hc-left-full{
    left: 100% !important;
  }

  .tablet\:hc--left-1\/2{
    left: -50% !important;
  }

  .tablet\:hc--left-1\/3{
    left: -33.333333% !important;
  }

  .tablet\:hc--left-2\/3{
    left: -66.666667% !important;
  }

  .tablet\:hc--left-1\/4{
    left: -25% !important;
  }

  .tablet\:hc--left-2\/4{
    left: -50% !important;
  }

  .tablet\:hc--left-3\/4{
    left: -75% !important;
  }

  .tablet\:hc--left-full{
    left: -100% !important;
  }

  .tablet\:hc-isolate{
    isolation: isolate !important;
  }

  .tablet\:hc-isolation-auto{
    isolation: auto !important;
  }

  .tablet\:hc-z-0{
    z-index: 0 !important;
  }

  .tablet\:hc-z-10{
    z-index: 10 !important;
  }

  .tablet\:hc-z-20{
    z-index: 20 !important;
  }

  .tablet\:hc-z-30{
    z-index: 30 !important;
  }

  .tablet\:hc-z-40{
    z-index: 40 !important;
  }

  .tablet\:hc-z-50{
    z-index: 50 !important;
  }

  .tablet\:hc-z-auto{
    z-index: auto !important;
  }

  .tablet\:focus-within\:hc-z-0:focus-within{
    z-index: 0 !important;
  }

  .tablet\:focus-within\:hc-z-10:focus-within{
    z-index: 10 !important;
  }

  .tablet\:focus-within\:hc-z-20:focus-within{
    z-index: 20 !important;
  }

  .tablet\:focus-within\:hc-z-30:focus-within{
    z-index: 30 !important;
  }

  .tablet\:focus-within\:hc-z-40:focus-within{
    z-index: 40 !important;
  }

  .tablet\:focus-within\:hc-z-50:focus-within{
    z-index: 50 !important;
  }

  .tablet\:focus-within\:hc-z-auto:focus-within{
    z-index: auto !important;
  }

  .tablet\:focus\:hc-z-0:focus{
    z-index: 0 !important;
  }

  .tablet\:focus\:hc-z-10:focus{
    z-index: 10 !important;
  }

  .tablet\:focus\:hc-z-20:focus{
    z-index: 20 !important;
  }

  .tablet\:focus\:hc-z-30:focus{
    z-index: 30 !important;
  }

  .tablet\:focus\:hc-z-40:focus{
    z-index: 40 !important;
  }

  .tablet\:focus\:hc-z-50:focus{
    z-index: 50 !important;
  }

  .tablet\:focus\:hc-z-auto:focus{
    z-index: auto !important;
  }

  .tablet\:hc-order-1{
    order: 1 !important;
  }

  .tablet\:hc-order-2{
    order: 2 !important;
  }

  .tablet\:hc-order-3{
    order: 3 !important;
  }

  .tablet\:hc-order-4{
    order: 4 !important;
  }

  .tablet\:hc-order-5{
    order: 5 !important;
  }

  .tablet\:hc-order-6{
    order: 6 !important;
  }

  .tablet\:hc-order-7{
    order: 7 !important;
  }

  .tablet\:hc-order-8{
    order: 8 !important;
  }

  .tablet\:hc-order-9{
    order: 9 !important;
  }

  .tablet\:hc-order-10{
    order: 10 !important;
  }

  .tablet\:hc-order-11{
    order: 11 !important;
  }

  .tablet\:hc-order-12{
    order: 12 !important;
  }

  .tablet\:hc-order-first{
    order: -9999 !important;
  }

  .tablet\:hc-order-last{
    order: 9999 !important;
  }

  .tablet\:hc-order-none{
    order: 0 !important;
  }

  .tablet\:hc-col-auto{
    grid-column: auto !important;
  }

  .tablet\:hc-col-span-1{
    grid-column: span 1 / span 1 !important;
  }

  .tablet\:hc-col-span-2{
    grid-column: span 2 / span 2 !important;
  }

  .tablet\:hc-col-span-3{
    grid-column: span 3 / span 3 !important;
  }

  .tablet\:hc-col-span-4{
    grid-column: span 4 / span 4 !important;
  }

  .tablet\:hc-col-span-5{
    grid-column: span 5 / span 5 !important;
  }

  .tablet\:hc-col-span-6{
    grid-column: span 6 / span 6 !important;
  }

  .tablet\:hc-col-span-7{
    grid-column: span 7 / span 7 !important;
  }

  .tablet\:hc-col-span-8{
    grid-column: span 8 / span 8 !important;
  }

  .tablet\:hc-col-span-9{
    grid-column: span 9 / span 9 !important;
  }

  .tablet\:hc-col-span-10{
    grid-column: span 10 / span 10 !important;
  }

  .tablet\:hc-col-span-11{
    grid-column: span 11 / span 11 !important;
  }

  .tablet\:hc-col-span-12{
    grid-column: span 12 / span 12 !important;
  }

  .tablet\:hc-col-span-full{
    grid-column: 1 / -1 !important;
  }

  .tablet\:hc-col-start-1{
    grid-column-start: 1 !important;
  }

  .tablet\:hc-col-start-2{
    grid-column-start: 2 !important;
  }

  .tablet\:hc-col-start-3{
    grid-column-start: 3 !important;
  }

  .tablet\:hc-col-start-4{
    grid-column-start: 4 !important;
  }

  .tablet\:hc-col-start-5{
    grid-column-start: 5 !important;
  }

  .tablet\:hc-col-start-6{
    grid-column-start: 6 !important;
  }

  .tablet\:hc-col-start-7{
    grid-column-start: 7 !important;
  }

  .tablet\:hc-col-start-8{
    grid-column-start: 8 !important;
  }

  .tablet\:hc-col-start-9{
    grid-column-start: 9 !important;
  }

  .tablet\:hc-col-start-10{
    grid-column-start: 10 !important;
  }

  .tablet\:hc-col-start-11{
    grid-column-start: 11 !important;
  }

  .tablet\:hc-col-start-12{
    grid-column-start: 12 !important;
  }

  .tablet\:hc-col-start-13{
    grid-column-start: 13 !important;
  }

  .tablet\:hc-col-start-auto{
    grid-column-start: auto !important;
  }

  .tablet\:hc-col-end-1{
    grid-column-end: 1 !important;
  }

  .tablet\:hc-col-end-2{
    grid-column-end: 2 !important;
  }

  .tablet\:hc-col-end-3{
    grid-column-end: 3 !important;
  }

  .tablet\:hc-col-end-4{
    grid-column-end: 4 !important;
  }

  .tablet\:hc-col-end-5{
    grid-column-end: 5 !important;
  }

  .tablet\:hc-col-end-6{
    grid-column-end: 6 !important;
  }

  .tablet\:hc-col-end-7{
    grid-column-end: 7 !important;
  }

  .tablet\:hc-col-end-8{
    grid-column-end: 8 !important;
  }

  .tablet\:hc-col-end-9{
    grid-column-end: 9 !important;
  }

  .tablet\:hc-col-end-10{
    grid-column-end: 10 !important;
  }

  .tablet\:hc-col-end-11{
    grid-column-end: 11 !important;
  }

  .tablet\:hc-col-end-12{
    grid-column-end: 12 !important;
  }

  .tablet\:hc-col-end-13{
    grid-column-end: 13 !important;
  }

  .tablet\:hc-col-end-auto{
    grid-column-end: auto !important;
  }

  .tablet\:hc-row-auto{
    grid-row: auto !important;
  }

  .tablet\:hc-row-span-1{
    grid-row: span 1 / span 1 !important;
  }

  .tablet\:hc-row-span-2{
    grid-row: span 2 / span 2 !important;
  }

  .tablet\:hc-row-span-3{
    grid-row: span 3 / span 3 !important;
  }

  .tablet\:hc-row-span-4{
    grid-row: span 4 / span 4 !important;
  }

  .tablet\:hc-row-span-5{
    grid-row: span 5 / span 5 !important;
  }

  .tablet\:hc-row-span-6{
    grid-row: span 6 / span 6 !important;
  }

  .tablet\:hc-row-span-full{
    grid-row: 1 / -1 !important;
  }

  .tablet\:hc-row-start-1{
    grid-row-start: 1 !important;
  }

  .tablet\:hc-row-start-2{
    grid-row-start: 2 !important;
  }

  .tablet\:hc-row-start-3{
    grid-row-start: 3 !important;
  }

  .tablet\:hc-row-start-4{
    grid-row-start: 4 !important;
  }

  .tablet\:hc-row-start-5{
    grid-row-start: 5 !important;
  }

  .tablet\:hc-row-start-6{
    grid-row-start: 6 !important;
  }

  .tablet\:hc-row-start-7{
    grid-row-start: 7 !important;
  }

  .tablet\:hc-row-start-auto{
    grid-row-start: auto !important;
  }

  .tablet\:hc-row-end-1{
    grid-row-end: 1 !important;
  }

  .tablet\:hc-row-end-2{
    grid-row-end: 2 !important;
  }

  .tablet\:hc-row-end-3{
    grid-row-end: 3 !important;
  }

  .tablet\:hc-row-end-4{
    grid-row-end: 4 !important;
  }

  .tablet\:hc-row-end-5{
    grid-row-end: 5 !important;
  }

  .tablet\:hc-row-end-6{
    grid-row-end: 6 !important;
  }

  .tablet\:hc-row-end-7{
    grid-row-end: 7 !important;
  }

  .tablet\:hc-row-end-auto{
    grid-row-end: auto !important;
  }

  .tablet\:hc-float-right{
    float: right !important;
  }

  .tablet\:hc-float-left{
    float: left !important;
  }

  .tablet\:hc-float-none{
    float: none !important;
  }

  .tablet\:hc-clear-left{
    clear: left !important;
  }

  .tablet\:hc-clear-right{
    clear: right !important;
  }

  .tablet\:hc-clear-both{
    clear: both !important;
  }

  .tablet\:hc-clear-none{
    clear: none !important;
  }

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

  .tablet\:hc-m-1{
    margin: 0.25rem !important;
  }

  .tablet\:hc-m-2{
    margin: 0.5rem !important;
  }

  .tablet\:hc-m-3{
    margin: 0.75rem !important;
  }

  .tablet\:hc-m-4{
    margin: 1rem !important;
  }

  .tablet\:hc-m-5{
    margin: 1.25rem !important;
  }

  .tablet\:hc-m-6{
    margin: 1.5rem !important;
  }

  .tablet\:hc-m-7{
    margin: 1.75rem !important;
  }

  .tablet\:hc-m-8{
    margin: 2rem !important;
  }

  .tablet\:hc-m-9{
    margin: 2.25rem !important;
  }

  .tablet\:hc-m-10{
    margin: 2.5rem !important;
  }

  .tablet\:hc-m-11{
    margin: 2.75rem !important;
  }

  .tablet\:hc-m-12{
    margin: 3rem !important;
  }

  .tablet\:hc-m-14{
    margin: 3.5rem !important;
  }

  .tablet\:hc-m-16{
    margin: 4rem !important;
  }

  .tablet\:hc-m-20{
    margin: 5rem !important;
  }

  .tablet\:hc-m-24{
    margin: 6rem !important;
  }

  .tablet\:hc-m-28{
    margin: 7rem !important;
  }

  .tablet\:hc-m-32{
    margin: 8rem !important;
  }

  .tablet\:hc-m-36{
    margin: 9rem !important;
  }

  .tablet\:hc-m-40{
    margin: 10rem !important;
  }

  .tablet\:hc-m-44{
    margin: 11rem !important;
  }

  .tablet\:hc-m-48{
    margin: 12rem !important;
  }

  .tablet\:hc-m-52{
    margin: 13rem !important;
  }

  .tablet\:hc-m-56{
    margin: 14rem !important;
  }

  .tablet\:hc-m-60{
    margin: 15rem !important;
  }

  .tablet\:hc-m-64{
    margin: 16rem !important;
  }

  .tablet\:hc-m-72{
    margin: 18rem !important;
  }

  .tablet\:hc-m-80{
    margin: 20rem !important;
  }

  .tablet\:hc-m-96{
    margin: 24rem !important;
  }

  .tablet\:hc-m-128{
    margin: 32rem !important;
  }

  .tablet\:hc-m-144{
    margin: 44rem !important;
  }

  .tablet\:hc-m-900{
    margin: 900px !important;
  }

  .tablet\:hc-m-auto{
    margin: auto !important;
  }

  .tablet\:hc-m-px{
    margin: 1px !important;
  }

  .tablet\:hc-m-0\.5{
    margin: 0.125rem !important;
  }

  .tablet\:hc-m-1\.5{
    margin: 0.375rem !important;
  }

  .tablet\:hc-m-2\.5{
    margin: 0.625rem !important;
  }

  .tablet\:hc-m-3\.5{
    margin: 0.875rem !important;
  }

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

  .tablet\:hc--m-1{
    margin: -0.25rem !important;
  }

  .tablet\:hc--m-2{
    margin: -0.5rem !important;
  }

  .tablet\:hc--m-3{
    margin: -0.75rem !important;
  }

  .tablet\:hc--m-4{
    margin: -1rem !important;
  }

  .tablet\:hc--m-5{
    margin: -1.25rem !important;
  }

  .tablet\:hc--m-6{
    margin: -1.5rem !important;
  }

  .tablet\:hc--m-7{
    margin: -1.75rem !important;
  }

  .tablet\:hc--m-8{
    margin: -2rem !important;
  }

  .tablet\:hc--m-9{
    margin: -2.25rem !important;
  }

  .tablet\:hc--m-10{
    margin: -2.5rem !important;
  }

  .tablet\:hc--m-11{
    margin: -2.75rem !important;
  }

  .tablet\:hc--m-12{
    margin: -3rem !important;
  }

  .tablet\:hc--m-14{
    margin: -3.5rem !important;
  }

  .tablet\:hc--m-16{
    margin: -4rem !important;
  }

  .tablet\:hc--m-20{
    margin: -5rem !important;
  }

  .tablet\:hc--m-24{
    margin: -6rem !important;
  }

  .tablet\:hc--m-28{
    margin: -7rem !important;
  }

  .tablet\:hc--m-32{
    margin: -8rem !important;
  }

  .tablet\:hc--m-36{
    margin: -9rem !important;
  }

  .tablet\:hc--m-40{
    margin: -10rem !important;
  }

  .tablet\:hc--m-44{
    margin: -11rem !important;
  }

  .tablet\:hc--m-48{
    margin: -12rem !important;
  }

  .tablet\:hc--m-52{
    margin: -13rem !important;
  }

  .tablet\:hc--m-56{
    margin: -14rem !important;
  }

  .tablet\:hc--m-60{
    margin: -15rem !important;
  }

  .tablet\:hc--m-64{
    margin: -16rem !important;
  }

  .tablet\:hc--m-72{
    margin: -18rem !important;
  }

  .tablet\:hc--m-80{
    margin: -20rem !important;
  }

  .tablet\:hc--m-96{
    margin: -24rem !important;
  }

  .tablet\:hc--m-128{
    margin: -32rem !important;
  }

  .tablet\:hc--m-144{
    margin: -44rem !important;
  }

  .tablet\:hc--m-900{
    margin: -900px !important;
  }

  .tablet\:hc--m-px{
    margin: -1px !important;
  }

  .tablet\:hc--m-0\.5{
    margin: -0.125rem !important;
  }

  .tablet\:hc--m-1\.5{
    margin: -0.375rem !important;
  }

  .tablet\:hc--m-2\.5{
    margin: -0.625rem !important;
  }

  .tablet\:hc--m-3\.5{
    margin: -0.875rem !important;
  }

  .tablet\:hc-mx-0{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .tablet\:hc-mx-1{
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .tablet\:hc-mx-2{
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .tablet\:hc-mx-3{
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .tablet\:hc-mx-4{
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .tablet\:hc-mx-5{
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .tablet\:hc-mx-6{
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .tablet\:hc-mx-7{
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }

  .tablet\:hc-mx-8{
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .tablet\:hc-mx-9{
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }

  .tablet\:hc-mx-10{
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .tablet\:hc-mx-11{
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .tablet\:hc-mx-12{
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .tablet\:hc-mx-14{
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .tablet\:hc-mx-16{
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .tablet\:hc-mx-20{
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .tablet\:hc-mx-24{
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .tablet\:hc-mx-28{
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .tablet\:hc-mx-32{
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .tablet\:hc-mx-36{
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .tablet\:hc-mx-40{
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .tablet\:hc-mx-44{
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .tablet\:hc-mx-48{
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .tablet\:hc-mx-52{
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .tablet\:hc-mx-56{
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .tablet\:hc-mx-60{
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .tablet\:hc-mx-64{
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .tablet\:hc-mx-72{
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }

  .tablet\:hc-mx-80{
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .tablet\:hc-mx-96{
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }

  .tablet\:hc-mx-128{
    margin-left: 32rem !important;
    margin-right: 32rem !important;
  }

  .tablet\:hc-mx-144{
    margin-left: 44rem !important;
    margin-right: 44rem !important;
  }

  .tablet\:hc-mx-900{
    margin-left: 900px !important;
    margin-right: 900px !important;
  }

  .tablet\:hc-mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .tablet\:hc-mx-px{
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .tablet\:hc-mx-0\.5{
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .tablet\:hc-mx-1\.5{
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .tablet\:hc-mx-2\.5{
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .tablet\:hc-mx-3\.5{
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }

  .tablet\:hc--mx-0{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .tablet\:hc--mx-1{
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .tablet\:hc--mx-2{
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .tablet\:hc--mx-3{
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .tablet\:hc--mx-4{
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .tablet\:hc--mx-5{
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .tablet\:hc--mx-6{
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .tablet\:hc--mx-7{
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !important;
  }

  .tablet\:hc--mx-8{
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .tablet\:hc--mx-9{
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important;
  }

  .tablet\:hc--mx-10{
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .tablet\:hc--mx-11{
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }

  .tablet\:hc--mx-12{
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .tablet\:hc--mx-14{
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .tablet\:hc--mx-16{
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .tablet\:hc--mx-20{
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .tablet\:hc--mx-24{
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .tablet\:hc--mx-28{
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .tablet\:hc--mx-32{
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .tablet\:hc--mx-36{
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .tablet\:hc--mx-40{
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .tablet\:hc--mx-44{
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }

  .tablet\:hc--mx-48{
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .tablet\:hc--mx-52{
    margin-left: -13rem !important;
    margin-right: -13rem !important;
  }

  .tablet\:hc--mx-56{
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .tablet\:hc--mx-60{
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .tablet\:hc--mx-64{
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .tablet\:hc--mx-72{
    margin-left: -18rem !important;
    margin-right: -18rem !important;
  }

  .tablet\:hc--mx-80{
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }

  .tablet\:hc--mx-96{
    margin-left: -24rem !important;
    margin-right: -24rem !important;
  }

  .tablet\:hc--mx-128{
    margin-left: -32rem !important;
    margin-right: -32rem !important;
  }

  .tablet\:hc--mx-144{
    margin-left: -44rem !important;
    margin-right: -44rem !important;
  }

  .tablet\:hc--mx-900{
    margin-left: -900px !important;
    margin-right: -900px !important;
  }

  .tablet\:hc--mx-px{
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .tablet\:hc--mx-0\.5{
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .tablet\:hc--mx-1\.5{
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }

  .tablet\:hc--mx-2\.5{
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .tablet\:hc--mx-3\.5{
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }

  .tablet\:hc-my-0{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .tablet\:hc-my-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .tablet\:hc-my-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .tablet\:hc-my-3{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .tablet\:hc-my-4{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .tablet\:hc-my-5{
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .tablet\:hc-my-6{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .tablet\:hc-my-7{
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .tablet\:hc-my-8{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .tablet\:hc-my-9{
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .tablet\:hc-my-10{
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .tablet\:hc-my-11{
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .tablet\:hc-my-12{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .tablet\:hc-my-14{
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .tablet\:hc-my-16{
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .tablet\:hc-my-20{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .tablet\:hc-my-24{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .tablet\:hc-my-28{
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .tablet\:hc-my-32{
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .tablet\:hc-my-36{
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .tablet\:hc-my-40{
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .tablet\:hc-my-44{
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .tablet\:hc-my-48{
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .tablet\:hc-my-52{
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .tablet\:hc-my-56{
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .tablet\:hc-my-60{
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .tablet\:hc-my-64{
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .tablet\:hc-my-72{
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .tablet\:hc-my-80{
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .tablet\:hc-my-96{
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }

  .tablet\:hc-my-128{
    margin-top: 32rem !important;
    margin-bottom: 32rem !important;
  }

  .tablet\:hc-my-144{
    margin-top: 44rem !important;
    margin-bottom: 44rem !important;
  }

  .tablet\:hc-my-900{
    margin-top: 900px !important;
    margin-bottom: 900px !important;
  }

  .tablet\:hc-my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .tablet\:hc-my-px{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .tablet\:hc-my-0\.5{
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .tablet\:hc-my-1\.5{
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .tablet\:hc-my-2\.5{
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .tablet\:hc-my-3\.5{
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }

  .tablet\:hc--my-0{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .tablet\:hc--my-1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .tablet\:hc--my-2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .tablet\:hc--my-3{
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .tablet\:hc--my-4{
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .tablet\:hc--my-5{
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .tablet\:hc--my-6{
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .tablet\:hc--my-7{
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }

  .tablet\:hc--my-8{
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .tablet\:hc--my-9{
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .tablet\:hc--my-10{
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .tablet\:hc--my-11{
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .tablet\:hc--my-12{
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .tablet\:hc--my-14{
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .tablet\:hc--my-16{
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .tablet\:hc--my-20{
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .tablet\:hc--my-24{
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .tablet\:hc--my-28{
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .tablet\:hc--my-32{
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .tablet\:hc--my-36{
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .tablet\:hc--my-40{
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .tablet\:hc--my-44{
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .tablet\:hc--my-48{
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .tablet\:hc--my-52{
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .tablet\:hc--my-56{
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .tablet\:hc--my-60{
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .tablet\:hc--my-64{
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .tablet\:hc--my-72{
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }

  .tablet\:hc--my-80{
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .tablet\:hc--my-96{
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }

  .tablet\:hc--my-128{
    margin-top: -32rem !important;
    margin-bottom: -32rem !important;
  }

  .tablet\:hc--my-144{
    margin-top: -44rem !important;
    margin-bottom: -44rem !important;
  }

  .tablet\:hc--my-900{
    margin-top: -900px !important;
    margin-bottom: -900px !important;
  }

  .tablet\:hc--my-px{
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .tablet\:hc--my-0\.5{
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .tablet\:hc--my-1\.5{
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .tablet\:hc--my-2\.5{
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .tablet\:hc--my-3\.5{
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }

  .tablet\:hc-mt-0{
    margin-top: 0px !important;
  }

  .tablet\:hc-mt-1{
    margin-top: 0.25rem !important;
  }

  .tablet\:hc-mt-2{
    margin-top: 0.5rem !important;
  }

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

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

  .tablet\:hc-mt-5{
    margin-top: 1.25rem !important;
  }

  .tablet\:hc-mt-6{
    margin-top: 1.5rem !important;
  }

  .tablet\:hc-mt-7{
    margin-top: 1.75rem !important;
  }

  .tablet\:hc-mt-8{
    margin-top: 2rem !important;
  }

  .tablet\:hc-mt-9{
    margin-top: 2.25rem !important;
  }

  .tablet\:hc-mt-10{
    margin-top: 2.5rem !important;
  }

  .tablet\:hc-mt-11{
    margin-top: 2.75rem !important;
  }

  .tablet\:hc-mt-12{
    margin-top: 3rem !important;
  }

  .tablet\:hc-mt-14{
    margin-top: 3.5rem !important;
  }

  .tablet\:hc-mt-16{
    margin-top: 4rem !important;
  }

  .tablet\:hc-mt-20{
    margin-top: 5rem !important;
  }

  .tablet\:hc-mt-24{
    margin-top: 6rem !important;
  }

  .tablet\:hc-mt-28{
    margin-top: 7rem !important;
  }

  .tablet\:hc-mt-32{
    margin-top: 8rem !important;
  }

  .tablet\:hc-mt-36{
    margin-top: 9rem !important;
  }

  .tablet\:hc-mt-40{
    margin-top: 10rem !important;
  }

  .tablet\:hc-mt-44{
    margin-top: 11rem !important;
  }

  .tablet\:hc-mt-48{
    margin-top: 12rem !important;
  }

  .tablet\:hc-mt-52{
    margin-top: 13rem !important;
  }

  .tablet\:hc-mt-56{
    margin-top: 14rem !important;
  }

  .tablet\:hc-mt-60{
    margin-top: 15rem !important;
  }

  .tablet\:hc-mt-64{
    margin-top: 16rem !important;
  }

  .tablet\:hc-mt-72{
    margin-top: 18rem !important;
  }

  .tablet\:hc-mt-80{
    margin-top: 20rem !important;
  }

  .tablet\:hc-mt-96{
    margin-top: 24rem !important;
  }

  .tablet\:hc-mt-128{
    margin-top: 32rem !important;
  }

  .tablet\:hc-mt-144{
    margin-top: 44rem !important;
  }

  .tablet\:hc-mt-900{
    margin-top: 900px !important;
  }

  .tablet\:hc-mt-auto{
    margin-top: auto !important;
  }

  .tablet\:hc-mt-px{
    margin-top: 1px !important;
  }

  .tablet\:hc-mt-0\.5{
    margin-top: 0.125rem !important;
  }

  .tablet\:hc-mt-1\.5{
    margin-top: 0.375rem !important;
  }

  .tablet\:hc-mt-2\.5{
    margin-top: 0.625rem !important;
  }

  .tablet\:hc-mt-3\.5{
    margin-top: 0.875rem !important;
  }

  .tablet\:hc--mt-0{
    margin-top: 0px !important;
  }

  .tablet\:hc--mt-1{
    margin-top: -0.25rem !important;
  }

  .tablet\:hc--mt-2{
    margin-top: -0.5rem !important;
  }

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

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

  .tablet\:hc--mt-5{
    margin-top: -1.25rem !important;
  }

  .tablet\:hc--mt-6{
    margin-top: -1.5rem !important;
  }

  .tablet\:hc--mt-7{
    margin-top: -1.75rem !important;
  }

  .tablet\:hc--mt-8{
    margin-top: -2rem !important;
  }

  .tablet\:hc--mt-9{
    margin-top: -2.25rem !important;
  }

  .tablet\:hc--mt-10{
    margin-top: -2.5rem !important;
  }

  .tablet\:hc--mt-11{
    margin-top: -2.75rem !important;
  }

  .tablet\:hc--mt-12{
    margin-top: -3rem !important;
  }

  .tablet\:hc--mt-14{
    margin-top: -3.5rem !important;
  }

  .tablet\:hc--mt-16{
    margin-top: -4rem !important;
  }

  .tablet\:hc--mt-20{
    margin-top: -5rem !important;
  }

  .tablet\:hc--mt-24{
    margin-top: -6rem !important;
  }

  .tablet\:hc--mt-28{
    margin-top: -7rem !important;
  }

  .tablet\:hc--mt-32{
    margin-top: -8rem !important;
  }

  .tablet\:hc--mt-36{
    margin-top: -9rem !important;
  }

  .tablet\:hc--mt-40{
    margin-top: -10rem !important;
  }

  .tablet\:hc--mt-44{
    margin-top: -11rem !important;
  }

  .tablet\:hc--mt-48{
    margin-top: -12rem !important;
  }

  .tablet\:hc--mt-52{
    margin-top: -13rem !important;
  }

  .tablet\:hc--mt-56{
    margin-top: -14rem !important;
  }

  .tablet\:hc--mt-60{
    margin-top: -15rem !important;
  }

  .tablet\:hc--mt-64{
    margin-top: -16rem !important;
  }

  .tablet\:hc--mt-72{
    margin-top: -18rem !important;
  }

  .tablet\:hc--mt-80{
    margin-top: -20rem !important;
  }

  .tablet\:hc--mt-96{
    margin-top: -24rem !important;
  }

  .tablet\:hc--mt-128{
    margin-top: -32rem !important;
  }

  .tablet\:hc--mt-144{
    margin-top: -44rem !important;
  }

  .tablet\:hc--mt-900{
    margin-top: -900px !important;
  }

  .tablet\:hc--mt-px{
    margin-top: -1px !important;
  }

  .tablet\:hc--mt-0\.5{
    margin-top: -0.125rem !important;
  }

  .tablet\:hc--mt-1\.5{
    margin-top: -0.375rem !important;
  }

  .tablet\:hc--mt-2\.5{
    margin-top: -0.625rem !important;
  }

  .tablet\:hc--mt-3\.5{
    margin-top: -0.875rem !important;
  }

  .tablet\:hc-mr-0{
    margin-right: 0px !important;
  }

  .tablet\:hc-mr-1{
    margin-right: 0.25rem !important;
  }

  .tablet\:hc-mr-2{
    margin-right: 0.5rem !important;
  }

  .tablet\:hc-mr-3{
    margin-right: 0.75rem !important;
  }

  .tablet\:hc-mr-4{
    margin-right: 1rem !important;
  }

  .tablet\:hc-mr-5{
    margin-right: 1.25rem !important;
  }

  .tablet\:hc-mr-6{
    margin-right: 1.5rem !important;
  }

  .tablet\:hc-mr-7{
    margin-right: 1.75rem !important;
  }

  .tablet\:hc-mr-8{
    margin-right: 2rem !important;
  }

  .tablet\:hc-mr-9{
    margin-right: 2.25rem !important;
  }

  .tablet\:hc-mr-10{
    margin-right: 2.5rem !important;
  }

  .tablet\:hc-mr-11{
    margin-right: 2.75rem !important;
  }

  .tablet\:hc-mr-12{
    margin-right: 3rem !important;
  }

  .tablet\:hc-mr-14{
    margin-right: 3.5rem !important;
  }

  .tablet\:hc-mr-16{
    margin-right: 4rem !important;
  }

  .tablet\:hc-mr-20{
    margin-right: 5rem !important;
  }

  .tablet\:hc-mr-24{
    margin-right: 6rem !important;
  }

  .tablet\:hc-mr-28{
    margin-right: 7rem !important;
  }

  .tablet\:hc-mr-32{
    margin-right: 8rem !important;
  }

  .tablet\:hc-mr-36{
    margin-right: 9rem !important;
  }

  .tablet\:hc-mr-40{
    margin-right: 10rem !important;
  }

  .tablet\:hc-mr-44{
    margin-right: 11rem !important;
  }

  .tablet\:hc-mr-48{
    margin-right: 12rem !important;
  }

  .tablet\:hc-mr-52{
    margin-right: 13rem !important;
  }

  .tablet\:hc-mr-56{
    margin-right: 14rem !important;
  }

  .tablet\:hc-mr-60{
    margin-right: 15rem !important;
  }

  .tablet\:hc-mr-64{
    margin-right: 16rem !important;
  }

  .tablet\:hc-mr-72{
    margin-right: 18rem !important;
  }

  .tablet\:hc-mr-80{
    margin-right: 20rem !important;
  }

  .tablet\:hc-mr-96{
    margin-right: 24rem !important;
  }

  .tablet\:hc-mr-128{
    margin-right: 32rem !important;
  }

  .tablet\:hc-mr-144{
    margin-right: 44rem !important;
  }

  .tablet\:hc-mr-900{
    margin-right: 900px !important;
  }

  .tablet\:hc-mr-auto{
    margin-right: auto !important;
  }

  .tablet\:hc-mr-px{
    margin-right: 1px !important;
  }

  .tablet\:hc-mr-0\.5{
    margin-right: 0.125rem !important;
  }

  .tablet\:hc-mr-1\.5{
    margin-right: 0.375rem !important;
  }

  .tablet\:hc-mr-2\.5{
    margin-right: 0.625rem !important;
  }

  .tablet\:hc-mr-3\.5{
    margin-right: 0.875rem !important;
  }

  .tablet\:hc--mr-0{
    margin-right: 0px !important;
  }

  .tablet\:hc--mr-1{
    margin-right: -0.25rem !important;
  }

  .tablet\:hc--mr-2{
    margin-right: -0.5rem !important;
  }

  .tablet\:hc--mr-3{
    margin-right: -0.75rem !important;
  }

  .tablet\:hc--mr-4{
    margin-right: -1rem !important;
  }

  .tablet\:hc--mr-5{
    margin-right: -1.25rem !important;
  }

  .tablet\:hc--mr-6{
    margin-right: -1.5rem !important;
  }

  .tablet\:hc--mr-7{
    margin-right: -1.75rem !important;
  }

  .tablet\:hc--mr-8{
    margin-right: -2rem !important;
  }

  .tablet\:hc--mr-9{
    margin-right: -2.25rem !important;
  }

  .tablet\:hc--mr-10{
    margin-right: -2.5rem !important;
  }

  .tablet\:hc--mr-11{
    margin-right: -2.75rem !important;
  }

  .tablet\:hc--mr-12{
    margin-right: -3rem !important;
  }

  .tablet\:hc--mr-14{
    margin-right: -3.5rem !important;
  }

  .tablet\:hc--mr-16{
    margin-right: -4rem !important;
  }

  .tablet\:hc--mr-20{
    margin-right: -5rem !important;
  }

  .tablet\:hc--mr-24{
    margin-right: -6rem !important;
  }

  .tablet\:hc--mr-28{
    margin-right: -7rem !important;
  }

  .tablet\:hc--mr-32{
    margin-right: -8rem !important;
  }

  .tablet\:hc--mr-36{
    margin-right: -9rem !important;
  }

  .tablet\:hc--mr-40{
    margin-right: -10rem !important;
  }

  .tablet\:hc--mr-44{
    margin-right: -11rem !important;
  }

  .tablet\:hc--mr-48{
    margin-right: -12rem !important;
  }

  .tablet\:hc--mr-52{
    margin-right: -13rem !important;
  }

  .tablet\:hc--mr-56{
    margin-right: -14rem !important;
  }

  .tablet\:hc--mr-60{
    margin-right: -15rem !important;
  }

  .tablet\:hc--mr-64{
    margin-right: -16rem !important;
  }

  .tablet\:hc--mr-72{
    margin-right: -18rem !important;
  }

  .tablet\:hc--mr-80{
    margin-right: -20rem !important;
  }

  .tablet\:hc--mr-96{
    margin-right: -24rem !important;
  }

  .tablet\:hc--mr-128{
    margin-right: -32rem !important;
  }

  .tablet\:hc--mr-144{
    margin-right: -44rem !important;
  }

  .tablet\:hc--mr-900{
    margin-right: -900px !important;
  }

  .tablet\:hc--mr-px{
    margin-right: -1px !important;
  }

  .tablet\:hc--mr-0\.5{
    margin-right: -0.125rem !important;
  }

  .tablet\:hc--mr-1\.5{
    margin-right: -0.375rem !important;
  }

  .tablet\:hc--mr-2\.5{
    margin-right: -0.625rem !important;
  }

  .tablet\:hc--mr-3\.5{
    margin-right: -0.875rem !important;
  }

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

  .tablet\:hc-mb-1{
    margin-bottom: 0.25rem !important;
  }

  .tablet\:hc-mb-2{
    margin-bottom: 0.5rem !important;
  }

  .tablet\:hc-mb-3{
    margin-bottom: 0.75rem !important;
  }

  .tablet\:hc-mb-4{
    margin-bottom: 1rem !important;
  }

  .tablet\:hc-mb-5{
    margin-bottom: 1.25rem !important;
  }

  .tablet\:hc-mb-6{
    margin-bottom: 1.5rem !important;
  }

  .tablet\:hc-mb-7{
    margin-bottom: 1.75rem !important;
  }

  .tablet\:hc-mb-8{
    margin-bottom: 2rem !important;
  }

  .tablet\:hc-mb-9{
    margin-bottom: 2.25rem !important;
  }

  .tablet\:hc-mb-10{
    margin-bottom: 2.5rem !important;
  }

  .tablet\:hc-mb-11{
    margin-bottom: 2.75rem !important;
  }

  .tablet\:hc-mb-12{
    margin-bottom: 3rem !important;
  }

  .tablet\:hc-mb-14{
    margin-bottom: 3.5rem !important;
  }

  .tablet\:hc-mb-16{
    margin-bottom: 4rem !important;
  }

  .tablet\:hc-mb-20{
    margin-bottom: 5rem !important;
  }

  .tablet\:hc-mb-24{
    margin-bottom: 6rem !important;
  }

  .tablet\:hc-mb-28{
    margin-bottom: 7rem !important;
  }

  .tablet\:hc-mb-32{
    margin-bottom: 8rem !important;
  }

  .tablet\:hc-mb-36{
    margin-bottom: 9rem !important;
  }

  .tablet\:hc-mb-40{
    margin-bottom: 10rem !important;
  }

  .tablet\:hc-mb-44{
    margin-bottom: 11rem !important;
  }

  .tablet\:hc-mb-48{
    margin-bottom: 12rem !important;
  }

  .tablet\:hc-mb-52{
    margin-bottom: 13rem !important;
  }

  .tablet\:hc-mb-56{
    margin-bottom: 14rem !important;
  }

  .tablet\:hc-mb-60{
    margin-bottom: 15rem !important;
  }

  .tablet\:hc-mb-64{
    margin-bottom: 16rem !important;
  }

  .tablet\:hc-mb-72{
    margin-bottom: 18rem !important;
  }

  .tablet\:hc-mb-80{
    margin-bottom: 20rem !important;
  }

  .tablet\:hc-mb-96{
    margin-bottom: 24rem !important;
  }

  .tablet\:hc-mb-128{
    margin-bottom: 32rem !important;
  }

  .tablet\:hc-mb-144{
    margin-bottom: 44rem !important;
  }

  .tablet\:hc-mb-900{
    margin-bottom: 900px !important;
  }

  .tablet\:hc-mb-auto{
    margin-bottom: auto !important;
  }

  .tablet\:hc-mb-px{
    margin-bottom: 1px !important;
  }

  .tablet\:hc-mb-0\.5{
    margin-bottom: 0.125rem !important;
  }

  .tablet\:hc-mb-1\.5{
    margin-bottom: 0.375rem !important;
  }

  .tablet\:hc-mb-2\.5{
    margin-bottom: 0.625rem !important;
  }

  .tablet\:hc-mb-3\.5{
    margin-bottom: 0.875rem !important;
  }

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

  .tablet\:hc--mb-1{
    margin-bottom: -0.25rem !important;
  }

  .tablet\:hc--mb-2{
    margin-bottom: -0.5rem !important;
  }

  .tablet\:hc--mb-3{
    margin-bottom: -0.75rem !important;
  }

  .tablet\:hc--mb-4{
    margin-bottom: -1rem !important;
  }

  .tablet\:hc--mb-5{
    margin-bottom: -1.25rem !important;
  }

  .tablet\:hc--mb-6{
    margin-bottom: -1.5rem !important;
  }

  .tablet\:hc--mb-7{
    margin-bottom: -1.75rem !important;
  }

  .tablet\:hc--mb-8{
    margin-bottom: -2rem !important;
  }

  .tablet\:hc--mb-9{
    margin-bottom: -2.25rem !important;
  }

  .tablet\:hc--mb-10{
    margin-bottom: -2.5rem !important;
  }

  .tablet\:hc--mb-11{
    margin-bottom: -2.75rem !important;
  }

  .tablet\:hc--mb-12{
    margin-bottom: -3rem !important;
  }

  .tablet\:hc--mb-14{
    margin-bottom: -3.5rem !important;
  }

  .tablet\:hc--mb-16{
    margin-bottom: -4rem !important;
  }

  .tablet\:hc--mb-20{
    margin-bottom: -5rem !important;
  }

  .tablet\:hc--mb-24{
    margin-bottom: -6rem !important;
  }

  .tablet\:hc--mb-28{
    margin-bottom: -7rem !important;
  }

  .tablet\:hc--mb-32{
    margin-bottom: -8rem !important;
  }

  .tablet\:hc--mb-36{
    margin-bottom: -9rem !important;
  }

  .tablet\:hc--mb-40{
    margin-bottom: -10rem !important;
  }

  .tablet\:hc--mb-44{
    margin-bottom: -11rem !important;
  }

  .tablet\:hc--mb-48{
    margin-bottom: -12rem !important;
  }

  .tablet\:hc--mb-52{
    margin-bottom: -13rem !important;
  }

  .tablet\:hc--mb-56{
    margin-bottom: -14rem !important;
  }

  .tablet\:hc--mb-60{
    margin-bottom: -15rem !important;
  }

  .tablet\:hc--mb-64{
    margin-bottom: -16rem !important;
  }

  .tablet\:hc--mb-72{
    margin-bottom: -18rem !important;
  }

  .tablet\:hc--mb-80{
    margin-bottom: -20rem !important;
  }

  .tablet\:hc--mb-96{
    margin-bottom: -24rem !important;
  }

  .tablet\:hc--mb-128{
    margin-bottom: -32rem !important;
  }

  .tablet\:hc--mb-144{
    margin-bottom: -44rem !important;
  }

  .tablet\:hc--mb-900{
    margin-bottom: -900px !important;
  }

  .tablet\:hc--mb-px{
    margin-bottom: -1px !important;
  }

  .tablet\:hc--mb-0\.5{
    margin-bottom: -0.125rem !important;
  }

  .tablet\:hc--mb-1\.5{
    margin-bottom: -0.375rem !important;
  }

  .tablet\:hc--mb-2\.5{
    margin-bottom: -0.625rem !important;
  }

  .tablet\:hc--mb-3\.5{
    margin-bottom: -0.875rem !important;
  }

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

  .tablet\:hc-ml-1{
    margin-left: 0.25rem !important;
  }

  .tablet\:hc-ml-2{
    margin-left: 0.5rem !important;
  }

  .tablet\:hc-ml-3{
    margin-left: 0.75rem !important;
  }

  .tablet\:hc-ml-4{
    margin-left: 1rem !important;
  }

  .tablet\:hc-ml-5{
    margin-left: 1.25rem !important;
  }

  .tablet\:hc-ml-6{
    margin-left: 1.5rem !important;
  }

  .tablet\:hc-ml-7{
    margin-left: 1.75rem !important;
  }

  .tablet\:hc-ml-8{
    margin-left: 2rem !important;
  }

  .tablet\:hc-ml-9{
    margin-left: 2.25rem !important;
  }

  .tablet\:hc-ml-10{
    margin-left: 2.5rem !important;
  }

  .tablet\:hc-ml-11{
    margin-left: 2.75rem !important;
  }

  .tablet\:hc-ml-12{
    margin-left: 3rem !important;
  }

  .tablet\:hc-ml-14{
    margin-left: 3.5rem !important;
  }

  .tablet\:hc-ml-16{
    margin-left: 4rem !important;
  }

  .tablet\:hc-ml-20{
    margin-left: 5rem !important;
  }

  .tablet\:hc-ml-24{
    margin-left: 6rem !important;
  }

  .tablet\:hc-ml-28{
    margin-left: 7rem !important;
  }

  .tablet\:hc-ml-32{
    margin-left: 8rem !important;
  }

  .tablet\:hc-ml-36{
    margin-left: 9rem !important;
  }

  .tablet\:hc-ml-40{
    margin-left: 10rem !important;
  }

  .tablet\:hc-ml-44{
    margin-left: 11rem !important;
  }

  .tablet\:hc-ml-48{
    margin-left: 12rem !important;
  }

  .tablet\:hc-ml-52{
    margin-left: 13rem !important;
  }

  .tablet\:hc-ml-56{
    margin-left: 14rem !important;
  }

  .tablet\:hc-ml-60{
    margin-left: 15rem !important;
  }

  .tablet\:hc-ml-64{
    margin-left: 16rem !important;
  }

  .tablet\:hc-ml-72{
    margin-left: 18rem !important;
  }

  .tablet\:hc-ml-80{
    margin-left: 20rem !important;
  }

  .tablet\:hc-ml-96{
    margin-left: 24rem !important;
  }

  .tablet\:hc-ml-128{
    margin-left: 32rem !important;
  }

  .tablet\:hc-ml-144{
    margin-left: 44rem !important;
  }

  .tablet\:hc-ml-900{
    margin-left: 900px !important;
  }

  .tablet\:hc-ml-auto{
    margin-left: auto !important;
  }

  .tablet\:hc-ml-px{
    margin-left: 1px !important;
  }

  .tablet\:hc-ml-0\.5{
    margin-left: 0.125rem !important;
  }

  .tablet\:hc-ml-1\.5{
    margin-left: 0.375rem !important;
  }

  .tablet\:hc-ml-2\.5{
    margin-left: 0.625rem !important;
  }

  .tablet\:hc-ml-3\.5{
    margin-left: 0.875rem !important;
  }

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

  .tablet\:hc--ml-1{
    margin-left: -0.25rem !important;
  }

  .tablet\:hc--ml-2{
    margin-left: -0.5rem !important;
  }

  .tablet\:hc--ml-3{
    margin-left: -0.75rem !important;
  }

  .tablet\:hc--ml-4{
    margin-left: -1rem !important;
  }

  .tablet\:hc--ml-5{
    margin-left: -1.25rem !important;
  }

  .tablet\:hc--ml-6{
    margin-left: -1.5rem !important;
  }

  .tablet\:hc--ml-7{
    margin-left: -1.75rem !important;
  }

  .tablet\:hc--ml-8{
    margin-left: -2rem !important;
  }

  .tablet\:hc--ml-9{
    margin-left: -2.25rem !important;
  }

  .tablet\:hc--ml-10{
    margin-left: -2.5rem !important;
  }

  .tablet\:hc--ml-11{
    margin-left: -2.75rem !important;
  }

  .tablet\:hc--ml-12{
    margin-left: -3rem !important;
  }

  .tablet\:hc--ml-14{
    margin-left: -3.5rem !important;
  }

  .tablet\:hc--ml-16{
    margin-left: -4rem !important;
  }

  .tablet\:hc--ml-20{
    margin-left: -5rem !important;
  }

  .tablet\:hc--ml-24{
    margin-left: -6rem !important;
  }

  .tablet\:hc--ml-28{
    margin-left: -7rem !important;
  }

  .tablet\:hc--ml-32{
    margin-left: -8rem !important;
  }

  .tablet\:hc--ml-36{
    margin-left: -9rem !important;
  }

  .tablet\:hc--ml-40{
    margin-left: -10rem !important;
  }

  .tablet\:hc--ml-44{
    margin-left: -11rem !important;
  }

  .tablet\:hc--ml-48{
    margin-left: -12rem !important;
  }

  .tablet\:hc--ml-52{
    margin-left: -13rem !important;
  }

  .tablet\:hc--ml-56{
    margin-left: -14rem !important;
  }

  .tablet\:hc--ml-60{
    margin-left: -15rem !important;
  }

  .tablet\:hc--ml-64{
    margin-left: -16rem !important;
  }

  .tablet\:hc--ml-72{
    margin-left: -18rem !important;
  }

  .tablet\:hc--ml-80{
    margin-left: -20rem !important;
  }

  .tablet\:hc--ml-96{
    margin-left: -24rem !important;
  }

  .tablet\:hc--ml-128{
    margin-left: -32rem !important;
  }

  .tablet\:hc--ml-144{
    margin-left: -44rem !important;
  }

  .tablet\:hc--ml-900{
    margin-left: -900px !important;
  }

  .tablet\:hc--ml-px{
    margin-left: -1px !important;
  }

  .tablet\:hc--ml-0\.5{
    margin-left: -0.125rem !important;
  }

  .tablet\:hc--ml-1\.5{
    margin-left: -0.375rem !important;
  }

  .tablet\:hc--ml-2\.5{
    margin-left: -0.625rem !important;
  }

  .tablet\:hc--ml-3\.5{
    margin-left: -0.875rem !important;
  }

  .tablet\:hc-box-border{
    box-sizing: border-box !important;
  }

  .tablet\:hc-box-content{
    box-sizing: content-box !important;
  }

  .tablet\:hc-block{
    display: block !important;
  }

  .tablet\:hc-inline-block{
    display: inline-block !important;
  }

  .tablet\:hc-inline{
    display: inline !important;
  }

  .tablet\:hc-flex{
    display: flex !important;
  }

  .tablet\:hc-inline-flex{
    display: inline-flex !important;
  }

  .tablet\:hc-table{
    display: table !important;
  }

  .tablet\:hc-inline-table{
    display: inline-table !important;
  }

  .tablet\:hc-table-caption{
    display: table-caption !important;
  }

  .tablet\:hc-table-cell{
    display: table-cell !important;
  }

  .tablet\:hc-table-column{
    display: table-column !important;
  }

  .tablet\:hc-table-column-group{
    display: table-column-group !important;
  }

  .tablet\:hc-table-footer-group{
    display: table-footer-group !important;
  }

  .tablet\:hc-table-header-group{
    display: table-header-group !important;
  }

  .tablet\:hc-table-row-group{
    display: table-row-group !important;
  }

  .tablet\:hc-table-row{
    display: table-row !important;
  }

  .tablet\:hc-flow-root{
    display: flow-root !important;
  }

  .tablet\:hc-grid{
    display: grid !important;
  }

  .tablet\:hc-inline-grid{
    display: inline-grid !important;
  }

  .tablet\:hc-contents{
    display: contents !important;
  }

  .tablet\:hc-list-item{
    display: list-item !important;
  }

  .tablet\:hc-hidden{
    display: none !important;
  }

  .tablet\:hc-h-0{
    height: 0px !important;
  }

  .tablet\:hc-h-1{
    height: 0.25rem !important;
  }

  .tablet\:hc-h-2{
    height: 0.5rem !important;
  }

  .tablet\:hc-h-3{
    height: 0.75rem !important;
  }

  .tablet\:hc-h-4{
    height: 1rem !important;
  }

  .tablet\:hc-h-5{
    height: 1.25rem !important;
  }

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

  .tablet\:hc-h-7{
    height: 1.75rem !important;
  }

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

  .tablet\:hc-h-9{
    height: 2.25rem !important;
  }

  .tablet\:hc-h-10{
    height: 2.5rem !important;
  }

  .tablet\:hc-h-11{
    height: 2.75rem !important;
  }

  .tablet\:hc-h-12{
    height: 3rem !important;
  }

  .tablet\:hc-h-14{
    height: 3.5rem !important;
  }

  .tablet\:hc-h-16{
    height: 4rem !important;
  }

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

  .tablet\:hc-h-24{
    height: 6rem !important;
  }

  .tablet\:hc-h-28{
    height: 7rem !important;
  }

  .tablet\:hc-h-32{
    height: 8rem !important;
  }

  .tablet\:hc-h-36{
    height: 9rem !important;
  }

  .tablet\:hc-h-40{
    height: 10rem !important;
  }

  .tablet\:hc-h-44{
    height: 11rem !important;
  }

  .tablet\:hc-h-48{
    height: 12rem !important;
  }

  .tablet\:hc-h-52{
    height: 13rem !important;
  }

  .tablet\:hc-h-56{
    height: 14rem !important;
  }

  .tablet\:hc-h-60{
    height: 15rem !important;
  }

  .tablet\:hc-h-64{
    height: 16rem !important;
  }

  .tablet\:hc-h-72{
    height: 18rem !important;
  }

  .tablet\:hc-h-80{
    height: 20rem !important;
  }

  .tablet\:hc-h-96{
    height: 24rem !important;
  }

  .tablet\:hc-h-128{
    height: 32rem !important;
  }

  .tablet\:hc-h-144{
    height: 44rem !important;
  }

  .tablet\:hc-h-900{
    height: 900px !important;
  }

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

  .tablet\:hc-h-px{
    height: 1px !important;
  }

  .tablet\:hc-h-0\.5{
    height: 0.125rem !important;
  }

  .tablet\:hc-h-1\.5{
    height: 0.375rem !important;
  }

  .tablet\:hc-h-2\.5{
    height: 0.625rem !important;
  }

  .tablet\:hc-h-3\.5{
    height: 0.875rem !important;
  }

  .tablet\:hc-h-1\/2{
    height: 50% !important;
  }

  .tablet\:hc-h-1\/3{
    height: 33.333333% !important;
  }

  .tablet\:hc-h-2\/3{
    height: 66.666667% !important;
  }

  .tablet\:hc-h-1\/4{
    height: 25% !important;
  }

  .tablet\:hc-h-2\/4{
    height: 50% !important;
  }

  .tablet\:hc-h-3\/4{
    height: 75% !important;
  }

  .tablet\:hc-h-1\/5{
    height: 20% !important;
  }

  .tablet\:hc-h-2\/5{
    height: 40% !important;
  }

  .tablet\:hc-h-3\/5{
    height: 60% !important;
  }

  .tablet\:hc-h-4\/5{
    height: 80% !important;
  }

  .tablet\:hc-h-1\/6{
    height: 16.666667% !important;
  }

  .tablet\:hc-h-2\/6{
    height: 33.333333% !important;
  }

  .tablet\:hc-h-3\/6{
    height: 50% !important;
  }

  .tablet\:hc-h-4\/6{
    height: 66.666667% !important;
  }

  .tablet\:hc-h-5\/6{
    height: 83.333333% !important;
  }

  .tablet\:hc-h-full{
    height: 100% !important;
  }

  .tablet\:hc-h-screen{
    height: 100vh !important;
  }

  .tablet\:hc-max-h-0{
    max-height: 0px !important;
  }

  .tablet\:hc-max-h-1{
    max-height: 0.25rem !important;
  }

  .tablet\:hc-max-h-2{
    max-height: 0.5rem !important;
  }

  .tablet\:hc-max-h-3{
    max-height: 0.75rem !important;
  }

  .tablet\:hc-max-h-4{
    max-height: 1rem !important;
  }

  .tablet\:hc-max-h-5{
    max-height: 1.25rem !important;
  }

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

  .tablet\:hc-max-h-7{
    max-height: 1.75rem !important;
  }

  .tablet\:hc-max-h-8{
    max-height: 2rem !important;
  }

  .tablet\:hc-max-h-9{
    max-height: 2.25rem !important;
  }

  .tablet\:hc-max-h-10{
    max-height: 2.5rem !important;
  }

  .tablet\:hc-max-h-11{
    max-height: 2.75rem !important;
  }

  .tablet\:hc-max-h-12{
    max-height: 3rem !important;
  }

  .tablet\:hc-max-h-14{
    max-height: 3.5rem !important;
  }

  .tablet\:hc-max-h-16{
    max-height: 4rem !important;
  }

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

  .tablet\:hc-max-h-24{
    max-height: 6rem !important;
  }

  .tablet\:hc-max-h-28{
    max-height: 7rem !important;
  }

  .tablet\:hc-max-h-32{
    max-height: 8rem !important;
  }

  .tablet\:hc-max-h-36{
    max-height: 9rem !important;
  }

  .tablet\:hc-max-h-40{
    max-height: 10rem !important;
  }

  .tablet\:hc-max-h-44{
    max-height: 11rem !important;
  }

  .tablet\:hc-max-h-48{
    max-height: 12rem !important;
  }

  .tablet\:hc-max-h-52{
    max-height: 13rem !important;
  }

  .tablet\:hc-max-h-56{
    max-height: 14rem !important;
  }

  .tablet\:hc-max-h-60{
    max-height: 15rem !important;
  }

  .tablet\:hc-max-h-64{
    max-height: 16rem !important;
  }

  .tablet\:hc-max-h-72{
    max-height: 18rem !important;
  }

  .tablet\:hc-max-h-80{
    max-height: 20rem !important;
  }

  .tablet\:hc-max-h-96{
    max-height: 24rem !important;
  }

  .tablet\:hc-max-h-128{
    max-height: 32rem !important;
  }

  .tablet\:hc-max-h-144{
    max-height: 44rem !important;
  }

  .tablet\:hc-max-h-900{
    max-height: 900px !important;
  }

  .tablet\:hc-max-h-px{
    max-height: 1px !important;
  }

  .tablet\:hc-max-h-0\.5{
    max-height: 0.125rem !important;
  }

  .tablet\:hc-max-h-1\.5{
    max-height: 0.375rem !important;
  }

  .tablet\:hc-max-h-2\.5{
    max-height: 0.625rem !important;
  }

  .tablet\:hc-max-h-3\.5{
    max-height: 0.875rem !important;
  }

  .tablet\:hc-max-h-full{
    max-height: 100% !important;
  }

  .tablet\:hc-max-h-screen{
    max-height: 100vh !important;
  }

  .tablet\:hc-min-h-0{
    min-height: 0px !important;
  }

  .tablet\:hc-min-h-full{
    min-height: 100% !important;
  }

  .tablet\:hc-min-h-screen{
    min-height: 100vh !important;
  }

  .tablet\:hc-w-0{
    width: 0px !important;
  }

  .tablet\:hc-w-1{
    width: 0.25rem !important;
  }

  .tablet\:hc-w-2{
    width: 0.5rem !important;
  }

  .tablet\:hc-w-3{
    width: 0.75rem !important;
  }

  .tablet\:hc-w-4{
    width: 1rem !important;
  }

  .tablet\:hc-w-5{
    width: 1.25rem !important;
  }

  .tablet\:hc-w-6{
    width: 1.5rem !important;
  }

  .tablet\:hc-w-7{
    width: 1.75rem !important;
  }

  .tablet\:hc-w-8{
    width: 2rem !important;
  }

  .tablet\:hc-w-9{
    width: 2.25rem !important;
  }

  .tablet\:hc-w-10{
    width: 2.5rem !important;
  }

  .tablet\:hc-w-11{
    width: 2.75rem !important;
  }

  .tablet\:hc-w-12{
    width: 3rem !important;
  }

  .tablet\:hc-w-14{
    width: 3.5rem !important;
  }

  .tablet\:hc-w-16{
    width: 4rem !important;
  }

  .tablet\:hc-w-20{
    width: 5rem !important;
  }

  .tablet\:hc-w-24{
    width: 6rem !important;
  }

  .tablet\:hc-w-28{
    width: 7rem !important;
  }

  .tablet\:hc-w-32{
    width: 8rem !important;
  }

  .tablet\:hc-w-36{
    width: 9rem !important;
  }

  .tablet\:hc-w-40{
    width: 10rem !important;
  }

  .tablet\:hc-w-44{
    width: 11rem !important;
  }

  .tablet\:hc-w-48{
    width: 12rem !important;
  }

  .tablet\:hc-w-52{
    width: 13rem !important;
  }

  .tablet\:hc-w-56{
    width: 14rem !important;
  }

  .tablet\:hc-w-60{
    width: 15rem !important;
  }

  .tablet\:hc-w-64{
    width: 16rem !important;
  }

  .tablet\:hc-w-72{
    width: 18rem !important;
  }

  .tablet\:hc-w-80{
    width: 20rem !important;
  }

  .tablet\:hc-w-96{
    width: 24rem !important;
  }

  .tablet\:hc-w-128{
    width: 32rem !important;
  }

  .tablet\:hc-w-144{
    width: 44rem !important;
  }

  .tablet\:hc-w-900{
    width: 900px !important;
  }

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

  .tablet\:hc-w-px{
    width: 1px !important;
  }

  .tablet\:hc-w-0\.5{
    width: 0.125rem !important;
  }

  .tablet\:hc-w-1\.5{
    width: 0.375rem !important;
  }

  .tablet\:hc-w-2\.5{
    width: 0.625rem !important;
  }

  .tablet\:hc-w-3\.5{
    width: 0.875rem !important;
  }

  .tablet\:hc-w-1\/2{
    width: 50% !important;
  }

  .tablet\:hc-w-1\/3{
    width: 33.333333% !important;
  }

  .tablet\:hc-w-2\/3{
    width: 66.666667% !important;
  }

  .tablet\:hc-w-1\/4{
    width: 25% !important;
  }

  .tablet\:hc-w-2\/4{
    width: 50% !important;
  }

  .tablet\:hc-w-3\/4{
    width: 75% !important;
  }

  .tablet\:hc-w-1\/5{
    width: 20% !important;
  }

  .tablet\:hc-w-2\/5{
    width: 40% !important;
  }

  .tablet\:hc-w-3\/5{
    width: 60% !important;
  }

  .tablet\:hc-w-4\/5{
    width: 80% !important;
  }

  .tablet\:hc-w-1\/6{
    width: 16.666667% !important;
  }

  .tablet\:hc-w-2\/6{
    width: 33.333333% !important;
  }

  .tablet\:hc-w-3\/6{
    width: 50% !important;
  }

  .tablet\:hc-w-4\/6{
    width: 66.666667% !important;
  }

  .tablet\:hc-w-5\/6{
    width: 83.333333% !important;
  }

  .tablet\:hc-w-1\/12{
    width: 8.333333% !important;
  }

  .tablet\:hc-w-2\/12{
    width: 16.666667% !important;
  }

  .tablet\:hc-w-3\/12{
    width: 25% !important;
  }

  .tablet\:hc-w-4\/12{
    width: 33.333333% !important;
  }

  .tablet\:hc-w-5\/12{
    width: 41.666667% !important;
  }

  .tablet\:hc-w-6\/12{
    width: 50% !important;
  }

  .tablet\:hc-w-7\/12{
    width: 58.333333% !important;
  }

  .tablet\:hc-w-8\/12{
    width: 66.666667% !important;
  }

  .tablet\:hc-w-9\/12{
    width: 75% !important;
  }

  .tablet\:hc-w-10\/12{
    width: 83.333333% !important;
  }

  .tablet\:hc-w-11\/12{
    width: 91.666667% !important;
  }

  .tablet\:hc-w-full{
    width: 100% !important;
  }

  .tablet\:hc-w-screen{
    width: 100vw !important;
  }

  .tablet\:hc-w-min{
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .tablet\:hc-w-max{
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .tablet\:hc-min-w-0{
    min-width: 0px !important;
  }

  .tablet\:hc-min-w-full{
    min-width: 100% !important;
  }

  .tablet\:hc-min-w-min{
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .tablet\:hc-min-w-max{
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }

  .tablet\:hc-max-w-0{
    max-width: 0rem !important;
  }

  .tablet\:hc-max-w-none{
    max-width: none !important;
  }

  .tablet\:hc-max-w-xs{
    max-width: 20rem !important;
  }

  .tablet\:hc-max-w-sm{
    max-width: 24rem !important;
  }

  .tablet\:hc-max-w-md{
    max-width: 28rem !important;
  }

  .tablet\:hc-max-w-lg{
    max-width: 32rem !important;
  }

  .tablet\:hc-max-w-xl{
    max-width: 36rem !important;
  }

  .tablet\:hc-max-w-2xl{
    max-width: 42rem !important;
  }

  .tablet\:hc-max-w-3xl{
    max-width: 48rem !important;
  }

  .tablet\:hc-max-w-4xl{
    max-width: 56rem !important;
  }

  .tablet\:hc-max-w-5xl{
    max-width: 64rem !important;
  }

  .tablet\:hc-max-w-6xl{
    max-width: 72rem !important;
  }

  .tablet\:hc-max-w-7xl{
    max-width: 80rem !important;
  }

  .tablet\:hc-max-w-full{
    max-width: 100% !important;
  }

  .tablet\:hc-max-w-min{
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .tablet\:hc-max-w-max{
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .tablet\:hc-max-w-prose{
    max-width: 65ch !important;
  }

  .tablet\:hc-max-w-screen-tablet{
    max-width: 1330px !important;
  }

  .tablet\:hc-flex-1{
    flex: 1 1 0% !important;
  }

  .tablet\:hc-flex-auto{
    flex: 1 1 auto !important;
  }

  .tablet\:hc-flex-initial{
    flex: 0 1 auto !important;
  }

  .tablet\:hc-flex-none{
    flex: none !important;
  }

  .tablet\:hc-flex-shrink-0{
    flex-shrink: 0 !important;
  }

  .tablet\:hc-flex-shrink{
    flex-shrink: 1 !important;
  }

  .tablet\:hc-flex-grow-0{
    flex-grow: 0 !important;
  }

  .tablet\:hc-flex-grow{
    flex-grow: 1 !important;
  }

  .tablet\:hc-table-auto{
    table-layout: auto !important;
  }

  .tablet\:hc-table-fixed{
    table-layout: fixed !important;
  }

  .tablet\:hc-border-collapse{
    border-collapse: collapse !important;
  }

  .tablet\:hc-border-separate{
    border-collapse: separate !important;
  }

  .tablet\:hc-origin-center{
    transform-origin: center !important;
  }

  .tablet\:hc-origin-top{
    transform-origin: top !important;
  }

  .tablet\:hc-origin-top-right{
    transform-origin: top right !important;
  }

  .tablet\:hc-origin-right{
    transform-origin: right !important;
  }

  .tablet\:hc-origin-bottom-right{
    transform-origin: bottom right !important;
  }

  .tablet\:hc-origin-bottom{
    transform-origin: bottom !important;
  }

  .tablet\:hc-origin-bottom-left{
    transform-origin: bottom left !important;
  }

  .tablet\:hc-origin-left{
    transform-origin: left !important;
  }

  .tablet\:hc-origin-top-left{
    transform-origin: top left !important;
  }

  .tablet\:hc-transform{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(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)) !important;
  }

  .tablet\:hc-transform-gpu{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .tablet\:hc-transform-none{
    transform: none !important;
  }

  .tablet\:hc-translate-x-0{
    --tw-translate-x: 0px !important;
  }

  .tablet\:hc-translate-x-1{
    --tw-translate-x: 0.25rem !important;
  }

  .tablet\:hc-translate-x-2{
    --tw-translate-x: 0.5rem !important;
  }

  .tablet\:hc-translate-x-3{
    --tw-translate-x: 0.75rem !important;
  }

  .tablet\:hc-translate-x-4{
    --tw-translate-x: 1rem !important;
  }

  .tablet\:hc-translate-x-5{
    --tw-translate-x: 1.25rem !important;
  }

  .tablet\:hc-translate-x-6{
    --tw-translate-x: 1.5rem !important;
  }

  .tablet\:hc-translate-x-7{
    --tw-translate-x: 1.75rem !important;
  }

  .tablet\:hc-translate-x-8{
    --tw-translate-x: 2rem !important;
  }

  .tablet\:hc-translate-x-9{
    --tw-translate-x: 2.25rem !important;
  }

  .tablet\:hc-translate-x-10{
    --tw-translate-x: 2.5rem !important;
  }

  .tablet\:hc-translate-x-11{
    --tw-translate-x: 2.75rem !important;
  }

  .tablet\:hc-translate-x-12{
    --tw-translate-x: 3rem !important;
  }

  .tablet\:hc-translate-x-14{
    --tw-translate-x: 3.5rem !important;
  }

  .tablet\:hc-translate-x-16{
    --tw-translate-x: 4rem !important;
  }

  .tablet\:hc-translate-x-20{
    --tw-translate-x: 5rem !important;
  }

  .tablet\:hc-translate-x-24{
    --tw-translate-x: 6rem !important;
  }

  .tablet\:hc-translate-x-28{
    --tw-translate-x: 7rem !important;
  }

  .tablet\:hc-translate-x-32{
    --tw-translate-x: 8rem !important;
  }

  .tablet\:hc-translate-x-36{
    --tw-translate-x: 9rem !important;
  }

  .tablet\:hc-translate-x-40{
    --tw-translate-x: 10rem !important;
  }

  .tablet\:hc-translate-x-44{
    --tw-translate-x: 11rem !important;
  }

  .tablet\:hc-translate-x-48{
    --tw-translate-x: 12rem !important;
  }

  .tablet\:hc-translate-x-52{
    --tw-translate-x: 13rem !important;
  }

  .tablet\:hc-translate-x-56{
    --tw-translate-x: 14rem !important;
  }

  .tablet\:hc-translate-x-60{
    --tw-translate-x: 15rem !important;
  }

  .tablet\:hc-translate-x-64{
    --tw-translate-x: 16rem !important;
  }

  .tablet\:hc-translate-x-72{
    --tw-translate-x: 18rem !important;
  }

  .tablet\:hc-translate-x-80{
    --tw-translate-x: 20rem !important;
  }

  .tablet\:hc-translate-x-96{
    --tw-translate-x: 24rem !important;
  }

  .tablet\:hc-translate-x-128{
    --tw-translate-x: 32rem !important;
  }

  .tablet\:hc-translate-x-144{
    --tw-translate-x: 44rem !important;
  }

  .tablet\:hc-translate-x-900{
    --tw-translate-x: 900px !important;
  }

  .tablet\:hc-translate-x-px{
    --tw-translate-x: 1px !important;
  }

  .tablet\:hc-translate-x-0\.5{
    --tw-translate-x: 0.125rem !important;
  }

  .tablet\:hc-translate-x-1\.5{
    --tw-translate-x: 0.375rem !important;
  }

  .tablet\:hc-translate-x-2\.5{
    --tw-translate-x: 0.625rem !important;
  }

  .tablet\:hc-translate-x-3\.5{
    --tw-translate-x: 0.875rem !important;
  }

  .tablet\:hc--translate-x-0{
    --tw-translate-x: 0px !important;
  }

  .tablet\:hc--translate-x-1{
    --tw-translate-x: -0.25rem !important;
  }

  .tablet\:hc--translate-x-2{
    --tw-translate-x: -0.5rem !important;
  }

  .tablet\:hc--translate-x-3{
    --tw-translate-x: -0.75rem !important;
  }

  .tablet\:hc--translate-x-4{
    --tw-translate-x: -1rem !important;
  }

  .tablet\:hc--translate-x-5{
    --tw-translate-x: -1.25rem !important;
  }

  .tablet\:hc--translate-x-6{
    --tw-translate-x: -1.5rem !important;
  }

  .tablet\:hc--translate-x-7{
    --tw-translate-x: -1.75rem !important;
  }

  .tablet\:hc--translate-x-8{
    --tw-translate-x: -2rem !important;
  }

  .tablet\:hc--translate-x-9{
    --tw-translate-x: -2.25rem !important;
  }

  .tablet\:hc--translate-x-10{
    --tw-translate-x: -2.5rem !important;
  }

  .tablet\:hc--translate-x-11{
    --tw-translate-x: -2.75rem !important;
  }

  .tablet\:hc--translate-x-12{
    --tw-translate-x: -3rem !important;
  }

  .tablet\:hc--translate-x-14{
    --tw-translate-x: -3.5rem !important;
  }

  .tablet\:hc--translate-x-16{
    --tw-translate-x: -4rem !important;
  }

  .tablet\:hc--translate-x-20{
    --tw-translate-x: -5rem !important;
  }

  .tablet\:hc--translate-x-24{
    --tw-translate-x: -6rem !important;
  }

  .tablet\:hc--translate-x-28{
    --tw-translate-x: -7rem !important;
  }

  .tablet\:hc--translate-x-32{
    --tw-translate-x: -8rem !important;
  }

  .tablet\:hc--translate-x-36{
    --tw-translate-x: -9rem !important;
  }

  .tablet\:hc--translate-x-40{
    --tw-translate-x: -10rem !important;
  }

  .tablet\:hc--translate-x-44{
    --tw-translate-x: -11rem !important;
  }

  .tablet\:hc--translate-x-48{
    --tw-translate-x: -12rem !important;
  }

  .tablet\:hc--translate-x-52{
    --tw-translate-x: -13rem !important;
  }

  .tablet\:hc--translate-x-56{
    --tw-translate-x: -14rem !important;
  }

  .tablet\:hc--translate-x-60{
    --tw-translate-x: -15rem !important;
  }

  .tablet\:hc--translate-x-64{
    --tw-translate-x: -16rem !important;
  }

  .tablet\:hc--translate-x-72{
    --tw-translate-x: -18rem !important;
  }

  .tablet\:hc--translate-x-80{
    --tw-translate-x: -20rem !important;
  }

  .tablet\:hc--translate-x-96{
    --tw-translate-x: -24rem !important;
  }

  .tablet\:hc--translate-x-128{
    --tw-translate-x: -32rem !important;
  }

  .tablet\:hc--translate-x-144{
    --tw-translate-x: -44rem !important;
  }

  .tablet\:hc--translate-x-900{
    --tw-translate-x: -900px !important;
  }

  .tablet\:hc--translate-x-px{
    --tw-translate-x: -1px !important;
  }

  .tablet\:hc--translate-x-0\.5{
    --tw-translate-x: -0.125rem !important;
  }

  .tablet\:hc--translate-x-1\.5{
    --tw-translate-x: -0.375rem !important;
  }

  .tablet\:hc--translate-x-2\.5{
    --tw-translate-x: -0.625rem !important;
  }

  .tablet\:hc--translate-x-3\.5{
    --tw-translate-x: -0.875rem !important;
  }

  .tablet\:hc-translate-x-1\/2{
    --tw-translate-x: 50% !important;
  }

  .tablet\:hc-translate-x-1\/3{
    --tw-translate-x: 33.333333% !important;
  }

  .tablet\:hc-translate-x-2\/3{
    --tw-translate-x: 66.666667% !important;
  }

  .tablet\:hc-translate-x-1\/4{
    --tw-translate-x: 25% !important;
  }

  .tablet\:hc-translate-x-2\/4{
    --tw-translate-x: 50% !important;
  }

  .tablet\:hc-translate-x-3\/4{
    --tw-translate-x: 75% !important;
  }

  .tablet\:hc-translate-x-full{
    --tw-translate-x: 100% !important;
  }

  .tablet\:hc--translate-x-1\/2{
    --tw-translate-x: -50% !important;
  }

  .tablet\:hc--translate-x-1\/3{
    --tw-translate-x: -33.333333% !important;
  }

  .tablet\:hc--translate-x-2\/3{
    --tw-translate-x: -66.666667% !important;
  }

  .tablet\:hc--translate-x-1\/4{
    --tw-translate-x: -25% !important;
  }

  .tablet\:hc--translate-x-2\/4{
    --tw-translate-x: -50% !important;
  }

  .tablet\:hc--translate-x-3\/4{
    --tw-translate-x: -75% !important;
  }

  .tablet\:hc--translate-x-full{
    --tw-translate-x: -100% !important;
  }

  .tablet\:hc-translate-y-0{
    --tw-translate-y: 0px !important;
  }

  .tablet\:hc-translate-y-1{
    --tw-translate-y: 0.25rem !important;
  }

  .tablet\:hc-translate-y-2{
    --tw-translate-y: 0.5rem !important;
  }

  .tablet\:hc-translate-y-3{
    --tw-translate-y: 0.75rem !important;
  }

  .tablet\:hc-translate-y-4{
    --tw-translate-y: 1rem !important;
  }

  .tablet\:hc-translate-y-5{
    --tw-translate-y: 1.25rem !important;
  }

  .tablet\:hc-translate-y-6{
    --tw-translate-y: 1.5rem !important;
  }

  .tablet\:hc-translate-y-7{
    --tw-translate-y: 1.75rem !important;
  }

  .tablet\:hc-translate-y-8{
    --tw-translate-y: 2rem !important;
  }

  .tablet\:hc-translate-y-9{
    --tw-translate-y: 2.25rem !important;
  }

  .tablet\:hc-translate-y-10{
    --tw-translate-y: 2.5rem !important;
  }

  .tablet\:hc-translate-y-11{
    --tw-translate-y: 2.75rem !important;
  }

  .tablet\:hc-translate-y-12{
    --tw-translate-y: 3rem !important;
  }

  .tablet\:hc-translate-y-14{
    --tw-translate-y: 3.5rem !important;
  }

  .tablet\:hc-translate-y-16{
    --tw-translate-y: 4rem !important;
  }

  .tablet\:hc-translate-y-20{
    --tw-translate-y: 5rem !important;
  }

  .tablet\:hc-translate-y-24{
    --tw-translate-y: 6rem !important;
  }

  .tablet\:hc-translate-y-28{
    --tw-translate-y: 7rem !important;
  }

  .tablet\:hc-translate-y-32{
    --tw-translate-y: 8rem !important;
  }

  .tablet\:hc-translate-y-36{
    --tw-translate-y: 9rem !important;
  }

  .tablet\:hc-translate-y-40{
    --tw-translate-y: 10rem !important;
  }

  .tablet\:hc-translate-y-44{
    --tw-translate-y: 11rem !important;
  }

  .tablet\:hc-translate-y-48{
    --tw-translate-y: 12rem !important;
  }

  .tablet\:hc-translate-y-52{
    --tw-translate-y: 13rem !important;
  }

  .tablet\:hc-translate-y-56{
    --tw-translate-y: 14rem !important;
  }

  .tablet\:hc-translate-y-60{
    --tw-translate-y: 15rem !important;
  }

  .tablet\:hc-translate-y-64{
    --tw-translate-y: 16rem !important;
  }

  .tablet\:hc-translate-y-72{
    --tw-translate-y: 18rem !important;
  }

  .tablet\:hc-translate-y-80{
    --tw-translate-y: 20rem !important;
  }

  .tablet\:hc-translate-y-96{
    --tw-translate-y: 24rem !important;
  }

  .tablet\:hc-translate-y-128{
    --tw-translate-y: 32rem !important;
  }

  .tablet\:hc-translate-y-144{
    --tw-translate-y: 44rem !important;
  }

  .tablet\:hc-translate-y-900{
    --tw-translate-y: 900px !important;
  }

  .tablet\:hc-translate-y-px{
    --tw-translate-y: 1px !important;
  }

  .tablet\:hc-translate-y-0\.5{
    --tw-translate-y: 0.125rem !important;
  }

  .tablet\:hc-translate-y-1\.5{
    --tw-translate-y: 0.375rem !important;
  }

  .tablet\:hc-translate-y-2\.5{
    --tw-translate-y: 0.625rem !important;
  }

  .tablet\:hc-translate-y-3\.5{
    --tw-translate-y: 0.875rem !important;
  }

  .tablet\:hc--translate-y-0{
    --tw-translate-y: 0px !important;
  }

  .tablet\:hc--translate-y-1{
    --tw-translate-y: -0.25rem !important;
  }

  .tablet\:hc--translate-y-2{
    --tw-translate-y: -0.5rem !important;
  }

  .tablet\:hc--translate-y-3{
    --tw-translate-y: -0.75rem !important;
  }

  .tablet\:hc--translate-y-4{
    --tw-translate-y: -1rem !important;
  }

  .tablet\:hc--translate-y-5{
    --tw-translate-y: -1.25rem !important;
  }

  .tablet\:hc--translate-y-6{
    --tw-translate-y: -1.5rem !important;
  }

  .tablet\:hc--translate-y-7{
    --tw-translate-y: -1.75rem !important;
  }

  .tablet\:hc--translate-y-8{
    --tw-translate-y: -2rem !important;
  }

  .tablet\:hc--translate-y-9{
    --tw-translate-y: -2.25rem !important;
  }

  .tablet\:hc--translate-y-10{
    --tw-translate-y: -2.5rem !important;
  }

  .tablet\:hc--translate-y-11{
    --tw-translate-y: -2.75rem !important;
  }

  .tablet\:hc--translate-y-12{
    --tw-translate-y: -3rem !important;
  }

  .tablet\:hc--translate-y-14{
    --tw-translate-y: -3.5rem !important;
  }

  .tablet\:hc--translate-y-16{
    --tw-translate-y: -4rem !important;
  }

  .tablet\:hc--translate-y-20{
    --tw-translate-y: -5rem !important;
  }

  .tablet\:hc--translate-y-24{
    --tw-translate-y: -6rem !important;
  }

  .tablet\:hc--translate-y-28{
    --tw-translate-y: -7rem !important;
  }

  .tablet\:hc--translate-y-32{
    --tw-translate-y: -8rem !important;
  }

  .tablet\:hc--translate-y-36{
    --tw-translate-y: -9rem !important;
  }

  .tablet\:hc--translate-y-40{
    --tw-translate-y: -10rem !important;
  }

  .tablet\:hc--translate-y-44{
    --tw-translate-y: -11rem !important;
  }

  .tablet\:hc--translate-y-48{
    --tw-translate-y: -12rem !important;
  }

  .tablet\:hc--translate-y-52{
    --tw-translate-y: -13rem !important;
  }

  .tablet\:hc--translate-y-56{
    --tw-translate-y: -14rem !important;
  }

  .tablet\:hc--translate-y-60{
    --tw-translate-y: -15rem !important;
  }

  .tablet\:hc--translate-y-64{
    --tw-translate-y: -16rem !important;
  }

  .tablet\:hc--translate-y-72{
    --tw-translate-y: -18rem !important;
  }

  .tablet\:hc--translate-y-80{
    --tw-translate-y: -20rem !important;
  }

  .tablet\:hc--translate-y-96{
    --tw-translate-y: -24rem !important;
  }

  .tablet\:hc--translate-y-128{
    --tw-translate-y: -32rem !important;
  }

  .tablet\:hc--translate-y-144{
    --tw-translate-y: -44rem !important;
  }

  .tablet\:hc--translate-y-900{
    --tw-translate-y: -900px !important;
  }

  .tablet\:hc--translate-y-px{
    --tw-translate-y: -1px !important;
  }

  .tablet\:hc--translate-y-0\.5{
    --tw-translate-y: -0.125rem !important;
  }

  .tablet\:hc--translate-y-1\.5{
    --tw-translate-y: -0.375rem !important;
  }

  .tablet\:hc--translate-y-2\.5{
    --tw-translate-y: -0.625rem !important;
  }

  .tablet\:hc--translate-y-3\.5{
    --tw-translate-y: -0.875rem !important;
  }

  .tablet\:hc-translate-y-1\/2{
    --tw-translate-y: 50% !important;
  }

  .tablet\:hc-translate-y-1\/3{
    --tw-translate-y: 33.333333% !important;
  }

  .tablet\:hc-translate-y-2\/3{
    --tw-translate-y: 66.666667% !important;
  }

  .tablet\:hc-translate-y-1\/4{
    --tw-translate-y: 25% !important;
  }

  .tablet\:hc-translate-y-2\/4{
    --tw-translate-y: 50% !important;
  }

  .tablet\:hc-translate-y-3\/4{
    --tw-translate-y: 75% !important;
  }

  .tablet\:hc-translate-y-full{
    --tw-translate-y: 100% !important;
  }

  .tablet\:hc--translate-y-1\/2{
    --tw-translate-y: -50% !important;
  }

  .tablet\:hc--translate-y-1\/3{
    --tw-translate-y: -33.333333% !important;
  }

  .tablet\:hc--translate-y-2\/3{
    --tw-translate-y: -66.666667% !important;
  }

  .tablet\:hc--translate-y-1\/4{
    --tw-translate-y: -25% !important;
  }

  .tablet\:hc--translate-y-2\/4{
    --tw-translate-y: -50% !important;
  }

  .tablet\:hc--translate-y-3\/4{
    --tw-translate-y: -75% !important;
  }

  .tablet\:hc--translate-y-full{
    --tw-translate-y: -100% !important;
  }

  .tablet\:hover\:hc-translate-x-0:hover{
    --tw-translate-x: 0px !important;
  }

  .tablet\:hover\:hc-translate-x-1:hover{
    --tw-translate-x: 0.25rem !important;
  }

  .tablet\:hover\:hc-translate-x-2:hover{
    --tw-translate-x: 0.5rem !important;
  }

  .tablet\:hover\:hc-translate-x-3:hover{
    --tw-translate-x: 0.75rem !important;
  }

  .tablet\:hover\:hc-translate-x-4:hover{
    --tw-translate-x: 1rem !important;
  }

  .tablet\:hover\:hc-translate-x-5:hover{
    --tw-translate-x: 1.25rem !important;
  }

  .tablet\:hover\:hc-translate-x-6:hover{
    --tw-translate-x: 1.5rem !important;
  }

  .tablet\:hover\:hc-translate-x-7:hover{
    --tw-translate-x: 1.75rem !important;
  }

  .tablet\:hover\:hc-translate-x-8:hover{
    --tw-translate-x: 2rem !important;
  }

  .tablet\:hover\:hc-translate-x-9:hover{
    --tw-translate-x: 2.25rem !important;
  }

  .tablet\:hover\:hc-translate-x-10:hover{
    --tw-translate-x: 2.5rem !important;
  }

  .tablet\:hover\:hc-translate-x-11:hover{
    --tw-translate-x: 2.75rem !important;
  }

  .tablet\:hover\:hc-translate-x-12:hover{
    --tw-translate-x: 3rem !important;
  }

  .tablet\:hover\:hc-translate-x-14:hover{
    --tw-translate-x: 3.5rem !important;
  }

  .tablet\:hover\:hc-translate-x-16:hover{
    --tw-translate-x: 4rem !important;
  }

  .tablet\:hover\:hc-translate-x-20:hover{
    --tw-translate-x: 5rem !important;
  }

  .tablet\:hover\:hc-translate-x-24:hover{
    --tw-translate-x: 6rem !important;
  }

  .tablet\:hover\:hc-translate-x-28:hover{
    --tw-translate-x: 7rem !important;
  }

  .tablet\:hover\:hc-translate-x-32:hover{
    --tw-translate-x: 8rem !important;
  }

  .tablet\:hover\:hc-translate-x-36:hover{
    --tw-translate-x: 9rem !important;
  }

  .tablet\:hover\:hc-translate-x-40:hover{
    --tw-translate-x: 10rem !important;
  }

  .tablet\:hover\:hc-translate-x-44:hover{
    --tw-translate-x: 11rem !important;
  }

  .tablet\:hover\:hc-translate-x-48:hover{
    --tw-translate-x: 12rem !important;
  }

  .tablet\:hover\:hc-translate-x-52:hover{
    --tw-translate-x: 13rem !important;
  }

  .tablet\:hover\:hc-translate-x-56:hover{
    --tw-translate-x: 14rem !important;
  }

  .tablet\:hover\:hc-translate-x-60:hover{
    --tw-translate-x: 15rem !important;
  }

  .tablet\:hover\:hc-translate-x-64:hover{
    --tw-translate-x: 16rem !important;
  }

  .tablet\:hover\:hc-translate-x-72:hover{
    --tw-translate-x: 18rem !important;
  }

  .tablet\:hover\:hc-translate-x-80:hover{
    --tw-translate-x: 20rem !important;
  }

  .tablet\:hover\:hc-translate-x-96:hover{
    --tw-translate-x: 24rem !important;
  }

  .tablet\:hover\:hc-translate-x-128:hover{
    --tw-translate-x: 32rem !important;
  }

  .tablet\:hover\:hc-translate-x-144:hover{
    --tw-translate-x: 44rem !important;
  }

  .tablet\:hover\:hc-translate-x-900:hover{
    --tw-translate-x: 900px !important;
  }

  .tablet\:hover\:hc-translate-x-px:hover{
    --tw-translate-x: 1px !important;
  }

  .tablet\:hover\:hc-translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem !important;
  }

  .tablet\:hover\:hc-translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem !important;
  }

  .tablet\:hover\:hc-translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem !important;
  }

  .tablet\:hover\:hc-translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem !important;
  }

  .tablet\:hover\:hc--translate-x-0:hover{
    --tw-translate-x: 0px !important;
  }

  .tablet\:hover\:hc--translate-x-1:hover{
    --tw-translate-x: -0.25rem !important;
  }

  .tablet\:hover\:hc--translate-x-2:hover{
    --tw-translate-x: -0.5rem !important;
  }

  .tablet\:hover\:hc--translate-x-3:hover{
    --tw-translate-x: -0.75rem !important;
  }

  .tablet\:hover\:hc--translate-x-4:hover{
    --tw-translate-x: -1rem !important;
  }

  .tablet\:hover\:hc--translate-x-5:hover{
    --tw-translate-x: -1.25rem !important;
  }

  .tablet\:hover\:hc--translate-x-6:hover{
    --tw-translate-x: -1.5rem !important;
  }

  .tablet\:hover\:hc--translate-x-7:hover{
    --tw-translate-x: -1.75rem !important;
  }

  .tablet\:hover\:hc--translate-x-8:hover{
    --tw-translate-x: -2rem !important;
  }

  .tablet\:hover\:hc--translate-x-9:hover{
    --tw-translate-x: -2.25rem !important;
  }

  .tablet\:hover\:hc--translate-x-10:hover{
    --tw-translate-x: -2.5rem !important;
  }

  .tablet\:hover\:hc--translate-x-11:hover{
    --tw-translate-x: -2.75rem !important;
  }

  .tablet\:hover\:hc--translate-x-12:hover{
    --tw-translate-x: -3rem !important;
  }

  .tablet\:hover\:hc--translate-x-14:hover{
    --tw-translate-x: -3.5rem !important;
  }

  .tablet\:hover\:hc--translate-x-16:hover{
    --tw-translate-x: -4rem !important;
  }

  .tablet\:hover\:hc--translate-x-20:hover{
    --tw-translate-x: -5rem !important;
  }

  .tablet\:hover\:hc--translate-x-24:hover{
    --tw-translate-x: -6rem !important;
  }

  .tablet\:hover\:hc--translate-x-28:hover{
    --tw-translate-x: -7rem !important;
  }

  .tablet\:hover\:hc--translate-x-32:hover{
    --tw-translate-x: -8rem !important;
  }

  .tablet\:hover\:hc--translate-x-36:hover{
    --tw-translate-x: -9rem !important;
  }

  .tablet\:hover\:hc--translate-x-40:hover{
    --tw-translate-x: -10rem !important;
  }

  .tablet\:hover\:hc--translate-x-44:hover{
    --tw-translate-x: -11rem !important;
  }

  .tablet\:hover\:hc--translate-x-48:hover{
    --tw-translate-x: -12rem !important;
  }

  .tablet\:hover\:hc--translate-x-52:hover{
    --tw-translate-x: -13rem !important;
  }

  .tablet\:hover\:hc--translate-x-56:hover{
    --tw-translate-x: -14rem !important;
  }

  .tablet\:hover\:hc--translate-x-60:hover{
    --tw-translate-x: -15rem !important;
  }

  .tablet\:hover\:hc--translate-x-64:hover{
    --tw-translate-x: -16rem !important;
  }

  .tablet\:hover\:hc--translate-x-72:hover{
    --tw-translate-x: -18rem !important;
  }

  .tablet\:hover\:hc--translate-x-80:hover{
    --tw-translate-x: -20rem !important;
  }

  .tablet\:hover\:hc--translate-x-96:hover{
    --tw-translate-x: -24rem !important;
  }

  .tablet\:hover\:hc--translate-x-128:hover{
    --tw-translate-x: -32rem !important;
  }

  .tablet\:hover\:hc--translate-x-144:hover{
    --tw-translate-x: -44rem !important;
  }

  .tablet\:hover\:hc--translate-x-900:hover{
    --tw-translate-x: -900px !important;
  }

  .tablet\:hover\:hc--translate-x-px:hover{
    --tw-translate-x: -1px !important;
  }

  .tablet\:hover\:hc--translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem !important;
  }

  .tablet\:hover\:hc--translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem !important;
  }

  .tablet\:hover\:hc--translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem !important;
  }

  .tablet\:hover\:hc--translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem !important;
  }

  .tablet\:hover\:hc-translate-x-1\/2:hover{
    --tw-translate-x: 50% !important;
  }

  .tablet\:hover\:hc-translate-x-1\/3:hover{
    --tw-translate-x: 33.333333% !important;
  }

  .tablet\:hover\:hc-translate-x-2\/3:hover{
    --tw-translate-x: 66.666667% !important;
  }

  .tablet\:hover\:hc-translate-x-1\/4:hover{
    --tw-translate-x: 25% !important;
  }

  .tablet\:hover\:hc-translate-x-2\/4:hover{
    --tw-translate-x: 50% !important;
  }

  .tablet\:hover\:hc-translate-x-3\/4:hover{
    --tw-translate-x: 75% !important;
  }

  .tablet\:hover\:hc-translate-x-full:hover{
    --tw-translate-x: 100% !important;
  }

  .tablet\:hover\:hc--translate-x-1\/2:hover{
    --tw-translate-x: -50% !important;
  }

  .tablet\:hover\:hc--translate-x-1\/3:hover{
    --tw-translate-x: -33.333333% !important;
  }

  .tablet\:hover\:hc--translate-x-2\/3:hover{
    --tw-translate-x: -66.666667% !important;
  }

  .tablet\:hover\:hc--translate-x-1\/4:hover{
    --tw-translate-x: -25% !important;
  }

  .tablet\:hover\:hc--translate-x-2\/4:hover{
    --tw-translate-x: -50% !important;
  }

  .tablet\:hover\:hc--translate-x-3\/4:hover{
    --tw-translate-x: -75% !important;
  }

  .tablet\:hover\:hc--translate-x-full:hover{
    --tw-translate-x: -100% !important;
  }

  .tablet\:hover\:hc-translate-y-0:hover{
    --tw-translate-y: 0px !important;
  }

  .tablet\:hover\:hc-translate-y-1:hover{
    --tw-translate-y: 0.25rem !important;
  }

  .tablet\:hover\:hc-translate-y-2:hover{
    --tw-translate-y: 0.5rem !important;
  }

  .tablet\:hover\:hc-translate-y-3:hover{
    --tw-translate-y: 0.75rem !important;
  }

  .tablet\:hover\:hc-translate-y-4:hover{
    --tw-translate-y: 1rem !important;
  }

  .tablet\:hover\:hc-translate-y-5:hover{
    --tw-translate-y: 1.25rem !important;
  }

  .tablet\:hover\:hc-translate-y-6:hover{
    --tw-translate-y: 1.5rem !important;
  }

  .tablet\:hover\:hc-translate-y-7:hover{
    --tw-translate-y: 1.75rem !important;
  }

  .tablet\:hover\:hc-translate-y-8:hover{
    --tw-translate-y: 2rem !important;
  }

  .tablet\:hover\:hc-translate-y-9:hover{
    --tw-translate-y: 2.25rem !important;
  }

  .tablet\:hover\:hc-translate-y-10:hover{
    --tw-translate-y: 2.5rem !important;
  }

  .tablet\:hover\:hc-translate-y-11:hover{
    --tw-translate-y: 2.75rem !important;
  }

  .tablet\:hover\:hc-translate-y-12:hover{
    --tw-translate-y: 3rem !important;
  }

  .tablet\:hover\:hc-translate-y-14:hover{
    --tw-translate-y: 3.5rem !important;
  }

  .tablet\:hover\:hc-translate-y-16:hover{
    --tw-translate-y: 4rem !important;
  }

  .tablet\:hover\:hc-translate-y-20:hover{
    --tw-translate-y: 5rem !important;
  }

  .tablet\:hover\:hc-translate-y-24:hover{
    --tw-translate-y: 6rem !important;
  }

  .tablet\:hover\:hc-translate-y-28:hover{
    --tw-translate-y: 7rem !important;
  }

  .tablet\:hover\:hc-translate-y-32:hover{
    --tw-translate-y: 8rem !important;
  }

  .tablet\:hover\:hc-translate-y-36:hover{
    --tw-translate-y: 9rem !important;
  }

  .tablet\:hover\:hc-translate-y-40:hover{
    --tw-translate-y: 10rem !important;
  }

  .tablet\:hover\:hc-translate-y-44:hover{
    --tw-translate-y: 11rem !important;
  }

  .tablet\:hover\:hc-translate-y-48:hover{
    --tw-translate-y: 12rem !important;
  }

  .tablet\:hover\:hc-translate-y-52:hover{
    --tw-translate-y: 13rem !important;
  }

  .tablet\:hover\:hc-translate-y-56:hover{
    --tw-translate-y: 14rem !important;
  }

  .tablet\:hover\:hc-translate-y-60:hover{
    --tw-translate-y: 15rem !important;
  }

  .tablet\:hover\:hc-translate-y-64:hover{
    --tw-translate-y: 16rem !important;
  }

  .tablet\:hover\:hc-translate-y-72:hover{
    --tw-translate-y: 18rem !important;
  }

  .tablet\:hover\:hc-translate-y-80:hover{
    --tw-translate-y: 20rem !important;
  }

  .tablet\:hover\:hc-translate-y-96:hover{
    --tw-translate-y: 24rem !important;
  }

  .tablet\:hover\:hc-translate-y-128:hover{
    --tw-translate-y: 32rem !important;
  }

  .tablet\:hover\:hc-translate-y-144:hover{
    --tw-translate-y: 44rem !important;
  }

  .tablet\:hover\:hc-translate-y-900:hover{
    --tw-translate-y: 900px !important;
  }

  .tablet\:hover\:hc-translate-y-px:hover{
    --tw-translate-y: 1px !important;
  }

  .tablet\:hover\:hc-translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem !important;
  }

  .tablet\:hover\:hc-translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem !important;
  }

  .tablet\:hover\:hc-translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem !important;
  }

  .tablet\:hover\:hc-translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem !important;
  }

  .tablet\:hover\:hc--translate-y-0:hover{
    --tw-translate-y: 0px !important;
  }

  .tablet\:hover\:hc--translate-y-1:hover{
    --tw-translate-y: -0.25rem !important;
  }

  .tablet\:hover\:hc--translate-y-2:hover{
    --tw-translate-y: -0.5rem !important;
  }

  .tablet\:hover\:hc--translate-y-3:hover{
    --tw-translate-y: -0.75rem !important;
  }

  .tablet\:hover\:hc--translate-y-4:hover{
    --tw-translate-y: -1rem !important;
  }

  .tablet\:hover\:hc--translate-y-5:hover{
    --tw-translate-y: -1.25rem !important;
  }

  .tablet\:hover\:hc--translate-y-6:hover{
    --tw-translate-y: -1.5rem !important;
  }

  .tablet\:hover\:hc--translate-y-7:hover{
    --tw-translate-y: -1.75rem !important;
  }

  .tablet\:hover\:hc--translate-y-8:hover{
    --tw-translate-y: -2rem !important;
  }

  .tablet\:hover\:hc--translate-y-9:hover{
    --tw-translate-y: -2.25rem !important;
  }

  .tablet\:hover\:hc--translate-y-10:hover{
    --tw-translate-y: -2.5rem !important;
  }

  .tablet\:hover\:hc--translate-y-11:hover{
    --tw-translate-y: -2.75rem !important;
  }

  .tablet\:hover\:hc--translate-y-12:hover{
    --tw-translate-y: -3rem !important;
  }

  .tablet\:hover\:hc--translate-y-14:hover{
    --tw-translate-y: -3.5rem !important;
  }

  .tablet\:hover\:hc--translate-y-16:hover{
    --tw-translate-y: -4rem !important;
  }

  .tablet\:hover\:hc--translate-y-20:hover{
    --tw-translate-y: -5rem !important;
  }

  .tablet\:hover\:hc--translate-y-24:hover{
    --tw-translate-y: -6rem !important;
  }

  .tablet\:hover\:hc--translate-y-28:hover{
    --tw-translate-y: -7rem !important;
  }

  .tablet\:hover\:hc--translate-y-32:hover{
    --tw-translate-y: -8rem !important;
  }

  .tablet\:hover\:hc--translate-y-36:hover{
    --tw-translate-y: -9rem !important;
  }

  .tablet\:hover\:hc--translate-y-40:hover{
    --tw-translate-y: -10rem !important;
  }

  .tablet\:hover\:hc--translate-y-44:hover{
    --tw-translate-y: -11rem !important;
  }

  .tablet\:hover\:hc--translate-y-48:hover{
    --tw-translate-y: -12rem !important;
  }

  .tablet\:hover\:hc--translate-y-52:hover{
    --tw-translate-y: -13rem !important;
  }

  .tablet\:hover\:hc--translate-y-56:hover{
    --tw-translate-y: -14rem !important;
  }

  .tablet\:hover\:hc--translate-y-60:hover{
    --tw-translate-y: -15rem !important;
  }

  .tablet\:hover\:hc--translate-y-64:hover{
    --tw-translate-y: -16rem !important;
  }

  .tablet\:hover\:hc--translate-y-72:hover{
    --tw-translate-y: -18rem !important;
  }

  .tablet\:hover\:hc--translate-y-80:hover{
    --tw-translate-y: -20rem !important;
  }

  .tablet\:hover\:hc--translate-y-96:hover{
    --tw-translate-y: -24rem !important;
  }

  .tablet\:hover\:hc--translate-y-128:hover{
    --tw-translate-y: -32rem !important;
  }

  .tablet\:hover\:hc--translate-y-144:hover{
    --tw-translate-y: -44rem !important;
  }

  .tablet\:hover\:hc--translate-y-900:hover{
    --tw-translate-y: -900px !important;
  }

  .tablet\:hover\:hc--translate-y-px:hover{
    --tw-translate-y: -1px !important;
  }

  .tablet\:hover\:hc--translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem !important;
  }

  .tablet\:hover\:hc--translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem !important;
  }

  .tablet\:hover\:hc--translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem !important;
  }

  .tablet\:hover\:hc--translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem !important;
  }

  .tablet\:hover\:hc-translate-y-1\/2:hover{
    --tw-translate-y: 50% !important;
  }

  .tablet\:hover\:hc-translate-y-1\/3:hover{
    --tw-translate-y: 33.333333% !important;
  }

  .tablet\:hover\:hc-translate-y-2\/3:hover{
    --tw-translate-y: 66.666667% !important;
  }

  .tablet\:hover\:hc-translate-y-1\/4:hover{
    --tw-translate-y: 25% !important;
  }

  .tablet\:hover\:hc-translate-y-2\/4:hover{
    --tw-translate-y: 50% !important;
  }

  .tablet\:hover\:hc-translate-y-3\/4:hover{
    --tw-translate-y: 75% !important;
  }

  .tablet\:hover\:hc-translate-y-full:hover{
    --tw-translate-y: 100% !important;
  }

  .tablet\:hover\:hc--translate-y-1\/2:hover{
    --tw-translate-y: -50% !important;
  }

  .tablet\:hover\:hc--translate-y-1\/3:hover{
    --tw-translate-y: -33.333333% !important;
  }

  .tablet\:hover\:hc--translate-y-2\/3:hover{
    --tw-translate-y: -66.666667% !important;
  }

  .tablet\:hover\:hc--translate-y-1\/4:hover{
    --tw-translate-y: -25% !important;
  }

  .tablet\:hover\:hc--translate-y-2\/4:hover{
    --tw-translate-y: -50% !important;
  }

  .tablet\:hover\:hc--translate-y-3\/4:hover{
    --tw-translate-y: -75% !important;
  }

  .tablet\:hover\:hc--translate-y-full:hover{
    --tw-translate-y: -100% !important;
  }

  .tablet\:focus\:hc-translate-x-0:focus{
    --tw-translate-x: 0px !important;
  }

  .tablet\:focus\:hc-translate-x-1:focus{
    --tw-translate-x: 0.25rem !important;
  }

  .tablet\:focus\:hc-translate-x-2:focus{
    --tw-translate-x: 0.5rem !important;
  }

  .tablet\:focus\:hc-translate-x-3:focus{
    --tw-translate-x: 0.75rem !important;
  }

  .tablet\:focus\:hc-translate-x-4:focus{
    --tw-translate-x: 1rem !important;
  }

  .tablet\:focus\:hc-translate-x-5:focus{
    --tw-translate-x: 1.25rem !important;
  }

  .tablet\:focus\:hc-translate-x-6:focus{
    --tw-translate-x: 1.5rem !important;
  }

  .tablet\:focus\:hc-translate-x-7:focus{
    --tw-translate-x: 1.75rem !important;
  }

  .tablet\:focus\:hc-translate-x-8:focus{
    --tw-translate-x: 2rem !important;
  }

  .tablet\:focus\:hc-translate-x-9:focus{
    --tw-translate-x: 2.25rem !important;
  }

  .tablet\:focus\:hc-translate-x-10:focus{
    --tw-translate-x: 2.5rem !important;
  }

  .tablet\:focus\:hc-translate-x-11:focus{
    --tw-translate-x: 2.75rem !important;
  }

  .tablet\:focus\:hc-translate-x-12:focus{
    --tw-translate-x: 3rem !important;
  }

  .tablet\:focus\:hc-translate-x-14:focus{
    --tw-translate-x: 3.5rem !important;
  }

  .tablet\:focus\:hc-translate-x-16:focus{
    --tw-translate-x: 4rem !important;
  }

  .tablet\:focus\:hc-translate-x-20:focus{
    --tw-translate-x: 5rem !important;
  }

  .tablet\:focus\:hc-translate-x-24:focus{
    --tw-translate-x: 6rem !important;
  }

  .tablet\:focus\:hc-translate-x-28:focus{
    --tw-translate-x: 7rem !important;
  }

  .tablet\:focus\:hc-translate-x-32:focus{
    --tw-translate-x: 8rem !important;
  }

  .tablet\:focus\:hc-translate-x-36:focus{
    --tw-translate-x: 9rem !important;
  }

  .tablet\:focus\:hc-translate-x-40:focus{
    --tw-translate-x: 10rem !important;
  }

  .tablet\:focus\:hc-translate-x-44:focus{
    --tw-translate-x: 11rem !important;
  }

  .tablet\:focus\:hc-translate-x-48:focus{
    --tw-translate-x: 12rem !important;
  }

  .tablet\:focus\:hc-translate-x-52:focus{
    --tw-translate-x: 13rem !important;
  }

  .tablet\:focus\:hc-translate-x-56:focus{
    --tw-translate-x: 14rem !important;
  }

  .tablet\:focus\:hc-translate-x-60:focus{
    --tw-translate-x: 15rem !important;
  }

  .tablet\:focus\:hc-translate-x-64:focus{
    --tw-translate-x: 16rem !important;
  }

  .tablet\:focus\:hc-translate-x-72:focus{
    --tw-translate-x: 18rem !important;
  }

  .tablet\:focus\:hc-translate-x-80:focus{
    --tw-translate-x: 20rem !important;
  }

  .tablet\:focus\:hc-translate-x-96:focus{
    --tw-translate-x: 24rem !important;
  }

  .tablet\:focus\:hc-translate-x-128:focus{
    --tw-translate-x: 32rem !important;
  }

  .tablet\:focus\:hc-translate-x-144:focus{
    --tw-translate-x: 44rem !important;
  }

  .tablet\:focus\:hc-translate-x-900:focus{
    --tw-translate-x: 900px !important;
  }

  .tablet\:focus\:hc-translate-x-px:focus{
    --tw-translate-x: 1px !important;
  }

  .tablet\:focus\:hc-translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem !important;
  }

  .tablet\:focus\:hc-translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem !important;
  }

  .tablet\:focus\:hc-translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem !important;
  }

  .tablet\:focus\:hc-translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem !important;
  }

  .tablet\:focus\:hc--translate-x-0:focus{
    --tw-translate-x: 0px !important;
  }

  .tablet\:focus\:hc--translate-x-1:focus{
    --tw-translate-x: -0.25rem !important;
  }

  .tablet\:focus\:hc--translate-x-2:focus{
    --tw-translate-x: -0.5rem !important;
  }

  .tablet\:focus\:hc--translate-x-3:focus{
    --tw-translate-x: -0.75rem !important;
  }

  .tablet\:focus\:hc--translate-x-4:focus{
    --tw-translate-x: -1rem !important;
  }

  .tablet\:focus\:hc--translate-x-5:focus{
    --tw-translate-x: -1.25rem !important;
  }

  .tablet\:focus\:hc--translate-x-6:focus{
    --tw-translate-x: -1.5rem !important;
  }

  .tablet\:focus\:hc--translate-x-7:focus{
    --tw-translate-x: -1.75rem !important;
  }

  .tablet\:focus\:hc--translate-x-8:focus{
    --tw-translate-x: -2rem !important;
  }

  .tablet\:focus\:hc--translate-x-9:focus{
    --tw-translate-x: -2.25rem !important;
  }

  .tablet\:focus\:hc--translate-x-10:focus{
    --tw-translate-x: -2.5rem !important;
  }

  .tablet\:focus\:hc--translate-x-11:focus{
    --tw-translate-x: -2.75rem !important;
  }

  .tablet\:focus\:hc--translate-x-12:focus{
    --tw-translate-x: -3rem !important;
  }

  .tablet\:focus\:hc--translate-x-14:focus{
    --tw-translate-x: -3.5rem !important;
  }

  .tablet\:focus\:hc--translate-x-16:focus{
    --tw-translate-x: -4rem !important;
  }

  .tablet\:focus\:hc--translate-x-20:focus{
    --tw-translate-x: -5rem !important;
  }

  .tablet\:focus\:hc--translate-x-24:focus{
    --tw-translate-x: -6rem !important;
  }

  .tablet\:focus\:hc--translate-x-28:focus{
    --tw-translate-x: -7rem !important;
  }

  .tablet\:focus\:hc--translate-x-32:focus{
    --tw-translate-x: -8rem !important;
  }

  .tablet\:focus\:hc--translate-x-36:focus{
    --tw-translate-x: -9rem !important;
  }

  .tablet\:focus\:hc--translate-x-40:focus{
    --tw-translate-x: -10rem !important;
  }

  .tablet\:focus\:hc--translate-x-44:focus{
    --tw-translate-x: -11rem !important;
  }

  .tablet\:focus\:hc--translate-x-48:focus{
    --tw-translate-x: -12rem !important;
  }

  .tablet\:focus\:hc--translate-x-52:focus{
    --tw-translate-x: -13rem !important;
  }

  .tablet\:focus\:hc--translate-x-56:focus{
    --tw-translate-x: -14rem !important;
  }

  .tablet\:focus\:hc--translate-x-60:focus{
    --tw-translate-x: -15rem !important;
  }

  .tablet\:focus\:hc--translate-x-64:focus{
    --tw-translate-x: -16rem !important;
  }

  .tablet\:focus\:hc--translate-x-72:focus{
    --tw-translate-x: -18rem !important;
  }

  .tablet\:focus\:hc--translate-x-80:focus{
    --tw-translate-x: -20rem !important;
  }

  .tablet\:focus\:hc--translate-x-96:focus{
    --tw-translate-x: -24rem !important;
  }

  .tablet\:focus\:hc--translate-x-128:focus{
    --tw-translate-x: -32rem !important;
  }

  .tablet\:focus\:hc--translate-x-144:focus{
    --tw-translate-x: -44rem !important;
  }

  .tablet\:focus\:hc--translate-x-900:focus{
    --tw-translate-x: -900px !important;
  }

  .tablet\:focus\:hc--translate-x-px:focus{
    --tw-translate-x: -1px !important;
  }

  .tablet\:focus\:hc--translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem !important;
  }

  .tablet\:focus\:hc--translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem !important;
  }

  .tablet\:focus\:hc--translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem !important;
  }

  .tablet\:focus\:hc--translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem !important;
  }

  .tablet\:focus\:hc-translate-x-1\/2:focus{
    --tw-translate-x: 50% !important;
  }

  .tablet\:focus\:hc-translate-x-1\/3:focus{
    --tw-translate-x: 33.333333% !important;
  }

  .tablet\:focus\:hc-translate-x-2\/3:focus{
    --tw-translate-x: 66.666667% !important;
  }

  .tablet\:focus\:hc-translate-x-1\/4:focus{
    --tw-translate-x: 25% !important;
  }

  .tablet\:focus\:hc-translate-x-2\/4:focus{
    --tw-translate-x: 50% !important;
  }

  .tablet\:focus\:hc-translate-x-3\/4:focus{
    --tw-translate-x: 75% !important;
  }

  .tablet\:focus\:hc-translate-x-full:focus{
    --tw-translate-x: 100% !important;
  }

  .tablet\:focus\:hc--translate-x-1\/2:focus{
    --tw-translate-x: -50% !important;
  }

  .tablet\:focus\:hc--translate-x-1\/3:focus{
    --tw-translate-x: -33.333333% !important;
  }

  .tablet\:focus\:hc--translate-x-2\/3:focus{
    --tw-translate-x: -66.666667% !important;
  }

  .tablet\:focus\:hc--translate-x-1\/4:focus{
    --tw-translate-x: -25% !important;
  }

  .tablet\:focus\:hc--translate-x-2\/4:focus{
    --tw-translate-x: -50% !important;
  }

  .tablet\:focus\:hc--translate-x-3\/4:focus{
    --tw-translate-x: -75% !important;
  }

  .tablet\:focus\:hc--translate-x-full:focus{
    --tw-translate-x: -100% !important;
  }

  .tablet\:focus\:hc-translate-y-0:focus{
    --tw-translate-y: 0px !important;
  }

  .tablet\:focus\:hc-translate-y-1:focus{
    --tw-translate-y: 0.25rem !important;
  }

  .tablet\:focus\:hc-translate-y-2:focus{
    --tw-translate-y: 0.5rem !important;
  }

  .tablet\:focus\:hc-translate-y-3:focus{
    --tw-translate-y: 0.75rem !important;
  }

  .tablet\:focus\:hc-translate-y-4:focus{
    --tw-translate-y: 1rem !important;
  }

  .tablet\:focus\:hc-translate-y-5:focus{
    --tw-translate-y: 1.25rem !important;
  }

  .tablet\:focus\:hc-translate-y-6:focus{
    --tw-translate-y: 1.5rem !important;
  }

  .tablet\:focus\:hc-translate-y-7:focus{
    --tw-translate-y: 1.75rem !important;
  }

  .tablet\:focus\:hc-translate-y-8:focus{
    --tw-translate-y: 2rem !important;
  }

  .tablet\:focus\:hc-translate-y-9:focus{
    --tw-translate-y: 2.25rem !important;
  }

  .tablet\:focus\:hc-translate-y-10:focus{
    --tw-translate-y: 2.5rem !important;
  }

  .tablet\:focus\:hc-translate-y-11:focus{
    --tw-translate-y: 2.75rem !important;
  }

  .tablet\:focus\:hc-translate-y-12:focus{
    --tw-translate-y: 3rem !important;
  }

  .tablet\:focus\:hc-translate-y-14:focus{
    --tw-translate-y: 3.5rem !important;
  }

  .tablet\:focus\:hc-translate-y-16:focus{
    --tw-translate-y: 4rem !important;
  }

  .tablet\:focus\:hc-translate-y-20:focus{
    --tw-translate-y: 5rem !important;
  }

  .tablet\:focus\:hc-translate-y-24:focus{
    --tw-translate-y: 6rem !important;
  }

  .tablet\:focus\:hc-translate-y-28:focus{
    --tw-translate-y: 7rem !important;
  }

  .tablet\:focus\:hc-translate-y-32:focus{
    --tw-translate-y: 8rem !important;
  }

  .tablet\:focus\:hc-translate-y-36:focus{
    --tw-translate-y: 9rem !important;
  }

  .tablet\:focus\:hc-translate-y-40:focus{
    --tw-translate-y: 10rem !important;
  }

  .tablet\:focus\:hc-translate-y-44:focus{
    --tw-translate-y: 11rem !important;
  }

  .tablet\:focus\:hc-translate-y-48:focus{
    --tw-translate-y: 12rem !important;
  }

  .tablet\:focus\:hc-translate-y-52:focus{
    --tw-translate-y: 13rem !important;
  }

  .tablet\:focus\:hc-translate-y-56:focus{
    --tw-translate-y: 14rem !important;
  }

  .tablet\:focus\:hc-translate-y-60:focus{
    --tw-translate-y: 15rem !important;
  }

  .tablet\:focus\:hc-translate-y-64:focus{
    --tw-translate-y: 16rem !important;
  }

  .tablet\:focus\:hc-translate-y-72:focus{
    --tw-translate-y: 18rem !important;
  }

  .tablet\:focus\:hc-translate-y-80:focus{
    --tw-translate-y: 20rem !important;
  }

  .tablet\:focus\:hc-translate-y-96:focus{
    --tw-translate-y: 24rem !important;
  }

  .tablet\:focus\:hc-translate-y-128:focus{
    --tw-translate-y: 32rem !important;
  }

  .tablet\:focus\:hc-translate-y-144:focus{
    --tw-translate-y: 44rem !important;
  }

  .tablet\:focus\:hc-translate-y-900:focus{
    --tw-translate-y: 900px !important;
  }

  .tablet\:focus\:hc-translate-y-px:focus{
    --tw-translate-y: 1px !important;
  }

  .tablet\:focus\:hc-translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem !important;
  }

  .tablet\:focus\:hc-translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem !important;
  }

  .tablet\:focus\:hc-translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem !important;
  }

  .tablet\:focus\:hc-translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem !important;
  }

  .tablet\:focus\:hc--translate-y-0:focus{
    --tw-translate-y: 0px !important;
  }

  .tablet\:focus\:hc--translate-y-1:focus{
    --tw-translate-y: -0.25rem !important;
  }

  .tablet\:focus\:hc--translate-y-2:focus{
    --tw-translate-y: -0.5rem !important;
  }

  .tablet\:focus\:hc--translate-y-3:focus{
    --tw-translate-y: -0.75rem !important;
  }

  .tablet\:focus\:hc--translate-y-4:focus{
    --tw-translate-y: -1rem !important;
  }

  .tablet\:focus\:hc--translate-y-5:focus{
    --tw-translate-y: -1.25rem !important;
  }

  .tablet\:focus\:hc--translate-y-6:focus{
    --tw-translate-y: -1.5rem !important;
  }

  .tablet\:focus\:hc--translate-y-7:focus{
    --tw-translate-y: -1.75rem !important;
  }

  .tablet\:focus\:hc--translate-y-8:focus{
    --tw-translate-y: -2rem !important;
  }

  .tablet\:focus\:hc--translate-y-9:focus{
    --tw-translate-y: -2.25rem !important;
  }

  .tablet\:focus\:hc--translate-y-10:focus{
    --tw-translate-y: -2.5rem !important;
  }

  .tablet\:focus\:hc--translate-y-11:focus{
    --tw-translate-y: -2.75rem !important;
  }

  .tablet\:focus\:hc--translate-y-12:focus{
    --tw-translate-y: -3rem !important;
  }

  .tablet\:focus\:hc--translate-y-14:focus{
    --tw-translate-y: -3.5rem !important;
  }

  .tablet\:focus\:hc--translate-y-16:focus{
    --tw-translate-y: -4rem !important;
  }

  .tablet\:focus\:hc--translate-y-20:focus{
    --tw-translate-y: -5rem !important;
  }

  .tablet\:focus\:hc--translate-y-24:focus{
    --tw-translate-y: -6rem !important;
  }

  .tablet\:focus\:hc--translate-y-28:focus{
    --tw-translate-y: -7rem !important;
  }

  .tablet\:focus\:hc--translate-y-32:focus{
    --tw-translate-y: -8rem !important;
  }

  .tablet\:focus\:hc--translate-y-36:focus{
    --tw-translate-y: -9rem !important;
  }

  .tablet\:focus\:hc--translate-y-40:focus{
    --tw-translate-y: -10rem !important;
  }

  .tablet\:focus\:hc--translate-y-44:focus{
    --tw-translate-y: -11rem !important;
  }

  .tablet\:focus\:hc--translate-y-48:focus{
    --tw-translate-y: -12rem !important;
  }

  .tablet\:focus\:hc--translate-y-52:focus{
    --tw-translate-y: -13rem !important;
  }

  .tablet\:focus\:hc--translate-y-56:focus{
    --tw-translate-y: -14rem !important;
  }

  .tablet\:focus\:hc--translate-y-60:focus{
    --tw-translate-y: -15rem !important;
  }

  .tablet\:focus\:hc--translate-y-64:focus{
    --tw-translate-y: -16rem !important;
  }

  .tablet\:focus\:hc--translate-y-72:focus{
    --tw-translate-y: -18rem !important;
  }

  .tablet\:focus\:hc--translate-y-80:focus{
    --tw-translate-y: -20rem !important;
  }

  .tablet\:focus\:hc--translate-y-96:focus{
    --tw-translate-y: -24rem !important;
  }

  .tablet\:focus\:hc--translate-y-128:focus{
    --tw-translate-y: -32rem !important;
  }

  .tablet\:focus\:hc--translate-y-144:focus{
    --tw-translate-y: -44rem !important;
  }

  .tablet\:focus\:hc--translate-y-900:focus{
    --tw-translate-y: -900px !important;
  }

  .tablet\:focus\:hc--translate-y-px:focus{
    --tw-translate-y: -1px !important;
  }

  .tablet\:focus\:hc--translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem !important;
  }

  .tablet\:focus\:hc--translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem !important;
  }

  .tablet\:focus\:hc--translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem !important;
  }

  .tablet\:focus\:hc--translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem !important;
  }

  .tablet\:focus\:hc-translate-y-1\/2:focus{
    --tw-translate-y: 50% !important;
  }

  .tablet\:focus\:hc-translate-y-1\/3:focus{
    --tw-translate-y: 33.333333% !important;
  }

  .tablet\:focus\:hc-translate-y-2\/3:focus{
    --tw-translate-y: 66.666667% !important;
  }

  .tablet\:focus\:hc-translate-y-1\/4:focus{
    --tw-translate-y: 25% !important;
  }

  .tablet\:focus\:hc-translate-y-2\/4:focus{
    --tw-translate-y: 50% !important;
  }

  .tablet\:focus\:hc-translate-y-3\/4:focus{
    --tw-translate-y: 75% !important;
  }

  .tablet\:focus\:hc-translate-y-full:focus{
    --tw-translate-y: 100% !important;
  }

  .tablet\:focus\:hc--translate-y-1\/2:focus{
    --tw-translate-y: -50% !important;
  }

  .tablet\:focus\:hc--translate-y-1\/3:focus{
    --tw-translate-y: -33.333333% !important;
  }

  .tablet\:focus\:hc--translate-y-2\/3:focus{
    --tw-translate-y: -66.666667% !important;
  }

  .tablet\:focus\:hc--translate-y-1\/4:focus{
    --tw-translate-y: -25% !important;
  }

  .tablet\:focus\:hc--translate-y-2\/4:focus{
    --tw-translate-y: -50% !important;
  }

  .tablet\:focus\:hc--translate-y-3\/4:focus{
    --tw-translate-y: -75% !important;
  }

  .tablet\:focus\:hc--translate-y-full:focus{
    --tw-translate-y: -100% !important;
  }

  .tablet\:hc-rotate-0{
    --tw-rotate: 0deg !important;
  }

  .tablet\:hc-rotate-1{
    --tw-rotate: 1deg !important;
  }

  .tablet\:hc-rotate-2{
    --tw-rotate: 2deg !important;
  }

  .tablet\:hc-rotate-3{
    --tw-rotate: 3deg !important;
  }

  .tablet\:hc-rotate-6{
    --tw-rotate: 6deg !important;
  }

  .tablet\:hc-rotate-12{
    --tw-rotate: 12deg !important;
  }

  .tablet\:hc-rotate-45{
    --tw-rotate: 45deg !important;
  }

  .tablet\:hc-rotate-90{
    --tw-rotate: 90deg !important;
  }

  .tablet\:hc-rotate-180{
    --tw-rotate: 180deg !important;
  }

  .tablet\:hc--rotate-180{
    --tw-rotate: -180deg !important;
  }

  .tablet\:hc--rotate-90{
    --tw-rotate: -90deg !important;
  }

  .tablet\:hc--rotate-45{
    --tw-rotate: -45deg !important;
  }

  .tablet\:hc--rotate-12{
    --tw-rotate: -12deg !important;
  }

  .tablet\:hc--rotate-6{
    --tw-rotate: -6deg !important;
  }

  .tablet\:hc--rotate-3{
    --tw-rotate: -3deg !important;
  }

  .tablet\:hc--rotate-2{
    --tw-rotate: -2deg !important;
  }

  .tablet\:hc--rotate-1{
    --tw-rotate: -1deg !important;
  }

  .tablet\:hover\:hc-rotate-0:hover{
    --tw-rotate: 0deg !important;
  }

  .tablet\:hover\:hc-rotate-1:hover{
    --tw-rotate: 1deg !important;
  }

  .tablet\:hover\:hc-rotate-2:hover{
    --tw-rotate: 2deg !important;
  }

  .tablet\:hover\:hc-rotate-3:hover{
    --tw-rotate: 3deg !important;
  }

  .tablet\:hover\:hc-rotate-6:hover{
    --tw-rotate: 6deg !important;
  }

  .tablet\:hover\:hc-rotate-12:hover{
    --tw-rotate: 12deg !important;
  }

  .tablet\:hover\:hc-rotate-45:hover{
    --tw-rotate: 45deg !important;
  }

  .tablet\:hover\:hc-rotate-90:hover{
    --tw-rotate: 90deg !important;
  }

  .tablet\:hover\:hc-rotate-180:hover{
    --tw-rotate: 180deg !important;
  }

  .tablet\:hover\:hc--rotate-180:hover{
    --tw-rotate: -180deg !important;
  }

  .tablet\:hover\:hc--rotate-90:hover{
    --tw-rotate: -90deg !important;
  }

  .tablet\:hover\:hc--rotate-45:hover{
    --tw-rotate: -45deg !important;
  }

  .tablet\:hover\:hc--rotate-12:hover{
    --tw-rotate: -12deg !important;
  }

  .tablet\:hover\:hc--rotate-6:hover{
    --tw-rotate: -6deg !important;
  }

  .tablet\:hover\:hc--rotate-3:hover{
    --tw-rotate: -3deg !important;
  }

  .tablet\:hover\:hc--rotate-2:hover{
    --tw-rotate: -2deg !important;
  }

  .tablet\:hover\:hc--rotate-1:hover{
    --tw-rotate: -1deg !important;
  }

  .tablet\:focus\:hc-rotate-0:focus{
    --tw-rotate: 0deg !important;
  }

  .tablet\:focus\:hc-rotate-1:focus{
    --tw-rotate: 1deg !important;
  }

  .tablet\:focus\:hc-rotate-2:focus{
    --tw-rotate: 2deg !important;
  }

  .tablet\:focus\:hc-rotate-3:focus{
    --tw-rotate: 3deg !important;
  }

  .tablet\:focus\:hc-rotate-6:focus{
    --tw-rotate: 6deg !important;
  }

  .tablet\:focus\:hc-rotate-12:focus{
    --tw-rotate: 12deg !important;
  }

  .tablet\:focus\:hc-rotate-45:focus{
    --tw-rotate: 45deg !important;
  }

  .tablet\:focus\:hc-rotate-90:focus{
    --tw-rotate: 90deg !important;
  }

  .tablet\:focus\:hc-rotate-180:focus{
    --tw-rotate: 180deg !important;
  }

  .tablet\:focus\:hc--rotate-180:focus{
    --tw-rotate: -180deg !important;
  }

  .tablet\:focus\:hc--rotate-90:focus{
    --tw-rotate: -90deg !important;
  }

  .tablet\:focus\:hc--rotate-45:focus{
    --tw-rotate: -45deg !important;
  }

  .tablet\:focus\:hc--rotate-12:focus{
    --tw-rotate: -12deg !important;
  }

  .tablet\:focus\:hc--rotate-6:focus{
    --tw-rotate: -6deg !important;
  }

  .tablet\:focus\:hc--rotate-3:focus{
    --tw-rotate: -3deg !important;
  }

  .tablet\:focus\:hc--rotate-2:focus{
    --tw-rotate: -2deg !important;
  }

  .tablet\:focus\:hc--rotate-1:focus{
    --tw-rotate: -1deg !important;
  }

  .tablet\:hc-skew-x-0{
    --tw-skew-x: 0deg !important;
  }

  .tablet\:hc-skew-x-1{
    --tw-skew-x: 1deg !important;
  }

  .tablet\:hc-skew-x-2{
    --tw-skew-x: 2deg !important;
  }

  .tablet\:hc-skew-x-3{
    --tw-skew-x: 3deg !important;
  }

  .tablet\:hc-skew-x-6{
    --tw-skew-x: 6deg !important;
  }

  .tablet\:hc-skew-x-12{
    --tw-skew-x: 12deg !important;
  }

  .tablet\:hc--skew-x-12{
    --tw-skew-x: -12deg !important;
  }

  .tablet\:hc--skew-x-6{
    --tw-skew-x: -6deg !important;
  }

  .tablet\:hc--skew-x-3{
    --tw-skew-x: -3deg !important;
  }

  .tablet\:hc--skew-x-2{
    --tw-skew-x: -2deg !important;
  }

  .tablet\:hc--skew-x-1{
    --tw-skew-x: -1deg !important;
  }

  .tablet\:hc-skew-y-0{
    --tw-skew-y: 0deg !important;
  }

  .tablet\:hc-skew-y-1{
    --tw-skew-y: 1deg !important;
  }

  .tablet\:hc-skew-y-2{
    --tw-skew-y: 2deg !important;
  }

  .tablet\:hc-skew-y-3{
    --tw-skew-y: 3deg !important;
  }

  .tablet\:hc-skew-y-6{
    --tw-skew-y: 6deg !important;
  }

  .tablet\:hc-skew-y-12{
    --tw-skew-y: 12deg !important;
  }

  .tablet\:hc--skew-y-12{
    --tw-skew-y: -12deg !important;
  }

  .tablet\:hc--skew-y-6{
    --tw-skew-y: -6deg !important;
  }

  .tablet\:hc--skew-y-3{
    --tw-skew-y: -3deg !important;
  }

  .tablet\:hc--skew-y-2{
    --tw-skew-y: -2deg !important;
  }

  .tablet\:hc--skew-y-1{
    --tw-skew-y: -1deg !important;
  }

  .tablet\:hover\:hc-skew-x-0:hover{
    --tw-skew-x: 0deg !important;
  }

  .tablet\:hover\:hc-skew-x-1:hover{
    --tw-skew-x: 1deg !important;
  }

  .tablet\:hover\:hc-skew-x-2:hover{
    --tw-skew-x: 2deg !important;
  }

  .tablet\:hover\:hc-skew-x-3:hover{
    --tw-skew-x: 3deg !important;
  }

  .tablet\:hover\:hc-skew-x-6:hover{
    --tw-skew-x: 6deg !important;
  }

  .tablet\:hover\:hc-skew-x-12:hover{
    --tw-skew-x: 12deg !important;
  }

  .tablet\:hover\:hc--skew-x-12:hover{
    --tw-skew-x: -12deg !important;
  }

  .tablet\:hover\:hc--skew-x-6:hover{
    --tw-skew-x: -6deg !important;
  }

  .tablet\:hover\:hc--skew-x-3:hover{
    --tw-skew-x: -3deg !important;
  }

  .tablet\:hover\:hc--skew-x-2:hover{
    --tw-skew-x: -2deg !important;
  }

  .tablet\:hover\:hc--skew-x-1:hover{
    --tw-skew-x: -1deg !important;
  }

  .tablet\:hover\:hc-skew-y-0:hover{
    --tw-skew-y: 0deg !important;
  }

  .tablet\:hover\:hc-skew-y-1:hover{
    --tw-skew-y: 1deg !important;
  }

  .tablet\:hover\:hc-skew-y-2:hover{
    --tw-skew-y: 2deg !important;
  }

  .tablet\:hover\:hc-skew-y-3:hover{
    --tw-skew-y: 3deg !important;
  }

  .tablet\:hover\:hc-skew-y-6:hover{
    --tw-skew-y: 6deg !important;
  }

  .tablet\:hover\:hc-skew-y-12:hover{
    --tw-skew-y: 12deg !important;
  }

  .tablet\:hover\:hc--skew-y-12:hover{
    --tw-skew-y: -12deg !important;
  }

  .tablet\:hover\:hc--skew-y-6:hover{
    --tw-skew-y: -6deg !important;
  }

  .tablet\:hover\:hc--skew-y-3:hover{
    --tw-skew-y: -3deg !important;
  }

  .tablet\:hover\:hc--skew-y-2:hover{
    --tw-skew-y: -2deg !important;
  }

  .tablet\:hover\:hc--skew-y-1:hover{
    --tw-skew-y: -1deg !important;
  }

  .tablet\:focus\:hc-skew-x-0:focus{
    --tw-skew-x: 0deg !important;
  }

  .tablet\:focus\:hc-skew-x-1:focus{
    --tw-skew-x: 1deg !important;
  }

  .tablet\:focus\:hc-skew-x-2:focus{
    --tw-skew-x: 2deg !important;
  }

  .tablet\:focus\:hc-skew-x-3:focus{
    --tw-skew-x: 3deg !important;
  }

  .tablet\:focus\:hc-skew-x-6:focus{
    --tw-skew-x: 6deg !important;
  }

  .tablet\:focus\:hc-skew-x-12:focus{
    --tw-skew-x: 12deg !important;
  }

  .tablet\:focus\:hc--skew-x-12:focus{
    --tw-skew-x: -12deg !important;
  }

  .tablet\:focus\:hc--skew-x-6:focus{
    --tw-skew-x: -6deg !important;
  }

  .tablet\:focus\:hc--skew-x-3:focus{
    --tw-skew-x: -3deg !important;
  }

  .tablet\:focus\:hc--skew-x-2:focus{
    --tw-skew-x: -2deg !important;
  }

  .tablet\:focus\:hc--skew-x-1:focus{
    --tw-skew-x: -1deg !important;
  }

  .tablet\:focus\:hc-skew-y-0:focus{
    --tw-skew-y: 0deg !important;
  }

  .tablet\:focus\:hc-skew-y-1:focus{
    --tw-skew-y: 1deg !important;
  }

  .tablet\:focus\:hc-skew-y-2:focus{
    --tw-skew-y: 2deg !important;
  }

  .tablet\:focus\:hc-skew-y-3:focus{
    --tw-skew-y: 3deg !important;
  }

  .tablet\:focus\:hc-skew-y-6:focus{
    --tw-skew-y: 6deg !important;
  }

  .tablet\:focus\:hc-skew-y-12:focus{
    --tw-skew-y: 12deg !important;
  }

  .tablet\:focus\:hc--skew-y-12:focus{
    --tw-skew-y: -12deg !important;
  }

  .tablet\:focus\:hc--skew-y-6:focus{
    --tw-skew-y: -6deg !important;
  }

  .tablet\:focus\:hc--skew-y-3:focus{
    --tw-skew-y: -3deg !important;
  }

  .tablet\:focus\:hc--skew-y-2:focus{
    --tw-skew-y: -2deg !important;
  }

  .tablet\:focus\:hc--skew-y-1:focus{
    --tw-skew-y: -1deg !important;
  }

  .tablet\:hc-scale-0{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .tablet\:hc-scale-50{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .tablet\:hc-scale-75{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .tablet\:hc-scale-90{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .tablet\:hc-scale-95{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .tablet\:hc-scale-100{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .tablet\:hc-scale-105{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .tablet\:hc-scale-110{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .tablet\:hc-scale-125{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .tablet\:hc-scale-150{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .tablet\:hover\:hc-scale-0:hover{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .tablet\:hover\:hc-scale-50:hover{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .tablet\:hover\:hc-scale-75:hover{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .tablet\:hover\:hc-scale-90:hover{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .tablet\:hover\:hc-scale-95:hover{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .tablet\:hover\:hc-scale-100:hover{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .tablet\:hover\:hc-scale-105:hover{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .tablet\:hover\:hc-scale-110:hover{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .tablet\:hover\:hc-scale-125:hover{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .tablet\:hover\:hc-scale-150:hover{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .tablet\:focus\:hc-scale-0:focus{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .tablet\:focus\:hc-scale-50:focus{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .tablet\:focus\:hc-scale-75:focus{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .tablet\:focus\:hc-scale-90:focus{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .tablet\:focus\:hc-scale-95:focus{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .tablet\:focus\:hc-scale-100:focus{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .tablet\:focus\:hc-scale-105:focus{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .tablet\:focus\:hc-scale-110:focus{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .tablet\:focus\:hc-scale-125:focus{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .tablet\:focus\:hc-scale-150:focus{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .tablet\:hc-scale-x-0{
    --tw-scale-x: 0 !important;
  }

  .tablet\:hc-scale-x-50{
    --tw-scale-x: .5 !important;
  }

  .tablet\:hc-scale-x-75{
    --tw-scale-x: .75 !important;
  }

  .tablet\:hc-scale-x-90{
    --tw-scale-x: .9 !important;
  }

  .tablet\:hc-scale-x-95{
    --tw-scale-x: .95 !important;
  }

  .tablet\:hc-scale-x-100{
    --tw-scale-x: 1 !important;
  }

  .tablet\:hc-scale-x-105{
    --tw-scale-x: 1.05 !important;
  }

  .tablet\:hc-scale-x-110{
    --tw-scale-x: 1.1 !important;
  }

  .tablet\:hc-scale-x-125{
    --tw-scale-x: 1.25 !important;
  }

  .tablet\:hc-scale-x-150{
    --tw-scale-x: 1.5 !important;
  }

  .tablet\:hc-scale-y-0{
    --tw-scale-y: 0 !important;
  }

  .tablet\:hc-scale-y-50{
    --tw-scale-y: .5 !important;
  }

  .tablet\:hc-scale-y-75{
    --tw-scale-y: .75 !important;
  }

  .tablet\:hc-scale-y-90{
    --tw-scale-y: .9 !important;
  }

  .tablet\:hc-scale-y-95{
    --tw-scale-y: .95 !important;
  }

  .tablet\:hc-scale-y-100{
    --tw-scale-y: 1 !important;
  }

  .tablet\:hc-scale-y-105{
    --tw-scale-y: 1.05 !important;
  }

  .tablet\:hc-scale-y-110{
    --tw-scale-y: 1.1 !important;
  }

  .tablet\:hc-scale-y-125{
    --tw-scale-y: 1.25 !important;
  }

  .tablet\:hc-scale-y-150{
    --tw-scale-y: 1.5 !important;
  }

  .tablet\:hover\:hc-scale-x-0:hover{
    --tw-scale-x: 0 !important;
  }

  .tablet\:hover\:hc-scale-x-50:hover{
    --tw-scale-x: .5 !important;
  }

  .tablet\:hover\:hc-scale-x-75:hover{
    --tw-scale-x: .75 !important;
  }

  .tablet\:hover\:hc-scale-x-90:hover{
    --tw-scale-x: .9 !important;
  }

  .tablet\:hover\:hc-scale-x-95:hover{
    --tw-scale-x: .95 !important;
  }

  .tablet\:hover\:hc-scale-x-100:hover{
    --tw-scale-x: 1 !important;
  }

  .tablet\:hover\:hc-scale-x-105:hover{
    --tw-scale-x: 1.05 !important;
  }

  .tablet\:hover\:hc-scale-x-110:hover{
    --tw-scale-x: 1.1 !important;
  }

  .tablet\:hover\:hc-scale-x-125:hover{
    --tw-scale-x: 1.25 !important;
  }

  .tablet\:hover\:hc-scale-x-150:hover{
    --tw-scale-x: 1.5 !important;
  }

  .tablet\:hover\:hc-scale-y-0:hover{
    --tw-scale-y: 0 !important;
  }

  .tablet\:hover\:hc-scale-y-50:hover{
    --tw-scale-y: .5 !important;
  }

  .tablet\:hover\:hc-scale-y-75:hover{
    --tw-scale-y: .75 !important;
  }

  .tablet\:hover\:hc-scale-y-90:hover{
    --tw-scale-y: .9 !important;
  }

  .tablet\:hover\:hc-scale-y-95:hover{
    --tw-scale-y: .95 !important;
  }

  .tablet\:hover\:hc-scale-y-100:hover{
    --tw-scale-y: 1 !important;
  }

  .tablet\:hover\:hc-scale-y-105:hover{
    --tw-scale-y: 1.05 !important;
  }

  .tablet\:hover\:hc-scale-y-110:hover{
    --tw-scale-y: 1.1 !important;
  }

  .tablet\:hover\:hc-scale-y-125:hover{
    --tw-scale-y: 1.25 !important;
  }

  .tablet\:hover\:hc-scale-y-150:hover{
    --tw-scale-y: 1.5 !important;
  }

  .tablet\:focus\:hc-scale-x-0:focus{
    --tw-scale-x: 0 !important;
  }

  .tablet\:focus\:hc-scale-x-50:focus{
    --tw-scale-x: .5 !important;
  }

  .tablet\:focus\:hc-scale-x-75:focus{
    --tw-scale-x: .75 !important;
  }

  .tablet\:focus\:hc-scale-x-90:focus{
    --tw-scale-x: .9 !important;
  }

  .tablet\:focus\:hc-scale-x-95:focus{
    --tw-scale-x: .95 !important;
  }

  .tablet\:focus\:hc-scale-x-100:focus{
    --tw-scale-x: 1 !important;
  }

  .tablet\:focus\:hc-scale-x-105:focus{
    --tw-scale-x: 1.05 !important;
  }

  .tablet\:focus\:hc-scale-x-110:focus{
    --tw-scale-x: 1.1 !important;
  }

  .tablet\:focus\:hc-scale-x-125:focus{
    --tw-scale-x: 1.25 !important;
  }

  .tablet\:focus\:hc-scale-x-150:focus{
    --tw-scale-x: 1.5 !important;
  }

  .tablet\:focus\:hc-scale-y-0:focus{
    --tw-scale-y: 0 !important;
  }

  .tablet\:focus\:hc-scale-y-50:focus{
    --tw-scale-y: .5 !important;
  }

  .tablet\:focus\:hc-scale-y-75:focus{
    --tw-scale-y: .75 !important;
  }

  .tablet\:focus\:hc-scale-y-90:focus{
    --tw-scale-y: .9 !important;
  }

  .tablet\:focus\:hc-scale-y-95:focus{
    --tw-scale-y: .95 !important;
  }

  .tablet\:focus\:hc-scale-y-100:focus{
    --tw-scale-y: 1 !important;
  }

  .tablet\:focus\:hc-scale-y-105:focus{
    --tw-scale-y: 1.05 !important;
  }

  .tablet\:focus\:hc-scale-y-110:focus{
    --tw-scale-y: 1.1 !important;
  }

  .tablet\:focus\:hc-scale-y-125:focus{
    --tw-scale-y: 1.25 !important;
  }

  .tablet\:focus\:hc-scale-y-150:focus{
    --tw-scale-y: 1.5 !important;
  }

  .tablet\:hc-animate-none{
    animation: none !important;
  }

  .tablet\:hc-animate-spin{
    animation: hc-spin 1s linear infinite !important;
  }

  .tablet\:hc-animate-ping{
    animation: hc-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .tablet\:hc-animate-pulse{
    animation: hc-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .tablet\:hc-animate-bounce{
    animation: hc-bounce 1s infinite !important;
  }

  .tablet\:hc-cursor-auto{
    cursor: auto !important;
  }

  .tablet\:hc-cursor-default{
    cursor: default !important;
  }

  .tablet\:hc-cursor-pointer{
    cursor: pointer !important;
  }

  .tablet\:hc-cursor-wait{
    cursor: wait !important;
  }

  .tablet\:hc-cursor-text{
    cursor: text !important;
  }

  .tablet\:hc-cursor-move{
    cursor: move !important;
  }

  .tablet\:hc-cursor-help{
    cursor: help !important;
  }

  .tablet\:hc-cursor-not-allowed{
    cursor: not-allowed !important;
  }

  .tablet\:hc-select-none{
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
  }

  .tablet\:hc-select-text{
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
            user-select: text !important;
  }

  .tablet\:hc-select-all{
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .tablet\:hc-select-auto{
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
            user-select: auto !important;
  }

  .tablet\:hc-resize-none{
    resize: none !important;
  }

  .tablet\:hc-resize-y{
    resize: vertical !important;
  }

  .tablet\:hc-resize-x{
    resize: horizontal !important;
  }

  .tablet\:hc-resize{
    resize: both !important;
  }

  .tablet\:hc-list-inside{
    list-style-position: inside !important;
  }

  .tablet\:hc-list-outside{
    list-style-position: outside !important;
  }

  .tablet\:hc-list-none{
    list-style-type: none !important;
  }

  .tablet\:hc-list-disc{
    list-style-type: disc !important;
  }

  .tablet\:hc-list-decimal{
    list-style-type: decimal !important;
  }

  .tablet\:hc-appearance-none{
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .tablet\:hc-auto-cols-auto{
    grid-auto-columns: auto !important;
  }

  .tablet\:hc-auto-cols-min{
    grid-auto-columns: min-content !important;
  }

  .tablet\:hc-auto-cols-max{
    grid-auto-columns: max-content !important;
  }

  .tablet\:hc-auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .tablet\:hc-grid-flow-row{
    grid-auto-flow: row !important;
  }

  .tablet\:hc-grid-flow-col{
    grid-auto-flow: column !important;
  }

  .tablet\:hc-grid-flow-row-dense{
    grid-auto-flow: row dense !important;
  }

  .tablet\:hc-grid-flow-col-dense{
    grid-auto-flow: column dense !important;
  }

  .tablet\:hc-auto-rows-auto{
    grid-auto-rows: auto !important;
  }

  .tablet\:hc-auto-rows-min{
    grid-auto-rows: min-content !important;
  }

  .tablet\:hc-auto-rows-max{
    grid-auto-rows: max-content !important;
  }

  .tablet\:hc-auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .tablet\:hc-grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

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

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

  .tablet\:hc-grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .tablet\:hc-grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .tablet\:hc-grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .tablet\:hc-grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .tablet\:hc-grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .tablet\:hc-grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

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

  .tablet\:hc-grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .tablet\:hc-grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .tablet\:hc-grid-cols-none{
    grid-template-columns: none !important;
  }

  .tablet\:hc-grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .tablet\:hc-grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .tablet\:hc-grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .tablet\:hc-grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .tablet\:hc-grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .tablet\:hc-grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .tablet\:hc-grid-rows-none{
    grid-template-rows: none !important;
  }

  .tablet\:hc-flex-row{
    flex-direction: row !important;
  }

  .tablet\:hc-flex-row-reverse{
    flex-direction: row-reverse !important;
  }

  .tablet\:hc-flex-col{
    flex-direction: column !important;
  }

  .tablet\:hc-flex-col-reverse{
    flex-direction: column-reverse !important;
  }

  .tablet\:hc-flex-wrap{
    flex-wrap: wrap !important;
  }

  .tablet\:hc-flex-wrap-reverse{
    flex-wrap: wrap-reverse !important;
  }

  .tablet\:hc-flex-nowrap{
    flex-wrap: nowrap !important;
  }

  .tablet\:hc-place-content-center{
    place-content: center !important;
  }

  .tablet\:hc-place-content-start{
    place-content: start !important;
  }

  .tablet\:hc-place-content-end{
    place-content: end !important;
  }

  .tablet\:hc-place-content-between{
    place-content: space-between !important;
  }

  .tablet\:hc-place-content-around{
    place-content: space-around !important;
  }

  .tablet\:hc-place-content-evenly{
    place-content: space-evenly !important;
  }

  .tablet\:hc-place-content-stretch{
    place-content: stretch !important;
  }

  .tablet\:hc-place-items-start{
    place-items: start !important;
  }

  .tablet\:hc-place-items-end{
    place-items: end !important;
  }

  .tablet\:hc-place-items-center{
    place-items: center !important;
  }

  .tablet\:hc-place-items-stretch{
    place-items: stretch !important;
  }

  .tablet\:hc-content-center{
    align-content: center !important;
  }

  .tablet\:hc-content-start{
    align-content: flex-start !important;
  }

  .tablet\:hc-content-end{
    align-content: flex-end !important;
  }

  .tablet\:hc-content-between{
    align-content: space-between !important;
  }

  .tablet\:hc-content-around{
    align-content: space-around !important;
  }

  .tablet\:hc-content-evenly{
    align-content: space-evenly !important;
  }

  .tablet\:hc-items-start{
    align-items: flex-start !important;
  }

  .tablet\:hc-items-end{
    align-items: flex-end !important;
  }

  .tablet\:hc-items-center{
    align-items: center !important;
  }

  .tablet\:hc-items-baseline{
    align-items: baseline !important;
  }

  .tablet\:hc-items-stretch{
    align-items: stretch !important;
  }

  .tablet\:hc-justify-start{
    justify-content: flex-start !important;
  }

  .tablet\:hc-justify-end{
    justify-content: flex-end !important;
  }

  .tablet\:hc-justify-center{
    justify-content: center !important;
  }

  .tablet\:hc-justify-between{
    justify-content: space-between !important;
  }

  .tablet\:hc-justify-around{
    justify-content: space-around !important;
  }

  .tablet\:hc-justify-evenly{
    justify-content: space-evenly !important;
  }

  .tablet\:hc-justify-items-start{
    justify-items: start !important;
  }

  .tablet\:hc-justify-items-end{
    justify-items: end !important;
  }

  .tablet\:hc-justify-items-center{
    justify-items: center !important;
  }

  .tablet\:hc-justify-items-stretch{
    justify-items: stretch !important;
  }

  .tablet\:hc-gap-0{
    gap: 0px !important;
  }

  .tablet\:hc-gap-1{
    gap: 0.25rem !important;
  }

  .tablet\:hc-gap-2{
    gap: 0.5rem !important;
  }

  .tablet\:hc-gap-3{
    gap: 0.75rem !important;
  }

  .tablet\:hc-gap-4{
    gap: 1rem !important;
  }

  .tablet\:hc-gap-5{
    gap: 1.25rem !important;
  }

  .tablet\:hc-gap-6{
    gap: 1.5rem !important;
  }

  .tablet\:hc-gap-7{
    gap: 1.75rem !important;
  }

  .tablet\:hc-gap-8{
    gap: 2rem !important;
  }

  .tablet\:hc-gap-9{
    gap: 2.25rem !important;
  }

  .tablet\:hc-gap-10{
    gap: 2.5rem !important;
  }

  .tablet\:hc-gap-11{
    gap: 2.75rem !important;
  }

  .tablet\:hc-gap-12{
    gap: 3rem !important;
  }

  .tablet\:hc-gap-14{
    gap: 3.5rem !important;
  }

  .tablet\:hc-gap-16{
    gap: 4rem !important;
  }

  .tablet\:hc-gap-20{
    gap: 5rem !important;
  }

  .tablet\:hc-gap-24{
    gap: 6rem !important;
  }

  .tablet\:hc-gap-28{
    gap: 7rem !important;
  }

  .tablet\:hc-gap-32{
    gap: 8rem !important;
  }

  .tablet\:hc-gap-36{
    gap: 9rem !important;
  }

  .tablet\:hc-gap-40{
    gap: 10rem !important;
  }

  .tablet\:hc-gap-44{
    gap: 11rem !important;
  }

  .tablet\:hc-gap-48{
    gap: 12rem !important;
  }

  .tablet\:hc-gap-52{
    gap: 13rem !important;
  }

  .tablet\:hc-gap-56{
    gap: 14rem !important;
  }

  .tablet\:hc-gap-60{
    gap: 15rem !important;
  }

  .tablet\:hc-gap-64{
    gap: 16rem !important;
  }

  .tablet\:hc-gap-72{
    gap: 18rem !important;
  }

  .tablet\:hc-gap-80{
    gap: 20rem !important;
  }

  .tablet\:hc-gap-96{
    gap: 24rem !important;
  }

  .tablet\:hc-gap-128{
    gap: 32rem !important;
  }

  .tablet\:hc-gap-144{
    gap: 44rem !important;
  }

  .tablet\:hc-gap-900{
    gap: 900px !important;
  }

  .tablet\:hc-gap-px{
    gap: 1px !important;
  }

  .tablet\:hc-gap-0\.5{
    gap: 0.125rem !important;
  }

  .tablet\:hc-gap-1\.5{
    gap: 0.375rem !important;
  }

  .tablet\:hc-gap-2\.5{
    gap: 0.625rem !important;
  }

  .tablet\:hc-gap-3\.5{
    gap: 0.875rem !important;
  }

  .tablet\:hc-gap-x-0{
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .tablet\:hc-gap-x-1{
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .tablet\:hc-gap-x-2{
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .tablet\:hc-gap-x-3{
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .tablet\:hc-gap-x-4{
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .tablet\:hc-gap-x-5{
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .tablet\:hc-gap-x-6{
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .tablet\:hc-gap-x-7{
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .tablet\:hc-gap-x-8{
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .tablet\:hc-gap-x-9{
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .tablet\:hc-gap-x-10{
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .tablet\:hc-gap-x-11{
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .tablet\:hc-gap-x-12{
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .tablet\:hc-gap-x-14{
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .tablet\:hc-gap-x-16{
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .tablet\:hc-gap-x-20{
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .tablet\:hc-gap-x-24{
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .tablet\:hc-gap-x-28{
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .tablet\:hc-gap-x-32{
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .tablet\:hc-gap-x-36{
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .tablet\:hc-gap-x-40{
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .tablet\:hc-gap-x-44{
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .tablet\:hc-gap-x-48{
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .tablet\:hc-gap-x-52{
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .tablet\:hc-gap-x-56{
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .tablet\:hc-gap-x-60{
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .tablet\:hc-gap-x-64{
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .tablet\:hc-gap-x-72{
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .tablet\:hc-gap-x-80{
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .tablet\:hc-gap-x-96{
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .tablet\:hc-gap-x-128{
    -moz-column-gap: 32rem !important;
         column-gap: 32rem !important;
  }

  .tablet\:hc-gap-x-144{
    -moz-column-gap: 44rem !important;
         column-gap: 44rem !important;
  }

  .tablet\:hc-gap-x-900{
    -moz-column-gap: 900px !important;
         column-gap: 900px !important;
  }

  .tablet\:hc-gap-x-px{
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .tablet\:hc-gap-x-0\.5{
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .tablet\:hc-gap-x-1\.5{
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .tablet\:hc-gap-x-2\.5{
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .tablet\:hc-gap-x-3\.5{
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .tablet\:hc-gap-y-0{
    row-gap: 0px !important;
  }

  .tablet\:hc-gap-y-1{
    row-gap: 0.25rem !important;
  }

  .tablet\:hc-gap-y-2{
    row-gap: 0.5rem !important;
  }

  .tablet\:hc-gap-y-3{
    row-gap: 0.75rem !important;
  }

  .tablet\:hc-gap-y-4{
    row-gap: 1rem !important;
  }

  .tablet\:hc-gap-y-5{
    row-gap: 1.25rem !important;
  }

  .tablet\:hc-gap-y-6{
    row-gap: 1.5rem !important;
  }

  .tablet\:hc-gap-y-7{
    row-gap: 1.75rem !important;
  }

  .tablet\:hc-gap-y-8{
    row-gap: 2rem !important;
  }

  .tablet\:hc-gap-y-9{
    row-gap: 2.25rem !important;
  }

  .tablet\:hc-gap-y-10{
    row-gap: 2.5rem !important;
  }

  .tablet\:hc-gap-y-11{
    row-gap: 2.75rem !important;
  }

  .tablet\:hc-gap-y-12{
    row-gap: 3rem !important;
  }

  .tablet\:hc-gap-y-14{
    row-gap: 3.5rem !important;
  }

  .tablet\:hc-gap-y-16{
    row-gap: 4rem !important;
  }

  .tablet\:hc-gap-y-20{
    row-gap: 5rem !important;
  }

  .tablet\:hc-gap-y-24{
    row-gap: 6rem !important;
  }

  .tablet\:hc-gap-y-28{
    row-gap: 7rem !important;
  }

  .tablet\:hc-gap-y-32{
    row-gap: 8rem !important;
  }

  .tablet\:hc-gap-y-36{
    row-gap: 9rem !important;
  }

  .tablet\:hc-gap-y-40{
    row-gap: 10rem !important;
  }

  .tablet\:hc-gap-y-44{
    row-gap: 11rem !important;
  }

  .tablet\:hc-gap-y-48{
    row-gap: 12rem !important;
  }

  .tablet\:hc-gap-y-52{
    row-gap: 13rem !important;
  }

  .tablet\:hc-gap-y-56{
    row-gap: 14rem !important;
  }

  .tablet\:hc-gap-y-60{
    row-gap: 15rem !important;
  }

  .tablet\:hc-gap-y-64{
    row-gap: 16rem !important;
  }

  .tablet\:hc-gap-y-72{
    row-gap: 18rem !important;
  }

  .tablet\:hc-gap-y-80{
    row-gap: 20rem !important;
  }

  .tablet\:hc-gap-y-96{
    row-gap: 24rem !important;
  }

  .tablet\:hc-gap-y-128{
    row-gap: 32rem !important;
  }

  .tablet\:hc-gap-y-144{
    row-gap: 44rem !important;
  }

  .tablet\:hc-gap-y-900{
    row-gap: 900px !important;
  }

  .tablet\:hc-gap-y-px{
    row-gap: 1px !important;
  }

  .tablet\:hc-gap-y-0\.5{
    row-gap: 0.125rem !important;
  }

  .tablet\:hc-gap-y-1\.5{
    row-gap: 0.375rem !important;
  }

  .tablet\:hc-gap-y-2\.5{
    row-gap: 0.625rem !important;
  }

  .tablet\:hc-gap-y-3\.5{
    row-gap: 0.875rem !important;
  }

  .tablet\:hc-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

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

  .tablet\:hc-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

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

  .tablet\:hc-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc-space-x-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(32rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(32rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc-space-x-144 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(44rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(44rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc-space-x-900 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(900px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(900px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc--space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc--space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc--space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc--space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

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

  .tablet\:hc--space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc--space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc--space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc--space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc--space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc--space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc--space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc--space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc--space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

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

  .tablet\:hc--space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc--space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc--space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc--space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc--space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc--space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc--space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc--space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc--space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc--space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc--space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc--space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc--space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc--space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc--space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc--space-x-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-32rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-32rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc--space-x-144 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-44rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-44rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc--space-x-900 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-900px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-900px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc--space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc--space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc--space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc--space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc--space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:hc-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

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

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

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

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

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

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

  .tablet\:hc-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important;
  }

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

  .tablet\:hc-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:hc-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:hc-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important;
  }

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

  .tablet\:hc-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important;
  }

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

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

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

  .tablet\:hc-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important;
  }

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

  .tablet\:hc-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:hc-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:hc-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important;
  }

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

  .tablet\:hc-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:hc-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:hc-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:hc-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:hc-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:hc-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:hc-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:hc-space-y-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(32rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(32rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:hc-space-y-144 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(44rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(44rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:hc-space-y-900 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(900px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(900px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:hc-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

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

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

  .tablet\:hc-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:hc-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:hc--space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

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

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

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

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

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

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

  .tablet\:hc--space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important;
  }

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

  .tablet\:hc--space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:hc--space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:hc--space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important;
  }

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

  .tablet\:hc--space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important;
  }

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

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

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

  .tablet\:hc--space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important;
  }

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

  .tablet\:hc--space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:hc--space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:hc--space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important;
  }

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

  .tablet\:hc--space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:hc--space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:hc--space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:hc--space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:hc--space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:hc--space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:hc--space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:hc--space-y-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-32rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-32rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:hc--space-y-144 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-44rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-44rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:hc--space-y-900 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-900px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-900px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:hc--space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

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

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

  .tablet\:hc--space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:hc--space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:hc-space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1 !important;
  }

  .tablet\:hc-space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1 !important;
  }

  .tablet\:hc-divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .tablet\:hc-divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .tablet\:hc-divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .tablet\:hc-divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .tablet\:hc-divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

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

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

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

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

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

  .tablet\:hc-divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1 !important;
  }

  .tablet\:hc-divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1 !important;
  }

  .tablet\:hc-divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid !important;
  }

  .tablet\:hc-divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed !important;
  }

  .tablet\:hc-divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted !important;
  }

  .tablet\:hc-divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double !important;
  }

  .tablet\:hc-divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none !important;
  }

  .tablet\:hc-divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-slate > :not([hidden]) ~ :not([hidden]){
  }

  .tablet\:hc-divide-red-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-red-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-red-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-red-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-red-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-red-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-red-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-red-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-red-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-red-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-blue-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-blue-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-blue-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-blue-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-blue-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-blue-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-blue-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-purple-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-purple-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-purple-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-purple-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-purple-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-purple-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-purple-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-purple-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-purple-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-purple-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-yellow-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-yellow-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-yellow-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-yellow-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-yellow-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-yellow-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-yellow-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-yellow-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-yellow-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-yellow-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-indigo-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-indigo-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-indigo-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-indigo-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-indigo-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-indigo-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-indigo-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-pink-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-pink-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-pink-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-pink-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-pink-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-pink-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-pink-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-pink-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-pink-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity)) !important;
  }

  .tablet\:hc-divide-pink-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity)) !important;
  }

  @media (prefers-color-scheme: dark){
    .tablet\:dark\:hc-divide-black > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-white > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-gray-50 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(250, 250, 250, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-gray-100 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(244, 244, 245, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-gray-200 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(228, 228, 231, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-gray-300 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(212, 212, 216, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-gray-400 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(161, 161, 170, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-gray-500 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(113, 113, 122, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-gray-600 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(82, 82, 91, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-gray-700 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(63, 63, 70, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-gray-800 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(39, 39, 42, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-gray-900 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(24, 24, 27, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-slate > :not([hidden]) ~ :not([hidden]){
    }

    .tablet\:dark\:hc-divide-red-50 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(254, 242, 242, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-red-100 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(254, 226, 226, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-red-200 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(254, 202, 202, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-red-300 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(252, 165, 165, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-red-400 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(248, 113, 113, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-red-500 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(239, 68, 68, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-red-600 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(220, 38, 38, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-red-700 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(185, 28, 28, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-red-800 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(153, 27, 27, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-red-900 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(127, 29, 29, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-blue-50 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(239, 246, 255, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-blue-100 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(219, 234, 254, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-blue-200 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(191, 219, 254, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-blue-300 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(147, 197, 253, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-blue-400 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(96, 165, 250, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-blue-500 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(59, 130, 246, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-blue-600 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(37, 99, 235, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-blue-700 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(29, 78, 216, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-blue-800 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(30, 64, 175, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-blue-900 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(30, 58, 138, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-purple-50 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(250, 245, 255, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-purple-100 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(243, 232, 255, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-purple-200 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(233, 213, 255, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-purple-300 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(216, 180, 254, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-purple-400 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(192, 132, 252, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-purple-500 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(168, 85, 247, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-purple-600 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(147, 51, 234, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-purple-700 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(126, 34, 206, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-purple-800 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(107, 33, 168, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-purple-900 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(88, 28, 135, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-yellow-50 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(254, 252, 232, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-yellow-100 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(254, 249, 195, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-yellow-200 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(254, 240, 138, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-yellow-300 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(253, 224, 71, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-yellow-400 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(250, 204, 21, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-yellow-500 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(234, 179, 8, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-yellow-600 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(202, 138, 4, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-yellow-700 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(161, 98, 7, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-yellow-800 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(133, 77, 14, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-yellow-900 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(113, 63, 18, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-indigo-50 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(238, 242, 255, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-indigo-100 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(224, 231, 255, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-indigo-200 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(199, 210, 254, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-indigo-300 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(165, 180, 252, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-indigo-400 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(129, 140, 248, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(99, 102, 241, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(79, 70, 229, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-indigo-700 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(67, 56, 202, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-indigo-800 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(55, 48, 163, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(49, 46, 129, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-pink-50 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(253, 242, 248, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-pink-100 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(252, 231, 243, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-pink-200 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(251, 207, 232, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-pink-300 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(249, 168, 212, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-pink-400 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(244, 114, 182, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-pink-500 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(236, 72, 153, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-pink-600 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(219, 39, 119, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-pink-700 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(190, 24, 93, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-pink-800 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(157, 23, 77, var(--tw-divide-opacity)) !important;
    }

    .tablet\:dark\:hc-divide-pink-900 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
      border-color: rgba(131, 24, 67, var(--tw-divide-opacity)) !important;
    }
  }

  .tablet\:hc-divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0 !important;
  }

  .tablet\:hc-divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05 !important;
  }

  .tablet\:hc-divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1 !important;
  }

  .tablet\:hc-divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2 !important;
  }

  .tablet\:hc-divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25 !important;
  }

  .tablet\:hc-divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3 !important;
  }

  .tablet\:hc-divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4 !important;
  }

  .tablet\:hc-divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5 !important;
  }

  .tablet\:hc-divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6 !important;
  }

  .tablet\:hc-divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7 !important;
  }

  .tablet\:hc-divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75 !important;
  }

  .tablet\:hc-divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8 !important;
  }

  .tablet\:hc-divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9 !important;
  }

  .tablet\:hc-divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95 !important;
  }

  .tablet\:hc-divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
  }

  @media (prefers-color-scheme: dark){
    .tablet\:dark\:hc-divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 0 !important;
    }

    .tablet\:dark\:hc-divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 0.05 !important;
    }

    .tablet\:dark\:hc-divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 0.1 !important;
    }

    .tablet\:dark\:hc-divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 0.2 !important;
    }

    .tablet\:dark\:hc-divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 0.25 !important;
    }

    .tablet\:dark\:hc-divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 0.3 !important;
    }

    .tablet\:dark\:hc-divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 0.4 !important;
    }

    .tablet\:dark\:hc-divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 0.5 !important;
    }

    .tablet\:dark\:hc-divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 0.6 !important;
    }

    .tablet\:dark\:hc-divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 0.7 !important;
    }

    .tablet\:dark\:hc-divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 0.75 !important;
    }

    .tablet\:dark\:hc-divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 0.8 !important;
    }

    .tablet\:dark\:hc-divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 0.9 !important;
    }

    .tablet\:dark\:hc-divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 0.95 !important;
    }

    .tablet\:dark\:hc-divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1 !important;
    }
  }

  .tablet\:hc-place-self-auto{
    place-self: auto !important;
  }

  .tablet\:hc-place-self-start{
    place-self: start !important;
  }

  .tablet\:hc-place-self-end{
    place-self: end !important;
  }

  .tablet\:hc-place-self-center{
    place-self: center !important;
  }

  .tablet\:hc-place-self-stretch{
    place-self: stretch !important;
  }

  .tablet\:hc-self-auto{
    align-self: auto !important;
  }

  .tablet\:hc-self-start{
    align-self: flex-start !important;
  }

  .tablet\:hc-self-end{
    align-self: flex-end !important;
  }

  .tablet\:hc-self-center{
    align-self: center !important;
  }

  .tablet\:hc-self-stretch{
    align-self: stretch !important;
  }

  .tablet\:hc-self-baseline{
    align-self: baseline !important;
  }

  .tablet\:hc-justify-self-auto{
    justify-self: auto !important;
  }

  .tablet\:hc-justify-self-start{
    justify-self: start !important;
  }

  .tablet\:hc-justify-self-end{
    justify-self: end !important;
  }

  .tablet\:hc-justify-self-center{
    justify-self: center !important;
  }

  .tablet\:hc-justify-self-stretch{
    justify-self: stretch !important;
  }

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

  .tablet\:hc-overflow-hidden{
    overflow: hidden !important;
  }

  .tablet\:hc-overflow-visible{
    overflow: visible !important;
  }

  .tablet\:hc-overflow-scroll{
    overflow: scroll !important;
  }

  .tablet\:hc-overflow-x-auto{
    overflow-x: auto !important;
  }

  .tablet\:hc-overflow-y-auto{
    overflow-y: auto !important;
  }

  .tablet\:hc-overflow-x-hidden{
    overflow-x: hidden !important;
  }

  .tablet\:hc-overflow-y-hidden{
    overflow-y: hidden !important;
  }

  .tablet\:hc-overflow-x-visible{
    overflow-x: visible !important;
  }

  .tablet\:hc-overflow-y-visible{
    overflow-y: visible !important;
  }

  .tablet\:hc-overflow-x-scroll{
    overflow-x: scroll !important;
  }

  .tablet\:hc-overflow-y-scroll{
    overflow-y: scroll !important;
  }

  .tablet\:hc-overscroll-auto{
    overscroll-behavior: auto !important;
  }

  .tablet\:hc-overscroll-contain{
    overscroll-behavior: contain !important;
  }

  .tablet\:hc-overscroll-none{
    overscroll-behavior: none !important;
  }

  .tablet\:hc-overscroll-y-auto{
    overscroll-behavior-y: auto !important;
  }

  .tablet\:hc-overscroll-y-contain{
    overscroll-behavior-y: contain !important;
  }

  .tablet\:hc-overscroll-y-none{
    overscroll-behavior-y: none !important;
  }

  .tablet\:hc-overscroll-x-auto{
    overscroll-behavior-x: auto !important;
  }

  .tablet\:hc-overscroll-x-contain{
    overscroll-behavior-x: contain !important;
  }

  .tablet\:hc-overscroll-x-none{
    overscroll-behavior-x: none !important;
  }

  .tablet\:hc-truncate{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .tablet\:hc-overflow-ellipsis{
    text-overflow: ellipsis !important;
  }

  .tablet\:hc-overflow-clip{
    text-overflow: clip !important;
  }

  .tablet\:hc-whitespace-normal{
    white-space: normal !important;
  }

  .tablet\:hc-whitespace-nowrap{
    white-space: nowrap !important;
  }

  .tablet\:hc-whitespace-pre{
    white-space: pre !important;
  }

  .tablet\:hc-whitespace-pre-line{
    white-space: pre-line !important;
  }

  .tablet\:hc-whitespace-pre-wrap{
    white-space: pre-wrap !important;
  }

  .tablet\:hc-break-normal{
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .tablet\:hc-break-words{
    overflow-wrap: break-word !important;
  }

  .tablet\:hc-break-all{
    word-break: break-all !important;
  }

  .tablet\:hc-rounded-none{
    border-radius: 0px !important;
  }

  .tablet\:hc-rounded-sm{
    border-radius: 0.125rem !important;
  }

  .tablet\:hc-rounded{
    border-radius: 0.25rem !important;
  }

  .tablet\:hc-rounded-md{
    border-radius: 0.375rem !important;
  }

  .tablet\:hc-rounded-lg{
    border-radius: 0.5rem !important;
  }

  .tablet\:hc-rounded-xl{
    border-radius: 0.75rem !important;
  }

  .tablet\:hc-rounded-2xl{
    border-radius: 1rem !important;
  }

  .tablet\:hc-rounded-3xl{
    border-radius: 1.5rem !important;
  }

  .tablet\:hc-rounded-full{
    border-radius: 9999px !important;
  }

  .tablet\:hc-rounded-t-none{
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }

  .tablet\:hc-rounded-t-sm{
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .tablet\:hc-rounded-t{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .tablet\:hc-rounded-t-md{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .tablet\:hc-rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .tablet\:hc-rounded-t-xl{
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .tablet\:hc-rounded-t-2xl{
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .tablet\:hc-rounded-t-3xl{
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .tablet\:hc-rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .tablet\:hc-rounded-r-none{
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .tablet\:hc-rounded-r-sm{
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .tablet\:hc-rounded-r{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .tablet\:hc-rounded-r-md{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .tablet\:hc-rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .tablet\:hc-rounded-r-xl{
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .tablet\:hc-rounded-r-2xl{
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .tablet\:hc-rounded-r-3xl{
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .tablet\:hc-rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .tablet\:hc-rounded-b-none{
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .tablet\:hc-rounded-b-sm{
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .tablet\:hc-rounded-b{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .tablet\:hc-rounded-b-md{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .tablet\:hc-rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .tablet\:hc-rounded-b-xl{
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .tablet\:hc-rounded-b-2xl{
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .tablet\:hc-rounded-b-3xl{
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .tablet\:hc-rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .tablet\:hc-rounded-l-none{
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .tablet\:hc-rounded-l-sm{
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .tablet\:hc-rounded-l{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .tablet\:hc-rounded-l-md{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .tablet\:hc-rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .tablet\:hc-rounded-l-xl{
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .tablet\:hc-rounded-l-2xl{
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .tablet\:hc-rounded-l-3xl{
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .tablet\:hc-rounded-l-full{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .tablet\:hc-rounded-tl-none{
    border-top-left-radius: 0px !important;
  }

  .tablet\:hc-rounded-tl-sm{
    border-top-left-radius: 0.125rem !important;
  }

  .tablet\:hc-rounded-tl{
    border-top-left-radius: 0.25rem !important;
  }

  .tablet\:hc-rounded-tl-md{
    border-top-left-radius: 0.375rem !important;
  }

  .tablet\:hc-rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .tablet\:hc-rounded-tl-xl{
    border-top-left-radius: 0.75rem !important;
  }

  .tablet\:hc-rounded-tl-2xl{
    border-top-left-radius: 1rem !important;
  }

  .tablet\:hc-rounded-tl-3xl{
    border-top-left-radius: 1.5rem !important;
  }

  .tablet\:hc-rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .tablet\:hc-rounded-tr-none{
    border-top-right-radius: 0px !important;
  }

  .tablet\:hc-rounded-tr-sm{
    border-top-right-radius: 0.125rem !important;
  }

  .tablet\:hc-rounded-tr{
    border-top-right-radius: 0.25rem !important;
  }

  .tablet\:hc-rounded-tr-md{
    border-top-right-radius: 0.375rem !important;
  }

  .tablet\:hc-rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .tablet\:hc-rounded-tr-xl{
    border-top-right-radius: 0.75rem !important;
  }

  .tablet\:hc-rounded-tr-2xl{
    border-top-right-radius: 1rem !important;
  }

  .tablet\:hc-rounded-tr-3xl{
    border-top-right-radius: 1.5rem !important;
  }

  .tablet\:hc-rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .tablet\:hc-rounded-br-none{
    border-bottom-right-radius: 0px !important;
  }

  .tablet\:hc-rounded-br-sm{
    border-bottom-right-radius: 0.125rem !important;
  }

  .tablet\:hc-rounded-br{
    border-bottom-right-radius: 0.25rem !important;
  }

  .tablet\:hc-rounded-br-md{
    border-bottom-right-radius: 0.375rem !important;
  }

  .tablet\:hc-rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .tablet\:hc-rounded-br-xl{
    border-bottom-right-radius: 0.75rem !important;
  }

  .tablet\:hc-rounded-br-2xl{
    border-bottom-right-radius: 1rem !important;
  }

  .tablet\:hc-rounded-br-3xl{
    border-bottom-right-radius: 1.5rem !important;
  }

  .tablet\:hc-rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .tablet\:hc-rounded-bl-none{
    border-bottom-left-radius: 0px !important;
  }

  .tablet\:hc-rounded-bl-sm{
    border-bottom-left-radius: 0.125rem !important;
  }

  .tablet\:hc-rounded-bl{
    border-bottom-left-radius: 0.25rem !important;
  }

  .tablet\:hc-rounded-bl-md{
    border-bottom-left-radius: 0.375rem !important;
  }

  .tablet\:hc-rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .tablet\:hc-rounded-bl-xl{
    border-bottom-left-radius: 0.75rem !important;
  }

  .tablet\:hc-rounded-bl-2xl{
    border-bottom-left-radius: 1rem !important;
  }

  .tablet\:hc-rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem !important;
  }

  .tablet\:hc-rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

  .tablet\:hc-border-0{
    border-width: 0px !important;
  }

  .tablet\:hc-border-2{
    border-width: 2px !important;
  }

  .tablet\:hc-border-4{
    border-width: 4px !important;
  }

  .tablet\:hc-border-8{
    border-width: 8px !important;
  }

  .tablet\:hc-border{
    border-width: 1px !important;
  }

  .tablet\:hc-border-t-0{
    border-top-width: 0px !important;
  }

  .tablet\:hc-border-t-2{
    border-top-width: 2px !important;
  }

  .tablet\:hc-border-t-4{
    border-top-width: 4px !important;
  }

  .tablet\:hc-border-t-8{
    border-top-width: 8px !important;
  }

  .tablet\:hc-border-t{
    border-top-width: 1px !important;
  }

  .tablet\:hc-border-r-0{
    border-right-width: 0px !important;
  }

  .tablet\:hc-border-r-2{
    border-right-width: 2px !important;
  }

  .tablet\:hc-border-r-4{
    border-right-width: 4px !important;
  }

  .tablet\:hc-border-r-8{
    border-right-width: 8px !important;
  }

  .tablet\:hc-border-r{
    border-right-width: 1px !important;
  }

  .tablet\:hc-border-b-0{
    border-bottom-width: 0px !important;
  }

  .tablet\:hc-border-b-2{
    border-bottom-width: 2px !important;
  }

  .tablet\:hc-border-b-4{
    border-bottom-width: 4px !important;
  }

  .tablet\:hc-border-b-8{
    border-bottom-width: 8px !important;
  }

  .tablet\:hc-border-b{
    border-bottom-width: 1px !important;
  }

  .tablet\:hc-border-l-0{
    border-left-width: 0px !important;
  }

  .tablet\:hc-border-l-2{
    border-left-width: 2px !important;
  }

  .tablet\:hc-border-l-4{
    border-left-width: 4px !important;
  }

  .tablet\:hc-border-l-8{
    border-left-width: 8px !important;
  }

  .tablet\:hc-border-l{
    border-left-width: 1px !important;
  }

  .tablet\:hc-border-solid{
    border-style: solid !important;
  }

  .tablet\:hc-border-dashed{
    border-style: dashed !important;
  }

  .tablet\:hc-border-dotted{
    border-style: dotted !important;
  }

  .tablet\:hc-border-double{
    border-style: double !important;
  }

  .tablet\:hc-border-none{
    border-style: none !important;
  }

  .tablet\:hc-border-black{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-white{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-gray-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-gray-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-gray-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-gray-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-gray-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-gray-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-gray-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-gray-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-gray-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-gray-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-slate{
  }

  .tablet\:hc-border-red-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-red-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-red-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-red-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-red-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-red-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-red-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-red-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-red-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-red-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-blue-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-blue-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-blue-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-blue-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-blue-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-blue-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-blue-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-blue-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-blue-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-blue-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-purple-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-purple-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-purple-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-purple-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-purple-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-purple-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-purple-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-purple-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-purple-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-purple-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-yellow-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-yellow-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-yellow-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-yellow-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-yellow-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-yellow-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-yellow-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-yellow-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-yellow-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-yellow-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-indigo-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-indigo-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-indigo-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-indigo-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-indigo-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-indigo-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-indigo-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-indigo-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-indigo-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-indigo-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-pink-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-pink-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-pink-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-pink-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-pink-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-pink-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-pink-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-pink-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-pink-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .tablet\:hc-border-pink-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-black:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-white:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-gray-50:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-gray-100:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-gray-200:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-gray-300:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-gray-400:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-gray-500:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-gray-600:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-gray-700:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-gray-800:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-gray-900:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-slate:checked{
  }

  .tablet\:checked\:hc-border-red-50:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-red-100:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-red-200:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-red-300:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-red-400:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-red-500:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-red-600:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-red-700:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-red-800:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-red-900:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-blue-50:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-blue-100:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-blue-200:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-blue-300:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-blue-400:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-blue-500:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-blue-600:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-blue-700:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-blue-800:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-blue-900:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-purple-50:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-purple-100:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-purple-200:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-purple-300:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-purple-400:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-purple-500:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-purple-600:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-purple-700:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-purple-800:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-purple-900:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-yellow-50:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-yellow-100:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-yellow-200:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-yellow-300:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-yellow-400:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-yellow-500:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-yellow-600:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-yellow-700:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-yellow-800:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-yellow-900:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-indigo-50:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-indigo-100:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-indigo-200:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-indigo-300:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-indigo-400:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-indigo-500:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-indigo-600:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-indigo-700:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-indigo-800:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-indigo-900:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-pink-50:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-pink-100:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-pink-200:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-pink-300:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-pink-400:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-pink-500:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-pink-600:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-pink-700:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-pink-800:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .tablet\:checked\:hc-border-pink-900:checked{
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-black{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-white{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-gray-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-gray-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-gray-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-gray-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-gray-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-gray-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-gray-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-gray-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-gray-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-gray-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-slate{
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-red-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-red-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-red-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-red-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-red-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-red-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-red-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-red-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-red-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-red-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-blue-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-blue-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-blue-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-blue-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-blue-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-blue-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-blue-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-blue-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-blue-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-blue-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-purple-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-purple-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-purple-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-purple-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-purple-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-purple-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-purple-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-purple-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-purple-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-purple-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-yellow-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-yellow-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-yellow-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-yellow-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-yellow-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-yellow-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-yellow-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-yellow-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-yellow-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-yellow-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-indigo-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-indigo-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-indigo-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-indigo-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-indigo-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-indigo-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-indigo-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-indigo-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-indigo-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-indigo-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-pink-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-pink-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-pink-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-pink-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-pink-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-pink-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-pink-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-pink-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-pink-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-pink-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-black:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-white:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-gray-50:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-gray-100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-gray-200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-gray-300:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-gray-400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-gray-500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-gray-600:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-gray-700:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-gray-800:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-gray-900:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-slate:focus-within{
  }

  .tablet\:focus-within\:hc-border-red-50:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-red-100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-red-200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-red-300:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-red-400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-red-500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-red-600:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-red-700:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-red-800:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-red-900:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-blue-50:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-blue-100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-blue-200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-blue-300:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-blue-400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-blue-500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-blue-600:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-blue-700:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-blue-800:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-blue-900:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-purple-50:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-purple-100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-purple-200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-purple-300:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-purple-400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-purple-500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-purple-600:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-purple-700:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-purple-800:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-purple-900:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-yellow-50:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-yellow-100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-yellow-200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-yellow-300:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-yellow-400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-yellow-500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-yellow-600:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-yellow-700:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-yellow-800:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-yellow-900:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-indigo-50:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-indigo-100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-indigo-200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-indigo-300:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-indigo-400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-indigo-500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-indigo-600:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-indigo-700:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-indigo-800:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-indigo-900:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-pink-50:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-pink-100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-pink-200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-pink-300:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-pink-400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-pink-500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-pink-600:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-pink-700:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-pink-800:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:hc-border-pink-900:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-black:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-white:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-gray-50:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-gray-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-gray-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-gray-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-gray-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-gray-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-gray-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-gray-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-gray-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-gray-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-slate:hover{
  }

  .tablet\:hover\:hc-border-red-50:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-red-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-red-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-red-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-red-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-red-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-red-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-red-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-red-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-red-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-blue-50:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-blue-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-blue-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-blue-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-blue-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-blue-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-blue-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-blue-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-blue-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-blue-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-purple-50:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-purple-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-purple-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-purple-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-purple-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-purple-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-purple-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-purple-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-purple-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-purple-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-yellow-50:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-yellow-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-yellow-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-yellow-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-yellow-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-yellow-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-yellow-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-yellow-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-yellow-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-yellow-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-indigo-50:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-indigo-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-indigo-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-indigo-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-indigo-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-indigo-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-indigo-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-indigo-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-indigo-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-indigo-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-pink-50:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-pink-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-pink-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-pink-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-pink-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-pink-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-pink-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-pink-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-pink-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:hc-border-pink-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-black:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-white:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-gray-50:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-gray-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-gray-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-gray-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-gray-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-gray-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-gray-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-gray-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-gray-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-gray-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-slate:focus{
  }

  .tablet\:focus\:hc-border-red-50:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-red-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-red-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-red-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-red-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-red-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-red-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-red-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-red-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-red-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-blue-50:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-blue-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-blue-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-blue-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-blue-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-blue-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-blue-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-blue-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-blue-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-blue-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-purple-50:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-purple-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-purple-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-purple-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-purple-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-purple-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-purple-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-purple-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-purple-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-purple-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-yellow-50:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-yellow-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-yellow-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-yellow-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-yellow-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-yellow-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-yellow-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-yellow-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-yellow-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-yellow-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-indigo-50:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-indigo-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-indigo-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-indigo-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-indigo-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-indigo-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-indigo-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-indigo-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-indigo-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-indigo-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-pink-50:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-pink-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-pink-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-pink-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-pink-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-pink-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-pink-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-pink-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-pink-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:hc-border-pink-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  @media (prefers-color-scheme: dark){
    .tablet\:dark\:hc-border-black{
      --tw-border-opacity: 1 !important;
      border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-white{
      --tw-border-opacity: 1 !important;
      border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-gray-50{
      --tw-border-opacity: 1 !important;
      border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-gray-100{
      --tw-border-opacity: 1 !important;
      border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-gray-200{
      --tw-border-opacity: 1 !important;
      border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-gray-300{
      --tw-border-opacity: 1 !important;
      border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-gray-400{
      --tw-border-opacity: 1 !important;
      border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-gray-500{
      --tw-border-opacity: 1 !important;
      border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-gray-600{
      --tw-border-opacity: 1 !important;
      border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-gray-700{
      --tw-border-opacity: 1 !important;
      border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-gray-800{
      --tw-border-opacity: 1 !important;
      border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-gray-900{
      --tw-border-opacity: 1 !important;
      border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-slate{
    }

    .tablet\:dark\:hc-border-red-50{
      --tw-border-opacity: 1 !important;
      border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-red-100{
      --tw-border-opacity: 1 !important;
      border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-red-200{
      --tw-border-opacity: 1 !important;
      border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-red-300{
      --tw-border-opacity: 1 !important;
      border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-red-400{
      --tw-border-opacity: 1 !important;
      border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-red-500{
      --tw-border-opacity: 1 !important;
      border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-red-600{
      --tw-border-opacity: 1 !important;
      border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-red-700{
      --tw-border-opacity: 1 !important;
      border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-red-800{
      --tw-border-opacity: 1 !important;
      border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-red-900{
      --tw-border-opacity: 1 !important;
      border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-blue-50{
      --tw-border-opacity: 1 !important;
      border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-blue-100{
      --tw-border-opacity: 1 !important;
      border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-blue-200{
      --tw-border-opacity: 1 !important;
      border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-blue-300{
      --tw-border-opacity: 1 !important;
      border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-blue-400{
      --tw-border-opacity: 1 !important;
      border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-blue-500{
      --tw-border-opacity: 1 !important;
      border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-blue-600{
      --tw-border-opacity: 1 !important;
      border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-blue-700{
      --tw-border-opacity: 1 !important;
      border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-blue-800{
      --tw-border-opacity: 1 !important;
      border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-blue-900{
      --tw-border-opacity: 1 !important;
      border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-purple-50{
      --tw-border-opacity: 1 !important;
      border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-purple-100{
      --tw-border-opacity: 1 !important;
      border-color: rgba(243, 232, 255, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-purple-200{
      --tw-border-opacity: 1 !important;
      border-color: rgba(233, 213, 255, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-purple-300{
      --tw-border-opacity: 1 !important;
      border-color: rgba(216, 180, 254, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-purple-400{
      --tw-border-opacity: 1 !important;
      border-color: rgba(192, 132, 252, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-purple-500{
      --tw-border-opacity: 1 !important;
      border-color: rgba(168, 85, 247, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-purple-600{
      --tw-border-opacity: 1 !important;
      border-color: rgba(147, 51, 234, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-purple-700{
      --tw-border-opacity: 1 !important;
      border-color: rgba(126, 34, 206, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-purple-800{
      --tw-border-opacity: 1 !important;
      border-color: rgba(107, 33, 168, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-purple-900{
      --tw-border-opacity: 1 !important;
      border-color: rgba(88, 28, 135, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-yellow-50{
      --tw-border-opacity: 1 !important;
      border-color: rgba(254, 252, 232, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-yellow-100{
      --tw-border-opacity: 1 !important;
      border-color: rgba(254, 249, 195, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-yellow-200{
      --tw-border-opacity: 1 !important;
      border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-yellow-300{
      --tw-border-opacity: 1 !important;
      border-color: rgba(253, 224, 71, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-yellow-400{
      --tw-border-opacity: 1 !important;
      border-color: rgba(250, 204, 21, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-yellow-500{
      --tw-border-opacity: 1 !important;
      border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-yellow-600{
      --tw-border-opacity: 1 !important;
      border-color: rgba(202, 138, 4, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-yellow-700{
      --tw-border-opacity: 1 !important;
      border-color: rgba(161, 98, 7, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-yellow-800{
      --tw-border-opacity: 1 !important;
      border-color: rgba(133, 77, 14, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-yellow-900{
      --tw-border-opacity: 1 !important;
      border-color: rgba(113, 63, 18, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-indigo-50{
      --tw-border-opacity: 1 !important;
      border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-indigo-100{
      --tw-border-opacity: 1 !important;
      border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-indigo-200{
      --tw-border-opacity: 1 !important;
      border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-indigo-300{
      --tw-border-opacity: 1 !important;
      border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-indigo-400{
      --tw-border-opacity: 1 !important;
      border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-indigo-500{
      --tw-border-opacity: 1 !important;
      border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-indigo-600{
      --tw-border-opacity: 1 !important;
      border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-indigo-700{
      --tw-border-opacity: 1 !important;
      border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-indigo-800{
      --tw-border-opacity: 1 !important;
      border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-indigo-900{
      --tw-border-opacity: 1 !important;
      border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-pink-50{
      --tw-border-opacity: 1 !important;
      border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-pink-100{
      --tw-border-opacity: 1 !important;
      border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-pink-200{
      --tw-border-opacity: 1 !important;
      border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-pink-300{
      --tw-border-opacity: 1 !important;
      border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-pink-400{
      --tw-border-opacity: 1 !important;
      border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-pink-500{
      --tw-border-opacity: 1 !important;
      border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-pink-600{
      --tw-border-opacity: 1 !important;
      border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-pink-700{
      --tw-border-opacity: 1 !important;
      border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-pink-800{
      --tw-border-opacity: 1 !important;
      border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hc-border-pink-900{
      --tw-border-opacity: 1 !important;
      border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-black:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-white:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-gray-50:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-gray-100:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-gray-200:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-gray-300:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-gray-400:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-gray-500:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-gray-600:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-gray-700:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-gray-800:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-gray-900:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-slate:checked{
    }

    .tablet\:dark\:checked\:hc-border-red-50:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-red-100:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-red-200:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-red-300:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-red-400:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-red-500:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-red-600:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-red-700:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-red-800:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-red-900:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-blue-50:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-blue-100:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-blue-200:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-blue-300:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-blue-400:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-blue-500:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-blue-600:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-blue-700:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-blue-800:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-blue-900:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-purple-50:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-purple-100:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(243, 232, 255, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-purple-200:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(233, 213, 255, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-purple-300:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(216, 180, 254, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-purple-400:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(192, 132, 252, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-purple-500:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(168, 85, 247, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-purple-600:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(147, 51, 234, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-purple-700:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(126, 34, 206, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-purple-800:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(107, 33, 168, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-purple-900:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(88, 28, 135, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-yellow-50:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(254, 252, 232, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-yellow-100:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(254, 249, 195, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-yellow-200:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-yellow-300:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(253, 224, 71, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-yellow-400:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(250, 204, 21, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-yellow-500:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-yellow-600:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(202, 138, 4, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-yellow-700:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(161, 98, 7, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-yellow-800:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(133, 77, 14, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-yellow-900:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(113, 63, 18, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-indigo-50:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-indigo-100:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-indigo-200:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-indigo-300:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-indigo-400:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-indigo-500:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-indigo-600:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-indigo-700:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-indigo-800:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-indigo-900:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-pink-50:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-pink-100:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-pink-200:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-pink-300:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-pink-400:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-pink-500:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-pink-600:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-pink-700:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-pink-800:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-border-pink-900:checked{
      --tw-border-opacity: 1 !important;
      border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-black{
      --tw-border-opacity: 1 !important;
      border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-white{
      --tw-border-opacity: 1 !important;
      border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-gray-50{
      --tw-border-opacity: 1 !important;
      border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-gray-100{
      --tw-border-opacity: 1 !important;
      border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-gray-200{
      --tw-border-opacity: 1 !important;
      border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-gray-300{
      --tw-border-opacity: 1 !important;
      border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-gray-400{
      --tw-border-opacity: 1 !important;
      border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-gray-500{
      --tw-border-opacity: 1 !important;
      border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-gray-600{
      --tw-border-opacity: 1 !important;
      border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-gray-700{
      --tw-border-opacity: 1 !important;
      border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-gray-800{
      --tw-border-opacity: 1 !important;
      border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-gray-900{
      --tw-border-opacity: 1 !important;
      border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-slate{
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-red-50{
      --tw-border-opacity: 1 !important;
      border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-red-100{
      --tw-border-opacity: 1 !important;
      border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-red-200{
      --tw-border-opacity: 1 !important;
      border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-red-300{
      --tw-border-opacity: 1 !important;
      border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-red-400{
      --tw-border-opacity: 1 !important;
      border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-red-500{
      --tw-border-opacity: 1 !important;
      border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-red-600{
      --tw-border-opacity: 1 !important;
      border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-red-700{
      --tw-border-opacity: 1 !important;
      border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-red-800{
      --tw-border-opacity: 1 !important;
      border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-red-900{
      --tw-border-opacity: 1 !important;
      border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-blue-50{
      --tw-border-opacity: 1 !important;
      border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-blue-100{
      --tw-border-opacity: 1 !important;
      border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-blue-200{
      --tw-border-opacity: 1 !important;
      border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-blue-300{
      --tw-border-opacity: 1 !important;
      border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-blue-400{
      --tw-border-opacity: 1 !important;
      border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-blue-500{
      --tw-border-opacity: 1 !important;
      border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-blue-600{
      --tw-border-opacity: 1 !important;
      border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-blue-700{
      --tw-border-opacity: 1 !important;
      border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-blue-800{
      --tw-border-opacity: 1 !important;
      border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-blue-900{
      --tw-border-opacity: 1 !important;
      border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-purple-50{
      --tw-border-opacity: 1 !important;
      border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-purple-100{
      --tw-border-opacity: 1 !important;
      border-color: rgba(243, 232, 255, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-purple-200{
      --tw-border-opacity: 1 !important;
      border-color: rgba(233, 213, 255, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-purple-300{
      --tw-border-opacity: 1 !important;
      border-color: rgba(216, 180, 254, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-purple-400{
      --tw-border-opacity: 1 !important;
      border-color: rgba(192, 132, 252, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-purple-500{
      --tw-border-opacity: 1 !important;
      border-color: rgba(168, 85, 247, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-purple-600{
      --tw-border-opacity: 1 !important;
      border-color: rgba(147, 51, 234, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-purple-700{
      --tw-border-opacity: 1 !important;
      border-color: rgba(126, 34, 206, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-purple-800{
      --tw-border-opacity: 1 !important;
      border-color: rgba(107, 33, 168, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-purple-900{
      --tw-border-opacity: 1 !important;
      border-color: rgba(88, 28, 135, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-yellow-50{
      --tw-border-opacity: 1 !important;
      border-color: rgba(254, 252, 232, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-yellow-100{
      --tw-border-opacity: 1 !important;
      border-color: rgba(254, 249, 195, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-yellow-200{
      --tw-border-opacity: 1 !important;
      border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-yellow-300{
      --tw-border-opacity: 1 !important;
      border-color: rgba(253, 224, 71, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-yellow-400{
      --tw-border-opacity: 1 !important;
      border-color: rgba(250, 204, 21, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-yellow-500{
      --tw-border-opacity: 1 !important;
      border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-yellow-600{
      --tw-border-opacity: 1 !important;
      border-color: rgba(202, 138, 4, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-yellow-700{
      --tw-border-opacity: 1 !important;
      border-color: rgba(161, 98, 7, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-yellow-800{
      --tw-border-opacity: 1 !important;
      border-color: rgba(133, 77, 14, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-yellow-900{
      --tw-border-opacity: 1 !important;
      border-color: rgba(113, 63, 18, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-indigo-50{
      --tw-border-opacity: 1 !important;
      border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-indigo-100{
      --tw-border-opacity: 1 !important;
      border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-indigo-200{
      --tw-border-opacity: 1 !important;
      border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-indigo-300{
      --tw-border-opacity: 1 !important;
      border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-indigo-400{
      --tw-border-opacity: 1 !important;
      border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-indigo-500{
      --tw-border-opacity: 1 !important;
      border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-indigo-600{
      --tw-border-opacity: 1 !important;
      border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-indigo-700{
      --tw-border-opacity: 1 !important;
      border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-indigo-800{
      --tw-border-opacity: 1 !important;
      border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-indigo-900{
      --tw-border-opacity: 1 !important;
      border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-pink-50{
      --tw-border-opacity: 1 !important;
      border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-pink-100{
      --tw-border-opacity: 1 !important;
      border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-pink-200{
      --tw-border-opacity: 1 !important;
      border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-pink-300{
      --tw-border-opacity: 1 !important;
      border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-pink-400{
      --tw-border-opacity: 1 !important;
      border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-pink-500{
      --tw-border-opacity: 1 !important;
      border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-pink-600{
      --tw-border-opacity: 1 !important;
      border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-pink-700{
      --tw-border-opacity: 1 !important;
      border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-pink-800{
      --tw-border-opacity: 1 !important;
      border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-pink-900{
      --tw-border-opacity: 1 !important;
      border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-black:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-white:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-gray-50:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-gray-100:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-gray-200:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-gray-300:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-gray-400:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-gray-500:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-gray-600:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-gray-700:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-gray-800:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-gray-900:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-slate:focus-within{
    }

    .tablet\:dark\:focus-within\:hc-border-red-50:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-red-100:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-red-200:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-red-300:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-red-400:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-red-500:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-red-600:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-red-700:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-red-800:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-red-900:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-blue-50:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-blue-100:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-blue-200:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-blue-300:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-blue-400:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-blue-500:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-blue-600:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-blue-700:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-blue-800:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-blue-900:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-purple-50:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-purple-100:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(243, 232, 255, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-purple-200:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(233, 213, 255, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-purple-300:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(216, 180, 254, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-purple-400:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(192, 132, 252, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-purple-500:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(168, 85, 247, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-purple-600:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(147, 51, 234, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-purple-700:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(126, 34, 206, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-purple-800:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(107, 33, 168, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-purple-900:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(88, 28, 135, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-yellow-50:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(254, 252, 232, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-yellow-100:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(254, 249, 195, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-yellow-200:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-yellow-300:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(253, 224, 71, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-yellow-400:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(250, 204, 21, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-yellow-500:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-yellow-600:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(202, 138, 4, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-yellow-700:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(161, 98, 7, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-yellow-800:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(133, 77, 14, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-yellow-900:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(113, 63, 18, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-indigo-50:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-indigo-100:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-indigo-200:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-indigo-300:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-indigo-400:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-indigo-500:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-indigo-600:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-indigo-700:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-indigo-800:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-indigo-900:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-pink-50:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-pink-100:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-pink-200:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-pink-300:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-pink-400:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-pink-500:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-pink-600:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-pink-700:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-pink-800:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-border-pink-900:focus-within{
      --tw-border-opacity: 1 !important;
      border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-black:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-white:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-gray-50:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-gray-100:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-gray-200:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-gray-300:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-gray-400:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-gray-500:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-gray-600:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-gray-700:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-gray-800:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-gray-900:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-slate:hover{
    }

    .tablet\:dark\:hover\:hc-border-red-50:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-red-100:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-red-200:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-red-300:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-red-400:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-red-500:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-red-600:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-red-700:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-red-800:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-red-900:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-blue-50:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-blue-100:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-blue-200:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-blue-300:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-blue-400:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-blue-500:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-blue-600:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-blue-700:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-blue-800:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-blue-900:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-purple-50:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-purple-100:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(243, 232, 255, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-purple-200:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(233, 213, 255, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-purple-300:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(216, 180, 254, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-purple-400:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(192, 132, 252, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-purple-500:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(168, 85, 247, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-purple-600:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(147, 51, 234, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-purple-700:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(126, 34, 206, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-purple-800:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(107, 33, 168, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-purple-900:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(88, 28, 135, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-yellow-50:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(254, 252, 232, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-yellow-100:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(254, 249, 195, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-yellow-200:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-yellow-300:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(253, 224, 71, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-yellow-400:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(250, 204, 21, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-yellow-500:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-yellow-600:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(202, 138, 4, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-yellow-700:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(161, 98, 7, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-yellow-800:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(133, 77, 14, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-yellow-900:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(113, 63, 18, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-indigo-50:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-indigo-100:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-indigo-200:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-indigo-300:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-indigo-400:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-indigo-500:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-indigo-600:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-indigo-700:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-indigo-800:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-indigo-900:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-pink-50:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-pink-100:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-pink-200:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-pink-300:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-pink-400:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-pink-500:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-pink-600:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-pink-700:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-pink-800:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-border-pink-900:hover{
      --tw-border-opacity: 1 !important;
      border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-black:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-white:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-gray-50:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-gray-100:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-gray-200:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-gray-300:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-gray-400:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-gray-500:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-gray-600:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-gray-700:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-gray-800:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-gray-900:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-slate:focus{
    }

    .tablet\:dark\:focus\:hc-border-red-50:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-red-100:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-red-200:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-red-300:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-red-400:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-red-500:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-red-600:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-red-700:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-red-800:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-red-900:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-blue-50:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-blue-100:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-blue-200:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-blue-300:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-blue-400:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-blue-500:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-blue-600:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-blue-700:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-blue-800:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-blue-900:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-purple-50:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-purple-100:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(243, 232, 255, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-purple-200:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(233, 213, 255, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-purple-300:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(216, 180, 254, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-purple-400:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(192, 132, 252, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-purple-500:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(168, 85, 247, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-purple-600:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(147, 51, 234, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-purple-700:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(126, 34, 206, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-purple-800:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(107, 33, 168, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-purple-900:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(88, 28, 135, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-yellow-50:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(254, 252, 232, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-yellow-100:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(254, 249, 195, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-yellow-200:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-yellow-300:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(253, 224, 71, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-yellow-400:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(250, 204, 21, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-yellow-500:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-yellow-600:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(202, 138, 4, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-yellow-700:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(161, 98, 7, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-yellow-800:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(133, 77, 14, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-yellow-900:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(113, 63, 18, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-indigo-50:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-indigo-100:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-indigo-200:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-indigo-300:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-indigo-400:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-indigo-500:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-indigo-600:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-indigo-700:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-indigo-800:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-indigo-900:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-pink-50:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-pink-100:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-pink-200:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-pink-300:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-pink-400:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-pink-500:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-pink-600:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-pink-700:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-pink-800:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-border-pink-900:focus{
      --tw-border-opacity: 1 !important;
      border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
    }
  }

  .tablet\:hc-border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

  .tablet\:hc-border-opacity-5{
    --tw-border-opacity: 0.05 !important;
  }

  .tablet\:hc-border-opacity-10{
    --tw-border-opacity: 0.1 !important;
  }

  .tablet\:hc-border-opacity-20{
    --tw-border-opacity: 0.2 !important;
  }

  .tablet\:hc-border-opacity-25{
    --tw-border-opacity: 0.25 !important;
  }

  .tablet\:hc-border-opacity-30{
    --tw-border-opacity: 0.3 !important;
  }

  .tablet\:hc-border-opacity-40{
    --tw-border-opacity: 0.4 !important;
  }

  .tablet\:hc-border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .tablet\:hc-border-opacity-60{
    --tw-border-opacity: 0.6 !important;
  }

  .tablet\:hc-border-opacity-70{
    --tw-border-opacity: 0.7 !important;
  }

  .tablet\:hc-border-opacity-75{
    --tw-border-opacity: 0.75 !important;
  }

  .tablet\:hc-border-opacity-80{
    --tw-border-opacity: 0.8 !important;
  }

  .tablet\:hc-border-opacity-90{
    --tw-border-opacity: 0.9 !important;
  }

  .tablet\:hc-border-opacity-95{
    --tw-border-opacity: 0.95 !important;
  }

  .tablet\:hc-border-opacity-100{
    --tw-border-opacity: 1 !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-opacity-5{
    --tw-border-opacity: 0.05 !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-opacity-10{
    --tw-border-opacity: 0.1 !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-opacity-20{
    --tw-border-opacity: 0.2 !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-opacity-25{
    --tw-border-opacity: 0.25 !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-opacity-30{
    --tw-border-opacity: 0.3 !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-opacity-40{
    --tw-border-opacity: 0.4 !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-opacity-60{
    --tw-border-opacity: 0.6 !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-opacity-70{
    --tw-border-opacity: 0.7 !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-opacity-75{
    --tw-border-opacity: 0.75 !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-opacity-80{
    --tw-border-opacity: 0.8 !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-opacity-90{
    --tw-border-opacity: 0.9 !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-opacity-95{
    --tw-border-opacity: 0.95 !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-opacity-100{
    --tw-border-opacity: 1 !important;
  }

  .tablet\:focus-within\:hc-border-opacity-0:focus-within{
    --tw-border-opacity: 0 !important;
  }

  .tablet\:focus-within\:hc-border-opacity-5:focus-within{
    --tw-border-opacity: 0.05 !important;
  }

  .tablet\:focus-within\:hc-border-opacity-10:focus-within{
    --tw-border-opacity: 0.1 !important;
  }

  .tablet\:focus-within\:hc-border-opacity-20:focus-within{
    --tw-border-opacity: 0.2 !important;
  }

  .tablet\:focus-within\:hc-border-opacity-25:focus-within{
    --tw-border-opacity: 0.25 !important;
  }

  .tablet\:focus-within\:hc-border-opacity-30:focus-within{
    --tw-border-opacity: 0.3 !important;
  }

  .tablet\:focus-within\:hc-border-opacity-40:focus-within{
    --tw-border-opacity: 0.4 !important;
  }

  .tablet\:focus-within\:hc-border-opacity-50:focus-within{
    --tw-border-opacity: 0.5 !important;
  }

  .tablet\:focus-within\:hc-border-opacity-60:focus-within{
    --tw-border-opacity: 0.6 !important;
  }

  .tablet\:focus-within\:hc-border-opacity-70:focus-within{
    --tw-border-opacity: 0.7 !important;
  }

  .tablet\:focus-within\:hc-border-opacity-75:focus-within{
    --tw-border-opacity: 0.75 !important;
  }

  .tablet\:focus-within\:hc-border-opacity-80:focus-within{
    --tw-border-opacity: 0.8 !important;
  }

  .tablet\:focus-within\:hc-border-opacity-90:focus-within{
    --tw-border-opacity: 0.9 !important;
  }

  .tablet\:focus-within\:hc-border-opacity-95:focus-within{
    --tw-border-opacity: 0.95 !important;
  }

  .tablet\:focus-within\:hc-border-opacity-100:focus-within{
    --tw-border-opacity: 1 !important;
  }

  .tablet\:hover\:hc-border-opacity-0:hover{
    --tw-border-opacity: 0 !important;
  }

  .tablet\:hover\:hc-border-opacity-5:hover{
    --tw-border-opacity: 0.05 !important;
  }

  .tablet\:hover\:hc-border-opacity-10:hover{
    --tw-border-opacity: 0.1 !important;
  }

  .tablet\:hover\:hc-border-opacity-20:hover{
    --tw-border-opacity: 0.2 !important;
  }

  .tablet\:hover\:hc-border-opacity-25:hover{
    --tw-border-opacity: 0.25 !important;
  }

  .tablet\:hover\:hc-border-opacity-30:hover{
    --tw-border-opacity: 0.3 !important;
  }

  .tablet\:hover\:hc-border-opacity-40:hover{
    --tw-border-opacity: 0.4 !important;
  }

  .tablet\:hover\:hc-border-opacity-50:hover{
    --tw-border-opacity: 0.5 !important;
  }

  .tablet\:hover\:hc-border-opacity-60:hover{
    --tw-border-opacity: 0.6 !important;
  }

  .tablet\:hover\:hc-border-opacity-70:hover{
    --tw-border-opacity: 0.7 !important;
  }

  .tablet\:hover\:hc-border-opacity-75:hover{
    --tw-border-opacity: 0.75 !important;
  }

  .tablet\:hover\:hc-border-opacity-80:hover{
    --tw-border-opacity: 0.8 !important;
  }

  .tablet\:hover\:hc-border-opacity-90:hover{
    --tw-border-opacity: 0.9 !important;
  }

  .tablet\:hover\:hc-border-opacity-95:hover{
    --tw-border-opacity: 0.95 !important;
  }

  .tablet\:hover\:hc-border-opacity-100:hover{
    --tw-border-opacity: 1 !important;
  }

  .tablet\:focus\:hc-border-opacity-0:focus{
    --tw-border-opacity: 0 !important;
  }

  .tablet\:focus\:hc-border-opacity-5:focus{
    --tw-border-opacity: 0.05 !important;
  }

  .tablet\:focus\:hc-border-opacity-10:focus{
    --tw-border-opacity: 0.1 !important;
  }

  .tablet\:focus\:hc-border-opacity-20:focus{
    --tw-border-opacity: 0.2 !important;
  }

  .tablet\:focus\:hc-border-opacity-25:focus{
    --tw-border-opacity: 0.25 !important;
  }

  .tablet\:focus\:hc-border-opacity-30:focus{
    --tw-border-opacity: 0.3 !important;
  }

  .tablet\:focus\:hc-border-opacity-40:focus{
    --tw-border-opacity: 0.4 !important;
  }

  .tablet\:focus\:hc-border-opacity-50:focus{
    --tw-border-opacity: 0.5 !important;
  }

  .tablet\:focus\:hc-border-opacity-60:focus{
    --tw-border-opacity: 0.6 !important;
  }

  .tablet\:focus\:hc-border-opacity-70:focus{
    --tw-border-opacity: 0.7 !important;
  }

  .tablet\:focus\:hc-border-opacity-75:focus{
    --tw-border-opacity: 0.75 !important;
  }

  .tablet\:focus\:hc-border-opacity-80:focus{
    --tw-border-opacity: 0.8 !important;
  }

  .tablet\:focus\:hc-border-opacity-90:focus{
    --tw-border-opacity: 0.9 !important;
  }

  .tablet\:focus\:hc-border-opacity-95:focus{
    --tw-border-opacity: 0.95 !important;
  }

  .tablet\:focus\:hc-border-opacity-100:focus{
    --tw-border-opacity: 1 !important;
  }

  @media (prefers-color-scheme: dark){
    .tablet\:dark\:hc-border-opacity-0{
      --tw-border-opacity: 0 !important;
    }

    .tablet\:dark\:hc-border-opacity-5{
      --tw-border-opacity: 0.05 !important;
    }

    .tablet\:dark\:hc-border-opacity-10{
      --tw-border-opacity: 0.1 !important;
    }

    .tablet\:dark\:hc-border-opacity-20{
      --tw-border-opacity: 0.2 !important;
    }

    .tablet\:dark\:hc-border-opacity-25{
      --tw-border-opacity: 0.25 !important;
    }

    .tablet\:dark\:hc-border-opacity-30{
      --tw-border-opacity: 0.3 !important;
    }

    .tablet\:dark\:hc-border-opacity-40{
      --tw-border-opacity: 0.4 !important;
    }

    .tablet\:dark\:hc-border-opacity-50{
      --tw-border-opacity: 0.5 !important;
    }

    .tablet\:dark\:hc-border-opacity-60{
      --tw-border-opacity: 0.6 !important;
    }

    .tablet\:dark\:hc-border-opacity-70{
      --tw-border-opacity: 0.7 !important;
    }

    .tablet\:dark\:hc-border-opacity-75{
      --tw-border-opacity: 0.75 !important;
    }

    .tablet\:dark\:hc-border-opacity-80{
      --tw-border-opacity: 0.8 !important;
    }

    .tablet\:dark\:hc-border-opacity-90{
      --tw-border-opacity: 0.9 !important;
    }

    .tablet\:dark\:hc-border-opacity-95{
      --tw-border-opacity: 0.95 !important;
    }

    .tablet\:dark\:hc-border-opacity-100{
      --tw-border-opacity: 1 !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-opacity-0{
      --tw-border-opacity: 0 !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-opacity-5{
      --tw-border-opacity: 0.05 !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-opacity-10{
      --tw-border-opacity: 0.1 !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-opacity-20{
      --tw-border-opacity: 0.2 !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-opacity-25{
      --tw-border-opacity: 0.25 !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-opacity-30{
      --tw-border-opacity: 0.3 !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-opacity-40{
      --tw-border-opacity: 0.4 !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-opacity-50{
      --tw-border-opacity: 0.5 !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-opacity-60{
      --tw-border-opacity: 0.6 !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-opacity-70{
      --tw-border-opacity: 0.7 !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-opacity-75{
      --tw-border-opacity: 0.75 !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-opacity-80{
      --tw-border-opacity: 0.8 !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-opacity-90{
      --tw-border-opacity: 0.9 !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-opacity-95{
      --tw-border-opacity: 0.95 !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-border-opacity-100{
      --tw-border-opacity: 1 !important;
    }

    .tablet\:dark\:focus-within\:hc-border-opacity-0:focus-within{
      --tw-border-opacity: 0 !important;
    }

    .tablet\:dark\:focus-within\:hc-border-opacity-5:focus-within{
      --tw-border-opacity: 0.05 !important;
    }

    .tablet\:dark\:focus-within\:hc-border-opacity-10:focus-within{
      --tw-border-opacity: 0.1 !important;
    }

    .tablet\:dark\:focus-within\:hc-border-opacity-20:focus-within{
      --tw-border-opacity: 0.2 !important;
    }

    .tablet\:dark\:focus-within\:hc-border-opacity-25:focus-within{
      --tw-border-opacity: 0.25 !important;
    }

    .tablet\:dark\:focus-within\:hc-border-opacity-30:focus-within{
      --tw-border-opacity: 0.3 !important;
    }

    .tablet\:dark\:focus-within\:hc-border-opacity-40:focus-within{
      --tw-border-opacity: 0.4 !important;
    }

    .tablet\:dark\:focus-within\:hc-border-opacity-50:focus-within{
      --tw-border-opacity: 0.5 !important;
    }

    .tablet\:dark\:focus-within\:hc-border-opacity-60:focus-within{
      --tw-border-opacity: 0.6 !important;
    }

    .tablet\:dark\:focus-within\:hc-border-opacity-70:focus-within{
      --tw-border-opacity: 0.7 !important;
    }

    .tablet\:dark\:focus-within\:hc-border-opacity-75:focus-within{
      --tw-border-opacity: 0.75 !important;
    }

    .tablet\:dark\:focus-within\:hc-border-opacity-80:focus-within{
      --tw-border-opacity: 0.8 !important;
    }

    .tablet\:dark\:focus-within\:hc-border-opacity-90:focus-within{
      --tw-border-opacity: 0.9 !important;
    }

    .tablet\:dark\:focus-within\:hc-border-opacity-95:focus-within{
      --tw-border-opacity: 0.95 !important;
    }

    .tablet\:dark\:focus-within\:hc-border-opacity-100:focus-within{
      --tw-border-opacity: 1 !important;
    }

    .tablet\:dark\:hover\:hc-border-opacity-0:hover{
      --tw-border-opacity: 0 !important;
    }

    .tablet\:dark\:hover\:hc-border-opacity-5:hover{
      --tw-border-opacity: 0.05 !important;
    }

    .tablet\:dark\:hover\:hc-border-opacity-10:hover{
      --tw-border-opacity: 0.1 !important;
    }

    .tablet\:dark\:hover\:hc-border-opacity-20:hover{
      --tw-border-opacity: 0.2 !important;
    }

    .tablet\:dark\:hover\:hc-border-opacity-25:hover{
      --tw-border-opacity: 0.25 !important;
    }

    .tablet\:dark\:hover\:hc-border-opacity-30:hover{
      --tw-border-opacity: 0.3 !important;
    }

    .tablet\:dark\:hover\:hc-border-opacity-40:hover{
      --tw-border-opacity: 0.4 !important;
    }

    .tablet\:dark\:hover\:hc-border-opacity-50:hover{
      --tw-border-opacity: 0.5 !important;
    }

    .tablet\:dark\:hover\:hc-border-opacity-60:hover{
      --tw-border-opacity: 0.6 !important;
    }

    .tablet\:dark\:hover\:hc-border-opacity-70:hover{
      --tw-border-opacity: 0.7 !important;
    }

    .tablet\:dark\:hover\:hc-border-opacity-75:hover{
      --tw-border-opacity: 0.75 !important;
    }

    .tablet\:dark\:hover\:hc-border-opacity-80:hover{
      --tw-border-opacity: 0.8 !important;
    }

    .tablet\:dark\:hover\:hc-border-opacity-90:hover{
      --tw-border-opacity: 0.9 !important;
    }

    .tablet\:dark\:hover\:hc-border-opacity-95:hover{
      --tw-border-opacity: 0.95 !important;
    }

    .tablet\:dark\:hover\:hc-border-opacity-100:hover{
      --tw-border-opacity: 1 !important;
    }

    .tablet\:dark\:focus\:hc-border-opacity-0:focus{
      --tw-border-opacity: 0 !important;
    }

    .tablet\:dark\:focus\:hc-border-opacity-5:focus{
      --tw-border-opacity: 0.05 !important;
    }

    .tablet\:dark\:focus\:hc-border-opacity-10:focus{
      --tw-border-opacity: 0.1 !important;
    }

    .tablet\:dark\:focus\:hc-border-opacity-20:focus{
      --tw-border-opacity: 0.2 !important;
    }

    .tablet\:dark\:focus\:hc-border-opacity-25:focus{
      --tw-border-opacity: 0.25 !important;
    }

    .tablet\:dark\:focus\:hc-border-opacity-30:focus{
      --tw-border-opacity: 0.3 !important;
    }

    .tablet\:dark\:focus\:hc-border-opacity-40:focus{
      --tw-border-opacity: 0.4 !important;
    }

    .tablet\:dark\:focus\:hc-border-opacity-50:focus{
      --tw-border-opacity: 0.5 !important;
    }

    .tablet\:dark\:focus\:hc-border-opacity-60:focus{
      --tw-border-opacity: 0.6 !important;
    }

    .tablet\:dark\:focus\:hc-border-opacity-70:focus{
      --tw-border-opacity: 0.7 !important;
    }

    .tablet\:dark\:focus\:hc-border-opacity-75:focus{
      --tw-border-opacity: 0.75 !important;
    }

    .tablet\:dark\:focus\:hc-border-opacity-80:focus{
      --tw-border-opacity: 0.8 !important;
    }

    .tablet\:dark\:focus\:hc-border-opacity-90:focus{
      --tw-border-opacity: 0.9 !important;
    }

    .tablet\:dark\:focus\:hc-border-opacity-95:focus{
      --tw-border-opacity: 0.95 !important;
    }

    .tablet\:dark\:focus\:hc-border-opacity-100:focus{
      --tw-border-opacity: 1 !important;
    }
  }

  .tablet\:hc-bg-black{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-white{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-gray-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-gray-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-gray-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-gray-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-gray-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-gray-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-gray-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-gray-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-gray-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-gray-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-slate{
  }

  .tablet\:hc-bg-red-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-red-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-red-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-red-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-red-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-red-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-red-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-red-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-red-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-red-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-blue-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-blue-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-blue-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-blue-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-blue-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-blue-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-blue-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-blue-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-blue-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-blue-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-purple-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-purple-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-purple-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-purple-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-purple-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-purple-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-purple-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-purple-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-purple-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-purple-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-yellow-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-yellow-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-yellow-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-yellow-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-yellow-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-yellow-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-yellow-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-yellow-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-yellow-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-yellow-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-indigo-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-indigo-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-indigo-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-indigo-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-indigo-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-indigo-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-indigo-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-indigo-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-indigo-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-indigo-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-pink-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-pink-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-pink-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-pink-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-pink-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-pink-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-pink-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-pink-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-pink-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hc-bg-pink-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-black:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-white:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-gray-50:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-gray-100:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-gray-200:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-gray-300:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-gray-400:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-gray-500:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-gray-600:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-gray-700:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-gray-800:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-gray-900:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-slate:checked{
  }

  .tablet\:checked\:hc-bg-red-50:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-red-100:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-red-200:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-red-300:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-red-400:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-red-500:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-red-600:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-red-700:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-red-800:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-red-900:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-blue-50:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-blue-100:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-blue-200:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-blue-300:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-blue-400:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-blue-500:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-blue-600:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-blue-700:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-blue-800:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-blue-900:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-purple-50:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-purple-100:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-purple-200:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-purple-300:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-purple-400:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-purple-500:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-purple-600:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-purple-700:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-purple-800:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-purple-900:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-yellow-50:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-yellow-100:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-yellow-200:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-yellow-300:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-yellow-400:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-yellow-500:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-yellow-600:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-yellow-700:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-yellow-800:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-yellow-900:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-indigo-50:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-indigo-100:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-indigo-200:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-indigo-300:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-indigo-400:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-indigo-500:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-indigo-600:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-indigo-700:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-indigo-800:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-indigo-900:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-pink-50:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-pink-100:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-pink-200:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-pink-300:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-pink-400:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-pink-500:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-pink-600:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-pink-700:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-pink-800:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .tablet\:checked\:hc-bg-pink-900:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-black{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-white{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-gray-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-gray-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-gray-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-gray-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-gray-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-gray-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-gray-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-gray-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-gray-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-gray-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-slate{
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-red-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-red-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-red-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-red-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-red-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-red-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-red-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-red-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-red-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-red-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-blue-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-blue-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-blue-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-blue-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-blue-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-blue-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-blue-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-blue-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-blue-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-blue-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-purple-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-purple-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-purple-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-purple-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-purple-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-purple-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-purple-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-purple-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-purple-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-purple-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-yellow-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-yellow-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-yellow-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-yellow-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-yellow-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-yellow-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-yellow-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-yellow-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-yellow-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-yellow-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-indigo-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-indigo-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-indigo-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-indigo-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-indigo-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-indigo-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-indigo-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-indigo-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-indigo-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-indigo-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-pink-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-pink-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-pink-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-pink-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-pink-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-pink-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-pink-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-pink-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-pink-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-pink-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-black:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-white:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-gray-50:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-gray-100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-gray-200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-gray-300:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-gray-400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-gray-500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-gray-600:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-gray-700:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-gray-800:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-gray-900:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-slate:focus-within{
  }

  .tablet\:focus-within\:hc-bg-red-50:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-red-100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-red-200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-red-300:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-red-400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-red-500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-red-600:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-red-700:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-red-800:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-red-900:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-blue-50:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-blue-100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-blue-200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-blue-300:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-blue-400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-blue-500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-blue-600:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-blue-700:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-blue-800:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-blue-900:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-purple-50:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-purple-100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-purple-200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-purple-300:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-purple-400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-purple-500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-purple-600:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-purple-700:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-purple-800:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-purple-900:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-yellow-50:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-yellow-100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-yellow-200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-yellow-300:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-yellow-400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-yellow-500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-yellow-600:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-yellow-700:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-yellow-800:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-yellow-900:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-indigo-50:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-indigo-100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-indigo-200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-indigo-300:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-indigo-400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-indigo-500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-indigo-600:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-indigo-700:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-indigo-800:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-indigo-900:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-pink-50:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-pink-100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-pink-200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-pink-300:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-pink-400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-pink-500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-pink-600:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-pink-700:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-pink-800:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:hc-bg-pink-900:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-black:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-white:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-gray-50:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-gray-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-gray-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-gray-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-gray-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-gray-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-gray-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-gray-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-gray-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-gray-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-slate:hover{
  }

  .tablet\:hover\:hc-bg-red-50:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-red-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-red-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-red-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-red-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-red-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-red-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-red-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-red-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-red-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-blue-50:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-blue-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-blue-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-blue-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-blue-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-blue-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-blue-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-blue-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-blue-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-blue-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-purple-50:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-purple-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-purple-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-purple-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-purple-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-purple-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-purple-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-purple-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-purple-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-purple-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-yellow-50:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-yellow-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-yellow-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-yellow-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-yellow-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-yellow-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-yellow-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-yellow-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-yellow-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-yellow-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-indigo-50:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-indigo-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-indigo-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-indigo-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-indigo-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-indigo-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-indigo-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-indigo-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-indigo-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-indigo-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-pink-50:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-pink-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-pink-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-pink-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-pink-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-pink-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-pink-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-pink-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-pink-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:hc-bg-pink-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-black:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-white:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-gray-50:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-gray-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-gray-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-gray-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-gray-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-gray-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-gray-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-gray-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-gray-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-gray-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-slate:focus{
  }

  .tablet\:focus\:hc-bg-red-50:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-red-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-red-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-red-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-red-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-red-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-red-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-red-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-red-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-red-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-blue-50:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-blue-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-blue-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-blue-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-blue-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-blue-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-blue-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-blue-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-blue-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-blue-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-purple-50:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-purple-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-purple-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-purple-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-purple-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-purple-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-purple-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-purple-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-purple-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-purple-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-yellow-50:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-yellow-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-yellow-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-yellow-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-yellow-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-yellow-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-yellow-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-yellow-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-yellow-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-yellow-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-indigo-50:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-indigo-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-indigo-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-indigo-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-indigo-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-indigo-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-indigo-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-indigo-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-indigo-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-indigo-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-pink-50:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-pink-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-pink-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-pink-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-pink-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-pink-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-pink-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-pink-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-pink-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:hc-bg-pink-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  @media (prefers-color-scheme: dark){
    .tablet\:dark\:hc-bg-black{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-white{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-gray-50{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-gray-100{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-gray-200{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-gray-300{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-gray-400{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-gray-500{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-gray-600{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-gray-700{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-gray-800{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-gray-900{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-slate{
    }

    .tablet\:dark\:hc-bg-red-50{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-red-100{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-red-200{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-red-300{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-red-400{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-red-500{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-red-600{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-red-700{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-red-800{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-red-900{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-blue-50{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-blue-100{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-blue-200{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-blue-300{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-blue-400{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-blue-500{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-blue-600{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-blue-700{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-blue-800{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-blue-900{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-purple-50{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-purple-100{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(243, 232, 255, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-purple-200{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(233, 213, 255, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-purple-300{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(216, 180, 254, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-purple-400{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(192, 132, 252, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-purple-500{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(168, 85, 247, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-purple-600{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(147, 51, 234, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-purple-700{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(126, 34, 206, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-purple-800{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(107, 33, 168, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-purple-900{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(88, 28, 135, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-yellow-50{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(254, 252, 232, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-yellow-100{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(254, 249, 195, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-yellow-200{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-yellow-300{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(253, 224, 71, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-yellow-400{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(250, 204, 21, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-yellow-500{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-yellow-600{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(202, 138, 4, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-yellow-700{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(161, 98, 7, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-yellow-800{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(133, 77, 14, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-yellow-900{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(113, 63, 18, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-indigo-50{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-indigo-100{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-indigo-200{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-indigo-300{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-indigo-400{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-indigo-500{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-indigo-600{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-indigo-700{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-indigo-800{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-indigo-900{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-pink-50{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-pink-100{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-pink-200{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-pink-300{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-pink-400{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-pink-500{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-pink-600{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-pink-700{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-pink-800{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hc-bg-pink-900{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-black:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-white:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-gray-50:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-gray-100:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-gray-200:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-gray-300:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-gray-400:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-gray-500:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-gray-600:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-gray-700:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-gray-800:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-gray-900:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-slate:checked{
    }

    .tablet\:dark\:checked\:hc-bg-red-50:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-red-100:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-red-200:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-red-300:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-red-400:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-red-500:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-red-600:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-red-700:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-red-800:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-red-900:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-blue-50:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-blue-100:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-blue-200:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-blue-300:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-blue-400:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-blue-500:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-blue-600:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-blue-700:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-blue-800:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-blue-900:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-purple-50:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-purple-100:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(243, 232, 255, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-purple-200:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(233, 213, 255, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-purple-300:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(216, 180, 254, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-purple-400:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(192, 132, 252, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-purple-500:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(168, 85, 247, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-purple-600:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(147, 51, 234, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-purple-700:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(126, 34, 206, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-purple-800:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(107, 33, 168, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-purple-900:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(88, 28, 135, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-yellow-50:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(254, 252, 232, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-yellow-100:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(254, 249, 195, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-yellow-200:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-yellow-300:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(253, 224, 71, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-yellow-400:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(250, 204, 21, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-yellow-500:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-yellow-600:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(202, 138, 4, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-yellow-700:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(161, 98, 7, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-yellow-800:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(133, 77, 14, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-yellow-900:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(113, 63, 18, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-indigo-50:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-indigo-100:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-indigo-200:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-indigo-300:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-indigo-400:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-indigo-500:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-indigo-600:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-indigo-700:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-indigo-800:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-indigo-900:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-pink-50:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-pink-100:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-pink-200:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-pink-300:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-pink-400:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-pink-500:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-pink-600:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-pink-700:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-pink-800:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:checked\:hc-bg-pink-900:checked{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-black{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-white{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-gray-50{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-gray-100{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-gray-200{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-gray-300{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-gray-400{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-gray-500{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-gray-600{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-gray-700{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-gray-800{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-gray-900{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-slate{
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-red-50{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-red-100{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-red-200{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-red-300{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-red-400{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-red-500{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-red-600{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-red-700{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-red-800{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-red-900{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-blue-50{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-blue-100{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-blue-200{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-blue-300{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-blue-400{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-blue-500{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-blue-600{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-blue-700{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-blue-800{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-blue-900{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-purple-50{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-purple-100{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(243, 232, 255, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-purple-200{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(233, 213, 255, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-purple-300{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(216, 180, 254, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-purple-400{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(192, 132, 252, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-purple-500{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(168, 85, 247, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-purple-600{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(147, 51, 234, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-purple-700{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(126, 34, 206, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-purple-800{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(107, 33, 168, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-purple-900{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(88, 28, 135, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-yellow-50{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(254, 252, 232, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-yellow-100{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(254, 249, 195, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-yellow-200{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-yellow-300{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(253, 224, 71, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-yellow-400{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(250, 204, 21, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-yellow-500{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-yellow-600{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(202, 138, 4, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-yellow-700{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(161, 98, 7, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-yellow-800{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(133, 77, 14, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-yellow-900{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(113, 63, 18, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-indigo-50{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-indigo-100{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-indigo-200{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-indigo-300{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-indigo-400{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-indigo-500{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-indigo-600{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-indigo-700{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-indigo-800{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-indigo-900{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-pink-50{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-pink-100{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-pink-200{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-pink-300{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-pink-400{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-pink-500{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-pink-600{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-pink-700{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-pink-800{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-pink-900{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-black:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-white:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-gray-50:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-gray-100:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-gray-200:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-gray-300:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-gray-400:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-gray-500:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-gray-600:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-gray-700:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-gray-800:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-gray-900:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-slate:focus-within{
    }

    .tablet\:dark\:focus-within\:hc-bg-red-50:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-red-100:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-red-200:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-red-300:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-red-400:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-red-500:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-red-600:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-red-700:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-red-800:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-red-900:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-blue-50:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-blue-100:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-blue-200:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-blue-300:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-blue-400:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-blue-500:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-blue-600:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-blue-700:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-blue-800:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-blue-900:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-purple-50:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-purple-100:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(243, 232, 255, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-purple-200:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(233, 213, 255, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-purple-300:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(216, 180, 254, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-purple-400:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(192, 132, 252, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-purple-500:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(168, 85, 247, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-purple-600:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(147, 51, 234, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-purple-700:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(126, 34, 206, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-purple-800:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(107, 33, 168, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-purple-900:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(88, 28, 135, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-yellow-50:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(254, 252, 232, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-yellow-100:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(254, 249, 195, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-yellow-200:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-yellow-300:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(253, 224, 71, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-yellow-400:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(250, 204, 21, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-yellow-500:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-yellow-600:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(202, 138, 4, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-yellow-700:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(161, 98, 7, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-yellow-800:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(133, 77, 14, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-yellow-900:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(113, 63, 18, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-indigo-50:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-indigo-100:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-indigo-200:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-indigo-300:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-indigo-400:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-indigo-500:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-indigo-600:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-indigo-700:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-indigo-800:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-indigo-900:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-pink-50:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-pink-100:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-pink-200:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-pink-300:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-pink-400:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-pink-500:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-pink-600:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-pink-700:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-pink-800:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-pink-900:focus-within{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-black:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-white:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-gray-50:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-gray-100:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-gray-200:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-gray-300:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-gray-400:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-gray-500:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-gray-600:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-gray-700:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-gray-800:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-gray-900:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-slate:hover{
    }

    .tablet\:dark\:hover\:hc-bg-red-50:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-red-100:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-red-200:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-red-300:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-red-400:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-red-500:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-red-600:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-red-700:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-red-800:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-red-900:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-blue-50:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-blue-100:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-blue-200:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-blue-300:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-blue-400:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-blue-500:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-blue-600:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-blue-700:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-blue-800:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-blue-900:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-purple-50:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-purple-100:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(243, 232, 255, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-purple-200:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(233, 213, 255, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-purple-300:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(216, 180, 254, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-purple-400:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(192, 132, 252, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-purple-500:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(168, 85, 247, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-purple-600:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(147, 51, 234, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-purple-700:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(126, 34, 206, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-purple-800:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(107, 33, 168, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-purple-900:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(88, 28, 135, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-yellow-50:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(254, 252, 232, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-yellow-100:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(254, 249, 195, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-yellow-200:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-yellow-300:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(253, 224, 71, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-yellow-400:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(250, 204, 21, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-yellow-500:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-yellow-600:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(202, 138, 4, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-yellow-700:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(161, 98, 7, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-yellow-800:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(133, 77, 14, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-yellow-900:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(113, 63, 18, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-indigo-50:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-indigo-100:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-indigo-200:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-indigo-300:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-indigo-400:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-indigo-500:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-indigo-600:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-indigo-700:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-indigo-800:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-indigo-900:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-pink-50:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-pink-100:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-pink-200:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-pink-300:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-pink-400:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-pink-500:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-pink-600:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-pink-700:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-pink-800:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-bg-pink-900:hover{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-black:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-white:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-gray-50:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-gray-100:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-gray-200:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-gray-300:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-gray-400:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-gray-500:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-gray-600:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-gray-700:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-gray-800:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-gray-900:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-slate:focus{
    }

    .tablet\:dark\:focus\:hc-bg-red-50:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-red-100:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-red-200:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-red-300:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-red-400:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-red-500:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-red-600:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-red-700:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-red-800:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-red-900:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-blue-50:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-blue-100:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-blue-200:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-blue-300:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-blue-400:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-blue-500:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-blue-600:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-blue-700:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-blue-800:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-blue-900:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-purple-50:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-purple-100:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(243, 232, 255, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-purple-200:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(233, 213, 255, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-purple-300:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(216, 180, 254, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-purple-400:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(192, 132, 252, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-purple-500:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(168, 85, 247, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-purple-600:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(147, 51, 234, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-purple-700:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(126, 34, 206, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-purple-800:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(107, 33, 168, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-purple-900:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(88, 28, 135, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-yellow-50:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(254, 252, 232, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-yellow-100:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(254, 249, 195, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-yellow-200:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-yellow-300:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(253, 224, 71, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-yellow-400:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(250, 204, 21, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-yellow-500:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-yellow-600:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(202, 138, 4, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-yellow-700:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(161, 98, 7, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-yellow-800:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(133, 77, 14, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-yellow-900:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(113, 63, 18, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-indigo-50:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-indigo-100:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-indigo-200:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-indigo-300:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-indigo-400:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-indigo-500:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-indigo-600:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-indigo-700:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-indigo-800:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-indigo-900:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-pink-50:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-pink-100:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-pink-200:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-pink-300:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-pink-400:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-pink-500:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-pink-600:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-pink-700:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-pink-800:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-bg-pink-900:focus{
      --tw-bg-opacity: 1 !important;
      background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
    }
  }

  .tablet\:hc-bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

  .tablet\:hc-bg-opacity-5{
    --tw-bg-opacity: 0.05 !important;
  }

  .tablet\:hc-bg-opacity-10{
    --tw-bg-opacity: 0.1 !important;
  }

  .tablet\:hc-bg-opacity-20{
    --tw-bg-opacity: 0.2 !important;
  }

  .tablet\:hc-bg-opacity-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .tablet\:hc-bg-opacity-30{
    --tw-bg-opacity: 0.3 !important;
  }

  .tablet\:hc-bg-opacity-40{
    --tw-bg-opacity: 0.4 !important;
  }

  .tablet\:hc-bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .tablet\:hc-bg-opacity-60{
    --tw-bg-opacity: 0.6 !important;
  }

  .tablet\:hc-bg-opacity-70{
    --tw-bg-opacity: 0.7 !important;
  }

  .tablet\:hc-bg-opacity-75{
    --tw-bg-opacity: 0.75 !important;
  }

  .tablet\:hc-bg-opacity-80{
    --tw-bg-opacity: 0.8 !important;
  }

  .tablet\:hc-bg-opacity-90{
    --tw-bg-opacity: 0.9 !important;
  }

  .tablet\:hc-bg-opacity-95{
    --tw-bg-opacity: 0.95 !important;
  }

  .tablet\:hc-bg-opacity-100{
    --tw-bg-opacity: 1 !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-opacity-5{
    --tw-bg-opacity: 0.05 !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-opacity-10{
    --tw-bg-opacity: 0.1 !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-opacity-20{
    --tw-bg-opacity: 0.2 !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-opacity-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-opacity-30{
    --tw-bg-opacity: 0.3 !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-opacity-40{
    --tw-bg-opacity: 0.4 !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-opacity-60{
    --tw-bg-opacity: 0.6 !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-opacity-70{
    --tw-bg-opacity: 0.7 !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-opacity-75{
    --tw-bg-opacity: 0.75 !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-opacity-80{
    --tw-bg-opacity: 0.8 !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-opacity-90{
    --tw-bg-opacity: 0.9 !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-opacity-95{
    --tw-bg-opacity: 0.95 !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-opacity-100{
    --tw-bg-opacity: 1 !important;
  }

  .tablet\:focus-within\:hc-bg-opacity-0:focus-within{
    --tw-bg-opacity: 0 !important;
  }

  .tablet\:focus-within\:hc-bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05 !important;
  }

  .tablet\:focus-within\:hc-bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1 !important;
  }

  .tablet\:focus-within\:hc-bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2 !important;
  }

  .tablet\:focus-within\:hc-bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25 !important;
  }

  .tablet\:focus-within\:hc-bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3 !important;
  }

  .tablet\:focus-within\:hc-bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4 !important;
  }

  .tablet\:focus-within\:hc-bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5 !important;
  }

  .tablet\:focus-within\:hc-bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6 !important;
  }

  .tablet\:focus-within\:hc-bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7 !important;
  }

  .tablet\:focus-within\:hc-bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75 !important;
  }

  .tablet\:focus-within\:hc-bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8 !important;
  }

  .tablet\:focus-within\:hc-bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9 !important;
  }

  .tablet\:focus-within\:hc-bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95 !important;
  }

  .tablet\:focus-within\:hc-bg-opacity-100:focus-within{
    --tw-bg-opacity: 1 !important;
  }

  .tablet\:hover\:hc-bg-opacity-0:hover{
    --tw-bg-opacity: 0 !important;
  }

  .tablet\:hover\:hc-bg-opacity-5:hover{
    --tw-bg-opacity: 0.05 !important;
  }

  .tablet\:hover\:hc-bg-opacity-10:hover{
    --tw-bg-opacity: 0.1 !important;
  }

  .tablet\:hover\:hc-bg-opacity-20:hover{
    --tw-bg-opacity: 0.2 !important;
  }

  .tablet\:hover\:hc-bg-opacity-25:hover{
    --tw-bg-opacity: 0.25 !important;
  }

  .tablet\:hover\:hc-bg-opacity-30:hover{
    --tw-bg-opacity: 0.3 !important;
  }

  .tablet\:hover\:hc-bg-opacity-40:hover{
    --tw-bg-opacity: 0.4 !important;
  }

  .tablet\:hover\:hc-bg-opacity-50:hover{
    --tw-bg-opacity: 0.5 !important;
  }

  .tablet\:hover\:hc-bg-opacity-60:hover{
    --tw-bg-opacity: 0.6 !important;
  }

  .tablet\:hover\:hc-bg-opacity-70:hover{
    --tw-bg-opacity: 0.7 !important;
  }

  .tablet\:hover\:hc-bg-opacity-75:hover{
    --tw-bg-opacity: 0.75 !important;
  }

  .tablet\:hover\:hc-bg-opacity-80:hover{
    --tw-bg-opacity: 0.8 !important;
  }

  .tablet\:hover\:hc-bg-opacity-90:hover{
    --tw-bg-opacity: 0.9 !important;
  }

  .tablet\:hover\:hc-bg-opacity-95:hover{
    --tw-bg-opacity: 0.95 !important;
  }

  .tablet\:hover\:hc-bg-opacity-100:hover{
    --tw-bg-opacity: 1 !important;
  }

  .tablet\:focus\:hc-bg-opacity-0:focus{
    --tw-bg-opacity: 0 !important;
  }

  .tablet\:focus\:hc-bg-opacity-5:focus{
    --tw-bg-opacity: 0.05 !important;
  }

  .tablet\:focus\:hc-bg-opacity-10:focus{
    --tw-bg-opacity: 0.1 !important;
  }

  .tablet\:focus\:hc-bg-opacity-20:focus{
    --tw-bg-opacity: 0.2 !important;
  }

  .tablet\:focus\:hc-bg-opacity-25:focus{
    --tw-bg-opacity: 0.25 !important;
  }

  .tablet\:focus\:hc-bg-opacity-30:focus{
    --tw-bg-opacity: 0.3 !important;
  }

  .tablet\:focus\:hc-bg-opacity-40:focus{
    --tw-bg-opacity: 0.4 !important;
  }

  .tablet\:focus\:hc-bg-opacity-50:focus{
    --tw-bg-opacity: 0.5 !important;
  }

  .tablet\:focus\:hc-bg-opacity-60:focus{
    --tw-bg-opacity: 0.6 !important;
  }

  .tablet\:focus\:hc-bg-opacity-70:focus{
    --tw-bg-opacity: 0.7 !important;
  }

  .tablet\:focus\:hc-bg-opacity-75:focus{
    --tw-bg-opacity: 0.75 !important;
  }

  .tablet\:focus\:hc-bg-opacity-80:focus{
    --tw-bg-opacity: 0.8 !important;
  }

  .tablet\:focus\:hc-bg-opacity-90:focus{
    --tw-bg-opacity: 0.9 !important;
  }

  .tablet\:focus\:hc-bg-opacity-95:focus{
    --tw-bg-opacity: 0.95 !important;
  }

  .tablet\:focus\:hc-bg-opacity-100:focus{
    --tw-bg-opacity: 1 !important;
  }

  @media (prefers-color-scheme: dark){
    .tablet\:dark\:hc-bg-opacity-0{
      --tw-bg-opacity: 0 !important;
    }

    .tablet\:dark\:hc-bg-opacity-5{
      --tw-bg-opacity: 0.05 !important;
    }

    .tablet\:dark\:hc-bg-opacity-10{
      --tw-bg-opacity: 0.1 !important;
    }

    .tablet\:dark\:hc-bg-opacity-20{
      --tw-bg-opacity: 0.2 !important;
    }

    .tablet\:dark\:hc-bg-opacity-25{
      --tw-bg-opacity: 0.25 !important;
    }

    .tablet\:dark\:hc-bg-opacity-30{
      --tw-bg-opacity: 0.3 !important;
    }

    .tablet\:dark\:hc-bg-opacity-40{
      --tw-bg-opacity: 0.4 !important;
    }

    .tablet\:dark\:hc-bg-opacity-50{
      --tw-bg-opacity: 0.5 !important;
    }

    .tablet\:dark\:hc-bg-opacity-60{
      --tw-bg-opacity: 0.6 !important;
    }

    .tablet\:dark\:hc-bg-opacity-70{
      --tw-bg-opacity: 0.7 !important;
    }

    .tablet\:dark\:hc-bg-opacity-75{
      --tw-bg-opacity: 0.75 !important;
    }

    .tablet\:dark\:hc-bg-opacity-80{
      --tw-bg-opacity: 0.8 !important;
    }

    .tablet\:dark\:hc-bg-opacity-90{
      --tw-bg-opacity: 0.9 !important;
    }

    .tablet\:dark\:hc-bg-opacity-95{
      --tw-bg-opacity: 0.95 !important;
    }

    .tablet\:dark\:hc-bg-opacity-100{
      --tw-bg-opacity: 1 !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-opacity-0{
      --tw-bg-opacity: 0 !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-opacity-5{
      --tw-bg-opacity: 0.05 !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-opacity-10{
      --tw-bg-opacity: 0.1 !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-opacity-20{
      --tw-bg-opacity: 0.2 !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-opacity-25{
      --tw-bg-opacity: 0.25 !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-opacity-30{
      --tw-bg-opacity: 0.3 !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-opacity-40{
      --tw-bg-opacity: 0.4 !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-opacity-50{
      --tw-bg-opacity: 0.5 !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-opacity-60{
      --tw-bg-opacity: 0.6 !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-opacity-70{
      --tw-bg-opacity: 0.7 !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-opacity-75{
      --tw-bg-opacity: 0.75 !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-opacity-80{
      --tw-bg-opacity: 0.8 !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-opacity-90{
      --tw-bg-opacity: 0.9 !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-opacity-95{
      --tw-bg-opacity: 0.95 !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-bg-opacity-100{
      --tw-bg-opacity: 1 !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-opacity-0:focus-within{
      --tw-bg-opacity: 0 !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-opacity-5:focus-within{
      --tw-bg-opacity: 0.05 !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-opacity-10:focus-within{
      --tw-bg-opacity: 0.1 !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-opacity-20:focus-within{
      --tw-bg-opacity: 0.2 !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-opacity-25:focus-within{
      --tw-bg-opacity: 0.25 !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-opacity-30:focus-within{
      --tw-bg-opacity: 0.3 !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-opacity-40:focus-within{
      --tw-bg-opacity: 0.4 !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-opacity-50:focus-within{
      --tw-bg-opacity: 0.5 !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-opacity-60:focus-within{
      --tw-bg-opacity: 0.6 !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-opacity-70:focus-within{
      --tw-bg-opacity: 0.7 !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-opacity-75:focus-within{
      --tw-bg-opacity: 0.75 !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-opacity-80:focus-within{
      --tw-bg-opacity: 0.8 !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-opacity-90:focus-within{
      --tw-bg-opacity: 0.9 !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-opacity-95:focus-within{
      --tw-bg-opacity: 0.95 !important;
    }

    .tablet\:dark\:focus-within\:hc-bg-opacity-100:focus-within{
      --tw-bg-opacity: 1 !important;
    }

    .tablet\:dark\:hover\:hc-bg-opacity-0:hover{
      --tw-bg-opacity: 0 !important;
    }

    .tablet\:dark\:hover\:hc-bg-opacity-5:hover{
      --tw-bg-opacity: 0.05 !important;
    }

    .tablet\:dark\:hover\:hc-bg-opacity-10:hover{
      --tw-bg-opacity: 0.1 !important;
    }

    .tablet\:dark\:hover\:hc-bg-opacity-20:hover{
      --tw-bg-opacity: 0.2 !important;
    }

    .tablet\:dark\:hover\:hc-bg-opacity-25:hover{
      --tw-bg-opacity: 0.25 !important;
    }

    .tablet\:dark\:hover\:hc-bg-opacity-30:hover{
      --tw-bg-opacity: 0.3 !important;
    }

    .tablet\:dark\:hover\:hc-bg-opacity-40:hover{
      --tw-bg-opacity: 0.4 !important;
    }

    .tablet\:dark\:hover\:hc-bg-opacity-50:hover{
      --tw-bg-opacity: 0.5 !important;
    }

    .tablet\:dark\:hover\:hc-bg-opacity-60:hover{
      --tw-bg-opacity: 0.6 !important;
    }

    .tablet\:dark\:hover\:hc-bg-opacity-70:hover{
      --tw-bg-opacity: 0.7 !important;
    }

    .tablet\:dark\:hover\:hc-bg-opacity-75:hover{
      --tw-bg-opacity: 0.75 !important;
    }

    .tablet\:dark\:hover\:hc-bg-opacity-80:hover{
      --tw-bg-opacity: 0.8 !important;
    }

    .tablet\:dark\:hover\:hc-bg-opacity-90:hover{
      --tw-bg-opacity: 0.9 !important;
    }

    .tablet\:dark\:hover\:hc-bg-opacity-95:hover{
      --tw-bg-opacity: 0.95 !important;
    }

    .tablet\:dark\:hover\:hc-bg-opacity-100:hover{
      --tw-bg-opacity: 1 !important;
    }

    .tablet\:dark\:focus\:hc-bg-opacity-0:focus{
      --tw-bg-opacity: 0 !important;
    }

    .tablet\:dark\:focus\:hc-bg-opacity-5:focus{
      --tw-bg-opacity: 0.05 !important;
    }

    .tablet\:dark\:focus\:hc-bg-opacity-10:focus{
      --tw-bg-opacity: 0.1 !important;
    }

    .tablet\:dark\:focus\:hc-bg-opacity-20:focus{
      --tw-bg-opacity: 0.2 !important;
    }

    .tablet\:dark\:focus\:hc-bg-opacity-25:focus{
      --tw-bg-opacity: 0.25 !important;
    }

    .tablet\:dark\:focus\:hc-bg-opacity-30:focus{
      --tw-bg-opacity: 0.3 !important;
    }

    .tablet\:dark\:focus\:hc-bg-opacity-40:focus{
      --tw-bg-opacity: 0.4 !important;
    }

    .tablet\:dark\:focus\:hc-bg-opacity-50:focus{
      --tw-bg-opacity: 0.5 !important;
    }

    .tablet\:dark\:focus\:hc-bg-opacity-60:focus{
      --tw-bg-opacity: 0.6 !important;
    }

    .tablet\:dark\:focus\:hc-bg-opacity-70:focus{
      --tw-bg-opacity: 0.7 !important;
    }

    .tablet\:dark\:focus\:hc-bg-opacity-75:focus{
      --tw-bg-opacity: 0.75 !important;
    }

    .tablet\:dark\:focus\:hc-bg-opacity-80:focus{
      --tw-bg-opacity: 0.8 !important;
    }

    .tablet\:dark\:focus\:hc-bg-opacity-90:focus{
      --tw-bg-opacity: 0.9 !important;
    }

    .tablet\:dark\:focus\:hc-bg-opacity-95:focus{
      --tw-bg-opacity: 0.95 !important;
    }

    .tablet\:dark\:focus\:hc-bg-opacity-100:focus{
      --tw-bg-opacity: 1 !important;
    }
  }

  .tablet\:hc-bg-none{
    background-image: none !important;
  }

  .tablet\:hc-bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .tablet\:hc-bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .tablet\:hc-bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

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

  .tablet\:hc-bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .tablet\:hc-bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .tablet\:hc-bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .tablet\:hc-bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .tablet\:hc-from-black{
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .tablet\:hc-from-white{
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .tablet\:hc-from-gray-50{
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .tablet\:hc-from-gray-100{
    --tw-gradient-from: #f4f4f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .tablet\:hc-from-gray-200{
    --tw-gradient-from: #e4e4e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .tablet\:hc-from-gray-300{
    --tw-gradient-from: #d4d4d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .tablet\:hc-from-gray-400{
    --tw-gradient-from: #a1a1aa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .tablet\:hc-from-gray-500{
    --tw-gradient-from: #71717a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .tablet\:hc-from-gray-600{
    --tw-gradient-from: #52525b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .tablet\:hc-from-gray-700{
    --tw-gradient-from: #3f3f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .tablet\:hc-from-gray-800{
    --tw-gradient-from: #27272a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .tablet\:hc-from-gray-900{
    --tw-gradient-from: #18181b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .tablet\:hc-from-slate{
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .tablet\:hc-from-red-50{
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .tablet\:hc-from-red-100{
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .tablet\:hc-from-red-200{
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .tablet\:hc-from-red-300{
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .tablet\:hc-from-red-400{
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .tablet\:hc-from-red-500{
    --tw-gradient-from: #ef4444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .tablet\:hc-from-red-600{
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .tablet\:hc-from-red-700{
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .tablet\:hc-from-red-800{
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .tablet\:hc-from-red-900{
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .tablet\:hc-from-blue-50{
    --tw-gradient-from: #eff6ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .tablet\:hc-from-blue-100{
    --tw-gradient-from: #dbeafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .tablet\:hc-from-blue-200{
    --tw-gradient-from: #bfdbfe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .tablet\:hc-from-blue-300{
    --tw-gradient-from: #93c5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .tablet\:hc-from-blue-400{
    --tw-gradient-from: #60a5fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .tablet\:hc-from-blue-500{
    --tw-gradient-from: #3b82f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .tablet\:hc-from-blue-600{
    --tw-gradient-from: #2563eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .tablet\:hc-from-blue-700{
    --tw-gradient-from: #1d4ed8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .tablet\:hc-from-blue-800{
    --tw-gradient-from: #1e40af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .tablet\:hc-from-blue-900{
    --tw-gradient-from: #1e3a8a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .tablet\:hc-from-purple-50{
    --tw-gradient-from: #faf5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .tablet\:hc-from-purple-100{
    --tw-gradient-from: #f3e8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0)) !important;
  }

  .tablet\:hc-from-purple-200{
    --tw-gradient-from: #e9d5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0)) !important;
  }

  .tablet\:hc-from-purple-300{
    --tw-gradient-from: #d8b4fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0)) !important;
  }

  .tablet\:hc-from-purple-400{
    --tw-gradient-from: #c084fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0)) !important;
  }

  .tablet\:hc-from-purple-500{
    --tw-gradient-from: #a855f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0)) !important;
  }

  .tablet\:hc-from-purple-600{
    --tw-gradient-from: #9333ea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0)) !important;
  }

  .tablet\:hc-from-purple-700{
    --tw-gradient-from: #7e22ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0)) !important;
  }

  .tablet\:hc-from-purple-800{
    --tw-gradient-from: #6b21a8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0)) !important;
  }

  .tablet\:hc-from-purple-900{
    --tw-gradient-from: #581c87 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0)) !important;
  }

  .tablet\:hc-from-yellow-50{
    --tw-gradient-from: #fefce8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0)) !important;
  }

  .tablet\:hc-from-yellow-100{
    --tw-gradient-from: #fef9c3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0)) !important;
  }

  .tablet\:hc-from-yellow-200{
    --tw-gradient-from: #fef08a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .tablet\:hc-from-yellow-300{
    --tw-gradient-from: #fde047 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0)) !important;
  }

  .tablet\:hc-from-yellow-400{
    --tw-gradient-from: #facc15 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0)) !important;
  }

  .tablet\:hc-from-yellow-500{
    --tw-gradient-from: #eab308 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .tablet\:hc-from-yellow-600{
    --tw-gradient-from: #ca8a04 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0)) !important;
  }

  .tablet\:hc-from-yellow-700{
    --tw-gradient-from: #a16207 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0)) !important;
  }

  .tablet\:hc-from-yellow-800{
    --tw-gradient-from: #854d0e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0)) !important;
  }

  .tablet\:hc-from-yellow-900{
    --tw-gradient-from: #713f12 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0)) !important;
  }

  .tablet\:hc-from-indigo-50{
    --tw-gradient-from: #eef2ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .tablet\:hc-from-indigo-100{
    --tw-gradient-from: #e0e7ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .tablet\:hc-from-indigo-200{
    --tw-gradient-from: #c7d2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .tablet\:hc-from-indigo-300{
    --tw-gradient-from: #a5b4fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .tablet\:hc-from-indigo-400{
    --tw-gradient-from: #818cf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .tablet\:hc-from-indigo-500{
    --tw-gradient-from: #6366f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .tablet\:hc-from-indigo-600{
    --tw-gradient-from: #4f46e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .tablet\:hc-from-indigo-700{
    --tw-gradient-from: #4338ca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .tablet\:hc-from-indigo-800{
    --tw-gradient-from: #3730a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .tablet\:hc-from-indigo-900{
    --tw-gradient-from: #312e81 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .tablet\:hc-from-pink-50{
    --tw-gradient-from: #fdf2f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .tablet\:hc-from-pink-100{
    --tw-gradient-from: #fce7f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .tablet\:hc-from-pink-200{
    --tw-gradient-from: #fbcfe8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .tablet\:hc-from-pink-300{
    --tw-gradient-from: #f9a8d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .tablet\:hc-from-pink-400{
    --tw-gradient-from: #f472b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .tablet\:hc-from-pink-500{
    --tw-gradient-from: #ec4899 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .tablet\:hc-from-pink-600{
    --tw-gradient-from: #db2777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .tablet\:hc-from-pink-700{
    --tw-gradient-from: #be185d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .tablet\:hc-from-pink-800{
    --tw-gradient-from: #9d174d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .tablet\:hc-from-pink-900{
    --tw-gradient-from: #831843 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .tablet\:hover\:hc-from-black:hover{
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .tablet\:hover\:hc-from-white:hover{
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .tablet\:hover\:hc-from-gray-50:hover{
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .tablet\:hover\:hc-from-gray-100:hover{
    --tw-gradient-from: #f4f4f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .tablet\:hover\:hc-from-gray-200:hover{
    --tw-gradient-from: #e4e4e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .tablet\:hover\:hc-from-gray-300:hover{
    --tw-gradient-from: #d4d4d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .tablet\:hover\:hc-from-gray-400:hover{
    --tw-gradient-from: #a1a1aa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .tablet\:hover\:hc-from-gray-500:hover{
    --tw-gradient-from: #71717a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .tablet\:hover\:hc-from-gray-600:hover{
    --tw-gradient-from: #52525b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .tablet\:hover\:hc-from-gray-700:hover{
    --tw-gradient-from: #3f3f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .tablet\:hover\:hc-from-gray-800:hover{
    --tw-gradient-from: #27272a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .tablet\:hover\:hc-from-gray-900:hover{
    --tw-gradient-from: #18181b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .tablet\:hover\:hc-from-slate:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .tablet\:hover\:hc-from-red-50:hover{
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .tablet\:hover\:hc-from-red-100:hover{
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .tablet\:hover\:hc-from-red-200:hover{
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .tablet\:hover\:hc-from-red-300:hover{
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .tablet\:hover\:hc-from-red-400:hover{
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .tablet\:hover\:hc-from-red-500:hover{
    --tw-gradient-from: #ef4444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .tablet\:hover\:hc-from-red-600:hover{
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .tablet\:hover\:hc-from-red-700:hover{
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .tablet\:hover\:hc-from-red-800:hover{
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .tablet\:hover\:hc-from-red-900:hover{
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .tablet\:hover\:hc-from-blue-50:hover{
    --tw-gradient-from: #eff6ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .tablet\:hover\:hc-from-blue-100:hover{
    --tw-gradient-from: #dbeafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .tablet\:hover\:hc-from-blue-200:hover{
    --tw-gradient-from: #bfdbfe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .tablet\:hover\:hc-from-blue-300:hover{
    --tw-gradient-from: #93c5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .tablet\:hover\:hc-from-blue-400:hover{
    --tw-gradient-from: #60a5fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .tablet\:hover\:hc-from-blue-500:hover{
    --tw-gradient-from: #3b82f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .tablet\:hover\:hc-from-blue-600:hover{
    --tw-gradient-from: #2563eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .tablet\:hover\:hc-from-blue-700:hover{
    --tw-gradient-from: #1d4ed8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .tablet\:hover\:hc-from-blue-800:hover{
    --tw-gradient-from: #1e40af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .tablet\:hover\:hc-from-blue-900:hover{
    --tw-gradient-from: #1e3a8a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .tablet\:hover\:hc-from-purple-50:hover{
    --tw-gradient-from: #faf5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .tablet\:hover\:hc-from-purple-100:hover{
    --tw-gradient-from: #f3e8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0)) !important;
  }

  .tablet\:hover\:hc-from-purple-200:hover{
    --tw-gradient-from: #e9d5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0)) !important;
  }

  .tablet\:hover\:hc-from-purple-300:hover{
    --tw-gradient-from: #d8b4fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0)) !important;
  }

  .tablet\:hover\:hc-from-purple-400:hover{
    --tw-gradient-from: #c084fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0)) !important;
  }

  .tablet\:hover\:hc-from-purple-500:hover{
    --tw-gradient-from: #a855f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0)) !important;
  }

  .tablet\:hover\:hc-from-purple-600:hover{
    --tw-gradient-from: #9333ea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0)) !important;
  }

  .tablet\:hover\:hc-from-purple-700:hover{
    --tw-gradient-from: #7e22ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0)) !important;
  }

  .tablet\:hover\:hc-from-purple-800:hover{
    --tw-gradient-from: #6b21a8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0)) !important;
  }

  .tablet\:hover\:hc-from-purple-900:hover{
    --tw-gradient-from: #581c87 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0)) !important;
  }

  .tablet\:hover\:hc-from-yellow-50:hover{
    --tw-gradient-from: #fefce8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0)) !important;
  }

  .tablet\:hover\:hc-from-yellow-100:hover{
    --tw-gradient-from: #fef9c3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0)) !important;
  }

  .tablet\:hover\:hc-from-yellow-200:hover{
    --tw-gradient-from: #fef08a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .tablet\:hover\:hc-from-yellow-300:hover{
    --tw-gradient-from: #fde047 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0)) !important;
  }

  .tablet\:hover\:hc-from-yellow-400:hover{
    --tw-gradient-from: #facc15 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0)) !important;
  }

  .tablet\:hover\:hc-from-yellow-500:hover{
    --tw-gradient-from: #eab308 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .tablet\:hover\:hc-from-yellow-600:hover{
    --tw-gradient-from: #ca8a04 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0)) !important;
  }

  .tablet\:hover\:hc-from-yellow-700:hover{
    --tw-gradient-from: #a16207 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0)) !important;
  }

  .tablet\:hover\:hc-from-yellow-800:hover{
    --tw-gradient-from: #854d0e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0)) !important;
  }

  .tablet\:hover\:hc-from-yellow-900:hover{
    --tw-gradient-from: #713f12 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0)) !important;
  }

  .tablet\:hover\:hc-from-indigo-50:hover{
    --tw-gradient-from: #eef2ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .tablet\:hover\:hc-from-indigo-100:hover{
    --tw-gradient-from: #e0e7ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .tablet\:hover\:hc-from-indigo-200:hover{
    --tw-gradient-from: #c7d2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .tablet\:hover\:hc-from-indigo-300:hover{
    --tw-gradient-from: #a5b4fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .tablet\:hover\:hc-from-indigo-400:hover{
    --tw-gradient-from: #818cf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .tablet\:hover\:hc-from-indigo-500:hover{
    --tw-gradient-from: #6366f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .tablet\:hover\:hc-from-indigo-600:hover{
    --tw-gradient-from: #4f46e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .tablet\:hover\:hc-from-indigo-700:hover{
    --tw-gradient-from: #4338ca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .tablet\:hover\:hc-from-indigo-800:hover{
    --tw-gradient-from: #3730a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .tablet\:hover\:hc-from-indigo-900:hover{
    --tw-gradient-from: #312e81 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .tablet\:hover\:hc-from-pink-50:hover{
    --tw-gradient-from: #fdf2f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .tablet\:hover\:hc-from-pink-100:hover{
    --tw-gradient-from: #fce7f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .tablet\:hover\:hc-from-pink-200:hover{
    --tw-gradient-from: #fbcfe8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .tablet\:hover\:hc-from-pink-300:hover{
    --tw-gradient-from: #f9a8d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .tablet\:hover\:hc-from-pink-400:hover{
    --tw-gradient-from: #f472b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .tablet\:hover\:hc-from-pink-500:hover{
    --tw-gradient-from: #ec4899 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .tablet\:hover\:hc-from-pink-600:hover{
    --tw-gradient-from: #db2777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .tablet\:hover\:hc-from-pink-700:hover{
    --tw-gradient-from: #be185d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .tablet\:hover\:hc-from-pink-800:hover{
    --tw-gradient-from: #9d174d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .tablet\:hover\:hc-from-pink-900:hover{
    --tw-gradient-from: #831843 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .tablet\:focus\:hc-from-black:focus{
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .tablet\:focus\:hc-from-white:focus{
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .tablet\:focus\:hc-from-gray-50:focus{
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .tablet\:focus\:hc-from-gray-100:focus{
    --tw-gradient-from: #f4f4f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .tablet\:focus\:hc-from-gray-200:focus{
    --tw-gradient-from: #e4e4e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .tablet\:focus\:hc-from-gray-300:focus{
    --tw-gradient-from: #d4d4d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .tablet\:focus\:hc-from-gray-400:focus{
    --tw-gradient-from: #a1a1aa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .tablet\:focus\:hc-from-gray-500:focus{
    --tw-gradient-from: #71717a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .tablet\:focus\:hc-from-gray-600:focus{
    --tw-gradient-from: #52525b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .tablet\:focus\:hc-from-gray-700:focus{
    --tw-gradient-from: #3f3f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .tablet\:focus\:hc-from-gray-800:focus{
    --tw-gradient-from: #27272a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .tablet\:focus\:hc-from-gray-900:focus{
    --tw-gradient-from: #18181b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .tablet\:focus\:hc-from-slate:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .tablet\:focus\:hc-from-red-50:focus{
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .tablet\:focus\:hc-from-red-100:focus{
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .tablet\:focus\:hc-from-red-200:focus{
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .tablet\:focus\:hc-from-red-300:focus{
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .tablet\:focus\:hc-from-red-400:focus{
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .tablet\:focus\:hc-from-red-500:focus{
    --tw-gradient-from: #ef4444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .tablet\:focus\:hc-from-red-600:focus{
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .tablet\:focus\:hc-from-red-700:focus{
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .tablet\:focus\:hc-from-red-800:focus{
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .tablet\:focus\:hc-from-red-900:focus{
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .tablet\:focus\:hc-from-blue-50:focus{
    --tw-gradient-from: #eff6ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .tablet\:focus\:hc-from-blue-100:focus{
    --tw-gradient-from: #dbeafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .tablet\:focus\:hc-from-blue-200:focus{
    --tw-gradient-from: #bfdbfe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .tablet\:focus\:hc-from-blue-300:focus{
    --tw-gradient-from: #93c5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .tablet\:focus\:hc-from-blue-400:focus{
    --tw-gradient-from: #60a5fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .tablet\:focus\:hc-from-blue-500:focus{
    --tw-gradient-from: #3b82f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .tablet\:focus\:hc-from-blue-600:focus{
    --tw-gradient-from: #2563eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .tablet\:focus\:hc-from-blue-700:focus{
    --tw-gradient-from: #1d4ed8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .tablet\:focus\:hc-from-blue-800:focus{
    --tw-gradient-from: #1e40af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .tablet\:focus\:hc-from-blue-900:focus{
    --tw-gradient-from: #1e3a8a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .tablet\:focus\:hc-from-purple-50:focus{
    --tw-gradient-from: #faf5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .tablet\:focus\:hc-from-purple-100:focus{
    --tw-gradient-from: #f3e8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0)) !important;
  }

  .tablet\:focus\:hc-from-purple-200:focus{
    --tw-gradient-from: #e9d5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0)) !important;
  }

  .tablet\:focus\:hc-from-purple-300:focus{
    --tw-gradient-from: #d8b4fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0)) !important;
  }

  .tablet\:focus\:hc-from-purple-400:focus{
    --tw-gradient-from: #c084fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0)) !important;
  }

  .tablet\:focus\:hc-from-purple-500:focus{
    --tw-gradient-from: #a855f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0)) !important;
  }

  .tablet\:focus\:hc-from-purple-600:focus{
    --tw-gradient-from: #9333ea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0)) !important;
  }

  .tablet\:focus\:hc-from-purple-700:focus{
    --tw-gradient-from: #7e22ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0)) !important;
  }

  .tablet\:focus\:hc-from-purple-800:focus{
    --tw-gradient-from: #6b21a8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0)) !important;
  }

  .tablet\:focus\:hc-from-purple-900:focus{
    --tw-gradient-from: #581c87 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0)) !important;
  }

  .tablet\:focus\:hc-from-yellow-50:focus{
    --tw-gradient-from: #fefce8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0)) !important;
  }

  .tablet\:focus\:hc-from-yellow-100:focus{
    --tw-gradient-from: #fef9c3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0)) !important;
  }

  .tablet\:focus\:hc-from-yellow-200:focus{
    --tw-gradient-from: #fef08a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .tablet\:focus\:hc-from-yellow-300:focus{
    --tw-gradient-from: #fde047 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0)) !important;
  }

  .tablet\:focus\:hc-from-yellow-400:focus{
    --tw-gradient-from: #facc15 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0)) !important;
  }

  .tablet\:focus\:hc-from-yellow-500:focus{
    --tw-gradient-from: #eab308 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .tablet\:focus\:hc-from-yellow-600:focus{
    --tw-gradient-from: #ca8a04 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0)) !important;
  }

  .tablet\:focus\:hc-from-yellow-700:focus{
    --tw-gradient-from: #a16207 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0)) !important;
  }

  .tablet\:focus\:hc-from-yellow-800:focus{
    --tw-gradient-from: #854d0e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0)) !important;
  }

  .tablet\:focus\:hc-from-yellow-900:focus{
    --tw-gradient-from: #713f12 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0)) !important;
  }

  .tablet\:focus\:hc-from-indigo-50:focus{
    --tw-gradient-from: #eef2ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .tablet\:focus\:hc-from-indigo-100:focus{
    --tw-gradient-from: #e0e7ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .tablet\:focus\:hc-from-indigo-200:focus{
    --tw-gradient-from: #c7d2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .tablet\:focus\:hc-from-indigo-300:focus{
    --tw-gradient-from: #a5b4fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .tablet\:focus\:hc-from-indigo-400:focus{
    --tw-gradient-from: #818cf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .tablet\:focus\:hc-from-indigo-500:focus{
    --tw-gradient-from: #6366f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .tablet\:focus\:hc-from-indigo-600:focus{
    --tw-gradient-from: #4f46e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .tablet\:focus\:hc-from-indigo-700:focus{
    --tw-gradient-from: #4338ca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .tablet\:focus\:hc-from-indigo-800:focus{
    --tw-gradient-from: #3730a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .tablet\:focus\:hc-from-indigo-900:focus{
    --tw-gradient-from: #312e81 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .tablet\:focus\:hc-from-pink-50:focus{
    --tw-gradient-from: #fdf2f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .tablet\:focus\:hc-from-pink-100:focus{
    --tw-gradient-from: #fce7f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .tablet\:focus\:hc-from-pink-200:focus{
    --tw-gradient-from: #fbcfe8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .tablet\:focus\:hc-from-pink-300:focus{
    --tw-gradient-from: #f9a8d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .tablet\:focus\:hc-from-pink-400:focus{
    --tw-gradient-from: #f472b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .tablet\:focus\:hc-from-pink-500:focus{
    --tw-gradient-from: #ec4899 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .tablet\:focus\:hc-from-pink-600:focus{
    --tw-gradient-from: #db2777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .tablet\:focus\:hc-from-pink-700:focus{
    --tw-gradient-from: #be185d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .tablet\:focus\:hc-from-pink-800:focus{
    --tw-gradient-from: #9d174d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .tablet\:focus\:hc-from-pink-900:focus{
    --tw-gradient-from: #831843 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  @media (prefers-color-scheme: dark){
    .tablet\:dark\:hc-from-black{
      --tw-gradient-from: #000 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
    }

    .tablet\:dark\:hc-from-white{
      --tw-gradient-from: #fff !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
    }

    .tablet\:dark\:hc-from-gray-50{
      --tw-gradient-from: #fafafa !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
    }

    .tablet\:dark\:hc-from-gray-100{
      --tw-gradient-from: #f4f4f5 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
    }

    .tablet\:dark\:hc-from-gray-200{
      --tw-gradient-from: #e4e4e7 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
    }

    .tablet\:dark\:hc-from-gray-300{
      --tw-gradient-from: #d4d4d8 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
    }

    .tablet\:dark\:hc-from-gray-400{
      --tw-gradient-from: #a1a1aa !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
    }

    .tablet\:dark\:hc-from-gray-500{
      --tw-gradient-from: #71717a !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
    }

    .tablet\:dark\:hc-from-gray-600{
      --tw-gradient-from: #52525b !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
    }

    .tablet\:dark\:hc-from-gray-700{
      --tw-gradient-from: #3f3f46 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
    }

    .tablet\:dark\:hc-from-gray-800{
      --tw-gradient-from: #27272a !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
    }

    .tablet\:dark\:hc-from-gray-900{
      --tw-gradient-from: #18181b !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
    }

    .tablet\:dark\:hc-from-slate{
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
    }

    .tablet\:dark\:hc-from-red-50{
      --tw-gradient-from: #fef2f2 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
    }

    .tablet\:dark\:hc-from-red-100{
      --tw-gradient-from: #fee2e2 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
    }

    .tablet\:dark\:hc-from-red-200{
      --tw-gradient-from: #fecaca !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
    }

    .tablet\:dark\:hc-from-red-300{
      --tw-gradient-from: #fca5a5 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
    }

    .tablet\:dark\:hc-from-red-400{
      --tw-gradient-from: #f87171 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
    }

    .tablet\:dark\:hc-from-red-500{
      --tw-gradient-from: #ef4444 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
    }

    .tablet\:dark\:hc-from-red-600{
      --tw-gradient-from: #dc2626 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
    }

    .tablet\:dark\:hc-from-red-700{
      --tw-gradient-from: #b91c1c !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
    }

    .tablet\:dark\:hc-from-red-800{
      --tw-gradient-from: #991b1b !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
    }

    .tablet\:dark\:hc-from-red-900{
      --tw-gradient-from: #7f1d1d !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
    }

    .tablet\:dark\:hc-from-blue-50{
      --tw-gradient-from: #eff6ff !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
    }

    .tablet\:dark\:hc-from-blue-100{
      --tw-gradient-from: #dbeafe !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
    }

    .tablet\:dark\:hc-from-blue-200{
      --tw-gradient-from: #bfdbfe !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
    }

    .tablet\:dark\:hc-from-blue-300{
      --tw-gradient-from: #93c5fd !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
    }

    .tablet\:dark\:hc-from-blue-400{
      --tw-gradient-from: #60a5fa !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
    }

    .tablet\:dark\:hc-from-blue-500{
      --tw-gradient-from: #3b82f6 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
    }

    .tablet\:dark\:hc-from-blue-600{
      --tw-gradient-from: #2563eb !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
    }

    .tablet\:dark\:hc-from-blue-700{
      --tw-gradient-from: #1d4ed8 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
    }

    .tablet\:dark\:hc-from-blue-800{
      --tw-gradient-from: #1e40af !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
    }

    .tablet\:dark\:hc-from-blue-900{
      --tw-gradient-from: #1e3a8a !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
    }

    .tablet\:dark\:hc-from-purple-50{
      --tw-gradient-from: #faf5ff !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
    }

    .tablet\:dark\:hc-from-purple-100{
      --tw-gradient-from: #f3e8ff !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0)) !important;
    }

    .tablet\:dark\:hc-from-purple-200{
      --tw-gradient-from: #e9d5ff !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0)) !important;
    }

    .tablet\:dark\:hc-from-purple-300{
      --tw-gradient-from: #d8b4fe !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0)) !important;
    }

    .tablet\:dark\:hc-from-purple-400{
      --tw-gradient-from: #c084fc !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0)) !important;
    }

    .tablet\:dark\:hc-from-purple-500{
      --tw-gradient-from: #a855f7 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0)) !important;
    }

    .tablet\:dark\:hc-from-purple-600{
      --tw-gradient-from: #9333ea !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0)) !important;
    }

    .tablet\:dark\:hc-from-purple-700{
      --tw-gradient-from: #7e22ce !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0)) !important;
    }

    .tablet\:dark\:hc-from-purple-800{
      --tw-gradient-from: #6b21a8 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0)) !important;
    }

    .tablet\:dark\:hc-from-purple-900{
      --tw-gradient-from: #581c87 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0)) !important;
    }

    .tablet\:dark\:hc-from-yellow-50{
      --tw-gradient-from: #fefce8 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0)) !important;
    }

    .tablet\:dark\:hc-from-yellow-100{
      --tw-gradient-from: #fef9c3 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0)) !important;
    }

    .tablet\:dark\:hc-from-yellow-200{
      --tw-gradient-from: #fef08a !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
    }

    .tablet\:dark\:hc-from-yellow-300{
      --tw-gradient-from: #fde047 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0)) !important;
    }

    .tablet\:dark\:hc-from-yellow-400{
      --tw-gradient-from: #facc15 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0)) !important;
    }

    .tablet\:dark\:hc-from-yellow-500{
      --tw-gradient-from: #eab308 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
    }

    .tablet\:dark\:hc-from-yellow-600{
      --tw-gradient-from: #ca8a04 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0)) !important;
    }

    .tablet\:dark\:hc-from-yellow-700{
      --tw-gradient-from: #a16207 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0)) !important;
    }

    .tablet\:dark\:hc-from-yellow-800{
      --tw-gradient-from: #854d0e !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0)) !important;
    }

    .tablet\:dark\:hc-from-yellow-900{
      --tw-gradient-from: #713f12 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0)) !important;
    }

    .tablet\:dark\:hc-from-indigo-50{
      --tw-gradient-from: #eef2ff !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
    }

    .tablet\:dark\:hc-from-indigo-100{
      --tw-gradient-from: #e0e7ff !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
    }

    .tablet\:dark\:hc-from-indigo-200{
      --tw-gradient-from: #c7d2fe !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
    }

    .tablet\:dark\:hc-from-indigo-300{
      --tw-gradient-from: #a5b4fc !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
    }

    .tablet\:dark\:hc-from-indigo-400{
      --tw-gradient-from: #818cf8 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
    }

    .tablet\:dark\:hc-from-indigo-500{
      --tw-gradient-from: #6366f1 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
    }

    .tablet\:dark\:hc-from-indigo-600{
      --tw-gradient-from: #4f46e5 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
    }

    .tablet\:dark\:hc-from-indigo-700{
      --tw-gradient-from: #4338ca !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
    }

    .tablet\:dark\:hc-from-indigo-800{
      --tw-gradient-from: #3730a3 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
    }

    .tablet\:dark\:hc-from-indigo-900{
      --tw-gradient-from: #312e81 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
    }

    .tablet\:dark\:hc-from-pink-50{
      --tw-gradient-from: #fdf2f8 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
    }

    .tablet\:dark\:hc-from-pink-100{
      --tw-gradient-from: #fce7f3 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
    }

    .tablet\:dark\:hc-from-pink-200{
      --tw-gradient-from: #fbcfe8 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
    }

    .tablet\:dark\:hc-from-pink-300{
      --tw-gradient-from: #f9a8d4 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
    }

    .tablet\:dark\:hc-from-pink-400{
      --tw-gradient-from: #f472b6 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
    }

    .tablet\:dark\:hc-from-pink-500{
      --tw-gradient-from: #ec4899 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
    }

    .tablet\:dark\:hc-from-pink-600{
      --tw-gradient-from: #db2777 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
    }

    .tablet\:dark\:hc-from-pink-700{
      --tw-gradient-from: #be185d !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
    }

    .tablet\:dark\:hc-from-pink-800{
      --tw-gradient-from: #9d174d !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
    }

    .tablet\:dark\:hc-from-pink-900{
      --tw-gradient-from: #831843 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-black:hover{
      --tw-gradient-from: #000 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-white:hover{
      --tw-gradient-from: #fff !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-gray-50:hover{
      --tw-gradient-from: #fafafa !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-gray-100:hover{
      --tw-gradient-from: #f4f4f5 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-gray-200:hover{
      --tw-gradient-from: #e4e4e7 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-gray-300:hover{
      --tw-gradient-from: #d4d4d8 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-gray-400:hover{
      --tw-gradient-from: #a1a1aa !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-gray-500:hover{
      --tw-gradient-from: #71717a !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-gray-600:hover{
      --tw-gradient-from: #52525b !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-gray-700:hover{
      --tw-gradient-from: #3f3f46 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-gray-800:hover{
      --tw-gradient-from: #27272a !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-gray-900:hover{
      --tw-gradient-from: #18181b !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-slate:hover{
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-red-50:hover{
      --tw-gradient-from: #fef2f2 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-red-100:hover{
      --tw-gradient-from: #fee2e2 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-red-200:hover{
      --tw-gradient-from: #fecaca !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-red-300:hover{
      --tw-gradient-from: #fca5a5 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-red-400:hover{
      --tw-gradient-from: #f87171 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-red-500:hover{
      --tw-gradient-from: #ef4444 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-red-600:hover{
      --tw-gradient-from: #dc2626 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-red-700:hover{
      --tw-gradient-from: #b91c1c !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-red-800:hover{
      --tw-gradient-from: #991b1b !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-red-900:hover{
      --tw-gradient-from: #7f1d1d !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-blue-50:hover{
      --tw-gradient-from: #eff6ff !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-blue-100:hover{
      --tw-gradient-from: #dbeafe !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-blue-200:hover{
      --tw-gradient-from: #bfdbfe !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-blue-300:hover{
      --tw-gradient-from: #93c5fd !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-blue-400:hover{
      --tw-gradient-from: #60a5fa !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-blue-500:hover{
      --tw-gradient-from: #3b82f6 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-blue-600:hover{
      --tw-gradient-from: #2563eb !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-blue-700:hover{
      --tw-gradient-from: #1d4ed8 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-blue-800:hover{
      --tw-gradient-from: #1e40af !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-blue-900:hover{
      --tw-gradient-from: #1e3a8a !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-purple-50:hover{
      --tw-gradient-from: #faf5ff !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-purple-100:hover{
      --tw-gradient-from: #f3e8ff !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-purple-200:hover{
      --tw-gradient-from: #e9d5ff !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-purple-300:hover{
      --tw-gradient-from: #d8b4fe !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-purple-400:hover{
      --tw-gradient-from: #c084fc !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-purple-500:hover{
      --tw-gradient-from: #a855f7 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-purple-600:hover{
      --tw-gradient-from: #9333ea !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-purple-700:hover{
      --tw-gradient-from: #7e22ce !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-purple-800:hover{
      --tw-gradient-from: #6b21a8 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-purple-900:hover{
      --tw-gradient-from: #581c87 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-yellow-50:hover{
      --tw-gradient-from: #fefce8 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-yellow-100:hover{
      --tw-gradient-from: #fef9c3 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-yellow-200:hover{
      --tw-gradient-from: #fef08a !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-yellow-300:hover{
      --tw-gradient-from: #fde047 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-yellow-400:hover{
      --tw-gradient-from: #facc15 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-yellow-500:hover{
      --tw-gradient-from: #eab308 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-yellow-600:hover{
      --tw-gradient-from: #ca8a04 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-yellow-700:hover{
      --tw-gradient-from: #a16207 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-yellow-800:hover{
      --tw-gradient-from: #854d0e !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-yellow-900:hover{
      --tw-gradient-from: #713f12 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-indigo-50:hover{
      --tw-gradient-from: #eef2ff !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-indigo-100:hover{
      --tw-gradient-from: #e0e7ff !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-indigo-200:hover{
      --tw-gradient-from: #c7d2fe !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-indigo-300:hover{
      --tw-gradient-from: #a5b4fc !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-indigo-400:hover{
      --tw-gradient-from: #818cf8 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-indigo-500:hover{
      --tw-gradient-from: #6366f1 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-indigo-600:hover{
      --tw-gradient-from: #4f46e5 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-indigo-700:hover{
      --tw-gradient-from: #4338ca !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-indigo-800:hover{
      --tw-gradient-from: #3730a3 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-indigo-900:hover{
      --tw-gradient-from: #312e81 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-pink-50:hover{
      --tw-gradient-from: #fdf2f8 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-pink-100:hover{
      --tw-gradient-from: #fce7f3 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-pink-200:hover{
      --tw-gradient-from: #fbcfe8 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-pink-300:hover{
      --tw-gradient-from: #f9a8d4 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-pink-400:hover{
      --tw-gradient-from: #f472b6 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-pink-500:hover{
      --tw-gradient-from: #ec4899 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-pink-600:hover{
      --tw-gradient-from: #db2777 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-pink-700:hover{
      --tw-gradient-from: #be185d !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-pink-800:hover{
      --tw-gradient-from: #9d174d !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-from-pink-900:hover{
      --tw-gradient-from: #831843 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-black:focus{
      --tw-gradient-from: #000 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-white:focus{
      --tw-gradient-from: #fff !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-gray-50:focus{
      --tw-gradient-from: #fafafa !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-gray-100:focus{
      --tw-gradient-from: #f4f4f5 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-gray-200:focus{
      --tw-gradient-from: #e4e4e7 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-gray-300:focus{
      --tw-gradient-from: #d4d4d8 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-gray-400:focus{
      --tw-gradient-from: #a1a1aa !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-gray-500:focus{
      --tw-gradient-from: #71717a !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-gray-600:focus{
      --tw-gradient-from: #52525b !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-gray-700:focus{
      --tw-gradient-from: #3f3f46 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-gray-800:focus{
      --tw-gradient-from: #27272a !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-gray-900:focus{
      --tw-gradient-from: #18181b !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-slate:focus{
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-red-50:focus{
      --tw-gradient-from: #fef2f2 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-red-100:focus{
      --tw-gradient-from: #fee2e2 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-red-200:focus{
      --tw-gradient-from: #fecaca !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-red-300:focus{
      --tw-gradient-from: #fca5a5 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-red-400:focus{
      --tw-gradient-from: #f87171 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-red-500:focus{
      --tw-gradient-from: #ef4444 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-red-600:focus{
      --tw-gradient-from: #dc2626 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-red-700:focus{
      --tw-gradient-from: #b91c1c !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-red-800:focus{
      --tw-gradient-from: #991b1b !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-red-900:focus{
      --tw-gradient-from: #7f1d1d !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-blue-50:focus{
      --tw-gradient-from: #eff6ff !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-blue-100:focus{
      --tw-gradient-from: #dbeafe !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-blue-200:focus{
      --tw-gradient-from: #bfdbfe !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-blue-300:focus{
      --tw-gradient-from: #93c5fd !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-blue-400:focus{
      --tw-gradient-from: #60a5fa !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-blue-500:focus{
      --tw-gradient-from: #3b82f6 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-blue-600:focus{
      --tw-gradient-from: #2563eb !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-blue-700:focus{
      --tw-gradient-from: #1d4ed8 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-blue-800:focus{
      --tw-gradient-from: #1e40af !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-blue-900:focus{
      --tw-gradient-from: #1e3a8a !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-purple-50:focus{
      --tw-gradient-from: #faf5ff !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-purple-100:focus{
      --tw-gradient-from: #f3e8ff !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-purple-200:focus{
      --tw-gradient-from: #e9d5ff !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-purple-300:focus{
      --tw-gradient-from: #d8b4fe !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-purple-400:focus{
      --tw-gradient-from: #c084fc !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-purple-500:focus{
      --tw-gradient-from: #a855f7 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-purple-600:focus{
      --tw-gradient-from: #9333ea !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-purple-700:focus{
      --tw-gradient-from: #7e22ce !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-purple-800:focus{
      --tw-gradient-from: #6b21a8 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-purple-900:focus{
      --tw-gradient-from: #581c87 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-yellow-50:focus{
      --tw-gradient-from: #fefce8 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-yellow-100:focus{
      --tw-gradient-from: #fef9c3 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-yellow-200:focus{
      --tw-gradient-from: #fef08a !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-yellow-300:focus{
      --tw-gradient-from: #fde047 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-yellow-400:focus{
      --tw-gradient-from: #facc15 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-yellow-500:focus{
      --tw-gradient-from: #eab308 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-yellow-600:focus{
      --tw-gradient-from: #ca8a04 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-yellow-700:focus{
      --tw-gradient-from: #a16207 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-yellow-800:focus{
      --tw-gradient-from: #854d0e !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-yellow-900:focus{
      --tw-gradient-from: #713f12 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-indigo-50:focus{
      --tw-gradient-from: #eef2ff !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-indigo-100:focus{
      --tw-gradient-from: #e0e7ff !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-indigo-200:focus{
      --tw-gradient-from: #c7d2fe !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-indigo-300:focus{
      --tw-gradient-from: #a5b4fc !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-indigo-400:focus{
      --tw-gradient-from: #818cf8 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-indigo-500:focus{
      --tw-gradient-from: #6366f1 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-indigo-600:focus{
      --tw-gradient-from: #4f46e5 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-indigo-700:focus{
      --tw-gradient-from: #4338ca !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-indigo-800:focus{
      --tw-gradient-from: #3730a3 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-indigo-900:focus{
      --tw-gradient-from: #312e81 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-pink-50:focus{
      --tw-gradient-from: #fdf2f8 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-pink-100:focus{
      --tw-gradient-from: #fce7f3 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-pink-200:focus{
      --tw-gradient-from: #fbcfe8 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-pink-300:focus{
      --tw-gradient-from: #f9a8d4 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-pink-400:focus{
      --tw-gradient-from: #f472b6 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-pink-500:focus{
      --tw-gradient-from: #ec4899 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-pink-600:focus{
      --tw-gradient-from: #db2777 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-pink-700:focus{
      --tw-gradient-from: #be185d !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-pink-800:focus{
      --tw-gradient-from: #9d174d !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-from-pink-900:focus{
      --tw-gradient-from: #831843 !important;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
    }
  }

  .tablet\:hc-via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .tablet\:hc-via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .tablet\:hc-via-gray-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .tablet\:hc-via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .tablet\:hc-via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .tablet\:hc-via-gray-300{
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .tablet\:hc-via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .tablet\:hc-via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .tablet\:hc-via-gray-600{
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .tablet\:hc-via-gray-700{
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .tablet\:hc-via-gray-800{
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .tablet\:hc-via-gray-900{
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .tablet\:hc-via-slate{
    --tw-gradient-stops: var(--tw-gradient-from), undefined, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .tablet\:hc-via-red-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .tablet\:hc-via-red-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .tablet\:hc-via-red-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .tablet\:hc-via-red-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .tablet\:hc-via-red-400{
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .tablet\:hc-via-red-500{
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .tablet\:hc-via-red-600{
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .tablet\:hc-via-red-700{
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .tablet\:hc-via-red-800{
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .tablet\:hc-via-red-900{
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .tablet\:hc-via-blue-50{
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .tablet\:hc-via-blue-100{
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .tablet\:hc-via-blue-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .tablet\:hc-via-blue-300{
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .tablet\:hc-via-blue-400{
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .tablet\:hc-via-blue-500{
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .tablet\:hc-via-blue-600{
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .tablet\:hc-via-blue-700{
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .tablet\:hc-via-blue-800{
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .tablet\:hc-via-blue-900{
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .tablet\:hc-via-purple-50{
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .tablet\:hc-via-purple-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0)) !important;
  }

  .tablet\:hc-via-purple-200{
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0)) !important;
  }

  .tablet\:hc-via-purple-300{
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0)) !important;
  }

  .tablet\:hc-via-purple-400{
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0)) !important;
  }

  .tablet\:hc-via-purple-500{
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0)) !important;
  }

  .tablet\:hc-via-purple-600{
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0)) !important;
  }

  .tablet\:hc-via-purple-700{
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0)) !important;
  }

  .tablet\:hc-via-purple-800{
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0)) !important;
  }

  .tablet\:hc-via-purple-900{
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0)) !important;
  }

  .tablet\:hc-via-yellow-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0)) !important;
  }

  .tablet\:hc-via-yellow-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0)) !important;
  }

  .tablet\:hc-via-yellow-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .tablet\:hc-via-yellow-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0)) !important;
  }

  .tablet\:hc-via-yellow-400{
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0)) !important;
  }

  .tablet\:hc-via-yellow-500{
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .tablet\:hc-via-yellow-600{
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0)) !important;
  }

  .tablet\:hc-via-yellow-700{
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0)) !important;
  }

  .tablet\:hc-via-yellow-800{
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0)) !important;
  }

  .tablet\:hc-via-yellow-900{
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0)) !important;
  }

  .tablet\:hc-via-indigo-50{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .tablet\:hc-via-indigo-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .tablet\:hc-via-indigo-200{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .tablet\:hc-via-indigo-300{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .tablet\:hc-via-indigo-400{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .tablet\:hc-via-indigo-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .tablet\:hc-via-indigo-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .tablet\:hc-via-indigo-700{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .tablet\:hc-via-indigo-800{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .tablet\:hc-via-indigo-900{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .tablet\:hc-via-pink-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .tablet\:hc-via-pink-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .tablet\:hc-via-pink-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .tablet\:hc-via-pink-300{
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .tablet\:hc-via-pink-400{
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .tablet\:hc-via-pink-500{
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .tablet\:hc-via-pink-600{
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .tablet\:hc-via-pink-700{
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .tablet\:hc-via-pink-800{
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .tablet\:hc-via-pink-900{
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .tablet\:hover\:hc-via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .tablet\:hover\:hc-via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .tablet\:hover\:hc-via-gray-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .tablet\:hover\:hc-via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .tablet\:hover\:hc-via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .tablet\:hover\:hc-via-gray-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .tablet\:hover\:hc-via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .tablet\:hover\:hc-via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .tablet\:hover\:hc-via-gray-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .tablet\:hover\:hc-via-gray-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .tablet\:hover\:hc-via-gray-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .tablet\:hover\:hc-via-gray-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .tablet\:hover\:hc-via-slate:hover{
    --tw-gradient-stops: var(--tw-gradient-from), undefined, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .tablet\:hover\:hc-via-red-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .tablet\:hover\:hc-via-red-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .tablet\:hover\:hc-via-red-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .tablet\:hover\:hc-via-red-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .tablet\:hover\:hc-via-red-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .tablet\:hover\:hc-via-red-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .tablet\:hover\:hc-via-red-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .tablet\:hover\:hc-via-red-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .tablet\:hover\:hc-via-red-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .tablet\:hover\:hc-via-red-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .tablet\:hover\:hc-via-blue-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .tablet\:hover\:hc-via-blue-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .tablet\:hover\:hc-via-blue-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .tablet\:hover\:hc-via-blue-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .tablet\:hover\:hc-via-blue-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .tablet\:hover\:hc-via-blue-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .tablet\:hover\:hc-via-blue-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .tablet\:hover\:hc-via-blue-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .tablet\:hover\:hc-via-blue-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .tablet\:hover\:hc-via-blue-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .tablet\:hover\:hc-via-purple-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .tablet\:hover\:hc-via-purple-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0)) !important;
  }

  .tablet\:hover\:hc-via-purple-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0)) !important;
  }

  .tablet\:hover\:hc-via-purple-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0)) !important;
  }

  .tablet\:hover\:hc-via-purple-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0)) !important;
  }

  .tablet\:hover\:hc-via-purple-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0)) !important;
  }

  .tablet\:hover\:hc-via-purple-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0)) !important;
  }

  .tablet\:hover\:hc-via-purple-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0)) !important;
  }

  .tablet\:hover\:hc-via-purple-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0)) !important;
  }

  .tablet\:hover\:hc-via-purple-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0)) !important;
  }

  .tablet\:hover\:hc-via-yellow-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0)) !important;
  }

  .tablet\:hover\:hc-via-yellow-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0)) !important;
  }

  .tablet\:hover\:hc-via-yellow-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .tablet\:hover\:hc-via-yellow-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0)) !important;
  }

  .tablet\:hover\:hc-via-yellow-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0)) !important;
  }

  .tablet\:hover\:hc-via-yellow-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .tablet\:hover\:hc-via-yellow-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0)) !important;
  }

  .tablet\:hover\:hc-via-yellow-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0)) !important;
  }

  .tablet\:hover\:hc-via-yellow-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0)) !important;
  }

  .tablet\:hover\:hc-via-yellow-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0)) !important;
  }

  .tablet\:hover\:hc-via-indigo-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .tablet\:hover\:hc-via-indigo-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .tablet\:hover\:hc-via-indigo-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .tablet\:hover\:hc-via-indigo-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .tablet\:hover\:hc-via-indigo-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .tablet\:hover\:hc-via-indigo-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .tablet\:hover\:hc-via-indigo-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .tablet\:hover\:hc-via-indigo-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .tablet\:hover\:hc-via-indigo-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .tablet\:hover\:hc-via-indigo-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .tablet\:hover\:hc-via-pink-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .tablet\:hover\:hc-via-pink-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .tablet\:hover\:hc-via-pink-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .tablet\:hover\:hc-via-pink-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .tablet\:hover\:hc-via-pink-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .tablet\:hover\:hc-via-pink-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .tablet\:hover\:hc-via-pink-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .tablet\:hover\:hc-via-pink-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .tablet\:hover\:hc-via-pink-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .tablet\:hover\:hc-via-pink-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .tablet\:focus\:hc-via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .tablet\:focus\:hc-via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .tablet\:focus\:hc-via-gray-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .tablet\:focus\:hc-via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .tablet\:focus\:hc-via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .tablet\:focus\:hc-via-gray-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .tablet\:focus\:hc-via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .tablet\:focus\:hc-via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .tablet\:focus\:hc-via-gray-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .tablet\:focus\:hc-via-gray-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .tablet\:focus\:hc-via-gray-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .tablet\:focus\:hc-via-gray-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .tablet\:focus\:hc-via-slate:focus{
    --tw-gradient-stops: var(--tw-gradient-from), undefined, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .tablet\:focus\:hc-via-red-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .tablet\:focus\:hc-via-red-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .tablet\:focus\:hc-via-red-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .tablet\:focus\:hc-via-red-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .tablet\:focus\:hc-via-red-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .tablet\:focus\:hc-via-red-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .tablet\:focus\:hc-via-red-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .tablet\:focus\:hc-via-red-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .tablet\:focus\:hc-via-red-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .tablet\:focus\:hc-via-red-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .tablet\:focus\:hc-via-blue-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .tablet\:focus\:hc-via-blue-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .tablet\:focus\:hc-via-blue-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .tablet\:focus\:hc-via-blue-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .tablet\:focus\:hc-via-blue-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .tablet\:focus\:hc-via-blue-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .tablet\:focus\:hc-via-blue-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .tablet\:focus\:hc-via-blue-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .tablet\:focus\:hc-via-blue-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .tablet\:focus\:hc-via-blue-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .tablet\:focus\:hc-via-purple-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .tablet\:focus\:hc-via-purple-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0)) !important;
  }

  .tablet\:focus\:hc-via-purple-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0)) !important;
  }

  .tablet\:focus\:hc-via-purple-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0)) !important;
  }

  .tablet\:focus\:hc-via-purple-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0)) !important;
  }

  .tablet\:focus\:hc-via-purple-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0)) !important;
  }

  .tablet\:focus\:hc-via-purple-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0)) !important;
  }

  .tablet\:focus\:hc-via-purple-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0)) !important;
  }

  .tablet\:focus\:hc-via-purple-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0)) !important;
  }

  .tablet\:focus\:hc-via-purple-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0)) !important;
  }

  .tablet\:focus\:hc-via-yellow-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0)) !important;
  }

  .tablet\:focus\:hc-via-yellow-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0)) !important;
  }

  .tablet\:focus\:hc-via-yellow-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .tablet\:focus\:hc-via-yellow-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0)) !important;
  }

  .tablet\:focus\:hc-via-yellow-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0)) !important;
  }

  .tablet\:focus\:hc-via-yellow-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .tablet\:focus\:hc-via-yellow-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0)) !important;
  }

  .tablet\:focus\:hc-via-yellow-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0)) !important;
  }

  .tablet\:focus\:hc-via-yellow-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0)) !important;
  }

  .tablet\:focus\:hc-via-yellow-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0)) !important;
  }

  .tablet\:focus\:hc-via-indigo-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .tablet\:focus\:hc-via-indigo-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .tablet\:focus\:hc-via-indigo-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .tablet\:focus\:hc-via-indigo-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .tablet\:focus\:hc-via-indigo-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .tablet\:focus\:hc-via-indigo-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .tablet\:focus\:hc-via-indigo-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .tablet\:focus\:hc-via-indigo-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .tablet\:focus\:hc-via-indigo-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .tablet\:focus\:hc-via-indigo-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .tablet\:focus\:hc-via-pink-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .tablet\:focus\:hc-via-pink-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .tablet\:focus\:hc-via-pink-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .tablet\:focus\:hc-via-pink-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .tablet\:focus\:hc-via-pink-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .tablet\:focus\:hc-via-pink-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .tablet\:focus\:hc-via-pink-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .tablet\:focus\:hc-via-pink-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .tablet\:focus\:hc-via-pink-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .tablet\:focus\:hc-via-pink-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  @media (prefers-color-scheme: dark){
    .tablet\:dark\:hc-via-black{
      --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
    }

    .tablet\:dark\:hc-via-white{
      --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
    }

    .tablet\:dark\:hc-via-gray-50{
      --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
    }

    .tablet\:dark\:hc-via-gray-100{
      --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
    }

    .tablet\:dark\:hc-via-gray-200{
      --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
    }

    .tablet\:dark\:hc-via-gray-300{
      --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
    }

    .tablet\:dark\:hc-via-gray-400{
      --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
    }

    .tablet\:dark\:hc-via-gray-500{
      --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
    }

    .tablet\:dark\:hc-via-gray-600{
      --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
    }

    .tablet\:dark\:hc-via-gray-700{
      --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
    }

    .tablet\:dark\:hc-via-gray-800{
      --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
    }

    .tablet\:dark\:hc-via-gray-900{
      --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
    }

    .tablet\:dark\:hc-via-slate{
      --tw-gradient-stops: var(--tw-gradient-from), undefined, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
    }

    .tablet\:dark\:hc-via-red-50{
      --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
    }

    .tablet\:dark\:hc-via-red-100{
      --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
    }

    .tablet\:dark\:hc-via-red-200{
      --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
    }

    .tablet\:dark\:hc-via-red-300{
      --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
    }

    .tablet\:dark\:hc-via-red-400{
      --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
    }

    .tablet\:dark\:hc-via-red-500{
      --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
    }

    .tablet\:dark\:hc-via-red-600{
      --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
    }

    .tablet\:dark\:hc-via-red-700{
      --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
    }

    .tablet\:dark\:hc-via-red-800{
      --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
    }

    .tablet\:dark\:hc-via-red-900{
      --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
    }

    .tablet\:dark\:hc-via-blue-50{
      --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
    }

    .tablet\:dark\:hc-via-blue-100{
      --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
    }

    .tablet\:dark\:hc-via-blue-200{
      --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
    }

    .tablet\:dark\:hc-via-blue-300{
      --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
    }

    .tablet\:dark\:hc-via-blue-400{
      --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
    }

    .tablet\:dark\:hc-via-blue-500{
      --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
    }

    .tablet\:dark\:hc-via-blue-600{
      --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
    }

    .tablet\:dark\:hc-via-blue-700{
      --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
    }

    .tablet\:dark\:hc-via-blue-800{
      --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
    }

    .tablet\:dark\:hc-via-blue-900{
      --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
    }

    .tablet\:dark\:hc-via-purple-50{
      --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
    }

    .tablet\:dark\:hc-via-purple-100{
      --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0)) !important;
    }

    .tablet\:dark\:hc-via-purple-200{
      --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0)) !important;
    }

    .tablet\:dark\:hc-via-purple-300{
      --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0)) !important;
    }

    .tablet\:dark\:hc-via-purple-400{
      --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0)) !important;
    }

    .tablet\:dark\:hc-via-purple-500{
      --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0)) !important;
    }

    .tablet\:dark\:hc-via-purple-600{
      --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0)) !important;
    }

    .tablet\:dark\:hc-via-purple-700{
      --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0)) !important;
    }

    .tablet\:dark\:hc-via-purple-800{
      --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0)) !important;
    }

    .tablet\:dark\:hc-via-purple-900{
      --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0)) !important;
    }

    .tablet\:dark\:hc-via-yellow-50{
      --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0)) !important;
    }

    .tablet\:dark\:hc-via-yellow-100{
      --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0)) !important;
    }

    .tablet\:dark\:hc-via-yellow-200{
      --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
    }

    .tablet\:dark\:hc-via-yellow-300{
      --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0)) !important;
    }

    .tablet\:dark\:hc-via-yellow-400{
      --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0)) !important;
    }

    .tablet\:dark\:hc-via-yellow-500{
      --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
    }

    .tablet\:dark\:hc-via-yellow-600{
      --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0)) !important;
    }

    .tablet\:dark\:hc-via-yellow-700{
      --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0)) !important;
    }

    .tablet\:dark\:hc-via-yellow-800{
      --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0)) !important;
    }

    .tablet\:dark\:hc-via-yellow-900{
      --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0)) !important;
    }

    .tablet\:dark\:hc-via-indigo-50{
      --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
    }

    .tablet\:dark\:hc-via-indigo-100{
      --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
    }

    .tablet\:dark\:hc-via-indigo-200{
      --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
    }

    .tablet\:dark\:hc-via-indigo-300{
      --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
    }

    .tablet\:dark\:hc-via-indigo-400{
      --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
    }

    .tablet\:dark\:hc-via-indigo-500{
      --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
    }

    .tablet\:dark\:hc-via-indigo-600{
      --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
    }

    .tablet\:dark\:hc-via-indigo-700{
      --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
    }

    .tablet\:dark\:hc-via-indigo-800{
      --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
    }

    .tablet\:dark\:hc-via-indigo-900{
      --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
    }

    .tablet\:dark\:hc-via-pink-50{
      --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
    }

    .tablet\:dark\:hc-via-pink-100{
      --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
    }

    .tablet\:dark\:hc-via-pink-200{
      --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
    }

    .tablet\:dark\:hc-via-pink-300{
      --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
    }

    .tablet\:dark\:hc-via-pink-400{
      --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
    }

    .tablet\:dark\:hc-via-pink-500{
      --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
    }

    .tablet\:dark\:hc-via-pink-600{
      --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
    }

    .tablet\:dark\:hc-via-pink-700{
      --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
    }

    .tablet\:dark\:hc-via-pink-800{
      --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
    }

    .tablet\:dark\:hc-via-pink-900{
      --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-black:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-white:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-gray-50:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-gray-100:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-gray-200:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-gray-300:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-gray-400:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-gray-500:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-gray-600:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-gray-700:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-gray-800:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-gray-900:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-slate:hover{
      --tw-gradient-stops: var(--tw-gradient-from), undefined, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-red-50:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-red-100:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-red-200:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-red-300:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-red-400:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-red-500:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-red-600:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-red-700:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-red-800:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-red-900:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-blue-50:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-blue-100:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-blue-200:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-blue-300:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-blue-400:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-blue-500:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-blue-600:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-blue-700:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-blue-800:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-blue-900:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-purple-50:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-purple-100:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-purple-200:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-purple-300:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-purple-400:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-purple-500:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-purple-600:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-purple-700:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-purple-800:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-purple-900:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-yellow-50:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-yellow-100:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-yellow-200:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-yellow-300:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-yellow-400:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-yellow-500:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-yellow-600:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-yellow-700:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-yellow-800:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-yellow-900:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-indigo-50:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-indigo-100:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-indigo-200:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-indigo-300:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-indigo-400:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-indigo-500:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-indigo-600:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-indigo-700:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-indigo-800:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-indigo-900:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-pink-50:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-pink-100:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-pink-200:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-pink-300:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-pink-400:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-pink-500:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-pink-600:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-pink-700:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-pink-800:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
    }

    .tablet\:dark\:hover\:hc-via-pink-900:hover{
      --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-black:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-white:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-gray-50:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-gray-100:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-gray-200:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-gray-300:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-gray-400:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-gray-500:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-gray-600:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-gray-700:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-gray-800:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-gray-900:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-slate:focus{
      --tw-gradient-stops: var(--tw-gradient-from), undefined, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-red-50:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-red-100:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-red-200:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-red-300:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-red-400:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-red-500:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-red-600:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-red-700:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-red-800:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-red-900:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-blue-50:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-blue-100:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-blue-200:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-blue-300:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-blue-400:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-blue-500:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-blue-600:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-blue-700:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-blue-800:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-blue-900:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-purple-50:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-purple-100:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-purple-200:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-purple-300:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-purple-400:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-purple-500:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-purple-600:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-purple-700:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-purple-800:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-purple-900:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-yellow-50:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-yellow-100:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-yellow-200:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-yellow-300:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-yellow-400:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-yellow-500:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-yellow-600:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-yellow-700:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-yellow-800:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-yellow-900:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-indigo-50:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-indigo-100:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-indigo-200:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-indigo-300:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-indigo-400:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-indigo-500:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-indigo-600:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-indigo-700:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-indigo-800:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-indigo-900:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-pink-50:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-pink-100:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-pink-200:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-pink-300:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-pink-400:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-pink-500:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-pink-600:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-pink-700:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-pink-800:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
    }

    .tablet\:dark\:focus\:hc-via-pink-900:focus{
      --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
    }
  }

  .tablet\:hc-to-black{
    --tw-gradient-to: #000 !important;
  }

  .tablet\:hc-to-white{
    --tw-gradient-to: #fff !important;
  }

  .tablet\:hc-to-gray-50{
    --tw-gradient-to: #fafafa !important;
  }

  .tablet\:hc-to-gray-100{
    --tw-gradient-to: #f4f4f5 !important;
  }

  .tablet\:hc-to-gray-200{
    --tw-gradient-to: #e4e4e7 !important;
  }

  .tablet\:hc-to-gray-300{
    --tw-gradient-to: #d4d4d8 !important;
  }

  .tablet\:hc-to-gray-400{
    --tw-gradient-to: #a1a1aa !important;
  }

  .tablet\:hc-to-gray-500{
    --tw-gradient-to: #71717a !important;
  }

  .tablet\:hc-to-gray-600{
    --tw-gradient-to: #52525b !important;
  }

  .tablet\:hc-to-gray-700{
    --tw-gradient-to: #3f3f46 !important;
  }

  .tablet\:hc-to-gray-800{
    --tw-gradient-to: #27272a !important;
  }

  .tablet\:hc-to-gray-900{
    --tw-gradient-to: #18181b !important;
  }

  .tablet\:hc-to-slate{
  }

  .tablet\:hc-to-red-50{
    --tw-gradient-to: #fef2f2 !important;
  }

  .tablet\:hc-to-red-100{
    --tw-gradient-to: #fee2e2 !important;
  }

  .tablet\:hc-to-red-200{
    --tw-gradient-to: #fecaca !important;
  }

  .tablet\:hc-to-red-300{
    --tw-gradient-to: #fca5a5 !important;
  }

  .tablet\:hc-to-red-400{
    --tw-gradient-to: #f87171 !important;
  }

  .tablet\:hc-to-red-500{
    --tw-gradient-to: #ef4444 !important;
  }

  .tablet\:hc-to-red-600{
    --tw-gradient-to: #dc2626 !important;
  }

  .tablet\:hc-to-red-700{
    --tw-gradient-to: #b91c1c !important;
  }

  .tablet\:hc-to-red-800{
    --tw-gradient-to: #991b1b !important;
  }

  .tablet\:hc-to-red-900{
    --tw-gradient-to: #7f1d1d !important;
  }

  .tablet\:hc-to-blue-50{
    --tw-gradient-to: #eff6ff !important;
  }

  .tablet\:hc-to-blue-100{
    --tw-gradient-to: #dbeafe !important;
  }

  .tablet\:hc-to-blue-200{
    --tw-gradient-to: #bfdbfe !important;
  }

  .tablet\:hc-to-blue-300{
    --tw-gradient-to: #93c5fd !important;
  }

  .tablet\:hc-to-blue-400{
    --tw-gradient-to: #60a5fa !important;
  }

  .tablet\:hc-to-blue-500{
    --tw-gradient-to: #3b82f6 !important;
  }

  .tablet\:hc-to-blue-600{
    --tw-gradient-to: #2563eb !important;
  }

  .tablet\:hc-to-blue-700{
    --tw-gradient-to: #1d4ed8 !important;
  }

  .tablet\:hc-to-blue-800{
    --tw-gradient-to: #1e40af !important;
  }

  .tablet\:hc-to-blue-900{
    --tw-gradient-to: #1e3a8a !important;
  }

  .tablet\:hc-to-purple-50{
    --tw-gradient-to: #faf5ff !important;
  }

  .tablet\:hc-to-purple-100{
    --tw-gradient-to: #f3e8ff !important;
  }

  .tablet\:hc-to-purple-200{
    --tw-gradient-to: #e9d5ff !important;
  }

  .tablet\:hc-to-purple-300{
    --tw-gradient-to: #d8b4fe !important;
  }

  .tablet\:hc-to-purple-400{
    --tw-gradient-to: #c084fc !important;
  }

  .tablet\:hc-to-purple-500{
    --tw-gradient-to: #a855f7 !important;
  }

  .tablet\:hc-to-purple-600{
    --tw-gradient-to: #9333ea !important;
  }

  .tablet\:hc-to-purple-700{
    --tw-gradient-to: #7e22ce !important;
  }

  .tablet\:hc-to-purple-800{
    --tw-gradient-to: #6b21a8 !important;
  }

  .tablet\:hc-to-purple-900{
    --tw-gradient-to: #581c87 !important;
  }

  .tablet\:hc-to-yellow-50{
    --tw-gradient-to: #fefce8 !important;
  }

  .tablet\:hc-to-yellow-100{
    --tw-gradient-to: #fef9c3 !important;
  }

  .tablet\:hc-to-yellow-200{
    --tw-gradient-to: #fef08a !important;
  }

  .tablet\:hc-to-yellow-300{
    --tw-gradient-to: #fde047 !important;
  }

  .tablet\:hc-to-yellow-400{
    --tw-gradient-to: #facc15 !important;
  }

  .tablet\:hc-to-yellow-500{
    --tw-gradient-to: #eab308 !important;
  }

  .tablet\:hc-to-yellow-600{
    --tw-gradient-to: #ca8a04 !important;
  }

  .tablet\:hc-to-yellow-700{
    --tw-gradient-to: #a16207 !important;
  }

  .tablet\:hc-to-yellow-800{
    --tw-gradient-to: #854d0e !important;
  }

  .tablet\:hc-to-yellow-900{
    --tw-gradient-to: #713f12 !important;
  }

  .tablet\:hc-to-indigo-50{
    --tw-gradient-to: #eef2ff !important;
  }

  .tablet\:hc-to-indigo-100{
    --tw-gradient-to: #e0e7ff !important;
  }

  .tablet\:hc-to-indigo-200{
    --tw-gradient-to: #c7d2fe !important;
  }

  .tablet\:hc-to-indigo-300{
    --tw-gradient-to: #a5b4fc !important;
  }

  .tablet\:hc-to-indigo-400{
    --tw-gradient-to: #818cf8 !important;
  }

  .tablet\:hc-to-indigo-500{
    --tw-gradient-to: #6366f1 !important;
  }

  .tablet\:hc-to-indigo-600{
    --tw-gradient-to: #4f46e5 !important;
  }

  .tablet\:hc-to-indigo-700{
    --tw-gradient-to: #4338ca !important;
  }

  .tablet\:hc-to-indigo-800{
    --tw-gradient-to: #3730a3 !important;
  }

  .tablet\:hc-to-indigo-900{
    --tw-gradient-to: #312e81 !important;
  }

  .tablet\:hc-to-pink-50{
    --tw-gradient-to: #fdf2f8 !important;
  }

  .tablet\:hc-to-pink-100{
    --tw-gradient-to: #fce7f3 !important;
  }

  .tablet\:hc-to-pink-200{
    --tw-gradient-to: #fbcfe8 !important;
  }

  .tablet\:hc-to-pink-300{
    --tw-gradient-to: #f9a8d4 !important;
  }

  .tablet\:hc-to-pink-400{
    --tw-gradient-to: #f472b6 !important;
  }

  .tablet\:hc-to-pink-500{
    --tw-gradient-to: #ec4899 !important;
  }

  .tablet\:hc-to-pink-600{
    --tw-gradient-to: #db2777 !important;
  }

  .tablet\:hc-to-pink-700{
    --tw-gradient-to: #be185d !important;
  }

  .tablet\:hc-to-pink-800{
    --tw-gradient-to: #9d174d !important;
  }

  .tablet\:hc-to-pink-900{
    --tw-gradient-to: #831843 !important;
  }

  .tablet\:hover\:hc-to-black:hover{
    --tw-gradient-to: #000 !important;
  }

  .tablet\:hover\:hc-to-white:hover{
    --tw-gradient-to: #fff !important;
  }

  .tablet\:hover\:hc-to-gray-50:hover{
    --tw-gradient-to: #fafafa !important;
  }

  .tablet\:hover\:hc-to-gray-100:hover{
    --tw-gradient-to: #f4f4f5 !important;
  }

  .tablet\:hover\:hc-to-gray-200:hover{
    --tw-gradient-to: #e4e4e7 !important;
  }

  .tablet\:hover\:hc-to-gray-300:hover{
    --tw-gradient-to: #d4d4d8 !important;
  }

  .tablet\:hover\:hc-to-gray-400:hover{
    --tw-gradient-to: #a1a1aa !important;
  }

  .tablet\:hover\:hc-to-gray-500:hover{
    --tw-gradient-to: #71717a !important;
  }

  .tablet\:hover\:hc-to-gray-600:hover{
    --tw-gradient-to: #52525b !important;
  }

  .tablet\:hover\:hc-to-gray-700:hover{
    --tw-gradient-to: #3f3f46 !important;
  }

  .tablet\:hover\:hc-to-gray-800:hover{
    --tw-gradient-to: #27272a !important;
  }

  .tablet\:hover\:hc-to-gray-900:hover{
    --tw-gradient-to: #18181b !important;
  }

  .tablet\:hover\:hc-to-slate:hover{
  }

  .tablet\:hover\:hc-to-red-50:hover{
    --tw-gradient-to: #fef2f2 !important;
  }

  .tablet\:hover\:hc-to-red-100:hover{
    --tw-gradient-to: #fee2e2 !important;
  }

  .tablet\:hover\:hc-to-red-200:hover{
    --tw-gradient-to: #fecaca !important;
  }

  .tablet\:hover\:hc-to-red-300:hover{
    --tw-gradient-to: #fca5a5 !important;
  }

  .tablet\:hover\:hc-to-red-400:hover{
    --tw-gradient-to: #f87171 !important;
  }

  .tablet\:hover\:hc-to-red-500:hover{
    --tw-gradient-to: #ef4444 !important;
  }

  .tablet\:hover\:hc-to-red-600:hover{
    --tw-gradient-to: #dc2626 !important;
  }

  .tablet\:hover\:hc-to-red-700:hover{
    --tw-gradient-to: #b91c1c !important;
  }

  .tablet\:hover\:hc-to-red-800:hover{
    --tw-gradient-to: #991b1b !important;
  }

  .tablet\:hover\:hc-to-red-900:hover{
    --tw-gradient-to: #7f1d1d !important;
  }

  .tablet\:hover\:hc-to-blue-50:hover{
    --tw-gradient-to: #eff6ff !important;
  }

  .tablet\:hover\:hc-to-blue-100:hover{
    --tw-gradient-to: #dbeafe !important;
  }

  .tablet\:hover\:hc-to-blue-200:hover{
    --tw-gradient-to: #bfdbfe !important;
  }

  .tablet\:hover\:hc-to-blue-300:hover{
    --tw-gradient-to: #93c5fd !important;
  }

  .tablet\:hover\:hc-to-blue-400:hover{
    --tw-gradient-to: #60a5fa !important;
  }

  .tablet\:hover\:hc-to-blue-500:hover{
    --tw-gradient-to: #3b82f6 !important;
  }

  .tablet\:hover\:hc-to-blue-600:hover{
    --tw-gradient-to: #2563eb !important;
  }

  .tablet\:hover\:hc-to-blue-700:hover{
    --tw-gradient-to: #1d4ed8 !important;
  }

  .tablet\:hover\:hc-to-blue-800:hover{
    --tw-gradient-to: #1e40af !important;
  }

  .tablet\:hover\:hc-to-blue-900:hover{
    --tw-gradient-to: #1e3a8a !important;
  }

  .tablet\:hover\:hc-to-purple-50:hover{
    --tw-gradient-to: #faf5ff !important;
  }

  .tablet\:hover\:hc-to-purple-100:hover{
    --tw-gradient-to: #f3e8ff !important;
  }

  .tablet\:hover\:hc-to-purple-200:hover{
    --tw-gradient-to: #e9d5ff !important;
  }

  .tablet\:hover\:hc-to-purple-300:hover{
    --tw-gradient-to: #d8b4fe !important;
  }

  .tablet\:hover\:hc-to-purple-400:hover{
    --tw-gradient-to: #c084fc !important;
  }

  .tablet\:hover\:hc-to-purple-500:hover{
    --tw-gradient-to: #a855f7 !important;
  }

  .tablet\:hover\:hc-to-purple-600:hover{
    --tw-gradient-to: #9333ea !important;
  }

  .tablet\:hover\:hc-to-purple-700:hover{
    --tw-gradient-to: #7e22ce !important;
  }

  .tablet\:hover\:hc-to-purple-800:hover{
    --tw-gradient-to: #6b21a8 !important;
  }

  .tablet\:hover\:hc-to-purple-900:hover{
    --tw-gradient-to: #581c87 !important;
  }

  .tablet\:hover\:hc-to-yellow-50:hover{
    --tw-gradient-to: #fefce8 !important;
  }

  .tablet\:hover\:hc-to-yellow-100:hover{
    --tw-gradient-to: #fef9c3 !important;
  }

  .tablet\:hover\:hc-to-yellow-200:hover{
    --tw-gradient-to: #fef08a !important;
  }

  .tablet\:hover\:hc-to-yellow-300:hover{
    --tw-gradient-to: #fde047 !important;
  }

  .tablet\:hover\:hc-to-yellow-400:hover{
    --tw-gradient-to: #facc15 !important;
  }

  .tablet\:hover\:hc-to-yellow-500:hover{
    --tw-gradient-to: #eab308 !important;
  }

  .tablet\:hover\:hc-to-yellow-600:hover{
    --tw-gradient-to: #ca8a04 !important;
  }

  .tablet\:hover\:hc-to-yellow-700:hover{
    --tw-gradient-to: #a16207 !important;
  }

  .tablet\:hover\:hc-to-yellow-800:hover{
    --tw-gradient-to: #854d0e !important;
  }

  .tablet\:hover\:hc-to-yellow-900:hover{
    --tw-gradient-to: #713f12 !important;
  }

  .tablet\:hover\:hc-to-indigo-50:hover{
    --tw-gradient-to: #eef2ff !important;
  }

  .tablet\:hover\:hc-to-indigo-100:hover{
    --tw-gradient-to: #e0e7ff !important;
  }

  .tablet\:hover\:hc-to-indigo-200:hover{
    --tw-gradient-to: #c7d2fe !important;
  }

  .tablet\:hover\:hc-to-indigo-300:hover{
    --tw-gradient-to: #a5b4fc !important;
  }

  .tablet\:hover\:hc-to-indigo-400:hover{
    --tw-gradient-to: #818cf8 !important;
  }

  .tablet\:hover\:hc-to-indigo-500:hover{
    --tw-gradient-to: #6366f1 !important;
  }

  .tablet\:hover\:hc-to-indigo-600:hover{
    --tw-gradient-to: #4f46e5 !important;
  }

  .tablet\:hover\:hc-to-indigo-700:hover{
    --tw-gradient-to: #4338ca !important;
  }

  .tablet\:hover\:hc-to-indigo-800:hover{
    --tw-gradient-to: #3730a3 !important;
  }

  .tablet\:hover\:hc-to-indigo-900:hover{
    --tw-gradient-to: #312e81 !important;
  }

  .tablet\:hover\:hc-to-pink-50:hover{
    --tw-gradient-to: #fdf2f8 !important;
  }

  .tablet\:hover\:hc-to-pink-100:hover{
    --tw-gradient-to: #fce7f3 !important;
  }

  .tablet\:hover\:hc-to-pink-200:hover{
    --tw-gradient-to: #fbcfe8 !important;
  }

  .tablet\:hover\:hc-to-pink-300:hover{
    --tw-gradient-to: #f9a8d4 !important;
  }

  .tablet\:hover\:hc-to-pink-400:hover{
    --tw-gradient-to: #f472b6 !important;
  }

  .tablet\:hover\:hc-to-pink-500:hover{
    --tw-gradient-to: #ec4899 !important;
  }

  .tablet\:hover\:hc-to-pink-600:hover{
    --tw-gradient-to: #db2777 !important;
  }

  .tablet\:hover\:hc-to-pink-700:hover{
    --tw-gradient-to: #be185d !important;
  }

  .tablet\:hover\:hc-to-pink-800:hover{
    --tw-gradient-to: #9d174d !important;
  }

  .tablet\:hover\:hc-to-pink-900:hover{
    --tw-gradient-to: #831843 !important;
  }

  .tablet\:focus\:hc-to-black:focus{
    --tw-gradient-to: #000 !important;
  }

  .tablet\:focus\:hc-to-white:focus{
    --tw-gradient-to: #fff !important;
  }

  .tablet\:focus\:hc-to-gray-50:focus{
    --tw-gradient-to: #fafafa !important;
  }

  .tablet\:focus\:hc-to-gray-100:focus{
    --tw-gradient-to: #f4f4f5 !important;
  }

  .tablet\:focus\:hc-to-gray-200:focus{
    --tw-gradient-to: #e4e4e7 !important;
  }

  .tablet\:focus\:hc-to-gray-300:focus{
    --tw-gradient-to: #d4d4d8 !important;
  }

  .tablet\:focus\:hc-to-gray-400:focus{
    --tw-gradient-to: #a1a1aa !important;
  }

  .tablet\:focus\:hc-to-gray-500:focus{
    --tw-gradient-to: #71717a !important;
  }

  .tablet\:focus\:hc-to-gray-600:focus{
    --tw-gradient-to: #52525b !important;
  }

  .tablet\:focus\:hc-to-gray-700:focus{
    --tw-gradient-to: #3f3f46 !important;
  }

  .tablet\:focus\:hc-to-gray-800:focus{
    --tw-gradient-to: #27272a !important;
  }

  .tablet\:focus\:hc-to-gray-900:focus{
    --tw-gradient-to: #18181b !important;
  }

  .tablet\:focus\:hc-to-slate:focus{
  }

  .tablet\:focus\:hc-to-red-50:focus{
    --tw-gradient-to: #fef2f2 !important;
  }

  .tablet\:focus\:hc-to-red-100:focus{
    --tw-gradient-to: #fee2e2 !important;
  }

  .tablet\:focus\:hc-to-red-200:focus{
    --tw-gradient-to: #fecaca !important;
  }

  .tablet\:focus\:hc-to-red-300:focus{
    --tw-gradient-to: #fca5a5 !important;
  }

  .tablet\:focus\:hc-to-red-400:focus{
    --tw-gradient-to: #f87171 !important;
  }

  .tablet\:focus\:hc-to-red-500:focus{
    --tw-gradient-to: #ef4444 !important;
  }

  .tablet\:focus\:hc-to-red-600:focus{
    --tw-gradient-to: #dc2626 !important;
  }

  .tablet\:focus\:hc-to-red-700:focus{
    --tw-gradient-to: #b91c1c !important;
  }

  .tablet\:focus\:hc-to-red-800:focus{
    --tw-gradient-to: #991b1b !important;
  }

  .tablet\:focus\:hc-to-red-900:focus{
    --tw-gradient-to: #7f1d1d !important;
  }

  .tablet\:focus\:hc-to-blue-50:focus{
    --tw-gradient-to: #eff6ff !important;
  }

  .tablet\:focus\:hc-to-blue-100:focus{
    --tw-gradient-to: #dbeafe !important;
  }

  .tablet\:focus\:hc-to-blue-200:focus{
    --tw-gradient-to: #bfdbfe !important;
  }

  .tablet\:focus\:hc-to-blue-300:focus{
    --tw-gradient-to: #93c5fd !important;
  }

  .tablet\:focus\:hc-to-blue-400:focus{
    --tw-gradient-to: #60a5fa !important;
  }

  .tablet\:focus\:hc-to-blue-500:focus{
    --tw-gradient-to: #3b82f6 !important;
  }

  .tablet\:focus\:hc-to-blue-600:focus{
    --tw-gradient-to: #2563eb !important;
  }

  .tablet\:focus\:hc-to-blue-700:focus{
    --tw-gradient-to: #1d4ed8 !important;
  }

  .tablet\:focus\:hc-to-blue-800:focus{
    --tw-gradient-to: #1e40af !important;
  }

  .tablet\:focus\:hc-to-blue-900:focus{
    --tw-gradient-to: #1e3a8a !important;
  }

  .tablet\:focus\:hc-to-purple-50:focus{
    --tw-gradient-to: #faf5ff !important;
  }

  .tablet\:focus\:hc-to-purple-100:focus{
    --tw-gradient-to: #f3e8ff !important;
  }

  .tablet\:focus\:hc-to-purple-200:focus{
    --tw-gradient-to: #e9d5ff !important;
  }

  .tablet\:focus\:hc-to-purple-300:focus{
    --tw-gradient-to: #d8b4fe !important;
  }

  .tablet\:focus\:hc-to-purple-400:focus{
    --tw-gradient-to: #c084fc !important;
  }

  .tablet\:focus\:hc-to-purple-500:focus{
    --tw-gradient-to: #a855f7 !important;
  }

  .tablet\:focus\:hc-to-purple-600:focus{
    --tw-gradient-to: #9333ea !important;
  }

  .tablet\:focus\:hc-to-purple-700:focus{
    --tw-gradient-to: #7e22ce !important;
  }

  .tablet\:focus\:hc-to-purple-800:focus{
    --tw-gradient-to: #6b21a8 !important;
  }

  .tablet\:focus\:hc-to-purple-900:focus{
    --tw-gradient-to: #581c87 !important;
  }

  .tablet\:focus\:hc-to-yellow-50:focus{
    --tw-gradient-to: #fefce8 !important;
  }

  .tablet\:focus\:hc-to-yellow-100:focus{
    --tw-gradient-to: #fef9c3 !important;
  }

  .tablet\:focus\:hc-to-yellow-200:focus{
    --tw-gradient-to: #fef08a !important;
  }

  .tablet\:focus\:hc-to-yellow-300:focus{
    --tw-gradient-to: #fde047 !important;
  }

  .tablet\:focus\:hc-to-yellow-400:focus{
    --tw-gradient-to: #facc15 !important;
  }

  .tablet\:focus\:hc-to-yellow-500:focus{
    --tw-gradient-to: #eab308 !important;
  }

  .tablet\:focus\:hc-to-yellow-600:focus{
    --tw-gradient-to: #ca8a04 !important;
  }

  .tablet\:focus\:hc-to-yellow-700:focus{
    --tw-gradient-to: #a16207 !important;
  }

  .tablet\:focus\:hc-to-yellow-800:focus{
    --tw-gradient-to: #854d0e !important;
  }

  .tablet\:focus\:hc-to-yellow-900:focus{
    --tw-gradient-to: #713f12 !important;
  }

  .tablet\:focus\:hc-to-indigo-50:focus{
    --tw-gradient-to: #eef2ff !important;
  }

  .tablet\:focus\:hc-to-indigo-100:focus{
    --tw-gradient-to: #e0e7ff !important;
  }

  .tablet\:focus\:hc-to-indigo-200:focus{
    --tw-gradient-to: #c7d2fe !important;
  }

  .tablet\:focus\:hc-to-indigo-300:focus{
    --tw-gradient-to: #a5b4fc !important;
  }

  .tablet\:focus\:hc-to-indigo-400:focus{
    --tw-gradient-to: #818cf8 !important;
  }

  .tablet\:focus\:hc-to-indigo-500:focus{
    --tw-gradient-to: #6366f1 !important;
  }

  .tablet\:focus\:hc-to-indigo-600:focus{
    --tw-gradient-to: #4f46e5 !important;
  }

  .tablet\:focus\:hc-to-indigo-700:focus{
    --tw-gradient-to: #4338ca !important;
  }

  .tablet\:focus\:hc-to-indigo-800:focus{
    --tw-gradient-to: #3730a3 !important;
  }

  .tablet\:focus\:hc-to-indigo-900:focus{
    --tw-gradient-to: #312e81 !important;
  }

  .tablet\:focus\:hc-to-pink-50:focus{
    --tw-gradient-to: #fdf2f8 !important;
  }

  .tablet\:focus\:hc-to-pink-100:focus{
    --tw-gradient-to: #fce7f3 !important;
  }

  .tablet\:focus\:hc-to-pink-200:focus{
    --tw-gradient-to: #fbcfe8 !important;
  }

  .tablet\:focus\:hc-to-pink-300:focus{
    --tw-gradient-to: #f9a8d4 !important;
  }

  .tablet\:focus\:hc-to-pink-400:focus{
    --tw-gradient-to: #f472b6 !important;
  }

  .tablet\:focus\:hc-to-pink-500:focus{
    --tw-gradient-to: #ec4899 !important;
  }

  .tablet\:focus\:hc-to-pink-600:focus{
    --tw-gradient-to: #db2777 !important;
  }

  .tablet\:focus\:hc-to-pink-700:focus{
    --tw-gradient-to: #be185d !important;
  }

  .tablet\:focus\:hc-to-pink-800:focus{
    --tw-gradient-to: #9d174d !important;
  }

  .tablet\:focus\:hc-to-pink-900:focus{
    --tw-gradient-to: #831843 !important;
  }

  @media (prefers-color-scheme: dark){
    .tablet\:dark\:hc-to-black{
      --tw-gradient-to: #000 !important;
    }

    .tablet\:dark\:hc-to-white{
      --tw-gradient-to: #fff !important;
    }

    .tablet\:dark\:hc-to-gray-50{
      --tw-gradient-to: #fafafa !important;
    }

    .tablet\:dark\:hc-to-gray-100{
      --tw-gradient-to: #f4f4f5 !important;
    }

    .tablet\:dark\:hc-to-gray-200{
      --tw-gradient-to: #e4e4e7 !important;
    }

    .tablet\:dark\:hc-to-gray-300{
      --tw-gradient-to: #d4d4d8 !important;
    }

    .tablet\:dark\:hc-to-gray-400{
      --tw-gradient-to: #a1a1aa !important;
    }

    .tablet\:dark\:hc-to-gray-500{
      --tw-gradient-to: #71717a !important;
    }

    .tablet\:dark\:hc-to-gray-600{
      --tw-gradient-to: #52525b !important;
    }

    .tablet\:dark\:hc-to-gray-700{
      --tw-gradient-to: #3f3f46 !important;
    }

    .tablet\:dark\:hc-to-gray-800{
      --tw-gradient-to: #27272a !important;
    }

    .tablet\:dark\:hc-to-gray-900{
      --tw-gradient-to: #18181b !important;
    }

    .tablet\:dark\:hc-to-slate{
    }

    .tablet\:dark\:hc-to-red-50{
      --tw-gradient-to: #fef2f2 !important;
    }

    .tablet\:dark\:hc-to-red-100{
      --tw-gradient-to: #fee2e2 !important;
    }

    .tablet\:dark\:hc-to-red-200{
      --tw-gradient-to: #fecaca !important;
    }

    .tablet\:dark\:hc-to-red-300{
      --tw-gradient-to: #fca5a5 !important;
    }

    .tablet\:dark\:hc-to-red-400{
      --tw-gradient-to: #f87171 !important;
    }

    .tablet\:dark\:hc-to-red-500{
      --tw-gradient-to: #ef4444 !important;
    }

    .tablet\:dark\:hc-to-red-600{
      --tw-gradient-to: #dc2626 !important;
    }

    .tablet\:dark\:hc-to-red-700{
      --tw-gradient-to: #b91c1c !important;
    }

    .tablet\:dark\:hc-to-red-800{
      --tw-gradient-to: #991b1b !important;
    }

    .tablet\:dark\:hc-to-red-900{
      --tw-gradient-to: #7f1d1d !important;
    }

    .tablet\:dark\:hc-to-blue-50{
      --tw-gradient-to: #eff6ff !important;
    }

    .tablet\:dark\:hc-to-blue-100{
      --tw-gradient-to: #dbeafe !important;
    }

    .tablet\:dark\:hc-to-blue-200{
      --tw-gradient-to: #bfdbfe !important;
    }

    .tablet\:dark\:hc-to-blue-300{
      --tw-gradient-to: #93c5fd !important;
    }

    .tablet\:dark\:hc-to-blue-400{
      --tw-gradient-to: #60a5fa !important;
    }

    .tablet\:dark\:hc-to-blue-500{
      --tw-gradient-to: #3b82f6 !important;
    }

    .tablet\:dark\:hc-to-blue-600{
      --tw-gradient-to: #2563eb !important;
    }

    .tablet\:dark\:hc-to-blue-700{
      --tw-gradient-to: #1d4ed8 !important;
    }

    .tablet\:dark\:hc-to-blue-800{
      --tw-gradient-to: #1e40af !important;
    }

    .tablet\:dark\:hc-to-blue-900{
      --tw-gradient-to: #1e3a8a !important;
    }

    .tablet\:dark\:hc-to-purple-50{
      --tw-gradient-to: #faf5ff !important;
    }

    .tablet\:dark\:hc-to-purple-100{
      --tw-gradient-to: #f3e8ff !important;
    }

    .tablet\:dark\:hc-to-purple-200{
      --tw-gradient-to: #e9d5ff !important;
    }

    .tablet\:dark\:hc-to-purple-300{
      --tw-gradient-to: #d8b4fe !important;
    }

    .tablet\:dark\:hc-to-purple-400{
      --tw-gradient-to: #c084fc !important;
    }

    .tablet\:dark\:hc-to-purple-500{
      --tw-gradient-to: #a855f7 !important;
    }

    .tablet\:dark\:hc-to-purple-600{
      --tw-gradient-to: #9333ea !important;
    }

    .tablet\:dark\:hc-to-purple-700{
      --tw-gradient-to: #7e22ce !important;
    }

    .tablet\:dark\:hc-to-purple-800{
      --tw-gradient-to: #6b21a8 !important;
    }

    .tablet\:dark\:hc-to-purple-900{
      --tw-gradient-to: #581c87 !important;
    }

    .tablet\:dark\:hc-to-yellow-50{
      --tw-gradient-to: #fefce8 !important;
    }

    .tablet\:dark\:hc-to-yellow-100{
      --tw-gradient-to: #fef9c3 !important;
    }

    .tablet\:dark\:hc-to-yellow-200{
      --tw-gradient-to: #fef08a !important;
    }

    .tablet\:dark\:hc-to-yellow-300{
      --tw-gradient-to: #fde047 !important;
    }

    .tablet\:dark\:hc-to-yellow-400{
      --tw-gradient-to: #facc15 !important;
    }

    .tablet\:dark\:hc-to-yellow-500{
      --tw-gradient-to: #eab308 !important;
    }

    .tablet\:dark\:hc-to-yellow-600{
      --tw-gradient-to: #ca8a04 !important;
    }

    .tablet\:dark\:hc-to-yellow-700{
      --tw-gradient-to: #a16207 !important;
    }

    .tablet\:dark\:hc-to-yellow-800{
      --tw-gradient-to: #854d0e !important;
    }

    .tablet\:dark\:hc-to-yellow-900{
      --tw-gradient-to: #713f12 !important;
    }

    .tablet\:dark\:hc-to-indigo-50{
      --tw-gradient-to: #eef2ff !important;
    }

    .tablet\:dark\:hc-to-indigo-100{
      --tw-gradient-to: #e0e7ff !important;
    }

    .tablet\:dark\:hc-to-indigo-200{
      --tw-gradient-to: #c7d2fe !important;
    }

    .tablet\:dark\:hc-to-indigo-300{
      --tw-gradient-to: #a5b4fc !important;
    }

    .tablet\:dark\:hc-to-indigo-400{
      --tw-gradient-to: #818cf8 !important;
    }

    .tablet\:dark\:hc-to-indigo-500{
      --tw-gradient-to: #6366f1 !important;
    }

    .tablet\:dark\:hc-to-indigo-600{
      --tw-gradient-to: #4f46e5 !important;
    }

    .tablet\:dark\:hc-to-indigo-700{
      --tw-gradient-to: #4338ca !important;
    }

    .tablet\:dark\:hc-to-indigo-800{
      --tw-gradient-to: #3730a3 !important;
    }

    .tablet\:dark\:hc-to-indigo-900{
      --tw-gradient-to: #312e81 !important;
    }

    .tablet\:dark\:hc-to-pink-50{
      --tw-gradient-to: #fdf2f8 !important;
    }

    .tablet\:dark\:hc-to-pink-100{
      --tw-gradient-to: #fce7f3 !important;
    }

    .tablet\:dark\:hc-to-pink-200{
      --tw-gradient-to: #fbcfe8 !important;
    }

    .tablet\:dark\:hc-to-pink-300{
      --tw-gradient-to: #f9a8d4 !important;
    }

    .tablet\:dark\:hc-to-pink-400{
      --tw-gradient-to: #f472b6 !important;
    }

    .tablet\:dark\:hc-to-pink-500{
      --tw-gradient-to: #ec4899 !important;
    }

    .tablet\:dark\:hc-to-pink-600{
      --tw-gradient-to: #db2777 !important;
    }

    .tablet\:dark\:hc-to-pink-700{
      --tw-gradient-to: #be185d !important;
    }

    .tablet\:dark\:hc-to-pink-800{
      --tw-gradient-to: #9d174d !important;
    }

    .tablet\:dark\:hc-to-pink-900{
      --tw-gradient-to: #831843 !important;
    }

    .tablet\:dark\:hover\:hc-to-black:hover{
      --tw-gradient-to: #000 !important;
    }

    .tablet\:dark\:hover\:hc-to-white:hover{
      --tw-gradient-to: #fff !important;
    }

    .tablet\:dark\:hover\:hc-to-gray-50:hover{
      --tw-gradient-to: #fafafa !important;
    }

    .tablet\:dark\:hover\:hc-to-gray-100:hover{
      --tw-gradient-to: #f4f4f5 !important;
    }

    .tablet\:dark\:hover\:hc-to-gray-200:hover{
      --tw-gradient-to: #e4e4e7 !important;
    }

    .tablet\:dark\:hover\:hc-to-gray-300:hover{
      --tw-gradient-to: #d4d4d8 !important;
    }

    .tablet\:dark\:hover\:hc-to-gray-400:hover{
      --tw-gradient-to: #a1a1aa !important;
    }

    .tablet\:dark\:hover\:hc-to-gray-500:hover{
      --tw-gradient-to: #71717a !important;
    }

    .tablet\:dark\:hover\:hc-to-gray-600:hover{
      --tw-gradient-to: #52525b !important;
    }

    .tablet\:dark\:hover\:hc-to-gray-700:hover{
      --tw-gradient-to: #3f3f46 !important;
    }

    .tablet\:dark\:hover\:hc-to-gray-800:hover{
      --tw-gradient-to: #27272a !important;
    }

    .tablet\:dark\:hover\:hc-to-gray-900:hover{
      --tw-gradient-to: #18181b !important;
    }

    .tablet\:dark\:hover\:hc-to-slate:hover{
    }

    .tablet\:dark\:hover\:hc-to-red-50:hover{
      --tw-gradient-to: #fef2f2 !important;
    }

    .tablet\:dark\:hover\:hc-to-red-100:hover{
      --tw-gradient-to: #fee2e2 !important;
    }

    .tablet\:dark\:hover\:hc-to-red-200:hover{
      --tw-gradient-to: #fecaca !important;
    }

    .tablet\:dark\:hover\:hc-to-red-300:hover{
      --tw-gradient-to: #fca5a5 !important;
    }

    .tablet\:dark\:hover\:hc-to-red-400:hover{
      --tw-gradient-to: #f87171 !important;
    }

    .tablet\:dark\:hover\:hc-to-red-500:hover{
      --tw-gradient-to: #ef4444 !important;
    }

    .tablet\:dark\:hover\:hc-to-red-600:hover{
      --tw-gradient-to: #dc2626 !important;
    }

    .tablet\:dark\:hover\:hc-to-red-700:hover{
      --tw-gradient-to: #b91c1c !important;
    }

    .tablet\:dark\:hover\:hc-to-red-800:hover{
      --tw-gradient-to: #991b1b !important;
    }

    .tablet\:dark\:hover\:hc-to-red-900:hover{
      --tw-gradient-to: #7f1d1d !important;
    }

    .tablet\:dark\:hover\:hc-to-blue-50:hover{
      --tw-gradient-to: #eff6ff !important;
    }

    .tablet\:dark\:hover\:hc-to-blue-100:hover{
      --tw-gradient-to: #dbeafe !important;
    }

    .tablet\:dark\:hover\:hc-to-blue-200:hover{
      --tw-gradient-to: #bfdbfe !important;
    }

    .tablet\:dark\:hover\:hc-to-blue-300:hover{
      --tw-gradient-to: #93c5fd !important;
    }

    .tablet\:dark\:hover\:hc-to-blue-400:hover{
      --tw-gradient-to: #60a5fa !important;
    }

    .tablet\:dark\:hover\:hc-to-blue-500:hover{
      --tw-gradient-to: #3b82f6 !important;
    }

    .tablet\:dark\:hover\:hc-to-blue-600:hover{
      --tw-gradient-to: #2563eb !important;
    }

    .tablet\:dark\:hover\:hc-to-blue-700:hover{
      --tw-gradient-to: #1d4ed8 !important;
    }

    .tablet\:dark\:hover\:hc-to-blue-800:hover{
      --tw-gradient-to: #1e40af !important;
    }

    .tablet\:dark\:hover\:hc-to-blue-900:hover{
      --tw-gradient-to: #1e3a8a !important;
    }

    .tablet\:dark\:hover\:hc-to-purple-50:hover{
      --tw-gradient-to: #faf5ff !important;
    }

    .tablet\:dark\:hover\:hc-to-purple-100:hover{
      --tw-gradient-to: #f3e8ff !important;
    }

    .tablet\:dark\:hover\:hc-to-purple-200:hover{
      --tw-gradient-to: #e9d5ff !important;
    }

    .tablet\:dark\:hover\:hc-to-purple-300:hover{
      --tw-gradient-to: #d8b4fe !important;
    }

    .tablet\:dark\:hover\:hc-to-purple-400:hover{
      --tw-gradient-to: #c084fc !important;
    }

    .tablet\:dark\:hover\:hc-to-purple-500:hover{
      --tw-gradient-to: #a855f7 !important;
    }

    .tablet\:dark\:hover\:hc-to-purple-600:hover{
      --tw-gradient-to: #9333ea !important;
    }

    .tablet\:dark\:hover\:hc-to-purple-700:hover{
      --tw-gradient-to: #7e22ce !important;
    }

    .tablet\:dark\:hover\:hc-to-purple-800:hover{
      --tw-gradient-to: #6b21a8 !important;
    }

    .tablet\:dark\:hover\:hc-to-purple-900:hover{
      --tw-gradient-to: #581c87 !important;
    }

    .tablet\:dark\:hover\:hc-to-yellow-50:hover{
      --tw-gradient-to: #fefce8 !important;
    }

    .tablet\:dark\:hover\:hc-to-yellow-100:hover{
      --tw-gradient-to: #fef9c3 !important;
    }

    .tablet\:dark\:hover\:hc-to-yellow-200:hover{
      --tw-gradient-to: #fef08a !important;
    }

    .tablet\:dark\:hover\:hc-to-yellow-300:hover{
      --tw-gradient-to: #fde047 !important;
    }

    .tablet\:dark\:hover\:hc-to-yellow-400:hover{
      --tw-gradient-to: #facc15 !important;
    }

    .tablet\:dark\:hover\:hc-to-yellow-500:hover{
      --tw-gradient-to: #eab308 !important;
    }

    .tablet\:dark\:hover\:hc-to-yellow-600:hover{
      --tw-gradient-to: #ca8a04 !important;
    }

    .tablet\:dark\:hover\:hc-to-yellow-700:hover{
      --tw-gradient-to: #a16207 !important;
    }

    .tablet\:dark\:hover\:hc-to-yellow-800:hover{
      --tw-gradient-to: #854d0e !important;
    }

    .tablet\:dark\:hover\:hc-to-yellow-900:hover{
      --tw-gradient-to: #713f12 !important;
    }

    .tablet\:dark\:hover\:hc-to-indigo-50:hover{
      --tw-gradient-to: #eef2ff !important;
    }

    .tablet\:dark\:hover\:hc-to-indigo-100:hover{
      --tw-gradient-to: #e0e7ff !important;
    }

    .tablet\:dark\:hover\:hc-to-indigo-200:hover{
      --tw-gradient-to: #c7d2fe !important;
    }

    .tablet\:dark\:hover\:hc-to-indigo-300:hover{
      --tw-gradient-to: #a5b4fc !important;
    }

    .tablet\:dark\:hover\:hc-to-indigo-400:hover{
      --tw-gradient-to: #818cf8 !important;
    }

    .tablet\:dark\:hover\:hc-to-indigo-500:hover{
      --tw-gradient-to: #6366f1 !important;
    }

    .tablet\:dark\:hover\:hc-to-indigo-600:hover{
      --tw-gradient-to: #4f46e5 !important;
    }

    .tablet\:dark\:hover\:hc-to-indigo-700:hover{
      --tw-gradient-to: #4338ca !important;
    }

    .tablet\:dark\:hover\:hc-to-indigo-800:hover{
      --tw-gradient-to: #3730a3 !important;
    }

    .tablet\:dark\:hover\:hc-to-indigo-900:hover{
      --tw-gradient-to: #312e81 !important;
    }

    .tablet\:dark\:hover\:hc-to-pink-50:hover{
      --tw-gradient-to: #fdf2f8 !important;
    }

    .tablet\:dark\:hover\:hc-to-pink-100:hover{
      --tw-gradient-to: #fce7f3 !important;
    }

    .tablet\:dark\:hover\:hc-to-pink-200:hover{
      --tw-gradient-to: #fbcfe8 !important;
    }

    .tablet\:dark\:hover\:hc-to-pink-300:hover{
      --tw-gradient-to: #f9a8d4 !important;
    }

    .tablet\:dark\:hover\:hc-to-pink-400:hover{
      --tw-gradient-to: #f472b6 !important;
    }

    .tablet\:dark\:hover\:hc-to-pink-500:hover{
      --tw-gradient-to: #ec4899 !important;
    }

    .tablet\:dark\:hover\:hc-to-pink-600:hover{
      --tw-gradient-to: #db2777 !important;
    }

    .tablet\:dark\:hover\:hc-to-pink-700:hover{
      --tw-gradient-to: #be185d !important;
    }

    .tablet\:dark\:hover\:hc-to-pink-800:hover{
      --tw-gradient-to: #9d174d !important;
    }

    .tablet\:dark\:hover\:hc-to-pink-900:hover{
      --tw-gradient-to: #831843 !important;
    }

    .tablet\:dark\:focus\:hc-to-black:focus{
      --tw-gradient-to: #000 !important;
    }

    .tablet\:dark\:focus\:hc-to-white:focus{
      --tw-gradient-to: #fff !important;
    }

    .tablet\:dark\:focus\:hc-to-gray-50:focus{
      --tw-gradient-to: #fafafa !important;
    }

    .tablet\:dark\:focus\:hc-to-gray-100:focus{
      --tw-gradient-to: #f4f4f5 !important;
    }

    .tablet\:dark\:focus\:hc-to-gray-200:focus{
      --tw-gradient-to: #e4e4e7 !important;
    }

    .tablet\:dark\:focus\:hc-to-gray-300:focus{
      --tw-gradient-to: #d4d4d8 !important;
    }

    .tablet\:dark\:focus\:hc-to-gray-400:focus{
      --tw-gradient-to: #a1a1aa !important;
    }

    .tablet\:dark\:focus\:hc-to-gray-500:focus{
      --tw-gradient-to: #71717a !important;
    }

    .tablet\:dark\:focus\:hc-to-gray-600:focus{
      --tw-gradient-to: #52525b !important;
    }

    .tablet\:dark\:focus\:hc-to-gray-700:focus{
      --tw-gradient-to: #3f3f46 !important;
    }

    .tablet\:dark\:focus\:hc-to-gray-800:focus{
      --tw-gradient-to: #27272a !important;
    }

    .tablet\:dark\:focus\:hc-to-gray-900:focus{
      --tw-gradient-to: #18181b !important;
    }

    .tablet\:dark\:focus\:hc-to-slate:focus{
    }

    .tablet\:dark\:focus\:hc-to-red-50:focus{
      --tw-gradient-to: #fef2f2 !important;
    }

    .tablet\:dark\:focus\:hc-to-red-100:focus{
      --tw-gradient-to: #fee2e2 !important;
    }

    .tablet\:dark\:focus\:hc-to-red-200:focus{
      --tw-gradient-to: #fecaca !important;
    }

    .tablet\:dark\:focus\:hc-to-red-300:focus{
      --tw-gradient-to: #fca5a5 !important;
    }

    .tablet\:dark\:focus\:hc-to-red-400:focus{
      --tw-gradient-to: #f87171 !important;
    }

    .tablet\:dark\:focus\:hc-to-red-500:focus{
      --tw-gradient-to: #ef4444 !important;
    }

    .tablet\:dark\:focus\:hc-to-red-600:focus{
      --tw-gradient-to: #dc2626 !important;
    }

    .tablet\:dark\:focus\:hc-to-red-700:focus{
      --tw-gradient-to: #b91c1c !important;
    }

    .tablet\:dark\:focus\:hc-to-red-800:focus{
      --tw-gradient-to: #991b1b !important;
    }

    .tablet\:dark\:focus\:hc-to-red-900:focus{
      --tw-gradient-to: #7f1d1d !important;
    }

    .tablet\:dark\:focus\:hc-to-blue-50:focus{
      --tw-gradient-to: #eff6ff !important;
    }

    .tablet\:dark\:focus\:hc-to-blue-100:focus{
      --tw-gradient-to: #dbeafe !important;
    }

    .tablet\:dark\:focus\:hc-to-blue-200:focus{
      --tw-gradient-to: #bfdbfe !important;
    }

    .tablet\:dark\:focus\:hc-to-blue-300:focus{
      --tw-gradient-to: #93c5fd !important;
    }

    .tablet\:dark\:focus\:hc-to-blue-400:focus{
      --tw-gradient-to: #60a5fa !important;
    }

    .tablet\:dark\:focus\:hc-to-blue-500:focus{
      --tw-gradient-to: #3b82f6 !important;
    }

    .tablet\:dark\:focus\:hc-to-blue-600:focus{
      --tw-gradient-to: #2563eb !important;
    }

    .tablet\:dark\:focus\:hc-to-blue-700:focus{
      --tw-gradient-to: #1d4ed8 !important;
    }

    .tablet\:dark\:focus\:hc-to-blue-800:focus{
      --tw-gradient-to: #1e40af !important;
    }

    .tablet\:dark\:focus\:hc-to-blue-900:focus{
      --tw-gradient-to: #1e3a8a !important;
    }

    .tablet\:dark\:focus\:hc-to-purple-50:focus{
      --tw-gradient-to: #faf5ff !important;
    }

    .tablet\:dark\:focus\:hc-to-purple-100:focus{
      --tw-gradient-to: #f3e8ff !important;
    }

    .tablet\:dark\:focus\:hc-to-purple-200:focus{
      --tw-gradient-to: #e9d5ff !important;
    }

    .tablet\:dark\:focus\:hc-to-purple-300:focus{
      --tw-gradient-to: #d8b4fe !important;
    }

    .tablet\:dark\:focus\:hc-to-purple-400:focus{
      --tw-gradient-to: #c084fc !important;
    }

    .tablet\:dark\:focus\:hc-to-purple-500:focus{
      --tw-gradient-to: #a855f7 !important;
    }

    .tablet\:dark\:focus\:hc-to-purple-600:focus{
      --tw-gradient-to: #9333ea !important;
    }

    .tablet\:dark\:focus\:hc-to-purple-700:focus{
      --tw-gradient-to: #7e22ce !important;
    }

    .tablet\:dark\:focus\:hc-to-purple-800:focus{
      --tw-gradient-to: #6b21a8 !important;
    }

    .tablet\:dark\:focus\:hc-to-purple-900:focus{
      --tw-gradient-to: #581c87 !important;
    }

    .tablet\:dark\:focus\:hc-to-yellow-50:focus{
      --tw-gradient-to: #fefce8 !important;
    }

    .tablet\:dark\:focus\:hc-to-yellow-100:focus{
      --tw-gradient-to: #fef9c3 !important;
    }

    .tablet\:dark\:focus\:hc-to-yellow-200:focus{
      --tw-gradient-to: #fef08a !important;
    }

    .tablet\:dark\:focus\:hc-to-yellow-300:focus{
      --tw-gradient-to: #fde047 !important;
    }

    .tablet\:dark\:focus\:hc-to-yellow-400:focus{
      --tw-gradient-to: #facc15 !important;
    }

    .tablet\:dark\:focus\:hc-to-yellow-500:focus{
      --tw-gradient-to: #eab308 !important;
    }

    .tablet\:dark\:focus\:hc-to-yellow-600:focus{
      --tw-gradient-to: #ca8a04 !important;
    }

    .tablet\:dark\:focus\:hc-to-yellow-700:focus{
      --tw-gradient-to: #a16207 !important;
    }

    .tablet\:dark\:focus\:hc-to-yellow-800:focus{
      --tw-gradient-to: #854d0e !important;
    }

    .tablet\:dark\:focus\:hc-to-yellow-900:focus{
      --tw-gradient-to: #713f12 !important;
    }

    .tablet\:dark\:focus\:hc-to-indigo-50:focus{
      --tw-gradient-to: #eef2ff !important;
    }

    .tablet\:dark\:focus\:hc-to-indigo-100:focus{
      --tw-gradient-to: #e0e7ff !important;
    }

    .tablet\:dark\:focus\:hc-to-indigo-200:focus{
      --tw-gradient-to: #c7d2fe !important;
    }

    .tablet\:dark\:focus\:hc-to-indigo-300:focus{
      --tw-gradient-to: #a5b4fc !important;
    }

    .tablet\:dark\:focus\:hc-to-indigo-400:focus{
      --tw-gradient-to: #818cf8 !important;
    }

    .tablet\:dark\:focus\:hc-to-indigo-500:focus{
      --tw-gradient-to: #6366f1 !important;
    }

    .tablet\:dark\:focus\:hc-to-indigo-600:focus{
      --tw-gradient-to: #4f46e5 !important;
    }

    .tablet\:dark\:focus\:hc-to-indigo-700:focus{
      --tw-gradient-to: #4338ca !important;
    }

    .tablet\:dark\:focus\:hc-to-indigo-800:focus{
      --tw-gradient-to: #3730a3 !important;
    }

    .tablet\:dark\:focus\:hc-to-indigo-900:focus{
      --tw-gradient-to: #312e81 !important;
    }

    .tablet\:dark\:focus\:hc-to-pink-50:focus{
      --tw-gradient-to: #fdf2f8 !important;
    }

    .tablet\:dark\:focus\:hc-to-pink-100:focus{
      --tw-gradient-to: #fce7f3 !important;
    }

    .tablet\:dark\:focus\:hc-to-pink-200:focus{
      --tw-gradient-to: #fbcfe8 !important;
    }

    .tablet\:dark\:focus\:hc-to-pink-300:focus{
      --tw-gradient-to: #f9a8d4 !important;
    }

    .tablet\:dark\:focus\:hc-to-pink-400:focus{
      --tw-gradient-to: #f472b6 !important;
    }

    .tablet\:dark\:focus\:hc-to-pink-500:focus{
      --tw-gradient-to: #ec4899 !important;
    }

    .tablet\:dark\:focus\:hc-to-pink-600:focus{
      --tw-gradient-to: #db2777 !important;
    }

    .tablet\:dark\:focus\:hc-to-pink-700:focus{
      --tw-gradient-to: #be185d !important;
    }

    .tablet\:dark\:focus\:hc-to-pink-800:focus{
      --tw-gradient-to: #9d174d !important;
    }

    .tablet\:dark\:focus\:hc-to-pink-900:focus{
      --tw-gradient-to: #831843 !important;
    }
  }

  .tablet\:hc-decoration-slice{
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important;
  }

  .tablet\:hc-decoration-clone{
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important;
  }

  .tablet\:hc-bg-auto{
    background-size: auto !important;
  }

  .tablet\:hc-bg-cover{
    background-size: cover !important;
  }

  .tablet\:hc-bg-contain{
    background-size: contain !important;
  }

  .tablet\:hc-bg-fixed{
    background-attachment: fixed !important;
  }

  .tablet\:hc-bg-local{
    background-attachment: local !important;
  }

  .tablet\:hc-bg-scroll{
    background-attachment: scroll !important;
  }

  .tablet\:hc-bg-clip-border{
    background-clip: border-box !important;
  }

  .tablet\:hc-bg-clip-padding{
    background-clip: padding-box !important;
  }

  .tablet\:hc-bg-clip-content{
    background-clip: content-box !important;
  }

  .tablet\:hc-bg-clip-text{
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .tablet\:hc-bg-bottom{
    background-position: bottom !important;
  }

  .tablet\:hc-bg-center{
    background-position: center !important;
  }

  .tablet\:hc-bg-left{
    background-position: left !important;
  }

  .tablet\:hc-bg-left-bottom{
    background-position: left bottom !important;
  }

  .tablet\:hc-bg-left-top{
    background-position: left top !important;
  }

  .tablet\:hc-bg-right{
    background-position: right !important;
  }

  .tablet\:hc-bg-right-bottom{
    background-position: right bottom !important;
  }

  .tablet\:hc-bg-right-top{
    background-position: right top !important;
  }

  .tablet\:hc-bg-top{
    background-position: top !important;
  }

  .tablet\:hc-bg-repeat{
    background-repeat: repeat !important;
  }

  .tablet\:hc-bg-no-repeat{
    background-repeat: no-repeat !important;
  }

  .tablet\:hc-bg-repeat-x{
    background-repeat: repeat-x !important;
  }

  .tablet\:hc-bg-repeat-y{
    background-repeat: repeat-y !important;
  }

  .tablet\:hc-bg-repeat-round{
    background-repeat: round !important;
  }

  .tablet\:hc-bg-repeat-space{
    background-repeat: space !important;
  }

  .tablet\:hc-bg-origin-border{
    background-origin: border-box !important;
  }

  .tablet\:hc-bg-origin-padding{
    background-origin: padding-box !important;
  }

  .tablet\:hc-bg-origin-content{
    background-origin: content-box !important;
  }

  .tablet\:hc-fill-current{
    fill: currentColor !important;
  }

  .tablet\:hc-stroke-current{
    stroke: currentColor !important;
  }

  .tablet\:hc-stroke-0{
    stroke-width: 0 !important;
  }

  .tablet\:hc-stroke-1{
    stroke-width: 1 !important;
  }

  .tablet\:hc-stroke-2{
    stroke-width: 2 !important;
  }

  .tablet\:hc-object-contain{
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .tablet\:hc-object-cover{
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .tablet\:hc-object-fill{
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .tablet\:hc-object-none{
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .tablet\:hc-object-scale-down{
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .tablet\:hc-object-bottom{
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .tablet\:hc-object-center{
    -o-object-position: center !important;
       object-position: center !important;
  }

  .tablet\:hc-object-left{
    -o-object-position: left !important;
       object-position: left !important;
  }

  .tablet\:hc-object-left-bottom{
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .tablet\:hc-object-left-top{
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .tablet\:hc-object-right{
    -o-object-position: right !important;
       object-position: right !important;
  }

  .tablet\:hc-object-right-bottom{
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .tablet\:hc-object-right-top{
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .tablet\:hc-object-top{
    -o-object-position: top !important;
       object-position: top !important;
  }

  .tablet\:hc-p-0{
    padding: 0px !important;
  }

  .tablet\:hc-p-1{
    padding: 0.25rem !important;
  }

  .tablet\:hc-p-2{
    padding: 0.5rem !important;
  }

  .tablet\:hc-p-3{
    padding: 0.75rem !important;
  }

  .tablet\:hc-p-4{
    padding: 1rem !important;
  }

  .tablet\:hc-p-5{
    padding: 1.25rem !important;
  }

  .tablet\:hc-p-6{
    padding: 1.5rem !important;
  }

  .tablet\:hc-p-7{
    padding: 1.75rem !important;
  }

  .tablet\:hc-p-8{
    padding: 2rem !important;
  }

  .tablet\:hc-p-9{
    padding: 2.25rem !important;
  }

  .tablet\:hc-p-10{
    padding: 2.5rem !important;
  }

  .tablet\:hc-p-11{
    padding: 2.75rem !important;
  }

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

  .tablet\:hc-p-14{
    padding: 3.5rem !important;
  }

  .tablet\:hc-p-16{
    padding: 4rem !important;
  }

  .tablet\:hc-p-20{
    padding: 5rem !important;
  }

  .tablet\:hc-p-24{
    padding: 6rem !important;
  }

  .tablet\:hc-p-28{
    padding: 7rem !important;
  }

  .tablet\:hc-p-32{
    padding: 8rem !important;
  }

  .tablet\:hc-p-36{
    padding: 9rem !important;
  }

  .tablet\:hc-p-40{
    padding: 10rem !important;
  }

  .tablet\:hc-p-44{
    padding: 11rem !important;
  }

  .tablet\:hc-p-48{
    padding: 12rem !important;
  }

  .tablet\:hc-p-52{
    padding: 13rem !important;
  }

  .tablet\:hc-p-56{
    padding: 14rem !important;
  }

  .tablet\:hc-p-60{
    padding: 15rem !important;
  }

  .tablet\:hc-p-64{
    padding: 16rem !important;
  }

  .tablet\:hc-p-72{
    padding: 18rem !important;
  }

  .tablet\:hc-p-80{
    padding: 20rem !important;
  }

  .tablet\:hc-p-96{
    padding: 24rem !important;
  }

  .tablet\:hc-p-128{
    padding: 32rem !important;
  }

  .tablet\:hc-p-144{
    padding: 44rem !important;
  }

  .tablet\:hc-p-900{
    padding: 900px !important;
  }

  .tablet\:hc-p-px{
    padding: 1px !important;
  }

  .tablet\:hc-p-0\.5{
    padding: 0.125rem !important;
  }

  .tablet\:hc-p-1\.5{
    padding: 0.375rem !important;
  }

  .tablet\:hc-p-2\.5{
    padding: 0.625rem !important;
  }

  .tablet\:hc-p-3\.5{
    padding: 0.875rem !important;
  }

  .tablet\:hc-px-0{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .tablet\:hc-px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .tablet\:hc-px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .tablet\:hc-px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .tablet\:hc-px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .tablet\:hc-px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

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

  .tablet\:hc-px-7{
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .tablet\:hc-px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .tablet\:hc-px-9{
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }

  .tablet\:hc-px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .tablet\:hc-px-11{
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .tablet\:hc-px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .tablet\:hc-px-14{
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

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

  .tablet\:hc-px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .tablet\:hc-px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .tablet\:hc-px-28{
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .tablet\:hc-px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .tablet\:hc-px-36{
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .tablet\:hc-px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .tablet\:hc-px-44{
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .tablet\:hc-px-48{
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .tablet\:hc-px-52{
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .tablet\:hc-px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .tablet\:hc-px-60{
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .tablet\:hc-px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .tablet\:hc-px-72{
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .tablet\:hc-px-80{
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .tablet\:hc-px-96{
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }

  .tablet\:hc-px-128{
    padding-left: 32rem !important;
    padding-right: 32rem !important;
  }

  .tablet\:hc-px-144{
    padding-left: 44rem !important;
    padding-right: 44rem !important;
  }

  .tablet\:hc-px-900{
    padding-left: 900px !important;
    padding-right: 900px !important;
  }

  .tablet\:hc-px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .tablet\:hc-px-0\.5{
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .tablet\:hc-px-1\.5{
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .tablet\:hc-px-2\.5{
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .tablet\:hc-px-3\.5{
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .tablet\:hc-py-0{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .tablet\:hc-py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .tablet\:hc-py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .tablet\:hc-py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .tablet\:hc-py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .tablet\:hc-py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .tablet\:hc-py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .tablet\:hc-py-7{
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .tablet\:hc-py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .tablet\:hc-py-9{
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .tablet\:hc-py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .tablet\:hc-py-11{
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .tablet\:hc-py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .tablet\:hc-py-14{
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .tablet\:hc-py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .tablet\:hc-py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .tablet\:hc-py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .tablet\:hc-py-28{
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .tablet\:hc-py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .tablet\:hc-py-36{
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .tablet\:hc-py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .tablet\:hc-py-44{
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .tablet\:hc-py-48{
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .tablet\:hc-py-52{
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .tablet\:hc-py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .tablet\:hc-py-60{
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .tablet\:hc-py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .tablet\:hc-py-72{
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .tablet\:hc-py-80{
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .tablet\:hc-py-96{
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }

  .tablet\:hc-py-128{
    padding-top: 32rem !important;
    padding-bottom: 32rem !important;
  }

  .tablet\:hc-py-144{
    padding-top: 44rem !important;
    padding-bottom: 44rem !important;
  }

  .tablet\:hc-py-900{
    padding-top: 900px !important;
    padding-bottom: 900px !important;
  }

  .tablet\:hc-py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .tablet\:hc-py-0\.5{
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .tablet\:hc-py-1\.5{
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .tablet\:hc-py-2\.5{
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .tablet\:hc-py-3\.5{
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .tablet\:hc-pt-0{
    padding-top: 0px !important;
  }

  .tablet\:hc-pt-1{
    padding-top: 0.25rem !important;
  }

  .tablet\:hc-pt-2{
    padding-top: 0.5rem !important;
  }

  .tablet\:hc-pt-3{
    padding-top: 0.75rem !important;
  }

  .tablet\:hc-pt-4{
    padding-top: 1rem !important;
  }

  .tablet\:hc-pt-5{
    padding-top: 1.25rem !important;
  }

  .tablet\:hc-pt-6{
    padding-top: 1.5rem !important;
  }

  .tablet\:hc-pt-7{
    padding-top: 1.75rem !important;
  }

  .tablet\:hc-pt-8{
    padding-top: 2rem !important;
  }

  .tablet\:hc-pt-9{
    padding-top: 2.25rem !important;
  }

  .tablet\:hc-pt-10{
    padding-top: 2.5rem !important;
  }

  .tablet\:hc-pt-11{
    padding-top: 2.75rem !important;
  }

  .tablet\:hc-pt-12{
    padding-top: 3rem !important;
  }

  .tablet\:hc-pt-14{
    padding-top: 3.5rem !important;
  }

  .tablet\:hc-pt-16{
    padding-top: 4rem !important;
  }

  .tablet\:hc-pt-20{
    padding-top: 5rem !important;
  }

  .tablet\:hc-pt-24{
    padding-top: 6rem !important;
  }

  .tablet\:hc-pt-28{
    padding-top: 7rem !important;
  }

  .tablet\:hc-pt-32{
    padding-top: 8rem !important;
  }

  .tablet\:hc-pt-36{
    padding-top: 9rem !important;
  }

  .tablet\:hc-pt-40{
    padding-top: 10rem !important;
  }

  .tablet\:hc-pt-44{
    padding-top: 11rem !important;
  }

  .tablet\:hc-pt-48{
    padding-top: 12rem !important;
  }

  .tablet\:hc-pt-52{
    padding-top: 13rem !important;
  }

  .tablet\:hc-pt-56{
    padding-top: 14rem !important;
  }

  .tablet\:hc-pt-60{
    padding-top: 15rem !important;
  }

  .tablet\:hc-pt-64{
    padding-top: 16rem !important;
  }

  .tablet\:hc-pt-72{
    padding-top: 18rem !important;
  }

  .tablet\:hc-pt-80{
    padding-top: 20rem !important;
  }

  .tablet\:hc-pt-96{
    padding-top: 24rem !important;
  }

  .tablet\:hc-pt-128{
    padding-top: 32rem !important;
  }

  .tablet\:hc-pt-144{
    padding-top: 44rem !important;
  }

  .tablet\:hc-pt-900{
    padding-top: 900px !important;
  }

  .tablet\:hc-pt-px{
    padding-top: 1px !important;
  }

  .tablet\:hc-pt-0\.5{
    padding-top: 0.125rem !important;
  }

  .tablet\:hc-pt-1\.5{
    padding-top: 0.375rem !important;
  }

  .tablet\:hc-pt-2\.5{
    padding-top: 0.625rem !important;
  }

  .tablet\:hc-pt-3\.5{
    padding-top: 0.875rem !important;
  }

  .tablet\:hc-pr-0{
    padding-right: 0px !important;
  }

  .tablet\:hc-pr-1{
    padding-right: 0.25rem !important;
  }

  .tablet\:hc-pr-2{
    padding-right: 0.5rem !important;
  }

  .tablet\:hc-pr-3{
    padding-right: 0.75rem !important;
  }

  .tablet\:hc-pr-4{
    padding-right: 1rem !important;
  }

  .tablet\:hc-pr-5{
    padding-right: 1.25rem !important;
  }

  .tablet\:hc-pr-6{
    padding-right: 1.5rem !important;
  }

  .tablet\:hc-pr-7{
    padding-right: 1.75rem !important;
  }

  .tablet\:hc-pr-8{
    padding-right: 2rem !important;
  }

  .tablet\:hc-pr-9{
    padding-right: 2.25rem !important;
  }

  .tablet\:hc-pr-10{
    padding-right: 2.5rem !important;
  }

  .tablet\:hc-pr-11{
    padding-right: 2.75rem !important;
  }

  .tablet\:hc-pr-12{
    padding-right: 3rem !important;
  }

  .tablet\:hc-pr-14{
    padding-right: 3.5rem !important;
  }

  .tablet\:hc-pr-16{
    padding-right: 4rem !important;
  }

  .tablet\:hc-pr-20{
    padding-right: 5rem !important;
  }

  .tablet\:hc-pr-24{
    padding-right: 6rem !important;
  }

  .tablet\:hc-pr-28{
    padding-right: 7rem !important;
  }

  .tablet\:hc-pr-32{
    padding-right: 8rem !important;
  }

  .tablet\:hc-pr-36{
    padding-right: 9rem !important;
  }

  .tablet\:hc-pr-40{
    padding-right: 10rem !important;
  }

  .tablet\:hc-pr-44{
    padding-right: 11rem !important;
  }

  .tablet\:hc-pr-48{
    padding-right: 12rem !important;
  }

  .tablet\:hc-pr-52{
    padding-right: 13rem !important;
  }

  .tablet\:hc-pr-56{
    padding-right: 14rem !important;
  }

  .tablet\:hc-pr-60{
    padding-right: 15rem !important;
  }

  .tablet\:hc-pr-64{
    padding-right: 16rem !important;
  }

  .tablet\:hc-pr-72{
    padding-right: 18rem !important;
  }

  .tablet\:hc-pr-80{
    padding-right: 20rem !important;
  }

  .tablet\:hc-pr-96{
    padding-right: 24rem !important;
  }

  .tablet\:hc-pr-128{
    padding-right: 32rem !important;
  }

  .tablet\:hc-pr-144{
    padding-right: 44rem !important;
  }

  .tablet\:hc-pr-900{
    padding-right: 900px !important;
  }

  .tablet\:hc-pr-px{
    padding-right: 1px !important;
  }

  .tablet\:hc-pr-0\.5{
    padding-right: 0.125rem !important;
  }

  .tablet\:hc-pr-1\.5{
    padding-right: 0.375rem !important;
  }

  .tablet\:hc-pr-2\.5{
    padding-right: 0.625rem !important;
  }

  .tablet\:hc-pr-3\.5{
    padding-right: 0.875rem !important;
  }

  .tablet\:hc-pb-0{
    padding-bottom: 0px !important;
  }

  .tablet\:hc-pb-1{
    padding-bottom: 0.25rem !important;
  }

  .tablet\:hc-pb-2{
    padding-bottom: 0.5rem !important;
  }

  .tablet\:hc-pb-3{
    padding-bottom: 0.75rem !important;
  }

  .tablet\:hc-pb-4{
    padding-bottom: 1rem !important;
  }

  .tablet\:hc-pb-5{
    padding-bottom: 1.25rem !important;
  }

  .tablet\:hc-pb-6{
    padding-bottom: 1.5rem !important;
  }

  .tablet\:hc-pb-7{
    padding-bottom: 1.75rem !important;
  }

  .tablet\:hc-pb-8{
    padding-bottom: 2rem !important;
  }

  .tablet\:hc-pb-9{
    padding-bottom: 2.25rem !important;
  }

  .tablet\:hc-pb-10{
    padding-bottom: 2.5rem !important;
  }

  .tablet\:hc-pb-11{
    padding-bottom: 2.75rem !important;
  }

  .tablet\:hc-pb-12{
    padding-bottom: 3rem !important;
  }

  .tablet\:hc-pb-14{
    padding-bottom: 3.5rem !important;
  }

  .tablet\:hc-pb-16{
    padding-bottom: 4rem !important;
  }

  .tablet\:hc-pb-20{
    padding-bottom: 5rem !important;
  }

  .tablet\:hc-pb-24{
    padding-bottom: 6rem !important;
  }

  .tablet\:hc-pb-28{
    padding-bottom: 7rem !important;
  }

  .tablet\:hc-pb-32{
    padding-bottom: 8rem !important;
  }

  .tablet\:hc-pb-36{
    padding-bottom: 9rem !important;
  }

  .tablet\:hc-pb-40{
    padding-bottom: 10rem !important;
  }

  .tablet\:hc-pb-44{
    padding-bottom: 11rem !important;
  }

  .tablet\:hc-pb-48{
    padding-bottom: 12rem !important;
  }

  .tablet\:hc-pb-52{
    padding-bottom: 13rem !important;
  }

  .tablet\:hc-pb-56{
    padding-bottom: 14rem !important;
  }

  .tablet\:hc-pb-60{
    padding-bottom: 15rem !important;
  }

  .tablet\:hc-pb-64{
    padding-bottom: 16rem !important;
  }

  .tablet\:hc-pb-72{
    padding-bottom: 18rem !important;
  }

  .tablet\:hc-pb-80{
    padding-bottom: 20rem !important;
  }

  .tablet\:hc-pb-96{
    padding-bottom: 24rem !important;
  }

  .tablet\:hc-pb-128{
    padding-bottom: 32rem !important;
  }

  .tablet\:hc-pb-144{
    padding-bottom: 44rem !important;
  }

  .tablet\:hc-pb-900{
    padding-bottom: 900px !important;
  }

  .tablet\:hc-pb-px{
    padding-bottom: 1px !important;
  }

  .tablet\:hc-pb-0\.5{
    padding-bottom: 0.125rem !important;
  }

  .tablet\:hc-pb-1\.5{
    padding-bottom: 0.375rem !important;
  }

  .tablet\:hc-pb-2\.5{
    padding-bottom: 0.625rem !important;
  }

  .tablet\:hc-pb-3\.5{
    padding-bottom: 0.875rem !important;
  }

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

  .tablet\:hc-pl-1{
    padding-left: 0.25rem !important;
  }

  .tablet\:hc-pl-2{
    padding-left: 0.5rem !important;
  }

  .tablet\:hc-pl-3{
    padding-left: 0.75rem !important;
  }

  .tablet\:hc-pl-4{
    padding-left: 1rem !important;
  }

  .tablet\:hc-pl-5{
    padding-left: 1.25rem !important;
  }

  .tablet\:hc-pl-6{
    padding-left: 1.5rem !important;
  }

  .tablet\:hc-pl-7{
    padding-left: 1.75rem !important;
  }

  .tablet\:hc-pl-8{
    padding-left: 2rem !important;
  }

  .tablet\:hc-pl-9{
    padding-left: 2.25rem !important;
  }

  .tablet\:hc-pl-10{
    padding-left: 2.5rem !important;
  }

  .tablet\:hc-pl-11{
    padding-left: 2.75rem !important;
  }

  .tablet\:hc-pl-12{
    padding-left: 3rem !important;
  }

  .tablet\:hc-pl-14{
    padding-left: 3.5rem !important;
  }

  .tablet\:hc-pl-16{
    padding-left: 4rem !important;
  }

  .tablet\:hc-pl-20{
    padding-left: 5rem !important;
  }

  .tablet\:hc-pl-24{
    padding-left: 6rem !important;
  }

  .tablet\:hc-pl-28{
    padding-left: 7rem !important;
  }

  .tablet\:hc-pl-32{
    padding-left: 8rem !important;
  }

  .tablet\:hc-pl-36{
    padding-left: 9rem !important;
  }

  .tablet\:hc-pl-40{
    padding-left: 10rem !important;
  }

  .tablet\:hc-pl-44{
    padding-left: 11rem !important;
  }

  .tablet\:hc-pl-48{
    padding-left: 12rem !important;
  }

  .tablet\:hc-pl-52{
    padding-left: 13rem !important;
  }

  .tablet\:hc-pl-56{
    padding-left: 14rem !important;
  }

  .tablet\:hc-pl-60{
    padding-left: 15rem !important;
  }

  .tablet\:hc-pl-64{
    padding-left: 16rem !important;
  }

  .tablet\:hc-pl-72{
    padding-left: 18rem !important;
  }

  .tablet\:hc-pl-80{
    padding-left: 20rem !important;
  }

  .tablet\:hc-pl-96{
    padding-left: 24rem !important;
  }

  .tablet\:hc-pl-128{
    padding-left: 32rem !important;
  }

  .tablet\:hc-pl-144{
    padding-left: 44rem !important;
  }

  .tablet\:hc-pl-900{
    padding-left: 900px !important;
  }

  .tablet\:hc-pl-px{
    padding-left: 1px !important;
  }

  .tablet\:hc-pl-0\.5{
    padding-left: 0.125rem !important;
  }

  .tablet\:hc-pl-1\.5{
    padding-left: 0.375rem !important;
  }

  .tablet\:hc-pl-2\.5{
    padding-left: 0.625rem !important;
  }

  .tablet\:hc-pl-3\.5{
    padding-left: 0.875rem !important;
  }

  .tablet\:hc-text-left{
    text-align: left !important;
  }

  .tablet\:hc-text-center{
    text-align: center !important;
  }

  .tablet\:hc-text-right{
    text-align: right !important;
  }

  .tablet\:hc-text-justify{
    text-align: justify !important;
  }

  .tablet\:hc-align-baseline{
    vertical-align: baseline !important;
  }

  .tablet\:hc-align-top{
    vertical-align: top !important;
  }

  .tablet\:hc-align-middle{
    vertical-align: middle !important;
  }

  .tablet\:hc-align-bottom{
    vertical-align: bottom !important;
  }

  .tablet\:hc-align-text-top{
    vertical-align: text-top !important;
  }

  .tablet\:hc-align-text-bottom{
    vertical-align: text-bottom !important;
  }

  .tablet\:hc-font-sans{
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, 'Roboto', 'Spoqa Han Sans Neo', HelveticaNeue, Helvetica,  sans-serif, AppleGothic !important;
  }

  .tablet\:hc-font-serif{
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .tablet\:hc-font-mono{
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

  .tablet\:hc-text-xs{
    font-size: 12px !important;
  }

  .tablet\:hc-text-sm{
    font-size: 14px !important;
  }

  .tablet\:hc-text-base{
    font-size: 16px !important;
  }

  .tablet\:hc-text-lg{
    font-size: 18px !important;
  }

  .tablet\:hc-text-xl{
    font-size: 20px !important;
  }

  .tablet\:hc-text-2xl{
    font-size: 24px !important;
  }

  .tablet\:hc-text-3xl{
    font-size: 30px !important;
  }

  .tablet\:hc-text-4xl{
    font-size: 36px !important;
  }

  .tablet\:hc-text-5xl{
    font-size: 48px !important;
  }

  .tablet\:hc-text-6xl{
    font-size: 60px !important;
  }

  .tablet\:hc-font-thin{
    font-weight: 100 !important;
  }

  .tablet\:hc-font-extralight{
    font-weight: 200 !important;
  }

  .tablet\:hc-font-light{
    font-weight: 300 !important;
  }

  .tablet\:hc-font-normal{
    font-weight: 400 !important;
  }

  .tablet\:hc-font-medium{
    font-weight: 500 !important;
  }

  .tablet\:hc-font-semibold{
    font-weight: 600 !important;
  }

  .tablet\:hc-font-bold{
    font-weight: 700 !important;
  }

  .tablet\:hc-font-extrabold{
    font-weight: 800 !important;
  }

  .tablet\:hc-font-black{
    font-weight: 900 !important;
  }

  .tablet\:hc-uppercase{
    text-transform: uppercase !important;
  }

  .tablet\:hc-lowercase{
    text-transform: lowercase !important;
  }

  .tablet\:hc-capitalize{
    text-transform: capitalize !important;
  }

  .tablet\:hc-normal-case{
    text-transform: none !important;
  }

  .tablet\:hc-italic{
    font-style: italic !important;
  }

  .tablet\:hc-not-italic{
    font-style: normal !important;
  }

  .tablet\:hc-ordinal, .tablet\:hc-slashed-zero, .tablet\:hc-lining-nums, .tablet\:hc-oldstyle-nums, .tablet\:hc-proportional-nums, .tablet\:hc-tabular-nums, .tablet\:hc-diagonal-fractions, .tablet\:hc-stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .tablet\:hc-normal-nums{
    font-variant-numeric: normal !important;
  }

  .tablet\:hc-ordinal{
    --tw-ordinal: ordinal !important;
  }

  .tablet\:hc-slashed-zero{
    --tw-slashed-zero: slashed-zero !important;
  }

  .tablet\:hc-lining-nums{
    --tw-numeric-figure: lining-nums !important;
  }

  .tablet\:hc-oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .tablet\:hc-proportional-nums{
    --tw-numeric-spacing: proportional-nums !important;
  }

  .tablet\:hc-tabular-nums{
    --tw-numeric-spacing: tabular-nums !important;
  }

  .tablet\:hc-diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .tablet\:hc-stacked-fractions{
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .tablet\:hc-leading-3{
    line-height: .75rem !important;
  }

  .tablet\:hc-leading-4{
    line-height: 1rem !important;
  }

  .tablet\:hc-leading-5{
    line-height: 1.25rem !important;
  }

  .tablet\:hc-leading-6{
    line-height: 1.5rem !important;
  }

  .tablet\:hc-leading-7{
    line-height: 1.75rem !important;
  }

  .tablet\:hc-leading-8{
    line-height: 2rem !important;
  }

  .tablet\:hc-leading-9{
    line-height: 2.25rem !important;
  }

  .tablet\:hc-leading-10{
    line-height: 2.5rem !important;
  }

  .tablet\:hc-leading-none{
    line-height: 1 !important;
  }

  .tablet\:hc-leading-tight{
    line-height: 1.25 !important;
  }

  .tablet\:hc-leading-snug{
    line-height: 1.375 !important;
  }

  .tablet\:hc-leading-normal{
    line-height: 1.5 !important;
  }

  .tablet\:hc-leading-relaxed{
    line-height: 1.625 !important;
  }

  .tablet\:hc-leading-loose{
    line-height: 2 !important;
  }

  .tablet\:hc-tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .tablet\:hc-tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .tablet\:hc-tracking-normal{
    letter-spacing: 0em !important;
  }

  .tablet\:hc-tracking-wide{
    letter-spacing: 0.025em !important;
  }

  .tablet\:hc-tracking-wider{
    letter-spacing: 0.05em !important;
  }

  .tablet\:hc-tracking-widest{
    letter-spacing: 0.1em !important;
  }

  .tablet\:hc-text-black{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-white{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-gray-50{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-gray-100{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-gray-200{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-gray-300{
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-gray-400{
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-gray-500{
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-gray-600{
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-gray-700{
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-gray-800{
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-gray-900{
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-slate{
  }

  .tablet\:hc-text-red-50{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-red-100{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-red-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-red-300{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-red-400{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-red-500{
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-red-600{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-red-700{
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-red-800{
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-red-900{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-blue-50{
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-blue-100{
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-blue-200{
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-blue-300{
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-blue-400{
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-blue-500{
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-blue-600{
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-blue-700{
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-blue-800{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-blue-900{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-purple-50{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-purple-100{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-purple-200{
    --tw-text-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-purple-300{
    --tw-text-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-purple-400{
    --tw-text-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-purple-500{
    --tw-text-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-purple-600{
    --tw-text-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-purple-700{
    --tw-text-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-purple-800{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-purple-900{
    --tw-text-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-yellow-50{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-yellow-100{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-yellow-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-yellow-300{
    --tw-text-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-yellow-400{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-yellow-500{
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-yellow-600{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-yellow-700{
    --tw-text-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-yellow-800{
    --tw-text-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-yellow-900{
    --tw-text-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-indigo-50{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-indigo-100{
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-indigo-200{
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-indigo-300{
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-indigo-400{
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-indigo-500{
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-indigo-600{
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-indigo-700{
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-indigo-800{
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-indigo-900{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-pink-50{
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-pink-100{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-pink-200{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-pink-300{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-pink-400{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-pink-500{
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-pink-600{
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-pink-700{
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-pink-800{
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .tablet\:hc-text-pink-900{
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-black{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-white{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-gray-50{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-gray-100{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-gray-200{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-gray-300{
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-gray-400{
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-gray-500{
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-gray-600{
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-gray-700{
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-gray-800{
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-gray-900{
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-slate{
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-red-50{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-red-100{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-red-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-red-300{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-red-400{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-red-500{
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-red-600{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-red-700{
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-red-800{
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-red-900{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-blue-50{
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-blue-100{
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-blue-200{
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-blue-300{
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-blue-400{
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-blue-500{
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-blue-600{
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-blue-700{
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-blue-800{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-blue-900{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-purple-50{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-purple-100{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-purple-200{
    --tw-text-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-purple-300{
    --tw-text-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-purple-400{
    --tw-text-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-purple-500{
    --tw-text-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-purple-600{
    --tw-text-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-purple-700{
    --tw-text-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-purple-800{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-purple-900{
    --tw-text-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-yellow-50{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-yellow-100{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-yellow-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-yellow-300{
    --tw-text-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-yellow-400{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-yellow-500{
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-yellow-600{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-yellow-700{
    --tw-text-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-yellow-800{
    --tw-text-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-yellow-900{
    --tw-text-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-indigo-50{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-indigo-100{
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-indigo-200{
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-indigo-300{
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-indigo-400{
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-indigo-500{
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-indigo-600{
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-indigo-700{
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-indigo-800{
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-indigo-900{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-pink-50{
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-pink-100{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-pink-200{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-pink-300{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-pink-400{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-pink-500{
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-pink-600{
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-pink-700{
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-pink-800{
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-pink-900{
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-black:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-white:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-gray-50:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-gray-100:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-gray-200:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-gray-300:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-gray-400:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-gray-500:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-gray-600:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-gray-700:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-gray-800:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-gray-900:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-slate:focus-within{
  }

  .tablet\:focus-within\:hc-text-red-50:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-red-100:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-red-200:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-red-300:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-red-400:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-red-500:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-red-600:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-red-700:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-red-800:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-red-900:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-blue-50:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-blue-100:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-blue-200:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-blue-300:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-blue-400:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-blue-500:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-blue-600:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-blue-700:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-blue-800:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-blue-900:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-purple-50:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-purple-100:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-purple-200:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-purple-300:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-purple-400:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-purple-500:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-purple-600:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-purple-700:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-purple-800:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-purple-900:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-yellow-50:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-yellow-100:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-yellow-200:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-yellow-300:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-yellow-400:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-yellow-500:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-yellow-600:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-yellow-700:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-yellow-800:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-yellow-900:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-indigo-50:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-indigo-100:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-indigo-200:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-indigo-300:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-indigo-400:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-indigo-500:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-indigo-600:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-indigo-700:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-indigo-800:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-indigo-900:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-pink-50:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-pink-100:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-pink-200:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-pink-300:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-pink-400:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-pink-500:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-pink-600:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-pink-700:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-pink-800:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:hc-text-pink-900:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-black:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-white:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-gray-50:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-gray-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-gray-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-gray-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-gray-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-gray-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-gray-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-gray-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-gray-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-gray-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-slate:hover{
  }

  .tablet\:hover\:hc-text-red-50:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-red-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-red-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-red-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-red-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-red-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-red-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-red-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-red-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-red-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-blue-50:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-blue-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-blue-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-blue-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-blue-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-blue-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-blue-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-blue-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-blue-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-blue-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-purple-50:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-purple-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-purple-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-purple-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-purple-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-purple-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-purple-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-purple-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-purple-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-purple-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-yellow-50:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-yellow-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-yellow-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-yellow-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-yellow-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-yellow-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-yellow-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-yellow-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-yellow-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-yellow-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-indigo-50:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-indigo-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-indigo-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-indigo-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-indigo-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-indigo-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-indigo-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-indigo-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-indigo-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-indigo-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-pink-50:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-pink-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-pink-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-pink-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-pink-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-pink-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-pink-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-pink-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-pink-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:hc-text-pink-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-black:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-white:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-gray-50:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-gray-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-gray-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-gray-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-gray-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-gray-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-gray-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-gray-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-gray-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-gray-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-slate:focus{
  }

  .tablet\:focus\:hc-text-red-50:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-red-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-red-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-red-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-red-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-red-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-red-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-red-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-red-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-red-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-blue-50:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-blue-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-blue-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-blue-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-blue-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-blue-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-blue-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-blue-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-blue-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-blue-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-purple-50:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-purple-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-purple-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-purple-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-purple-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-purple-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-purple-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-purple-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-purple-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-purple-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-yellow-50:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-yellow-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-yellow-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-yellow-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-yellow-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-yellow-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-yellow-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-yellow-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-yellow-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-yellow-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-indigo-50:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-indigo-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-indigo-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-indigo-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-indigo-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-indigo-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-indigo-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-indigo-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-indigo-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-indigo-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-pink-50:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-pink-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-pink-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-pink-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-pink-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-pink-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-pink-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-pink-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-pink-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:hc-text-pink-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  @media (prefers-color-scheme: dark){
    .tablet\:dark\:hc-text-black{
      --tw-text-opacity: 1 !important;
      color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-white{
      --tw-text-opacity: 1 !important;
      color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-gray-50{
      --tw-text-opacity: 1 !important;
      color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-gray-100{
      --tw-text-opacity: 1 !important;
      color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-gray-200{
      --tw-text-opacity: 1 !important;
      color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-gray-300{
      --tw-text-opacity: 1 !important;
      color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-gray-400{
      --tw-text-opacity: 1 !important;
      color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-gray-500{
      --tw-text-opacity: 1 !important;
      color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-gray-600{
      --tw-text-opacity: 1 !important;
      color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-gray-700{
      --tw-text-opacity: 1 !important;
      color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-gray-800{
      --tw-text-opacity: 1 !important;
      color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-gray-900{
      --tw-text-opacity: 1 !important;
      color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-slate{
    }

    .tablet\:dark\:hc-text-red-50{
      --tw-text-opacity: 1 !important;
      color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-red-100{
      --tw-text-opacity: 1 !important;
      color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-red-200{
      --tw-text-opacity: 1 !important;
      color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-red-300{
      --tw-text-opacity: 1 !important;
      color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-red-400{
      --tw-text-opacity: 1 !important;
      color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-red-500{
      --tw-text-opacity: 1 !important;
      color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-red-600{
      --tw-text-opacity: 1 !important;
      color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-red-700{
      --tw-text-opacity: 1 !important;
      color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-red-800{
      --tw-text-opacity: 1 !important;
      color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-red-900{
      --tw-text-opacity: 1 !important;
      color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-blue-50{
      --tw-text-opacity: 1 !important;
      color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-blue-100{
      --tw-text-opacity: 1 !important;
      color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-blue-200{
      --tw-text-opacity: 1 !important;
      color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-blue-300{
      --tw-text-opacity: 1 !important;
      color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-blue-400{
      --tw-text-opacity: 1 !important;
      color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-blue-500{
      --tw-text-opacity: 1 !important;
      color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-blue-600{
      --tw-text-opacity: 1 !important;
      color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-blue-700{
      --tw-text-opacity: 1 !important;
      color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-blue-800{
      --tw-text-opacity: 1 !important;
      color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-blue-900{
      --tw-text-opacity: 1 !important;
      color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-purple-50{
      --tw-text-opacity: 1 !important;
      color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-purple-100{
      --tw-text-opacity: 1 !important;
      color: rgba(243, 232, 255, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-purple-200{
      --tw-text-opacity: 1 !important;
      color: rgba(233, 213, 255, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-purple-300{
      --tw-text-opacity: 1 !important;
      color: rgba(216, 180, 254, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-purple-400{
      --tw-text-opacity: 1 !important;
      color: rgba(192, 132, 252, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-purple-500{
      --tw-text-opacity: 1 !important;
      color: rgba(168, 85, 247, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-purple-600{
      --tw-text-opacity: 1 !important;
      color: rgba(147, 51, 234, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-purple-700{
      --tw-text-opacity: 1 !important;
      color: rgba(126, 34, 206, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-purple-800{
      --tw-text-opacity: 1 !important;
      color: rgba(107, 33, 168, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-purple-900{
      --tw-text-opacity: 1 !important;
      color: rgba(88, 28, 135, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-yellow-50{
      --tw-text-opacity: 1 !important;
      color: rgba(254, 252, 232, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-yellow-100{
      --tw-text-opacity: 1 !important;
      color: rgba(254, 249, 195, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-yellow-200{
      --tw-text-opacity: 1 !important;
      color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-yellow-300{
      --tw-text-opacity: 1 !important;
      color: rgba(253, 224, 71, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-yellow-400{
      --tw-text-opacity: 1 !important;
      color: rgba(250, 204, 21, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-yellow-500{
      --tw-text-opacity: 1 !important;
      color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-yellow-600{
      --tw-text-opacity: 1 !important;
      color: rgba(202, 138, 4, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-yellow-700{
      --tw-text-opacity: 1 !important;
      color: rgba(161, 98, 7, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-yellow-800{
      --tw-text-opacity: 1 !important;
      color: rgba(133, 77, 14, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-yellow-900{
      --tw-text-opacity: 1 !important;
      color: rgba(113, 63, 18, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-indigo-50{
      --tw-text-opacity: 1 !important;
      color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-indigo-100{
      --tw-text-opacity: 1 !important;
      color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-indigo-200{
      --tw-text-opacity: 1 !important;
      color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-indigo-300{
      --tw-text-opacity: 1 !important;
      color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-indigo-400{
      --tw-text-opacity: 1 !important;
      color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-indigo-500{
      --tw-text-opacity: 1 !important;
      color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-indigo-600{
      --tw-text-opacity: 1 !important;
      color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-indigo-700{
      --tw-text-opacity: 1 !important;
      color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-indigo-800{
      --tw-text-opacity: 1 !important;
      color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-indigo-900{
      --tw-text-opacity: 1 !important;
      color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-pink-50{
      --tw-text-opacity: 1 !important;
      color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-pink-100{
      --tw-text-opacity: 1 !important;
      color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-pink-200{
      --tw-text-opacity: 1 !important;
      color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-pink-300{
      --tw-text-opacity: 1 !important;
      color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-pink-400{
      --tw-text-opacity: 1 !important;
      color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-pink-500{
      --tw-text-opacity: 1 !important;
      color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-pink-600{
      --tw-text-opacity: 1 !important;
      color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-pink-700{
      --tw-text-opacity: 1 !important;
      color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-pink-800{
      --tw-text-opacity: 1 !important;
      color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hc-text-pink-900{
      --tw-text-opacity: 1 !important;
      color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-black{
      --tw-text-opacity: 1 !important;
      color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-white{
      --tw-text-opacity: 1 !important;
      color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-gray-50{
      --tw-text-opacity: 1 !important;
      color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-gray-100{
      --tw-text-opacity: 1 !important;
      color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-gray-200{
      --tw-text-opacity: 1 !important;
      color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-gray-300{
      --tw-text-opacity: 1 !important;
      color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-gray-400{
      --tw-text-opacity: 1 !important;
      color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-gray-500{
      --tw-text-opacity: 1 !important;
      color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-gray-600{
      --tw-text-opacity: 1 !important;
      color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-gray-700{
      --tw-text-opacity: 1 !important;
      color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-gray-800{
      --tw-text-opacity: 1 !important;
      color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-gray-900{
      --tw-text-opacity: 1 !important;
      color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-slate{
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-red-50{
      --tw-text-opacity: 1 !important;
      color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-red-100{
      --tw-text-opacity: 1 !important;
      color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-red-200{
      --tw-text-opacity: 1 !important;
      color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-red-300{
      --tw-text-opacity: 1 !important;
      color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-red-400{
      --tw-text-opacity: 1 !important;
      color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-red-500{
      --tw-text-opacity: 1 !important;
      color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-red-600{
      --tw-text-opacity: 1 !important;
      color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-red-700{
      --tw-text-opacity: 1 !important;
      color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-red-800{
      --tw-text-opacity: 1 !important;
      color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-red-900{
      --tw-text-opacity: 1 !important;
      color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-blue-50{
      --tw-text-opacity: 1 !important;
      color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-blue-100{
      --tw-text-opacity: 1 !important;
      color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-blue-200{
      --tw-text-opacity: 1 !important;
      color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-blue-300{
      --tw-text-opacity: 1 !important;
      color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-blue-400{
      --tw-text-opacity: 1 !important;
      color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-blue-500{
      --tw-text-opacity: 1 !important;
      color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-blue-600{
      --tw-text-opacity: 1 !important;
      color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-blue-700{
      --tw-text-opacity: 1 !important;
      color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-blue-800{
      --tw-text-opacity: 1 !important;
      color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-blue-900{
      --tw-text-opacity: 1 !important;
      color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-purple-50{
      --tw-text-opacity: 1 !important;
      color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-purple-100{
      --tw-text-opacity: 1 !important;
      color: rgba(243, 232, 255, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-purple-200{
      --tw-text-opacity: 1 !important;
      color: rgba(233, 213, 255, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-purple-300{
      --tw-text-opacity: 1 !important;
      color: rgba(216, 180, 254, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-purple-400{
      --tw-text-opacity: 1 !important;
      color: rgba(192, 132, 252, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-purple-500{
      --tw-text-opacity: 1 !important;
      color: rgba(168, 85, 247, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-purple-600{
      --tw-text-opacity: 1 !important;
      color: rgba(147, 51, 234, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-purple-700{
      --tw-text-opacity: 1 !important;
      color: rgba(126, 34, 206, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-purple-800{
      --tw-text-opacity: 1 !important;
      color: rgba(107, 33, 168, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-purple-900{
      --tw-text-opacity: 1 !important;
      color: rgba(88, 28, 135, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-yellow-50{
      --tw-text-opacity: 1 !important;
      color: rgba(254, 252, 232, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-yellow-100{
      --tw-text-opacity: 1 !important;
      color: rgba(254, 249, 195, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-yellow-200{
      --tw-text-opacity: 1 !important;
      color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-yellow-300{
      --tw-text-opacity: 1 !important;
      color: rgba(253, 224, 71, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-yellow-400{
      --tw-text-opacity: 1 !important;
      color: rgba(250, 204, 21, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-yellow-500{
      --tw-text-opacity: 1 !important;
      color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-yellow-600{
      --tw-text-opacity: 1 !important;
      color: rgba(202, 138, 4, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-yellow-700{
      --tw-text-opacity: 1 !important;
      color: rgba(161, 98, 7, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-yellow-800{
      --tw-text-opacity: 1 !important;
      color: rgba(133, 77, 14, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-yellow-900{
      --tw-text-opacity: 1 !important;
      color: rgba(113, 63, 18, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-indigo-50{
      --tw-text-opacity: 1 !important;
      color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-indigo-100{
      --tw-text-opacity: 1 !important;
      color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-indigo-200{
      --tw-text-opacity: 1 !important;
      color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-indigo-300{
      --tw-text-opacity: 1 !important;
      color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-indigo-400{
      --tw-text-opacity: 1 !important;
      color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-indigo-500{
      --tw-text-opacity: 1 !important;
      color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-indigo-600{
      --tw-text-opacity: 1 !important;
      color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-indigo-700{
      --tw-text-opacity: 1 !important;
      color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-indigo-800{
      --tw-text-opacity: 1 !important;
      color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-indigo-900{
      --tw-text-opacity: 1 !important;
      color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-pink-50{
      --tw-text-opacity: 1 !important;
      color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-pink-100{
      --tw-text-opacity: 1 !important;
      color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-pink-200{
      --tw-text-opacity: 1 !important;
      color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-pink-300{
      --tw-text-opacity: 1 !important;
      color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-pink-400{
      --tw-text-opacity: 1 !important;
      color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-pink-500{
      --tw-text-opacity: 1 !important;
      color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-pink-600{
      --tw-text-opacity: 1 !important;
      color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-pink-700{
      --tw-text-opacity: 1 !important;
      color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-pink-800{
      --tw-text-opacity: 1 !important;
      color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-pink-900{
      --tw-text-opacity: 1 !important;
      color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-black:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-white:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-gray-50:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-gray-100:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-gray-200:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-gray-300:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-gray-400:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-gray-500:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-gray-600:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-gray-700:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-gray-800:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-gray-900:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-slate:focus-within{
    }

    .tablet\:dark\:focus-within\:hc-text-red-50:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-red-100:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-red-200:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-red-300:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-red-400:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-red-500:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-red-600:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-red-700:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-red-800:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-red-900:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-blue-50:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-blue-100:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-blue-200:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-blue-300:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-blue-400:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-blue-500:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-blue-600:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-blue-700:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-blue-800:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-blue-900:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-purple-50:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-purple-100:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(243, 232, 255, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-purple-200:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(233, 213, 255, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-purple-300:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(216, 180, 254, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-purple-400:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(192, 132, 252, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-purple-500:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(168, 85, 247, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-purple-600:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(147, 51, 234, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-purple-700:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(126, 34, 206, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-purple-800:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(107, 33, 168, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-purple-900:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(88, 28, 135, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-yellow-50:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(254, 252, 232, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-yellow-100:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(254, 249, 195, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-yellow-200:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-yellow-300:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(253, 224, 71, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-yellow-400:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(250, 204, 21, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-yellow-500:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-yellow-600:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(202, 138, 4, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-yellow-700:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(161, 98, 7, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-yellow-800:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(133, 77, 14, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-yellow-900:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(113, 63, 18, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-indigo-50:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-indigo-100:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-indigo-200:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-indigo-300:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-indigo-400:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-indigo-500:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-indigo-600:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-indigo-700:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-indigo-800:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-indigo-900:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-pink-50:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-pink-100:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-pink-200:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-pink-300:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-pink-400:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-pink-500:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-pink-600:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-pink-700:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-pink-800:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-text-pink-900:focus-within{
      --tw-text-opacity: 1 !important;
      color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-black:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-white:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-gray-50:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-gray-100:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-gray-200:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-gray-300:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-gray-400:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-gray-500:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-gray-600:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-gray-700:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-gray-800:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-gray-900:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-slate:hover{
    }

    .tablet\:dark\:hover\:hc-text-red-50:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-red-100:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-red-200:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-red-300:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-red-400:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-red-500:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-red-600:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-red-700:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-red-800:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-red-900:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-blue-50:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-blue-100:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-blue-200:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-blue-300:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-blue-400:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-blue-500:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-blue-600:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-blue-700:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-blue-800:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-blue-900:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-purple-50:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-purple-100:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(243, 232, 255, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-purple-200:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(233, 213, 255, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-purple-300:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(216, 180, 254, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-purple-400:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(192, 132, 252, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-purple-500:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(168, 85, 247, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-purple-600:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(147, 51, 234, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-purple-700:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(126, 34, 206, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-purple-800:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(107, 33, 168, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-purple-900:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(88, 28, 135, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-yellow-50:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(254, 252, 232, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-yellow-100:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(254, 249, 195, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-yellow-200:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-yellow-300:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(253, 224, 71, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-yellow-400:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(250, 204, 21, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-yellow-500:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-yellow-600:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(202, 138, 4, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-yellow-700:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(161, 98, 7, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-yellow-800:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(133, 77, 14, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-yellow-900:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(113, 63, 18, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-indigo-50:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-indigo-100:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-indigo-200:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-indigo-300:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-indigo-400:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-indigo-500:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-indigo-600:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-indigo-700:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-indigo-800:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-indigo-900:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-pink-50:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-pink-100:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-pink-200:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-pink-300:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-pink-400:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-pink-500:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-pink-600:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-pink-700:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-pink-800:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:hover\:hc-text-pink-900:hover{
      --tw-text-opacity: 1 !important;
      color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-black:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-white:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-gray-50:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-gray-100:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-gray-200:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-gray-300:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-gray-400:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-gray-500:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-gray-600:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-gray-700:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-gray-800:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-gray-900:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-slate:focus{
    }

    .tablet\:dark\:focus\:hc-text-red-50:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-red-100:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-red-200:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-red-300:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-red-400:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-red-500:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-red-600:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-red-700:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-red-800:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-red-900:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-blue-50:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-blue-100:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-blue-200:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-blue-300:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-blue-400:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-blue-500:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-blue-600:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-blue-700:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-blue-800:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-blue-900:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-purple-50:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-purple-100:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(243, 232, 255, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-purple-200:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(233, 213, 255, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-purple-300:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(216, 180, 254, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-purple-400:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(192, 132, 252, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-purple-500:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(168, 85, 247, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-purple-600:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(147, 51, 234, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-purple-700:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(126, 34, 206, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-purple-800:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(107, 33, 168, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-purple-900:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(88, 28, 135, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-yellow-50:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(254, 252, 232, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-yellow-100:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(254, 249, 195, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-yellow-200:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-yellow-300:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(253, 224, 71, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-yellow-400:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(250, 204, 21, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-yellow-500:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-yellow-600:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(202, 138, 4, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-yellow-700:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(161, 98, 7, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-yellow-800:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(133, 77, 14, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-yellow-900:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(113, 63, 18, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-indigo-50:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-indigo-100:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-indigo-200:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-indigo-300:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-indigo-400:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-indigo-500:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-indigo-600:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-indigo-700:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-indigo-800:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-indigo-900:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-pink-50:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-pink-100:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-pink-200:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-pink-300:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-pink-400:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-pink-500:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-pink-600:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-pink-700:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-pink-800:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-text-pink-900:focus{
      --tw-text-opacity: 1 !important;
      color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
    }
  }

  .tablet\:hc-text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .tablet\:hc-text-opacity-5{
    --tw-text-opacity: 0.05 !important;
  }

  .tablet\:hc-text-opacity-10{
    --tw-text-opacity: 0.1 !important;
  }

  .tablet\:hc-text-opacity-20{
    --tw-text-opacity: 0.2 !important;
  }

  .tablet\:hc-text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .tablet\:hc-text-opacity-30{
    --tw-text-opacity: 0.3 !important;
  }

  .tablet\:hc-text-opacity-40{
    --tw-text-opacity: 0.4 !important;
  }

  .tablet\:hc-text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .tablet\:hc-text-opacity-60{
    --tw-text-opacity: 0.6 !important;
  }

  .tablet\:hc-text-opacity-70{
    --tw-text-opacity: 0.7 !important;
  }

  .tablet\:hc-text-opacity-75{
    --tw-text-opacity: 0.75 !important;
  }

  .tablet\:hc-text-opacity-80{
    --tw-text-opacity: 0.8 !important;
  }

  .tablet\:hc-text-opacity-90{
    --tw-text-opacity: 0.9 !important;
  }

  .tablet\:hc-text-opacity-95{
    --tw-text-opacity: 0.95 !important;
  }

  .tablet\:hc-text-opacity-100{
    --tw-text-opacity: 1 !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-opacity-5{
    --tw-text-opacity: 0.05 !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-opacity-10{
    --tw-text-opacity: 0.1 !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-opacity-20{
    --tw-text-opacity: 0.2 !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-opacity-30{
    --tw-text-opacity: 0.3 !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-opacity-40{
    --tw-text-opacity: 0.4 !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-opacity-60{
    --tw-text-opacity: 0.6 !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-opacity-70{
    --tw-text-opacity: 0.7 !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-opacity-75{
    --tw-text-opacity: 0.75 !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-opacity-80{
    --tw-text-opacity: 0.8 !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-opacity-90{
    --tw-text-opacity: 0.9 !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-opacity-95{
    --tw-text-opacity: 0.95 !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-opacity-100{
    --tw-text-opacity: 1 !important;
  }

  .tablet\:focus-within\:hc-text-opacity-0:focus-within{
    --tw-text-opacity: 0 !important;
  }

  .tablet\:focus-within\:hc-text-opacity-5:focus-within{
    --tw-text-opacity: 0.05 !important;
  }

  .tablet\:focus-within\:hc-text-opacity-10:focus-within{
    --tw-text-opacity: 0.1 !important;
  }

  .tablet\:focus-within\:hc-text-opacity-20:focus-within{
    --tw-text-opacity: 0.2 !important;
  }

  .tablet\:focus-within\:hc-text-opacity-25:focus-within{
    --tw-text-opacity: 0.25 !important;
  }

  .tablet\:focus-within\:hc-text-opacity-30:focus-within{
    --tw-text-opacity: 0.3 !important;
  }

  .tablet\:focus-within\:hc-text-opacity-40:focus-within{
    --tw-text-opacity: 0.4 !important;
  }

  .tablet\:focus-within\:hc-text-opacity-50:focus-within{
    --tw-text-opacity: 0.5 !important;
  }

  .tablet\:focus-within\:hc-text-opacity-60:focus-within{
    --tw-text-opacity: 0.6 !important;
  }

  .tablet\:focus-within\:hc-text-opacity-70:focus-within{
    --tw-text-opacity: 0.7 !important;
  }

  .tablet\:focus-within\:hc-text-opacity-75:focus-within{
    --tw-text-opacity: 0.75 !important;
  }

  .tablet\:focus-within\:hc-text-opacity-80:focus-within{
    --tw-text-opacity: 0.8 !important;
  }

  .tablet\:focus-within\:hc-text-opacity-90:focus-within{
    --tw-text-opacity: 0.9 !important;
  }

  .tablet\:focus-within\:hc-text-opacity-95:focus-within{
    --tw-text-opacity: 0.95 !important;
  }

  .tablet\:focus-within\:hc-text-opacity-100:focus-within{
    --tw-text-opacity: 1 !important;
  }

  .tablet\:hover\:hc-text-opacity-0:hover{
    --tw-text-opacity: 0 !important;
  }

  .tablet\:hover\:hc-text-opacity-5:hover{
    --tw-text-opacity: 0.05 !important;
  }

  .tablet\:hover\:hc-text-opacity-10:hover{
    --tw-text-opacity: 0.1 !important;
  }

  .tablet\:hover\:hc-text-opacity-20:hover{
    --tw-text-opacity: 0.2 !important;
  }

  .tablet\:hover\:hc-text-opacity-25:hover{
    --tw-text-opacity: 0.25 !important;
  }

  .tablet\:hover\:hc-text-opacity-30:hover{
    --tw-text-opacity: 0.3 !important;
  }

  .tablet\:hover\:hc-text-opacity-40:hover{
    --tw-text-opacity: 0.4 !important;
  }

  .tablet\:hover\:hc-text-opacity-50:hover{
    --tw-text-opacity: 0.5 !important;
  }

  .tablet\:hover\:hc-text-opacity-60:hover{
    --tw-text-opacity: 0.6 !important;
  }

  .tablet\:hover\:hc-text-opacity-70:hover{
    --tw-text-opacity: 0.7 !important;
  }

  .tablet\:hover\:hc-text-opacity-75:hover{
    --tw-text-opacity: 0.75 !important;
  }

  .tablet\:hover\:hc-text-opacity-80:hover{
    --tw-text-opacity: 0.8 !important;
  }

  .tablet\:hover\:hc-text-opacity-90:hover{
    --tw-text-opacity: 0.9 !important;
  }

  .tablet\:hover\:hc-text-opacity-95:hover{
    --tw-text-opacity: 0.95 !important;
  }

  .tablet\:hover\:hc-text-opacity-100:hover{
    --tw-text-opacity: 1 !important;
  }

  .tablet\:focus\:hc-text-opacity-0:focus{
    --tw-text-opacity: 0 !important;
  }

  .tablet\:focus\:hc-text-opacity-5:focus{
    --tw-text-opacity: 0.05 !important;
  }

  .tablet\:focus\:hc-text-opacity-10:focus{
    --tw-text-opacity: 0.1 !important;
  }

  .tablet\:focus\:hc-text-opacity-20:focus{
    --tw-text-opacity: 0.2 !important;
  }

  .tablet\:focus\:hc-text-opacity-25:focus{
    --tw-text-opacity: 0.25 !important;
  }

  .tablet\:focus\:hc-text-opacity-30:focus{
    --tw-text-opacity: 0.3 !important;
  }

  .tablet\:focus\:hc-text-opacity-40:focus{
    --tw-text-opacity: 0.4 !important;
  }

  .tablet\:focus\:hc-text-opacity-50:focus{
    --tw-text-opacity: 0.5 !important;
  }

  .tablet\:focus\:hc-text-opacity-60:focus{
    --tw-text-opacity: 0.6 !important;
  }

  .tablet\:focus\:hc-text-opacity-70:focus{
    --tw-text-opacity: 0.7 !important;
  }

  .tablet\:focus\:hc-text-opacity-75:focus{
    --tw-text-opacity: 0.75 !important;
  }

  .tablet\:focus\:hc-text-opacity-80:focus{
    --tw-text-opacity: 0.8 !important;
  }

  .tablet\:focus\:hc-text-opacity-90:focus{
    --tw-text-opacity: 0.9 !important;
  }

  .tablet\:focus\:hc-text-opacity-95:focus{
    --tw-text-opacity: 0.95 !important;
  }

  .tablet\:focus\:hc-text-opacity-100:focus{
    --tw-text-opacity: 1 !important;
  }

  @media (prefers-color-scheme: dark){
    .tablet\:dark\:hc-text-opacity-0{
      --tw-text-opacity: 0 !important;
    }

    .tablet\:dark\:hc-text-opacity-5{
      --tw-text-opacity: 0.05 !important;
    }

    .tablet\:dark\:hc-text-opacity-10{
      --tw-text-opacity: 0.1 !important;
    }

    .tablet\:dark\:hc-text-opacity-20{
      --tw-text-opacity: 0.2 !important;
    }

    .tablet\:dark\:hc-text-opacity-25{
      --tw-text-opacity: 0.25 !important;
    }

    .tablet\:dark\:hc-text-opacity-30{
      --tw-text-opacity: 0.3 !important;
    }

    .tablet\:dark\:hc-text-opacity-40{
      --tw-text-opacity: 0.4 !important;
    }

    .tablet\:dark\:hc-text-opacity-50{
      --tw-text-opacity: 0.5 !important;
    }

    .tablet\:dark\:hc-text-opacity-60{
      --tw-text-opacity: 0.6 !important;
    }

    .tablet\:dark\:hc-text-opacity-70{
      --tw-text-opacity: 0.7 !important;
    }

    .tablet\:dark\:hc-text-opacity-75{
      --tw-text-opacity: 0.75 !important;
    }

    .tablet\:dark\:hc-text-opacity-80{
      --tw-text-opacity: 0.8 !important;
    }

    .tablet\:dark\:hc-text-opacity-90{
      --tw-text-opacity: 0.9 !important;
    }

    .tablet\:dark\:hc-text-opacity-95{
      --tw-text-opacity: 0.95 !important;
    }

    .tablet\:dark\:hc-text-opacity-100{
      --tw-text-opacity: 1 !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-opacity-0{
      --tw-text-opacity: 0 !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-opacity-5{
      --tw-text-opacity: 0.05 !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-opacity-10{
      --tw-text-opacity: 0.1 !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-opacity-20{
      --tw-text-opacity: 0.2 !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-opacity-25{
      --tw-text-opacity: 0.25 !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-opacity-30{
      --tw-text-opacity: 0.3 !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-opacity-40{
      --tw-text-opacity: 0.4 !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-opacity-50{
      --tw-text-opacity: 0.5 !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-opacity-60{
      --tw-text-opacity: 0.6 !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-opacity-70{
      --tw-text-opacity: 0.7 !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-opacity-75{
      --tw-text-opacity: 0.75 !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-opacity-80{
      --tw-text-opacity: 0.8 !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-opacity-90{
      --tw-text-opacity: 0.9 !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-opacity-95{
      --tw-text-opacity: 0.95 !important;
    }

    .hc-group:hover .tablet\:dark\:group-hover\:hc-text-opacity-100{
      --tw-text-opacity: 1 !important;
    }

    .tablet\:dark\:focus-within\:hc-text-opacity-0:focus-within{
      --tw-text-opacity: 0 !important;
    }

    .tablet\:dark\:focus-within\:hc-text-opacity-5:focus-within{
      --tw-text-opacity: 0.05 !important;
    }

    .tablet\:dark\:focus-within\:hc-text-opacity-10:focus-within{
      --tw-text-opacity: 0.1 !important;
    }

    .tablet\:dark\:focus-within\:hc-text-opacity-20:focus-within{
      --tw-text-opacity: 0.2 !important;
    }

    .tablet\:dark\:focus-within\:hc-text-opacity-25:focus-within{
      --tw-text-opacity: 0.25 !important;
    }

    .tablet\:dark\:focus-within\:hc-text-opacity-30:focus-within{
      --tw-text-opacity: 0.3 !important;
    }

    .tablet\:dark\:focus-within\:hc-text-opacity-40:focus-within{
      --tw-text-opacity: 0.4 !important;
    }

    .tablet\:dark\:focus-within\:hc-text-opacity-50:focus-within{
      --tw-text-opacity: 0.5 !important;
    }

    .tablet\:dark\:focus-within\:hc-text-opacity-60:focus-within{
      --tw-text-opacity: 0.6 !important;
    }

    .tablet\:dark\:focus-within\:hc-text-opacity-70:focus-within{
      --tw-text-opacity: 0.7 !important;
    }

    .tablet\:dark\:focus-within\:hc-text-opacity-75:focus-within{
      --tw-text-opacity: 0.75 !important;
    }

    .tablet\:dark\:focus-within\:hc-text-opacity-80:focus-within{
      --tw-text-opacity: 0.8 !important;
    }

    .tablet\:dark\:focus-within\:hc-text-opacity-90:focus-within{
      --tw-text-opacity: 0.9 !important;
    }

    .tablet\:dark\:focus-within\:hc-text-opacity-95:focus-within{
      --tw-text-opacity: 0.95 !important;
    }

    .tablet\:dark\:focus-within\:hc-text-opacity-100:focus-within{
      --tw-text-opacity: 1 !important;
    }

    .tablet\:dark\:hover\:hc-text-opacity-0:hover{
      --tw-text-opacity: 0 !important;
    }

    .tablet\:dark\:hover\:hc-text-opacity-5:hover{
      --tw-text-opacity: 0.05 !important;
    }

    .tablet\:dark\:hover\:hc-text-opacity-10:hover{
      --tw-text-opacity: 0.1 !important;
    }

    .tablet\:dark\:hover\:hc-text-opacity-20:hover{
      --tw-text-opacity: 0.2 !important;
    }

    .tablet\:dark\:hover\:hc-text-opacity-25:hover{
      --tw-text-opacity: 0.25 !important;
    }

    .tablet\:dark\:hover\:hc-text-opacity-30:hover{
      --tw-text-opacity: 0.3 !important;
    }

    .tablet\:dark\:hover\:hc-text-opacity-40:hover{
      --tw-text-opacity: 0.4 !important;
    }

    .tablet\:dark\:hover\:hc-text-opacity-50:hover{
      --tw-text-opacity: 0.5 !important;
    }

    .tablet\:dark\:hover\:hc-text-opacity-60:hover{
      --tw-text-opacity: 0.6 !important;
    }

    .tablet\:dark\:hover\:hc-text-opacity-70:hover{
      --tw-text-opacity: 0.7 !important;
    }

    .tablet\:dark\:hover\:hc-text-opacity-75:hover{
      --tw-text-opacity: 0.75 !important;
    }

    .tablet\:dark\:hover\:hc-text-opacity-80:hover{
      --tw-text-opacity: 0.8 !important;
    }

    .tablet\:dark\:hover\:hc-text-opacity-90:hover{
      --tw-text-opacity: 0.9 !important;
    }

    .tablet\:dark\:hover\:hc-text-opacity-95:hover{
      --tw-text-opacity: 0.95 !important;
    }

    .tablet\:dark\:hover\:hc-text-opacity-100:hover{
      --tw-text-opacity: 1 !important;
    }

    .tablet\:dark\:focus\:hc-text-opacity-0:focus{
      --tw-text-opacity: 0 !important;
    }

    .tablet\:dark\:focus\:hc-text-opacity-5:focus{
      --tw-text-opacity: 0.05 !important;
    }

    .tablet\:dark\:focus\:hc-text-opacity-10:focus{
      --tw-text-opacity: 0.1 !important;
    }

    .tablet\:dark\:focus\:hc-text-opacity-20:focus{
      --tw-text-opacity: 0.2 !important;
    }

    .tablet\:dark\:focus\:hc-text-opacity-25:focus{
      --tw-text-opacity: 0.25 !important;
    }

    .tablet\:dark\:focus\:hc-text-opacity-30:focus{
      --tw-text-opacity: 0.3 !important;
    }

    .tablet\:dark\:focus\:hc-text-opacity-40:focus{
      --tw-text-opacity: 0.4 !important;
    }

    .tablet\:dark\:focus\:hc-text-opacity-50:focus{
      --tw-text-opacity: 0.5 !important;
    }

    .tablet\:dark\:focus\:hc-text-opacity-60:focus{
      --tw-text-opacity: 0.6 !important;
    }

    .tablet\:dark\:focus\:hc-text-opacity-70:focus{
      --tw-text-opacity: 0.7 !important;
    }

    .tablet\:dark\:focus\:hc-text-opacity-75:focus{
      --tw-text-opacity: 0.75 !important;
    }

    .tablet\:dark\:focus\:hc-text-opacity-80:focus{
      --tw-text-opacity: 0.8 !important;
    }

    .tablet\:dark\:focus\:hc-text-opacity-90:focus{
      --tw-text-opacity: 0.9 !important;
    }

    .tablet\:dark\:focus\:hc-text-opacity-95:focus{
      --tw-text-opacity: 0.95 !important;
    }

    .tablet\:dark\:focus\:hc-text-opacity-100:focus{
      --tw-text-opacity: 1 !important;
    }
  }

  .tablet\:hc-underline{
    text-decoration: underline !important;
  }

  .tablet\:hc-line-through{
    text-decoration: line-through !important;
  }

  .tablet\:hc-no-underline{
    text-decoration: none !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-underline{
    text-decoration: underline !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-line-through{
    text-decoration: line-through !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-no-underline{
    text-decoration: none !important;
  }

  .tablet\:focus-within\:hc-underline:focus-within{
    text-decoration: underline !important;
  }

  .tablet\:focus-within\:hc-line-through:focus-within{
    text-decoration: line-through !important;
  }

  .tablet\:focus-within\:hc-no-underline:focus-within{
    text-decoration: none !important;
  }

  .tablet\:hover\:hc-underline:hover{
    text-decoration: underline !important;
  }

  .tablet\:hover\:hc-line-through:hover{
    text-decoration: line-through !important;
  }

  .tablet\:hover\:hc-no-underline:hover{
    text-decoration: none !important;
  }

  .tablet\:focus\:hc-underline:focus{
    text-decoration: underline !important;
  }

  .tablet\:focus\:hc-line-through:focus{
    text-decoration: line-through !important;
  }

  .tablet\:focus\:hc-no-underline:focus{
    text-decoration: none !important;
  }

  .tablet\:hc-antialiased{
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .tablet\:hc-subpixel-antialiased{
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .tablet\:hc-placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-black::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-white::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-gray-50::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-gray-50::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-gray-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-gray-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-gray-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-gray-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-gray-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-gray-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-gray-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-gray-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-gray-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-gray-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-slate::-moz-placeholder{
  }

  .tablet\:hc-placeholder-slate::placeholder{
  }

  .tablet\:hc-placeholder-red-50::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-red-50::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-red-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-red-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-red-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-red-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-red-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-red-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-red-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-red-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-red-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-red-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-red-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-red-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-red-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-red-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-red-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-red-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-red-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-red-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-blue-50::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-blue-50::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-blue-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-blue-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-blue-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-blue-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-blue-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-blue-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-blue-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-blue-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-blue-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-blue-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-blue-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-blue-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-blue-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-blue-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-blue-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-blue-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-blue-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-blue-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-purple-50::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-purple-50::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-purple-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-purple-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-purple-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-purple-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-purple-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-purple-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-purple-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-purple-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-purple-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-purple-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-purple-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-purple-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-purple-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-purple-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-purple-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-purple-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-purple-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-purple-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-yellow-50::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-yellow-50::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-yellow-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-yellow-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-yellow-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-yellow-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-yellow-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-yellow-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-yellow-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-yellow-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-yellow-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-yellow-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-yellow-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-yellow-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-yellow-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-yellow-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-yellow-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-yellow-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-yellow-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-yellow-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-indigo-50::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-indigo-50::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-indigo-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-indigo-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-indigo-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-indigo-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-indigo-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-indigo-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-indigo-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-indigo-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-indigo-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-indigo-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-indigo-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-indigo-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-indigo-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-indigo-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-indigo-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-indigo-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-indigo-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-indigo-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-pink-50::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-pink-50::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-pink-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-pink-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-pink-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-pink-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-pink-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-pink-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-pink-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-pink-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-pink-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-pink-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-pink-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-pink-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-pink-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-pink-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-pink-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-pink-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-pink-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:hc-placeholder-pink-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-gray-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-gray-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-gray-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-gray-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-gray-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-gray-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-slate:focus::-moz-placeholder{
  }

  .tablet\:focus\:hc-placeholder-slate:focus::placeholder{
  }

  .tablet\:focus\:hc-placeholder-red-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-red-50:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-red-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-red-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-red-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-red-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-red-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-red-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-red-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-red-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-red-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-red-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-red-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-red-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-red-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-red-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-red-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-red-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-red-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-red-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-blue-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-blue-50:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-blue-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-blue-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-blue-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-blue-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-blue-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-blue-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-blue-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-blue-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-blue-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-blue-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-blue-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-blue-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-blue-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-blue-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-blue-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-blue-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-purple-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-purple-50:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-purple-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-purple-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-purple-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-purple-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-purple-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-purple-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-purple-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-purple-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-purple-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-purple-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-purple-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-purple-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-purple-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-purple-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-purple-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-purple-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-purple-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-purple-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-yellow-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-yellow-50:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-yellow-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-yellow-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-yellow-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-yellow-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-yellow-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-yellow-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-yellow-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-yellow-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-yellow-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-yellow-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-yellow-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-yellow-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-yellow-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-yellow-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-yellow-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-yellow-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-yellow-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-yellow-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-indigo-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-indigo-50:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-indigo-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-indigo-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-indigo-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-indigo-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-indigo-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-indigo-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-indigo-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-indigo-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-indigo-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-indigo-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-indigo-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-indigo-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-indigo-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-indigo-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-indigo-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-indigo-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-indigo-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-indigo-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-pink-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-pink-50:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-pink-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-pink-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-pink-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-pink-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-pink-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-pink-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-pink-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-pink-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-pink-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-pink-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-pink-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-pink-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-pink-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-pink-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-pink-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-pink-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-pink-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:hc-placeholder-pink-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  @media (prefers-color-scheme: dark){
    .tablet\:dark\:hc-placeholder-black::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
    }
    .tablet\:dark\:hc-placeholder-black::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-white::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-white::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-gray-50::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-gray-50::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-gray-100::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-gray-100::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-gray-200::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-gray-200::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-gray-300::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-gray-300::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-gray-400::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-gray-400::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-gray-500::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-gray-500::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-gray-600::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-gray-600::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-gray-700::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-gray-700::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-gray-800::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-gray-800::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-gray-900::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-gray-900::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-slate::-moz-placeholder{
    }

    .tablet\:dark\:hc-placeholder-slate::placeholder{
    }

    .tablet\:dark\:hc-placeholder-red-50::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-red-50::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-red-100::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-red-100::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-red-200::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-red-200::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-red-300::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-red-300::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-red-400::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-red-400::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-red-500::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-red-500::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-red-600::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-red-600::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-red-700::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-red-700::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-red-800::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-red-800::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-red-900::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-red-900::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-blue-50::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-blue-50::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-blue-100::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-blue-100::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-blue-200::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-blue-200::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-blue-300::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-blue-300::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-blue-400::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-blue-400::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-blue-500::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-blue-500::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-blue-600::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-blue-600::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-blue-700::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-blue-700::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-blue-800::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-blue-800::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-blue-900::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-blue-900::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-purple-50::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-purple-50::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-purple-100::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(243, 232, 255, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-purple-100::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(243, 232, 255, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-purple-200::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(233, 213, 255, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-purple-200::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(233, 213, 255, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-purple-300::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(216, 180, 254, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-purple-300::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(216, 180, 254, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-purple-400::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(192, 132, 252, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-purple-400::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(192, 132, 252, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-purple-500::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(168, 85, 247, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-purple-500::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(168, 85, 247, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-purple-600::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(147, 51, 234, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-purple-600::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(147, 51, 234, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-purple-700::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(126, 34, 206, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-purple-700::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(126, 34, 206, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-purple-800::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(107, 33, 168, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-purple-800::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(107, 33, 168, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-purple-900::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(88, 28, 135, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-purple-900::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(88, 28, 135, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-yellow-50::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(254, 252, 232, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-yellow-50::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(254, 252, 232, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-yellow-100::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(254, 249, 195, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-yellow-100::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(254, 249, 195, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-yellow-200::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-yellow-200::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-yellow-300::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(253, 224, 71, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-yellow-300::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(253, 224, 71, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-yellow-400::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(250, 204, 21, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-yellow-400::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(250, 204, 21, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-yellow-500::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-yellow-500::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-yellow-600::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(202, 138, 4, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-yellow-600::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(202, 138, 4, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-yellow-700::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(161, 98, 7, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-yellow-700::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(161, 98, 7, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-yellow-800::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(133, 77, 14, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-yellow-800::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(133, 77, 14, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-yellow-900::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(113, 63, 18, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-yellow-900::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(113, 63, 18, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-indigo-50::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-indigo-50::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-indigo-100::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-indigo-100::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-indigo-200::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-indigo-200::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-indigo-300::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-indigo-300::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-indigo-400::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-indigo-400::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-indigo-500::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-indigo-500::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-indigo-600::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-indigo-600::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-indigo-700::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-indigo-700::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-indigo-800::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-indigo-800::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-indigo-900::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-indigo-900::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-pink-50::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-pink-50::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-pink-100::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-pink-100::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-pink-200::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-pink-200::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-pink-300::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-pink-300::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-pink-400::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-pink-400::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-pink-500::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-pink-500::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-pink-600::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-pink-600::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-pink-700::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-pink-700::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-pink-800::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-pink-800::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-pink-900::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:hc-placeholder-pink-900::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-black:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-black:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-white:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-white:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-gray-50:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-gray-50:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-gray-100:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-gray-100:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-gray-200:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-gray-200:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-gray-300:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-gray-300:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-gray-400:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-gray-400:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-gray-500:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-gray-500:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-gray-600:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-gray-600:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-gray-700:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-gray-700:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-gray-800:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-gray-800:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-gray-900:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-gray-900:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-slate:focus::-moz-placeholder{
    }

    .tablet\:dark\:focus\:hc-placeholder-slate:focus::placeholder{
    }

    .tablet\:dark\:focus\:hc-placeholder-red-50:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-red-50:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-red-100:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-red-100:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-red-200:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-red-200:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-red-300:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-red-300:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-red-400:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-red-400:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-red-500:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-red-500:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-red-600:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-red-600:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-red-700:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-red-700:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-red-800:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-red-800:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-red-900:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-red-900:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-blue-50:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-blue-50:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-blue-100:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-blue-100:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-blue-200:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-blue-200:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-blue-300:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-blue-300:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-blue-400:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-blue-400:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-blue-500:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-blue-500:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-blue-600:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-blue-600:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-blue-700:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-blue-700:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-blue-800:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-blue-800:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-blue-900:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-blue-900:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-purple-50:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-purple-50:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-purple-100:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(243, 232, 255, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-purple-100:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(243, 232, 255, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-purple-200:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(233, 213, 255, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-purple-200:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(233, 213, 255, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-purple-300:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(216, 180, 254, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-purple-300:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(216, 180, 254, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-purple-400:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(192, 132, 252, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-purple-400:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(192, 132, 252, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-purple-500:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(168, 85, 247, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-purple-500:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(168, 85, 247, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-purple-600:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(147, 51, 234, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-purple-600:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(147, 51, 234, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-purple-700:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(126, 34, 206, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-purple-700:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(126, 34, 206, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-purple-800:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(107, 33, 168, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-purple-800:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(107, 33, 168, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-purple-900:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(88, 28, 135, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-purple-900:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(88, 28, 135, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-yellow-50:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(254, 252, 232, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-yellow-50:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(254, 252, 232, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-yellow-100:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(254, 249, 195, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-yellow-100:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(254, 249, 195, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-yellow-200:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-yellow-200:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-yellow-300:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(253, 224, 71, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-yellow-300:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(253, 224, 71, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-yellow-400:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(250, 204, 21, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-yellow-400:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(250, 204, 21, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-yellow-500:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-yellow-500:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-yellow-600:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(202, 138, 4, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-yellow-600:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(202, 138, 4, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-yellow-700:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(161, 98, 7, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-yellow-700:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(161, 98, 7, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-yellow-800:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(133, 77, 14, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-yellow-800:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(133, 77, 14, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-yellow-900:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(113, 63, 18, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-yellow-900:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(113, 63, 18, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-indigo-50:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-indigo-50:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-indigo-100:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-indigo-100:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-indigo-200:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-indigo-200:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-indigo-300:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-indigo-300:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-indigo-400:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-indigo-400:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-indigo-500:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-indigo-500:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-indigo-600:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-indigo-600:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-indigo-700:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-indigo-700:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-indigo-800:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-indigo-800:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-indigo-900:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-indigo-900:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-pink-50:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-pink-50:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-pink-100:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-pink-100:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-pink-200:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-pink-200:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-pink-300:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-pink-300:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-pink-400:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-pink-400:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-pink-500:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-pink-500:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-pink-600:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-pink-600:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-pink-700:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-pink-700:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-pink-800:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-pink-800:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-pink-900:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-pink-900:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
      color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
    }
  }

  .tablet\:hc-placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .tablet\:hc-placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .tablet\:hc-placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .tablet\:hc-placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .tablet\:hc-placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .tablet\:hc-placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .tablet\:hc-placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .tablet\:hc-placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .tablet\:hc-placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .tablet\:hc-placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .tablet\:hc-placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .tablet\:hc-placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .tablet\:hc-placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .tablet\:hc-placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .tablet\:hc-placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .tablet\:hc-placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .tablet\:hc-placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .tablet\:hc-placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .tablet\:hc-placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .tablet\:hc-placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .tablet\:hc-placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .tablet\:hc-placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .tablet\:hc-placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .tablet\:hc-placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .tablet\:hc-placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .tablet\:hc-placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .tablet\:hc-placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .tablet\:hc-placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .tablet\:hc-placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .tablet\:hc-placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .tablet\:focus\:hc-placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .tablet\:focus\:hc-placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .tablet\:focus\:hc-placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .tablet\:focus\:hc-placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .tablet\:focus\:hc-placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .tablet\:focus\:hc-placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .tablet\:focus\:hc-placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .tablet\:focus\:hc-placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .tablet\:focus\:hc-placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .tablet\:focus\:hc-placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .tablet\:focus\:hc-placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .tablet\:focus\:hc-placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .tablet\:focus\:hc-placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .tablet\:focus\:hc-placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .tablet\:focus\:hc-placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .tablet\:focus\:hc-placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .tablet\:focus\:hc-placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .tablet\:focus\:hc-placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .tablet\:focus\:hc-placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .tablet\:focus\:hc-placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .tablet\:focus\:hc-placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .tablet\:focus\:hc-placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .tablet\:focus\:hc-placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .tablet\:focus\:hc-placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .tablet\:focus\:hc-placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .tablet\:focus\:hc-placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .tablet\:focus\:hc-placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .tablet\:focus\:hc-placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .tablet\:focus\:hc-placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .tablet\:focus\:hc-placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  @media (prefers-color-scheme: dark){
    .tablet\:dark\:hc-placeholder-opacity-0::-moz-placeholder{
      --tw-placeholder-opacity: 0 !important;
    }
    .tablet\:dark\:hc-placeholder-opacity-0::placeholder{
      --tw-placeholder-opacity: 0 !important;
    }

    .tablet\:dark\:hc-placeholder-opacity-5::-moz-placeholder{
      --tw-placeholder-opacity: 0.05 !important;
    }

    .tablet\:dark\:hc-placeholder-opacity-5::placeholder{
      --tw-placeholder-opacity: 0.05 !important;
    }

    .tablet\:dark\:hc-placeholder-opacity-10::-moz-placeholder{
      --tw-placeholder-opacity: 0.1 !important;
    }

    .tablet\:dark\:hc-placeholder-opacity-10::placeholder{
      --tw-placeholder-opacity: 0.1 !important;
    }

    .tablet\:dark\:hc-placeholder-opacity-20::-moz-placeholder{
      --tw-placeholder-opacity: 0.2 !important;
    }

    .tablet\:dark\:hc-placeholder-opacity-20::placeholder{
      --tw-placeholder-opacity: 0.2 !important;
    }

    .tablet\:dark\:hc-placeholder-opacity-25::-moz-placeholder{
      --tw-placeholder-opacity: 0.25 !important;
    }

    .tablet\:dark\:hc-placeholder-opacity-25::placeholder{
      --tw-placeholder-opacity: 0.25 !important;
    }

    .tablet\:dark\:hc-placeholder-opacity-30::-moz-placeholder{
      --tw-placeholder-opacity: 0.3 !important;
    }

    .tablet\:dark\:hc-placeholder-opacity-30::placeholder{
      --tw-placeholder-opacity: 0.3 !important;
    }

    .tablet\:dark\:hc-placeholder-opacity-40::-moz-placeholder{
      --tw-placeholder-opacity: 0.4 !important;
    }

    .tablet\:dark\:hc-placeholder-opacity-40::placeholder{
      --tw-placeholder-opacity: 0.4 !important;
    }

    .tablet\:dark\:hc-placeholder-opacity-50::-moz-placeholder{
      --tw-placeholder-opacity: 0.5 !important;
    }

    .tablet\:dark\:hc-placeholder-opacity-50::placeholder{
      --tw-placeholder-opacity: 0.5 !important;
    }

    .tablet\:dark\:hc-placeholder-opacity-60::-moz-placeholder{
      --tw-placeholder-opacity: 0.6 !important;
    }

    .tablet\:dark\:hc-placeholder-opacity-60::placeholder{
      --tw-placeholder-opacity: 0.6 !important;
    }

    .tablet\:dark\:hc-placeholder-opacity-70::-moz-placeholder{
      --tw-placeholder-opacity: 0.7 !important;
    }

    .tablet\:dark\:hc-placeholder-opacity-70::placeholder{
      --tw-placeholder-opacity: 0.7 !important;
    }

    .tablet\:dark\:hc-placeholder-opacity-75::-moz-placeholder{
      --tw-placeholder-opacity: 0.75 !important;
    }

    .tablet\:dark\:hc-placeholder-opacity-75::placeholder{
      --tw-placeholder-opacity: 0.75 !important;
    }

    .tablet\:dark\:hc-placeholder-opacity-80::-moz-placeholder{
      --tw-placeholder-opacity: 0.8 !important;
    }

    .tablet\:dark\:hc-placeholder-opacity-80::placeholder{
      --tw-placeholder-opacity: 0.8 !important;
    }

    .tablet\:dark\:hc-placeholder-opacity-90::-moz-placeholder{
      --tw-placeholder-opacity: 0.9 !important;
    }

    .tablet\:dark\:hc-placeholder-opacity-90::placeholder{
      --tw-placeholder-opacity: 0.9 !important;
    }

    .tablet\:dark\:hc-placeholder-opacity-95::-moz-placeholder{
      --tw-placeholder-opacity: 0.95 !important;
    }

    .tablet\:dark\:hc-placeholder-opacity-95::placeholder{
      --tw-placeholder-opacity: 0.95 !important;
    }

    .tablet\:dark\:hc-placeholder-opacity-100::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
    }

    .tablet\:dark\:hc-placeholder-opacity-100::placeholder{
      --tw-placeholder-opacity: 1 !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-opacity-0:focus::-moz-placeholder{
      --tw-placeholder-opacity: 0 !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-opacity-0:focus::placeholder{
      --tw-placeholder-opacity: 0 !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-opacity-5:focus::-moz-placeholder{
      --tw-placeholder-opacity: 0.05 !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-opacity-5:focus::placeholder{
      --tw-placeholder-opacity: 0.05 !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-opacity-10:focus::-moz-placeholder{
      --tw-placeholder-opacity: 0.1 !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-opacity-10:focus::placeholder{
      --tw-placeholder-opacity: 0.1 !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-opacity-20:focus::-moz-placeholder{
      --tw-placeholder-opacity: 0.2 !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-opacity-20:focus::placeholder{
      --tw-placeholder-opacity: 0.2 !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-opacity-25:focus::-moz-placeholder{
      --tw-placeholder-opacity: 0.25 !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-opacity-25:focus::placeholder{
      --tw-placeholder-opacity: 0.25 !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-opacity-30:focus::-moz-placeholder{
      --tw-placeholder-opacity: 0.3 !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-opacity-30:focus::placeholder{
      --tw-placeholder-opacity: 0.3 !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-opacity-40:focus::-moz-placeholder{
      --tw-placeholder-opacity: 0.4 !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-opacity-40:focus::placeholder{
      --tw-placeholder-opacity: 0.4 !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-opacity-50:focus::-moz-placeholder{
      --tw-placeholder-opacity: 0.5 !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-opacity-50:focus::placeholder{
      --tw-placeholder-opacity: 0.5 !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-opacity-60:focus::-moz-placeholder{
      --tw-placeholder-opacity: 0.6 !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-opacity-60:focus::placeholder{
      --tw-placeholder-opacity: 0.6 !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-opacity-70:focus::-moz-placeholder{
      --tw-placeholder-opacity: 0.7 !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-opacity-70:focus::placeholder{
      --tw-placeholder-opacity: 0.7 !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-opacity-75:focus::-moz-placeholder{
      --tw-placeholder-opacity: 0.75 !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-opacity-75:focus::placeholder{
      --tw-placeholder-opacity: 0.75 !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-opacity-80:focus::-moz-placeholder{
      --tw-placeholder-opacity: 0.8 !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-opacity-80:focus::placeholder{
      --tw-placeholder-opacity: 0.8 !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-opacity-90:focus::-moz-placeholder{
      --tw-placeholder-opacity: 0.9 !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-opacity-90:focus::placeholder{
      --tw-placeholder-opacity: 0.9 !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-opacity-95:focus::-moz-placeholder{
      --tw-placeholder-opacity: 0.95 !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-opacity-95:focus::placeholder{
      --tw-placeholder-opacity: 0.95 !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-opacity-100:focus::-moz-placeholder{
      --tw-placeholder-opacity: 1 !important;
    }

    .tablet\:dark\:focus\:hc-placeholder-opacity-100:focus::placeholder{
      --tw-placeholder-opacity: 1 !important;
    }
  }

  .tablet\:hc-opacity-0{
    opacity: 0 !important;
  }

  .tablet\:hc-opacity-5{
    opacity: 0.05 !important;
  }

  .tablet\:hc-opacity-10{
    opacity: 0.1 !important;
  }

  .tablet\:hc-opacity-20{
    opacity: 0.2 !important;
  }

  .tablet\:hc-opacity-25{
    opacity: 0.25 !important;
  }

  .tablet\:hc-opacity-30{
    opacity: 0.3 !important;
  }

  .tablet\:hc-opacity-40{
    opacity: 0.4 !important;
  }

  .tablet\:hc-opacity-50{
    opacity: 0.5 !important;
  }

  .tablet\:hc-opacity-60{
    opacity: 0.6 !important;
  }

  .tablet\:hc-opacity-70{
    opacity: 0.7 !important;
  }

  .tablet\:hc-opacity-75{
    opacity: 0.75 !important;
  }

  .tablet\:hc-opacity-80{
    opacity: 0.8 !important;
  }

  .tablet\:hc-opacity-90{
    opacity: 0.9 !important;
  }

  .tablet\:hc-opacity-95{
    opacity: 0.95 !important;
  }

  .tablet\:hc-opacity-100{
    opacity: 1 !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-opacity-0{
    opacity: 0 !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-opacity-5{
    opacity: 0.05 !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-opacity-10{
    opacity: 0.1 !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-opacity-20{
    opacity: 0.2 !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-opacity-25{
    opacity: 0.25 !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-opacity-30{
    opacity: 0.3 !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-opacity-40{
    opacity: 0.4 !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-opacity-50{
    opacity: 0.5 !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-opacity-60{
    opacity: 0.6 !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-opacity-70{
    opacity: 0.7 !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-opacity-75{
    opacity: 0.75 !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-opacity-80{
    opacity: 0.8 !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-opacity-90{
    opacity: 0.9 !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-opacity-95{
    opacity: 0.95 !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-opacity-100{
    opacity: 1 !important;
  }

  .tablet\:focus-within\:hc-opacity-0:focus-within{
    opacity: 0 !important;
  }

  .tablet\:focus-within\:hc-opacity-5:focus-within{
    opacity: 0.05 !important;
  }

  .tablet\:focus-within\:hc-opacity-10:focus-within{
    opacity: 0.1 !important;
  }

  .tablet\:focus-within\:hc-opacity-20:focus-within{
    opacity: 0.2 !important;
  }

  .tablet\:focus-within\:hc-opacity-25:focus-within{
    opacity: 0.25 !important;
  }

  .tablet\:focus-within\:hc-opacity-30:focus-within{
    opacity: 0.3 !important;
  }

  .tablet\:focus-within\:hc-opacity-40:focus-within{
    opacity: 0.4 !important;
  }

  .tablet\:focus-within\:hc-opacity-50:focus-within{
    opacity: 0.5 !important;
  }

  .tablet\:focus-within\:hc-opacity-60:focus-within{
    opacity: 0.6 !important;
  }

  .tablet\:focus-within\:hc-opacity-70:focus-within{
    opacity: 0.7 !important;
  }

  .tablet\:focus-within\:hc-opacity-75:focus-within{
    opacity: 0.75 !important;
  }

  .tablet\:focus-within\:hc-opacity-80:focus-within{
    opacity: 0.8 !important;
  }

  .tablet\:focus-within\:hc-opacity-90:focus-within{
    opacity: 0.9 !important;
  }

  .tablet\:focus-within\:hc-opacity-95:focus-within{
    opacity: 0.95 !important;
  }

  .tablet\:focus-within\:hc-opacity-100:focus-within{
    opacity: 1 !important;
  }

  .tablet\:hover\:hc-opacity-0:hover{
    opacity: 0 !important;
  }

  .tablet\:hover\:hc-opacity-5:hover{
    opacity: 0.05 !important;
  }

  .tablet\:hover\:hc-opacity-10:hover{
    opacity: 0.1 !important;
  }

  .tablet\:hover\:hc-opacity-20:hover{
    opacity: 0.2 !important;
  }

  .tablet\:hover\:hc-opacity-25:hover{
    opacity: 0.25 !important;
  }

  .tablet\:hover\:hc-opacity-30:hover{
    opacity: 0.3 !important;
  }

  .tablet\:hover\:hc-opacity-40:hover{
    opacity: 0.4 !important;
  }

  .tablet\:hover\:hc-opacity-50:hover{
    opacity: 0.5 !important;
  }

  .tablet\:hover\:hc-opacity-60:hover{
    opacity: 0.6 !important;
  }

  .tablet\:hover\:hc-opacity-70:hover{
    opacity: 0.7 !important;
  }

  .tablet\:hover\:hc-opacity-75:hover{
    opacity: 0.75 !important;
  }

  .tablet\:hover\:hc-opacity-80:hover{
    opacity: 0.8 !important;
  }

  .tablet\:hover\:hc-opacity-90:hover{
    opacity: 0.9 !important;
  }

  .tablet\:hover\:hc-opacity-95:hover{
    opacity: 0.95 !important;
  }

  .tablet\:hover\:hc-opacity-100:hover{
    opacity: 1 !important;
  }

  .tablet\:focus\:hc-opacity-0:focus{
    opacity: 0 !important;
  }

  .tablet\:focus\:hc-opacity-5:focus{
    opacity: 0.05 !important;
  }

  .tablet\:focus\:hc-opacity-10:focus{
    opacity: 0.1 !important;
  }

  .tablet\:focus\:hc-opacity-20:focus{
    opacity: 0.2 !important;
  }

  .tablet\:focus\:hc-opacity-25:focus{
    opacity: 0.25 !important;
  }

  .tablet\:focus\:hc-opacity-30:focus{
    opacity: 0.3 !important;
  }

  .tablet\:focus\:hc-opacity-40:focus{
    opacity: 0.4 !important;
  }

  .tablet\:focus\:hc-opacity-50:focus{
    opacity: 0.5 !important;
  }

  .tablet\:focus\:hc-opacity-60:focus{
    opacity: 0.6 !important;
  }

  .tablet\:focus\:hc-opacity-70:focus{
    opacity: 0.7 !important;
  }

  .tablet\:focus\:hc-opacity-75:focus{
    opacity: 0.75 !important;
  }

  .tablet\:focus\:hc-opacity-80:focus{
    opacity: 0.8 !important;
  }

  .tablet\:focus\:hc-opacity-90:focus{
    opacity: 0.9 !important;
  }

  .tablet\:focus\:hc-opacity-95:focus{
    opacity: 0.95 !important;
  }

  .tablet\:focus\:hc-opacity-100:focus{
    opacity: 1 !important;
  }

  .tablet\:hc-bg-blend-normal{
    background-blend-mode: normal !important;
  }

  .tablet\:hc-bg-blend-multiply{
    background-blend-mode: multiply !important;
  }

  .tablet\:hc-bg-blend-screen{
    background-blend-mode: screen !important;
  }

  .tablet\:hc-bg-blend-overlay{
    background-blend-mode: overlay !important;
  }

  .tablet\:hc-bg-blend-darken{
    background-blend-mode: darken !important;
  }

  .tablet\:hc-bg-blend-lighten{
    background-blend-mode: lighten !important;
  }

  .tablet\:hc-bg-blend-color-dodge{
    background-blend-mode: color-dodge !important;
  }

  .tablet\:hc-bg-blend-color-burn{
    background-blend-mode: color-burn !important;
  }

  .tablet\:hc-bg-blend-hard-light{
    background-blend-mode: hard-light !important;
  }

  .tablet\:hc-bg-blend-soft-light{
    background-blend-mode: soft-light !important;
  }

  .tablet\:hc-bg-blend-difference{
    background-blend-mode: difference !important;
  }

  .tablet\:hc-bg-blend-exclusion{
    background-blend-mode: exclusion !important;
  }

  .tablet\:hc-bg-blend-hue{
    background-blend-mode: hue !important;
  }

  .tablet\:hc-bg-blend-saturation{
    background-blend-mode: saturation !important;
  }

  .tablet\:hc-bg-blend-color{
    background-blend-mode: color !important;
  }

  .tablet\:hc-bg-blend-luminosity{
    background-blend-mode: luminosity !important;
  }

  .tablet\:hc-mix-blend-normal{
    mix-blend-mode: normal !important;
  }

  .tablet\:hc-mix-blend-multiply{
    mix-blend-mode: multiply !important;
  }

  .tablet\:hc-mix-blend-screen{
    mix-blend-mode: screen !important;
  }

  .tablet\:hc-mix-blend-overlay{
    mix-blend-mode: overlay !important;
  }

  .tablet\:hc-mix-blend-darken{
    mix-blend-mode: darken !important;
  }

  .tablet\:hc-mix-blend-lighten{
    mix-blend-mode: lighten !important;
  }

  .tablet\:hc-mix-blend-color-dodge{
    mix-blend-mode: color-dodge !important;
  }

  .tablet\:hc-mix-blend-color-burn{
    mix-blend-mode: color-burn !important;
  }

  .tablet\:hc-mix-blend-hard-light{
    mix-blend-mode: hard-light !important;
  }

  .tablet\:hc-mix-blend-soft-light{
    mix-blend-mode: soft-light !important;
  }

  .tablet\:hc-mix-blend-difference{
    mix-blend-mode: difference !important;
  }

  .tablet\:hc-mix-blend-exclusion{
    mix-blend-mode: exclusion !important;
  }

  .tablet\:hc-mix-blend-hue{
    mix-blend-mode: hue !important;
  }

  .tablet\:hc-mix-blend-saturation{
    mix-blend-mode: saturation !important;
  }

  .tablet\:hc-mix-blend-color{
    mix-blend-mode: color !important;
  }

  .tablet\:hc-mix-blend-luminosity{
    mix-blend-mode: luminosity !important;
  }

  .tablet\:hc-shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:hc-shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:hc-shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:hc-shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:hc-shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:hc-shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:hc-shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:hc-shadow-none{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .hc-group:hover .tablet\:group-hover\:hc-shadow-none{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:focus-within\:hc-shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:focus-within\:hc-shadow:focus-within{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:focus-within\:hc-shadow-md:focus-within{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:focus-within\:hc-shadow-lg:focus-within{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:focus-within\:hc-shadow-xl:focus-within{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:focus-within\:hc-shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:focus-within\:hc-shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:focus-within\:hc-shadow-none:focus-within{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:hover\:hc-shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:hover\:hc-shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:hover\:hc-shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:hover\:hc-shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:hover\:hc-shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:hover\:hc-shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:hover\:hc-shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:hover\:hc-shadow-none:hover{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:focus\:hc-shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:focus\:hc-shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:focus\:hc-shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:focus\:hc-shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:focus\:hc-shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:focus\:hc-shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:focus\:hc-shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:focus\:hc-shadow-none:focus{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:hc-outline-none{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .tablet\:hc-outline-white{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .tablet\:hc-outline-black{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .tablet\:focus-within\:hc-outline-none:focus-within{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .tablet\:focus-within\:hc-outline-white:focus-within{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .tablet\:focus-within\:hc-outline-black:focus-within{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .tablet\:focus\:hc-outline-none:focus{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .tablet\:focus\:hc-outline-white:focus{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .tablet\:focus\:hc-outline-black:focus{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .tablet\:hc-ring-0{
    --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;
  }

  .tablet\:hc-ring-1{
    --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(1px + 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;
  }

  .tablet\:hc-ring-2{
    --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(2px + 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;
  }

  .tablet\:hc-ring-4{
    --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(4px + 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;
  }

  .tablet\:hc-ring-8{
    --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(8px + 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;
  }

  .tablet\:hc-ring{
    --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(3px + 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;
  }

  .tablet\:focus-within\:hc-ring-0:focus-within{
    --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;
  }

  .tablet\:focus-within\:hc-ring-1:focus-within{
    --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(1px + 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;
  }

  .tablet\:focus-within\:hc-ring-2:focus-within{
    --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(2px + 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;
  }

  .tablet\:focus-within\:hc-ring-4:focus-within{
    --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(4px + 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;
  }

  .tablet\:focus-within\:hc-ring-8:focus-within{
    --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(8px + 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;
  }

  .tablet\:focus-within\:hc-ring:focus-within{
    --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(3px + 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;
  }

  .tablet\:focus\:hc-ring-0: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;
  }

  .tablet\:focus\:hc-ring-1: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(1px + 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;
  }

  .tablet\:focus\:hc-ring-2: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(2px + 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;
  }

  .tablet\:focus\:hc-ring-4: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(4px + 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;
  }

  .tablet\:focus\:hc-ring-8: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(8px + 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;
  }

  .tablet\:focus\:hc-ring: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(3px + 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;
  }

  .tablet\:hc-ring-inset{
    --tw-ring-inset: inset !important;
  }

  .tablet\:focus-within\:hc-ring-inset:focus-within{
    --tw-ring-inset: inset !important;
  }

  .tablet\:focus\:hc-ring-inset:focus{
    --tw-ring-inset: inset !important;
  }

  .tablet\:hc-ring-black{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-white{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-gray-50{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-gray-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-gray-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-gray-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-gray-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-gray-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-gray-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-gray-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-gray-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-gray-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-slate{
  }

  .tablet\:hc-ring-red-50{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-red-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-red-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-red-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-red-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-red-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-red-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-red-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-red-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-red-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-blue-50{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-blue-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-blue-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-blue-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-blue-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-blue-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-blue-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-blue-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-blue-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-blue-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-purple-50{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-purple-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-purple-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-purple-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-purple-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-purple-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-purple-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-purple-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-purple-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-purple-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-yellow-50{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-yellow-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-yellow-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-yellow-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-yellow-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-yellow-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-yellow-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-yellow-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-yellow-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-yellow-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-indigo-50{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-indigo-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-indigo-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-indigo-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-indigo-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-indigo-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-indigo-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-indigo-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-indigo-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-indigo-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-pink-50{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-pink-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-pink-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-pink-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-pink-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-pink-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-pink-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-pink-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-pink-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
  }

  .tablet\:hc-ring-pink-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-black:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-white:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-gray-50:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-gray-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-gray-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-gray-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-gray-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-gray-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-gray-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-gray-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-gray-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-gray-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-slate:focus-within{
  }

  .tablet\:focus-within\:hc-ring-red-50:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-red-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-red-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-red-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-red-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-red-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-red-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-red-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-red-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-red-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-blue-50:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-blue-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-blue-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-blue-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-blue-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-blue-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-blue-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-blue-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-blue-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-blue-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-purple-50:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-purple-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-purple-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-purple-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-purple-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-purple-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-purple-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-purple-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-purple-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-purple-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-yellow-50:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-yellow-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-yellow-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-yellow-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-yellow-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-yellow-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-yellow-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-yellow-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-yellow-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-yellow-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-indigo-50:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-indigo-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-indigo-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-indigo-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-indigo-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-indigo-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-indigo-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-indigo-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-indigo-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-indigo-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-pink-50:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-pink-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-pink-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-pink-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-pink-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-pink-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-pink-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-pink-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-pink-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:hc-ring-pink-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-black:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-white:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-gray-50:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-gray-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-gray-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-gray-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-gray-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-gray-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-gray-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-gray-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-gray-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-gray-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-slate:focus{
  }

  .tablet\:focus\:hc-ring-red-50:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-red-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-red-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-red-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-red-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-red-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-red-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-red-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-red-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-red-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-blue-50:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-blue-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-blue-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-blue-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-blue-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-blue-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-blue-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-blue-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-blue-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-blue-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-purple-50:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-purple-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-purple-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-purple-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-purple-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-purple-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-purple-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-purple-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-purple-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-purple-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-yellow-50:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-yellow-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-yellow-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-yellow-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-yellow-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-yellow-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-yellow-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-yellow-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-yellow-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-yellow-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-indigo-50:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-indigo-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-indigo-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-indigo-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-indigo-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-indigo-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-indigo-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-indigo-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-indigo-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-indigo-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-pink-50:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-pink-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-pink-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-pink-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-pink-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-pink-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-pink-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-pink-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-pink-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:hc-ring-pink-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
  }

  @media (prefers-color-scheme: dark){
    .tablet\:dark\:hc-ring-black{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-white{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-gray-50{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-gray-100{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-gray-200{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-gray-300{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-gray-400{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-gray-500{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-gray-600{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-gray-700{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-gray-800{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-gray-900{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-slate{
    }

    .tablet\:dark\:hc-ring-red-50{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-red-100{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-red-200{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-red-300{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-red-400{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-red-500{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-red-600{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-red-700{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-red-800{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-red-900{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-blue-50{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-blue-100{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-blue-200{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-blue-300{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-blue-400{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-blue-500{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-blue-600{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-blue-700{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-blue-800{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-blue-900{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-purple-50{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-purple-100{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-purple-200{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-purple-300{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-purple-400{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-purple-500{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-purple-600{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-purple-700{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-purple-800{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-purple-900{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-yellow-50{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-yellow-100{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-yellow-200{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-yellow-300{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-yellow-400{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-yellow-500{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-yellow-600{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-yellow-700{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-yellow-800{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-yellow-900{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-indigo-50{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-indigo-100{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-indigo-200{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-indigo-300{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-indigo-400{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-indigo-500{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-indigo-600{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-indigo-700{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-indigo-800{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-indigo-900{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-pink-50{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-pink-100{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-pink-200{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-pink-300{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-pink-400{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-pink-500{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-pink-600{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-pink-700{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-pink-800{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:hc-ring-pink-900{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-black:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-white:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-gray-50:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-gray-100:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-gray-200:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-gray-300:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-gray-400:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-gray-500:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-gray-600:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-gray-700:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-gray-800:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-gray-900:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-slate:focus-within{
    }

    .tablet\:dark\:focus-within\:hc-ring-red-50:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-red-100:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-red-200:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-red-300:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-red-400:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-red-500:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-red-600:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-red-700:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-red-800:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-red-900:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-blue-50:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-blue-100:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-blue-200:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-blue-300:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-blue-400:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-blue-500:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-blue-600:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-blue-700:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-blue-800:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-blue-900:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-purple-50:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-purple-100:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-purple-200:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-purple-300:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-purple-400:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-purple-500:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-purple-600:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-purple-700:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-purple-800:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-purple-900:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-yellow-50:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-yellow-100:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-yellow-200:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-yellow-300:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-yellow-400:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-yellow-500:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-yellow-600:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-yellow-700:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-yellow-800:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-yellow-900:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-indigo-50:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-indigo-100:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-indigo-200:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-indigo-300:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-indigo-400:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-indigo-500:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-indigo-600:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-indigo-700:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-indigo-800:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-indigo-900:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-pink-50:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-pink-100:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-pink-200:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-pink-300:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-pink-400:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-pink-500:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-pink-600:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-pink-700:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-pink-800:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-pink-900:focus-within{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-black:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-white:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-gray-50:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-gray-100:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-gray-200:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-gray-300:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-gray-400:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-gray-500:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-gray-600:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-gray-700:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-gray-800:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-gray-900:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-slate:focus{
    }

    .tablet\:dark\:focus\:hc-ring-red-50:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-red-100:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-red-200:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-red-300:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-red-400:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-red-500:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-red-600:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-red-700:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-red-800:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-red-900:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-blue-50:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-blue-100:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-blue-200:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-blue-300:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-blue-400:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-blue-500:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-blue-600:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-blue-700:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-blue-800:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-blue-900:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-purple-50:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-purple-100:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-purple-200:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-purple-300:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-purple-400:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-purple-500:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-purple-600:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-purple-700:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-purple-800:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-purple-900:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-yellow-50:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-yellow-100:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-yellow-200:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-yellow-300:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-yellow-400:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-yellow-500:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-yellow-600:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-yellow-700:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-yellow-800:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-yellow-900:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-indigo-50:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-indigo-100:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-indigo-200:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-indigo-300:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-indigo-400:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-indigo-500:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-indigo-600:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-indigo-700:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-indigo-800:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-indigo-900:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-pink-50:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-pink-100:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-pink-200:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-pink-300:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-pink-400:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-pink-500:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-pink-600:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-pink-700:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-pink-800:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
    }

    .tablet\:dark\:focus\:hc-ring-pink-900:focus{
      --tw-ring-opacity: 1 !important;
      --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
    }
  }

  .tablet\:hc-ring-opacity-0{
    --tw-ring-opacity: 0 !important;
  }

  .tablet\:hc-ring-opacity-5{
    --tw-ring-opacity: 0.05 !important;
  }

  .tablet\:hc-ring-opacity-10{
    --tw-ring-opacity: 0.1 !important;
  }

  .tablet\:hc-ring-opacity-20{
    --tw-ring-opacity: 0.2 !important;
  }

  .tablet\:hc-ring-opacity-25{
    --tw-ring-opacity: 0.25 !important;
  }

  .tablet\:hc-ring-opacity-30{
    --tw-ring-opacity: 0.3 !important;
  }

  .tablet\:hc-ring-opacity-40{
    --tw-ring-opacity: 0.4 !important;
  }

  .tablet\:hc-ring-opacity-50{
    --tw-ring-opacity: 0.5 !important;
  }

  .tablet\:hc-ring-opacity-60{
    --tw-ring-opacity: 0.6 !important;
  }

  .tablet\:hc-ring-opacity-70{
    --tw-ring-opacity: 0.7 !important;
  }

  .tablet\:hc-ring-opacity-75{
    --tw-ring-opacity: 0.75 !important;
  }

  .tablet\:hc-ring-opacity-80{
    --tw-ring-opacity: 0.8 !important;
  }

  .tablet\:hc-ring-opacity-90{
    --tw-ring-opacity: 0.9 !important;
  }

  .tablet\:hc-ring-opacity-95{
    --tw-ring-opacity: 0.95 !important;
  }

  .tablet\:hc-ring-opacity-100{
    --tw-ring-opacity: 1 !important;
  }

  .tablet\:focus-within\:hc-ring-opacity-0:focus-within{
    --tw-ring-opacity: 0 !important;
  }

  .tablet\:focus-within\:hc-ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05 !important;
  }

  .tablet\:focus-within\:hc-ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1 !important;
  }

  .tablet\:focus-within\:hc-ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2 !important;
  }

  .tablet\:focus-within\:hc-ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25 !important;
  }

  .tablet\:focus-within\:hc-ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3 !important;
  }

  .tablet\:focus-within\:hc-ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4 !important;
  }

  .tablet\:focus-within\:hc-ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5 !important;
  }

  .tablet\:focus-within\:hc-ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6 !important;
  }

  .tablet\:focus-within\:hc-ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7 !important;
  }

  .tablet\:focus-within\:hc-ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75 !important;
  }

  .tablet\:focus-within\:hc-ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8 !important;
  }

  .tablet\:focus-within\:hc-ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9 !important;
  }

  .tablet\:focus-within\:hc-ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95 !important;
  }

  .tablet\:focus-within\:hc-ring-opacity-100:focus-within{
    --tw-ring-opacity: 1 !important;
  }

  .tablet\:focus\:hc-ring-opacity-0:focus{
    --tw-ring-opacity: 0 !important;
  }

  .tablet\:focus\:hc-ring-opacity-5:focus{
    --tw-ring-opacity: 0.05 !important;
  }

  .tablet\:focus\:hc-ring-opacity-10:focus{
    --tw-ring-opacity: 0.1 !important;
  }

  .tablet\:focus\:hc-ring-opacity-20:focus{
    --tw-ring-opacity: 0.2 !important;
  }

  .tablet\:focus\:hc-ring-opacity-25:focus{
    --tw-ring-opacity: 0.25 !important;
  }

  .tablet\:focus\:hc-ring-opacity-30:focus{
    --tw-ring-opacity: 0.3 !important;
  }

  .tablet\:focus\:hc-ring-opacity-40:focus{
    --tw-ring-opacity: 0.4 !important;
  }

  .tablet\:focus\:hc-ring-opacity-50:focus{
    --tw-ring-opacity: 0.5 !important;
  }

  .tablet\:focus\:hc-ring-opacity-60:focus{
    --tw-ring-opacity: 0.6 !important;
  }

  .tablet\:focus\:hc-ring-opacity-70:focus{
    --tw-ring-opacity: 0.7 !important;
  }

  .tablet\:focus\:hc-ring-opacity-75:focus{
    --tw-ring-opacity: 0.75 !important;
  }

  .tablet\:focus\:hc-ring-opacity-80:focus{
    --tw-ring-opacity: 0.8 !important;
  }

  .tablet\:focus\:hc-ring-opacity-90:focus{
    --tw-ring-opacity: 0.9 !important;
  }

  .tablet\:focus\:hc-ring-opacity-95:focus{
    --tw-ring-opacity: 0.95 !important;
  }

  .tablet\:focus\:hc-ring-opacity-100:focus{
    --tw-ring-opacity: 1 !important;
  }

  @media (prefers-color-scheme: dark){
    .tablet\:dark\:hc-ring-opacity-0{
      --tw-ring-opacity: 0 !important;
    }

    .tablet\:dark\:hc-ring-opacity-5{
      --tw-ring-opacity: 0.05 !important;
    }

    .tablet\:dark\:hc-ring-opacity-10{
      --tw-ring-opacity: 0.1 !important;
    }

    .tablet\:dark\:hc-ring-opacity-20{
      --tw-ring-opacity: 0.2 !important;
    }

    .tablet\:dark\:hc-ring-opacity-25{
      --tw-ring-opacity: 0.25 !important;
    }

    .tablet\:dark\:hc-ring-opacity-30{
      --tw-ring-opacity: 0.3 !important;
    }

    .tablet\:dark\:hc-ring-opacity-40{
      --tw-ring-opacity: 0.4 !important;
    }

    .tablet\:dark\:hc-ring-opacity-50{
      --tw-ring-opacity: 0.5 !important;
    }

    .tablet\:dark\:hc-ring-opacity-60{
      --tw-ring-opacity: 0.6 !important;
    }

    .tablet\:dark\:hc-ring-opacity-70{
      --tw-ring-opacity: 0.7 !important;
    }

    .tablet\:dark\:hc-ring-opacity-75{
      --tw-ring-opacity: 0.75 !important;
    }

    .tablet\:dark\:hc-ring-opacity-80{
      --tw-ring-opacity: 0.8 !important;
    }

    .tablet\:dark\:hc-ring-opacity-90{
      --tw-ring-opacity: 0.9 !important;
    }

    .tablet\:dark\:hc-ring-opacity-95{
      --tw-ring-opacity: 0.95 !important;
    }

    .tablet\:dark\:hc-ring-opacity-100{
      --tw-ring-opacity: 1 !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-opacity-0:focus-within{
      --tw-ring-opacity: 0 !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-opacity-5:focus-within{
      --tw-ring-opacity: 0.05 !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-opacity-10:focus-within{
      --tw-ring-opacity: 0.1 !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-opacity-20:focus-within{
      --tw-ring-opacity: 0.2 !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-opacity-25:focus-within{
      --tw-ring-opacity: 0.25 !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-opacity-30:focus-within{
      --tw-ring-opacity: 0.3 !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-opacity-40:focus-within{
      --tw-ring-opacity: 0.4 !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-opacity-50:focus-within{
      --tw-ring-opacity: 0.5 !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-opacity-60:focus-within{
      --tw-ring-opacity: 0.6 !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-opacity-70:focus-within{
      --tw-ring-opacity: 0.7 !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-opacity-75:focus-within{
      --tw-ring-opacity: 0.75 !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-opacity-80:focus-within{
      --tw-ring-opacity: 0.8 !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-opacity-90:focus-within{
      --tw-ring-opacity: 0.9 !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-opacity-95:focus-within{
      --tw-ring-opacity: 0.95 !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-opacity-100:focus-within{
      --tw-ring-opacity: 1 !important;
    }

    .tablet\:dark\:focus\:hc-ring-opacity-0:focus{
      --tw-ring-opacity: 0 !important;
    }

    .tablet\:dark\:focus\:hc-ring-opacity-5:focus{
      --tw-ring-opacity: 0.05 !important;
    }

    .tablet\:dark\:focus\:hc-ring-opacity-10:focus{
      --tw-ring-opacity: 0.1 !important;
    }

    .tablet\:dark\:focus\:hc-ring-opacity-20:focus{
      --tw-ring-opacity: 0.2 !important;
    }

    .tablet\:dark\:focus\:hc-ring-opacity-25:focus{
      --tw-ring-opacity: 0.25 !important;
    }

    .tablet\:dark\:focus\:hc-ring-opacity-30:focus{
      --tw-ring-opacity: 0.3 !important;
    }

    .tablet\:dark\:focus\:hc-ring-opacity-40:focus{
      --tw-ring-opacity: 0.4 !important;
    }

    .tablet\:dark\:focus\:hc-ring-opacity-50:focus{
      --tw-ring-opacity: 0.5 !important;
    }

    .tablet\:dark\:focus\:hc-ring-opacity-60:focus{
      --tw-ring-opacity: 0.6 !important;
    }

    .tablet\:dark\:focus\:hc-ring-opacity-70:focus{
      --tw-ring-opacity: 0.7 !important;
    }

    .tablet\:dark\:focus\:hc-ring-opacity-75:focus{
      --tw-ring-opacity: 0.75 !important;
    }

    .tablet\:dark\:focus\:hc-ring-opacity-80:focus{
      --tw-ring-opacity: 0.8 !important;
    }

    .tablet\:dark\:focus\:hc-ring-opacity-90:focus{
      --tw-ring-opacity: 0.9 !important;
    }

    .tablet\:dark\:focus\:hc-ring-opacity-95:focus{
      --tw-ring-opacity: 0.95 !important;
    }

    .tablet\:dark\:focus\:hc-ring-opacity-100:focus{
      --tw-ring-opacity: 1 !important;
    }
  }

  .tablet\:hc-ring-offset-0{
    --tw-ring-offset-width: 0px !important;
  }

  .tablet\:hc-ring-offset-1{
    --tw-ring-offset-width: 1px !important;
  }

  .tablet\:hc-ring-offset-2{
    --tw-ring-offset-width: 2px !important;
  }

  .tablet\:hc-ring-offset-4{
    --tw-ring-offset-width: 4px !important;
  }

  .tablet\:hc-ring-offset-8{
    --tw-ring-offset-width: 8px !important;
  }

  .tablet\:focus-within\:hc-ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px !important;
  }

  .tablet\:focus-within\:hc-ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px !important;
  }

  .tablet\:focus-within\:hc-ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px !important;
  }

  .tablet\:focus-within\:hc-ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px !important;
  }

  .tablet\:focus-within\:hc-ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px !important;
  }

  .tablet\:focus\:hc-ring-offset-0:focus{
    --tw-ring-offset-width: 0px !important;
  }

  .tablet\:focus\:hc-ring-offset-1:focus{
    --tw-ring-offset-width: 1px !important;
  }

  .tablet\:focus\:hc-ring-offset-2:focus{
    --tw-ring-offset-width: 2px !important;
  }

  .tablet\:focus\:hc-ring-offset-4:focus{
    --tw-ring-offset-width: 4px !important;
  }

  .tablet\:focus\:hc-ring-offset-8:focus{
    --tw-ring-offset-width: 8px !important;
  }

  .tablet\:hc-ring-offset-black{
    --tw-ring-offset-color: #000 !important;
  }

  .tablet\:hc-ring-offset-white{
    --tw-ring-offset-color: #fff !important;
  }

  .tablet\:hc-ring-offset-gray-50{
    --tw-ring-offset-color: #fafafa !important;
  }

  .tablet\:hc-ring-offset-gray-100{
    --tw-ring-offset-color: #f4f4f5 !important;
  }

  .tablet\:hc-ring-offset-gray-200{
    --tw-ring-offset-color: #e4e4e7 !important;
  }

  .tablet\:hc-ring-offset-gray-300{
    --tw-ring-offset-color: #d4d4d8 !important;
  }

  .tablet\:hc-ring-offset-gray-400{
    --tw-ring-offset-color: #a1a1aa !important;
  }

  .tablet\:hc-ring-offset-gray-500{
    --tw-ring-offset-color: #71717a !important;
  }

  .tablet\:hc-ring-offset-gray-600{
    --tw-ring-offset-color: #52525b !important;
  }

  .tablet\:hc-ring-offset-gray-700{
    --tw-ring-offset-color: #3f3f46 !important;
  }

  .tablet\:hc-ring-offset-gray-800{
    --tw-ring-offset-color: #27272a !important;
  }

  .tablet\:hc-ring-offset-gray-900{
    --tw-ring-offset-color: #18181b !important;
  }

  .tablet\:hc-ring-offset-slate{
  }

  .tablet\:hc-ring-offset-red-50{
    --tw-ring-offset-color: #fef2f2 !important;
  }

  .tablet\:hc-ring-offset-red-100{
    --tw-ring-offset-color: #fee2e2 !important;
  }

  .tablet\:hc-ring-offset-red-200{
    --tw-ring-offset-color: #fecaca !important;
  }

  .tablet\:hc-ring-offset-red-300{
    --tw-ring-offset-color: #fca5a5 !important;
  }

  .tablet\:hc-ring-offset-red-400{
    --tw-ring-offset-color: #f87171 !important;
  }

  .tablet\:hc-ring-offset-red-500{
    --tw-ring-offset-color: #ef4444 !important;
  }

  .tablet\:hc-ring-offset-red-600{
    --tw-ring-offset-color: #dc2626 !important;
  }

  .tablet\:hc-ring-offset-red-700{
    --tw-ring-offset-color: #b91c1c !important;
  }

  .tablet\:hc-ring-offset-red-800{
    --tw-ring-offset-color: #991b1b !important;
  }

  .tablet\:hc-ring-offset-red-900{
    --tw-ring-offset-color: #7f1d1d !important;
  }

  .tablet\:hc-ring-offset-blue-50{
    --tw-ring-offset-color: #eff6ff !important;
  }

  .tablet\:hc-ring-offset-blue-100{
    --tw-ring-offset-color: #dbeafe !important;
  }

  .tablet\:hc-ring-offset-blue-200{
    --tw-ring-offset-color: #bfdbfe !important;
  }

  .tablet\:hc-ring-offset-blue-300{
    --tw-ring-offset-color: #93c5fd !important;
  }

  .tablet\:hc-ring-offset-blue-400{
    --tw-ring-offset-color: #60a5fa !important;
  }

  .tablet\:hc-ring-offset-blue-500{
    --tw-ring-offset-color: #3b82f6 !important;
  }

  .tablet\:hc-ring-offset-blue-600{
    --tw-ring-offset-color: #2563eb !important;
  }

  .tablet\:hc-ring-offset-blue-700{
    --tw-ring-offset-color: #1d4ed8 !important;
  }

  .tablet\:hc-ring-offset-blue-800{
    --tw-ring-offset-color: #1e40af !important;
  }

  .tablet\:hc-ring-offset-blue-900{
    --tw-ring-offset-color: #1e3a8a !important;
  }

  .tablet\:hc-ring-offset-purple-50{
    --tw-ring-offset-color: #faf5ff !important;
  }

  .tablet\:hc-ring-offset-purple-100{
    --tw-ring-offset-color: #f3e8ff !important;
  }

  .tablet\:hc-ring-offset-purple-200{
    --tw-ring-offset-color: #e9d5ff !important;
  }

  .tablet\:hc-ring-offset-purple-300{
    --tw-ring-offset-color: #d8b4fe !important;
  }

  .tablet\:hc-ring-offset-purple-400{
    --tw-ring-offset-color: #c084fc !important;
  }

  .tablet\:hc-ring-offset-purple-500{
    --tw-ring-offset-color: #a855f7 !important;
  }

  .tablet\:hc-ring-offset-purple-600{
    --tw-ring-offset-color: #9333ea !important;
  }

  .tablet\:hc-ring-offset-purple-700{
    --tw-ring-offset-color: #7e22ce !important;
  }

  .tablet\:hc-ring-offset-purple-800{
    --tw-ring-offset-color: #6b21a8 !important;
  }

  .tablet\:hc-ring-offset-purple-900{
    --tw-ring-offset-color: #581c87 !important;
  }

  .tablet\:hc-ring-offset-yellow-50{
    --tw-ring-offset-color: #fefce8 !important;
  }

  .tablet\:hc-ring-offset-yellow-100{
    --tw-ring-offset-color: #fef9c3 !important;
  }

  .tablet\:hc-ring-offset-yellow-200{
    --tw-ring-offset-color: #fef08a !important;
  }

  .tablet\:hc-ring-offset-yellow-300{
    --tw-ring-offset-color: #fde047 !important;
  }

  .tablet\:hc-ring-offset-yellow-400{
    --tw-ring-offset-color: #facc15 !important;
  }

  .tablet\:hc-ring-offset-yellow-500{
    --tw-ring-offset-color: #eab308 !important;
  }

  .tablet\:hc-ring-offset-yellow-600{
    --tw-ring-offset-color: #ca8a04 !important;
  }

  .tablet\:hc-ring-offset-yellow-700{
    --tw-ring-offset-color: #a16207 !important;
  }

  .tablet\:hc-ring-offset-yellow-800{
    --tw-ring-offset-color: #854d0e !important;
  }

  .tablet\:hc-ring-offset-yellow-900{
    --tw-ring-offset-color: #713f12 !important;
  }

  .tablet\:hc-ring-offset-indigo-50{
    --tw-ring-offset-color: #eef2ff !important;
  }

  .tablet\:hc-ring-offset-indigo-100{
    --tw-ring-offset-color: #e0e7ff !important;
  }

  .tablet\:hc-ring-offset-indigo-200{
    --tw-ring-offset-color: #c7d2fe !important;
  }

  .tablet\:hc-ring-offset-indigo-300{
    --tw-ring-offset-color: #a5b4fc !important;
  }

  .tablet\:hc-ring-offset-indigo-400{
    --tw-ring-offset-color: #818cf8 !important;
  }

  .tablet\:hc-ring-offset-indigo-500{
    --tw-ring-offset-color: #6366f1 !important;
  }

  .tablet\:hc-ring-offset-indigo-600{
    --tw-ring-offset-color: #4f46e5 !important;
  }

  .tablet\:hc-ring-offset-indigo-700{
    --tw-ring-offset-color: #4338ca !important;
  }

  .tablet\:hc-ring-offset-indigo-800{
    --tw-ring-offset-color: #3730a3 !important;
  }

  .tablet\:hc-ring-offset-indigo-900{
    --tw-ring-offset-color: #312e81 !important;
  }

  .tablet\:hc-ring-offset-pink-50{
    --tw-ring-offset-color: #fdf2f8 !important;
  }

  .tablet\:hc-ring-offset-pink-100{
    --tw-ring-offset-color: #fce7f3 !important;
  }

  .tablet\:hc-ring-offset-pink-200{
    --tw-ring-offset-color: #fbcfe8 !important;
  }

  .tablet\:hc-ring-offset-pink-300{
    --tw-ring-offset-color: #f9a8d4 !important;
  }

  .tablet\:hc-ring-offset-pink-400{
    --tw-ring-offset-color: #f472b6 !important;
  }

  .tablet\:hc-ring-offset-pink-500{
    --tw-ring-offset-color: #ec4899 !important;
  }

  .tablet\:hc-ring-offset-pink-600{
    --tw-ring-offset-color: #db2777 !important;
  }

  .tablet\:hc-ring-offset-pink-700{
    --tw-ring-offset-color: #be185d !important;
  }

  .tablet\:hc-ring-offset-pink-800{
    --tw-ring-offset-color: #9d174d !important;
  }

  .tablet\:hc-ring-offset-pink-900{
    --tw-ring-offset-color: #831843 !important;
  }

  .tablet\:focus-within\:hc-ring-offset-black:focus-within{
    --tw-ring-offset-color: #000 !important;
  }

  .tablet\:focus-within\:hc-ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff !important;
  }

  .tablet\:focus-within\:hc-ring-offset-gray-50:focus-within{
    --tw-ring-offset-color: #fafafa !important;
  }

  .tablet\:focus-within\:hc-ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #f4f4f5 !important;
  }

  .tablet\:focus-within\:hc-ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #e4e4e7 !important;
  }

  .tablet\:focus-within\:hc-ring-offset-gray-300:focus-within{
    --tw-ring-offset-color: #d4d4d8 !important;
  }

  .tablet\:focus-within\:hc-ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #a1a1aa !important;
  }

  .tablet\:focus-within\:hc-ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #71717a !important;
  }

  .tablet\:focus-within\:hc-ring-offset-gray-600:focus-within{
    --tw-ring-offset-color: #52525b !important;
  }

  .tablet\:focus-within\:hc-ring-offset-gray-700:focus-within{
    --tw-ring-offset-color: #3f3f46 !important;
  }

  .tablet\:focus-within\:hc-ring-offset-gray-800:focus-within{
    --tw-ring-offset-color: #27272a !important;
  }

  .tablet\:focus-within\:hc-ring-offset-gray-900:focus-within{
    --tw-ring-offset-color: #18181b !important;
  }

  .tablet\:focus-within\:hc-ring-offset-slate:focus-within{
  }

  .tablet\:focus-within\:hc-ring-offset-red-50:focus-within{
    --tw-ring-offset-color: #fef2f2 !important;
  }

  .tablet\:focus-within\:hc-ring-offset-red-100:focus-within{
    --tw-ring-offset-color: #fee2e2 !important;
  }

  .tablet\:focus-within\:hc-ring-offset-red-200:focus-within{
    --tw-ring-offset-color: #fecaca !important;
  }

  .tablet\:focus-within\:hc-ring-offset-red-300:focus-within{
    --tw-ring-offset-color: #fca5a5 !important;
  }

  .tablet\:focus-within\:hc-ring-offset-red-400:focus-within{
    --tw-ring-offset-color: #f87171 !important;
  }

  .tablet\:focus-within\:hc-ring-offset-red-500:focus-within{
    --tw-ring-offset-color: #ef4444 !important;
  }

  .tablet\:focus-within\:hc-ring-offset-red-600:focus-within{
    --tw-ring-offset-color: #dc2626 !important;
  }

  .tablet\:focus-within\:hc-ring-offset-red-700:focus-within{
    --tw-ring-offset-color: #b91c1c !important;
  }

  .tablet\:focus-within\:hc-ring-offset-red-800:focus-within{
    --tw-ring-offset-color: #991b1b !important;
  }

  .tablet\:focus-within\:hc-ring-offset-red-900:focus-within{
    --tw-ring-offset-color: #7f1d1d !important;
  }

  .tablet\:focus-within\:hc-ring-offset-blue-50:focus-within{
    --tw-ring-offset-color: #eff6ff !important;
  }

  .tablet\:focus-within\:hc-ring-offset-blue-100:focus-within{
    --tw-ring-offset-color: #dbeafe !important;
  }

  .tablet\:focus-within\:hc-ring-offset-blue-200:focus-within{
    --tw-ring-offset-color: #bfdbfe !important;
  }

  .tablet\:focus-within\:hc-ring-offset-blue-300:focus-within{
    --tw-ring-offset-color: #93c5fd !important;
  }

  .tablet\:focus-within\:hc-ring-offset-blue-400:focus-within{
    --tw-ring-offset-color: #60a5fa !important;
  }

  .tablet\:focus-within\:hc-ring-offset-blue-500:focus-within{
    --tw-ring-offset-color: #3b82f6 !important;
  }

  .tablet\:focus-within\:hc-ring-offset-blue-600:focus-within{
    --tw-ring-offset-color: #2563eb !important;
  }

  .tablet\:focus-within\:hc-ring-offset-blue-700:focus-within{
    --tw-ring-offset-color: #1d4ed8 !important;
  }

  .tablet\:focus-within\:hc-ring-offset-blue-800:focus-within{
    --tw-ring-offset-color: #1e40af !important;
  }

  .tablet\:focus-within\:hc-ring-offset-blue-900:focus-within{
    --tw-ring-offset-color: #1e3a8a !important;
  }

  .tablet\:focus-within\:hc-ring-offset-purple-50:focus-within{
    --tw-ring-offset-color: #faf5ff !important;
  }

  .tablet\:focus-within\:hc-ring-offset-purple-100:focus-within{
    --tw-ring-offset-color: #f3e8ff !important;
  }

  .tablet\:focus-within\:hc-ring-offset-purple-200:focus-within{
    --tw-ring-offset-color: #e9d5ff !important;
  }

  .tablet\:focus-within\:hc-ring-offset-purple-300:focus-within{
    --tw-ring-offset-color: #d8b4fe !important;
  }

  .tablet\:focus-within\:hc-ring-offset-purple-400:focus-within{
    --tw-ring-offset-color: #c084fc !important;
  }

  .tablet\:focus-within\:hc-ring-offset-purple-500:focus-within{
    --tw-ring-offset-color: #a855f7 !important;
  }

  .tablet\:focus-within\:hc-ring-offset-purple-600:focus-within{
    --tw-ring-offset-color: #9333ea !important;
  }

  .tablet\:focus-within\:hc-ring-offset-purple-700:focus-within{
    --tw-ring-offset-color: #7e22ce !important;
  }

  .tablet\:focus-within\:hc-ring-offset-purple-800:focus-within{
    --tw-ring-offset-color: #6b21a8 !important;
  }

  .tablet\:focus-within\:hc-ring-offset-purple-900:focus-within{
    --tw-ring-offset-color: #581c87 !important;
  }

  .tablet\:focus-within\:hc-ring-offset-yellow-50:focus-within{
    --tw-ring-offset-color: #fefce8 !important;
  }

  .tablet\:focus-within\:hc-ring-offset-yellow-100:focus-within{
    --tw-ring-offset-color: #fef9c3 !important;
  }

  .tablet\:focus-within\:hc-ring-offset-yellow-200:focus-within{
    --tw-ring-offset-color: #fef08a !important;
  }

  .tablet\:focus-within\:hc-ring-offset-yellow-300:focus-within{
    --tw-ring-offset-color: #fde047 !important;
  }

  .tablet\:focus-within\:hc-ring-offset-yellow-400:focus-within{
    --tw-ring-offset-color: #facc15 !important;
  }

  .tablet\:focus-within\:hc-ring-offset-yellow-500:focus-within{
    --tw-ring-offset-color: #eab308 !important;
  }

  .tablet\:focus-within\:hc-ring-offset-yellow-600:focus-within{
    --tw-ring-offset-color: #ca8a04 !important;
  }

  .tablet\:focus-within\:hc-ring-offset-yellow-700:focus-within{
    --tw-ring-offset-color: #a16207 !important;
  }

  .tablet\:focus-within\:hc-ring-offset-yellow-800:focus-within{
    --tw-ring-offset-color: #854d0e !important;
  }

  .tablet\:focus-within\:hc-ring-offset-yellow-900:focus-within{
    --tw-ring-offset-color: #713f12 !important;
  }

  .tablet\:focus-within\:hc-ring-offset-indigo-50:focus-within{
    --tw-ring-offset-color: #eef2ff !important;
  }

  .tablet\:focus-within\:hc-ring-offset-indigo-100:focus-within{
    --tw-ring-offset-color: #e0e7ff !important;
  }

  .tablet\:focus-within\:hc-ring-offset-indigo-200:focus-within{
    --tw-ring-offset-color: #c7d2fe !important;
  }

  .tablet\:focus-within\:hc-ring-offset-indigo-300:focus-within{
    --tw-ring-offset-color: #a5b4fc !important;
  }

  .tablet\:focus-within\:hc-ring-offset-indigo-400:focus-within{
    --tw-ring-offset-color: #818cf8 !important;
  }

  .tablet\:focus-within\:hc-ring-offset-indigo-500:focus-within{
    --tw-ring-offset-color: #6366f1 !important;
  }

  .tablet\:focus-within\:hc-ring-offset-indigo-600:focus-within{
    --tw-ring-offset-color: #4f46e5 !important;
  }

  .tablet\:focus-within\:hc-ring-offset-indigo-700:focus-within{
    --tw-ring-offset-color: #4338ca !important;
  }

  .tablet\:focus-within\:hc-ring-offset-indigo-800:focus-within{
    --tw-ring-offset-color: #3730a3 !important;
  }

  .tablet\:focus-within\:hc-ring-offset-indigo-900:focus-within{
    --tw-ring-offset-color: #312e81 !important;
  }

  .tablet\:focus-within\:hc-ring-offset-pink-50:focus-within{
    --tw-ring-offset-color: #fdf2f8 !important;
  }

  .tablet\:focus-within\:hc-ring-offset-pink-100:focus-within{
    --tw-ring-offset-color: #fce7f3 !important;
  }

  .tablet\:focus-within\:hc-ring-offset-pink-200:focus-within{
    --tw-ring-offset-color: #fbcfe8 !important;
  }

  .tablet\:focus-within\:hc-ring-offset-pink-300:focus-within{
    --tw-ring-offset-color: #f9a8d4 !important;
  }

  .tablet\:focus-within\:hc-ring-offset-pink-400:focus-within{
    --tw-ring-offset-color: #f472b6 !important;
  }

  .tablet\:focus-within\:hc-ring-offset-pink-500:focus-within{
    --tw-ring-offset-color: #ec4899 !important;
  }

  .tablet\:focus-within\:hc-ring-offset-pink-600:focus-within{
    --tw-ring-offset-color: #db2777 !important;
  }

  .tablet\:focus-within\:hc-ring-offset-pink-700:focus-within{
    --tw-ring-offset-color: #be185d !important;
  }

  .tablet\:focus-within\:hc-ring-offset-pink-800:focus-within{
    --tw-ring-offset-color: #9d174d !important;
  }

  .tablet\:focus-within\:hc-ring-offset-pink-900:focus-within{
    --tw-ring-offset-color: #831843 !important;
  }

  .tablet\:focus\:hc-ring-offset-black:focus{
    --tw-ring-offset-color: #000 !important;
  }

  .tablet\:focus\:hc-ring-offset-white:focus{
    --tw-ring-offset-color: #fff !important;
  }

  .tablet\:focus\:hc-ring-offset-gray-50:focus{
    --tw-ring-offset-color: #fafafa !important;
  }

  .tablet\:focus\:hc-ring-offset-gray-100:focus{
    --tw-ring-offset-color: #f4f4f5 !important;
  }

  .tablet\:focus\:hc-ring-offset-gray-200:focus{
    --tw-ring-offset-color: #e4e4e7 !important;
  }

  .tablet\:focus\:hc-ring-offset-gray-300:focus{
    --tw-ring-offset-color: #d4d4d8 !important;
  }

  .tablet\:focus\:hc-ring-offset-gray-400:focus{
    --tw-ring-offset-color: #a1a1aa !important;
  }

  .tablet\:focus\:hc-ring-offset-gray-500:focus{
    --tw-ring-offset-color: #71717a !important;
  }

  .tablet\:focus\:hc-ring-offset-gray-600:focus{
    --tw-ring-offset-color: #52525b !important;
  }

  .tablet\:focus\:hc-ring-offset-gray-700:focus{
    --tw-ring-offset-color: #3f3f46 !important;
  }

  .tablet\:focus\:hc-ring-offset-gray-800:focus{
    --tw-ring-offset-color: #27272a !important;
  }

  .tablet\:focus\:hc-ring-offset-gray-900:focus{
    --tw-ring-offset-color: #18181b !important;
  }

  .tablet\:focus\:hc-ring-offset-slate:focus{
  }

  .tablet\:focus\:hc-ring-offset-red-50:focus{
    --tw-ring-offset-color: #fef2f2 !important;
  }

  .tablet\:focus\:hc-ring-offset-red-100:focus{
    --tw-ring-offset-color: #fee2e2 !important;
  }

  .tablet\:focus\:hc-ring-offset-red-200:focus{
    --tw-ring-offset-color: #fecaca !important;
  }

  .tablet\:focus\:hc-ring-offset-red-300:focus{
    --tw-ring-offset-color: #fca5a5 !important;
  }

  .tablet\:focus\:hc-ring-offset-red-400:focus{
    --tw-ring-offset-color: #f87171 !important;
  }

  .tablet\:focus\:hc-ring-offset-red-500:focus{
    --tw-ring-offset-color: #ef4444 !important;
  }

  .tablet\:focus\:hc-ring-offset-red-600:focus{
    --tw-ring-offset-color: #dc2626 !important;
  }

  .tablet\:focus\:hc-ring-offset-red-700:focus{
    --tw-ring-offset-color: #b91c1c !important;
  }

  .tablet\:focus\:hc-ring-offset-red-800:focus{
    --tw-ring-offset-color: #991b1b !important;
  }

  .tablet\:focus\:hc-ring-offset-red-900:focus{
    --tw-ring-offset-color: #7f1d1d !important;
  }

  .tablet\:focus\:hc-ring-offset-blue-50:focus{
    --tw-ring-offset-color: #eff6ff !important;
  }

  .tablet\:focus\:hc-ring-offset-blue-100:focus{
    --tw-ring-offset-color: #dbeafe !important;
  }

  .tablet\:focus\:hc-ring-offset-blue-200:focus{
    --tw-ring-offset-color: #bfdbfe !important;
  }

  .tablet\:focus\:hc-ring-offset-blue-300:focus{
    --tw-ring-offset-color: #93c5fd !important;
  }

  .tablet\:focus\:hc-ring-offset-blue-400:focus{
    --tw-ring-offset-color: #60a5fa !important;
  }

  .tablet\:focus\:hc-ring-offset-blue-500:focus{
    --tw-ring-offset-color: #3b82f6 !important;
  }

  .tablet\:focus\:hc-ring-offset-blue-600:focus{
    --tw-ring-offset-color: #2563eb !important;
  }

  .tablet\:focus\:hc-ring-offset-blue-700:focus{
    --tw-ring-offset-color: #1d4ed8 !important;
  }

  .tablet\:focus\:hc-ring-offset-blue-800:focus{
    --tw-ring-offset-color: #1e40af !important;
  }

  .tablet\:focus\:hc-ring-offset-blue-900:focus{
    --tw-ring-offset-color: #1e3a8a !important;
  }

  .tablet\:focus\:hc-ring-offset-purple-50:focus{
    --tw-ring-offset-color: #faf5ff !important;
  }

  .tablet\:focus\:hc-ring-offset-purple-100:focus{
    --tw-ring-offset-color: #f3e8ff !important;
  }

  .tablet\:focus\:hc-ring-offset-purple-200:focus{
    --tw-ring-offset-color: #e9d5ff !important;
  }

  .tablet\:focus\:hc-ring-offset-purple-300:focus{
    --tw-ring-offset-color: #d8b4fe !important;
  }

  .tablet\:focus\:hc-ring-offset-purple-400:focus{
    --tw-ring-offset-color: #c084fc !important;
  }

  .tablet\:focus\:hc-ring-offset-purple-500:focus{
    --tw-ring-offset-color: #a855f7 !important;
  }

  .tablet\:focus\:hc-ring-offset-purple-600:focus{
    --tw-ring-offset-color: #9333ea !important;
  }

  .tablet\:focus\:hc-ring-offset-purple-700:focus{
    --tw-ring-offset-color: #7e22ce !important;
  }

  .tablet\:focus\:hc-ring-offset-purple-800:focus{
    --tw-ring-offset-color: #6b21a8 !important;
  }

  .tablet\:focus\:hc-ring-offset-purple-900:focus{
    --tw-ring-offset-color: #581c87 !important;
  }

  .tablet\:focus\:hc-ring-offset-yellow-50:focus{
    --tw-ring-offset-color: #fefce8 !important;
  }

  .tablet\:focus\:hc-ring-offset-yellow-100:focus{
    --tw-ring-offset-color: #fef9c3 !important;
  }

  .tablet\:focus\:hc-ring-offset-yellow-200:focus{
    --tw-ring-offset-color: #fef08a !important;
  }

  .tablet\:focus\:hc-ring-offset-yellow-300:focus{
    --tw-ring-offset-color: #fde047 !important;
  }

  .tablet\:focus\:hc-ring-offset-yellow-400:focus{
    --tw-ring-offset-color: #facc15 !important;
  }

  .tablet\:focus\:hc-ring-offset-yellow-500:focus{
    --tw-ring-offset-color: #eab308 !important;
  }

  .tablet\:focus\:hc-ring-offset-yellow-600:focus{
    --tw-ring-offset-color: #ca8a04 !important;
  }

  .tablet\:focus\:hc-ring-offset-yellow-700:focus{
    --tw-ring-offset-color: #a16207 !important;
  }

  .tablet\:focus\:hc-ring-offset-yellow-800:focus{
    --tw-ring-offset-color: #854d0e !important;
  }

  .tablet\:focus\:hc-ring-offset-yellow-900:focus{
    --tw-ring-offset-color: #713f12 !important;
  }

  .tablet\:focus\:hc-ring-offset-indigo-50:focus{
    --tw-ring-offset-color: #eef2ff !important;
  }

  .tablet\:focus\:hc-ring-offset-indigo-100:focus{
    --tw-ring-offset-color: #e0e7ff !important;
  }

  .tablet\:focus\:hc-ring-offset-indigo-200:focus{
    --tw-ring-offset-color: #c7d2fe !important;
  }

  .tablet\:focus\:hc-ring-offset-indigo-300:focus{
    --tw-ring-offset-color: #a5b4fc !important;
  }

  .tablet\:focus\:hc-ring-offset-indigo-400:focus{
    --tw-ring-offset-color: #818cf8 !important;
  }

  .tablet\:focus\:hc-ring-offset-indigo-500:focus{
    --tw-ring-offset-color: #6366f1 !important;
  }

  .tablet\:focus\:hc-ring-offset-indigo-600:focus{
    --tw-ring-offset-color: #4f46e5 !important;
  }

  .tablet\:focus\:hc-ring-offset-indigo-700:focus{
    --tw-ring-offset-color: #4338ca !important;
  }

  .tablet\:focus\:hc-ring-offset-indigo-800:focus{
    --tw-ring-offset-color: #3730a3 !important;
  }

  .tablet\:focus\:hc-ring-offset-indigo-900:focus{
    --tw-ring-offset-color: #312e81 !important;
  }

  .tablet\:focus\:hc-ring-offset-pink-50:focus{
    --tw-ring-offset-color: #fdf2f8 !important;
  }

  .tablet\:focus\:hc-ring-offset-pink-100:focus{
    --tw-ring-offset-color: #fce7f3 !important;
  }

  .tablet\:focus\:hc-ring-offset-pink-200:focus{
    --tw-ring-offset-color: #fbcfe8 !important;
  }

  .tablet\:focus\:hc-ring-offset-pink-300:focus{
    --tw-ring-offset-color: #f9a8d4 !important;
  }

  .tablet\:focus\:hc-ring-offset-pink-400:focus{
    --tw-ring-offset-color: #f472b6 !important;
  }

  .tablet\:focus\:hc-ring-offset-pink-500:focus{
    --tw-ring-offset-color: #ec4899 !important;
  }

  .tablet\:focus\:hc-ring-offset-pink-600:focus{
    --tw-ring-offset-color: #db2777 !important;
  }

  .tablet\:focus\:hc-ring-offset-pink-700:focus{
    --tw-ring-offset-color: #be185d !important;
  }

  .tablet\:focus\:hc-ring-offset-pink-800:focus{
    --tw-ring-offset-color: #9d174d !important;
  }

  .tablet\:focus\:hc-ring-offset-pink-900:focus{
    --tw-ring-offset-color: #831843 !important;
  }

  @media (prefers-color-scheme: dark){
    .tablet\:dark\:hc-ring-offset-black{
      --tw-ring-offset-color: #000 !important;
    }

    .tablet\:dark\:hc-ring-offset-white{
      --tw-ring-offset-color: #fff !important;
    }

    .tablet\:dark\:hc-ring-offset-gray-50{
      --tw-ring-offset-color: #fafafa !important;
    }

    .tablet\:dark\:hc-ring-offset-gray-100{
      --tw-ring-offset-color: #f4f4f5 !important;
    }

    .tablet\:dark\:hc-ring-offset-gray-200{
      --tw-ring-offset-color: #e4e4e7 !important;
    }

    .tablet\:dark\:hc-ring-offset-gray-300{
      --tw-ring-offset-color: #d4d4d8 !important;
    }

    .tablet\:dark\:hc-ring-offset-gray-400{
      --tw-ring-offset-color: #a1a1aa !important;
    }

    .tablet\:dark\:hc-ring-offset-gray-500{
      --tw-ring-offset-color: #71717a !important;
    }

    .tablet\:dark\:hc-ring-offset-gray-600{
      --tw-ring-offset-color: #52525b !important;
    }

    .tablet\:dark\:hc-ring-offset-gray-700{
      --tw-ring-offset-color: #3f3f46 !important;
    }

    .tablet\:dark\:hc-ring-offset-gray-800{
      --tw-ring-offset-color: #27272a !important;
    }

    .tablet\:dark\:hc-ring-offset-gray-900{
      --tw-ring-offset-color: #18181b !important;
    }

    .tablet\:dark\:hc-ring-offset-slate{
    }

    .tablet\:dark\:hc-ring-offset-red-50{
      --tw-ring-offset-color: #fef2f2 !important;
    }

    .tablet\:dark\:hc-ring-offset-red-100{
      --tw-ring-offset-color: #fee2e2 !important;
    }

    .tablet\:dark\:hc-ring-offset-red-200{
      --tw-ring-offset-color: #fecaca !important;
    }

    .tablet\:dark\:hc-ring-offset-red-300{
      --tw-ring-offset-color: #fca5a5 !important;
    }

    .tablet\:dark\:hc-ring-offset-red-400{
      --tw-ring-offset-color: #f87171 !important;
    }

    .tablet\:dark\:hc-ring-offset-red-500{
      --tw-ring-offset-color: #ef4444 !important;
    }

    .tablet\:dark\:hc-ring-offset-red-600{
      --tw-ring-offset-color: #dc2626 !important;
    }

    .tablet\:dark\:hc-ring-offset-red-700{
      --tw-ring-offset-color: #b91c1c !important;
    }

    .tablet\:dark\:hc-ring-offset-red-800{
      --tw-ring-offset-color: #991b1b !important;
    }

    .tablet\:dark\:hc-ring-offset-red-900{
      --tw-ring-offset-color: #7f1d1d !important;
    }

    .tablet\:dark\:hc-ring-offset-blue-50{
      --tw-ring-offset-color: #eff6ff !important;
    }

    .tablet\:dark\:hc-ring-offset-blue-100{
      --tw-ring-offset-color: #dbeafe !important;
    }

    .tablet\:dark\:hc-ring-offset-blue-200{
      --tw-ring-offset-color: #bfdbfe !important;
    }

    .tablet\:dark\:hc-ring-offset-blue-300{
      --tw-ring-offset-color: #93c5fd !important;
    }

    .tablet\:dark\:hc-ring-offset-blue-400{
      --tw-ring-offset-color: #60a5fa !important;
    }

    .tablet\:dark\:hc-ring-offset-blue-500{
      --tw-ring-offset-color: #3b82f6 !important;
    }

    .tablet\:dark\:hc-ring-offset-blue-600{
      --tw-ring-offset-color: #2563eb !important;
    }

    .tablet\:dark\:hc-ring-offset-blue-700{
      --tw-ring-offset-color: #1d4ed8 !important;
    }

    .tablet\:dark\:hc-ring-offset-blue-800{
      --tw-ring-offset-color: #1e40af !important;
    }

    .tablet\:dark\:hc-ring-offset-blue-900{
      --tw-ring-offset-color: #1e3a8a !important;
    }

    .tablet\:dark\:hc-ring-offset-purple-50{
      --tw-ring-offset-color: #faf5ff !important;
    }

    .tablet\:dark\:hc-ring-offset-purple-100{
      --tw-ring-offset-color: #f3e8ff !important;
    }

    .tablet\:dark\:hc-ring-offset-purple-200{
      --tw-ring-offset-color: #e9d5ff !important;
    }

    .tablet\:dark\:hc-ring-offset-purple-300{
      --tw-ring-offset-color: #d8b4fe !important;
    }

    .tablet\:dark\:hc-ring-offset-purple-400{
      --tw-ring-offset-color: #c084fc !important;
    }

    .tablet\:dark\:hc-ring-offset-purple-500{
      --tw-ring-offset-color: #a855f7 !important;
    }

    .tablet\:dark\:hc-ring-offset-purple-600{
      --tw-ring-offset-color: #9333ea !important;
    }

    .tablet\:dark\:hc-ring-offset-purple-700{
      --tw-ring-offset-color: #7e22ce !important;
    }

    .tablet\:dark\:hc-ring-offset-purple-800{
      --tw-ring-offset-color: #6b21a8 !important;
    }

    .tablet\:dark\:hc-ring-offset-purple-900{
      --tw-ring-offset-color: #581c87 !important;
    }

    .tablet\:dark\:hc-ring-offset-yellow-50{
      --tw-ring-offset-color: #fefce8 !important;
    }

    .tablet\:dark\:hc-ring-offset-yellow-100{
      --tw-ring-offset-color: #fef9c3 !important;
    }

    .tablet\:dark\:hc-ring-offset-yellow-200{
      --tw-ring-offset-color: #fef08a !important;
    }

    .tablet\:dark\:hc-ring-offset-yellow-300{
      --tw-ring-offset-color: #fde047 !important;
    }

    .tablet\:dark\:hc-ring-offset-yellow-400{
      --tw-ring-offset-color: #facc15 !important;
    }

    .tablet\:dark\:hc-ring-offset-yellow-500{
      --tw-ring-offset-color: #eab308 !important;
    }

    .tablet\:dark\:hc-ring-offset-yellow-600{
      --tw-ring-offset-color: #ca8a04 !important;
    }

    .tablet\:dark\:hc-ring-offset-yellow-700{
      --tw-ring-offset-color: #a16207 !important;
    }

    .tablet\:dark\:hc-ring-offset-yellow-800{
      --tw-ring-offset-color: #854d0e !important;
    }

    .tablet\:dark\:hc-ring-offset-yellow-900{
      --tw-ring-offset-color: #713f12 !important;
    }

    .tablet\:dark\:hc-ring-offset-indigo-50{
      --tw-ring-offset-color: #eef2ff !important;
    }

    .tablet\:dark\:hc-ring-offset-indigo-100{
      --tw-ring-offset-color: #e0e7ff !important;
    }

    .tablet\:dark\:hc-ring-offset-indigo-200{
      --tw-ring-offset-color: #c7d2fe !important;
    }

    .tablet\:dark\:hc-ring-offset-indigo-300{
      --tw-ring-offset-color: #a5b4fc !important;
    }

    .tablet\:dark\:hc-ring-offset-indigo-400{
      --tw-ring-offset-color: #818cf8 !important;
    }

    .tablet\:dark\:hc-ring-offset-indigo-500{
      --tw-ring-offset-color: #6366f1 !important;
    }

    .tablet\:dark\:hc-ring-offset-indigo-600{
      --tw-ring-offset-color: #4f46e5 !important;
    }

    .tablet\:dark\:hc-ring-offset-indigo-700{
      --tw-ring-offset-color: #4338ca !important;
    }

    .tablet\:dark\:hc-ring-offset-indigo-800{
      --tw-ring-offset-color: #3730a3 !important;
    }

    .tablet\:dark\:hc-ring-offset-indigo-900{
      --tw-ring-offset-color: #312e81 !important;
    }

    .tablet\:dark\:hc-ring-offset-pink-50{
      --tw-ring-offset-color: #fdf2f8 !important;
    }

    .tablet\:dark\:hc-ring-offset-pink-100{
      --tw-ring-offset-color: #fce7f3 !important;
    }

    .tablet\:dark\:hc-ring-offset-pink-200{
      --tw-ring-offset-color: #fbcfe8 !important;
    }

    .tablet\:dark\:hc-ring-offset-pink-300{
      --tw-ring-offset-color: #f9a8d4 !important;
    }

    .tablet\:dark\:hc-ring-offset-pink-400{
      --tw-ring-offset-color: #f472b6 !important;
    }

    .tablet\:dark\:hc-ring-offset-pink-500{
      --tw-ring-offset-color: #ec4899 !important;
    }

    .tablet\:dark\:hc-ring-offset-pink-600{
      --tw-ring-offset-color: #db2777 !important;
    }

    .tablet\:dark\:hc-ring-offset-pink-700{
      --tw-ring-offset-color: #be185d !important;
    }

    .tablet\:dark\:hc-ring-offset-pink-800{
      --tw-ring-offset-color: #9d174d !important;
    }

    .tablet\:dark\:hc-ring-offset-pink-900{
      --tw-ring-offset-color: #831843 !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-black:focus-within{
      --tw-ring-offset-color: #000 !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-white:focus-within{
      --tw-ring-offset-color: #fff !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-gray-50:focus-within{
      --tw-ring-offset-color: #fafafa !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-gray-100:focus-within{
      --tw-ring-offset-color: #f4f4f5 !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-gray-200:focus-within{
      --tw-ring-offset-color: #e4e4e7 !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-gray-300:focus-within{
      --tw-ring-offset-color: #d4d4d8 !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-gray-400:focus-within{
      --tw-ring-offset-color: #a1a1aa !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-gray-500:focus-within{
      --tw-ring-offset-color: #71717a !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-gray-600:focus-within{
      --tw-ring-offset-color: #52525b !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-gray-700:focus-within{
      --tw-ring-offset-color: #3f3f46 !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-gray-800:focus-within{
      --tw-ring-offset-color: #27272a !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-gray-900:focus-within{
      --tw-ring-offset-color: #18181b !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-slate:focus-within{
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-red-50:focus-within{
      --tw-ring-offset-color: #fef2f2 !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-red-100:focus-within{
      --tw-ring-offset-color: #fee2e2 !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-red-200:focus-within{
      --tw-ring-offset-color: #fecaca !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-red-300:focus-within{
      --tw-ring-offset-color: #fca5a5 !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-red-400:focus-within{
      --tw-ring-offset-color: #f87171 !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-red-500:focus-within{
      --tw-ring-offset-color: #ef4444 !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-red-600:focus-within{
      --tw-ring-offset-color: #dc2626 !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-red-700:focus-within{
      --tw-ring-offset-color: #b91c1c !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-red-800:focus-within{
      --tw-ring-offset-color: #991b1b !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-red-900:focus-within{
      --tw-ring-offset-color: #7f1d1d !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-blue-50:focus-within{
      --tw-ring-offset-color: #eff6ff !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-blue-100:focus-within{
      --tw-ring-offset-color: #dbeafe !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-blue-200:focus-within{
      --tw-ring-offset-color: #bfdbfe !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-blue-300:focus-within{
      --tw-ring-offset-color: #93c5fd !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-blue-400:focus-within{
      --tw-ring-offset-color: #60a5fa !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-blue-500:focus-within{
      --tw-ring-offset-color: #3b82f6 !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-blue-600:focus-within{
      --tw-ring-offset-color: #2563eb !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-blue-700:focus-within{
      --tw-ring-offset-color: #1d4ed8 !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-blue-800:focus-within{
      --tw-ring-offset-color: #1e40af !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-blue-900:focus-within{
      --tw-ring-offset-color: #1e3a8a !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-purple-50:focus-within{
      --tw-ring-offset-color: #faf5ff !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-purple-100:focus-within{
      --tw-ring-offset-color: #f3e8ff !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-purple-200:focus-within{
      --tw-ring-offset-color: #e9d5ff !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-purple-300:focus-within{
      --tw-ring-offset-color: #d8b4fe !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-purple-400:focus-within{
      --tw-ring-offset-color: #c084fc !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-purple-500:focus-within{
      --tw-ring-offset-color: #a855f7 !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-purple-600:focus-within{
      --tw-ring-offset-color: #9333ea !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-purple-700:focus-within{
      --tw-ring-offset-color: #7e22ce !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-purple-800:focus-within{
      --tw-ring-offset-color: #6b21a8 !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-purple-900:focus-within{
      --tw-ring-offset-color: #581c87 !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-yellow-50:focus-within{
      --tw-ring-offset-color: #fefce8 !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-yellow-100:focus-within{
      --tw-ring-offset-color: #fef9c3 !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-yellow-200:focus-within{
      --tw-ring-offset-color: #fef08a !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-yellow-300:focus-within{
      --tw-ring-offset-color: #fde047 !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-yellow-400:focus-within{
      --tw-ring-offset-color: #facc15 !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-yellow-500:focus-within{
      --tw-ring-offset-color: #eab308 !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-yellow-600:focus-within{
      --tw-ring-offset-color: #ca8a04 !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-yellow-700:focus-within{
      --tw-ring-offset-color: #a16207 !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-yellow-800:focus-within{
      --tw-ring-offset-color: #854d0e !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-yellow-900:focus-within{
      --tw-ring-offset-color: #713f12 !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-indigo-50:focus-within{
      --tw-ring-offset-color: #eef2ff !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-indigo-100:focus-within{
      --tw-ring-offset-color: #e0e7ff !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-indigo-200:focus-within{
      --tw-ring-offset-color: #c7d2fe !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-indigo-300:focus-within{
      --tw-ring-offset-color: #a5b4fc !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-indigo-400:focus-within{
      --tw-ring-offset-color: #818cf8 !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-indigo-500:focus-within{
      --tw-ring-offset-color: #6366f1 !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-indigo-600:focus-within{
      --tw-ring-offset-color: #4f46e5 !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-indigo-700:focus-within{
      --tw-ring-offset-color: #4338ca !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-indigo-800:focus-within{
      --tw-ring-offset-color: #3730a3 !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-indigo-900:focus-within{
      --tw-ring-offset-color: #312e81 !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-pink-50:focus-within{
      --tw-ring-offset-color: #fdf2f8 !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-pink-100:focus-within{
      --tw-ring-offset-color: #fce7f3 !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-pink-200:focus-within{
      --tw-ring-offset-color: #fbcfe8 !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-pink-300:focus-within{
      --tw-ring-offset-color: #f9a8d4 !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-pink-400:focus-within{
      --tw-ring-offset-color: #f472b6 !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-pink-500:focus-within{
      --tw-ring-offset-color: #ec4899 !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-pink-600:focus-within{
      --tw-ring-offset-color: #db2777 !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-pink-700:focus-within{
      --tw-ring-offset-color: #be185d !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-pink-800:focus-within{
      --tw-ring-offset-color: #9d174d !important;
    }

    .tablet\:dark\:focus-within\:hc-ring-offset-pink-900:focus-within{
      --tw-ring-offset-color: #831843 !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-black:focus{
      --tw-ring-offset-color: #000 !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-white:focus{
      --tw-ring-offset-color: #fff !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-gray-50:focus{
      --tw-ring-offset-color: #fafafa !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-gray-100:focus{
      --tw-ring-offset-color: #f4f4f5 !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-gray-200:focus{
      --tw-ring-offset-color: #e4e4e7 !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-gray-300:focus{
      --tw-ring-offset-color: #d4d4d8 !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-gray-400:focus{
      --tw-ring-offset-color: #a1a1aa !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-gray-500:focus{
      --tw-ring-offset-color: #71717a !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-gray-600:focus{
      --tw-ring-offset-color: #52525b !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-gray-700:focus{
      --tw-ring-offset-color: #3f3f46 !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-gray-800:focus{
      --tw-ring-offset-color: #27272a !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-gray-900:focus{
      --tw-ring-offset-color: #18181b !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-slate:focus{
    }

    .tablet\:dark\:focus\:hc-ring-offset-red-50:focus{
      --tw-ring-offset-color: #fef2f2 !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-red-100:focus{
      --tw-ring-offset-color: #fee2e2 !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-red-200:focus{
      --tw-ring-offset-color: #fecaca !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-red-300:focus{
      --tw-ring-offset-color: #fca5a5 !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-red-400:focus{
      --tw-ring-offset-color: #f87171 !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-red-500:focus{
      --tw-ring-offset-color: #ef4444 !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-red-600:focus{
      --tw-ring-offset-color: #dc2626 !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-red-700:focus{
      --tw-ring-offset-color: #b91c1c !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-red-800:focus{
      --tw-ring-offset-color: #991b1b !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-red-900:focus{
      --tw-ring-offset-color: #7f1d1d !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-blue-50:focus{
      --tw-ring-offset-color: #eff6ff !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-blue-100:focus{
      --tw-ring-offset-color: #dbeafe !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-blue-200:focus{
      --tw-ring-offset-color: #bfdbfe !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-blue-300:focus{
      --tw-ring-offset-color: #93c5fd !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-blue-400:focus{
      --tw-ring-offset-color: #60a5fa !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-blue-500:focus{
      --tw-ring-offset-color: #3b82f6 !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-blue-600:focus{
      --tw-ring-offset-color: #2563eb !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-blue-700:focus{
      --tw-ring-offset-color: #1d4ed8 !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-blue-800:focus{
      --tw-ring-offset-color: #1e40af !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-blue-900:focus{
      --tw-ring-offset-color: #1e3a8a !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-purple-50:focus{
      --tw-ring-offset-color: #faf5ff !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-purple-100:focus{
      --tw-ring-offset-color: #f3e8ff !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-purple-200:focus{
      --tw-ring-offset-color: #e9d5ff !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-purple-300:focus{
      --tw-ring-offset-color: #d8b4fe !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-purple-400:focus{
      --tw-ring-offset-color: #c084fc !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-purple-500:focus{
      --tw-ring-offset-color: #a855f7 !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-purple-600:focus{
      --tw-ring-offset-color: #9333ea !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-purple-700:focus{
      --tw-ring-offset-color: #7e22ce !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-purple-800:focus{
      --tw-ring-offset-color: #6b21a8 !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-purple-900:focus{
      --tw-ring-offset-color: #581c87 !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-yellow-50:focus{
      --tw-ring-offset-color: #fefce8 !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-yellow-100:focus{
      --tw-ring-offset-color: #fef9c3 !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-yellow-200:focus{
      --tw-ring-offset-color: #fef08a !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-yellow-300:focus{
      --tw-ring-offset-color: #fde047 !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-yellow-400:focus{
      --tw-ring-offset-color: #facc15 !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-yellow-500:focus{
      --tw-ring-offset-color: #eab308 !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-yellow-600:focus{
      --tw-ring-offset-color: #ca8a04 !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-yellow-700:focus{
      --tw-ring-offset-color: #a16207 !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-yellow-800:focus{
      --tw-ring-offset-color: #854d0e !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-yellow-900:focus{
      --tw-ring-offset-color: #713f12 !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-indigo-50:focus{
      --tw-ring-offset-color: #eef2ff !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-indigo-100:focus{
      --tw-ring-offset-color: #e0e7ff !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-indigo-200:focus{
      --tw-ring-offset-color: #c7d2fe !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-indigo-300:focus{
      --tw-ring-offset-color: #a5b4fc !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-indigo-400:focus{
      --tw-ring-offset-color: #818cf8 !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-indigo-500:focus{
      --tw-ring-offset-color: #6366f1 !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-indigo-600:focus{
      --tw-ring-offset-color: #4f46e5 !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-indigo-700:focus{
      --tw-ring-offset-color: #4338ca !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-indigo-800:focus{
      --tw-ring-offset-color: #3730a3 !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-indigo-900:focus{
      --tw-ring-offset-color: #312e81 !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-pink-50:focus{
      --tw-ring-offset-color: #fdf2f8 !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-pink-100:focus{
      --tw-ring-offset-color: #fce7f3 !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-pink-200:focus{
      --tw-ring-offset-color: #fbcfe8 !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-pink-300:focus{
      --tw-ring-offset-color: #f9a8d4 !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-pink-400:focus{
      --tw-ring-offset-color: #f472b6 !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-pink-500:focus{
      --tw-ring-offset-color: #ec4899 !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-pink-600:focus{
      --tw-ring-offset-color: #db2777 !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-pink-700:focus{
      --tw-ring-offset-color: #be185d !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-pink-800:focus{
      --tw-ring-offset-color: #9d174d !important;
    }

    .tablet\:dark\:focus\:hc-ring-offset-pink-900:focus{
      --tw-ring-offset-color: #831843 !important;
    }
  }

  .tablet\:hc-filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    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) !important;
  }

  .tablet\:hc-filter-none{
    filter: none !important;
  }

  .tablet\:hc-blur-0{
    --tw-blur: blur(0) !important;
  }

  .tablet\:hc-blur-none{
    --tw-blur: blur(0) !important;
  }

  .tablet\:hc-blur-sm{
    --tw-blur: blur(4px) !important;
  }

  .tablet\:hc-blur{
    --tw-blur: blur(8px) !important;
  }

  .tablet\:hc-blur-md{
    --tw-blur: blur(12px) !important;
  }

  .tablet\:hc-blur-lg{
    --tw-blur: blur(16px) !important;
  }

  .tablet\:hc-blur-xl{
    --tw-blur: blur(24px) !important;
  }

  .tablet\:hc-blur-2xl{
    --tw-blur: blur(40px) !important;
  }

  .tablet\:hc-blur-3xl{
    --tw-blur: blur(64px) !important;
  }

  .tablet\:hc-brightness-0{
    --tw-brightness: brightness(0) !important;
  }

  .tablet\:hc-brightness-50{
    --tw-brightness: brightness(.5) !important;
  }

  .tablet\:hc-brightness-75{
    --tw-brightness: brightness(.75) !important;
  }

  .tablet\:hc-brightness-90{
    --tw-brightness: brightness(.9) !important;
  }

  .tablet\:hc-brightness-95{
    --tw-brightness: brightness(.95) !important;
  }

  .tablet\:hc-brightness-100{
    --tw-brightness: brightness(1) !important;
  }

  .tablet\:hc-brightness-105{
    --tw-brightness: brightness(1.05) !important;
  }

  .tablet\:hc-brightness-110{
    --tw-brightness: brightness(1.1) !important;
  }

  .tablet\:hc-brightness-125{
    --tw-brightness: brightness(1.25) !important;
  }

  .tablet\:hc-brightness-150{
    --tw-brightness: brightness(1.5) !important;
  }

  .tablet\:hc-brightness-200{
    --tw-brightness: brightness(2) !important;
  }

  .tablet\:hc-contrast-0{
    --tw-contrast: contrast(0) !important;
  }

  .tablet\:hc-contrast-50{
    --tw-contrast: contrast(.5) !important;
  }

  .tablet\:hc-contrast-75{
    --tw-contrast: contrast(.75) !important;
  }

  .tablet\:hc-contrast-100{
    --tw-contrast: contrast(1) !important;
  }

  .tablet\:hc-contrast-125{
    --tw-contrast: contrast(1.25) !important;
  }

  .tablet\:hc-contrast-150{
    --tw-contrast: contrast(1.5) !important;
  }

  .tablet\:hc-contrast-200{
    --tw-contrast: contrast(2) !important;
  }

  .tablet\:hc-drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
  }

  .tablet\:hc-drop-shadow{
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
  }

  .tablet\:hc-drop-shadow-md{
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
  }

  .tablet\:hc-drop-shadow-lg{
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
  }

  .tablet\:hc-drop-shadow-xl{
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
  }

  .tablet\:hc-drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }

  .tablet\:hc-drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }

  .tablet\:hc-grayscale-0{
    --tw-grayscale: grayscale(0) !important;
  }

  .tablet\:hc-grayscale{
    --tw-grayscale: grayscale(100%) !important;
  }

  .tablet\:hc-hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }

  .tablet\:hc-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }

  .tablet\:hc-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }

  .tablet\:hc-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }

  .tablet\:hc-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }

  .tablet\:hc-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }

  .tablet\:hc--hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }

  .tablet\:hc--hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }

  .tablet\:hc--hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }

  .tablet\:hc--hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }

  .tablet\:hc--hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }

  .tablet\:hc-invert-0{
    --tw-invert: invert(0) !important;
  }

  .tablet\:hc-invert{
    --tw-invert: invert(100%) !important;
  }

  .tablet\:hc-saturate-0{
    --tw-saturate: saturate(0) !important;
  }

  .tablet\:hc-saturate-50{
    --tw-saturate: saturate(.5) !important;
  }

  .tablet\:hc-saturate-100{
    --tw-saturate: saturate(1) !important;
  }

  .tablet\:hc-saturate-150{
    --tw-saturate: saturate(1.5) !important;
  }

  .tablet\:hc-saturate-200{
    --tw-saturate: saturate(2) !important;
  }

  .tablet\:hc-sepia-0{
    --tw-sepia: sepia(0) !important;
  }

  .tablet\:hc-sepia{
    --tw-sepia: sepia(100%) !important;
  }

  .tablet\:hc-backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  }

  .tablet\:hc-backdrop-filter-none{
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
  }

  .tablet\:hc-backdrop-blur-0{
    --tw-backdrop-blur: blur(0) !important;
  }

  .tablet\:hc-backdrop-blur-none{
    --tw-backdrop-blur: blur(0) !important;
  }

  .tablet\:hc-backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px) !important;
  }

  .tablet\:hc-backdrop-blur{
    --tw-backdrop-blur: blur(8px) !important;
  }

  .tablet\:hc-backdrop-blur-md{
    --tw-backdrop-blur: blur(12px) !important;
  }

  .tablet\:hc-backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px) !important;
  }

  .tablet\:hc-backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px) !important;
  }

  .tablet\:hc-backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px) !important;
  }

  .tablet\:hc-backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px) !important;
  }

  .tablet\:hc-backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0) !important;
  }

  .tablet\:hc-backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5) !important;
  }

  .tablet\:hc-backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75) !important;
  }

  .tablet\:hc-backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9) !important;
  }

  .tablet\:hc-backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95) !important;
  }

  .tablet\:hc-backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1) !important;
  }

  .tablet\:hc-backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05) !important;
  }

  .tablet\:hc-backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1) !important;
  }

  .tablet\:hc-backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25) !important;
  }

  .tablet\:hc-backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5) !important;
  }

  .tablet\:hc-backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2) !important;
  }

  .tablet\:hc-backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0) !important;
  }

  .tablet\:hc-backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5) !important;
  }

  .tablet\:hc-backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75) !important;
  }

  .tablet\:hc-backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1) !important;
  }

  .tablet\:hc-backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25) !important;
  }

  .tablet\:hc-backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5) !important;
  }

  .tablet\:hc-backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2) !important;
  }

  .tablet\:hc-backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0) !important;
  }

  .tablet\:hc-backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }

  .tablet\:hc-backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }

  .tablet\:hc-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }

  .tablet\:hc-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }

  .tablet\:hc-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }

  .tablet\:hc-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }

  .tablet\:hc-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }

  .tablet\:hc--backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }

  .tablet\:hc--backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }

  .tablet\:hc--backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }

  .tablet\:hc--backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }

  .tablet\:hc--backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }

  .tablet\:hc-backdrop-invert-0{
    --tw-backdrop-invert: invert(0) !important;
  }

  .tablet\:hc-backdrop-invert{
    --tw-backdrop-invert: invert(100%) !important;
  }

  .tablet\:hc-backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0) !important;
  }

  .tablet\:hc-backdrop-opacity-5{
    --tw-backdrop-opacity: opacity(0.05) !important;
  }

  .tablet\:hc-backdrop-opacity-10{
    --tw-backdrop-opacity: opacity(0.1) !important;
  }

  .tablet\:hc-backdrop-opacity-20{
    --tw-backdrop-opacity: opacity(0.2) !important;
  }

  .tablet\:hc-backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25) !important;
  }

  .tablet\:hc-backdrop-opacity-30{
    --tw-backdrop-opacity: opacity(0.3) !important;
  }

  .tablet\:hc-backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4) !important;
  }

  .tablet\:hc-backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5) !important;
  }

  .tablet\:hc-backdrop-opacity-60{
    --tw-backdrop-opacity: opacity(0.6) !important;
  }

  .tablet\:hc-backdrop-opacity-70{
    --tw-backdrop-opacity: opacity(0.7) !important;
  }

  .tablet\:hc-backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75) !important;
  }

  .tablet\:hc-backdrop-opacity-80{
    --tw-backdrop-opacity: opacity(0.8) !important;
  }

  .tablet\:hc-backdrop-opacity-90{
    --tw-backdrop-opacity: opacity(0.9) !important;
  }

  .tablet\:hc-backdrop-opacity-95{
    --tw-backdrop-opacity: opacity(0.95) !important;
  }

  .tablet\:hc-backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1) !important;
  }

  .tablet\:hc-backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0) !important;
  }

  .tablet\:hc-backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5) !important;
  }

  .tablet\:hc-backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1) !important;
  }

  .tablet\:hc-backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5) !important;
  }

  .tablet\:hc-backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2) !important;
  }

  .tablet\:hc-backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0) !important;
  }

  .tablet\:hc-backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%) !important;
  }

  .tablet\:hc-transition-none{
    transition-property: none !important;
  }

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

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

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

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

  .tablet\:hc-transition-shadow{
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

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

  .tablet\:hc-delay-75{
    transition-delay: 75ms !important;
  }

  .tablet\:hc-delay-100{
    transition-delay: 100ms !important;
  }

  .tablet\:hc-delay-150{
    transition-delay: 150ms !important;
  }

  .tablet\:hc-delay-200{
    transition-delay: 200ms !important;
  }

  .tablet\:hc-delay-300{
    transition-delay: 300ms !important;
  }

  .tablet\:hc-delay-500{
    transition-delay: 500ms !important;
  }

  .tablet\:hc-delay-700{
    transition-delay: 700ms !important;
  }

  .tablet\:hc-delay-1000{
    transition-delay: 1000ms !important;
  }

  .tablet\:hc-duration-75{
    transition-duration: 75ms !important;
  }

  .tablet\:hc-duration-100{
    transition-duration: 100ms !important;
  }

  .tablet\:hc-duration-150{
    transition-duration: 150ms !important;
  }

  .tablet\:hc-duration-200{
    transition-duration: 200ms !important;
  }

  .tablet\:hc-duration-300{
    transition-duration: 300ms !important;
  }

  .tablet\:hc-duration-500{
    transition-duration: 500ms !important;
  }

  .tablet\:hc-duration-700{
    transition-duration: 700ms !important;
  }

  .tablet\:hc-duration-1000{
    transition-duration: 1000ms !important;
  }

  .tablet\:hc-ease-linear{
    transition-timing-function: linear !important;
  }

  .tablet\:hc-ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .tablet\:hc-ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

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