*, ::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.18 | 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% !important;
}

.container {
  width: 100%;
}

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

  .container {
    max-width: 640px;
  }
}

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

  .container {
    max-width: 768px;
  }
}

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

  .container {
    max-width: 1024px;
  }
}

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

  .container {
    max-width: 1280px;
  }
}

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

  .container {
    max-width: 1536px;
  }
}

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

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

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

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

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

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

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

.left-0 {
  left: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.left-auto {
  left: auto;
}

.right-0 {
  right: 0px;
}

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

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

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

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

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

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

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

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

.top-0 {
  top: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.top-\[35\%\] {
  top: 35%;
}

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

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

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

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

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

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

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

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

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

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

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

.top-full {
  top: 100%;
}

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

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

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

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

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

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

.m-0 {
  margin: 0px;
}

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

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

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

.my-80 {
  margin-top: 20rem;
  margin-bottom: 20rem;
}

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

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

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

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

.mb-32 {
  margin-bottom: 8rem;
}

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

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

.mb-48 {
  margin-bottom: 12rem;
}

.mb-56 {
  margin-bottom: 14rem;
}

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

.mb-80 {
  margin-bottom: 20rem;
}

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

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

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

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

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

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

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

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

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

.mt-48 {
  margin-top: 12rem;
}

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

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

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

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

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

.block {
  display: block;
}

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

.max-h-\[calc\(100vh-122px\)\] {
  max-height: calc(100vh - 122px);
}

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

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

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

.w-1\/3 {
  width: 33.333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto {
  width: auto;
}

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

.w-full {
  width: 100%;
}

.min-w-0 {
  min-width: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-full {
  max-width: 100%;
}

.max-w-none {
  max-width: none;
}

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

.flex-none {
  flex: none;
}

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

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

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

.grow {
  flex-grow: 1;
}

.basis-0 {
  flex-basis: 0px;
}

.-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-x-0 {
  --tw-translate-x: 0px;
  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));
}

.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-\[-2deg\] {
  --tw-rotate: -2deg;
  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-\[-3deg\] {
  --tw-rotate: -3deg;
  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-\[-62deg\] {
  --tw-rotate: -62deg;
  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-\[118deg\] {
  --tw-rotate: 118deg;
  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-\[194deg\] {
  --tw-rotate: 194deg;
  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-\[258deg\] {
  --tw-rotate: 258deg;
  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-\[28deg\] {
  --tw-rotate: 28deg;
  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-\[2deg\] {
  --tw-rotate: 2deg;
  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-\[319deg\] {
  --tw-rotate: 319deg;
  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-\[350deg\] {
  --tw-rotate: 350deg;
  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-\[3deg\] {
  --tw-rotate: 3deg;
  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-\[45deg\] {
  --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-\[55deg\] {
  --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));
}

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

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-16 {
  gap: 4rem;
}

.gap-24 {
  gap: 6rem;
}

.gap-32 {
  gap: 8rem;
}

.gap-40 {
  gap: 10rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-80 {
  gap: 20rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

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

.border {
  border-width: 1px;
}

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

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

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

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

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

.border-\[\#472663\] {
  --tw-border-opacity: 1;
  border-color: rgb(71 38 99 / var(--tw-border-opacity, 1));
}

.border-\[\#ae97c9\] {
  --tw-border-opacity: 1;
  border-color: rgb(174 151 201 / var(--tw-border-opacity, 1));
}

.border-\[\#d1c5b5\] {
  --tw-border-opacity: 1;
  border-color: rgb(209 197 181 / var(--tw-border-opacity, 1));
}

.border-\[\#e3dfd2\] {
  --tw-border-opacity: 1;
  border-color: rgb(227 223 210 / var(--tw-border-opacity, 1));
}

.border-\[\#f3f3f3\] {
  --tw-border-opacity: 1;
  border-color: rgb(243 243 243 / var(--tw-border-opacity, 1));
}

.border-opacity-20 {
  --tw-border-opacity: 0.2;
}

.bg-\[\#472663\] {
  --tw-bg-opacity: 1;
  background-color: rgb(71 38 99 / var(--tw-bg-opacity, 1));
}

.bg-\[\#472663\]\/60 {
  background-color: rgb(71 38 99 / 0.6);
}

.bg-\[\#64358C\]\/10 {
  background-color: rgb(100 53 140 / 0.1);
}

.bg-\[\#64358c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(100 53 140 / var(--tw-bg-opacity, 1));
}

.bg-\[\#6B4B8B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(107 75 139 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FEFEFD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 254 253 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ae97c9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(174 151 201 / var(--tw-bg-opacity, 1));
}

.bg-\[\#e3e3e3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(227 227 227 / var(--tw-bg-opacity, 1));
}

.bg-\[\#e3e3e3\]\/20 {
  background-color: rgb(227 227 227 / 0.2);
}

.bg-\[\#e9e2d3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(233 226 211 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f9f5e7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 245 231 / var(--tw-bg-opacity, 1));
}

.bg-\[\#fefefd\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 254 253 / var(--tw-bg-opacity, 1));
}

.bg-\[\#fefefd\]\/20 {
  background-color: rgb(254 254 253 / 0.2);
}

.bg-inherit {
  background-color: inherit;
}

.bg-transparent {
  background-color: transparent;
}

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

.bg-\[rgba\(209\2c 197\2c 181\2c 0\.3\)\] {
  background-color: rgba(209,197,181,0.3);
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-black\/60 {
  --tw-gradient-from: rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-transparent {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-black\/50 {
  --tw-gradient-to: rgb(0 0 0 / 0.5) var(--tw-gradient-to-position);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

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

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

.bg-no-repeat {
  background-repeat: no-repeat;
}

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

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

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-80 {
  padding: 20rem;
}

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

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

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

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

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

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

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

.px-80 {
  padding-left: 20rem;
  padding-right: 20rem;
}

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

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

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

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

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

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

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

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

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-0 {
  padding-left: 0px;
}

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

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

.pr-0 {
  padding-right: 0px;
}

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

.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-56 {
  padding-top: 14rem;
}

.pt-80 {
  padding-top: 20rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-\[1\.1\] {
  line-height: 1.1;
}

.leading-\[1\.2\] {
  line-height: 1.2;
}

.leading-\[1\.4\] {
  line-height: 1.4;
}

.leading-\[1\.5\] {
  line-height: 1.5;
}

.leading-none {
  line-height: 1;
}

.tracking-\[-0\.96px\] {
  letter-spacing: -0.96px;
}

.tracking-\[-1\.28px\] {
  letter-spacing: -1.28px;
}

.tracking-\[-1\.44px\] {
  letter-spacing: -1.44px;
}

.tracking-\[-4\.8px\] {
  letter-spacing: -4.8px;
}

.text-\[\#000000\]\/80 {
  color: rgb(0 0 0 / 0.8);
}

.text-\[\#1e1e1e\] {
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity, 1));
}

.text-\[\#1f1f1f\]\/80 {
  color: rgb(31 31 31 / 0.8);
}

.text-\[\#2b212c\] {
  --tw-text-opacity: 1;
  color: rgb(43 33 44 / var(--tw-text-opacity, 1));
}

.text-\[\#322f2f\] {
  --tw-text-opacity: 1;
  color: rgb(50 47 47 / var(--tw-text-opacity, 1));
}

.text-\[\#433c35\] {
  --tw-text-opacity: 1;
  color: rgb(67 60 53 / var(--tw-text-opacity, 1));
}

.text-\[\#472663\] {
  --tw-text-opacity: 1;
  color: rgb(71 38 99 / var(--tw-text-opacity, 1));
}

.text-\[\#5b5959\] {
  --tw-text-opacity: 1;
  color: rgb(91 89 89 / var(--tw-text-opacity, 1));
}

.text-\[\#a79785\] {
  --tw-text-opacity: 1;
  color: rgb(167 151 133 / var(--tw-text-opacity, 1));
}

.text-\[\#ae97c9\] {
  --tw-text-opacity: 1;
  color: rgb(174 151 201 / var(--tw-text-opacity, 1));
}

.text-\[\#f3f3f3\] {
  --tw-text-opacity: 1;
  color: rgb(243 243 243 / var(--tw-text-opacity, 1));
}

.text-\[\#f9f5e7\] {
  --tw-text-opacity: 1;
  color: rgb(249 245 231 / var(--tw-text-opacity, 1));
}

.text-\[rgba\(255\2c 255\2c 255\2c 0\.8\)\] {
  color: rgba(255,255,255,0.8);
}

.text-\[rgba\(31\2c 31\2c 31\2c 0\.8\)\] {
  color: rgba(31,31,31,0.8);
}

.text-black\/80 {
  color: rgb(0 0 0 / 0.8);
}

.text-inherit {
  color: inherit;
}

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

.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}

.no-underline {
  text-decoration-line: none;
}

.opacity-0 {
  opacity: 0;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

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

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

.invert {
  --tw-invert: invert(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);
}

.sepia {
  --tw-sepia: sepia(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;
}

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

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

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

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

/* Purple gradient background for programme slide section */

.bg-programme-purple {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%),
                    linear-gradient(90deg, rgb(174, 151, 201) 0%, rgb(174, 151, 201) 100%);
}

/* Joan's Custom Styles */

/* Add your custom CSS here - this is your personal development file */

/* Fix for Our Programme page - comprehensive overlap fixes */

/* 1. Fix sticky container positioning to account for header */

.page-template-template-our-programme .programme-sticky-container {
  top: 100px !important;
  /* Account for header height */
}

/* 2. Adjust the main content area to prevent overlap */

.page-template-template-our-programme .programme-list-container {
  padding-top: 40px !important;
}

/* 3. Fix the initial title section spacing */

.page-template-template-our-programme .pt-\[120px\] {
  padding-top: 140px !important;
  padding-bottom: 60px !important;
}

/* 4. Mobile specific fixes */

@media (max-width: 1279px) {
  .page-template-template-our-programme .programme-sticky-container {
    top: 80px !important;
  }
}

@media (max-width: 767px) {
  .page-template-template-our-programme .programme-sticky-container {
    top: 70px !important;
  }

  .page-template-template-our-programme .max-md\:\!pt-\[80px\] {
    padding-top: 100px !important;
  }

  .page-template-template-our-programme .programme-list-container {
    padding-top: 20px !important;
  }
}

/* Programme Highlight Section - SIMPLE AND CLEAN */

/* Decorative shapes positioning */

.programme-slide-section {
  position: relative;
}

/* Decorative shapes use Tailwind classes in template - no overrides needed */

/* Simple centered slider - Set to 540px width */

.programme-slider .slide-image-wrapper {
  max-width: 540px !important;
  /* Set to exactly 540px */
  margin: 0 auto !important;
  text-align: center !important;
}

/* Center image */

.programme-slider .slide-image-wrapper img {
  width: 100% !important;
  height: auto !important;
  border-radius: 16px !important;
}

/* Allow side slides to show as previews - like homepage */

.programme-slider {
  overflow: visible !important;
}

.programme-slider .slick-list {
  overflow: visible !important;
}

/* Make slides visible */

.programme-slider .slick-slide {
  opacity: 1 !important;
  visibility: visible !important;
}

/* Description should not affect centering */

.programme-slider .slide-image-wrapper {
  position: relative !important;
}

/* Description text positioned to the right of image - adjusted for 540px width */

.programme-slider .slide-description {
  position: absolute !important;
  bottom: 0px !important;
  /* Keep within bounds */
  right: -360px !important;
  /* Adjusted for 540px image */
  margin-top: 0 !important;
  z-index: 10 !important;
  /* Ensure it's above other elements */
}

.programme-slider .slide-description p {
  font-size: 16px !important;
  line-height: 1.5 !important;
  color: #322f2f !important;
  text-align: left !important;
}

/* Make slide wrapper position relative for absolute positioning */

.programme-slider .slide-image-wrapper {
  position: relative !important;
  max-width: 540px !important;
  /* Set to exactly 540px */
  margin: 0 auto !important;
  text-align: center !important;
}

/* Explore our centres section - Mobile fixes */

/* Fix mobile image container width and corner rounding */

@media (max-width: 767px) {
  /* Ensure proper slide width on mobile */

  .centre-slider .slick-slide {
    width: auto !important;
    padding-right: 12px !important;
  }

  /* Fix image container to not overflow */

  .centre-slider .centre-item {
    max-width: calc(100vw - 48px);
    /* Account for page padding */
  }

  /* Ensure images have proper corner rounding on mobile */

  .centre-slider .centre-item .overflow-hidden {
    border-radius: 16px !important;
    overflow: hidden !important;
  }

  /* Fix image scaling to fit container properly */

  .centre-slider .centre-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  /* Ensure the slick track doesn't cause overflow */

  .centre-slider.slick-initialized {
    margin-right: -12px !important;
  }

  /* Fix variable width slider behavior */

  .centre-slider .slick-track {
    display: flex !important;
    align-items: stretch !important;
  }

  /* Control slide width for better visibility */

  .centre-slider .slick-slide > div {
    width: 280px !important;
    /* Fixed width for consistency */
  }

  /* Ensure proper spacing between slides */

  .centre-slider .slick-slide {
    margin-right: 0 !important;
  }
}

.last\:mb-0:last-child {
  margin-bottom: 0px;
}

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

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

.hover\:bg-\[\#472663\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(71 38 99 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#5A3F7A\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(90 63 122 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#ae97c9\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(174 151 201 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-opacity-10:hover {
  --tw-bg-opacity: 0.1;
}

.hover\:text-\[\#472663\]:hover {
  --tw-text-opacity: 1;
  color: rgb(71 38 99 / var(--tw-text-opacity, 1));
}

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

.hover\:text-\[\#64358c\]:hover {
  --tw-text-opacity: 1;
  color: rgb(100 53 140 / var(--tw-text-opacity, 1));
}

.hover\:opacity-70:hover {
  opacity: 0.7;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\: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));
}

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

.group:hover .group-hover\:fill-white {
  fill: #fff;
}

.group:hover .group-hover\:stroke-white {
  stroke: #fff;
}

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

@media (max-width: 1439px) {
  .max-\[1439px\]\:\!pr-\[40px\] {
    padding-right: 40px !important;
  }
}

@media (max-width: 1350px) {
  .max-\[1350px\]\:w-full {
    width: 100%;
  }

  .max-\[1350px\]\:flex-col {
    flex-direction: column;
  }

  .max-\[1350px\]\:gap-\[40px\] {
    gap: 40px;
  }
}

@media not all and (min-width: 1280px) {
  .max-xl\:\!right-\[0\] {
    right: 0 !important;
  }

  .max-xl\:\!order-1 {
    order: 1 !important;
  }

  .max-xl\:\!order-2 {
    order: 2 !important;
  }

  .max-xl\:\!ml-\[-50px\] {
    margin-left: -50px !important;
  }

  .max-xl\:\!mr-\[-50px\] {
    margin-right: -50px !important;
  }

  .max-xl\:\!mt-\[150px\] {
    margin-top: 150px !important;
  }

  .max-xl\:\!flex {
    display: flex !important;
  }

  .max-xl\:\!h-\[425px\] {
    height: 425px !important;
  }

  .max-xl\:\!h-\[450px\] {
    height: 450px !important;
  }

  .max-xl\:\!h-\[500px\] {
    height: 500px !important;
  }

  .max-xl\:\!h-auto {
    height: auto !important;
  }

  .max-xl\:\!h-screen {
    height: 100vh !important;
  }

  .max-xl\:\!w-\[45\%\] {
    width: 45% !important;
  }

  .max-xl\:\!w-\[550px\] {
    width: 550px !important;
  }

  .max-xl\:\!w-\[600px\] {
    width: 600px !important;
  }

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

  .max-xl\:\!flex-col {
    flex-direction: column !important;
  }

  .max-xl\:\!items-start {
    align-items: flex-start !important;
  }

  .max-xl\:\!justify-start {
    justify-content: flex-start !important;
  }

  .max-xl\:\!justify-center {
    justify-content: center !important;
  }

  .max-xl\:\!gap-\[24px\] {
    gap: 24px !important;
  }

  .max-xl\:\!gap-\[32px\] {
    gap: 32px !important;
  }

  .max-xl\:\!rounded-none {
    border-radius: 0px !important;
  }

  .max-xl\:\!border-none {
    border-style: none !important;
  }

  .max-xl\:\!px-\[24px\] {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .max-xl\:\!py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .max-xl\:\!pl-0 {
    padding-left: 0px !important;
  }

  .max-xl\:\!pr-0 {
    padding-right: 0px !important;
  }

  .max-xl\:\!pt-\[80px\] {
    padding-top: 80px !important;
  }
}

@media not all and (min-width: 1024px) {
  .max-lg\:\!bottom-\[40px\] {
    bottom: 40px !important;
  }

  .max-lg\:\!left-\[20px\] {
    left: 20px !important;
  }

  .max-lg\:\!left-\[24px\] {
    left: 24px !important;
  }

  .max-lg\:\!left-\[40px\] {
    left: 40px !important;
  }

  .max-lg\:\!right-\[0\] {
    right: 0 !important;
  }

  .max-lg\:\!right-\[20px\] {
    right: 20px !important;
  }

  .max-lg\:\!right-\[24px\] {
    right: 24px !important;
  }

  .max-lg\:\!top-\[40px\] {
    top: 40px !important;
  }

  .max-lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .max-lg\:\!ml-0 {
    margin-left: 0px !important;
  }

  .max-lg\:\!mr-0 {
    margin-right: 0px !important;
  }

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

  .max-lg\:\!h-\[300px\] {
    height: 300px !important;
  }

  .max-lg\:\!h-\[310px\] {
    height: 310px !important;
  }

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

  .max-lg\:\!w-\[300px\] {
    width: 300px !important;
  }

  .max-lg\:\!w-\[400px\] {
    width: 400px !important;
  }

  .max-lg\:\!w-\[50\%\] {
    width: 50% !important;
  }

  .max-lg\:w-full {
    width: 100%;
  }

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

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

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

  .max-lg\:flex-col {
    flex-direction: column;
  }

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

  .max-lg\:justify-center {
    justify-content: center;
  }

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

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

  .max-lg\:\!px-\[24px\] {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .max-lg\:\!px-\[40px\] {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .max-lg\:\!py-\[80px\] {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .max-lg\:\!pb-\[120px\] {
    padding-bottom: 120px !important;
  }

  .max-lg\:text-center {
    text-align: center;
  }

  .max-lg\:\!text-\[16px\] {
    font-size: 16px !important;
  }

  .max-lg\:\!text-\[32px\] {
    font-size: 32px !important;
  }

  .max-lg\:\!text-\[40px\] {
    font-size: 40px !important;
  }

  .max-lg\:\!text-\[48px\] {
    font-size: 48px !important;
  }

  .max-lg\:\!text-\[56px\] {
    font-size: 56px !important;
  }

  .max-lg\:tracking-\[-0\.8px\] {
    letter-spacing: -0.8px;
  }
}

@media not all and (min-width: 768px) {
  .max-md\:\!bottom-\[20px\] {
    bottom: 20px !important;
  }

  .max-md\:\!bottom-\[40px\] {
    bottom: 40px !important;
  }

  .max-md\:\!bottom-auto {
    bottom: auto !important;
  }

  .max-md\:\!left-\[24px\] {
    left: 24px !important;
  }

  .max-md\:\!right-\[24px\] {
    right: 24px !important;
  }

  .max-md\:\!top-\[40px\] {
    top: 40px !important;
  }

  .max-md\:\!top-auto {
    top: auto !important;
  }

  .max-md\:bottom-0 {
    bottom: 0px;
  }

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

  .max-md\:right-0 {
    right: 0px;
  }

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

  .max-md\:\!mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .max-md\:\!mb-\[24px\] {
    margin-bottom: 24px !important;
  }

  .max-md\:\!mb-\[32px\] {
    margin-bottom: 32px !important;
  }

  .max-md\:\!mb-\[40px\] {
    margin-bottom: 40px !important;
  }

  .max-md\:\!mr-\[-24px\] {
    margin-right: -24px !important;
  }

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

  .max-md\:\!mt-\[48px\] {
    margin-top: 48px !important;
  }

  .max-md\:mb-\[24px\] {
    margin-bottom: 24px;
  }

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

  .max-md\:mb-\[56px\] {
    margin-bottom: 56px;
  }

  .max-md\:mb-\[80px\] {
    margin-bottom: 80px;
  }

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

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

  .max-md\:\!block {
    display: block !important;
  }

  .max-md\:block {
    display: block;
  }

  .max-md\:\!flex {
    display: flex !important;
  }

  .max-md\:\!grid {
    display: grid !important;
  }

  .max-md\:hidden {
    display: none;
  }

  .max-md\:\!h-\[12px\] {
    height: 12px !important;
  }

  .max-md\:\!h-\[200px\] {
    height: 200px !important;
  }

  .max-md\:\!h-\[210px\] {
    height: 210px !important;
  }

  .max-md\:\!h-\[244px\] {
    height: 244px !important;
  }

  .max-md\:\!h-\[245px\] {
    height: 245px !important;
  }

  .max-md\:\!h-\[253px\] {
    height: 253px !important;
  }

  .max-md\:\!h-\[300px\] {
    height: 300px !important;
  }

  .max-md\:\!h-\[40px\] {
    height: 40px !important;
  }

  .max-md\:\!h-\[50px\] {
    height: 50px !important;
  }

  .max-md\:\!h-\[60px\] {
    height: 60px !important;
  }

  .max-md\:\!h-\[90px\] {
    height: 90px !important;
  }

  .max-md\:\!h-auto {
    height: auto !important;
  }

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

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

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

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

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

  .max-md\:h-\[439\] {
    height: 439;
  }

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

  .max-md\:h-auto {
    height: auto;
  }

  .max-md\:\!max-h-\[37px\] {
    max-height: 37px !important;
  }

  .max-md\:\!min-h-0 {
    min-height: 0px !important;
  }

  .max-md\:\!min-h-\[560px\] {
    min-height: 560px !important;
  }

  .max-md\:min-h-\[500px\] {
    min-height: 500px;
  }

  .max-md\:\!w-\[100px\] {
    width: 100px !important;
  }

  .max-md\:\!w-\[16px\] {
    width: 16px !important;
  }

  .max-md\:\!w-\[200px\] {
    width: 200px !important;
  }

  .max-md\:\!w-\[40px\] {
    width: 40px !important;
  }

  .max-md\:\!w-\[50px\] {
    width: 50px !important;
  }

  .max-md\:\!w-\[60px\] {
    width: 60px !important;
  }

  .max-md\:\!w-\[90px\] {
    width: 90px !important;
  }

  .max-md\:\!w-auto {
    width: auto !important;
  }

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

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

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

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

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

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

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

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

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

  .max-md\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
    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));
  }

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

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

  .max-md\:\!flex-col {
    flex-direction: column !important;
  }

  .max-md\:\!items-start {
    align-items: flex-start !important;
  }

  .max-md\:\!items-center {
    align-items: center !important;
  }

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

  .max-md\:\!gap-\[12px\] {
    gap: 12px !important;
  }

  .max-md\:\!gap-\[14px\] {
    gap: 14px !important;
  }

  .max-md\:\!gap-\[16px\] {
    gap: 16px !important;
  }

  .max-md\:\!gap-\[24px\] {
    gap: 24px !important;
  }

  .max-md\:\!gap-\[40px\] {
    gap: 40px !important;
  }

  .max-md\:\!gap-\[48px\] {
    gap: 48px !important;
  }

  .max-md\:\!gap-\[4px\] {
    gap: 4px !important;
  }

  .max-md\:\!gap-\[56px\] {
    gap: 56px !important;
  }

  .max-md\:\!gap-\[72px\] {
    gap: 72px !important;
  }

  .max-md\:\!gap-\[80px\] {
    gap: 80px !important;
  }

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

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

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

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

  .max-md\:\!rounded-\[16px\] {
    border-radius: 16px !important;
  }

  .max-md\:\!rounded-\[4px\] {
    border-radius: 4px !important;
  }

  .max-md\:rounded-\[8px\] {
    border-radius: 8px;
  }

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

  .max-md\:\!px-\[16px\] {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .max-md\:\!px-\[24px\] {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .max-md\:\!py-\[40px\] {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .max-md\:\!py-\[60px\] {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .max-md\:\!py-\[72px\] {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .max-md\:\!py-\[8px\] {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

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

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

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

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

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

  .max-md\:\!pb-0 {
    padding-bottom: 0px !important;
  }

  .max-md\:\!pb-\[120px\] {
    padding-bottom: 120px !important;
  }

  .max-md\:\!pb-\[40px\] {
    padding-bottom: 40px !important;
  }

  .max-md\:\!pb-\[72px\] {
    padding-bottom: 72px !important;
  }

  .max-md\:\!pb-\[80px\] {
    padding-bottom: 80px !important;
  }

  .max-md\:\!pt-0 {
    padding-top: 0px !important;
  }

  .max-md\:\!pt-\[120px\] {
    padding-top: 120px !important;
  }

  .max-md\:\!pt-\[72px\] {
    padding-top: 72px !important;
  }

  .max-md\:\!pt-\[80px\] {
    padding-top: 80px !important;
  }

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

  .max-md\:\!text-center {
    text-align: center !important;
  }

  .max-md\:text-center {
    text-align: center;
  }

  .max-md\:\!text-\[12px\] {
    font-size: 12px !important;
  }

  .max-md\:\!text-\[14px\] {
    font-size: 14px !important;
  }

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

  .max-md\:\!text-\[18px\] {
    font-size: 18px !important;
  }

  .max-md\:\!text-\[20px\] {
    font-size: 20px !important;
  }

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

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

  .max-md\:\!text-\[40px\] {
    font-size: 40px !important;
  }

  .max-md\:\!text-\[48px\] {
    font-size: 48px !important;
  }

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

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

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

  .max-md\:\!font-semibold {
    font-weight: 600 !important;
  }

  .max-md\:\!leading-\[1\.2\] {
    line-height: 1.2 !important;
  }

  .max-md\:\!leading-\[1\.4\] {
    line-height: 1.4 !important;
  }

  .max-md\:\!leading-\[1\.5\] {
    line-height: 1.5 !important;
  }

  .max-md\:leading-\[1\.1\] {
    line-height: 1.1;
  }

  .max-md\:\!tracking-\[-0\.64px\] {
    letter-spacing: -0.64px !important;
  }

  .max-md\:\!tracking-\[-1\.92px\] {
    letter-spacing: -1.92px !important;
  }

  .max-md\:\!tracking-\[0px\] {
    letter-spacing: 0px !important;
  }

  .max-md\:\!tracking-normal {
    letter-spacing: 0em !important;
  }

  .max-md\:tracking-\[-0\.8px\] {
    letter-spacing: -0.8px;
  }

  .max-md\:tracking-\[-1\.92px\] {
    letter-spacing: -1.92px;
  }

  .max-md\:\!text-\[\#433c35\] {
    --tw-text-opacity: 1 !important;
    color: rgb(67 60 53 / var(--tw-text-opacity, 1)) !important;
  }

  .max-md\:\!text-\[\#472663\] {
    --tw-text-opacity: 1 !important;
    color: rgb(71 38 99 / var(--tw-text-opacity, 1)) !important;
  }
}

@media (max-width: 768px) {
  .max-\[768px\]\:ml-\[calc\(-50vw\+50\%\)\] {
    margin-left: calc(-50vw + 50%);
  }

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

  .max-\[768px\]\:w-screen {
    width: 100vw;
  }

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

  .max-\[768px\]\:rounded-none {
    border-radius: 0px;
  }
}

@media (max-width: 767px) {
  .max-\[767px\]\:\!bottom-\[150px\] {
    bottom: 150px !important;
  }

  .max-\[767px\]\:\!left-\[16px\] {
    left: 16px !important;
  }

  .max-\[767px\]\:\!right-\[16px\] {
    right: 16px !important;
  }

  .max-\[767px\]\:\!top-\[120px\] {
    top: 120px !important;
  }

  .max-\[767px\]\:\!h-\[36px\] {
    height: 36px !important;
  }

  .max-\[767px\]\:\!h-\[40px\] {
    height: 40px !important;
  }

  .max-\[767px\]\:\!h-\[42px\] {
    height: 42px !important;
  }

  .max-\[767px\]\:\!w-\[42px\] {
    width: 42px !important;
  }

  .max-\[767px\]\:\!w-\[45px\] {
    width: 45px !important;
  }

  .max-\[767px\]\:\!w-\[50px\] {
    width: 50px !important;
  }
}

@media (min-width: 768px) {
  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
  .xl\:block {
    display: block;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:gap-\[120px\] {
    gap: 120px;
  }
}
