/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./src/styles/globals.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Kalam:wght@300;400;700&family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600&display=swap');

*, ::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.19 | 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;
}
.pointer-events-none{
  pointer-events: none;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.bottom-0{
  bottom: 0px;
}
.left-0{
  left: 0px;
}
.top-0{
  top: 0px;
}
.z-10{
  z-index: 10;
}
.z-50{
  z-index: 50;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-1\.5{
  margin-bottom: 0.375rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-14{
  margin-bottom: 3.5rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.h-0\.5{
  height: 0.125rem;
}
.h-14{
  height: 3.5rem;
}
.h-2{
  height: 0.5rem;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.w-2{
  width: 0.5rem;
}
.w-5{
  width: 1.25rem;
}
.w-\[120px\]{
  width: 120px;
}
.w-\[130px\]{
  width: 130px;
}
.w-full{
  width: 100%;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-5xl{
  max-width: 64rem;
}
.max-w-6xl{
  max-width: 72rem;
}
.max-w-7xl{
  max-width: 80rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.-translate-y-2{
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-2{
  --tw-translate-y: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-45{
  --tw-rotate: -45deg;
  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-45{
  --tw-rotate: 45deg;
  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));
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.list-disc{
  list-style-type: disc;
}
.auto-rows-auto{
  grid-auto-rows: auto;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.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-10{
  gap: 2.5rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-2\.5{
  gap: 0.625rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-y-1\.5{
  row-gap: 0.375rem;
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.self-start{
  align-self: flex-start;
}
.self-end{
  align-self: flex-end;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-t{
  border-top-width: 1px;
}
.border-dashed{
  border-style: dashed;
}
.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-bottom{
  -o-object-position: bottom;
     object-position: bottom;
}
.p-1{
  padding: 0.25rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-7{
  padding: 1.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-4{
  padding-bottom: 1rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.font-dm{
  font-family: DM Sans, sans-serif;
}
.font-fredoka{
  font-family: Fredoka, sans-serif;
}
.font-kalam{
  font-family: Kalam, cursive;
}
.font-playfair{
  font-family: Playfair Display, serif;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.italic{
  font-style: italic;
}
.leading-none{
  line-height: 1;
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline{
  text-decoration-line: underline;
}
.opacity-0{
  opacity: 0;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur{
  --tw-blur: blur(8px);
  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);
}
.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, 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-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-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* ── Base ── */
html {
  scroll-behavior: smooth;
}

/* Offset anchor scroll by navbar height so sections aren't hidden behind it */
section[id] {
  scroll-margin-top: 72px;
}

/* ── MOBILE: reduce section padding + fix spacing ── */
@media (max-width: 639px) {
  section[id] {
    padding-top: 52px !important;
    padding-bottom: 58px !important;
  }
  /* Features floating particles hidden on mobile */
  .features-particle { display: none !important; }
  /* Delivery scene — keep full height on mobile so nothing clips */
  .ds-scene-wrap { height: 200px !important; }
  /* How it works has no bottom padding — scene sits flush */
  section#how-it-works { padding-bottom: 0 !important; }
  /* CTA section — no extra bottom padding below store buttons */
  section#order { padding-bottom: 0 !important; }
}

body {
  font-family: 'Fredoka', sans-serif;
}

.font-playfair {
  font-family: 'Playfair Display', serif;
}

.font-kalam {
  font-family: 'Kalam', cursive;
}

.font-dm {
  font-family: 'DM Sans', sans-serif;
}

/* ── Scrollbar ── */
.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

/* ═══════════════════════════════════
   ANIMATIONS
═══════════════════════════════════ */

/* Steam wisps */
@keyframes steam {
  0% {
    opacity: 0;
    transform: translateY(0) scaleX(1);
  }

  35% {
    opacity: 0.6;
  }

  100% {
    opacity: 0;
    transform: translateY(-64px) scaleX(2);
  }
}

.steam-wisp {
  position: absolute;
  border-radius: 50%;
  background: rgba(232, 162, 80, 0.38);
  filter: blur(6px);
  animation: steam 2.8s ease-out infinite;
  pointer-events: none;
}

.steam-wisp:nth-child(2) {
  animation-delay: 0.8s;
}

.steam-wisp:nth-child(3) {
  animation-delay: 1.6s;
}

/* Float */
@keyframes float {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-12px)
  }
}

.float {
  animation: float 5s ease-in-out infinite;
}

/* Marquee */
@keyframes marquee {
  from {
    transform: translateX(0)
  }

  to {
    transform: translateX(-50%)
  }
}

.marquee-inner {
  display: flex;
  animation: marquee 24s linear infinite;
}

.marquee-inner:hover {
  animation-play-state: paused;
}

/* Pulse dot (live indicator) */
@keyframes livePulse {

  0%,
  100% {
    transform: scale(1);
    opacity: 1
  }

  50% {
    transform: scale(1.6);
    opacity: 0.4
  }
}

.live-dot {
  animation: livePulse 1.6s ease-in-out infinite;
}

/* Route dots travelling */
@keyframes routeDot {
  0% {
    left: 0%;
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    left: 100%;
    opacity: 0;
  }
}

.route-dot {
  position: absolute;
  top: -3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #E8723A;
  animation: routeDot 3s linear infinite;
}

.route-dot:nth-child(2) {
  animation-delay: 1s;
}

.route-dot:nth-child(3) {
  animation-delay: 2s;
}

/* Step number watermark fade-in */
@keyframes numFade {
  from {
    opacity: 0;
    transform: scale(0.85)
  }

  to {
    opacity: 1;
    transform: scale(1)
  }
}

/* Warm glow CTA */
@keyframes warmGlow {

  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(232, 114, 58, 0);
  }

  50% {
    box-shadow: 0 0 0 12px rgba(232, 114, 58, 0.16);
  }
}

.btn-glow {
  animation: warmGlow 3s ease-in-out infinite;
}

/* Shimmer line */
@keyframes shimmer {
  to {
    background-position: 200% center;
  }
}

.shimmer-bar {
  height: 2px;
  background: linear-gradient(90deg, #CB8552 0%, #E8A435 50%, #CB8552 100%);
  background-size: 200% auto;
  animation: shimmer 2.8s linear infinite;
}

/* ═══════════════════════════════════
   DELIVERY SCENE – Full Storytelling
   10s loop: arrive → stop → door → lady → parcel → depart → wave
   ═══════════════════════════════════ */

.ds-scene {
  position: relative;
  width: 100vw;
  overflow: hidden;
}

/* ── Clouds ── */
@keyframes ds-cloudDrift {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-140px)
  }
}

.ds-cloud1 {
  animation: ds-cloudDrift 22s linear infinite;
}

.ds-cloud2 {
  animation: ds-cloudDrift 32s linear infinite;
}

/* ── Tree gentle sway ── */
@keyframes ds-treeSway {

  0%,
  100% {
    transform: rotate(-1.2deg)
  }

  50% {
    transform: rotate(1.8deg)
  }
}

.ds-tree1 {
  transform-origin: bottom center;
  animation: ds-treeSway 4.5s ease-in-out infinite;
}

.ds-tree2 {
  transform-origin: bottom center;
  animation: ds-treeSway 5.8s ease-in-out infinite 0.6s;
}

.ds-tree3 {
  transform-origin: bottom center;
  animation: ds-treeSway 4s ease-in-out infinite 1.2s;
}

.ds-tree4 {
  transform-origin: bottom center;
  animation: ds-treeSway 6s ease-in-out infinite 0.3s;
}

/* ── SCOOTER – rides in from LEFT, stops near house, then rides away RIGHT ──
   Timeline: 0-28% ride in | 28-62% parked | 62-76% ride away fast | 76-100% off-screen reset
   Offset reduced to 1300px so it re-enters visible area quickly each loop.
*/
@keyframes ds-scooterMove {
  0% {
    transform: translateX(-1300px);
  }

  10% {
    transform: translateX(-50px);
  }

  13% {
    transform: translateX(0px);
  }

  15% {
    transform: translateX(12px);
  }

  17% {
    transform: translateX(0px);
  }

  62% {
    transform: translateX(0px);
  }

  66% {
    transform: translateX(60px);
  }

  76% {
    transform: translateX(1300px);
  }

  100% {
    transform: translateX(1300px);
  }
}

.ds-scooter {
  position: absolute;
  bottom: 8px;
  right: 22%;
  width: 120px;
  animation: ds-scooterMove 10s ease-in-out infinite;
  pointer-events: none;
  will-change: transform;
}

/* ── WHEEL SPIN – spins during ride, stops when parked ── */
@keyframes ds-wheelSpin {
  0% {
    transform: rotate(0deg);
  }

  13% {
    transform: rotate(900deg);
  }

  17%,
  62% {
    transform: rotate(1020deg);
  }

  66% {
    transform: rotate(1200deg);
  }

  76% {
    transform: rotate(2000deg);
  }

  100% {
    transform: rotate(2000deg);
  }
}

.ds-whl-r {
  transform-origin: 28px 56px;
  animation: ds-wheelSpin 10s linear infinite;
}

.ds-whl-f {
  transform-origin: 90px 56px;
  animation: ds-wheelSpin 10s linear infinite;
}

/* ── SPEED LINES – visible only while scooter is moving ── */
@keyframes ds-speedLines {

  0%,
  13% {
    opacity: 0.8;
  }

  17%,
  62% {
    opacity: 0;
  }

  64%,
  76% {
    opacity: 0.9;
  }

  77%,
  100% {
    opacity: 0;
  }
}

.ds-speed {
  animation: ds-speedLines 10s ease-in-out infinite;
}

/* ── DRIVER – leans forward when riding, sits upright when stopped ── */
@keyframes ds-driverLean {

  0%,
  24% {
    transform: rotate(-10deg);
  }

  30%,
  62% {
    transform: rotate(0deg);
  }

  68%,
  100% {
    transform: rotate(-10deg);
  }
}

.ds-driver {
  transform-origin: bottom center;
  animation: ds-driverLean 10s ease-in-out infinite;
}

/* ── EXHAUST SMOKE – puffs when braking ── */
@keyframes ds-smoke {

  0%,
  24% {
    opacity: 0;
    transform: scale(0.3) translate(0, 0);
  }

  28% {
    opacity: 0.6;
    transform: scale(1.2) translate(-8px, -6px);
  }

  36% {
    opacity: 0;
    transform: scale(2) translate(-18px, -16px);
  }

  100% {
    opacity: 0;
  }
}

.ds-smoke {
  animation: ds-smoke 10s ease-out infinite;
}

/* ── DOOR – swings open after scooter arrives ── */
@keyframes ds-doorOpen {

  0%,
  32% {
    transform: perspective(200px) rotateY(0deg);
  }

  40%,
  72% {
    transform: perspective(200px) rotateY(-75deg);
  }

  82%,
  100% {
    transform: perspective(200px) rotateY(0deg);
  }
}

.ds-door {
  transform-origin: left center;
  animation: ds-doorOpen 10s ease-in-out infinite;
}

/* ── LADY – walks out from door, receives parcel, waves goodbye ── */
@keyframes ds-ladyAppear {

  0%,
  34% {
    transform: translateX(0px);
    opacity: 0;
  }

  38% {
    transform: translateX(0px);
    opacity: 1;
  }

  44% {
    transform: translateX(-30px);
    opacity: 1;
  }

  72% {
    transform: translateX(-30px);
    opacity: 1;
  }

  80% {
    transform: translateX(-15px);
    opacity: 0.7;
  }

  88%,
  100% {
    transform: translateX(0px);
    opacity: 0;
  }
}

.ds-lady {
  animation: ds-ladyAppear 10s ease-in-out infinite;
}

/* ── LADY WAVING – arm waves after receiving the tiffin parcel ── */
@keyframes ds-wave {

  0%,
  54% {
    transform: rotate(0deg);
  }

  57% {
    transform: rotate(-30deg);
  }

  60% {
    transform: rotate(18deg);
  }

  63% {
    transform: rotate(-25deg);
  }

  66% {
    transform: rotate(15deg);
  }

  69% {
    transform: rotate(-10deg);
  }

  72%,
  100% {
    transform: rotate(0deg);
  }
}

.ds-wave-arm {
  transform-origin: bottom center;
  animation: ds-wave 10s ease-in-out infinite;
}

/* ── PARCEL – floats from scooter rack to the lady (rightward toward door) ── */
@keyframes ds-parcel {

  0%,
  42% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }

  46% {
    transform: translate(5px, -15px) scale(1.1);
    opacity: 1;
  }

  50% {
    transform: translate(20px, -28px) scale(1.15);
    opacity: 1;
  }

  54% {
    transform: translate(35px, -18px) scale(1.05);
    opacity: 1;
  }

  58%,
  66% {
    transform: translate(42px, -10px) scale(1);
    opacity: 1;
  }

  74% {
    transform: translate(42px, -10px) scale(1);
    opacity: 0;
  }

  100% {
    transform: translate(0, 0) scale(1);
    opacity: 0;
  }
}

.ds-parcel {
  animation: ds-parcel 10s ease-in-out infinite;
}

/* ── SPARKLE / STARS at handoff – big, visible burst ── */
@keyframes ds-sparkle {

  0%,
  44% {
    opacity: 0;
    transform: scale(0) rotate(0deg);
  }

  48% {
    opacity: 0.8;
    transform: scale(0.6) rotate(10deg);
  }

  52% {
    opacity: 1;
    transform: scale(1.3) rotate(20deg);
  }

  56% {
    opacity: 1;
    transform: scale(1.1) rotate(0deg);
  }

  60% {
    opacity: 0.9;
    transform: scale(1.2) rotate(-10deg);
  }

  66% {
    opacity: 0;
    transform: scale(1.6) rotate(-20deg);
  }

  100% {
    opacity: 0;
  }
}

.ds-sparkle {
  animation: ds-sparkle 10s ease-out infinite;
}

/* ── Additional sparkle stars scattered ── */
@keyframes ds-star1 {

  0%,
  46% {
    opacity: 0;
    transform: translate(0, 0) scale(0);
  }

  50% {
    opacity: 1;
    transform: translate(-10px, -15px) scale(1.2);
  }

  56% {
    opacity: 1;
    transform: translate(-15px, -25px) scale(1);
  }

  62% {
    opacity: 0;
    transform: translate(-20px, -35px) scale(0.5);
  }

  100% {
    opacity: 0;
  }
}

@keyframes ds-star2 {

  0%,
  48% {
    opacity: 0;
    transform: translate(0, 0) scale(0);
  }

  52% {
    opacity: 1;
    transform: translate(12px, -18px) scale(1.3);
  }

  58% {
    opacity: 1;
    transform: translate(18px, -30px) scale(0.9);
  }

  64% {
    opacity: 0;
    transform: translate(22px, -40px) scale(0.4);
  }

  100% {
    opacity: 0;
  }
}

@keyframes ds-star3 {

  0%,
  50% {
    opacity: 0;
    transform: translate(0, 0) scale(0);
  }

  54% {
    opacity: 1;
    transform: translate(0px, -22px) scale(1.4);
  }

  60% {
    opacity: 1;
    transform: translate(5px, -35px) scale(1);
  }

  66% {
    opacity: 0;
    transform: translate(8px, -45px) scale(0.3);
  }

  100% {
    opacity: 0;
  }
}

.ds-star1 {
  animation: ds-star1 10s ease-out infinite;
}

.ds-star2 {
  animation: ds-star2 10s ease-out infinite;
}

.ds-star3 {
  animation: ds-star3 10s ease-out infinite;
}

/* ── HEADLIGHT – pulses brighter when stopped ── */
@keyframes ds-headlight {

  0%,
  28% {
    opacity: 0.3;
  }

  32% {
    opacity: 1;
  }

  35% {
    opacity: 0.5;
  }

  38% {
    opacity: 1;
  }

  62%,
  100% {
    opacity: 0.3;
  }
}

.ds-headlight {
  animation: ds-headlight 10s ease-in-out infinite;
}

/* ═══════════════════════════════════
   COMPONENT CLASSES
═══════════════════════════════════ */

/* Buttons */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #E8723A;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 999px;
  padding: 13px 30px;
  font-family: 'Fredoka', sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.3px;
  transition: box-shadow 0.25s ease, transform 0.22s ease;
}

.btn-primary:hover {
  box-shadow: 0 8px 28px rgba(232, 114, 58, 0.45);
  transform: translateY(-2px);
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  cursor: pointer;
  border-radius: 999px;
  padding: 12px 28px;
  font-family: 'Fredoka', sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.3px;
  border: 1.5px solid currentColor;
  transition: all 0.25s ease;
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
}

/* Section badge */
.s-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  padding: 6px 16px;
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

/* Card lift */
.lift {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.lift:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.11);
}

/* Bento card hover */
.bento-card {
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.bento-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.10);
}

/* Step card hover */
.step-card {
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.step-card:hover {
  transform: translateY(-8px);
}

/* Chip */
.chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 9px 18px;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  color: #4A3020;
  background: #fff;
  border: 1.5px solid #E8D5B5;
  transition: all 0.25s ease;
  cursor: default;
  white-space: nowrap;
}

.chip:hover {
  background: #CB8552;
  color: #fff;
  border-color: #CB8552;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(203, 133, 82, 0.3);
}

/* Chit review card */
.chit {
  background: #fffdf6;
  border: 1px solid #e8d8b5;
  box-shadow: 3px 5px 18px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.chit::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #CB8552, #E8723A, #E8A435);
  border-radius: 8px 8px 0 0;
  opacity: 0.7;
}

.chit:hover {
  transform: translateY(-8px) rotate(0deg) !important;
  box-shadow: 5px 16px 36px rgba(0, 0, 0, 0.12);
}

/* Delivery route line */
.route-line {
  position: relative;
  height: 2px;
  background: repeating-linear-gradient(90deg, #E8D5B5 0px, #E8D5B5 8px, transparent 8px, transparent 16px);
}

/* ── CORE FEATURES section animations ── */

/* Floating food particles in section header */
@keyframes floatParticle {
  0%, 100% { transform: translateY(0px) rotate(-4deg); opacity: 0.55; }
  50%       { transform: translateY(-18px) rotate(7deg); opacity: 0.85; }
}

/* Animated underline draw-in */
@keyframes drawUnderline {
  from { transform: scaleX(0); }
  to   { transform: scaleX(1); }
}

/* Bento icon bounce on card hover */
@keyframes bentoIconPop {
  0%   { transform: scale(1) rotate(0deg); }
  35%  { transform: scale(1.35) rotate(-10deg); }
  65%  { transform: scale(1.18) rotate(6deg); }
  100% { transform: scale(1) rotate(0deg); }
}
.bento-icon { display: inline-block; }
.bento-card:hover .bento-icon {
  animation: bentoIconPop 0.55s cubic-bezier(.22,1,.36,1) forwards;
}

/* Feature pill chips */
.feat-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 14px;
  border-radius: 999px;
  font-family: 'DM Sans', sans-serif;
  font-size: 12.5px;
  font-weight: 500;
  background: #FFF0E4;
  color: #8B4513;
  border: 1px solid #E8D5B5;
  transition: background 0.2s, transform 0.2s;
}
.feat-chip:hover {
  background: #E8A43520;
  transform: translateY(-2px);
}

/* Kitchen image overlay gradient */
.kitchen-overlay::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(45, 26, 10, 0.72) 0%, rgba(45, 26, 10, 0.1) 55%, transparent 100%);
  border-radius: inherit;
}
.hover\:text-amber-700:hover{
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}
.hover\:opacity-70:hover{
  opacity: 0.7;
}
.hover\:opacity-90:hover{
  opacity: 0.9;
}
.hover\:grayscale-0:hover{
  --tw-grayscale: grayscale(0);
  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);
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 640px){

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

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

  .sm\:block{
    display: block;
  }

  .sm\:h-16{
    height: 4rem;
  }

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

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

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

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

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

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

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

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

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

  .sm\:gap-5{
    gap: 1.25rem;
  }

  .sm\:gap-6{
    gap: 1.5rem;
  }

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

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

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

  .sm\:p-6{
    padding: 1.5rem;
  }

  .sm\:p-7{
    padding: 1.75rem;
  }

  .sm\:p-9{
    padding: 2.25rem;
  }

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

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

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

  .sm\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

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

  .sm\:pt-20{
    padding-top: 5rem;
  }

  .sm\:text-right{
    text-align: right;
  }

  .sm\:text-\[15px\]{
    font-size: 15px;
  }
}
@media (min-width: 768px){

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

  .md\:overflow-visible{
    overflow: visible;
  }
}
@media (min-width: 1024px){

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

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

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

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

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

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-20{
    height: 5rem;
  }

  .lg\:min-h-\[calc\(100vh-120px\)\]{
    min-height: calc(100vh - 120px);
  }

  .lg\:min-h-\[calc\(100vh-60px\)\]{
    min-height: calc(100vh - 60px);
  }

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

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

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

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

  .lg\:grid-cols-\[220px_1fr\]{
    grid-template-columns: 220px 1fr;
  }

  .lg\:grid-cols-\[40\%_60\%\]{
    grid-template-columns: 40% 60%;
  }

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

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

  .lg\:gap-10{
    gap: 2.5rem;
  }

  .lg\:gap-16{
    gap: 4rem;
  }

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

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

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

  .lg\:pb-16{
    padding-bottom: 4rem;
  }

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

  .lg\:text-left{
    text-align: left;
  }
}
@media (min-width: 1280px){

  .xl\:-ml-14{
    margin-left: -3.5rem;
  }

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

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

  .xl\:gap-6{
    gap: 1.5rem;
  }
}
@media (min-width: 1536px){

  .\32xl\:-ml-20{
    margin-left: -5rem;
  }

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

  .\32xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
}
