*, ::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.17 | 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;
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='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;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='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);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='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");
}

@media (forced-colors: active)  {
  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='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;
}

@media (forced-colors: active)  {
  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

.container {
  width: 100%;
}

@media (min-width: 540px) {
  .container {
    max-width: 540px;
  }
}

@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: 1265px) {
  .container {
    max-width: 1265px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

@media (min-width: 1920px) {
  .container {
    max-width: 1920px;
  }
}

@media (min-width: 2560px) {
  .container {
    max-width: 2560px;
  }
}

.pointer-events-none {
  pointer-events: none;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-\[-4\%\] {
  bottom: -4%;
}

.bottom-\[-50px\] {
  bottom: -50px;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.left-1\/3 {
  left: 33.333333%;
}

.left-\[-18\%\] {
  left: -18%;
}

.left-\[-2\%\] {
  left: -2%;
}

.left-\[-20px\] {
  left: -20px;
}

.left-\[-3\%\] {
  left: -3%;
}

.left-\[-45\%\] {
  left: -45%;
}

.left-\[-7\%\] {
  left: -7%;
}

.left-\[-75\%\] {
  left: -75%;
}

.left-\[-8\%\] {
  left: -8%;
}

.left-\[12\%\] {
  left: 12%;
}

.left-\[15\%\] {
  left: 15%;
}

.left-\[16\%\] {
  left: 16%;
}

.left-\[17\%\] {
  left: 17%;
}

.left-\[2\%\] {
  left: 2%;
}

.left-\[20\%\] {
  left: 20%;
}

.left-\[22\%\] {
  left: 22%;
}

.left-\[25\%\] {
  left: 25%;
}

.left-\[27\%\] {
  left: 27%;
}

.left-\[28\%\] {
  left: 28%;
}

.left-\[30\%\] {
  left: 30%;
}

.left-\[35\%\] {
  left: 35%;
}

.left-\[37\%\] {
  left: 37%;
}

.left-\[39\%\] {
  left: 39%;
}

.left-\[40\%\] {
  left: 40%;
}

.left-\[5\%\] {
  left: 5%;
}

.left-\[84\%\] {
  left: 84%;
}

.left-\[85\%\] {
  left: 85%;
}

.right-0 {
  right: 0px;
}

.right-4 {
  right: 1rem;
}

.right-\[-1\%\] {
  right: -1%;
}

.right-\[-100\%\] {
  right: -100%;
}

.right-\[-13\%\] {
  right: -13%;
}

.right-\[-2\%\] {
  right: -2%;
}

.right-\[-4\%\] {
  right: -4%;
}

.right-\[-5\%\] {
  right: -5%;
}

.right-\[-6\%\] {
  right: -6%;
}

.right-\[-9\%\] {
  right: -9%;
}

.right-\[0\] {
  right: 0;
}

.right-\[12\%\] {
  right: 12%;
}

.right-\[15\%\] {
  right: 15%;
}

.right-\[16\%\] {
  right: 16%;
}

.right-\[17\%\] {
  right: 17%;
}

.right-\[18\%\] {
  right: 18%;
}

.right-\[2\%\] {
  right: 2%;
}

.right-\[28\%\] {
  right: 28%;
}

.right-\[3\%\] {
  right: 3%;
}

.right-\[4\%\] {
  right: 4%;
}

.right-\[4\.5\%\] {
  right: 4.5%;
}

.right-\[65\%\] {
  right: 65%;
}

.right-\[8\%\] {
  right: 8%;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

.top-1\/2 {
  top: 50%;
}

.top-4 {
  top: 1rem;
}

.top-\[-10\%\] {
  top: -10%;
}

.top-\[-14\%\] {
  top: -14%;
}

.top-\[-15\%\] {
  top: -15%;
}

.top-\[-16\%\] {
  top: -16%;
}

.top-\[-17\%\] {
  top: -17%;
}

.top-\[-20\%\] {
  top: -20%;
}

.top-\[-30\%\] {
  top: -30%;
}

.top-\[-35\%\] {
  top: -35%;
}

.top-\[-4\%\] {
  top: -4%;
}

.top-\[-40\%\] {
  top: -40%;
}

.top-\[-5\%\] {
  top: -5%;
}

.top-\[-50px\] {
  top: -50px;
}

.top-\[-55\%\] {
  top: -55%;
}

.top-\[0\] {
  top: 0;
}

.top-\[10\%\] {
  top: 10%;
}

.top-\[100\%\] {
  top: 100%;
}

.top-\[102\%\] {
  top: 102%;
}

.top-\[11\%\] {
  top: 11%;
}

.top-\[13\%\] {
  top: 13%;
}

.top-\[16\%\] {
  top: 16%;
}

.top-\[18\%\] {
  top: 18%;
}

.top-\[19\%\] {
  top: 19%;
}

.top-\[2\%\] {
  top: 2%;
}

.top-\[20\%\] {
  top: 20%;
}

.top-\[28\%\] {
  top: 28%;
}

.top-\[3\%\] {
  top: 3%;
}

.top-\[30\%\] {
  top: 30%;
}

.top-\[37\%\] {
  top: 37%;
}

.top-\[4\%\] {
  top: 4%;
}

.top-\[40\%\] {
  top: 40%;
}

.top-\[42\%\] {
  top: 42%;
}

.top-\[45\%\] {
  top: 45%;
}

.top-\[46\%\] {
  top: 46%;
}

.top-\[48\%\] {
  top: 48%;
}

.top-\[54\%\] {
  top: 54%;
}

.top-\[58\%\] {
  top: 58%;
}

.top-\[59\%\] {
  top: 59%;
}

.top-\[6\%\] {
  top: 6%;
}

.top-\[60px\] {
  top: 60px;
}

.top-\[62px\] {
  top: 62px;
}

.top-\[63\%\] {
  top: 63%;
}

.top-\[7\%\] {
  top: 7%;
}

.top-\[70\%\] {
  top: 70%;
}

.top-\[72\%\] {
  top: 72%;
}

.top-\[78\%\] {
  top: 78%;
}

.top-\[79\%\] {
  top: 79%;
}

.top-\[80\%\] {
  top: 80%;
}

.top-\[85\%\] {
  top: 85%;
}

.top-\[87\%\] {
  top: 87%;
}

.top-\[95\%\] {
  top: 95%;
}

.top-\[96\%\] {
  top: 96%;
}

.top-\[calc\(100\%\+5px\)\] {
  top: calc(100% + 5px);
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-\[0\] {
  z-index: 0;
}

.z-\[2\] {
  z-index: 2;
}

.z-\[3\] {
  z-index: 3;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.m-0 {
  margin: 0px;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-\[2\%\] {
  margin-left: 2%;
  margin-right: 2%;
}

.mx-\[5\%\] {
  margin-left: 5%;
  margin-right: 5%;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-\[10\%\] {
  margin-top: 10%;
  margin-bottom: 10%;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-\[-15\%\] {
  margin-bottom: -15%;
}

.mb-\[13\%\] {
  margin-bottom: 13%;
}

.mb-\[1px\] {
  margin-bottom: 1px;
}

.me-0 {
  margin-inline-end: 0px;
}

.me-1 {
  margin-inline-end: 0.25rem;
}

.me-3 {
  margin-inline-end: 0.75rem;
}

.me-5 {
  margin-inline-end: 1.25rem;
}

.me-6 {
  margin-inline-end: 1.5rem;
}

.ms-1 {
  margin-inline-start: 0.25rem;
}

.ms-10 {
  margin-inline-start: 2.5rem;
}

.ms-2 {
  margin-inline-start: 0.5rem;
}

.ms-24 {
  margin-inline-start: 6rem;
}

.ms-\[-13\%\] {
  margin-inline-start: -13%;
}

.ms-\[-20px\] {
  margin-inline-start: -20px;
}

.ms-\[-7\%\] {
  margin-inline-start: -7%;
}

.ms-\[0\.5vw\] {
  margin-inline-start: 0.5vw;
}

.ms-\[10\%\] {
  margin-inline-start: 10%;
}

.ms-\[12\%\] {
  margin-inline-start: 12%;
}

.ms-\[20\%\] {
  margin-inline-start: 20%;
}

.ms-\[5\%\] {
  margin-inline-start: 5%;
}

.mt-0 {
  margin-top: 0px;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-32 {
  margin-top: 8rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-\[-6px\] {
  margin-top: -6px;
}

.mt-\[0\.2vw\] {
  margin-top: 0.2vw;
}

.mt-\[0\.3vw\] {
  margin-top: 0.3vw;
}

.mt-\[10\%\] {
  margin-top: 10%;
}

.mt-\[10px\] {
  margin-top: 10px;
}

.mt-\[15\%\] {
  margin-top: 15%;
}

.mt-\[16\%\] {
  margin-top: 16%;
}

.mt-\[2\%\] {
  margin-top: 2%;
}

.mt-\[20\%\] {
  margin-top: 20%;
}

.mt-\[20px\] {
  margin-top: 20px;
}

.mt-\[23\%\] {
  margin-top: 23%;
}

.mt-\[25\%\] {
  margin-top: 25%;
}

.mt-\[26\%\] {
  margin-top: 26%;
}

.mt-\[2vw\] {
  margin-top: 2vw;
}

.mt-\[3\%\] {
  margin-top: 3%;
}

.mt-\[30px\] {
  margin-top: 30px;
}

.mt-\[4\%\] {
  margin-top: 4%;
}

.mt-\[5\%\] {
  margin-top: 5%;
}

.mt-\[7\%\] {
  margin-top: 7%;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[1\/1\] {
  aspect-ratio: 1/1;
}

.aspect-\[10\/11\] {
  aspect-ratio: 10/11;
}

.aspect-\[10\/13\.5\] {
  aspect-ratio: 10/13.5;
}

.aspect-\[10\/3\] {
  aspect-ratio: 10/3;
}

.aspect-\[10\/9\] {
  aspect-ratio: 10/9;
}

.aspect-\[16\/6\] {
  aspect-ratio: 16/6;
}

.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}

.aspect-\[2\/3\] {
  aspect-ratio: 2/3;
}

.aspect-\[9\/12\] {
  aspect-ratio: 9/12;
}

.aspect-\[9\/13\] {
  aspect-ratio: 9/13;
}

.aspect-\[9\/14\] {
  aspect-ratio: 9/14;
}

.aspect-\[9\/16\] {
  aspect-ratio: 9/16;
}

.aspect-\[9\/6\] {
  aspect-ratio: 9/6;
}

.aspect-\[9\/7\] {
  aspect-ratio: 9/7;
}

.aspect-\[9\/9\] {
  aspect-ratio: 9/9;
}

.h-1 {
  height: 0.25rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-\[10vw\] {
  height: 10vw;
}

.h-\[150px\] {
  height: 150px;
}

.h-\[2\.5vw\] {
  height: 2.5vw;
}

.h-\[20\%\] {
  height: 20%;
}

.h-\[2px\] {
  height: 2px;
}

.h-\[50px\] {
  height: 50px;
}

.h-\[70px\] {
  height: 70px;
}

.h-\[calc\(100vh-62px\)\] {
  height: calc(100vh - 62px);
}

.h-auto {
  height: auto;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.max-h-0 {
  max-height: 0px;
}

.max-h-screen {
  max-height: 100vh;
}

.min-h-\[55\%\] {
  min-height: 55%;
}

.w-1 {
  width: 0.25rem;
}

.w-1\/2 {
  width: 50%;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-72 {
  width: 18rem;
}

.w-8 {
  width: 2rem;
}

.w-\[1\%\] {
  width: 1%;
}

.w-\[10\%\] {
  width: 10%;
}

.w-\[100\%\] {
  width: 100%;
}

.w-\[100px\] {
  width: 100px;
}

.w-\[10vw\] {
  width: 10vw;
}

.w-\[11\%\] {
  width: 11%;
}

.w-\[11\.4vw\] {
  width: 11.4vw;
}

.w-\[115\%\] {
  width: 115%;
}

.w-\[12\%\] {
  width: 12%;
}

.w-\[120\%\] {
  width: 120%;
}

.w-\[13\%\] {
  width: 13%;
}

.w-\[140\%\] {
  width: 140%;
}

.w-\[15\%\] {
  width: 15%;
}

.w-\[16\%\] {
  width: 16%;
}

.w-\[160\%\] {
  width: 160%;
}

.w-\[17\%\] {
  width: 17%;
}

.w-\[18\%\] {
  width: 18%;
}

.w-\[2\.5vw\] {
  width: 2.5vw;
}

.w-\[20\%\] {
  width: 20%;
}

.w-\[200\%\] {
  width: 200%;
}

.w-\[22vw\] {
  width: 22vw;
}

.w-\[24\%\] {
  width: 24%;
}

.w-\[25\%\] {
  width: 25%;
}

.w-\[250px\] {
  width: 250px;
}

.w-\[26\%\] {
  width: 26%;
}

.w-\[27\%\] {
  width: 27%;
}

.w-\[28\%\] {
  width: 28%;
}

.w-\[3\.2vw\] {
  width: 3.2vw;
}

.w-\[3\.5vw\] {
  width: 3.5vw;
}

.w-\[30\%\] {
  width: 30%;
}

.w-\[300px\] {
  width: 300px;
}

.w-\[30px\] {
  width: 30px;
}

.w-\[32\%\] {
  width: 32%;
}

.w-\[33\%\] {
  width: 33%;
}

.w-\[34\%\] {
  width: 34%;
}

.w-\[35\%\] {
  width: 35%;
}

.w-\[4\.1vw\] {
  width: 4.1vw;
}

.w-\[40\%\] {
  width: 40%;
}

.w-\[43\%\] {
  width: 43%;
}

.w-\[45\%\] {
  width: 45%;
}

.w-\[47\%\] {
  width: 47%;
}

.w-\[50\%\] {
  width: 50%;
}

.w-\[50px\] {
  width: 50px;
}

.w-\[52\%\] {
  width: 52%;
}

.w-\[55\%\] {
  width: 55%;
}

.w-\[60\%\] {
  width: 60%;
}

.w-\[65\%\] {
  width: 65%;
}

.w-\[7\%\] {
  width: 7%;
}

.w-\[70\%\] {
  width: 70%;
}

.w-\[72\%\] {
  width: 72%;
}

.w-\[75\%\] {
  width: 75%;
}

.w-\[8\%\] {
  width: 8%;
}

.w-\[80\%\] {
  width: 80%;
}

.w-\[80px\] {
  width: 80px;
}

.w-\[84\%\] {
  width: 84%;
}

.w-\[85\%\] {
  width: 85%;
}

.w-\[88\%\] {
  width: 88%;
}

.w-\[8vw\] {
  width: 8vw;
}

.w-\[90\%\] {
  width: 90%;
}

.w-\[92\%\] {
  width: 92%;
}

.w-\[95\%\] {
  width: 95%;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.grow {
  flex-grow: 1;
}

.-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-x-\[20\%\] {
  --tw-translate-x: -20%;
  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-x-\[50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-full {
  --tw-translate-x: -100%;
  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));
}

.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));
}

.rotate-\[-60deg\] {
  --tw-rotate: -60deg;
  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));
}

.rotate-\[175deg\] {
  --tw-rotate: 175deg;
  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));
}

.rotate-\[5deg\] {
  --tw-rotate: 5deg;
  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));
}

.rotate-\[65deg\] {
  --tw-rotate: 65deg;
  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));
}

.rotate-\[90deg\] {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes bounceIn {
  0% {
    transform: scale(0) translateY(20px);
  }

  60% {
    transform: scale(1.2) translateY(-10px);
  }

  100% {
    transform: scale(1) translateY(0);
  }
}

.animate-bounceIn {
  animation: bounceIn 1s ease-out;
}

.cursor-pointer {
  cursor: pointer;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, 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;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[0\.5vw\] {
  gap: 0.5vw;
}

.gap-\[10vw\] {
  gap: 10vw;
}

.gap-\[2vw\] {
  gap: 2vw;
}

.gap-\[3vw\] {
  gap: 3vw;
}

.gap-\[5\%\] {
  gap: 5%;
}

.gap-\[6vw\] {
  gap: 6vw;
}

.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)));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.self-center {
  align-self: center;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.hyphens-auto {
  -webkit-hyphens: auto;
          hyphens: auto;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-\[10px\] {
  border-radius: 10px;
}

.rounded-\[20px\] {
  border-radius: 20px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-b-\[10px\] {
  border-bottom-width: 10px;
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.bg-\[\#9DB2BF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(157 178 191 / var(--tw-bg-opacity, 1));
}

.bg-\[rgb\(247\2c 246\2c 247\)\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 246 247 / var(--tw-bg-opacity, 1));
}

.bg-\[rgb\(38\2c 67\2c 116\)\] {
  --tw-bg-opacity: 1;
  background-color: rgb(38 67 116 / var(--tw-bg-opacity, 1));
}

.bg-\[rgba\(38\2c 67\2c 116\2c 0\.5\)\] {
  background-color: rgba(38,67,116,0.5);
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(38 67 116 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-\[5\%\] {
  padding: 5%;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-\[1\%\] {
  padding-left: 1%;
  padding-right: 1%;
}

.px-\[10\%\] {
  padding-left: 10%;
  padding-right: 10%;
}

.px-\[15\%\] {
  padding-left: 15%;
  padding-right: 15%;
}

.px-\[3\%\] {
  padding-left: 3%;
  padding-right: 3%;
}

.px-\[30\%\] {
  padding-left: 30%;
  padding-right: 30%;
}

.px-\[4\%\] {
  padding-left: 4%;
  padding-right: 4%;
}

.px-\[5\%\] {
  padding-left: 5%;
  padding-right: 5%;
}

.px-\[8\%\] {
  padding-left: 8%;
  padding-right: 8%;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-\[0\.5px\] {
  padding-bottom: 0.5px;
}

.pb-\[3\%\] {
  padding-bottom: 3%;
}

.ps-24 {
  padding-inline-start: 6rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-start {
  text-align: start;
}

.align-middle {
  vertical-align: middle;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-\[1\.1vw\] {
  font-size: 1.1vw;
}

.text-\[1\.4vw\] {
  font-size: 1.4vw;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-\[18\.5px\] {
  font-size: 18.5px;
}

.text-\[1vw\] {
  font-size: 1vw;
}

.text-\[2\.85vw\] {
  font-size: 2.85vw;
}

.text-\[2\.8vw\] {
  font-size: 2.8vw;
}

.text-\[2\.9vw\] {
  font-size: 2.9vw;
}

.text-\[22px\] {
  font-size: 22px;
}

.text-\[28px\] {
  font-size: 28px;
}

.text-\[2vw\] {
  font-size: 2vw;
}

.text-\[32px\] {
  font-size: 32px;
}

.text-\[4vw\] {
  font-size: 4vw;
}

.text-\[7vw\] {
  font-size: 7vw;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-\[13px\] {
  font-size: 13px;
}

.text-\[11px\] {
  font-size: 11px;
}

.font-bold {
  font-weight: 700;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-\[0\.9\] {
  line-height: 0.9;
}

.leading-\[1\.2\] {
  line-height: 1.2;
}

.leading-\[1\.3\] {
  line-height: 1.3;
}

.leading-\[1\.4\] {
  line-height: 1.4;
}

.leading-\[1\.5\] {
  line-height: 1.5;
}

.leading-\[1\] {
  line-height: 1;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-\[\#264374\] {
  --tw-text-opacity: 1;
  color: rgb(38 67 116 / var(--tw-text-opacity, 1));
}

.text-\[rgb\(37\2c 67\2c 116\)\] {
  --tw-text-opacity: 1;
  color: rgb(37 67 116 / var(--tw-text-opacity, 1));
}

.text-\[rgb\(38\2c 67\2c 116\)\] {
  --tw-text-opacity: 1;
  color: rgb(38 67 116 / var(--tw-text-opacity, 1));
}

.text-\[rgb\(84\2c 146\2c 255\)\] {
  --tw-text-opacity: 1;
  color: rgb(84 146 255 / var(--tw-text-opacity, 1));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(38 67 116 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.shadow-\[0_0_3px_3px_rgba\(38\2c 67\2c 116\2c 0\.7\)\] {
  --tw-shadow: 0 0 3px 3px rgba(38,67,116,0.7);
  --tw-shadow-colored: 0 0 3px 3px 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);
}

.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);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  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;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-700 {
  transition-duration: 700ms;
}

.duration-\[2000ms\] {
  transition-duration: 2000ms;
}

.duration-\[700ms\] {
  transition-duration: 700ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.\[word-spacing\:1px\] {
  word-spacing: 1px;
}

.\[word-spacing\:2px\] {
  word-spacing: 2px;
}

.\[word-spacing\:3px\] {
  word-spacing: 3px;
}

.\[word-spacing\:5px\] {
  word-spacing: 5px;
}

.\[word-spacing\:6px\] {
  word-spacing: 6px;
}

.\[word-spacing\:7px\] {
  word-spacing: 7px;
}

/* custom start */

/* "bg-[rgb(38,67,116)]  hover:bg-[rgb(30,80,165)]" */

@font-face {
  font-family: "FatFrank";

  src: url("../public/assets/fonts/FatFrank.otf") format("opentype"),
    url("../public/assets/fonts/FatFrank.otf") format("woff"),
    url("../public/assets/fonts/FatFrank.otf") format("woff2");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "Gotham-Light";

  src: url("../public/assets/fonts/Gotham-Light.otf") format("opentype"),
    url("../public/assets/fonts/Gotham-Light.otf") format("woff"),
    url("../public/assets/fonts/Gotham-Light.otf") format("woff2");

  font-weight: bolder;

  font-style: normal;
}

@font-face {
  font-family: "Gotham-Medium";

  src: url("../public/assets/fonts/Gotham-Medium.otf") format("truetype"),
    url("../public/assets/fonts/Gotham-Medium.otf") format("woff"),
    url("../public/assets/fonts/Gotham-Medium.otf") format("woff2");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "Gotham-Ultra";

  src: url("../public/assets/fonts/Gotham-Ultra.otf") format("truetype"),
    url("../public/assets/fonts/Gotham-Ultra.otf") format("woff"),
    url("../public/assets/fonts/Gotham-Ultra.otf") format("woff2");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "Gotham-MediumItalic";

  src: url("../public/assets/fonts/Gotham-MediumItalic.otf")
      format("truetype"),
    url("../public/assets/fonts/Gotham-MediumItalic.otf") format("woff"),
    url("../public/assets/fonts/Gotham-MediumItalic.otf") format("woff2");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "Gotham-Book";

  src: url("../public/assets/fonts/Gotham-Book.otf") format("truetype"),
    url("../public/assets/fonts/Gotham-Book.otf") format("woff"),
    url("../public/assets/fonts/Gotham-Book.otf") format("woff2");

  font-weight: normal;

  font-style: normal;
}

/* Navbar Start */

/* menus  */

.nave-title-font {
  font-family: "Gotham-Medium", sans-serif;
  /* font-weight: 200; */
}

.navmenu {
  font-family: "Gotham-Medium", sans-serif;
  font-size: 1.1vw;
}

/* Navbar End */

/* Footer */

/* Base styling */

.sticky-wave {
  position: fixed;
  bottom: -6%;
  left: 0;
  width: 100%;
  z-index: 1000;
  pointer-events: none;
  transition: opacity 0.2s ease;
  opacity: 0;
  visibility: hidden;
}

/* Reveal Animation */

@keyframes waveRise {
  from {
    transform: translateY(100%);
    opacity: 0;
  }

  to {
    transform: translateY(0%);
    opacity: 1;
  }
}

/* When visible, trigger the animation */

.sticky-wave.visible {
  opacity: 1;
  visibility: visible;
  animation: waveRise 0.6s ease-out forwards;
}

.sticky-wave.hidden {
  opacity: 0;
  visibility: hidden;
}

.centered-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  /* margin-left: 2%; */
}

/* .ft-li { 
  font-family: "Gotham-Light";
} */

.half-underline_blue {
  position: relative;
  display: inline-block;
}

.half-underline {
  position: relative;
  display: inline-block;
}

.half-underline::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 50%;
  /* Adjust this value to change how much of the text gets underlined */
  border-bottom: 2px solid rgb(231, 231, 231);
  /* Adjust thickness and color as needed */
}

.half-underline_blue::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 50%;
  /* Adjust this value to change how much of the text gets underlined */
  border-bottom: 1px solid rgb(38, 67, 116);
  /* Adjust thickness and color as needed */
}

@keyframes slideFromUp {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideFomDown {
  0% {
    transform: translateY(+100px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideFromRight {
  0% {
    transform: translateX(+700px);
    /* opacity: 0; */
  }

  100% {
    transform: translateX(0);
    /* opacity: 1; */
  }
}

@keyframes slideFomLeft {
  0% {
    transform: translateX(-700px);
    /* opacity: 0; */
  }

  100% {
    transform: translateX(0);
    /* opacity: 1; */
  }
}

.zindex-high {
  z-index: 20 !important;
}

/* Customize the scrollbar */

body.hide-scroll::-webkit-scrollbar {
  display: none;
}

::-webkit-scrollbar {
  width: 8px;
  /* Change width of the scrollbar */
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgb(199, 199, 199);
}

/* When hovering over the scrollbar, make the thumb visible */

::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-track {
  background: transparent;
}

/* For About Page */

.FatFrank {
  font-family: "FatFrank", sans-serif;
  font-style: normal;
  font-weight: normal !important;
}

.about_title_font {
  font-family: "FatFrank", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.about_p_font {
  font-family: "Gotham-Medium", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.about_h {
  color: rgb(38, 67, 116);
  font-size: 48px;
}

.about_b_h {
  color: rgb(38, 67, 116);
  font-size: 52px;
  font-family: "FatFrank", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.about_p {
  font-family: "Gotham-Light";
  color: rgb(38, 67, 116);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.about_span {
  color: rgb(38, 67, 116);
  /* font-weight: bolder; */
}

.about_p_h,
.about_span_h {
  font-family: "FatFrank", sans-serif;
  color: rgb(38, 67, 116);
  font-size: 16px;
  font-weight: normal;
}

.circle_about_h {
  font-size: 47px;
  color: rgb(38, 67, 116);
}

.circle_about_h_de {
  font-size: 42px;
  color: rgb(38, 67, 116);
  line-height: 1;
}

.blue_circle_p {
  font-family: "Gotham-Light";
  font-style: normal;
  color: rgb(255, 255, 255);
  /* font-size: 17px; */
  font-size: 1.3vw;
  font-weight: 500;
  line-height: 1.2;
  text-align: justify;
}

.blue_circle_p_m {
  font-family: "Gotham-Light";
  font-style: normal;
  color: rgb(255, 255, 255);
  font-weight: 500;
  line-height: 1.2;
  text-align: justify;
}

.blue_circle_p_de {
  font-family: "Gotham-Light";
  font-style: normal;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: justify;
}

.about_p_last {
  font-family: "Gotham-Light";
  color: rgb(38, 67, 116);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
}

/* For Natural Dye Page */

.naturaldye_title_font {
  font-family: "FatFrank", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.naturaldye_p_font {
  font-family: "Gotham-Medium", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.Gotham-Medium {
  font-family: "Gotham-Medium";
}

.Gotham-Light {
  font-family: "Gotham-Light";
}

.naturaldye_p,
.naturaldye_p_de,
.naturaldye_cycle_p {
  font-family: "Gotham-Light";
  color: rgb(38, 67, 116);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.naturaldye_p_de {
  font-size: 18px;
}

.naturaldye_cycle_p {
  font-size: 13px;
}

.naturaldye_p_circle {
  font-family: "Gotham-Light";
  color: rgb(38, 67, 116);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
}

.naturaldye_p_last {
  font-family: "Gotham-Light";
  color: rgb(38, 67, 116);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
}

.naturaldye_h {
  color: rgb(38, 67, 116);
  font-size: 52px;
  font-family: "FatFrank", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.naturaldye_h_de {
  color: rgb(38, 67, 116);
  font-size: 46px;
  font-family: "FatFrank", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.naturaldye_topic {
  color: rgb(38, 67, 116);
  font-size: 35px;
}

.naturaldye_h2 {
  font-family: "FatFrank", sans-serif;
  /* font-style: normal; */
  font-weight: normal;
  color: rgb(38, 67, 116);
  font-size: 24px;
}

.naturaldye_sub_h {
  font-family: "FatFrank", sans-serif;
  font-weight: normal;
  color: rgb(38, 67, 116);
  font-size: 20px;
}

.naturaldye_sub_h1 {
  font-family: "FatFrank", sans-serif;
  font-weight: normal;
  color: rgb(38, 67, 116);
  font-size: 22px;
}

.naturaldye_sub_h2 {
  font-family: "Gotham-Medium";
  font-weight: bolder;
  color: rgb(38, 67, 116);
  font-size: 19px;
}

.naturaldye_sub_h3 {
  font-family: "Gotham-Medium";
  font-weight: bolder;
  color: rgb(38, 67, 116);
  font-size: 18px;
}

.naturaldye_sub_h3_de {
  font-family: "Gotham-Medium";
  font-weight: bolder;
  color: rgb(38, 67, 116);
  font-size: 19px;
  word-spacing: 5px;
}

.naturaldye_span {
  color: rgb(38, 67, 116);
}

.naturaldye_span_h,
.naturaldye_p_h,
.naturaldye_p_h_de {
  color: rgb(38, 67, 116);
  font-weight: bold;
  font-size: 16px;
  font-family: "FatFrank", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.highlight {
  color: rgb(38, 67, 116);
  font-weight: bold;
  font-family: "FatFrank", sans-serif;
  font-style: normal;
  font-weight: normal;
}

/* Responsive for About & Natural dye */

@media screen and (max-width: 539px) {
  /* About  */

  .about_p {
    font-size: 9px;
  }

  .about_h {
    font-size: 24px;
  }

  .about_b_h {
    font-size: 24px;
  }

  .about_p_h,
  .about_span_h {
    font-size: 9px;
  }

  .blue_circle_p {
    font-size: 10.5px;
  }

  .circle_about_h {
    font-size: 28px;
  }

  /* Natural dye  */

  .naturaldye_h {
    font-size: 24px;
  }

  .naturaldye_h_de {
    font-size: 22px;
  }

  .naturaldye_h2 {
    font-size: 11px;
  }

  .naturaldye_topic {
    font-size: 12px;
  }

  .naturaldye_sub_h {
    font-size: 10px;
  }

  .naturaldye_sub_h2 {
    font-size: 10px;
  }

  .naturaldye_b_h {
    font-size: 24px;
  }

  .naturaldye_p {
    font-size: 9px;
  }

  .naturaldye_p_h {
    font-size: 9px;
  }

  .naturaldye_p_h_de {
    font-size: 10px;
  }

  .naturaldye_span_h {
    font-size: 9px;
  }

  .naturaldye_p_circle {
    font-size: 8px;
    line-height: 1.2;
  }

  .naturaldye_p_last {
    font-size: 8px;
  }

  .circle_naturaldye_h {
    font-size: 24px;
  }

  .naturaldye_p_de {
    font-size: 10px;
  }
}

@media (min-width: 540px) and (max-width: 767px) {
  /* About  */

  .about_p {
    font-size: 13px;
  }

  .about_h {
    font-size: 30px;
  }

  .about_b_h {
    font-size: 24px;
  }

  .about_p_h,
  .about_span_h {
    font-size: 13px;
  }

  .circle_about_h {
    font-size: 36px;
  }

  /* Natural dye  */

  .naturaldye_h {
    font-size: 30px;
  }

  .naturaldye_h2 {
    font-size: 15px;
  }

  .naturaldye_h_de {
    font-size: 22px;
  }

  .naturaldye_topic {
    font-size: 12px;
  }

  .naturaldye_sub_h {
    font-size: 13px;
  }

  .naturaldye_sub_h2 {
    font-size: 15px;
  }

  .naturaldye_b_h {
    font-size: 24px;
  }

  .naturaldye_p {
    font-size: 13px;
  }

  .naturaldye_p_h {
    font-size: 13px;
  }

  .naturaldye_span_h {
    font-size: 13px;
  }

  .naturaldye_p_de {
    font-size: 13px;
  }

  .naturaldye_p_h_de {
    font-size: 13px;
  }

  .naturaldye_p_circle {
    font-size: 12px;
    line-height: 1.2;
  }

  .naturaldye_p_last {
    font-size: 8px;
  }

  .circle_naturaldye_h {
    font-size: 24px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  /* About  */

  .about_p {
    font-size: 19px;
  }

  .about_h {
    font-size: 48px;
  }

  .about_b_h {
    font-size: 48px;
  }

  .about_p_h,
  .about_span_h {
    font-size: 22px;
  }

  /* Natural dye  */

  .naturaldye_p {
    font-size: 19px;
  }

  .naturaldye_p_de {
    font-size: 20px;
  }

  .naturaldye_p_h,
  .naturaldye_span_h {
    font-size: 18px;
  }

  .naturaldye_h {
    font-size: 50px;
  }

  .naturaldye_h_de {
    font-size: 22px;
  }

  .naturaldye_h2 {
    font-size: 20px;
  }

  .naturaldye_sub_h {
    font-size: 18px;
  }

  .naturaldye_sub_h2 {
    font-size: 20px;
  }

  .naturaldye_p_circle {
    font-size: 17px;
    line-height: 1.2;
  }

  .naturaldye_b_h {
    font-size: 24px;
  }

  .naturaldye_topic {
    font-size: 27px;
  }

  .naturaldye_p_last {
    font-size: 17px;
  }

  .circle_naturaldye_h {
    font-size: 24px;
  }
}

@media (min-width: 1024px) and (max-width: 1264px) {
  /* About  */

  .about_h {
    /* font-size: 32px; */
    font-size: 32px;
  }

  .about_p {
    font-size: 14px;
  }

  .about_p_h,
  .about_span_h {
    font-size: 14px;
  }

  .circle_about_h {
    font-size: 36px;
  }

  .circle_about_h_de {
    font-size: 38px;
  }

  /* .blue_circle_p {
    font-size: 13.5px; 
  } */

  .blue_circle_p_de {
    font-size: 12.8px;
  }

  /* Natural Dye */

  .naturaldye_p {
    font-size: 15px;
  }

  .naturaldye_h {
    font-size: 50px;
  }

  .naturaldye_h_de {
    font-size: 46px;
  }

  .naturaldye_h2 {
    font-size: 20px;
  }

  .naturaldye_sub_h2 {
    font-size: 18px;
  }

  .naturaldye_sub_h3_de {
    font-size: 17px;
  }

  .naturaldye_span_h,
  .naturaldye_p_h {
    font-size: 15px;
  }

  .naturaldye_cycle_p {
    font-size: 12px;
  }
}

@media (min-width: 1400px) {
  /* about */

  .blue_circle_p {
    font-size: 1.15vw;
    line-height: 1.3;
  }
}

/* For Product Section */

.flip-wrapper {
  transform-style: preserve-3d;
  transition: transform 0.7s ease-in-out;
}

.flip-wrapper.flip {
  animation: flipY 1s linear;
}

@keyframes flipY {
  0% {
    transform: rotateY(0deg);
  }

  50% {
    transform: rotateY(90deg);
  }

  100% {
    transform: rotateY(0deg);
  }
}

/* For Color palette T-Shirt Animation */

/* tailwind.css or global CSS */

@media (min-width: 1400px) {
  /* about */

  .blue_circle_p {
    font-size: 1.15vw;
    line-height: 1.3;
  }
}

@media (min-width: 2560px) {
  /* about */

  .blue_circle_p {
    font-size: 1.2vw;
    line-height: 1.3;
  }
}

@media (min-width: 1400px) and (max-width: 1535px) {
  /* about */

  /* Natural Dye */

  .naturaldye_p {
    font-size: 17px;
  }

  .naturaldye_span_h,
  .naturaldye_p_h {
    font-size: 17px;
  }

  .naturaldye_cycle_p {
    font-size: 14px;
  }

  .naturaldye_sub_h {
    font-size: 22px;
  }

  .naturaldye_h_de {
    font-size: 49px;
  }
}

@media (min-width: 1536px) and (max-width: 1919px) {
  /* About  */

  .about_p {
    font-size: 18px;
  }

  .about_h {
    font-size: 48px;
  }

  .about_p_h,
  .about_span_h {
    font-size: 18px;
  }

  /* For blue Circle */

  /* .blue_circle_p {
    font-size: 17px;
    line-height: 1.3;
  } */

  .blue_circle_p_de {
    line-height: 1.3;
    font-size: 17px;
  }

  .circle_about_h {
    font-size: 50px;
  }

  .circle_about_h_de {
    font-size: 38px;
  }

  .about_b_h {
    font-size: 62px;
  }

  .about_p_last {
    font-size: 20px;
  }

  /* Natural Dye */

  .naturaldye_p {
    font-size: 19px;
  }

  .naturaldye_h {
    font-size: 60px;
  }

  .naturaldye_h_de {
    font-size: 54px;
  }

  .naturaldye_h2 {
    font-size: 28px;
  }

  .naturaldye_sub_h {
    font-size: 24px;
  }

  .naturaldye_sub_h2 {
    font-size: 23px;
  }

  .naturaldye_sub_h3 {
    font-size: 21px;
  }

  .naturaldye_sub_h3_de {
    font-size: 22px;
  }

  .naturaldye_topic {
    font-size: 44px;
  }

  .naturaldye_span_h,
  .naturaldye_p_h {
    font-size: 21px;
  }

  .naturaldye_cycle_p {
    font-size: 16px;
  }
}

@media (min-width: 1920px) and (max-width: 2559px) {
  /* About  */

  .about_p {
    font-size: 22px;
  }

  .about_h {
    font-size: 62px;
  }

  .about_p_h,
  .about_span_h {
    font-size: 22px;
  }

  /* For Blue Circle  */

  /* .blue_circle_p {
    font-size: 22px;
    line-height: 1.3;
  } */

  .blue_circle_p_de {
    font-size: 22px;
  }

  .circle_about_h {
    font-size: 62px;
  }

  .circle_about_h_de {
    font-size: 38px;
  }

  .about_p_last {
    font-size: 25px;
  }

  /* Natural Dye */

  .naturaldye_p {
    font-size: 24px;
  }

  .naturaldye_h {
    font-size: 72px;
  }

  .naturaldye_h_de {
    font-size: 68px;
  }

  .naturaldye_h2 {
    font-size: 36px;
  }

  .naturaldye_sub_h {
    font-size: 30px;
  }

  .naturaldye_sub_h2 {
    font-size: 28px;
  }

  .naturaldye_sub_h3 {
    font-size: 25px;
  }

  .naturaldye_sub_h3_de {
    font-size: 27px;
  }

  .naturaldye_topic {
    font-size: 50px;
  }

  .naturaldye_span_h,
  .naturaldye_p_h {
    font-size: 26px;
  }

  .naturaldye_cycle_p {
    font-size: 20px;
  }
}

@media screen and (min-width: 2560px) {
  /* About  */

  .about_p {
    font-size: 32px;
  }

  .about_h {
    font-size: 92px;
  }

  .about_p_h,
  .about_span_h {
    font-size: 32px;
  }

  /* For Blue Circle  */

  /* .blue_circle_p {
    font-size: 30px;
    line-height: 1.3;
  } */

  .blue_circle_p_de {
    font-size: 30px;
  }

  .circle_about_h {
    font-size: 86px;
  }

  .circle_about_h_de {
    font-size: 38px;
  }

  .about_p_last {
    font-size: 25px;
  }

  /* Natural Dye */

  .naturaldye_p {
    font-size: 32px;
  }

  .naturaldye_h {
    font-size: 98px;
  }

  .naturaldye_h_de {
    font-size: 92px;
  }

  .naturaldye_h2 {
    font-size: 50px;
  }

  .naturaldye_sub_h {
    font-size: 40px;
  }

  .naturaldye_sub_h2 {
    font-size: 38px;
  }

  .naturaldye_sub_h3 {
    font-size: 35px;
  }

  .naturaldye_sub_h3_de {
    font-size: 38px;
  }

  .naturaldye_topic {
    font-size: 62px;
  }

  .naturaldye_span_h,
  .naturaldye_p_h {
    font-size: 35px;
  }

  .naturaldye_cycle_p {
    font-size: 28px;
  }
}

/* For Product Section */

.flip-wrapper {
  transform-style: preserve-3d;
  transition: transform 0.7s ease-in-out;
}

.flip-wrapper.flip {
  animation: flipY 1s linear;
}

@keyframes flipY {
  0% {
    transform: rotateY(0deg);
  }

  50% {
    transform: rotateY(90deg);
  }

  100% {
    transform: rotateY(0deg);
  }
}

/* For Color palette T-Shirt Animation */

/* tailwind.css or global CSS */

.hover\:scale-125:hover {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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\:bg-\[rgba\(38\2c 67\2c 116\2c 0\.5\)\]:hover {
  background-color: rgba(38,67,116,0.5);
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:text-\[rgb\(38\2c 67\2c 116\)\]:hover {
  --tw-text-opacity: 1;
  color: rgb(38 67 116 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:shadow-\[0_0_10px_rgba\(38\2c 67\2c 116\2c 1\)\]:hover {
  --tw-shadow: 0 0 10px rgba(38,67,116,1);
  --tw-shadow-colored: 0 0 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* Imprint */

.imp {
	--tw-bg-opacity: 1;
	padding: 2em;
	background-color: rgb(247 246 247 / var(--tw-bg-opacity, 1));
}

.imp_d {
	padding: 2em;
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
	border-radius:0.5em;
	border-width: 0.15em;
	border-color:rgb(150 150 150 / 0.3 );
	margin-left: 5%;
}

.imp_p a {
	text-decoration-line: underline;
	text-decoration-color: rgb(34 85 170 / 1);
	color: rgb(34 85 170 / 1);
}

.imp_h {
	font-size:4vw;
	font-weight: bold;
	margin-bottom:0.5em;	
	margin-top:0em;
}

.imp_h_p { 
	font-weight:bold;
	margin-bottom:0.5em;
	margin-top:1em;
}

.imp_p {
	margin-bottom:0.5em;
}

@media (min-width: 540px) {
  .smm\:w-20 {
    width: 5rem;
  }

  .smm\:w-5 {
    width: 1.25rem;
  }

  .smm\:w-8 {
    width: 2rem;
  }

  .smm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  
}

@media (min-width: 768px) {
  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:mt-2 {
    margin-top: 0.5rem;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:aspect-\[10\/14\] {
    aspect-ratio: 10/14;
  }

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-20 {
    width: 5rem;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-28 {
    width: 7rem;
  }

  .md\:w-32 {
    width: 8rem;
  }

  .md\:w-\[60\%\] {
    width: 60%;
  }

  .md\:w-96 {
    width: 24rem;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:rounded-\[20px\] {
    border-radius: 20px;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-\[40px\] {
    font-size: 40px;
  }

  .md\:text-\[18px\] {
    font-size: 18px;
  }

  .md\:text-\[16px\] {
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-\[300px\] {
    width: 300px;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  
  .imp_d {
	margin-left: 25%;
  }
  
  .imp_h {
	font-size:2vw;
  }
}

@media (min-width: 1265px) {
  .xl\:left-\[27\%\] {
    left: 27%;
  }

  .xl\:top-\[-21\%\] {
    top: -21%;
  }

  .xl\:top-\[38\%\] {
    top: 38%;
  }

  .xl\:top-\[5\%\] {
    top: 5%;
  }

  .xl\:top-\[7\%\] {
    top: 7%;
  }

  .xl\:mx-\[10\%\] {
    margin-left: 10%;
    margin-right: 10%;
  }

  .xl\:me-\[3\%\] {
    margin-inline-end: 3%;
  }

  .xl\:ms-6 {
    margin-inline-start: 1.5rem;
  }

  .xl\:mt-24 {
    margin-top: 6rem;
  }

  .xl\:mt-\[10\%\] {
    margin-top: 10%;
  }

  .xl\:w-28 {
    width: 7rem;
  }

  .xl\:w-32 {
    width: 8rem;
  }

  .xl\:w-\[130\%\] {
    width: 130%;
  }

  .xl\:w-\[40px\] {
    width: 40px;
  }

  .xl\:w-\[44px\] {
    width: 44px;
  }

  .xl\:w-\[70\%\] {
    width: 70%;
  }

  .xl\:w-\[80\%\] {
    width: 80%;
  }

  .xl\:w-\[85\%\] {
    width: 85%;
  }

  .xl\:w-\[90\%\] {
    width: 90%;
  }

  .xl\:w-\[94\%\] {
    width: 94%;
  }

  .xl\:px-\[14\%\] {
    padding-left: 14%;
    padding-right: 14%;
  }

  .xl\:px-\[5\%\] {
    padding-left: 5%;
    padding-right: 5%;
  }

  .xl\:ps-36 {
    padding-inline-start: 9rem;
  }

  .xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .xl\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .xl\:text-\[20px\] {
    font-size: 20px;
  }

  .xl\:text-\[32px\] {
    font-size: 32px;
  }

  .xl\:text-\[44px\] {
    font-size: 44px;
  }

  .xl\:\[word-spacing\:1px\] {
    word-spacing: 1px;
  }
}

@media (min-width: 1400px) {
  .xxl\:w-24 {
    width: 6rem;
  }

  .xxl\:px-\[4\.65\%\] {
    padding-left: 4.65%;
    padding-right: 4.65%;
  }

  .xxl\:text-\[23px\] {
    font-size: 23px;
  }

  .xxl\:text-\[34px\] {
    font-size: 34px;
  }
}

@media (min-width: 1536px) {
  @media (min-width: 1400px) {
    .\32xl\:xxl\:w-28 {
      width: 7rem;
    }
  }

  .\32xl\:left-\[5\%\] {
    left: 5%;
  }

  .\32xl\:top-\[40\%\] {
    top: 40%;
  }

  .\32xl\:w-12 {
    width: 3rem;
  }

  .\32xl\:w-28 {
    width: 7rem;
  }

  .\32xl\:w-\[52px\] {
    width: 52px;
  }

  .\32xl\:w-\[92\%\] {
    width: 92%;
  }

  .\32xl\:text-\[25px\] {
    font-size: 25px;
  }

  .\32xl\:text-\[40px\] {
    font-size: 40px;
  }

  .\32xl\:text-\[90px\] {
    font-size: 90px;
  }
}

@media (min-width: 1920px) {
  @media (min-width: 1536px) {
    .\33xl\:2xl\:text-\[48px\] {
      font-size: 48px;
    }
  }

  @media (min-width: 1265px) {
    .\33xl\:xl\:text-\[62px\] {
      font-size: 62px;
    }
  }

  @media (min-width: 1400px) {
    .\33xl\:xxl\:w-32 {
      width: 8rem;
    }
  }

  .\33xl\:w-16 {
    width: 4rem;
  }

  .\33xl\:w-32 {
    width: 8rem;
  }

  .\33xl\:w-40 {
    width: 10rem;
  }

  .\33xl\:text-\[110px\] {
    font-size: 110px;
  }

  .\33xl\:text-\[32px\] {
    font-size: 32px;
  }
}

@media (min-width: 2560px) {
  @media (min-width: 1536px) {
    .\34xl\:2xl\:text-\[66px\] {
      font-size: 66px;
    }
  }

  @media (min-width: 1265px) {
    .\34xl\:xl\:text-\[85px\] {
      font-size: 85px;
    }
  }

  @media (min-width: 1400px) {
    .\34xl\:xxl\:w-44 {
      width: 11rem;
    }
  }

  .\34xl\:w-20 {
    width: 5rem;
  }

  .\34xl\:w-24 {
    width: 6rem;
  }

  .\34xl\:w-40 {
    width: 10rem;
  }

  .\34xl\:w-56 {
    width: 14rem;
  }

  .\34xl\:w-60 {
    width: 15rem;
  }

  .\34xl\:text-\[140px\] {
    font-size: 140px;
  }

  .\34xl\:text-\[42px\] {
    font-size: 42px;
  }
}
