@font-face {
  font-family: 'Brushline';
  src: url('../fonts/Brushline.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'IBM Plex Sans', sans-serif;
  --tw-text-opacity: 1;
  color: rgb(9 72 63 / var(--tw-text-opacity))
}

/*
! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

.container {
  width: 100%;
}

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

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

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

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

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

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

.pointer-events-none {
  pointer-events: none;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

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

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-28 {
  bottom: 7rem;
}

.bottom-3 {
  bottom: 0.75rem;
}

.bottom-3\.5 {
  bottom: 0.875rem;
}

.bottom-8 {
  bottom: 2rem;
}

.bottom-\[12px\] {
  bottom: 12px;
}

.bottom-\[70px\] {
  bottom: 70px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.right-12 {
  right: 3rem;
}

.right-14 {
  right: 3.5rem;
}

.right-2 {
  right: 0.5rem;
}

.right-3 {
  right: 0.75rem;
}

.right-3\.5 {
  right: 0.875rem;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

.top-10 {
  top: 2.5rem;
}

.top-12 {
  top: 3rem;
}

.top-16 {
  top: 4rem;
}

.top-2 {
  top: 0.5rem;
}

.top-3 {
  top: 0.75rem;
}

.top-4 {
  top: 1rem;
}

.top-5 {
  top: 1.25rem;
}

.top-6 {
  top: 1.5rem;
}

.top-\[0px\] {
  top: 0px;
}

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

.top-\[110px\] {
  top: 110px;
}

.top-\[125px\] {
  top: 125px;
}

.top-\[130px\] {
  top: 130px;
}

.top-\[160px\] {
  top: 160px;
}

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

.top-\[38px\] {
  top: 38px;
}

.top-\[40px\] {
  top: 40px;
}

.top-\[70px\] {
  top: 70px;
}

.top-\[80px\] {
  top: 80px;
}

.top-\[90px\] {
  top: 90px;
}

.isolate {
  isolation: isolate;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-\[1000\] {
  z-index: 1000;
}

.z-\[222222\] {
  z-index: 222222;
}

.z-\[30\] {
  z-index: 30;
}

.z-\[5000\] {
  z-index: 5000;
}

.z-\[500\] {
  z-index: 500;
}

.z-\[50\] {
  z-index: 50;
}

.z-\[55555\] {
  z-index: 55555;
}

.z-\[556\] {
  z-index: 556;
}

.z-\[55\] {
  z-index: 55;
}

.z-\[9111111\] {
  z-index: 9111111;
}

.z-0 {
  z-index: 0;
}

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

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

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-\[10\%\] {
  margin-left: 10%;
  margin-right: 10%;
}

.mx-\[20\%\] {
  margin-left: 20%;
  margin-right: 20%;
}

.mx-\[5\%\] {
  margin-left: 5%;
  margin-right: 5%;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-\[10px\] {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-\[50px\] {
  margin-top: 50px;
  margin-bottom: 50px;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.-ml-8 {
  margin-left: -2rem;
}

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

.-mr-4 {
  margin-right: -1rem;
}

.-mt-14 {
  margin-top: -3.5rem;
}

.-mt-2 {
  margin-top: -0.5rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

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

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

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

.me-2 {
  margin-inline-end: 0.5rem;
}

.me-3 {
  margin-inline-end: 0.75rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

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

.mt-8 {
  margin-top: 2rem;
}

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

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

.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.\!block {
  display: block !important;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.\!flex {
  display: flex !important;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.\!grid {
  display: grid !important;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.\!aspect-square {
  aspect-ratio: 1 / 1 !important;
}

.aspect-\[2\/1\] {
  aspect-ratio: 2/1;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.\!h-auto {
  height: auto !important;
}

.h-0 {
  height: 0px;
}

.h-1 {
  height: 0.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-96 {
  height: 24rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-\[50vh\] {
  height: 50vh;
}

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

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

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

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

.h-auto {
  height: auto;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-56 {
  max-height: 14rem;
}

.max-h-\[52px\] {
  max-height: 52px;
}

.max-h-\[86px\] {
  max-height: 86px;
}

.max-h-60 {
  max-height: 15rem;
}

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

.min-h-full {
  min-height: 100%;
}

.\!w-9 {
  width: 2.25rem !important;
}

.\!w-\[100px\] {
  width: 100px !important;
}

.\!w-\[30\%\] {
  width: 30% !important;
}

.\!w-\[60px\] {
  width: 60px !important;
}

.\!w-\[70\%\] {
  width: 70% !important;
}

.\!w-\[80px\] {
  width: 80px !important;
}

.\!w-full {
  width: 100% !important;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-20 {
  width: 5rem;
}

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-4 {
  width: 1rem;
}

.w-44 {
  width: 11rem;
}

.w-5 {
  width: 1.25rem;
}

.w-7 {
  width: 1.75rem;
}

.w-72 {
  width: 18rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-96 {
  width: 24rem;
}

.w-\[10\%\] {
  width: 10%;
}

.w-\[100\%\] {
  width: 100%;
}

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

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

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

.w-\[15\%\] {
  width: 15%;
}

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

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

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

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

.w-\[20\%\] {
  width: 20%;
}

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

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

.w-\[25\%\] {
  width: 25%;
}

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

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

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

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

.w-\[30\%\] {
  width: 30%;
}

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

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

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

.w-\[35\%\] {
  width: 35%;
}

.w-\[37\%\] {
  width: 37%;
}

.w-\[40\%\] {
  width: 40%;
}

.w-\[42\%\] {
  width: 42%;
}

.w-\[45\%\] {
  width: 45%;
}

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

.w-\[50\%\] {
  width: 50%;
}

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

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

.w-\[70\%\] {
  width: 70%;
}

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

.w-\[75\%\] {
  width: 75%;
}

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

.w-\[85\%\] {
  width: 85%;
}

.w-\[90\%\] {
  width: 90%;
}

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

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

.w-\[97\%\] {
  width: 97%;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.w-screen {
  width: 100vw;
}

.\!min-w-\[150px\] {
  min-width: 150px !important;
}

.min-w-\[100px\] {
  min-width: 100px;
}

.min-w-\[150px\] {
  min-width: 150px;
}

.min-w-\[215px\] {
  min-width: 215px;
}

.min-w-\[240px\] {
  min-width: 240px;
}

.min-w-\[245px\] {
  min-width: 245px;
}

.min-w-\[270px\] {
  min-width: 270px;
}

.min-w-\[300px\] {
  min-width: 300px;
}

.min-w-\[315px\] {
  min-width: 315px;
}

.min-w-\[400px\] {
  min-width: 400px;
}

.min-w-\[460px\] {
  min-width: 460px;
}

.min-w-\[60px\] {
  min-width: 60px;
}

.min-w-\[70px\] {
  min-width: 70px;
}

.min-w-full {
  min-width: 100%;
}

.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-xs {
  max-width: 20rem;
}

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

.shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.grow {
  flex-grow: 1;
}

.-translate-y-\[50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-4 {
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-e-resize {
  cursor: e-resize;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

.select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.auto-cols-auto {
  grid-auto-columns: auto;
}

.grid-flow-col-dense {
  grid-auto-flow: column dense;
}

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

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

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

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

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

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

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.items-start {
  align-items: flex-start;
}

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

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

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

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[10\%\] {
  gap: 10%;
}

.gap-\[10px\] {
  gap: 10px;
}

.gap-\[16px\] {
  gap: 16px;
}

.gap-\[20px\] {
  gap: 20px;
}

.gap-\[21\%\] {
  gap: 21%;
}

.gap-\[2px\] {
  gap: 2px;
}

.gap-\[5\%\] {
  gap: 5%;
}

.gap-\[5px\] {
  gap: 5px;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.-space-x-px> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1px * var(--tw-space-x-reverse));
  margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-2> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.divide-y-2> :not([hidden])~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}

.divide-y-\[1px\]> :not([hidden])~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-\[\#e7e7e7\]> :not([hidden])~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-divide-opacity));
}

.divide-secondary> :not([hidden])~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(9 72 63 / var(--tw-divide-opacity));
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

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

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-\[15px\] {
  border-radius: 15px;
}

.rounded-\[60px\] {
  border-radius: 60px;
}

.rounded-full {
  border-radius: 9999px;
}

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

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-4 {
  border-width: 4px;
}

.border-\[14px\] {
  border-width: 14px;
}

.border-\[3px\] {
  border-width: 3px;
}

.border-\[4px\] {
  border-width: 4px;
}

.border-0 {
  border-width: 0px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-b-\[1px\] {
  border-bottom-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-t-\[1px\] {
  border-top-width: 1px;
}

.border-t-\[3px\] {
  border-top-width: 3px;
}

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

.border-\[\#F7AA23\] {
  --tw-border-opacity: 1;
  border-color: rgb(247 170 35 / var(--tw-border-opacity));
}

.border-\[\#e7e7e7\] {
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(254 102 1 / var(--tw-border-opacity));
}

.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(9 72 63 / var(--tw-border-opacity));
}

.border-secondary\/60 {
  border-color: rgb(9 72 63 / 0.6);
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-zinc-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity));
}

.border-zinc-400 {
  --tw-border-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-border-opacity));
}

.border-zinc-600 {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity));
}

.border-t-primary {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 102 1 / var(--tw-border-opacity));
}

.bg-\[\#09483F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(9 72 63 / var(--tw-bg-opacity));
}

.bg-\[\#1877F2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(24 119 242 / var(--tw-bg-opacity));
}

.bg-\[\#1DA1F2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(29 161 242 / var(--tw-bg-opacity));
}

.bg-\[\#2AB540\] {
  --tw-bg-opacity: 1;
  background-color: rgb(42 181 64 / var(--tw-bg-opacity));
}

.bg-\[\#F7F7F7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}

.bg-\[\#e6e5e5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(230 229 229 / var(--tw-bg-opacity));
}

.bg-\[\#f2f2f2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}

.bg-\[\#f3f3f3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity));
}

.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}

.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}

.bg-black\/90 {
  background-color: rgb(0 0 0 / 0.9);
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(254 102 1 / var(--tw-bg-opacity));
}

.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(9 72 63 / var(--tw-bg-opacity));
}

.bg-secondary\/30 {
  background-color: rgb(9 72 63 / 0.3);
}

.bg-secondary\/40 {
  background-color: rgb(9 72 63 / 0.4);
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-zinc-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
}

.bg-zinc-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(161 161 170 / var(--tw-bg-opacity));
}

.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}

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

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.from-primary {
  --tw-gradient-from: #FE6601 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 102 1 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-primary {
  --tw-gradient-to: rgb(254 102 1 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #FE6601 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-white {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

.fill-secondary {
  fill: #09483F;
}

.p-1 {
  padding: 0.25rem;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-8 {
  padding: 2rem;
}

.p-\[10px\] {
  padding: 10px;
}

.p-\[2px\] {
  padding: 2px;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

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

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-\[1\%\] {
  padding-left: 1%;
  padding-right: 1%;
}

.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}

.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}

.px-\[27\%\] {
  padding-left: 27%;
  padding-right: 27%;
}

.px-\[35px\] {
  padding-left: 35px;
  padding-right: 35px;
}

.px-\[5\%\] {
  padding-left: 5%;
  padding-right: 5%;
}

.px-\[50px\] {
  padding-left: 50px;
  padding-right: 50px;
}

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

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.py-\[10\%\] {
  padding-top: 10%;
  padding-bottom: 10%;
}

.py-\[13px\] {
  padding-top: 13px;
  padding-bottom: 13px;
}

.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

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

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-40 {
  padding-bottom: 10rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pr-4 {
  padding-right: 1rem;
}

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

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

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-\[60px\] {
  padding-top: 60px;
}

.pt-\[9\%\] {
  padding-top: 9%;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-9 {
  padding-right: 2.25rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-start {
  text-align: start;
}

.align-middle {
  vertical-align: middle;
}

.font-serif {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}

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

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

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

.text-\[1rem\] {
  font-size: 1rem;
}

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

.text-\[2rem\] {
  font-size: 2rem;
}

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

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

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

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

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-4 {
  line-height: 1rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-9 {
  line-height: 2.25rem;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.-tracking-wide {
  letter-spacing: -0.025em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.\!text-primary {
  --tw-text-opacity: 1 !important;
  color: rgb(254 102 1 / var(--tw-text-opacity)) !important;
}

.\!text-secondary {
  --tw-text-opacity: 1 !important;
  color: rgb(9 72 63 / var(--tw-text-opacity)) !important;
}

.text-\[\#2C3E50\] {
  --tw-text-opacity: 1;
  color: rgb(44 62 80 / var(--tw-text-opacity));
}

.text-\[\#333\] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.text-\[\#666666\] {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.text-\[\#747373\] {
  --tw-text-opacity: 1;
  color: rgb(116 115 115 / var(--tw-text-opacity));
}

.text-\[\#747473\] {
  --tw-text-opacity: 1;
  color: rgb(116 116 115 / var(--tw-text-opacity));
}

.text-\[\#767676\] {
  --tw-text-opacity: 1;
  color: rgb(118 118 118 / var(--tw-text-opacity));
}

.text-\[\#FE6601\] {
  --tw-text-opacity: 1;
  color: rgb(254 102 1 / var(--tw-text-opacity));
}

.text-\[\#FFF\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(254 102 1 / var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.text-red-900 {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(9 72 63 / var(--tw-text-opacity));
}

.text-secondary\/60 {
  color: rgb(9 72 63 / 0.6);
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity));
}

.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}

.text-zinc-400 {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity));
}

.text-zinc-500 {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}

.text-zinc-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity));
}

.text-zinc-700 {
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity));
}

.text-zinc-800 {
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.line-through {
  text-decoration-line: line-through;
}

.accent-secondary {
  accent-color: #09483F;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-75 {
  opacity: 0.75;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-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-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline-0 {
  outline-width: 0px;
}

.outline-\[\#FE6601\] {
  outline-color: #FE6601;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.delay-1000 {
  transition-delay: 1000ms;
}

.delay-300 {
  transition-delay: 300ms;
}

.delay-500 {
  transition-delay: 500ms;
}

.duration-1000 {
  transition-duration: 1000ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-100 {
  transition-duration: 100ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.container {
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.active-pagination {
  --tw-bg-opacity: 1;
  background-color: rgb(254 102 1 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.check-svg {
  height: 150px;
  width: 150px;
  background-repeat: no-repeat;
  background-image: url('./../dist/assets/check.svg');
}

.warn-svg {
  height: 150px;
  width: 150px;
  background-repeat: no-repeat;
  background-image: url('./../dist/assets/warn.svg');
}

.bar {
  position: relative;
  height: 8px;
  background: green;
  width: 0%;
  top: 0px;
  left: 18px;
  margin-top: 8px;
  box-shadow: 0 0 3px rgba(192, 192, 192, 0.9);
}

.bar2 {
  position: relative;
  height: 8px;
  background: green;
  width: 0%;
  top: 0px;
  left: 18px;
  margin-top: 8px;
  box-shadow: 0 0 3px rgba(192, 192, 192, 0.9);
}

.bar1:hover {
  animation: fill 2s infinite alternate
}

.active-head {
  --tw-text-opacity: 1;
  color: rgb(254 102 1 / var(--tw-text-opacity));
}

@keyframes fill {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes fill2 {
  0% {
    width: 0;
  }

  /* Change this to 0% */

  100% {
    width: 100%;
  }
}

.cent {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cif {
  display: flex;
  align-items: center;
}

.fontprim {
  font-family: 'prim', sans-serif;
}

.star-rating {
  display: flex;
  justify-content: start;
  align-items: center;
}

#next::before,
#prev::before {
  border-radius: 9999px;
  border-width: 1px;
  padding: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity));
  display: flex;
  align-items: center;
  justify-content: center;
}

#next:hover::before,
#prev:hover::before {
  --tw-border-opacity: 1;
  border-color: rgb(254 102 1 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(254 102 1 / var(--tw-text-opacity));
}

#next::before,
#prev::before {
  width: 20px;
  height: 12px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

input,
textarea {
  flex-grow: 1;
  border-width: 1px;
  padding: 0.5rem;
  outline-color: #FE6601;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity));
}

input::placeholder,
textarea::placeholder {
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity));
}

label {
  /* padding:0 15px; */
  font-weight: 500;
}

.progress-timeline li.active:before {
  background-color: #09483F;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
}

.progress-timeline li::before {
  content: "";
  position: absolute;
  bottom: 39px;
  width: 100% !important;
  border-right: 3px dotted #09483F;
  height: 4px;
  z-index: -1;
  background-color: #CED5E1;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
}

[dir="ltr"] .progress-timeline li::before {
  right: 50%;
}

[dir="rtl"] .progress-timeline li::before {
  left: 50%;
}

.progress-timeline li.active::after {
  border: 3px dotted #09483F;
  background-color: #09483F;
  color: #fff;
}

.progress-timeline li::after {
  content: '1';
  background-color: #fff;
  width: 45px;
  height: 45px;
  line-height: 40px;
  border: 2px solid #CED5E1;
  font-size: 14pt;
  color: #000;
  font-weight: bold;
  display: block;
  margin: 20px auto;
  border-radius: 50%;
}

.progress-timeline li.first::after {
  content: '1';
}

.progress-timeline li.second::after {
  content: '2';
}

.progress-timeline li.third::after {
  content: '3';
}

.stepper-item1 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

.stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

.stepper-wrapper {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.stepper-item.completed .step-counter {
  background-color: #FE6601;
  color: white;
}

.stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-align: center;
  border-radius: 50%;
  background: #ccc;
  margin-bottom: 6px;
}

.stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  z-index: 2;
}

[dir="ltr"] .stepper-item::before {
  left: -50%;
}

[dir="rtl"] .stepper-item::before {
  right: -50%;
}

.stepper-item.first::before {
  display: none;
}

[dir="ltr"] .stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 3px solid #FE6601;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 3;
}

[dir="rtl"] .stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 3px solid #FE6601;
  width: 100%;
  top: 20px;
  right: 50%;
  z-index: 3;
}

.payment-background {
  background-color: #ced5e1;
  transform: scale(1.02);
  display: flex;
  transition: .4s all ease-in-out;
  border-radius: 5px;
}

.radio input[type=radio] {
  display: none;
}

.radio input[type=radio]:checked~.payment-span::after {
  transform: translate(-50%, -50%) scale(1);
}

.radio .payment-span {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 3px solid #09483F;
  display: block;
  position: absolute;
  top: 2px;
}

[dir="ltr"] .radio .payment-span {
  left: 0;
}

[dir="rtl"] .radio .payment-span {
  right: 0;
}

.radio .payment-span::after {
  content: "";
  height: 8px;
  width: 8px;
  background-color: #09483F;
  display: block;
  position: absolute;
  top: 7px;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  transition: 300ms ease-in-out 0s;
}

[dir="ltr"] .radio .payment-span::after {
  left: 50%;
}

[dir="rtl"] .radio .payment-span::after {
  left: 50%;
}

.caption {
  margin-left: 30px;
  color: #898989;
  font-size: 13px;
}

.starxl {
  color: #F7AA23;
  font-size: 48px;
  font-weight: 500;
}

.star {
  color: #F7AA23;
  font-size: 22px;
  font-weight: 500;
}

#countdown {
  text-align: center;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
}

.countdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 25px;
  font-weight: 600;
  font-size: 35px;
  letter-spacing: 0.2em;
  flex-direction: column;
}

/* input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    scale: 1.5;
    opacity: 1;
  } */

/* 
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
} */

.animation {
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.animation:before {
  content: "";
  position: absolute;
  z-index: 555;
  background: #2098D1;
  height: 4px;
  transition-property: left, right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  bottom: 0;
  left: 51%;
  right: 51%;
}

.animation:after {
  left: 0;
  right: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
}

.animation:hover:before {
  left: 0;
  right: 0;
}

.animation:hover:after {
  transform: scaleX(1);
}

.hvr-underline {
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.hvr-underline:before {
  content: "";
  position: absolute;
  z-index: 555;
  background: #2098D1;
  height: 4px;
  transition-property: left, right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  bottom: 0;
}

.real-content {
  display: none;
}

.skeleton-loader-image {
  animation: pulse 1s infinite;
  background: #ccc;
  width: 100%;
  height: 100%;
}

.skeleton_text_full {
  width: 100%;
  height: 15px;
  border-radius: 16px;
  background-color: #ccc;
  animation: pulse 1s infinite;
}

.skeleton_text_half {
  width: 50%;
  height: 15px;
  border-radius: 16px;
  background-color: #ccc;
  animation: pulse 1s infinite;
}

.skeleton-loader-text_small {
  width: 50px;
  height: 20px;
  border-radius: 16px;
  background-color: #ccc;
  animation: pulse 1s infinite;
}

.skeleton-loader-text_medium {
  width: 8rem;
  height: 20px;
  border-radius: 16px;
  background-color: #ccc;
  animation: pulse 1s infinite;
}

.skeleton-loader-text {
  width: 80%;
  height: 40px;
  border-radius: 16px;
  background-color: #ccc;
  animation: pulse 1s infinite;
}

.skeleton-loader-title {
  width: 200px;
  height: 40px;
  border-radius: 16px;
  background-color: #ccc;
  animation: pulse 1s infinite;
}

.skeleton-loader-box {
  border-radius: 8px;
  background-color: #ccc;
  animation: pulse 1s infinite;
}

@keyframes pulse {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

.zoom-disable {
  touch-action: manipulation;
}

.selector-image {
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.img-zoom-container {
  position: relative;
}

.img-zoom-lens {
  position: absolute;
  border: 1px solid #d4d4d4;
  /*set the size of the lens:*/
  width: 120px;
  height: 120px;
  border-radius: 20px;
}

.img-zoom-result {
  border: 1px solid #d4d4d4;
  border-radius: 20px;
  /*set the size of the result div:*/
  width: 400px;
  height: 400px;
}

/* .hvr-underline:after {
    content: "";
    position: absolute;
    z-index: 555;
    background: #2098D1;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    bottom: 0;
  } */

.hvr-underline:before {
  left: 51%;
  right: 51%;
}

.hvr-underline:after {
  left: 0;
  right: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
}

.hvr-underline:hover:before {
  left: 0;
  right: 0;
}

.hvr-underline:hover:after {
  transform: scaleX(1);
}

input[type="range"]::-webkit-slider-thumb {
  pointer-events: all;
  width: 24px;
  height: 24px;
  -webkit-appearance: none;
  /* @apply w-6 h-6 appearance-none pointer-events-auto; */
}

div.zoom-image {
  & img:hover {
    opacity: 0;
  }

  img {
    transition: opacity .5s;
    display: block;
    width: 100%;
  }

  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: zoom-in;
}

@media screen and (min-width: 1024px) {
  .countdown-item {
    font-size: 20px;
    letter-spacing: 0.02em;
    margin: 10px 15px;
  }

  .img-zoom-lens {
    display: none;
  }

  .warn-svg {
    width: 80px;
    aspect-ratio: 1;
  }

  .check-svg {
    width: 80px;
    aspect-ratio: 1;
  }

  .container {
    width: 97% !important;
  }
}

@media (min-width: 1024px) {
  .lg\:container {
    width: 100%;
  }

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

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

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

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

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

.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:border:hover {
  border-width: 1px;
}

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

.hover\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(254 102 1 / var(--tw-border-opacity));
}

.hover\:bg-gray-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

.hover\:bg-green-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 102 1 / var(--tw-bg-opacity));
}

.hover\:bg-red-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.hover\:bg-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(9 72 63 / var(--tw-bg-opacity));
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:font-bold:hover {
  font-weight: 700;
}

.hover\:text-\[\#333\]:hover {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.hover\:text-\[\#F7AA23\]:hover {
  --tw-text-opacity: 1;
  color: rgb(247 170 35 / var(--tw-text-opacity));
}

.hover\:text-\[\#fff\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(254 102 1 / var(--tw-text-opacity));
}

.hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.hover\:text-red-800:hover {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}

.hover\:text-secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(9 72 63 / var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:text-zinc-400:hover {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.focus\:z-20:focus {
  z-index: 20;
}

.focus\:border-blue-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.focus\:underline:focus {
  text-decoration-line: underline;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:outline-offset-0:focus {
  outline-offset: 0px;
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-4:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-green-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(134 239 172 / var(--tw-ring-opacity));
}

.focus\:ring-red-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(153 27 27 / var(--tw-ring-opacity));
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.active\:scale-110:active {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:flex {
  display: flex;
}

:is([dir="ltr"] .ltr\:left-0) {
  left: 0px;
}

:is([dir="ltr"] .ltr\:left-14) {
  left: 3.5rem;
}

:is([dir="ltr"] .ltr\:left-3) {
  left: 0.75rem;
}

:is([dir="ltr"] .ltr\:left-4) {
  left: 1rem;
}

:is([dir="ltr"] .ltr\:right-0) {
  right: 0px;
}

:is([dir="ltr"] .ltr\:right-2) {
  right: 0.5rem;
}

:is([dir="ltr"] .ltr\:right-5) {
  right: 1.25rem;
}

:is([dir="ltr"] .ltr\:right-7) {
  right: 1.75rem;
}

:is([dir="ltr"] .ltr\:right-\[30px\]) {
  right: 30px;
}

:is([dir="ltr"] .ltr\:ml-1) {
  margin-left: 0.25rem;
}

:is([dir="ltr"] .ltr\:ml-10) {
  margin-left: 2.5rem;
}

:is([dir="ltr"] .ltr\:ml-2) {
  margin-left: 0.5rem;
}

:is([dir="ltr"] .ltr\:ml-20) {
  margin-left: 5rem;
}

:is([dir="ltr"] .ltr\:ml-5) {
  margin-left: 1.25rem;
}

:is([dir="ltr"] .ltr\:ml-\[110px\]) {
  margin-left: 110px;
}

:is([dir="ltr"] .ltr\:translate-x-16) {
  --tw-translate-x: 4rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

:is([dir="ltr"] .ltr\:justify-end) {
  justify-content: flex-end;
}

:is([dir="ltr"] .ltr\:rounded-l-md) {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

:is([dir="ltr"] .ltr\:rounded-r-md) {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

:is([dir="ltr"] .ltr\:border-l) {
  border-left-width: 1px;
}

:is([dir="ltr"] .ltr\:pl-\[30px\]) {
  padding-left: 30px;
}

:is([dir="ltr"] .ltr\:pr-4) {
  padding-right: 1rem;
}

:is([dir="ltr"] .ltr\:hover\:translate-x-4:hover) {
  --tw-translate-x: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

:is([dir="rtl"] .rtl\:left-0) {
  left: 0px;
}

:is([dir="rtl"] .rtl\:left-2) {
  left: 0.5rem;
}

:is([dir="rtl"] .rtl\:left-5) {
  left: 1.25rem;
}

:is([dir="rtl"] .rtl\:left-7) {
  left: 1.75rem;
}

:is([dir="rtl"] .rtl\:right-0) {
  right: 0px;
}

:is([dir="rtl"] .rtl\:right-14) {
  right: 3.5rem;
}

:is([dir="rtl"] .rtl\:right-3) {
  right: 0.75rem;
}

:is([dir="rtl"] .rtl\:right-4) {
  right: 1rem;
}

:is([dir="rtl"] .rtl\:order-last) {
  order: 9999;
}

:is([dir="rtl"] .rtl\:mr-1) {
  margin-right: 0.25rem;
}

:is([dir="rtl"] .rtl\:mr-10) {
  margin-right: 2.5rem;
}

:is([dir="rtl"] .rtl\:mr-2) {
  margin-right: 0.5rem;
}

:is([dir="rtl"] .rtl\:mr-20) {
  margin-right: 5rem;
}

:is([dir="rtl"] .rtl\:mr-5) {
  margin-right: 1.25rem;
}

:is([dir="rtl"] .rtl\:-translate-x-16) {
  --tw-translate-x: -4rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

:is([dir="rtl"] .rtl\:rounded-l-md) {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

:is([dir="rtl"] .rtl\:rounded-r-md) {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

:is([dir="rtl"] .rtl\:border-r) {
  border-right-width: 1px;
}

:is([dir="rtl"] .rtl\:pl-4) {
  padding-left: 1rem;
}

:is([dir="rtl"] .rtl\:pr-\[30px\]) {
  padding-right: 30px;
}

:is([dir="rtl"] .rtl\:hover\:-translate-x-4:hover) {
  --tw-translate-x: -1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (prefers-color-scheme: dark) {
  .dark\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  }
}

@media (min-width: 640px) {
  .sm\:top-40 {
    top: 10rem;
  }

  .sm\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:ml-10 {
    margin-left: 2.5rem;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-\[150px\] {
    height: 150px;
  }

  .sm\:h-\[300px\] {
    height: 300px;
  }

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

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

  .sm\:\!min-w-\[200px\] {
    min-width: 200px !important;
  }

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

  .sm\:min-w-max {
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .sm\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

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

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

  .sm\:flex-col {
    flex-direction: column;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:space-y-4> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .sm\:overflow-hidden {
    overflow: hidden;
  }

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

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:leading-5 {
    line-height: 1.25rem;
  }
}

@media (min-width: 768px) {
  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:flex {
    display: flex;
  }

  .md\:inline-flex {
    display: inline-flex;
  }

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

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-\[240px\] {
    width: 240px;
  }

  .md\:w-\[360px\] {
    width: 360px;
  }

  .md\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .md\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

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

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

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

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .md\:text-start {
    text-align: start;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:sticky {
    position: sticky;
  }

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

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

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

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

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:-ml-\[20\%\] {
    margin-left: -20%;
  }

  .lg\:-ml-\[40\%\] {
    margin-left: -40%;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-\[5\/1\.95\] {
    aspect-ratio: 5/1.95;
  }

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

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

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

  .lg\:h-full {
    height: 100%;
  }

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

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-\[20\%\] {
    width: 20%;
  }

  .lg\:w-\[25\%\] {
    width: 25%;
  }

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

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

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

  .lg\:w-\[50\%\] {
    width: 50%;
  }

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

  .lg\:-translate-y-20 {
    --tw-translate-y: -5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-y-\[50\%\] {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

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

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

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:divide-y-\[1px\]> :not([hidden])~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

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

  .lg\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:border-t-2 {
    border-top-width: 2px;
  }

  .lg\:border-t-secondary {
    --tw-border-opacity: 1;
    border-top-color: rgb(9 72 63 / var(--tw-border-opacity));
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

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

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

  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

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

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

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

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

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

  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  :is([dir="ltr"] .ltr\:lg\:-translate-x-\[50\%\]) {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  :is([dir="ltr"] .lg\:ltr\:rounded-l-md) {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  :is([dir="ltr"] .lg\:ltr\:pl-\[50\%\]) {
    padding-left: 50%;
  }

  :is([dir="ltr"] .lg\:ltr\:pr-\[50\%\]) {
    padding-right: 50%;
  }

  :is([dir="rtl"] .rtl\:lg\:translate-x-\[50\%\]) {
    --tw-translate-x: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  :is([dir="rtl"] .lg\:rtl\:rounded-r-md) {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  :is([dir="rtl"] .lg\:rtl\:pl-\[50\%\]) {
    padding-left: 50%;
  }

  :is([dir="rtl"] .lg\:rtl\:pr-\[50\%\]) {
    padding-right: 50%;
  }
}

@media (min-width: 1536px) {
  .\32xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .\32xl\:pl-20 {
    padding-left: 5rem;
  }

  .\32xl\:pl-28 {
    padding-left: 7rem;
  }

  .\32xl\:pl-52 {
    padding-left: 13rem;
  }

  .\32xl\:pr-20 {
    padding-right: 5rem;
  }
}

@media (max-width: 1279px) {
  .maxxl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (max-width: 1023px) {
  .maxlg\:fixed {
    position: fixed;
  }

  .maxlg\:bottom-10 {
    bottom: 2.5rem;
  }

  .maxlg\:bottom-28 {
    bottom: 7rem;
  }

  .maxlg\:right-\[10\%\] {
    right: 10%;
  }

  .maxlg\:right-\[5\%\] {
    right: 5%;
  }

  .maxlg\:top-\[5\%\] {
    top: 5%;
  }

  .maxlg\:z-50 {
    z-index: 50;
  }

  .maxlg\:order-1 {
    order: 1;
  }

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

  .maxlg\:\!block {
    display: block !important;
  }

  .maxlg\:hidden {
    display: none;
  }

  .maxlg\:h-8 {
    height: 2rem;
  }

  .maxlg\:h-fit {
    height: -moz-fit-content;
    height: fit-content;
  }

  .maxlg\:\!w-full {
    width: 100% !important;
  }

  .maxlg\:w-8 {
    width: 2rem;
  }

  .maxlg\:w-\[300px\] {
    width: 300px;
  }

  .maxlg\:w-\[50\%\] {
    width: 50%;
  }

  .maxlg\:w-full {
    width: 100%;
  }

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

  .maxlg\:flex-col {
    flex-direction: column;
  }

  .maxlg\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .maxlg\:justify-center {
    justify-content: center;
  }

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

  .maxlg\:gap-2 {
    gap: 0.5rem;
  }

  .maxlg\:gap-4 {
    gap: 1rem;
  }

  .maxlg\:overflow-y-auto {
    overflow-y: auto;
  }

  .maxlg\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .maxlg\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .maxlg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

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

  .maxlg\:px-\[5\%\] {
    padding-left: 5%;
    padding-right: 5%;
  }

  .maxlg\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

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

  .maxlg\:pb-10 {
    padding-bottom: 2.5rem;
  }

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

  .maxlg\:pb-40 {
    padding-bottom: 10rem;
  }

  .maxlg\:pb-\[4\%\] {
    padding-bottom: 4%;
  }

  .maxlg\:pt-5 {
    padding-top: 1.25rem;
  }

  .maxlg\:pt-6 {
    padding-top: 1.5rem;
  }

  .maxlg\:pt-\[30\%\] {
    padding-top: 30%;
  }

  .maxlg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .maxlg\:text-\[1\.4rem\] {
    font-size: 1.4rem;
  }

  .maxlg\:text-\[10px\] {
    font-size: 10px;
  }

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

  .maxlg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .maxlg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .maxlg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .maxlg\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (max-width: 767px) {
  .maxmd\:order-1 {
    order: 1;
  }

  .maxmd\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

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

  .maxmd\:flex {
    display: flex;
  }

  .maxmd\:hidden {
    display: none;
  }

  .maxmd\:w-\[60\%\] {
    width: 60%;
  }

  .maxmd\:w-full {
    width: 100%;
  }

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

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

  .maxmd\:flex-col {
    flex-direction: column;
  }

  .maxmd\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .maxmd\:justify-end {
    justify-content: flex-end;
  }

  .maxmd\:justify-center {
    justify-content: center;
  }

  .maxmd\:gap-1 {
    gap: 0.25rem;
  }

  .maxmd\:gap-4 {
    gap: 1rem;
  }

  .maxmd\:pb-\[4\%\] {
    padding-bottom: 4%;
  }

  .maxmd\:pt-5 {
    padding-top: 1.25rem;
  }

  .maxmd\:text-center {
    text-align: center;
  }

  .maxmd\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .maxmd\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .maxmd\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (max-width: 639px) {
  .maxsm\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .maxsm\:flex-col {
    flex-direction: column;
  }

  .maxsm\:gap-2 {
    gap: 0.5rem;
  }

  .maxsm\:gap-3 {
    gap: 0.75rem;
  }

  .maxsm\:text-center {
    text-align: center;
  }

  .maxsm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .maxsm\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (max-width: 450px) {
  .maxvarysm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .maxvarysm\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .maxvarysm\:w-\[90\%\] {
    width: 90%;
  }

  .maxvarysm\:flex-col {
    flex-direction: column;
  }

  .maxvarysm\:items-center {
    align-items: center;
  }

  .maxvarysm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (max-width: 370px) {
  .maxvarysmvarysm\:\!mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .maxvarysmvarysm\:\!w-full {
    width: 100% !important;
  }

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

  .maxvarysmvarysm\:\!px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

@media (max-width: 340px) {
  .maxvarysmvarysmvarysm\:grow {
    flex-grow: 1;
  }

  .maxvarysmvarysmvarysm\:flex-wrap {
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 1024px) {
  div.zoom-image {
    & img:hover {
      opacity: 0;
    }
    img {
      transition: opacity 0.5s;
      display: block;
      width: 100%;
    }
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    width: 100%;
    overflow: hidden;
    cursor: zoom-in;
  }
}
.zoom-image {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  div.zoom-image {
    & img:hover {
      opacity: 0;
    }
    img {
      transition: opacity 0.5s;
      display: block;
      width: 100%;
    }
    background-position: center;
    background-repeat: no-repeat;
    cursor: zoom-in;
  }
}
@media screen and (max-width: 1023px) {
  div.zoom-image {
    cursor: default;
    background-image: none !important;
    img {
      opacity: 1 !important;
    }
  }
}