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

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

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

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

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

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

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

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

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

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}
*, ::before, ::after {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-start-2 {
  grid-column-start: 2;
}
.row-start-2 {
  grid-row-start: 2;
}
.row-start-3 {
  grid-row-start: 3;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.flow-root {
  display: flow-root;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.flex-1 {
  flex: 1 1 0%;
}
.resize {
  resize: both;
}
.appearance-none {
  appearance: none;
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.justify-center {
  justify-content: center;
}
.gap-4 {
  gap: 1rem;
}
.overflow-auto {
  overflow: auto;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.border-4 {
  border-width: 4px;
}
.border-0 {
  border-width: 0px;
}
.border-solid {
  border-style: solid;
}
.border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity));
}
.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity));
}
.border-yellow-400 {
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.from-teal-300 {
  --tw-gradient-from: #5eead4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(94 234 212 / 0));
}
.from-cyan-100 {
  --tw-gradient-from: #cffafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(207 250 254 / 0));
}
.via-cyan-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgb(34 211 238 / 0));
}
.to-sky-400 {
  --tw-gradient-to: #38bdf8;
}
.to-cyan-200 {
  --tw-gradient-to: #a5f3fc;
}
.bg-fixed {
  background-attachment: fixed;
}
.p-4 {
  padding: 1rem;
}
.p-2 {
  padding: 0.5rem;
}
.text-center {
  text-align: center;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-rhythmLead {
  font-size: 1.25rem;
  line-height: 1.6;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-light {
  font-weight: 300;
}
.leading-8 {
  line-height: 2rem;
}
.leading-loose {
  line-height: 2;
}
.leading-none {
  line-height: 1;
}
.leading-6 {
  line-height: 1.5rem;
}
.text-cyan-700 {
  --tw-text-opacity: 1;
  color: rgb(14 116 144 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-cyan-600 {
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
[dir="ltr"] .float-start {
  float: left;
}
[dir="rtl"] .float-start {
  float: right;
}
[dir="ltr"] .float-end {
  float: right;
}
[dir="rtl"] .float-end {
  float: left;
}
[dir="ltr"] .clear-start {
  clear: left;
}
[dir="rtl"] .clear-start {
  clear: right;
}
[dir="ltr"] .clear-end {
  clear: right;
}
[dir="rtl"] .clear-end {
  clear: left;
}
[dir="ltr"] .text-start {
  text-align: left;
}
[dir="rtl"] .text-start {
  text-align: right;
}
[dir="ltr"] .text-end {
  text-align: right;
}
[dir="rtl"] .text-end {
  text-align: left;
}
.resize-block {
  resize: vertical;
}
.resize-inline {
  resize: horizontal;
}
.overscroll-b-auto {
  overscroll-behavior-block: auto;
}
.overscroll-b-contain {
  overscroll-behavior-block: contain;
}
.overscroll-b-none {
  overscroll-behavior-block: none;
}
.overscroll-i-auto {
  overscroll-behavior-inline: auto;
}
.overscroll-i-contain {
  overscroll-behavior-inline: contain;
}
.overscroll-i-none {
  overscroll-behavior-inline: none;
}
.bs-12 {
  height: 3rem;
}
.bs-24 {
  height: 6rem;
}
.bs-36 {
  height: 9rem;
}
.bs-48 {
  height: 12rem;
}
.bs-16 {
  height: 4rem;
}
.bs-32 {
  height: 8rem;
}
.bs-64 {
  height: 16rem;
}
.bs-96 {
  height: 24rem;
}
.min-bs-0 {
  min-height: 0px;
}
.min-bs-full {
  min-height: 100%;
}
.max-bs-full {
  max-height: 100%;
}
.is-16 {
  width: 4rem;
}
.is-1\/4 {
  width: 25%;
}
.is-32 {
  width: 8rem;
}
.is-48 {
  width: 12rem;
}
.is-full {
  width: 100%;
}
.is-1\/3 {
  width: 33.333333%;
}
.is-64 {
  width: 16rem;
}
.min-is-0 {
  min-width: 0px;
}
.min-is-full {
  min-width: 100%;
}
.max-is-7xl {
  max-width: 80rem;
}
.max-is-prose {
  max-width: 65ch;
}
.max-is-sm {
  max-width: 24rem;
}
.max-is-md {
  max-width: 28rem;
}
.max-is-lg {
  max-width: 32rem;
}
.mli-auto {
  margin-left: auto;
  margin-right: auto;
}
.mlb-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.mlb-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.mli-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}
.mbs-2 {
  margin-top: 0.5rem;
}
.mbs-4 {
  margin-top: 1rem;
}
.mbe-2 {
  margin-bottom: 0.5rem;
}
.mbs-16 {
  margin-top: 4rem;
}
.mbe-16 {
  margin-bottom: 4rem;
}
[dir="ltr"] .mis-16 {
  margin-left: 4rem;
}
[dir="rtl"] .mis-16 {
  margin-right: 4rem;
}
[dir="ltr"] .mie-16 {
  margin-right: 4rem;
}
[dir="rtl"] .mie-16 {
  margin-left: 4rem;
}
.pli-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.plb-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.plb-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.plb-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.pli-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.pli-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.plb-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.pbs-8 {
  padding-top: 2rem;
}
.pbe-24 {
  padding-bottom: 6rem;
}
.pbs-4 {
  padding-top: 1rem;
}
.pbs-16 {
  padding-top: 4rem;
}
.pbe-16 {
  padding-bottom: 4rem;
}
[dir="ltr"] .pie-2 {
  padding-right: 0.5rem;
}
[dir="rtl"] .pie-2 {
  padding-left: 0.5rem;
}
[dir="ltr"] .pis-16 {
  padding-left: 4rem;
}
[dir="rtl"] .pis-16 {
  padding-right: 4rem;
}
[dir="ltr"] .pie-16 {
  padding-right: 4rem;
}
[dir="rtl"] .pie-16 {
  padding-left: 4rem;
}
[dir="ltr"] .pis-2 {
  padding-left: 0.5rem;
}
[dir="rtl"] .pis-2 {
  padding-right: 0.5rem;
}
.pbe-12 {
  padding-bottom: 3rem;
}
.pbs-6 {
  padding-top: 1.5rem;
}
.space-b-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-b-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-b-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-b-reverse));
}
.space-b-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-b-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-b-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-b-reverse));
}
.space-b-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-b-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-b-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-b-reverse));
}
[dir="ltr"] .space-i-4 > :not([hidden]) ~ :not([hidden]) {
  margin-left: calc(1rem * calc(1 - var(--tw-space-i-reverse)));
}
[dir="rtl"] .space-i-4 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(1rem * calc(1 - var(--tw-space-i-reverse)));
}
[dir="ltr"] .space-i-4 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(1rem * var(--tw-space-i-reverse));
}
[dir="rtl"] .space-i-4 > :not([hidden]) ~ :not([hidden]) {
  margin-left: calc(1rem * var(--tw-space-i-reverse));
}
.space-i-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-i-reverse: 0;
}
[dir="ltr"] .space-i-2 > :not([hidden]) ~ :not([hidden]) {
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-i-reverse)));
}
[dir="rtl"] .space-i-2 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(0.5rem * calc(1 - var(--tw-space-i-reverse)));
}
[dir="ltr"] .space-i-2 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(0.5rem * var(--tw-space-i-reverse));
}
[dir="rtl"] .space-i-2 > :not([hidden]) ~ :not([hidden]) {
  margin-left: calc(0.5rem * var(--tw-space-i-reverse));
}
.space-i-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-i-reverse: 0;
}
[dir="ltr"] .space-i-8 > :not([hidden]) ~ :not([hidden]) {
  margin-left: calc(2rem * calc(1 - var(--tw-space-i-reverse)));
}
[dir="rtl"] .space-i-8 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(2rem * calc(1 - var(--tw-space-i-reverse)));
}
[dir="ltr"] .space-i-8 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(2rem * var(--tw-space-i-reverse));
}
[dir="rtl"] .space-i-8 > :not([hidden]) ~ :not([hidden]) {
  margin-left: calc(2rem * var(--tw-space-i-reverse));
}
.space-i-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-i-reverse: 0;
}
.space-b-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-b-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-b-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-b-reverse));
}
.space-b-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-b-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-b-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-b-reverse));
}
.space-b-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-b-reverse: 1;
}
.space-i-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-i-reverse: 1;
}
.inset-inline-4 {
  left: 1rem;
  right: 1rem;
}
.inset-block-4 {
  top: 1rem;
  bottom: 1rem;
}
.block-start-8 {
  top: 2rem;
}
[dir="ltr"] .inline-start-4 {
  left: 1rem;
}
[dir="rtl"] .inline-start-4 {
  right: 1rem;
}
[dir="ltr"] .inline-end-4 {
  right: 1rem;
}
[dir="rtl"] .inline-end-4 {
  left: 1rem;
}
.block-start-4 {
  top: 1rem;
}
.block-end-4 {
  bottom: 1rem;
}
[dir="ltr"] .divide-i > :not([hidden]) ~ :not([hidden]) {
  border-left-width: calc(1px * calc(1 - var(--tw-divide-i-reverse)));
}
[dir="rtl"] .divide-i > :not([hidden]) ~ :not([hidden]) {
  border-right-width: calc(1px * calc(1 - var(--tw-divide-i-reverse)));
}
[dir="ltr"] .divide-i > :not([hidden]) ~ :not([hidden]) {
  border-right-width: calc(1px * var(--tw-divide-i-reverse));
}
[dir="rtl"] .divide-i > :not([hidden]) ~ :not([hidden]) {
  border-left-width: calc(1px * var(--tw-divide-i-reverse));
}
.divide-i > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-i-reverse: 0;
}
[dir="ltr"] .divide-i-4 > :not([hidden]) ~ :not([hidden]) {
  border-left-width: calc(4px * calc(1 - var(--tw-divide-i-reverse)));
}
[dir="rtl"] .divide-i-4 > :not([hidden]) ~ :not([hidden]) {
  border-right-width: calc(4px * calc(1 - var(--tw-divide-i-reverse)));
}
[dir="ltr"] .divide-i-4 > :not([hidden]) ~ :not([hidden]) {
  border-right-width: calc(4px * var(--tw-divide-i-reverse));
}
[dir="rtl"] .divide-i-4 > :not([hidden]) ~ :not([hidden]) {
  border-left-width: calc(4px * var(--tw-divide-i-reverse));
}
.divide-i-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-i-reverse: 0;
}
.divide-b > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-b-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-b-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-b-reverse));
}
.divide-b-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-b-reverse: 0;
  border-top-width: calc(4px * calc(1 - var(--tw-divide-b-reverse)));
  border-bottom-width: calc(4px * var(--tw-divide-b-reverse));
}
.divide-b-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-b-reverse: 1;
}
.divide-i-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-i-reverse: 1;
}
.border-lb-8 {
  border-top-width: 8px;
  border-bottom-width: 8px;
}
[dir="ltr"] .border-li-8 {
  border-left-width: 8px;
}
[dir="rtl"] .border-li-8 {
  border-right-width: 8px;
}
[dir="ltr"] .border-li-8 {
  border-right-width: 8px;
}
[dir="rtl"] .border-li-8 {
  border-left-width: 8px;
}
.border-bs-8 {
  border-top-width: 8px;
}
.border-be-8 {
  border-bottom-width: 8px;
}
[dir="ltr"] .border-is-8 {
  border-left-width: 8px;
}
[dir="rtl"] .border-is-8 {
  border-right-width: 8px;
}
[dir="ltr"] .border-ie-8 {
  border-right-width: 8px;
}
[dir="rtl"] .border-ie-8 {
  border-left-width: 8px;
}
.border-bs {
  border-top-width: 1px;
}
.border-lb-blue-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(96 165 250 / var(--tw-border-opacity));
  border-bottom-color: rgb(96 165 250 / var(--tw-border-opacity));
}
[dir="ltr"] .border-li-blue-400 {
  border-left-color: rgb(96 165 250 / var(--tw-border-opacity));
}
[dir="rtl"] .border-li-blue-400 {
  border-right-color: rgb(96 165 250 / var(--tw-border-opacity));
}
[dir="ltr"] .border-li-blue-400 {
  border-right-color: rgb(96 165 250 / var(--tw-border-opacity));
}
[dir="rtl"] .border-li-blue-400 {
  border-left-color: rgb(96 165 250 / var(--tw-border-opacity));
}
.border-li-blue-400 {
  --tw-border-opacity: 1;
}
.border-bs-blue-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(96 165 250 / var(--tw-border-opacity));
}
.border-be-blue-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(96 165 250 / var(--tw-border-opacity));
}
[dir="ltr"] .border-is-blue-400 {
  border-left-color: rgb(96 165 250 / var(--tw-border-opacity));
}
[dir="rtl"] .border-is-blue-400 {
  border-right-color: rgb(96 165 250 / var(--tw-border-opacity));
}
.border-is-blue-400 {
  --tw-border-opacity: 1;
}
[dir="ltr"] .border-ie-blue-400 {
  border-right-color: rgb(96 165 250 / var(--tw-border-opacity));
}
[dir="rtl"] .border-ie-blue-400 {
  border-left-color: rgb(96 165 250 / var(--tw-border-opacity));
}
.border-ie-blue-400 {
  --tw-border-opacity: 1;
}
[dir="ltr"] .rounded-bs-xl {
  border-top-left-radius: 0.75rem;
}
[dir="rtl"] .rounded-bs-xl {
  border-top-right-radius: 0.75rem;
}
[dir="ltr"] .rounded-bs-xl {
  border-top-right-radius: 0.75rem;
}
[dir="rtl"] .rounded-bs-xl {
  border-top-left-radius: 0.75rem;
}
[dir="ltr"] .rounded-be-xl {
  border-bottom-left-radius: 0.75rem;
}
[dir="rtl"] .rounded-be-xl {
  border-bottom-right-radius: 0.75rem;
}
[dir="ltr"] .rounded-be-xl {
  border-bottom-right-radius: 0.75rem;
}
[dir="rtl"] .rounded-be-xl {
  border-bottom-left-radius: 0.75rem;
}
[dir="ltr"] .rounded-is-xl {
  border-top-left-radius: 0.75rem;
}
[dir="rtl"] .rounded-is-xl {
  border-top-right-radius: 0.75rem;
}
[dir="ltr"] .rounded-is-xl {
  border-bottom-left-radius: 0.75rem;
}
[dir="rtl"] .rounded-is-xl {
  border-bottom-right-radius: 0.75rem;
}
[dir="ltr"] .rounded-ie-xl {
  border-top-right-radius: 0.75rem;
}
[dir="rtl"] .rounded-ie-xl {
  border-top-left-radius: 0.75rem;
}
[dir="ltr"] .rounded-ie-xl {
  border-bottom-right-radius: 0.75rem;
}
[dir="rtl"] .rounded-ie-xl {
  border-bottom-left-radius: 0.75rem;
}
[dir="ltr"] .rounded-ss-xl {
  border-top-left-radius: 0.75rem;
}
[dir="rtl"] .rounded-ss-xl {
  border-top-right-radius: 0.75rem;
}
[dir="ltr"] .rounded-se-xl {
  border-top-right-radius: 0.75rem;
}
[dir="rtl"] .rounded-se-xl {
  border-top-left-radius: 0.75rem;
}
[dir="ltr"] .rounded-es-xl {
  border-bottom-left-radius: 0.75rem;
}
[dir="rtl"] .rounded-es-xl {
  border-bottom-right-radius: 0.75rem;
}
[dir="ltr"] .rounded-ee-xl {
  border-bottom-right-radius: 0.75rem;
}
[dir="rtl"] .rounded-ee-xl {
  border-bottom-left-radius: 0.75rem;
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.hover\:from-cyan-100:hover {
  --tw-gradient-from: #cffafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(207 250 254 / 0));
}
.hover\:to-cyan-300:hover {
  --tw-gradient-to: #67e8f9;
}
.hover\:text-cyan-900:hover {
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity));
}
.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.hover\:text-cyan-800:hover {
  --tw-text-opacity: 1;
  color: rgb(21 94 117 / var(--tw-text-opacity));
}
@media (min-width: 640px) {

  .sm\:inline {
    display: inline;
  }

  .sm\:flex-none {
    flex: none;
  }

  .sm\:pli-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 768px) {

  .md\:border-8 {
    border-width: 8px;
  }

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

  .md\:pli-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1024px) {

  .lg\:block {
    display: block;
  }

  .lg\:grid {
    display: grid;
  }

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

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

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

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

  .lg\:pbe-12 {
    padding-bottom: 3rem;
  }

  .lg\:pbs-12 {
    padding-top: 3rem;
  }
}
@media (min-width: 1280px) {

  .xl\:gap-x-12 {
    column-gap: 3rem;
  }

  .xl\:pli-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
