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

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.-mx-\[calc\(50vw-50\%\)\] {
  margin-left: calc(calc(50vw - 50%) * -1);
  margin-right: calc(calc(50vw - 50%) * -1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-2 {
  margin-left: 0.5rem;
}

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

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

.mr-0 {
  margin-right: 0px;
}

.mr-2 {
  margin-right: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

.mt-\[20\%\] {
  margin-top: 20%;
}

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

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

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

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

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

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

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

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-\[80vh\] {
  height: 80vh;
}

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

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

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.h-screen {
  height: 100vh;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-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-2 {
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-0 {
  --tw-translate-y: 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-y-4 {
  --tw-translate-y: 1rem;
  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-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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-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));
}

.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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-grab {
  cursor: grab;
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize-none {
  resize: none;
}

.resize {
  resize: both;
}

.list-disc {
  list-style-type: disc;
}

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

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

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

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

.gap-x-\[9px\] {
  -moz-column-gap: 9px;
       column-gap: 9px;
}

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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-dashed {
  border-style: dashed;
}

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

.border-\[\#53453B\] {
  --tw-border-opacity: 1;
  border-color: rgb(83 69 59 / var(--tw-border-opacity, 1));
}

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

.border-\[\#992C2C\] {
  --tw-border-opacity: 1;
  border-color: rgb(153 44 44 / var(--tw-border-opacity, 1));
}

.border-\[\#DBD5CF\] {
  --tw-border-opacity: 1;
  border-color: rgb(219 213 207 / var(--tw-border-opacity, 1));
}

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

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

.bg-\[\#131928\] {
  --tw-bg-opacity: 1;
  background-color: rgb(19 25 40 / var(--tw-bg-opacity, 1));
}

.bg-\[\#23242F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(35 36 47 / var(--tw-bg-opacity, 1));
}

.bg-\[\#3D2F28\] {
  --tw-bg-opacity: 1;
  background-color: rgb(61 47 40 / var(--tw-bg-opacity, 1));
}

.bg-\[\#53453B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(83 69 59 / var(--tw-bg-opacity, 1));
}

.bg-\[\#827162\] {
  --tw-bg-opacity: 1;
  background-color: rgb(130 113 98 / var(--tw-bg-opacity, 1));
}

.bg-\[\#A18063\] {
  --tw-bg-opacity: 1;
  background-color: rgb(161 128 99 / var(--tw-bg-opacity, 1));
}

.bg-\[\#C0AE9E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(192 174 158 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#DBD5CF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(219 213 207 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F2EDE9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 237 233 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F5F3ED\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 237 / var(--tw-bg-opacity, 1));
}

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

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

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

.bg-opacity-15 {
  --tw-bg-opacity: 0.15;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

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

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

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

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

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

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

.p-0 {
  padding: 0px;
}

.p-4 {
  padding: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-h1 {
  font-size: 52px;
}

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

.font-light {
  font-weight: 300;
}

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

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

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

.font-thin {
  font-weight: 100;
}

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

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

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

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

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

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

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

.tracking-\[0\.01em\] {
  letter-spacing: 0.01em;
}

.tracking-\[0\.08em\] {
  letter-spacing: 0.08em;
}

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

.text-\[\#131928\] {
  --tw-text-opacity: 1;
  color: rgb(19 25 40 / var(--tw-text-opacity, 1));
}

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

.text-\[\#23242F\] {
  --tw-text-opacity: 1;
  color: rgb(35 36 47 / var(--tw-text-opacity, 1));
}

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

.text-\[\#53453B\] {
  --tw-text-opacity: 1;
  color: rgb(83 69 59 / var(--tw-text-opacity, 1));
}

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

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

.text-\[\#A18063\] {
  --tw-text-opacity: 1;
  color: rgb(161 128 99 / var(--tw-text-opacity, 1));
}

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

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

.text-\[\#F2EDE9\] {
  --tw-text-opacity: 1;
  color: rgb(242 237 233 / var(--tw-text-opacity, 1));
}

.text-\[\#FFE264\] {
  --tw-text-opacity: 1;
  color: rgb(255 226 100 / var(--tw-text-opacity, 1));
}

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

.placeholder-\[\#992C2C\]::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(153 44 44 / var(--tw-placeholder-opacity, 1));
}

.placeholder-\[\#992C2C\]::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(153 44 44 / var(--tw-placeholder-opacity, 1));
}

.placeholder-\[\#A7A7AF\]::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(167 167 175 / var(--tw-placeholder-opacity, 1));
}

.placeholder-\[\#A7A7AF\]::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(167 167 175 / var(--tw-placeholder-opacity, 1));
}

.accent-\[\#A18063\] {
  accent-color: #A18063;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-\[0\.06\] {
  opacity: 0.06;
}

.opacity-\[0\.2\] {
  opacity: 0.2;
}

.opacity-\[0\.78\] {
  opacity: 0.78;
}

.opacity-\[0\.7\] {
  opacity: 0.7;
}

.opacity-\[0\.87\] {
  opacity: 0.87;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 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);
}

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

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

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

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

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

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

body {
  font-family: 'Onest', sans-serif;
  background-color: #F5F3ED;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

[x-cloak] {
  display: none !important;
}

.hero-section {
  background-attachment: fixed;
}

@media (max-width: 768px) {
  .hero-section {
    background-attachment: scroll;
  }
}

input[type="checkbox"]:checked {
  background-color: #A18063;
  border-color: #A18063;
}

input:focus, textarea:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(161, 128, 99, 0.2);
}

.cursor-grab:active {
  cursor: grabbing;
}

.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\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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-\[\#0F0F0F\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(15 15 15 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#131928\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(19 25 40 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#2C241E\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(44 36 30 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#53453B\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(83 69 59 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#827262\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(130 114 98 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#8B6B4F\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(139 107 79 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#F5F3ED\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 237 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:text-\[\#131928\]:hover {
  --tw-text-opacity: 1;
  color: rgb(19 25 40 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#DBD5CF\]:hover {
  --tw-text-opacity: 1;
  color: rgb(219 213 207 / var(--tw-text-opacity, 1));
}

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

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

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-offset-0:focus {
  --tw-ring-offset-width: 0px;
}

.active\:scale-95:active {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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\:block {
  display: block;
}

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

@media (min-width: 640px) {
  .sm\:bottom-\[46px\] {
    bottom: 46px;
  }

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

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

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

  .sm\:right-\[41px\] {
    right: 41px;
  }

  .sm\:right-\[48px\] {
    right: 48px;
  }

  .sm\:right-auto {
    right: auto;
  }

  .sm\:order-1 {
    order: 1;
  }

  .sm\:order-2 {
    order: 2;
  }

  .sm\:order-3 {
    order: 3;
  }

  .sm\:order-4 {
    order: 4;
  }

  .sm\:order-5 {
    order: 5;
  }

  .sm\:order-6 {
    order: 6;
  }

  .sm\:order-7 {
    order: 7;
  }

  .sm\:order-8 {
    order: 8;
  }

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

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

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

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

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

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

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

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

  .sm\:mr-0 {
    margin-right: 0px;
  }

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

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

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

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

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

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

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

  .sm\:flex {
    display: flex;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:aspect-\[4\/3\] {
    aspect-ratio: 4/3;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:h-auto {
    height: auto;
  }

  .sm\:h-full {
    height: 100%;
  }

  .sm\:h-screen {
    height: 100vh;
  }

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

  .sm\:max-h-\[90vh\] {
    max-height: 90vh;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:w-auto {
    width: auto;
  }

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

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

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

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

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

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

  .sm\:max-w-\[calc\(100vw-68px\)\] {
    max-width: calc(100vw - 68px);
  }

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

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

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

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

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

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

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

  .sm\:gap-x-\[60px\] {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

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

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

  .sm\:space-x-\[20px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20px * var(--tw-space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-\[35px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(35px * var(--tw-space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--tw-space-x-reverse)));
  }

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

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

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

  .sm\:overflow-x-hidden {
    overflow-x: hidden;
  }

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

  .sm\:p-0 {
    padding: 0px;
  }

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

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

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

  .sm\:pb-0 {
    padding-bottom: 0px;
  }

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

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

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

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

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

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

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

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

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

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

  .sm\:pr-4 {
    padding-right: 1rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:text-h1 {
    font-size: 52px;
  }

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

@media (min-width: 768px) {
  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:right-auto {
    right: auto;
  }

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

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

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:max-h-none {
    max-height: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:w-auto {
    width: auto;
  }

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

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

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

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

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

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

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

  .lg\:flex-none {
    flex: none;
  }

  .lg\:cursor-pointer {
    cursor: pointer;
  }

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

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

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

  .lg\:space-x-\[18px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(18px * var(--tw-space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-\[20px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20px * var(--tw-space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-\[33px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(33px * var(--tw-space-x-reverse));
    margin-left: calc(33px * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .lg\:overflow-visible {
    overflow: visible;
  }

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

  .lg\:p-0 {
    padding: 0px;
  }

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

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

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:pr-4 {
    padding-right: 1rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:text-h1 {
    font-size: 52px;
  }

  .lg\:leading-\[1\.08\] {
    line-height: 1.08;
  }

  .lg\:opacity-\[0\.7\] {
    opacity: 0.7;
  }
}

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

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

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

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

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

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

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

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

  .xl\:space-x-\[50px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(50px * var(--tw-space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-\[90px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(90px * var(--tw-space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--tw-space-x-reverse)));
  }

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

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

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

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

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

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

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

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

@media (min-width: 1536px) {
  .\32xl\:pl-\[145px\] {
    padding-left: 145px;
  }
}
