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

  .landing-content-wrapper .\!container {
    max-width: 640px !important;
  }

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

  .landing-content-wrapper .\!container {
    max-width: 768px !important;
  }

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

  .landing-content-wrapper .\!container {
    max-width: 1024px !important;
  }

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

  .landing-content-wrapper .\!container {
    max-width: 1280px !important;
  }

  .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 .visible {
  visibility: visible;
}
.landing-content-wrapper .invisible {
  visibility: hidden;
}
.landing-content-wrapper .collapse {
  visibility: collapse;
}
.landing-content-wrapper .static {
  position: static;
}
.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 .bottom-0 {
  bottom: 0px;
}
.landing-content-wrapper .bottom-\[50\%\] {
  bottom: 50%;
}
.landing-content-wrapper .left-0 {
  left: 0px;
}
.landing-content-wrapper .left-0\.5 {
  left: 2px;
}
.landing-content-wrapper .left-5 {
  left: 20px;
}
.landing-content-wrapper .right-0 {
  right: 0px;
}
.landing-content-wrapper .right-3 {
  right: 12px;
}
.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\/2 {
  top: 50%;
}
.landing-content-wrapper .top-2 {
  top: 8px;
}
.landing-content-wrapper .top-2\/4 {
  top: 50%;
}
.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-50 {
  z-index: 50;
}
.landing-content-wrapper .z-\[10000\] {
  z-index: 10000;
}
.landing-content-wrapper .z-\[10001\] {
  z-index: 10001;
}
.landing-content-wrapper .z-\[1000\] {
  z-index: 1000;
}
.landing-content-wrapper .z-\[10\] {
  z-index: 10;
}
.landing-content-wrapper .z-\[1\] {
  z-index: 1;
}
.landing-content-wrapper .z-\[2000\] {
  z-index: 2000;
}
.landing-content-wrapper .z-\[2\] {
  z-index: 2;
}
.landing-content-wrapper .z-\[99998\] {
  z-index: 99998;
}
.landing-content-wrapper .z-\[99999\] {
  z-index: 99999;
}
.landing-content-wrapper .z-\[9999\] {
  z-index: 9999;
}
.landing-content-wrapper .order-last {
  order: 9999;
}
.landing-content-wrapper .\!m-0 {
  margin: 0px !important;
}
.landing-content-wrapper .m-0 {
  margin: 0px;
}
.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-\[16px\] {
  margin-left: 16px;
  margin-right: 16px;
}
.landing-content-wrapper .mx-\[4px\] {
  margin-left: 4px;
  margin-right: 4px;
}
.landing-content-wrapper .mx-\[8px\] {
  margin-left: 8px;
  margin-right: 8px;
}
.landing-content-wrapper .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.landing-content-wrapper .my-2 {
  margin-top: 8px;
  margin-bottom: 8px;
}
.landing-content-wrapper .my-4 {
  margin-top: 16px;
  margin-bottom: 16px;
}
.landing-content-wrapper .my-\[12px\] {
  margin-top: 12px;
  margin-bottom: 12px;
}
.landing-content-wrapper .my-\[16px\] {
  margin-top: 16px;
  margin-bottom: 16px;
}
.landing-content-wrapper .my-\[5px\] {
  margin-top: 5px;
  margin-bottom: 5px;
}
.landing-content-wrapper .my-\[8px\] {
  margin-top: 8px;
  margin-bottom: 8px;
}
.landing-content-wrapper .-mt-2 {
  margin-top: -8px;
}
.landing-content-wrapper .mb-0 {
  margin-bottom: 0px;
}
.landing-content-wrapper .mb-0\.5 {
  margin-bottom: 2px;
}
.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-3 {
  margin-bottom: 12px;
}
.landing-content-wrapper .mb-4 {
  margin-bottom: 16px;
}
.landing-content-wrapper .mb-5 {
  margin-bottom: 20px;
}
.landing-content-wrapper .mb-\[10px\] {
  margin-bottom: 10px;
}
.landing-content-wrapper .mb-\[12px\] {
  margin-bottom: 12px;
}
.landing-content-wrapper .mb-\[16px\] {
  margin-bottom: 16px;
}
.landing-content-wrapper .mb-\[18px\] {
  margin-bottom: 18px;
}
.landing-content-wrapper .mb-\[20px\] {
  margin-bottom: 20px;
}
.landing-content-wrapper .mb-\[24px\] {
  margin-bottom: 24px;
}
.landing-content-wrapper .mb-\[2px\] {
  margin-bottom: 2px;
}
.landing-content-wrapper .mb-\[34px\] {
  margin-bottom: 34px;
}
.landing-content-wrapper .mb-\[40px\] {
  margin-bottom: 40px;
}
.landing-content-wrapper .mb-\[8px\] {
  margin-bottom: 8px;
}
.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-\[12px\] {
  margin-left: 12px;
}
.landing-content-wrapper .ml-\[16px\] {
  margin-left: 16px;
}
.landing-content-wrapper .ml-\[20px\] {
  margin-left: 20px;
}
.landing-content-wrapper .ml-\[2px\] {
  margin-left: 2px;
}
.landing-content-wrapper .ml-\[4px\] {
  margin-left: 4px;
}
.landing-content-wrapper .ml-\[5px\] {
  margin-left: 5px;
}
.landing-content-wrapper .ml-\[6px\] {
  margin-left: 6px;
}
.landing-content-wrapper .ml-auto {
  margin-left: auto;
}
.landing-content-wrapper .mr-0 {
  margin-right: 0px;
}
.landing-content-wrapper .mr-0\.5 {
  margin-right: 2px;
}
.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 .mr-\[12px\] {
  margin-right: 12px;
}
.landing-content-wrapper .mr-\[16px\] {
  margin-right: 16px;
}
.landing-content-wrapper .mr-\[20px\] {
  margin-right: 20px;
}
.landing-content-wrapper .mr-\[24px\] {
  margin-right: 24px;
}
.landing-content-wrapper .mr-\[4px\] {
  margin-right: 4px;
}
.landing-content-wrapper .mr-\[8px\] {
  margin-right: 8px;
}
.landing-content-wrapper .mt-0 {
  margin-top: 0px;
}
.landing-content-wrapper .mt-0\.5 {
  margin-top: 2px;
}
.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-2\.5 {
  margin-top: 10px;
}
.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-\[10px\] {
  margin-top: 10px;
}
.landing-content-wrapper .mt-\[12px\] {
  margin-top: 12px;
}
.landing-content-wrapper .mt-\[15px\] {
  margin-top: 15px;
}
.landing-content-wrapper .mt-\[16px\] {
  margin-top: 16px;
}
.landing-content-wrapper .mt-\[20px\] {
  margin-top: 20px;
}
.landing-content-wrapper .mt-\[24px\] {
  margin-top: 24px;
}
.landing-content-wrapper .mt-\[2px\] {
  margin-top: 2px;
}
.landing-content-wrapper .mt-\[30px\] {
  margin-top: 30px;
}
.landing-content-wrapper .mt-\[4px\] {
  margin-top: 4px;
}
.landing-content-wrapper .mt-\[6px\] {
  margin-top: 6px;
}
.landing-content-wrapper .mt-\[7px\] {
  margin-top: 7px;
}
.landing-content-wrapper .mt-\[8px\] {
  margin-top: 8px;
}
.landing-content-wrapper .mt-px {
  margin-top: 1px;
}
.landing-content-wrapper .box-border {
  box-sizing: border-box;
}
.landing-content-wrapper .block {
  display: block;
}
.landing-content-wrapper .inline-block {
  display: inline-block;
}
.landing-content-wrapper .inline {
  display: inline;
}
.landing-content-wrapper .flex {
  display: flex;
}
.landing-content-wrapper .inline-flex {
  display: inline-flex;
}
.landing-content-wrapper .table {
  display: table;
}
.landing-content-wrapper .grid {
  display: grid;
}
.landing-content-wrapper .hidden {
  display: none;
}
.landing-content-wrapper .aspect-\[3\/4\] {
  aspect-ratio: 3/4;
}
.landing-content-wrapper .aspect-\[4\/5\] {
  aspect-ratio: 4/5;
}
.landing-content-wrapper .size-4 {
  width: 16px;
  height: 16px;
}
.landing-content-wrapper .size-5 {
  width: 20px;
  height: 20px;
}
.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-full {
  height: 100% !important;
}
.landing-content-wrapper .h-0 {
  height: 0px;
}
.landing-content-wrapper .h-10 {
  height: 40px;
}
.landing-content-wrapper .h-3 {
  height: 12px;
}
.landing-content-wrapper .h-32 {
  height: 128px;
}
.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-\[106px\] {
  height: 106px;
}
.landing-content-wrapper .h-\[12px\] {
  height: 12px;
}
.landing-content-wrapper .h-\[135px\] {
  height: 135px;
}
.landing-content-wrapper .h-\[140px\] {
  height: 140px;
}
.landing-content-wrapper .h-\[16px\] {
  height: 16px;
}
.landing-content-wrapper .h-\[22px\] {
  height: 22px;
}
.landing-content-wrapper .h-\[24px\] {
  height: 24px;
}
.landing-content-wrapper .h-\[27px\] {
  height: 27px;
}
.landing-content-wrapper .h-\[28px\] {
  height: 28px;
}
.landing-content-wrapper .h-\[2px\] {
  height: 2px;
}
.landing-content-wrapper .h-\[30px\] {
  height: 30px;
}
.landing-content-wrapper .h-\[32px\] {
  height: 32px;
}
.landing-content-wrapper .h-\[34px\] {
  height: 34px;
}
.landing-content-wrapper .h-\[35px\] {
  height: 35px;
}
.landing-content-wrapper .h-\[36px\] {
  height: 36px;
}
.landing-content-wrapper .h-\[40px\] {
  height: 40px;
}
.landing-content-wrapper .h-\[45px\] {
  height: 45px;
}
.landing-content-wrapper .h-\[4px\] {
  height: 4px;
}
.landing-content-wrapper .h-\[50px\] {
  height: 50px;
}
.landing-content-wrapper .h-\[60px\] {
  height: 60px;
}
.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-\[80px\] {
  height: 80px;
}
.landing-content-wrapper .h-\[85px\] {
  height: 85px;
}
.landing-content-wrapper .h-\[86px\] {
  height: 86px;
}
.landing-content-wrapper .h-\[87px\] {
  height: 87px;
}
.landing-content-wrapper .h-\[88vh\] {
  height: 88vh;
}
.landing-content-wrapper .h-\[8px\] {
  height: 8px;
}
.landing-content-wrapper .h-auto {
  height: auto;
}
.landing-content-wrapper .h-full {
  height: 100%;
}
.landing-content-wrapper .h-screen {
  height: 100vh;
}
.landing-content-wrapper .max-h-0 {
  max-height: 0px;
}
.landing-content-wrapper .max-h-\[160px\] {
  max-height: 160px;
}
.landing-content-wrapper .max-h-\[2000px\] {
  max-height: 2000px;
}
.landing-content-wrapper .max-h-\[65vh\] {
  max-height: 65vh;
}
.landing-content-wrapper .max-h-\[90vh\] {
  max-height: 90vh;
}
.landing-content-wrapper .max-h-\[auto\] {
  max-height: auto;
}
.landing-content-wrapper .min-h-0 {
  min-height: 0px;
}
.landing-content-wrapper .min-h-\[180px\] {
  min-height: 180px;
}
.landing-content-wrapper .min-h-\[20px\] {
  min-height: 20px;
}
.landing-content-wrapper .min-h-\[34px\] {
  min-height: 34px;
}
.landing-content-wrapper .min-h-\[46px\] {
  min-height: 46px;
}
.landing-content-wrapper .min-h-\[60px\] {
  min-height: 60px;
}
.landing-content-wrapper .min-h-\[60vh\] {
  min-height: 60vh;
}
.landing-content-wrapper .min-h-screen {
  min-height: 100vh;
}
.landing-content-wrapper .\!w-\[95\%\] {
  width: 95% !important;
}
.landing-content-wrapper .w-10 {
  width: 40px;
}
.landing-content-wrapper .w-11 {
  width: 44px;
}
.landing-content-wrapper .w-3 {
  width: 12px;
}
.landing-content-wrapper .w-3\/5 {
  width: 60%;
}
.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-\[103px\] {
  width: 103px;
}
.landing-content-wrapper .w-\[10px\] {
  width: 10px;
}
.landing-content-wrapper .w-\[140px\] {
  width: 140px;
}
.landing-content-wrapper .w-\[16px\] {
  width: 16px;
}
.landing-content-wrapper .w-\[20\%\] {
  width: 20%;
}
.landing-content-wrapper .w-\[24px\] {
  width: 24px;
}
.landing-content-wrapper .w-\[27px\] {
  width: 27px;
}
.landing-content-wrapper .w-\[30\%\] {
  width: 30%;
}
.landing-content-wrapper .w-\[30px\] {
  width: 30px;
}
.landing-content-wrapper .w-\[32px\] {
  width: 32px;
}
.landing-content-wrapper .w-\[34px\] {
  width: 34px;
}
.landing-content-wrapper .w-\[35px\] {
  width: 35px;
}
.landing-content-wrapper .w-\[40px\] {
  width: 40px;
}
.landing-content-wrapper .w-\[42\%\] {
  width: 42%;
}
.landing-content-wrapper .w-\[45\%\] {
  width: 45%;
}
.landing-content-wrapper .w-\[480px\] {
  width: 480px;
}
.landing-content-wrapper .w-\[4px\] {
  width: 4px;
}
.landing-content-wrapper .w-\[62\%\] {
  width: 62%;
}
.landing-content-wrapper .w-\[64px\] {
  width: 64px;
}
.landing-content-wrapper .w-\[67px\] {
  width: 67px;
}
.landing-content-wrapper .w-\[68px\] {
  width: 68px;
}
.landing-content-wrapper .w-\[72px\] {
  width: 72px;
}
.landing-content-wrapper .w-\[74px\] {
  width: 74px;
}
.landing-content-wrapper .w-\[78\%\] {
  width: 78%;
}
.landing-content-wrapper .w-\[80\%\] {
  width: 80%;
}
.landing-content-wrapper .w-\[82\%\] {
  width: 82%;
}
.landing-content-wrapper .w-\[85px\] {
  width: 85px;
}
.landing-content-wrapper .w-\[90px\] {
  width: 90px;
}
.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-0 {
  min-width: 0px;
}
.landing-content-wrapper .max-w-\[120px\] {
  max-width: 120px;
}
.landing-content-wrapper .max-w-\[212px\] {
  max-width: 212px;
}
.landing-content-wrapper .max-w-\[256px\] {
  max-width: 256px;
}
.landing-content-wrapper .max-w-\[400px\] {
  max-width: 400px;
}
.landing-content-wrapper .max-w-\[600px\] {
  max-width: 600px;
}
.landing-content-wrapper .max-w-\[700px\] {
  max-width: 700px;
}
.landing-content-wrapper .max-w-full {
  max-width: 100%;
}
.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 .flex-shrink-0 {
  flex-shrink: 0;
}
.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 .table-fixed {
  table-layout: fixed;
}
.landing-content-wrapper .border-collapse {
  border-collapse: collapse;
}
.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-y-2\/4 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.landing-content-wrapper .translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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-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 .translate-y-\[100\%\] {
  --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));
}
.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 .translate-y-full {
  --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));
}
.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-grab {
  cursor: grab;
}
.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 .resize {
  resize: both;
}
.landing-content-wrapper .appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.landing-content-wrapper .grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.landing-content-wrapper .grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.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 .\!grid-rows-\[auto_1fr\] {
  grid-template-rows: auto 1fr !important;
}
.landing-content-wrapper .grid-rows-\[var\(--dmn-dialog-header-height\)_minmax\(0\2c _1fr\)_auto\] {
  grid-template-rows: var(--dmn-dialog-header-height) minmax(0, 1fr) auto;
}
.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-start {
  align-items: flex-start;
}
.landing-content-wrapper .items-center {
  align-items: center;
}
.landing-content-wrapper .justify-normal {
  justify-content: normal;
}
.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-1 {
  gap: 4px;
}
.landing-content-wrapper .gap-2 {
  gap: 8px;
}
.landing-content-wrapper .gap-3 {
  gap: 12px;
}
.landing-content-wrapper .gap-4 {
  gap: 16px;
}
.landing-content-wrapper .gap-\[10px\] {
  gap: 10px;
}
.landing-content-wrapper .gap-\[2px\] {
  gap: 2px;
}
.landing-content-wrapper .gap-\[32px\] {
  gap: 32px;
}
.landing-content-wrapper .gap-x-4 {
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.landing-content-wrapper .gap-x-\[6px\] {
  -moz-column-gap: 6px;
       column-gap: 6px;
}
.landing-content-wrapper .gap-x-\[8px\] {
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.landing-content-wrapper .gap-y-5 {
  row-gap: 20px;
}
.landing-content-wrapper .gap-y-\[24px\] {
  row-gap: 24px;
}
.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-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-hidden {
  overflow: hidden;
}
.landing-content-wrapper .overflow-scroll {
  overflow: scroll;
}
.landing-content-wrapper .overflow-x-auto {
  overflow-x: auto;
}
.landing-content-wrapper .overflow-y-auto {
  overflow-y: auto;
}
.landing-content-wrapper .overflow-y-scroll {
  overflow-y: scroll;
}
.landing-content-wrapper .whitespace-nowrap {
  white-space: nowrap;
}
.landing-content-wrapper .whitespace-break-spaces {
  white-space: break-spaces;
}
.landing-content-wrapper .break-words {
  overflow-wrap: break-word;
}
.landing-content-wrapper .rounded {
  border-radius: 4px;
}
.landing-content-wrapper .rounded-\[100\%\] {
  border-radius: 100%;
}
.landing-content-wrapper .rounded-\[15px\] {
  border-radius: 15px;
}
.landing-content-wrapper .rounded-\[17px\] {
  border-radius: 17px;
}
.landing-content-wrapper .rounded-\[20px\] {
  border-radius: 20px;
}
.landing-content-wrapper .rounded-\[2px\] {
  border-radius: 2px;
}
.landing-content-wrapper .rounded-\[30px\] {
  border-radius: 30px;
}
.landing-content-wrapper .rounded-\[36px\] {
  border-radius: 36px;
}
.landing-content-wrapper .rounded-\[38px\] {
  border-radius: 38px;
}
.landing-content-wrapper .rounded-\[4px\] {
  border-radius: 4px;
}
.landing-content-wrapper .rounded-\[50\%\] {
  border-radius: 50%;
}
.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-\[8px\] {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.landing-content-wrapper .border {
  border-width: 1px;
}
.landing-content-wrapper .border-0 {
  border-width: 0px;
}
.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-t {
  border-top-width: 1px;
}
.landing-content-wrapper .border-t-\[1px\] {
  border-top-width: 1px;
}
.landing-content-wrapper .border-solid {
  border-style: solid;
}
.landing-content-wrapper .border-dashed {
  border-style: dashed;
}
.landing-content-wrapper .\!border-none {
  border-style: none !important;
}
.landing-content-wrapper .border-none {
  border-style: none;
}
.landing-content-wrapper .border-\[\#000\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.landing-content-wrapper .border-\[\#0081A1\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 129 161 / var(--tw-border-opacity));
}
.landing-content-wrapper .border-\[\#767676\] {
  --tw-border-opacity: 1;
  border-color: rgb(118 118 118 / var(--tw-border-opacity));
}
.landing-content-wrapper .border-\[\#D5D5D5\] {
  --tw-border-opacity: 1;
  border-color: rgb(213 213 213 / var(--tw-border-opacity));
}
.landing-content-wrapper .border-\[\#DADADA\] {
  --tw-border-opacity: 1;
  border-color: rgb(218 218 218 / var(--tw-border-opacity));
}
.landing-content-wrapper .border-\[\#E0E0E0\] {
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
}
.landing-content-wrapper .border-\[\#E0E0E0\]\/50 {
  border-color: rgb(224 224 224 / 0.5);
}
.landing-content-wrapper .border-\[\#EEEEEE\] {
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity));
}
.landing-content-wrapper .border-\[\#e5e5e5\] {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / 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-search-modal-category-border {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.landing-content-wrapper .border-transparent {
  border-color: transparent;
}
.landing-content-wrapper .border-white\/35 {
  border-color: rgb(255 255 255 / 0.35);
}
.landing-content-wrapper .border-b-\[border-gray-300\] {
  border-bottom-color: border-gray-300;
}
.landing-content-wrapper .border-t-white {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.landing-content-wrapper .\!bg-transparent {
  background-color: transparent !important;
}
.landing-content-wrapper .bg-\[\#0081A1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 129 161 / var(--tw-bg-opacity));
}
.landing-content-wrapper .bg-\[\#BDBDBD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(189 189 189 / var(--tw-bg-opacity));
}
.landing-content-wrapper .bg-\[\#EEEEEE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}
.landing-content-wrapper .bg-\[\#F4F4F4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}
.landing-content-wrapper .bg-\[\#F5F5F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.landing-content-wrapper .bg-\[\#FAF5EF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 239 / var(--tw-bg-opacity));
}
.landing-content-wrapper .bg-\[\#FAFAFA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.landing-content-wrapper .bg-\[\#c62828\] {
  --tw-bg-opacity: 1;
  background-color: rgb(198 40 40 / var(--tw-bg-opacity));
}
.landing-content-wrapper .bg-\[\#f1f1f1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity));
}
.landing-content-wrapper .bg-\[\#f4f4f4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}
.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\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.landing-content-wrapper .bg-black\/45 {
  background-color: rgb(0 0 0 / 0.45);
}
.landing-content-wrapper .bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.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-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-search-modal-category-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 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-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-opacity-20 {
  --tw-bg-opacity: 0.2 !important;
}
.landing-content-wrapper .fill-black {
  fill: #000;
}
.landing-content-wrapper .stroke-zinc-400 {
  stroke: #a1a1aa;
}
.landing-content-wrapper .object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.landing-content-wrapper .object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.landing-content-wrapper .\!p-0 {
  padding: 0px !important;
}
.landing-content-wrapper .p-1 {
  padding: 4px;
}
.landing-content-wrapper .p-2 {
  padding: 8px;
}
.landing-content-wrapper .p-2\.5 {
  padding: 10px;
}
.landing-content-wrapper .p-4 {
  padding: 16px;
}
.landing-content-wrapper .p-8 {
  padding: 32px;
}
.landing-content-wrapper .p-\[16px\] {
  padding: 16px;
}
.landing-content-wrapper .p-\[3px\] {
  padding: 3px;
}
.landing-content-wrapper .\!px-3 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.landing-content-wrapper .\!px-4 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.landing-content-wrapper .\!px-\[12px\] {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.landing-content-wrapper .\!py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.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-3 {
  padding-left: 12px;
  padding-right: 12px;
}
.landing-content-wrapper .px-4 {
  padding-left: 16px;
  padding-right: 16px;
}
.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-\[0\] {
  padding-left: 0;
  padding-right: 0;
}
.landing-content-wrapper .px-\[0px\] {
  padding-left: 0px;
  padding-right: 0px;
}
.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-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}
.landing-content-wrapper .px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.landing-content-wrapper .px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}
.landing-content-wrapper .px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.landing-content-wrapper .px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}
.landing-content-wrapper .px-\[5px\] {
  padding-left: 5px;
  padding-right: 5px;
}
.landing-content-wrapper .px-\[8px\] {
  padding-left: 8px;
  padding-right: 8px;
}
.landing-content-wrapper .py-1 {
  padding-top: 4px;
  padding-bottom: 4px;
}
.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-3\.5 {
  padding-top: 14px;
  padding-bottom: 14px;
}
.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-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-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.landing-content-wrapper .py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.landing-content-wrapper .py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}
.landing-content-wrapper .py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}
.landing-content-wrapper .py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}
.landing-content-wrapper .py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.landing-content-wrapper .py-\[24px\] {
  padding-top: 24px;
  padding-bottom: 24px;
}
.landing-content-wrapper .py-\[32px\] {
  padding-top: 32px;
  padding-bottom: 32px;
}
.landing-content-wrapper .py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.landing-content-wrapper .py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}
.landing-content-wrapper .py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.landing-content-wrapper .py-\[9px\] {
  padding-top: 9px;
  padding-bottom: 9px;
}
.landing-content-wrapper .\!pb-0 {
  padding-bottom: 0px !important;
}
.landing-content-wrapper .\!pl-\[12px\] {
  padding-left: 12px !important;
}
.landing-content-wrapper .\!pr-\[72px\] {
  padding-right: 72px !important;
}
.landing-content-wrapper .\!pt-8 {
  padding-top: 32px !important;
}
.landing-content-wrapper .pb-2 {
  padding-bottom: 8px;
}
.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 .pb-\[10px\] {
  padding-bottom: 10px;
}
.landing-content-wrapper .pb-\[20px\] {
  padding-bottom: 20px;
}
.landing-content-wrapper .pb-\[4px\] {
  padding-bottom: 4px;
}
.landing-content-wrapper .pb-\[8px\] {
  padding-bottom: 8px;
}
.landing-content-wrapper .pl-2 {
  padding-left: 8px;
}
.landing-content-wrapper .pl-4 {
  padding-left: 16px;
}
.landing-content-wrapper .pl-\[10px\] {
  padding-left: 10px;
}
.landing-content-wrapper .pl-\[40px\] {
  padding-left: 40px;
}
.landing-content-wrapper .pl-\[4px\] {
  padding-left: 4px;
}
.landing-content-wrapper .pr-1 {
  padding-right: 4px;
}
.landing-content-wrapper .pr-4 {
  padding-right: 16px;
}
.landing-content-wrapper .pr-\[16px\] {
  padding-right: 16px;
}
.landing-content-wrapper .pt-4 {
  padding-top: 16px;
}
.landing-content-wrapper .pt-6 {
  padding-top: 24px;
}
.landing-content-wrapper .pt-7 {
  padding-top: 28px;
}
.landing-content-wrapper .pt-\[10px\] {
  padding-top: 10px;
}
.landing-content-wrapper .pt-\[16px\] {
  padding-top: 16px;
}
.landing-content-wrapper .pt-\[24px\] {
  padding-top: 24px;
}
.landing-content-wrapper .pt-\[4px\] {
  padding-top: 4px;
}
.landing-content-wrapper .pt-\[8px\] {
  padding-top: 8px;
}
.landing-content-wrapper .text-left {
  text-align: left;
}
.landing-content-wrapper .text-center {
  text-align: center;
}
.landing-content-wrapper .font-filter-option-button {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.landing-content-wrapper .font-product-name {
  font-family: Roboto, arial, sans-serif;
}
.landing-content-wrapper .font-search-modal-bold {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.landing-content-wrapper .font-special-product-card-label {
  font-family: IvyMode, arial, sans-serif;
}
.landing-content-wrapper .text-4xl {
  font-size: 36px;
  line-height: 40px;
}
.landing-content-wrapper .text-\[10px\] {
  font-size: 10px;
}
.landing-content-wrapper .text-\[11px\] {
  font-size: 11px;
}
.landing-content-wrapper .text-\[12px\] {
  font-size: 12px;
}
.landing-content-wrapper .text-\[14px\] {
  font-size: 14px;
}
.landing-content-wrapper .text-\[14px\]\/\[100\%\] {
  font-size: 14px;
  line-height: 100%;
}
.landing-content-wrapper .text-\[15px\] {
  font-size: 15px;
}
.landing-content-wrapper .text-\[16px\] {
  font-size: 16px;
}
.landing-content-wrapper .text-\[16px\]\/\[120\%\] {
  font-size: 16px;
  line-height: 120%;
}
.landing-content-wrapper .text-\[20px\] {
  font-size: 20px;
}
.landing-content-wrapper .text-\[26px\] {
  font-size: 26px;
}
.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-\[700\] {
  font-weight: 700;
}
.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 .capitalize {
  text-transform: capitalize;
}
.landing-content-wrapper .leading-\[1\.2\] {
  line-height: 1.2;
}
.landing-content-wrapper .leading-\[1\.3\] {
  line-height: 1.3;
}
.landing-content-wrapper .leading-\[1\.4\] {
  line-height: 1.4;
}
.landing-content-wrapper .leading-\[1\.5\] {
  line-height: 1.5;
}
.landing-content-wrapper .leading-\[100\%\] {
  line-height: 100%;
}
.landing-content-wrapper .leading-\[13px\] {
  line-height: 13px;
}
.landing-content-wrapper .leading-\[20px\] {
  line-height: 20px;
}
.landing-content-wrapper .leading-\[22px\] {
  line-height: 22px;
}
.landing-content-wrapper .leading-none {
  line-height: 1;
}
.landing-content-wrapper .tracking-\[-0\.18px\] {
  letter-spacing: -0.18px;
}
.landing-content-wrapper .tracking-\[0\.02em\] {
  letter-spacing: 0.02em;
}
.landing-content-wrapper .tracking-\[0\.05em\] {
  letter-spacing: 0.05em;
}
.landing-content-wrapper .tracking-\[0\.08em\] {
  letter-spacing: 0.08em;
}
.landing-content-wrapper .tracking-\[0\.5px\] {
  letter-spacing: 0.5px;
}
.landing-content-wrapper .tracking-wide {
  letter-spacing: 0.025em;
}
.landing-content-wrapper .text-\[\#0081A1\] {
  --tw-text-opacity: 1;
  color: rgb(0 129 161 / var(--tw-text-opacity));
}
.landing-content-wrapper .text-\[\#0C0C0C\] {
  --tw-text-opacity: 1;
  color: rgb(12 12 12 / var(--tw-text-opacity));
}
.landing-content-wrapper .text-\[\#212121\] {
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}
.landing-content-wrapper .text-\[\#333\] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / 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-\[\#626262\] {
  --tw-text-opacity: 1;
  color: rgb(98 98 98 / var(--tw-text-opacity));
}
.landing-content-wrapper .text-\[\#666666\] {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.landing-content-wrapper .text-\[\#666\] {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.landing-content-wrapper .text-\[\#757575\] {
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity));
}
.landing-content-wrapper .text-\[\#767676\] {
  --tw-text-opacity: 1;
  color: rgb(118 118 118 / var(--tw-text-opacity));
}
.landing-content-wrapper .text-\[\#9E9E9E\] {
  --tw-text-opacity: 1;
  color: rgb(158 158 158 / var(--tw-text-opacity));
}
.landing-content-wrapper .text-\[\#C90000\] {
  --tw-text-opacity: 1;
  color: rgb(201 0 0 / var(--tw-text-opacity));
}
.landing-content-wrapper .text-\[\#c41230\] {
  --tw-text-opacity: 1;
  color: rgb(196 18 48 / 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-inherit {
  color: inherit;
}
.landing-content-wrapper .text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.landing-content-wrapper .text-search-bar-top-text {
  --tw-text-opacity: 1;
  color: rgb(118 118 118 / 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-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 .line-through {
  text-decoration-line: line-through;
}
.landing-content-wrapper .no-underline {
  text-decoration-line: none;
}
.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-60 {
  opacity: 0.6;
}
.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_-4px_24px_rgba\(0\2c 0\2c 0\2c 0\.18\)\] {
  --tw-shadow: 0 -4px 24px rgba(0,0,0,0.18);
  --tw-shadow-colored: 0 -4px 24px 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_20px_60px_rgba\(0\2c 0\2c 0\2c 0\.18\)\] {
  --tw-shadow: 0 20px 60px rgba(0,0,0,0.18);
  --tw-shadow-colored: 0 20px 60px 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-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 !important;
  outline-offset: 2px !important;
}
.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 .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-\[background\] {
  transition-property: background;
  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-100 {
  transition-duration: 100ms;
}
.landing-content-wrapper .duration-200 {
  transition-duration: 200ms;
}
.landing-content-wrapper .duration-300 {
  transition-duration: 300ms;
}
.landing-content-wrapper .duration-500 {
  transition-duration: 500ms;
}
.landing-content-wrapper .duration-\[350ms\] {
  transition-duration: 350ms;
}
.landing-content-wrapper .ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.landing-content-wrapper .ease-linear {
  transition-timing-function: linear;
}
.landing-content-wrapper .ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.landing-content-wrapper .will-change-transform {
  will-change: transform;
}
.landing-content-wrapper .spangle-product-detail-info-title-item {}
.landing-content-wrapper .\[-ms-overflow-style\:none\] {
  -ms-overflow-style: none;
}
.landing-content-wrapper .\[scrollbar-width\:none\] {
  scrollbar-width: none;
}

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

.spangle-stop-body-scroll-Y {
  overflow: hidden !important;
}

@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 input[type='text'] {
  border-style: none;
  background-color: transparent;
}

.landing-content-wrapper .spangle-ui-price-info .text-spangle-red-current-price {
  color: #8a0000;
}

/*overwritten antd style*/
.ant-select,
.ant-select-dropdown {
  font-family: Roboto, arial, sans-serif !important;
}

/*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*/

/*start handle loft UI issue*/
div.container[role='main'],
div.container.product-detail {
  margin: 0px;
  max-width: 100%;
  padding: 0px;
}

/*end*/

/*start handle stevemadden UI issue*/
.gradient.landing-spangle .overflow-hidden {
  position: unset;
}

/*end*/

/*global product card layout start*/
.landing-content-wrapper .spangle-ui-product-card.spangle-ui-product-card-mobile {}

/*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 .before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.landing-content-wrapper .before\:left-2\/4::before {
  content: var(--tw-content);
  left: 50%;
}

.landing-content-wrapper .before\:top-2\/4::before {
  content: var(--tw-content);
  top: 50%;
}

.landing-content-wrapper .before\:mx-\[6px\]::before {
  content: var(--tw-content);
  margin-left: 6px;
  margin-right: 6px;
}

.landing-content-wrapper .before\:mt-\[5px\]::before {
  content: var(--tw-content);
  margin-top: 5px;
}

.landing-content-wrapper .before\:block::before {
  content: var(--tw-content);
  display: block;
}

.landing-content-wrapper .before\:hidden::before {
  content: var(--tw-content);
  display: none;
}

.landing-content-wrapper .before\:size-\[4px\]::before {
  content: var(--tw-content);
  width: 4px;
  height: 4px;
}

.landing-content-wrapper .before\:h-10::before {
  content: var(--tw-content);
  height: 40px;
}

.landing-content-wrapper .before\:w-10::before {
  content: var(--tw-content);
  width: 40px;
}

.landing-content-wrapper .before\:-translate-x-2\/4::before {
  content: var(--tw-content);
  --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 .before\:-translate-y-2\/4::before {
  content: var(--tw-content);
  --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 .before\:rounded-full::before {
  content: var(--tw-content);
  border-radius: 9999px;
}

.landing-content-wrapper .before\:bg-current::before {
  content: var(--tw-content);
  background-color: currentColor;
}

.landing-content-wrapper .before\:opacity-0::before {
  content: var(--tw-content);
  opacity: 0;
}

.landing-content-wrapper .before\:transition-opacity::before {
  content: var(--tw-content);
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.landing-content-wrapper .before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

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

.landing-content-wrapper .last\:border-none:last-child {
  border-style: none;
}

.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\: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\:underline:hover {
    text-decoration-line: underline;
  }

  .landing-content-wrapper .hover\:opacity-70:hover {
    opacity: 0.7;
  }

  .landing-content-wrapper .hover\:opacity-80:hover {
    opacity: 0.8;
  }

  .landing-content-wrapper .hover\:opacity-90:hover {
    opacity: 0.9;
  }

  .landing-content-wrapper .hover\:before\:opacity-10:hover::before {
    content: var(--tw-content);
    opacity: 0.1;
  }
}

.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-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-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}

.landing-content-wrapper .active\:cursor-grabbing:active {
  cursor: grabbing;
}

.landing-content-wrapper .active\:opacity-50:active {
  opacity: 0.5;
}

.landing-content-wrapper .active\:opacity-60:active {
  opacity: 0.6;
}

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

.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:checked ~ .peer-checked\: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 .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\=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 .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: 1024px) {

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

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

@media not all and (min-width: 768px) {

  .landing-content-wrapper .max-md\:left-0 {
    left: 0px;
  }

  .landing-content-wrapper .max-md\:right-4 {
    right: 16px;
  }

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

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

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

  .landing-content-wrapper .max-md\: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 .max-md\:translate-y-full {
    --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));
  }

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

  .landing-content-wrapper .max-md\:rounded-t-\[17px\] {
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
  }

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

@media (min-width: 640px) {

  .landing-content-wrapper .sm\:\!w-full {
    width: 100% !important;
  }

  .landing-content-wrapper .sm\:\!max-w-\[550px\] {
    max-width: 550px !important;
  }

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

@media (min-width: 768px) {

  .landing-content-wrapper .md\:bottom-auto {
    bottom: auto;
  }

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

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

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

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

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

  .landing-content-wrapper .md\:mx-5 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .landing-content-wrapper .md\:mx-\[24px\] {
    margin-left: 24px;
    margin-right: 24px;
  }

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

  .landing-content-wrapper .md\:mb-\[40px\] {
    margin-bottom: 40px;
  }

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

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

  .landing-content-wrapper .md\:h-\[137px\] {
    height: 137px;
  }

  .landing-content-wrapper .md\:h-\[16px\] {
    height: 16px;
  }

  .landing-content-wrapper .md\:h-\[170px\] {
    height: 170px;
  }

  .landing-content-wrapper .md\:h-\[171px\] {
    height: 171px;
  }

  .landing-content-wrapper .md\:h-\[20px\] {
    height: 20px;
  }

  .landing-content-wrapper .md\:h-\[256px\] {
    height: 256px;
  }

  .landing-content-wrapper .md\:h-full {
    height: 100%;
  }

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

  .landing-content-wrapper .md\:max-h-none {
    max-height: 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-\[110px\] {
    width: 110px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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\: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 .md\: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 .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .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\:gap-4 {
    gap: 16px;
  }

  .landing-content-wrapper .md\:gap-y-\[32px\] {
    row-gap: 32px;
  }

  .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\:p-5 {
    padding: 20px;
  }

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

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

  .landing-content-wrapper .md\:px-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .landing-content-wrapper .md\:px-\[0px\] {
    padding-left: 0px;
    padding-right: 0px;
  }

  .landing-content-wrapper .md\:px-\[16px\] {
    padding-left: 16px;
    padding-right: 16px;
  }

  .landing-content-wrapper .md\:px-\[24px\] {
    padding-left: 24px;
    padding-right: 24px;
  }

  .landing-content-wrapper .md\:py-4 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .landing-content-wrapper .md\:py-\[8px\] {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .landing-content-wrapper .md\:\!pt-11 {
    padding-top: 44px !important;
  }

  .landing-content-wrapper .md\:pb-4 {
    padding-bottom: 16px;
  }

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

  .landing-content-wrapper .md\:pr-0 {
    padding-right: 0px;
  }

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

  .landing-content-wrapper .md\:pt-\[32px\] {
    padding-top: 32px;
  }

  .landing-content-wrapper .md\:text-center {
    text-align: center;
  }

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

  .landing-content-wrapper .md\:text-\[18px\] {
    font-size: 18px;
  }

  .landing-content-wrapper .md\:text-sm {
    font-size: 14px;
    line-height: 20px;
  }

  .landing-content-wrapper .md\:text-xl {
    font-size: 20px;
    line-height: 28px;
  }

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

  .landing-content-wrapper .md\:shadow-\[-4px_0_24px_rgba\(0\2c 0\2c 0\2c 0\.18\)\] {
    --tw-shadow: -4px 0 24px rgba(0,0,0,0.18);
    --tw-shadow-colored: -4px 0 24px 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\:right-4 {
    right: 16px;
  }

  .landing-content-wrapper .lg\:top-9 {
    top: 36px;
  }

  .landing-content-wrapper .lg\:mb-6 {
    margin-bottom: 24px;
  }

  .landing-content-wrapper .lg\:mb-\[16px\] {
    margin-bottom: 16px;
  }

  .landing-content-wrapper .lg\:mb-\[24px\] {
    margin-bottom: 24px;
  }

  .landing-content-wrapper .lg\:mb-\[40px\] {
    margin-bottom: 40px;
  }

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

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

  .landing-content-wrapper .lg\:h-\[170px\] {
    height: 170px;
  }

  .landing-content-wrapper .lg\:h-\[68px\] {
    height: 68px;
  }

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

  .landing-content-wrapper .lg\:w-\[100px\] {
    width: 100px;
  }

  .landing-content-wrapper .lg\:w-\[24px\] {
    width: 24px;
  }

  .landing-content-wrapper .lg\:w-\[25\%\] {
    width: 25%;
  }

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

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

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

  .landing-content-wrapper .lg\:justify-center {
    justify-content: center;
  }

  .landing-content-wrapper .lg\:border-t-\[1px\] {
    border-top-width: 1px;
  }

  .landing-content-wrapper .lg\:border-solid {
    border-style: solid;
  }

  .landing-content-wrapper .lg\:border-\[\#000\] {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

  .landing-content-wrapper .lg\:px-6 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .landing-content-wrapper .lg\:px-\[24px\] {
    padding-left: 24px;
    padding-right: 24px;
  }

  .landing-content-wrapper .lg\:py-\[7px\] {
    padding-top: 7px;
    padding-bottom: 7px;
  }

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

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

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

  .landing-content-wrapper .lg\:text-2xl {
    font-size: 24px;
    line-height: 32px;
  }

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

  .landing-content-wrapper .lg\:text-sm {
    font-size: 14px;
    line-height: 20px;
  }

  .landing-content-wrapper .lg\: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 .\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar {
  display: none;
}

.landing-content-wrapper .\[\&_ul\]\:list-disc ul {
  list-style-type: disc;
}

.landing-content-wrapper .\[\&_ul\]\:pl-5 ul {
  padding-left: 20px;
}

.landing-content-wrapper *,.landing-content-wrapper :after,.landing-content-wrapper :before{--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:rgba(59,130,246,.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:rgba(59,130,246,.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 .spai-pointer-events-none{pointer-events:none}.landing-content-wrapper .spai-invisible{visibility:hidden}.landing-content-wrapper .spai-fixed{position:fixed}.landing-content-wrapper .spai-absolute{position:absolute}.landing-content-wrapper .spai-relative{position:relative}.landing-content-wrapper .spai-inset-0{inset:0}.landing-content-wrapper .spai-bottom-0{bottom:0}.landing-content-wrapper .spai-bottom-2{bottom:8px}.landing-content-wrapper .spai-bottom-6{bottom:24px}.landing-content-wrapper .spai-bottom-8{bottom:32px}.landing-content-wrapper .spai-bottom-\[10\%\]{bottom:10%}.landing-content-wrapper .spai-bottom-\[180px\]{bottom:180px}.landing-content-wrapper .spai-bottom-\[2\%\]{bottom:2%}.landing-content-wrapper .spai-bottom-\[50\%\]{bottom:50%}.landing-content-wrapper .spai-left-0{left:0}.landing-content-wrapper .spai-left-1\/2{left:50%}.landing-content-wrapper .spai-left-2{left:8px}.landing-content-wrapper .spai-left-\[10px\]{left:10px}.landing-content-wrapper .spai-left-\[12\%\]{left:12%}.landing-content-wrapper .spai-left-\[15\%\]{left:15%}.landing-content-wrapper .spai-left-\[15px\]{left:15px}.landing-content-wrapper .spai-left-\[55\%\]{left:55%}.landing-content-wrapper .spai-right-0{right:0}.landing-content-wrapper .spai-right-1{right:4px}.landing-content-wrapper .spai-right-2{right:8px}.landing-content-wrapper .spai-right-4{right:16px}.landing-content-wrapper .spai-right-\[10px\]{right:10px}.landing-content-wrapper .spai-right-\[15\%\]{right:15%}.landing-content-wrapper .spai-right-\[2\%\]{right:2%}.landing-content-wrapper .spai-top-0{top:0}.landing-content-wrapper .spai-top-1{top:4px}.landing-content-wrapper .spai-top-1\/2{top:50%}.landing-content-wrapper .spai-top-2{top:8px}.landing-content-wrapper .spai-top-8{top:32px}.landing-content-wrapper .spai-top-\[100\%\]{top:100%}.landing-content-wrapper .spai-top-\[10px\]{top:10px}.landing-content-wrapper .spai-top-\[35\%\]{top:35%}.landing-content-wrapper .spai-top-\[40\%\]{top:40%}.landing-content-wrapper .spai-top-\[6\%\]{top:6%}.landing-content-wrapper .spai-top-\[9px\]{top:9px}.landing-content-wrapper .spai-z-10{z-index:10}.landing-content-wrapper .spai-z-50{z-index:50}.landing-content-wrapper .spai-z-\[-10\]{z-index:-10}.landing-content-wrapper .spai-z-\[9998\]{z-index:9998}.landing-content-wrapper .spai-z-\[9999\]{z-index:9999}.landing-content-wrapper .spai-mx-3{margin-left:12px;margin-right:12px}.landing-content-wrapper .spai-mx-4{margin-left:16px;margin-right:16px}.landing-content-wrapper .spai-mx-\[6px\]{margin-left:6px;margin-right:6px}.landing-content-wrapper .spai-mx-auto{margin-left:auto;margin-right:auto}.landing-content-wrapper .spai-my-4{margin-bottom:16px;margin-top:16px}.landing-content-wrapper .\!spai-mb-3{margin-bottom:12px!important}.landing-content-wrapper .\!spai-mb-4{margin-bottom:16px!important}.landing-content-wrapper .\!spai-mb-6{margin-bottom:24px!important}.landing-content-wrapper .spai-mb-0{margin-bottom:0}.landing-content-wrapper .spai-mb-1{margin-bottom:4px}.landing-content-wrapper .spai-mb-1\.5{margin-bottom:6px}.landing-content-wrapper .spai-mb-2{margin-bottom:8px}.landing-content-wrapper .spai-mb-2\.5{margin-bottom:10px}.landing-content-wrapper .spai-mb-3{margin-bottom:12px}.landing-content-wrapper .spai-mb-4{margin-bottom:16px}.landing-content-wrapper .spai-mb-5{margin-bottom:20px}.landing-content-wrapper .spai-mb-6{margin-bottom:24px}.landing-content-wrapper .spai-mb-\[2px\]{margin-bottom:2px}.landing-content-wrapper .spai-mb-\[40px\]{margin-bottom:40px}.landing-content-wrapper .spai-ml-1{margin-left:4px}.landing-content-wrapper .spai-ml-1\.5{margin-left:6px}.landing-content-wrapper .spai-ml-10{margin-left:40px}.landing-content-wrapper .spai-ml-2{margin-left:8px}.landing-content-wrapper .spai-ml-3{margin-left:12px}.landing-content-wrapper .spai-ml-4{margin-left:16px}.landing-content-wrapper .spai-ml-5{margin-left:20px}.landing-content-wrapper .spai-ml-\[2\%\]{margin-left:2%}.landing-content-wrapper .spai-ml-\[2px\]{margin-left:2px}.landing-content-wrapper .spai-ml-\[3\%\]{margin-left:3%}.landing-content-wrapper .spai-ml-\[5px\]{margin-left:5px}.landing-content-wrapper .spai-ml-auto{margin-left:auto}.landing-content-wrapper .spai-mr-0\.5{margin-right:2px}.landing-content-wrapper .spai-mr-1{margin-right:4px}.landing-content-wrapper .spai-mr-1\.5{margin-right:6px}.landing-content-wrapper .spai-mr-2{margin-right:8px}.landing-content-wrapper .spai-mr-3{margin-right:12px}.landing-content-wrapper .spai-mr-4{margin-right:16px}.landing-content-wrapper .spai-mr-\[5px\]{margin-right:5px}.landing-content-wrapper .spai-mr-auto{margin-right:auto}.landing-content-wrapper .spai-mt-0\.5{margin-top:2px}.landing-content-wrapper .spai-mt-1{margin-top:4px}.landing-content-wrapper .spai-mt-1\.5{margin-top:6px}.landing-content-wrapper .spai-mt-2{margin-top:8px}.landing-content-wrapper .spai-mt-3{margin-top:12px}.landing-content-wrapper .spai-mt-4{margin-top:16px}.landing-content-wrapper .spai-mt-8{margin-top:32px}.landing-content-wrapper .spai-mt-\[0\.125rem\]{margin-top:2px}.landing-content-wrapper .spai-mt-\[10px\]{margin-top:10px}.landing-content-wrapper .spai-block{display:block}.landing-content-wrapper .spai-inline-block{display:inline-block}.landing-content-wrapper .spai-flex{display:flex}.landing-content-wrapper .spai-inline-flex{display:inline-flex}.landing-content-wrapper .\!spai-grid{display:grid!important}.landing-content-wrapper .spai-grid{display:grid}.landing-content-wrapper .\!spai-hidden{display:none!important}.landing-content-wrapper .spai-hidden{display:none}.landing-content-wrapper .spai-h-10{height:40px}.landing-content-wrapper .spai-h-20{height:80px}.landing-content-wrapper .spai-h-4{height:16px}.landing-content-wrapper .spai-h-5{height:20px}.landing-content-wrapper .spai-h-6{height:24px}.landing-content-wrapper .spai-h-7{height:28px}.landing-content-wrapper .spai-h-8{height:32px}.landing-content-wrapper .spai-h-\[1\.8rem\]{height:28.8px}.landing-content-wrapper .spai-h-\[10px\]{height:10px}.landing-content-wrapper .spai-h-\[12px\]{height:12px}.landing-content-wrapper .spai-h-\[16px\]{height:16px}.landing-content-wrapper .spai-h-\[18px\]{height:18px}.landing-content-wrapper .spai-h-\[19px\]{height:19px}.landing-content-wrapper .spai-h-\[1px\]{height:1px}.landing-content-wrapper .spai-h-\[2\.5rem\]{height:40px}.landing-content-wrapper .spai-h-\[250px\]{height:250px}.landing-content-wrapper .spai-h-\[25px\]{height:25px}.landing-content-wrapper .spai-h-\[26px\]{height:26px}.landing-content-wrapper .spai-h-\[2px\]{height:2px}.landing-content-wrapper .spai-h-\[30px\]{height:30px}.landing-content-wrapper .spai-h-\[34px\]{height:34px}.landing-content-wrapper .spai-h-\[35px\]{height:35px}.landing-content-wrapper .spai-h-\[40px\]{height:40px}.landing-content-wrapper .spai-h-\[53px\]{height:53px}.landing-content-wrapper .spai-h-\[59px\]{height:59px}.landing-content-wrapper .spai-h-\[8px\]{height:8px}.landing-content-wrapper .spai-h-auto{height:auto}.landing-content-wrapper .spai-h-full{height:100%}.landing-content-wrapper .spai-max-h-\[75\%\]{max-height:75%}.landing-content-wrapper .spai-max-h-full{max-height:100%}.landing-content-wrapper .spai-min-h-0{min-height:0}.landing-content-wrapper .spai-min-h-5{min-height:20px}.landing-content-wrapper .spai-w-1\/6{width:16.666667%}.landing-content-wrapper .spai-w-10{width:40px}.landing-content-wrapper .spai-w-16{width:64px}.landing-content-wrapper .spai-w-4{width:16px}.landing-content-wrapper .spai-w-5{width:20px}.landing-content-wrapper .spai-w-6{width:24px}.landing-content-wrapper .spai-w-7{width:28px}.landing-content-wrapper .spai-w-8{width:32px}.landing-content-wrapper .spai-w-9{width:36px}.landing-content-wrapper .spai-w-\[1\.8rem\]{width:28.8px}.landing-content-wrapper .spai-w-\[100px\]{width:100px}.landing-content-wrapper .spai-w-\[10px\]{width:10px}.landing-content-wrapper .spai-w-\[12px\]{width:12px}.landing-content-wrapper .spai-w-\[14px\]{width:14px}.landing-content-wrapper .spai-w-\[16px\]{width:16px}.landing-content-wrapper .spai-w-\[18px\]{width:18px}.landing-content-wrapper .spai-w-\[2\.5rem\]{width:40px}.landing-content-wrapper .spai-w-\[25px\]{width:25px}.landing-content-wrapper .spai-w-\[30px\]{width:30px}.landing-content-wrapper .spai-w-\[35px\]{width:35px}.landing-content-wrapper .spai-w-\[40px\]{width:40px}.landing-content-wrapper .spai-w-\[60px\]{width:60px}.landing-content-wrapper .spai-w-\[8px\]{width:8px}.landing-content-wrapper .spai-w-\[90\%\]{width:90%}.landing-content-wrapper .spai-w-\[full\]{width:full}.landing-content-wrapper .spai-w-auto{width:auto}.landing-content-wrapper .spai-w-fit{width:-moz-fit-content;width:fit-content}.landing-content-wrapper .spai-w-full{width:100%}.landing-content-wrapper .spai-min-w-0{min-width:0}.landing-content-wrapper .spai-min-w-\[200px\]{min-width:200px}.landing-content-wrapper .spai-min-w-\[230px\]{min-width:230px}.landing-content-wrapper .spai-min-w-\[40px\]{min-width:40px}.landing-content-wrapper .spai-min-w-\[70px\]{min-width:70px}.landing-content-wrapper .spai-min-w-max{min-width:-moz-max-content;min-width:max-content}.landing-content-wrapper .spai-max-w-14{max-width:56px}.landing-content-wrapper .spai-max-w-\[100px\]{max-width:100px}.landing-content-wrapper .spai-max-w-\[200px\]{max-width:200px}.landing-content-wrapper .spai-max-w-\[50\%\]{max-width:50%}.landing-content-wrapper .spai-max-w-\[500px\]{max-width:500px}.landing-content-wrapper .spai-max-w-\[80\%\]{max-width:80%}.landing-content-wrapper .spai-max-w-full{max-width:100%}.landing-content-wrapper .spai-max-w-none{max-width:none}.landing-content-wrapper .spai-flex-1{flex:1 1 0%}.landing-content-wrapper .spai-flex-auto{flex:1 1 auto}.landing-content-wrapper .spai-flex-shrink-0,.landing-content-wrapper .spai-shrink-0{flex-shrink:0}.landing-content-wrapper .spai-grow{flex-grow:1}.landing-content-wrapper .spai-grow-0{flex-grow:0}.landing-content-wrapper .-spai-translate-x-\[50\%\]{--tw-translate-x:-50%}.landing-content-wrapper .-spai-translate-x-\[50\%\],.landing-content-wrapper .-spai-translate-y-1\/2{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 .-spai-translate-y-1\/2{--tw-translate-y:-50%}.landing-content-wrapper .spai-translate-x-\[-50\%\]{--tw-translate-x:-50%}.landing-content-wrapper .spai-translate-x-\[-50\%\],.landing-content-wrapper .spai-translate-x-full{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 .spai-translate-x-full{--tw-translate-x:100%}.landing-content-wrapper .spai-translate-y-\[-50\%\]{--tw-translate-y:-50%}.landing-content-wrapper .spai-translate-y-\[-50\%\],.landing-content-wrapper .spai-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 .spai-translate-y-\[50\%\]{--tw-translate-y:50%}.landing-content-wrapper .spai-translate-y-full{--tw-translate-y:100%}.landing-content-wrapper .spai-rotate-0,.landing-content-wrapper .spai-translate-y-full{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 .spai-rotate-0{--tw-rotate:0deg}.landing-content-wrapper .spai-rotate-\[-135deg\]{--tw-rotate:-135deg}.landing-content-wrapper .spai-rotate-\[-135deg\],.landing-content-wrapper .spai-rotate-\[-45deg\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.landing-content-wrapper .spai-rotate-\[-45deg\]{--tw-rotate:-45deg}.landing-content-wrapper .spai-rotate-\[-9deg\]{--tw-rotate:-9deg}.landing-content-wrapper .spai-rotate-\[-9deg\],.landing-content-wrapper .spai-rotate-\[45deg\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.landing-content-wrapper .spai-rotate-\[45deg\]{--tw-rotate:45deg}.landing-content-wrapper .spai-rotate-\[5deg\]{--tw-rotate:5deg;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 spai-pulse{50%{opacity:.5}}.landing-content-wrapper .spai-animate-pulse{animation:spai-pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spai-spin{to{transform:rotate(1turn)}}.landing-content-wrapper .spai-animate-spin{animation:spai-spin 1s linear infinite}.landing-content-wrapper .spai-cursor-auto{cursor:auto}.landing-content-wrapper .spai-cursor-pointer{cursor:pointer}.landing-content-wrapper .spai-cursor-zoom-in{cursor:zoom-in}.landing-content-wrapper .spai-select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.landing-content-wrapper .spai-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-content-wrapper .spai-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.landing-content-wrapper .spai-grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.landing-content-wrapper .spai-flex-row{flex-direction:row}.landing-content-wrapper .spai-flex-col{flex-direction:column}.landing-content-wrapper .spai-flex-wrap{flex-wrap:wrap}.landing-content-wrapper .spai-flex-nowrap{flex-wrap:nowrap}.landing-content-wrapper .spai-items-start{align-items:flex-start}.landing-content-wrapper .spai-items-end{align-items:flex-end}.landing-content-wrapper .spai-items-center{align-items:center}.landing-content-wrapper .spai-items-stretch{align-items:stretch}.landing-content-wrapper .spai-justify-normal{justify-content:normal}.landing-content-wrapper .spai-justify-start{justify-content:flex-start}.landing-content-wrapper .spai-justify-end{justify-content:flex-end}.landing-content-wrapper .spai-justify-center{justify-content:center}.landing-content-wrapper .spai-justify-between{justify-content:space-between}.landing-content-wrapper .spai-gap-0{gap:0}.landing-content-wrapper .spai-gap-0\.5{gap:2px}.landing-content-wrapper .spai-gap-1{gap:4px}.landing-content-wrapper .spai-gap-2{gap:8px}.landing-content-wrapper .spai-gap-3{gap:12px}.landing-content-wrapper .spai-gap-4{gap:16px}.landing-content-wrapper .spai-gap-6{gap:24px}.landing-content-wrapper .spai-gap-\[2px\]{gap:2px}.landing-content-wrapper .spai-self-center{align-self:center}.landing-content-wrapper .spai-self-stretch{align-self:stretch}.landing-content-wrapper .spai-overflow-hidden{overflow:hidden}.landing-content-wrapper .spai-overflow-visible{overflow:visible}.landing-content-wrapper .spai-overflow-x-auto{overflow-x:auto}.landing-content-wrapper .spai-truncate{overflow:hidden;text-overflow:ellipsis}.landing-content-wrapper .spai-truncate,.landing-content-wrapper .spai-whitespace-nowrap{white-space:nowrap}.landing-content-wrapper .spai-break-words{overflow-wrap:break-word}.landing-content-wrapper .spai-rounded{border-radius:4px}.landing-content-wrapper .spai-rounded-\[1\.8rem\]{border-radius:28.8px}.landing-content-wrapper .spai-rounded-\[10px\]{border-radius:10px}.landing-content-wrapper .spai-rounded-\[12px\]{border-radius:12px}.landing-content-wrapper .spai-rounded-\[14px\]{border-radius:14px}.landing-content-wrapper .spai-rounded-\[15px\]{border-radius:15px}.landing-content-wrapper .spai-rounded-\[17px\]{border-radius:17px}.landing-content-wrapper .spai-rounded-\[19px\]{border-radius:19px}.landing-content-wrapper .spai-rounded-\[2\.5rem\]{border-radius:40px}.landing-content-wrapper .spai-rounded-\[3px\]{border-radius:3px}.landing-content-wrapper .spai-rounded-\[4px\]{border-radius:4px}.landing-content-wrapper .spai-rounded-\[50\%\]{border-radius:50%}.landing-content-wrapper .spai-rounded-\[5px\]{border-radius:5px}.landing-content-wrapper .spai-rounded-\[6px\]{border-radius:6px}.landing-content-wrapper .spai-rounded-\[8px\]{border-radius:8px}.landing-content-wrapper .spai-rounded-full{border-radius:9999px}.landing-content-wrapper .spai-rounded-md{border-radius:6px}.landing-content-wrapper .spai-rounded-none{border-radius:0}.landing-content-wrapper .spai-rounded-l{border-bottom-left-radius:4px;border-top-left-radius:4px}.landing-content-wrapper .spai-rounded-r{border-bottom-right-radius:4px;border-top-right-radius:4px}.landing-content-wrapper .spai-rounded-bl-\[7px\]{border-bottom-left-radius:7px}.landing-content-wrapper .spai-rounded-bl-lg{border-bottom-left-radius:8px}.landing-content-wrapper .spai-rounded-br-\[7px\]{border-bottom-right-radius:7px}.landing-content-wrapper .spai-rounded-br-lg{border-bottom-right-radius:8px}.landing-content-wrapper .spai-rounded-tl{border-top-left-radius:4px}.landing-content-wrapper .spai-rounded-tl-\[7px\]{border-top-left-radius:7px}.landing-content-wrapper .spai-rounded-tl-lg{border-top-left-radius:8px}.landing-content-wrapper .spai-rounded-tr{border-top-right-radius:4px}.landing-content-wrapper .spai-rounded-tr-\[7px\]{border-top-right-radius:7px}.landing-content-wrapper .spai-rounded-tr-lg{border-top-right-radius:8px}.landing-content-wrapper .spai-border{border-width:1px}.landing-content-wrapper .spai-border-2{border-width:2px}.landing-content-wrapper .spai-border-\[0\.5px\]{border-width:.5px}.landing-content-wrapper .spai-border-\[1px\]{border-width:1px}.landing-content-wrapper .spai-border-\[2px\]{border-width:2px}.landing-content-wrapper .spai-border-y{border-top-width:1px}.landing-content-wrapper .spai-border-b,.landing-content-wrapper .spai-border-b-\[1px\],.landing-content-wrapper .spai-border-y{border-bottom-width:1px}.landing-content-wrapper .spai-border-l-0{border-left-width:0}.landing-content-wrapper .spai-border-r{border-right-width:1px}.landing-content-wrapper .spai-border-r-0{border-right-width:0}.landing-content-wrapper .spai-border-r-2{border-right-width:2px}.landing-content-wrapper .spai-border-t{border-top-width:1px}.landing-content-wrapper .spai-border-t-2{border-top-width:2px}.landing-content-wrapper .spai-border-solid{border-style:solid}.landing-content-wrapper .spai-border-none{border-style:none}.landing-content-wrapper .spai-border-\[\#000\]{--tw-border-opacity:1;border-color:rgb(0 0 0/var(--tw-border-opacity,1))}.landing-content-wrapper .spai-border-\[\#0081A1\]{--tw-border-opacity:1;border-color:rgb(0 129 161/var(--tw-border-opacity,1))}.landing-content-wrapper .spai-border-\[\#C30101\]{--tw-border-opacity:1;border-color:rgb(195 1 1/var(--tw-border-opacity,1))}.landing-content-wrapper .spai-border-\[\#E0E0E0\]{--tw-border-opacity:1;border-color:rgb(224 224 224/var(--tw-border-opacity,1))}.landing-content-wrapper .spai-border-\[\#EEEEEE\]{--tw-border-opacity:1;border-color:rgb(238 238 238/var(--tw-border-opacity,1))}.landing-content-wrapper .spai-border-black{--tw-border-opacity:1;border-color:rgb(0 0 0/var(--tw-border-opacity,1))}.landing-content-wrapper .spai-border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity,1))}.landing-content-wrapper .spai-border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.landing-content-wrapper .spai-border-transparent{border-color:transparent}.landing-content-wrapper .spai-border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.landing-content-wrapper .spai-border-r-black{--tw-border-opacity:1;border-right-color:rgb(0 0 0/var(--tw-border-opacity,1))}.landing-content-wrapper .spai-border-t-black{--tw-border-opacity:1;border-top-color:rgb(0 0 0/var(--tw-border-opacity,1))}.landing-content-wrapper .spai-border-opacity-50{--tw-border-opacity:0.5}.landing-content-wrapper .spai-bg-\[\#000000\]{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.landing-content-wrapper .spai-bg-\[\#0081A1\]{--tw-bg-opacity:1;background-color:rgb(0 129 161/var(--tw-bg-opacity,1))}.landing-content-wrapper .spai-bg-\[\#111827\]{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity,1))}.landing-content-wrapper .spai-bg-\[\#BDBDBD\]{--tw-bg-opacity:1;background-color:rgb(189 189 189/var(--tw-bg-opacity,1))}.landing-content-wrapper .spai-bg-\[\#D1D5DB\]{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity,1))}.landing-content-wrapper .spai-bg-\[\#E5E7EB\]{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.landing-content-wrapper .spai-bg-\[\#EEEEEE\]{--tw-bg-opacity:1;background-color:rgb(238 238 238/var(--tw-bg-opacity,1))}.landing-content-wrapper .spai-bg-\[\#F5F5F5\]{--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity,1))}.landing-content-wrapper .spai-bg-\[\#FAF5EF\]{--tw-bg-opacity:1;background-color:rgb(250 245 239/var(--tw-bg-opacity,1))}.landing-content-wrapper .spai-bg-\[\#FAFEFF\]{--tw-bg-opacity:1;background-color:rgb(250 254 255/var(--tw-bg-opacity,1))}.landing-content-wrapper .spai-bg-\[\#FCECEC\]{--tw-bg-opacity:1;background-color:rgb(252 236 236/var(--tw-bg-opacity,1))}.landing-content-wrapper .spai-bg-\[\#FFE7E7\]{--tw-bg-opacity:1;background-color:rgb(255 231 231/var(--tw-bg-opacity,1))}.landing-content-wrapper .spai-bg-\[\#FFF8F8\]{--tw-bg-opacity:1;background-color:rgb(255 248 248/var(--tw-bg-opacity,1))}.landing-content-wrapper .spai-bg-\[\#fcf7e6\]{--tw-bg-opacity:1;background-color:rgb(252 247 230/var(--tw-bg-opacity,1))}.landing-content-wrapper .spai-bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.landing-content-wrapper .spai-bg-black\/50{background-color:rgba(0,0,0,.5)}.landing-content-wrapper .spai-bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.landing-content-wrapper .spai-bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.landing-content-wrapper .spai-bg-spangle-blue-light{--tw-bg-opacity:1;background-color:rgb(226 236 255/var(--tw-bg-opacity,1))}.landing-content-wrapper .spai-bg-transparent{background-color:transparent}.landing-content-wrapper .spai-bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.landing-content-wrapper .spai-bg-white\/80{background-color:hsla(0,0%,100%,.8)}.landing-content-wrapper .spai-bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.landing-content-wrapper .spai-bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.landing-content-wrapper .spai-from-\[\#B539E6\]{--tw-gradient-from:#b539e6 var(--tw-gradient-from-position);--tw-gradient-to:rgba(181,57,230,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.landing-content-wrapper .spai-from-\[rgba\(192\,205\,223\,1\)\]{--tw-gradient-from:#c0cddf 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)}.landing-content-wrapper .spai-to-\[\#3100FF\]{--tw-gradient-to:#3100ff var(--tw-gradient-to-position)}.landing-content-wrapper .spai-to-white{--tw-gradient-to:#fff var(--tw-gradient-to-position)}.landing-content-wrapper .spai-object-contain{-o-object-fit:contain;object-fit:contain}.landing-content-wrapper .spai-object-cover{-o-object-fit:cover;object-fit:cover}.landing-content-wrapper .spai-p-2{padding:8px}.landing-content-wrapper .spai-p-4{padding:16px}.landing-content-wrapper .spai-p-\[1px\]{padding:1px}.landing-content-wrapper .spai-px-0{padding-left:0;padding-right:0}.landing-content-wrapper .spai-px-2{padding-left:8px;padding-right:8px}.landing-content-wrapper .spai-px-2\.5{padding-left:10px;padding-right:10px}.landing-content-wrapper .spai-px-3{padding-left:12px;padding-right:12px}.landing-content-wrapper .spai-px-4{padding-left:16px;padding-right:16px}.landing-content-wrapper .spai-px-7{padding-left:28px;padding-right:28px}.landing-content-wrapper .spai-px-\[12px\]{padding-left:12px;padding-right:12px}.landing-content-wrapper .spai-px-\[1px\]{padding-left:1px;padding-right:1px}.landing-content-wrapper .spai-px-\[2px\]{padding-left:2px;padding-right:2px}.landing-content-wrapper .spai-px-\[5\%\]{padding-left:5%;padding-right:5%}.landing-content-wrapper .spai-py-0\.5{padding-bottom:2px;padding-top:2px}.landing-content-wrapper .spai-py-1{padding-bottom:4px;padding-top:4px}.landing-content-wrapper .spai-py-1\.5{padding-bottom:6px;padding-top:6px}.landing-content-wrapper .spai-py-2{padding-bottom:8px;padding-top:8px}.landing-content-wrapper .spai-py-2\.5{padding-bottom:10px;padding-top:10px}.landing-content-wrapper .spai-py-3{padding-bottom:12px;padding-top:12px}.landing-content-wrapper .spai-py-4{padding-bottom:16px;padding-top:16px}.landing-content-wrapper .spai-py-5{padding-bottom:20px;padding-top:20px}.landing-content-wrapper .spai-py-\[10\%\]{padding-bottom:10%;padding-top:10%}.landing-content-wrapper .spai-py-\[10px\]{padding-bottom:10px;padding-top:10px}.landing-content-wrapper .spai-py-\[1px\]{padding-bottom:1px;padding-top:1px}.landing-content-wrapper .spai-py-\[5px\]{padding-bottom:5px;padding-top:5px}.landing-content-wrapper .spai-py-\[6px\]{padding-bottom:6px;padding-top:6px}.landing-content-wrapper .spai-py-\[8px\]{padding-top:8px}.landing-content-wrapper .spai-pb-2,.landing-content-wrapper .spai-py-\[8px\]{padding-bottom:8px}.landing-content-wrapper .spai-pb-3{padding-bottom:12px}.landing-content-wrapper .spai-pb-4{padding-bottom:16px}.landing-content-wrapper .spai-pb-\[1px\]{padding-bottom:1px}.landing-content-wrapper .spai-pl-4{padding-left:16px}.landing-content-wrapper .spai-pr-2{padding-right:8px}.landing-content-wrapper .spai-pr-4{padding-right:16px}.landing-content-wrapper .spai-pt-3{padding-top:12px}.landing-content-wrapper .spai-pt-7{padding-top:28px}.landing-content-wrapper .spai-pt-\[1px\]{padding-top:1px}.landing-content-wrapper .spai-text-left{text-align:left}.landing-content-wrapper .spai-text-center{text-align:center}.landing-content-wrapper .spai-text-right{text-align:right}.landing-content-wrapper .spai-text-2xl{font-size:24px;line-height:32px}.landing-content-wrapper .spai-text-\[10px\]{font-size:10px}.landing-content-wrapper .spai-text-\[12px\]{font-size:12px}.landing-content-wrapper .spai-text-\[14px\]{font-size:14px}.landing-content-wrapper .spai-text-\[20px\]{font-size:20px}.landing-content-wrapper .spai-text-\[24px\]{font-size:24px}.landing-content-wrapper .spai-text-base{font-size:16px;line-height:24px}.landing-content-wrapper .spai-text-sm{font-size:14px;line-height:20px}.landing-content-wrapper .spai-text-xl{font-size:20px;line-height:28px}.landing-content-wrapper .spai-text-xl\/\[120\%\]{font-size:20px;line-height:120%}.landing-content-wrapper .spai-text-xs{font-size:12px;line-height:16px}.landing-content-wrapper .spai-font-\[600\]{font-weight:600}.landing-content-wrapper .spai-font-bold{font-weight:700}.landing-content-wrapper .spai-font-medium{font-weight:500}.landing-content-wrapper .spai-font-normal{font-weight:400}.landing-content-wrapper .spai-font-semibold{font-weight:600}.landing-content-wrapper .spai-uppercase{text-transform:uppercase}.landing-content-wrapper .spai-capitalize{text-transform:capitalize}.landing-content-wrapper .spai-leading-3{line-height:12px}.landing-content-wrapper .spai-leading-6{line-height:24px}.landing-content-wrapper .spai-leading-7{line-height:28px}.landing-content-wrapper .spai-leading-\[100\%\]{line-height:100%}.landing-content-wrapper .spai-leading-\[18px\]{line-height:18px}.landing-content-wrapper .spai-leading-\[24px\]{line-height:24px}.landing-content-wrapper .spai-leading-none{line-height:1}.landing-content-wrapper .spai-tracking-\[0\.5px\]{letter-spacing:.5px}.landing-content-wrapper .spai-tracking-wider{letter-spacing:.05em}.landing-content-wrapper .spai-text-\[\#000\]{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.landing-content-wrapper .spai-text-\[\#0081A1\]{--tw-text-opacity:1;color:rgb(0 129 161/var(--tw-text-opacity,1))}.landing-content-wrapper .spai-text-\[\#3E3B39\]{--tw-text-opacity:1;color:rgb(62 59 57/var(--tw-text-opacity,1))}.landing-content-wrapper .spai-text-\[\#424242\]{--tw-text-opacity:1;color:rgb(66 66 66/var(--tw-text-opacity,1))}.landing-content-wrapper .spai-text-\[\#616161\]{--tw-text-opacity:1;color:rgb(97 97 97/var(--tw-text-opacity,1))}.landing-content-wrapper .spai-text-\[\#626262\]{--tw-text-opacity:1;color:rgb(98 98 98/var(--tw-text-opacity,1))}.landing-content-wrapper .spai-text-\[\#B20000\]{--tw-text-opacity:1;color:rgb(178 0 0/var(--tw-text-opacity,1))}.landing-content-wrapper .spai-text-\[\#C30101\]{--tw-text-opacity:1;color:rgb(195 1 1/var(--tw-text-opacity,1))}.landing-content-wrapper .spai-text-\[\#C90000\]{--tw-text-opacity:1;color:rgb(201 0 0/var(--tw-text-opacity,1))}.landing-content-wrapper .spai-text-\[\#CA0000\]{--tw-text-opacity:1;color:rgb(202 0 0/var(--tw-text-opacity,1))}.landing-content-wrapper .spai-text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.landing-content-wrapper .spai-text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.landing-content-wrapper .spai-text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.landing-content-wrapper .spai-text-red-500{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.landing-content-wrapper .spai-text-spangle-black-main{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.landing-content-wrapper .spai-text-spangle-black-star{--tw-text-opacity:1;color:rgb(62 59 57/var(--tw-text-opacity,1))}.landing-content-wrapper .spai-text-spangle-gray-main{--tw-text-opacity:1;color:rgb(118 118 118/var(--tw-text-opacity,1))}.landing-content-wrapper .spai-text-spangle-red-current-price{--tw-text-opacity:1;color:rgb(202 0 0/var(--tw-text-opacity,1))}.landing-content-wrapper .spai-text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.landing-content-wrapper .spai-underline{text-decoration-line:underline}.landing-content-wrapper .spai-line-through{text-decoration-line:line-through}.landing-content-wrapper .spai-no-underline{text-decoration-line:none}.landing-content-wrapper .spai-opacity-0{opacity:0}.landing-content-wrapper .spai-opacity-100{opacity:1}.landing-content-wrapper .spai-opacity-50{opacity:.5}.landing-content-wrapper .spai-opacity-70{opacity:.7}.landing-content-wrapper .spai-opacity-80{opacity:.8}.landing-content-wrapper .spai-opacity-85{opacity:.85}.landing-content-wrapper .spai-opacity-90{opacity:.9}.landing-content-wrapper .spai-opacity-\[35\]{opacity:1}.landing-content-wrapper .spai-shadow-\[0_0_0_2px_white\]{--tw-shadow:0 0 0 2px #fff;--tw-shadow-colored:0 0 0 2px var(--tw-shadow-color)}.landing-content-wrapper .spai-shadow-\[0_0_0_2px_white\],.landing-content-wrapper .spai-shadow-\[0_2px_8px_rgba\(99\,99\,99\,0\.2\)\]{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.landing-content-wrapper .spai-shadow-\[0_2px_8px_rgba\(99\,99\,99\,0\.2\)\]{--tw-shadow:0 2px 8px rgba(99,99,99,.2);--tw-shadow-colored:0 2px 8px var(--tw-shadow-color)}.landing-content-wrapper .spai-shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.landing-content-wrapper .spai-shadow-md,.landing-content-wrapper .spai-shadow-xl{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.landing-content-wrapper .spai-shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color)}.landing-content-wrapper .spai-shadow-black{--tw-shadow-color:#000;--tw-shadow:var(--tw-shadow-colored)}.landing-content-wrapper .spai-outline-none{outline:2px solid transparent;outline-offset:2px}.landing-content-wrapper .\!spai-transition-opacity{transition-duration:.15s!important;transition-property:opacity!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.landing-content-wrapper .spai-transition-\[left\]{transition-duration:.15s;transition-property:left;transition-timing-function:cubic-bezier(.4,0,.2,1)}.landing-content-wrapper .spai-transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.landing-content-wrapper .spai-transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.landing-content-wrapper .spai-transition-opacity{transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.landing-content-wrapper .spai-transition-transform{transition-duration:.15s;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.landing-content-wrapper .\!spai-duration-500{transition-duration:.5s!important}.landing-content-wrapper .spai-duration-150{transition-duration:.15s}.landing-content-wrapper .spai-duration-200{transition-duration:.2s}.landing-content-wrapper .spai-duration-300{transition-duration:.3s}.landing-content-wrapper .\!spai-ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)!important}.landing-content-wrapper .spai-ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.landing-content-wrapper .spai-content-\[\'\'\]{--tw-content:"";content:var(--tw-content)}.landing-content-wrapper .\[-ms-overflow-style\:none\]{-ms-overflow-style:none}.landing-content-wrapper .\[scrollbar-width\:none\]{scrollbar-width:none}@media (prefers-color-scheme:dark){.landing-content-wrapper html{color-scheme:dark}}.landing-content-wrapper a:focus-visible,.landing-content-wrapper button:focus-visible,.landing-content-wrapper input: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;scrollbar-width:none}@media (hover:hover) and (pointer:fine){.landing-content-wrapper .hover\:spai-border-gray-400:hover{--tw-border-opacity:1;border-color:rgb(156 163 175/var(--tw-border-opacity,1))}.landing-content-wrapper .hover\:spai-bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.landing-content-wrapper .hover\:spai-text-gray-700:hover{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.landing-content-wrapper .hover\:spai-underline:hover{text-decoration-line:underline}.landing-content-wrapper .hover\:spai-opacity-70:hover{opacity:.7}.landing-content-wrapper .hover\:spai-opacity-80:hover{opacity:.8}}.landing-content-wrapper .focus\:spai-outline-none:focus{outline:2px solid transparent;outline-offset:2px}.landing-content-wrapper .focus\:spai-ring-0:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(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 .active\:spai-opacity-50:active{opacity:.5}.landing-content-wrapper .active\:spai-opacity-60:active{opacity:.6}@media not all and (min-width:1024px){.landing-content-wrapper .max-lg\:spai-hidden{display:none}}@media not all and (min-width:768px){.landing-content-wrapper .max-md\:spai-mb-1{margin-bottom:4px}.landing-content-wrapper .max-md\:spai-mt-2{margin-top:8px}.landing-content-wrapper .max-md\:spai-hidden{display:none}.landing-content-wrapper .max-md\:spai-h-\[30px\]{height:30px}.landing-content-wrapper .max-md\:spai-h-\[50px\]{height:50px}.landing-content-wrapper .max-md\:spai-w-\[30px\]{width:30px}.landing-content-wrapper .max-md\:spai-w-full{width:100%}.landing-content-wrapper .max-md\:spai-max-w-\[260px\]{max-width:260px}.landing-content-wrapper .max-md\:spai-p-0{padding:0}.landing-content-wrapper .max-md\:spai-px-4{padding-left:16px;padding-right:16px}.landing-content-wrapper .max-md\:spai-text-\[12px\]{font-size:12px}.landing-content-wrapper .max-md\:spai-text-xs{font-size:12px;line-height:16px}}@media (min-width:768px){.landing-content-wrapper .md\:spai-bottom-9{bottom:36px}.landing-content-wrapper .md\:spai-left-4{left:16px}.landing-content-wrapper .md\:spai-left-\[31px\]{left:31px}.landing-content-wrapper .md\:spai-left-\[50\%\]{left:50%}.landing-content-wrapper .md\:spai-top-\[14px\]{top:14px}.landing-content-wrapper .md\:spai-top-\[17px\]{top:17px}.landing-content-wrapper .md\:spai-mx-auto{margin-left:auto;margin-right:auto}.landing-content-wrapper .md\:spai-mb-1{margin-bottom:4px}.landing-content-wrapper .md\:spai-mb-2{margin-bottom:8px}.landing-content-wrapper .md\:spai-mt-1,.landing-content-wrapper .md\:spai-mt-\[0\.25rem\]{margin-top:4px}.landing-content-wrapper .md\:spai-block{display:block}.landing-content-wrapper .md\:spai-flex{display:flex}.landing-content-wrapper .md\:spai-grid{display:grid}.landing-content-wrapper .md\:spai-hidden{display:none}.landing-content-wrapper .md\:spai-h-\[38px\]{height:38px}.landing-content-wrapper .md\:spai-max-h-\[272px\]{max-height:272px}.landing-content-wrapper .md\:spai-max-h-\[600px\]{max-height:600px}.landing-content-wrapper .md\:spai-w-10\/12{width:83.333333%}.landing-content-wrapper .md\:spai-w-\[36px\]{width:36px}.landing-content-wrapper .md\:spai-w-\[68px\]{width:68px}.landing-content-wrapper .md\:spai-w-\[80\%\]{width:80%}.landing-content-wrapper .md\:spai-max-w-\[150px\]{max-width:150px}.landing-content-wrapper .md\:spai-max-w-\[272px\]{max-width:272px}.landing-content-wrapper .md\:spai-max-w-\[280px\]{max-width:280px}.landing-content-wrapper .md\:spai-max-w-\[360px\]{max-width:360px}.landing-content-wrapper .md\:spai-max-w-\[45\%\]{max-width:45%}.landing-content-wrapper .md\:spai-max-w-screen-xl{max-width:1280px}.landing-content-wrapper .md\:spai-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\:spai-grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.landing-content-wrapper .md\:spai-justify-center{justify-content:center}.landing-content-wrapper .md\:spai-gap-x-2{-moz-column-gap:8px;column-gap:8px}.landing-content-wrapper .md\:spai-rounded-lg{border-radius:8px}.landing-content-wrapper .md\:spai-border-none{border-style:none}.landing-content-wrapper .md\:spai-p-4{padding:16px}.landing-content-wrapper .md\:spai-px-4{padding-left:16px;padding-right:16px}.landing-content-wrapper .md\:spai-px-\[8\%\]{padding-left:8%;padding-right:8%}.landing-content-wrapper .md\:spai-py-6{padding-bottom:24px;padding-top:24px}.landing-content-wrapper .md\:spai-pb-0{padding-bottom:0}.landing-content-wrapper .md\:spai-pb-8{padding-bottom:32px}.landing-content-wrapper .md\:spai-pr-4{padding-right:16px}.landing-content-wrapper .md\:spai-pt-0{padding-top:0}.landing-content-wrapper .md\:spai-text-\[32px\]{font-size:32px}.landing-content-wrapper .md\:spai-text-base{font-size:16px;line-height:24px}.landing-content-wrapper .md\:spai-text-lg{font-size:18px;line-height:28px}.landing-content-wrapper .md\:spai-text-sm{font-size:14px;line-height:20px}.landing-content-wrapper .md\:spai-text-xs{font-size:12px;line-height:16px}.landing-content-wrapper .md\:spai-shadow-\[0px_2px_8px_rgba\(0\2c 0\2c 0\2c 0\.1\)\]{--tw-shadow:0px 2px 8px rgba(0,0,0,.1);--tw-shadow-colored:0px 2px 8px var(--tw-shadow-color)}.landing-content-wrapper .md\:spai-shadow-\[0px_2px_8px_rgba\(0\2c 0\2c 0\2c 0\.1\)\],.landing-content-wrapper .md\:spai-shadow-xl{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.landing-content-wrapper .md\:spai-shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color)}}@media (min-width:1024px){.landing-content-wrapper .lg\:spai-absolute{position:absolute}.landing-content-wrapper .lg\:spai-bottom-0{bottom:0}.landing-content-wrapper .lg\:spai-left-0{left:0}.landing-content-wrapper .lg\:spai-right-0{right:0}.landing-content-wrapper .lg\:spai-mb-0{margin-bottom:0}.landing-content-wrapper .lg\:spai-ml-4{margin-left:16px}.landing-content-wrapper .lg\:spai-mt-0{margin-top:0}.landing-content-wrapper .lg\:spai-flex{display:flex}.landing-content-wrapper .lg\:spai-hidden{display:none}.landing-content-wrapper .lg\:spai-h-full{height:100%}.landing-content-wrapper .lg\:spai-w-\[230px\]{width:230px}.landing-content-wrapper .lg\:spai-w-\[25\%\]{width:25%}.landing-content-wrapper .lg\:spai-max-w-\[35\%\]{max-width:35%}.landing-content-wrapper .lg\:spai-flex-row{flex-direction:row}.landing-content-wrapper .lg\:spai-flex-col{flex-direction:column}.landing-content-wrapper .lg\:spai-flex-wrap{flex-wrap:wrap}.landing-content-wrapper .lg\:spai-items-center{align-items:center}.landing-content-wrapper .lg\:spai-justify-center{justify-content:center}.landing-content-wrapper .lg\:spai-justify-between{justify-content:space-between}.landing-content-wrapper .lg\:spai-gap-0{gap:0}.landing-content-wrapper .lg\:spai-text-nowrap{text-wrap:nowrap}.landing-content-wrapper .lg\:spai-bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.landing-content-wrapper .lg\:spai-px-4{padding-left:16px;padding-right:16px}.landing-content-wrapper .lg\:spai-py-2{padding-bottom:8px;padding-top:8px}.landing-content-wrapper .lg\:spai-pl-\[2\%\]{padding-left:2%}.landing-content-wrapper .lg\:spai-text-base{font-size:16px;line-height:24px}.landing-content-wrapper .lg\:spai-text-sm{font-size:14px;line-height:20px}.landing-content-wrapper .lg\:spai-transition-opacity{transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.landing-content-wrapper .lg\:spai-duration-300{transition-duration:.3s}}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;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")}:root{--swiper-theme-color:#007aff}.landing-content-wrapper :host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.landing-content-wrapper .swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.landing-content-wrapper .swiper-vertical>.swiper-wrapper{flex-direction:column}.landing-content-wrapper .swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.landing-content-wrapper .swiper-android .swiper-slide,.landing-content-wrapper .swiper-ios .swiper-slide,.landing-content-wrapper .swiper-wrapper{transform:translateZ(0)}.landing-content-wrapper .swiper-horizontal{touch-action:pan-y}.landing-content-wrapper .swiper-vertical{touch-action:pan-x}.landing-content-wrapper .swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.landing-content-wrapper .swiper-slide-invisible-blank{visibility:hidden}.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{backface-visibility:hidden;transform:translateZ(0)}.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-cube-shadow,.landing-content-wrapper .swiper-3d .swiper-slide{transform-style:preserve-3d}.landing-content-wrapper .swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.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{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.landing-content-wrapper .swiper-3d .swiper-slide-shadow,.landing-content-wrapper .swiper-3d .swiper-slide-shadow-bottom,.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{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.landing-content-wrapper .swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.landing-content-wrapper .swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.landing-content-wrapper .swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.landing-content-wrapper .swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.landing-content-wrapper .swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.landing-content-wrapper .swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid transparent;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.landing-content-wrapper .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.landing-content-wrapper .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.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)}to{transform:rotate(1turn)}}.landing-content-wrapper .swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;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}.landing-content-wrapper .swiper-horizontal>.swiper-pagination-bullets,.landing-content-wrapper .swiper-pagination-bullets.swiper-pagination-horizontal,.landing-content-wrapper .swiper-pagination-custom,.landing-content-wrapper .swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);left:0;top:var(--swiper-pagination-top,auto);width:100%}.landing-content-wrapper .swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.landing-content-wrapper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.landing-content-wrapper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.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(.66)}.landing-content-wrapper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.landing-content-wrapper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.landing-content-wrapper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.landing-content-wrapper .swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}.landing-content-wrapper button.swiper-pagination-bullet{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.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{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.landing-content-wrapper .swiper-pagination-vertical.swiper-pagination-bullets,.landing-content-wrapper .swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left,auto);right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0)}.landing-content-wrapper .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.landing-content-wrapper .swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.landing-content-wrapper .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.landing-content-wrapper .swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.landing-content-wrapper .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.landing-content-wrapper .swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.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:transform .2s,left .2s}.landing-content-wrapper .swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.landing-content-wrapper .swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.landing-content-wrapper .swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(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));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.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-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.landing-content-wrapper .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.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,.landing-content-wrapper .swiper-pagination-progressbar.swiper-pagination-vertical,.landing-content-wrapper .swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:var(--swiper-pagination-progressbar-size,4px)}.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,.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 .swiper-button-next.swiper-button-disabled,.landing-content-wrapper .spangle-ui-carousel .swiper .swiper-button-prev.swiper-button-disabled{opacity:0;pointer-events:none;visibility:hidden}.landing-content-wrapper .spangle-ui-carousel .swiper-button-next,.landing-content-wrapper .spangle-ui-carousel .swiper-button-prev{background-color:hsla(0,0%,100%,.8);border-radius:50%;height:40px;width:40px;--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1));transition-duration:.3s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}@media not all and (min-width:768px){.landing-content-wrapper .spangle-ui-carousel .swiper-button-next,.landing-content-wrapper .spangle-ui-carousel .swiper-button-prev{height:30px;width:30px}}.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-color:hsla(0,0%,100%,.95)}.landing-content-wrapper .spangle-ui-carousel .swiper-button-next:after,.landing-content-wrapper .spangle-ui-carousel .swiper-button-prev:after{font-size:14px}@media not all and (min-width:768px){.landing-content-wrapper .spangle-ui-carousel .swiper-button-next:after,.landing-content-wrapper .spangle-ui-carousel .swiper-button-prev:after{font-size:12px}}.landing-content-wrapper .spangle-ui-carousel .swiper-button-disabled{cursor:auto;opacity:1;pointer-events:none}.landing-content-wrapper .spangle-ui-carousel .swiper-pagination-bullet{--tw-bg-opacity:1;background-color:rgb(189 189 189/var(--tw-bg-opacity,1));opacity:1}.landing-content-wrapper .spangle-ui-carousel .swiper .swiper-pagination-bullet-active{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1));--tw-shadow:0 0 0 2px #fff;--tw-shadow-colored:0 0 0 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)}@media (max-width:767px){.landing-content-wrapper .mobile-optimize-swiper .swiper-slide{width:-moz-fit-content!important;width:fit-content!important}.landing-content-wrapper .mobile-optimize-swiper.swiper{margin-left:0!important;padding-left:0!important}}:root{--swiper-navigation-size:44px}.landing-content-wrapper .swiper-button-next,.landing-content-wrapper .swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.landing-content-wrapper .swiper-button-next.swiper-button-disabled,.landing-content-wrapper .swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.landing-content-wrapper .swiper-button-next.swiper-button-hidden,.landing-content-wrapper .swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.landing-content-wrapper .swiper-navigation-disabled .swiper-button-next,.landing-content-wrapper .swiper-navigation-disabled .swiper-button-prev{display:none!important}.landing-content-wrapper .swiper-button-next svg,.landing-content-wrapper .swiper-button-prev svg{height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center;width:100%}.landing-content-wrapper .swiper-rtl .swiper-button-next svg,.landing-content-wrapper .swiper-rtl .swiper-button-prev 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-lock{display:none}.landing-content-wrapper .swiper-button-next:after,.landing-content-wrapper .swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.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{left:auto;right:var(--swiper-navigation-sides-offset,10px)}.landing-content-wrapper .swiper-button-next:after,.landing-content-wrapper .swiper-rtl .swiper-button-prev:after{content:"next"}.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{align-items:center;display:flex;justify-content:center}.landing-content-wrapper .img-zoom-swiper-button-next,.landing-content-wrapper .img-zoom-swiper-button-prev{align-items:center;border-radius:50%;cursor:pointer;display:flex;height:32px;justify-content:center;position:absolute;top:50%;width:32px;z-index:10;--tw-translate-y:-50%;background-color:hsla(0,0%,100%,.8);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 .img-zoom-swiper-button-prev{left:10px}.landing-content-wrapper .img-zoom-swiper-button-next{right:10px}.landing-content-wrapper .img-zoom-swiper-button-next:after,.landing-content-wrapper .img-zoom-swiper-button-prev:after{height:10px;width:10px;--tw-content:"";border-bottom-style:solid;border-left-style:solid;border-top:2px solid rgb(0 0 0/var(--tw-border-opacity,1));content:var(--tw-content);--tw-border-opacity:1;border-right:2px solid rgb(0 0 0/var(--tw-border-opacity,1))}.landing-content-wrapper .img-zoom-swiper-button-prev:after{margin-left:5px;--tw-rotate:-135deg}.landing-content-wrapper .img-zoom-swiper-button-next:after,.landing-content-wrapper .img-zoom-swiper-button-prev:after{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 .img-zoom-swiper-button-next:after{margin-right:5px;--tw-rotate:45deg}.landing-content-wrapper .spangle-swiper-hide{display:none!important}.landing-content-wrapper .social-proof-swipper .swiper-slide{opacity:0!important;transition-duration:.5s!important;transition-property:opacity!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-timing-function:cubic-bezier(0,0,.2,1)!important}.landing-content-wrapper .social-proof-swipper .swiper-slide-active{opacity:1!important;transition-delay:.5s!important;transition-duration:.5s!important;transition-property:opacity!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-timing-function:cubic-bezier(.4,0,1,1)!important}.landing-content-wrapper .social-proof-swipper .swiper-fade .swiper-slide{transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.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}}.spangle-ant-tree-select-dropdown .ant-select-tree .ant-select-tree-title{cursor:pointer;display:inline-block;width:100%;--tw-text-opacity:1;color:rgb(97 97 97/var(--tw-text-opacity,1))}.landing-content-wrapper .spangle-subscribe-selector{font-size:14px;line-height:20px}.landing-content-wrapper .spangle-subscribe-selector .radio-selector-wrapper{align-items:center;display:flex;justify-content:space-between}.landing-content-wrapper .spangle-subscribe-selector .radio-selector-subscribe-wrapper{align-items:center;cursor:pointer;display:flex;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{border-radius:6px;height:12px;width:12px}.landing-content-wrapper .spangle-subscribe-selector .radio-selector-subscribe-wrapper .oneskin-radio-content{border-radius:4px;height:8px;width:8px}.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 a.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-product-card .product-card-social-proof.show-quick-view-icon{border-style:solid;border-width:.5px;margin-bottom:8px;--tw-border-opacity:1;border-color:rgb(224 224 224/var(--tw-border-opacity,1));padding-bottom:4px;padding-top:4px}.landing-content-wrapper .spangle-ui-product-card .product-card-social-proof.show-quick-view-icon .spangle-ui-product-social-message{align-items:center;display:flex;justify-content:center}.landing-content-wrapper .spangle-ui-product-card .product-card-social-proof.show-quick-view-icon .spangle-ui-product-social-message .social-text{margin-left:6px;width:auto}.landing-content-wrapper .spangle-ui-color-selector .images-wrapper{display:grid;gap:8px;grid-template-columns:repeat(6,minmax(0,1fr));margin-top:8px}.landing-content-wrapper .main-grid-layout{display:grid!important}@media (min-width:768px){.landing-content-wrapper .main-grid-layout{-moz-column-gap:8px;column-gap:8px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));row-gap:24px}}.landing-content-wrapper .remove-pseudo-elements:after,.landing-content-wrapper .remove-pseudo-elements:before{--tw-content:none;content:var(--tw-content)}.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:focus,.landing-content-wrapper .spangle-ui-fixed-product-card button.ant-btn.add-to-cart-btn:hover{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.spangle-bottom-modal-bottom{--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-duration:.5s;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}@media not all and (min-width:768px){.landing-content-wrapper .spangle-bottom-modal.spangle-bottom-modal-bottom{left:0}}@media (min-width:768px){.landing-content-wrapper .spangle-bottom-modal.spangle-bottom-modal-bottom{left: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 .spangle-bottom-modal-bottom.open-bottom{--tw-translate-y:0px}.landing-content-wrapper .spangle-bottom-modal-bottom.open-bottom,.landing-content-wrapper .spangle-bottom-modal.spangle-bottom-modal-right{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.spangle-bottom-modal-right{--tw-translate-x:100%;height:100%;max-height:100%;right:0;transition-duration:.5s;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.landing-content-wrapper .spangle-bottom-modal-right.open-right{--tw-translate-x:0px}.landing-content-wrapper .spangle-bottom-modal-right.open-right,.landing-content-wrapper .spangle-bottom-modal.spangle-bottom-modal-center{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.spangle-bottom-modal-center{--tw-translate-y:100%;transition-duration:.5s;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}@media not all and (min-width:768px){.landing-content-wrapper .spangle-bottom-modal.spangle-bottom-modal-center{left:0}}@media (min-width:768px){.landing-content-wrapper .spangle-bottom-modal.spangle-bottom-modal-center{left: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 .spangle-bottom-modal-center.open-center{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:#c0cddf 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:rgba(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{max-width:100%;padding-bottom:4px;width:auto}.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{max-width:100%;width:auto}.landing-content-wrapper .spangle-img-zoom-modal .react-transform-wrapper{height:100%;width:100%}
.landing-content-wrapper .\!container {
    width: 100% !important;
}
.landing-content-wrapper .container {
    width: 100%;
}
@media (min-width: 640px) {
    .landing-content-wrapper .\!container {
        max-width: 640px !important;
    }
    .landing-content-wrapper .container {
        max-width: 640px;
    }
}
@media (min-width: 768px) {
    .landing-content-wrapper .\!container {
        max-width: 768px !important;
    }
    .landing-content-wrapper .container {
        max-width: 768px;
    }
}
@media (min-width: 1024px) {
    .landing-content-wrapper .\!container {
        max-width: 1024px !important;
    }
    .landing-content-wrapper .container {
        max-width: 1024px;
    }
}
@media (min-width: 1280px) {
    .landing-content-wrapper .\!container {
        max-width: 1280px !important;
    }
    .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 {
    min-width: 180px;
}

  .landing-content-wrapper .spangle-img-carousel
    .social-proof-swipper
    .social-proof-swipper-item-wrapper
    .spangle-ui-product-social-message
    .social-message-icon-wrapper {}

  .landing-content-wrapper .spangle-img-carousel
    .social-proof-swipper
    .social-proof-swipper-item-wrapper
    .spangle-ui-product-social-message
    .social-message-icon {
    bottom: 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 {}

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

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

  .landing-content-wrapper .spangle-img-carousel .social-proof-swipper .swiper-slide-active {}

  .landing-content-wrapper .spangle-img-carousel.spangle-img-carousel-optimize .swiper-button-prev {
    left: 14px;
}

  .landing-content-wrapper .spangle-img-carousel.spangle-img-carousel-optimize .swiper-button-next {
    right: 14px;
}

  .landing-content-wrapper .spangle-img-carousel .swiper-button-prev,
  .landing-content-wrapper .spangle-img-carousel .swiper-button-next {
    background-image: none;
}

.landing-content-wrapper .\!container {
    width: 100% !important;
}
.landing-content-wrapper .container {
    width: 100%;
}
@media (min-width: 640px) {
    .landing-content-wrapper .\!container {
        max-width: 640px !important;
    }
    .landing-content-wrapper .container {
        max-width: 640px;
    }
}
@media (min-width: 768px) {
    .landing-content-wrapper .\!container {
        max-width: 768px !important;
    }
    .landing-content-wrapper .container {
        max-width: 768px;
    }
}
@media (min-width: 1024px) {
    .landing-content-wrapper .\!container {
        max-width: 1024px !important;
    }
    .landing-content-wrapper .container {
        max-width: 1024px;
    }
}
@media (min-width: 1280px) {
    .landing-content-wrapper .\!container {
        max-width: 1280px !important;
    }
    .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: Roboto, arial, sans-serif;
}

  .landing-content-wrapper .landing-main-wrapper .spangle-product-detail-wrapper {}

  .landing-content-wrapper .landing-main-wrapper .spangle-ui-fixed-product-card {}

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

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

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

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

  @media (min-width: 1024px) {
    .landing-content-wrapper .landing-new-desktop-ui-wrapper
    .sky-product-card
    .spangle-ui-main-product-card
    .spangle-ui-main-product-card-wrapper
    .spangle-style-the-look
    .landing-style-look-default-wrapper {
        max-width: 100%;
    }
}

  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-ui-main-product-card-wrapper .main-card-selector-wrapper {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

  .landing-content-wrapper .sky-product-card
    .spangle-ui-main-product-card
    .spangle-ui-main-product-card-wrapper
    .spangle-ui-main-product-card-img {
    max-width: 140px;
}

  @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: 227px;
        max-width: unset;
        width: auto;
    }
}

  .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: Poppins, arial, sans-serif;
}

  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-ui-color-size-selector .spangle-selected-color {
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    font-family: Roboto;
}

  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-ui-color-size-selector .spangle-color-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    font-family: Roboto;
}

  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-ui-color-size-selector .spangle-size-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    font-family: Roboto;
}

  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-ui-color-size-selector .spangle-selected-size {
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    font-family: Roboto;
}

  @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.dynamic-template .spangle-ui-carousel {
    z-index: 0;
}

  .landing-content-wrapper .landing-main-wrapper .spangle-ui-fixed-product-card button.add-to-cart-btn,
  .landing-content-wrapper .landing-main-wrapper .spangle-ui-fixed-product-card button.add-to-cart-btn:active,
  .landing-content-wrapper .landing-main-wrapper .spangle-ui-fixed-product-card button.add-to-cart-btn:hover,
  .landing-content-wrapper .landing-main-wrapper .spangle-ui-fixed-product-card button.add-to-cart-btn:focus,
  .landing-content-wrapper .landing-main-wrapper .spangle-bottom-modal button.add-to-cart-btn,
  .landing-content-wrapper .landing-main-wrapper .spangle-bottom-modal button.add-to-cart-btn:active,
  .landing-content-wrapper .landing-main-wrapper .spangle-bottom-modal button.add-to-cart-btn:hover,
  .landing-content-wrapper .landing-main-wrapper .spangle-bottom-modal button.add-to-cart-btn:focus,
  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card button.view-product-btn,
  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card button.view-product-btn:active,
  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card button.view-product-btn:hover,
  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card button.view-product-btn:focus,
  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card button.add-to-cart-btn,
  .landing-content-wrapper .sky-product-card .spangle-product-list-featured button,
  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card button.add-to-cart-btn:active,
  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card button.add-to-cart-btn:hover,
  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card button.add-to-cart-btn:focus,
  .landing-content-wrapper .sky-product-card .spangle-product-list-featured button.add-to-cart-btn:active,
  .landing-content-wrapper .sky-product-card .spangle-product-list-featured button.add-to-cart-btn:hover,
  .landing-content-wrapper .sky-product-card .spangle-product-list-featured button.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));
    line-height: 20px;
    padding: 20px 0;
    border-radius: 2px;
    background-color: #0081A1;
    color: white;
    font-size: 14px;
    font-weight: 400;
}

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

  @media (min-width: 768px) {
    .landing-content-wrapper .landing-main-wrapper .spangle-ui-fixed-product-card div button.add-to-cart-btn,
  .landing-content-wrapper .landing-main-wrapper .spangle-ui-fixed-product-card div button.add-to-cart-btn:active,
  .landing-content-wrapper .landing-main-wrapper .spangle-ui-fixed-product-card div button.add-to-cart-btn:hover,
  .landing-content-wrapper .landing-main-wrapper .spangle-ui-fixed-product-card div button.add-to-cart-btn:focus {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

  .landing-content-wrapper .landing-main-wrapper .spangle-bottom-modal .add-to-cart-btn {}

  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card button.add-to-cart-btn div span,
  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card button.add-to-cart-btn:active div span,
  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card button.add-to-cart-btn:hover div span,
  .landing-content-wrapper .sky-product-card .spangle-product-list-featured button.add-to-cart-btn:focus div span {
    padding: 20px 0 !important;
    border-radius: 2px !important;
    background-color: #0081A1 !important;
    color: white !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

  @media (max-width: 768px) {
    .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card button.add-to-cart-btn div span,
  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card button.add-to-cart-btn:active div span,
  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card button.add-to-cart-btn:hover div span,
  .landing-content-wrapper .sky-product-card .spangle-product-list-featured button.add-to-cart-btn:focus div span {
        color: white !important;
        font-size: 14px !important;
        font-weight: 400 !important;
    }
}

  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card button.add-to-cart-btn.out-of-stock,
  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card button.view-product-btn.out-of-stock,
  .landing-content-wrapper .landing-main-wrapper .spangle-ui-fixed-product-card button.add-to-cart-btn.out-of-stock,
  .landing-content-wrapper .sky-product-card .spangle-product-list-featured button.add-to-cart-btn.out-of-stock,
  .landing-content-wrapper .landing-main-wrapper .spangle-bottom-modal button.add-to-cart-btn.out-of-stock {
    opacity: 0.4;
}

  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card button.view-product-btn {
    background-color: #0081A1;
    border-radius: 2px;
}

  .landing-content-wrapper .sky-product-card .spangle-product-list-featured button.add-to-cart-btn,
  .landing-content-wrapper .landing-main-wrapper .spangle-bottom-modal button.add-to-cart-btn {
    border-radius: 0px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: white;
}

  .landing-content-wrapper .landing-main-wrapper
    .spangle-bottom-modal
    .product-detail-common-part
    .product-detail-common-part-color-size-selector
    .spangle-ui-selector-inline-options
    .spangle-ui-size-wrapper {}

  .landing-content-wrapper .landing-main-wrapper
    .spangle-bottom-modal
    .product-detail-common-part
    .product-detail-common-part-img-carousel
    .spangle-image-carousel {}

  .landing-content-wrapper .landing-main-wrapper .spangle-ui-main-product-card button.add-to-cart-btn {
    background-color: #0081A1;
    border-radius: 2px;
}

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

  @media (min-width: 768px) {
    .landing-content-wrapper .landing-main-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;
    line-height: 120%;
    margin-bottom: 4px;
    font-family: IvyMode;
}

  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .brand-name {
    font-family: IvyMode;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
}

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

  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .brand-name.view-detail-btn {
    font-size: 0.75rem;
    line-height: 16px;
    font-family: IvyMode;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
}

  @media (min-width: 768px) {
    .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .brand-name.view-detail-btn {
        font-size: 12px;
        font-weight: 500;
        line-height: 120%;
    }
}

  .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 {
    line-height: 20px;
    font-size: 16px;
    line-height: 120%;
    font-weight: 700;
}

  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-ui-price-info .text-spangle-red-current-price {
    color: #8a0000;
}

  /*.sky-product-card .spangle-ui-main-product-card .spangle-ui-product-star .ant-rate {*/
  /*  @apply !text-spangle-xs;*/
  /*}*/
  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-ui-promotion-text {
    font-family: Poppins, 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-wrapper
    .new-dynamic-mobile-price-wrapper
    .spangle-final-sale-wrapper {}

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

  .landing-content-wrapper .sky-product-card
    .spangle-ui-main-product-card
    .spangle-ui-main-product-card-wrapper
    .spangle-ui-color-size-selector
    .spangle-selected-color {}

  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-product-brand-wrapper {}

  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-ui-price-info {}

  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-see-full-detail-wrapper {
    font-family: Roboto;
}

  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-see-full-detail-wrapper .brand-name {
    font-family: Roboto;
}

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

  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-color-size-selector-wrapper {}

  .landing-content-wrapper .sky-product-card
    .spangle-ui-main-product-card
    .spangle-color-size-selector-wrapper
    .spangle-product-color-size-inline
    .spangle-ui-size-selector
    .spangle-ui-selector-inline-options
    .spangle-ui-size-wrapper {}

  .landing-content-wrapper .sky-product-card
    .spangle-ui-main-product-card
    .main-card-operation-wrapper
    .main-card-selector-wrapper
    .spangle-product-color-size-inline
    .spangle-ui-color-selector
    .spangle-ui-color-selector-title,
  .landing-content-wrapper .sky-product-card
    .spangle-ui-main-product-card
    .spangle-color-size-selector-wrapper
    .spangle-product-color-size-inline
    .spangle-ui-color-selector
    .spangle-ui-color-selector-title {}

  .landing-content-wrapper .sky-product-card
    .spangle-ui-main-product-card
    .main-card-operation-wrapper
    .main-card-selector-wrapper
    .spangle-product-color-size-inline
    .spangle-ui-color-selector
    .spangle-ui-color-selector-value,
  .landing-content-wrapper .sky-product-card
    .spangle-ui-main-product-card
    .spangle-color-size-selector-wrapper
    .spangle-product-color-size-inline
    .spangle-ui-color-selector
    .spangle-ui-color-selector-value {}

  .landing-content-wrapper .sky-product-card
    .spangle-ui-main-product-card
    .main-card-operation-wrapper
    .main-card-selector-wrapper
    .spangle-product-color-size-inline
    .spangle-ui-size-selector
    .spangle-ui-size-selector-title,
  .landing-content-wrapper .sky-product-card
    .spangle-ui-main-product-card
    .spangle-color-size-selector-wrapper
    .spangle-product-color-size-inline
    .spangle-ui-size-selector
    .spangle-ui-size-selector-title {}

  .landing-content-wrapper .sky-product-card
    .spangle-ui-main-product-card
    .main-card-operation-wrapper
    .main-card-selector-wrapper
    .spangle-product-color-size-inline
    .spangle-ui-size-selector
    .spangle-ui-size-selector-value,
  .landing-content-wrapper .sky-product-card
    .spangle-ui-main-product-card
    .spangle-color-size-selector-wrapper
    .spangle-product-color-size-inline
    .spangle-ui-size-selector
    .spangle-ui-size-selector-value {}

  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-promotion-message-wrapper {}
  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .product-card-promotion-extra-text {}

  .landing-content-wrapper .spangle-ui-fixed-product-card .product-name {
    font-family: Roboto, arial, sans-serif;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    text-decoration-line: unset;
}

  .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: Roboto, arial, sans-serif;
    line-height: 16px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    text-decoration-line: unset;
}

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

  /*.spangle-product-list-featured .spangle-ui-product-card .spangle-ui-product-star .ant-rate {*/
  /*  @apply !text-spangle-xs md: !text-spangle-base;*/
  /*}*/
  .landing-content-wrapper .sky-product-card .spangle-product-list-featured .spangle-ui-product-card .product-color-wrapper {
    font-size: 12px;
    font-family: FuturaDemi, 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: Futura, 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: Poppins, arial, sans-serif;
    letter-spacing: 0.5px;
}

  .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: Poppins, arial, sans-serif;
}

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

  .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 {
    bottom: 2px;
}

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

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

  .landing-content-wrapper .spangle-review-details-wrapper .spangle-bottom-modal-title-wrapper {
    --tw-shadow: 0px 0px 13.3px 0px rgba(0,0,0,0.1);
    --tw-shadow-colored: 0px 0px 13.3px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-ui-price-info .price-discount,
  .landing-content-wrapper .spangle-ui-fixed-product-card .spangle-ui-price-info .price-discount {}

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

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

  @media (min-width: 1024px) {
    .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-show-style-the-look button.view-product-btn {
        height: auto;
        max-width: 100%;
        padding-top: 17px;
        padding-bottom: 17px;
    }
}

  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card button.ant-btn.view-product-btn.add-to-cart-btn__buy-now {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

  @media (min-width: 1024px) {
    .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card button.ant-btn.view-product-btn.add-to-cart-btn__buy-now {
        line-height: 24px;
    }
}

  .landing-content-wrapper .sky-product-card
    .spangle-ui-main-product-card
    button:not([disabled]).ant-btn.view-product-btn.add-to-cart-btn__buy-now:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

  /* 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: Roboto, arial, sans-serif;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    text-decoration-line: unset;
}

  .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,
  .landing-content-wrapper .sky-product-card .spangle-product-list-featured .spangle-ui-product-card .spangle-ui-price-info .price-discount {
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
}

  .landing-content-wrapper .sky-product-card .spangle-product-list-featured .spangle-ui-product-card .spangle-ui-price-info .price-discount {
    font-weight: 700;
    line-height: 120%;
    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: 12px;
    }
}

  @media not all and (min-width: 768px) {
    .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .main-product-out-of-stock-text {}
}

  /* use for revolve end*/

.landing-content-wrapper .\!container {
    width: 100% !important;
}
.landing-content-wrapper .container {
    width: 100%;
}
@media (min-width: 640px) {
    .landing-content-wrapper .\!container {
        max-width: 640px !important;
    }
    .landing-content-wrapper .container {
        max-width: 640px;
    }
}
@media (min-width: 768px) {
    .landing-content-wrapper .\!container {
        max-width: 768px !important;
    }
    .landing-content-wrapper .container {
        max-width: 768px;
    }
}
@media (min-width: 1024px) {
    .landing-content-wrapper .\!container {
        max-width: 1024px !important;
    }
    .landing-content-wrapper .container {
        max-width: 1024px;
    }
}
@media (min-width: 1280px) {
    .landing-content-wrapper .\!container {
        max-width: 1280px !important;
    }
    .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% !important;
}
.landing-content-wrapper .container {
    width: 100%;
}
@media (min-width: 640px) {
    .landing-content-wrapper .\!container {
        max-width: 640px !important;
    }
    .landing-content-wrapper .container {
        max-width: 640px;
    }
}
@media (min-width: 768px) {
    .landing-content-wrapper .\!container {
        max-width: 768px !important;
    }
    .landing-content-wrapper .container {
        max-width: 768px;
    }
}
@media (min-width: 1024px) {
    .landing-content-wrapper .\!container {
        max-width: 1024px !important;
    }
    .landing-content-wrapper .container {
        max-width: 1024px;
    }
}
@media (min-width: 1280px) {
    .landing-content-wrapper .\!container {
        max-width: 1280px !important;
    }
    .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-review-details .spangle-ui-product-star {
    margin-bottom: 4px;
}

.landing-content-wrapper .spangle-style-the-look .spangle-collapsible {

    max-height: 0px;

    overflow: hidden;

    transition-property: all;

    transition-duration: 500ms;

    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}

.landing-content-wrapper .spangle-style-the-look .spangle-collapsible.spangle-expanded {

    max-height: 1500px
}

.landing-content-wrapper .spangle-style-the-look-modal .spangle-style-the-look-modal-products-price-info.spangle-ui-price-info .price-current,
.landing-content-wrapper .spangle-style-the-look-modal .spangle-style-the-look-modal-products-price-info.spangle-ui-price-info .price-original,
.landing-content-wrapper .spangle-style-the-look-modal .spangle-style-the-look-modal-products-price-info.spangle-ui-price-info .price-discount {
    font-size: 12px;
    line-height: 16px
}

.landing-content-wrapper .\!container {
    width: 100% !important;
}
.landing-content-wrapper .container {
    width: 100%;
}
@media (min-width: 640px) {
    .landing-content-wrapper .\!container {
        max-width: 640px !important;
    }
    .landing-content-wrapper .container {
        max-width: 640px;
    }
}
@media (min-width: 768px) {
    .landing-content-wrapper .\!container {
        max-width: 768px !important;
    }
    .landing-content-wrapper .container {
        max-width: 768px;
    }
}
@media (min-width: 1024px) {
    .landing-content-wrapper .\!container {
        max-width: 1024px !important;
    }
    .landing-content-wrapper .container {
        max-width: 1024px;
    }
}
@media (min-width: 1280px) {
    .landing-content-wrapper .\!container {
        max-width: 1280px !important;
    }
    .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: Futura, 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;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
}

  .landing-content-wrapper .product-detail-common-part .product-detail-modal-price-info-component .price-original {
    font-size: 12px;
}

  .landing-content-wrapper .product-detail-common-part .product-detail-modal-price-info-component .price-discount {
    font-size: 12px;
}

  @media (max-width: 768px) {
    .landing-content-wrapper .product-detail-common-part .product-detail-modal-price-info-component .price-discount {
        font-size: 12px;
    }
}

  .landing-content-wrapper .product-detail-common-part .product-name {
    font-family: Roboto, arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 4px;
    font-family: IvyMode;
}

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

  .landing-content-wrapper .product-detail-common-part .product-detail-common-part-add-btn .add-to-cart-btn {
    padding: 20px 0;
    border-radius: 2px;
    background-color: #0081A1;
    color: white;
    font-size: 14px;
    font-weight: 400;
}

  @media (max-width: 768px) {
    .landing-content-wrapper .product-detail-common-part .product-detail-common-part-add-btn .add-to-cart-btn {
        color: white;
        font-size: 14px;
        font-weight: 400;
    }
}

  .landing-content-wrapper .product-detail-common-part .product-detail-common-part-add-btn .add-to-cart-btn {
    background-color: #0081A1;
    border-radius: 2px;
}

.landing-content-wrapper .spangle-mini-product-add-to-cart .product-detail-common-part {

    padding: 0px
}

.landing-content-wrapper .spangle-mini-product-add-to-cart .product-detail-common-part .product-info-wrapper {

    padding: 0px
}

.landing-content-wrapper .spangle-mini-product-add-to-cart .product-detail-common-part .product-detail-common-part-color-size-selector {

    margin-top: 16px
}

.landing-content-wrapper .spangle-mini-product-add-to-cart .product-detail-common-part .product-info-wrapper .spangle-ui-price-info {

    margin-top: 0px;

    margin-bottom: 0px
}

.landing-content-wrapper .spangle-mini-product-add-to-cart
  .product-detail-common-part
  .product-info-wrapper
  .spangle-ui-price-info
  .price-current,
.landing-content-wrapper .spangle-mini-product-add-to-cart
  .product-detail-common-part
  .product-info-wrapper
  .spangle-ui-price-info
  .price-original,
.landing-content-wrapper .spangle-mini-product-add-to-cart
  .product-detail-common-part
  .product-info-wrapper
  .spangle-ui-price-info
  .price-discount {

    font-size: 14px;

    line-height: 20px
}

.landing-content-wrapper .spangle-mini-product-add-to-cart .product-detail-common-part .product-detail-common-part-add-btn {

    padding-left: 0px;

    padding-right: 0px
}

.landing-content-wrapper .spangle-mini-product-add-to-cart
  .product-detail-common-part
  .product-detail-common-part-color-size-selector
  .spangle-product-color-size-inline
  .spangle-ui-selector-inline-options {

    gap: 8px
}

.landing-content-wrapper .\!container {
    width: 100% !important;
}
.landing-content-wrapper .container {
    width: 100%;
}
@media (min-width: 640px) {
    .landing-content-wrapper .\!container {
        max-width: 640px !important;
    }
    .landing-content-wrapper .container {
        max-width: 640px;
    }
}
@media (min-width: 768px) {
    .landing-content-wrapper .\!container {
        max-width: 768px !important;
    }
    .landing-content-wrapper .container {
        max-width: 768px;
    }
}
@media (min-width: 1024px) {
    .landing-content-wrapper .\!container {
        max-width: 1024px !important;
    }
    .landing-content-wrapper .container {
        max-width: 1024px;
    }
}
@media (min-width: 1280px) {
    .landing-content-wrapper .\!container {
        max-width: 1280px !important;
    }
    .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-search-bar-top .search-bar-wrapper {
    border-radius: 0px;
    padding: 0;
    z-index: 10;
}
  .landing-content-wrapper .spangle-search-bar-top {
    padding: 0;
    z-index: 10;
}

  @media (min-width: 768px) {
    .landing-content-wrapper .spangle-new-discover-collection-ui .spangle-search-bar-top .search-bar-wrapper {
        height: 44px;
        width: 600px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 16px;
        padding-right: 16px;
    }
}

.landing-content-wrapper .recently-viewed-products-wrapper .recently-viewed-products .spangle-ui-product-card {

    margin-right: 16px;

    width: 40%;

    flex-shrink: 0
}

@media (min-width: 1024px) {

    .landing-content-wrapper .recently-viewed-products-wrapper .recently-viewed-products .spangle-ui-product-card {

        width: 17%
    }
}

.landing-content-wrapper .recently-viewed-products-wrapper .recently-viewed-products .spangle-ui-product-card:last-child {

    margin-right: 0px
}

.landing-content-wrapper .recently-viewed-products-wrapper .recently-viewed-products .spangle-ui-product-card .brand-name {

    font-size: 12px
}

@media not all and (min-width: 768px) {

    .landing-content-wrapper .recently-viewed-products-wrapper .recently-viewed-products .spangle-ui-product-card .brand-name {

        font-size: 12px;

        line-height: 16px
    }
}

.landing-content-wrapper .recently-viewed-products-wrapper .recently-viewed-products .spangle-ui-product-card:hover .product-name {

    font-family: Roboto;

    font-size: 14px;

    font-weight: 400;

    line-height: 120%;

    text-decoration-line: unset
}

.landing-content-wrapper .recently-viewed-products-wrapper .recently-viewed-products .spangle-ui-product-card .product-name {

    font-family: Roboto, arial, sans-serif;

    font-family: Roboto;

    font-size: 14px;

    font-weight: 400;

    line-height: 120%;

    text-decoration-line: unset
}

@media not all and (min-width: 768px) {

    .landing-content-wrapper .recently-viewed-products-wrapper .recently-viewed-products .spangle-ui-product-card .product-name {

        font-size: 12px;

        line-height: 16px
    }
}

.landing-content-wrapper .recently-viewed-products-wrapper
  .recently-viewed-products
  .spangle-ui-product-card
  .product-info-wrapper
  .product-name {

    font-family: Roboto, arial, sans-serif
}

.landing-content-wrapper .recently-viewed-products-wrapper .recently-viewed-products .spangle-ui-product-card .images-wrapper,
.landing-content-wrapper .recently-viewed-products-wrapper .recently-viewed-products .spangle-ui-product-card .spangle-ui-price-info,
.landing-content-wrapper .recently-viewed-products-wrapper .recently-viewed-products .spangle-ui-product-card .product-card-promotion-text {

    font-family: Poppins, arial, sans-serif
}

.landing-content-wrapper .recently-viewed-products-wrapper .recently-viewed-products .spangle-ui-product-card .product-card-price .price-current,
.landing-content-wrapper .recently-viewed-products-wrapper
  .recently-viewed-products
  .spangle-ui-product-card
  .product-card-price
  .price-original {

    font-size: 16px;

    font-weight: 700;

    line-height: 120%
}

.landing-content-wrapper .recently-viewed-products-wrapper
  .recently-viewed-products
  .spangle-ui-product-card
  .product-card-price
  .price-original {

    font-weight: 700;

    line-height: 120%;

    font-size: 12px
}

.landing-content-wrapper .recently-viewed-products-wrapper
  .recently-viewed-products
  .spangle-ui-product-card
  .product-card-price
  .price-discount {

    font-weight: 700;

    line-height: 120%;

    font-size: 12px
}

@media (max-width: 768px) {

    .landing-content-wrapper .recently-viewed-products-wrapper
  .recently-viewed-products
  .spangle-ui-product-card
  .product-card-price
  .price-discount {

        font-size: 12px
    }
}

.landing-content-wrapper .recently-viewed-products-wrapper .recently-viewed-products .spangle-ui-product-card .spangle-ui-price-info {

    font-family: Futura, arial, sans-serif
}

.landing-content-wrapper .recently-viewed-products-wrapper .recently-viewed-products .spangle-ui-product-card .product-color-wrapper {

    font-size: 12px;

    font-family: FuturaDemi, arial, sans-serif
}

.landing-content-wrapper .recently-viewed-products-wrapper .recently-viewed-products .spangle-ui-product-card .product-card-social-proof {

    background-color: #fff
}

.landing-content-wrapper .recently-viewed-products-wrapper
  .recently-viewed-products
  .spangle-ui-product-card
  .product-card-social-proof
  .spangle-ui-product-social-message
  .social-type {

    font-family: Poppins, arial, sans-serif;

    letter-spacing: 0.5px
}

.landing-content-wrapper .recently-viewed-products-wrapper
  .recently-viewed-products
  .spangle-ui-product-card
  .product-card-social-proof
  .spangle-ui-product-social-message
  .social-text {

    font-family: Poppins, arial, sans-serif
}

.landing-content-wrapper .recently-viewed-products-wrapper
  .recently-viewed-products
  .spangle-ui-product-card
  .product-card-social-proof
  .spangle-ui-product-social-message
  .social-message-icon-wrapper {}

.landing-content-wrapper .recently-viewed-products-wrapper
  .recently-viewed-products
  .spangle-ui-product-card
  .product-card-social-proof
  .spangle-ui-product-social-message
  .social-message-icon {

    bottom: 2px
}

