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

.container {
  width: 100%;
}

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

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

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

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

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

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.bottom-16 {
  bottom: 4rem;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-5 {
  bottom: 1.25rem;
}

.bottom-\[-0\.27rem\] {
  bottom: -0.27rem;
}

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

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

.bottom-\[1\.2rem\] {
  bottom: 1.2rem;
}

.bottom-\[1\.3rem\] {
  bottom: 1.3rem;
}

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

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

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

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

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

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

.bottom-\[3\.4rem\] {
  bottom: 3.4rem;
}

.bottom-\[3\.7rem\] {
  bottom: 3.7rem;
}

.bottom-\[4\.5rem\] {
  bottom: 4.5rem;
}

.bottom-\[4\.8rem\] {
  bottom: 4.8rem;
}

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

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

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

.left-0 {
  left: 0px;
}

.left-16 {
  left: 4rem;
}

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

.left-3 {
  left: 0.75rem;
}

.left-4 {
  left: 1rem;
}

.left-6 {
  left: 1.5rem;
}

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

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

.left-\[-250px\] {
  left: -250px;
}

.left-\[-26px\] {
  left: -26px;
}

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

.left-\[-7px\] {
  left: -7px;
}

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

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

.left-\[107px\] {
  left: 107px;
}

.left-\[1100px\] {
  left: 1100px;
}

.left-\[122px\] {
  left: 122px;
}

.left-\[1270px\] {
  left: 1270px;
}

.left-\[138px\] {
  left: 138px;
}

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

.left-\[25px\] {
  left: 25px;
}

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

.left-\[350px\] {
  left: 350px;
}

.left-\[3px\] {
  left: 3px;
}

.left-\[4\.5rem\] {
  left: 4.5rem;
}

.left-\[4\.7rem\] {
  left: 4.7rem;
}

.left-\[410px\] {
  left: 410px;
}

.left-\[4px\] {
  left: 4px;
}

.left-\[5\.2rem\] {
  left: 5.2rem;
}

.left-\[5\.9rem\] {
  left: 5.9rem;
}

.left-\[6\.5rem\] {
  left: 6.5rem;
}

.left-\[710px\] {
  left: 710px;
}

.left-\[780px\] {
  left: 780px;
}

.left-\[8\.3rem\] {
  left: 8.3rem;
}

.left-\[9\.3rem\] {
  left: 9.3rem;
}

.left-\[9\.5rem\] {
  left: 9.5rem;
}

.right-10 {
  right: 2.5rem;
}

.right-20 {
  right: 5rem;
}

.right-5 {
  right: 1.25rem;
}

.right-6 {
  right: 1.5rem;
}

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

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

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

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

.right-\[4\.5rem\] {
  right: 4.5rem;
}

.right-\[4\.7rem\] {
  right: 4.7rem;
}

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

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

.right-\[7\.4rem\] {
  right: 7.4rem;
}

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

.top-0 {
  top: 0px;
}

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

.top-11 {
  top: 2.75rem;
}

.top-2 {
  top: 0.5rem;
}

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

.top-3 {
  top: 0.75rem;
}

.top-6 {
  top: 1.5rem;
}

.top-7 {
  top: 1.75rem;
}

.top-8 {
  top: 2rem;
}

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

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

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

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

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

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

.top-\[3\.2rem\] {
  top: 3.2rem;
}

.top-\[3\.9rem\] {
  top: 3.9rem;
}

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

.top-\[4\.2rem\] {
  top: 4.2rem;
}

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

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

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

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

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

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

.left-2 {
  left: 0.5rem;
}

.bottom-2 {
  bottom: 0.5rem;
}

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

.top-1 {
  top: 0.25rem;
}

.left-1 {
  left: 0.25rem;
}

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

.left-\[px\] {
  left: px;
}

.left-\[7px\] {
  left: 7px;
}

.left-\[6px\] {
  left: 6px;
}

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

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

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

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

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

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

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

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


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

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

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

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

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.mb-\[45\.82px\] {
  margin-bottom: 45.82px;
}

.me-\[12px\] {
  margin-inline-end: 12px;
}

.me-\[20px\] {
  margin-inline-end: 20px;
}

.ml-\[-130px\] {
  margin-left: -130px;
}

.ml-\[21px\] {
  margin-left: 21px;
}

.ml-\[89px\] {
  margin-left: 89px;
}

.ml-\[8px\] {
  margin-left: 8px;
}

.mr-\[4px\] {
  margin-right: 4px;
}

.mr-\[8px\] {
  margin-right: 8px;
}

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.hidden {
  display: none;
}

.h-12 {
  height: 3rem;
}

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

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

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

.w-72 {
  width: 18rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

.w-auto {
  width: auto;
}

.w-40 {
  width: 10rem;
}

.w-44 {
  width: 11rem;
}

.w-6 {
  width: 1.5rem;
}

.w-60 {
  width: 15rem;
}

.w-10 {
  width: 2.5rem;
}

.w-24 {
  width: 6rem;
}


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

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

.w-3 {
  width: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.-translate-y-14 {
  --tw-translate-y: -3.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\/4 {
  --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-55 {
  --tw-rotate: -55deg;
  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-6 {
  --tw-rotate: 6deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

.rounded-r-\[4px\] {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.rounded-br-\[12px\] {
  border-bottom-right-radius: 12px;
}

.border {
  border-width: 1px;
}

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

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

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

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

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

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

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

.border-customOrange {
  --tw-border-opacity: 1;
  border-color: rgb(246 142 95 / var(--tw-border-opacity, 1));
}

.border-disabled-btn-color {
  --tw-border-opacity: 1;
  border-color: rgb(129 129 139 / var(--tw-border-opacity, 1));
}

.border-inputBorder {
  --tw-border-opacity: 1;
  border-color: rgb(202 192 177 / var(--tw-border-opacity, 1));
}

.border-inputFocus {
  --tw-border-opacity: 1;
  border-color: rgb(34 16 71 / var(--tw-border-opacity, 1));
}

.border-primary1 {
  --tw-border-opacity: 1;
  border-color: rgb(59 53 72 / var(--tw-border-opacity, 1));
}

.border-primary2 {
  --tw-border-opacity: 1;
  border-color: rgb(247 108 94 / var(--tw-border-opacity, 1));
}

.border-opacity-70 {
  --tw-border-opacity: 0.7;
}

.border-opacity-100 {
  --tw-border-opacity: 1;
}

.bg-formSubmitBtn {
  --tw-bg-opacity: 1;
  background-color: rgb(0 133 255 / var(--tw-bg-opacity, 1));
}

.bg-hover1 {
  --tw-bg-opacity: 1;
  background-color: rgb(184 146 255 / var(--tw-bg-opacity, 1));
}

.bg-primary1 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 53 72 / var(--tw-bg-opacity, 1));
}

.bg-primary2 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 108 94 / var(--tw-bg-opacity, 1));
}

.bg-primary3 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 244 228 / 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-\[url\(\'\.\.\/assets\/images\/Noise_\&_Texture\.svg\'\)\] {
  background-image: url('../assets/images/Noise_&_Texture.svg');
}

.bg-videoSectionBg {
  background-image: radial-gradient(41.93% 137.21% at 58.07% 56.6%, rgba(190, 179, 163, 0.4) 0%, rgba(184, 146, 255, 0.308) 100%);
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pr-\[30px\] {
  padding-right: 30px;
}

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

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

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

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

.font-caveat {
  font-family: Caveat, cursive;
}

.font-odorMeanChey {
  font-family: Odor Mean Chey, cursive;
}

.font-oldenBurg {
  font-family: Oldenburg, serif;
}

.font-raleway {
  font-family: Raleway, sans-serif;
}

.text-\[1\.5px\] {
  font-size: 1.5px;
}

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

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

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

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

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

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

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

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

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

.text-custom-16 {
  font-size: 16px;
}

.text-custom-48 {
  font-size: 48px;
}

.text-custom-53 {
  font-size: 53px;
}

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

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

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

.leading-custom-67 {
  line-height: 67.58px;
}

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

.text-customBlue {
  --tw-text-opacity: 1;
  color: rgb(46 94 170 / var(--tw-text-opacity, 1));
}

.text-customOrange {
  --tw-text-opacity: 1;
  color: rgb(246 142 95 / var(--tw-text-opacity, 1));
}

.text-customSky {
  --tw-text-opacity: 1;
  color: rgb(65 234 212 / var(--tw-text-opacity, 1));
}

.text-customYellow {
  --tw-text-opacity: 1;
  color: rgb(240 200 8 / var(--tw-text-opacity, 1));
}

.text-disabled-btn-color {
  --tw-text-opacity: 1;
  color: rgb(129 129 139 / var(--tw-text-opacity, 1));
}

.text-hover1 {
  --tw-text-opacity: 1;
  color: rgb(184 146 255 / var(--tw-text-opacity, 1));
}

.text-inputFocus {
  --tw-text-opacity: 1;
  color: rgb(34 16 71 / var(--tw-text-opacity, 1));
}

.text-inputPlaceholder {
  --tw-text-opacity: 1;
  color: rgb(156 153 149 / var(--tw-text-opacity, 1));
}

.text-primary1 {
  --tw-text-opacity: 1;
  color: rgb(59 53 72 / var(--tw-text-opacity, 1));
}

.text-primary2 {
  --tw-text-opacity: 1;
  color: rgb(247 108 94 / var(--tw-text-opacity, 1));
}

.text-primary4 {
  color: #252121A8;
}

.text-transparent {
  color: transparent;
}

.text-video-btn-color {
  --tw-text-opacity: 1;
  color: rgb(46 64 87 / var(--tw-text-opacity, 1));
}

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

.opacity-0 {
  opacity: 0;
}

.opacity-50 {
  opacity: 0.5;
}

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

.shadow-dotShadow {
  --tw-shadow: 0.06rem 0.09rem 0px 0px #3B3548;
  --tw-shadow-colored: 0.06rem 0.09rem 0px 0px 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-formButtonShadow {
  --tw-shadow: 3px 4px 0px 0px #F76C5E;
  --tw-shadow-colored: 3px 4px 0px 0px 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-inner-custom {
  --tw-shadow: inset 0 4px 9px 0 #00000040, inset 0 -4px 13px 0 #00000040;
  --tw-shadow-colored: inset 0 4px 9px 0 var(--tw-shadow-color), inset 0 -4px 13px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-inner-custom1 {
  --tw-shadow: 2px 3px 1px 0px #00000036 inset, -1px -3px 5px 0px #FFFEFC1F inset;
  --tw-shadow-colored: inset 2px 3px 1px 0px var(--tw-shadow-color), inset -1px -3px 5px 0px 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-videoShadow {
  --tw-shadow: -16px 8px 0 0 #2E4057;
  --tw-shadow-colored: -16px 8px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.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-500 {
  transition-duration: 500ms;
}

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

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

.scrollbar-hidden {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

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

.text-shadow {
  text-shadow: 3px 3px 0 #3B3548;
}

@keyframes reveal-line {
  0% {
    transform: scaleX(0);
  }

  100% {
    transform: scaleX(1);
  }
}

.curvy-line {
  transform-origin: left;
  /* Start drawing from the left */
  animation: reveal-line 2s ease-in-out forwards;
}

.text-stroke {
  -webkit-text-stroke: 2px #a17be8;
  -webkit-text-fill-color: transparent;
}

.text-stroke-light {
  -webkit-text-stroke: 1px #a17be8;
}

.text-stroke-bold {
  -webkit-text-stroke: 3px #a17be8;
  -webkit-text-fill-color: transparent;
}

.fade-out {
  animation: fade-out 1s ease-in-out forwards;
}

.scale-out {
  animation: scale-out 0.5s ease-in-out forwards;
}

.pop-out {
  animation: pop-out 0.3s ease-in-out forwards;
}

.slide-text {
  animation: slide-text 0.5s ease-in-out forwards;
}

#firstText, #secondText, #thirdText,
#fourthText, #fifthText, #sixthText,
#seventhText, #eightText, #textRedTape {
  transition: transform 0.4s cubic-bezier(0.25, 1.5, 0.5, 1.2);
  display: inline-block; /* or block, depending on your layout */
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }

  30% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
  }
}

@keyframes scale-out {
  0% {
    transform: scale(1);
    opacity: 1;
  }

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

@keyframes pop-out {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }

  50% {
    transform: scale(1.15);
    opacity: 1;
  }

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

@keyframes slide-text {
  0% {
    transform: translateX(0px);
    opacity: 0;
  }

  100% {
    transform: translateX(-450px);
    opacity: 1;
  }
}

@keyframes firstText {
  0% {
    transform: rotate(-5.59deg) translateX(40px);
    /* Hold the position for delay */
  }

  100% {
    transform: rotate(21.82deg) translateX(-10px);
    /* Reach the end state */
  }
}

.tada {
  animation: tada 1s both;
  /* animation-fill-mode: forwards; */
  animation-iteration-count: 1;
}

@keyframes tada {
  0% {
    transform: scaleX(1);
  }

  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }

  to {
    transform: scaleX(1);
  }
}

.breathing {
  animation: breathing 1.3s alternate infinite;
}

.breathing-opacity {
  animation: breathing-opacity 1.3s alternate infinite;
}

@keyframes breathing {
  0% {
    transform: scale(1);
  }

  30% {
    transform: scale(1);
  }

  70% {
    transform: scale(1.3);
  }

  100% {
    transform: scale(1.3);
  }
}

@keyframes breathing-opacity {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }

  30% {
    transform: scale(1);
    opacity: 0.5;
  }

  70% {
    transform: scale(1.3);
    opacity: 1;
  }

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

/* footer */

.footer {
  background: url("./assets/images/Rectangle.svg") center center no-repeat;
  background-size: cover;
}

.swiper-container {
  width: 1440px;
  height: auto;
}

#formSection{
  background: url('./assets/images/Noise_&_Texture.svg') center center;
  background-size: cover;
  /* background-color: #FFF4E4; */
  height: 1000px;
  margin-top: -100px;
}

/* Scale text on hover */

#image-container span {
  transition: transform 0.3s ease, all 0.3s ease;
  display: inline-block;
  /* Ensure transform works properly */
  cursor: pointer;
}

/* Default highlighted span */

#image-container span.default {
  transform: scale(2.5);
  font-weight: 700;
}

#image-container span:hover {
  font-weight: 700;
  /* line-height: 4px; */
}

#image-container span.span-1-5px:hover{
  transform: scale(5);
  /* Scale up text */
}

#image-container span.span-2px:hover{
  transform: scale(3);
  /* Scale up text */
}

#image-container span.span-3px:hover{
  transform: scale(2.5);
  /* Scale up text */
}

#image-container span.span-5px:hover{
  transform: scale(1.8);
  /* Scale up text */
}

/* Transition effect for #location-img */

#location-img {
  transition: all 0.5s ease;
}

.placeholder\:text-inputPlaceholder::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 153 149 / var(--tw-text-opacity, 1));
}

.placeholder\:text-inputPlaceholder::placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 153 149 / var(--tw-text-opacity, 1));
}

.focus-within\:border-solid:focus-within {
  border-style: solid;
}

.focus-within\:border-inputFocus:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(34 16 71 / var(--tw-border-opacity, 1));
}

.focus\:border-inputFocus:focus {
  --tw-border-opacity: 1;
  border-color: rgb(34 16 71 / var(--tw-border-opacity, 1));
}

.focus\:text-inputFocus:focus {
  --tw-text-opacity: 1;
  color: rgb(34 16 71 / var(--tw-text-opacity, 1));
}

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

.active\:bg-hover1:active {
  --tw-bg-opacity: 1;
  background-color: rgb(184 146 255 / var(--tw-bg-opacity, 1));
}

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

.group:hover .group-hover\:hidden {
  display: none;
}

.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

@media (min-width: 640px) {
  .sm\:w-48 {
    width: 12rem;
  }
}

@media (min-width: 768px) {
  .md\:bottom-\[-50px\] {
    bottom: -50px;
  }

  .md\:left-\[-192px\] {
    left: -192px;
  }

  .md\:left-\[-25px\] {
    left: -25px;
  }

  .md\:left-\[-41px\] {
    left: -41px;
  }

  .md\:left-\[165px\] {
    left: 165px;
  }

  .md\:left-\[90px\] {
    left: 90px;
  }

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

  .md\:right-\[6\.6rem\] {
    right: 6.6rem;
  }

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

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

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

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

  .md\:top-\[35px\] {
    top: 35px;
  }

  .md\:top-\[520px\] {
    top: 520px;
  }

  .md\:left-\[6px\] {
    left: 6px;
  }

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

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

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

  .md\:mb-\[52\.82px\] {
    margin-bottom: 52.82px;
  }

  .md\:me-\[32px\] {
    margin-inline-end: 32px;
  }

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:gap-\[34px\] {
    gap: 34px;
  }

  .md\:gap-\[52px\] {
    gap: 52px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:text-custom-24 {
    font-size: 24px;
  }

  .md\:text-custom-53 {
    font-size: 53px;
  }

  .md\:leading-custom-74 {
    line-height: 74.62px;
  }
}

@media (min-width: 1024px) {
  .lg\:bottom-\[64px\] {
    bottom: 64px;
  }

  .lg\:right-\[-255px\] {
    right: -255px;
  }

  .lg\:right-\[-73px\] {
    right: -73px;
  }

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

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

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

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

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

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

  .lg\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

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

  .lg\:me-\[28px\] {
    margin-inline-end: 28px;
  }

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

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

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

  .lg\:flex-shrink {
    flex-shrink: 1;
  }

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

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

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

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

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

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

@media (min-width: 1280px) {
  .xl\:left-\[-25px\] {
    left: -25px;
  }

  .xl\:left-\[-437px\] {
    left: -437px;
  }

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

  .xl\:top-\[277px\] {
    top: 277px;
  }

  .xl\:top-\[280px\] {
    top: 280px;
  }

  .xl\:top-\[310px\] {
    top: 310px;
  }

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

  .xl\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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