@import url(https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap);
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

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

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

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

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

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

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

a {
  color: inherit;
  text-decoration: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

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

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.pointer-events-none {
  pointer-events: none;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.\!top-\[320px\] {
  top: 320px !important;
}
.-left-\[40px\] {
  left: -40px;
}
.-right-14 {
  right: -3.5rem;
}
.-right-20 {
  right: -5rem;
}
.-right-\[150px\] {
  right: -150px;
}
.-right-\[20px\] {
  right: -20px;
}
.-right-\[250px\] {
  right: -250px;
}
.-top-16 {
  top: -4rem;
}
.-top-20 {
  top: -5rem;
}
.-top-5 {
  top: -1.25rem;
}
.-top-\[120px\] {
  top: -120px;
}
.-top-\[60px\] {
  top: -60px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-5 {
  bottom: 1.25rem;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-\[-250px\] {
  left: -250px;
}
.left-\[140px\] {
  left: 140px;
}
.left-\[250px\] {
  left: 250px;
}
.left-\[80px\] {
  left: 80px;
}
.right-0 {
  right: 0px;
}
.right-\[100px\] {
  right: 100px;
}
.right-\[80px\] {
  right: 80px;
}
.right-auto {
  right: auto;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-8 {
  top: 2rem;
}
.top-\[0px\] {
  top: 0px;
}
.top-\[120px\] {
  top: 120px;
}
.top-\[200px\] {
  top: 200px;
}
.top-\[280px\] {
  top: 280px;
}
.top-\[350px\] {
  top: 350px;
}
.top-\[380px\] {
  top: 380px;
}
.top-\[390px\] {
  top: 390px;
}
.top-\[430px\] {
  top: 430px;
}
.top-\[460px\] {
  top: 460px;
}
.\!mt-0 {
  margin-top: 0px !important;
}
.-ml-32 {
  margin-left: -8rem;
}
.ml-\[80px\] {
  margin-left: 80px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-10 {
  height: 2.5rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.max-h-\[420px\] {
  max-height: 420px;
}
.w-10 {
  width: 2.5rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[180px\] {
  width: 180px;
}
.w-\[220px\] {
  width: 220px;
}
.w-\[350px\] {
  width: 350px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[70px\] {
  width: 70px;
}
.w-full {
  width: 100%;
}
.max-w-none {
  max-width: none;
}
.-translate-x-1\/2 {
  --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));
}
.-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));
}
.rotate-\[20deg\] {
  --tw-rotate: 20deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.gap-3 {
  gap: 0.75rem;
}
.text-center {
  text-align: center;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.text-shade {
  --tw-text-opacity: 1;
  color: rgb(30 35 48 / var(--tw-text-opacity, 1));
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-1000 {
  transition-duration: 1000ms;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

@media (min-width: 640px) {

  .sm\:hidden {
    display: none;
  }
}

@media (min-width: 768px) {

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

  .md\:-left-20 {
    left: -5rem;
  }

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

  .md\:-right-48 {
    right: -12rem;
  }

  .md\:bottom-10 {
    bottom: 2.5rem;
  }

  .md\:bottom-\[15\%\] {
    bottom: 15%;
  }

  .md\:left-0 {
    left: 0px;
  }

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

  .md\:right-24 {
    right: 6rem;
  }

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

  .md\:top-6 {
    top: 1.5rem;
  }

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

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

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

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

  .md\:top-auto {
    top: auto;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

  .md\:opacity-100 {
    opacity: 1;
  }
}

/**
 * Swiper 12.1.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 24, 2026
 */

:host {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.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;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.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;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      -webkit-margin-start: var(--swiper-slides-offset-before);
              margin-inline-start: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      -webkit-margin-end: var(--swiper-slides-offset-after);
              margin-inline-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      -webkit-margin-before: var(--swiper-slides-offset-before);
              margin-block-start: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      -webkit-margin-after: var(--swiper-slides-offset-after);
              margin-block-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: '';
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      -webkit-margin-start: var(--swiper-centered-offset-before);
              margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      -webkit-margin-before: var(--swiper-centered-offset-before);
              margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}
.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;
}
.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */

:host {
  /*
  --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;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-pagination-disabled > &,
  &.swiper-pagination-disabled {
    display: none !important;
  }
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
  .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullet-active {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
}
.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);
  button& {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
            appearance: none;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }

  &:only-child {
    display: none !important;
  }
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.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);
  .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition:
        200ms transform,
        200ms top;
    }
  }
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition:
        200ms transform,
        200ms left;
    }
  }
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition:
    200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  .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;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  .swiper-horizontal > &,
  &.swiper-pagination-horizontal,
  .swiper-vertical > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
  .swiper-vertical > &,
  &.swiper-pagination-vertical,
  .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }
}
.swiper-pagination-lock {
  display: none;
}

/* ═══════════════════════════════════════
   QuizForm – Step-by-step quiz
   ═══════════════════════════════════════ */

:host {
  font-family: 'Linksans Linksansvf', sans-serif;
  --lt-quiz-fade-duration: 0.55s;
  --lt-quiz-fade-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

.font-linksans {
  font-family: 'Linksans Linksansvf', sans-serif;
  font-style: normal;
}

.font-yerk {
  font-family: yerk, sans-serif;
  font-style: normal;
}

.lt-quiz-wrapper{
  position: relative;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  /* Shared fade-in (opacity 0 → 1): ease-out curve, used across backdrop, blob, results, decorations */
  --lt-quiz-fade-duration: 0.3s;
  --lt-quiz-fade-ease: linear;
}

/*
 * Slide + fade for React-driven show/hide (quiz decorations, GIFs).
 * Uses `translate` (not `transform`) so Tailwind `transform` / position offsets are not
 * overwritten — avoids a layout jump when hiding or at md breakpoints.
 */
.lt-quiz-opacity-fade {
  transition: opacity var(--lt-quiz-fade-duration) var(--lt-quiz-fade-ease),
    translate var(--lt-quiz-fade-duration) var(--lt-quiz-fade-ease);
}

.lt-quiz-opacity-fade.lt-quiz-slide-from-left.opacity-100,
.lt-quiz-opacity-fade.lt-quiz-slide-from-right.opacity-100,
.lt-quiz-opacity-fade:not(.lt-quiz-slide-from-left):not(
    .lt-quiz-slide-from-right
  ).opacity-100 {
  translate: 0;
}

.lt-quiz-opacity-fade.lt-quiz-slide-from-left.opacity-0 {
  translate: -3.25rem 0;
}

.lt-quiz-opacity-fade.lt-quiz-slide-from-right.opacity-0 {
  translate: 3.25rem 0;
}

.lt-quiz-opacity-fade:not(.lt-quiz-slide-from-left):not(
    .lt-quiz-slide-from-right
  ).opacity-0 {
  translate: 3.25rem 0;
}

@media (min-width: 768px) {
  .lt-quiz-opacity-fade.md\:opacity-100 {
    translate: 0 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lt-quiz-opacity-fade {
    transition: none;
  }
}

/* Results backdrop: fades in under the video for a crossfade off the video BG */
.lt-quiz-wrapper::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity var(--lt-quiz-fade-duration) var(--lt-quiz-fade-ease);
  background-image: url('https://cdn.prod.website-files.com/666255f7f2126f4e8cec6f8f/69e5f86cdf1277a7e5826d14_resultsbackground.webp');
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* Class toggles from React (replacing :has) so iOS/mobile apply styles on paint, not after scroll */
.lt-quiz-wrapper--post-quiz::before {
  opacity: 1;
}

.lt-quiz-wrapper--result-loading .blob-canvas .lt-quiz-container {
  opacity: 0;
}

.lt-quiz-wrapper--results-page{
  height: auto;
  padding-top: 7rem;
}

@media (min-width: 768px){

  .lt-quiz-wrapper--results-page{
    padding-top: 180px;
  }
}

.lt-quiz-wrapper--post-quiz {
  min-height: 100vh;
}

.lt-quiz-wrapper--blob-off .blob-canvas {
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  .lt-quiz-wrapper::before,
  .blob-canvas {
    transition: none;
  }
}

/* ─── Result loading (countdown before results) ─── */

.lt-quiz-result-loading {
  position: fixed;
  inset: 70px 0 0 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lt-quiz-result-loading__text{
  margin-top: 13rem;
  font-family: 'Linksans Linksansvf', system-ui, -apple-system, sans-serif;
  font-size: clamp(16px, 4.2vw, 24px);
  color: #1e2330;
  letter-spacing: -0.02em;
  line-height: 1.35;
}

.lt-quiz-container{
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  height: 100%;
  width: 90vw;
  max-width: 1504px;
  place-items: center;
}

.lt-quiz{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 100%;
  min-height: 100vh;
  width: 100%;
  max-width: 56rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 1.5rem;
  text-align: center;
}

@media (min-width: 768px){

  .lt-quiz{
    padding: 2.5rem;
  }
}

.lt-quiz-light{
  --tw-text-opacity: 1;
  color: rgb(30 35 48 / var(--tw-text-opacity, 1));
}

/* ─── Intro Screen ─── */

.lt-quiz-intro{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

@media (min-width: 768px){

  .lt-quiz-intro{
    margin-top: 8rem;
  }
}

.lt-quiz-icon{
  margin-bottom: 0.5rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.lt-quiz-title{
  width: 100%;
  max-width: 42rem;
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -0.025em;
  font-family: yerk, sans-serif;
  font-style: normal;
}

@media (min-width: 768px){

  .lt-quiz-title{
    font-size: 70px;
  }
}

.lt-quiz-subtitle{
  margin-left: auto;
  margin-right: auto;
  max-width: 36rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 1.25;
}

@media (min-width: 768px){

  .lt-quiz-subtitle{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.lt-quiz-start-btn{
  margin-top: 1rem;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(30 35 48 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(30 35 48 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

@media (min-width: 768px){

  .lt-quiz-start-btn{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.lt-quiz-start-btn {
  box-shadow: 4px 4px 0 0 #1e2330;
}

/* ─── Question Screen ─── */

.lt-quiz-question-screen{
  display: flex;
  width: 100%;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  text-wrap: balance;
}

@media (min-width: 768px){

  .lt-quiz-question-screen{
    gap: 2rem;
    padding-top: 2.5rem;
  }
}

/* ─── Navigation Container ─── */

.lt-quiz-nav-container{
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  display: flex;
  width: 90vw;
  max-width: 1568px;
  --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));
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

@media (min-width: 768px){

  .lt-quiz-nav-container{
    flex-direction: row;
  }
}

.lt-quiz-nav-leading{
  display: flex;
  min-height: 2.5rem;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px){

  .lt-quiz-nav-leading{
    flex: 1 1 0%;
    justify-content: flex-start;
  }
}

.lt-quiz-nav-trailing{
  display: none;
  min-height: 2.5rem;
}

@media (min-width: 768px){

  .lt-quiz-nav-trailing{
    display: flex;
    flex: 1 1 0%;
  }
}

/* ─── Step Label ─── */

.lt-quiz-step-label{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(30 35 48 / var(--tw-text-opacity, 1));
  font-family: yerk, sans-serif;
  font-style: normal;
}

@media (min-width: 768px){

  .lt-quiz-step-label{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

/* ─── Question ─── */
.lt-quiz-question-slot{
  position: relative;
}

.lt-quiz-question-placeholder{
  height: 100px;
  opacity: 0;
}

.lt-quiz-opacity-fade.lt-quiz-slide-from-left.lt-quiz-question-placeholder {
  translate: -3.25rem 0;
}

.lt-quiz-opacity-fade.lt-quiz-slide-from-right.lt-quiz-question-placeholder {
  translate: 3.25rem 0;
}

.lt-quiz-opacity-fade:not(.lt-quiz-slide-from-left):not(
    .lt-quiz-slide-from-right
  ).lt-quiz-question-placeholder {
  translate: 3.25rem 0;
}

@media (min-width: 768px){

  .lt-quiz-question-placeholder{
    height: auto;
  }
}

.lt-quiz-question-current{
  position: absolute;
  inset: 0px;
}

.lt-quiz-question{
  margin: 0px;
  align-self: flex-end;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  line-height: 1;
}

@media (min-width: 768px){

  .lt-quiz-question{
    font-size: 50px;
  }
}

/* ─── Options ─── */

.lt-quiz-options{
  display: flex;
  width: 100%;
  max-width: 36rem;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 768px){

  .lt-quiz-options{
    flex-direction: row;
    gap: 0.75rem;
  }
}

.lt-quiz-option{
  width: 100%;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(30 35 48 / var(--tw-border-opacity, 1));
  background-color: rgb(255 255 255 / 0.2);
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(30 35 48 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){

  .lt-quiz-option{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.lt-quiz-option {
  -webkit-tap-highlight-color: transparent;
}

.lt-quiz-option-selected{
  --tw-border-opacity: 1;
  border-color: rgb(30 35 48 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  box-shadow: 4px 4px 0 0 #1e2330;
}

/* Real hover only — avoids sticky :hover after touch on the next question */
@media (hover: hover) and (pointer: fine) {
  .lt-quiz-option:hover{
    --tw-border-opacity: 1;
    border-color: rgb(30 35 48 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    box-shadow: 4px 4px 0 0 #1e2330;
  }

  .lt-quiz-nav-back:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(30 35 48 / var(--tw-text-opacity, 1));
    box-shadow: 2px 2px 0 0 #1e2330;
  }
}

/* Touch-primary devices: WebKit can keep :hover after tap; force default look unless selected */
@media (hover: none) {
  .lt-quiz-option:hover:not(.lt-quiz-option-selected){
    --tw-border-opacity: 1;
    border-color: rgb(30 35 48 / var(--tw-border-opacity, 1));
    background-color: rgb(255 255 255 / 0.2);
    --tw-text-opacity: 1;
    color: rgb(30 35 48 / var(--tw-text-opacity, 1));
    box-shadow: none;
  }

  .lt-quiz-nav-back:hover{
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(30 35 48 / var(--tw-text-opacity, 1));
  }
}

/* ─── Navigation ─── */

.lt-quiz-nav-btn{
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(30 35 48 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  -webkit-tap-highlight-color: transparent;
}

.lt-quiz-nav-btn:disabled{
  cursor: not-allowed;
  opacity: 0.3;
}

.lt-quiz-nav-back{
  --tw-text-opacity: 1;
  color: rgb(30 35 48 / var(--tw-text-opacity, 1));
}

/* ─── Results Screen ─── */

.lt-quiz-results{
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 1rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px){

  .lt-quiz-results{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.lt-quiz-results {
  /*
   * Paage-style (start.paa.ge) in-view rise: generous Y travel, long ease-out (no blur — keeps video sharp).
   * Scoped here so deco / backdrop timings on `.lt-quiz-wrapper` stay unchanged.
   */
  --lt-quiz-reveal-y: clamp(1.75rem, 4.5vw, 3rem);
  --lt-quiz-reveal-duration: 0.88s;
  --lt-quiz-reveal-ease: cubic-bezier(0.16, 1, 0.3, 1);
}

.lt-quiz-result-card {
  /* Mobile: allow next prompt card to peek past the rounded box (cut card) */
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  border-radius: 1rem;
}

@media (min-width: 768px){

  .lt-quiz-result-card{
    flex-direction: row;
    align-items: stretch;
  }
}

.lt-quiz-result-title-mobile{
  margin-bottom: 1rem !important;
  width: 100%;
  flex-shrink: 0;
  padding-top: 1.5rem;
  text-align: center;
}

/* Staggered rise + fade — Paage-style slide up (ease-out, long travel) */
@keyframes lt-quiz-reveal-paage-rise {
  0% {
    opacity: 0;
    translate: 0 var(--lt-quiz-reveal-y, 2.5rem);
  }
  100% {
    opacity: 1;
    translate: 0;
  }
}

.lt-quiz-result-reveal {
  opacity: 0;
  animation-name: lt-quiz-reveal-paage-rise;
  animation-duration: var(--lt-quiz-reveal-duration, 0.88s);
  animation-timing-function: var(
    --lt-quiz-reveal-ease,
    cubic-bezier(0.16, 1, 0.3, 1)
  );
  animation-fill-mode: forwards;
}

.lt-quiz-result-reveal--title {
  animation-delay: 0ms;
}

.lt-quiz-result-reveal--image {
  animation-delay: 130ms;
}

.lt-quiz-result-reveal--desc {
  animation-delay: 260ms;
}

.lt-quiz-result-reveal--prompts {
  animation-delay: 390ms;
}

.lt-quiz-result-reveal--footer {
  animation-delay: 520ms;
}

@media (min-width: 768px) {
  .lt-quiz-result-reveal--image {
    animation-delay: 0ms;
  }

  .lt-quiz-result-reveal--title {
    animation-delay: 130ms;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lt-quiz-result-reveal {
    animation: none;
    opacity: 1;
    transform: none;
    translate: none;
  }
}

.lt-quiz-result-illustration{
  position: relative;
  width: 100%;
  flex-shrink: 0;
  align-items: flex-start;
}

@media (min-width: 768px){

  .lt-quiz-result-illustration{
    width: 45%;
  }
}

.lt-quiz-result-illustration-video{
  display: block;
  aspect-ratio: 1 / 1;
  width: 100%;
  border-radius: 1rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(30 35 48 / var(--tw-border-opacity, 1));
  object-fit: cover;
}

@media (min-width: 768px){

  .lt-quiz-result-illustration-video{
    border-radius: 1.5rem;
  }
}

.lt-quiz-share-btn{
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(30 35 48 / var(--tw-border-opacity, 1));
  background-color: rgb(255 255 255 / 0.8);
  --tw-text-opacity: 1;
  color: rgb(30 35 48 / var(--tw-text-opacity, 1));
  --tw-backdrop-blur: blur(8px);
  -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);
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.lt-quiz-share-btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.lt-quiz-share-btn--loading{
  cursor: wait;
  opacity: 0.9;
}

.lt-quiz-share-btn__spinner {
  animation: lt-quiz-share-spin 0.7s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .lt-quiz-share-btn__spinner {
    animation: none;
  }
}

@keyframes lt-quiz-share-spin {
  to {
    transform: rotate(360deg);
  }
}

.lt-quiz-result-details{
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
  padding-bottom: 0px;
  text-align: left;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(30 35 48 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){

  .lt-quiz-result-details{
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.lt-quiz-result-title{
  margin: 0px;
  text-align: center;
  font-size: 2.25rem;
  line-height: 2.5rem;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(30 35 48 / var(--tw-text-opacity, 1));
  font-family: yerk, sans-serif;
  font-style: normal;
}

@media (min-width: 768px){

  .lt-quiz-result-title{
    text-align: left;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.lt-quiz-result-title-mobile[data-result='The Documentarian']{
  font-size: 26px;
}
.lt-quiz-result-title-mobile[data-result='The Hobbyist']{
  width: 380px;
}
.lt-quiz-result-title-mobile[data-result='The Curator']{
  width: 350px;
}

.lt-quiz-result-desc{
  margin: 0px;
  line-height: 130%;
}

.lt-quiz-result-meta{
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 0.25rem;
  line-height: 130%;
}

.lt-quiz-result-meta p:not(.lt-quiz-prompts-label, .lt-quiz-prompt-text){
  margin: 0px;
  border-bottom-width: 1px;
  border-color: rgb(30 35 48 / 0.2);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.lt-quiz-result-meta strong{
  font-weight: 700;
}

/* ─── Personalized Prompts ─── */

.lt-quiz-prompts{
  margin-top: 0.5rem;
}

.lt-quiz-prompts-label{
  margin: 0px;
  margin-bottom: 0.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(30 35 48 / var(--tw-text-opacity, 1));
}

.lt-quiz-prompts-swiper-container {
  width: 100vw;
  margin-left: -5vw;
}

/* Swiper must have real width; slides use intrinsic height (not h-full) so mobile layout does not collapse */
.lt-quiz-prompts-swiper-root.swiper {
  padding: 0 10vw;
  display: flex;
  flex-direction: column;
  --swiper-pagination-color: #1e2330;
  --swiper-pagination-bullet-inactive-color: rgba(30, 35, 48, 0.25);
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bottom: 0;
}

/* Bullets below slides (not overlaid) */
.lt-quiz-prompts-swiper-root .swiper-pagination {
  position: relative;
  inset: auto;
  width: 100%;
  margin-top: 0.75rem;
  transform: none;
  text-align: center;
}

.lt-quiz-prompts-swiper-root .swiper-wrapper {
  align-items: stretch;
}

.lt-quiz-prompts-swiper.swiper-slide {
  height: auto;
}

.lt-quiz-prompts-swiper .lt-quiz-prompt-card{
  box-sizing: border-box;
  min-height: 180px;
  width: 100%;
}

@media (min-width: 768px){

  .lt-quiz-prompts-swiper .lt-quiz-prompt-card{
    max-width: 100%;
  }
}

.lt-quiz-prompts-grid{
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

@media (min-width: 640px){

  .lt-quiz-prompts-grid{
    display: grid;
  }
}

a.lt-quiz-prompt-card,
.lt-quiz-prompt-card{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  border-radius: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(160 165 167 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  text-align: center;
  color: inherit;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

a.lt-quiz-prompt-card:hover,
.lt-quiz-prompt-card:hover{
  --tw-border-opacity: 1;
  border-color: rgb(30 35 48 / var(--tw-border-opacity, 1));
  --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);
}

a.lt-quiz-prompt-card,
.lt-quiz-prompt-card {
  box-shadow: none;
}

a.lt-quiz-prompt-card:hover,
.lt-quiz-prompt-card:hover {
  box-shadow: 4px 4px 0 0 #1e2330;
}

.lt-quiz-prompt-icon{
  position: relative;
  height: 2rem;
  width: 2rem;
  flex-shrink: 0;
}

.lt-quiz-prompt-icon-img{
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: opacity 0.22s var(--lt-quiz-fade-ease);
}

.lt-quiz-prompt-icon-img--idle {
  opacity: 1;
}

.lt-quiz-prompt-icon-img--hover {
  opacity: 0;
}

.lt-quiz-prompt-card:hover .lt-quiz-prompt-icon-img--idle,
.lt-quiz-prompt-card:focus-visible .lt-quiz-prompt-icon-img--idle {
  opacity: 0;
}

.lt-quiz-prompt-card:hover .lt-quiz-prompt-icon-img--hover,
.lt-quiz-prompt-card:focus-visible .lt-quiz-prompt-icon-img--hover {
  opacity: 1;
}

.lt-quiz-prompt-text{
  margin: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 120%;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  font-family: 'DM Mono', monospace;
  font-weight: 400;
}

.lt-quiz-prompt-link{
  margin-top: auto;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  line-height: 120%;
  --tw-text-opacity: 1;
  color: rgb(30 35 48 / var(--tw-text-opacity, 1));
}

.lt-quiz-prompt-link:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.lt-quiz-prompt-link {
  font-family: 'DM Mono', monospace;
}

/* ─── See Archetypes Link ─── */

.lt-quiz-see-archetypes{
  cursor: pointer;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(30 35 48 / var(--tw-text-opacity, 1));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.lt-quiz-see-archetypes:hover{
  --tw-text-opacity: 1;
  color: rgb(30 35 48 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){

  .lt-quiz-see-archetypes{
    align-self: flex-start;
    color: rgb(0 0 0 / 0.3);
  }
}

/* ─── Archetypes Grid Screen ─── */

.lt-quiz-archetypes{
  margin-top: 10rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px){

  .lt-quiz-archetypes{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.lt-quiz-archetypes-title{
  margin: 0px;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(30 35 48 / var(--tw-text-opacity, 1));
  font-family: yerk, sans-serif;
  font-style: normal;
  font-size: clamp(32px, 3.5vw, 56px);
}

.lt-quiz-archetypes-grid{
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.75rem;
}

@media (min-width: 768px){

  .lt-quiz-archetypes-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
  }
}

.lt-quiz-archetype-card{
  position: relative;
  aspect-ratio: 1 / 1;
  cursor: pointer;
  border-radius: 1rem;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
}

.lt-quiz-archetype-flip{
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.lt-quiz-archetype-card:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(30 35 48 / var(--tw-bg-opacity, 1));
  box-shadow: 4px 4px 0 0 #1e2330;
}

.lt-quiz-archetype-front,
.lt-quiz-archetype-back{
  position: absolute;
  inset: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 1rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(30 35 48 / var(--tw-border-opacity, 1));
  transition: opacity var(--lt-quiz-fade-duration) var(--lt-quiz-fade-ease);
}

.lt-quiz-archetype-front{
  z-index: 1;
  opacity: 1;
}

.lt-quiz-archetype-card:hover .lt-quiz-archetype-front,
.lt-quiz-archetype-card:focus-visible .lt-quiz-archetype-front {
  opacity: 0;
}

.lt-quiz-archetype-img{
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.lt-quiz-archetype-back{
  z-index: 0;
  opacity: 1;
}

.lt-quiz-archetype-label{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 800;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(30 35 48 / var(--tw-text-opacity, 1));
  font-family: yerk, sans-serif;
  font-style: normal;
}

@media (prefers-reduced-motion: reduce) {
  .lt-quiz-archetype-front,
  .lt-quiz-archetype-back {
    transition: none;
  }
}

.lt-quiz-archetype-retake{
  display: flex;
  display: none;
  align-items: center;
  justify-content: center;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(30 35 48 / var(--tw-border-opacity, 1));
  transition-property: box-shadow;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){

  .lt-quiz-archetype-retake{
    display: block;
  }
}

.lt-quiz-archetype-retake:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  box-shadow: 4px 4px 0 0 #1e2330;
}

.lt-quiz-retake-text{
  display: block;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 1 !important;
  --tw-text-opacity: 1;
  color: rgb(30 35 48 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){

  .lt-quiz-retake-text{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

/* ── Background video (intro / quiz) ── */
.blob-canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
  opacity: 1;
  transition: opacity var(--lt-quiz-fade-duration) var(--lt-quiz-fade-ease);
}

.blob-canvas-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Hide native video UI on mobile (incl. WebKit / iOS overlays and low-power play affordances where CSS allows) */
.lt-quiz-video-chromeless::-webkit-media-controls,
.lt-quiz-video-chromeless::-webkit-media-controls-enclosure,
.lt-quiz-video-chromeless::-webkit-media-controls-panel,
.lt-quiz-video-chromeless::-webkit-media-controls-overlay-enclosure,
.lt-quiz-video-chromeless::-webkit-media-controls-overlay-play-button,
.lt-quiz-video-chromeless::-webkit-media-controls-play-button,
.lt-quiz-video-chromeless::-webkit-media-controls-start-playback-button,
.lt-quiz-video-chromeless::-webkit-media-controls-timeline,
.lt-quiz-video-chromeless::-webkit-media-controls-current-time-display,
.lt-quiz-video-chromeless::-webkit-media-controls-time-remaining-display {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  -webkit-appearance: none !important;
          appearance: none !important;
}

img {
  will-change: transform;
  transform: translateZ(0); /* Forces GPU acceleration */
}

@media (min-width: 768px) {
  .lt-quiz-result-details {
    font-size: clamp(10px, 1.125vw, 18px);
    gap: clamp(8px, 1vw, 16px);
    padding-left: clamp(16px, 2.5vw, 40px);
    padding-right: clamp(16px, 2.5vw, 40px);
  }
  .lt-quiz-result-title{
    line-height: 130% !important;
    font-size: clamp(18px, 2.25vw, 36px);
  }
  .lt-quiz-result-meta p:not(.lt-quiz-prompts-label, .lt-quiz-prompt-text) {
    padding-top: clamp(4px, 0.75vw, 12px);
    padding-bottom: clamp(4px, 0.75vw, 12px);
  }
  .lt-quiz-prompts-grid {
    gap: clamp(8px, 1vw, 16px);
  }
  a.lt-quiz-prompt-card,
  .lt-quiz-prompt-card {
    padding: clamp(8px, 1vw, 16px);
    gap: clamp(8px, 1vw, 16px);
  }
  .lt-quiz-prompt-icon {
    width: clamp(16px, 2vw, 32px);
    height: clamp(16px, 2vw, 32px);
  }
  .lt-quiz-prompt-text,
  .lt-quiz-prompt-link {
    font-size: clamp(8px, 0.972vw, 14px);
  }

  .lt-quiz-see-archetypes {
    font-size: clamp(10px, 1vw, 16px);
  }

  .lt-quiz-archetype-label,
  .lt-quiz-retake-text {
    font-size: clamp(10px, 1.5vw, 24px);
  }
}

@font-face{font-family:Karla;font-weight:400;src:url(https://code-components.website-files.com/69e87a6b7f5b8f20130fc453%2Fmodule%2F3ac28a6ac03a9f7f3d82-Karla-Regular-S52ZIU5L.woff) format("woff")}.dotlottie-container{--lottie-player-theme-color: rgb(0, 221, 179);--lottie-player-seeker-thumb-color: #00c1a2;--lottie-player-seeker-thumb-hover-color: #019d91;--lottie-player-button-hover-color: rgb(243, 246, 248);--lottie-player-toolbar-track-color: rgb(217, 224, 230);--lottie-player-button-text-color: rgb(32, 39, 44);--lottie-player-toolbar-background-color: white;--lottie-player-button-border-radius: 4px;--lottie-player-toolbar-height: 35px;--lottie-player-popover-border-radius: 8px;display:block;width:100%;height:100%;font-family:Karla,sans-serif;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dotlottie-container *{box-sizing:border-box}.main{display:flex;flex-direction:column;height:100%;width:100%}.animation{width:100%;height:100%;display:flex}.animation.controls{height:calc(100% - var(--lottie-player-toolbar-height))}.toolbar{display:flex;align-items:center;justify-items:center;background-color:var(--lottie-player-toolbar-background-color);padding:0 8px;height:var(--lottie-player-toolbar-height);gap:4px}.toolbar button{align-items:center;cursor:pointer;color:var(--lottie-player-button-text-color);display:flex;background:none;border:0;padding:4px;outline:none;height:100%;max-height:24px;border-radius:var(--lottie-player-button-border-radius);font-family:inherit;font-style:inherit;font-size:inherit;font-weight:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.toolbar .popover button{max-height:none}.toolbar button:hover{background-color:var(--lottie-player-button-hover-color)}.toolbar button.active{color:var(--lottie-player-theme-color)}.toolbar button.popover-active{background-color:var(--lottie-player-button-hover-color)}.toolbar button>svg{color:inherit}.toolbar button:focus-visible{outline:none;outline:2px solid var(--lottie-player-theme-color)}.seeker{--seeker: 0;height:4px;width:95%;margin:0 4px;outline:none;border-radius:9999px;-webkit-appearance:none;-moz-apperance:none;cursor:pointer;background-image:linear-gradient(to right,var(--lottie-player-theme-color) calc(var(--seeker) * 1%),var(--lottie-player-toolbar-track-color) calc(var(--seeker) * 1%))}.seeker.to-left{background-image:linear-gradient(to right,var(--lottie-player-toolbar-track-color) calc(var(--seeker) * 1%),var(--lottie-player-theme-color) calc(var(--seeker) * 1%))}.seeker::-moz-range-thumb{-webkit-appearance:none;appearance:none;height:16px;width:16px;border-radius:50%;background:var(--lottie-player-theme-color);cursor:pointer;margin-top:-5px;border-color:transparent}.seeker::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;height:16px;width:16px;border-radius:50%;background:var(--lottie-player-seeker-thumb-color);cursor:pointer;border-color:transparent}.seeker:focus-visible::-webkit-slider-thumb{outline:2px solid var(--lottie-player-theme-color);border:1.5px solid #ffffff}.seeker::-webkit-slider-thumb:hover{background:var(--lottie-player-seeker-thumb-hover-color)}.seeker:focus-visible::-moz-range-thumb{outline:2px solid var(--lottie-player-theme-color);border:1.5px solid #ffffff}.error{display:flex;margin:auto;justify-content:center;height:100%;align-items:center}.popover{font-size:14px;line-height:150%;letter-spacing:-.28px;position:absolute;bottom:40px;background-color:#fff;min-width:224px;right:8px;left:auto;border:none;border-radius:var(--lottie-player-popover-border-radius);padding:0;box-shadow:0 8px 48px #f3f6f826,0 8px 16px #3d485329,0 0 1px #3d48535c}.popover ul{padding:unset;margin:unset;list-style:none}.popover .popover-content{display:flex;flex-direction:column;align-items:center;gap:4px}.popover .popover-header{color:#20272c;font-family:inherit;font-size:16px;font-weight:700;line-height:150%;letter-spacing:-.32px;padding:8px;display:flex;gap:8px;align-items:center;border-bottom:1px solid #d9e0e6}.popover .popover-header button{padding:4px}.popover .popover-header .popover-header-title{display:flex;align-items:center;gap:8px}.popover .popover-header .reset-theme{color:#63727e;font-size:12px;font-weight:400;padding:0}.popover .popover-header .reset-theme:hover{color:#20272c;background-color:transparent}.popover .popover-items{max-height:300px;overflow-y:auto;display:flex;flex-direction:column;padding:8px;gap:8px;-ms-overflow-style:none;scrollbar-width:none}.popover .popover-subnav{top:0;right:0;bottom:0;left:0;background-color:#fff;z-index:1}.popover .popover-items::-webkit-scrollbar{display:none}.popover .popover-item{width:100%;text-align:left;display:flex;padding:4px 8px;border-radius:var(--lottie-player-button-border-radius);gap:8px}
