/*
! 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 *,.recommendation-widget-wrapper *,
.landing-content-wrapper ::before,.recommendation-widget-wrapper ::before,
.landing-content-wrapper ::after,.recommendation-widget-wrapper ::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

.landing-content-wrapper ::before,.recommendation-widget-wrapper ::before,
.landing-content-wrapper ::after,.recommendation-widget-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,.recommendation-widget-wrapper html,
.landing-content-wrapper :host,.recommendation-widget-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: Savoy; /* 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,.recommendation-widget-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,.recommendation-widget-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]),.recommendation-widget-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,.recommendation-widget-wrapper h1,
.landing-content-wrapper h2,.recommendation-widget-wrapper h2,
.landing-content-wrapper h3,.recommendation-widget-wrapper h3,
.landing-content-wrapper h4,.recommendation-widget-wrapper h4,
.landing-content-wrapper h5,.recommendation-widget-wrapper h5,
.landing-content-wrapper h6,.recommendation-widget-wrapper h6 {
  font-size: inherit;
  font-weight: inherit;
}

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

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

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

.landing-content-wrapper b,.recommendation-widget-wrapper b,
.landing-content-wrapper strong,.recommendation-widget-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,.recommendation-widget-wrapper code,
.landing-content-wrapper kbd,.recommendation-widget-wrapper kbd,
.landing-content-wrapper samp,.recommendation-widget-wrapper samp,
.landing-content-wrapper pre,.recommendation-widget-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,.recommendation-widget-wrapper small {
  font-size: 80%;
}

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

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

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

.landing-content-wrapper sup,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-wrapper button,
.landing-content-wrapper input,.recommendation-widget-wrapper input,
.landing-content-wrapper optgroup,.recommendation-widget-wrapper optgroup,
.landing-content-wrapper select,.recommendation-widget-wrapper select,
.landing-content-wrapper textarea,.recommendation-widget-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,.recommendation-widget-wrapper button,
.landing-content-wrapper select,.recommendation-widget-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,.recommendation-widget-wrapper button,
.landing-content-wrapper input:where([type='button']),.recommendation-widget-wrapper input:where([type='button']),
.landing-content-wrapper input:where([type='reset']),.recommendation-widget-wrapper input:where([type='reset']),
.landing-content-wrapper input:where([type='submit']),.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-wrapper :-moz-ui-invalid {
  box-shadow: none;
}

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

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

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

.landing-content-wrapper ::-webkit-inner-spin-button,.recommendation-widget-wrapper ::-webkit-inner-spin-button,
.landing-content-wrapper ::-webkit-outer-spin-button,.recommendation-widget-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'],.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-wrapper ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

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

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

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

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

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

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

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

/*
Prevent resizing textareas horizontally by default.
*/

.landing-content-wrapper textarea,.recommendation-widget-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, .recommendation-widget-wrapper input::-moz-placeholder, .landing-content-wrapper textarea::-moz-placeholder, .recommendation-widget-wrapper textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
.landing-content-wrapper :disabled,.recommendation-widget-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,.recommendation-widget-wrapper img,
.landing-content-wrapper svg,.recommendation-widget-wrapper svg,
.landing-content-wrapper video,.recommendation-widget-wrapper video,
.landing-content-wrapper canvas,.recommendation-widget-wrapper canvas,
.landing-content-wrapper audio,.recommendation-widget-wrapper audio,
.landing-content-wrapper iframe,.recommendation-widget-wrapper iframe,
.landing-content-wrapper embed,.recommendation-widget-wrapper embed,
.landing-content-wrapper object,.recommendation-widget-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,.recommendation-widget-wrapper img,
.landing-content-wrapper video,.recommendation-widget-wrapper video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
.landing-content-wrapper [hidden],.recommendation-widget-wrapper [hidden] {
  display: none;
}
  .landing-content-wrapper body,.recommendation-widget-wrapper body {
  width: 100%;
}

  .landing-content-wrapper svg,.recommendation-widget-wrapper svg {
    display: inline-block;
  }

  .landing-content-wrapper .grid:before,.recommendation-widget-wrapper .grid:before,
  .landing-content-wrapper .grid:after,.recommendation-widget-wrapper .grid:after {
    content: none !important;
  }

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

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

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

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

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

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

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

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

  .landing-content-wrapper .container,.recommendation-widget-wrapper .container {
    max-width: 1280px;
  }
}
.landing-content-wrapper .prose,.recommendation-widget-wrapper .prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.landing-content-wrapper .prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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,.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-wrapper .prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.landing-content-wrapper .sr-only,.recommendation-widget-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,.recommendation-widget-wrapper .pointer-events-none {
  pointer-events: none;
}
.landing-content-wrapper .invisible,.recommendation-widget-wrapper .invisible {
  visibility: hidden;
}
.landing-content-wrapper .static,.recommendation-widget-wrapper .static {
  position: static;
}
.landing-content-wrapper .fixed,.recommendation-widget-wrapper .fixed {
  position: fixed;
}
.landing-content-wrapper .absolute,.recommendation-widget-wrapper .absolute {
  position: absolute;
}
.landing-content-wrapper .relative,.recommendation-widget-wrapper .relative {
  position: relative;
}
.landing-content-wrapper .sticky,.recommendation-widget-wrapper .sticky {
  position: sticky;
}
.landing-content-wrapper .inset-0,.recommendation-widget-wrapper .inset-0 {
  inset: 0px;
}
.landing-content-wrapper .inset-x-0,.recommendation-widget-wrapper .inset-x-0 {
  left: 0px;
  right: 0px;
}
.landing-content-wrapper .inset-y-0,.recommendation-widget-wrapper .inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.landing-content-wrapper .bottom-0,.recommendation-widget-wrapper .bottom-0 {
  bottom: 0px;
}
.landing-content-wrapper .bottom-1,.recommendation-widget-wrapper .bottom-1 {
  bottom: 4px;
}
.landing-content-wrapper .bottom-\[50\%\],.recommendation-widget-wrapper .bottom-\[50\%\] {
  bottom: 50%;
}
.landing-content-wrapper .left-0,.recommendation-widget-wrapper .left-0 {
  left: 0px;
}
.landing-content-wrapper .left-0\.5,.recommendation-widget-wrapper .left-0\.5 {
  left: 2px;
}
.landing-content-wrapper .left-1,.recommendation-widget-wrapper .left-1 {
  left: 4px;
}
.landing-content-wrapper .left-2,.recommendation-widget-wrapper .left-2 {
  left: 8px;
}
.landing-content-wrapper .left-5,.recommendation-widget-wrapper .left-5 {
  left: 20px;
}
.landing-content-wrapper .left-\[50\%\],.recommendation-widget-wrapper .left-\[50\%\] {
  left: 50%;
}
.landing-content-wrapper .right-0,.recommendation-widget-wrapper .right-0 {
  right: 0px;
}
.landing-content-wrapper .right-2,.recommendation-widget-wrapper .right-2 {
  right: 8px;
}
.landing-content-wrapper .right-4,.recommendation-widget-wrapper .right-4 {
  right: 16px;
}
.landing-content-wrapper .right-6,.recommendation-widget-wrapper .right-6 {
  right: 24px;
}
.landing-content-wrapper .top-0,.recommendation-widget-wrapper .top-0 {
  top: 0px;
}
.landing-content-wrapper .top-1,.recommendation-widget-wrapper .top-1 {
  top: 4px;
}
.landing-content-wrapper .top-1\/2,.recommendation-widget-wrapper .top-1\/2 {
  top: 50%;
}
.landing-content-wrapper .top-2,.recommendation-widget-wrapper .top-2 {
  top: 8px;
}
.landing-content-wrapper .top-2\/4,.recommendation-widget-wrapper .top-2\/4 {
  top: 50%;
}
.landing-content-wrapper .top-4,.recommendation-widget-wrapper .top-4 {
  top: 16px;
}
.landing-content-wrapper .top-\[25\%\],.recommendation-widget-wrapper .top-\[25\%\] {
  top: 25%;
}
.landing-content-wrapper .top-\[50\%\],.recommendation-widget-wrapper .top-\[50\%\] {
  top: 50%;
}
.landing-content-wrapper .z-10,.recommendation-widget-wrapper .z-10 {
  z-index: 10;
}
.landing-content-wrapper .z-20,.recommendation-widget-wrapper .z-20 {
  z-index: 20;
}
.landing-content-wrapper .z-30,.recommendation-widget-wrapper .z-30 {
  z-index: 30;
}
.landing-content-wrapper .z-50,.recommendation-widget-wrapper .z-50 {
  z-index: 50;
}
.landing-content-wrapper .z-\[10001\],.recommendation-widget-wrapper .z-\[10001\] {
  z-index: 10001;
}
.landing-content-wrapper .z-\[1000\],.recommendation-widget-wrapper .z-\[1000\] {
  z-index: 1000;
}
.landing-content-wrapper .z-\[100\],.recommendation-widget-wrapper .z-\[100\] {
  z-index: 100;
}
.landing-content-wrapper .z-\[10\],.recommendation-widget-wrapper .z-\[10\] {
  z-index: 10;
}
.landing-content-wrapper .z-\[2000\],.recommendation-widget-wrapper .z-\[2000\] {
  z-index: 2000;
}
.landing-content-wrapper .z-\[2\],.recommendation-widget-wrapper .z-\[2\] {
  z-index: 2;
}
.landing-content-wrapper .z-\[99\],.recommendation-widget-wrapper .z-\[99\] {
  z-index: 99;
}
.landing-content-wrapper .order-last,.recommendation-widget-wrapper .order-last {
  order: 9999;
}
.landing-content-wrapper .\!m-0,.recommendation-widget-wrapper .\!m-0 {
  margin: 0px !important;
}
.landing-content-wrapper .-mx-1,.recommendation-widget-wrapper .-mx-1 {
  margin-left: -4px;
  margin-right: -4px;
}
.landing-content-wrapper .mx-2,.recommendation-widget-wrapper .mx-2 {
  margin-left: 8px;
  margin-right: 8px;
}
.landing-content-wrapper .mx-4,.recommendation-widget-wrapper .mx-4 {
  margin-left: 16px;
  margin-right: 16px;
}
.landing-content-wrapper .mx-\[4px\],.recommendation-widget-wrapper .mx-\[4px\] {
  margin-left: 4px;
  margin-right: 4px;
}
.landing-content-wrapper .mx-\[8px\],.recommendation-widget-wrapper .mx-\[8px\] {
  margin-left: 8px;
  margin-right: 8px;
}
.landing-content-wrapper .mx-auto,.recommendation-widget-wrapper .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.landing-content-wrapper .my-1,.recommendation-widget-wrapper .my-1 {
  margin-top: 4px;
  margin-bottom: 4px;
}
.landing-content-wrapper .my-2,.recommendation-widget-wrapper .my-2 {
  margin-top: 8px;
  margin-bottom: 8px;
}
.landing-content-wrapper .my-4,.recommendation-widget-wrapper .my-4 {
  margin-top: 16px;
  margin-bottom: 16px;
}
.landing-content-wrapper .my-\[12px\],.recommendation-widget-wrapper .my-\[12px\] {
  margin-top: 12px;
  margin-bottom: 12px;
}
.landing-content-wrapper .my-\[16px\],.recommendation-widget-wrapper .my-\[16px\] {
  margin-top: 16px;
  margin-bottom: 16px;
}
.landing-content-wrapper .my-\[5px\],.recommendation-widget-wrapper .my-\[5px\] {
  margin-top: 5px;
  margin-bottom: 5px;
}
.landing-content-wrapper .my-\[8px\],.recommendation-widget-wrapper .my-\[8px\] {
  margin-top: 8px;
  margin-bottom: 8px;
}
.landing-content-wrapper .-ml-2,.recommendation-widget-wrapper .-ml-2 {
  margin-left: -8px;
}
.landing-content-wrapper .-mt-2,.recommendation-widget-wrapper .-mt-2 {
  margin-top: -8px;
}
.landing-content-wrapper .mb-2,.recommendation-widget-wrapper .mb-2 {
  margin-bottom: 8px;
}
.landing-content-wrapper .mb-3,.recommendation-widget-wrapper .mb-3 {
  margin-bottom: 12px;
}
.landing-content-wrapper .mb-4,.recommendation-widget-wrapper .mb-4 {
  margin-bottom: 16px;
}
.landing-content-wrapper .mb-5,.recommendation-widget-wrapper .mb-5 {
  margin-bottom: 20px;
}
.landing-content-wrapper .mb-\[10px\],.recommendation-widget-wrapper .mb-\[10px\] {
  margin-bottom: 10px;
}
.landing-content-wrapper .mb-\[16px\],.recommendation-widget-wrapper .mb-\[16px\] {
  margin-bottom: 16px;
}
.landing-content-wrapper .mb-\[18px\],.recommendation-widget-wrapper .mb-\[18px\] {
  margin-bottom: 18px;
}
.landing-content-wrapper .mb-\[20px\],.recommendation-widget-wrapper .mb-\[20px\] {
  margin-bottom: 20px;
}
.landing-content-wrapper .mb-\[24px\],.recommendation-widget-wrapper .mb-\[24px\] {
  margin-bottom: 24px;
}
.landing-content-wrapper .mb-\[32px\],.recommendation-widget-wrapper .mb-\[32px\] {
  margin-bottom: 32px;
}
.landing-content-wrapper .mb-\[34px\],.recommendation-widget-wrapper .mb-\[34px\] {
  margin-bottom: 34px;
}
.landing-content-wrapper .mb-\[40px\],.recommendation-widget-wrapper .mb-\[40px\] {
  margin-bottom: 40px;
}
.landing-content-wrapper .mb-\[6px\],.recommendation-widget-wrapper .mb-\[6px\] {
  margin-bottom: 6px;
}
.landing-content-wrapper .mb-\[8px\],.recommendation-widget-wrapper .mb-\[8px\] {
  margin-bottom: 8px;
}
.landing-content-wrapper .ml-1,.recommendation-widget-wrapper .ml-1 {
  margin-left: 4px;
}
.landing-content-wrapper .ml-2,.recommendation-widget-wrapper .ml-2 {
  margin-left: 8px;
}
.landing-content-wrapper .ml-4,.recommendation-widget-wrapper .ml-4 {
  margin-left: 16px;
}
.landing-content-wrapper .ml-\[12px\],.recommendation-widget-wrapper .ml-\[12px\] {
  margin-left: 12px;
}
.landing-content-wrapper .ml-\[16px\],.recommendation-widget-wrapper .ml-\[16px\] {
  margin-left: 16px;
}
.landing-content-wrapper .ml-\[4px\],.recommendation-widget-wrapper .ml-\[4px\] {
  margin-left: 4px;
}
.landing-content-wrapper .ml-\[5px\],.recommendation-widget-wrapper .ml-\[5px\] {
  margin-left: 5px;
}
.landing-content-wrapper .ml-\[6px\],.recommendation-widget-wrapper .ml-\[6px\] {
  margin-left: 6px;
}
.landing-content-wrapper .ml-auto,.recommendation-widget-wrapper .ml-auto {
  margin-left: auto;
}
.landing-content-wrapper .mr-0,.recommendation-widget-wrapper .mr-0 {
  margin-right: 0px;
}
.landing-content-wrapper .mr-0\.5,.recommendation-widget-wrapper .mr-0\.5 {
  margin-right: 2px;
}
.landing-content-wrapper .mr-1,.recommendation-widget-wrapper .mr-1 {
  margin-right: 4px;
}
.landing-content-wrapper .mr-2,.recommendation-widget-wrapper .mr-2 {
  margin-right: 8px;
}
.landing-content-wrapper .mr-3,.recommendation-widget-wrapper .mr-3 {
  margin-right: 12px;
}
.landing-content-wrapper .mr-\[16px\],.recommendation-widget-wrapper .mr-\[16px\] {
  margin-right: 16px;
}
.landing-content-wrapper .mr-\[20px\],.recommendation-widget-wrapper .mr-\[20px\] {
  margin-right: 20px;
}
.landing-content-wrapper .mr-\[4px\],.recommendation-widget-wrapper .mr-\[4px\] {
  margin-right: 4px;
}
.landing-content-wrapper .mr-\[8px\],.recommendation-widget-wrapper .mr-\[8px\] {
  margin-right: 8px;
}
.landing-content-wrapper .mt-1,.recommendation-widget-wrapper .mt-1 {
  margin-top: 4px;
}
.landing-content-wrapper .mt-2,.recommendation-widget-wrapper .mt-2 {
  margin-top: 8px;
}
.landing-content-wrapper .mt-2\.5,.recommendation-widget-wrapper .mt-2\.5 {
  margin-top: 10px;
}
.landing-content-wrapper .mt-3,.recommendation-widget-wrapper .mt-3 {
  margin-top: 12px;
}
.landing-content-wrapper .mt-4,.recommendation-widget-wrapper .mt-4 {
  margin-top: 16px;
}
.landing-content-wrapper .mt-5,.recommendation-widget-wrapper .mt-5 {
  margin-top: 20px;
}
.landing-content-wrapper .mt-6,.recommendation-widget-wrapper .mt-6 {
  margin-top: 24px;
}
.landing-content-wrapper .mt-8,.recommendation-widget-wrapper .mt-8 {
  margin-top: 32px;
}
.landing-content-wrapper .mt-\[15px\],.recommendation-widget-wrapper .mt-\[15px\] {
  margin-top: 15px;
}
.landing-content-wrapper .mt-\[16px\],.recommendation-widget-wrapper .mt-\[16px\] {
  margin-top: 16px;
}
.landing-content-wrapper .mt-\[20px\],.recommendation-widget-wrapper .mt-\[20px\] {
  margin-top: 20px;
}
.landing-content-wrapper .mt-\[24px\],.recommendation-widget-wrapper .mt-\[24px\] {
  margin-top: 24px;
}
.landing-content-wrapper .mt-\[2px\],.recommendation-widget-wrapper .mt-\[2px\] {
  margin-top: 2px;
}
.landing-content-wrapper .mt-\[30px\],.recommendation-widget-wrapper .mt-\[30px\] {
  margin-top: 30px;
}
.landing-content-wrapper .mt-\[4px\],.recommendation-widget-wrapper .mt-\[4px\] {
  margin-top: 4px;
}
.landing-content-wrapper .mt-\[6px\],.recommendation-widget-wrapper .mt-\[6px\] {
  margin-top: 6px;
}
.landing-content-wrapper .mt-\[7px\],.recommendation-widget-wrapper .mt-\[7px\] {
  margin-top: 7px;
}
.landing-content-wrapper .mt-\[8px\],.recommendation-widget-wrapper .mt-\[8px\] {
  margin-top: 8px;
}
.landing-content-wrapper .mt-px,.recommendation-widget-wrapper .mt-px {
  margin-top: 1px;
}
.landing-content-wrapper .block,.recommendation-widget-wrapper .block {
  display: block;
}
.landing-content-wrapper .inline-block,.recommendation-widget-wrapper .inline-block {
  display: inline-block;
}
.landing-content-wrapper .inline,.recommendation-widget-wrapper .inline {
  display: inline;
}
.landing-content-wrapper .flex,.recommendation-widget-wrapper .flex {
  display: flex;
}
.landing-content-wrapper .inline-flex,.recommendation-widget-wrapper .inline-flex {
  display: inline-flex;
}
.landing-content-wrapper .table,.recommendation-widget-wrapper .table {
  display: table;
}
.landing-content-wrapper .grid,.recommendation-widget-wrapper .grid {
  display: grid;
}
.landing-content-wrapper .hidden,.recommendation-widget-wrapper .hidden {
  display: none;
}
.landing-content-wrapper .aspect-\[3\/4\],.recommendation-widget-wrapper .aspect-\[3\/4\] {
  aspect-ratio: 3/4;
}
.landing-content-wrapper .size-3,.recommendation-widget-wrapper .size-3 {
  width: 12px;
  height: 12px;
}
.landing-content-wrapper .size-3\.5,.recommendation-widget-wrapper .size-3\.5 {
  width: 14px;
  height: 14px;
}
.landing-content-wrapper .size-4,.recommendation-widget-wrapper .size-4 {
  width: 16px;
  height: 16px;
}
.landing-content-wrapper .size-5,.recommendation-widget-wrapper .size-5 {
  width: 20px;
  height: 20px;
}
.landing-content-wrapper .size-6,.recommendation-widget-wrapper .size-6 {
  width: 24px;
  height: 24px;
}
.landing-content-wrapper .size-7,.recommendation-widget-wrapper .size-7 {
  width: 28px;
  height: 28px;
}
.landing-content-wrapper .size-8,.recommendation-widget-wrapper .size-8 {
  width: 32px;
  height: 32px;
}
.landing-content-wrapper .size-9,.recommendation-widget-wrapper .size-9 {
  width: 36px;
  height: 36px;
}
.landing-content-wrapper .size-\[24px\],.recommendation-widget-wrapper .size-\[24px\] {
  width: 24px;
  height: 24px;
}
.landing-content-wrapper .size-\[25px\],.recommendation-widget-wrapper .size-\[25px\] {
  width: 25px;
  height: 25px;
}
.landing-content-wrapper .\!h-full,.recommendation-widget-wrapper .\!h-full {
  height: 100% !important;
}
.landing-content-wrapper .h-0,.recommendation-widget-wrapper .h-0 {
  height: 0px;
}
.landing-content-wrapper .h-10,.recommendation-widget-wrapper .h-10 {
  height: 40px;
}
.landing-content-wrapper .h-16,.recommendation-widget-wrapper .h-16 {
  height: 64px;
}
.landing-content-wrapper .h-3,.recommendation-widget-wrapper .h-3 {
  height: 12px;
}
.landing-content-wrapper .h-4,.recommendation-widget-wrapper .h-4 {
  height: 16px;
}
.landing-content-wrapper .h-5,.recommendation-widget-wrapper .h-5 {
  height: 20px;
}
.landing-content-wrapper .h-6,.recommendation-widget-wrapper .h-6 {
  height: 24px;
}
.landing-content-wrapper .h-8,.recommendation-widget-wrapper .h-8 {
  height: 32px;
}
.landing-content-wrapper .h-9,.recommendation-widget-wrapper .h-9 {
  height: 36px;
}
.landing-content-wrapper .h-\[1px\],.recommendation-widget-wrapper .h-\[1px\] {
  height: 1px;
}
.landing-content-wrapper .h-\[24px\],.recommendation-widget-wrapper .h-\[24px\] {
  height: 24px;
}
.landing-content-wrapper .h-\[27px\],.recommendation-widget-wrapper .h-\[27px\] {
  height: 27px;
}
.landing-content-wrapper .h-\[28px\],.recommendation-widget-wrapper .h-\[28px\] {
  height: 28px;
}
.landing-content-wrapper .h-\[30px\],.recommendation-widget-wrapper .h-\[30px\] {
  height: 30px;
}
.landing-content-wrapper .h-\[34px\],.recommendation-widget-wrapper .h-\[34px\] {
  height: 34px;
}
.landing-content-wrapper .h-\[35px\],.recommendation-widget-wrapper .h-\[35px\] {
  height: 35px;
}
.landing-content-wrapper .h-\[36px\],.recommendation-widget-wrapper .h-\[36px\] {
  height: 36px;
}
.landing-content-wrapper .h-\[45px\],.recommendation-widget-wrapper .h-\[45px\] {
  height: 45px;
}
.landing-content-wrapper .h-\[4px\],.recommendation-widget-wrapper .h-\[4px\] {
  height: 4px;
}
.landing-content-wrapper .h-\[50px\],.recommendation-widget-wrapper .h-\[50px\] {
  height: 50px;
}
.landing-content-wrapper .h-\[64px\],.recommendation-widget-wrapper .h-\[64px\] {
  height: 64px;
}
.landing-content-wrapper .h-\[65px\],.recommendation-widget-wrapper .h-\[65px\] {
  height: 65px;
}
.landing-content-wrapper .h-\[75px\],.recommendation-widget-wrapper .h-\[75px\] {
  height: 75px;
}
.landing-content-wrapper .h-\[7px\],.recommendation-widget-wrapper .h-\[7px\] {
  height: 7px;
}
.landing-content-wrapper .h-\[85px\],.recommendation-widget-wrapper .h-\[85px\] {
  height: 85px;
}
.landing-content-wrapper .h-\[86px\],.recommendation-widget-wrapper .h-\[86px\] {
  height: 86px;
}
.landing-content-wrapper .h-\[8px\],.recommendation-widget-wrapper .h-\[8px\] {
  height: 8px;
}
.landing-content-wrapper .h-\[var\(--radix-select-trigger-height\)\],.recommendation-widget-wrapper .h-\[var\(--radix-select-trigger-height\)\] {
  height: var(--radix-select-trigger-height);
}
.landing-content-wrapper .h-auto,.recommendation-widget-wrapper .h-auto {
  height: auto;
}
.landing-content-wrapper .h-full,.recommendation-widget-wrapper .h-full {
  height: 100%;
}
.landing-content-wrapper .h-px,.recommendation-widget-wrapper .h-px {
  height: 1px;
}
.landing-content-wrapper .h-screen,.recommendation-widget-wrapper .h-screen {
  height: 100vh;
}
.landing-content-wrapper .max-h-0,.recommendation-widget-wrapper .max-h-0 {
  max-height: 0px;
}
.landing-content-wrapper .max-h-5,.recommendation-widget-wrapper .max-h-5 {
  max-height: 20px;
}
.landing-content-wrapper .max-h-96,.recommendation-widget-wrapper .max-h-96 {
  max-height: 384px;
}
.landing-content-wrapper .max-h-\[160px\],.recommendation-widget-wrapper .max-h-\[160px\] {
  max-height: 160px;
}
.landing-content-wrapper .max-h-\[2000px\],.recommendation-widget-wrapper .max-h-\[2000px\] {
  max-height: 2000px;
}
.landing-content-wrapper .max-h-\[65vh\],.recommendation-widget-wrapper .max-h-\[65vh\] {
  max-height: 65vh;
}
.landing-content-wrapper .min-h-0,.recommendation-widget-wrapper .min-h-0 {
  min-height: 0px;
}
.landing-content-wrapper .min-h-\[46px\],.recommendation-widget-wrapper .min-h-\[46px\] {
  min-height: 46px;
}
.landing-content-wrapper .min-h-\[60px\],.recommendation-widget-wrapper .min-h-\[60px\] {
  min-height: 60px;
}
.landing-content-wrapper .min-h-\[80px\],.recommendation-widget-wrapper .min-h-\[80px\] {
  min-height: 80px;
}
.landing-content-wrapper .min-h-screen,.recommendation-widget-wrapper .min-h-screen {
  min-height: 100vh;
}
.landing-content-wrapper .\!w-\[95\%\],.recommendation-widget-wrapper .\!w-\[95\%\] {
  width: 95% !important;
}
.landing-content-wrapper .w-10,.recommendation-widget-wrapper .w-10 {
  width: 40px;
}
.landing-content-wrapper .w-11,.recommendation-widget-wrapper .w-11 {
  width: 44px;
}
.landing-content-wrapper .w-3,.recommendation-widget-wrapper .w-3 {
  width: 12px;
}
.landing-content-wrapper .w-3\/4,.recommendation-widget-wrapper .w-3\/4 {
  width: 75%;
}
.landing-content-wrapper .w-4,.recommendation-widget-wrapper .w-4 {
  width: 16px;
}
.landing-content-wrapper .w-5,.recommendation-widget-wrapper .w-5 {
  width: 20px;
}
.landing-content-wrapper .w-9,.recommendation-widget-wrapper .w-9 {
  width: 36px;
}
.landing-content-wrapper .w-\[10px\],.recommendation-widget-wrapper .w-\[10px\] {
  width: 10px;
}
.landing-content-wrapper .w-\[1px\],.recommendation-widget-wrapper .w-\[1px\] {
  width: 1px;
}
.landing-content-wrapper .w-\[20\%\],.recommendation-widget-wrapper .w-\[20\%\] {
  width: 20%;
}
.landing-content-wrapper .w-\[24px\],.recommendation-widget-wrapper .w-\[24px\] {
  width: 24px;
}
.landing-content-wrapper .w-\[27px\],.recommendation-widget-wrapper .w-\[27px\] {
  width: 27px;
}
.landing-content-wrapper .w-\[30\%\],.recommendation-widget-wrapper .w-\[30\%\] {
  width: 30%;
}
.landing-content-wrapper .w-\[300px\],.recommendation-widget-wrapper .w-\[300px\] {
  width: 300px;
}
.landing-content-wrapper .w-\[30px\],.recommendation-widget-wrapper .w-\[30px\] {
  width: 30px;
}
.landing-content-wrapper .w-\[34px\],.recommendation-widget-wrapper .w-\[34px\] {
  width: 34px;
}
.landing-content-wrapper .w-\[35px\],.recommendation-widget-wrapper .w-\[35px\] {
  width: 35px;
}
.landing-content-wrapper .w-\[45\%\],.recommendation-widget-wrapper .w-\[45\%\] {
  width: 45%;
}
.landing-content-wrapper .w-\[4px\],.recommendation-widget-wrapper .w-\[4px\] {
  width: 4px;
}
.landing-content-wrapper .w-\[62\%\],.recommendation-widget-wrapper .w-\[62\%\] {
  width: 62%;
}
.landing-content-wrapper .w-\[64px\],.recommendation-widget-wrapper .w-\[64px\] {
  width: 64px;
}
.landing-content-wrapper .w-\[67px\],.recommendation-widget-wrapper .w-\[67px\] {
  width: 67px;
}
.landing-content-wrapper .w-\[72px\],.recommendation-widget-wrapper .w-\[72px\] {
  width: 72px;
}
.landing-content-wrapper .w-\[74px\],.recommendation-widget-wrapper .w-\[74px\] {
  width: 74px;
}
.landing-content-wrapper .w-\[80\%\],.recommendation-widget-wrapper .w-\[80\%\] {
  width: 80%;
}
.landing-content-wrapper .w-\[96\%\],.recommendation-widget-wrapper .w-\[96\%\] {
  width: 96%;
}
.landing-content-wrapper .w-\[9px\],.recommendation-widget-wrapper .w-\[9px\] {
  width: 9px;
}
.landing-content-wrapper .w-\[full\],.recommendation-widget-wrapper .w-\[full\] {
  width: full;
}
.landing-content-wrapper .w-auto,.recommendation-widget-wrapper .w-auto {
  width: auto;
}
.landing-content-wrapper .w-fit,.recommendation-widget-wrapper .w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.landing-content-wrapper .w-full,.recommendation-widget-wrapper .w-full {
  width: 100%;
}
.landing-content-wrapper .w-screen,.recommendation-widget-wrapper .w-screen {
  width: 100vw;
}
.landing-content-wrapper .min-w-0,.recommendation-widget-wrapper .min-w-0 {
  min-width: 0px;
}
.landing-content-wrapper .min-w-\[8rem\],.recommendation-widget-wrapper .min-w-\[8rem\] {
  min-width: 128px;
}
.landing-content-wrapper .min-w-\[var\(--radix-select-trigger-width\)\],.recommendation-widget-wrapper .min-w-\[var\(--radix-select-trigger-width\)\] {
  min-width: var(--radix-select-trigger-width);
}
.landing-content-wrapper .max-w-2xl,.recommendation-widget-wrapper .max-w-2xl {
  max-width: 672px;
}
.landing-content-wrapper .max-w-\[120px\],.recommendation-widget-wrapper .max-w-\[120px\] {
  max-width: 120px;
}
.landing-content-wrapper .max-w-\[212px\],.recommendation-widget-wrapper .max-w-\[212px\] {
  max-width: 212px;
}
.landing-content-wrapper .max-w-\[400px\],.recommendation-widget-wrapper .max-w-\[400px\] {
  max-width: 400px;
}
.landing-content-wrapper .max-w-\[600px\],.recommendation-widget-wrapper .max-w-\[600px\] {
  max-width: 600px;
}
.landing-content-wrapper .max-w-\[80px\],.recommendation-widget-wrapper .max-w-\[80px\] {
  max-width: 80px;
}
.landing-content-wrapper .max-w-full,.recommendation-widget-wrapper .max-w-full {
  max-width: 100%;
}
.landing-content-wrapper .max-w-lg,.recommendation-widget-wrapper .max-w-lg {
  max-width: 512px;
}
.landing-content-wrapper .max-w-xl,.recommendation-widget-wrapper .max-w-xl {
  max-width: 576px;
}
.landing-content-wrapper .flex-1,.recommendation-widget-wrapper .flex-1 {
  flex: 1 1 0%;
}
.landing-content-wrapper .flex-initial,.recommendation-widget-wrapper .flex-initial {
  flex: 0 1 auto;
}
.landing-content-wrapper .flex-shrink-0,.recommendation-widget-wrapper .flex-shrink-0 {
  flex-shrink: 0;
}
.landing-content-wrapper .shrink-0,.recommendation-widget-wrapper .shrink-0 {
  flex-shrink: 0;
}
.landing-content-wrapper .flex-grow,.recommendation-widget-wrapper .flex-grow {
  flex-grow: 1;
}
.landing-content-wrapper .grow,.recommendation-widget-wrapper .grow {
  flex-grow: 1;
}
.landing-content-wrapper .table-fixed,.recommendation-widget-wrapper .table-fixed {
  table-layout: fixed;
}
.landing-content-wrapper .-translate-x-2,.recommendation-widget-wrapper .-translate-x-2 {
  --tw-translate-x: -8px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.landing-content-wrapper .-translate-x-full,.recommendation-widget-wrapper .-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.landing-content-wrapper .-translate-y-1\/2,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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-\[-50\%\],.recommendation-widget-wrapper .translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.landing-content-wrapper .translate-x-full,.recommendation-widget-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,.recommendation-widget-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\%\],.recommendation-widget-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-\[50\%\],.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-wrapper .animate-spin {
  animation: spin 1s linear infinite;
}
.landing-content-wrapper .cursor-default,.recommendation-widget-wrapper .cursor-default {
  cursor: default;
}
.landing-content-wrapper .cursor-grab,.recommendation-widget-wrapper .cursor-grab {
  cursor: grab;
}
.landing-content-wrapper .cursor-pointer,.recommendation-widget-wrapper .cursor-pointer {
  cursor: pointer;
}
.landing-content-wrapper .select-none,.recommendation-widget-wrapper .select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.landing-content-wrapper .resize-none,.recommendation-widget-wrapper .resize-none {
  resize: none;
}
.landing-content-wrapper .appearance-none,.recommendation-widget-wrapper .appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.landing-content-wrapper .grid-cols-1,.recommendation-widget-wrapper .grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.landing-content-wrapper .grid-cols-2,.recommendation-widget-wrapper .grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.landing-content-wrapper .grid-cols-4,.recommendation-widget-wrapper .grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.landing-content-wrapper .grid-cols-8,.recommendation-widget-wrapper .grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.landing-content-wrapper .\!grid-rows-\[auto_1fr\],.recommendation-widget-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\],.recommendation-widget-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,.recommendation-widget-wrapper .flex-row {
  flex-direction: row;
}
.landing-content-wrapper .flex-col,.recommendation-widget-wrapper .flex-col {
  flex-direction: column;
}
.landing-content-wrapper .flex-col-reverse,.recommendation-widget-wrapper .flex-col-reverse {
  flex-direction: column-reverse;
}
.landing-content-wrapper .flex-wrap,.recommendation-widget-wrapper .flex-wrap {
  flex-wrap: wrap;
}
.landing-content-wrapper .flex-nowrap,.recommendation-widget-wrapper .flex-nowrap {
  flex-wrap: nowrap;
}
.landing-content-wrapper .items-start,.recommendation-widget-wrapper .items-start {
  align-items: flex-start;
}
.landing-content-wrapper .items-center,.recommendation-widget-wrapper .items-center {
  align-items: center;
}
.landing-content-wrapper .justify-normal,.recommendation-widget-wrapper .justify-normal {
  justify-content: normal;
}
.landing-content-wrapper .justify-start,.recommendation-widget-wrapper .justify-start {
  justify-content: flex-start;
}
.landing-content-wrapper .justify-end,.recommendation-widget-wrapper .justify-end {
  justify-content: flex-end;
}
.landing-content-wrapper .justify-center,.recommendation-widget-wrapper .justify-center {
  justify-content: center;
}
.landing-content-wrapper .justify-between,.recommendation-widget-wrapper .justify-between {
  justify-content: space-between;
}
.landing-content-wrapper .gap-1,.recommendation-widget-wrapper .gap-1 {
  gap: 4px;
}
.landing-content-wrapper .gap-2,.recommendation-widget-wrapper .gap-2 {
  gap: 8px;
}
.landing-content-wrapper .gap-4,.recommendation-widget-wrapper .gap-4 {
  gap: 16px;
}
.landing-content-wrapper .gap-x-4,.recommendation-widget-wrapper .gap-x-4 {
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.landing-content-wrapper .gap-x-\[6px\],.recommendation-widget-wrapper .gap-x-\[6px\] {
  -moz-column-gap: 6px;
       column-gap: 6px;
}
.landing-content-wrapper .gap-y-5,.recommendation-widget-wrapper .gap-y-5 {
  row-gap: 20px;
}
.landing-content-wrapper .space-x-1 > :not([hidden]) ~ :not([hidden]),.recommendation-widget-wrapper .space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(4px * var(--tw-space-x-reverse));
  margin-left: calc(4px * calc(1 - var(--tw-space-x-reverse)));
}
.landing-content-wrapper .space-x-2 > :not([hidden]) ~ :not([hidden]),.recommendation-widget-wrapper .space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(8px * var(--tw-space-x-reverse));
  margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)));
}
.landing-content-wrapper .space-y-1 > :not([hidden]) ~ :not([hidden]),.recommendation-widget-wrapper .space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4px * var(--tw-space-y-reverse));
}
.landing-content-wrapper .space-y-1\.5 > :not([hidden]) ~ :not([hidden]),.recommendation-widget-wrapper .space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(6px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(6px * var(--tw-space-y-reverse));
}
.landing-content-wrapper .space-y-2 > :not([hidden]) ~ :not([hidden]),.recommendation-widget-wrapper .space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8px * var(--tw-space-y-reverse));
}
.landing-content-wrapper .space-y-3 > :not([hidden]) ~ :not([hidden]),.recommendation-widget-wrapper .space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(12px * var(--tw-space-y-reverse));
}
.landing-content-wrapper .space-y-4 > :not([hidden]) ~ :not([hidden]),.recommendation-widget-wrapper .space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(16px * var(--tw-space-y-reverse));
}
.landing-content-wrapper .overflow-auto,.recommendation-widget-wrapper .overflow-auto {
  overflow: auto;
}
.landing-content-wrapper .overflow-hidden,.recommendation-widget-wrapper .overflow-hidden {
  overflow: hidden;
}
.landing-content-wrapper .overflow-scroll,.recommendation-widget-wrapper .overflow-scroll {
  overflow: scroll;
}
.landing-content-wrapper .overflow-x-auto,.recommendation-widget-wrapper .overflow-x-auto {
  overflow-x: auto;
}
.landing-content-wrapper .overflow-y-auto,.recommendation-widget-wrapper .overflow-y-auto {
  overflow-y: auto;
}
.landing-content-wrapper .overflow-y-scroll,.recommendation-widget-wrapper .overflow-y-scroll {
  overflow-y: scroll;
}
.landing-content-wrapper .text-ellipsis,.recommendation-widget-wrapper .text-ellipsis {
  text-overflow: ellipsis;
}
.landing-content-wrapper .whitespace-nowrap,.recommendation-widget-wrapper .whitespace-nowrap {
  white-space: nowrap;
}
.landing-content-wrapper .whitespace-break-spaces,.recommendation-widget-wrapper .whitespace-break-spaces {
  white-space: break-spaces;
}
.landing-content-wrapper .break-words,.recommendation-widget-wrapper .break-words {
  overflow-wrap: break-word;
}
.landing-content-wrapper .break-all,.recommendation-widget-wrapper .break-all {
  word-break: break-all;
}
.landing-content-wrapper .rounded,.recommendation-widget-wrapper .rounded {
  border-radius: 4px;
}
.landing-content-wrapper .rounded-\[15px\],.recommendation-widget-wrapper .rounded-\[15px\] {
  border-radius: 15px;
}
.landing-content-wrapper .rounded-\[17px\],.recommendation-widget-wrapper .rounded-\[17px\] {
  border-radius: 17px;
}
.landing-content-wrapper .rounded-\[20px\],.recommendation-widget-wrapper .rounded-\[20px\] {
  border-radius: 20px;
}
.landing-content-wrapper .rounded-\[2px\],.recommendation-widget-wrapper .rounded-\[2px\] {
  border-radius: 2px;
}
.landing-content-wrapper .rounded-\[30px\],.recommendation-widget-wrapper .rounded-\[30px\] {
  border-radius: 30px;
}
.landing-content-wrapper .rounded-\[36px\],.recommendation-widget-wrapper .rounded-\[36px\] {
  border-radius: 36px;
}
.landing-content-wrapper .rounded-\[38px\],.recommendation-widget-wrapper .rounded-\[38px\] {
  border-radius: 38px;
}
.landing-content-wrapper .rounded-\[4px\],.recommendation-widget-wrapper .rounded-\[4px\] {
  border-radius: 4px;
}
.landing-content-wrapper .rounded-\[50\%\],.recommendation-widget-wrapper .rounded-\[50\%\] {
  border-radius: 50%;
}
.landing-content-wrapper .rounded-full,.recommendation-widget-wrapper .rounded-full {
  border-radius: 9999px;
}
.landing-content-wrapper .rounded-lg,.recommendation-widget-wrapper .rounded-lg {
  border-radius: 8px;
}
.landing-content-wrapper .rounded-md,.recommendation-widget-wrapper .rounded-md {
  border-radius: 6px;
}
.landing-content-wrapper .rounded-sm,.recommendation-widget-wrapper .rounded-sm {
  border-radius: 2px;
}
.landing-content-wrapper .rounded-t-\[8px\],.recommendation-widget-wrapper .rounded-t-\[8px\] {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.landing-content-wrapper .border,.recommendation-widget-wrapper .border {
  border-width: 1px;
}
.landing-content-wrapper .border-2,.recommendation-widget-wrapper .border-2 {
  border-width: 2px;
}
.landing-content-wrapper .border-\[0\.5px\],.recommendation-widget-wrapper .border-\[0\.5px\] {
  border-width: 0.5px;
}
.landing-content-wrapper .border-\[1px\],.recommendation-widget-wrapper .border-\[1px\] {
  border-width: 1px;
}
.landing-content-wrapper .border-b,.recommendation-widget-wrapper .border-b {
  border-bottom-width: 1px;
}
.landing-content-wrapper .border-b-\[1px\],.recommendation-widget-wrapper .border-b-\[1px\] {
  border-bottom-width: 1px;
}
.landing-content-wrapper .border-l,.recommendation-widget-wrapper .border-l {
  border-left-width: 1px;
}
.landing-content-wrapper .border-r,.recommendation-widget-wrapper .border-r {
  border-right-width: 1px;
}
.landing-content-wrapper .border-t,.recommendation-widget-wrapper .border-t {
  border-top-width: 1px;
}
.landing-content-wrapper .border-t-\[1px\],.recommendation-widget-wrapper .border-t-\[1px\] {
  border-top-width: 1px;
}
.landing-content-wrapper .border-solid,.recommendation-widget-wrapper .border-solid {
  border-style: solid;
}
.landing-content-wrapper .\!border-none,.recommendation-widget-wrapper .\!border-none {
  border-style: none !important;
}
.landing-content-wrapper .border-none,.recommendation-widget-wrapper .border-none {
  border-style: none;
}
.landing-content-wrapper .border-\[\#000\],.recommendation-widget-wrapper .border-\[\#000\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.landing-content-wrapper .border-\[\#767676\],.recommendation-widget-wrapper .border-\[\#767676\] {
  --tw-border-opacity: 1;
  border-color: rgb(118 118 118 / var(--tw-border-opacity));
}
.landing-content-wrapper .border-\[\#EEEEEE\],.recommendation-widget-wrapper .border-\[\#EEEEEE\] {
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity));
}
.landing-content-wrapper .border-black,.recommendation-widget-wrapper .border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.landing-content-wrapper .border-gray-200,.recommendation-widget-wrapper .border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.landing-content-wrapper .border-gray-300,.recommendation-widget-wrapper .border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.landing-content-wrapper .border-neutral-200,.recommendation-widget-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,.recommendation-widget-wrapper .border-search-modal-category-border {
  --tw-border-opacity: 1;
  border-color: rgb(229 209 169 / var(--tw-border-opacity));
}
.landing-content-wrapper .border-transparent,.recommendation-widget-wrapper .border-transparent {
  border-color: transparent;
}
.landing-content-wrapper .border-b-\[border-gray-300\],.recommendation-widget-wrapper .border-b-\[border-gray-300\] {
  border-bottom-color: border-gray-300;
}
.landing-content-wrapper .\!bg-transparent,.recommendation-widget-wrapper .\!bg-transparent {
  background-color: transparent !important;
}
.landing-content-wrapper .bg-\[\#BDBDBD\],.recommendation-widget-wrapper .bg-\[\#BDBDBD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(189 189 189 / var(--tw-bg-opacity));
}
.landing-content-wrapper .bg-\[\#F4F4F4\],.recommendation-widget-wrapper .bg-\[\#F4F4F4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}
.landing-content-wrapper .bg-\[\#F5F5F5\],.recommendation-widget-wrapper .bg-\[\#F5F5F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.landing-content-wrapper .bg-\[\#FAF5EF\],.recommendation-widget-wrapper .bg-\[\#FAF5EF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 239 / var(--tw-bg-opacity));
}
.landing-content-wrapper .bg-\[\#f4f4f4\],.recommendation-widget-wrapper .bg-\[\#f4f4f4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}
.landing-content-wrapper .bg-\[\#f5f5f5\],.recommendation-widget-wrapper .bg-\[\#f5f5f5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.landing-content-wrapper .bg-\[white\],.recommendation-widget-wrapper .bg-\[white\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.landing-content-wrapper .bg-black,.recommendation-widget-wrapper .bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.landing-content-wrapper .bg-black\/50,.recommendation-widget-wrapper .bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.landing-content-wrapper .bg-black\/80,.recommendation-widget-wrapper .bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.landing-content-wrapper .bg-blue-600,.recommendation-widget-wrapper .bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.landing-content-wrapper .bg-buttons,.recommendation-widget-wrapper .bg-buttons {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.landing-content-wrapper .bg-gray-800,.recommendation-widget-wrapper .bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.landing-content-wrapper .bg-neutral-50,.recommendation-widget-wrapper .bg-neutral-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.landing-content-wrapper .bg-orange-500,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-wrapper .bg-transparent {
  background-color: transparent;
}
.landing-content-wrapper .bg-white,.recommendation-widget-wrapper .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.landing-content-wrapper .bg-zinc-200,.recommendation-widget-wrapper .bg-zinc-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity));
}
.landing-content-wrapper .bg-zinc-50,.recommendation-widget-wrapper .bg-zinc-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.landing-content-wrapper .bg-zinc-700,.recommendation-widget-wrapper .bg-zinc-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity));
}
.landing-content-wrapper .bg-zinc-800,.recommendation-widget-wrapper .bg-zinc-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity));
}
.landing-content-wrapper .bg-zinc-900,.recommendation-widget-wrapper .bg-zinc-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
}
.landing-content-wrapper .bg-zinc-950,.recommendation-widget-wrapper .bg-zinc-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(9 9 11 / var(--tw-bg-opacity));
}
.landing-content-wrapper .\!bg-opacity-20,.recommendation-widget-wrapper .\!bg-opacity-20 {
  --tw-bg-opacity: 0.2 !important;
}
.landing-content-wrapper .bg-gradient-to-b,.recommendation-widget-wrapper .bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.landing-content-wrapper .fill-black,.recommendation-widget-wrapper .fill-black {
  fill: #000;
}
.landing-content-wrapper .fill-current,.recommendation-widget-wrapper .fill-current {
  fill: currentColor;
}
.landing-content-wrapper .stroke-zinc-400,.recommendation-widget-wrapper .stroke-zinc-400 {
  stroke: #a1a1aa;
}
.landing-content-wrapper .stroke-2,.recommendation-widget-wrapper .stroke-2 {
  stroke-width: 2;
}
.landing-content-wrapper .object-cover,.recommendation-widget-wrapper .object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.landing-content-wrapper .\!p-0,.recommendation-widget-wrapper .\!p-0 {
  padding: 0px !important;
}
.landing-content-wrapper .p-0,.recommendation-widget-wrapper .p-0 {
  padding: 0px;
}
.landing-content-wrapper .p-1,.recommendation-widget-wrapper .p-1 {
  padding: 4px;
}
.landing-content-wrapper .p-2,.recommendation-widget-wrapper .p-2 {
  padding: 8px;
}
.landing-content-wrapper .p-2\.5,.recommendation-widget-wrapper .p-2\.5 {
  padding: 10px;
}
.landing-content-wrapper .p-3,.recommendation-widget-wrapper .p-3 {
  padding: 12px;
}
.landing-content-wrapper .p-4,.recommendation-widget-wrapper .p-4 {
  padding: 16px;
}
.landing-content-wrapper .p-6,.recommendation-widget-wrapper .p-6 {
  padding: 24px;
}
.landing-content-wrapper .p-8,.recommendation-widget-wrapper .p-8 {
  padding: 32px;
}
.landing-content-wrapper .p-\[16px\],.recommendation-widget-wrapper .p-\[16px\] {
  padding: 16px;
}
.landing-content-wrapper .\!px-3,.recommendation-widget-wrapper .\!px-3 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.landing-content-wrapper .\!px-4,.recommendation-widget-wrapper .\!px-4 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.landing-content-wrapper .\!px-\[12px\],.recommendation-widget-wrapper .\!px-\[12px\] {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.landing-content-wrapper .\!py-0,.recommendation-widget-wrapper .\!py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.landing-content-wrapper .px-1,.recommendation-widget-wrapper .px-1 {
  padding-left: 4px;
  padding-right: 4px;
}
.landing-content-wrapper .px-2,.recommendation-widget-wrapper .px-2 {
  padding-left: 8px;
  padding-right: 8px;
}
.landing-content-wrapper .px-2\.5,.recommendation-widget-wrapper .px-2\.5 {
  padding-left: 10px;
  padding-right: 10px;
}
.landing-content-wrapper .px-3,.recommendation-widget-wrapper .px-3 {
  padding-left: 12px;
  padding-right: 12px;
}
.landing-content-wrapper .px-4,.recommendation-widget-wrapper .px-4 {
  padding-left: 16px;
  padding-right: 16px;
}
.landing-content-wrapper .px-6,.recommendation-widget-wrapper .px-6 {
  padding-left: 24px;
  padding-right: 24px;
}
.landing-content-wrapper .px-8,.recommendation-widget-wrapper .px-8 {
  padding-left: 32px;
  padding-right: 32px;
}
.landing-content-wrapper .px-\[10\%\],.recommendation-widget-wrapper .px-\[10\%\] {
  padding-left: 10%;
  padding-right: 10%;
}
.landing-content-wrapper .px-\[10px\],.recommendation-widget-wrapper .px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.landing-content-wrapper .px-\[12px\],.recommendation-widget-wrapper .px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}
.landing-content-wrapper .px-\[15px\],.recommendation-widget-wrapper .px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.landing-content-wrapper .px-\[16px\],.recommendation-widget-wrapper .px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}
.landing-content-wrapper .px-\[20px\],.recommendation-widget-wrapper .px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.landing-content-wrapper .px-\[24px\],.recommendation-widget-wrapper .px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}
.landing-content-wrapper .px-\[5px\],.recommendation-widget-wrapper .px-\[5px\] {
  padding-left: 5px;
  padding-right: 5px;
}
.landing-content-wrapper .px-\[8px\],.recommendation-widget-wrapper .px-\[8px\] {
  padding-left: 8px;
  padding-right: 8px;
}
.landing-content-wrapper .py-0,.recommendation-widget-wrapper .py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.landing-content-wrapper .py-0\.5,.recommendation-widget-wrapper .py-0\.5 {
  padding-top: 2px;
  padding-bottom: 2px;
}
.landing-content-wrapper .py-1,.recommendation-widget-wrapper .py-1 {
  padding-top: 4px;
  padding-bottom: 4px;
}
.landing-content-wrapper .py-1\.5,.recommendation-widget-wrapper .py-1\.5 {
  padding-top: 6px;
  padding-bottom: 6px;
}
.landing-content-wrapper .py-2,.recommendation-widget-wrapper .py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.landing-content-wrapper .py-3,.recommendation-widget-wrapper .py-3 {
  padding-top: 12px;
  padding-bottom: 12px;
}
.landing-content-wrapper .py-4,.recommendation-widget-wrapper .py-4 {
  padding-top: 16px;
  padding-bottom: 16px;
}
.landing-content-wrapper .py-8,.recommendation-widget-wrapper .py-8 {
  padding-top: 32px;
  padding-bottom: 32px;
}
.landing-content-wrapper .py-\[1\.3rem\],.recommendation-widget-wrapper .py-\[1\.3rem\] {
  padding-top: 20.8px;
  padding-bottom: 20.8px;
}
.landing-content-wrapper .py-\[12px\],.recommendation-widget-wrapper .py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.landing-content-wrapper .py-\[16px\],.recommendation-widget-wrapper .py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}
.landing-content-wrapper .py-\[18px\],.recommendation-widget-wrapper .py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}
.landing-content-wrapper .py-\[32px\],.recommendation-widget-wrapper .py-\[32px\] {
  padding-top: 32px;
  padding-bottom: 32px;
}
.landing-content-wrapper .py-\[5px\],.recommendation-widget-wrapper .py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.landing-content-wrapper .py-\[6px\],.recommendation-widget-wrapper .py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}
.landing-content-wrapper .py-\[8px\],.recommendation-widget-wrapper .py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.landing-content-wrapper .py-\[9px\],.recommendation-widget-wrapper .py-\[9px\] {
  padding-top: 9px;
  padding-bottom: 9px;
}
.landing-content-wrapper .\!pb-0,.recommendation-widget-wrapper .\!pb-0 {
  padding-bottom: 0px !important;
}
.landing-content-wrapper .\!pt-8,.recommendation-widget-wrapper .\!pt-8 {
  padding-top: 32px !important;
}
.landing-content-wrapper .pb-2,.recommendation-widget-wrapper .pb-2 {
  padding-bottom: 8px;
}
.landing-content-wrapper .pb-24,.recommendation-widget-wrapper .pb-24 {
  padding-bottom: 96px;
}
.landing-content-wrapper .pb-4,.recommendation-widget-wrapper .pb-4 {
  padding-bottom: 16px;
}
.landing-content-wrapper .pb-6,.recommendation-widget-wrapper .pb-6 {
  padding-bottom: 24px;
}
.landing-content-wrapper .pb-\[10px\],.recommendation-widget-wrapper .pb-\[10px\] {
  padding-bottom: 10px;
}
.landing-content-wrapper .pb-\[20px\],.recommendation-widget-wrapper .pb-\[20px\] {
  padding-bottom: 20px;
}
.landing-content-wrapper .pb-\[4px\],.recommendation-widget-wrapper .pb-\[4px\] {
  padding-bottom: 4px;
}
.landing-content-wrapper .pl-0,.recommendation-widget-wrapper .pl-0 {
  padding-left: 0px;
}
.landing-content-wrapper .pl-2,.recommendation-widget-wrapper .pl-2 {
  padding-left: 8px;
}
.landing-content-wrapper .pl-8,.recommendation-widget-wrapper .pl-8 {
  padding-left: 32px;
}
.landing-content-wrapper .pl-\[10px\],.recommendation-widget-wrapper .pl-\[10px\] {
  padding-left: 10px;
}
.landing-content-wrapper .pl-\[40px\],.recommendation-widget-wrapper .pl-\[40px\] {
  padding-left: 40px;
}
.landing-content-wrapper .pl-\[4px\],.recommendation-widget-wrapper .pl-\[4px\] {
  padding-left: 4px;
}
.landing-content-wrapper .pr-1,.recommendation-widget-wrapper .pr-1 {
  padding-right: 4px;
}
.landing-content-wrapper .pr-16,.recommendation-widget-wrapper .pr-16 {
  padding-right: 64px;
}
.landing-content-wrapper .pr-2,.recommendation-widget-wrapper .pr-2 {
  padding-right: 8px;
}
.landing-content-wrapper .pr-4,.recommendation-widget-wrapper .pr-4 {
  padding-right: 16px;
}
.landing-content-wrapper .pr-8,.recommendation-widget-wrapper .pr-8 {
  padding-right: 32px;
}
.landing-content-wrapper .pt-6,.recommendation-widget-wrapper .pt-6 {
  padding-top: 24px;
}
.landing-content-wrapper .pt-8,.recommendation-widget-wrapper .pt-8 {
  padding-top: 32px;
}
.landing-content-wrapper .pt-\[10px\],.recommendation-widget-wrapper .pt-\[10px\] {
  padding-top: 10px;
}
.landing-content-wrapper .pt-\[16px\],.recommendation-widget-wrapper .pt-\[16px\] {
  padding-top: 16px;
}
.landing-content-wrapper .pt-\[4px\],.recommendation-widget-wrapper .pt-\[4px\] {
  padding-top: 4px;
}
.landing-content-wrapper .text-left,.recommendation-widget-wrapper .text-left {
  text-align: left;
}
.landing-content-wrapper .text-center,.recommendation-widget-wrapper .text-center {
  text-align: center;
}
.landing-content-wrapper .font-filter-option-button,.recommendation-widget-wrapper .font-filter-option-button {
  font-family: Circular Pro;
}
.landing-content-wrapper .font-mono,.recommendation-widget-wrapper .font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.landing-content-wrapper .font-product-name,.recommendation-widget-wrapper .font-product-name {
  font-family: Savoy;
}
.landing-content-wrapper .font-sans,.recommendation-widget-wrapper .font-sans {
  font-family: Savoy;
}
.landing-content-wrapper .font-search-modal-bold,.recommendation-widget-wrapper .font-search-modal-bold {
  font-family: Circular Pro;
}
.landing-content-wrapper .text-2xl,.recommendation-widget-wrapper .text-2xl {
  font-size: 24px;
  line-height: 32px;
}
.landing-content-wrapper .text-4xl,.recommendation-widget-wrapper .text-4xl {
  font-size: 36px;
  line-height: 40px;
}
.landing-content-wrapper .text-\[10px\],.recommendation-widget-wrapper .text-\[10px\] {
  font-size: 10px;
}
.landing-content-wrapper .text-\[11px\],.recommendation-widget-wrapper .text-\[11px\] {
  font-size: 11px;
}
.landing-content-wrapper .text-\[12px\],.recommendation-widget-wrapper .text-\[12px\] {
  font-size: 12px;
}
.landing-content-wrapper .text-\[14px\],.recommendation-widget-wrapper .text-\[14px\] {
  font-size: 14px;
}
.landing-content-wrapper .text-\[15px\],.recommendation-widget-wrapper .text-\[15px\] {
  font-size: 15px;
}
.landing-content-wrapper .text-\[16px\],.recommendation-widget-wrapper .text-\[16px\] {
  font-size: 16px;
}
.landing-content-wrapper .text-\[16px\]\/\[120\%\],.recommendation-widget-wrapper .text-\[16px\]\/\[120\%\] {
  font-size: 16px;
  line-height: 120%;
}
.landing-content-wrapper .text-\[26px\],.recommendation-widget-wrapper .text-\[26px\] {
  font-size: 26px;
}
.landing-content-wrapper .text-\[3px\],.recommendation-widget-wrapper .text-\[3px\] {
  font-size: 3px;
}
.landing-content-wrapper .text-\[6px\],.recommendation-widget-wrapper .text-\[6px\] {
  font-size: 6px;
}
.landing-content-wrapper .text-\[8px\],.recommendation-widget-wrapper .text-\[8px\] {
  font-size: 8px;
}
.landing-content-wrapper .text-base,.recommendation-widget-wrapper .text-base {
  font-size: 16px;
  line-height: 24px;
}
.landing-content-wrapper .text-lg,.recommendation-widget-wrapper .text-lg {
  font-size: 18px;
  line-height: 28px;
}
.landing-content-wrapper .text-sm,.recommendation-widget-wrapper .text-sm {
  font-size: 14px;
  line-height: 20px;
}
.landing-content-wrapper .text-spangle-sm,.recommendation-widget-wrapper .text-spangle-sm {
  font-size: 14px;
  line-height: 20px;
}
.landing-content-wrapper .text-xl,.recommendation-widget-wrapper .text-xl {
  font-size: 20px;
  line-height: 28px;
}
.landing-content-wrapper .text-xs,.recommendation-widget-wrapper .text-xs {
  font-size: 12px;
  line-height: 16px;
}
.landing-content-wrapper .font-\[400\],.recommendation-widget-wrapper .font-\[400\] {
  font-weight: 400;
}
.landing-content-wrapper .font-\[500\],.recommendation-widget-wrapper .font-\[500\] {
  font-weight: 500;
}
.landing-content-wrapper .font-\[600\],.recommendation-widget-wrapper .font-\[600\] {
  font-weight: 600;
}
.landing-content-wrapper .font-\[700\],.recommendation-widget-wrapper .font-\[700\] {
  font-weight: 700;
}
.landing-content-wrapper .font-bold,.recommendation-widget-wrapper .font-bold {
  font-weight: 700;
}
.landing-content-wrapper .font-medium,.recommendation-widget-wrapper .font-medium {
  font-weight: 500;
}
.landing-content-wrapper .font-normal,.recommendation-widget-wrapper .font-normal {
  font-weight: 400;
}
.landing-content-wrapper .font-semibold,.recommendation-widget-wrapper .font-semibold {
  font-weight: 600;
}
.landing-content-wrapper .uppercase,.recommendation-widget-wrapper .uppercase {
  text-transform: uppercase;
}
.landing-content-wrapper .lowercase,.recommendation-widget-wrapper .lowercase {
  text-transform: lowercase;
}
.landing-content-wrapper .capitalize,.recommendation-widget-wrapper .capitalize {
  text-transform: capitalize;
}
.landing-content-wrapper .leading-4,.recommendation-widget-wrapper .leading-4 {
  line-height: 16px;
}
.landing-content-wrapper .leading-\[1\.5\],.recommendation-widget-wrapper .leading-\[1\.5\] {
  line-height: 1.5;
}
.landing-content-wrapper .leading-\[13px\],.recommendation-widget-wrapper .leading-\[13px\] {
  line-height: 13px;
}
.landing-content-wrapper .leading-none,.recommendation-widget-wrapper .leading-none {
  line-height: 1;
}
.landing-content-wrapper .leading-normal,.recommendation-widget-wrapper .leading-normal {
  line-height: 1.5;
}
.landing-content-wrapper .tracking-tight,.recommendation-widget-wrapper .tracking-tight {
  letter-spacing: -0.025em;
}
.landing-content-wrapper .tracking-wide,.recommendation-widget-wrapper .tracking-wide {
  letter-spacing: 0.025em;
}
.landing-content-wrapper .tracking-widest,.recommendation-widget-wrapper .tracking-widest {
  letter-spacing: 0.1em;
}
.landing-content-wrapper .text-\[\#212121\],.recommendation-widget-wrapper .text-\[\#212121\] {
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}
.landing-content-wrapper .text-\[\#3E3B39\],.recommendation-widget-wrapper .text-\[\#3E3B39\] {
  --tw-text-opacity: 1;
  color: rgb(62 59 57 / var(--tw-text-opacity));
}
.landing-content-wrapper .text-\[\#424242\],.recommendation-widget-wrapper .text-\[\#424242\] {
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity));
}
.landing-content-wrapper .text-\[\#757575\],.recommendation-widget-wrapper .text-\[\#757575\] {
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity));
}
.landing-content-wrapper .text-\[\#9E9E9E\],.recommendation-widget-wrapper .text-\[\#9E9E9E\] {
  --tw-text-opacity: 1;
  color: rgb(158 158 158 / var(--tw-text-opacity));
}
.landing-content-wrapper .text-black,.recommendation-widget-wrapper .text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.landing-content-wrapper .text-buttonText,.recommendation-widget-wrapper .text-buttonText {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.landing-content-wrapper .text-gray-400,.recommendation-widget-wrapper .text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.landing-content-wrapper .text-gray-500,.recommendation-widget-wrapper .text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.landing-content-wrapper .text-gray-600,.recommendation-widget-wrapper .text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.landing-content-wrapper .text-red-500,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-wrapper .text-sky-gray-main {
  --tw-text-opacity: 1;
  color: rgb(156 156 156 / var(--tw-text-opacity));
}
.landing-content-wrapper .text-transparent,.recommendation-widget-wrapper .text-transparent {
  color: transparent;
}
.landing-content-wrapper .text-white,.recommendation-widget-wrapper .text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.landing-content-wrapper .text-zinc-100,.recommendation-widget-wrapper .text-zinc-100 {
  --tw-text-opacity: 1;
  color: rgb(244 244 245 / var(--tw-text-opacity));
}
.landing-content-wrapper .text-zinc-200,.recommendation-widget-wrapper .text-zinc-200 {
  --tw-text-opacity: 1;
  color: rgb(228 228 231 / var(--tw-text-opacity));
}
.landing-content-wrapper .text-zinc-400,.recommendation-widget-wrapper .text-zinc-400 {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity));
}
.landing-content-wrapper .text-zinc-500,.recommendation-widget-wrapper .text-zinc-500 {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}
.landing-content-wrapper .underline,.recommendation-widget-wrapper .underline {
  text-decoration-line: underline;
}
.landing-content-wrapper .no-underline,.recommendation-widget-wrapper .no-underline {
  text-decoration-line: none;
}
.landing-content-wrapper .underline-offset-4,.recommendation-widget-wrapper .underline-offset-4 {
  text-underline-offset: 4px;
}
.landing-content-wrapper .opacity-0,.recommendation-widget-wrapper .opacity-0 {
  opacity: 0;
}
.landing-content-wrapper .opacity-100,.recommendation-widget-wrapper .opacity-100 {
  opacity: 1;
}
.landing-content-wrapper .opacity-30,.recommendation-widget-wrapper .opacity-30 {
  opacity: 0.3;
}
.landing-content-wrapper .opacity-50,.recommendation-widget-wrapper .opacity-50 {
  opacity: 0.5;
}
.landing-content-wrapper .opacity-60,.recommendation-widget-wrapper .opacity-60 {
  opacity: 0.6;
}
.landing-content-wrapper .opacity-70,.recommendation-widget-wrapper .opacity-70 {
  opacity: 0.7;
}
.landing-content-wrapper .shadow,.recommendation-widget-wrapper .shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.landing-content-wrapper .shadow-\[0_0_10px_rgba\(0\2c 0\2c 0\2c 0\.1\)\],.recommendation-widget-wrapper .shadow-\[0_0_10px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: 0 0 10px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0 0 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.landing-content-wrapper .shadow-\[0_4px_10px_0_rgba\(0\2c 0\2c 0\2c 0\.05\)\],.recommendation-widget-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\)\],.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-wrapper .shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.landing-content-wrapper .shadow-none,.recommendation-widget-wrapper .shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.landing-content-wrapper .shadow-sm,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-wrapper .\!outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
.landing-content-wrapper .outline-none,.recommendation-widget-wrapper .outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.landing-content-wrapper .outline,.recommendation-widget-wrapper .outline {
  outline-style: solid;
}
.landing-content-wrapper .ring-0,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-wrapper .filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.landing-content-wrapper .backdrop-blur-xl,.recommendation-widget-wrapper .backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.landing-content-wrapper .transition,.recommendation-widget-wrapper .transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.landing-content-wrapper .transition-all,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-wrapper .duration-100 {
  transition-duration: 100ms;
}
.landing-content-wrapper .duration-200,.recommendation-widget-wrapper .duration-200 {
  transition-duration: 200ms;
}
.landing-content-wrapper .duration-300,.recommendation-widget-wrapper .duration-300 {
  transition-duration: 300ms;
}
.landing-content-wrapper .duration-500,.recommendation-widget-wrapper .duration-500 {
  transition-duration: 500ms;
}
.landing-content-wrapper .ease-in-out,.recommendation-widget-wrapper .ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.landing-content-wrapper .ease-linear,.recommendation-widget-wrapper .ease-linear {
  transition-timing-function: linear;
}
.landing-content-wrapper .ease-out,.recommendation-widget-wrapper .ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.landing-content-wrapper .will-change-transform,.recommendation-widget-wrapper .will-change-transform {
  will-change: transform;
}

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

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

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

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

.landing-content-wrapper .swiper .swiper-pagination-bullet-active,.recommendation-widget-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 {
  position: fixed;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.gradient.landing-spangle .spangle-stop-body-scroll-Y {
  position: unset;
}

@media (min-width: 768px) {

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

.landing-content-wrapper input[type='text'],.recommendation-widget-wrapper input[type='text'] {
  border-style: none;
  background-color: transparent;
}

.landing-content-wrapper .spangle-ui-price-info .text-spangle-red-current-price,.recommendation-widget-wrapper .spangle-ui-price-info .text-spangle-red-current-price {}

/*overwritten antd style*/
.ant-select,
.ant-select-dropdown {
  font-family: Savoy !important;
}

/*start: use for Revolve style conflict*/
.landing-content-wrapper .js-dropdown-bag .grid,.recommendation-widget-wrapper .js-dropdown-bag .grid {
  display: block;
}

.landing-content-wrapper .js-dropdown-bag .grid:before,.recommendation-widget-wrapper .js-dropdown-bag .grid:before,
.landing-content-wrapper .js-dropdown-bag .grid:after,.recommendation-widget-wrapper .js-dropdown-bag .grid:after {
  content: ' ' !important;
  display: table;
}
.landing-content-wrapper .js-dropdown-bag .grid:after,.recommendation-widget-wrapper .js-dropdown-bag .grid:after {
  clear: both;
}

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

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

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

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

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

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

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

.landing-content-wrapper .spangle-py-4,.recommendation-widget-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*/

.landing-content-wrapper .selection\:bg-teal-300 *::-moz-selection, .recommendation-widget-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,.recommendation-widget-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, .recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-wrapper .file\:border-0::file-selector-button {
  border-width: 0px;
}

.landing-content-wrapper .file\:bg-transparent::file-selector-button,.recommendation-widget-wrapper .file\:bg-transparent::file-selector-button {
  background-color: transparent;
}

.landing-content-wrapper .file\:text-sm::file-selector-button,.recommendation-widget-wrapper .file\:text-sm::file-selector-button {
  font-size: 14px;
  line-height: 20px;
}

.landing-content-wrapper .file\:font-medium::file-selector-button,.recommendation-widget-wrapper .file\:font-medium::file-selector-button {
  font-weight: 500;
}

.landing-content-wrapper .placeholder\:text-zinc-500::-moz-placeholder, .recommendation-widget-wrapper .placeholder\:text-zinc-500::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}

.landing-content-wrapper .placeholder\:text-zinc-500::placeholder,.recommendation-widget-wrapper .placeholder\:text-zinc-500::placeholder {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}

.landing-content-wrapper .before\:absolute::before,.recommendation-widget-wrapper .before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

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

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

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

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

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

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

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

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

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

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

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

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

.landing-content-wrapper .before\:transition-opacity::before,.recommendation-widget-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,.recommendation-widget-wrapper .before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

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

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

.landing-content-wrapper .focus-within\:outline-none:focus-within,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-wrapper .hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  }

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

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

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

  .landing-content-wrapper .hover\:text-gray-600:hover,.recommendation-widget-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,.recommendation-widget-wrapper .hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
  }

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

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

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

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

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

.landing-content-wrapper .focus\:border-blue-500:focus,.recommendation-widget-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,.recommendation-widget-wrapper .focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

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

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

.landing-content-wrapper .focus\:ring-offset-2:focus,.recommendation-widget-wrapper .focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

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

.landing-content-wrapper .focus-visible\:ring-1:focus-visible,.recommendation-widget-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,.recommendation-widget-wrapper .focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.landing-content-wrapper .focus-visible\:ring-slate-700:focus-visible,.recommendation-widget-wrapper .focus-visible\:ring-slate-700:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(51 65 85 / var(--tw-ring-opacity));
}

.landing-content-wrapper .focus-visible\:ring-offset-0:focus-visible,.recommendation-widget-wrapper .focus-visible\:ring-offset-0:focus-visible {
  --tw-ring-offset-width: 0px;
}

.landing-content-wrapper .focus-visible\:ring-offset-2:focus-visible,.recommendation-widget-wrapper .focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}

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

.landing-content-wrapper .disabled\:pointer-events-none:disabled,.recommendation-widget-wrapper .disabled\:pointer-events-none:disabled {
  pointer-events: none;
}

.landing-content-wrapper .disabled\:cursor-not-allowed:disabled,.recommendation-widget-wrapper .disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.landing-content-wrapper .disabled\:opacity-50:disabled,.recommendation-widget-wrapper .disabled\:opacity-50:disabled {
  opacity: 0.5;
}

@media (hover: hover) and (pointer: fine) {

  .landing-content-wrapper .group:hover .group-hover\:opacity-100,.recommendation-widget-wrapper .group:hover .group-hover\:opacity-100 {
    opacity: 1;
  }
}

.landing-content-wrapper .group.toaster .group-\[\.toaster\]\:shadow-lg,.recommendation-widget-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,.recommendation-widget-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 .peer:disabled ~ .peer-disabled\:cursor-not-allowed,.recommendation-widget-wrapper .peer:disabled ~ .peer-disabled\:cursor-not-allowed {
  cursor: not-allowed;
}

.landing-content-wrapper .peer:disabled ~ .peer-disabled\:opacity-70,.recommendation-widget-wrapper .peer:disabled ~ .peer-disabled\:opacity-70 {
  opacity: 0.7;
}

.landing-content-wrapper .data-\[disabled\]\:pointer-events-none[data-disabled],.recommendation-widget-wrapper .data-\[disabled\]\:pointer-events-none[data-disabled] {
  pointer-events: none;
}

.landing-content-wrapper .data-\[side\=bottom\]\:translate-y-1[data-side=bottom],.recommendation-widget-wrapper .data-\[side\=bottom\]\:translate-y-1[data-side=bottom] {
  --tw-translate-y: 4px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.landing-content-wrapper .data-\[side\=left\]\:-translate-x-1[data-side=left],.recommendation-widget-wrapper .data-\[side\=left\]\:-translate-x-1[data-side=left] {
  --tw-translate-x: -4px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.landing-content-wrapper .data-\[side\=right\]\:translate-x-1[data-side=right],.recommendation-widget-wrapper .data-\[side\=right\]\:translate-x-1[data-side=right] {
  --tw-translate-x: 4px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.landing-content-wrapper .data-\[side\=top\]\:-translate-y-1[data-side=top],.recommendation-widget-wrapper .data-\[side\=top\]\:-translate-y-1[data-side=top] {
  --tw-translate-y: -4px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.landing-content-wrapper .data-\[state\=checked\]\:translate-x-4[data-state=checked],.recommendation-widget-wrapper .data-\[state\=checked\]\:translate-x-4[data-state=checked] {
  --tw-translate-x: 16px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.landing-content-wrapper .data-\[state\=open\]\:translate-x-0[data-state=open],.recommendation-widget-wrapper .data-\[state\=open\]\:translate-x-0[data-state=open] {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.landing-content-wrapper .data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked],.recommendation-widget-wrapper .data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked] {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.landing-content-wrapper .data-\[disabled\]\:opacity-50[data-disabled],.recommendation-widget-wrapper .data-\[disabled\]\:opacity-50[data-disabled] {
  opacity: 0.5;
}

.landing-content-wrapper .data-\[state\=closed\]\:duration-300[data-state=closed],.recommendation-widget-wrapper .data-\[state\=closed\]\:duration-300[data-state=closed] {
  transition-duration: 300ms;
}

.landing-content-wrapper .data-\[state\=open\]\:duration-500[data-state=open],.recommendation-widget-wrapper .data-\[state\=open\]\:duration-500[data-state=open] {
  transition-duration: 500ms;
}

.landing-content-wrapper .prose-p\:leading-relaxed :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))),.recommendation-widget-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"] *))),.recommendation-widget-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,.recommendation-widget-wrapper .max-lg\:hidden {
    display: none;
  }
}

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

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

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

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

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

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

  .landing-content-wrapper .max-md\:translate-y-0,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-wrapper .max-md\:justify-start {
    justify-content: flex-start;
  }

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

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

@media (min-width: 640px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .landing-content-wrapper .sm\:text-left,.recommendation-widget-wrapper .sm\:text-left {
    text-align: left;
  }
}

@media (min-width: 768px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .landing-content-wrapper .md\:translate-x-0,.recommendation-widget-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\%\],.recommendation-widget-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,.recommendation-widget-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\:grid-cols-3,.recommendation-widget-wrapper .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .landing-content-wrapper .md\:justify-center,.recommendation-widget-wrapper .md\:justify-center {
    justify-content: center;
  }

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

  .landing-content-wrapper .md\:bg-carousel-bg,.recommendation-widget-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,.recommendation-widget-wrapper .md\:p-12 {
    padding: 48px;
  }

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

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

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

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

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

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

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

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

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

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

  .landing-content-wrapper .md\:opacity-0,.recommendation-widget-wrapper .md\:opacity-0 {
    opacity: 0;
  }
}

@media (min-width: 1024px) {

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

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

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

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

  .landing-content-wrapper .lg\:w-\[250px\],.recommendation-widget-wrapper .lg\:w-\[250px\] {
    width: 250px;
  }

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

  .landing-content-wrapper .lg\:focus-visible\:ring-1:focus-visible,.recommendation-widget-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);
  }
}

@media (min-width: 1280px) {

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

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

  .landing-content-wrapper .xl\:w-\[300px\],.recommendation-widget-wrapper .xl\:w-\[300px\] {
    width: 300px;
  }
}

.landing-content-wrapper .\[\&\>span\]\:line-clamp-1>span,.recommendation-widget-wrapper .\[\&\>span\]\:line-clamp-1>span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.landing-content-wrapper *,.recommendation-widget-wrapper *, .landing-content-wrapper ::before,.recommendation-widget-wrapper ::before, .landing-content-wrapper ::after,.recommendation-widget-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,.recommendation-widget-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 .spai-pointer-events-none,.recommendation-widget-wrapper .spai-pointer-events-none {
  pointer-events: none;
}
.landing-content-wrapper .spai-invisible,.recommendation-widget-wrapper .spai-invisible {
  visibility: hidden;
}
.landing-content-wrapper .spai-fixed,.recommendation-widget-wrapper .spai-fixed {
  position: fixed;
}
.landing-content-wrapper .spai-absolute,.recommendation-widget-wrapper .spai-absolute {
  position: absolute;
}
.landing-content-wrapper .spai-relative,.recommendation-widget-wrapper .spai-relative {
  position: relative;
}
.landing-content-wrapper .spai-inset-0,.recommendation-widget-wrapper .spai-inset-0 {
  inset: 0px;
}
.landing-content-wrapper .spai-bottom-0,.recommendation-widget-wrapper .spai-bottom-0 {
  bottom: 0px;
}
.landing-content-wrapper .spai-bottom-2,.recommendation-widget-wrapper .spai-bottom-2 {
  bottom: 8px;
}
.landing-content-wrapper .spai-bottom-6,.recommendation-widget-wrapper .spai-bottom-6 {
  bottom: 24px;
}
.landing-content-wrapper .spai-bottom-8,.recommendation-widget-wrapper .spai-bottom-8 {
  bottom: 32px;
}
.landing-content-wrapper .spai-bottom-\[10\%\],.recommendation-widget-wrapper .spai-bottom-\[10\%\] {
  bottom: 10%;
}
.landing-content-wrapper .spai-bottom-\[180px\],.recommendation-widget-wrapper .spai-bottom-\[180px\] {
  bottom: 180px;
}
.landing-content-wrapper .spai-bottom-\[2\%\],.recommendation-widget-wrapper .spai-bottom-\[2\%\] {
  bottom: 2%;
}
.landing-content-wrapper .spai-bottom-\[50\%\],.recommendation-widget-wrapper .spai-bottom-\[50\%\] {
  bottom: 50%;
}
.landing-content-wrapper .spai-left-0,.recommendation-widget-wrapper .spai-left-0 {
  left: 0px;
}
.landing-content-wrapper .spai-left-1\/2,.recommendation-widget-wrapper .spai-left-1\/2 {
  left: 50%;
}
.landing-content-wrapper .spai-left-2,.recommendation-widget-wrapper .spai-left-2 {
  left: 8px;
}
.landing-content-wrapper .spai-left-\[10px\],.recommendation-widget-wrapper .spai-left-\[10px\] {
  left: 10px;
}
.landing-content-wrapper .spai-left-\[12\%\],.recommendation-widget-wrapper .spai-left-\[12\%\] {
  left: 12%;
}
.landing-content-wrapper .spai-left-\[15\%\],.recommendation-widget-wrapper .spai-left-\[15\%\] {
  left: 15%;
}
.landing-content-wrapper .spai-left-\[55\%\],.recommendation-widget-wrapper .spai-left-\[55\%\] {
  left: 55%;
}
.landing-content-wrapper .spai-right-0,.recommendation-widget-wrapper .spai-right-0 {
  right: 0px;
}
.landing-content-wrapper .spai-right-1,.recommendation-widget-wrapper .spai-right-1 {
  right: 4px;
}
.landing-content-wrapper .spai-right-2,.recommendation-widget-wrapper .spai-right-2 {
  right: 8px;
}
.landing-content-wrapper .spai-right-4,.recommendation-widget-wrapper .spai-right-4 {
  right: 16px;
}
.landing-content-wrapper .spai-right-\[10px\],.recommendation-widget-wrapper .spai-right-\[10px\] {
  right: 10px;
}
.landing-content-wrapper .spai-right-\[15\%\],.recommendation-widget-wrapper .spai-right-\[15\%\] {
  right: 15%;
}
.landing-content-wrapper .spai-right-\[2\%\],.recommendation-widget-wrapper .spai-right-\[2\%\] {
  right: 2%;
}
.landing-content-wrapper .spai-top-0,.recommendation-widget-wrapper .spai-top-0 {
  top: 0px;
}
.landing-content-wrapper .spai-top-1,.recommendation-widget-wrapper .spai-top-1 {
  top: 4px;
}
.landing-content-wrapper .spai-top-1\/2,.recommendation-widget-wrapper .spai-top-1\/2 {
  top: 50%;
}
.landing-content-wrapper .spai-top-2,.recommendation-widget-wrapper .spai-top-2 {
  top: 8px;
}
.landing-content-wrapper .spai-top-8,.recommendation-widget-wrapper .spai-top-8 {
  top: 32px;
}
.landing-content-wrapper .spai-top-\[-35px\],.recommendation-widget-wrapper .spai-top-\[-35px\] {
  top: -35px;
}
.landing-content-wrapper .spai-top-\[100\%\],.recommendation-widget-wrapper .spai-top-\[100\%\] {
  top: 100%;
}
.landing-content-wrapper .spai-top-\[35\%\],.recommendation-widget-wrapper .spai-top-\[35\%\] {
  top: 35%;
}
.landing-content-wrapper .spai-top-\[40\%\],.recommendation-widget-wrapper .spai-top-\[40\%\] {
  top: 40%;
}
.landing-content-wrapper .spai-top-\[6\%\],.recommendation-widget-wrapper .spai-top-\[6\%\] {
  top: 6%;
}
.landing-content-wrapper .spai-z-10,.recommendation-widget-wrapper .spai-z-10 {
  z-index: 10;
}
.landing-content-wrapper .spai-z-50,.recommendation-widget-wrapper .spai-z-50 {
  z-index: 50;
}
.landing-content-wrapper .spai-z-\[-10\],.recommendation-widget-wrapper .spai-z-\[-10\] {
  z-index: -10;
}
.landing-content-wrapper .spai-z-\[1\],.recommendation-widget-wrapper .spai-z-\[1\] {
  z-index: 1;
}
.landing-content-wrapper .spai-z-\[9998\],.recommendation-widget-wrapper .spai-z-\[9998\] {
  z-index: 9998;
}
.landing-content-wrapper .spai-z-\[9999\],.recommendation-widget-wrapper .spai-z-\[9999\] {
  z-index: 9999;
}
.landing-content-wrapper .spai-mx-3,.recommendation-widget-wrapper .spai-mx-3 {
  margin-left: 12px;
  margin-right: 12px;
}
.landing-content-wrapper .spai-mx-4,.recommendation-widget-wrapper .spai-mx-4 {
  margin-left: 16px;
  margin-right: 16px;
}
.landing-content-wrapper .spai-mx-\[6px\],.recommendation-widget-wrapper .spai-mx-\[6px\] {
  margin-left: 6px;
  margin-right: 6px;
}
.landing-content-wrapper .spai-mx-auto,.recommendation-widget-wrapper .spai-mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.landing-content-wrapper .spai-my-4,.recommendation-widget-wrapper .spai-my-4 {
  margin-top: 16px;
  margin-bottom: 16px;
}
.landing-content-wrapper .\!spai-mb-3,.recommendation-widget-wrapper .\!spai-mb-3 {
  margin-bottom: 12px !important;
}
.landing-content-wrapper .\!spai-mb-4,.recommendation-widget-wrapper .\!spai-mb-4 {
  margin-bottom: 16px !important;
}
.landing-content-wrapper .\!spai-mb-6,.recommendation-widget-wrapper .\!spai-mb-6 {
  margin-bottom: 24px !important;
}
.landing-content-wrapper .\!spai-me-\[4px\],.recommendation-widget-wrapper .\!spai-me-\[4px\] {
  margin-inline-end: 4px !important;
}
.landing-content-wrapper .spai-mb-0,.recommendation-widget-wrapper .spai-mb-0 {
  margin-bottom: 0px;
}
.landing-content-wrapper .spai-mb-1,.recommendation-widget-wrapper .spai-mb-1 {
  margin-bottom: 4px;
}
.landing-content-wrapper .spai-mb-1\.5,.recommendation-widget-wrapper .spai-mb-1\.5 {
  margin-bottom: 6px;
}
.landing-content-wrapper .spai-mb-2,.recommendation-widget-wrapper .spai-mb-2 {
  margin-bottom: 8px;
}
.landing-content-wrapper .spai-mb-2\.5,.recommendation-widget-wrapper .spai-mb-2\.5 {
  margin-bottom: 10px;
}
.landing-content-wrapper .spai-mb-3,.recommendation-widget-wrapper .spai-mb-3 {
  margin-bottom: 12px;
}
.landing-content-wrapper .spai-mb-4,.recommendation-widget-wrapper .spai-mb-4 {
  margin-bottom: 16px;
}
.landing-content-wrapper .spai-mb-5,.recommendation-widget-wrapper .spai-mb-5 {
  margin-bottom: 20px;
}
.landing-content-wrapper .spai-mb-6,.recommendation-widget-wrapper .spai-mb-6 {
  margin-bottom: 24px;
}
.landing-content-wrapper .spai-mb-\[2px\],.recommendation-widget-wrapper .spai-mb-\[2px\] {
  margin-bottom: 2px;
}
.landing-content-wrapper .spai-mb-\[40px\],.recommendation-widget-wrapper .spai-mb-\[40px\] {
  margin-bottom: 40px;
}
.landing-content-wrapper .spai-ml-1,.recommendation-widget-wrapper .spai-ml-1 {
  margin-left: 4px;
}
.landing-content-wrapper .spai-ml-1\.5,.recommendation-widget-wrapper .spai-ml-1\.5 {
  margin-left: 6px;
}
.landing-content-wrapper .spai-ml-10,.recommendation-widget-wrapper .spai-ml-10 {
  margin-left: 40px;
}
.landing-content-wrapper .spai-ml-2,.recommendation-widget-wrapper .spai-ml-2 {
  margin-left: 8px;
}
.landing-content-wrapper .spai-ml-3,.recommendation-widget-wrapper .spai-ml-3 {
  margin-left: 12px;
}
.landing-content-wrapper .spai-ml-4,.recommendation-widget-wrapper .spai-ml-4 {
  margin-left: 16px;
}
.landing-content-wrapper .spai-ml-5,.recommendation-widget-wrapper .spai-ml-5 {
  margin-left: 20px;
}
.landing-content-wrapper .spai-ml-\[2\%\],.recommendation-widget-wrapper .spai-ml-\[2\%\] {
  margin-left: 2%;
}
.landing-content-wrapper .spai-ml-\[2px\],.recommendation-widget-wrapper .spai-ml-\[2px\] {
  margin-left: 2px;
}
.landing-content-wrapper .spai-ml-\[3\%\],.recommendation-widget-wrapper .spai-ml-\[3\%\] {
  margin-left: 3%;
}
.landing-content-wrapper .spai-ml-\[5px\],.recommendation-widget-wrapper .spai-ml-\[5px\] {
  margin-left: 5px;
}
.landing-content-wrapper .spai-ml-auto,.recommendation-widget-wrapper .spai-ml-auto {
  margin-left: auto;
}
.landing-content-wrapper .spai-mr-0\.5,.recommendation-widget-wrapper .spai-mr-0\.5 {
  margin-right: 2px;
}
.landing-content-wrapper .spai-mr-1,.recommendation-widget-wrapper .spai-mr-1 {
  margin-right: 4px;
}
.landing-content-wrapper .spai-mr-1\.5,.recommendation-widget-wrapper .spai-mr-1\.5 {
  margin-right: 6px;
}
.landing-content-wrapper .spai-mr-2,.recommendation-widget-wrapper .spai-mr-2 {
  margin-right: 8px;
}
.landing-content-wrapper .spai-mr-3,.recommendation-widget-wrapper .spai-mr-3 {
  margin-right: 12px;
}
.landing-content-wrapper .spai-mr-4,.recommendation-widget-wrapper .spai-mr-4 {
  margin-right: 16px;
}
.landing-content-wrapper .spai-mr-\[5px\],.recommendation-widget-wrapper .spai-mr-\[5px\] {
  margin-right: 5px;
}
.landing-content-wrapper .spai-mr-auto,.recommendation-widget-wrapper .spai-mr-auto {
  margin-right: auto;
}
.landing-content-wrapper .spai-mt-0\.5,.recommendation-widget-wrapper .spai-mt-0\.5 {
  margin-top: 2px;
}
.landing-content-wrapper .spai-mt-1,.recommendation-widget-wrapper .spai-mt-1 {
  margin-top: 4px;
}
.landing-content-wrapper .spai-mt-1\.5,.recommendation-widget-wrapper .spai-mt-1\.5 {
  margin-top: 6px;
}
.landing-content-wrapper .spai-mt-2,.recommendation-widget-wrapper .spai-mt-2 {
  margin-top: 8px;
}
.landing-content-wrapper .spai-mt-3,.recommendation-widget-wrapper .spai-mt-3 {
  margin-top: 12px;
}
.landing-content-wrapper .spai-mt-4,.recommendation-widget-wrapper .spai-mt-4 {
  margin-top: 16px;
}
.landing-content-wrapper .spai-mt-8,.recommendation-widget-wrapper .spai-mt-8 {
  margin-top: 32px;
}
.landing-content-wrapper .spai-mt-\[0\.125rem\],.recommendation-widget-wrapper .spai-mt-\[0\.125rem\] {
  margin-top: 2px;
}
.landing-content-wrapper .spai-mt-\[10px\],.recommendation-widget-wrapper .spai-mt-\[10px\] {
  margin-top: 10px;
}
.landing-content-wrapper .spai-block,.recommendation-widget-wrapper .spai-block {
  display: block;
}
.landing-content-wrapper .spai-inline-block,.recommendation-widget-wrapper .spai-inline-block {
  display: inline-block;
}
.landing-content-wrapper .spai-flex,.recommendation-widget-wrapper .spai-flex {
  display: flex;
}
.landing-content-wrapper .spai-inline-flex,.recommendation-widget-wrapper .spai-inline-flex {
  display: inline-flex;
}
.landing-content-wrapper .\!spai-grid,.recommendation-widget-wrapper .\!spai-grid {
  display: grid !important;
}
.landing-content-wrapper .spai-grid,.recommendation-widget-wrapper .spai-grid {
  display: grid;
}
.landing-content-wrapper .\!spai-hidden,.recommendation-widget-wrapper .\!spai-hidden {
  display: none !important;
}
.landing-content-wrapper .spai-hidden,.recommendation-widget-wrapper .spai-hidden {
  display: none;
}
.landing-content-wrapper .spai-aspect-\[3\/4\],.recommendation-widget-wrapper .spai-aspect-\[3\/4\] {
  aspect-ratio: 3/4;
}
.landing-content-wrapper .spai-h-10,.recommendation-widget-wrapper .spai-h-10 {
  height: 40px;
}
.landing-content-wrapper .spai-h-20,.recommendation-widget-wrapper .spai-h-20 {
  height: 80px;
}
.landing-content-wrapper .spai-h-4,.recommendation-widget-wrapper .spai-h-4 {
  height: 16px;
}
.landing-content-wrapper .spai-h-5,.recommendation-widget-wrapper .spai-h-5 {
  height: 20px;
}
.landing-content-wrapper .spai-h-6,.recommendation-widget-wrapper .spai-h-6 {
  height: 24px;
}
.landing-content-wrapper .spai-h-7,.recommendation-widget-wrapper .spai-h-7 {
  height: 28px;
}
.landing-content-wrapper .spai-h-8,.recommendation-widget-wrapper .spai-h-8 {
  height: 32px;
}
.landing-content-wrapper .spai-h-\[1\.8rem\],.recommendation-widget-wrapper .spai-h-\[1\.8rem\] {
  height: 28.8px;
}
.landing-content-wrapper .spai-h-\[10px\],.recommendation-widget-wrapper .spai-h-\[10px\] {
  height: 10px;
}
.landing-content-wrapper .spai-h-\[12px\],.recommendation-widget-wrapper .spai-h-\[12px\] {
  height: 12px;
}
.landing-content-wrapper .spai-h-\[16px\],.recommendation-widget-wrapper .spai-h-\[16px\] {
  height: 16px;
}
.landing-content-wrapper .spai-h-\[18px\],.recommendation-widget-wrapper .spai-h-\[18px\] {
  height: 18px;
}
.landing-content-wrapper .spai-h-\[1px\],.recommendation-widget-wrapper .spai-h-\[1px\] {
  height: 1px;
}
.landing-content-wrapper .spai-h-\[2\.5rem\],.recommendation-widget-wrapper .spai-h-\[2\.5rem\] {
  height: 40px;
}
.landing-content-wrapper .spai-h-\[250px\],.recommendation-widget-wrapper .spai-h-\[250px\] {
  height: 250px;
}
.landing-content-wrapper .spai-h-\[25px\],.recommendation-widget-wrapper .spai-h-\[25px\] {
  height: 25px;
}
.landing-content-wrapper .spai-h-\[2px\],.recommendation-widget-wrapper .spai-h-\[2px\] {
  height: 2px;
}
.landing-content-wrapper .spai-h-\[30px\],.recommendation-widget-wrapper .spai-h-\[30px\] {
  height: 30px;
}
.landing-content-wrapper .spai-h-\[34px\],.recommendation-widget-wrapper .spai-h-\[34px\] {
  height: 34px;
}
.landing-content-wrapper .spai-h-\[35px\],.recommendation-widget-wrapper .spai-h-\[35px\] {
  height: 35px;
}
.landing-content-wrapper .spai-h-\[40px\],.recommendation-widget-wrapper .spai-h-\[40px\] {
  height: 40px;
}
.landing-content-wrapper .spai-h-\[52px\],.recommendation-widget-wrapper .spai-h-\[52px\] {
  height: 52px;
}
.landing-content-wrapper .spai-h-\[53px\],.recommendation-widget-wrapper .spai-h-\[53px\] {
  height: 53px;
}
.landing-content-wrapper .spai-h-\[59px\],.recommendation-widget-wrapper .spai-h-\[59px\] {
  height: 59px;
}
.landing-content-wrapper .spai-h-\[8px\],.recommendation-widget-wrapper .spai-h-\[8px\] {
  height: 8px;
}
.landing-content-wrapper .spai-h-auto,.recommendation-widget-wrapper .spai-h-auto {
  height: auto;
}
.landing-content-wrapper .spai-h-full,.recommendation-widget-wrapper .spai-h-full {
  height: 100%;
}
.landing-content-wrapper .spai-max-h-\[75\%\],.recommendation-widget-wrapper .spai-max-h-\[75\%\] {
  max-height: 75%;
}
.landing-content-wrapper .spai-max-h-full,.recommendation-widget-wrapper .spai-max-h-full {
  max-height: 100%;
}
.landing-content-wrapper .spai-min-h-0,.recommendation-widget-wrapper .spai-min-h-0 {
  min-height: 0px;
}
.landing-content-wrapper .spai-min-h-5,.recommendation-widget-wrapper .spai-min-h-5 {
  min-height: 20px;
}
.landing-content-wrapper .spai-w-1\/6,.recommendation-widget-wrapper .spai-w-1\/6 {
  width: 16.666667%;
}
.landing-content-wrapper .spai-w-10,.recommendation-widget-wrapper .spai-w-10 {
  width: 40px;
}
.landing-content-wrapper .spai-w-16,.recommendation-widget-wrapper .spai-w-16 {
  width: 64px;
}
.landing-content-wrapper .spai-w-4,.recommendation-widget-wrapper .spai-w-4 {
  width: 16px;
}
.landing-content-wrapper .spai-w-5,.recommendation-widget-wrapper .spai-w-5 {
  width: 20px;
}
.landing-content-wrapper .spai-w-6,.recommendation-widget-wrapper .spai-w-6 {
  width: 24px;
}
.landing-content-wrapper .spai-w-7,.recommendation-widget-wrapper .spai-w-7 {
  width: 28px;
}
.landing-content-wrapper .spai-w-8,.recommendation-widget-wrapper .spai-w-8 {
  width: 32px;
}
.landing-content-wrapper .spai-w-\[1\.8rem\],.recommendation-widget-wrapper .spai-w-\[1\.8rem\] {
  width: 28.8px;
}
.landing-content-wrapper .spai-w-\[100px\],.recommendation-widget-wrapper .spai-w-\[100px\] {
  width: 100px;
}
.landing-content-wrapper .spai-w-\[10px\],.recommendation-widget-wrapper .spai-w-\[10px\] {
  width: 10px;
}
.landing-content-wrapper .spai-w-\[12px\],.recommendation-widget-wrapper .spai-w-\[12px\] {
  width: 12px;
}
.landing-content-wrapper .spai-w-\[14px\],.recommendation-widget-wrapper .spai-w-\[14px\] {
  width: 14px;
}
.landing-content-wrapper .spai-w-\[16px\],.recommendation-widget-wrapper .spai-w-\[16px\] {
  width: 16px;
}
.landing-content-wrapper .spai-w-\[18px\],.recommendation-widget-wrapper .spai-w-\[18px\] {
  width: 18px;
}
.landing-content-wrapper .spai-w-\[2\.5rem\],.recommendation-widget-wrapper .spai-w-\[2\.5rem\] {
  width: 40px;
}
.landing-content-wrapper .spai-w-\[25px\],.recommendation-widget-wrapper .spai-w-\[25px\] {
  width: 25px;
}
.landing-content-wrapper .spai-w-\[30px\],.recommendation-widget-wrapper .spai-w-\[30px\] {
  width: 30px;
}
.landing-content-wrapper .spai-w-\[35px\],.recommendation-widget-wrapper .spai-w-\[35px\] {
  width: 35px;
}
.landing-content-wrapper .spai-w-\[40px\],.recommendation-widget-wrapper .spai-w-\[40px\] {
  width: 40px;
}
.landing-content-wrapper .spai-w-\[60px\],.recommendation-widget-wrapper .spai-w-\[60px\] {
  width: 60px;
}
.landing-content-wrapper .spai-w-\[8px\],.recommendation-widget-wrapper .spai-w-\[8px\] {
  width: 8px;
}
.landing-content-wrapper .spai-w-\[90\%\],.recommendation-widget-wrapper .spai-w-\[90\%\] {
  width: 90%;
}
.landing-content-wrapper .spai-w-\[full\],.recommendation-widget-wrapper .spai-w-\[full\] {
  width: full;
}
.landing-content-wrapper .spai-w-auto,.recommendation-widget-wrapper .spai-w-auto {
  width: auto;
}
.landing-content-wrapper .spai-w-fit,.recommendation-widget-wrapper .spai-w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.landing-content-wrapper .spai-w-full,.recommendation-widget-wrapper .spai-w-full {
  width: 100%;
}
.landing-content-wrapper .spai-min-w-0,.recommendation-widget-wrapper .spai-min-w-0 {
  min-width: 0px;
}
.landing-content-wrapper .spai-min-w-\[200px\],.recommendation-widget-wrapper .spai-min-w-\[200px\] {
  min-width: 200px;
}
.landing-content-wrapper .spai-min-w-\[230px\],.recommendation-widget-wrapper .spai-min-w-\[230px\] {
  min-width: 230px;
}
.landing-content-wrapper .spai-min-w-\[40px\],.recommendation-widget-wrapper .spai-min-w-\[40px\] {
  min-width: 40px;
}
.landing-content-wrapper .spai-min-w-\[70px\],.recommendation-widget-wrapper .spai-min-w-\[70px\] {
  min-width: 70px;
}
.landing-content-wrapper .spai-min-w-max,.recommendation-widget-wrapper .spai-min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}
.landing-content-wrapper .spai-max-w-14,.recommendation-widget-wrapper .spai-max-w-14 {
  max-width: 56px;
}
.landing-content-wrapper .spai-max-w-\[100px\],.recommendation-widget-wrapper .spai-max-w-\[100px\] {
  max-width: 100px;
}
.landing-content-wrapper .spai-max-w-\[200px\],.recommendation-widget-wrapper .spai-max-w-\[200px\] {
  max-width: 200px;
}
.landing-content-wrapper .spai-max-w-\[500px\],.recommendation-widget-wrapper .spai-max-w-\[500px\] {
  max-width: 500px;
}
.landing-content-wrapper .spai-max-w-\[80\%\],.recommendation-widget-wrapper .spai-max-w-\[80\%\] {
  max-width: 80%;
}
.landing-content-wrapper .spai-max-w-full,.recommendation-widget-wrapper .spai-max-w-full {
  max-width: 100%;
}
.landing-content-wrapper .spai-max-w-none,.recommendation-widget-wrapper .spai-max-w-none {
  max-width: none;
}
.landing-content-wrapper .spai-flex-1,.recommendation-widget-wrapper .spai-flex-1 {
  flex: 1 1 0%;
}
.landing-content-wrapper .spai-flex-auto,.recommendation-widget-wrapper .spai-flex-auto {
  flex: 1 1 auto;
}
.landing-content-wrapper .spai-flex-shrink-0,.recommendation-widget-wrapper .spai-flex-shrink-0 {
  flex-shrink: 0;
}
.landing-content-wrapper .spai-shrink-0,.recommendation-widget-wrapper .spai-shrink-0 {
  flex-shrink: 0;
}
.landing-content-wrapper .spai-grow,.recommendation-widget-wrapper .spai-grow {
  flex-grow: 1;
}
.landing-content-wrapper .spai-grow-0,.recommendation-widget-wrapper .spai-grow-0 {
  flex-grow: 0;
}
.landing-content-wrapper .-spai-translate-x-\[50\%\],.recommendation-widget-wrapper .-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 .-spai-translate-y-1\/2,.recommendation-widget-wrapper .-spai-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 .spai-translate-x-\[-50\%\],.recommendation-widget-wrapper .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 .spai-translate-x-full,.recommendation-widget-wrapper .spai-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 .spai-translate-y-\[-50\%\],.recommendation-widget-wrapper .spai-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 .spai-translate-y-\[50\%\],.recommendation-widget-wrapper .spai-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 .spai-translate-y-full,.recommendation-widget-wrapper .spai-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 .spai-rotate-\[-135deg\],.recommendation-widget-wrapper .spai-rotate-\[-135deg\] {
  --tw-rotate: -135deg;
  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\],.recommendation-widget-wrapper .spai-rotate-\[-45deg\] {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.landing-content-wrapper .spai-rotate-\[45deg\],.recommendation-widget-wrapper .spai-rotate-\[45deg\] {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spai-pulse {
  50% {
    opacity: .5;
  }
}
.landing-content-wrapper .spai-animate-pulse,.recommendation-widget-wrapper .spai-animate-pulse {
  animation: spai-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spai-spin {
  to {
    transform: rotate(360deg);
  }
}
.landing-content-wrapper .spai-animate-spin,.recommendation-widget-wrapper .spai-animate-spin {
  animation: spai-spin 1s linear infinite;
}
.landing-content-wrapper .spai-cursor-auto,.recommendation-widget-wrapper .spai-cursor-auto {
  cursor: auto;
}
.landing-content-wrapper .spai-cursor-pointer,.recommendation-widget-wrapper .spai-cursor-pointer {
  cursor: pointer;
}
.landing-content-wrapper .spai-cursor-zoom-in,.recommendation-widget-wrapper .spai-cursor-zoom-in {
  cursor: zoom-in;
}
.landing-content-wrapper .spai-select-none,.recommendation-widget-wrapper .spai-select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.landing-content-wrapper .spai-grid-cols-2,.recommendation-widget-wrapper .spai-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.landing-content-wrapper .spai-grid-cols-6,.recommendation-widget-wrapper .spai-grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.landing-content-wrapper .spai-flex-row,.recommendation-widget-wrapper .spai-flex-row {
  flex-direction: row;
}
.landing-content-wrapper .spai-flex-col,.recommendation-widget-wrapper .spai-flex-col {
  flex-direction: column;
}
.landing-content-wrapper .spai-flex-wrap,.recommendation-widget-wrapper .spai-flex-wrap {
  flex-wrap: wrap;
}
.landing-content-wrapper .spai-flex-nowrap,.recommendation-widget-wrapper .spai-flex-nowrap {
  flex-wrap: nowrap;
}
.landing-content-wrapper .spai-items-start,.recommendation-widget-wrapper .spai-items-start {
  align-items: flex-start;
}
.landing-content-wrapper .spai-items-end,.recommendation-widget-wrapper .spai-items-end {
  align-items: flex-end;
}
.landing-content-wrapper .spai-items-center,.recommendation-widget-wrapper .spai-items-center {
  align-items: center;
}
.landing-content-wrapper .spai-items-stretch,.recommendation-widget-wrapper .spai-items-stretch {
  align-items: stretch;
}
.landing-content-wrapper .spai-justify-normal,.recommendation-widget-wrapper .spai-justify-normal {
  justify-content: normal;
}
.landing-content-wrapper .spai-justify-start,.recommendation-widget-wrapper .spai-justify-start {
  justify-content: flex-start;
}
.landing-content-wrapper .spai-justify-end,.recommendation-widget-wrapper .spai-justify-end {
  justify-content: flex-end;
}
.landing-content-wrapper .spai-justify-center,.recommendation-widget-wrapper .spai-justify-center {
  justify-content: center;
}
.landing-content-wrapper .spai-justify-between,.recommendation-widget-wrapper .spai-justify-between {
  justify-content: space-between;
}
.landing-content-wrapper .spai-gap-0,.recommendation-widget-wrapper .spai-gap-0 {
  gap: 0px;
}
.landing-content-wrapper .spai-gap-0\.5,.recommendation-widget-wrapper .spai-gap-0\.5 {
  gap: 2px;
}
.landing-content-wrapper .spai-gap-1,.recommendation-widget-wrapper .spai-gap-1 {
  gap: 4px;
}
.landing-content-wrapper .spai-gap-2,.recommendation-widget-wrapper .spai-gap-2 {
  gap: 8px;
}
.landing-content-wrapper .spai-gap-3,.recommendation-widget-wrapper .spai-gap-3 {
  gap: 12px;
}
.landing-content-wrapper .spai-gap-4,.recommendation-widget-wrapper .spai-gap-4 {
  gap: 16px;
}
.landing-content-wrapper .spai-gap-6,.recommendation-widget-wrapper .spai-gap-6 {
  gap: 24px;
}
.landing-content-wrapper .spai-gap-\[2px\],.recommendation-widget-wrapper .spai-gap-\[2px\] {
  gap: 2px;
}
.landing-content-wrapper .spai-self-center,.recommendation-widget-wrapper .spai-self-center {
  align-self: center;
}
.landing-content-wrapper .spai-self-stretch,.recommendation-widget-wrapper .spai-self-stretch {
  align-self: stretch;
}
.landing-content-wrapper .spai-overflow-hidden,.recommendation-widget-wrapper .spai-overflow-hidden {
  overflow: hidden;
}
.landing-content-wrapper .spai-overflow-visible,.recommendation-widget-wrapper .spai-overflow-visible {
  overflow: visible;
}
.landing-content-wrapper .spai-overflow-x-auto,.recommendation-widget-wrapper .spai-overflow-x-auto {
  overflow-x: auto;
}
.landing-content-wrapper .spai-truncate,.recommendation-widget-wrapper .spai-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.landing-content-wrapper .spai-whitespace-nowrap,.recommendation-widget-wrapper .spai-whitespace-nowrap {
  white-space: nowrap;
}
.landing-content-wrapper .spai-break-words,.recommendation-widget-wrapper .spai-break-words {
  overflow-wrap: break-word;
}
.landing-content-wrapper .spai-rounded,.recommendation-widget-wrapper .spai-rounded {
  border-radius: 4px;
}
.landing-content-wrapper .spai-rounded-\[1\.8rem\],.recommendation-widget-wrapper .spai-rounded-\[1\.8rem\] {
  border-radius: 28.8px;
}
.landing-content-wrapper .spai-rounded-\[10px\],.recommendation-widget-wrapper .spai-rounded-\[10px\] {
  border-radius: 10px;
}
.landing-content-wrapper .spai-rounded-\[12px\],.recommendation-widget-wrapper .spai-rounded-\[12px\] {
  border-radius: 12px;
}
.landing-content-wrapper .spai-rounded-\[14px\],.recommendation-widget-wrapper .spai-rounded-\[14px\] {
  border-radius: 14px;
}
.landing-content-wrapper .spai-rounded-\[15px\],.recommendation-widget-wrapper .spai-rounded-\[15px\] {
  border-radius: 15px;
}
.landing-content-wrapper .spai-rounded-\[17px\],.recommendation-widget-wrapper .spai-rounded-\[17px\] {
  border-radius: 17px;
}
.landing-content-wrapper .spai-rounded-\[19px\],.recommendation-widget-wrapper .spai-rounded-\[19px\] {
  border-radius: 19px;
}
.landing-content-wrapper .spai-rounded-\[1px\],.recommendation-widget-wrapper .spai-rounded-\[1px\] {
  border-radius: 1px;
}
.landing-content-wrapper .spai-rounded-\[2\.5rem\],.recommendation-widget-wrapper .spai-rounded-\[2\.5rem\] {
  border-radius: 40px;
}
.landing-content-wrapper .spai-rounded-\[2px\],.recommendation-widget-wrapper .spai-rounded-\[2px\] {
  border-radius: 2px;
}
.landing-content-wrapper .spai-rounded-\[4px\],.recommendation-widget-wrapper .spai-rounded-\[4px\] {
  border-radius: 4px;
}
.landing-content-wrapper .spai-rounded-\[50\%\],.recommendation-widget-wrapper .spai-rounded-\[50\%\] {
  border-radius: 50%;
}
.landing-content-wrapper .spai-rounded-\[5px\],.recommendation-widget-wrapper .spai-rounded-\[5px\] {
  border-radius: 5px;
}
.landing-content-wrapper .spai-rounded-\[6px\],.recommendation-widget-wrapper .spai-rounded-\[6px\] {
  border-radius: 6px;
}
.landing-content-wrapper .spai-rounded-\[8px\],.recommendation-widget-wrapper .spai-rounded-\[8px\] {
  border-radius: 8px;
}
.landing-content-wrapper .spai-rounded-full,.recommendation-widget-wrapper .spai-rounded-full {
  border-radius: 9999px;
}
.landing-content-wrapper .spai-rounded-md,.recommendation-widget-wrapper .spai-rounded-md {
  border-radius: 6px;
}
.landing-content-wrapper .spai-rounded-none,.recommendation-widget-wrapper .spai-rounded-none {
  border-radius: 0px;
}
.landing-content-wrapper .spai-rounded-l,.recommendation-widget-wrapper .spai-rounded-l {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.landing-content-wrapper .spai-rounded-r,.recommendation-widget-wrapper .spai-rounded-r {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.landing-content-wrapper .spai-rounded-bl-\[7px\],.recommendation-widget-wrapper .spai-rounded-bl-\[7px\] {
  border-bottom-left-radius: 7px;
}
.landing-content-wrapper .spai-rounded-bl-lg,.recommendation-widget-wrapper .spai-rounded-bl-lg {
  border-bottom-left-radius: 8px;
}
.landing-content-wrapper .spai-rounded-br-\[7px\],.recommendation-widget-wrapper .spai-rounded-br-\[7px\] {
  border-bottom-right-radius: 7px;
}
.landing-content-wrapper .spai-rounded-br-lg,.recommendation-widget-wrapper .spai-rounded-br-lg {
  border-bottom-right-radius: 8px;
}
.landing-content-wrapper .spai-rounded-tl,.recommendation-widget-wrapper .spai-rounded-tl {
  border-top-left-radius: 4px;
}
.landing-content-wrapper .spai-rounded-tl-\[7px\],.recommendation-widget-wrapper .spai-rounded-tl-\[7px\] {
  border-top-left-radius: 7px;
}
.landing-content-wrapper .spai-rounded-tl-lg,.recommendation-widget-wrapper .spai-rounded-tl-lg {
  border-top-left-radius: 8px;
}
.landing-content-wrapper .spai-rounded-tr,.recommendation-widget-wrapper .spai-rounded-tr {
  border-top-right-radius: 4px;
}
.landing-content-wrapper .spai-rounded-tr-\[7px\],.recommendation-widget-wrapper .spai-rounded-tr-\[7px\] {
  border-top-right-radius: 7px;
}
.landing-content-wrapper .spai-rounded-tr-lg,.recommendation-widget-wrapper .spai-rounded-tr-lg {
  border-top-right-radius: 8px;
}
.landing-content-wrapper .spai-border,.recommendation-widget-wrapper .spai-border {
  border-width: 1px;
}
.landing-content-wrapper .spai-border-2,.recommendation-widget-wrapper .spai-border-2 {
  border-width: 2px;
}
.landing-content-wrapper .spai-border-\[0\.5px\],.recommendation-widget-wrapper .spai-border-\[0\.5px\] {
  border-width: 0.5px;
}
.landing-content-wrapper .spai-border-\[1px\],.recommendation-widget-wrapper .spai-border-\[1px\] {
  border-width: 1px;
}
.landing-content-wrapper .spai-border-\[2px\],.recommendation-widget-wrapper .spai-border-\[2px\] {
  border-width: 2px;
}
.landing-content-wrapper .spai-border-y,.recommendation-widget-wrapper .spai-border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.landing-content-wrapper .spai-border-b,.recommendation-widget-wrapper .spai-border-b {
  border-bottom-width: 1px;
}
.landing-content-wrapper .spai-border-b-\[1px\],.recommendation-widget-wrapper .spai-border-b-\[1px\] {
  border-bottom-width: 1px;
}
.landing-content-wrapper .spai-border-l-0,.recommendation-widget-wrapper .spai-border-l-0 {
  border-left-width: 0px;
}
.landing-content-wrapper .spai-border-r,.recommendation-widget-wrapper .spai-border-r {
  border-right-width: 1px;
}
.landing-content-wrapper .spai-border-r-0,.recommendation-widget-wrapper .spai-border-r-0 {
  border-right-width: 0px;
}
.landing-content-wrapper .spai-border-r-2,.recommendation-widget-wrapper .spai-border-r-2 {
  border-right-width: 2px;
}
.landing-content-wrapper .spai-border-t,.recommendation-widget-wrapper .spai-border-t {
  border-top-width: 1px;
}
.landing-content-wrapper .spai-border-t-2,.recommendation-widget-wrapper .spai-border-t-2 {
  border-top-width: 2px;
}
.landing-content-wrapper .spai-border-solid,.recommendation-widget-wrapper .spai-border-solid {
  border-style: solid;
}
.landing-content-wrapper .spai-border-none,.recommendation-widget-wrapper .spai-border-none {
  border-style: none;
}
.landing-content-wrapper .spai-border-\[\#000\],.recommendation-widget-wrapper .spai-border-\[\#000\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.landing-content-wrapper .spai-border-\[\#E0E0E0\],.recommendation-widget-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\],.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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-red-500,.recommendation-widget-wrapper .spai-border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.landing-content-wrapper .spai-border-transparent,.recommendation-widget-wrapper .spai-border-transparent {
  border-color: transparent;
}
.landing-content-wrapper .spai-border-white,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-wrapper .spai-border-opacity-50 {
  --tw-border-opacity: 0.5;
}
.landing-content-wrapper .spai-bg-\[\#000000\],.recommendation-widget-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\],.recommendation-widget-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\],.recommendation-widget-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\],.recommendation-widget-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\],.recommendation-widget-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\],.recommendation-widget-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\],.recommendation-widget-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\],.recommendation-widget-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\],.recommendation-widget-wrapper .spai-bg-\[\#FAF5EF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 239 / var(--tw-bg-opacity, 1));
}
.landing-content-wrapper .spai-bg-\[\#FCECEC\],.recommendation-widget-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\],.recommendation-widget-wrapper .spai-bg-\[\#FFE7E7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 231 231 / var(--tw-bg-opacity, 1));
}
.landing-content-wrapper .spai-bg-\[\#fcf7e6\],.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-wrapper .spai-bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.landing-content-wrapper .spai-bg-gray-100,.recommendation-widget-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-spangle-blue-light,.recommendation-widget-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,.recommendation-widget-wrapper .spai-bg-transparent {
  background-color: transparent;
}
.landing-content-wrapper .spai-bg-white,.recommendation-widget-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,.recommendation-widget-wrapper .spai-bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.landing-content-wrapper .spai-bg-gradient-to-b,.recommendation-widget-wrapper .spai-bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.landing-content-wrapper .spai-bg-gradient-to-r,.recommendation-widget-wrapper .spai-bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.landing-content-wrapper .spai-from-\[\#B539E6\],.recommendation-widget-wrapper .spai-from-\[\#B539E6\] {
  --tw-gradient-from: #B539E6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(181 57 230 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.landing-content-wrapper .spai-from-\[rgba\(192\,205\,223\,1\)\],.recommendation-widget-wrapper .spai-from-\[rgba\(192\,205\,223\,1\)\] {
  --tw-gradient-from: rgba(192,205,223,1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(192, 205, 223, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.landing-content-wrapper .spai-to-\[\#3100FF\],.recommendation-widget-wrapper .spai-to-\[\#3100FF\] {
  --tw-gradient-to: #3100FF var(--tw-gradient-to-position);
}
.landing-content-wrapper .spai-to-white,.recommendation-widget-wrapper .spai-to-white {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}
.landing-content-wrapper .spai-object-contain,.recommendation-widget-wrapper .spai-object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.landing-content-wrapper .spai-object-cover,.recommendation-widget-wrapper .spai-object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.landing-content-wrapper .spai-p-2,.recommendation-widget-wrapper .spai-p-2 {
  padding: 8px;
}
.landing-content-wrapper .spai-p-4,.recommendation-widget-wrapper .spai-p-4 {
  padding: 16px;
}
.landing-content-wrapper .spai-p-\[1px\],.recommendation-widget-wrapper .spai-p-\[1px\] {
  padding: 1px;
}
.landing-content-wrapper .spai-px-0,.recommendation-widget-wrapper .spai-px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.landing-content-wrapper .spai-px-2,.recommendation-widget-wrapper .spai-px-2 {
  padding-left: 8px;
  padding-right: 8px;
}
.landing-content-wrapper .spai-px-2\.5,.recommendation-widget-wrapper .spai-px-2\.5 {
  padding-left: 10px;
  padding-right: 10px;
}
.landing-content-wrapper .spai-px-3,.recommendation-widget-wrapper .spai-px-3 {
  padding-left: 12px;
  padding-right: 12px;
}
.landing-content-wrapper .spai-px-4,.recommendation-widget-wrapper .spai-px-4 {
  padding-left: 16px;
  padding-right: 16px;
}
.landing-content-wrapper .spai-px-7,.recommendation-widget-wrapper .spai-px-7 {
  padding-left: 28px;
  padding-right: 28px;
}
.landing-content-wrapper .spai-px-\[12px\],.recommendation-widget-wrapper .spai-px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}
.landing-content-wrapper .spai-px-\[1px\],.recommendation-widget-wrapper .spai-px-\[1px\] {
  padding-left: 1px;
  padding-right: 1px;
}
.landing-content-wrapper .spai-px-\[2px\],.recommendation-widget-wrapper .spai-px-\[2px\] {
  padding-left: 2px;
  padding-right: 2px;
}
.landing-content-wrapper .spai-py-0\.5,.recommendation-widget-wrapper .spai-py-0\.5 {
  padding-top: 2px;
  padding-bottom: 2px;
}
.landing-content-wrapper .spai-py-1,.recommendation-widget-wrapper .spai-py-1 {
  padding-top: 4px;
  padding-bottom: 4px;
}
.landing-content-wrapper .spai-py-1\.5,.recommendation-widget-wrapper .spai-py-1\.5 {
  padding-top: 6px;
  padding-bottom: 6px;
}
.landing-content-wrapper .spai-py-2,.recommendation-widget-wrapper .spai-py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.landing-content-wrapper .spai-py-2\.5,.recommendation-widget-wrapper .spai-py-2\.5 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.landing-content-wrapper .spai-py-3,.recommendation-widget-wrapper .spai-py-3 {
  padding-top: 12px;
  padding-bottom: 12px;
}
.landing-content-wrapper .spai-py-4,.recommendation-widget-wrapper .spai-py-4 {
  padding-top: 16px;
  padding-bottom: 16px;
}
.landing-content-wrapper .spai-py-5,.recommendation-widget-wrapper .spai-py-5 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.landing-content-wrapper .spai-py-\[10px\],.recommendation-widget-wrapper .spai-py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.landing-content-wrapper .spai-py-\[1px\],.recommendation-widget-wrapper .spai-py-\[1px\] {
  padding-top: 1px;
  padding-bottom: 1px;
}
.landing-content-wrapper .spai-py-\[26px\],.recommendation-widget-wrapper .spai-py-\[26px\] {
  padding-top: 26px;
  padding-bottom: 26px;
}
.landing-content-wrapper .spai-py-\[5px\],.recommendation-widget-wrapper .spai-py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.landing-content-wrapper .spai-py-\[6px\],.recommendation-widget-wrapper .spai-py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}
.landing-content-wrapper .spai-py-\[8px\],.recommendation-widget-wrapper .spai-py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.landing-content-wrapper .spai-pb-2,.recommendation-widget-wrapper .spai-pb-2 {
  padding-bottom: 8px;
}
.landing-content-wrapper .spai-pb-3,.recommendation-widget-wrapper .spai-pb-3 {
  padding-bottom: 12px;
}
.landing-content-wrapper .spai-pb-4,.recommendation-widget-wrapper .spai-pb-4 {
  padding-bottom: 16px;
}
.landing-content-wrapper .spai-pb-\[1px\],.recommendation-widget-wrapper .spai-pb-\[1px\] {
  padding-bottom: 1px;
}
.landing-content-wrapper .spai-pl-4,.recommendation-widget-wrapper .spai-pl-4 {
  padding-left: 16px;
}
.landing-content-wrapper .spai-pr-2,.recommendation-widget-wrapper .spai-pr-2 {
  padding-right: 8px;
}
.landing-content-wrapper .spai-pr-4,.recommendation-widget-wrapper .spai-pr-4 {
  padding-right: 16px;
}
.landing-content-wrapper .spai-pt-3,.recommendation-widget-wrapper .spai-pt-3 {
  padding-top: 12px;
}
.landing-content-wrapper .spai-pt-7,.recommendation-widget-wrapper .spai-pt-7 {
  padding-top: 28px;
}
.landing-content-wrapper .spai-pt-\[1px\],.recommendation-widget-wrapper .spai-pt-\[1px\] {
  padding-top: 1px;
}
.landing-content-wrapper .spai-text-left,.recommendation-widget-wrapper .spai-text-left {
  text-align: left;
}
.landing-content-wrapper .spai-text-center,.recommendation-widget-wrapper .spai-text-center {
  text-align: center;
}
.landing-content-wrapper .spai-text-right,.recommendation-widget-wrapper .spai-text-right {
  text-align: right;
}
.landing-content-wrapper .spai-text-2xl,.recommendation-widget-wrapper .spai-text-2xl {
  font-size: 24px;
  line-height: 32px;
}
.landing-content-wrapper .spai-text-\[10px\],.recommendation-widget-wrapper .spai-text-\[10px\] {
  font-size: 10px;
}
.landing-content-wrapper .spai-text-\[12px\],.recommendation-widget-wrapper .spai-text-\[12px\] {
  font-size: 12px;
}
.landing-content-wrapper .spai-text-\[13px\],.recommendation-widget-wrapper .spai-text-\[13px\] {
  font-size: 13px;
}
.landing-content-wrapper .spai-text-\[14px\],.recommendation-widget-wrapper .spai-text-\[14px\] {
  font-size: 14px;
}
.landing-content-wrapper .spai-text-\[20px\],.recommendation-widget-wrapper .spai-text-\[20px\] {
  font-size: 20px;
}
.landing-content-wrapper .spai-text-\[24px\],.recommendation-widget-wrapper .spai-text-\[24px\] {
  font-size: 24px;
}
.landing-content-wrapper .spai-text-base,.recommendation-widget-wrapper .spai-text-base {
  font-size: 16px;
  line-height: 24px;
}
.landing-content-wrapper .spai-text-sm,.recommendation-widget-wrapper .spai-text-sm {
  font-size: 14px;
  line-height: 20px;
}
.landing-content-wrapper .spai-text-xl,.recommendation-widget-wrapper .spai-text-xl {
  font-size: 20px;
  line-height: 28px;
}
.landing-content-wrapper .spai-text-xs,.recommendation-widget-wrapper .spai-text-xs {
  font-size: 12px;
  line-height: 16px;
}
.landing-content-wrapper .spai-font-\[600\],.recommendation-widget-wrapper .spai-font-\[600\] {
  font-weight: 600;
}
.landing-content-wrapper .spai-font-bold,.recommendation-widget-wrapper .spai-font-bold {
  font-weight: 700;
}
.landing-content-wrapper .spai-font-medium,.recommendation-widget-wrapper .spai-font-medium {
  font-weight: 500;
}
.landing-content-wrapper .spai-font-semibold,.recommendation-widget-wrapper .spai-font-semibold {
  font-weight: 600;
}
.landing-content-wrapper .spai-leading-3,.recommendation-widget-wrapper .spai-leading-3 {
  line-height: 12px;
}
.landing-content-wrapper .spai-leading-6,.recommendation-widget-wrapper .spai-leading-6 {
  line-height: 24px;
}
.landing-content-wrapper .spai-leading-7,.recommendation-widget-wrapper .spai-leading-7 {
  line-height: 28px;
}
.landing-content-wrapper .spai-leading-\[18px\],.recommendation-widget-wrapper .spai-leading-\[18px\] {
  line-height: 18px;
}
.landing-content-wrapper .spai-leading-\[24px\],.recommendation-widget-wrapper .spai-leading-\[24px\] {
  line-height: 24px;
}
.landing-content-wrapper .spai-tracking-\[0\.5px\],.recommendation-widget-wrapper .spai-tracking-\[0\.5px\] {
  letter-spacing: 0.5px;
}
.landing-content-wrapper .spai-text-\[\#000\],.recommendation-widget-wrapper .spai-text-\[\#000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.landing-content-wrapper .spai-text-\[\#3E3B39\],.recommendation-widget-wrapper .spai-text-\[\#3E3B39\] {
  --tw-text-opacity: 1;
  color: rgb(62 59 57 / var(--tw-text-opacity, 1));
}
.landing-content-wrapper .spai-text-\[\#424242\],.recommendation-widget-wrapper .spai-text-\[\#424242\] {
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity, 1));
}
.landing-content-wrapper .spai-text-\[\#616161\],.recommendation-widget-wrapper .spai-text-\[\#616161\] {
  --tw-text-opacity: 1;
  color: rgb(97 97 97 / var(--tw-text-opacity, 1));
}
.landing-content-wrapper .spai-text-\[\#626262\],.recommendation-widget-wrapper .spai-text-\[\#626262\] {
  --tw-text-opacity: 1;
  color: rgb(98 98 98 / var(--tw-text-opacity, 1));
}
.landing-content-wrapper .spai-text-\[\#B20000\],.recommendation-widget-wrapper .spai-text-\[\#B20000\] {
  --tw-text-opacity: 1;
  color: rgb(178 0 0 / var(--tw-text-opacity, 1));
}
.landing-content-wrapper .spai-text-\[\#C90000\],.recommendation-widget-wrapper .spai-text-\[\#C90000\] {
  --tw-text-opacity: 1;
  color: rgb(201 0 0 / var(--tw-text-opacity, 1));
}
.landing-content-wrapper .spai-text-\[\#CA0000\],.recommendation-widget-wrapper .spai-text-\[\#CA0000\] {
  --tw-text-opacity: 1;
  color: rgb(202 0 0 / var(--tw-text-opacity, 1));
}
.landing-content-wrapper .spai-text-\[\#e0e0e0\],.recommendation-widget-wrapper .spai-text-\[\#e0e0e0\] {
  --tw-text-opacity: 1;
  color: rgb(224 224 224 / var(--tw-text-opacity, 1));
}
.landing-content-wrapper .spai-text-black,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-wrapper .spai-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.landing-content-wrapper .spai-underline,.recommendation-widget-wrapper .spai-underline {
  text-decoration-line: underline;
}
.landing-content-wrapper .spai-line-through,.recommendation-widget-wrapper .spai-line-through {
  text-decoration-line: line-through;
}
.landing-content-wrapper .spai-no-underline,.recommendation-widget-wrapper .spai-no-underline {
  text-decoration-line: none;
}
.landing-content-wrapper .spai-opacity-0,.recommendation-widget-wrapper .spai-opacity-0 {
  opacity: 0;
}
.landing-content-wrapper .spai-opacity-100,.recommendation-widget-wrapper .spai-opacity-100 {
  opacity: 1;
}
.landing-content-wrapper .spai-opacity-50,.recommendation-widget-wrapper .spai-opacity-50 {
  opacity: 0.5;
}
.landing-content-wrapper .spai-opacity-70,.recommendation-widget-wrapper .spai-opacity-70 {
  opacity: 0.7;
}
.landing-content-wrapper .spai-opacity-80,.recommendation-widget-wrapper .spai-opacity-80 {
  opacity: 0.8;
}
.landing-content-wrapper .spai-opacity-85,.recommendation-widget-wrapper .spai-opacity-85 {
  opacity: 0.85;
}
.landing-content-wrapper .spai-opacity-90,.recommendation-widget-wrapper .spai-opacity-90 {
  opacity: 0.9;
}
.landing-content-wrapper .spai-opacity-\[35\],.recommendation-widget-wrapper .spai-opacity-\[35\] {
  opacity: 35;
}
.landing-content-wrapper .spai-shadow-\[0_0_0_2px_white\],.recommendation-widget-wrapper .spai-shadow-\[0_0_0_2px_white\] {
  --tw-shadow: 0 0 0 2px white;
  --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);
}
.landing-content-wrapper .spai-shadow-md,.recommendation-widget-wrapper .spai-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 .spai-shadow-xl,.recommendation-widget-wrapper .spai-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 .spai-shadow-black,.recommendation-widget-wrapper .spai-shadow-black {
  --tw-shadow-color: #000;
  --tw-shadow: var(--tw-shadow-colored);
}
.landing-content-wrapper .spai-outline-none,.recommendation-widget-wrapper .spai-outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.landing-content-wrapper .\!spai-transition-opacity,.recommendation-widget-wrapper .\!spai-transition-opacity {
  transition-property: opacity !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.landing-content-wrapper .spai-transition-\[left\],.recommendation-widget-wrapper .spai-transition-\[left\] {
  transition-property: left;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.landing-content-wrapper .spai-transition-all,.recommendation-widget-wrapper .spai-transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.landing-content-wrapper .spai-transition-colors,.recommendation-widget-wrapper .spai-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 .spai-transition-opacity,.recommendation-widget-wrapper .spai-transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.landing-content-wrapper .spai-transition-transform,.recommendation-widget-wrapper .spai-transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.landing-content-wrapper .\!spai-duration-500,.recommendation-widget-wrapper .\!spai-duration-500 {
  transition-duration: 500ms !important;
}
.landing-content-wrapper .spai-duration-200,.recommendation-widget-wrapper .spai-duration-200 {
  transition-duration: 200ms;
}
.landing-content-wrapper .spai-duration-300,.recommendation-widget-wrapper .spai-duration-300 {
  transition-duration: 300ms;
}
.landing-content-wrapper .\!spai-ease-in,.recommendation-widget-wrapper .\!spai-ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}
.landing-content-wrapper .spai-ease-in-out,.recommendation-widget-wrapper .spai-ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.landing-content-wrapper .spai-content-\[\'\'\],.recommendation-widget-wrapper .spai-content-\[\'\'\] {
  --tw-content: '';
  content: var(--tw-content);
}
.landing-content-wrapper .\[-ms-overflow-style\:none\],.recommendation-widget-wrapper .\[-ms-overflow-style\:none\] {
  -ms-overflow-style: none;
}
.landing-content-wrapper .\[scrollbar-width\:none\],.recommendation-widget-wrapper .\[scrollbar-width\:none\] {
  scrollbar-width: none;
}

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

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

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

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

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

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

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

@media (hover: hover) and (pointer: fine) {
  .landing-content-wrapper .hover\:spai-border-gray-400:hover,.recommendation-widget-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-text-gray-700:hover,.recommendation-widget-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,.recommendation-widget-wrapper .hover\:spai-underline:hover {
    text-decoration-line: underline;
  }
  .landing-content-wrapper .hover\:spai-opacity-70:hover,.recommendation-widget-wrapper .hover\:spai-opacity-70:hover {
    opacity: 0.7;
  }
  .landing-content-wrapper .hover\:spai-opacity-80:hover,.recommendation-widget-wrapper .hover\:spai-opacity-80:hover {
    opacity: 0.8;
  }
}

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

.landing-content-wrapper .focus\:spai-ring-0:focus,.recommendation-widget-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(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 .active\:spai-opacity-50:active,.recommendation-widget-wrapper .active\:spai-opacity-50:active {
  opacity: 0.5;
}

.landing-content-wrapper .active\:spai-opacity-60:active,.recommendation-widget-wrapper .active\:spai-opacity-60:active {
  opacity: 0.6;
}

@media not all and (min-width: 1024px) {
  .landing-content-wrapper .max-lg\:spai-hidden,.recommendation-widget-wrapper .max-lg\:spai-hidden {
    display: none;
  }
}

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

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

@media (min-width: 1024px) {
  .landing-content-wrapper .lg\:spai-absolute,.recommendation-widget-wrapper .lg\:spai-absolute {
    position: absolute;
  }
  .landing-content-wrapper .lg\:spai-bottom-0,.recommendation-widget-wrapper .lg\:spai-bottom-0 {
    bottom: 0px;
  }
  .landing-content-wrapper .lg\:spai-left-0,.recommendation-widget-wrapper .lg\:spai-left-0 {
    left: 0px;
  }
  .landing-content-wrapper .lg\:spai-right-0,.recommendation-widget-wrapper .lg\:spai-right-0 {
    right: 0px;
  }
  .landing-content-wrapper .lg\:spai-mb-0,.recommendation-widget-wrapper .lg\:spai-mb-0 {
    margin-bottom: 0px;
  }
  .landing-content-wrapper .lg\:spai-ml-4,.recommendation-widget-wrapper .lg\:spai-ml-4 {
    margin-left: 16px;
  }
  .landing-content-wrapper .lg\:spai-mt-4,.recommendation-widget-wrapper .lg\:spai-mt-4 {
    margin-top: 16px;
  }
  .landing-content-wrapper .lg\:spai-flex,.recommendation-widget-wrapper .lg\:spai-flex {
    display: flex;
  }
  .landing-content-wrapper .lg\:spai-hidden,.recommendation-widget-wrapper .lg\:spai-hidden {
    display: none;
  }
  .landing-content-wrapper .lg\:spai-h-full,.recommendation-widget-wrapper .lg\:spai-h-full {
    height: 100%;
  }
  .landing-content-wrapper .lg\:spai-w-\[230px\],.recommendation-widget-wrapper .lg\:spai-w-\[230px\] {
    width: 230px;
  }
  .landing-content-wrapper .lg\:spai-max-w-\[35\%\],.recommendation-widget-wrapper .lg\:spai-max-w-\[35\%\] {
    max-width: 35%;
  }
  .landing-content-wrapper .lg\:spai-flex-wrap,.recommendation-widget-wrapper .lg\:spai-flex-wrap {
    flex-wrap: wrap;
  }
  .landing-content-wrapper .lg\:spai-items-center,.recommendation-widget-wrapper .lg\:spai-items-center {
    align-items: center;
  }
  .landing-content-wrapper .lg\:spai-text-nowrap,.recommendation-widget-wrapper .lg\:spai-text-nowrap {
    text-wrap: nowrap;
  }
  .landing-content-wrapper .lg\:spai-bg-white,.recommendation-widget-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,.recommendation-widget-wrapper .lg\:spai-px-4 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .landing-content-wrapper .lg\:spai-py-2,.recommendation-widget-wrapper .lg\:spai-py-2 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .landing-content-wrapper .lg\:spai-text-sm,.recommendation-widget-wrapper .lg\:spai-text-sm {
    font-size: 14px;
    line-height: 20px;
  }
  .landing-content-wrapper .lg\:spai-transition-opacity,.recommendation-widget-wrapper .lg\:spai-transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .landing-content-wrapper .lg\:spai-duration-300,.recommendation-widget-wrapper .lg\:spai-duration-300 {
    transition-duration: 300ms;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.landing-content-wrapper .spangle-ui-carousel .swiper .swiper-button-prev.swiper-button-disabled,.recommendation-widget-wrapper .spangle-ui-carousel .swiper .swiper-button-prev.swiper-button-disabled,
.landing-content-wrapper .spangle-ui-carousel .swiper .swiper-button-next.swiper-button-disabled,.recommendation-widget-wrapper .spangle-ui-carousel .swiper .swiper-button-next.swiper-button-disabled {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}

.landing-content-wrapper .spangle-ui-carousel .swiper-button-next,.recommendation-widget-wrapper .spangle-ui-carousel .swiper-button-next,
.landing-content-wrapper .spangle-ui-carousel .swiper-button-prev,.recommendation-widget-wrapper .spangle-ui-carousel .swiper-button-prev {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: rgb(255 255 255 / 0.8);
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

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

  .landing-content-wrapper .spangle-ui-carousel .swiper-button-next,.recommendation-widget-wrapper .spangle-ui-carousel .swiper-button-next,
.landing-content-wrapper .spangle-ui-carousel .swiper-button-prev,.recommendation-widget-wrapper .spangle-ui-carousel .swiper-button-prev {
    height: 30px;
    width: 30px;
  }
}

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

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

.landing-content-wrapper .spangle-ui-carousel .swiper-button-next:hover,.recommendation-widget-wrapper .spangle-ui-carousel .swiper-button-next:hover,
.landing-content-wrapper .spangle-ui-carousel .swiper-button-prev:hover,.recommendation-widget-wrapper .spangle-ui-carousel .swiper-button-prev:hover {
  background-color: rgb(255 255 255 / 0.95);
}

.landing-content-wrapper .spangle-ui-carousel .swiper-button-next:after,.recommendation-widget-wrapper .spangle-ui-carousel .swiper-button-next:after,
.landing-content-wrapper .spangle-ui-carousel .swiper-button-prev:after,.recommendation-widget-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,.recommendation-widget-wrapper .spangle-ui-carousel .swiper-button-next:after,
.landing-content-wrapper .spangle-ui-carousel .swiper-button-prev:after,.recommendation-widget-wrapper .spangle-ui-carousel .swiper-button-prev:after {
    font-size: 12px;
  }
}

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

.landing-content-wrapper .spangle-ui-carousel .swiper-pagination-bullet,.recommendation-widget-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,.recommendation-widget-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 white;
  --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,.recommendation-widget-wrapper .mobile-optimize-swiper .swiper-slide {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }

  .landing-content-wrapper .mobile-optimize-swiper.swiper,.recommendation-widget-wrapper .mobile-optimize-swiper.swiper {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
}

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

.landing-content-wrapper .spangle-img-zoom-swiper-modal .react-transform-wrapper,.recommendation-widget-wrapper .spangle-img-zoom-swiper-modal .react-transform-wrapper {

    height: 100%;

    width: 100%
}

.landing-content-wrapper .spangle-img-zoom-swiper-modal .swiper,.recommendation-widget-wrapper .spangle-img-zoom-swiper-modal .swiper {

    height: 100%
}

.landing-content-wrapper .spangle-img-zoom-swiper-modal .img-zoom-swiper-button-next,.recommendation-widget-wrapper .spangle-img-zoom-swiper-modal .img-zoom-swiper-button-next,
.landing-content-wrapper .spangle-img-zoom-swiper-modal .img-zoom-swiper-button-prev,.recommendation-widget-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,.recommendation-widget-wrapper .spangle-img-zoom-swiper-modal .swiper-slide {

    display: flex;

    align-items: center;

    justify-content: center
}

.landing-content-wrapper .img-zoom-swiper-button-prev,.recommendation-widget-wrapper .img-zoom-swiper-button-prev,
.landing-content-wrapper .img-zoom-swiper-button-next,.recommendation-widget-wrapper .img-zoom-swiper-button-next {

    height: 32px;

    width: 32px;

    cursor: pointer;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    position: absolute;

    top: 50%;

    z-index: 10;

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

    background-color: rgb(255 255 255 / 0.8)
}

.landing-content-wrapper .img-zoom-swiper-button-prev,.recommendation-widget-wrapper .img-zoom-swiper-button-prev {

    left: 10px
}

.landing-content-wrapper .img-zoom-swiper-button-next,.recommendation-widget-wrapper .img-zoom-swiper-button-next {

    right: 10px
}

.landing-content-wrapper .img-zoom-swiper-button-prev::after,.recommendation-widget-wrapper .img-zoom-swiper-button-prev::after,
.landing-content-wrapper .img-zoom-swiper-button-next::after,.recommendation-widget-wrapper .img-zoom-swiper-button-next::after {

    height: 10px;

    width: 10px;

    --tw-content: '';

    content: var(--tw-content);

    border-top-width: 2px;

    border-right-width: 2px;

    border-style: solid;

    border-top-color: rgb(0 0 0 / var(--tw-border-opacity, 1));

    --tw-border-opacity: 1;

    border-right-color: rgb(0 0 0 / var(--tw-border-opacity, 1))
}

.landing-content-wrapper .img-zoom-swiper-button-prev::after,.recommendation-widget-wrapper .img-zoom-swiper-button-prev::after {

    margin-left: 5px;

    --tw-rotate: -135deg;

    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,.recommendation-widget-wrapper .img-zoom-swiper-button-next::after {

    margin-right: 5px;

    --tw-rotate: 45deg;

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

.landing-content-wrapper .spangle-swiper-hide,.recommendation-widget-wrapper .spangle-swiper-hide {

    display: none !important
}

.landing-content-wrapper .social-proof-swipper .swiper-slide,.recommendation-widget-wrapper .social-proof-swipper .swiper-slide {

    opacity: 0 !important;

    transition-property: opacity !important;

    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;

    transition-duration: 500ms !important;

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

.landing-content-wrapper .social-proof-swipper .swiper-slide-active,.recommendation-widget-wrapper .social-proof-swipper .swiper-slide-active {

    opacity: 1 !important;

    transition-property: opacity !important;

    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;

    transition-delay: 500ms !important;

    transition-duration: 500ms !important;

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

.landing-content-wrapper .social-proof-swipper .swiper-fade .swiper-slide,.recommendation-widget-wrapper .social-proof-swipper .swiper-fade .swiper-slide {

    transition-property: opacity;

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

    transition-duration: 150ms
}

.landing-content-wrapper .spangle-ui-product-star .ant-rate li.ant-rate-star:not(:last-child),.recommendation-widget-wrapper .spangle-ui-product-star .ant-rate li.ant-rate-star:not(:last-child) {

    margin-inline-end: 4px !important
}

.landing-content-wrapper .spangle-ui-product-star .ant-rate li svg,.recommendation-widget-wrapper .spangle-ui-product-star .ant-rate li svg {

    max-width: none
}

.landing-content-wrapper .spangle-ui-product-star .ant-rate li.ant-rate-star-half .ant-rate-star-second svg,.recommendation-widget-wrapper .spangle-ui-product-star .ant-rate li.ant-rate-star-half .ant-rate-star-second svg,
.landing-content-wrapper .spangle-ui-product-star .ant-rate li.ant-rate-star-zero .ant-rate-star-second svg,.recommendation-widget-wrapper .spangle-ui-product-star .ant-rate li.ant-rate-star-zero .ant-rate-star-second svg {

    --tw-text-opacity: 1;

    color: rgb(224 224 224 / var(--tw-text-opacity, 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,.recommendation-widget-wrapper .spangle-ui-color-size-selector .spangle-selected-color,
.landing-content-wrapper .spangle-ui-color-size-selector .spangle-selected-size,.recommendation-widget-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,.recommendation-widget-wrapper .spangle-ui-color-size-selector .spangle-selected-color,
.landing-content-wrapper .spangle-ui-color-size-selector .spangle-selected-size,.recommendation-widget-wrapper .spangle-ui-color-size-selector .spangle-selected-size {

        max-width: 150px
    }
}

.spangle-ant-tree-select-dropdown .ant-select-tree .ant-select-tree-title {

    display: inline-block;

    width: 100%;

    cursor: pointer;

    --tw-text-opacity: 1;

    color: rgb(97 97 97 / var(--tw-text-opacity, 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,.recommendation-widget-wrapper .spangle-ui-color-size-selector .spangle-selected-color,
.landing-content-wrapper .spangle-ui-color-size-selector .spangle-selected-size,.recommendation-widget-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,.recommendation-widget-wrapper .spangle-ui-color-size-selector .spangle-selected-color,
.landing-content-wrapper .spangle-ui-color-size-selector .spangle-selected-size,.recommendation-widget-wrapper .spangle-ui-color-size-selector .spangle-selected-size {

        max-width: 150px
    }
}

.spangle-ant-tree-select-dropdown .ant-select-tree .ant-select-tree-title {

    display: inline-block;

    width: 100%;

    cursor: pointer;

    --tw-text-opacity: 1;

    color: rgb(97 97 97 / var(--tw-text-opacity, 1))
}

.landing-content-wrapper .spangle-subscribe-selector,.recommendation-widget-wrapper .spangle-subscribe-selector {

    font-size: 14px;

    line-height: 20px
}

.landing-content-wrapper .spangle-subscribe-selector .radio-selector-wrapper,.recommendation-widget-wrapper .spangle-subscribe-selector .radio-selector-wrapper {

    display: flex;

    align-items: center;

    justify-content: space-between
}

.landing-content-wrapper .spangle-subscribe-selector .radio-selector-subscribe-wrapper,.recommendation-widget-wrapper .spangle-subscribe-selector .radio-selector-subscribe-wrapper {

    display: flex;

    cursor: pointer;

    align-items: center;

    font-size: 12px;

    line-height: 16px
}

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

    .landing-content-wrapper .spangle-subscribe-selector .radio-selector-subscribe-wrapper,.recommendation-widget-wrapper .spangle-subscribe-selector .radio-selector-subscribe-wrapper {

        margin-bottom: 12px
    }
}

.landing-content-wrapper .spangle-subscribe-selector .radio-selector-subscribe-wrapper .oneskin-radio-wrapper,.recommendation-widget-wrapper .spangle-subscribe-selector .radio-selector-subscribe-wrapper .oneskin-radio-wrapper {

    height: 12px;

    width: 12px;

    border-radius: 6px
}

.landing-content-wrapper .spangle-subscribe-selector .radio-selector-subscribe-wrapper .oneskin-radio-content,.recommendation-widget-wrapper .spangle-subscribe-selector .radio-selector-subscribe-wrapper .oneskin-radio-content {

    height: 8px;

    width: 8px;

    border-radius: 4px
}

.landing-content-wrapper .spangle-ui-product-card-mobile .price-current,.recommendation-widget-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,.recommendation-widget-wrapper .spangle-ui-product-card-mobile .price-current {font-size: 16px;line-height: 24px
    }
}

.landing-content-wrapper .spangle-ui-product-card-mobile .price-original,.recommendation-widget-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,.recommendation-widget-wrapper .spangle-ui-product-card-mobile .price-original {font-size: 16px;line-height: 24px
    }
}

.landing-content-wrapper .spangle-ui-product-card-mobile .price-discount,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-wrapper .spangle-ui-product-card .product-card-social-proof.show-quick-view-icon {margin-bottom: 8px;border-width: 0.5px;border-style: solid;--tw-border-opacity: 1;border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));padding-top: 4px;padding-bottom: 4px
}

.landing-content-wrapper .spangle-ui-product-card .product-card-social-proof.show-quick-view-icon .spangle-ui-product-social-message,.recommendation-widget-wrapper .spangle-ui-product-card .product-card-social-proof.show-quick-view-icon .spangle-ui-product-social-message {display: flex;align-items: center;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,.recommendation-widget-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,.recommendation-widget-wrapper .spangle-ui-color-selector .images-wrapper {
    margin-top: 8px;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px
}

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

.landing-content-wrapper .remove-pseudo-elements::before,.recommendation-widget-wrapper .remove-pseudo-elements::before,
.landing-content-wrapper .remove-pseudo-elements::after,.recommendation-widget-wrapper .remove-pseudo-elements::after {--tw-content: none;content: var(--tw-content)
}

.landing-content-wrapper .spangle-ui-fixed-product-card button.ant-btn.add-to-cart-btn:active,.recommendation-widget-wrapper .spangle-ui-fixed-product-card button.ant-btn.add-to-cart-btn:active,
.landing-content-wrapper .spangle-ui-fixed-product-card button.ant-btn.add-to-cart-btn:hover,.recommendation-widget-wrapper .spangle-ui-fixed-product-card button.ant-btn.add-to-cart-btn:hover,
.landing-content-wrapper .spangle-ui-fixed-product-card button.ant-btn.add-to-cart-btn:focus,.recommendation-widget-wrapper .spangle-ui-fixed-product-card button.ant-btn.add-to-cart-btn:focus {

    border-style: none;

    --tw-bg-opacity: 1;

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

    --tw-text-opacity: 1;

    color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.landing-content-wrapper .spangle-ui-fixed-product-card .spangle-ui-price-info .price-current,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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-property: transform;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 500ms
}@media not all and (min-width: 768px) {.landing-content-wrapper .spangle-bottom-modal.spangle-bottom-modal-bottom,.recommendation-widget-wrapper .spangle-bottom-modal.spangle-bottom-modal-bottom {left: 0px
    }
}@media (min-width: 768px) {.landing-content-wrapper .spangle-bottom-modal.spangle-bottom-modal-bottom,.recommendation-widget-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,.recommendation-widget-wrapper .spangle-bottom-modal-bottom.open-bottom {--tw-translate-y: 0px;transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.landing-content-wrapper .spangle-bottom-modal.spangle-bottom-modal-right,.recommendation-widget-wrapper .spangle-bottom-modal.spangle-bottom-modal-right {--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));transition-property: transform;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 500ms;height: 100%;max-height: 100%;right: 0px
}
.landing-content-wrapper .spangle-bottom-modal-right.open-right,.recommendation-widget-wrapper .spangle-bottom-modal-right.open-right {--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 .spangle-bottom-modal.spangle-bottom-modal-center,.recommendation-widget-wrapper .spangle-bottom-modal.spangle-bottom-modal-center {--tw-translate-y: 100%;transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transition-property: transform;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 500ms
}

@media not all and (min-width: 768px) {.landing-content-wrapper .spangle-bottom-modal.spangle-bottom-modal-center,.recommendation-widget-wrapper .spangle-bottom-modal.spangle-bottom-modal-center {left: 0px
    }
}

@media (min-width: 768px) {.landing-content-wrapper .spangle-bottom-modal.spangle-bottom-modal-center,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-wrapper .spangle-ui-recommend-labels {

    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));

    --tw-gradient-from: rgba(192,205,223,1) var(--tw-gradient-from-position);

    --tw-gradient-to: rgba(192, 205, 223, 0) var(--tw-gradient-to-position);

    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);

    --tw-gradient-to: #fff var(--tw-gradient-to-position);

    padding-top: 28px
}

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

    .landing-content-wrapper .spangle-ui-recommend-labels,.recommendation-widget-wrapper .spangle-ui-recommend-labels {

        padding-left: 16px;

        padding-right: 16px
    }
}

.landing-content-wrapper .spangle-ui-recommend-labels.with-categoryTitle,.recommendation-widget-wrapper .spangle-ui-recommend-labels.with-categoryTitle {

    padding-top: 16px
}

.landing-content-wrapper .spangle-ui-recommend-labels .spangle-ui-recommend-category-title,.recommendation-widget-wrapper .spangle-ui-recommend-labels .spangle-ui-recommend-category-title {

    margin-bottom: 12px
}

.landing-content-wrapper .spangle-ui-recommend-labels .border-gradient-r-wrapper,.recommendation-widget-wrapper .spangle-ui-recommend-labels .border-gradient-r-wrapper {

    background-image: linear-gradient(to right, var(--tw-gradient-stops));

    --tw-gradient-from: #B539E6 var(--tw-gradient-from-position);

    --tw-gradient-to: rgb(181 57 230 / 0) var(--tw-gradient-to-position);

    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);

    --tw-gradient-to: #3100FF var(--tw-gradient-to-position)
}

.landing-content-wrapper .spangle-ui-recommend-labels .spangle-scroll-x-wrapper,.recommendation-widget-wrapper .spangle-ui-recommend-labels .spangle-scroll-x-wrapper {

    width: auto;

    max-width: 100%;

    padding-bottom: 4px
}

.landing-content-wrapper .spangle-ui-recommend-labels .spangle-search-bar-container,.recommendation-widget-wrapper .spangle-ui-recommend-labels .spangle-search-bar-container {

    margin-top: 16px
}

.landing-content-wrapper .spangle-ui-recommend-labels .search-input::-moz-placeholder,.recommendation-widget-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::-moz-placeholder, .recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-wrapper .spangle-product-list-featured .spangle-scroll-x-wrapper {
    width: auto;
    max-width: 100%
}

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


.landing-content-wrapper .\!container,.recommendation-widget-wrapper .\!container {
    width: 100% !important;
}
.landing-content-wrapper .container,.recommendation-widget-wrapper .container {
    width: 100%;
}
@media (min-width: 640px) {
    .landing-content-wrapper .\!container,.recommendation-widget-wrapper .\!container {
        max-width: 640px !important;
    }
    .landing-content-wrapper .container,.recommendation-widget-wrapper .container {
        max-width: 640px;
    }
}
@media (min-width: 768px) {
    .landing-content-wrapper .\!container,.recommendation-widget-wrapper .\!container {
        max-width: 768px !important;
    }
    .landing-content-wrapper .container,.recommendation-widget-wrapper .container {
        max-width: 768px;
    }
}
@media (min-width: 1024px) {
    .landing-content-wrapper .\!container,.recommendation-widget-wrapper .\!container {
        max-width: 1024px !important;
    }
    .landing-content-wrapper .container,.recommendation-widget-wrapper .container {
        max-width: 1024px;
    }
}
@media (min-width: 1280px) {
    .landing-content-wrapper .\!container,.recommendation-widget-wrapper .\!container {
        max-width: 1280px !important;
    }
    .landing-content-wrapper .container,.recommendation-widget-wrapper .container {
        max-width: 1280px;
    }
}
.landing-content-wrapper .prose,.recommendation-widget-wrapper .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
}
.landing-content-wrapper .prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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,.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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,.recommendation-widget-wrapper .spangle-img-carousel .social-proof-swipper .social-proof-swipper-item-wrapper {
    background-color: #fff;
    padding-top: 3px;
    padding-bottom: 3px;
}

  .landing-content-wrapper .spangle-img-carousel .social-proof-swipper,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-wrapper .spangle-img-carousel
    .social-proof-swipper
    .social-proof-swipper-item-wrapper
    .spangle-ui-product-social-message
    .social-message-icon-wrapper {
    width: 15px;
    height: 15px;
    margin-right: 0px;
}

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

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

  .landing-content-wrapper .spangle-img-carousel
    .social-proof-swipper
    .social-proof-swipper-item-wrapper
    .spangle-ui-product-social-message
    .social-type,.recommendation-widget-wrapper .spangle-img-carousel
    .social-proof-swipper
    .social-proof-swipper-item-wrapper
    .spangle-ui-product-social-message
    .social-type {
    font-family: Circular Pro;
    letter-spacing: 1px;
    font-size: 10px;
    line-height: 12px;
}

  .landing-content-wrapper .spangle-img-carousel
    .social-proof-swipper
    .social-proof-swipper-item-wrapper
    .spangle-ui-product-social-message
    .social-text,.recommendation-widget-wrapper .spangle-img-carousel
    .social-proof-swipper
    .social-proof-swipper-item-wrapper
    .spangle-ui-product-social-message
    .social-text {
    font-family: Circular Pro;
    font-size: 9px;
    line-height: 15px;
}

  .landing-content-wrapper .spangle-img-carousel .social-proof-swipper .swiper-slide-active,.recommendation-widget-wrapper .spangle-img-carousel .social-proof-swipper .swiper-slide-active {
    transition: opacity 10ms ease-in 10ms !important;
    border-radius: 5px !important;
}

  .landing-content-wrapper .spangle-img-carousel.spangle-img-carousel-optimize .swiper-button-prev,.recommendation-widget-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,.recommendation-widget-wrapper .spangle-img-carousel.spangle-img-carousel-optimize .swiper-button-next {
    right: 14px;
}

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

.landing-content-wrapper .\!container,.recommendation-widget-wrapper .\!container {
    width: 100% !important;
}
.landing-content-wrapper .container,.recommendation-widget-wrapper .container {
    width: 100%;
}
@media (min-width: 640px) {
    .landing-content-wrapper .\!container,.recommendation-widget-wrapper .\!container {
        max-width: 640px !important;
    }
    .landing-content-wrapper .container,.recommendation-widget-wrapper .container {
        max-width: 640px;
    }
}
@media (min-width: 768px) {
    .landing-content-wrapper .\!container,.recommendation-widget-wrapper .\!container {
        max-width: 768px !important;
    }
    .landing-content-wrapper .container,.recommendation-widget-wrapper .container {
        max-width: 768px;
    }
}
@media (min-width: 1024px) {
    .landing-content-wrapper .\!container,.recommendation-widget-wrapper .\!container {
        max-width: 1024px !important;
    }
    .landing-content-wrapper .container,.recommendation-widget-wrapper .container {
        max-width: 1024px;
    }
}
@media (min-width: 1280px) {
    .landing-content-wrapper .\!container,.recommendation-widget-wrapper .\!container {
        max-width: 1280px !important;
    }
    .landing-content-wrapper .container,.recommendation-widget-wrapper .container {
        max-width: 1280px;
    }
}
.landing-content-wrapper .prose,.recommendation-widget-wrapper .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
}
.landing-content-wrapper .prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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,.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-wrapper .prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
}
  .landing-content-wrapper .spangle-recommend-products-wrapper.spangle-recommend-products-wrapper-no-filter-dpa .spangle-ui-recommend-labels,.recommendation-widget-wrapper .spangle-recommend-products-wrapper.spangle-recommend-products-wrapper-no-filter-dpa .spangle-ui-recommend-labels {
    padding-bottom: 30px;
}

  .landing-content-wrapper .spangle-recommend-products-wrapper .spangle-ui-recommend-labels .search-input,.recommendation-widget-wrapper .spangle-recommend-products-wrapper .spangle-ui-recommend-labels .search-input {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
}

  .landing-content-wrapper .spangle-recommend-products-wrapper .spangle-ui-product-list .spangle-ui-product-card,.recommendation-widget-wrapper .spangle-recommend-products-wrapper .spangle-ui-product-list .spangle-ui-product-card {}

  .landing-content-wrapper .spangle-recommend-products-wrapper .spangle-ui-product-list .spangle-ui-product-card img,.recommendation-widget-wrapper .spangle-recommend-products-wrapper .spangle-ui-product-list .spangle-ui-product-card img {}

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

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

  .landing-content-wrapper .spangle-recommend-products-wrapper .spangle-ui-product-list .spangle-ui-product-card :hover .product-name,.recommendation-widget-wrapper .spangle-recommend-products-wrapper .spangle-ui-product-list .spangle-ui-product-card :hover .product-name {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

  .landing-content-wrapper .spangle-recommend-products-wrapper .spangle-ui-dpa-discover-wrapper .dpa-categories-title,.recommendation-widget-wrapper .spangle-recommend-products-wrapper .spangle-ui-dpa-discover-wrapper .dpa-categories-title {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
    margin-bottom: 24px;
    font-family: Circular Pro;
}

  .landing-content-wrapper .spangle-recommend-products-wrapper .spangle-ui-product-list .spangle-ui-product-card .product-name,.recommendation-widget-wrapper .spangle-recommend-products-wrapper .spangle-ui-product-list .spangle-ui-product-card .product-name {
    font-family: Savoy;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

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

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

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

  .landing-content-wrapper .spangle-recommend-products-wrapper .spangle-ui-recommend-labels .catalog-label-item-text,.recommendation-widget-wrapper .spangle-recommend-products-wrapper .spangle-ui-recommend-labels .catalog-label-item-text {
    text-transform: uppercase;
    font-family: Circular Pro;
}

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

  .landing-content-wrapper .spangle-recommend-products-wrapper
    .spangle-ui-product-list
    .spangle-ui-product-card
    .product-info-wrapper
    .product-name,.recommendation-widget-wrapper .spangle-recommend-products-wrapper
    .spangle-ui-product-list
    .spangle-ui-product-card
    .product-info-wrapper
    .product-name {
    font-family: Circular Pro;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

  /*.spangle-recommend-products-wrapper*/
  /*  .spangle-ui-product-list*/
  /*  .spangle-ui-product-card*/
  /*  .spangle-ui-product-star*/
  /*  .ant-rate {*/
  /*  @apply !text-spangle-xs md:!text-spangle-base;*/
  /*}*/
  .landing-content-wrapper .spangle-recommend-products-wrapper .spangle-ui-product-list .spangle-ui-product-card .spangle-ui-product-star,.recommendation-widget-wrapper .spangle-recommend-products-wrapper .spangle-ui-product-list .spangle-ui-product-card .spangle-ui-product-star {}

  .landing-content-wrapper .spangle-recommend-products-wrapper .spangle-ui-product-list .spangle-ui-product-card .images-wrapper,.recommendation-widget-wrapper .spangle-recommend-products-wrapper .spangle-ui-product-list .spangle-ui-product-card .images-wrapper,
  .landing-content-wrapper .spangle-recommend-products-wrapper .spangle-ui-product-list .spangle-ui-product-card .spangle-ui-price-info,.recommendation-widget-wrapper .spangle-recommend-products-wrapper .spangle-ui-product-list .spangle-ui-product-card .spangle-ui-price-info,
  .landing-content-wrapper .spangle-recommend-products-wrapper .spangle-ui-product-list .spangle-ui-product-card .product-card-promotion-text,.recommendation-widget-wrapper .spangle-recommend-products-wrapper .spangle-ui-product-list .spangle-ui-product-card .product-card-promotion-text {
    font-family: Circular Pro;
}

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

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

  .landing-content-wrapper .spangle-recommend-products-wrapper,.recommendation-widget-wrapper .spangle-recommend-products-wrapper {}

  .landing-content-wrapper .spangle-recommend-products-wrapper
    .spangle-ui-product-list
    .spangle-ui-product-card
    .product-card-price
    .price-current,.recommendation-widget-wrapper .spangle-recommend-products-wrapper
    .spangle-ui-product-list
    .spangle-ui-product-card
    .product-card-price
    .price-current,
  .landing-content-wrapper .spangle-recommend-products-wrapper
    .spangle-ui-product-list
    .spangle-ui-product-card
    .product-card-price
    .price-original,.recommendation-widget-wrapper .spangle-recommend-products-wrapper
    .spangle-ui-product-list
    .spangle-ui-product-card
    .product-card-price
    .price-original {
    font-size: 12px;
    font-weight: 400;
}
  .landing-content-wrapper .spangle-recommend-products-wrapper
    .spangle-ui-product-list
    .spangle-ui-product-card
    .product-card-price
    .price-original,.recommendation-widget-wrapper .spangle-recommend-products-wrapper
    .spangle-ui-product-list
    .spangle-ui-product-card
    .product-card-price
    .price-original {
    font-size: 12px;
    font-weight: 400;
    color: #000;
}
  .landing-content-wrapper .spangle-recommend-products-wrapper
    .spangle-ui-product-list
    .spangle-ui-product-card
    .product-card-price
    .price-discount,.recommendation-widget-wrapper .spangle-recommend-products-wrapper
    .spangle-ui-product-list
    .spangle-ui-product-card
    .product-card-price
    .price-discount {
    font-weight: 400;
    font-size: 12px;
    color: #757575;
}

  .landing-content-wrapper .spangle-new-discover-collection-ui .spangle-recommend-products-wrapper .spangle-ui-recommend-labels,.recommendation-widget-wrapper .spangle-new-discover-collection-ui .spangle-recommend-products-wrapper .spangle-ui-recommend-labels {
    background-image: none;
}

  .landing-content-wrapper .spangle-recommend-products-wrapper .spangle-ui-recommend-labels,.recommendation-widget-wrapper .spangle-recommend-products-wrapper .spangle-ui-recommend-labels {
    background: white;
}

  .landing-content-wrapper .spangle-recommend-products-wrapper .spangle-ui-recommend-category-title,.recommendation-widget-wrapper .spangle-recommend-products-wrapper .spangle-ui-recommend-category-title {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    color: #000;
    font-weight: 400;
    font-family: Circular Pro;
}

  .landing-content-wrapper .spangle-new-discover-collection-ui .spangle-recommend-products-wrapper .spangle-ui-recommend-category-title,.recommendation-widget-wrapper .spangle-new-discover-collection-ui .spangle-recommend-products-wrapper .spangle-ui-recommend-category-title {}

  .landing-content-wrapper .spangle-new-discover-collection-ui .spangle-recommend-products-wrapper .spangle-ui-discover-collection-result-text,.recommendation-widget-wrapper .spangle-new-discover-collection-ui .spangle-recommend-products-wrapper .spangle-ui-discover-collection-result-text {}

  .landing-content-wrapper .spangle-recommend-products-wrapper.show-search-bar-center .search-bar-wrapper,.recommendation-widget-wrapper .spangle-recommend-products-wrapper.show-search-bar-center .search-bar-wrapper {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 0px;
    height: 40px;
}

  @media (max-width: 768px) {
    .landing-content-wrapper .spangle-recommend-products-wrapper.show-search-bar-center .search-bar-wrapper,.recommendation-widget-wrapper .spangle-recommend-products-wrapper.show-search-bar-center .search-bar-wrapper {
        height: 32px;
    }
}

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

  .landing-content-wrapper .spangle-recommend-products-wrapper .filter-wrapper,.recommendation-widget-wrapper .spangle-recommend-products-wrapper .filter-wrapper {
    margin-top: 16px;
    margin-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
}

  @media (min-width: 768px) {
    .landing-content-wrapper .spangle-recommend-products-wrapper .filter-wrapper,.recommendation-widget-wrapper .spangle-recommend-products-wrapper .filter-wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }
}

  .landing-content-wrapper .spangle-recommend-products-wrapper.show-search-bar-center .filter-wrapper,.recommendation-widget-wrapper .spangle-recommend-products-wrapper.show-search-bar-center .filter-wrapper {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    width: 100%;
    flex-direction: column;
}

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

  .landing-content-wrapper .spangle-new-discover-collection-ui .spangle-recommend-products-wrapper .filter-wrapper,.recommendation-widget-wrapper .spangle-new-discover-collection-ui .spangle-recommend-products-wrapper .filter-wrapper {}

  .landing-content-wrapper .spangle-recommend-products-wrapper .spangle-ui-product-list .spangle-ui-product-card .spangle-ui-price-info,.recommendation-widget-wrapper .spangle-recommend-products-wrapper .spangle-ui-product-list .spangle-ui-product-card .spangle-ui-price-info {
    font-family: Circular Pro;
}

  .landing-content-wrapper .spangle-recommend-products-wrapper
    .spangle-ui-product-list
    .spangle-ui-product-card
    .spangle-ui-price-info
    .spangle-price-current,.recommendation-widget-wrapper .spangle-recommend-products-wrapper
    .spangle-ui-product-list
    .spangle-ui-product-card
    .spangle-ui-price-info
    .spangle-price-current {
    color: #000;
    background: #81F7FF;
}

  .landing-content-wrapper .spangle-recommend-products-wrapper .spangle-ui-product-list .spangle-ui-product-card .product-color-wrapper,.recommendation-widget-wrapper .spangle-recommend-products-wrapper .spangle-ui-product-list .spangle-ui-product-card .product-color-wrapper {
    font-size: 12px;
    font-family: Circular Pro;
}

  .landing-content-wrapper .spangle-new-discover-collection-ui .spangle-recommend-products-wrapper .catalog-label-item-wrapper,.recommendation-widget-wrapper .spangle-new-discover-collection-ui .spangle-recommend-products-wrapper .catalog-label-item-wrapper {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 12px;
    line-height: 16px;
}

  .landing-content-wrapper .spangle-recommend-products-wrapper .catalog-label-item-wrapper,.recommendation-widget-wrapper .spangle-recommend-products-wrapper .catalog-label-item-wrapper {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    box-shadow: none;
    border: 1px solid #000;
    padding: 6px 12px;
    border-radius: 0px;
}

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

  .landing-content-wrapper .spangle-recommend-products-wrapper .catalog-label-item-wrapper .catalog-label-item-text.selected,.recommendation-widget-wrapper .spangle-recommend-products-wrapper .catalog-label-item-wrapper .catalog-label-item-text.selected {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    text-transform: uppercase;
    font-family: Circular Pro;
}

  .landing-content-wrapper .spangle-recommend-products-wrapper .catalog-label-item-wrapper .catalog-label-item-text,.recommendation-widget-wrapper .spangle-recommend-products-wrapper .catalog-label-item-wrapper .catalog-label-item-text {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
    text-transform: uppercase;
    font-family: Circular Pro;
}

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

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

  .landing-content-wrapper .spangle-recommend-products-wrapper .spangle-product-list-operation-button,.recommendation-widget-wrapper .spangle-recommend-products-wrapper .spangle-product-list-operation-button {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
    font-weight: 500;
    font-family: Circular Pro;
    font-size: 12px;
    border-radius: 0px;
    letter-spacing: 0px;
}

  .landing-content-wrapper .spangle-new-discover-collection-ui .spangle-recommend-products-wrapper .spangle-product-list-operation-button,.recommendation-widget-wrapper .spangle-new-discover-collection-ui .spangle-recommend-products-wrapper .spangle-product-list-operation-button {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 12px;
    line-height: 16px;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

  @media (min-width: 768px) {
    .landing-content-wrapper .spangle-new-discover-collection-ui .spangle-recommend-products-wrapper .spangle-product-list-operation-button,.recommendation-widget-wrapper .spangle-new-discover-collection-ui .spangle-recommend-products-wrapper .spangle-product-list-operation-button {
        width: 516px;
        max-width: 516px;
    }
}

  .landing-content-wrapper .spangle-recommend-products-wrapper .spangle-ui-product-list .spangle-ui-product-card .product-card-social-proof,.recommendation-widget-wrapper .spangle-recommend-products-wrapper .spangle-ui-product-list .spangle-ui-product-card .product-card-social-proof {
    background-color: #fff;
    padding-top: 3px;
    padding-bottom: 3px;
    max-width: none;
    width: 88%;
    border-radius: 5px;
    opacity: 0.9;
}

  .landing-content-wrapper .spangle-recommend-products-wrapper
    .spangle-ui-product-list
    .spangle-ui-product-card
    .product-card-social-proof.bottom,.recommendation-widget-wrapper .spangle-recommend-products-wrapper
    .spangle-ui-product-list
    .spangle-ui-product-card
    .product-card-social-proof.bottom {}

  .landing-content-wrapper .spangle-recommend-products-wrapper .spangle-ui-dpa-discover-category,.recommendation-widget-wrapper .spangle-recommend-products-wrapper .spangle-ui-dpa-discover-category {
    border: 1px solid #000;
    border-radius: 5px;
    width: 300px;
    height: 39px;
    background-color: #fff;
    margin-bottom: 12px;
    font-family: Circular Pro;
    letter-spacing: 1.6px;
}

  .landing-content-wrapper .spangle-recommend-products-wrapper .spangle-ui-dpa-discover-wrapper,.recommendation-widget-wrapper .spangle-recommend-products-wrapper .spangle-ui-dpa-discover-wrapper {
    margin-top: 48px;
}

  .landing-content-wrapper .spangle-recommend-products-wrapper
    .spangle-ui-product-list
    .spangle-ui-product-card
    .product-card-social-proof
    .spangle-ui-product-social-message
    .social-type,.recommendation-widget-wrapper .spangle-recommend-products-wrapper
    .spangle-ui-product-list
    .spangle-ui-product-card
    .product-card-social-proof
    .spangle-ui-product-social-message
    .social-type {
    font-family: Circular Pro;
    font-size: 9px;
    line-height: 120%;
}

  .landing-content-wrapper .spangle-recommend-products-wrapper
    .spangle-ui-product-list
    .spangle-ui-product-card
    .product-card-social-proof
    .spangle-ui-product-social-message
    .social-text,.recommendation-widget-wrapper .spangle-recommend-products-wrapper
    .spangle-ui-product-list
    .spangle-ui-product-card
    .product-card-social-proof
    .spangle-ui-product-social-message
    .social-text {
    font-family: Circular Pro;
    font-size: 8px;
    line-height: 120%;
}

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

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

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

  @media (max-width: 768px) {
    .landing-content-wrapper .spangle-recommend-products-wrapper .spangle-search-bar-container .search-bar-input-wrapper,.recommendation-widget-wrapper .spangle-recommend-products-wrapper .spangle-search-bar-container .search-bar-input-wrapper {
        height: 32px;
    }
}

  .landing-content-wrapper .spangle-recommend-products-wrapper .spangle-search-bar-container .search-bar-input-wrapper,.recommendation-widget-wrapper .spangle-recommend-products-wrapper .spangle-search-bar-container .search-bar-input-wrapper {
    border-radius: 0px;
}

  .landing-content-wrapper .spangle-recommend-products-wrapper .spangle-search-bar-container .spangle-ui-gradient-border,.recommendation-widget-wrapper .spangle-recommend-products-wrapper .spangle-search-bar-container .spangle-ui-gradient-border {
    border: 0px solid;
    background: black;
    height: 42px;
}

  .landing-content-wrapper .spangle-recommend-products-wrapper .spangle-ui-recommend-labels .spangle-scroll-x-wrapper,.recommendation-widget-wrapper .spangle-recommend-products-wrapper .spangle-ui-recommend-labels .spangle-scroll-x-wrapper {}

  .landing-content-wrapper .spangle-recommend-products-wrapper .spangle-filter-options-modal,.recommendation-widget-wrapper .spangle-recommend-products-wrapper .spangle-filter-options-modal {
    font-family: Circular Pro;
}

.landing-content-wrapper .\!container,.recommendation-widget-wrapper .\!container {
    width: 100% !important;
}
.landing-content-wrapper .container,.recommendation-widget-wrapper .container {
    width: 100%;
}
@media (min-width: 640px) {
    .landing-content-wrapper .\!container,.recommendation-widget-wrapper .\!container {
        max-width: 640px !important;
    }
    .landing-content-wrapper .container,.recommendation-widget-wrapper .container {
        max-width: 640px;
    }
}
@media (min-width: 768px) {
    .landing-content-wrapper .\!container,.recommendation-widget-wrapper .\!container {
        max-width: 768px !important;
    }
    .landing-content-wrapper .container,.recommendation-widget-wrapper .container {
        max-width: 768px;
    }
}
@media (min-width: 1024px) {
    .landing-content-wrapper .\!container,.recommendation-widget-wrapper .\!container {
        max-width: 1024px !important;
    }
    .landing-content-wrapper .container,.recommendation-widget-wrapper .container {
        max-width: 1024px;
    }
}
@media (min-width: 1280px) {
    .landing-content-wrapper .\!container,.recommendation-widget-wrapper .\!container {
        max-width: 1280px !important;
    }
    .landing-content-wrapper .container,.recommendation-widget-wrapper .container {
        max-width: 1280px;
    }
}
.landing-content-wrapper .prose,.recommendation-widget-wrapper .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
}
.landing-content-wrapper .prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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,.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-wrapper .\!container {
    width: 100% !important;
}
.landing-content-wrapper .container,.recommendation-widget-wrapper .container {
    width: 100%;
}
@media (min-width: 640px) {
    .landing-content-wrapper .\!container,.recommendation-widget-wrapper .\!container {
        max-width: 640px !important;
    }
    .landing-content-wrapper .container,.recommendation-widget-wrapper .container {
        max-width: 640px;
    }
}
@media (min-width: 768px) {
    .landing-content-wrapper .\!container,.recommendation-widget-wrapper .\!container {
        max-width: 768px !important;
    }
    .landing-content-wrapper .container,.recommendation-widget-wrapper .container {
        max-width: 768px;
    }
}
@media (min-width: 1024px) {
    .landing-content-wrapper .\!container,.recommendation-widget-wrapper .\!container {
        max-width: 1024px !important;
    }
    .landing-content-wrapper .container,.recommendation-widget-wrapper .container {
        max-width: 1024px;
    }
}
@media (min-width: 1280px) {
    .landing-content-wrapper .\!container,.recommendation-widget-wrapper .\!container {
        max-width: 1280px !important;
    }
    .landing-content-wrapper .container,.recommendation-widget-wrapper .container {
        max-width: 1280px;
    }
}
.landing-content-wrapper .prose,.recommendation-widget-wrapper .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
}
.landing-content-wrapper .prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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,.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-wrapper .prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
}
  .landing-content-wrapper .filter-options,.recommendation-widget-wrapper .filter-options {
    display: flex;
    gap: 12px;
    flex-wrap: nowrap;
  }

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

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

  .landing-content-wrapper .filter-option-button,.recommendation-widget-wrapper .filter-option-button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border-width: 0.5px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Circular Pro;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    cursor: pointer;
    white-space: nowrap;
    height: 28px;
}

.landing-content-wrapper .\!container,.recommendation-widget-wrapper .\!container {
    width: 100% !important;
}
.landing-content-wrapper .container,.recommendation-widget-wrapper .container {
    width: 100%;
}
@media (min-width: 640px) {
    .landing-content-wrapper .\!container,.recommendation-widget-wrapper .\!container {
        max-width: 640px !important;
    }
    .landing-content-wrapper .container,.recommendation-widget-wrapper .container {
        max-width: 640px;
    }
}
@media (min-width: 768px) {
    .landing-content-wrapper .\!container,.recommendation-widget-wrapper .\!container {
        max-width: 768px !important;
    }
    .landing-content-wrapper .container,.recommendation-widget-wrapper .container {
        max-width: 768px;
    }
}
@media (min-width: 1024px) {
    .landing-content-wrapper .\!container,.recommendation-widget-wrapper .\!container {
        max-width: 1024px !important;
    }
    .landing-content-wrapper .container,.recommendation-widget-wrapper .container {
        max-width: 1024px;
    }
}
@media (min-width: 1280px) {
    .landing-content-wrapper .\!container,.recommendation-widget-wrapper .\!container {
        max-width: 1280px !important;
    }
    .landing-content-wrapper .container,.recommendation-widget-wrapper .container {
        max-width: 1280px;
    }
}
.landing-content-wrapper .prose,.recommendation-widget-wrapper .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
}
.landing-content-wrapper .prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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,.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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,.recommendation-widget-wrapper .product-detail-common-part .product-detail-modal-price-info-component {
    font-family: Circular Pro;
}

  .landing-content-wrapper .product-detail-common-part .product-detail-modal-price-info-component .price-current,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-wrapper .product-detail-common-part .product-detail-modal-price-info-component .price-discount {
    font-size: 14px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 400;
}

  .landing-content-wrapper .product-detail-common-part .product-detail-modal-price-info-component .price-original,.recommendation-widget-wrapper .product-detail-common-part .product-detail-modal-price-info-component .price-original {
    color: #000;
}

  .landing-content-wrapper .product-detail-common-part .product-detail-modal-price-info-component .price-discount,.recommendation-widget-wrapper .product-detail-common-part .product-detail-modal-price-info-component .price-discount {
    font-size: 12px;
    color: #757575;
}

  .landing-content-wrapper .product-detail-common-part .product-name,.recommendation-widget-wrapper .product-detail-common-part .product-name {
    font-family: Savoy;
    font-size: 18px;
    line-height: 120%;
    font-weight: 500;
}

  .landing-content-wrapper .product-detail-common-part .product-info-wrapper,.recommendation-widget-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,.recommendation-widget-wrapper .product-detail-common-part .product-detail-common-part-add-btn .add-to-cart-btn {
    font-size: 12px;
    letter-spacing: 0;
    border-radius: 0px;
}

.landing-content-wrapper .\!container,.recommendation-widget-wrapper .\!container {
  width: 100% !important;
}
.landing-content-wrapper .container,.recommendation-widget-wrapper .container {
  width: 100%;
}
@media (min-width: 640px) {
  .landing-content-wrapper .\!container,.recommendation-widget-wrapper .\!container {
    max-width: 640px !important;
  }
  .landing-content-wrapper .container,.recommendation-widget-wrapper .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .landing-content-wrapper .\!container,.recommendation-widget-wrapper .\!container {
    max-width: 768px !important;
  }
  .landing-content-wrapper .container,.recommendation-widget-wrapper .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .landing-content-wrapper .\!container,.recommendation-widget-wrapper .\!container {
    max-width: 1024px !important;
  }
  .landing-content-wrapper .container,.recommendation-widget-wrapper .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .landing-content-wrapper .\!container,.recommendation-widget-wrapper .\!container {
    max-width: 1280px !important;
  }
  .landing-content-wrapper .container,.recommendation-widget-wrapper .container {
    max-width: 1280px;
  }
}
.landing-content-wrapper .prose,.recommendation-widget-wrapper .prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.landing-content-wrapper .prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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,.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-wrapper .prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
  .landing-content-wrapper .product-detail-modal-price-info-component .price-current,.recommendation-widget-wrapper .product-detail-modal-price-info-component .price-current {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
  .landing-content-wrapper .product-detail-modal button.add-to-cart-btn.ant-btn-primary:active,.recommendation-widget-wrapper .product-detail-modal button.add-to-cart-btn.ant-btn-primary:active,
  .landing-content-wrapper .product-detail-modal button.add-to-cart-btn.ant-btn-primary:hover,.recommendation-widget-wrapper .product-detail-modal button.add-to-cart-btn.ant-btn-primary:hover,
  .landing-content-wrapper .product-detail-modal button.add-to-cart-btn.ant-btn-primary:focus,.recommendation-widget-wrapper .product-detail-modal button.add-to-cart-btn.ant-btn-primary:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

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

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

.landing-content-wrapper .spangle-search-modal,.recommendation-widget-wrapper .spangle-search-modal {
  padding-top: 20px;
  padding-bottom: 20px;
}

.landing-content-wrapper .spangle-search-modal .recommend-label-wrapper-title,.recommendation-widget-wrapper .spangle-search-modal .recommend-label-wrapper-title {
  text-align: center;
}

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

  .landing-content-wrapper .spangle-search-modal .recommend-label-wrapper-title,.recommendation-widget-wrapper .spangle-search-modal .recommend-label-wrapper-title {
    text-align: left;
  }
}

.landing-content-wrapper .spangle-search-modal .recommend-label-wrapper-title,.recommendation-widget-wrapper .spangle-search-modal .recommend-label-wrapper-title {}

.landing-content-wrapper .spangle-search-modal input[type='text'],.recommendation-widget-wrapper .spangle-search-modal input[type='text'] {
  border: none !important;
  outline: none !important;
}

.landing-content-wrapper .spangle-search-modal .search-bar-wrapper,.recommendation-widget-wrapper .spangle-search-modal .search-bar-wrapper {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0px;
  height: 40px;
}

@media (max-width: 768px) {

  .landing-content-wrapper .spangle-search-modal .search-bar-wrapper,.recommendation-widget-wrapper .spangle-search-modal .search-bar-wrapper {
    height: 32px;
  }
}

.landing-content-wrapper .spangle-search-modal .search-bar-wrapper input::-moz-placeholder, .recommendation-widget-wrapper .spangle-search-modal .search-bar-wrapper input::-moz-placeholder {
  font-family: Savoy;
  --tw-text-opacity: 1;
  color: rgb(118 118 118 / var(--tw-text-opacity));
}

.landing-content-wrapper .spangle-search-modal .search-bar-wrapper input::placeholder,.recommendation-widget-wrapper .spangle-search-modal .search-bar-wrapper input::placeholder {
  font-family: Savoy;
  --tw-text-opacity: 1;
  color: rgb(118 118 118 / var(--tw-text-opacity));
}

.landing-content-wrapper .spangle-search-modal .search-bar-wrapper.modal-search-bar-wrapper,.recommendation-widget-wrapper .spangle-search-modal .search-bar-wrapper.modal-search-bar-wrapper {}

.landing-content-wrapper .spangle-search-modal .search-bar-wrapper.modal-search-bar-wrapper.spangle-focus,.recommendation-widget-wrapper .spangle-search-modal .search-bar-wrapper.modal-search-bar-wrapper.spangle-focus {}

.landing-content-wrapper .spangle-search-modal .recommend-label-wrapper .recommend-label-wrapper-title,.recommendation-widget-wrapper .spangle-search-modal .recommend-label-wrapper .recommend-label-wrapper-title {
  font-size: 12px;
  font-family: Circular Pro;
}

.landing-content-wrapper .spangle-search-modal .spangle-search-category,.recommendation-widget-wrapper .spangle-search-modal .spangle-search-category {
  background: #000;
  color: #fff;
  border: 1px solid #000;
  padding: 6px 10px;
  font-family: Circular Pro;
}

.landing-content-wrapper .spangle-search-modal .spangle-search-widget-close svg,.recommendation-widget-wrapper .spangle-search-modal .spangle-search-widget-close svg {
  pointer-events: none;
}

.landing-content-wrapper .spangle-search-modal .spangle-recommend-products-wrapper,.recommendation-widget-wrapper .spangle-search-modal .spangle-recommend-products-wrapper {
  padding-bottom: 20px;
}

.landing-content-wrapper .\!container,.recommendation-widget-wrapper .\!container {
    width: 100% !important;
}
.landing-content-wrapper .container,.recommendation-widget-wrapper .container {
    width: 100%;
}
@media (min-width: 640px) {
    .landing-content-wrapper .\!container,.recommendation-widget-wrapper .\!container {
        max-width: 640px !important;
    }
    .landing-content-wrapper .container,.recommendation-widget-wrapper .container {
        max-width: 640px;
    }
}
@media (min-width: 768px) {
    .landing-content-wrapper .\!container,.recommendation-widget-wrapper .\!container {
        max-width: 768px !important;
    }
    .landing-content-wrapper .container,.recommendation-widget-wrapper .container {
        max-width: 768px;
    }
}
@media (min-width: 1024px) {
    .landing-content-wrapper .\!container,.recommendation-widget-wrapper .\!container {
        max-width: 1024px !important;
    }
    .landing-content-wrapper .container,.recommendation-widget-wrapper .container {
        max-width: 1024px;
    }
}
@media (min-width: 1280px) {
    .landing-content-wrapper .\!container,.recommendation-widget-wrapper .\!container {
        max-width: 1280px !important;
    }
    .landing-content-wrapper .container,.recommendation-widget-wrapper .container {
        max-width: 1280px;
    }
}
.landing-content-wrapper .prose,.recommendation-widget-wrapper .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
}
.landing-content-wrapper .prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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,.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-wrapper .prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
}
  .landing-content-wrapper .landing-main-wrapper,.recommendation-widget-wrapper .landing-main-wrapper {
    font-family: Savoy;
}

  .landing-content-wrapper .landing-main-wrapper .spangle-ui-carousel .swiper-button-prev,.recommendation-widget-wrapper .landing-main-wrapper .spangle-ui-carousel .swiper-button-prev {}

  .landing-content-wrapper .landing-main-wrapper .spangle-ui-carousel .swiper-button-next,.recommendation-widget-wrapper .landing-main-wrapper .spangle-ui-carousel .swiper-button-next {}

  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-ui-main-product-card-wrapper,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-ui-main-product-card-wrapper {}

  .landing-content-wrapper .landing-new-desktop-ui-wrapper
    .sky-product-card
    .spangle-ui-main-product-card
    .spangle-ui-main-product-card-wrapper,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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
    .main-card-selector-wrapper
    .spangle-product-color-size-inline
    .spangle-ui-color-selector,.recommendation-widget-wrapper .sky-product-card
    .spangle-ui-main-product-card
    .spangle-ui-main-product-card-wrapper
    .main-card-selector-wrapper
    .spangle-product-color-size-inline
    .spangle-ui-color-selector {
    font-family: Circular Pro;
}

  .landing-content-wrapper .sky-product-card
    .spangle-ui-main-product-card
    .spangle-ui-main-product-card-wrapper
    .spangle-product-color-size-inline
    .spangle-ui-color-selector,.recommendation-widget-wrapper .sky-product-card
    .spangle-ui-main-product-card
    .spangle-ui-main-product-card-wrapper
    .spangle-product-color-size-inline
    .spangle-ui-color-selector {
    font-family: Circular Pro;
}

  .landing-content-wrapper .sky-product-card
    .spangle-ui-main-product-card
    .spangle-ui-main-product-card-wrapper
    .main-card-selector-wrapper
    .spangle-product-color-size-inline
    .spangle-ui-size-selector,.recommendation-widget-wrapper .sky-product-card
    .spangle-ui-main-product-card
    .spangle-ui-main-product-card-wrapper
    .main-card-selector-wrapper
    .spangle-product-color-size-inline
    .spangle-ui-size-selector {
    font-family: Circular Pro;
}

  .landing-content-wrapper .sky-product-card
    .spangle-ui-main-product-card
    .spangle-ui-main-product-card-wrapper
    .spangle-product-color-size-inline
    .spangle-ui-size-selector,.recommendation-widget-wrapper .sky-product-card
    .spangle-ui-main-product-card
    .spangle-ui-main-product-card-wrapper
    .spangle-product-color-size-inline
    .spangle-ui-size-selector {
    font-family: Circular Pro;
}

  .landing-content-wrapper .sky-product-card
    .spangle-ui-main-product-card
    .spangle-ui-main-product-card-wrapper
    .spangle-ui-main-product-card-img,.recommendation-widget-wrapper .sky-product-card
    .spangle-ui-main-product-card
    .spangle-ui-main-product-card-wrapper
    .spangle-ui-main-product-card-img {
    max-width: 130px;
}

  @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,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-ui-color-size-selector {
    font-family: Circular Pro;
}

  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-ui-color-size-selector .spangle-selected-color,.recommendation-widget-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-ui-color-size-selector .spangle-selected-color {
    font-size: 12px;
}

  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-ui-color-size-selector .spangle-color-title,.recommendation-widget-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-ui-color-size-selector .spangle-color-title {
    font-size: 12px;
}

  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-ui-color-size-selector .spangle-size-title,.recommendation-widget-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-ui-color-size-selector .spangle-size-title {
    font-size: 12px;
}

  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-ui-color-size-selector .spangle-selected-size,.recommendation-widget-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-ui-color-size-selector .spangle-selected-size {
    font-size: 12px;
}

  @media not all and (min-width: 768px) {
    .landing-content-wrapper .landing-main-wrapper.dynamic-template .spangle-ui-carousel .main-img-swiper img,.recommendation-widget-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,.recommendation-widget-wrapper .landing-main-wrapper.dynamic-template .spangle-ui-carousel {
    z-index: 0;
}

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

  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card button.ant-btn.add-to-cart-btn div span,.recommendation-widget-wrapper .sky-product-card .spangle-ui-main-product-card button.ant-btn.add-to-cart-btn div span,
  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card button.ant-btn.add-to-cart-btn:active div span,.recommendation-widget-wrapper .sky-product-card .spangle-ui-main-product-card button.ant-btn.add-to-cart-btn:active div span,
  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card button.ant-btn.add-to-cart-btn:hover div span,.recommendation-widget-wrapper .sky-product-card .spangle-ui-main-product-card button.ant-btn.add-to-cart-btn:hover div span,
  .landing-content-wrapper .sky-product-card .spangle-product-list-featured button.ant-btn.add-to-cart-btn:focus div span,.recommendation-widget-wrapper .sky-product-card .spangle-product-list-featured button.ant-btn.add-to-cart-btn:focus div span {
    border-radius: 0px !important;
    font-size: 12px !important;
    letter-spacing: 0 !important;
}

  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card button.ant-btn.add-to-cart-btn.out-of-stock,.recommendation-widget-wrapper .sky-product-card .spangle-ui-main-product-card button.ant-btn.add-to-cart-btn.out-of-stock,
  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card button.ant-btn.view-product-btn.out-of-stock,.recommendation-widget-wrapper .sky-product-card .spangle-ui-main-product-card button.ant-btn.view-product-btn.out-of-stock,
  .landing-content-wrapper .landing-main-wrapper .spangle-ui-fixed-product-card button.ant-btn.add-to-cart-btn.out-of-stock,.recommendation-widget-wrapper .landing-main-wrapper .spangle-ui-fixed-product-card button.ant-btn.add-to-cart-btn.out-of-stock,
  .landing-content-wrapper .sky-product-card .spangle-product-list-featured button.ant-btn.add-to-cart-btn.out-of-stock,.recommendation-widget-wrapper .sky-product-card .spangle-product-list-featured button.ant-btn.add-to-cart-btn.out-of-stock,
  .landing-content-wrapper .landing-main-wrapper .spangle-bottom-modal button.ant-btn.add-to-cart-btn.out-of-stock,.recommendation-widget-wrapper .landing-main-wrapper .spangle-bottom-modal button.ant-btn.add-to-cart-btn.out-of-stock {
    background-color: #767676;
}

  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card button.ant-btn.view-product-btn,.recommendation-widget-wrapper .sky-product-card .spangle-ui-main-product-card button.ant-btn.view-product-btn {
    border-radius: 0px;
}

  .landing-content-wrapper .sky-product-card .spangle-product-list-featured button.ant-btn.add-to-cart-btn,.recommendation-widget-wrapper .sky-product-card .spangle-product-list-featured button.ant-btn.add-to-cart-btn,
  .landing-content-wrapper .landing-main-wrapper .spangle-bottom-modal button.ant-btn.add-to-cart-btn,.recommendation-widget-wrapper .landing-main-wrapper .spangle-bottom-modal button.ant-btn.add-to-cart-btn {
    border-radius: 0px;
    font-weight: 500;
    font-family: Circular Pro;
    font-size: 12px;
}

  .landing-content-wrapper .landing-main-wrapper .spangle-ui-main-product-card button.ant-btn.add-to-cart-btn,.recommendation-widget-wrapper .landing-main-wrapper .spangle-ui-main-product-card button.ant-btn.add-to-cart-btn {
    border-radius: 0px;
}

  .landing-content-wrapper .landing-main-wrapper .sky-product-card .spangle-ui-main-product-card .brand-name,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-wrapper .sky-product-card .spangle-ui-main-product-card .product-name {
    line-height: 16px;
    font-size: 18px;
    line-height: 120%;
    font-weight: 500;
}

  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .brand-name,.recommendation-widget-wrapper .sky-product-card .spangle-ui-main-product-card .brand-name {}

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

  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-ui-price-info .price-current,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-ui-price-info .price-discount {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
}

  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-ui-price-info .text-spangle-red-current-price,.recommendation-widget-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-ui-price-info .text-spangle-red-current-price {}

  /*.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,.recommendation-widget-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-ui-promotion-text {
    font-family: Circular Pro;
    font-size: 10px;
}
  @media (min-width: 768px) {
    .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-ui-promotion-text,.recommendation-widget-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-ui-promotion-text {
        font-size: 12px;
    }
}

  .landing-content-wrapper .sky-product-card
    .spangle-ui-main-product-card
    .main-card-operation-wrapper
    .spangle-ui-color-size-selector
    .text-spangle-black-main,.recommendation-widget-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(0 0 0 / 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,.recommendation-widget-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(0 0 0 / 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,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-ui-main-product-card-wrapper .new-dynamic-mobile-ui {}

  .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,.recommendation-widget-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,.recommendation-widget-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-product-brand-wrapper {
    margin-bottom: 12px;
}

  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-ui-price-info,.recommendation-widget-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-ui-price-info {
    font-weight: 500;
    margin: 0px;
}

  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-see-full-detail-wrapper,.recommendation-widget-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-see-full-detail-wrapper {
    margin: 0;
    font-family: Circular Pro;
}

  @media (max-width: 768px) {
    .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-see-full-detail-wrapper,.recommendation-widget-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-see-full-detail-wrapper {
        display: none;
    }
}

  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-see-full-detail-wrapper .brand-name,.recommendation-widget-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-see-full-detail-wrapper .brand-name {
    margin: 0;
    font-family: Circular Pro;
}

  @media (max-width: 768px) {
    .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-see-full-detail-wrapper .brand-name,.recommendation-widget-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-see-full-detail-wrapper .brand-name {
        display: none;
    }
}

  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-product-info-wrapper,.recommendation-widget-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-product-info-wrapper {
    justify-content: flex-start;
}

  @media (max-width: 1024px) {
    .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-color-size-selector-wrapper,.recommendation-widget-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-color-size-selector-wrapper {
        margin: 20px 0 16px;
    }
}

  @media (max-width: 768px) {
    .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-color-size-selector-wrapper .spangle-ui-selector-label,.recommendation-widget-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-color-size-selector-wrapper .spangle-ui-selector-label {
        font-size: 12px;
    }
}

  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-promotion-message-wrapper,.recommendation-widget-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-promotion-message-wrapper {
    margin: 0 0 12px 0;
}

  @media (min-width: 768px) {
    .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-promotion-message-wrapper,.recommendation-widget-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-promotion-message-wrapper {
        margin: 0 0 24px 0;
    }
}

  .landing-content-wrapper .spangle-ui-fixed-product-card .product-name,.recommendation-widget-wrapper .spangle-ui-fixed-product-card .product-name {
    font-family: Savoy;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

  .landing-content-wrapper .spangle-product-list-featured .spangle-ui-product-card .brand-name,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-wrapper .spangle-product-list-featured .spangle-ui-product-card .product-name {
    font-family: Savoy;
    line-height: 16px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

  @media (min-width: 768px) {
    .landing-content-wrapper .spangle-product-list-featured .spangle-ui-product-card .product-name,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-wrapper .sky-product-card .spangle-product-list-featured .spangle-ui-product-card .price-discount {
        font-size: 16px;
        line-height: 24px;
    }
}

  .landing-content-wrapper .sky-product-card .spangle-product-list-featured .spangle-ui-product-card .product-color-wrapper,.recommendation-widget-wrapper .sky-product-card .spangle-product-list-featured .spangle-ui-product-card .product-color-wrapper {
    font-size: 12px;
    font-family: Circular Pro;
}

  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .spangle-ui-price-info,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-wrapper .spangle-ui-fixed-product-card .spangle-ui-price-info {
    font-family: Circular Pro;
}

  .landing-content-wrapper .sky-product-card .spangle-product-list-featured .spangle-ui-product-card .product-card-social-proof,.recommendation-widget-wrapper .sky-product-card .spangle-product-list-featured .spangle-ui-product-card .product-card-social-proof {
    background-color: #fff;
    padding-top: 3px;
    padding-bottom: 3px;
}

  .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,.recommendation-widget-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: Circular Pro;
    font-size: 9px;
    line-height: 120%;
}

  .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,.recommendation-widget-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: Circular Pro;
    font-size: 8px;
    line-height: 120%;
}

  .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,.recommendation-widget-wrapper .sky-product-card
    .spangle-product-list-featured
    .spangle-ui-product-card
    .product-card-social-proof
    .spangle-ui-product-social-message
    .social-message-icon-wrapper {
    width: 15px;
    height: 15px;
    margin-right: 0px;
}

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

  .landing-content-wrapper .sky-product-card .spangle-product-list-featured .spangle-ui-product-card .product-card-social-proof,.recommendation-widget-wrapper .sky-product-card .spangle-product-list-featured .spangle-ui-product-card .product-card-social-proof {
    max-width: none;
    width: 88%;
    border-radius: 5px;
    opacity: 0.9;
}

  .landing-content-wrapper .sky-product-card .spangle-product-list-featured .spangle-ui-product-card .product-card-promotion-text,.recommendation-widget-wrapper .sky-product-card .spangle-product-list-featured .spangle-ui-product-card .product-card-promotion-text {
    font-family: Circular Pro;
}

  .landing-content-wrapper .spangle-review-details-wrapper .spangle-bottom-modal-title-wrapper,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-wrapper .sky-product-card .spangle-product-list-featured .spangle-ui-product-card .price-discount {
    font-size: 12px;
    color: #757575;
}

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

  /* use for revolve start*/
  .landing-content-wrapper .sky-product-card .spangle-product-list-featured .spangle-ui-product-card .images-wrapper,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-wrapper .spangle-product-list-featured .spangle-ui-product-card .product-info-wrapper .bundle-name {
    font-family: Savoy;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

  .landing-content-wrapper .sky-product-card .spangle-product-list-featured .spangle-ui-product-card .product-card-price,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-wrapper .sky-product-card .spangle-product-list-featured .spangle-ui-product-card .spangle-ui-price-info .price-discount {
    font-size: 12px;
    font-weight: 400;
}

  .landing-content-wrapper .sky-product-card .spangle-product-list-featured .spangle-ui-product-card .spangle-ui-price-info .price-discount,.recommendation-widget-wrapper .sky-product-card .spangle-product-list-featured .spangle-ui-product-card .spangle-ui-price-info .price-discount {
    font-weight: 400;
    font-size: 12px;
    color: #757575;
}

  .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .main-product-out-of-stock-text,.recommendation-widget-wrapper .sky-product-card .spangle-ui-main-product-card .main-product-out-of-stock-text {
    font-family: Circular Pro;
}

  @media not all and (min-width: 768px) {
    .landing-content-wrapper .sky-product-card .spangle-ui-main-product-card .main-product-out-of-stock-text,.recommendation-widget-wrapper .sky-product-card .spangle-ui-main-product-card .main-product-out-of-stock-text {}
}
  /* use for revolve end*/

.landing-content-wrapper .\!container,.recommendation-widget-wrapper .\!container {
    width: 100% !important;
}
.landing-content-wrapper .container,.recommendation-widget-wrapper .container {
    width: 100%;
}
@media (min-width: 640px) {
    .landing-content-wrapper .\!container,.recommendation-widget-wrapper .\!container {
        max-width: 640px !important;
    }
    .landing-content-wrapper .container,.recommendation-widget-wrapper .container {
        max-width: 640px;
    }
}
@media (min-width: 768px) {
    .landing-content-wrapper .\!container,.recommendation-widget-wrapper .\!container {
        max-width: 768px !important;
    }
    .landing-content-wrapper .container,.recommendation-widget-wrapper .container {
        max-width: 768px;
    }
}
@media (min-width: 1024px) {
    .landing-content-wrapper .\!container,.recommendation-widget-wrapper .\!container {
        max-width: 1024px !important;
    }
    .landing-content-wrapper .container,.recommendation-widget-wrapper .container {
        max-width: 1024px;
    }
}
@media (min-width: 1280px) {
    .landing-content-wrapper .\!container,.recommendation-widget-wrapper .\!container {
        max-width: 1280px !important;
    }
    .landing-content-wrapper .container,.recommendation-widget-wrapper .container {
        max-width: 1280px;
    }
}
.landing-content-wrapper .prose,.recommendation-widget-wrapper .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
}
.landing-content-wrapper .prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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,.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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,.recommendation-widget-wrapper .spangle-review-details .spangle-ui-product-star {
    margin-bottom: 4px;
}

.landing-content-wrapper .spangle-style-the-look .spangle-collapsible,.recommendation-widget-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,.recommendation-widget-wrapper .spangle-style-the-look .spangle-collapsible.spangle-expanded {

    max-height: 1500px;
}

.landing-content-wrapper .spangle-style-the-look .spangle-style-the-look-title,.recommendation-widget-wrapper .spangle-style-the-look .spangle-style-the-look-title {

    font-weight: 400;
}

@media (max-width: 1024px) {

    .landing-content-wrapper .spangle-style-the-look .spangle-style-the-look-title,.recommendation-widget-wrapper .spangle-style-the-look .spangle-style-the-look-title {

        font-size: 12px;
    }
}

.landing-content-wrapper .spangle-style-the-look-modal .spangle-style-the-look-modal-products-price-info.spangle-ui-price-info .price-current,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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 .spangle-mini-product-add-to-cart .product-detail-common-part,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-wrapper .\!container {
    width: 100% !important;
}
.landing-content-wrapper .container,.recommendation-widget-wrapper .container {
    width: 100%;
}
@media (min-width: 640px) {
    .landing-content-wrapper .\!container,.recommendation-widget-wrapper .\!container {
        max-width: 640px !important;
    }
    .landing-content-wrapper .container,.recommendation-widget-wrapper .container {
        max-width: 640px;
    }
}
@media (min-width: 768px) {
    .landing-content-wrapper .\!container,.recommendation-widget-wrapper .\!container {
        max-width: 768px !important;
    }
    .landing-content-wrapper .container,.recommendation-widget-wrapper .container {
        max-width: 768px;
    }
}
@media (min-width: 1024px) {
    .landing-content-wrapper .\!container,.recommendation-widget-wrapper .\!container {
        max-width: 1024px !important;
    }
    .landing-content-wrapper .container,.recommendation-widget-wrapper .container {
        max-width: 1024px;
    }
}
@media (min-width: 1280px) {
    .landing-content-wrapper .\!container,.recommendation-widget-wrapper .\!container {
        max-width: 1280px !important;
    }
    .landing-content-wrapper .container,.recommendation-widget-wrapper .container {
        max-width: 1280px;
    }
}
.landing-content-wrapper .prose,.recommendation-widget-wrapper .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
}
.landing-content-wrapper .prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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,.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-wrapper .prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
}
  .landing-content-wrapper .sky-prompt-chat-modal .spangle-ui-prompt-label-horizontal .prompt-label-item,.recommendation-widget-wrapper .sky-prompt-chat-modal .spangle-ui-prompt-label-horizontal .prompt-label-item,
  .landing-content-wrapper .sky-prompt-chat-modal .spangle-ui-prompt-label-vertical .prompt-label-item,.recommendation-widget-wrapper .sky-prompt-chat-modal .spangle-ui-prompt-label-vertical .prompt-label-item {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
    font-family: Circular Pro;
    --tw-text-opacity: 1;
    color: rgb(33 33 33 / var(--tw-text-opacity));
}

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

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

.landing-content-wrapper .spangle-search-result-wrapper .spangle-search-result-title,.recommendation-widget-wrapper .spangle-search-result-wrapper .spangle-search-result-title {}

.landing-content-wrapper .spangle-search-result-wrapper.spangle-recommend-products-wrapper .filter-wrapper,.recommendation-widget-wrapper .spangle-search-result-wrapper.spangle-recommend-products-wrapper .filter-wrapper {

    margin-top: 48px
}

.landing-content-wrapper .spangle-search-bar-top .search-bar-wrapper,.recommendation-widget-wrapper .spangle-search-bar-top .search-bar-wrapper {

    background-color: #fff;

    border: 1px solid #000;

    border-radius: 0px;

    height: 40px;
}

@media (max-width: 768px) {

    .landing-content-wrapper .spangle-search-bar-top .search-bar-wrapper,.recommendation-widget-wrapper .spangle-search-bar-top .search-bar-wrapper {

        height: 32px;
    }
}

.landing-content-wrapper .spangle-search-bar-top .search-bar-wrapper .spangle-search-text,.recommendation-widget-wrapper .spangle-search-bar-top .search-bar-wrapper .spangle-search-text {}

.landing-content-wrapper .spangle-search-bar-top,.recommendation-widget-wrapper .spangle-search-bar-top {

    font-family: Circular Pro;

    padding-bottom: 8px;
}

@media (min-width: 768px) {

    .landing-content-wrapper .spangle-new-discover-collection-ui .spangle-search-bar-top .search-bar-wrapper,.recommendation-widget-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 .\!container,.recommendation-widget-wrapper .\!container {
    width: 100% !important;
}
.landing-content-wrapper .container,.recommendation-widget-wrapper .container {
    width: 100%;
}
@media (min-width: 640px) {
    .landing-content-wrapper .\!container,.recommendation-widget-wrapper .\!container {
        max-width: 640px !important;
    }
    .landing-content-wrapper .container,.recommendation-widget-wrapper .container {
        max-width: 640px;
    }
}
@media (min-width: 768px) {
    .landing-content-wrapper .\!container,.recommendation-widget-wrapper .\!container {
        max-width: 768px !important;
    }
    .landing-content-wrapper .container,.recommendation-widget-wrapper .container {
        max-width: 768px;
    }
}
@media (min-width: 1024px) {
    .landing-content-wrapper .\!container,.recommendation-widget-wrapper .\!container {
        max-width: 1024px !important;
    }
    .landing-content-wrapper .container,.recommendation-widget-wrapper .container {
        max-width: 1024px;
    }
}
@media (min-width: 1280px) {
    .landing-content-wrapper .\!container,.recommendation-widget-wrapper .\!container {
        max-width: 1280px !important;
    }
    .landing-content-wrapper .container,.recommendation-widget-wrapper .container {
        max-width: 1280px;
    }
}
.landing-content-wrapper .prose,.recommendation-widget-wrapper .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
}
.landing-content-wrapper .prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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,.recommendation-widget-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,.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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,.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-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"] *)),.recommendation-widget-wrapper .prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
}
  .landing-content-wrapper .spangle-product-detail-info .spangle-collapsible,.recommendation-widget-wrapper .spangle-product-detail-info .spangle-collapsible {
    max-height: 0px;
    overflow: hidden;
    transition-property: all;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 12px;
    font-weight: 400;
    font-family: Circular Pro;
    line-height: 1.5;
}

  .landing-content-wrapper .spangle-product-detail-info .spangle-collapsible.spangle-expanded,.recommendation-widget-wrapper .spangle-product-detail-info .spangle-collapsible.spangle-expanded {
    max-height: 1500px;
    font-size: 12px;
    font-weight: 400;
    font-family: Circular Pro;
    line-height: 1.5;
}

  .landing-content-wrapper .spangle-product-detail-info .spangle-product-detail-info-title,.recommendation-widget-wrapper .spangle-product-detail-info .spangle-product-detail-info-title {
    font-size: 12px;
    font-weight: 500;
    font-family: Circular Pro;
    text-transform: uppercase;
}

.landing-content-wrapper .spangle-similar-products .spangle-similar-products-price-info.spangle-ui-price-info .price-current,.recommendation-widget-wrapper .spangle-similar-products .spangle-similar-products-price-info.spangle-ui-price-info .price-current,
.landing-content-wrapper .spangle-similar-products .spangle-similar-products-price-info.spangle-ui-price-info .price-original,.recommendation-widget-wrapper .spangle-similar-products .spangle-similar-products-price-info.spangle-ui-price-info .price-original,
.landing-content-wrapper .spangle-similar-products .spangle-similar-products-price-info.spangle-ui-price-info .price-discount,.recommendation-widget-wrapper .spangle-similar-products .spangle-similar-products-price-info.spangle-ui-price-info .price-discount {

    font-weight: 700;

    line-height: 15px
}

.landing-content-wrapper .spangle-similar-products .spangle-similar-products-price-info.spangle-ui-price-info .price-current,.recommendation-widget-wrapper .spangle-similar-products .spangle-similar-products-price-info.spangle-ui-price-info .price-current {

    font-size: 10px
}

.landing-content-wrapper .spangle-similar-products .spangle-similar-products-price-info.spangle-ui-price-info .price-original,.recommendation-widget-wrapper .spangle-similar-products .spangle-similar-products-price-info.spangle-ui-price-info .price-original,
.landing-content-wrapper .spangle-similar-products .spangle-similar-products-price-info.spangle-ui-price-info .price-discount,.recommendation-widget-wrapper .spangle-similar-products .spangle-similar-products-price-info.spangle-ui-price-info .price-discount {

    font-size: 8px
}

.landing-content-wrapper .spangle-similar-products
  .spangle-similar-products-price-info.spangle-ui-price-info.spangle-has-discount
  .price-current,.recommendation-widget-wrapper .spangle-similar-products
  .spangle-similar-products-price-info.spangle-ui-price-info.spangle-has-discount
  .price-current {

    --tw-text-opacity: 1;

    color: rgb(202 0 0 / var(--tw-text-opacity))
}

