/**
*
*	Name:			Yekan Bakh Fonts
*	Version:			2.0
*	Author:			Reza Bakhtiarifard (rbakhtiarifard.ir)
*	Created on:		Apr 2022
*	Updated on:		Apr 2022
*	Vendor:			http://fontiran.com
*	Copyright:		Commercial/Proprietary Software
--------------------------------------------------------------------------------------
فونت پیکان یک نرم افزار مالکیتی محسوب می شود. جهت آگاهی از قوانین استفاده از این فونت ها لطفا به وب سایت (فونت ایران دات کام) مراجعه نمایید
--------------------------------------------------------------------------------------
yekan bakh fonts are considered a proprietary software. To gain information about the laws regarding the use of these fonts, please visit www.fontiran.com 
--------------------------------------------------------------------------------------
This set of fonts are used in this project under the license: (.....)
------------------------------------------------------------------------------------- fonts/-
*	
**/

@font-face {
  font-family:"Bakh";

  font-style: normal;

  font-weight: 100;

  src: url('/assets/font/yekan\ bakh\ en\ 03\ light.ttf')
}

@font-face {
  font-family:"Bakh";

  font-style: normal;

  font-weight: 300;

  src: url('/assets/font/yekan\ bakh\ en\ 04\ regular.ttf')
}

@font-face {
  font-family:"Bakh";

  font-style: normal;

  font-weight: 400;

  src: url('/assets/font/yekan\ bakh\ en\ 05\ medium.ttf')
}

@font-face {
  font-family:"Bakh";

  font-style: normal;

  font-weight: 500;

  src: url('/assets/font/yekan\ bakh\ en\ 05\ medium.ttf')
}

@font-face {
  font-family:"Bakh";

  font-style: normal;

  font-weight: 600;

  src: url('/assets/font/yekan\ bakh\ en\ 06\ bold.ttf')
}

@font-face {
  font-family:"Bakh";

  font-style: normal;

  font-weight: 800;

  src: url('/assets/font/yekan\ bakh\ en\ 07\ heavy.ttf')
}

@font-face {
  font-family:"Bakh";

  font-style: normal;

  font-weight: 900;

  src: url('/assets/font/yekan\ bakh\ en\ 08\ fat.ttf')
}

/* constume scrollbar */

body::-webkit-scrollbar {
  width: 8px;
  cursor: pointer;
}

body::-webkit-scrollbar-track {
  background: #a6a5a9ab ;
  cursor: pointer;
}

body::-webkit-scrollbar-thumb {
  background-color: #514e4c;
  border-radius: 10px;
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

div::-webkit-scrollbar {
  width: 4px;
  height: 3px;
  cursor: pointer;
}

div::-webkit-scrollbar-track {
  background: #ffffff00 ;
  cursor: pointer;
}

div::-webkit-scrollbar-thumb {
  background-color: #A59C94;
  border-radius: 11px;
  border: 2px solid #efefef00;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
  cursor: pointer;
}

/*! tailwindcss v3.4.10 | 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.
7. Disable tap highlights on iOS
*/

html,
:host {
  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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

:root {
  --warmGray: #595F58;
  --lightGray:#f3e6da;
  --lightGreen:#86A097;
  --coolGray:#d1d5db;
  --daRed:#75535B;
  --trueGray:#414143;
  --darkb:#121212;
  --lb:#282828;
}

.ls:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.wp{
  word-spacing:10px;
}

.inputltr{
  direction: ltr;
}

.pr{
  @media (min-width: 371px) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

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

.container {
  width:100%;
  margin-right:auto;
  margin-left:auto
}

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

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

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

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

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

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

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

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

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

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

@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: 1281px) {
  .container {
    max-width:1281px
  }
}

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

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

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

.form-checkbox,.form-radio {
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
  padding:0;
  -webkit-print-color-adjust:exact;
          print-color-adjust:exact;
  display:inline-block;
  vertical-align:middle;
  background-origin:border-box;
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none;
  flex-shrink:0;
  height:1rem;
  width:1rem;
  color:#2563eb;
  background-color:#fff;
  border-color:#6b7280;
  border-width:1px;
  --tw-shadow:0 0 #0000
}

.form-checkbox {
  border-radius:0px
}

.form-checkbox:focus,.form-radio:focus {
  outline:2px solid transparent;
  outline-offset:2px;
  --tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width:2px;
  --tw-ring-offset-color:#fff;
  --tw-ring-color:#2563eb;
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
}

.form-checkbox:checked,.form-radio:checked {
  border-color:transparent;
  background-color:currentColor;
  background-size:100% 100%;
  background-position:center;
  background-repeat:no-repeat
}

.form-checkbox:checked {
  background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")
}

.form-checkbox:checked:hover,.form-checkbox:checked:focus,.form-radio:checked:hover,.form-radio:checked:focus {
  border-color:transparent;
  background-color:currentColor
}

.form-checkbox:indeterminate {
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color:transparent;
  background-color:currentColor;
  background-size:100% 100%;
  background-position:center;
  background-repeat:no-repeat
}

.form-checkbox:indeterminate:hover,.form-checkbox:indeterminate:focus {
  border-color:transparent;
  background-color:currentColor
}

.fixed {
  position:fixed
}

.absolute {
  position:absolute
}

.relative {
  position:relative
}

.sticky {
  position:sticky
}

.inset-0 {
  inset:0px
}

.-bottom-1 {
  bottom:-0.25rem
}

.-bottom-2 {
  bottom:-0.5rem
}

.-left-1 {
  left:-0.25rem
}

.-left-2 {
  left:-0.5rem
}

.bottom-0 {
  bottom:0px
}

.bottom-2 {
  bottom:0.5rem
}

.left-0 {
  left:0px
}

.left-2 {
  left:0.5rem
}

.left-3 {
  left:0.75rem
}

.left-4 {
  left:1rem
}

.right-0 {
  right:0px
}

.top-0 {
  top:0px
}

.top-1 {
  top:0.25rem
}

.top-1\/2 {
  top:50%
}

.top-3 {
  top:0.75rem
}

.top-4 {
  top:1rem
}

.z-20 {
  z-index:20
}

.z-30 {
  z-index:30
}

.z-40 {
  z-index:40
}

.z-50 {
  z-index:50
}

.col-span-12 {
  grid-column:span 12 / span 12
}

.col-span-8 {
  grid-column:span 8 / span 8
}

.row-span-2 {
  grid-row:span 2 / span 2
}

.m-0 {
  margin:0px
}

.m-1 {
  margin:0.25rem
}

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

.mx-0\.5 {
  margin-left:0.125rem;
  margin-right:0.125rem
}

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

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

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

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

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

.mx-\[2px\] {
  margin-left:2px;
  margin-right:2px
}

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

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

.my-1\.5 {
  margin-top:0.375rem;
  margin-bottom:0.375rem
}

.my-2 {
  margin-top:0.5rem;
  margin-bottom:0.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
}

.-mr-1\.5 {
  margin-right:-0.375rem
}

.-mr-3 {
  margin-right:-0.75rem
}

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

.mb-0 {
  margin-bottom:0px
}

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

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

.mb-12 {
  margin-bottom:3rem
}

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

.mb-24 {
  margin-bottom:6rem
}

.mb-28 {
  margin-bottom:7rem
}

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

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

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

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

.mb-7 {
  margin-bottom:1.75rem
}

.mb-8 {
  margin-bottom:2rem
}

.ml-0\.5 {
  margin-left:0.125rem
}

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

.ml-4 {
  margin-left:1rem
}

.ml-9 {
  margin-left:2.25rem
}

.mr-1 {
  margin-right:0.25rem
}

.mr-2 {
  margin-right:0.5rem
}

.mr-3 {
  margin-right:0.75rem
}

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

.mr-5 {
  margin-right:1.25rem
}

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

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

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

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

.mt-5 {
  margin-top:1.25rem
}

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

.mt-7 {
  margin-top:1.75rem
}

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

.mt-9 {
  margin-top:2.25rem
}

.block {
  display:block
}

.inline {
  display:inline
}

.flex {
  display:flex
}

.inline-flex {
  display:inline-flex
}

.grid {
  display:grid
}

.hidden {
  display:none
}

.h-1\.5 {
  height:0.375rem
}

.h-10 {
  height:2.5rem
}

.h-11 {
  height:2.75rem
}

.h-16 {
  height:4rem
}

.h-2 {
  height:0.5rem
}

.h-20 {
  height:5rem
}

.h-3 {
  height:0.75rem
}

.h-36 {
  height:9rem
}

.h-4 {
  height:1rem
}

.h-40 {
  height:10rem
}

.h-48 {
  height:12rem
}

.h-5 {
  height:1.25rem
}

.h-6 {
  height:1.5rem
}

.h-7 {
  height:1.75rem
}

.h-8 {
  height:2rem
}

.h-9 {
  height:2.25rem
}

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

.h-\[2px\] {
  height:2px
}

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

.h-auto {
  height:auto
}

.h-full {
  height:100%
}

.h-screen {
  height:100vh
}

.max-h-\[calc\(100vh_-_110px\)\] {
  max-height:calc(100vh - 110px)
}

.w-1\.5 {
  width:0.375rem
}

.w-11 {
  width:2.75rem
}

.w-11\/12 {
  width:91.666667%
}

.w-16 {
  width:4rem
}

.w-2 {
  width:0.5rem
}

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

.w-20 {
  width:5rem
}

.w-28 {
  width:7rem
}

.w-3 {
  width:0.75rem
}

.w-32 {
  width:8rem
}

.w-36 {
  width:9rem
}

.w-4 {
  width:1rem
}

.w-48 {
  width:12rem
}

.w-5 {
  width:1.25rem
}

.w-52 {
  width:13rem
}

.w-6 {
  width:1.5rem
}

.w-7 {
  width:1.75rem
}

.w-8 {
  width:2rem
}

.w-9 {
  width:2.25rem
}

.w-9\/12 {
  width:75%
}

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

.w-\[60\%\] {
  width:60%
}

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

.w-\[86px\] {
  width:86px
}

.w-\[95\%\] {
  width:95%
}

.w-full {
  width:100%
}

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

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

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

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

.max-w-screen-2xl {
  max-width:1536px
}

.max-w-screen-xl {
  max-width:1280px
}

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

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

.basis-1\/3 {
  flex-basis:33.333333%
}

.basis-3\/12 {
  flex-basis:25%
}

.basis-5\/12 {
  flex-basis:41.666667%
}

.basis-6\/12 {
  flex-basis:50%
}

.basis-9\/12 {
  flex-basis:75%
}

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

.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))
}

.cursor-pointer {
  cursor:pointer
}

.list-none {
  list-style-type:none
}

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

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

.flex-row {
  flex-direction:row
}

.flex-col {
  flex-direction:column
}

.flex-wrap {
  flex-wrap:wrap
}

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

.justify-around {
  justify-content:space-around
}

.justify-evenly {
  justify-content:space-evenly
}

.gap-4 {
  gap:1rem
}

.gap-x-0\.5 {
  -moz-column-gap:0.125rem;
       column-gap:0.125rem
}

.gap-x-2 {
  -moz-column-gap:0.5rem;
       column-gap:0.5rem
}

.gap-x-3 {
  -moz-column-gap:0.75rem;
       column-gap:0.75rem
}

.gap-x-4 {
  -moz-column-gap:1rem;
       column-gap:1rem
}

.gap-y-2 {
  row-gap:0.5rem
}

.gap-y-3 {
  row-gap:0.75rem
}

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

.overflow-auto {
  overflow:auto
}

.overflow-hidden {
  overflow:hidden
}

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

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

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

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

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

.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-l-md {
  border-top-left-radius:0.375rem;
  border-bottom-left-radius:0.375rem
}

.rounded-r-2xl {
  border-top-right-radius:1rem;
  border-bottom-right-radius:1rem
}

.rounded-r-lg {
  border-top-right-radius:0.5rem;
  border-bottom-right-radius:0.5rem
}

.rounded-r-md {
  border-top-right-radius:0.375rem;
  border-bottom-right-radius:0.375rem
}

.rounded-t-2xl {
  border-top-left-radius:1rem;
  border-top-right-radius:1rem
}

.rounded-t-3xl {
  border-top-left-radius:1.5rem;
  border-top-right-radius:1.5rem
}

.border {
  border-width:1px
}

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

.border-\[0\.5px\] {
  border-width:0.5px
}

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

.border-x-0 {
  border-left-width:0px;
  border-right-width:0px
}

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

.border-gray-100 {
  --tw-border-opacity:1;
  border-color:rgb(243 244 246 / var(--tw-border-opacity))
}

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

.border-gray-200\/30 {
  border-color:rgb(229 231 235 / 0.3)
}

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

.border-red-100 {
  --tw-border-opacity:1;
  border-color:rgb(254 226 226 / var(--tw-border-opacity))
}

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

.border-rose-600 {
  --tw-border-opacity:1;
  border-color:rgb(225 29 72 / var(--tw-border-opacity))
}

.border-slate-100 {
  --tw-border-opacity:1;
  border-color:rgb(241 245 249 / var(--tw-border-opacity))
}

.border-slate-200 {
  --tw-border-opacity:1;
  border-color:rgb(226 232 240 / var(--tw-border-opacity))
}

.border-slate-400 {
  --tw-border-opacity:1;
  border-color:rgb(148 163 184 / var(--tw-border-opacity))
}

.border-stone-100 {
  --tw-border-opacity:1;
  border-color:rgb(245 245 244 / var(--tw-border-opacity))
}

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

.border-stone-300 {
  --tw-border-opacity:1;
  border-color:rgb(214 211 209 / var(--tw-border-opacity))
}

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

.bg-\[\#21262d\] {
  --tw-bg-opacity:1;
  background-color:rgb(33 38 45 / var(--tw-bg-opacity))
}

.bg-\[\#344533\] {
  --tw-bg-opacity:1;
  background-color:rgb(52 69 51 / var(--tw-bg-opacity))
}

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

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

.bg-cBlur {
  --tw-bg-opacity:1;
  background-color:rgb(224 224 226 / var(--tw-bg-opacity))
}

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

.bg-gray-200\/80 {
  background-color:rgb(229 231 235 / 0.8)
}

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

.bg-lime-300 {
  --tw-bg-opacity:1;
  background-color:rgb(190 242 100 / var(--tw-bg-opacity))
}

.bg-orange-100\/50 {
  background-color:rgb(255 237 213 / 0.5)
}

.bg-purple-700 {
  --tw-bg-opacity:1;
  background-color:rgb(126 34 206 / var(--tw-bg-opacity))
}

.bg-red-100\/80 {
  background-color:rgb(254 226 226 / 0.8)
}

.bg-red-300 {
  --tw-bg-opacity:1;
  background-color:rgb(252 165 165 / var(--tw-bg-opacity))
}

.bg-red-400 {
  --tw-bg-opacity:1;
  background-color:rgb(248 113 113 / var(--tw-bg-opacity))
}

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

.bg-rose-500 {
  --tw-bg-opacity:1;
  background-color:rgb(244 63 94 / var(--tw-bg-opacity))
}

.bg-slate-100 {
  --tw-bg-opacity:1;
  background-color:rgb(241 245 249 / var(--tw-bg-opacity))
}

.bg-slate-300 {
  --tw-bg-opacity:1;
  background-color:rgb(203 213 225 / var(--tw-bg-opacity))
}

.bg-slate-400\/0 {
  background-color:rgb(148 163 184 / 0)
}

.bg-slate-500 {
  --tw-bg-opacity:1;
  background-color:rgb(100 116 139 / var(--tw-bg-opacity))
}

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

.bg-stone-200\/30 {
  background-color:rgb(231 229 228 / 0.3)
}

.bg-stone-200\/50 {
  background-color:rgb(231 229 228 / 0.5)
}

.bg-stone-200\/60 {
  background-color:rgb(231 229 228 / 0.6)
}

.bg-stone-300 {
  --tw-bg-opacity:1;
  background-color:rgb(214 211 209 / var(--tw-bg-opacity))
}

.bg-transparent {
  background-color:transparent
}

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

.bg-zinc-200 {
  --tw-bg-opacity:1;
  background-color:rgb(228 228 231 / var(--tw-bg-opacity))
}

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

.from-red-400 {
  --tw-gradient-from:#f87171 var(--tw-gradient-from-position);
  --tw-gradient-to:rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)
}

.via-rose-500 {
  --tw-gradient-to:rgb(244 63 94 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops:var(--tw-gradient-from), #f43f5e var(--tw-gradient-via-position), var(--tw-gradient-to)
}

.to-red-600 {
  --tw-gradient-to:#dc2626 var(--tw-gradient-to-position)
}

.stroke-orange-400 {
  stroke:#fb923c
}

.stroke-red-100 {
  stroke:#fee2e2
}

.stroke-red-400 {
  stroke:#f87171
}

.stroke-red-500 {
  stroke:#ef4444
}

.stroke-slate-50 {
  stroke:#f8fafc
}

.stroke-slate-700 {
  stroke:#334155
}

.stroke-slate-800 {
  stroke:#1e293b
}

.stroke-slate-900 {
  stroke:#0f172a
}

.stroke-white {
  stroke:#fff
}

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

.p-2 {
  padding:0.5rem
}

.p-3 {
  padding:0.75rem
}

.p-4 {
  padding:1rem
}

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

.px-1\.5 {
  padding-left:0.375rem;
  padding-right:0.375rem
}

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

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

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

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

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

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

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

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

.py-11 {
  padding-top:2.75rem;
  padding-bottom:2.75rem
}

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

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

.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-7 {
  padding-top:1.75rem;
  padding-bottom:1.75rem
}

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

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

.pb-9 {
  padding-bottom:2.25rem
}

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

.pl-5 {
  padding-left:1.25rem
}

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

.pr-6 {
  padding-right:1.5rem
}

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

.pt-9 {
  padding-top:2.25rem
}

.text-left {
  text-align:left
}

.text-center {
  text-align:center
}

.text-right {
  text-align:right
}

.text-justify {
  text-align:justify
}

.font-bakh {
  font-family:Bakh, sans-serif
}

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

.text-\[14\.5px\] {
  font-size:14.5px
}

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

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

.text-\[17\.5px\] {
  font-size:17.5px
}

.text-\[18\.5px\] {
  font-size:18.5px
}

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

.text-\[19\.5px\] {
  font-size:19.5px
}

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

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

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

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

.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-\[400\] {
  font-weight:400
}

.font-\[500\] {
  font-weight:500
}

.font-\[600\] {
  font-weight:600
}

.font-bold {
  font-weight:700
}

.font-extrabold {
  font-weight:800
}

.font-light {
  font-weight:300
}

.font-medium {
  font-weight:500
}

.font-normal {
  font-weight:400
}

.font-semibold {
  font-weight:600
}

.tracking-tight {
  letter-spacing:-0.025em
}

.tracking-tighter {
  letter-spacing:-0.05em
}

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

.text-amber-500 {
  --tw-text-opacity:1;
  color:rgb(245 158 11 / var(--tw-text-opacity))
}

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

.text-gray-700 {
  --tw-text-opacity:1;
  color:rgb(55 65 81 / var(--tw-text-opacity))
}

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

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

.text-orange-500 {
  --tw-text-opacity:1;
  color:rgb(249 115 22 / var(--tw-text-opacity))
}

.text-orange-500\/85 {
  color:rgb(249 115 22 / 0.85)
}

.text-orange-500\/90 {
  color:rgb(249 115 22 / 0.9)
}

.text-orange-600 {
  --tw-text-opacity:1;
  color:rgb(234 88 12 / var(--tw-text-opacity))
}

.text-red-400 {
  --tw-text-opacity:1;
  color:rgb(248 113 113 / var(--tw-text-opacity))
}

.text-red-50 {
  --tw-text-opacity:1;
  color:rgb(254 242 242 / 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-rose-400 {
  --tw-text-opacity:1;
  color:rgb(251 113 133 / var(--tw-text-opacity))
}

.text-rose-500 {
  --tw-text-opacity:1;
  color:rgb(244 63 94 / var(--tw-text-opacity))
}

.text-rose-600 {
  --tw-text-opacity:1;
  color:rgb(225 29 72 / var(--tw-text-opacity))
}

.text-slate-400 {
  --tw-text-opacity:1;
  color:rgb(148 163 184 / var(--tw-text-opacity))
}

.text-slate-500 {
  --tw-text-opacity:1;
  color:rgb(100 116 139 / var(--tw-text-opacity))
}

.text-slate-600 {
  --tw-text-opacity:1;
  color:rgb(71 85 105 / var(--tw-text-opacity))
}

.text-slate-700 {
  --tw-text-opacity:1;
  color:rgb(51 65 85 / var(--tw-text-opacity))
}

.text-slate-800 {
  --tw-text-opacity:1;
  color:rgb(30 41 59 / var(--tw-text-opacity))
}

.text-slate-900 {
  --tw-text-opacity:1;
  color:rgb(15 23 42 / var(--tw-text-opacity))
}

.text-stone-400 {
  --tw-text-opacity:1;
  color:rgb(168 162 158 / var(--tw-text-opacity))
}

.text-stone-50 {
  --tw-text-opacity:1;
  color:rgb(250 250 249 / var(--tw-text-opacity))
}

.text-stone-800 {
  --tw-text-opacity:1;
  color:rgb(41 37 36 / var(--tw-text-opacity))
}

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

.text-yellow-50 {
  --tw-text-opacity:1;
  color:rgb(254 252 232 / var(--tw-text-opacity))
}

.text-zinc-50 {
  --tw-text-opacity:1;
  color:rgb(250 250 250 / var(--tw-text-opacity))
}

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

.text-zinc-900 {
  --tw-text-opacity:1;
  color:rgb(24 24 27 / var(--tw-text-opacity))
}

.decoration-transparent {
  text-decoration-color:transparent
}

.placeholder-slate-900::-moz-placeholder {
  --tw-placeholder-opacity:1;
  color:rgb(15 23 42 / var(--tw-placeholder-opacity))
}

.placeholder-slate-900::placeholder {
  --tw-placeholder-opacity:1;
  color:rgb(15 23 42 / var(--tw-placeholder-opacity))
}

.opacity-25 {
  opacity:0.25
}

.opacity-70 {
  opacity:0.7
}

.shadow-2xl {
  --tw-shadow:0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.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)
}

.shadow-orange-600 {
  --tw-shadow-color:#ea580c;
  --tw-shadow:var(--tw-shadow-colored)
}

.shadow-slate-800 {
  --tw-shadow-color:#1e293b;
  --tw-shadow:var(--tw-shadow-colored)
}

.shadow-stone-100 {
  --tw-shadow-color:#f5f5f4;
  --tw-shadow:var(--tw-shadow-colored)
}

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

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

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

.ring-\[\#21262d\] {
  --tw-ring-opacity:1;
  --tw-ring-color:rgb(33 38 45 / var(--tw-ring-opacity))
}

.ring-\[\#344533\] {
  --tw-ring-opacity:1;
  --tw-ring-color:rgb(52 69 51 / var(--tw-ring-opacity))
}

.ring-\[\#ffcdc1\] {
  --tw-ring-opacity:1;
  --tw-ring-color:rgb(255 205 193 / var(--tw-ring-opacity))
}

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

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

.drop-shadow-2xl {
  --tw-drop-shadow:drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.drop-shadow-lg {
  --tw-drop-shadow:drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.drop-shadow-md {
  --tw-drop-shadow:drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.drop-shadow-sm {
  --tw-drop-shadow:drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.drop-shadow-xl {
  --tw-drop-shadow:drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

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

.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-all {
  transition-property:all;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

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

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

.duration-700 {
  transition-duration:700ms
}

.hover\:scale-105:hover {
  --tw-scale-x:1.05;
  --tw-scale-y:1.05;
  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\:cursor-pointer:hover {
  cursor:pointer
}

.hover\:border-fuchsia-200:hover {
  --tw-border-opacity:1;
  border-color:rgb(245 208 254 / var(--tw-border-opacity))
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity:1;
  background-color:rgb(243 244 246 / var(--tw-bg-opacity))
}

.hover\:bg-gray-200\/80:hover {
  background-color:rgb(229 231 235 / 0.8)
}

.hover\:bg-red-300\/60:hover {
  background-color:rgb(252 165 165 / 0.6)
}

.hover\:bg-red-500\/80:hover {
  background-color:rgb(239 68 68 / 0.8)
}

.hover\:bg-red-500\/90:hover {
  background-color:rgb(239 68 68 / 0.9)
}

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

.hover\:pr-7:hover {
  padding-right:1.75rem
}

.hover\:text-gray-700:hover {
  --tw-text-opacity:1;
  color:rgb(55 65 81 / var(--tw-text-opacity))
}

.hover\:text-orange-600:hover {
  --tw-text-opacity:1;
  color:rgb(234 88 12 / var(--tw-text-opacity))
}

.hover\:text-slate-800:hover {
  --tw-text-opacity:1;
  color:rgb(30 41 59 / var(--tw-text-opacity))
}

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

.hover\:shadow-sm:hover {
  --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)
}

.hover\:shadow-gray-400\/80:hover {
  --tw-shadow-color:rgb(156 163 175 / 0.8);
  --tw-shadow:var(--tw-shadow-colored)
}

.hover\:ring-2:hover {
  --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\:border-blue-500:focus {
  --tw-border-opacity:1;
  border-color:rgb(59 130 246 / var(--tw-border-opacity))
}

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

.focus\:shadow-lg:focus {
  --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)
}

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

.focus\:ring-amber-600:focus {
  --tw-ring-opacity:1;
  --tw-ring-color:rgb(217 119 6 / var(--tw-ring-opacity))
}

.dark\:border-gray-800:is(.dark *) {
  --tw-border-opacity:1;
  border-color:rgb(31 41 55 / var(--tw-border-opacity))
}

.dark\:border-gray-900:is(.dark *) {
  --tw-border-opacity:1;
  border-color:rgb(17 24 39 / var(--tw-border-opacity))
}

.dark\:border-slate-700:is(.dark *) {
  --tw-border-opacity:1;
  border-color:rgb(51 65 85 / var(--tw-border-opacity))
}

.dark\:border-slate-800:is(.dark *) {
  --tw-border-opacity:1;
  border-color:rgb(30 41 59 / var(--tw-border-opacity))
}

.dark\:border-stone-500:is(.dark *) {
  --tw-border-opacity:1;
  border-color:rgb(120 113 108 / var(--tw-border-opacity))
}

.dark\:border-transparent:is(.dark *) {
  border-color:transparent
}

.dark\:bg-\[\#020617\]:is(.dark *) {
  --tw-bg-opacity:1;
  background-color:rgb(2 6 23 / var(--tw-bg-opacity))
}

.dark\:bg-gray-100:is(.dark *) {
  --tw-bg-opacity:1;
  background-color:rgb(243 244 246 / var(--tw-bg-opacity))
}

.dark\:bg-gray-700:is(.dark *) {
  --tw-bg-opacity:1;
  background-color:rgb(55 65 81 / var(--tw-bg-opacity))
}

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

.dark\:bg-gray-900:is(.dark *) {
  --tw-bg-opacity:1;
  background-color:rgb(17 24 39 / var(--tw-bg-opacity))
}

.dark\:bg-orange-600:is(.dark *) {
  --tw-bg-opacity:1;
  background-color:rgb(234 88 12 / var(--tw-bg-opacity))
}

.dark\:bg-red-400:is(.dark *) {
  --tw-bg-opacity:1;
  background-color:rgb(248 113 113 / var(--tw-bg-opacity))
}

.dark\:bg-slate-700:is(.dark *) {
  --tw-bg-opacity:1;
  background-color:rgb(51 65 85 / var(--tw-bg-opacity))
}

.dark\:bg-slate-800:is(.dark *) {
  --tw-bg-opacity:1;
  background-color:rgb(30 41 59 / var(--tw-bg-opacity))
}

.dark\:bg-slate-900:is(.dark *) {
  --tw-bg-opacity:1;
  background-color:rgb(15 23 42 / var(--tw-bg-opacity))
}

.dark\:bg-zinc-700:is(.dark *) {
  --tw-bg-opacity:1;
  background-color:rgb(63 63 70 / var(--tw-bg-opacity))
}

.dark\:stroke-gray-100:is(.dark *) {
  stroke:#f3f4f6
}

.dark\:stroke-slate-50:is(.dark *) {
  stroke:#f8fafc
}

.dark\:text-gray-100:is(.dark *) {
  --tw-text-opacity:1;
  color:rgb(243 244 246 / var(--tw-text-opacity))
}

.dark\:text-orange-300\/80:is(.dark *) {
  color:rgb(253 186 116 / 0.8)
}

.dark\:text-slate-100:is(.dark *) {
  --tw-text-opacity:1;
  color:rgb(241 245 249 / var(--tw-text-opacity))
}

.dark\:text-slate-200:is(.dark *) {
  --tw-text-opacity:1;
  color:rgb(226 232 240 / var(--tw-text-opacity))
}

.dark\:text-slate-300:is(.dark *) {
  --tw-text-opacity:1;
  color:rgb(203 213 225 / var(--tw-text-opacity))
}

.dark\:text-slate-400:is(.dark *) {
  --tw-text-opacity:1;
  color:rgb(148 163 184 / var(--tw-text-opacity))
}

.dark\:text-slate-50:is(.dark *) {
  --tw-text-opacity:1;
  color:rgb(248 250 252 / var(--tw-text-opacity))
}

.dark\:text-slate-900:is(.dark *) {
  --tw-text-opacity:1;
  color:rgb(15 23 42 / var(--tw-text-opacity))
}

.dark\:text-stone-300:is(.dark *) {
  --tw-text-opacity:1;
  color:rgb(214 211 209 / var(--tw-text-opacity))
}

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

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

.dark\:text-orange-400\/80:is(.dark *) {
  color:rgb(251 146 60 / 0.8)
}

.dark\:text-orange-400\/0:is(.dark *) {
  color:rgb(251 146 60 / 0)
}

.dark\:text-orange-400\/70:is(.dark *) {
  color:rgb(251 146 60 / 0.7)
}

.dark\:placeholder-white:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity:1;
  color:rgb(255 255 255 / var(--tw-placeholder-opacity))
}

.dark\:placeholder-white:is(.dark *)::placeholder {
  --tw-placeholder-opacity:1;
  color:rgb(255 255 255 / var(--tw-placeholder-opacity))
}

.dark\:shadow-none:is(.dark *) {
  --tw-shadow:0 0 #0000;
  --tw-shadow-colored:0 0 #0000;
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.dark\:ring-gray-700:is(.dark *) {
  --tw-ring-opacity:1;
  --tw-ring-color:rgb(55 65 81 / var(--tw-ring-opacity))
}

.dark\:ring-gray-800:is(.dark *) {
  --tw-ring-opacity:1;
  --tw-ring-color:rgb(31 41 55 / var(--tw-ring-opacity))
}

.dark\:hover\:bg-gray-700:hover:is(.dark *) {
  --tw-bg-opacity:1;
  background-color:rgb(55 65 81 / var(--tw-bg-opacity))
}

.dark\:hover\:bg-red-400:hover:is(.dark *) {
  --tw-bg-opacity:1;
  background-color:rgb(248 113 113 / var(--tw-bg-opacity))
}

.dark\:hover\:text-slate-50:hover:is(.dark *) {
  --tw-text-opacity:1;
  color:rgb(248 250 252 / var(--tw-text-opacity))
}

@media (min-width: 640px) {
  .sm\:bottom-3 {
    bottom:0.75rem
  }

  .sm\:left-4 {
    left:1rem
  }

  .sm\:top-5 {
    top:1.25rem
  }

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

  .sm\:mx-8 {
    margin-left:2rem;
    margin-right:2rem
  }

  .sm\:block {
    display:block
  }

  .sm\:h-10 {
    height:2.5rem
  }

  .sm\:h-11 {
    height:2.75rem
  }

  .sm\:h-5 {
    height:1.25rem
  }

  .sm\:h-6 {
    height:1.5rem
  }

  .sm\:h-7 {
    height:1.75rem
  }

  .sm\:w-10 {
    width:2.5rem
  }

  .sm\:w-11 {
    width:2.75rem
  }

  .sm\:w-28 {
    width:7rem
  }

  .sm\:w-5 {
    width:1.25rem
  }

  .sm\:w-6 {
    width:1.5rem
  }

  .sm\:w-7 {
    width:1.75rem
  }

  .sm\:w-72 {
    width:18rem
  }

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

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

  .sm\:max-w-sm {
    max-width:24rem
  }

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

  .sm\:gap-x-1 {
    -moz-column-gap:0.25rem;
         column-gap:0.25rem
  }

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

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

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

  .sm\:text-\[17px\] {
    font-size:17px
  }

  .sm\:text-\[18px\] {
    font-size:18px
  }

  .sm\:text-\[19px\] {
    font-size:19px
  }

  .sm\:text-\[20px\] {
    font-size:20px
  }

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

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

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

@media (min-width: 768px) {
  .md\:-left-2 {
    left:-0.5rem
  }

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

  .md\:col-span-3 {
    grid-column:span 3 / span 3
  }

  .md\:col-span-9 {
    grid-column:span 9 / span 9
  }

  .md\:float-left {
    float:left
  }

  .md\:mx-0 {
    margin-left:0px;
    margin-right:0px
  }

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

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

  .md\:-mt-14 {
    margin-top:-3.5rem
  }

  .md\:mb-0 {
    margin-bottom:0px
  }

  .md\:mb-10 {
    margin-bottom:2.5rem
  }

  .md\:mb-7 {
    margin-bottom:1.75rem
  }

  .md\:ml-4 {
    margin-left:1rem
  }

  .md\:mr-1 {
    margin-right:0.25rem
  }

  .md\:mr-10 {
    margin-right:2.5rem
  }

  .md\:mr-4 {
    margin-right:1rem
  }

  .md\:mr-6 {
    margin-right:1.5rem
  }

  .md\:mt-0 {
    margin-top:0px
  }

  .md\:mt-1 {
    margin-top:0.25rem
  }

  .md\:mt-2 {
    margin-top:0.5rem
  }

  .md\:mt-3 {
    margin-top:0.75rem
  }

  .md\:mt-4 {
    margin-top:1rem
  }

  .md\:mt-6 {
    margin-top:1.5rem
  }

  .md\:mt-7 {
    margin-top:1.75rem
  }

  .md\:mt-9 {
    margin-top:2.25rem
  }

  .md\:mt-\[93px\] {
    margin-top:93px
  }

  .md\:block {
    display:block
  }

  .md\:flex {
    display:flex
  }

  .md\:grid {
    display:grid
  }

  .md\:hidden {
    display:none
  }

  .md\:h-4 {
    height:1rem
  }

  .md\:h-40 {
    height:10rem
  }

  .md\:h-52 {
    height:13rem
  }

  .md\:h-6 {
    height:1.5rem
  }

  .md\:h-7 {
    height:1.75rem
  }

  .md\:h-9 {
    height:2.25rem
  }

  .md\:w-24 {
    width:6rem
  }

  .md\:w-28 {
    width:7rem
  }

  .md\:w-32 {
    width:8rem
  }

  .md\:w-4 {
    width:1rem
  }

  .md\:w-40 {
    width:10rem
  }

  .md\:w-56 {
    width:14rem
  }

  .md\:w-6 {
    width:1.5rem
  }

  .md\:w-7 {
    width:1.75rem
  }

  .md\:w-8 {
    width:2rem
  }

  .md\:w-9 {
    width:2.25rem
  }

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

  .md\:w-\[48\%\] {
    width:48%
  }

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

  .md\:w-\[calc\(24vw_-_10px\)\] {
    width:calc(24vw - 10px)
  }

  .md\:w-full {
    width:100%
  }

  .md\:max-w-\[110px\] {
    max-width:110px
  }

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

  .md\:basis-3\/12 {
    flex-basis:25%
  }

  .md\:basis-4\/12 {
    flex-basis:33.333333%
  }

  .md\:basis-5\/12 {
    flex-basis:41.666667%
  }

  .md\:basis-7\/12 {
    flex-basis:58.333333%
  }

  .md\:basis-\[24\%\] {
    flex-basis:24%
  }

  .md\:basis-\[40\%\] {
    flex-basis:40%
  }

  .md\:scale-\[68\%\] {
    --tw-scale-x:68%;
    --tw-scale-y:68%;
    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-2 {
    grid-template-columns:repeat(2, minmax(0, 1fr))
  }

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

  .md\:flex-col {
    flex-direction:column
  }

  .md\:items-start {
    align-items:flex-start
  }

  .md\:items-end {
    align-items:flex-end
  }

  .md\:items-center {
    align-items:center
  }

  .md\:justify-start {
    justify-content:flex-start
  }

  .md\:gap-1 {
    gap:0.25rem
  }

  .md\:gap-y-7 {
    row-gap:1.75rem
  }

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

  .md\:rounded-xl {
    border-radius:0.75rem
  }

  .md\:border-gray-100 {
    --tw-border-opacity:1;
    border-color:rgb(243 244 246 / var(--tw-border-opacity))
  }

  .md\:bg-transparent {
    background-color:transparent
  }

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

  .md\:p-0 {
    padding:0px
  }

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

  .md\:p-2 {
    padding:0.5rem
  }

  .md\:p-3 {
    padding:0.75rem
  }

  .md\:p-4 {
    padding:1rem
  }

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

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

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

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

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

  .md\:px-8 {
    padding-left:2rem;
    padding-right:2rem
  }

  .md\:py-14 {
    padding-top:3.5rem;
    padding-bottom:3.5rem
  }

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

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

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

  .md\:pb-0 {
    padding-bottom:0px
  }

  .md\:pb-9 {
    padding-bottom:2.25rem
  }

  .md\:pl-20 {
    padding-left:5rem
  }

  .md\:pr-2 {
    padding-right:0.5rem
  }

  .md\:pr-3 {
    padding-right:0.75rem
  }

  .md\:pt-11 {
    padding-top:2.75rem
  }

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

  .md\:text-right {
    text-align:right
  }

  .md\:text-\[15\.3px\] {
    font-size:15.3px
  }

  .md\:text-\[15\.5px\] {
    font-size:15.5px
  }

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

  .md\:text-\[16px\] {
    font-size:16px
  }

  .md\:text-\[17px\] {
    font-size:17px
  }

  .md\:text-\[18px\] {
    font-size:18px
  }

  .md\:text-\[19px\] {
    font-size:19px
  }

  .md\:text-\[20px\] {
    font-size:20px
  }

  .md\:text-\[22px\] {
    font-size:22px
  }

  .md\:text-\[39px\] {
    font-size:39px
  }

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

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

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

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

  .md\:font-\[500\] {
    font-weight:500
  }

  .md\:font-light {
    font-weight:300
  }

  .md\:font-medium {
    font-weight:500
  }

  .md\:font-normal {
    font-weight:400
  }

  .md\:font-semibold {
    font-weight:600
  }

  .md\:text-slate-600 {
    --tw-text-opacity:1;
    color:rgb(71 85 105 / var(--tw-text-opacity))
  }

  .md\:shadow-none {
    --tw-shadow:0 0 #0000;
    --tw-shadow-colored:0 0 #0000;
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .md\: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)
  }

  .md\:hover\:shadow-lg:hover {
    --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)
  }

  .md\:dark\:bg-gray-900:is(.dark *) {
    --tw-bg-opacity:1;
    background-color:rgb(17 24 39 / var(--tw-bg-opacity))
  }
}

@media (min-width: 1024px) {
  .lg\:left-7 {
    left:1.75rem
  }

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

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

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

  .lg\:ml-6 {
    margin-left:1.5rem
  }

  .lg\:mr-2 {
    margin-right:0.5rem
  }

  .lg\:mr-6 {
    margin-right:1.5rem
  }

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

  .lg\:mt-\[115px\] {
    margin-top:115px
  }

  .lg\:block {
    display:block
  }

  .lg\:inline-flex {
    display:inline-flex
  }

  .lg\:h-5 {
    height:1.25rem
  }

  .lg\:h-6 {
    height:1.5rem
  }

  .lg\:h-7 {
    height:1.75rem
  }

  .lg\:h-8 {
    height:2rem
  }

  .lg\:w-28 {
    width:7rem
  }

  .lg\:w-5 {
    width:1.25rem
  }

  .lg\:w-6 {
    width:1.5rem
  }

  .lg\:w-64 {
    width:16rem
  }

  .lg\:w-7 {
    width:1.75rem
  }

  .lg\:w-8 {
    width:2rem
  }

  .lg\:w-\[320px\] {
    width:320px
  }

  .lg\:w-\[88px\] {
    width:88px
  }

  .lg\:w-\[calc\(24vw_-_10px\)\] {
    width:calc(24vw - 10px)
  }

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

  .lg\:max-w-xl {
    max-width:36rem
  }

  .lg\:basis-2\/12 {
    flex-basis:16.666667%
  }

  .lg\:basis-4\/12 {
    flex-basis:33.333333%
  }

  .lg\:basis-6\/12 {
    flex-basis:50%
  }

  .lg\:scale-\[70\%\] {
    --tw-scale-x:70%;
    --tw-scale-y:70%;
    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-3 {
    grid-template-columns:repeat(3, minmax(0, 1fr))
  }

  .lg\:p-3 {
    padding:0.75rem
  }

  .lg\:p-5 {
    padding:1.25rem
  }

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

  .lg\:px-14 {
    padding-left:3.5rem;
    padding-right:3.5rem
  }

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

  .lg\:px-8 {
    padding-left:2rem;
    padding-right:2rem
  }

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

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

  .lg\:pr-20 {
    padding-right:5rem
  }

  .lg\:pr-4 {
    padding-right:1rem
  }

  .lg\:pr-5 {
    padding-right:1.25rem
  }

  .lg\:pt-2 {
    padding-top:0.5rem
  }

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

  .lg\:text-\[17\.5px\] {
    font-size:17.5px
  }

  .lg\:text-\[17px\] {
    font-size:17px
  }

  .lg\:text-\[19px\] {
    font-size:19px
  }

  .lg\:text-\[24px\] {
    font-size:24px
  }

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

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

@media (min-width: 1280px) {
  .xl\:top-\[100px\] {
    top:100px
  }

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

  .xl\:col-span-10 {
    grid-column:span 10 / span 10
  }

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

  .xl\:m-8 {
    margin:2rem
  }

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

  .xl\:ml-12 {
    margin-left:3rem
  }

  .xl\:ml-6 {
    margin-left:1.5rem
  }

  .xl\:mr-24 {
    margin-right:6rem
  }

  .xl\:mt-11 {
    margin-top:2.75rem
  }

  .xl\:mt-2 {
    margin-top:0.5rem
  }

  .xl\:block {
    display:block
  }

  .xl\:h-8 {
    height:2rem
  }

  .xl\:w-28 {
    width:7rem
  }

  .xl\:w-32 {
    width:8rem
  }

  .xl\:w-36 {
    width:9rem
  }

  .xl\:w-8 {
    width:2rem
  }

  .xl\:w-\[370px\] {
    width:370px
  }

  .xl\:w-\[420px\] {
    width:420px
  }

  .xl\:w-\[44\%\] {
    width:44%
  }

  .xl\:w-\[calc\(16vw_-_1px\)\] {
    width:calc(16vw - 1px)
  }

  .xl\:w-\[calc\(16vw_-_9px\)\] {
    width:calc(16vw - 9px)
  }

  .xl\:min-w-\[90px\] {
    min-width:90px
  }

  .xl\:max-w-2xl {
    max-width:42rem
  }

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

  .xl\:basis-4\/12 {
    flex-basis:33.333333%
  }

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

  .xl\:flex-row {
    flex-direction:row
  }

  .xl\:gap-x-16 {
    -moz-column-gap:4rem;
         column-gap:4rem
  }

  .xl\:gap-x-2 {
    -moz-column-gap:0.5rem;
         column-gap:0.5rem
  }

  .xl\:gap-y-2 {
    row-gap:0.5rem
  }

  .xl\:gap-y-4 {
    row-gap:1rem
  }

  .xl\:p-2 {
    padding:0.5rem
  }

  .xl\:p-4 {
    padding:1rem
  }

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

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

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

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

  .xl\:pl-6 {
    padding-left:1.5rem
  }

  .xl\:pr-8 {
    padding-right:2rem
  }

  .xl\:text-\[19px\] {
    font-size:19px
  }

  .xl\:text-\[20px\] {
    font-size:20px
  }

  .xl\:text-\[21px\] {
    font-size:21px
  }

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

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

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

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

@media (min-width: 1536px) {
  .\32xl\:col-span-10 {
    grid-column:span 10 / span 10
  }

  .\32xl\:col-span-2 {
    grid-column:span 2 / span 2
  }

  .\32xl\:m-11 {
    margin:2.75rem
  }

  .\32xl\:h-48 {
    height:12rem
  }

  .\32xl\:w-40 {
    width:10rem
  }

  .\32xl\:w-60 {
    width:15rem
  }

  .\32xl\:w-\[230px\] {
    width:230px
  }

  .\32xl\:max-w-2xl {
    max-width:42rem
  }

  .\32xl\:max-w-3xl {
    max-width:48rem
  }

  .\32xl\:max-w-xl {
    max-width:36rem
  }

  .\32xl\:scale-\[77\%\] {
    --tw-scale-x:77%;
    --tw-scale-y:77%;
    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))
  }

  .\32xl\:p-4 {
    padding:1rem
  }

  .\32xl\:pr-56 {
    padding-right:14rem
  }

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

  .\32xl\:leading-loose {
    line-height:2
  }
}

@media (min-width: 333px ) {
  .sx\:flex {
    display:flex
  }

  .sx\:justify-around {
    justify-content:space-around
  }

  .sx\:gap-x-3 {
    -moz-column-gap:0.75rem;
         column-gap:0.75rem
  }

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

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

@media (min-width: 500px) {
  .mm\:mx-2 {
    margin-left:0.5rem;
    margin-right:0.5rem
  }

  .mm\:h-4 {
    height:1rem
  }

  .mm\:w-4 {
    width:1rem
  }

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

  .mm\:text-\[18px\] {
    font-size:18px
  }

  .mm\:text-\[22px\] {
    font-size:22px
  }
}

@media (min-width: 555px ) {
  .ss\:gap-x-7 {
    -moz-column-gap:1.75rem;
         column-gap:1.75rem
  }

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

@media (min-width: 767px ) {
  .jj\:text-\[21px\] {
    font-size:21px
  }

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

  .jj\:tracking-tighter {
    letter-spacing:-0.05em
  }

  .jj\:underline {
    text-decoration-line:underline
  }
}

@media (min-width: 1281px) {
  .xxl\:text-\[22\.5px\] {
    font-size:22.5px
  }
}

@media (min-width: 1850px) {
  .\33xl\:text-\[17px\] {
    font-size:17px
  }

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