*, ::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:  ;
}

/*
! tailwindcss v3.4.14 | 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]:where(:not([hidden="until-found"])) {
  display: none;
}

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

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

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

.right-0 {
  right: 0px;
}

.right-\[14px\] {
  right: 14px;
}

.top-0 {
  top: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mr-auto {
  margin-right: auto;
}

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

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

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

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

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

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

.mt-auto {
  margin-top: auto;
}

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

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

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

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

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

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

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

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

.h-\[auto\] {
  height: auto;
}

.h-screen {
  height: 100vh;
}

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

.w-2 {
  width: 0.5rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-\[-webkit-fill-available\] {
  width: -webkit-fill-available;
}

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

.w-\[128\] {
  width: 128;
}

.w-\[280\] {
  width: 280;
}

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

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

.-translate-x-1\/2 {
  --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));
}

.-translate-y-1\/2 {
  --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));
}

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

.gap-y-12 {
  row-gap: 3rem;
}

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

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

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

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

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-b-\[32px\] {
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
}

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

.border {
  border-width: 1px;
}

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

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

.border-l {
  border-left-width: 1px;
}

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

.border-\[\#cdd5df\] {
  --tw-border-opacity: 1;
  border-color: rgb(205 213 223 / var(--tw-border-opacity));
}

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

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

.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-5 {
  padding: 1.25rem;
}

.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-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

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

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

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

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

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

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

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

.pb-\[62px\] {
  padding-bottom: 62px;
}

.pb-\[72px\] {
  padding-bottom: 72px;
}

.pl-\[14px\] {
  padding-left: 14px;
}

.pr-11 {
  padding-right: 2.75rem;
}

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

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

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

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

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

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

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

.font-\[Montserrat\] {
  font-family: Montserrat;
}

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

.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-medium {
  font-weight: 500;
}

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

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

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

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

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

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-loose {
  line-height: 2;
}

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

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

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

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

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

.opacity-0 {
  opacity: 0;
}

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

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

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

.backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

@font-face {
  font-family: IRANYekanWeb;

  font-style: normal;

  font-weight: 100;

  src: url(../fonts/IRANYekanFaNum-Light.b9d911ca.woff) format("woff"),
    url(../fonts/IRANYekanFaNum-Light.61683702.ttf) format("tff"),
    url(../fonts/IRANYekanFaNum-Light.438c3333.eot) format("eot")
}

@font-face {
  font-family: IRANYekanWeb;

  font-style: normal;

  font-weight: 400;

  src: url(../fonts/IRANYekanFaNum.1fd01174.woff) format("woff"),
    url(../fonts/IRANYekanFaNum.f791a74e.ttf) format("tff"),
    url(../fonts/IRANYekanFaNum.5a6a8a3a.eot) format("eot")
}

@font-face {
  font-family: IRANYekanWeb;

  font-style: normal;

  font-weight: 700;

  src: url(../fonts/IRANYekanFaNum-Bold.96714e50.woff) format("woff"),
    url(../fonts/IRANYekanFaNum-Bold.a890358b.ttf) format("tff"),
    url(../fonts/IRANYekanFaNum-Bold.f01718e3.eot) format("eot")
}

@font-face {
  font-family: icomoon;

  src: url(../fonts/icomoon.7898eee1.eot);

  src: url(../fonts/icomoon.7898eee1.eot#iefix) format("embedded-opentype"),
    url(../fonts/icomoon.d9150a18.ttf) format("truetype"),
    url(../fonts/icomoon.804f2d57.woff) format("woff"),
    url(../fonts/icomoon.e60ee0f5.svg#icomoon) format("svg");

  font-weight: 400;

  font-style: normal;

  font-display: block
}

[class*=" icon-"], [class^=icon-] {
  font-family: icomoon !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-credit-card .path1:before {
  content: "\e92b";
  color: #686b6f
}

.icon-credit-card .path2:before {
  content: "\e95a";
  margin-left: -.9697265625em;
  color: #686b6f
}

.icon-credit-card .path3:before {
  content: "\e95b";
  margin-left: -.9697265625em;
  color: #686b6f
}

.icon-credit-card .path4:before {
  content: "\e95c";
  margin-left: -.9697265625em;
  color: #fa4515
}

.icon-credit-card .path5:before {
  content: "\e95d";
  margin-left: -.9697265625em;
  color: #fa4515
}

.icon-credit-card .path6:before {
  content: "\e95f";
  margin-left: -.9697265625em;
  color: #fa4515
}

.icon-credit-card .path7:before {
  content: "\e960";
  margin-left: -.9697265625em;
  color: #fa4515
}

.icon-check:before {
  content: "\e92a"
}

.icon-checkmark-square:before {
  content: "\e929"
}

.icon-shapes-objects:before {
  content: "\e928";
  color: #4f5053
}

.icon-full-heart:before {
  content: "\e927";
  color: #ef798a
}

.icon-chevron-down:before {
  content: "\e926"
}

.icon-chevron-right:before {
  content: "\e93c"
}

.icon-chevron-up:before {
  content: "\e958"
}

.icon-mines:before {
  content: "\e942"
}

.icon-shopping-bag:before {
  content: "\e959"
}

.icon-user:before {
  content: "\e974"
}

.icon-film:before {
  content: "\e91c"
}

.icon-accordian-arrow-down:before {
  content: "\e900"
}

.icon-arrow-down:before {
  content: "\e901"
}

.icon-arrow-left:before {
  content: "\e902"
}

.icon-arrow-right:before {
  content: "\e903"
}

.icon-arrow-up:before {
  content: "\e904"
}

.icon-bell-notification:before {
  content: "\e905"
}

.icon-bell-ringing:before {
  content: "\e906"
}

.icon-burger-menu:before {
  content: "\e907"
}

.icon-calendar-list:before {
  content: "\e908"
}

.icon-chat:before {
  content: "\e909"
}

.icon-circle-cross:before {
  content: "\e90a"
}

.icon-coins:before {
  content: "\e90b"
}

.icon-copy:before {
  content: "\e90c"
}

.icon-credit:before {
  content: "\e90d"
}

.icon-cross:before {
  content: "\e90e"
}

.icon-discount:before {
  content: "\e90f"
}

.icon-discount-card:before {
  content: "\e910"
}

.icon-discount-cart-label:before {
  content: "\e911"
}

.icon-done-tick:before {
  content: "\e912"
}

.icon-dots-vertical:before {
  content: "\e913"
}

.icon-edit:before {
  content: "\e914"
}

.icon-edit-modal-item:before {
  content: "\e915"
}

.icon-exit-account:before {
  content: "\e916"
}

.icon-exit-door:before {
  content: "\e917"
}

.icon-factor:before {
  content: "\e918"
}

.icon-file-blank-link:before {
  content: "\e919"
}

.icon-file-blank-list:before {
  content: "\e91a"
}

.icon-file-upload:before {
  content: "\e91b";
  color: #82858a
}

.icon-filter:before {
  content: "\e91d"
}

.icon-filter-funnel:before {
  content: "\e91e"
}

.icon-headphones-support:before {
  content: "\e91f"
}

.icon-heart:before {
  content: "\e920"
}

.icon-house:before {
  content: "\e921"
}

.icon-left-arrow-accordian:before {
  content: "\e922"
}

.icon-location:before {
  content: "\e923"
}

.icon-loyalty:before {
  content: "\e924"
}

.icon-message-chat-question-support:before {
  content: "\e925"
}

.icon-nut:before {
  content: "\e92c"
}

.icon-package-box:before {
  content: "\e92d"
}

.icon-pen-edit:before {
  content: "\e92e"
}

.icon-pin-location:before {
  content: "\e92f"
}

.icon-plus:before {
  content: "\e930"
}

.icon-plus-circle:before {
  content: "\e931"
}

.icon-prize:before {
  content: "\e932"
}

.icon-product-authenticity-guarantee .path1:before {
  content: "\e933";
  color: #686b6f
}

.icon-product-authenticity-guarantee .path2:before {
  content: "\e934";
  margin-left: -.9697265625em;
  color: #fa4515
}

.icon-product-authenticity-guarantee .path3:before {
  content: "\e935";
  margin-left: -.9697265625em;
  color: #686b6f
}

.icon-product-fast-delivery .path1:before {
  content: "\e936";
  color: #686b6f
}

.icon-product-fast-delivery .path2:before {
  content: "\e937";
  margin-left: -.9697265625em;
  color: #686b6f
}

.icon-product-fast-delivery .path3:before {
  content: "\e938";
  margin-left: -.9697265625em;
  color: #fa4515
}

.icon-product-fast-delivery .path4:before {
  content: "\e939";
  margin-left: -.9697265625em;
  color: #fa4515
}

.icon-product-fast-delivery .path5:before {
  content: "\e93a";
  margin-left: -.9697265625em;
  color: #fa4515
}

.icon-product-fast-delivery .path6:before {
  content: "\e93b";
  margin-left: -.9697265625em;
  color: #686b6f
}

.icon-prosuct-return-option .path1:before {
  content: "\e93d";
  color: #fa4515
}

.icon-prosuct-return-option .path2:before {
  content: "\e93e";
  margin-left: -.9697265625em;
  color: #fa4515
}

.icon-prosuct-return-option .path3:before {
  content: "\e93f";
  margin-left: -.9697265625em;
  color: #fa4515
}

.icon-prosuct-return-option .path4:before {
  content: "\e940";
  margin-left: -.9697265625em;
  color: #fa4515
}

.icon-prosuct-return-option .path5:before {
  content: "\e941";
  margin-left: -.9697265625em;
  color: #686b6f
}

.icon-prosuct-return-option .path6:before {
  content: "\e943";
  margin-left: -.9697265625em;
  color: #686b6f
}

.icon-prosuct-return-option .path7:before {
  content: "\e944";
  margin-left: -.9697265625em;
  color: #fa4515
}

.icon-prosuct-return-option .path8:before {
  content: "\e945";
  margin-left: -.9697265625em;
  color: #fa4515
}

.icon-prosuct-return-option .path9:before {
  content: "\e946";
  margin-left: -.9697265625em;
  color: #686b6f
}

.icon-prosuct-return-option .path10:before {
  content: "\e947";
  margin-left: -.9697265625em;
  color: #686b6f
}

.icon-question:before {
  content: "\e948"
}

.icon-rating-star:before {
  content: "\e949"
}

.icon-screw-cross:before {
  content: "\e94a"
}

.icon-screw-stright:before {
  content: "\e94b"
}

.icon-search:before {
  content: "\e94c"
}

.icon-send-message:before {
  content: "\e94d"
}

.icon-sent-tick:before {
  content: "\e94e"
}

.icon-setting:before {
  content: "\e94f"
}

.icon-Share:before {
  content: "\e950";
  color: #686b6f
}

.icon-shopping-bags:before {
  content: "\e951"
}

.icon-Shopping-cart-backet:before {
  content: "\e952"
}

.icon-social-facebook:before {
  content: "\e953"
}

.icon-social-Instagram:before {
  content: "\e954"
}

.icon-social-LinkedIn:before {
  content: "\e955"
}

.icon-social-twitter:before {
  content: "\e956"
}

.icon-sort-pwa:before {
  content: "\e957"
}

.icon-support:before {
  content: "\e95e"
}

.icon-support-call:before {
  content: "\e965"
}

.icon-ticket-star:before {
  content: "\e969"
}

.icon-time-waiting:before {
  content: "\e96a"
}

.icon-tools-group:before {
  content: "\e96b"
}

.icon-trash:before {
  content: "\e96c"
}

.icon-truck:before {
  content: "\e96d"
}

.icon-truck-fast:before {
  content: "\e96e"
}

.icon-user-profile:before {
  content: "\e970"
}

.icon-users:before {
  content: "\e971"
}

.icon-video:before {
  content: "\e972"
}

.icon-warning:before {
  content: "\e973"
}

.text-secondary-400 {
  --tw-text-opacity: 1;
  color: rgb(169 172 178 / var(--tw-text-opacity));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(234 236 240 / var(--tw-border-opacity));
}

body {
  font-family: IRANYekanWeb, serif;
}

.focus\:border-secondary-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(104 107 111 / var(--tw-border-opacity));
}

.placeholder\:text-secondary-400::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(169 172 178/var(--tw-text-opacity))
}

.placeholder\:text-secondary-400::placeholder {
  --tw-text-opacity: 1;
  color: rgb(169 172 178/var(--tw-text-opacity))
}

.text-secondary-950 {
  --tw-text-opacity: 1;
  color: rgb(28 28 28/var(--tw-text-opacity))
}

.text-secondary-800 {
  --tw-text-opacity: 1;
  color: rgb(79 80 83/var(--tw-text-opacity))
}

.flex-center, .flex-end {
  display: flex;
  align-items: center;
}

.text-primary-700 {
  --tw-text-opacity: 1;
  color: rgb(250 69 21/var(--tw-text-opacity))
}

.hover\:text-primary-700:hover {
  --tw-text-opacity: 1;
  color: rgb(250 69 21/var(--tw-text-opacity))
}

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

.text-secondary-500 {
  --tw-text-opacity: 1;
  color: rgb(155 159 166/var(--tw-text-opacity))
}

.bg-secondary-25 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248/var(--tw-bg-opacity))
}

.text-secondary-700 {
  --tw-text-opacity: 1;
  color: rgb(104 107 111/var(--tw-text-opacity))
}

.pagination > *.current {
  background: #e3e8ef
}

.pagination > * {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  width: 2.5rem;
  border-left: 1px solid #cdd5df;
}

.pagination > *:last-child {
  border-left: unset;
}

.bg-secondary-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 28/var(--tw-bg-opacity))
}

.border-primary-700 {
  --tw-border-opacity: 1;
  border-color: rgb(250 69 21/var(--tw-border-opacity))
}

.dv-cut-text {
  width: 100%;
  white-space: nowrap
}

.dv-cut-text, .dv-cut-text-2 {
  overflow: hidden;
  text-overflow: ellipsis
}

.dv-cut-text-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2
}

.hover\:-translate-x-1:hover {
  --tw-translate-x: -0.25rem;
  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\:rounded-none:hover {
  border-radius: 0px;
}

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

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

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

@media (min-width: 640px) {
  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

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

  .md\:ml-auto {
    margin-left: auto;
  }

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

  .md\:block {
    display: block;
  }

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

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

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

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

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

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

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

  .lg\:hidden {
    display: none;
  }

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

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

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

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

  .lg\:max-w-\[1380px\] {
    max-width: 1380px;
  }

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

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

  .lg\:gap-\[104px\] {
    gap: 104px;
  }

  .lg\:gap-y-\[104px\] {
    row-gap: 104px;
  }

  .lg\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

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

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

  .xl\:gap-20 {
    gap: 5rem;
  }

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

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

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

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