/*
! tailwindcss v3.4.4 | 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)
*/

.landing-content-wrapper *,
.landing-content-wrapper ::before,
.landing-content-wrapper ::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

.landing-content-wrapper ::before,
.landing-content-wrapper ::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
*/

.landing-content-wrapper html,
.landing-content-wrapper :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: AWChinatownGrotesque, arial, sans-serif; /* 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.
*/

.landing-content-wrapper 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.
*/

.landing-content-wrapper hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

.landing-content-wrapper abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

.landing-content-wrapper h1,
.landing-content-wrapper h2,
.landing-content-wrapper h3,
.landing-content-wrapper h4,
.landing-content-wrapper h5,
.landing-content-wrapper h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

.landing-content-wrapper a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

.landing-content-wrapper b,
.landing-content-wrapper 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.
*/

.landing-content-wrapper code,
.landing-content-wrapper kbd,
.landing-content-wrapper samp,
.landing-content-wrapper 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.
*/

.landing-content-wrapper small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

.landing-content-wrapper sub,
.landing-content-wrapper sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.landing-content-wrapper sub {
  bottom: -0.25em;
}

.landing-content-wrapper 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.
*/

.landing-content-wrapper 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.
*/

.landing-content-wrapper button,
.landing-content-wrapper input,
.landing-content-wrapper optgroup,
.landing-content-wrapper select,
.landing-content-wrapper 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.
*/

.landing-content-wrapper button,
.landing-content-wrapper select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

.landing-content-wrapper button,
.landing-content-wrapper input:where([type='button']),
.landing-content-wrapper input:where([type='reset']),
.landing-content-wrapper 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.
*/

.landing-content-wrapper :-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)
*/

.landing-content-wrapper :-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

.landing-content-wrapper progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

.landing-content-wrapper ::-webkit-inner-spin-button,
.landing-content-wrapper ::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

.landing-content-wrapper [type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

.landing-content-wrapper ::-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.
*/

.landing-content-wrapper ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

.landing-content-wrapper summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

.landing-content-wrapper blockquote,
.landing-content-wrapper dl,
.landing-content-wrapper dd,
.landing-content-wrapper h1,
.landing-content-wrapper h2,
.landing-content-wrapper h3,
.landing-content-wrapper h4,
.landing-content-wrapper h5,
.landing-content-wrapper h6,
.landing-content-wrapper hr,
.landing-content-wrapper figure,
.landing-content-wrapper p,
.landing-content-wrapper pre {
  margin: 0;
}

.landing-content-wrapper fieldset {
  margin: 0;
  padding: 0;
}

.landing-content-wrapper legend {
  padding: 0;
}

.landing-content-wrapper ol,
.landing-content-wrapper ul,
.landing-content-wrapper menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
.landing-content-wrapper dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

.landing-content-wrapper 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.
*/

.landing-content-wrapper input::-moz-placeholder, .landing-content-wrapper textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

.landing-content-wrapper input::placeholder,
.landing-content-wrapper textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

.landing-content-wrapper button,
.landing-content-wrapper [role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
.landing-content-wrapper :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.
*/

.landing-content-wrapper img,
.landing-content-wrapper svg,
.landing-content-wrapper video,
.landing-content-wrapper canvas,
.landing-content-wrapper audio,
.landing-content-wrapper iframe,
.landing-content-wrapper embed,
.landing-content-wrapper 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)
*/

.landing-content-wrapper img,
.landing-content-wrapper video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
.landing-content-wrapper [hidden] {
  display: none;
}
  .landing-content-wrapper body {
  width: 100%;
}
  .landing-content-wrapper svg {
    display: inline-block;
  }
  .landing-content-wrapper .grid:before,
  .landing-content-wrapper .grid:after {
    content: none !important;
  }

.landing-content-wrapper *, .landing-content-wrapper ::before, .landing-content-wrapper ::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:  ;
}

.landing-content-wrapper ::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:  ;
}
.landing-content-wrapper .container {
  width: 100%;
}
@media (min-width: 640px) {

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

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

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

  .landing-content-wrapper .container {
    max-width: 1280px;
  }
}
.landing-content-wrapper .prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.landing-content-wrapper .prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.landing-content-wrapper .prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.landing-content-wrapper .prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.landing-content-wrapper .prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.landing-content-wrapper .prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.landing-content-wrapper .prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.landing-content-wrapper .prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.landing-content-wrapper .prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.landing-content-wrapper .prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.landing-content-wrapper .prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.landing-content-wrapper .prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.landing-content-wrapper .prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.landing-content-wrapper .prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.landing-content-wrapper .prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.landing-content-wrapper .prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.landing-content-wrapper .prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.landing-content-wrapper .prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}
.landing-content-wrapper .prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.landing-content-wrapper .prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.landing-content-wrapper .prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.landing-content-wrapper .prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.landing-content-wrapper .prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.landing-content-wrapper .prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 4px;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.landing-content-wrapper .prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}
.landing-content-wrapper .prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}
.landing-content-wrapper .prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.landing-content-wrapper .prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.landing-content-wrapper .prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.landing-content-wrapper .prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.landing-content-wrapper .prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.landing-content-wrapper .prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.landing-content-wrapper .prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.landing-content-wrapper .prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.landing-content-wrapper .prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.landing-content-wrapper .prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.landing-content-wrapper .prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.landing-content-wrapper .prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 5px;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.landing-content-wrapper .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.landing-content-wrapper .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}
.landing-content-wrapper .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}
.landing-content-wrapper .prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.landing-content-wrapper .prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.landing-content-wrapper .prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.landing-content-wrapper .prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.landing-content-wrapper .prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.landing-content-wrapper .prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.landing-content-wrapper .prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.landing-content-wrapper .prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 6px;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.landing-content-wrapper .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.landing-content-wrapper .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}
.landing-content-wrapper .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}
.landing-content-wrapper .prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: start;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.landing-content-wrapper .prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.landing-content-wrapper .prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.landing-content-wrapper .prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.landing-content-wrapper .prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.landing-content-wrapper .prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}
.landing-content-wrapper .prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.landing-content-wrapper .prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
.landing-content-wrapper .prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.landing-content-wrapper .prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.landing-content-wrapper .prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 16px;
  line-height: 1.75;
}
.landing-content-wrapper .prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.landing-content-wrapper .prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.landing-content-wrapper .prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.landing-content-wrapper .prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.landing-content-wrapper .prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.landing-content-wrapper .prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.landing-content-wrapper .prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.landing-content-wrapper .prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.landing-content-wrapper .prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.landing-content-wrapper .prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.landing-content-wrapper .prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.landing-content-wrapper .prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.landing-content-wrapper .prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.landing-content-wrapper .prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.landing-content-wrapper .prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.landing-content-wrapper .prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.landing-content-wrapper .prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.landing-content-wrapper .prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.landing-content-wrapper .prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.landing-content-wrapper .prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.landing-content-wrapper .prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.landing-content-wrapper .prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.landing-content-wrapper .prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.landing-content-wrapper .prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.landing-content-wrapper .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.landing-content-wrapper .pointer-events-none {
  pointer-events: none;
}
.landing-content-wrapper .invisible {
  visibility: hidden;
}
.landing-content-wrapper .fixed {
  position: fixed;
}
.landing-content-wrapper .absolute {
  position: absolute;
}
.landing-content-wrapper .relative {
  position: relative;
}
.landing-content-wrapper .sticky {
  position: sticky;
}
.landing-content-wrapper .inset-0 {
  inset: 0px;
}
.landing-content-wrapper .inset-x-0 {
  left: 0px;
  right: 0px;
}
.landing-content-wrapper .inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.landing-content-wrapper .bottom-0 {
  bottom: 0px;
}
.landing-content-wrapper .bottom-1 {
  bottom: 4px;
}
.landing-content-wrapper .left-0 {
  left: 0px;
}
.landing-content-wrapper .left-1 {
  left: 4px;
}
.landing-content-wrapper .left-2 {
  left: 8px;
}
.landing-content-wrapper .left-5 {
  left: 20px;
}
.landing-content-wrapper .left-\[50\%\] {
  left: 50%;
}
.landing-content-wrapper .right-0 {
  right: 0px;
}
.landing-content-wrapper .right-2 {
  right: 8px;
}
.landing-content-wrapper .right-4 {
  right: 16px;
}
.landing-content-wrapper .right-6 {
  right: 24px;
}
.landing-content-wrapper .top-0 {
  top: 0px;
}
.landing-content-wrapper .top-1 {
  top: 4px;
}
.landing-content-wrapper .top-1\/2 {
  top: 50%;
}
.landing-content-wrapper .top-4 {
  top: 16px;
}
.landing-content-wrapper .top-\[25\%\] {
  top: 25%;
}
.landing-content-wrapper .top-\[50\%\] {
  top: 50%;
}
.landing-content-wrapper .z-10 {
  z-index: 10;
}
.landing-content-wrapper .z-20 {
  z-index: 20;
}
.landing-content-wrapper .z-30 {
  z-index: 30;
}
.landing-content-wrapper .z-50 {
  z-index: 50;
}
.landing-content-wrapper .z-\[10\] {
  z-index: 10;
}
.landing-content-wrapper .z-\[9999\] {
  z-index: 9999;
}
.landing-content-wrapper .order-last {
  order: 9999;
}
.landing-content-wrapper .-mx-1 {
  margin-left: -4px;
  margin-right: -4px;
}
.landing-content-wrapper .mx-2 {
  margin-left: 8px;
  margin-right: 8px;
}
.landing-content-wrapper .mx-4 {
  margin-left: 16px;
  margin-right: 16px;
}
.landing-content-wrapper .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.landing-content-wrapper .my-1 {
  margin-top: 4px;
  margin-bottom: 4px;
}
.landing-content-wrapper .my-2 {
  margin-top: 8px;
  margin-bottom: 8px;
}
.landing-content-wrapper .my-3 {
  margin-top: 12px;
  margin-bottom: 12px;
}
.landing-content-wrapper .my-4 {
  margin-top: 16px;
  margin-bottom: 16px;
}
.landing-content-wrapper .-ml-2 {
  margin-left: -8px;
}
.landing-content-wrapper .-mt-2 {
  margin-top: -8px;
}
.landing-content-wrapper .mb-10 {
  margin-bottom: 40px;
}
.landing-content-wrapper .mb-2 {
  margin-bottom: 8px;
}
.landing-content-wrapper .mb-3 {
  margin-bottom: 12px;
}
.landing-content-wrapper .mb-4 {
  margin-bottom: 16px;
}
.landing-content-wrapper .mb-5 {
  margin-bottom: 20px;
}
.landing-content-wrapper .mb-\[34px\] {
  margin-bottom: 34px;
}
.landing-content-wrapper .mb-\[40px\] {
  margin-bottom: 40px;
}
.landing-content-wrapper .ml-1 {
  margin-left: 4px;
}
.landing-content-wrapper .ml-2 {
  margin-left: 8px;
}
.landing-content-wrapper .ml-4 {
  margin-left: 16px;
}
.landing-content-wrapper .ml-\[5px\] {
  margin-left: 5px;
}
.landing-content-wrapper .ml-auto {
  margin-left: auto;
}
.landing-content-wrapper .mr-1 {
  margin-right: 4px;
}
.landing-content-wrapper .mr-2 {
  margin-right: 8px;
}
.landing-content-wrapper .mr-3 {
  margin-right: 12px;
}
.landing-content-wrapper .mt-1 {
  margin-top: 4px;
}
.landing-content-wrapper .mt-2 {
  margin-top: 8px;
}
.landing-content-wrapper .mt-3 {
  margin-top: 12px;
}
.landing-content-wrapper .mt-4 {
  margin-top: 16px;
}
.landing-content-wrapper .mt-5 {
  margin-top: 20px;
}
.landing-content-wrapper .mt-6 {
  margin-top: 24px;
}
.landing-content-wrapper .mt-8 {
  margin-top: 32px;
}
.landing-content-wrapper .mt-\[30px\] {
  margin-top: 30px;
}
.landing-content-wrapper .block {
  display: block;
}
.landing-content-wrapper .inline {
  display: inline;
}
.landing-content-wrapper .flex {
  display: flex;
}
.landing-content-wrapper .inline-flex {
  display: inline-flex;
}
.landing-content-wrapper .grid {
  display: grid;
}
.landing-content-wrapper .hidden {
  display: none;
}
.landing-content-wrapper .size-3 {
  width: 12px;
  height: 12px;
}
.landing-content-wrapper .size-3\.5 {
  width: 14px;
  height: 14px;
}
.landing-content-wrapper .size-4 {
  width: 16px;
  height: 16px;
}
.landing-content-wrapper .size-5 {
  width: 20px;
  height: 20px;
}
.landing-content-wrapper .size-6 {
  width: 24px;
  height: 24px;
}
.landing-content-wrapper .size-7 {
  width: 28px;
  height: 28px;
}
.landing-content-wrapper .size-8 {
  width: 32px;
  height: 32px;
}
.landing-content-wrapper .size-9 {
  width: 36px;
  height: 36px;
}
.landing-content-wrapper .size-\[24px\] {
  width: 24px;
  height: 24px;
}
.landing-content-wrapper .size-\[25px\] {
  width: 25px;
  height: 25px;
}
.landing-content-wrapper .h-10 {
  height: 40px;
}
.landing-content-wrapper .h-16 {
  height: 64px;
}
.landing-content-wrapper .h-3 {
  height: 12px;
}
.landing-content-wrapper .h-4 {
  height: 16px;
}
.landing-content-wrapper .h-5 {
  height: 20px;
}
.landing-content-wrapper .h-6 {
  height: 24px;
}
.landing-content-wrapper .h-8 {
  height: 32px;
}
.landing-content-wrapper .h-9 {
  height: 36px;
}
.landing-content-wrapper .h-\[1px\] {
  height: 1px;
}
.landing-content-wrapper .h-\[24px\] {
  height: 24px;
}
.landing-content-wrapper .h-\[27px\] {
  height: 27px;
}
.landing-content-wrapper .h-\[32px\] {
  height: 32px;
}
.landing-content-wrapper .h-\[35px\] {
  height: 35px;
}
.landing-content-wrapper .h-\[45px\] {
  height: 45px;
}
.landing-content-wrapper .h-\[50px\] {
  height: 50px;
}
.landing-content-wrapper .h-\[64px\] {
  height: 64px;
}
.landing-content-wrapper .h-\[65px\] {
  height: 65px;
}
.landing-content-wrapper .h-\[75px\] {
  height: 75px;
}
.landing-content-wrapper .h-\[7px\] {
  height: 7px;
}
.landing-content-wrapper .h-\[85px\] {
  height: 85px;
}
.landing-content-wrapper .h-\[86px\] {
  height: 86px;
}
.landing-content-wrapper .h-\[8px\] {
  height: 8px;
}
.landing-content-wrapper .h-\[var\(--radix-select-trigger-height\)\] {
  height: var(--radix-select-trigger-height);
}
.landing-content-wrapper .h-auto {
  height: auto;
}
.landing-content-wrapper .h-full {
  height: 100%;
}
.landing-content-wrapper .h-px {
  height: 1px;
}
.landing-content-wrapper .h-screen {
  height: 100vh;
}
.landing-content-wrapper .max-h-0 {
  max-height: 0px;
}
.landing-content-wrapper .max-h-5 {
  max-height: 20px;
}
.landing-content-wrapper .max-h-96 {
  max-height: 384px;
}
.landing-content-wrapper .max-h-\[65vh\] {
  max-height: 65vh;
}
.landing-content-wrapper .min-h-\[46px\] {
  min-height: 46px;
}
.landing-content-wrapper .min-h-\[60px\] {
  min-height: 60px;
}
.landing-content-wrapper .min-h-screen {
  min-height: 100vh;
}
.landing-content-wrapper .w-10 {
  width: 40px;
}
.landing-content-wrapper .w-3 {
  width: 12px;
}
.landing-content-wrapper .w-3\/4 {
  width: 75%;
}
.landing-content-wrapper .w-4 {
  width: 16px;
}
.landing-content-wrapper .w-5 {
  width: 20px;
}
.landing-content-wrapper .w-9 {
  width: 36px;
}
.landing-content-wrapper .w-\[10px\] {
  width: 10px;
}
.landing-content-wrapper .w-\[1px\] {
  width: 1px;
}
.landing-content-wrapper .w-\[21px\] {
  width: 21px;
}
.landing-content-wrapper .w-\[27px\] {
  width: 27px;
}
.landing-content-wrapper .w-\[300px\] {
  width: 300px;
}
.landing-content-wrapper .w-\[35px\] {
  width: 35px;
}
.landing-content-wrapper .w-\[37px\] {
  width: 37px;
}
.landing-content-wrapper .w-\[45\%\] {
  width: 45%;
}
.landing-content-wrapper .w-\[67px\] {
  width: 67px;
}
.landing-content-wrapper .w-\[80\%\] {
  width: 80%;
}
.landing-content-wrapper .w-\[96\%\] {
  width: 96%;
}
.landing-content-wrapper .w-\[9px\] {
  width: 9px;
}
.landing-content-wrapper .w-\[full\] {
  width: full;
}
.landing-content-wrapper .w-auto {
  width: auto;
}
.landing-content-wrapper .w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.landing-content-wrapper .w-full {
  width: 100%;
}
.landing-content-wrapper .w-screen {
  width: 100vw;
}
.landing-content-wrapper .min-w-\[100px\] {
  min-width: 100px;
}
.landing-content-wrapper .min-w-\[8rem\] {
  min-width: 128px;
}
.landing-content-wrapper .min-w-\[var\(--radix-select-trigger-width\)\] {
  min-width: var(--radix-select-trigger-width);
}
.landing-content-wrapper .max-w-2xl {
  max-width: 672px;
}
.landing-content-wrapper .max-w-\[200px\] {
  max-width: 200px;
}
.landing-content-wrapper .max-w-\[400px\] {
  max-width: 400px;
}
.landing-content-wrapper .max-w-\[600px\] {
  max-width: 600px;
}
.landing-content-wrapper .max-w-full {
  max-width: 100%;
}
.landing-content-wrapper .max-w-lg {
  max-width: 512px;
}
.landing-content-wrapper .max-w-md {
  max-width: 448px;
}
.landing-content-wrapper .max-w-xl {
  max-width: 576px;
}
.landing-content-wrapper .flex-1 {
  flex: 1 1 0%;
}
.landing-content-wrapper .flex-initial {
  flex: 0 1 auto;
}
.landing-content-wrapper .shrink-0 {
  flex-shrink: 0;
}
.landing-content-wrapper .flex-grow {
  flex-grow: 1;
}
.landing-content-wrapper .grow {
  flex-grow: 1;
}
.landing-content-wrapper .-translate-x-2 {
  --tw-translate-x: -8px;
  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));
}
.landing-content-wrapper .-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));
}
.landing-content-wrapper .-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));
}
.landing-content-wrapper .translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.landing-content-wrapper .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));
}
.landing-content-wrapper .translate-y-\[-50\%\] {
  --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));
}
.landing-content-wrapper .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));
}
.landing-content-wrapper .transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.landing-content-wrapper .animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.landing-content-wrapper .animate-spin {
  animation: spin 1s linear infinite;
}
.landing-content-wrapper .cursor-default {
  cursor: default;
}
.landing-content-wrapper .cursor-pointer {
  cursor: pointer;
}
.landing-content-wrapper .select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.landing-content-wrapper .resize-none {
  resize: none;
}
.landing-content-wrapper .grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.landing-content-wrapper .grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.landing-content-wrapper .flex-row {
  flex-direction: row;
}
.landing-content-wrapper .flex-col {
  flex-direction: column;
}
.landing-content-wrapper .flex-col-reverse {
  flex-direction: column-reverse;
}
.landing-content-wrapper .flex-wrap {
  flex-wrap: wrap;
}
.landing-content-wrapper .items-start {
  align-items: flex-start;
}
.landing-content-wrapper .items-center {
  align-items: center;
}
.landing-content-wrapper .justify-start {
  justify-content: flex-start;
}
.landing-content-wrapper .justify-end {
  justify-content: flex-end;
}
.landing-content-wrapper .justify-center {
  justify-content: center;
}
.landing-content-wrapper .justify-between {
  justify-content: space-between;
}
.landing-content-wrapper .gap-1 {
  gap: 4px;
}
.landing-content-wrapper .gap-2 {
  gap: 8px;
}
.landing-content-wrapper .gap-4 {
  gap: 16px;
}
.landing-content-wrapper .space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(4px * var(--tw-space-x-reverse));
  margin-left: calc(4px * calc(1 - var(--tw-space-x-reverse)));
}
.landing-content-wrapper .space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(8px * var(--tw-space-x-reverse));
  margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)));
}
.landing-content-wrapper .space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4px * var(--tw-space-y-reverse));
}
.landing-content-wrapper .space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(6px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(6px * var(--tw-space-y-reverse));
}
.landing-content-wrapper .space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8px * var(--tw-space-y-reverse));
}
.landing-content-wrapper .space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(12px * var(--tw-space-y-reverse));
}
.landing-content-wrapper .space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(16px * var(--tw-space-y-reverse));
}
.landing-content-wrapper .overflow-auto {
  overflow: auto;
}
.landing-content-wrapper .overflow-hidden {
  overflow: hidden;
}
.landing-content-wrapper .overflow-scroll {
  overflow: scroll;
}
.landing-content-wrapper .overflow-y-auto {
  overflow-y: auto;
}
.landing-content-wrapper .overflow-y-scroll {
  overflow-y: scroll;
}
.landing-content-wrapper .text-ellipsis {
  text-overflow: ellipsis;
}
.landing-content-wrapper .whitespace-nowrap {
  white-space: nowrap;
}
.landing-content-wrapper .whitespace-pre-line {
  white-space: pre-line;
}
.landing-content-wrapper .break-words {
  overflow-wrap: break-word;
}
.landing-content-wrapper .break-all {
  word-break: break-all;
}
.landing-content-wrapper .rounded {
  border-radius: 4px;
}
.landing-content-wrapper .rounded-\[17px\] {
  border-radius: 17px;
}
.landing-content-wrapper .rounded-\[4px\] {
  border-radius: 4px;
}
.landing-content-wrapper .rounded-\[50\%\] {
  border-radius: 50%;
}
.landing-content-wrapper .rounded-\[8px\] {
  border-radius: 8px;
}
.landing-content-wrapper .rounded-full {
  border-radius: 9999px;
}
.landing-content-wrapper .rounded-lg {
  border-radius: 8px;
}
.landing-content-wrapper .rounded-md {
  border-radius: 6px;
}
.landing-content-wrapper .rounded-sm {
  border-radius: 2px;
}
.landing-content-wrapper .rounded-t-\[17px\] {
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
}
.landing-content-wrapper .rounded-t-\[8px\] {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.landing-content-wrapper .border {
  border-width: 1px;
}
.landing-content-wrapper .border-2 {
  border-width: 2px;
}
.landing-content-wrapper .border-\[1px\] {
  border-width: 1px;
}
.landing-content-wrapper .border-b {
  border-bottom-width: 1px;
}
.landing-content-wrapper .border-b-\[1px\] {
  border-bottom-width: 1px;
}
.landing-content-wrapper .border-l {
  border-left-width: 1px;
}
.landing-content-wrapper .border-r {
  border-right-width: 1px;
}
.landing-content-wrapper .border-t {
  border-top-width: 1px;
}
.landing-content-wrapper .border-none {
  border-style: none;
}
.landing-content-wrapper .border-\[\#BDBDBD\] {
  --tw-border-opacity: 1;
  border-color: rgb(189 189 189 / var(--tw-border-opacity));
}
.landing-content-wrapper .border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.landing-content-wrapper .border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.landing-content-wrapper .border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.landing-content-wrapper .border-neutral-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}
.landing-content-wrapper .border-transparent {
  border-color: transparent;
}
.landing-content-wrapper .border-b-\[border-gray-300\] {
  border-bottom-color: border-gray-300;
}
.landing-content-wrapper .bg-\[\#F5F5F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.landing-content-wrapper .bg-\[white\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.landing-content-wrapper .bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.landing-content-wrapper .bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.landing-content-wrapper .bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.landing-content-wrapper .bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.landing-content-wrapper .bg-buttons {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.landing-content-wrapper .bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.landing-content-wrapper .bg-neutral-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.landing-content-wrapper .bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}
.landing-content-wrapper .bg-review-detail-negativeItem {
  --tw-bg-opacity: 1;
  background-color: rgb(255 99 71 / var(--tw-bg-opacity));
}
.landing-content-wrapper .bg-review-detail-neutralItem {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity));
}
.landing-content-wrapper .bg-review-detail-positiveItem {
  --tw-bg-opacity: 1;
  background-color: rgb(235 255 238 / var(--tw-bg-opacity));
}
.landing-content-wrapper .bg-transparent {
  background-color: transparent;
}
.landing-content-wrapper .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.landing-content-wrapper .bg-zinc-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity));
}
.landing-content-wrapper .bg-zinc-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.landing-content-wrapper .bg-zinc-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity));
}
.landing-content-wrapper .bg-zinc-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity));
}
.landing-content-wrapper .bg-zinc-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
}
.landing-content-wrapper .bg-zinc-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(9 9 11 / var(--tw-bg-opacity));
}
.landing-content-wrapper .\!bg-opacity-20 {
  --tw-bg-opacity: 0.2 !important;
}
.landing-content-wrapper .bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.landing-content-wrapper .fill-black {
  fill: #000;
}
.landing-content-wrapper .fill-current {
  fill: currentColor;
}
.landing-content-wrapper .stroke-zinc-400 {
  stroke: #a1a1aa;
}
.landing-content-wrapper .stroke-2 {
  stroke-width: 2;
}
.landing-content-wrapper .p-0 {
  padding: 0px;
}
.landing-content-wrapper .p-1 {
  padding: 4px;
}
.landing-content-wrapper .p-2 {
  padding: 8px;
}
.landing-content-wrapper .p-3 {
  padding: 12px;
}
.landing-content-wrapper .p-4 {
  padding: 16px;
}
.landing-content-wrapper .p-6 {
  padding: 24px;
}
.landing-content-wrapper .p-8 {
  padding: 32px;
}
.landing-content-wrapper .px-1 {
  padding-left: 4px;
  padding-right: 4px;
}
.landing-content-wrapper .px-2 {
  padding-left: 8px;
  padding-right: 8px;
}
.landing-content-wrapper .px-2\.5 {
  padding-left: 10px;
  padding-right: 10px;
}
.landing-content-wrapper .px-3 {
  padding-left: 12px;
  padding-right: 12px;
}
.landing-content-wrapper .px-4 {
  padding-left: 16px;
  padding-right: 16px;
}
.landing-content-wrapper .px-5 {
  padding-left: 20px;
  padding-right: 20px;
}
.landing-content-wrapper .px-6 {
  padding-left: 24px;
  padding-right: 24px;
}
.landing-content-wrapper .px-8 {
  padding-left: 32px;
  padding-right: 32px;
}
.landing-content-wrapper .px-\[10\%\] {
  padding-left: 10%;
  padding-right: 10%;
}
.landing-content-wrapper .px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.landing-content-wrapper .px-\[5px\] {
  padding-left: 5px;
  padding-right: 5px;
}
.landing-content-wrapper .py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.landing-content-wrapper .py-0\.5 {
  padding-top: 2px;
  padding-bottom: 2px;
}
.landing-content-wrapper .py-1 {
  padding-top: 4px;
  padding-bottom: 4px;
}
.landing-content-wrapper .py-1\.5 {
  padding-top: 6px;
  padding-bottom: 6px;
}
.landing-content-wrapper .py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.landing-content-wrapper .py-3 {
  padding-top: 12px;
  padding-bottom: 12px;
}
.landing-content-wrapper .py-4 {
  padding-top: 16px;
  padding-bottom: 16px;
}
.landing-content-wrapper .py-8 {
  padding-top: 32px;
  padding-bottom: 32px;
}
.landing-content-wrapper .py-\[1\.3rem\] {
  padding-top: 20.8px;
  padding-bottom: 20.8px;
}
.landing-content-wrapper .py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}
.landing-content-wrapper .py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}
.landing-content-wrapper .py-\[9px\] {
  padding-top: 9px;
  padding-bottom: 9px;
}
.landing-content-wrapper .pb-2 {
  padding-bottom: 8px;
}
.landing-content-wrapper .pb-20 {
  padding-bottom: 80px;
}
.landing-content-wrapper .pb-24 {
  padding-bottom: 96px;
}
.landing-content-wrapper .pb-4 {
  padding-bottom: 16px;
}
.landing-content-wrapper .pb-6 {
  padding-bottom: 24px;
}
.landing-content-wrapper .pl-0 {
  padding-left: 0px;
}
.landing-content-wrapper .pl-2 {
  padding-left: 8px;
}
.landing-content-wrapper .pl-8 {
  padding-left: 32px;
}
.landing-content-wrapper .pl-\[10px\] {
  padding-left: 10px;
}
.landing-content-wrapper .pr-16 {
  padding-right: 64px;
}
.landing-content-wrapper .pr-2 {
  padding-right: 8px;
}
.landing-content-wrapper .pr-4 {
  padding-right: 16px;
}
.landing-content-wrapper .pr-8 {
  padding-right: 32px;
}
.landing-content-wrapper .pt-6 {
  padding-top: 24px;
}
.landing-content-wrapper .pt-8 {
  padding-top: 32px;
}
.landing-content-wrapper .text-left {
  text-align: left;
}
.landing-content-wrapper .text-center {
  text-align: center;
}
.landing-content-wrapper .font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.landing-content-wrapper .font-sans {
  font-family: AWChinatownGrotesque, arial, sans-serif;
}
.landing-content-wrapper .text-2xl {
  font-size: 24px;
  line-height: 32px;
}
.landing-content-wrapper .text-\[10px\] {
  font-size: 10px;
}
.landing-content-wrapper .text-\[12px\] {
  font-size: 12px;
}
.landing-content-wrapper .text-\[14px\] {
  font-size: 14px;
}
.landing-content-wrapper .text-\[15px\] {
  font-size: 15px;
}
.landing-content-wrapper .text-\[16px\] {
  font-size: 16px;
}
.landing-content-wrapper .text-\[3px\] {
  font-size: 3px;
}
.landing-content-wrapper .text-\[6px\] {
  font-size: 6px;
}
.landing-content-wrapper .text-\[8px\] {
  font-size: 8px;
}
.landing-content-wrapper .text-base {
  font-size: 16px;
  line-height: 24px;
}
.landing-content-wrapper .text-lg {
  font-size: 18px;
  line-height: 28px;
}
.landing-content-wrapper .text-sm {
  font-size: 14px;
  line-height: 20px;
}
.landing-content-wrapper .text-spangle-sm {
  font-size: 14px;
  line-height: 20px;
}
.landing-content-wrapper .text-xl {
  font-size: 20px;
  line-height: 28px;
}
.landing-content-wrapper .text-xs {
  font-size: 12px;
  line-height: 16px;
}
.landing-content-wrapper .font-\[400\] {
  font-weight: 400;
}
.landing-content-wrapper .font-\[500\] {
  font-weight: 500;
}
.landing-content-wrapper .font-\[600\] {
  font-weight: 600;
}
.landing-content-wrapper .font-bold {
  font-weight: 700;
}
.landing-content-wrapper .font-medium {
  font-weight: 500;
}
.landing-content-wrapper .font-normal {
  font-weight: 400;
}
.landing-content-wrapper .font-semibold {
  font-weight: 600;
}
.landing-content-wrapper .uppercase {
  text-transform: uppercase;
}
.landing-content-wrapper .lowercase {
  text-transform: lowercase;
}
.landing-content-wrapper .leading-4 {
  line-height: 16px;
}
.landing-content-wrapper .leading-\[18px\] {
  line-height: 18px;
}
.landing-content-wrapper .leading-\[26px\] {
  line-height: 26px;
}
.landing-content-wrapper .leading-none {
  line-height: 1;
}
.landing-content-wrapper .leading-normal {
  line-height: 1.5;
}
.landing-content-wrapper .tracking-tight {
  letter-spacing: -0.025em;
}
.landing-content-wrapper .tracking-wide {
  letter-spacing: 0.025em;
}
.landing-content-wrapper .tracking-widest {
  letter-spacing: 0.1em;
}
.landing-content-wrapper .text-\[\#212121\] {
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}
.landing-content-wrapper .text-\[\#3E3B39\] {
  --tw-text-opacity: 1;
  color: rgb(62 59 57 / var(--tw-text-opacity));
}
.landing-content-wrapper .text-\[\#424242\] {
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity));
}
.landing-content-wrapper .text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.landing-content-wrapper .text-buttonText {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.landing-content-wrapper .text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.landing-content-wrapper .text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.landing-content-wrapper .text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.landing-content-wrapper .text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.landing-content-wrapper .text-main {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.landing-content-wrapper .text-sky-gray-main {
  --tw-text-opacity: 1;
  color: rgb(156 156 156 / var(--tw-text-opacity));
}
.landing-content-wrapper .text-transparent {
  color: transparent;
}
.landing-content-wrapper .text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.landing-content-wrapper .text-zinc-100 {
  --tw-text-opacity: 1;
  color: rgb(244 244 245 / var(--tw-text-opacity));
}
.landing-content-wrapper .text-zinc-200 {
  --tw-text-opacity: 1;
  color: rgb(228 228 231 / var(--tw-text-opacity));
}
.landing-content-wrapper .text-zinc-400 {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity));
}
.landing-content-wrapper .text-zinc-500 {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}
.landing-content-wrapper .underline {
  text-decoration-line: underline;
}
.landing-content-wrapper .underline-offset-4 {
  text-underline-offset: 4px;
}
.landing-content-wrapper .opacity-0 {
  opacity: 0;
}
.landing-content-wrapper .opacity-100 {
  opacity: 1;
}
.landing-content-wrapper .opacity-30 {
  opacity: 0.3;
}
.landing-content-wrapper .opacity-50 {
  opacity: 0.5;
}
.landing-content-wrapper .opacity-60 {
  opacity: 0.6;
}
.landing-content-wrapper .opacity-70 {
  opacity: 0.7;
}
.landing-content-wrapper .shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.landing-content-wrapper .shadow-\[0_0_10px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: 0 0 10px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0 0 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.landing-content-wrapper .shadow-\[0_4px_10px_0_rgba\(0\2c 0\2c 0\2c 0\.05\)\] {
  --tw-shadow: 0 4px 10px 0 rgba(0,0,0,0.05);
  --tw-shadow-colored: 0 4px 10px 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);
}
.landing-content-wrapper .shadow-\[0_4px_8px_-4px_rgba\(0\2c 0\2c 0\2c 0\.2\)\] {
  --tw-shadow: 0 4px 8px -4px rgba(0,0,0,0.2);
  --tw-shadow-colored: 0 4px 8px -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);
}
.landing-content-wrapper .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);
}
.landing-content-wrapper .shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.landing-content-wrapper .shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.landing-content-wrapper .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);
}
.landing-content-wrapper .shadow-xl {
  --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);
}
.landing-content-wrapper .outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.landing-content-wrapper .outline {
  outline-style: solid;
}
.landing-content-wrapper .ring-0 {
  --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);
}
.landing-content-wrapper .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);
}
.landing-content-wrapper .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);
}
.landing-content-wrapper .backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.landing-content-wrapper .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;
}
.landing-content-wrapper .transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.landing-content-wrapper .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;
}
.landing-content-wrapper .transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.landing-content-wrapper .transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.landing-content-wrapper .duration-200 {
  transition-duration: 200ms;
}
.landing-content-wrapper .duration-300 {
  transition-duration: 300ms;
}
.landing-content-wrapper .ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.landing-content-wrapper .spangle-ui-dpa-discover-container {
  font-size: 16px;
  font-weight: 400;
}
.landing-content-wrapper .spangle-ui-dpa-discover-category-item {
  border: 1px solid #000;
  border-radius: 19px;
  width: 300px;
  height: 39px;
  background-color: #fff;
}
.landing-content-wrapper .spangle-carousel-image {}
.landing-content-wrapper .spangle-new-dynamic-mobile-ui {}
@media (max-width: 768px) {

  .landing-content-wrapper .spangle-new-dynamic-mobile-ui-center {
    margin-left: 0;
  }
}
.landing-content-wrapper .spangle-new-dynamic-mobile-ui-price {}
.landing-content-wrapper .spangle-flex-center {}
.landing-content-wrapper .spangle-text-center {}
.landing-content-wrapper .spangle-main-product-card-product-name {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 768px) {

  .landing-content-wrapper .spangle-main-product-card-product-name {
    font-size: 14px;
    font-weight: 400;
  }
}
@media (min-width: 768px) {

  .landing-content-wrapper .spangle-main-product-card-brand-name {
    font-size: 14px;
    padding-top: 16px;
  }
}
.landing-content-wrapper .spangle-main-product-card-price {
  font-size: 16px;
  line-height: 21px;
}
@media (max-width: 768px) {

  .landing-content-wrapper .spangle-main-product-card-price {
    font-size: 12px;
    line-height: 21px;
    font-weight: 400;
  }
}
.landing-content-wrapper .spangle-product-card-product-name {
  font-size: 12px;
}
@media (max-width: 768px) {

  .landing-content-wrapper .spangle-product-card-product-name {
    font-size: 10px;
  }
}
.landing-content-wrapper .spangle-product-card-brand-name {
  font-size: 12px;
}
.landing-content-wrapper .spangle-product-card-price {
  font-size: 12px;
}
@media (max-width: 768px) {

  .landing-content-wrapper .spangle-product-card-price {
    font-size: 10px;
  }
}
.landing-content-wrapper .spangle-product-card-price-discount {
  font-size: 12px;
}
@media (max-width: 768px) {

  .landing-content-wrapper .spangle-product-card-price-discount {
    font-size: 10px;
  }
}
.landing-content-wrapper .spangle-product-card-product-price-wrapper {}
.landing-content-wrapper .spangle-product-card-color-wrapper {
  font-size: 12px;
  font-family: AWChinatownGrotesque, arial, sans-serif;
}
.landing-content-wrapper .spangle-button {
  font-weight: 500;
  font-family: AWChinatownGrotesque, arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1.6px;
}
.landing-content-wrapper .spangle-recommend-category-title {
  color: #000;
  font-weight: 400;
  font-size: 24px;
}
@media (max-width: 768px) {

  .landing-content-wrapper .spangle-recommend-category-title {
    font-size: 16px;
    font-weight: 400;
  }
}
.landing-content-wrapper .spangle-social-proof-swiper-item {
  background-color: #fff;
}
.landing-content-wrapper .spangle-carousel-social-proof-swiper-item-title {
  letter-spacing: 1px;
  font-size: 11px;
  line-height: 12px;
}
.landing-content-wrapper .spangle-carousel-social-proof-swiper-item-text {
  font-size: 12px;
}
.landing-content-wrapper .spangle-product-card-social-proof-title {
  letter-spacing: 0.5px;
  font-size: 10px;
  line-height: 12px;
}
.landing-content-wrapper .spangle-product-card-social-proof-text {
  font-size: 10px;
  line-height: 12px;
}
.landing-content-wrapper .spangle-product-card-social-proof {
  max-width: none;
  width: 88%;
}
.landing-content-wrapper .spangle-social-proof-icon-wrapper {
  width: 15px;
  height: 15px;
  margin-right: 0px;
}
.landing-content-wrapper .spangle-social-proof-icon {
  width: 30px;
  height: 30px;
  right: -2px;
}
.landing-content-wrapper .spangle-social-proof-icon-hero_added {
  width: 20px;
  height: 20px;
  right: 5px;
}
.landing-content-wrapper .spangle-search-input {
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 768px) {

  .landing-content-wrapper .spangle-search-input {
    font-size: 11px;
    font-weight: 400;
  }

  .landing-content-wrapper .spangle-filter-option-button {
    font-size: 12px;
    font-weight: 400;
  }
}
.landing-content-wrapper .spangle-add-to-cart-button {
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 768px) {

  .landing-content-wrapper .spangle-add-to-cart-button {
    font-size: 14px;
    font-weight: 400;
  }

  .landing-content-wrapper .spangle-catalog-label-item-text {
    font-size: 12px;
    font-weight: 400;
  }
}
.landing-content-wrapper .spangle-recommend-products {}
.landing-content-wrapper .spangle-search-bar-input-wrapper {
  height: 40px;
}
.landing-content-wrapper .spangle-prompt-chat-modal-label-item {
  font-size: 14px;
}
@media (min-width: 768px) {

  .landing-content-wrapper .spangle-ui-main-product-card-img-item {
    height: 150px;
  }
}
.landing-content-wrapper .spangle-ui-gradient-border-item {
  border: 1px solid;
  background: linear-gradient(#EEEEEE, #FFFFFF);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1), 0 0 10px 0 rgba(0, 0, 0, 0.09);
}

@media (prefers-color-scheme: dark) {
  .landing-content-wrapper html {
    color-scheme: dark;
  }
}

.landing-content-wrapper a:focus-visible,
.landing-content-wrapper input:focus-visible,
.landing-content-wrapper button:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.landing-content-wrapper .scrollbar-hide::-webkit-scrollbar {
  display: none;
}

.landing-content-wrapper .scrollbar-hide {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.landing-content-wrapper .swiper .swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {

  .landing-content-wrapper .spangle-responsive-md-width {
    margin-left: auto;
    margin-right: auto;
    width: 83.333333%;
    max-width: 1280px;
  }
}

/*start: use for Revolve style conflict*/
.landing-content-wrapper .js-dropdown-bag .grid {
  display: block;
}
.landing-content-wrapper .js-dropdown-bag .grid:before,
.landing-content-wrapper .js-dropdown-bag .grid:after {
  content: ' ' !important;
  display: table;
}
.landing-content-wrapper .js-dropdown-bag .grid:after {
  clear: both;
}

.landing-content-wrapper .spangle-ml-4 {
  margin-left: 16px;
}

.landing-content-wrapper .spangle-mr-4 {
  margin-right: 16px;
}

.landing-content-wrapper .spangle-mx-4 {
  margin-left: 16px;
  margin-right: 16px;
}

.landing-content-wrapper .spangle-my-4 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.landing-content-wrapper .spangle-px-1 {
  padding-left: 4px;
  padding-right: 4px;
}

.landing-content-wrapper .spangle-py-1 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.landing-content-wrapper .spangle-px-3 {
  padding-left: 12px;
  padding-right: 12px;
}

.landing-content-wrapper .spangle-py-4 {
  padding-top: 16px;
  padding-bottom: 16px;
}
/*end*/
.landing-content-wrapper .selection\:bg-teal-300 *::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(94 234 212 / var(--tw-bg-opacity));
}
.landing-content-wrapper .selection\:bg-teal-300 *::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(94 234 212 / var(--tw-bg-opacity));
}
.landing-content-wrapper .selection\:bg-teal-300::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(94 234 212 / var(--tw-bg-opacity));
}
.landing-content-wrapper .selection\:bg-teal-300::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(94 234 212 / var(--tw-bg-opacity));
}
.landing-content-wrapper .file\:border-0::file-selector-button {
  border-width: 0px;
}
.landing-content-wrapper .file\:bg-transparent::file-selector-button {
  background-color: transparent;
}
.landing-content-wrapper .file\:text-sm::file-selector-button {
  font-size: 14px;
  line-height: 20px;
}
.landing-content-wrapper .file\:font-medium::file-selector-button {
  font-weight: 500;
}
.landing-content-wrapper .placeholder\:text-zinc-500::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}
.landing-content-wrapper .placeholder\:text-zinc-500::placeholder {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}
.landing-content-wrapper .last\:mb-0:last-child {
  margin-bottom: 0px;
}
.landing-content-wrapper .focus-within\:outline-none:focus-within {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (hover: hover) and (pointer: fine) {

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

  .landing-content-wrapper .hover\:bg-\[\#e6d7d7\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(230 215 215 / var(--tw-bg-opacity));
  }

  .landing-content-wrapper .hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  }

  .landing-content-wrapper .hover\:bg-red-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68 / var(--tw-bg-opacity));
  }

  .landing-content-wrapper .hover\:bg-zinc-200\/40:hover {
    background-color: rgb(228 228 231 / 0.4);
  }

  .landing-content-wrapper .hover\:bg-zinc-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(39 39 42 / var(--tw-bg-opacity));
  }

  .landing-content-wrapper .hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
  }

  .landing-content-wrapper .hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
  }

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

  .landing-content-wrapper .hover\:underline:hover {
    text-decoration-line: underline;
  }

  .landing-content-wrapper .hover\:opacity-100:hover {
    opacity: 1;
  }

  .landing-content-wrapper .hover\:opacity-90:hover {
    opacity: 0.9;
  }
}
.landing-content-wrapper .focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}
.landing-content-wrapper .focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.landing-content-wrapper .focus\:ring-1: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(1px + 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);
}
.landing-content-wrapper .focus\:ring-2: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(2px + 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);
}
.landing-content-wrapper .focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}
.landing-content-wrapper .focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.landing-content-wrapper .focus-visible\:ring-1:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.landing-content-wrapper .focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.landing-content-wrapper .focus-visible\:ring-slate-700:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(51 65 85 / var(--tw-ring-opacity));
}
.landing-content-wrapper .focus-visible\:ring-offset-0:focus-visible {
  --tw-ring-offset-width: 0px;
}
.landing-content-wrapper .focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}
.landing-content-wrapper .disabled\:pointer-events-none:disabled {
  pointer-events: none;
}
.landing-content-wrapper .disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.landing-content-wrapper .disabled\:opacity-50:disabled {
  opacity: 0.5;
}
@media (hover: hover) and (pointer: fine) {

  .landing-content-wrapper .group:hover .group-hover\:opacity-100 {
    opacity: 1;
  }
}
.landing-content-wrapper .group.toaster .group-\[\.toaster\]\: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);
}
.landing-content-wrapper .peer:disabled ~ .peer-disabled\:cursor-not-allowed {
  cursor: not-allowed;
}
.landing-content-wrapper .peer:disabled ~ .peer-disabled\:opacity-70 {
  opacity: 0.7;
}
.landing-content-wrapper .data-\[disabled\]\:pointer-events-none[data-disabled] {
  pointer-events: none;
}
.landing-content-wrapper .data-\[side\=bottom\]\:translate-y-1[data-side=bottom] {
  --tw-translate-y: 4px;
  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));
}
.landing-content-wrapper .data-\[side\=left\]\:-translate-x-1[data-side=left] {
  --tw-translate-x: -4px;
  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));
}
.landing-content-wrapper .data-\[side\=right\]\:translate-x-1[data-side=right] {
  --tw-translate-x: 4px;
  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));
}
.landing-content-wrapper .data-\[side\=top\]\:-translate-y-1[data-side=top] {
  --tw-translate-y: -4px;
  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));
}
.landing-content-wrapper .data-\[state\=checked\]\:translate-x-4[data-state=checked] {
  --tw-translate-x: 16px;
  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));
}
.landing-content-wrapper .data-\[state\=open\]\:translate-x-0[data-state=open] {
  --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));
}
.landing-content-wrapper .data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked] {
  --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));
}
.landing-content-wrapper .data-\[disabled\]\:opacity-50[data-disabled] {
  opacity: 0.5;
}
.landing-content-wrapper .data-\[state\=closed\]\:duration-300[data-state=closed] {
  transition-duration: 300ms;
}
.landing-content-wrapper .data-\[state\=open\]\:duration-500[data-state=open] {
  transition-duration: 500ms;
}
.landing-content-wrapper .prose-p\:leading-relaxed :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  line-height: 1.625;
}
.landing-content-wrapper .prose-pre\:p-0 :is(:where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  padding: 0px;
}
@media not all and (min-width: 768px) {

  .landing-content-wrapper .max-md\:left-0 {
    left: 0px;
  }
}
@media (min-width: 640px) {

  .landing-content-wrapper .sm\:right-8 {
    right: 32px;
  }

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

  .landing-content-wrapper .sm\:block {
    display: block;
  }

  .landing-content-wrapper .sm\:hidden {
    display: none;
  }

  .landing-content-wrapper .sm\:max-w-sm {
    max-width: 384px;
  }

  .landing-content-wrapper .sm\:flex-row {
    flex-direction: row;
  }

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

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

  .landing-content-wrapper .sm\:rounded-lg {
    border-radius: 8px;
  }

  .landing-content-wrapper .sm\:rounded-md {
    border-radius: 6px;
  }

  .landing-content-wrapper .sm\:border {
    border-width: 1px;
  }

  .landing-content-wrapper .sm\:px-12 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .landing-content-wrapper .sm\:text-left {
    text-align: left;
  }
}
@media (min-width: 768px) {

  .landing-content-wrapper .md\:absolute {
    position: absolute;
  }

  .landing-content-wrapper .md\:-right-10 {
    right: -40px;
  }

  .landing-content-wrapper .md\:-top-2 {
    top: -8px;
  }

  .landing-content-wrapper .md\:left-\[50\%\] {
    left: 50%;
  }

  .landing-content-wrapper .md\:top-2 {
    top: 8px;
  }

  .landing-content-wrapper .md\:order-none {
    order: 0;
  }

  .landing-content-wrapper .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .landing-content-wrapper .md\:mt-\[-100px\] {
    margin-top: -100px;
  }

  .landing-content-wrapper .md\:block {
    display: block;
  }

  .landing-content-wrapper .md\:flex {
    display: flex;
  }

  .landing-content-wrapper .md\:hidden {
    display: none;
  }

  .landing-content-wrapper .md\:w-10\/12 {
    width: 83.333333%;
  }

  .landing-content-wrapper .md\:w-8\/12 {
    width: 66.666667%;
  }

  .landing-content-wrapper .md\:w-96 {
    width: 384px;
  }

  .landing-content-wrapper .md\:w-\[200px\] {
    width: 200px;
  }

  .landing-content-wrapper .md\:w-\[400px\] {
    width: 400px;
  }

  .landing-content-wrapper .md\:w-\[50\%\] {
    width: 50%;
  }

  .landing-content-wrapper .md\:max-w-\[200px\] {
    max-width: 200px;
  }

  .landing-content-wrapper .md\:max-w-\[600px\] {
    max-width: 600px;
  }

  .landing-content-wrapper .md\:max-w-screen-xl {
    max-width: 1280px;
  }

  .landing-content-wrapper .md\:translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .landing-content-wrapper .md\:rounded-lg {
    border-radius: 8px;
  }

  .landing-content-wrapper .md\:bg-carousel-bg {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .landing-content-wrapper .md\:p-12 {
    padding: 48px;
  }

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

  .landing-content-wrapper .md\:text-xs {
    font-size: 12px;
    line-height: 16px;
  }

  .landing-content-wrapper .md\:opacity-0 {
    opacity: 0;
  }
}
@media (min-width: 1024px) {

  .landing-content-wrapper .lg\:block {
    display: block;
  }

  .landing-content-wrapper .lg\:flex {
    display: flex;
  }

  .landing-content-wrapper .lg\:hidden {
    display: none;
  }

  .landing-content-wrapper .lg\:w-\[250px\] {
    width: 250px;
  }
}
@media (min-width: 1280px) {

  .landing-content-wrapper .xl\:block {
    display: block;
  }

  .landing-content-wrapper .xl\:hidden {
    display: none;
  }

  .landing-content-wrapper .xl\:w-\[300px\] {
    width: 300px;
  }
}
.landing-content-wrapper .\[\&\>span\]\:line-clamp-1>span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.landing-content-wrapper *, .landing-content-wrapper ::before, .landing-content-wrapper ::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:  ;
}
.landing-content-wrapper ::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:  ;
}
.landing-content-wrapper .fixed {
  position: fixed;
}
.landing-content-wrapper .absolute {
  position: absolute;
}
.landing-content-wrapper .relative {
  position: relative;
}
.landing-content-wrapper .bottom-0 {
  bottom: 0px;
}
.landing-content-wrapper .bottom-2 {
  bottom: 8px;
}
.landing-content-wrapper .bottom-\[180px\] {
  bottom: 180px;
}
.landing-content-wrapper .bottom-\[2\%\] {
  bottom: 2%;
}
.landing-content-wrapper .left-0 {
  left: 0px;
}
.landing-content-wrapper .left-1\/2 {
  left: 50%;
}
.landing-content-wrapper .right-0 {
  right: 0px;
}
.landing-content-wrapper .right-1 {
  right: 4px;
}
.landing-content-wrapper .right-2 {
  right: 8px;
}
.landing-content-wrapper .right-\[2\%\] {
  right: 2%;
}
.landing-content-wrapper .top-0 {
  top: 0px;
}
.landing-content-wrapper .top-1 {
  top: 4px;
}
.landing-content-wrapper .top-1\/2 {
  top: 50%;
}
.landing-content-wrapper .top-2 {
  top: 8px;
}
.landing-content-wrapper .top-\[100\%\] {
  top: 100%;
}
.landing-content-wrapper .top-\[40\%\] {
  top: 40%;
}
.landing-content-wrapper .z-10 {
  z-index: 10;
}
.landing-content-wrapper .z-50 {
  z-index: 50;
}
.landing-content-wrapper .z-\[9998\] {
  z-index: 9998;
}
.landing-content-wrapper .z-\[9999\] {
  z-index: 9999;
}
.landing-content-wrapper .mx-1 {
  margin-left: 4px;
  margin-right: 4px;
}
.landing-content-wrapper .mx-3 {
  margin-left: 12px;
  margin-right: 12px;
}
.landing-content-wrapper .mx-4 {
  margin-left: 16px;
  margin-right: 16px;
}
.landing-content-wrapper .mx-\[6px\] {
  margin-left: 6px;
  margin-right: 6px;
}
.landing-content-wrapper .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.landing-content-wrapper .mb-1 {
  margin-bottom: 4px;
}
.landing-content-wrapper .mb-1\.5 {
  margin-bottom: 6px;
}
.landing-content-wrapper .mb-2 {
  margin-bottom: 8px;
}
.landing-content-wrapper .mb-2\.5 {
  margin-bottom: 10px;
}
.landing-content-wrapper .mb-4 {
  margin-bottom: 16px;
}
.landing-content-wrapper .mb-5 {
  margin-bottom: 20px;
}
.landing-content-wrapper .mb-8 {
  margin-bottom: 32px;
}
.landing-content-wrapper .ml-0\.5 {
  margin-left: 2px;
}
.landing-content-wrapper .ml-1 {
  margin-left: 4px;
}
.landing-content-wrapper .ml-1\.5 {
  margin-left: 6px;
}
.landing-content-wrapper .ml-2 {
  margin-left: 8px;
}
.landing-content-wrapper .ml-3 {
  margin-left: 12px;
}
.landing-content-wrapper .ml-\[2\%\] {
  margin-left: 2%;
}
.landing-content-wrapper .ml-\[3\%\] {
  margin-left: 3%;
}
.landing-content-wrapper .mr-1 {
  margin-right: 4px;
}
.landing-content-wrapper .mr-1\.5 {
  margin-right: 6px;
}
.landing-content-wrapper .mr-2 {
  margin-right: 8px;
}
.landing-content-wrapper .mr-4 {
  margin-right: 16px;
}
.landing-content-wrapper .mt-1 {
  margin-top: 4px;
}
.landing-content-wrapper .mt-1\.5 {
  margin-top: 6px;
}
.landing-content-wrapper .mt-2 {
  margin-top: 8px;
}
.landing-content-wrapper .mt-3 {
  margin-top: 12px;
}
.landing-content-wrapper .mt-4 {
  margin-top: 16px;
}
.landing-content-wrapper .mt-5 {
  margin-top: 20px;
}
.landing-content-wrapper .mt-8 {
  margin-top: 32px;
}
.landing-content-wrapper .mt-\[0\.125rem\] {
  margin-top: 2px;
}
.landing-content-wrapper .block {
  display: block;
}
.landing-content-wrapper .flex {
  display: flex;
}
.landing-content-wrapper .\!grid {
  display: grid !important;
}
.landing-content-wrapper .grid {
  display: grid;
}
.landing-content-wrapper .hidden {
  display: none;
}
.landing-content-wrapper .h-8 {
  height: 32px;
}
.landing-content-wrapper .h-\[1\.8rem\] {
  height: 28.8px;
}
.landing-content-wrapper .h-\[10px\] {
  height: 10px;
}
.landing-content-wrapper .h-\[12px\] {
  height: 12px;
}
.landing-content-wrapper .h-\[16px\] {
  height: 16px;
}
.landing-content-wrapper .h-\[2\.5rem\] {
  height: 40px;
}
.landing-content-wrapper .h-\[20px\] {
  height: 20px;
}
.landing-content-wrapper .h-\[25px\] {
  height: 25px;
}
.landing-content-wrapper .h-\[34px\] {
  height: 34px;
}
.landing-content-wrapper .h-\[35px\] {
  height: 35px;
}
.landing-content-wrapper .h-\[52px\] {
  height: 52px;
}
.landing-content-wrapper .h-auto {
  height: auto;
}
.landing-content-wrapper .h-full {
  height: 100%;
}
.landing-content-wrapper .max-h-\[44px\] {
  max-height: 44px;
}
.landing-content-wrapper .max-h-\[75\%\] {
  max-height: 75%;
}
.landing-content-wrapper .w-1\/6 {
  width: 16.666667%;
}
.landing-content-wrapper .w-\[1\.8rem\] {
  width: 28.8px;
}
.landing-content-wrapper .w-\[10px\] {
  width: 10px;
}
.landing-content-wrapper .w-\[12px\] {
  width: 12px;
}
.landing-content-wrapper .w-\[16px\] {
  width: 16px;
}
.landing-content-wrapper .w-\[2\.5rem\] {
  width: 40px;
}
.landing-content-wrapper .w-\[20px\] {
  width: 20px;
}
.landing-content-wrapper .w-\[25px\] {
  width: 25px;
}
.landing-content-wrapper .w-\[35px\] {
  width: 35px;
}
.landing-content-wrapper .w-\[90\%\] {
  width: 90%;
}
.landing-content-wrapper .w-\[full\] {
  width: full;
}
.landing-content-wrapper .w-auto {
  width: auto;
}
.landing-content-wrapper .w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.landing-content-wrapper .w-full {
  width: 100%;
}
.landing-content-wrapper .min-w-\[200px\] {
  min-width: 200px;
}
.landing-content-wrapper .min-w-\[230px\] {
  min-width: 230px;
}
.landing-content-wrapper .min-w-\[70px\] {
  min-width: 70px;
}
.landing-content-wrapper .min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}
.landing-content-wrapper .max-w-14 {
  max-width: 56px;
}
.landing-content-wrapper .max-w-\[100px\] {
  max-width: 100px;
}
.landing-content-wrapper .max-w-\[200px\] {
  max-width: 200px;
}
.landing-content-wrapper .max-w-\[500px\] {
  max-width: 500px;
}
.landing-content-wrapper .max-w-\[80\%\] {
  max-width: 80%;
}
.landing-content-wrapper .max-w-full {
  max-width: 100%;
}
.landing-content-wrapper .max-w-none {
  max-width: none;
}
.landing-content-wrapper .flex-1 {
  flex: 1 1 0%;
}
.landing-content-wrapper .flex-auto {
  flex: 1 1 auto;
}
.landing-content-wrapper .shrink-0 {
  flex-shrink: 0;
}
.landing-content-wrapper .flex-grow-0 {
  flex-grow: 0;
}
.landing-content-wrapper .grow {
  flex-grow: 1;
}
.landing-content-wrapper .grow-0 {
  flex-grow: 0;
}
.landing-content-wrapper .-translate-x-\[50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.landing-content-wrapper .-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));
}
.landing-content-wrapper .translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.landing-content-wrapper .translate-y-\[-50\%\] {
  --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));
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.landing-content-wrapper .animate-spin {
  animation: spin 1s linear infinite;
}
.landing-content-wrapper .cursor-pointer {
  cursor: pointer;
}
.landing-content-wrapper .cursor-zoom-in {
  cursor: zoom-in;
}
.landing-content-wrapper .resize {
  resize: both;
}
.landing-content-wrapper .grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.landing-content-wrapper .grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.landing-content-wrapper .flex-row {
  flex-direction: row;
}
.landing-content-wrapper .flex-col {
  flex-direction: column;
}
.landing-content-wrapper .flex-wrap {
  flex-wrap: wrap;
}
.landing-content-wrapper .flex-nowrap {
  flex-wrap: nowrap;
}
.landing-content-wrapper .items-end {
  align-items: flex-end;
}
.landing-content-wrapper .items-center {
  align-items: center;
}
.landing-content-wrapper .items-stretch {
  align-items: stretch;
}
.landing-content-wrapper .justify-start {
  justify-content: flex-start;
}
.landing-content-wrapper .justify-center {
  justify-content: center;
}
.landing-content-wrapper .justify-between {
  justify-content: space-between;
}
.landing-content-wrapper .gap-0 {
  gap: 0px;
}
.landing-content-wrapper .gap-2 {
  gap: 8px;
}
.landing-content-wrapper .gap-4 {
  gap: 16px;
}
.landing-content-wrapper .overflow-hidden {
  overflow: hidden;
}
.landing-content-wrapper .overflow-visible {
  overflow: visible;
}
.landing-content-wrapper .overflow-x-auto {
  overflow-x: auto;
}
.landing-content-wrapper .overflow-y-auto {
  overflow-y: auto;
}
.landing-content-wrapper .whitespace-nowrap {
  white-space: nowrap;
}
.landing-content-wrapper .break-words {
  overflow-wrap: break-word;
}
.landing-content-wrapper .rounded {
  border-radius: 4px;
}
.landing-content-wrapper .rounded-\[1\.8rem\] {
  border-radius: 28.8px;
}
.landing-content-wrapper .rounded-\[14px\] {
  border-radius: 14px;
}
.landing-content-wrapper .rounded-\[17px\] {
  border-radius: 17px;
}
.landing-content-wrapper .rounded-\[19px\] {
  border-radius: 19px;
}
.landing-content-wrapper .rounded-\[1px\] {
  border-radius: 1px;
}
.landing-content-wrapper .rounded-\[2\.5rem\] {
  border-radius: 40px;
}
.landing-content-wrapper .rounded-\[2px\] {
  border-radius: 2px;
}
.landing-content-wrapper .rounded-\[40px\] {
  border-radius: 40px;
}
.landing-content-wrapper .rounded-\[5px\] {
  border-radius: 5px;
}
.landing-content-wrapper .rounded-\[8px\] {
  border-radius: 8px;
}
.landing-content-wrapper .rounded-full {
  border-radius: 9999px;
}
.landing-content-wrapper .rounded-md {
  border-radius: 6px;
}
.landing-content-wrapper .rounded-none {
  border-radius: 0px;
}
.landing-content-wrapper .rounded-l {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.landing-content-wrapper .rounded-r {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.landing-content-wrapper .rounded-bl-\[7px\] {
  border-bottom-left-radius: 7px;
}
.landing-content-wrapper .rounded-bl-lg {
  border-bottom-left-radius: 8px;
}
.landing-content-wrapper .rounded-br-\[7px\] {
  border-bottom-right-radius: 7px;
}
.landing-content-wrapper .rounded-br-lg {
  border-bottom-right-radius: 8px;
}
.landing-content-wrapper .rounded-tl-\[7px\] {
  border-top-left-radius: 7px;
}
.landing-content-wrapper .rounded-tl-lg {
  border-top-left-radius: 8px;
}
.landing-content-wrapper .rounded-tr-\[7px\] {
  border-top-right-radius: 7px;
}
.landing-content-wrapper .rounded-tr-lg {
  border-top-right-radius: 8px;
}
.landing-content-wrapper .border {
  border-width: 1px;
}
.landing-content-wrapper .border-2 {
  border-width: 2px;
}
.landing-content-wrapper .border-\[1px\] {
  border-width: 1px;
}
.landing-content-wrapper .border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.landing-content-wrapper .border-b-\[1px\] {
  border-bottom-width: 1px;
}
.landing-content-wrapper .border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.landing-content-wrapper .border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.landing-content-wrapper .border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.landing-content-wrapper .border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.landing-content-wrapper .border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.landing-content-wrapper .bg-\[\#D1D5DB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.landing-content-wrapper .bg-\[\#F5F5F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.landing-content-wrapper .bg-\[\#FCECEC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(252 236 236 / var(--tw-bg-opacity, 1));
}
.landing-content-wrapper .bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.landing-content-wrapper .bg-spangle-blue-light {
  --tw-bg-opacity: 1;
  background-color: rgb(226 236 255 / var(--tw-bg-opacity, 1));
}
.landing-content-wrapper .bg-transparent {
  background-color: transparent;
}
.landing-content-wrapper .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.landing-content-wrapper .object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.landing-content-wrapper .p-2 {
  padding: 8px;
}
.landing-content-wrapper .p-4 {
  padding: 16px;
}
.landing-content-wrapper .p-\[1px\] {
  padding: 1px;
}
.landing-content-wrapper .px-2 {
  padding-left: 8px;
  padding-right: 8px;
}
.landing-content-wrapper .px-2\.5 {
  padding-left: 10px;
  padding-right: 10px;
}
.landing-content-wrapper .px-3 {
  padding-left: 12px;
  padding-right: 12px;
}
.landing-content-wrapper .px-4 {
  padding-left: 16px;
  padding-right: 16px;
}
.landing-content-wrapper .px-7 {
  padding-left: 28px;
  padding-right: 28px;
}
.landing-content-wrapper .px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}
.landing-content-wrapper .px-\[1px\] {
  padding-left: 1px;
  padding-right: 1px;
}
.landing-content-wrapper .px-\[2px\] {
  padding-left: 2px;
  padding-right: 2px;
}
.landing-content-wrapper .py-1 {
  padding-top: 4px;
  padding-bottom: 4px;
}
.landing-content-wrapper .py-1\.5 {
  padding-top: 6px;
  padding-bottom: 6px;
}
.landing-content-wrapper .py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.landing-content-wrapper .py-4 {
  padding-top: 16px;
  padding-bottom: 16px;
}
.landing-content-wrapper .py-5 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.landing-content-wrapper .py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.landing-content-wrapper .py-\[1px\] {
  padding-top: 1px;
  padding-bottom: 1px;
}
.landing-content-wrapper .py-\[26px\] {
  padding-top: 26px;
  padding-bottom: 26px;
}
.landing-content-wrapper .py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.landing-content-wrapper .py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.landing-content-wrapper .pb-2 {
  padding-bottom: 8px;
}
.landing-content-wrapper .pb-3 {
  padding-bottom: 12px;
}
.landing-content-wrapper .pb-4 {
  padding-bottom: 16px;
}
.landing-content-wrapper .pb-\[1px\] {
  padding-bottom: 1px;
}
.landing-content-wrapper .pr-2 {
  padding-right: 8px;
}
.landing-content-wrapper .pt-3 {
  padding-top: 12px;
}
.landing-content-wrapper .pt-\[1px\] {
  padding-top: 1px;
}
.landing-content-wrapper .text-center {
  text-align: center;
}
.landing-content-wrapper .text-2xl {
  font-size: 24px;
  line-height: 32px;
}
.landing-content-wrapper .text-\[10px\] {
  font-size: 10px;
}
.landing-content-wrapper .text-\[12px\] {
  font-size: 12px;
}
.landing-content-wrapper .text-\[13px\] {
  font-size: 13px;
}
.landing-content-wrapper .text-\[24px\] {
  font-size: 24px;
}
.landing-content-wrapper .text-\[8px\] {
  font-size: 8px;
}
.landing-content-wrapper .text-base {
  font-size: 16px;
  line-height: 24px;
}
.landing-content-wrapper .text-sm {
  font-size: 14px;
  line-height: 20px;
}
.landing-content-wrapper .text-xl {
  font-size: 20px;
  line-height: 28px;
}
.landing-content-wrapper .text-xs {
  font-size: 12px;
  line-height: 16px;
}
.landing-content-wrapper .font-\[600\] {
  font-weight: 600;
}
.landing-content-wrapper .font-bold {
  font-weight: 700;
}
.landing-content-wrapper .font-medium {
  font-weight: 500;
}
.landing-content-wrapper .font-semibold {
  font-weight: 600;
}
.landing-content-wrapper .leading-3 {
  line-height: 12px;
}
.landing-content-wrapper .leading-6 {
  line-height: 24px;
}
.landing-content-wrapper .leading-7 {
  line-height: 28px;
}
.landing-content-wrapper .leading-\[18px\] {
  line-height: 18px;
}
.landing-content-wrapper .leading-\[24px\] {
  line-height: 24px;
}
.landing-content-wrapper .text-\[\#3E3B39\] {
  --tw-text-opacity: 1;
  color: rgb(62 59 57 / var(--tw-text-opacity, 1));
}
.landing-content-wrapper .text-\[\#C90000\] {
  --tw-text-opacity: 1;
  color: rgb(201 0 0 / var(--tw-text-opacity, 1));
}
.landing-content-wrapper .text-\[black\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.landing-content-wrapper .text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.landing-content-wrapper .text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.landing-content-wrapper .text-spangle-black-main {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.landing-content-wrapper .text-spangle-black-star {
  --tw-text-opacity: 1;
  color: rgb(62 59 57 / var(--tw-text-opacity, 1));
}
.landing-content-wrapper .text-spangle-gray-main {
  --tw-text-opacity: 1;
  color: rgb(118 118 118 / var(--tw-text-opacity, 1));
}
.landing-content-wrapper .text-spangle-red-current-price {
  --tw-text-opacity: 1;
  color: rgb(202 0 0 / var(--tw-text-opacity, 1));
}
.landing-content-wrapper .text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.landing-content-wrapper .underline {
  text-decoration-line: underline;
}
.landing-content-wrapper .line-through {
  text-decoration-line: line-through;
}
.landing-content-wrapper .opacity-0 {
  opacity: 0;
}
.landing-content-wrapper .opacity-50 {
  opacity: 0.5;
}
.landing-content-wrapper .opacity-70 {
  opacity: 0.7;
}
.landing-content-wrapper .opacity-80 {
  opacity: 0.8;
}
.landing-content-wrapper .opacity-85 {
  opacity: 0.85;
}
.landing-content-wrapper .opacity-90 {
  opacity: 0.9;
}
.landing-content-wrapper .shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.landing-content-wrapper .shadow-xl {
  --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);
}
.landing-content-wrapper .shadow-black {
  --tw-shadow-color: #000;
  --tw-shadow: var(--tw-shadow-colored);
}

@media (prefers-color-scheme: dark) {
  .landing-content-wrapper html {
    color-scheme: dark;
  }
}

.landing-content-wrapper a:focus-visible,
.landing-content-wrapper input:focus-visible,
.landing-content-wrapper button:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.landing-content-wrapper .scrollbar-hide::-webkit-scrollbar {
  display: none;
}

.landing-content-wrapper .scrollbar-hide {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.landing-content-wrapper .spangle-ui-product-text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.landing-content-wrapper .spangle-ui-product-text-gray {
  --tw-text-opacity: 1;
  color: rgb(118 118 118 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .landing-content-wrapper .spangle-responsive-md-width {
    margin-left: auto;
    margin-right: auto;
    width: 83.333333%;
    max-width: 1280px;
  }
}

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

@media not all and (min-width: 1024px) {
  .landing-content-wrapper .max-lg\:hidden {
    display: none;
  }
  .landing-content-wrapper .max-lg\:justify-between {
    justify-content: space-between;
  }
}

@media not all and (min-width: 768px) {
  .landing-content-wrapper .max-md\:mb-1 {
    margin-bottom: 4px;
  }
  .landing-content-wrapper .max-md\:hidden {
    display: none;
  }
  .landing-content-wrapper .max-md\:h-\[50px\] {
    height: 50px;
  }
  .landing-content-wrapper .max-md\:w-full {
    width: 100%;
  }
  .landing-content-wrapper .max-md\:max-w-\[260px\] {
    max-width: 260px;
  }
  .landing-content-wrapper .max-md\:p-0 {
    padding: 0px;
  }
  .landing-content-wrapper .max-md\:px-4 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .landing-content-wrapper .max-md\:text-xs {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 768px) {
  .landing-content-wrapper .md\:bottom-9 {
    bottom: 36px;
  }
  .landing-content-wrapper .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .landing-content-wrapper .md\:mb-1 {
    margin-bottom: 4px;
  }
  .landing-content-wrapper .md\:mb-2 {
    margin-bottom: 8px;
  }
  .landing-content-wrapper .md\:mt-1 {
    margin-top: 4px;
  }
  .landing-content-wrapper .md\:mt-2 {
    margin-top: 8px;
  }
  .landing-content-wrapper .md\:mt-\[0\.25rem\] {
    margin-top: 4px;
  }
  .landing-content-wrapper .md\:flex {
    display: flex;
  }
  .landing-content-wrapper .md\:hidden {
    display: none;
  }
  .landing-content-wrapper .md\:max-h-\[272px\] {
    max-height: 272px;
  }
  .landing-content-wrapper .md\:max-h-\[600px\] {
    max-height: 600px;
  }
  .landing-content-wrapper .md\:w-10\/12 {
    width: 83.333333%;
  }
  .landing-content-wrapper .md\:w-\[80\%\] {
    width: 80%;
  }
  .landing-content-wrapper .md\:max-w-\[272px\] {
    max-width: 272px;
  }
  .landing-content-wrapper .md\:max-w-\[280px\] {
    max-width: 280px;
  }
  .landing-content-wrapper .md\:max-w-\[35\%\] {
    max-width: 35%;
  }
  .landing-content-wrapper .md\:max-w-\[360px\] {
    max-width: 360px;
  }
  .landing-content-wrapper .md\:max-w-screen-xl {
    max-width: 1280px;
  }
  .landing-content-wrapper .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .landing-content-wrapper .md\:justify-center {
    justify-content: center;
  }
  .landing-content-wrapper .md\:rounded-lg {
    border-radius: 8px;
  }
  .landing-content-wrapper .md\:border-none {
    border-style: none;
  }
  .landing-content-wrapper .md\:p-4 {
    padding: 16px;
  }
  .landing-content-wrapper .md\:px-4 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .landing-content-wrapper .md\:px-\[8\%\] {
    padding-left: 8%;
    padding-right: 8%;
  }
  .landing-content-wrapper .md\:py-6 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .landing-content-wrapper .md\:pb-0 {
    padding-bottom: 0px;
  }
  .landing-content-wrapper .md\:pb-8 {
    padding-bottom: 32px;
  }
  .landing-content-wrapper .md\:pt-0 {
    padding-top: 0px;
  }
  .landing-content-wrapper .md\:text-\[32px\] {
    font-size: 32px;
  }
  .landing-content-wrapper .md\:text-base {
    font-size: 16px;
    line-height: 24px;
  }
  .landing-content-wrapper .md\:text-lg {
    font-size: 18px;
    line-height: 28px;
  }
  .landing-content-wrapper .md\:text-sm {
    font-size: 14px;
    line-height: 20px;
  }
  .landing-content-wrapper .md\:text-xs {
    font-size: 12px;
    line-height: 16px;
  }
  .landing-content-wrapper .md\:shadow-\[0px_2px_8px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
    --tw-shadow: 0px 2px 8px rgba(0,0,0,0.1);
    --tw-shadow-colored: 0px 2px 8px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .landing-content-wrapper .md\:shadow-xl {
    --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);
  }
}

@media (min-width: 1024px) {
  .landing-content-wrapper .lg\:ml-4 {
    margin-left: 16px;
  }
  .landing-content-wrapper .lg\:flex {
    display: flex;
  }
  .landing-content-wrapper .lg\:hidden {
    display: none;
  }
  .landing-content-wrapper .lg\:h-full {
    height: 100%;
  }
  .landing-content-wrapper .lg\:flex-wrap {
    flex-wrap: wrap;
  }
  .landing-content-wrapper .lg\:items-center {
    align-items: center;
  }
  .landing-content-wrapper .lg\:text-nowrap {
    text-wrap: nowrap;
  }
  .landing-content-wrapper .lg\:px-4 {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@keyframes react-loading-skeleton {
  100% {
    transform: translateX(100%);
  }
}

.landing-content-wrapper .react-loading-skeleton {
  --base-color: #ebebeb;
  --highlight-color: #f5f5f5;
  --animation-duration: 1.5s;
  --animation-direction: normal;
  --pseudo-element-display: block; /* Enable animation */

  background-color: var(--base-color);

  width: 100%;
  border-radius: 4px;
  display: inline-flex;
  line-height: 1;

  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: hidden;
}

.landing-content-wrapper .react-loading-skeleton::after {
  content: ' ';
  display: var(--pseudo-element-display);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-image: var(
    --custom-highlight-background,
    linear-gradient(
      90deg,
      var(--base-color) 0%,
      var(--highlight-color) 50%,
      var(--base-color) 100%
    )
  );
  transform: translateX(-100%);

  animation-name: react-loading-skeleton;
  animation-direction: var(--animation-direction);
  animation-duration: var(--animation-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion) {
  .landing-content-wrapper .react-loading-skeleton {
    --pseudo-element-display: none; /* Disable animation */
  }
}

/**
 * Swiper 11.2.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 14, 2025
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
.landing-content-wrapper :host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.landing-content-wrapper .swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.landing-content-wrapper .swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.landing-content-wrapper .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.landing-content-wrapper .swiper-android .swiper-slide,
.landing-content-wrapper .swiper-ios .swiper-slide,
.landing-content-wrapper .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.landing-content-wrapper .swiper-horizontal {
  touch-action: pan-y;
}
.landing-content-wrapper .swiper-vertical {
  touch-action: pan-x;
}
.landing-content-wrapper .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.landing-content-wrapper .swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.landing-content-wrapper .swiper-autoheight,
.landing-content-wrapper .swiper-autoheight .swiper-slide {
  height: auto;
}
.landing-content-wrapper .swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.landing-content-wrapper .swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.landing-content-wrapper .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.landing-content-wrapper .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.landing-content-wrapper .swiper-3d {
  perspective: 1200px;
}
.landing-content-wrapper .swiper-3d .swiper-slide,
.landing-content-wrapper .swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.landing-content-wrapper .swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.landing-content-wrapper .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.landing-content-wrapper .swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.landing-content-wrapper .swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.landing-content-wrapper .swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.landing-content-wrapper .swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.landing-content-wrapper .swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.landing-content-wrapper .swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.landing-content-wrapper .swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.landing-content-wrapper .swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.landing-content-wrapper .swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.landing-content-wrapper .swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.landing-content-wrapper .swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.landing-content-wrapper .swiper-3d .swiper-slide-shadow,
.landing-content-wrapper .swiper-3d .swiper-slide-shadow-left,
.landing-content-wrapper .swiper-3d .swiper-slide-shadow-right,
.landing-content-wrapper .swiper-3d .swiper-slide-shadow-top,
.landing-content-wrapper .swiper-3d .swiper-slide-shadow-bottom,
.landing-content-wrapper .swiper-3d .swiper-slide-shadow,
.landing-content-wrapper .swiper-3d .swiper-slide-shadow-left,
.landing-content-wrapper .swiper-3d .swiper-slide-shadow-right,
.landing-content-wrapper .swiper-3d .swiper-slide-shadow-top,
.landing-content-wrapper .swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.landing-content-wrapper .swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.landing-content-wrapper .swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.landing-content-wrapper .swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.landing-content-wrapper .swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.landing-content-wrapper .swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.landing-content-wrapper .swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.landing-content-wrapper .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.landing-content-wrapper .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.landing-content-wrapper .swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.landing-content-wrapper .swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.landing-content-wrapper .swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.landing-content-wrapper .swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.landing-content-wrapper .swiper-pagination-disabled > .swiper-pagination,
.landing-content-wrapper .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.landing-content-wrapper .swiper-pagination-fraction,
.landing-content-wrapper .swiper-pagination-custom,
.landing-content-wrapper .swiper-horizontal > .swiper-pagination-bullets,
.landing-content-wrapper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.landing-content-wrapper .swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.landing-content-wrapper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.landing-content-wrapper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.landing-content-wrapper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.landing-content-wrapper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.landing-content-wrapper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.landing-content-wrapper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.landing-content-wrapper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.landing-content-wrapper .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
.landing-content-wrapper button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          -moz-appearance: none;
       appearance: none;
}
.landing-content-wrapper .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.landing-content-wrapper .swiper-pagination-bullet:only-child {
  display: none !important;
}
.landing-content-wrapper .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.landing-content-wrapper .swiper-vertical > .swiper-pagination-bullets,
.landing-content-wrapper .swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.landing-content-wrapper .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.landing-content-wrapper .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.landing-content-wrapper .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.landing-content-wrapper .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.landing-content-wrapper .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.landing-content-wrapper .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}
.landing-content-wrapper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.landing-content-wrapper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.landing-content-wrapper .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.landing-content-wrapper .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.landing-content-wrapper .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.landing-content-wrapper .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
        200ms left;
}
.landing-content-wrapper .swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.landing-content-wrapper .swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.landing-content-wrapper .swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.landing-content-wrapper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.landing-content-wrapper .swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.landing-content-wrapper .swiper-horizontal > .swiper-pagination-progressbar,
.landing-content-wrapper .swiper-pagination-progressbar.swiper-pagination-horizontal,
.landing-content-wrapper .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.landing-content-wrapper .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.landing-content-wrapper .swiper-vertical > .swiper-pagination-progressbar,
.landing-content-wrapper .swiper-pagination-progressbar.swiper-pagination-vertical,
.landing-content-wrapper .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.landing-content-wrapper .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.landing-content-wrapper .swiper-pagination-lock {
  display: none;
}

.landing-content-wrapper .swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.landing-content-wrapper .swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.landing-content-wrapper .swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.landing-content-wrapper .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.landing-content-wrapper .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}


  .landing-content-wrapper .auto-height-swiper {
    display: flex;
    height: auto;
  }

  .landing-content-wrapper .spangle-ui-carousel .swiper-button-next,
  .landing-content-wrapper .spangle-ui-carousel .swiper-button-prev {
    color: #000;
    background: rgba(255, 255, 255, 0.8);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all 0.3s ease;
  }

  .landing-content-wrapper .spangle-ui-carousel .swiper-button-prev {
    left: 15%;
  }

  .landing-content-wrapper .spangle-ui-carousel .swiper-button-next {
    right: 15%;
  }

  .landing-content-wrapper .spangle-ui-carousel .swiper-button-next:hover,
  .landing-content-wrapper .spangle-ui-carousel .swiper-button-prev:hover {
    background: rgba(255, 255, 255, 0.95);
  }

  .landing-content-wrapper .spangle-ui-carousel .swiper-button-next:after,
  .landing-content-wrapper .spangle-ui-carousel .swiper-button-prev:after {
    font-size: 20px;
  }

  .landing-content-wrapper .spangle-ui-carousel .swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }

  @media (max-width: 768px) {
    .landing-content-wrapper .spangle-ui-carousel .swiper-button-next,
    .landing-content-wrapper .spangle-ui-carousel .swiper-button-prev {
      width: 30px;
      height: 30px;
    }

    .landing-content-wrapper .spangle-ui-carousel .swiper-button-next:after,
    .landing-content-wrapper .spangle-ui-carousel .swiper-button-prev:after {
      font-size: 16px;
    }

    .landing-content-wrapper .spangle-swiper-hide {
      display: none !important;
    }
  }

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.landing-content-wrapper .swiper-button-prev,
.landing-content-wrapper .swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.landing-content-wrapper .swiper-button-prev.swiper-button-disabled,
.landing-content-wrapper .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.landing-content-wrapper .swiper-button-prev.swiper-button-hidden,
.landing-content-wrapper .swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.landing-content-wrapper .swiper-navigation-disabled .swiper-button-prev,
.landing-content-wrapper .swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.landing-content-wrapper .swiper-button-prev svg,
.landing-content-wrapper .swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}
.landing-content-wrapper .swiper-rtl .swiper-button-prev svg,
.landing-content-wrapper .swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.landing-content-wrapper .swiper-button-prev,
.landing-content-wrapper .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.landing-content-wrapper .swiper-button-next,
.landing-content-wrapper .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.landing-content-wrapper .swiper-button-lock {
  display: none;
}
/* Navigation font start */
.landing-content-wrapper .swiper-button-prev:after,
.landing-content-wrapper .swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.landing-content-wrapper .swiper-button-prev:after,
.landing-content-wrapper .swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.landing-content-wrapper .swiper-button-next,
.landing-content-wrapper .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.landing-content-wrapper .swiper-button-next:after,
.landing-content-wrapper .swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
/* Navigation font end */


  .landing-content-wrapper .spangle-img-zoom-swiper-modal .react-transform-wrapper {
    height: 100%;
    width: 100%;
}

  .landing-content-wrapper .spangle-img-zoom-swiper-modal .swiper {
    height: 100%;
}

  .landing-content-wrapper .spangle-img-zoom-swiper-modal .img-zoom-swiper-button-next,
  .landing-content-wrapper .spangle-img-zoom-swiper-modal .img-zoom-swiper-button-prev {
    --tw-text-opacity: 1;
    color: rgb(97 97 97 / var(--tw-text-opacity, 1));
}

  .landing-content-wrapper .spangle-img-zoom-swiper-modal .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

  .landing-content-wrapper .img-zoom-swiper-button-prev,
  .landing-content-wrapper .img-zoom-swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
  }

  .landing-content-wrapper .img-zoom-swiper-button-prev {
    left: 10px;
  }

  .landing-content-wrapper .img-zoom-swiper-button-next {
    right: 10px;
  }

  .landing-content-wrapper .img-zoom-swiper-button-prev::after,
  .landing-content-wrapper .img-zoom-swiper-button-next::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
  }

  .landing-content-wrapper .img-zoom-swiper-button-prev::after {
    transform: rotate(-135deg);
    margin-left: 5px;
  }

  .landing-content-wrapper .img-zoom-swiper-button-next::after {
    transform: rotate(45deg);
    margin-right: 5px;
  }

  .landing-content-wrapper .spangle-swiper-hide {
    display: none !important;
  }


  .landing-content-wrapper .social-proof-swipper .swiper-slide {
    opacity: 0 !important;
    transition: opacity 500ms ease-out !important;
  }

  .landing-content-wrapper .social-proof-swipper .swiper-slide-active {
    opacity: 1 !important;
    transition: opacity 500ms ease-in 500ms !important;
  }

  .landing-content-wrapper .social-proof-swipper .swiper-fade .swiper-slide {
    transition-property: opacity;
  }



@layer component {
  .landing-content-wrapper .spangle-ui-product-star .ant-rate li.ant-rate-star:not(:last-child) {
    margin-inline-end: 4px !important;
  }
}


  .landing-content-wrapper .spangle-ui-color-size-selector .spangle-ant-select .ant-select-selector .ant-select-selection-search {
    display: none
}
  .landing-content-wrapper .spangle-ui-color-size-selector .spangle-selected-color,
  .landing-content-wrapper .spangle-ui-color-size-selector .spangle-selected-size {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
  @media (min-width: 768px) {
    .landing-content-wrapper .spangle-ui-color-size-selector .spangle-selected-color,
  .landing-content-wrapper .spangle-ui-color-size-selector .spangle-selected-size {
        max-width: 150px
    }
}


  .landing-content-wrapper .spangle-subscribe-selector {
    font-size: 14px;
    line-height: 20px
}
  .landing-content-wrapper .spangle-subscribe-selector .radio-selector-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between
}
  .landing-content-wrapper .spangle-subscribe-selector .radio-selector-subscribe-wrapper {
    display: flex;
    cursor: pointer;
    align-items: center;
    font-size: 12px;
    line-height: 16px
}
  @media not all and (min-width: 1024px) {
    .landing-content-wrapper .spangle-subscribe-selector .radio-selector-subscribe-wrapper {
        margin-bottom: 12px
    }
}
  .landing-content-wrapper .spangle-subscribe-selector .radio-selector-subscribe-wrapper .oneskin-radio-wrapper {
    height: 12px;
    width: 12px;
    border-radius: 6px
}
  .landing-content-wrapper .spangle-subscribe-selector .radio-selector-subscribe-wrapper .oneskin-radio-content {
    height: 8px;
    width: 8px;
    border-radius: 4px
}


  .landing-content-wrapper .spangle-ui-product-card-mobile .price-current {
    font-size: 12px;
    line-height: 16px
}
  @media (min-width: 768px) {
    .landing-content-wrapper .spangle-ui-product-card-mobile .price-current {
        font-size: 16px;
        line-height: 24px
    }
}
  .landing-content-wrapper .spangle-ui-product-card-mobile .price-original {
    font-size: 12px;
    line-height: 16px
}
  @media (min-width: 768px) {
    .landing-content-wrapper .spangle-ui-product-card-mobile .price-original {
        font-size: 16px;
        line-height: 24px
    }
}

  .landing-content-wrapper .spangle-ui-product-card-mobile .price-discount {
    font-size: 12px;
    line-height: 16px
}

  @media (min-width: 768px) {
    .landing-content-wrapper .spangle-ui-product-card-mobile .price-discount {
        font-size: 16px;
        line-height: 24px
    }
}

  .landing-content-wrapper .spangle-ui-product-card:hover .product-name {
    text-decoration-line: underline
}

  .landing-content-wrapper .spangle-ui-product-card-mobile .product-card-social-proof.top {
    top: 6%
}

  .landing-content-wrapper .spangle-ui-product-card-mobile .product-card-social-proof.bottom {
    bottom: 10%
}


  .landing-content-wrapper .spangle-ui-color-selector .images-wrapper {
    margin-top: 8px;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px
}


  .landing-content-wrapper .main-grid-layout {
    display: grid !important;
  }

  @media (min-width: 768px) {
    .landing-content-wrapper .main-grid-layout {
      grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
      -moz-column-gap: 8px !important;
           column-gap: 8px !important;
      row-gap: 24px;
    }
  }

.landing-content-wrapper .remove-pseudo-elements::before,
.landing-content-wrapper .remove-pseudo-elements::after {
  content: none;
}


  .landing-content-wrapper .spangle-ui-fixed-product-card button.ant-btn.add-to-cart-btn:active,
  .landing-content-wrapper .spangle-ui-fixed-product-card button.ant-btn.add-to-cart-btn:hover,
  .landing-content-wrapper .spangle-ui-fixed-product-card button.ant-btn.add-to-cart-btn:focus {
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}
  .landing-content-wrapper .spangle-ui-fixed-product-card .spangle-ui-price-info .price-current {
    font-size: 14px;
    line-height: 20px
}
  @media (min-width: 768px) {
    .landing-content-wrapper .spangle-ui-fixed-product-card .spangle-ui-price-info .price-current {
        font-size: 16px;
        line-height: 24px
    }
}
  .landing-content-wrapper .spangle-ui-fixed-product-card .spangle-ui-price-info .price-original {
    font-size: 14px;
    line-height: 20px
}
  @media (min-width: 768px) {
    .landing-content-wrapper .spangle-ui-fixed-product-card .spangle-ui-price-info .price-original {
        font-size: 16px;
        line-height: 24px
    }
}
  .landing-content-wrapper .spangle-ui-fixed-product-card .spangle-ui-price-info .price-discount {
    font-size: 14px;
    line-height: 20px
}
  @media (min-width: 768px) {
    .landing-content-wrapper .spangle-ui-fixed-product-card .spangle-ui-price-info .price-discount {
        font-size: 16px;
        line-height: 24px
    }
}


  .landing-content-wrapper .spangle-bottom-modal {
    --tw-translate-y: 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));
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms
}
  .landing-content-wrapper .spangle-bottom-modal.open {
    --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))
}
  .landing-content-wrapper .spangle-bottom-modal.open-vertical {
    bottom: 50%;
    --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))
}


  .landing-content-wrapper .spangle-ui-recommend-labels {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
    --tw-gradient-from: rgba(192,205,223,1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(192, 205, 223, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: #fff var(--tw-gradient-to-position);
    padding-top: 28px
}
@media not all and (min-width: 768px) {
    .landing-content-wrapper .spangle-ui-recommend-labels {
        padding-left: 16px;
        padding-right: 16px
    }
}
  .landing-content-wrapper .spangle-ui-recommend-labels.with-categoryTitle {
    padding-top: 16px
}
  .landing-content-wrapper .spangle-ui-recommend-labels .spangle-ui-recommend-category-title {
    margin-bottom: 12px
}
  .landing-content-wrapper .spangle-ui-recommend-labels .border-gradient-r-wrapper {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: #B539E6 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(181 57 230 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: #3100FF var(--tw-gradient-to-position)
}
  .landing-content-wrapper .spangle-ui-recommend-labels .spangle-scroll-x-wrapper {
    width: auto;
    max-width: 100%;
    padding-bottom: 4px
}
  .landing-content-wrapper .spangle-ui-recommend-labels .spangle-search-bar-container {
    margin-top: 16px
}
  .landing-content-wrapper .spangle-ui-recommend-labels .search-input::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(118 118 118 / var(--tw-text-opacity, 1))
}
  .landing-content-wrapper .spangle-ui-recommend-labels .search-input::placeholder {
    --tw-text-opacity: 1;
    color: rgb(118 118 118 / var(--tw-text-opacity, 1))
}


  .landing-content-wrapper .spangle-product-list-featured .spangle-scroll-x-wrapper {
    width: auto;
    max-width: 100%
}


  .landing-content-wrapper .spangle-img-zoom-modal .react-transform-wrapper {
    height: 100%;
    width: 100%
}


.landing-content-wrapper .container {
    width: 100%;
}
@media (min-width: 640px) {
    .landing-content-wrapper .container {
        max-width: 640px;
    }
}
@media (min-width: 768px) {
    .landing-content-wrapper .container {
        max-width: 768px;
    }
}
@media (min-width: 1024px) {
    .landing-content-wrapper .container {
        max-width: 1024px;
    }
}
@media (min-width: 1280px) {
    .landing-content-wrapper .container {
        max-width: 1280px;
    }
}
.landing-content-wrapper .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
}
.landing-content-wrapper .prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}
.landing-content-wrapper .prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
}
.landing-content-wrapper .prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-links);
    text-decoration: underline;
    font-weight: 500;
}
.landing-content-wrapper .prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-bold);
    font-weight: 600;
}
.landing-content-wrapper .prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.landing-content-wrapper .prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.landing-content-wrapper .prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.landing-content-wrapper .prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
}
.landing-content-wrapper .prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha;
}
.landing-content-wrapper .prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha;
}
.landing-content-wrapper .prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha;
}
.landing-content-wrapper .prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha;
}
.landing-content-wrapper .prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman;
}
.landing-content-wrapper .prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman;
}
.landing-content-wrapper .prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman;
}
.landing-content-wrapper .prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman;
}
.landing-content-wrapper .prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal;
}
.landing-content-wrapper .prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
}
.landing-content-wrapper .prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    font-weight: 400;
    color: var(--tw-prose-counters);
}
.landing-content-wrapper .prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    color: var(--tw-prose-bullets);
}
.landing-content-wrapper .prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.25em;
}
.landing-content-wrapper .prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
}
.landing-content-wrapper .prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 500;
    font-style: italic;
    color: var(--tw-prose-quotes);
    border-inline-start-width: 4px;
    border-inline-start-color: var(--tw-prose-quote-borders);
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1em;
}
.landing-content-wrapper .prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: open-quote;
}
.landing-content-wrapper .prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: close-quote;
}
.landing-content-wrapper .prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
}
.landing-content-wrapper .prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 900;
    color: inherit;
}
.landing-content-wrapper .prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
}
.landing-content-wrapper .prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 800;
    color: inherit;
}
.landing-content-wrapper .prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
}
.landing-content-wrapper .prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
}
.landing-content-wrapper .prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
}
.landing-content-wrapper .prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
}
.landing-content-wrapper .prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}
.landing-content-wrapper .prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    display: block;
    margin-top: 2em;
    margin-bottom: 2em;
}
.landing-content-wrapper .prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}
.landing-content-wrapper .prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 500;
    font-family: inherit;
    color: var(--tw-prose-kbd);
    box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
    font-size: 0.875em;
    border-radius: 5px;
    padding-top: 0.1875em;
    padding-inline-end: 0.375em;
    padding-bottom: 0.1875em;
    padding-inline-start: 0.375em;
}
.landing-content-wrapper .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: 0.875em;
}
.landing-content-wrapper .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: "`";
}
.landing-content-wrapper .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: "`";
}
.landing-content-wrapper .prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.landing-content-wrapper .prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.landing-content-wrapper .prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.875em;
}
.landing-content-wrapper .prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.9em;
}
.landing-content-wrapper .prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.landing-content-wrapper .prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.landing-content-wrapper .prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.landing-content-wrapper .prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-pre-code);
    background-color: var(--tw-prose-pre-bg);
    overflow-x: auto;
    font-weight: 400;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 6px;
    padding-top: 0.8571429em;
    padding-inline-end: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-inline-start: 1.1428571em;
}
.landing-content-wrapper .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}
.landing-content-wrapper .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: none;
}
.landing-content-wrapper .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: none;
}
.landing-content-wrapper .prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    width: 100%;
    table-layout: auto;
    text-align: start;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
}
.landing-content-wrapper .prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
}
.landing-content-wrapper .prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
}
.landing-content-wrapper .prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders);
}
.landing-content-wrapper .prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 0;
}
.landing-content-wrapper .prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: baseline;
}
.landing-content-wrapper .prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders);
}
.landing-content-wrapper .prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: top;
}
.landing-content-wrapper .prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
}
.landing-content-wrapper .prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-captions);
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
}
.landing-content-wrapper .prose {
    --tw-prose-body: #374151;
    --tw-prose-headings: #111827;
    --tw-prose-lead: #4b5563;
    --tw-prose-links: #111827;
    --tw-prose-bold: #111827;
    --tw-prose-counters: #6b7280;
    --tw-prose-bullets: #d1d5db;
    --tw-prose-hr: #e5e7eb;
    --tw-prose-quotes: #111827;
    --tw-prose-quote-borders: #e5e7eb;
    --tw-prose-captions: #6b7280;
    --tw-prose-kbd: #111827;
    --tw-prose-kbd-shadows: 17 24 39;
    --tw-prose-code: #111827;
    --tw-prose-pre-code: #e5e7eb;
    --tw-prose-pre-bg: #1f2937;
    --tw-prose-th-borders: #d1d5db;
    --tw-prose-td-borders: #e5e7eb;
    --tw-prose-invert-body: #d1d5db;
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: #9ca3af;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: #9ca3af;
    --tw-prose-invert-bullets: #4b5563;
    --tw-prose-invert-hr: #374151;
    --tw-prose-invert-quotes: #f3f4f6;
    --tw-prose-invert-quote-borders: #374151;
    --tw-prose-invert-captions: #9ca3af;
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: 255 255 255;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: #d1d5db;
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: #4b5563;
    --tw-prose-invert-td-borders: #374151;
    font-size: 16px;
    line-height: 1.75;
}
.landing-content-wrapper .prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
}
.landing-content-wrapper .prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.landing-content-wrapper .prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.375em;
}
.landing-content-wrapper .prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.375em;
}
.landing-content-wrapper .prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
.landing-content-wrapper .prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
}
.landing-content-wrapper .prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
}
.landing-content-wrapper .prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
}
.landing-content-wrapper .prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
}
.landing-content-wrapper .prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
.landing-content-wrapper .prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}
.landing-content-wrapper .prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    padding-inline-start: 1.625em;
}
.landing-content-wrapper .prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.landing-content-wrapper .prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.landing-content-wrapper .prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.landing-content-wrapper .prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.landing-content-wrapper .prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
}
.landing-content-wrapper .prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
}
.landing-content-wrapper .prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-top: 0.5714286em;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
}
.landing-content-wrapper .prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
}
.landing-content-wrapper .prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
}
.landing-content-wrapper .prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}
.landing-content-wrapper .prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.landing-content-wrapper .prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
}
  .landing-content-wrapper .spangle-img-carousel .social-proof-swipper .social-proof-swipper-item-wrapper {
    background-color: #fff;
}

  .landing-content-wrapper .spangle-img-carousel .social-proof-swipper {
    overflow: visible;
}

  .landing-content-wrapper .spangle-img-carousel
    .social-proof-swipper
    .social-proof-swipper-item-wrapper
    .spangle-ui-product-social-message
    .social-message-icon-wrapper {
    width: 15px;
    height: 15px;
    margin-right: 0px;
}

  .landing-content-wrapper .spangle-img-carousel
    .social-proof-swipper
    .social-proof-swipper-item-wrapper
    .spangle-ui-product-social-message
    .social-message-icon {
    width: 30px;
    height: 30px;
    right: -2px;
}

  .landing-content-wrapper .spangle-img-carousel
    .social-proof-swipper
    .social-proof-swipper-item-wrapper
    .spangle-ui-product-social-message
    .social-message-icon.hero_added {
    width: 20px;
    height: 20px;
    right: 5px;
}

  .landing-content-wrapper .spangle-img-carousel
    .social-proof-swipper
    .social-proof-swipper-item-wrapper
    .spangle-ui-product-social-message
    .social-type {
    font-family: AWChinatownGrotesque, arial, sans-serif;
    letter-spacing: 1px;
    font-size: 11px;
    line-height: 12px;
}

  .landing-content-wrapper .spangle-img-carousel
    .social-proof-swipper
    .social-proof-swipper-item-wrapper
    .spangle-ui-product-social-message
    .social-text {
    font-family: AWChinatownGrotesque, arial, sans-serif;
    font-size: 12px;
}

.landing-content-wrapper .container {
    width: 100%;
}
@media (min-width: 640px) {
    .landing-content-wrapper .container {
        max-width: 640px;
    }
}
@media (min-width: 768px) {
    .landing-content-wrapper .container {
        max-width: 768px;
    }
}
@media (min-width: 1024px) {
    .landing-content-wrapper .container {
        max-width: 1024px;
    }
}
@media (min-width: 1280px) {
    .landing-content-wrapper .container {
        max-width: 1280px;
    }
}
.landing-content-wrapper .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
}
.landing-content-wrapper .prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}
.landing-content-wrapper .prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
}
.landing-content-wrapper .prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-links);
    text-decoration: underline;
    font-weight: 500;
}
.landing-content-wrapper .prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-bold);
    font-weight: 600;
}
.landing-content-wrapper .prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.landing-content-wrapper .prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.landing-content-wrapper .prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.landing-content-wrapper .prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
}
.landing-content-wrapper .prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha;
}
.landing-content-wrapper .prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha;
}
.landing-content-wrapper .prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha;
}
.landing-content-wrapper .prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha;
}
.landing-content-wrapper .prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman;
}
.landing-content-wrapper .prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman;
}
.landing-content-wrapper .prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman;
}
.landing-content-wrapper .prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman;
}
.landing-content-wrapper .prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal;
}
.landing-content-wrapper .prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
}
.landing-content-wrapper .prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    font-weight: 400;
    color: var(--tw-prose-counters);
}
.landing-content-wrapper .prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    color: var(--tw-prose-bullets);
}
.landing-content-wrapper .prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.25em;
}
.landing-content-wrapper .prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
}
.landing-content-wrapper .prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 500;
    font-style: italic;
    color: var(--tw-prose-quotes);
    border-inline-start-width: 4px;
    border-inline-start-color: var(--tw-prose-quote-borders);
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1em;
}
.landing-content-wrapper .prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: open-quote;
}
.landing-content-wrapper .prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: close-quote;
}
.landing-content-wrapper .prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
}
.landing-content-wrapper .prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 900;
    color: inherit;
}
.landing-content-wrapper .prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
}
.landing-content-wrapper .prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 800;
    color: inherit;
}
.landing-content-wrapper .prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
}
.landing-content-wrapper .prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
}
.landing-content-wrapper .prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
}
.landing-content-wrapper .prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
}
.landing-content-wrapper .prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}
.landing-content-wrapper .prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    display: block;
    margin-top: 2em;
    margin-bottom: 2em;
}
.landing-content-wrapper .prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}
.landing-content-wrapper .prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 500;
    font-family: inherit;
    color: var(--tw-prose-kbd);
    box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
    font-size: 0.875em;
    border-radius: 5px;
    padding-top: 0.1875em;
    padding-inline-end: 0.375em;
    padding-bottom: 0.1875em;
    padding-inline-start: 0.375em;
}
.landing-content-wrapper .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: 0.875em;
}
.landing-content-wrapper .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: "`";
}
.landing-content-wrapper .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: "`";
}
.landing-content-wrapper .prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.landing-content-wrapper .prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.landing-content-wrapper .prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.875em;
}
.landing-content-wrapper .prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.9em;
}
.landing-content-wrapper .prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.landing-content-wrapper .prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.landing-content-wrapper .prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.landing-content-wrapper .prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-pre-code);
    background-color: var(--tw-prose-pre-bg);
    overflow-x: auto;
    font-weight: 400;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 6px;
    padding-top: 0.8571429em;
    padding-inline-end: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-inline-start: 1.1428571em;
}
.landing-content-wrapper .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}
.landing-content-wrapper .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: none;
}
.landing-content-wrapper .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: none;
}
.landing-content-wrapper .prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    width: 100%;
    table-layout: auto;
    text-align: start;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
}
.landing-content-wrapper .prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
}
.landing-content-wrapper .prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
}
.landing-content-wrapper .prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders);
}
.landing-content-wrapper .prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 0;
}
.landing-content-wrapper .prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: baseline;
}
.landing-content-wrapper .prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders);
}
.landing-content-wrapper .prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: top;
}
.landing-content-wrapper .prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
}
.landing-content-wrapper .prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-captions);
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
}
.landing-content-wrapper .prose {
    --tw-prose-body: #374151;
    --tw-prose-headings: #111827;
    --tw-prose-lead: #4b5563;
    --tw-prose-links: #111827;
    --tw-prose-bold: #111827;
    --tw-prose-counters: #6b7280;
    --tw-prose-bullets: #d1d5db;
    --tw-prose-hr: #e5e7eb;
    --tw-prose-quotes: #111827;
    --tw-prose-quote-borders: #e5e7eb;
    --tw-prose-captions: #6b7280;
    --tw-prose-kbd: #111827;
    --tw-prose-kbd-shadows: 17 24 39;
    --tw-prose-code: #111827;
    --tw-prose-pre-code: #e5e7eb;
    --tw-prose-pre-bg: #1f2937;
    --tw-prose-th-borders: #d1d5db;
    --tw-prose-td-borders: #e5e7eb;
    --tw-prose-invert-body: #d1d5db;
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: #9ca3af;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: #9ca3af;
    --tw-prose-invert-bullets: #4b5563;
    --tw-prose-invert-hr: #374151;
    --tw-prose-invert-quotes: #f3f4f6;
    --tw-prose-invert-quote-borders: #374151;
    --tw-prose-invert-captions: #9ca3af;
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: 255 255 255;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: #d1d5db;
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: #4b5563;
    --tw-prose-invert-td-borders: #374151;
    font-size: 16px;
    line-height: 1.75;
}
.landing-content-wrapper .prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
}
.landing-content-wrapper .prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.landing-content-wrapper .prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.375em;
}
.landing-content-wrapper .prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.375em;
}
.landing-content-wrapper .prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
.landing-content-wrapper .prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
}
.landing-content-wrapper .prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
}
.landing-content-wrapper .prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
}
.landing-content-wrapper .prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
}
.landing-content-wrapper .prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
.landing-content-wrapper .prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}
.landing-content-wrapper .prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    padding-inline-start: 1.625em;
}
.landing-content-wrapper .prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.landing-content-wrapper .prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.landing-content-wrapper .prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.landing-content-wrapper .prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.landing-content-wrapper .prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
}
.landing-content-wrapper .prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
}
.landing-content-wrapper .prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-top: 0.5714286em;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
}
.landing-content-wrapper .prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
}
.landing-content-wrapper .prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
}
.landing-content-wrapper .prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}
.landing-content-wrapper .prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.landing-content-wrapper .prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
}
  .landing-content-wrapper .spangle-recommend-products-wrapper .spangle-ui-recommend-labels .search-input {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    font-weight: 400;
}
  @media (max-width: 768px) {
    .landing-content-wrapper .spangle-recommend-products-wrapper .spangle-ui-recommend-labels .search-input {
        font-size: 11px;
        font-weight: 400;
    }
}

  .landing-content-wrapper .spangle-recommend-products-wrapper .spangle-ui-product-list .spangle-ui-product-card .brand-name {
    font-size: 12px;
}

  @media not all and (min-width: 768px) {
    .landing-content-wrapper .spangle-recommend-products-wrapper .spangle-ui-product-list .spangle-ui-product-card .brand-name {
        font-size: 12px;
        line-height: 16px;
    }
}

  .landing-content-wrapper .spangle-recommend-products-wrapper .spangle-ui-product-list .spangle-ui-product-card .product-name {
    font-family: AWChinatownGrotesque, arial, sans-serif;
    font-size: 12px;
}

  @media (max-width: 768px) {
    .landing-content-wrapper .spangle-recommend-products-wrapper .spangle-ui-product-list .spangle-ui-product-card .product-name {
        font-size: 10px;
    }
}

  @media not all and (min-width: 768px) {
    .landing-content-wrapper .spangle-recommend-products-wrapper .spangle-ui-product-list .spangle-ui-product-card .product-name {
        font-size: 12px;
        line-height: 16px;
    }
}

  .landing-content-wrapper .spangle-recommend-products-wrapper .spangle-ui-product-list .spangle-ui-product-card .bundle-name {
    font-size: 12px;
}

  @media not all and (min-width: 768px) {
    .landing-content-wrapper .spangle-recommend-products-wrapper .spangle-ui-product-list .spangle-ui-product-card .bundle-name {
        font-size: 12px;
        line-height: 16px;
    }
}

  @media (max-width: 768px) {
    .landing-content-wrapper .spangle-recommend-products-wrapper .spangle-ui-recommend-labels .catalog-label-item-text {
        font-size: 12px;
        font-weight: 400;
    }
}

  .landing-content-wrapper .spangle-recommend-products-wrapper
    .spangle-ui-product-list
    .spangle-ui-product-card
    .product-info-wrapper
    .brand-name,
  .landing-content-wrapper .spangle-recommend-products-wrapper
    .spangle-ui-product-list
    .spangle-ui-product-card
    .product-info-wrapper
    .bundle-name {
    font-size: 12px;
}

  .landing-content-wrapper .spangle-recommend-products-wrapper
    .spangle-ui-product-list
    .spangle-ui-product-card
    .product-info-wrapper
    .product-name {
    font-family: AWChinatownGrotesque, arial, sans-serif;
    font-size: 12px;
}

  @media (max-width: 768px) {
    .landing-content-wrapper .spangle-recommend-products-wrapper
    .spangle-ui-product-list
    .spangle-ui-product-card
    .product-info-wrapper
    .product-name {
        font-size: 10px;
    }
}

  .landing-content-wrapper .spangle-recommend-products-wrapper
    .spangle-ui-product-list
    .spangle-ui-product-card
    .spangle-ui-product-star
    .ant-rate {
    font-size: 12px !important;
    line-height: 16px !important;
}

  @media (min-width: 768px) {
    .landing-content-wrapper .spangle-recommend-products-wrapper
    .spangle-ui-product-list
    .spangle-ui-product-card
    .spangle-ui-product-star
    .ant-rate {
        font-size: 16px !important;
        line-height: 24px !important;
    }
}

  .landing-content-wrapper .spangle-recommend-products-wrapper .spangle-ui-product-list .spangle-ui-product-card .spangle-ui-product-star {}

  .landing-content-wrapper .spangle-recommend-products-wrapper .spangle-ui-product-list .spangle-ui-product-card .images-wrapper,
  .landing-content-wrapper .spangle-recommend-products-wrapper .spangle-ui-product-list .spangle-ui-product-card .spangle-ui-price-info,
  .landing-content-wrapper .spangle-recommend-products-wrapper .spangle-ui-product-list .spangle-ui-product-card .product-card-promotion-text {
    font-family: AWChinatownGrotesque, arial, sans-serif;
}

  .landing-content-wrapper .spangle-recommend-products-wrapper .spangle-ui-product-list .spangle-ui-product-card .product-card-price {}

  .landing-content-wrapper .spangle-recommend-products-wrapper .spangle-ui-product-list .spangle-ui-product-card .product-info-wrapper {}

  .landing-content-wrapper .spangle-recommend-products-wrapper {}

  .landing-content-wrapper .spangle-recommend-products-wrapper
    .spangle-ui-product-list
    .spangle-ui-product-card
    .product-card-price
    .price-current,
  .landing-content-wrapper .spangle-recommend-products-wrapper
    .spangle-ui-product-list
    .spangle-ui-product-card
    .product-card-price
    .price-original {
    font-size: 12px;
}

  @media (max-width: 768px) {
    .landing-content-wrapper .spangle-recommend-products-wrapper
    .spangle-ui-product-list
    .spangle-ui-product-card
    .product-card-price
    .price-current,
  .landing-content-wrapper .spangle-recommend-products-wrapper
    .spangle-ui-product-list
    .spangle-ui-product-card
    .product-card-price
    .price-original {
        font-size: 10px;
    }
}
  .landing-content-wrapper .spangle-recommend-products-wrapper
    .spangle-ui-product-list
    .spangle-ui-product-card
    .product-card-price
    .price-discount {
    font-size: 12px;
}
  @media (max-width: 768px) {
    .landing-content-wrapper .spangle-recommend-products-wrapper
    .spangle-ui-product-list
    .spangle-ui-product-card
    .product-card-price
    .price-discount {
        font-size: 10px;
    }
}
  .landing-content-wrapper .spangle-recommend-products-wrapper
    .spangle-ui-product-list
    .spangle-ui-product-card
    .product-card-price
    .price-discount {
    font-size: 12px;
}
  @media (max-width: 768px) {
    .landing-content-wrapper .spangle-recommend-products-wrapper
    .spangle-ui-product-list
    .spangle-ui-product-card
    .product-card-price
    .price-discount {
        font-size: 10px;
    }
}

  .landing-content-wrapper .spangle-recommend-products-wrapper .spangle-ui-recommend-labels {
    background-image: linear-gradient(to bottom, #E2DFDA, white);
}

  .landing-content-wrapper .spangle-recommend-products-wrapper .spangle-ui-recommend-category-title {
    color: #000 !important;
    font-weight: 400 !important;
    font-size: 24px !important;
}

  @media (max-width: 768px) {
    .landing-content-wrapper .spangle-recommend-products-wrapper .spangle-ui-recommend-category-title {
        font-size: 16px !important;
        font-weight: 400 !important;
    }
}

  @media (min-width: 768px) {
    .landing-content-wrapper .spangle-recommend-products-wrapper.show-search-bar-center .search-bar-wrapper {
        width: 60%;
    }
}

  .landing-content-wrapper .spangle-recommend-products-wrapper.show-search-bar-center .filter-wrapper {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 8px !important;
    margin-top: 16px !important;
    display: flex !important;
    width: 100% !important;
    flex-direction: column !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
}

  @media (min-width: 768px) {
    .landing-content-wrapper .spangle-recommend-products-wrapper.show-search-bar-center .filter-wrapper {
        width: 60% !important;
        justify-content: center !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

  .landing-content-wrapper .spangle-recommend-products-wrapper .spangle-ui-product-list .spangle-ui-product-card .spangle-ui-price-info {
    font-family: AWChinatownGrotesque, arial, sans-serif;
}

  .landing-content-wrapper .spangle-recommend-products-wrapper .spangle-ui-product-list .spangle-ui-product-card .product-color-wrapper {
    font-size: 12px;
    font-family: AWChinatownGrotesque, arial, sans-serif;
}

  .landing-content-wrapper .spangle-recommend-products-wrapper .spangle-ui-recommend-category-title {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

  .landing-content-wrapper .spangle-recommend-products-wrapper .catalog-label-item-wrapper {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

  .landing-content-wrapper .spangle-recommend-products-wrapper .catalog-label-item-wrapper.selected {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

  .landing-content-wrapper .spangle-recommend-products-wrapper .catalog-label-item-wrapper .catalog-label-item-text {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

  .landing-content-wrapper .spangle-recommend-products-wrapper .catalog-label-item-wrapper .catalog-label-item-text.selected {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

  .landing-content-wrapper .spangle-recommend-products-wrapper .clear-filter-button {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

  .landing-content-wrapper .spangle-recommend-products-wrapper .clear-filter-button:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

  .landing-content-wrapper .spangle-recommend-products-wrapper .spangle-product-list-operation-button {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    font-weight: 500;
    font-family: AWChinatownGrotesque, arial, sans-serif;
    font-size: 12px;
    letter-spacing: 1.6px;
}

  .landing-content-wrapper .spangle-recommend-products-wrapper .spangle-ui-product-list .spangle-ui-product-card .product-card-social-proof {
    background-color: #fff;
}

  .landing-content-wrapper .spangle-recommend-products-wrapper .spangle-ui-dpa-discover-category {
    border: 1px solid #000;
    border-radius: 19px;
    width: 300px;
    height: 39px;
    background-color: #fff;
}

  .landing-content-wrapper .spangle-recommend-products-wrapper .spangle-ui-dpa-discover-wrapper {
    font-size: 16px;
    font-weight: 400;
}

  .landing-content-wrapper .spangle-recommend-products-wrapper
    .spangle-ui-product-list
    .spangle-ui-product-card
    .product-card-social-proof
    .spangle-ui-product-social-message
    .social-type {
    font-family: AWChinatownGrotesque, arial, sans-serif;
    letter-spacing: 0.5px;
    font-size: 10px;
    line-height: 12px;
}

  .landing-content-wrapper .spangle-recommend-products-wrapper
    .spangle-ui-product-list
    .spangle-ui-product-card
    .product-card-social-proof
    .spangle-ui-product-social-message
    .social-text {
    font-family: AWChinatownGrotesque, arial, sans-serif;
    font-size: 10px;
    line-height: 12px;
}

  .landing-content-wrapper .spangle-recommend-products-wrapper
    .spangle-ui-product-list
    .spangle-ui-product-card
    .product-card-social-proof
    .spangle-ui-product-social-message
    .social-message-icon-wrapper {
    width: 15px;
    height: 15px;
    margin-right: 0px;
}

  .landing-content-wrapper .spangle-recommend-products-wrapper
    .spangle-ui-product-list
    .spangle-ui-product-card
    .product-card-social-proof
    .spangle-ui-product-social-message
    .social-message-icon {
    width: 30px;
    height: 30px;
    right: -2px;
}

  .landing-content-wrapper .spangle-recommend-products-wrapper .spangle-ui-product-list .spangle-ui-product-card .product-card-social-proof {
    max-width: none;
    width: 88%;
}

  .landing-content-wrapper .spangle-recommend-products-wrapper .spangle-search-bar-container .search-bar-input-wrapper {
    height: 40px;
}

  .landing-content-wrapper .spangle-recommend-products-wrapper .spangle-search-bar-container .spangle-ui-gradient-border {
    border: 1px solid;
    background: linear-gradient(#EEEEEE, #FFFFFF);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1), 0 0 10px 0 rgba(0, 0, 0, 0.09);
}

.landing-content-wrapper .container {
    width: 100%;
}
@media (min-width: 640px) {
    .landing-content-wrapper .container {
        max-width: 640px;
    }
}
@media (min-width: 768px) {
    .landing-content-wrapper .container {
        max-width: 768px;
    }
}
@media (min-width: 1024px) {
    .landing-content-wrapper .container {
        max-width: 1024px;
    }
}
@media (min-width: 1280px) {
    .landing-content-wrapper .container {
        max-width: 1280px;
    }
}
.landing-content-wrapper .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
}
.landing-content-wrapper .prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}
.landing-content-wrapper .prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
}
.landing-content-wrapper .prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-links);
    text-decoration: underline;
    font-weight: 500;
}
.landing-content-wrapper .prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-bold);
    font-weight: 600;
}
.landing-content-wrapper .prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.landing-content-wrapper .prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.landing-content-wrapper .prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.landing-content-wrapper .prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
}
.landing-content-wrapper .prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha;
}
.landing-content-wrapper .prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha;
}
.landing-content-wrapper .prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha;
}
.landing-content-wrapper .prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha;
}
.landing-content-wrapper .prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman;
}
.landing-content-wrapper .prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman;
}
.landing-content-wrapper .prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman;
}
.landing-content-wrapper .prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman;
}
.landing-content-wrapper .prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal;
}
.landing-content-wrapper .prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
}
.landing-content-wrapper .prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    font-weight: 400;
    color: var(--tw-prose-counters);
}
.landing-content-wrapper .prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    color: var(--tw-prose-bullets);
}
.landing-content-wrapper .prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.25em;
}
.landing-content-wrapper .prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
}
.landing-content-wrapper .prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 500;
    font-style: italic;
    color: var(--tw-prose-quotes);
    border-inline-start-width: 4px;
    border-inline-start-color: var(--tw-prose-quote-borders);
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1em;
}
.landing-content-wrapper .prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: open-quote;
}
.landing-content-wrapper .prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: close-quote;
}
.landing-content-wrapper .prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
}
.landing-content-wrapper .prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 900;
    color: inherit;
}
.landing-content-wrapper .prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
}
.landing-content-wrapper .prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 800;
    color: inherit;
}
.landing-content-wrapper .prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
}
.landing-content-wrapper .prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
}
.landing-content-wrapper .prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
}
.landing-content-wrapper .prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
}
.landing-content-wrapper .prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}
.landing-content-wrapper .prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    display: block;
    margin-top: 2em;
    margin-bottom: 2em;
}
.landing-content-wrapper .prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}
.landing-content-wrapper .prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 500;
    font-family: inherit;
    color: var(--tw-prose-kbd);
    box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
    font-size: 0.875em;
    border-radius: 5px;
    padding-top: 0.1875em;
    padding-inline-end: 0.375em;
    padding-bottom: 0.1875em;
    padding-inline-start: 0.375em;
}
.landing-content-wrapper .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: 0.875em;
}
.landing-content-wrapper .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: "`";
}
.landing-content-wrapper .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: "`";
}
.landing-content-wrapper .prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.landing-content-wrapper .prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.landing-content-wrapper .prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.875em;
}
.landing-content-wrapper .prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.9em;
}
.landing-content-wrapper .prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.landing-content-wrapper .prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.landing-content-wrapper .prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.landing-content-wrapper .prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-pre-code);
    background-color: var(--tw-prose-pre-bg);
    overflow-x: auto;
    font-weight: 400;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 6px;
    padding-top: 0.8571429em;
    padding-inline-end: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-inline-start: 1.1428571em;
}
.landing-content-wrapper .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}
.landing-content-wrapper .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: none;
}
.landing-content-wrapper .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: none;
}
.landing-content-wrapper .prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    width: 100%;
    table-layout: auto;
    text-align: start;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
}
.landing-content-wrapper .prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
}
.landing-content-wrapper .prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
}
.landing-content-wrapper .prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders);
}
.landing-content-wrapper .prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 0;
}
.landing-content-wrapper .prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: baseline;
}
.landing-content-wrapper .prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders);
}
.landing-content-wrapper .prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: top;
}
.landing-content-wrapper .prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
}
.landing-content-wrapper .prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-captions);
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
}
.landing-content-wrapper .prose {
    --tw-prose-body: #374151;
    --tw-prose-headings: #111827;
    --tw-prose-lead: #4b5563;
    --tw-prose-links: #111827;
    --tw-prose-bold: #111827;
    --tw-prose-counters: #6b7280;
    --tw-prose-bullets: #d1d5db;
    --tw-prose-hr: #e5e7eb;
    --tw-prose-quotes: #111827;
    --tw-prose-quote-borders: #e5e7eb;
    --tw-prose-captions: #6b7280;
    --tw-prose-kbd: #111827;
    --tw-prose-kbd-shadows: 17 24 39;
    --tw-prose-code: #111827;
    --tw-prose-pre-code: #e5e7eb;
    --tw-prose-pre-bg: #1f2937;
    --tw-prose-th-borders: #d1d5db;
    --tw-prose-td-borders: #e5e7eb;
    --tw-prose-invert-body: #d1d5db;
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: #9ca3af;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: #9ca3af;
    --tw-prose-invert-bullets: #4b5563;
    --tw-prose-invert-hr: #374151;
    --tw-prose-invert-quotes: #f3f4f6;
    --tw-prose-invert-quote-borders: #374151;
    --tw-prose-invert-captions: #9ca3af;
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: 255 255 255;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: #d1d5db;
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: #4b5563;
    --tw-prose-invert-td-borders: #374151;
    font-size: 16px;
    line-height: 1.75;
}
.landing-content-wrapper .prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
}
.landing-content-wrapper .prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.landing-content-wrapper .prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.375em;
}
.landing-content-wrapper .prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.375em;
}
.landing-content-wrapper .prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
.landing-content-wrapper .prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
}
.landing-content-wrapper .prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
}
.landing-content-wrapper .prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
}
.landing-content-wrapper .prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
}
.landing-content-wrapper .prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
.landing-content-wrapper .prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}
.landing-content-wrapper .prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    padding-inline-start: 1.625em;
}
.landing-content-wrapper .prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.landing-content-wrapper .prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.landing-content-wrapper .prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.landing-content-wrapper .prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.landing-content-wrapper .prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
}
.landing-content-wrapper .prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
}
.landing-content-wrapper .prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-top: 0.5714286em;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
}
.landing-content-wrapper .prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
}
.landing-content-wrapper .prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
}
.landing-content-wrapper .prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}
.landing-content-wrapper .prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.landing-content-wrapper .prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
}
  .landing-content-wrapper .spangle-loader-wrapper .spangle-loader {
    width: 60px;
    aspect-ratio: 4;
    background: radial-gradient(circle closest-side, #000 90%, #0000) 0 / calc(100% / 3) 100% space;
    clip-path: inset(0 100% 0 0);
    animation: l1 1s steps(4) infinite;
  }
  @keyframes l1 {
    to {
      clip-path: inset(0 -34% 0 0);
    }
  }

.landing-content-wrapper .container {
    width: 100%;
}
@media (min-width: 640px) {
    .landing-content-wrapper .container {
        max-width: 640px;
    }
}
@media (min-width: 768px) {
    .landing-content-wrapper .container {
        max-width: 768px;
    }
}
@media (min-width: 1024px) {
    .landing-content-wrapper .container {
        max-width: 1024px;
    }
}
@media (min-width: 1280px) {
    .landing-content-wrapper .container {
        max-width: 1280px;
    }
}
.landing-content-wrapper .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
}
.landing-content-wrapper .prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}
.landing-content-wrapper .prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
}
.landing-content-wrapper .prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-links);
    text-decoration: underline;
    font-weight: 500;
}
.landing-content-wrapper .prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-bold);
    font-weight: 600;
}
.landing-content-wrapper .prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.landing-content-wrapper .prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.landing-content-wrapper .prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.landing-content-wrapper .prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
}
.landing-content-wrapper .prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha;
}
.landing-content-wrapper .prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha;
}
.landing-content-wrapper .prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha;
}
.landing-content-wrapper .prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha;
}
.landing-content-wrapper .prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman;
}
.landing-content-wrapper .prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman;
}
.landing-content-wrapper .prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman;
}
.landing-content-wrapper .prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman;
}
.landing-content-wrapper .prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal;
}
.landing-content-wrapper .prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
}
.landing-content-wrapper .prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    font-weight: 400;
    color: var(--tw-prose-counters);
}
.landing-content-wrapper .prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    color: var(--tw-prose-bullets);
}
.landing-content-wrapper .prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.25em;
}
.landing-content-wrapper .prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
}
.landing-content-wrapper .prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 500;
    font-style: italic;
    color: var(--tw-prose-quotes);
    border-inline-start-width: 4px;
    border-inline-start-color: var(--tw-prose-quote-borders);
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1em;
}
.landing-content-wrapper .prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: open-quote;
}
.landing-content-wrapper .prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: close-quote;
}
.landing-content-wrapper .prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
}
.landing-content-wrapper .prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 900;
    color: inherit;
}
.landing-content-wrapper .prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
}
.landing-content-wrapper .prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 800;
    color: inherit;
}
.landing-content-wrapper .prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
}
.landing-content-wrapper .prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
}
.landing-content-wrapper .prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
}
.landing-content-wrapper .prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
}
.landing-content-wrapper .prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}
.landing-content-wrapper .prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    display: block;
    margin-top: 2em;
    margin-bottom: 2em;
}
.landing-content-wrapper .prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}
.landing-content-wrapper .prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 500;
    font-family: inherit;
    color: var(--tw-prose-kbd);
    box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
    font-size: 0.875em;
    border-radius: 5px;
    padding-top: 0.1875em;
    padding-inline-end: 0.375em;
    padding-bottom: 0.1875em;
    padding-inline-start: 0.375em;
}
.landing-content-wrapper .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: 0.875em;
}
.landing-content-wrapper .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: "`";
}
.landing-content-wrapper .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: "`";
}
.landing-content-wrapper .prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.landing-content-wrapper .prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.landing-content-wrapper .prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.875em;
}
.landing-content-wrapper .prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.9em;
}
.landing-content-wrapper .prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.landing-content-wrapper .prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.landing-content-wrapper .prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.landing-content-wrapper .prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-pre-code);
    background-color: var(--tw-prose-pre-bg);
    overflow-x: auto;
    font-weight: 400;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 6px;
    padding-top: 0.8571429em;
    padding-inline-end: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-inline-start: 1.1428571em;
}
.landing-content-wrapper .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}
.landing-content-wrapper .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: none;
}
.landing-content-wrapper .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: none;
}
.landing-content-wrapper .prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    width: 100%;
    table-layout: auto;
    text-align: start;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
}
.landing-content-wrapper .prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
}
.landing-content-wrapper .prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
}
.landing-content-wrapper .prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders);
}
.landing-content-wrapper .prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 0;
}
.landing-content-wrapper .prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: baseline;
}
.landing-content-wrapper .prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders);
}
.landing-content-wrapper .prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: top;
}
.landing-content-wrapper .prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
}
.landing-content-wrapper .prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-captions);
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
}
.landing-content-wrapper .prose {
    --tw-prose-body: #374151;
    --tw-prose-headings: #111827;
    --tw-prose-lead: #4b5563;
    --tw-prose-links: #111827;
    --tw-prose-bold: #111827;
    --tw-prose-counters: #6b7280;
    --tw-prose-bullets: #d1d5db;
    --tw-prose-hr: #e5e7eb;
    --tw-prose-quotes: #111827;
    --tw-prose-quote-borders: #e5e7eb;
    --tw-prose-captions: #6b7280;
    --tw-prose-kbd: #111827;
    --tw-prose-kbd-shadows: 17 24 39;
    --tw-prose-code: #111827;
    --tw-prose-pre-code: #e5e7eb;
    --tw-prose-pre-bg: #1f2937;
    --tw-prose-th-borders: #d1d5db;
    --tw-prose-td-borders: #e5e7eb;
    --tw-prose-invert-body: #d1d5db;
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: #9ca3af;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: #9ca3af;
    --tw-prose-invert-bullets: #4b5563;
    --tw-prose-invert-hr: #374151;
    --tw-prose-invert-quotes: #f3f4f6;
    --tw-prose-invert-quote-borders: #374151;
    --tw-prose-invert-captions: #9ca3af;
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: 255 255 255;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: #d1d5db;
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: #4b5563;
    --tw-prose-invert-td-borders: #374151;
    font-size: 16px;
    line-height: 1.75;
}
.landing-content-wrapper .prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
}
.landing-content-wrapper .prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.landing-content-wrapper .prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.375em;
}
.landing-content-wrapper .prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.375em;
}
.landing-content-wrapper .prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
.landing-content-wrapper .prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
}
.landing-content-wrapper .prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
}
.landing-content-wrapper .prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
}
.landing-content-wrapper .prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
}
.landing-content-wrapper .prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
.landing-content-wrapper .prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}
.landing-content-wrapper .prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    padding-inline-start: 1.625em;
}
.landing-content-wrapper .prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.landing-content-wrapper .prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.landing-content-wrapper .prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.landing-content-wrapper .prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.landing-content-wrapper .prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
}
.landing-content-wrapper .prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
}
.landing-content-wrapper .prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-top: 0.5714286em;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
}
.landing-content-wrapper .prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
}
.landing-content-wrapper .prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
}
.landing-content-wrapper .prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}
.landing-content-wrapper .prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.landing-content-wrapper .prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
}
  .landing-content-wrapper .filter-options {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
  }

  .landing-content-wrapper .action-btn.done {
    background: #000;
    color: #fff;
    border: none;
  }

  .landing-content-wrapper .action-btn.clear {
    background: #fff;
    color: #000;
    border: 1px solid #000;
  }

  .landing-content-wrapper .filter-option-button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
  }

  @media (max-width: 768px) {
    .landing-content-wrapper .filter-option-button {
        font-size: 12px;
        font-weight: 400;
    }
}

.landing-content-wrapper .container {
    width: 100%;
}
@media (min-width: 640px) {
    .landing-content-wrapper .container {
        max-width: 640px;
    }
}
@media (min-width: 768px) {
    .landing-content-wrapper .container {
        max-width: 768px;
    }
}
@media (min-width: 1024px) {
    .landing-content-wrapper .container {
        max-width: 1024px;
    }
}
@media (min-width: 1280px) {
    .landing-content-wrapper .container {
        max-width: 1280px;
    }
}
.landing-content-wrapper .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
}
.landing-content-wrapper .prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}
.landing-content-wrapper .prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
}
.landing-content-wrapper .prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-links);
    text-decoration: underline;
    font-weight: 500;
}
.landing-content-wrapper .prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-bold);
    font-weight: 600;
}
.landing-content-wrapper .prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.landing-content-wrapper .prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.landing-content-wrapper .prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.landing-content-wrapper .prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
}
.landing-content-wrapper .prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha;
}
.landing-content-wrapper .prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha;
}
.landing-content-wrapper .prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha;
}
.landing-content-wrapper .prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha;
}
.landing-content-wrapper .prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman;
}
.landing-content-wrapper .prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman;
}
.landing-content-wrapper .prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman;
}
.landing-content-wrapper .prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman;
}
.landing-content-wrapper .prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal;
}
.landing-content-wrapper .prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
}
.landing-content-wrapper .prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    font-weight: 400;
    color: var(--tw-prose-counters);
}
.landing-content-wrapper .prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    color: var(--tw-prose-bullets);
}
.landing-content-wrapper .prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.25em;
}
.landing-content-wrapper .prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
}
.landing-content-wrapper .prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 500;
    font-style: italic;
    color: var(--tw-prose-quotes);
    border-inline-start-width: 4px;
    border-inline-start-color: var(--tw-prose-quote-borders);
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1em;
}
.landing-content-wrapper .prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: open-quote;
}
.landing-content-wrapper .prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: close-quote;
}
.landing-content-wrapper .prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
}
.landing-content-wrapper .prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 900;
    color: inherit;
}
.landing-content-wrapper .prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
}
.landing-content-wrapper .prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 800;
    color: inherit;
}
.landing-content-wrapper .prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
}
.landing-content-wrapper .prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
}
.landing-content-wrapper .prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
}
.landing-content-wrapper .prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
}
.landing-content-wrapper .prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}
.landing-content-wrapper .prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    display: block;
    margin-top: 2em;
    margin-bottom: 2em;
}
.landing-content-wrapper .prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}
.landing-content-wrapper .prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 500;
    font-family: inherit;
    color: var(--tw-prose-kbd);
    box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
    font-size: 0.875em;
    border-radius: 5px;
    padding-top: 0.1875em;
    padding-inline-end: 0.375em;
    padding-bottom: 0.1875em;
    padding-inline-start: 0.375em;
}
.landing-content-wrapper .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: 0.875em;
}
.landing-content-wrapper .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: "`";
}
.landing-content-wrapper .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: "`";
}
.landing-content-wrapper .prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.landing-content-wrapper .prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.landing-content-wrapper .prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.875em;
}
.landing-content-wrapper .prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.9em;
}
.landing-content-wrapper .prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.landing-content-wrapper .prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.landing-content-wrapper .prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.landing-content-wrapper .prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-pre-code);
    background-color: var(--tw-prose-pre-bg);
    overflow-x: auto;
    font-weight: 400;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 6px;
    padding-top: 0.8571429em;
    padding-inline-end: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-inline-start: 1.1428571em;
}
.landing-content-wrapper .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}
.landing-content-wrapper .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: none;
}
.landing-content-wrapper .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: none;
}
.landing-content-wrapper .prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    width: 100%;
    table-layout: auto;
    text-align: start;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
}
.landing-content-wrapper .prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
}
.landing-content-wrapper .prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
}
.landing-content-wrapper .prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders);
}
.landing-content-wrapper .prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 0;
}
.landing-content-wrapper .prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: baseline;
}
.landing-content-wrapper .prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders);
}
.landing-content-wrapper .prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: top;
}
.landing-content-wrapper .prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
}
.landing-content-wrapper .prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-captions);
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
}
.landing-content-wrapper .prose {
    --tw-prose-body: #374151;
    --tw-prose-headings: #111827;
    --tw-prose-lead: #4b5563;
    --tw-prose-links: #111827;
    --tw-prose-bold: #111827;
    --tw-prose-counters: #6b7280;
    --tw-prose-bullets: #d1d5db;
    --tw-prose-hr: #e5e7eb;
    --tw-prose-quotes: #111827;
    --tw-prose-quote-borders: #e5e7eb;
    --tw-prose-captions: #6b7280;
    --tw-prose-kbd: #111827;
    --tw-prose-kbd-shadows: 17 24 39;
    --tw-prose-code: #111827;
    --tw-prose-pre-code: #e5e7eb;
    --tw-prose-pre-bg: #1f2937;
    --tw-prose-th-borders: #d1d5db;
    --tw-prose-td-borders: #e5e7eb;
    --tw-prose-invert-body: #d1d5db;
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: #9ca3af;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: #9ca3af;
    --tw-prose-invert-bullets: #4b5563;
    --tw-prose-invert-hr: #374151;
    --tw-prose-invert-quotes: #f3f4f6;
    --tw-prose-invert-quote-borders: #374151;
    --tw-prose-invert-captions: #9ca3af;
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: 255 255 255;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: #d1d5db;
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: #4b5563;
    --tw-prose-invert-td-borders: #374151;
    font-size: 16px;
    line-height: 1.75;
}
.landing-content-wrapper .prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
}
.landing-content-wrapper .prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.landing-content-wrapper .prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.375em;
}
.landing-content-wrapper .prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.375em;
}
.landing-content-wrapper .prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
.landing-content-wrapper .prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
}
.landing-content-wrapper .prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
}
.landing-content-wrapper .prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
}
.landing-content-wrapper .prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
}
.landing-content-wrapper .prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
.landing-content-wrapper .prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}
.landing-content-wrapper .prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    padding-inline-start: 1.625em;
}
.landing-content-wrapper .prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.landing-content-wrapper .prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.landing-content-wrapper .prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.landing-content-wrapper .prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.landing-content-wrapper .prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
}
.landing-content-wrapper .prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
}
.landing-content-wrapper .prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-top: 0.5714286em;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
}
.landing-content-wrapper .prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
}
.landing-content-wrapper .prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
}
.landing-content-wrapper .prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}
.landing-content-wrapper .prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.landing-content-wrapper .prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
}
  .landing-content-wrapper .landing-main-wrapper {
    font-family: AWChinatownGrotesque, arial, sans-serif;
}

  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-ui-main-product-card-wrapper {
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-top: 16px !important;
}

  @media (min-width: 768px) {
    .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-ui-main-product-card-wrapper {
        padding-bottom: 16px !important;
    }
}

  @media not all and (min-width: 768px) {
    .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-ui-main-product-card-wrapper {
        padding-bottom: 24px !important;
    }
}

  @media (min-width: 768px) {
    .landing-content-wrapper .sky-product-card
    .spangle-ui-main-product-card
    .spangle-ui-main-product-card-wrapper
    .spangle-ui-main-product-card-img {
        height: 150px;
    }
}

  .landing-content-wrapper .sky-product-card .spangle-product-list-featured {
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-top: 16px !important;
    padding-bottom: 24px !important;
}

  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-ui-color-size-selector {
    font-family: AWChinatownGrotesque, arial, sans-serif;
}

  @media not all and (min-width: 768px) {
    .landing-content-wrapper .landing-main-wrapper.dynamic-template .spangle-ui-carousel .main-img-swiper img {
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
        margin-bottom: 0px;
        max-height: 400px;
    }
}

  .landing-content-wrapper .landing-main-wrapper .spangle-ui-fixed-product-card button.ant-btn.add-to-cart-btn,
  .landing-content-wrapper .landing-main-wrapper .spangle-ui-fixed-product-card button.ant-btn.add-to-cart-btn:active,
  .landing-content-wrapper .landing-main-wrapper .spangle-ui-fixed-product-card button.ant-btn.add-to-cart-btn:hover,
  .landing-content-wrapper .landing-main-wrapper .spangle-ui-fixed-product-card button.ant-btn.add-to-cart-btn:focus,
  .landing-content-wrapper .landing-main-wrapper .spangle-bottom-modal button.ant-btn.add-to-cart-btn,
  .landing-content-wrapper .landing-main-wrapper .spangle-bottom-modal button.ant-btn.add-to-cart-btn:active,
  .landing-content-wrapper .landing-main-wrapper .spangle-bottom-modal button.ant-btn.add-to-cart-btn:hover,
  .landing-content-wrapper .landing-main-wrapper .spangle-bottom-modal button.ant-btn.add-to-cart-btn:focus,
  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card button.ant-btn.view-product-btn,
  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card button.ant-btn.view-product-btn:active,
  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card button.ant-btn.view-product-btn:hover,
  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card button.ant-btn.view-product-btn:focus,
  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card button.ant-btn.add-to-cart-btn,
  .landing-content-wrapper .sky-product-card .spangle-product-list-featured button.ant-btn,
  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card button.ant-btn.add-to-cart-btn:active,
  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card button.ant-btn.add-to-cart-btn:hover,
  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card button.ant-btn.add-to-cart-btn:focus,
  .landing-content-wrapper .sky-product-card .spangle-product-list-featured button.ant-btn.add-to-cart-btn:active,
  .landing-content-wrapper .sky-product-card .spangle-product-list-featured button.ant-btn.add-to-cart-btn:hover,
  .landing-content-wrapper .sky-product-card .spangle-product-list-featured button.ant-btn.add-to-cart-btn:focus {
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    padding-left: 8px;
    padding-right: 8px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    font-family: AWChinatownGrotesque, arial, sans-serif;
    letter-spacing: 1.6px;
    font-size: 14px;
    font-weight: 400;
}

  @media (max-width: 768px) {
    .landing-content-wrapper .landing-main-wrapper .spangle-ui-fixed-product-card button.ant-btn.add-to-cart-btn,
  .landing-content-wrapper .landing-main-wrapper .spangle-ui-fixed-product-card button.ant-btn.add-to-cart-btn:active,
  .landing-content-wrapper .landing-main-wrapper .spangle-ui-fixed-product-card button.ant-btn.add-to-cart-btn:hover,
  .landing-content-wrapper .landing-main-wrapper .spangle-ui-fixed-product-card button.ant-btn.add-to-cart-btn:focus,
  .landing-content-wrapper .landing-main-wrapper .spangle-bottom-modal button.ant-btn.add-to-cart-btn,
  .landing-content-wrapper .landing-main-wrapper .spangle-bottom-modal button.ant-btn.add-to-cart-btn:active,
  .landing-content-wrapper .landing-main-wrapper .spangle-bottom-modal button.ant-btn.add-to-cart-btn:hover,
  .landing-content-wrapper .landing-main-wrapper .spangle-bottom-modal button.ant-btn.add-to-cart-btn:focus,
  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card button.ant-btn.view-product-btn,
  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card button.ant-btn.view-product-btn:active,
  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card button.ant-btn.view-product-btn:hover,
  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card button.ant-btn.view-product-btn:focus,
  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card button.ant-btn.add-to-cart-btn,
  .landing-content-wrapper .sky-product-card .spangle-product-list-featured button.ant-btn,
  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card button.ant-btn.add-to-cart-btn:active,
  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card button.ant-btn.add-to-cart-btn:hover,
  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card button.ant-btn.add-to-cart-btn:focus,
  .landing-content-wrapper .sky-product-card .spangle-product-list-featured button.ant-btn.add-to-cart-btn:active,
  .landing-content-wrapper .sky-product-card .spangle-product-list-featured button.ant-btn.add-to-cart-btn:hover,
  .landing-content-wrapper .sky-product-card .spangle-product-list-featured button.ant-btn.add-to-cart-btn:focus {
        font-size: 14px;
        font-weight: 400;
    }
}

  .landing-content-wrapper .sky-product-card .spangle-product-list-featured button.ant-btn.add-to-cart-btn,
  .landing-content-wrapper .landing-main-wrapper .spangle-bottom-modal button.ant-btn.add-to-cart-btn {
    border-radius: 0px;
    font-weight: 500;
    font-family: AWChinatownGrotesque, arial, sans-serif;
    font-size: 12px;
    letter-spacing: 1.6px;
}

  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .brand-name {
    font-size: 12px;
    line-height: 24px;
}

  @media (min-width: 768px) {
    .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .brand-name {
        font-size: 16px;
        line-height: 24px;
    }
}

  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .product-name {
    line-height: 16px;
    font-size: 16px;
    font-weight: 400;
}

  @media (max-width: 768px) {
    .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .product-name {
        font-size: 14px;
        font-weight: 400;
    }
}

  @media (min-width: 768px) {
    .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .brand-name {
        font-size: 14px;
        padding-top: 16px;
    }
}

  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .brand-name.view-detail-btn {
    font-size: 12px;
    line-height: 16px;
}

  @media (min-width: 768px) {
    .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .brand-name.view-detail-btn {
        font-size: 14px;
        padding-top: 16px;
    }
}

  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-ui-price-info .price-current,
  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-ui-price-info .price-original,
  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-ui-price-info .price-discount {
    font-size: 16px;
    line-height: 21px;
}

  @media (max-width: 768px) {
    .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-ui-price-info .price-current,
  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-ui-price-info .price-original,
  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-ui-price-info .price-discount {
        font-size: 12px;
        line-height: 21px;
        font-weight: 400;
    }
}

  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-ui-product-star .ant-rate {
    font-size: 12px !important;
    line-height: 16px !important;
}

  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-ui-promotion-text {
    font-family: AWChinatownGrotesque, arial, sans-serif;
}

  .landing-content-wrapper .sky-product-card
    .spangle-ui-main-product-card
    .main-card-operation-wrapper
    .spangle-ui-color-size-selector
    .text-spangle-black-main {
    --tw-text-opacity: 1;
    color: rgb(117 117 117 / var(--tw-text-opacity));
}

  .landing-content-wrapper .sky-product-card
    .spangle-ui-main-product-card
    .spangle-ui-main-product-card-wrapper
    .spangle-ui-color-size-selector
    .text-spangle-black-main {
    --tw-text-opacity: 1;
    color: rgb(117 117 117 / var(--tw-text-opacity));
}

  @media (max-width: 768px) {
    .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-ui-main-product-card-wrapper .new-dynamic-mobile-ui-wrapper {
        margin-left: 0;
    }
}

  .landing-content-wrapper .sky-product-card
    .spangle-ui-main-product-card
    .spangle-ui-main-product-card-wrapper
    .new-dynamic-mobile-ui-wrapper
    .new-dynamic-mobile-price-wrapper {}

  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-ui-main-product-card-wrapper .new-dynamic-mobile-ui {}

  .landing-content-wrapper .spangle-ui-fixed-product-card .product-name {
    font-family: AWChinatownGrotesque, arial, sans-serif;
    font-size: 12px;
}

  @media (max-width: 768px) {
    .landing-content-wrapper .spangle-ui-fixed-product-card .product-name {
        font-size: 10px;
    }
}

  .landing-content-wrapper .spangle-product-list-featured .spangle-ui-product-card .brand-name {
    font-size: 12px;
    line-height: 16px;
}

  @media (min-width: 768px) {
    .landing-content-wrapper .spangle-product-list-featured .spangle-ui-product-card .brand-name {
        font-size: 16px;
        line-height: 24px;
    }
}

  .landing-content-wrapper .spangle-product-list-featured .spangle-ui-product-card .product-name {
    font-family: AWChinatownGrotesque, arial, sans-serif;
    line-height: 16px;
    font-size: 12px;
}

  @media (max-width: 768px) {
    .landing-content-wrapper .spangle-product-list-featured .spangle-ui-product-card .product-name {
        font-size: 10px;
    }
}

  @media (min-width: 768px) {
    .landing-content-wrapper .spangle-product-list-featured .spangle-ui-product-card .product-name {
        font-size: 16px;
        line-height: 24px;
    }
}

  .landing-content-wrapper .sky-product-card .spangle-product-list-featured .spangle-ui-product-card .price-current,
  .landing-content-wrapper .sky-product-card .spangle-product-list-featured .spangle-ui-product-card .price-original,
  .landing-content-wrapper .sky-product-card .spangle-product-list-featured .spangle-ui-product-card .price-discount {
    font-size: 12px;
    line-height: 16px;
}

  @media (min-width: 768px) {
    .landing-content-wrapper .sky-product-card .spangle-product-list-featured .spangle-ui-product-card .price-current,
  .landing-content-wrapper .sky-product-card .spangle-product-list-featured .spangle-ui-product-card .price-original,
  .landing-content-wrapper .sky-product-card .spangle-product-list-featured .spangle-ui-product-card .price-discount {
        font-size: 16px;
        line-height: 24px;
    }
}

  .landing-content-wrapper .sky-product-card .spangle-product-list-featured .spangle-ui-product-card .product-color-wrapper {
    font-size: 12px;
    font-family: AWChinatownGrotesque, arial, sans-serif;
}

  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-ui-price-info,
  .landing-content-wrapper .sky-product-card .spangle-product-list-featured .spangle-ui-product-card .spangle-ui-price-info,
  .landing-content-wrapper .spangle-ui-fixed-product-card .spangle-ui-price-info {
    font-family: AWChinatownGrotesque, arial, sans-serif;
}

  .landing-content-wrapper .sky-product-card .spangle-product-list-featured .spangle-ui-product-card .product-card-social-proof {
    background-color: #fff;
}

  .landing-content-wrapper .sky-product-card
    .spangle-product-list-featured
    .spangle-ui-product-card
    .product-card-social-proof
    .spangle-ui-product-social-message
    .social-type {
    font-family: AWChinatownGrotesque, arial, sans-serif;
    letter-spacing: 0.5px;
    font-size: 10px;
    line-height: 12px;
}

  .landing-content-wrapper .sky-product-card
    .spangle-product-list-featured
    .spangle-ui-product-card
    .product-card-social-proof
    .spangle-ui-product-social-message
    .social-text {
    font-family: AWChinatownGrotesque, arial, sans-serif;
    font-size: 10px;
    line-height: 12px;
}

  .landing-content-wrapper .sky-product-card
    .spangle-product-list-featured
    .spangle-ui-product-card
    .product-card-social-proof
    .spangle-ui-product-social-message
    .social-message-icon-wrapper {
    width: 15px;
    height: 15px;
    margin-right: 0px;
}

  .landing-content-wrapper .sky-product-card
    .spangle-product-list-featured
    .spangle-ui-product-card
    .product-card-social-proof
    .spangle-ui-product-social-message
    .social-message-icon {
    width: 30px;
    height: 30px;
    right: -2px;
}

  .landing-content-wrapper .sky-product-card .spangle-product-list-featured .spangle-ui-product-card .product-card-social-proof {
    max-width: none;
    width: 88%;
}

  .landing-content-wrapper .sky-product-card .spangle-product-list-featured .spangle-ui-product-card .product-card-promotion-text {
    font-family: AWChinatownGrotesque, arial, sans-serif;
}

  /* use for revolve start*/
  .landing-content-wrapper .sky-product-card .spangle-product-list-featured .spangle-ui-product-card .images-wrapper,
  .landing-content-wrapper .sky-product-card .spangle-product-list-featured .spangle-ui-product-card .spangle-ui-price-info {}

  .landing-content-wrapper .sky-product-card .spangle-product-list-featured .spangle-ui-product-card .product-info-wrapper {}

  .landing-content-wrapper .spangle-product-list-featured .spangle-ui-product-card .product-info-wrapper .brand-name {
    font-size: 12px;
}

  .landing-content-wrapper .spangle-product-list-featured .spangle-ui-product-card .product-info-wrapper .product-name,
  .landing-content-wrapper .spangle-product-list-featured .spangle-ui-product-card .product-info-wrapper .bundle-name {
    font-family: AWChinatownGrotesque, arial, sans-serif;
    font-size: 12px;
}

  @media (max-width: 768px) {
    .landing-content-wrapper .spangle-product-list-featured .spangle-ui-product-card .product-info-wrapper .product-name,
  .landing-content-wrapper .spangle-product-list-featured .spangle-ui-product-card .product-info-wrapper .bundle-name {
        font-size: 10px;
    }
}

  .landing-content-wrapper .sky-product-card .spangle-product-list-featured .spangle-ui-product-card .product-card-price {}

  .landing-content-wrapper .sky-product-card .spangle-product-list-featured .spangle-ui-product-card .spangle-ui-price-info .price-current,
  .landing-content-wrapper .sky-product-card .spangle-product-list-featured .spangle-ui-product-card .spangle-ui-price-info .price-original {
    font-size: 12px;
}

  @media (max-width: 768px) {
    .landing-content-wrapper .sky-product-card .spangle-product-list-featured .spangle-ui-product-card .spangle-ui-price-info .price-current,
  .landing-content-wrapper .sky-product-card .spangle-product-list-featured .spangle-ui-product-card .spangle-ui-price-info .price-original {
        font-size: 10px;
    }
}

  .landing-content-wrapper .sky-product-card .spangle-product-list-featured .spangle-ui-product-card .spangle-ui-price-info .price-discount {
    font-size: 12px;
}

  @media (max-width: 768px) {
    .landing-content-wrapper .sky-product-card .spangle-product-list-featured .spangle-ui-product-card .spangle-ui-price-info .price-discount {
        font-size: 10px;
    }
}

  .landing-content-wrapper .sky-product-card .spangle-product-list-featured .spangle-ui-product-card .spangle-ui-price-info .price-discount {
    font-size: 12px;
}

  @media (max-width: 768px) {
    .landing-content-wrapper .sky-product-card .spangle-product-list-featured .spangle-ui-product-card .spangle-ui-price-info .price-discount {
        font-size: 10px;
    }
}

  /* use for revolve end*/

.landing-content-wrapper .container {
    width: 100%;
}
@media (min-width: 640px) {
    .landing-content-wrapper .container {
        max-width: 640px;
    }
}
@media (min-width: 768px) {
    .landing-content-wrapper .container {
        max-width: 768px;
    }
}
@media (min-width: 1024px) {
    .landing-content-wrapper .container {
        max-width: 1024px;
    }
}
@media (min-width: 1280px) {
    .landing-content-wrapper .container {
        max-width: 1280px;
    }
}
.landing-content-wrapper .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
}
.landing-content-wrapper .prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}
.landing-content-wrapper .prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
}
.landing-content-wrapper .prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-links);
    text-decoration: underline;
    font-weight: 500;
}
.landing-content-wrapper .prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-bold);
    font-weight: 600;
}
.landing-content-wrapper .prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.landing-content-wrapper .prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.landing-content-wrapper .prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.landing-content-wrapper .prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
}
.landing-content-wrapper .prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha;
}
.landing-content-wrapper .prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha;
}
.landing-content-wrapper .prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha;
}
.landing-content-wrapper .prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha;
}
.landing-content-wrapper .prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman;
}
.landing-content-wrapper .prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman;
}
.landing-content-wrapper .prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman;
}
.landing-content-wrapper .prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman;
}
.landing-content-wrapper .prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal;
}
.landing-content-wrapper .prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
}
.landing-content-wrapper .prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    font-weight: 400;
    color: var(--tw-prose-counters);
}
.landing-content-wrapper .prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    color: var(--tw-prose-bullets);
}
.landing-content-wrapper .prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.25em;
}
.landing-content-wrapper .prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
}
.landing-content-wrapper .prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 500;
    font-style: italic;
    color: var(--tw-prose-quotes);
    border-inline-start-width: 4px;
    border-inline-start-color: var(--tw-prose-quote-borders);
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1em;
}
.landing-content-wrapper .prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: open-quote;
}
.landing-content-wrapper .prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: close-quote;
}
.landing-content-wrapper .prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
}
.landing-content-wrapper .prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 900;
    color: inherit;
}
.landing-content-wrapper .prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
}
.landing-content-wrapper .prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 800;
    color: inherit;
}
.landing-content-wrapper .prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
}
.landing-content-wrapper .prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
}
.landing-content-wrapper .prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
}
.landing-content-wrapper .prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
}
.landing-content-wrapper .prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}
.landing-content-wrapper .prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    display: block;
    margin-top: 2em;
    margin-bottom: 2em;
}
.landing-content-wrapper .prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}
.landing-content-wrapper .prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 500;
    font-family: inherit;
    color: var(--tw-prose-kbd);
    box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
    font-size: 0.875em;
    border-radius: 5px;
    padding-top: 0.1875em;
    padding-inline-end: 0.375em;
    padding-bottom: 0.1875em;
    padding-inline-start: 0.375em;
}
.landing-content-wrapper .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: 0.875em;
}
.landing-content-wrapper .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: "`";
}
.landing-content-wrapper .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: "`";
}
.landing-content-wrapper .prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.landing-content-wrapper .prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.landing-content-wrapper .prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.875em;
}
.landing-content-wrapper .prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.9em;
}
.landing-content-wrapper .prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.landing-content-wrapper .prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.landing-content-wrapper .prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.landing-content-wrapper .prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-pre-code);
    background-color: var(--tw-prose-pre-bg);
    overflow-x: auto;
    font-weight: 400;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 6px;
    padding-top: 0.8571429em;
    padding-inline-end: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-inline-start: 1.1428571em;
}
.landing-content-wrapper .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}
.landing-content-wrapper .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: none;
}
.landing-content-wrapper .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: none;
}
.landing-content-wrapper .prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    width: 100%;
    table-layout: auto;
    text-align: start;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
}
.landing-content-wrapper .prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
}
.landing-content-wrapper .prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
}
.landing-content-wrapper .prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders);
}
.landing-content-wrapper .prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 0;
}
.landing-content-wrapper .prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: baseline;
}
.landing-content-wrapper .prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders);
}
.landing-content-wrapper .prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: top;
}
.landing-content-wrapper .prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
}
.landing-content-wrapper .prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-captions);
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
}
.landing-content-wrapper .prose {
    --tw-prose-body: #374151;
    --tw-prose-headings: #111827;
    --tw-prose-lead: #4b5563;
    --tw-prose-links: #111827;
    --tw-prose-bold: #111827;
    --tw-prose-counters: #6b7280;
    --tw-prose-bullets: #d1d5db;
    --tw-prose-hr: #e5e7eb;
    --tw-prose-quotes: #111827;
    --tw-prose-quote-borders: #e5e7eb;
    --tw-prose-captions: #6b7280;
    --tw-prose-kbd: #111827;
    --tw-prose-kbd-shadows: 17 24 39;
    --tw-prose-code: #111827;
    --tw-prose-pre-code: #e5e7eb;
    --tw-prose-pre-bg: #1f2937;
    --tw-prose-th-borders: #d1d5db;
    --tw-prose-td-borders: #e5e7eb;
    --tw-prose-invert-body: #d1d5db;
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: #9ca3af;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: #9ca3af;
    --tw-prose-invert-bullets: #4b5563;
    --tw-prose-invert-hr: #374151;
    --tw-prose-invert-quotes: #f3f4f6;
    --tw-prose-invert-quote-borders: #374151;
    --tw-prose-invert-captions: #9ca3af;
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: 255 255 255;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: #d1d5db;
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: #4b5563;
    --tw-prose-invert-td-borders: #374151;
    font-size: 16px;
    line-height: 1.75;
}
.landing-content-wrapper .prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
}
.landing-content-wrapper .prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.landing-content-wrapper .prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.375em;
}
.landing-content-wrapper .prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.375em;
}
.landing-content-wrapper .prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
.landing-content-wrapper .prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
}
.landing-content-wrapper .prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
}
.landing-content-wrapper .prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
}
.landing-content-wrapper .prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
}
.landing-content-wrapper .prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
.landing-content-wrapper .prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}
.landing-content-wrapper .prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    padding-inline-start: 1.625em;
}
.landing-content-wrapper .prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.landing-content-wrapper .prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.landing-content-wrapper .prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.landing-content-wrapper .prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.landing-content-wrapper .prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
}
.landing-content-wrapper .prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
}
.landing-content-wrapper .prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-top: 0.5714286em;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
}
.landing-content-wrapper .prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
}
.landing-content-wrapper .prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
}
.landing-content-wrapper .prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}
.landing-content-wrapper .prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.landing-content-wrapper .prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
}
  .landing-content-wrapper .product-detail-common-part .product-detail-modal-price-info-component {
    font-family: AWChinatownGrotesque, arial, sans-serif;
}

  .landing-content-wrapper .product-detail-common-part .product-detail-modal-price-info-component .price-current,
  .landing-content-wrapper .product-detail-common-part .product-detail-modal-price-info-component .price-original,
  .landing-content-wrapper .product-detail-common-part .product-detail-modal-price-info-component .price-discount {
    font-size: 14px;
    line-height: 20px;
}

  .landing-content-wrapper .product-detail-common-part .product-name {
    font-family: AWChinatownGrotesque, arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
}

  @media (max-width: 768px) {
    .landing-content-wrapper .product-detail-common-part .product-name {
        font-size: 14px;
        font-weight: 400;
    }
}

  .landing-content-wrapper .product-detail-common-part .product-info-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
}

.landing-content-wrapper .container {
  width: 100%;
}
@media (min-width: 640px) {
  .landing-content-wrapper .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .landing-content-wrapper .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .landing-content-wrapper .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .landing-content-wrapper .container {
    max-width: 1280px;
  }
}
.landing-content-wrapper .prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.landing-content-wrapper .prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.landing-content-wrapper .prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.landing-content-wrapper .prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.landing-content-wrapper .prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.landing-content-wrapper .prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.landing-content-wrapper .prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.landing-content-wrapper .prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.landing-content-wrapper .prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.landing-content-wrapper .prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.landing-content-wrapper .prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.landing-content-wrapper .prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.landing-content-wrapper .prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.landing-content-wrapper .prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.landing-content-wrapper .prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.landing-content-wrapper .prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.landing-content-wrapper .prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.landing-content-wrapper .prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}
.landing-content-wrapper .prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.landing-content-wrapper .prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.landing-content-wrapper .prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.landing-content-wrapper .prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.landing-content-wrapper .prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.landing-content-wrapper .prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 4px;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.landing-content-wrapper .prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}
.landing-content-wrapper .prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}
.landing-content-wrapper .prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.landing-content-wrapper .prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.landing-content-wrapper .prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.landing-content-wrapper .prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.landing-content-wrapper .prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.landing-content-wrapper .prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.landing-content-wrapper .prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.landing-content-wrapper .prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.landing-content-wrapper .prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.landing-content-wrapper .prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.landing-content-wrapper .prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.landing-content-wrapper .prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 5px;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.landing-content-wrapper .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.landing-content-wrapper .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}
.landing-content-wrapper .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}
.landing-content-wrapper .prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.landing-content-wrapper .prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.landing-content-wrapper .prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.landing-content-wrapper .prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.landing-content-wrapper .prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.landing-content-wrapper .prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.landing-content-wrapper .prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.landing-content-wrapper .prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 6px;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.landing-content-wrapper .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.landing-content-wrapper .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}
.landing-content-wrapper .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}
.landing-content-wrapper .prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: start;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.landing-content-wrapper .prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.landing-content-wrapper .prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.landing-content-wrapper .prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.landing-content-wrapper .prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.landing-content-wrapper .prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}
.landing-content-wrapper .prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.landing-content-wrapper .prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
.landing-content-wrapper .prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.landing-content-wrapper .prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.landing-content-wrapper .prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 16px;
  line-height: 1.75;
}
.landing-content-wrapper .prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.landing-content-wrapper .prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.landing-content-wrapper .prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.landing-content-wrapper .prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.landing-content-wrapper .prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.landing-content-wrapper .prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.landing-content-wrapper .prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.landing-content-wrapper .prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.landing-content-wrapper .prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.landing-content-wrapper .prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.landing-content-wrapper .prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.landing-content-wrapper .prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.landing-content-wrapper .prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.landing-content-wrapper .prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.landing-content-wrapper .prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.landing-content-wrapper .prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.landing-content-wrapper .prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.landing-content-wrapper .prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.landing-content-wrapper .prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.landing-content-wrapper .prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.landing-content-wrapper .prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.landing-content-wrapper .prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.landing-content-wrapper .prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.landing-content-wrapper .prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
  .landing-content-wrapper .product-detail-modal-price-info-component .price-current {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
  .landing-content-wrapper .product-detail-modal button.add-to-cart-btn.ant-btn-primary:active,
  .landing-content-wrapper .product-detail-modal button.add-to-cart-btn.ant-btn-primary:hover,
  .landing-content-wrapper .product-detail-modal button.add-to-cart-btn.ant-btn-primary:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.landing-content-wrapper .loading-indicator {
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #3498db; 
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 10;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.landing-content-wrapper .container {
    width: 100%;
}
@media (min-width: 640px) {
    .landing-content-wrapper .container {
        max-width: 640px;
    }
}
@media (min-width: 768px) {
    .landing-content-wrapper .container {
        max-width: 768px;
    }
}
@media (min-width: 1024px) {
    .landing-content-wrapper .container {
        max-width: 1024px;
    }
}
@media (min-width: 1280px) {
    .landing-content-wrapper .container {
        max-width: 1280px;
    }
}
.landing-content-wrapper .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
}
.landing-content-wrapper .prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}
.landing-content-wrapper .prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
}
.landing-content-wrapper .prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-links);
    text-decoration: underline;
    font-weight: 500;
}
.landing-content-wrapper .prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-bold);
    font-weight: 600;
}
.landing-content-wrapper .prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.landing-content-wrapper .prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.landing-content-wrapper .prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.landing-content-wrapper .prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
}
.landing-content-wrapper .prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha;
}
.landing-content-wrapper .prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha;
}
.landing-content-wrapper .prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha;
}
.landing-content-wrapper .prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha;
}
.landing-content-wrapper .prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman;
}
.landing-content-wrapper .prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman;
}
.landing-content-wrapper .prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman;
}
.landing-content-wrapper .prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman;
}
.landing-content-wrapper .prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal;
}
.landing-content-wrapper .prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
}
.landing-content-wrapper .prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    font-weight: 400;
    color: var(--tw-prose-counters);
}
.landing-content-wrapper .prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    color: var(--tw-prose-bullets);
}
.landing-content-wrapper .prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.25em;
}
.landing-content-wrapper .prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
}
.landing-content-wrapper .prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 500;
    font-style: italic;
    color: var(--tw-prose-quotes);
    border-inline-start-width: 4px;
    border-inline-start-color: var(--tw-prose-quote-borders);
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1em;
}
.landing-content-wrapper .prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: open-quote;
}
.landing-content-wrapper .prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: close-quote;
}
.landing-content-wrapper .prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
}
.landing-content-wrapper .prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 900;
    color: inherit;
}
.landing-content-wrapper .prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
}
.landing-content-wrapper .prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 800;
    color: inherit;
}
.landing-content-wrapper .prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
}
.landing-content-wrapper .prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
}
.landing-content-wrapper .prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
}
.landing-content-wrapper .prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
}
.landing-content-wrapper .prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}
.landing-content-wrapper .prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    display: block;
    margin-top: 2em;
    margin-bottom: 2em;
}
.landing-content-wrapper .prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}
.landing-content-wrapper .prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 500;
    font-family: inherit;
    color: var(--tw-prose-kbd);
    box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
    font-size: 0.875em;
    border-radius: 5px;
    padding-top: 0.1875em;
    padding-inline-end: 0.375em;
    padding-bottom: 0.1875em;
    padding-inline-start: 0.375em;
}
.landing-content-wrapper .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: 0.875em;
}
.landing-content-wrapper .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: "`";
}
.landing-content-wrapper .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: "`";
}
.landing-content-wrapper .prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.landing-content-wrapper .prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.landing-content-wrapper .prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.875em;
}
.landing-content-wrapper .prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.9em;
}
.landing-content-wrapper .prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.landing-content-wrapper .prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.landing-content-wrapper .prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.landing-content-wrapper .prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-pre-code);
    background-color: var(--tw-prose-pre-bg);
    overflow-x: auto;
    font-weight: 400;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 6px;
    padding-top: 0.8571429em;
    padding-inline-end: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-inline-start: 1.1428571em;
}
.landing-content-wrapper .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}
.landing-content-wrapper .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: none;
}
.landing-content-wrapper .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: none;
}
.landing-content-wrapper .prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    width: 100%;
    table-layout: auto;
    text-align: start;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
}
.landing-content-wrapper .prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
}
.landing-content-wrapper .prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
}
.landing-content-wrapper .prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders);
}
.landing-content-wrapper .prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 0;
}
.landing-content-wrapper .prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: baseline;
}
.landing-content-wrapper .prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders);
}
.landing-content-wrapper .prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: top;
}
.landing-content-wrapper .prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
}
.landing-content-wrapper .prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-captions);
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
}
.landing-content-wrapper .prose {
    --tw-prose-body: #374151;
    --tw-prose-headings: #111827;
    --tw-prose-lead: #4b5563;
    --tw-prose-links: #111827;
    --tw-prose-bold: #111827;
    --tw-prose-counters: #6b7280;
    --tw-prose-bullets: #d1d5db;
    --tw-prose-hr: #e5e7eb;
    --tw-prose-quotes: #111827;
    --tw-prose-quote-borders: #e5e7eb;
    --tw-prose-captions: #6b7280;
    --tw-prose-kbd: #111827;
    --tw-prose-kbd-shadows: 17 24 39;
    --tw-prose-code: #111827;
    --tw-prose-pre-code: #e5e7eb;
    --tw-prose-pre-bg: #1f2937;
    --tw-prose-th-borders: #d1d5db;
    --tw-prose-td-borders: #e5e7eb;
    --tw-prose-invert-body: #d1d5db;
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: #9ca3af;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: #9ca3af;
    --tw-prose-invert-bullets: #4b5563;
    --tw-prose-invert-hr: #374151;
    --tw-prose-invert-quotes: #f3f4f6;
    --tw-prose-invert-quote-borders: #374151;
    --tw-prose-invert-captions: #9ca3af;
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: 255 255 255;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: #d1d5db;
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: #4b5563;
    --tw-prose-invert-td-borders: #374151;
    font-size: 16px;
    line-height: 1.75;
}
.landing-content-wrapper .prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
}
.landing-content-wrapper .prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.landing-content-wrapper .prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.375em;
}
.landing-content-wrapper .prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.375em;
}
.landing-content-wrapper .prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
.landing-content-wrapper .prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
}
.landing-content-wrapper .prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
}
.landing-content-wrapper .prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
}
.landing-content-wrapper .prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
}
.landing-content-wrapper .prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
.landing-content-wrapper .prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}
.landing-content-wrapper .prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    padding-inline-start: 1.625em;
}
.landing-content-wrapper .prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.landing-content-wrapper .prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.landing-content-wrapper .prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.landing-content-wrapper .prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.landing-content-wrapper .prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
}
.landing-content-wrapper .prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
}
.landing-content-wrapper .prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-top: 0.5714286em;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
}
.landing-content-wrapper .prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
}
.landing-content-wrapper .prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
}
.landing-content-wrapper .prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}
.landing-content-wrapper .prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.landing-content-wrapper .prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
}
  .landing-content-wrapper .sky-prompt-chat-modal .spangle-ui-prompt-label-horizontal .prompt-label-item,
  .landing-content-wrapper .sky-prompt-chat-modal .spangle-ui-prompt-label-vertical .prompt-label-item {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
    font-family: AWChinatownGrotesque, arial, sans-serif;
    --tw-text-opacity: 1;
    color: rgb(33 33 33 / var(--tw-text-opacity));
    font-size: 14px;
}

  .landing-content-wrapper .sky-prompt-chat-modal .spangle-ui-prompt-label-horizontal .prompt-label-item:hover,
  .landing-content-wrapper .sky-prompt-chat-modal .spangle-ui-prompt-label-vertical .prompt-label-item:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

  .landing-content-wrapper .sky-prompt-chat-modal .chatbot-response-item {
    max-width: 100%;
}

